01J8RQQ1RCRQE9H1K56M4BYX1X: 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: 01J8RQQKSK1DNQS28D3X1BTBB4

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-09-27T03:18:25.767Zjob assigned to worker 01J8RQQNW2YVMEZZQ5RRXXJEES (queued for 55 s)
 
22024-09-27T03:18:33.703Zstarting task 0: "setup"
32024-09-27T03:18:33.713Z++ uname -s
42024-09-27T03:18:33.715Z+ kern=SunOS
52024-09-27T03:18:33.715Z+ case "$kern" in
62024-09-27T03:18:33.715Z+ groupadd -g 12345 build
72024-09-27T03:18:33.718Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-09-27T03:18:35.727Z+ zfs create -o mountpoint=/work rpool/work
92024-09-27T03:18:35.829Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-09-27T03:18:35.832Z+ home_fs=zfs
112024-09-27T03:18:35.832Z+ [[ zfs == autofs ]]
122024-09-27T03:18:35.832Z+ mkdir -p /home/build
132024-09-27T03:18:35.832Z+ chown build:build /home/build /work
142024-09-27T03:18:36.833Z+ chmod 0700 /home/build /work
152024-09-27T03:18:36.836Zprocess exited: duration 3132 ms, exit code 0
 
162024-09-27T03:18:36.841Zstarting task 1: "rust-toolchain"
172024-09-27T03:18:36.846Z+ printf ' * toolchain channel = "%s"
182024-09-27T03:18:36.846Z' 1.80.1
192024-09-27T03:18:36.846Z * toolchain channel = "1.80.1"
202024-09-27T03:18:36.846Z * toolchain profile = "default"
212024-09-27T03:18:36.848Z+ printf ' * toolchain profile = "%s"
222024-09-27T03:18:36.848Z' default
232024-09-27T03:18:36.848Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-09-27T03:18:36.848Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-09-27T03:18:36.962Zinfo: downloading installer
262024-09-27T03:18:38.100Zinfo: profile set to 'default'
272024-09-27T03:18:38.100Zinfo: default host triple is x86_64-unknown-illumos
282024-09-27T03:18:38.103Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-09-27T03:18:38.237Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-09-27T03:18:38.237Zinfo: downloading component 'cargo'
312024-09-27T03:18:38.870Zinfo: downloading component 'clippy'
322024-09-27T03:18:39.108Zinfo: downloading component 'rust-docs'
332024-09-27T03:18:39.984Zinfo: downloading component 'rust-std'
342024-09-27T03:18:41.198Zinfo: downloading component 'rustc'
352024-09-27T03:18:44.567Zinfo: downloading component 'rustfmt'
362024-09-27T03:18:44.764Zinfo: installing component 'cargo'
372024-09-27T03:18:45.609Zinfo: installing component 'clippy'
382024-09-27T03:18:45.987Zinfo: installing component 'rust-docs'
392024-09-27T03:18:47.598Zinfo: installing component 'rust-std'
402024-09-27T03:18:49.328Zinfo: installing component 'rustc'
412024-09-27T03:18:53.708Zinfo: installing component 'rustfmt'
422024-09-27T03:18:54.046Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-09-27T03:18:54.047Z
442024-09-27T03:18:54.293Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-09-27T03:18:54.293Z
462024-09-27T03:18:54.295Z
472024-09-27T03:18:54.295ZRust is installed now. Great!
482024-09-27T03:18:54.295Z
492024-09-27T03:18:54.295ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-09-27T03:18:54.295Zenvironment variable. This has not been done automatically.
512024-09-27T03:18:54.295Z
522024-09-27T03:18:54.295ZTo configure your current shell, you need to source
532024-09-27T03:18:54.295Zthe corresponding env file under $HOME/.cargo.
542024-09-27T03:18:54.296Z
552024-09-27T03:18:54.296ZThis is usually done by running one of the following (note the leading DOT):
562024-09-27T03:18:54.296Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-09-27T03:18:54.296Zsource "$HOME/.cargo/env.fish" # For fish
582024-09-27T03:18:54.341Z+ rustc --version
592024-09-27T03:18:54.402Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-09-27T03:18:54.405Zprocess exited: duration 17561 ms, exit code 0
 
612024-09-27T03:18:54.410Zstarting task 2: "authentication"
622024-09-27T03:18:54.430Zprocess exited: duration 19 ms, exit code 0
 
632024-09-27T03:18:54.435Zstarting task 3: "clone repository"
642024-09-27T03:18:54.441Z+ mkdir -p /work/oxidecomputer/omicron
652024-09-27T03:18:54.443Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-09-27T03:18:54.491ZCloning into '/work/oxidecomputer/omicron'...
672024-09-27T03:19:01.254Z+ cd /work/oxidecomputer/omicron
682024-09-27T03:19:01.254Z+ git fetch origin 0742018b3c4e94084818dde880b92e15f1ab0d29
692024-09-27T03:19:01.574ZFrom https://github.com/oxidecomputer/omicron
702024-09-27T03:19:01.574Z * branch 0742018b3c4e94084818dde880b92e15f1ab0d29 -> FETCH_HEAD
712024-09-27T03:19:01.584Z+ [[ -n hyper-v1 ]]
722024-09-27T03:19:01.587Z++ git branch --show-current
732024-09-27T03:19:01.589Z+ current=main
742024-09-27T03:19:01.589Z+ [[ main != hyper-v1 ]]
752024-09-27T03:19:01.589Z+ git branch -f hyper-v1 0742018b3c4e94084818dde880b92e15f1ab0d29
762024-09-27T03:19:01.592Z+ git checkout -f hyper-v1
772024-09-27T03:19:01.755ZSwitched to branch 'hyper-v1'
782024-09-27T03:19:01.758Z+ git reset --hard 0742018b3c4e94084818dde880b92e15f1ab0d29
792024-09-27T03:19:01.916ZHEAD is now at 0742018b3 switch to crucible and propolis main revs
802024-09-27T03:19:01.922Zprocess exited: duration 7481 ms, exit code 0
 
812024-09-27T03:19:01.926Zstarting task 4: "build"
822024-09-27T03:19:01.932Z+ cargo --version
832024-09-27T03:19:01.986Zcargo 1.80.1 (376290515 2024-07-16)
842024-09-27T03:19:01.988Z+ rustc --version
852024-09-27T03:19:02.045Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-09-27T03:19:02.048Z+ WORK=/work
872024-09-27T03:19:02.048Z+ pfexec mkdir -p /work
882024-09-27T03:19:02.053Z+ pfexec chown build /work
892024-09-27T03:19:02.055Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
902024-09-27T03:19:08.277Z Startup: Refreshing catalog 'helios-dev' ... Done
912024-09-27T03:19:10.886Z Startup: Caching catalogs ... Done
922024-09-27T03:19:14.777ZPlanning: Solver setup ... Done (3.218s)
932024-09-27T03:19:14.828ZPlanning: Running solver ... Done (0.051s)
942024-09-27T03:19:14.882ZPlanning: Finding local manifests ... Done (0.003s)
952024-09-27T03:19:14.916ZPlanning: Fetching manifests: 0/5 0% complete
962024-09-27T03:19:15.156ZPlanning: Fetching manifests: 5/5 100% complete
972024-09-27T03:19:15.373ZPlanning: Package planning ... Done (0.217s)
982024-09-27T03:19:15.429ZPlanning: Merging actions ... Done (0.056s)
992024-09-27T03:19:15.634ZPlanning: Checking for conflicting actions ... Done (0.202s)
1002024-09-27T03:19:17.242ZPlanning: Consolidating action changes ... Done (1.610s)
1012024-09-27T03:19:17.636ZPlanning: Evaluating mediators ... Done (0.394s)
1022024-09-27T03:19:17.714ZPlanning: Planning completed in 6.75 seconds
1032024-09-27T03:19:17.730Z Packages to install: 4
1042024-09-27T03:19:17.730Z Packages to update: 1
1052024-09-27T03:19:17.734Z Mediators to change: 2
1062024-09-27T03:19:17.734Z Services to change: 1
1072024-09-27T03:19:17.734Z Estimated space available: 155.71 GB
1082024-09-27T03:19:17.734ZEstimated space to be consumed: 1.55 GB
1092024-09-27T03:19:17.734Z Create boot environment: No
1102024-09-27T03:19:17.734ZCreate backup boot environment: Yes
1112024-09-27T03:19:17.734Z Rebuild boot archive: No
1122024-09-27T03:19:17.734Z
1132024-09-27T03:19:17.734ZChanged mediators:
1142024-09-27T03:19:17.734Z mediator clang:
1152024-09-27T03:19:17.734Z version: None -> 15 (system default)
1162024-09-27T03:19:17.734Z
1172024-09-27T03:19:17.734Z mediator llvm:
1182024-09-27T03:19:17.734Z version: 14 (system default) -> 15 (system default)
1192024-09-27T03:19:17.734Z
1202024-09-27T03:19:17.734ZChanged packages:
1212024-09-27T03:19:17.734Zhelios-dev
1222024-09-27T03:19:17.734Z developer/build-essential
1232024-09-27T03:19:17.735Z None -> 11-2.0
1242024-09-27T03:19:17.735Z library/libxmlsec1
1252024-09-27T03:19:17.735Z None -> 1.2.35-2.0
1262024-09-27T03:19:17.735Z ooce/developer/clang-15
1272024-09-27T03:19:17.735Z None -> 15.0.7-2.0
1282024-09-27T03:19:17.735Z ooce/developer/llvm-15
1292024-09-27T03:19:17.735Z None -> 15.0.7-2.0
1302024-09-27T03:19:17.735Z package/pkg
1312024-09-27T03:19:17.735Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1322024-09-27T03:19:17.735Z
1332024-09-27T03:19:17.735ZServices:
1342024-09-27T03:19:17.735Z restart_fmri:
1352024-09-27T03:19:17.735Z svc:/system/update-man-index:default
1362024-09-27T03:19:17.735Z
1372024-09-27T03:19:17.735ZEditable files to change:
1382024-09-27T03:19:17.735Z Update:
1392024-09-27T03:19:17.735Z usr/share/lib/pkg/web/config.shtml
1402024-09-27T03:19:17.807Z
1412024-09-27T03:19:17.807ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1422024-09-27T03:19:22.811ZDownload: 58/4281 items 0.1/220.6MB 0% complete (6.5M/s)
1432024-09-27T03:19:27.996ZDownload: 99/4281 items 0.2/220.6MB 0% complete (1.3M/s)
1442024-09-27T03:19:33.491ZDownload: 168/4281 items 0.5/220.6MB 0% complete (106k/s)
1452024-09-27T03:19:43.157ZDownload: 200/4281 items 1.2/220.6MB 0% complete (85.4k/s)
1462024-09-27T03:19:48.381ZDownload: 207/4281 items 1.3/220.6MB 0% complete (2.4k/s)
1472024-09-27T03:19:53.473ZDownload: 560/4281 items 17.4/220.6MB 7% complete (1.7M/s)
1482024-09-27T03:19:58.486ZDownload: 894/4281 items 18.8/220.6MB 8% complete (1.8M/s)
1492024-09-27T03:20:03.486ZDownload: 1118/4281 items 32.7/220.6MB 14% complete (1.4M/s)
1502024-09-27T03:20:11.188ZDownload: 1195/4281 items 83.5/220.6MB 37% complete (6.5M/s)
1512024-09-27T03:20:18.187ZDownload: 1198/4281 items 83.5/220.6MB 37% complete
1522024-09-27T03:20:23.415ZDownload: 2221/4281 items 119.2/220.6MB 54% complete (4.3M/s)
1532024-09-27T03:20:31.055ZDownload: 2223/4281 items 119.2/220.6MB 54% complete (4.2M/s)
1542024-09-27T03:20:36.062ZDownload: 2392/4281 items 120.0/220.6MB 54% complete (97.6k/s)
1552024-09-27T03:20:41.063ZDownload: 2998/4281 items 121.3/220.6MB 54% complete (223k/s)
1562024-09-27T03:20:46.530ZDownload: 3248/4281 items 203.1/220.6MB 92% complete (8.3M/s)
1572024-09-27T03:20:52.902ZDownload: 3283/4281 items 209.0/220.6MB 94% complete (8.6M/s)
1582024-09-27T03:20:59.299ZDownload: 3287/4281 items 211.7/220.6MB 95% complete (4.5M/s)
1592024-09-27T03:21:12.075ZDownload: 3288/4281 items 212.5/220.6MB 96% complete
1602024-09-27T03:21:17.276ZDownload: 3868/4281 items 217.5/220.6MB 98% complete (1.1M/s)
1612024-09-27T03:21:22.308ZDownload: 4173/4281 items 220.3/220.6MB 99% complete (783k/s)
1622024-09-27T03:21:27.718ZDownload: 4204/4281 items 220.5/220.6MB 99% complete (615k/s)
1632024-09-27T03:21:28.208ZDownload: Completed 220.60 MB in 130.38 seconds (1.7M/s)
1642024-09-27T03:21:30.312Z Actions: 1/5063 actions (Removing old actions)
1652024-09-27T03:21:30.337Z Actions: 194/5063 actions (Installing new actions)
1662024-09-27T03:21:35.026Z Actions: 4226/5063 actions (Updating modified actions)
1672024-09-27T03:21:35.341Z Actions: Completed 5063 actions in 5.03 seconds.
1682024-09-27T03:21:35.655Z Done (0.306s)
1692024-09-27T03:21:35.660Z Done (0.000s)
1702024-09-27T03:21:36.088Z Done (0.428s)
1712024-09-27T03:21:40.368Z Done (4.095s)
1722024-09-27T03:21:40.454Z Done (0.018s)
1732024-09-27T03:21:40.456Z Done (0.000s)
1742024-09-27T03:21:40.615Z Done (0.000s)
1752024-09-27T03:21:41.221ZPlanning: Evaluating mediator changes ... Done
1762024-09-27T03:21:41.378ZPlanning: Checking for conflicting actions ... Done
1772024-09-27T03:21:41.380ZPlanning: Consolidating action changes ... Done
1782024-09-27T03:21:41.641ZPlanning: Evaluating mediators ... Done
1792024-09-27T03:21:41.643ZPlanning: Planning completed in 0.42 seconds
1802024-09-27T03:21:41.681Z Mediators to change: 2
1812024-09-27T03:21:41.681Z Create boot environment: No
1822024-09-27T03:21:41.684ZCreate backup boot environment: No
1832024-09-27T03:21:41.770Z Done
1842024-09-27T03:21:41.770Z Done
1852024-09-27T03:21:42.027Z Done
1862024-09-27T03:21:45.530Z Done
1872024-09-27T03:21:45.616Z Done
1882024-09-27T03:21:45.619Z Done
1892024-09-27T03:21:45.721Z Done
1902024-09-27T03:21:46.317ZPlanning: Evaluating mediator changes ... Done
1912024-09-27T03:21:46.320ZPlanning: Merging actions ... Done
1922024-09-27T03:21:46.506ZPlanning: Checking for conflicting actions ... Done
1932024-09-27T03:21:46.509ZPlanning: Consolidating action changes ... Done
1942024-09-27T03:21:46.768ZPlanning: Evaluating mediators ... Done
1952024-09-27T03:21:46.820ZPlanning: Planning completed in 0.74 seconds
1962024-09-27T03:21:46.863Z Packages to change: 1
1972024-09-27T03:21:46.863Z Mediators to change: 1
1982024-09-27T03:21:46.866Z Services to change: 1
1992024-09-27T03:21:46.866Z Create boot environment: No
2002024-09-27T03:21:46.866ZCreate backup boot environment: Yes
2012024-09-27T03:21:48.803Z Actions: 1/6 actions (Updating modified actions)
2022024-09-27T03:21:48.805Z Actions: Completed 6 actions in 0.00 seconds.
2032024-09-27T03:21:48.805Z Done
2042024-09-27T03:21:48.805Z Done
2052024-09-27T03:21:48.894Z Done
2062024-09-27T03:21:52.376Z Done
2072024-09-27T03:21:52.465Z Done
2082024-09-27T03:21:52.467Z Done
2092024-09-27T03:21:52.591Z Done
2102024-09-27T03:21:53.014ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2112024-09-27T03:21:53.014Zclang system 15 system
2122024-09-27T03:21:53.014Zcsh system system illumos
2132024-09-27T03:21:53.014Zctags system system illumos
2142024-09-27T03:21:53.014Zgcc vendor 12 vendor
2152024-09-27T03:21:53.014Zgcc system 10 system
2162024-09-27T03:21:53.014Zgcc system 7 system
2172024-09-27T03:21:53.014Zgo system 1.20 system
2182024-09-27T03:21:53.014Zgo system 1.19 system
2192024-09-27T03:21:53.014Zllvm system 15 system
2202024-09-27T03:21:53.014Zllvm system 14 system
2212024-09-27T03:21:53.014Zmariadb system 10.6 system
2222024-09-27T03:21:53.014Zmta vendor vendor dma
2232024-09-27T03:21:53.014Zopenjdk system 17 system
2242024-09-27T03:21:53.014Zopenjdk system 11 system
2252024-09-27T03:21:53.014Zopenjdk system 1.8 system
2262024-09-27T03:21:53.014Zopenssl vendor 3 vendor
2272024-09-27T03:21:53.014Zperl system 5.36 system
2282024-09-27T03:21:53.014Zpostgresql system 15 system
2292024-09-27T03:21:53.014Zpostgresql system 13 system
2302024-09-27T03:21:53.014Zpython vendor 3 vendor
2312024-09-27T03:21:53.014Zpython system 2 system
2322024-09-27T03:21:53.014Zpython3 system 3.11 system
2332024-09-27T03:21:53.015Zruby system 3.0 system
2342024-09-27T03:21:53.015Zwords vendor vendor american-english
2352024-09-27T03:21:53.015Zwords system system australian-english
2362024-09-27T03:21:53.015Zwords system system british-english
2372024-09-27T03:21:53.015Zwords system system canadian-english
2382024-09-27T03:21:53.015Zwords system system french
2392024-09-27T03:21:53.015Zwords system system italian
2402024-09-27T03:21:53.015Zwords system system ngerman
2412024-09-27T03:21:53.015Zwords system system ogerman
2422024-09-27T03:21:53.015Zwords system system spanish
2432024-09-27T03:21:53.337ZPUBLISHER TYPE STATUS P LOCATION
2442024-09-27T03:21:53.337Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2452024-09-27T03:21:55.325ZFMRI IFO
2462024-09-27T03:21:55.325Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2472024-09-27T03:21:55.325Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2482024-09-27T03:21:55.325Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2492024-09-27T03:21:55.325Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2502024-09-27T03:21:55.325Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2512024-09-27T03:21:55.325Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2522024-09-27T03:21:55.325Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2532024-09-27T03:21:55.325Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2542024-09-27T03:21:55.325Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2552024-09-27T03:21:55.325Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2562024-09-27T03:21:55.325Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2572024-09-27T03:21:55.325Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2582024-09-27T03:21:55.325Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2592024-09-27T03:21:55.967Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2602024-09-27T03:21:56.255Z Updating crates.io index
2612024-09-27T03:21:56.258Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2622024-09-27T03:21:57.065Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2632024-09-27T03:21:57.284Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2642024-09-27T03:21:57.577Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2652024-09-27T03:21:57.827Z Updating git repository `https://github.com/oxidecomputer/propolis`
2662024-09-27T03:21:59.020Z Updating git repository `https://github.com/oxidecomputer/crucible`
2672024-09-27T03:22:01.343Z Updating git repository `https://github.com/oxidecomputer/opte`
2682024-09-27T03:22:02.443Z Updating git repository `https://github.com/oxidecomputer/falcon`
2692024-09-27T03:22:03.205Z Updating git repository `https://github.com/oxidecomputer/clickward`
2702024-09-27T03:22:03.583Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2712024-09-27T03:22:03.839Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2722024-09-27T03:22:04.520Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2732024-09-27T03:22:04.800Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2742024-09-27T03:22:05.203Z Updating git repository `https://github.com/oxidecomputer/qorb`
2752024-09-27T03:22:05.517Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2762024-09-27T03:22:05.904Z Updating git repository `https://github.com/oxidecomputer/tofino`
2772024-09-27T03:22:06.143Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2782024-09-27T03:22:06.436Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2792024-09-27T03:22:06.652Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2802024-09-27T03:22:06.937Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2812024-09-27T03:22:07.288Z Updating git repository `https://github.com/oxidecomputer/ispf`
2822024-09-27T03:22:07.752Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2832024-09-27T03:22:09.355Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2842024-09-27T03:22:09.656Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2852024-09-27T03:22:10.140Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2862024-09-27T03:22:10.515Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2872024-09-27T03:22:11.058Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2882024-09-27T03:22:11.467Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2892024-09-27T03:22:11.750Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2902024-09-27T03:22:12.001Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2912024-09-27T03:22:12.270Z Updating git repository `https://github.com/oxidecomputer/typify`
2922024-09-27T03:22:15.711Z Downloading crates ...
2932024-09-27T03:22:15.792Z Downloaded equivalent v1.0.1
2942024-09-27T03:22:15.801Z Downloaded cargo_metadata v0.18.1
2952024-09-27T03:22:15.804Z Downloaded anstream v0.6.14
2962024-09-27T03:22:15.810Z Downloaded colorchoice v1.0.1
2972024-09-27T03:22:15.812Z Downloaded scroll_derive v0.12.0
2982024-09-27T03:22:15.817Z Downloaded usdt-macro v0.5.0
2992024-09-27T03:22:15.824Z Downloaded generic-array v0.14.7
3002024-09-27T03:22:15.827Z Downloaded fastrand v2.1.0
3012024-09-27T03:22:15.829Z Downloaded dof v0.3.0
3022024-09-27T03:22:15.829Z Downloaded crypto-common v0.1.6
3032024-09-27T03:22:15.829Z Downloaded camino-tempfile v1.1.1
3042024-09-27T03:22:15.832Z Downloaded bytecount v0.6.8
3052024-09-27T03:22:15.835Z Downloaded serde_tokenstream v0.2.2
3062024-09-27T03:22:15.835Z Downloaded pest_generator v2.7.10
3072024-09-27T03:22:15.838Z Downloaded heck v0.4.1
3082024-09-27T03:22:15.838Z Downloaded smawk v0.3.2
3092024-09-27T03:22:15.838Z Downloaded plain v0.2.3
3102024-09-27T03:22:15.841Z Downloaded fs-err v2.11.0
3112024-09-27T03:22:15.841Z Downloaded itoa v1.0.11
3122024-09-27T03:22:15.844Z Downloaded anstyle-parse v0.2.4
3132024-09-27T03:22:15.853Z Downloaded version_check v0.9.5
3142024-09-27T03:22:15.856Z Downloaded thread-id v4.2.1
3152024-09-27T03:22:15.858Z Downloaded clap_derive v4.5.18
3162024-09-27T03:22:15.862Z Downloaded toml_datetime v0.6.8
3172024-09-27T03:22:15.868Z Downloaded scroll v0.12.0
3182024-09-27T03:22:15.871Z Downloaded camino v1.1.9
3192024-09-27T03:22:15.873Z Downloaded proc-macro-error v1.0.4
3202024-09-27T03:22:15.875Z Downloaded once_cell v1.19.0
3212024-09-27T03:22:15.878Z Downloaded strsim v0.11.1
3222024-09-27T03:22:15.883Z Downloaded clap v4.5.18
3232024-09-27T03:22:15.891Z Downloaded anyhow v1.0.89
3242024-09-27T03:22:15.895Z Downloaded is_terminal_polyfill v1.70.0
3252024-09-27T03:22:15.897Z Downloaded pretty-hex v0.4.1
3262024-09-27T03:22:15.897Z Downloaded swrite v0.1.0
3272024-09-27T03:22:15.900Z Downloaded dtrace-parser v0.2.0
3282024-09-27T03:22:15.905Z Downloaded usdt-attr-macro v0.5.0
3292024-09-27T03:22:15.908Z Downloaded tempfile v3.10.1
3302024-09-27T03:22:15.911Z Downloaded log v0.4.22
3312024-09-27T03:22:15.914Z Downloaded anstyle-query v1.0.3
3322024-09-27T03:22:15.920Z Downloaded typenum v1.17.0
3332024-09-27T03:22:15.923Z Downloaded unicode-ident v1.0.13
3342024-09-27T03:22:15.925Z Downloaded textwrap v0.16.1
3352024-09-27T03:22:15.928Z Downloaded cpufeatures v0.2.12
3362024-09-27T03:22:15.930Z Downloaded byteorder v1.5.0
3372024-09-27T03:22:15.933Z Downloaded serde_spanned v0.6.7
3382024-09-27T03:22:15.933Z Downloaded macaddr v1.0.1
3392024-09-27T03:22:15.935Z Downloaded cargo-platform v0.1.8
3402024-09-27T03:22:15.935Z Downloaded autocfg v1.3.0
3412024-09-27T03:22:15.938Z Downloaded block-buffer v0.10.4
3422024-09-27T03:22:15.938Z Downloaded anstyle v1.0.8
3432024-09-27T03:22:15.940Z Downloaded fnv v1.0.7
3442024-09-27T03:22:15.940Z Downloaded errno v0.3.9
3452024-09-27T03:22:15.943Z Downloaded proc-macro-error-attr v1.0.4
3462024-09-27T03:22:15.943Z Downloaded thiserror-impl v1.0.64
3472024-09-27T03:22:15.946Z Downloaded thiserror v1.0.64
3482024-09-27T03:22:15.949Z Downloaded terminal_size v0.3.0
3492024-09-27T03:22:15.951Z Downloaded usdt v0.5.0
3502024-09-27T03:22:15.951Z Downloaded proc-macro2 v1.0.86
3512024-09-27T03:22:15.953Z Downloaded tabled_derive v0.7.0
3522024-09-27T03:22:15.956Z Downloaded clap_lex v0.7.0
3532024-09-27T03:22:15.956Z Downloaded utf8parse v0.2.1
3542024-09-27T03:22:15.958Z Downloaded digest v0.10.7
3552024-09-27T03:22:15.960Z Downloaded cfg-if v1.0.0
3562024-09-27T03:22:15.966Z Downloaded semver v1.0.23
3572024-09-27T03:22:15.968Z Downloaded memmap v0.7.0
3582024-09-27T03:22:15.971Z Downloaded heck v0.5.0
3592024-09-27T03:22:15.973Z Downloaded quote v1.0.37
3602024-09-27T03:22:15.976Z Downloaded pest_derive v2.7.10
3612024-09-27T03:22:15.976Z Downloaded cargo_toml v0.20.5
3622024-09-27T03:22:15.979Z Downloaded sha2 v0.10.8
3632024-09-27T03:22:15.984Z Downloaded zerocopy-derive v0.7.34
3642024-09-27T03:22:15.988Z Downloaded bitflags v2.6.0
3652024-09-27T03:22:15.992Z Downloaded indexmap v2.5.0
3662024-09-27T03:22:15.996Z Downloaded usdt-impl v0.5.0
3672024-09-27T03:22:15.999Z Downloaded unicode-linebreak v0.1.5
3682024-09-27T03:22:16.000Z Downloaded serde_derive v1.0.210
3692024-09-27T03:22:16.002Z Downloaded ryu v1.0.18
3702024-09-27T03:22:16.005Z Downloaded ucd-trie v0.1.6
3712024-09-27T03:22:16.007Z Downloaded toml v0.8.19
3722024-09-27T03:22:16.010Z Downloaded memchr v2.7.2
3732024-09-27T03:22:16.015Z Downloaded pest_meta v2.7.10
3742024-09-27T03:22:16.017Z Downloaded papergrid v0.11.0
3752024-09-27T03:22:16.022Z Downloaded serde v1.0.210
3762024-09-27T03:22:16.035Z Downloaded toml_edit v0.22.22
3772024-09-27T03:22:16.066Z Downloaded pest v2.7.10
3782024-09-27T03:22:16.071Z Downloaded zerocopy v0.7.34
3792024-09-27T03:22:16.087Z Downloaded serde_json v1.0.128
3802024-09-27T03:22:16.094Z Downloaded hashbrown v0.14.5
3812024-09-27T03:22:16.105Z Downloaded goblin v0.8.2
3822024-09-27T03:22:16.111Z Downloaded winnow v0.6.18
3832024-09-27T03:22:16.119Z Downloaded clap_builder v4.5.18
3842024-09-27T03:22:16.130Z Downloaded tabled v0.15.0
3852024-09-27T03:22:16.142Z Downloaded syn v1.0.109
3862024-09-27T03:22:16.152Z Downloaded syn v2.0.77
3872024-09-27T03:22:16.170Z Downloaded rustix v0.38.34
3882024-09-27T03:22:16.188Z Downloaded unicode-width v0.1.13
3892024-09-27T03:22:16.198Z Downloaded libc v0.2.159
3902024-09-27T03:22:16.506Z Compiling proc-macro2 v1.0.86
3912024-09-27T03:22:16.506Z Compiling unicode-ident v1.0.13
3922024-09-27T03:22:16.509Z Compiling version_check v0.9.5
3932024-09-27T03:22:16.509Z Compiling serde v1.0.210
3942024-09-27T03:22:16.509Z Compiling thiserror v1.0.64
3952024-09-27T03:22:16.509Z Compiling memchr v2.7.2
3962024-09-27T03:22:16.541Z Compiling libc v0.2.159
3972024-09-27T03:22:16.543Z Compiling ryu v1.0.18
3982024-09-27T03:22:16.759Z Compiling ucd-trie v0.1.6
3992024-09-27T03:22:17.007Z Compiling itoa v1.0.11
4002024-09-27T03:22:17.228Z Compiling once_cell v1.19.0
4012024-09-27T03:22:17.381Z Compiling byteorder v1.5.0
4022024-09-27T03:22:17.387Z Compiling rustix v0.38.34
4032024-09-27T03:22:17.387Z Compiling serde_json v1.0.128
4042024-09-27T03:22:17.819Z Compiling bitflags v2.6.0
4052024-09-27T03:22:17.941Z Compiling proc-macro-error-attr v1.0.4
4062024-09-27T03:22:18.242Z Compiling quote v1.0.37
4072024-09-27T03:22:18.315Z Compiling usdt-impl v0.5.0
4082024-09-27T03:22:18.317Z Compiling syn v1.0.109
4092024-09-27T03:22:18.383Z Compiling proc-macro-error v1.0.4
4102024-09-27T03:22:18.429Z Compiling utf8parse v0.2.1
4112024-09-27T03:22:18.593Z Compiling syn v2.0.77
4122024-09-27T03:22:18.678Z Compiling plain v0.2.3
4132024-09-27T03:22:18.789Z Compiling errno v0.3.9
4142024-09-27T03:22:18.827Z Compiling log v0.4.22
4152024-09-27T03:22:18.925Z Compiling hashbrown v0.14.5
4162024-09-27T03:22:19.032Z Compiling camino v1.1.9
4172024-09-27T03:22:19.072Z Compiling equivalent v1.0.1
4182024-09-27T03:22:19.292Z Compiling thread-id v4.2.1
4192024-09-27T03:22:19.360Z Compiling anstyle-parse v0.2.4
4202024-09-27T03:22:19.713Z Compiling unicode-width v0.1.13
4212024-09-27T03:22:19.758Z Compiling anstyle-query v1.0.3
4222024-09-27T03:22:19.783Z Compiling colorchoice v1.0.1
4232024-09-27T03:22:19.916Z Compiling anstyle v1.0.8
4242024-09-27T03:22:19.940Z Compiling pretty-hex v0.4.1
4252024-09-27T03:22:19.960Z Compiling winnow v0.6.18
4262024-09-27T03:22:19.963Z Compiling is_terminal_polyfill v1.70.0
4272024-09-27T03:22:20.086Z Compiling autocfg v1.3.0
4282024-09-27T03:22:20.130Z Compiling indexmap v2.5.0
4292024-09-27T03:22:20.237Z Compiling semver v1.0.23
4302024-09-27T03:22:20.383Z Compiling anstream v0.6.14
4312024-09-27T03:22:21.031Z Compiling terminal_size v0.3.0
4322024-09-27T03:22:21.084Z Compiling fs-err v2.11.0
4332024-09-27T03:22:21.220Z Compiling anyhow v1.0.89
4342024-09-27T03:22:21.245Z Compiling fastrand v2.1.0
4352024-09-27T03:22:21.396Z Compiling fnv v1.0.7
4362024-09-27T03:22:21.534Z Compiling cfg-if v1.0.0
4372024-09-27T03:22:21.556Z Compiling bytecount v0.6.8
4382024-09-27T03:22:21.637Z Compiling heck v0.5.0
4392024-09-27T03:22:21.741Z Compiling strsim v0.11.1
4402024-09-27T03:22:21.771Z Compiling heck v0.4.1
4412024-09-27T03:22:21.774Z Compiling clap_lex v0.7.0
4422024-09-27T03:22:22.184Z Compiling clap_builder v4.5.18
4432024-09-27T03:22:22.280Z Compiling papergrid v0.11.0
4442024-09-27T03:22:22.307Z Compiling tempfile v3.10.1
4452024-09-27T03:22:22.748Z Compiling memmap v0.7.0
4462024-09-27T03:22:22.843Z Compiling smawk v0.3.2
4472024-09-27T03:22:23.064Z Compiling unicode-linebreak v0.1.5
4482024-09-27T03:22:23.555Z Compiling textwrap v0.16.1
4492024-09-27T03:22:23.728Z Compiling swrite v0.1.0
4502024-09-27T03:22:24.759Z Compiling tabled_derive v0.7.0
4512024-09-27T03:22:26.357Z Compiling tabled v0.15.0
4522024-09-27T03:22:27.340Z Compiling serde_derive v1.0.210
4532024-09-27T03:22:27.344Z Compiling thiserror-impl v1.0.64
4542024-09-27T03:22:27.364Z Compiling zerocopy-derive v0.7.34
4552024-09-27T03:22:27.367Z Compiling scroll_derive v0.12.0
4562024-09-27T03:22:27.385Z Compiling clap_derive v4.5.18
4572024-09-27T03:22:28.847Z Compiling scroll v0.12.0
4582024-09-27T03:22:29.381Z Compiling zerocopy v0.7.34
4592024-09-27T03:22:29.409Z Compiling goblin v0.8.2
4602024-09-27T03:22:30.115Z Compiling pest v2.7.10
4612024-09-27T03:22:31.055Z Compiling clap v4.5.18
4622024-09-27T03:22:32.247Z Compiling pest_meta v2.7.10
4632024-09-27T03:22:33.124Z Compiling pest_generator v2.7.10
4642024-09-27T03:22:34.793Z Compiling pest_derive v2.7.10
4652024-09-27T03:22:35.537Z Compiling dtrace-parser v0.2.0
4662024-09-27T03:22:37.464Z Compiling serde_tokenstream v0.2.2
4672024-09-27T03:22:37.503Z Compiling toml_datetime v0.6.8
4682024-09-27T03:22:37.503Z Compiling serde_spanned v0.6.7
4692024-09-27T03:22:37.865Z Compiling cargo-platform v0.1.8
4702024-09-27T03:22:37.893Z Compiling macaddr v1.0.1
4712024-09-27T03:22:38.099Z Compiling toml_edit v0.22.22
4722024-09-27T03:22:38.179Z Compiling camino-tempfile v1.1.1
4732024-09-27T03:22:38.892Z Compiling dof v0.3.0
4742024-09-27T03:22:38.929Z Compiling cargo_metadata v0.18.1
4752024-09-27T03:22:40.715Z Compiling usdt-attr-macro v0.5.0
4762024-09-27T03:22:40.715Z Compiling usdt-macro v0.5.0
4772024-09-27T03:22:40.866Z Compiling toml v0.8.19
4782024-09-27T03:22:41.702Z Compiling cargo_toml v0.20.5
4792024-09-27T03:22:42.009Z Compiling usdt v0.5.0
4802024-09-27T03:22:45.513Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4812024-09-27T03:22:49.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.94s
4822024-09-27T03:22:49.939Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4832024-09-27T03:22:50.524Z Downloading crates ...
4842024-09-27T03:22:50.671Z Downloaded ascii-canvas v3.0.0
4852024-09-27T03:22:50.675Z Downloaded atty v0.2.14
4862024-09-27T03:22:50.678Z Downloaded async-stream v0.3.5
4872024-09-27T03:22:50.680Z Downloaded adler v1.0.2
4882024-09-27T03:22:50.684Z Downloaded cfg_aliases v0.2.1
4892024-09-27T03:22:50.686Z Downloaded async-bb8-diesel v0.2.1
4902024-09-27T03:22:50.689Z Downloaded async-stream-impl v0.3.5
4912024-09-27T03:22:50.695Z Downloaded crunchy v0.2.2
4922024-09-27T03:22:50.697Z Downloaded ahash v0.8.11
4932024-09-27T03:22:50.700Z Downloaded crc v3.2.1
4942024-09-27T03:22:50.702Z Downloaded aead v0.5.2
4952024-09-27T03:22:50.705Z Downloaded atomic-waker v1.1.2
4962024-09-27T03:22:50.707Z Downloaded cassowary v0.3.0
4972024-09-27T03:22:50.707Z Downloaded cexpr v0.6.0
4982024-09-27T03:22:50.710Z Downloaded blowfish v0.9.1
4992024-09-27T03:22:50.712Z Downloaded const_format_proc_macros v0.2.33
5002024-09-27T03:22:50.715Z Downloaded bitfield-struct v0.6.1
5012024-09-27T03:22:50.715Z Downloaded colored v2.1.0
5022024-09-27T03:22:50.717Z Downloaded cbc v0.1.2
5032024-09-27T03:22:50.719Z Downloaded curve25519-dalek-derive v0.1.1
5042024-09-27T03:22:50.722Z Downloaded is-terminal v0.4.12
5052024-09-27T03:22:50.722Z Downloaded ciborium-ll v0.2.2
5062024-09-27T03:22:50.724Z Downloaded bcrypt-pbkdf v0.10.0
5072024-09-27T03:22:50.724Z Downloaded backoff v0.4.0
5082024-09-27T03:22:50.727Z Downloaded cstr-argument v0.1.2
5092024-09-27T03:22:50.729Z Downloaded ctr v0.9.2
5102024-09-27T03:22:50.731Z Downloaded bit-vec v0.6.3
5112024-09-27T03:22:50.731Z Downloaded crc-catalog v2.4.0
5122024-09-27T03:22:50.734Z Downloaded ciborium v0.2.2
5132024-09-27T03:22:50.736Z Downloaded arrayref v0.3.7
5142024-09-27T03:22:50.738Z Downloaded instant v0.1.12
5152024-09-27T03:22:50.738Z Downloaded data-encoding v2.6.0
5162024-09-27T03:22:50.742Z Downloaded argon2 v0.5.3
5172024-09-27T03:22:50.744Z Downloaded const-oid v0.9.6
5182024-09-27T03:22:50.749Z Downloaded assert_matches v1.5.0
5192024-09-27T03:22:50.757Z Downloaded cookie v0.18.1
5202024-09-27T03:22:50.760Z Downloaded async-recursion v1.1.1
5212024-09-27T03:22:50.764Z Downloaded clang-sys v1.7.0
5222024-09-27T03:22:50.769Z Downloaded matches v0.1.10
5232024-09-27T03:22:50.769Z Downloaded bytes v1.7.2
5242024-09-27T03:22:50.773Z Downloaded adler2 v2.0.0
5252024-09-27T03:22:50.776Z Downloaded darling_core v0.20.9
5262024-09-27T03:22:50.780Z Downloaded chacha20poly1305 v0.10.1
5272024-09-27T03:22:50.783Z Downloaded hubpack_derive v0.1.1
5282024-09-27T03:22:50.786Z Downloaded http-range v0.1.5
5292024-09-27T03:22:50.786Z Downloaded httpdate v1.0.3
5302024-09-27T03:22:50.788Z Downloaded rustc_version v0.4.0
5312024-09-27T03:22:50.791Z Downloaded rusty-fork v0.3.0
5322024-09-27T03:22:50.791Z Downloaded home v0.5.9
5332024-09-27T03:22:50.794Z Downloaded inout v0.1.3
5342024-09-27T03:22:50.796Z Downloaded indoc v1.0.9
5352024-09-27T03:22:50.799Z Downloaded shell-words v1.1.0
5362024-09-27T03:22:50.799Z Downloaded http-body v1.0.0
5372024-09-27T03:22:50.801Z Downloaded base64 v0.22.1
5382024-09-27T03:22:50.804Z Downloaded serde_plain v1.0.2
5392024-09-27T03:22:50.807Z Downloaded sync_wrapper v0.1.2
5402024-09-27T03:22:50.810Z Downloaded ident_case v1.0.1
5412024-09-27T03:22:50.810Z Downloaded darling_macro v0.20.9
5422024-09-27T03:22:50.810Z Downloaded addr2line v0.21.0
5432024-09-27T03:22:50.813Z Downloaded signal-hook-tokio v0.3.1
5442024-09-27T03:22:50.815Z Downloaded arc-swap v1.7.1
5452024-09-27T03:22:50.818Z Downloaded block-padding v0.3.3
5462024-09-27T03:22:50.820Z Downloaded signature v2.2.0
5472024-09-27T03:22:50.822Z Downloaded multimap v0.10.0
5482024-09-27T03:22:50.822Z Downloaded structmeta v0.3.0
5492024-09-27T03:22:50.825Z Downloaded chacha20 v0.9.1
5502024-09-27T03:22:50.827Z Downloaded nibble_vec v0.1.0
5512024-09-27T03:22:50.829Z Downloaded keccak v0.1.5
5522024-09-27T03:22:50.829Z Downloaded indent_write v2.2.0
5532024-09-27T03:22:50.832Z Downloaded smallvec v1.13.2
5542024-09-27T03:22:50.834Z Downloaded cfg_aliases v0.1.1
5552024-09-27T03:22:50.834Z Downloaded md-5 v0.10.6
5562024-09-27T03:22:50.837Z Downloaded http-body-util v0.1.2
5572024-09-27T03:22:50.840Z Downloaded libefi-sys v0.1.0
5582024-09-27T03:22:50.842Z Downloaded newline-converter v0.3.0
5592024-09-27T03:22:50.842Z Downloaded convert_case v0.4.0
5602024-09-27T03:22:50.847Z Downloaded crossbeam-deque v0.8.5
5612024-09-27T03:22:50.847Z Downloaded buf-list v1.0.3
5622024-09-27T03:22:50.850Z Downloaded md5 v0.7.0
5632024-09-27T03:22:50.850Z Downloaded new_debug_unreachable v1.0.6
5642024-09-27T03:22:50.850Z Downloaded cookie_store v0.21.0
5652024-09-27T03:22:50.852Z Downloaded cobs v0.2.3
5662024-09-27T03:22:50.855Z Downloaded ipnet v2.9.0
5672024-09-27T03:22:50.857Z Downloaded iana-time-zone v0.1.60
5682024-09-27T03:22:50.860Z Downloaded ipnetwork v0.20.0
5692024-09-27T03:22:50.860Z Downloaded topological-sort v0.2.2
5702024-09-27T03:22:50.862Z Downloaded highway v1.2.0
5712024-09-27T03:22:50.865Z Downloaded sqlparser_derive v0.2.2
5722024-09-27T03:22:50.865Z Downloaded match_cfg v0.1.0
5732024-09-27T03:22:50.867Z Downloaded twox-hash v1.6.3
5742024-09-27T03:22:50.869Z Downloaded secrecy v0.8.0
5752024-09-27T03:22:50.869Z Downloaded zone_cfg_derive v0.1.2
5762024-09-27T03:22:50.872Z Downloaded termtree v0.4.1
5772024-09-27T03:22:50.872Z Downloaded kstat-rs v0.2.4
5782024-09-27T03:22:50.874Z Downloaded downcast v0.11.0
5792024-09-27T03:22:50.877Z Downloaded constant_time_eq v0.3.0
5802024-09-27T03:22:50.877Z Downloaded spin v0.5.2
5812024-09-27T03:22:50.881Z Downloaded memoffset v0.9.1
5822024-09-27T03:22:50.881Z Downloaded want v0.3.1
5832024-09-27T03:22:50.884Z Downloaded mockall v0.13.0
5842024-09-27T03:22:50.884Z Downloaded lazycell v1.3.0
5852024-09-27T03:22:50.884Z Downloaded foreign-types-shared v0.1.1
5862024-09-27T03:22:50.887Z Downloaded internet-checksum v0.2.1
5872024-09-27T03:22:50.887Z Downloaded thiserror-impl-no-std v2.0.2
5882024-09-27T03:22:50.889Z Downloaded mime v0.3.17
5892024-09-27T03:22:50.889Z Downloaded rand_core v0.6.4
5902024-09-27T03:22:50.891Z Downloaded native-tls v0.2.11
5912024-09-27T03:22:50.894Z Downloaded async-trait v0.1.83
5922024-09-27T03:22:50.897Z Downloaded schemars v0.8.21
5932024-09-27T03:22:50.910Z Downloaded env_filter v0.1.2
5942024-09-27T03:22:50.912Z Downloaded headers-core v0.3.0
5952024-09-27T03:22:50.914Z Downloaded foreign-types-shared v0.3.1
5962024-09-27T03:22:50.914Z Downloaded test-strategy v0.3.1
5972024-09-27T03:22:50.917Z Downloaded smallvec v0.6.14
5982024-09-27T03:22:50.920Z Downloaded parse-size v1.0.0
5992024-09-27T03:22:50.922Z Downloaded supports-color v3.0.1
6002024-09-27T03:22:50.922Z Downloaded structmeta-derive v0.2.0
6012024-09-27T03:22:50.926Z Downloaded lru-cache v0.1.2
6022024-09-27T03:22:50.926Z Downloaded slog-dtrace v0.3.0
6032024-09-27T03:22:50.929Z Downloaded managed v0.8.0
6042024-09-27T03:22:50.929Z Downloaded jobserver v0.1.32
6052024-09-27T03:22:50.931Z Downloaded humantime v2.1.0
6062024-09-27T03:22:50.934Z Downloaded csv-core v0.1.11
6072024-09-27T03:22:50.936Z Downloaded phf_shared v0.10.0
6082024-09-27T03:22:50.936Z Downloaded russh-cryptovec v0.7.2
6092024-09-27T03:22:50.936Z Downloaded mockall_derive v0.13.0
6102024-09-27T03:22:50.938Z Downloaded nanorand v0.7.0
6112024-09-27T03:22:50.941Z Downloaded futures-task v0.3.30
6122024-09-27T03:22:50.944Z Downloaded universal-hash v0.5.1
6132024-09-27T03:22:50.946Z Downloaded tokio-native-tls v0.3.1
6142024-09-27T03:22:50.946Z Downloaded display-error-chain v0.2.1
6152024-09-27T03:22:50.949Z Downloaded mime_guess v2.0.4
6162024-09-27T03:22:50.952Z Downloaded crossbeam-epoch v0.9.18
6172024-09-27T03:22:50.954Z Downloaded hyper-staticfile v0.10.1
6182024-09-27T03:22:50.957Z Downloaded take_mut v0.2.2
6192024-09-27T03:22:50.957Z Downloaded miniz_oxide v0.7.2
6202024-09-27T03:22:50.959Z Downloaded darling v0.20.9
6212024-09-27T03:22:50.963Z Downloaded sync_wrapper v1.0.1
6222024-09-27T03:22:50.965Z Downloaded strum v0.26.3
6232024-09-27T03:22:50.968Z Downloaded phf v0.11.2
6242024-09-27T03:22:50.968Z Downloaded quick-error v1.2.3
6252024-09-27T03:22:50.971Z Downloaded num v0.4.3
6262024-09-27T03:22:50.971Z Downloaded tokio-stream v0.1.16
6272024-09-27T03:22:50.975Z Downloaded crc32fast v1.4.0
6282024-09-27T03:22:50.978Z Downloaded endian-type v0.1.2
6292024-09-27T03:22:50.981Z Downloaded ref-cast v1.0.23
6302024-09-27T03:22:50.983Z Downloaded compact_str v0.8.0
6312024-09-27T03:22:50.986Z Downloaded difflib v0.4.0
6322024-09-27T03:22:50.988Z Downloaded tower-service v0.3.2
6332024-09-27T03:22:50.988Z Downloaded slog-bunyan v2.5.0
6342024-09-27T03:22:50.991Z Downloaded same-file v1.0.6
6352024-09-27T03:22:50.993Z Downloaded aes v0.8.4
6362024-09-27T03:22:51.005Z Downloaded slog-envlogger v2.2.0
6372024-09-27T03:22:51.008Z Downloaded nodrop v0.1.14
6382024-09-27T03:22:51.010Z Downloaded hex-literal v0.4.1
6392024-09-27T03:22:51.010Z Downloaded hex v0.4.3
6402024-09-27T03:22:51.012Z Downloaded deranged v0.3.11
6412024-09-27T03:22:51.015Z Downloaded dyn-clone v1.0.17
6422024-09-27T03:22:51.017Z Downloaded password-hash v0.5.0
6432024-09-27T03:22:51.019Z Downloaded predicates v3.1.2
6442024-09-27T03:22:51.022Z Downloaded num-complex v0.4.6
6452024-09-27T03:22:51.024Z Downloaded tungstenite v0.23.0
6462024-09-27T03:22:51.027Z Downloaded env_logger v0.10.2
6472024-09-27T03:22:51.029Z Downloaded rand_chacha v0.3.1
6482024-09-27T03:22:51.032Z Downloaded blake2 v0.10.6
6492024-09-27T03:22:51.034Z Downloaded unicase v2.7.0
6502024-09-27T03:22:51.037Z Downloaded fragile v2.0.0
6512024-09-27T03:22:51.039Z Downloaded fxhash v0.2.1
6522024-09-27T03:22:51.041Z Downloaded unarray v0.1.4
6532024-09-27T03:22:51.041Z Downloaded ff v0.13.0
6542024-09-27T03:22:51.044Z Downloaded typify-macro v0.2.0
6552024-09-27T03:22:51.044Z Downloaded tabwriter v1.4.0
6562024-09-27T03:22:51.047Z Downloaded static_assertions v1.1.0
6572024-09-27T03:22:51.047Z Downloaded normalize-line-endings v0.3.0
6582024-09-27T03:22:51.049Z Downloaded derive_builder_macro v0.20.0
6592024-09-27T03:22:51.049Z Downloaded waitgroup v0.1.2
6602024-09-27T03:22:51.051Z Downloaded heck v0.3.3
6612024-09-27T03:22:51.051Z Downloaded futures-io v0.3.30
6622024-09-27T03:22:51.054Z Downloaded futures-executor v0.3.30
6632024-09-27T03:22:51.057Z Downloaded password-hash v0.4.2
6642024-09-27T03:22:51.057Z Downloaded tracing-core v0.1.32
6652024-09-27T03:22:51.060Z Downloaded schemars_derive v0.8.21
6662024-09-27T03:22:51.062Z Downloaded foreign-types v0.3.2
6672024-09-27T03:22:51.062Z Downloaded dhcproto-macros v0.1.0
6682024-09-27T03:22:51.065Z Downloaded crypto-bigint v0.5.5
6692024-09-27T03:22:51.070Z Downloaded const_format v0.2.33
6702024-09-27T03:22:51.076Z Downloaded serde_urlencoded v0.7.1
6712024-09-27T03:22:51.078Z Downloaded ssh-encoding v0.2.0
6722024-09-27T03:22:51.081Z Downloaded semver v0.1.20
6732024-09-27T03:22:51.081Z Downloaded termcolor v1.4.1
6742024-09-27T03:22:51.083Z Downloaded tap v1.0.1
6752024-09-27T03:22:51.083Z Downloaded blake3 v1.5.1
6762024-09-27T03:22:51.091Z Downloaded pin-project-internal v1.1.5
6772024-09-27T03:22:51.094Z Downloaded which v4.4.2
6782024-09-27T03:22:51.096Z Downloaded miniz_oxide v0.8.0
6792024-09-27T03:22:51.098Z Downloaded toolchain_find v0.4.0
6802024-09-27T03:22:51.101Z Downloaded psl-types v2.0.11
6812024-09-27T03:22:51.101Z Downloaded stable_deref_trait v1.2.0
6822024-09-27T03:22:51.104Z Downloaded ena v0.14.3
6832024-09-27T03:22:51.106Z Downloaded wait-timeout v0.2.0
6842024-09-27T03:22:51.106Z Downloaded uzers v0.11.3
6852024-09-27T03:22:51.109Z Downloaded thiserror-no-std v2.0.2
6862024-09-27T03:22:51.112Z Downloaded termios v0.3.3
6872024-09-27T03:22:51.114Z Downloaded futures-macro v0.3.30
6882024-09-27T03:22:51.117Z Downloaded oso-derive v0.27.3
6892024-09-27T03:22:51.117Z Downloaded http v0.2.12
6902024-09-27T03:22:51.121Z Downloaded embedded-io v0.4.0
6912024-09-27T03:22:51.123Z Downloaded hickory-server v0.24.1
6922024-09-27T03:22:51.129Z Downloaded filetime v0.2.25
6932024-09-27T03:22:51.131Z Downloaded path-slash v0.1.5
6942024-09-27T03:22:51.133Z Downloaded paste v1.0.15
6952024-09-27T03:22:51.136Z Downloaded hash32 v0.2.1
6962024-09-27T03:22:51.138Z Downloaded proc-macro-crate v1.3.1
6972024-09-27T03:22:51.141Z Downloaded getopts v0.2.21
6982024-09-27T03:22:51.141Z Downloaded rfc6979 v0.4.0
6992024-09-27T03:22:51.144Z Downloaded nu-ansi-term v0.50.0
7002024-09-27T03:22:51.146Z Downloaded parse-display-derive v0.10.0
7012024-09-27T03:22:51.146Z Downloaded smf v0.2.3
7022024-09-27T03:22:51.149Z Downloaded slab v0.4.9
7032024-09-27T03:22:51.151Z Downloaded precomputed-hash v0.1.1
7042024-09-27T03:22:51.151Z Downloaded stringprep v0.1.4
7052024-09-27T03:22:51.154Z Downloaded term v0.7.0
7062024-09-27T03:22:51.156Z Downloaded resolv-conf v0.7.0
7072024-09-27T03:22:51.158Z Downloaded strum_macros v0.25.3
7082024-09-27T03:22:51.161Z Downloaded rtoolbox v0.0.2
7092024-09-27T03:22:51.164Z Downloaded defmt-macros v0.3.9
7102024-09-27T03:22:51.166Z Downloaded unicode-truncate v1.0.0
7112024-09-27T03:22:51.169Z Downloaded float-ord v0.3.2
7122024-09-27T03:22:51.169Z Downloaded unsafe-libyaml v0.2.11
7132024-09-27T03:22:51.172Z Downloaded pretty-hex v0.2.1
7142024-09-27T03:22:51.174Z Downloaded aes-gcm v0.10.3
7152024-09-27T03:22:51.178Z Downloaded ecdsa v0.16.9
7162024-09-27T03:22:51.181Z Downloaded samael v0.0.17
7172024-09-27T03:22:51.186Z Downloaded mio v0.8.11
7182024-09-27T03:22:51.192Z Downloaded zeroize_derive v1.4.2
7192024-09-27T03:22:51.195Z Downloaded glob v0.3.1
7202024-09-27T03:22:51.198Z Downloaded tokio-rustls v0.25.0
7212024-09-27T03:22:51.198Z Downloaded diesel_table_macro_syntax v0.2.0
7222024-09-27T03:22:51.200Z Downloaded hickory-client v0.24.1
7232024-09-27T03:22:51.203Z Downloaded polyval v0.6.2
7242024-09-27T03:22:51.205Z Downloaded group v0.13.0
7252024-09-27T03:22:51.208Z Downloaded try-lock v0.2.5
7262024-09-27T03:22:51.208Z Downloaded ppv-lite86 v0.2.17
7272024-09-27T03:22:51.211Z Downloaded rustc-demangle v0.1.24
7282024-09-27T03:22:51.213Z Downloaded subtle v2.5.0
7292024-09-27T03:22:51.213Z Downloaded dhcproto v0.12.0
7302024-09-27T03:22:51.216Z Downloaded rustfmt-wrapper v0.2.1
7312024-09-27T03:22:51.218Z Downloaded rustc-hash v2.0.0
7322024-09-27T03:22:51.221Z Downloaded rustc-hash v1.1.0
7332024-09-27T03:22:51.221Z Downloaded rcgen v0.12.1
7342024-09-27T03:22:51.224Z Downloaded rustc_version v0.1.7
7352024-09-27T03:22:51.226Z Downloaded num_enum_derive v0.5.11
7362024-09-27T03:22:51.226Z Downloaded pbkdf2 v0.11.0
7372024-09-27T03:22:51.229Z Downloaded pin-project v1.1.5
7382024-09-27T03:22:51.240Z Downloaded hash32 v0.3.1
7392024-09-27T03:22:51.242Z Downloaded progenitor v0.8.0
7402024-09-27T03:22:51.245Z Downloaded string_cache v0.8.7
7412024-09-27T03:22:51.247Z Downloaded quinn-udp v0.5.5
7422024-09-27T03:22:51.249Z Downloaded scopeguard v1.2.0
7432024-09-27T03:22:51.249Z Downloaded fallible-streaming-iterator v0.1.9
7442024-09-27T03:22:51.252Z Downloaded fd-lock v4.0.2
7452024-09-27T03:22:51.254Z Downloaded fallible-iterator v0.3.0
7462024-09-27T03:22:51.257Z Downloaded float-cmp v0.9.0
7472024-09-27T03:22:51.257Z Downloaded serde-big-array v0.5.1
7482024-09-27T03:22:51.260Z Downloaded hashlink v0.9.1
7492024-09-27T03:22:51.263Z Downloaded globset v0.4.14
7502024-09-27T03:22:51.263Z Downloaded dsl_auto_type v0.1.2
7512024-09-27T03:22:51.265Z Downloaded tiny-keccak v2.0.2
7522024-09-27T03:22:51.268Z Downloaded toml v0.7.8
7532024-09-27T03:22:51.270Z Downloaded subprocess v0.2.9
7542024-09-27T03:22:51.273Z Downloaded unicode-normalization v0.1.23
7552024-09-27T03:22:51.277Z Downloaded progenitor-client v0.8.0
7562024-09-27T03:22:51.280Z Downloaded num-traits v0.2.19
7572024-09-27T03:22:51.282Z Downloaded progenitor-macro v0.8.0
7582024-09-27T03:22:51.285Z Downloaded tinyvec_macros v0.1.1
7592024-09-27T03:22:51.285Z Downloaded primeorder v0.13.6
7602024-09-27T03:22:51.287Z Downloaded derive_builder_core v0.20.0
7612024-09-27T03:22:51.289Z Downloaded http v1.1.0
7622024-09-27T03:22:51.292Z Downloaded derive_builder v0.20.0
7632024-09-27T03:22:51.298Z Downloaded scrypt v0.11.0
7642024-09-27T03:22:51.300Z Downloaded rustls-pemfile v2.1.3
7652024-09-27T03:22:51.302Z Downloaded num-bigint-dig v0.8.4
7662024-09-27T03:22:51.307Z Downloaded packed_struct v0.10.1
7672024-09-27T03:22:51.310Z Downloaded enum-as-inner v0.6.0
7682024-09-27T03:22:51.312Z Downloaded defmt-parser v0.3.4
7692024-09-27T03:22:51.314Z Downloaded tokio-rustls v0.26.0
7702024-09-27T03:22:51.317Z Downloaded sigpipe v0.1.3
7712024-09-27T03:22:51.317Z Downloaded socket2 v0.4.10
7722024-09-27T03:22:51.319Z Downloaded packed_struct_codegen v0.10.1
7732024-09-27T03:22:51.319Z Downloaded spki v0.7.3
7742024-09-27T03:22:51.322Z Downloaded postcard v1.0.8
7752024-09-27T03:22:51.325Z Downloaded peg v0.8.4
7762024-09-27T03:22:51.329Z Downloaded rustls-pki-types v1.7.0
7772024-09-27T03:22:51.333Z Downloaded opaque-debug v0.3.1
7782024-09-27T03:22:51.335Z Downloaded libxml v0.3.3
7792024-09-27T03:22:51.340Z Downloaded tar v0.4.42
7802024-09-27T03:22:51.343Z Downloaded snafu-derive v0.8.2
7812024-09-27T03:22:51.345Z Downloaded pin-utils v0.1.0
7822024-09-27T03:22:51.348Z Downloaded mio v1.0.2
7832024-09-27T03:22:51.352Z Downloaded tls_codec_derive v0.4.1
7842024-09-27T03:22:51.355Z Downloaded fatfs v0.3.6
7852024-09-27T03:22:51.357Z Downloaded pin-project-lite v0.2.14
7862024-09-27T03:22:51.363Z Downloaded signal-hook-mio v0.2.4
7872024-09-27T03:22:51.365Z Downloaded openssl-probe v0.1.5
7882024-09-27T03:22:51.368Z Downloaded openssl-macros v0.1.1
7892024-09-27T03:22:51.368Z Downloaded tracing-attributes v0.1.27
7902024-09-27T03:22:51.370Z Downloaded prettyplease v0.2.22
7912024-09-27T03:22:51.373Z Downloaded pem v3.0.4
7922024-09-27T03:22:51.375Z Downloaded ed25519 v2.2.3
7932024-09-27T03:22:51.377Z Downloaded sec1 v0.7.3
7942024-09-27T03:22:51.380Z Downloaded foreign-types v0.5.0
7952024-09-27T03:22:51.380Z Downloaded tokio-tungstenite v0.23.1
7962024-09-27T03:22:51.382Z Downloaded tough v0.17.1
7972024-09-27T03:22:51.391Z Downloaded ron v0.7.1
7982024-09-27T03:22:51.397Z Downloaded number_prefix v0.4.0
7992024-09-27T03:22:51.401Z Downloaded pkcs1 v0.7.5
8002024-09-27T03:22:51.401Z Downloaded defmt v0.3.8
8012024-09-27T03:22:51.403Z Downloaded olpc-cjson v0.1.3
8022024-09-27T03:22:51.406Z Downloaded pem-rfc7468 v0.7.0
8032024-09-27T03:22:51.408Z Downloaded structmeta v0.2.0
8042024-09-27T03:22:51.408Z Downloaded owo-colors v4.1.0
8052024-09-27T03:22:51.411Z Downloaded libm v0.2.8
8062024-09-27T03:22:51.419Z Downloaded ssh-cipher v0.2.0
8072024-09-27T03:22:51.422Z Downloaded serde_repr v0.1.19
8082024-09-27T03:22:51.426Z Downloaded percent-encoding v2.3.1
8092024-09-27T03:22:51.426Z Downloaded utf-8 v0.7.6
8102024-09-27T03:22:51.430Z Downloaded slog-stdlog v4.1.1
8112024-09-27T03:22:51.430Z Downloaded slog-scope v4.4.0
8122024-09-27T03:22:51.430Z Downloaded rsa v0.9.6
8132024-09-27T03:22:51.434Z Downloaded r2d2 v0.8.10
8142024-09-27T03:22:51.436Z Downloaded p256 v0.13.2
8152024-09-27T03:22:51.438Z Downloaded toml_edit v0.19.15
8162024-09-27T03:22:51.456Z Downloaded strip-ansi-escapes v0.2.0
8172024-09-27T03:22:51.458Z Downloaded vte_generate_state_changes v0.1.1
8182024-09-27T03:22:51.458Z Downloaded strum_macros v0.24.3
8192024-09-27T03:22:51.461Z Downloaded slog-async v2.8.0
8202024-09-27T03:22:51.461Z Downloaded signal-hook-registry v1.4.2
8212024-09-27T03:22:51.464Z Downloaded serde-hex v0.1.0
8222024-09-27T03:22:51.464Z Downloaded futures v0.3.30
8232024-09-27T03:22:51.469Z Downloaded diesel_derives v2.2.2
8242024-09-27T03:22:51.474Z Downloaded untrusted v0.7.1
8252024-09-27T03:22:51.478Z Downloaded time-core v0.1.2
8262024-09-27T03:22:51.478Z Downloaded pbkdf2 v0.12.2
8272024-09-27T03:22:51.481Z Downloaded snafu v0.8.2
8282024-09-27T03:22:51.483Z Downloaded zone_cfg_derive v0.3.0
8292024-09-27T03:22:51.486Z Downloaded xz2 v0.1.7
8302024-09-27T03:22:51.488Z Downloaded serde_derive_internals v0.29.1
8312024-09-27T03:22:51.488Z Downloaded sct v0.7.1
8322024-09-27T03:22:51.491Z Downloaded either v1.13.0
8332024-09-27T03:22:51.494Z Downloaded itertools v0.12.1
8342024-09-27T03:22:51.500Z Downloaded sqlformat v0.2.6
8352024-09-27T03:22:51.503Z Downloaded itertools v0.13.0
8362024-09-27T03:22:51.510Z Downloaded futures-util v0.3.30
8372024-09-27T03:22:51.522Z Downloaded pkcs8 v0.10.2
8382024-09-27T03:22:51.525Z Downloaded structmeta-derive v0.3.0
8392024-09-27T03:22:51.528Z Downloaded russh v0.45.0
8402024-09-27T03:22:51.533Z Downloaded value-bag v1.9.0
8412024-09-27T03:22:51.535Z Downloaded futures-channel v0.3.30
8422024-09-27T03:22:51.538Z Downloaded pkg-config v0.3.30
8432024-09-27T03:22:51.541Z Downloaded signal-hook v0.3.17
8442024-09-27T03:22:51.544Z Downloaded serde_with_macros v3.9.0
8452024-09-27T03:22:51.546Z Downloaded chrono v0.4.38
8462024-09-27T03:22:51.553Z Downloaded parking_lot v0.12.2
8472024-09-27T03:22:51.555Z Downloaded rand_xorshift v0.3.0
8482024-09-27T03:22:51.557Z Downloaded hyper v1.4.1
8492024-09-27T03:22:51.563Z Downloaded similar v2.6.0
8502024-09-27T03:22:51.569Z Downloaded unicode-xid v0.2.4
8512024-09-27T03:22:51.572Z Downloaded dropshot_endpoint v0.10.1
8522024-09-27T03:22:51.572Z Downloaded serde_yaml v0.9.34+deprecated
8532024-09-27T03:22:51.575Z Downloaded url v2.5.2
8542024-09-27T03:22:51.579Z Downloaded dropshot_endpoint v0.12.0
8552024-09-27T03:22:51.581Z Downloaded expectorate v1.1.0
8562024-09-27T03:22:51.584Z Downloaded tinyvec v1.6.0
8572024-09-27T03:22:51.587Z Downloaded hkdf v0.12.4
8582024-09-27T03:22:51.590Z Downloaded rand_seeder v0.3.0
8592024-09-27T03:22:51.593Z Downloaded untrusted v0.9.0
8602024-09-27T03:22:51.593Z Downloaded vsss-rs v3.3.4
8612024-09-27T03:22:51.596Z Downloaded radium v0.7.0
8622024-09-27T03:22:51.598Z Downloaded postgres-types v0.2.8
8632024-09-27T03:22:51.601Z Downloaded getrandom v0.2.14
8642024-09-27T03:22:51.603Z Downloaded diff v0.1.13
8652024-09-27T03:22:51.606Z Downloaded zip v0.6.6
8662024-09-27T03:22:51.610Z Downloaded postgres-protocol v0.6.7
8672024-09-27T03:22:51.613Z Downloaded quinn-proto v0.11.8
8682024-09-27T03:22:51.620Z Downloaded vte v0.11.1
8692024-09-27T03:22:51.622Z Downloaded hashbrown v0.13.2
8702024-09-27T03:22:51.627Z Downloaded x509-cert v0.2.5
8712024-09-27T03:22:51.633Z Downloaded unicode_categories v0.1.1
8722024-09-27T03:22:51.637Z Downloaded typify v0.2.0
8732024-09-27T03:22:51.639Z Downloaded tracing v0.1.40
8742024-09-27T03:22:51.642Z Downloaded reqwest v0.11.27
8752024-09-27T03:22:51.651Z Downloaded rustls-webpki v0.101.7
8762024-09-27T03:22:51.666Z Downloaded hashbrown v0.12.3
8772024-09-27T03:22:51.670Z Downloaded rusqlite v0.32.1
8782024-09-27T03:22:51.677Z Downloaded proptest v1.5.0
8792024-09-27T03:22:51.687Z Downloaded nom v7.1.3
8802024-09-27T03:22:51.693Z Downloaded time v0.3.36
8812024-09-27T03:22:51.700Z Downloaded webpki-roots v0.25.4
8822024-09-27T03:22:51.704Z Downloaded bstr v1.9.1
8832024-09-27T03:22:51.715Z Downloaded curve25519-dalek v4.1.3
8842024-09-27T03:22:51.724Z Downloaded vergen v8.3.2
8852024-09-27T03:22:51.727Z Downloaded openssl-sys v0.9.103
8862024-09-27T03:22:51.733Z Downloaded rustls-webpki v0.102.4
8872024-09-27T03:22:51.752Z Downloaded portable-atomic v1.6.0
8882024-09-27T03:22:51.757Z Downloaded ed25519-dalek v2.1.1
8892024-09-27T03:22:51.760Z Downloaded h2 v0.4.6
8902024-09-27T03:22:51.768Z Downloaded polar-core v0.27.3
8912024-09-27T03:22:51.777Z Downloaded sqlparser v0.45.0
8922024-09-27T03:22:51.783Z Downloaded typed-path v0.7.1
8932024-09-27T03:22:51.789Z Downloaded tokio-util v0.7.12
8942024-09-27T03:22:51.797Z Downloaded hyper v0.14.30
8952024-09-27T03:22:51.804Z Downloaded winnow v0.5.40
8962024-09-27T03:22:51.814Z Downloaded quick-xml v0.33.0
8972024-09-27T03:22:51.820Z Downloaded p384 v0.13.0
8982024-09-27T03:22:51.827Z Downloaded hickory-proto v0.24.1
8992024-09-27T03:22:51.843Z Downloaded serde_with v3.9.0
9002024-09-27T03:22:51.852Z Downloaded openssl v0.10.66
9012024-09-27T03:22:51.861Z Downloaded regress v0.10.1
9022024-09-27T03:22:51.870Z Downloaded lalrpop v0.19.12
9032024-09-27T03:22:51.882Z Downloaded object v0.30.4
9042024-09-27T03:22:51.892Z Downloaded regex-syntax v0.6.29
9052024-09-27T03:22:51.900Z Downloaded smoltcp v0.11.0
9062024-09-27T03:22:51.914Z Downloaded salty v0.3.0
9072024-09-27T03:22:51.921Z Downloaded regex-syntax v0.8.4
9082024-09-27T03:22:51.929Z Downloaded idna v0.5.0
9092024-09-27T03:22:51.937Z Downloaded diesel v2.2.4
9102024-09-27T03:22:51.956Z Downloaded nix v0.28.0
9112024-09-27T03:22:51.968Z Downloaded nix v0.27.1
9122024-09-27T03:22:51.979Z Downloaded dropshot v0.10.1
9132024-09-27T03:22:52.004Z Downloaded sled v0.34.7
9142024-09-27T03:22:52.011Z Downloaded rayon v1.10.0
9152024-09-27T03:22:52.013Z Downloaded zerocopy-derive v0.6.6
9162024-09-27T03:22:52.021Z Downloaded csv v1.3.0
9172024-09-27T03:22:52.042Z Downloaded finl_unicode v1.2.0
9182024-09-27T03:22:52.055Z Downloaded git2 v0.19.0
9192024-09-27T03:22:52.065Z Downloaded radix_trie v0.2.1
9202024-09-27T03:22:52.069Z Downloaded regex-automata v0.4.6
9212024-09-27T03:22:52.086Z Downloaded bzip2-sys v0.1.11+1.0.8
9222024-09-27T03:22:52.099Z Downloaded trust-dns-proto v0.22.0
9232024-09-27T03:22:52.111Z Downloaded p521 v0.13.3
9242024-09-27T03:22:52.115Z Downloaded gimli v0.28.1
9252024-09-27T03:22:52.124Z Downloaded smoltcp v0.9.1
9262024-09-27T03:22:52.136Z Downloaded idna v0.3.0
9272024-09-27T03:22:52.143Z Downloaded idna v0.4.0
9282024-09-27T03:22:52.150Z Downloaded object v0.32.2
9292024-09-27T03:22:52.161Z Downloaded idna v0.2.3
9302024-09-27T03:22:52.169Z Downloaded dropshot v0.12.0
9312024-09-27T03:22:52.188Z Downloaded regress v0.9.1
9322024-09-27T03:22:52.197Z Downloaded reqwest v0.12.7
9332024-09-27T03:22:52.205Z Downloaded nix v0.29.0
9342024-09-27T03:22:52.217Z Downloaded rustls v0.22.4
9352024-09-27T03:22:52.231Z Downloaded flate2 v1.0.33
9362024-09-27T03:22:52.236Z Downloaded openapiv3 v2.0.0
9372024-09-27T03:22:52.249Z Downloaded rustls v0.21.12
9382024-09-27T03:22:52.260Z Downloaded typify-impl v0.2.0
9392024-09-27T03:22:52.277Z Downloaded rand v0.8.5
9402024-09-27T03:22:52.280Z Downloaded rustls v0.23.10
9412024-09-27T03:22:52.296Z Downloaded der v0.7.9
9422024-09-27T03:22:52.302Z Downloaded rustyline v14.0.0
9432024-09-27T03:22:52.307Z Downloaded regex v1.10.6
9442024-09-27T03:22:52.322Z Downloaded webpki-roots v0.26.3
9452024-09-27T03:22:52.325Z Downloaded vcpkg v0.2.15
9462024-09-27T03:22:52.364Z Downloaded progenitor-impl v0.8.0
9472024-09-27T03:22:52.367Z Downloaded ratatui v0.28.0
9482024-09-27T03:22:52.388Z Downloaded peg-macros v0.8.4
9492024-09-27T03:22:52.391Z Downloaded parking_lot_core v0.8.6
9502024-09-27T03:22:52.393Z Downloaded ghash v0.5.1
9512024-09-27T03:22:52.393Z Downloaded pkcs5 v0.7.1
9522024-09-27T03:22:52.398Z Downloaded omicron-zone-package v0.11.0
9532024-09-27T03:22:52.401Z Downloaded slog-term v2.9.1
9542024-09-27T03:22:52.403Z Downloaded tungstenite v0.21.0
9552024-09-27T03:22:52.406Z Downloaded tokio-postgres v0.7.12
9562024-09-27T03:22:52.410Z Downloaded flume v0.11.0
9572024-09-27T03:22:52.414Z Downloaded h2 v0.3.26
9582024-09-27T03:22:52.421Z Downloaded unicode-segmentation v1.11.0
9592024-09-27T03:22:52.424Z Downloaded der_derive v0.7.2
9602024-09-27T03:22:52.426Z Downloaded zeroize v1.8.1
9612024-09-27T03:22:52.429Z Downloaded ssh-key v0.6.6
9622024-09-27T03:22:52.434Z Downloaded ron v0.8.1
9632024-09-27T03:22:52.440Z Downloaded funty v2.0.0
9642024-09-27T03:22:52.442Z Downloaded heapless v0.7.17
9652024-09-27T03:22:52.445Z Downloaded headers v0.4.0
9662024-09-27T03:22:52.450Z Downloaded slog-json v2.6.1
9672024-09-27T03:22:52.452Z Downloaded lzma-sys v0.1.20
9682024-09-27T03:22:52.482Z Downloaded yasna v0.5.2
9692024-09-27T03:22:52.485Z Downloaded petgraph v0.6.5
9702024-09-27T03:22:52.502Z Downloaded uuid v1.10.0
9712024-09-27T03:22:52.505Z Downloaded num_threads v0.1.7
9722024-09-27T03:22:52.525Z Downloaded tui-tree-widget v0.22.0
9732024-09-27T03:22:52.525Z Downloaded time-macros v0.2.18
9742024-09-27T03:22:52.525Z Downloaded form_urlencoded v1.2.1
9752024-09-27T03:22:52.525Z Downloaded ring v0.17.8
9762024-09-27T03:22:52.611Z Downloaded sha3 v0.10.8
9772024-09-27T03:22:52.615Z Downloaded tokio v1.39.3
9782024-09-27T03:22:52.653Z Downloaded zerocopy v0.6.6
9792024-09-27T03:22:52.656Z Downloaded slog v2.7.0
9802024-09-27T03:22:52.658Z Downloaded reedline v0.33.0
9812024-09-27T03:22:52.666Z Downloaded peg-runtime v0.8.3
9822024-09-27T03:22:52.668Z Downloaded parking_lot v0.11.2
9832024-09-27T03:22:52.671Z Downloaded foreign-types-macros v0.2.3
9842024-09-27T03:22:52.671Z Downloaded publicsuffix v2.2.3
9852024-09-27T03:22:52.673Z Downloaded tls_codec v0.4.1
9862024-09-27T03:22:52.675Z Downloaded itertools v0.10.5
9872024-09-27T03:22:52.680Z Downloaded socket2 v0.5.7
9882024-09-27T03:22:52.682Z Downloaded powerfmt v0.2.0
9892024-09-27T03:22:52.685Z Downloaded ring v0.16.20
9902024-09-27T03:22:52.765Z Downloaded half v2.4.1
9912024-09-27T03:22:52.768Z Downloaded elliptic-curve v0.13.8
9922024-09-27T03:22:52.772Z Downloaded bitvec v1.0.1
9932024-09-27T03:22:52.788Z Downloaded aho-corasick v1.1.3
9942024-09-27T03:22:52.794Z Downloaded hickory-resolver v0.24.1
9952024-09-27T03:22:52.798Z Downloaded bindgen v0.69.4
9962024-09-27T03:22:52.805Z Downloaded quinn v0.11.5
9972024-09-27T03:22:52.808Z Downloaded heapless v0.8.0
9982024-09-27T03:22:52.812Z Downloaded fallible-iterator v0.2.0
9992024-09-27T03:22:52.815Z Downloaded tokio-macros v2.4.0
10002024-09-27T03:22:52.815Z Downloaded env_logger v0.11.5
10012024-09-27T03:22:52.817Z Downloaded salsa20 v0.10.2
10022024-09-27T03:22:52.819Z Downloaded oso v0.27.3
10032024-09-27T03:22:52.822Z Downloaded tokio-tungstenite v0.21.0
10042024-09-27T03:22:52.824Z Downloaded strum_macros v0.26.4
10052024-09-27T03:22:52.826Z Downloaded parking_lot_core v0.9.10
10062024-09-27T03:22:52.829Z Downloaded num-bigint v0.4.5
10072024-09-27T03:22:52.832Z Downloaded xattr v1.3.1
10082024-09-27T03:22:52.834Z Downloaded futures-core v0.3.30
10092024-09-27T03:22:52.837Z Downloaded minimal-lexical v0.2.1
10102024-09-27T03:22:52.840Z Downloaded hyper-util v0.1.9
10112024-09-27T03:22:52.843Z Downloaded poly1305 v0.8.0
10122024-09-27T03:22:52.845Z Downloaded unicode-bidi v0.3.15
10132024-09-27T03:22:52.848Z Downloaded steno v0.4.1
10142024-09-27T03:22:52.851Z Downloaded thread_local v1.1.8
10152024-09-27T03:22:52.854Z Downloaded siphasher v0.3.11
10162024-09-27T03:22:52.854Z Downloaded derive-where v1.2.7
10172024-09-27T03:22:52.857Z Downloaded num_enum v0.5.11
10182024-09-27T03:22:52.861Z Downloaded spin v0.9.8
10192024-09-27T03:22:52.864Z Downloaded encoding_rs v0.8.34
10202024-09-27T03:22:52.885Z Downloaded parse-display v0.10.0
10212024-09-27T03:22:52.887Z Downloaded tokio-rustls v0.24.1
10222024-09-27T03:22:52.890Z Downloaded gethostname v0.5.0
10232024-09-27T03:22:52.890Z Downloaded enum-as-inner v0.5.1
10242024-09-27T03:22:52.892Z Downloaded wyz v0.5.1
10252024-09-27T03:22:52.892Z Downloaded whoami v1.5.2
10262024-09-27T03:22:52.895Z Downloaded sha1 v0.10.6
10272024-09-27T03:22:52.897Z Downloaded num-rational v0.4.2
10282024-09-27T03:22:52.897Z Downloaded derive_more v0.99.18
10292024-09-27T03:22:52.901Z Downloaded rayon-core v1.12.1
10302024-09-27T03:22:52.905Z Downloaded indicatif v0.17.8
10312024-09-27T03:22:52.910Z Downloaded scheduled-thread-pool v0.2.7
10322024-09-27T03:22:52.912Z Downloaded shlex v1.3.0
10332024-09-27T03:22:52.912Z Downloaded rpassword v7.3.1
10342024-09-27T03:22:52.912Z Downloaded ref-cast-impl v1.0.23
10352024-09-27T03:22:52.915Z Downloaded predicates-tree v1.0.9
10362024-09-27T03:22:52.915Z Downloaded phf_shared v0.11.2
10372024-09-27T03:22:52.915Z Downloaded num-iter v0.1.45
10382024-09-27T03:22:52.917Z Downloaded num-integer v0.1.46
10392024-09-27T03:22:52.917Z Downloaded num-derive v0.4.2
10402024-09-27T03:22:52.920Z Downloaded des v0.8.1
10412024-09-27T03:22:52.923Z Downloaded predicates-core v1.0.6
10422024-09-27T03:22:52.923Z Downloaded russh-keys v0.45.0
10432024-09-27T03:22:52.925Z Downloaded backtrace v0.3.71
10442024-09-27T03:22:52.929Z Downloaded hyper-rustls v0.24.2
10452024-09-27T03:22:52.931Z Downloaded crossterm v0.27.0
10462024-09-27T03:22:52.939Z Downloaded cc v1.0.97
10472024-09-27T03:22:52.942Z Downloaded dirs-sys-next v0.1.2
10482024-09-27T03:22:52.942Z Downloaded lock_api v0.4.12
10492024-09-27T03:22:52.945Z Downloaded libloading v0.8.3
10502024-09-27T03:22:52.945Z Downloaded bzip2 v0.4.4
10512024-09-27T03:22:52.947Z Downloaded multer v3.1.0
10522024-09-27T03:22:52.950Z Downloaded futures-sink v0.3.30
10532024-09-27T03:22:52.950Z Downloaded base64 v0.21.7
10542024-09-27T03:22:52.952Z Downloaded zone v0.3.0
10552024-09-27T03:22:52.956Z Downloaded zone v0.1.8
10562024-09-27T03:22:52.956Z Downloaded walkdir v2.5.0
10572024-09-27T03:22:52.960Z Downloaded crossterm v0.28.1
10582024-09-27T03:22:52.964Z Downloaded flagset v0.4.5
10592024-09-27T03:22:52.964Z Downloaded libgit2-sys v0.17.0+1.8.1
10602024-09-27T03:22:53.020Z Downloaded fixedbitset v0.4.2
10612024-09-27T03:22:53.038Z Downloaded num-conv v0.1.0
10622024-09-27T03:22:53.038Z Downloaded dirs-next v2.0.0
10632024-09-27T03:22:53.038Z Downloaded httparse v1.8.0
10642024-09-27T03:22:53.038Z Downloaded hmac v0.12.1
10652024-09-27T03:22:53.038Z Downloaded bcs v0.1.6
10662024-09-27T03:22:53.038Z Downloaded linear-map v1.2.0
10672024-09-27T03:22:53.038Z Downloaded indexmap v1.9.3
10682024-09-27T03:22:53.046Z Downloaded crc-any v2.5.0
10692024-09-27T03:22:53.046Z Downloaded serde_path_to_error v0.1.16
10702024-09-27T03:22:53.046Z Downloaded rustversion v1.0.17
10712024-09-27T03:22:53.046Z Downloaded rustls-pemfile v1.0.4
10722024-09-27T03:22:53.051Z Downloaded newtype_derive v0.1.6
10732024-09-27T03:22:53.051Z Downloaded memmap2 v0.9.4
10742024-09-27T03:22:53.051Z Downloaded maybe-uninit v2.0.0
10752024-09-27T03:22:53.051Z Downloaded lalrpop-util v0.19.12
10762024-09-27T03:22:53.051Z Downloaded is_ci v1.2.0
10772024-09-27T03:22:53.051Z Downloaded bitflags v1.3.2
10782024-09-27T03:22:53.057Z Downloaded hyper-rustls v0.27.3
10792024-09-27T03:22:53.057Z Downloaded debug-ignore v1.0.5
10802024-09-27T03:22:53.061Z Downloaded crossbeam-utils v0.8.19
10812024-09-27T03:22:53.061Z Downloaded console v0.15.8
10822024-09-27T03:22:53.064Z Downloaded hubpack v0.1.2
10832024-09-27T03:22:53.064Z Downloaded cipher v0.4.4
10842024-09-27T03:22:53.064Z Downloaded bitfield v0.14.0
10852024-09-27T03:22:53.067Z Downloaded base16ct v0.2.0
10862024-09-27T03:22:53.067Z Downloaded instability v0.3.2
10872024-09-27T03:22:53.071Z Downloaded hyper-tls v0.5.0
10882024-09-27T03:22:53.071Z Downloaded hostname v0.4.0
10892024-09-27T03:22:53.071Z Downloaded bb8 v0.8.5
10902024-09-27T03:22:53.073Z Downloaded castaway v0.2.3
10912024-09-27T03:22:53.073Z Downloaded bit-set v0.5.3
10922024-09-27T03:22:53.076Z Downloaded ciborium-io v0.2.2
10932024-09-27T03:22:53.076Z Downloaded impl-trait-for-tuples v0.2.2
10942024-09-27T03:22:53.078Z Downloaded newtype-uuid v1.1.0
10952024-09-27T03:22:53.078Z Downloaded linked-hash-map v0.5.6
10962024-09-27T03:22:53.081Z Downloaded lazy_static v1.5.0
10972024-09-27T03:22:53.084Z Downloaded crossbeam-channel v0.5.12
10982024-09-27T03:22:53.087Z Downloaded base64ct v1.6.0
10992024-09-27T03:22:53.091Z Downloaded maplit v1.0.2
11002024-09-27T03:22:53.091Z Downloaded lru v0.12.3
11012024-09-27T03:22:53.093Z Downloaded libsw v3.3.1
11022024-09-27T03:22:53.093Z Downloaded hostname v0.3.1
11032024-09-27T03:22:53.093Z Downloaded crucible-workspace-hack v0.1.0
11042024-09-27T03:22:53.096Z Downloaded cancel-safe-futures v0.1.5
11052024-09-27T03:22:53.099Z Downloaded atomicwrites v0.4.4
11062024-09-27T03:22:53.099Z Downloaded hyper-tls v0.6.0
11072024-09-27T03:22:53.099Z Downloaded http-body v0.4.6
11082024-09-27T03:22:53.102Z Downloaded arrayvec v0.7.4
11092024-09-27T03:22:53.102Z Downloaded base64 v0.13.1
11102024-09-27T03:22:53.106Z Downloaded array-init v0.0.4
11112024-09-27T03:22:53.108Z Downloaded allocator-api2 v0.2.18
11122024-09-27T03:22:53.349Z Downloaded libz-sys v1.1.16
11132024-09-27T03:22:53.493Z Downloaded libsqlite3-sys v0.30.1
11142024-09-27T03:22:53.666Z Compiling serde v1.0.210
11152024-09-27T03:22:53.671Z Compiling lock_api v0.4.12
11162024-09-27T03:22:53.671Z Compiling scopeguard v1.2.0
11172024-09-27T03:22:53.671Z Compiling value-bag v1.9.0
11182024-09-27T03:22:53.818Z Compiling typenum v1.17.0
11192024-09-27T03:22:53.820Z Compiling generic-array v0.14.7
11202024-09-27T03:22:53.845Z Compiling syn v2.0.77
11212024-09-27T03:22:53.858Z Compiling getrandom v0.2.14
11222024-09-27T03:22:53.953Z Compiling jobserver v0.1.32
11232024-09-27T03:22:54.203Z Compiling rand_core v0.6.4
11242024-09-27T03:22:54.394Z Compiling log v0.4.22
11252024-09-27T03:22:54.435Z Compiling cc v1.0.97
11262024-09-27T03:22:54.482Z Compiling subtle v2.5.0
11272024-09-27T03:22:54.744Z Compiling const-oid v0.9.6
11282024-09-27T03:22:54.762Z Compiling pin-project-lite v0.2.14
11292024-09-27T03:22:54.828Z Compiling smallvec v1.13.2
11302024-09-27T03:22:54.881Z Compiling parking_lot_core v0.9.10
11312024-09-27T03:22:54.909Z Compiling signal-hook-registry v1.4.2
11322024-09-27T03:22:55.217Z Compiling mio v1.0.2
11332024-09-27T03:22:55.234Z Compiling futures-core v0.3.30
11342024-09-27T03:22:55.460Z Compiling spin v0.9.8
11352024-09-27T03:22:55.717Z Compiling socket2 v0.5.7
11362024-09-27T03:22:55.853Z Compiling parking_lot v0.12.2
11372024-09-27T03:22:56.031Z Compiling ahash v0.8.11
11382024-09-27T03:22:56.372Z Compiling futures-sink v0.3.30
11392024-09-27T03:22:56.456Z Compiling slab v0.4.9
11402024-09-27T03:22:56.515Z Compiling allocator-api2 v0.2.18
11412024-09-27T03:22:56.575Z Compiling cpufeatures v0.2.12
11422024-09-27T03:22:56.653Z Compiling futures-channel v0.3.30
11432024-09-27T03:22:56.671Z Compiling futures-task v0.3.30
11442024-09-27T03:22:56.730Z Compiling pin-utils v0.1.0
11452024-09-27T03:22:56.773Z Compiling futures-io v0.3.30
11462024-09-27T03:22:56.822Z Compiling tinyvec_macros v0.1.1
11472024-09-27T03:22:56.917Z Compiling tinyvec v1.6.0
11482024-09-27T03:22:56.970Z Compiling serde_json v1.0.128
11492024-09-27T03:22:57.039Z Compiling tracing-core v0.1.32
11502024-09-27T03:22:57.078Z Compiling libm v0.2.8
11512024-09-27T03:22:57.165Z Compiling unicode-bidi v0.3.15
11522024-09-27T03:22:57.320Z Compiling base64ct v1.6.0
11532024-09-27T03:22:57.342Z Compiling num-traits v0.2.19
11542024-09-27T03:22:57.458Z Compiling flagset v0.4.5
11552024-09-27T03:22:57.675Z Compiling untrusted v0.9.0
11562024-09-27T03:22:57.752Z Compiling vcpkg v0.2.15
11572024-09-27T03:22:57.853Z Compiling pem-rfc7468 v0.7.0
11582024-09-27T03:22:57.891Z Compiling pkg-config v0.3.30
11592024-09-27T03:22:58.483Z Compiling unicode-normalization v0.1.23
11602024-09-27T03:22:58.544Z Compiling ring v0.17.8
11612024-09-27T03:22:58.727Z Compiling httparse v1.8.0
11622024-09-27T03:22:58.789Z Compiling try-lock v0.2.5
11632024-09-27T03:22:58.944Z Compiling want v0.3.1
11642024-09-27T03:22:59.247Z Compiling httpdate v1.0.3
11652024-09-27T03:22:59.464Z Compiling crossbeam-utils v0.8.19
11662024-09-27T03:22:59.594Z Compiling percent-encoding v2.3.1
11672024-09-27T03:22:59.889Z Compiling ppv-lite86 v0.2.17
11682024-09-27T03:22:59.923Z Compiling openssl-sys v0.9.103
11692024-09-27T03:22:59.963Z Compiling tower-service v0.3.2
11702024-09-27T03:23:00.046Z Compiling foreign-types-shared v0.1.1
11712024-09-27T03:23:00.091Z Compiling openssl v0.10.66
11722024-09-27T03:23:00.155Z Compiling foreign-types v0.3.2
11732024-09-27T03:23:00.248Z Compiling native-tls v0.2.11
11742024-09-27T03:23:00.506Z Compiling rustls-pki-types v1.7.0
11752024-09-27T03:23:00.579Z Compiling rand_chacha v0.3.1
11762024-09-27T03:23:00.605Z Compiling rustix v0.38.34
11772024-09-27T03:23:01.330Z Compiling rand v0.8.5
11782024-09-27T03:23:01.345Z Compiling form_urlencoded v1.2.1
11792024-09-27T03:23:01.428Z Compiling atomic-waker v1.1.2
11802024-09-27T03:23:01.630Z Compiling powerfmt v0.2.0
11812024-09-27T03:23:01.653Z Compiling time-core v0.1.2
11822024-09-27T03:23:01.669Z Compiling openssl-probe v0.1.5
11832024-09-27T03:23:01.818Z Compiling num-conv v0.1.0
11842024-09-27T03:23:01.986Z Compiling rustversion v1.0.17
11852024-09-27T03:23:02.014Z Compiling deranged v0.3.11
11862024-09-27T03:23:02.087Z Compiling time-macros v0.2.18
11872024-09-27T03:23:02.414Z Compiling idna v0.5.0
11882024-09-27T03:23:02.833Z Compiling aho-corasick v1.1.3
11892024-09-27T03:23:02.913Z Compiling siphasher v0.3.11
11902024-09-27T03:23:03.306Z Compiling syn v1.0.109
11912024-09-27T03:23:03.366Z Compiling rustls v0.21.12
11922024-09-27T03:23:03.614Z Compiling rustls v0.23.10
11932024-09-27T03:23:03.888Z Compiling num_threads v0.1.7
11942024-09-27T03:23:03.920Z Compiling base64 v0.22.1
11952024-09-27T03:23:03.937Z Compiling regex-syntax v0.8.4
11962024-09-27T03:23:04.006Z Compiling url v2.5.2
11972024-09-27T03:23:04.641Z Compiling crossbeam-epoch v0.9.18
11982024-09-27T03:23:05.252Z Compiling lazy_static v1.5.0
11992024-09-27T03:23:05.272Z Compiling time v0.3.36
12002024-09-27T03:23:05.378Z Compiling socket2 v0.4.10
12012024-09-27T03:23:05.392Z Compiling cookie v0.18.1
12022024-09-27T03:23:05.748Z Compiling rayon-core v1.12.1
12032024-09-27T03:23:05.751Z Compiling iana-time-zone v0.1.60
12042024-09-27T03:23:06.046Z Compiling either v1.13.0
12052024-09-27T03:23:06.218Z Compiling slog v2.7.0
12062024-09-27T03:23:06.238Z Compiling finl_unicode v1.2.0
12072024-09-27T03:23:06.577Z Compiling crossbeam-deque v0.8.5
12082024-09-27T03:23:06.830Z Compiling stringprep v0.1.4
12092024-09-27T03:23:06.884Z Compiling num-integer v0.1.46
12102024-09-27T03:23:07.656Z Compiling rustls-webpki v0.102.4
12112024-09-27T03:23:07.920Z Compiling serde_derive v1.0.210
12122024-09-27T03:23:08.030Z Compiling zeroize_derive v1.4.2
12132024-09-27T03:23:08.153Z Compiling zerocopy-derive v0.7.34
12142024-09-27T03:23:09.314Z Compiling tokio-macros v2.4.0
12152024-09-27T03:23:09.660Z Compiling zeroize v1.8.1
12162024-09-27T03:23:09.761Z Compiling futures-macro v0.3.30
12172024-09-27T03:23:10.434Z Compiling tracing-attributes v0.1.27
12182024-09-27T03:23:10.437Z Compiling zerocopy v0.7.34
12192024-09-27T03:23:10.476Z Compiling der_derive v0.7.2
12202024-09-27T03:23:10.992Z Compiling thiserror-impl v1.0.64
12212024-09-27T03:23:11.495Z Compiling crypto-common v0.1.6
12222024-09-27T03:23:11.717Z Compiling block-buffer v0.10.4
12232024-09-27T03:23:11.737Z Compiling futures-util v0.3.30
12242024-09-27T03:23:11.986Z Compiling digest v0.10.7
12252024-09-27T03:23:12.478Z Compiling hmac v0.12.1
12262024-09-27T03:23:12.662Z Compiling hashbrown v0.14.5
12272024-09-27T03:23:12.752Z Compiling block-padding v0.3.3
12282024-09-27T03:23:12.999Z Compiling inout v0.1.3
12292024-09-27T03:23:13.102Z Compiling sha2 v0.10.8
12302024-09-27T03:23:13.274Z Compiling cipher v0.4.4
12312024-09-27T03:23:13.800Z Compiling der v0.7.9
12322024-09-27T03:23:14.079Z Compiling salsa20 v0.10.2
12332024-09-27T03:23:14.126Z Compiling tracing v0.1.40
12342024-09-27T03:23:14.283Z Compiling pbkdf2 v0.12.2
12352024-09-27T03:23:14.305Z Compiling thiserror v1.0.64
12362024-09-27T03:23:14.449Z Compiling scrypt v0.11.0
12372024-09-27T03:23:14.464Z Compiling aes v0.8.4
12382024-09-27T03:23:14.650Z Compiling cbc v0.1.2
12392024-09-27T03:23:14.878Z Compiling pest v2.7.10
12402024-09-27T03:23:15.047Z Compiling scroll_derive v0.12.0
12412024-09-27T03:23:16.479Z Compiling spki v0.7.3
12422024-09-27T03:23:16.614Z Compiling openssl-macros v0.1.1
12432024-09-27T03:23:16.859Z Compiling pkcs5 v0.7.1
12442024-09-27T03:23:17.003Z Compiling scroll v0.12.0
12452024-09-27T03:23:17.302Z Compiling signature v2.2.0
12462024-09-27T03:23:17.377Z Compiling pest_meta v2.7.10
12472024-09-27T03:23:17.615Z Compiling pkcs8 v0.10.2
12482024-09-27T03:23:17.634Z Compiling goblin v0.8.2
12492024-09-27T03:23:17.869Z Compiling rustls-webpki v0.101.7
12502024-09-27T03:23:17.890Z Compiling sct v0.7.1
12512024-09-27T03:23:18.109Z Compiling regex-automata v0.4.6
12522024-09-27T03:23:18.216Z Compiling md-5 v0.10.6
12532024-09-27T03:23:18.472Z Compiling idna v0.3.0
12542024-09-27T03:23:19.878Z Compiling pest_generator v2.7.10
12552024-09-27T03:23:20.996Z Compiling backtrace v0.3.71
12562024-09-27T03:23:21.482Z Compiling ff v0.13.0
12572024-09-27T03:23:21.706Z Compiling hash32 v0.2.1
12582024-09-27T03:23:21.921Z Compiling signal-hook v0.3.17
12592024-09-27T03:23:22.091Z Compiling bytes v1.7.2
12602024-09-27T03:23:22.200Z Compiling indexmap v2.5.0
12612024-09-27T03:23:22.348Z Compiling bitflags v2.6.0
12622024-09-27T03:23:22.814Z Compiling semver v1.0.23
12632024-09-27T03:23:23.322Z Compiling tokio v1.39.3
12642024-09-27T03:23:23.525Z Compiling rustc_version v0.4.0
12652024-09-27T03:23:23.632Z Compiling http v1.1.0
12662024-09-27T03:23:24.267Z Compiling http v0.2.12
12672024-09-27T03:23:25.601Z Compiling http-body v1.0.0
12682024-09-27T03:23:26.776Z Compiling pest_derive v2.7.10
12692024-09-27T03:23:27.585Z Compiling dtrace-parser v0.2.0
12702024-09-27T03:23:27.904Z Compiling http-body v0.4.6
12712024-09-27T03:23:28.376Z Compiling dof v0.3.0
12722024-09-27T03:23:28.917Z Compiling heapless v0.7.17
12732024-09-27T03:23:29.367Z Compiling uuid v1.10.0
12742024-09-27T03:23:29.835Z Compiling usdt-impl v0.5.0
12752024-09-27T03:23:30.601Z Compiling curve25519-dalek v4.1.3
12762024-09-27T03:23:30.746Z Compiling chrono v0.4.38
12772024-09-27T03:23:30.763Z Compiling serde_spanned v0.6.7
12782024-09-27T03:23:30.992Z Compiling toml_datetime v0.6.8
12792024-09-27T03:23:31.233Z Compiling serde_tokenstream v0.2.2
12802024-09-27T03:23:31.371Z Compiling tokio-util v0.7.12
12812024-09-27T03:23:31.394Z Compiling adler v1.0.2
12822024-09-27T03:23:31.516Z Compiling smoltcp v0.9.1
12832024-09-27T03:23:31.608Z Compiling stable_deref_trait v1.2.0
12842024-09-27T03:23:31.714Z Compiling ipnet v2.9.0
12852024-09-27T03:23:31.950Z Compiling gimli v0.28.1
12862024-09-27T03:23:32.211Z Compiling tokio-native-tls v0.3.1
12872024-09-27T03:23:32.416Z Compiling h2 v0.4.6
12882024-09-27T03:23:32.489Z Compiling h2 v0.3.26
12892024-09-27T03:23:32.785Z Compiling base16ct v0.2.0
12902024-09-27T03:23:32.934Z Compiling fallible-iterator v0.2.0
12912024-09-27T03:23:33.120Z Compiling crc32fast v1.4.0
12922024-09-27T03:23:33.618Z Compiling psl-types v2.0.11
12932024-09-27T03:23:33.658Z Compiling portable-atomic v1.6.0
12942024-09-27T03:23:33.810Z Compiling num-bigint-dig v0.8.4
12952024-09-27T03:23:34.153Z Compiling publicsuffix v2.2.3
12962024-09-27T03:23:34.477Z Compiling postgres-protocol v0.6.7
12972024-09-27T03:23:34.513Z Compiling sec1 v0.7.3
12982024-09-27T03:23:34.748Z Compiling miniz_oxide v0.7.2
12992024-09-27T03:23:35.080Z Compiling tokio-rustls v0.24.1
13002024-09-27T03:23:35.491Z Compiling tokio-rustls v0.26.0
13012024-09-27T03:23:35.660Z Compiling terminal_size v0.3.0
13022024-09-27T03:23:35.679Z Compiling http-body-util v0.1.2
13032024-09-27T03:23:35.849Z Compiling serde_urlencoded v0.7.1
13042024-09-27T03:23:35.867Z Compiling group v0.13.0
13052024-09-27T03:23:35.974Z Compiling hubpack_derive v0.1.1
13062024-09-27T03:23:36.174Z Compiling hkdf v0.12.4
13072024-09-27T03:23:36.193Z Compiling crypto-bigint v0.5.5
13082024-09-27T03:23:36.348Z Compiling addr2line v0.21.0
13092024-09-27T03:23:36.890Z Compiling curve25519-dalek-derive v0.1.1
13102024-09-27T03:23:36.996Z Compiling zerocopy-derive v0.6.6
13112024-09-27T03:23:37.015Z Compiling async-trait v0.1.83
13122024-09-27T03:23:37.475Z Compiling num-iter v0.1.45
13132024-09-27T03:23:38.448Z Compiling phf_shared v0.11.2
13142024-09-27T03:23:38.827Z Compiling serde_derive_internals v0.29.1
13152024-09-27T03:23:39.086Z Compiling webpki-roots v0.26.3
13162024-09-27T03:23:39.265Z Compiling hyper v1.4.1
13172024-09-27T03:23:39.302Z Compiling hyper v0.14.30
13182024-09-27T03:23:39.449Z Compiling object v0.32.2
13192024-09-27T03:23:39.836Z Compiling encoding_rs v0.8.34
13202024-09-27T03:23:41.543Z Compiling fs-err v2.11.0
13212024-09-27T03:23:41.862Z Compiling hyper-util v0.1.9
13222024-09-27T03:23:42.178Z Compiling anyhow v1.0.89
13232024-09-27T03:23:42.850Z Compiling mime v0.3.17
13242024-09-27T03:23:42.993Z Compiling bitflags v1.3.2
13252024-09-27T03:23:43.011Z Compiling base64 v0.21.7
13262024-09-27T03:23:43.097Z Compiling adler2 v2.0.0
13272024-09-27T03:23:43.317Z Compiling schemars v0.8.21
13282024-09-27T03:23:43.434Z Compiling rustc-demangle v0.1.24
13292024-09-27T03:23:43.532Z Compiling winnow v0.5.40
13302024-09-27T03:23:43.671Z Compiling managed v0.8.0
13312024-09-27T03:23:43.747Z Compiling clap_builder v4.5.18
13322024-09-27T03:23:44.113Z Compiling hyper-rustls v0.27.3
13332024-09-27T03:23:44.388Z Compiling hyper-tls v0.6.0
13342024-09-27T03:23:44.771Z Compiling console v0.15.8
13352024-09-27T03:23:44.805Z Compiling rustls-pemfile v1.0.4
13362024-09-27T03:23:45.032Z Compiling miniz_oxide v0.8.0
13372024-09-27T03:23:45.539Z Compiling schemars_derive v0.8.21
13382024-09-27T03:23:46.286Z Compiling hyper-tls v0.5.0
13392024-09-27T03:23:46.416Z Compiling hyper-rustls v0.24.2
13402024-09-27T03:23:46.593Z Compiling zerocopy v0.6.6
13412024-09-27T03:23:46.628Z Compiling elliptic-curve v0.13.8
13422024-09-27T03:23:46.751Z Compiling phf v0.11.2
13432024-09-27T03:23:47.042Z Compiling toml_edit v0.19.15
13442024-09-27T03:23:47.228Z Compiling rayon v1.10.0
13452024-09-27T03:23:48.909Z Compiling cookie_store v0.21.0
13462024-09-27T03:23:49.142Z Compiling hubpack v0.1.2
13472024-09-27T03:23:50.038Z Compiling postgres-types v0.2.8
13482024-09-27T03:23:50.859Z Compiling usdt-attr-macro v0.5.0
13492024-09-27T03:23:51.568Z Compiling usdt-macro v0.5.0
13502024-09-27T03:23:51.818Z Compiling bstr v1.9.1
13512024-09-27T03:23:52.060Z Compiling regex v1.10.6
13522024-09-27T03:23:52.535Z Compiling serde-big-array v0.5.1
13532024-09-27T03:23:52.785Z Compiling ed25519 v2.2.3
13542024-09-27T03:23:53.095Z Compiling pkcs1 v0.7.5
13552024-09-27T03:23:53.116Z Compiling futures-executor v0.3.30
13562024-09-27T03:23:53.118Z Compiling rfc6979 v0.4.0
13572024-09-27T03:23:53.319Z Compiling clap_derive v4.5.18
13582024-09-27T03:23:53.587Z Compiling enum-as-inner v0.6.0
13592024-09-27T03:23:53.660Z Compiling strum_macros v0.25.3
13602024-09-27T03:23:54.115Z Compiling serde_repr v0.1.19
13612024-09-27T03:23:54.672Z Compiling rustls-pemfile v2.1.3
13622024-09-27T03:23:54.823Z Compiling phf_shared v0.10.0
13632024-09-27T03:23:54.892Z Compiling float-cmp v0.9.0
13642024-09-27T03:23:55.114Z Compiling idna v0.4.0
13652024-09-27T03:23:55.134Z Compiling sync_wrapper v1.0.1
13662024-09-27T03:23:55.205Z Compiling mio v0.8.11
13672024-09-27T03:23:55.276Z Compiling webpki-roots v0.25.4
13682024-09-27T03:23:55.339Z Compiling number_prefix v0.4.0
13692024-09-27T03:23:55.427Z Compiling whoami v1.5.2
13702024-09-27T03:23:55.450Z Compiling dyn-clone v1.0.17
13712024-09-27T03:23:55.556Z Compiling bit-vec v0.6.3
13722024-09-27T03:23:55.664Z Compiling fixedbitset v0.4.2
13732024-09-27T03:23:56.012Z Compiling unicode-segmentation v1.11.0
13742024-09-27T03:23:56.065Z Compiling new_debug_unreachable v1.0.6
13752024-09-27T03:23:56.138Z Compiling predicates-core v1.0.6
13762024-09-27T03:23:56.162Z Compiling minimal-lexical v0.2.1
13772024-09-27T03:23:56.432Z Compiling data-encoding v2.6.0
13782024-09-27T03:23:56.495Z Compiling normalize-line-endings v0.3.0
13792024-09-27T03:23:56.620Z Compiling sync_wrapper v0.1.2
13802024-09-27T03:23:56.666Z Compiling precomputed-hash v0.1.1
13812024-09-27T03:23:56.687Z Compiling difflib v0.4.0
13822024-09-27T03:23:56.749Z Compiling static_assertions v1.1.0
13832024-09-27T03:23:56.782Z Compiling string_cache v0.8.7
13842024-09-27T03:23:56.852Z Compiling reqwest v0.11.27
13852024-09-27T03:23:56.871Z Compiling similar v2.6.0
13862024-09-27T03:23:57.260Z Compiling hickory-proto v0.24.1
13872024-09-27T03:23:57.657Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
13882024-09-27T03:23:58.282Z Compiling predicates v3.1.2
13892024-09-27T03:23:58.404Z Compiling clap v4.5.18
13902024-09-27T03:23:58.535Z Compiling nom v7.1.3
13912024-09-27T03:23:58.861Z Compiling petgraph v0.6.5
13922024-09-27T03:23:59.330Z Compiling bit-set v0.5.3
13932024-09-27T03:23:59.625Z Compiling signal-hook-mio v0.2.4
13942024-09-27T03:23:59.808Z Compiling tokio-postgres v0.7.12
13952024-09-27T03:24:01.956Z Compiling indicatif v0.17.8
13962024-09-27T03:24:02.168Z Compiling toml_edit v0.22.22
13972024-09-27T03:24:02.789Z Compiling usdt v0.5.0
13982024-09-27T03:24:03.305Z Compiling reqwest v0.12.7
13992024-09-27T03:24:03.776Z Compiling rsa v0.9.6
14002024-09-27T03:24:04.177Z Compiling futures v0.3.30
14012024-09-27T03:24:04.306Z Compiling ecdsa v0.16.9
14022024-09-27T03:24:04.505Z Compiling ed25519-dalek v2.1.1
14032024-09-27T03:24:05.156Z Compiling flate2 v1.0.33
14042024-09-27T03:24:05.549Z Compiling toml v0.7.8
14052024-09-27T03:24:06.660Z Compiling tokio-stream v0.1.16
14062024-09-27T03:24:06.962Z Compiling openapiv3 v2.0.0
14072024-09-27T03:24:07.308Z Compiling hex v0.4.3
14082024-09-27T03:24:07.507Z Compiling x509-cert v0.2.5
14092024-09-27T03:24:07.684Z Compiling sha1 v0.10.6
14102024-09-27T03:24:07.923Z Compiling itertools v0.10.5
14112024-09-27T03:24:08.128Z Compiling itertools v0.12.1
14122024-09-27T03:24:10.026Z Compiling dirs-sys-next v0.1.2
14132024-09-27T03:24:10.465Z Compiling lalrpop-util v0.19.12
14142024-09-27T03:24:10.675Z Compiling peg-runtime v0.8.3
14152024-09-27T03:24:10.705Z Compiling unicode-xid v0.2.4
14162024-09-27T03:24:10.815Z Compiling dirs-next v2.0.0
14172024-09-27T03:24:10.879Z Compiling thread_local v1.1.8
14182024-09-27T03:24:11.017Z Compiling slog-async v2.8.0
14192024-09-27T03:24:11.240Z Compiling term v0.7.0
14202024-09-27T03:24:11.299Z Compiling xattr v1.3.1
14212024-09-27T03:24:11.355Z Compiling strum_macros v0.26.4
14222024-09-27T03:24:11.438Z Compiling crossbeam-channel v0.5.12
14232024-09-27T03:24:11.571Z Compiling filetime v0.2.25
14242024-09-27T03:24:11.613Z Compiling is-terminal v0.4.12
14252024-09-27T03:24:11.748Z Compiling take_mut v0.2.2
14262024-09-27T03:24:11.875Z Compiling tar v0.4.42
14272024-09-27T03:24:11.900Z Compiling slog-term v2.9.1
14282024-09-27T03:24:11.997Z Compiling camino v1.1.9
14292024-09-27T03:24:13.997Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14302024-09-27T03:24:14.529Z Compiling strum v0.26.3
14312024-09-27T03:24:14.605Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14322024-09-27T03:24:19.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s
14332024-09-27T03:24:19.718Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14342024-09-27T03:24:19.764ZSep 27 03:24:18.900 INFO Starting download, target: Cockroach
14352024-09-27T03:24:19.764ZSep 27 03:24:18.900 INFO Starting download, target: Clickhouse
14362024-09-27T03:24:19.764ZSep 27 03:24:18.900 INFO Starting download, target: Console
14372024-09-27T03:24:19.764ZSep 27 03:24:18.900 INFO Starting download, target: DendriteOpenapi
14382024-09-27T03:24:19.767ZSep 27 03:24:18.900 INFO Starting download, target: DendriteStub
14392024-09-27T03:24:19.767ZSep 27 03:24:18.900 INFO Starting download, target: MaghemiteMgd
14402024-09-27T03:24:19.767ZSep 27 03:24:18.900 INFO Starting download, target: TransceiverControl
14412024-09-27T03:24:19.767ZSep 27 03:24:18.900 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14422024-09-27T03:24:19.767ZSep 27 03:24:18.900 INFO Downloading out/downloads/dpd-8dab641b522375a4b403ae4bd0c9a22d905fae5d.json (attempt 1/3), target: DendriteOpenapi
14432024-09-27T03:24:19.767ZSep 27 03:24:18.900 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14442024-09-27T03:24:19.767ZSep 27 03:24:18.901 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14452024-09-27T03:24:19.767ZSep 27 03:24:18.901 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14462024-09-27T03:24:19.767ZSep 27 03:24:18.901 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
14472024-09-27T03:24:19.767ZSep 27 03:24:18.901 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14482024-09-27T03:24:20.023ZSep 27 03:24:19.066 INFO Download complete, target: DendriteOpenapi
14492024-09-27T03:24:20.051ZSep 27 03:24:19.172 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14502024-09-27T03:24:20.410ZSep 27 03:24:19.544 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14512024-09-27T03:24:20.574ZSep 27 03:24:19.704 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14522024-09-27T03:24:20.637ZSep 27 03:24:19.772 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14532024-09-27T03:24:20.783ZSep 27 03:24:19.918 INFO Download complete, target: Console
14542024-09-27T03:24:20.810ZSep 27 03:24:19.945 INFO Download complete, target: TransceiverControl
14552024-09-27T03:24:21.104ZSep 27 03:24:20.239 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
14562024-09-27T03:24:21.104ZSep 27 03:24:20.239 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
14572024-09-27T03:24:21.632ZSep 27 03:24:20.767 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14582024-09-27T03:24:23.578ZSep 27 03:24:22.713 INFO Download complete, target: DendriteStub
14592024-09-27T03:24:23.804ZSep 27 03:24:22.938 INFO Download complete, target: MaghemiteMgd
14602024-09-27T03:24:29.473ZSep 27 03:24:28.606 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
14612024-09-27T03:24:29.799ZSep 27 03:24:28.932 INFO Checking that binary works, target: Cockroach
14622024-09-27T03:24:29.954ZSep 27 03:24:29.088 INFO Download complete, target: Cockroach
14632024-09-27T03:24:35.635ZSep 27 03:24:34.768 INFO Checking that binary works, target: Clickhouse
14642024-09-27T03:24:35.802ZSep 27 03:24:34.935 INFO Download complete, target: Clickhouse
14652024-09-27T03:24:35.810ZAll prerequisites installed successfully
14662024-09-27T03:24:35.813Z
14672024-09-27T03:24:35.813Zreal 5:33.699206460
14682024-09-27T03:24:35.813Zuser 12:33.547017920
14692024-09-27T03:24:35.813Zsys 2:37.206560514
14702024-09-27T03:24:35.813Ztrap 0.439821846
14712024-09-27T03:24:35.813Ztflt 1.839189708
14722024-09-27T03:24:35.813Zdflt 1.508772261
14732024-09-27T03:24:35.813Zkflt 0.023495349
14742024-09-27T03:24:35.813Zlock 24:15.937433973
14752024-09-27T03:24:35.813Zslp 51:35.997638091
14762024-09-27T03:24:35.813Zlat 45.900062229
14772024-09-27T03:24:35.813Zstop 1:58.657295847
14782024-09-27T03:24:35.813Z+ ptime -m cargo xtask download softnpu
14792024-09-27T03:24:36.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
14802024-09-27T03:24:36.412Z Running `target/debug/xtask download softnpu`
14812024-09-27T03:24:37.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
14822024-09-27T03:24:37.315Z Running `target/debug/xtask-downloader softnpu`
14832024-09-27T03:24:37.349ZSep 27 03:24:36.481 INFO Starting download, target: Softnpu
14842024-09-27T03:24:37.352ZSep 27 03:24:36.482 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
14852024-09-27T03:24:37.865ZSep 27 03:24:36.998 INFO Download complete, target: Softnpu
14862024-09-27T03:24:37.869Z
14872024-09-27T03:24:37.872Zreal 2.052290316
14882024-09-27T03:24:37.872Zuser 1.279248866
14892024-09-27T03:24:37.872Zsys 0.560724970
14902024-09-27T03:24:37.872Ztrap 0.000427075
14912024-09-27T03:24:37.872Ztflt 0.000008347
14922024-09-27T03:24:37.872Zdflt 0.000001149
14932024-09-27T03:24:37.872Zkflt 0.000000000
14942024-09-27T03:24:37.872Zlock 5.296239648
14952024-09-27T03:24:37.872Zslp 0.525423401
14962024-09-27T03:24:37.872Zlat 0.071096813
14972024-09-27T03:24:37.872Zstop 0.000365396
14982024-09-27T03:24:37.872Z+ export CARGO_INCREMENTAL=0
14992024-09-27T03:24:37.872Z+ CARGO_INCREMENTAL=0
15002024-09-27T03:24:37.872Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
15012024-09-27T03:24:38.862Z Compiling proc-macro2 v1.0.86
15022024-09-27T03:24:38.862Z Compiling unicode-ident v1.0.13
15032024-09-27T03:24:38.862Z Compiling libc v0.2.159
15042024-09-27T03:24:38.866Z Compiling serde v1.0.210
15052024-09-27T03:24:38.866Z Compiling version_check v0.9.5
15062024-09-27T03:24:38.866Z Compiling autocfg v1.3.0
15072024-09-27T03:24:38.866Z Compiling once_cell v1.19.0
15082024-09-27T03:24:38.866Z Compiling cfg-if v1.0.0
15092024-09-27T03:24:39.154Z Compiling typenum v1.17.0
15102024-09-27T03:24:39.229Z Compiling memchr v2.7.2
15112024-09-27T03:24:39.577Z Compiling ahash v0.8.11
15122024-09-27T03:24:39.615Z Compiling generic-array v0.14.7
15132024-09-27T03:24:39.898Z Compiling lock_api v0.4.12
15142024-09-27T03:24:39.914Z Compiling byteorder v1.5.0
15152024-09-27T03:24:40.034Z Compiling parking_lot_core v0.9.10
15162024-09-27T03:24:40.193Z Compiling serde_json v1.0.128
15172024-09-27T03:24:40.362Z Compiling libm v0.2.8
15182024-09-27T03:24:40.428Z Compiling quote v1.0.37
15192024-09-27T03:24:40.509Z Compiling num-traits v0.2.19
15202024-09-27T03:24:40.663Z Compiling value-bag v1.9.0
15212024-09-27T03:24:40.721Z Compiling thiserror v1.0.64
15222024-09-27T03:24:40.852Z Compiling syn v2.0.77
15232024-09-27T03:24:41.085Z Compiling getrandom v0.2.14
15242024-09-27T03:24:41.104Z Compiling jobserver v0.1.32
15252024-09-27T03:24:41.243Z Compiling log v0.4.22
15262024-09-27T03:24:41.405Z Compiling itoa v1.0.11
15272024-09-27T03:24:41.629Z Compiling cc v1.0.97
15282024-09-27T03:24:41.762Z Compiling scopeguard v1.2.0
15292024-09-27T03:24:41.910Z Compiling slab v0.4.9
15302024-09-27T03:24:41.943Z Compiling allocator-api2 v0.2.18
15312024-09-27T03:24:42.159Z Compiling semver v1.0.23
15322024-09-27T03:24:42.551Z Compiling pin-project-lite v0.2.14
15332024-09-27T03:24:42.649Z Compiling rand_core v0.6.4
15342024-09-27T03:24:42.691Z Compiling ryu v1.0.18
15352024-09-27T03:24:42.898Z Compiling equivalent v1.0.1
15362024-09-27T03:24:42.969Z Compiling smallvec v1.13.2
15372024-09-27T03:24:43.028Z Compiling schemars v0.8.21
15382024-09-27T03:24:43.375Z Compiling signal-hook-registry v1.4.2
15392024-09-27T03:24:43.532Z Compiling httparse v1.8.0
15402024-09-27T03:24:43.617Z Compiling subtle v2.5.0
15412024-09-27T03:24:43.898Z Compiling parking_lot v0.12.2
15422024-09-27T03:24:43.968Z Compiling mio v1.0.2
15432024-09-27T03:24:44.271Z Compiling pkg-config v0.3.30
15442024-09-27T03:24:44.798Z Compiling ring v0.17.8
15452024-09-27T03:24:44.846Z Compiling vcpkg v0.2.15
15462024-09-27T03:24:45.394Z Compiling spin v0.9.8
15472024-09-27T03:24:45.513Z Compiling socket2 v0.5.7
15482024-09-27T03:24:45.797Z Compiling fnv v1.0.7
15492024-09-27T03:24:45.906Z Compiling futures-core v0.3.30
15502024-09-27T03:24:45.928Z Compiling heck v0.5.0
15512024-09-27T03:24:46.201Z Compiling const-oid v0.9.6
15522024-09-27T03:24:46.372Z Compiling futures-sink v0.3.30
15532024-09-27T03:24:46.488Z Compiling openssl-sys v0.9.103
15542024-09-27T03:24:47.278Z Compiling openssl v0.10.66
15552024-09-27T03:24:48.074Z Compiling iana-time-zone v0.1.60
15562024-09-27T03:24:48.379Z Compiling serde_derive_internals v0.29.1
15572024-09-27T03:24:48.803Z Compiling native-tls v0.2.11
15582024-09-27T03:24:49.085Z Compiling futures-channel v0.3.30
15592024-09-27T03:24:49.134Z Compiling syn v1.0.109
15602024-09-27T03:24:49.304Z Compiling futures-task v0.3.30
15612024-09-27T03:24:49.515Z Compiling pin-utils v0.1.0
15622024-09-27T03:24:49.539Z Compiling crossbeam-utils v0.8.19
15632024-09-27T03:24:49.556Z Compiling futures-io v0.3.30
15642024-09-27T03:24:49.736Z Compiling dyn-clone v1.0.17
15652024-09-27T03:24:49.915Z Compiling tracing-core v0.1.32
15662024-09-27T03:24:50.025Z Compiling cpufeatures v0.2.12
15672024-09-27T03:24:50.413Z Compiling rustix v0.38.34
15682024-09-27T03:24:50.461Z Compiling tinyvec_macros v0.1.1
15692024-09-27T03:24:50.575Z Compiling untrusted v0.9.0
15702024-09-27T03:24:50.593Z Compiling tinyvec v1.6.0
15712024-09-27T03:24:50.745Z Compiling num-conv v0.1.0
15722024-09-27T03:24:50.775Z Compiling time-core v0.1.2
15732024-09-27T03:24:51.026Z Compiling time-macros v0.2.18
15742024-09-27T03:24:52.167Z Compiling unicode-normalization v0.1.23
15752024-09-27T03:24:52.223Z Compiling aho-corasick v1.1.3
15762024-09-27T03:24:52.628Z Compiling regex-syntax v0.8.4
15772024-09-27T03:24:53.283Z Compiling rustls v0.21.12
15782024-09-27T03:24:53.574Z Compiling unicode-bidi v0.3.15
15792024-09-27T03:24:53.619Z Compiling serde_derive v1.0.210
15802024-09-27T03:24:53.889Z Compiling zeroize_derive v1.4.2
15812024-09-27T03:24:55.222Z Compiling zerocopy-derive v0.7.34
15822024-09-27T03:24:56.122Z Compiling tokio-macros v2.4.0
15832024-09-27T03:24:56.346Z Compiling thiserror-impl v1.0.64
15842024-09-27T03:24:56.428Z Compiling zeroize v1.8.1
15852024-09-27T03:24:57.098Z Compiling zerocopy v0.7.34
15862024-09-27T03:24:57.178Z Compiling futures-macro v0.3.30
15872024-09-27T03:24:58.064Z Compiling tracing-attributes v0.1.27
15882024-09-27T03:24:59.137Z Compiling schemars_derive v0.8.21
15892024-09-27T03:24:59.320Z Compiling hashbrown v0.14.5
15902024-09-27T03:25:01.173Z Compiling crypto-common v0.1.6
15912024-09-27T03:25:01.216Z Compiling der_derive v0.7.2
15922024-09-27T03:25:01.314Z Compiling block-buffer v0.10.4
15932024-09-27T03:25:01.559Z Compiling digest v0.10.7
15942024-09-27T03:25:01.574Z Compiling openssl-macros v0.1.1
15952024-09-27T03:25:01.931Z Compiling futures-util v0.3.30
15962024-09-27T03:25:01.951Z Compiling hmac v0.12.1
15972024-09-27T03:25:02.029Z Compiling tracing v0.1.40
15982024-09-27T03:25:02.348Z Compiling block-padding v0.3.3
15992024-09-27T03:25:02.574Z Compiling inout v0.1.3
16002024-09-27T03:25:02.810Z Compiling cipher v0.4.4
16012024-09-27T03:25:02.929Z Compiling sha2 v0.10.8
16022024-09-27T03:25:03.240Z Compiling regex-automata v0.4.6
16032024-09-27T03:25:03.435Z Compiling scroll_derive v0.12.0
16042024-09-27T03:25:04.840Z Compiling ucd-trie v0.1.6
16052024-09-27T03:25:05.332Z Compiling base64ct v1.6.0
16062024-09-27T03:25:06.161Z Compiling pem-rfc7468 v0.7.0
16072024-09-27T03:25:06.627Z Compiling bytes v1.7.2
16082024-09-27T03:25:07.415Z Compiling indexmap v2.5.0
16092024-09-27T03:25:08.619Z Compiling tokio v1.39.3
16102024-09-27T03:25:08.899Z Compiling uuid v1.10.0
16112024-09-27T03:25:09.002Z Compiling serde_tokenstream v0.2.2
16122024-09-27T03:25:09.550Z Compiling chrono v0.4.38
16132024-09-27T03:25:09.959Z Compiling bitflags v2.6.0
16142024-09-27T03:25:10.549Z Compiling rustc_version v0.4.0
16152024-09-27T03:25:11.625Z Compiling pest v2.7.10
16162024-09-27T03:25:14.025Z Compiling backtrace v0.3.71
16172024-09-27T03:25:14.481Z Compiling rustls v0.23.10
16182024-09-27T03:25:14.531Z Compiling slog v2.7.0
16192024-09-27T03:25:14.715Z Compiling try-lock v0.2.5
16202024-09-27T03:25:14.788Z Compiling flagset v0.4.5
16212024-09-27T03:25:14.883Z Compiling want v0.3.1
16222024-09-27T03:25:14.994Z Compiling der v0.7.9
16232024-09-27T03:25:15.176Z Compiling pest_meta v2.7.10
16242024-09-27T03:25:15.386Z Compiling http v1.1.0
16252024-09-27T03:25:17.673Z Compiling tokio-util v0.7.12
16262024-09-27T03:25:18.320Z Compiling serde_spanned v0.6.7
16272024-09-27T03:25:18.549Z Compiling toml_datetime v0.6.8
16282024-09-27T03:25:19.089Z Compiling httpdate v1.0.3
16292024-09-27T03:25:19.261Z Compiling percent-encoding v2.3.1
16302024-09-27T03:25:19.283Z Compiling spki v0.7.3
16312024-09-27T03:25:19.302Z Compiling pest_generator v2.7.10
16322024-09-27T03:25:19.672Z Compiling regex v1.10.6
16332024-09-27T03:25:19.737Z Compiling http v0.2.12
16342024-09-27T03:25:19.758Z Compiling salsa20 v0.10.2
16352024-09-27T03:25:19.853Z Compiling pbkdf2 v0.12.2
16362024-09-27T03:25:20.139Z Compiling cookie v0.18.1
16372024-09-27T03:25:20.448Z Compiling rayon-core v1.12.1
16382024-09-27T03:25:20.612Z Compiling anyhow v1.0.89
16392024-09-27T03:25:20.686Z Compiling winnow v0.5.40
16402024-09-27T03:25:20.906Z Compiling tower-service v0.3.2
16412024-09-27T03:25:21.061Z Compiling pest_derive v2.7.10
16422024-09-27T03:25:21.802Z Compiling scrypt v0.11.0
16432024-09-27T03:25:22.088Z Compiling cbc v0.1.2
16442024-09-27T03:25:22.146Z Compiling aes v0.8.4
16452024-09-27T03:25:22.252Z Compiling usdt-impl v0.5.0
16462024-09-27T03:25:22.308Z Compiling foreign-types-shared v0.1.1
16472024-09-27T03:25:22.311Z Compiling rustversion v1.0.17
16482024-09-27T03:25:22.748Z Compiling foreign-types v0.3.2
16492024-09-27T03:25:22.963Z Compiling form_urlencoded v1.2.1
16502024-09-27T03:25:23.311Z Compiling pkcs5 v0.7.1
16512024-09-27T03:25:23.517Z Compiling heapless v0.7.17
16522024-09-27T03:25:24.418Z Compiling toml_edit v0.19.15
16532024-09-27T03:25:24.738Z Compiling scroll v0.12.0
16542024-09-27T03:25:24.740Z Compiling plain v0.2.3
16552024-09-27T03:25:24.944Z Compiling heck v0.4.1
16562024-09-27T03:25:25.358Z Compiling ppv-lite86 v0.2.17
16572024-09-27T03:25:25.702Z Compiling goblin v0.8.2
16582024-09-27T03:25:26.157Z Compiling rand_chacha v0.3.1
16592024-09-27T03:25:27.093Z Compiling pkcs8 v0.10.2
16602024-09-27T03:25:28.695Z Compiling openapiv3 v2.0.0
16612024-09-27T03:25:29.029Z Compiling rustls-pki-types v1.7.0
16622024-09-27T03:25:29.212Z Compiling unicode-width v0.1.13
16632024-09-27T03:25:30.443Z Compiling strsim v0.11.1
16642024-09-27T03:25:30.464Z Compiling openssl-probe v0.1.5
16652024-09-27T03:25:30.948Z Compiling pretty-hex v0.4.1
16662024-09-27T03:25:31.147Z Compiling crc32fast v1.4.0
16672024-09-27T03:25:31.614Z Compiling dof v0.3.0
16682024-09-27T03:25:34.066Z Compiling rand v0.8.5
16692024-09-27T03:25:35.051Z Compiling dtrace-parser v0.2.0
16702024-09-27T03:25:35.125Z Compiling http-body v1.0.0
16712024-09-27T03:25:35.144Z Compiling curve25519-dalek v4.1.3
16722024-09-27T03:25:35.548Z Compiling idna v0.5.0
16732024-09-27T03:25:35.637Z Compiling async-trait v0.1.83
16742024-09-27T03:25:36.811Z Compiling thread-id v4.2.1
16752024-09-27T03:25:38.018Z Compiling powerfmt v0.2.0
16762024-09-27T03:25:38.537Z Compiling atomic-waker v1.1.2
16772024-09-27T03:25:38.714Z Compiling smoltcp v0.9.1
16782024-09-27T03:25:38.776Z Compiling signal-hook v0.3.17
16792024-09-27T03:25:38.824Z Compiling portable-atomic v1.6.0
16802024-09-27T03:25:39.346Z Compiling num-bigint-dig v0.8.4
16812024-09-27T03:25:39.650Z Compiling h2 v0.4.6
16822024-09-27T03:25:39.668Z Compiling deranged v0.3.11
16832024-09-27T03:25:41.732Z Compiling url v2.5.2
16842024-09-27T03:25:42.024Z Compiling tokio-native-tls v0.3.1
16852024-09-27T03:25:42.708Z Compiling socket2 v0.4.10
16862024-09-27T03:25:43.890Z Compiling errno v0.3.9
16872024-09-27T03:25:44.158Z Compiling encoding_rs v0.8.34
16882024-09-27T03:25:44.781Z Compiling num_threads v0.1.7
16892024-09-27T03:25:44.913Z Compiling mime v0.3.17
16902024-09-27T03:25:46.035Z Compiling siphasher v0.3.11
16912024-09-27T03:25:46.676Z Compiling base64 v0.22.1
16922024-09-27T03:25:47.370Z Compiling time v0.3.36
16932024-09-27T03:25:47.533Z Compiling hyper v1.4.1
16942024-09-27T03:25:52.246Z Compiling crossbeam-epoch v0.9.18
16952024-09-27T03:25:52.983Z Compiling rustls-webpki v0.102.4
16962024-09-27T03:25:55.026Z Compiling serde_urlencoded v0.7.1
16972024-09-27T03:25:55.143Z Compiling h2 v0.3.26
16982024-09-27T03:25:55.650Z Compiling http-body v0.4.6
16992024-09-27T03:25:56.108Z Compiling rustls-webpki v0.101.7
17002024-09-27T03:25:57.355Z Compiling sct v0.7.1
17012024-09-27T03:25:57.523Z Compiling hubpack_derive v0.1.1
17022024-09-27T03:25:57.625Z Compiling signature v2.2.0
17032024-09-27T03:25:57.722Z Compiling zerocopy-derive v0.6.6
17042024-09-27T03:25:57.850Z Compiling curve25519-dalek-derive v0.1.1
17052024-09-27T03:25:58.511Z Compiling lazy_static v1.5.0
17062024-09-27T03:25:59.089Z Compiling fs-err v2.11.0
17072024-09-27T03:25:59.380Z Compiling either v1.13.0
17082024-09-27T03:25:59.399Z Compiling anstyle v1.0.8
17092024-09-27T03:25:59.617Z Compiling adler v1.0.2
17102024-09-27T03:25:59.796Z Compiling gimli v0.28.1
17112024-09-27T03:25:59.835Z Compiling finl_unicode v1.2.0
17122024-09-27T03:25:59.899Z Compiling stable_deref_trait v1.2.0
17132024-09-27T03:25:59.988Z Compiling ipnet v2.9.0
17142024-09-27T03:26:00.012Z Compiling utf8parse v0.2.1
17152024-09-27T03:26:00.175Z Compiling anstyle-parse v0.2.4
17162024-09-27T03:26:00.422Z Compiling stringprep v0.1.4
17172024-09-27T03:26:00.484Z Compiling miniz_oxide v0.7.2
17182024-09-27T03:26:02.509Z Compiling hyper v0.14.30
17192024-09-27T03:26:04.917Z Compiling addr2line v0.21.0
17202024-09-27T03:26:06.843Z Compiling crossbeam-deque v0.8.5
17212024-09-27T03:26:07.141Z Compiling hyper-util v0.1.9
17222024-09-27T03:26:09.479Z Compiling usdt-macro v0.5.0
17232024-09-27T03:26:09.581Z Compiling usdt-attr-macro v0.5.0
17242024-09-27T03:26:11.083Z Compiling idna v0.3.0
17252024-09-27T03:26:11.646Z Compiling md-5 v0.10.6
17262024-09-27T03:26:11.916Z Compiling num-integer v0.1.46
17272024-09-27T03:26:12.447Z Compiling ff v0.13.0
17282024-09-27T03:26:12.646Z Compiling object v0.32.2
17292024-09-27T03:26:12.678Z Compiling hash32 v0.2.1
17302024-09-27T03:26:13.167Z Compiling colorchoice v1.0.1
17312024-09-27T03:26:15.579Z Compiling fallible-iterator v0.2.0
17322024-09-27T03:26:16.352Z Compiling psl-types v2.0.11
17332024-09-27T03:26:17.567Z Compiling anstyle-query v1.0.3
17342024-09-27T03:26:17.715Z Compiling is_terminal_polyfill v1.70.0
17352024-09-27T03:26:17.841Z Compiling base16ct v0.2.0
17362024-09-27T03:26:17.964Z Compiling rustc-demangle v0.1.24
17372024-09-27T03:26:20.418Z Compiling sec1 v0.7.3
17382024-09-27T03:26:21.015Z Compiling anstream v0.6.14
17392024-09-27T03:26:21.679Z Compiling publicsuffix v2.2.3
17402024-09-27T03:26:21.679Z Compiling postgres-protocol v0.6.7
17412024-09-27T03:26:22.856Z Compiling group v0.13.0
17422024-09-27T03:26:23.168Z Compiling num-iter v0.1.45
17432024-09-27T03:26:23.888Z Compiling tokio-rustls v0.26.0
17442024-09-27T03:26:26.823Z Compiling terminal_size v0.3.0
17452024-09-27T03:26:27.030Z Compiling tokio-rustls v0.24.1
17462024-09-27T03:26:27.790Z Compiling phf_shared v0.11.2
17472024-09-27T03:26:28.458Z Compiling http-body-util v0.1.2
17482024-09-27T03:26:29.331Z Compiling webpki-roots v0.26.3
17492024-09-27T03:26:29.515Z Compiling strum_macros v0.25.3
17502024-09-27T03:26:29.549Z Compiling enum-as-inner v0.6.0
17512024-09-27T03:26:30.259Z Compiling hkdf v0.12.4
17522024-09-27T03:26:30.278Z Compiling regress v0.9.1
17532024-09-27T03:26:30.398Z Compiling crypto-bigint v0.5.5
17542024-09-27T03:26:30.478Z Compiling clap_derive v4.5.18
17552024-09-27T03:26:30.577Z Compiling serde_repr v0.1.19
17562024-09-27T03:26:33.032Z Compiling base64 v0.21.7
17572024-09-27T03:26:34.003Z Compiling bitflags v1.3.2
17582024-09-27T03:26:34.117Z Compiling managed v0.8.0
17592024-09-27T03:26:34.288Z Compiling clap_lex v0.7.0
17602024-09-27T03:26:34.723Z Compiling adler2 v2.0.0
17612024-09-27T03:26:35.616Z Compiling miniz_oxide v0.8.0
17622024-09-27T03:26:35.633Z Compiling clap_builder v4.5.18
17632024-09-27T03:26:35.938Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
17642024-09-27T03:26:36.318Z Compiling rustls-pemfile v1.0.4
17652024-09-27T03:26:36.671Z Compiling elliptic-curve v0.13.8
17662024-09-27T03:26:36.935Z Compiling hyper-rustls v0.27.3
17672024-09-27T03:26:37.409Z Compiling hyper-tls v0.6.0
17682024-09-27T03:26:38.952Z Compiling phf v0.11.2
17692024-09-27T03:26:39.640Z Compiling hyper-rustls v0.24.2
17702024-09-27T03:26:39.719Z Compiling rayon v1.10.0
17712024-09-27T03:26:39.987Z Compiling cookie_store v0.21.0
17722024-09-27T03:26:40.826Z Compiling postgres-types v0.2.8
17732024-09-27T03:26:41.162Z Compiling hyper-tls v0.5.0
17742024-09-27T03:26:41.324Z Compiling zerocopy v0.6.6
17752024-09-27T03:26:41.664Z Compiling console v0.15.8
17762024-09-27T03:26:42.175Z Compiling hubpack v0.1.2
17772024-09-27T03:26:42.192Z Compiling ed25519 v2.2.3
17782024-09-27T03:26:42.603Z Compiling rustls-pemfile v2.1.3
17792024-09-27T03:26:42.630Z Compiling phf_shared v0.10.0
17802024-09-27T03:26:42.924Z Compiling pkcs1 v0.7.5
17812024-09-27T03:26:43.188Z Compiling bstr v1.9.1
17822024-09-27T03:26:43.784Z Compiling futures-executor v0.3.30
17832024-09-27T03:26:44.253Z Compiling idna v0.4.0
17842024-09-27T03:26:44.620Z Compiling serde-big-array v0.5.1
17852024-09-27T03:26:44.713Z Compiling rfc6979 v0.4.0
17862024-09-27T03:26:44.738Z Compiling regress v0.10.1
17872024-09-27T03:26:44.865Z Compiling sync_wrapper v1.0.1
17882024-09-27T03:26:44.895Z Compiling float-cmp v0.9.0
17892024-09-27T03:26:45.023Z Compiling mio v0.8.11
17902024-09-27T03:26:45.106Z Compiling memmap v0.7.0
17912024-09-27T03:26:45.439Z Compiling data-encoding v2.6.0
17922024-09-27T03:26:45.637Z Compiling bit-vec v0.6.3
17932024-09-27T03:26:46.087Z Compiling winnow v0.6.18
17942024-09-27T03:26:46.106Z Compiling webpki-roots v0.25.4
17952024-09-27T03:26:46.275Z Compiling new_debug_unreachable v1.0.6
17962024-09-27T03:26:46.371Z Compiling fixedbitset v0.4.2
17972024-09-27T03:26:46.779Z Compiling sync_wrapper v0.1.2
17982024-09-27T03:26:46.926Z Compiling predicates-core v1.0.6
17992024-09-27T03:26:47.117Z Compiling static_assertions v1.1.0
18002024-09-27T03:26:47.218Z Compiling minimal-lexical v0.2.1
18012024-09-27T03:26:47.236Z Compiling precomputed-hash v0.1.1
18022024-09-27T03:26:47.262Z Compiling whoami v1.5.2
18032024-09-27T03:26:47.347Z Compiling unicode-segmentation v1.11.0
18042024-09-27T03:26:47.672Z Compiling difflib v0.4.0
18052024-09-27T03:26:47.699Z Compiling normalize-line-endings v0.3.0
18062024-09-27T03:26:47.790Z Compiling number_prefix v0.4.0
18072024-09-27T03:26:47.826Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
18082024-09-27T03:26:48.027Z Compiling similar v2.6.0
18092024-09-27T03:26:48.146Z Compiling predicates v3.1.2
18102024-09-27T03:26:48.938Z Compiling typify-impl v0.2.0
18112024-09-27T03:26:49.160Z Compiling indicatif v0.17.8
18122024-09-27T03:26:49.344Z Compiling nom v7.1.3
18132024-09-27T03:26:49.638Z Compiling toml_edit v0.22.22
18142024-09-27T03:26:49.704Z Compiling tokio-postgres v0.7.12
18152024-09-27T03:26:49.798Z Compiling string_cache v0.8.7
18162024-09-27T03:26:49.969Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
18172024-09-27T03:26:50.193Z Compiling reqwest v0.11.27
18182024-09-27T03:26:51.550Z Compiling petgraph v0.6.5
18192024-09-27T03:26:51.681Z Compiling hickory-proto v0.24.1
18202024-09-27T03:26:53.027Z Compiling bit-set v0.5.3
18212024-09-27T03:26:53.316Z Compiling signal-hook-mio v0.2.4
18222024-09-27T03:26:53.499Z Compiling usdt v0.5.0
18232024-09-27T03:26:53.958Z Compiling reqwest v0.12.7
18242024-09-27T03:26:54.772Z Compiling ecdsa v0.16.9
18252024-09-27T03:26:55.508Z Compiling futures v0.3.30
18262024-09-27T03:26:55.624Z Compiling rsa v0.9.6
18272024-09-27T03:26:56.923Z Compiling ed25519-dalek v2.1.1
18282024-09-27T03:26:57.464Z Compiling clap v4.5.18
18292024-09-27T03:26:57.591Z Compiling flate2 v1.0.33
18302024-09-27T03:26:57.982Z Compiling itertools v0.12.1
18312024-09-27T03:26:58.107Z Compiling itertools v0.10.5
18322024-09-27T03:26:59.055Z Compiling toml v0.7.8
18332024-09-27T03:26:59.934Z Compiling x509-cert v0.2.5
18342024-09-27T03:27:00.590Z Compiling tokio-stream v0.1.16
18352024-09-27T03:27:00.618Z Compiling hex v0.4.3
18362024-09-27T03:27:00.937Z Compiling sha1 v0.10.6
18372024-09-27T03:27:01.339Z Compiling peg-runtime v0.8.3
18382024-09-27T03:27:01.489Z Compiling unicode-xid v0.2.4
18392024-09-27T03:27:01.804Z Compiling camino v1.1.9
18402024-09-27T03:27:01.839Z Compiling lalrpop-util v0.19.12
18412024-09-27T03:27:03.411Z Compiling typify-macro v0.2.0
18422024-09-27T03:27:04.252Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18432024-09-27T03:27:05.511Z Compiling proc-macro-crate v1.3.1
18442024-09-27T03:27:06.401Z Compiling heapless v0.8.0
18452024-09-27T03:27:06.903Z Compiling unsafe-libyaml v0.2.11
18462024-09-27T03:27:07.545Z Compiling num_enum_derive v0.5.11
18472024-09-27T03:27:08.996Z Compiling serde_yaml v0.9.34+deprecated
18482024-09-27T03:27:14.235Z Compiling ipnetwork v0.20.0
18492024-09-27T03:27:15.638Z Compiling hash32 v0.3.1
18502024-09-27T03:27:16.250Z Compiling ident_case v1.0.1
18512024-09-27T03:27:16.751Z Compiling smoltcp v0.11.0
18522024-09-27T03:27:17.664Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18532024-09-27T03:27:23.563Z Compiling darling_core v0.20.9
18542024-09-27T03:27:30.387Z Compiling num_enum v0.5.11
18552024-09-27T03:27:31.112Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
18562024-09-27T03:27:31.766Z Compiling getopts v0.2.21
18572024-09-27T03:27:37.857Z Compiling dirs-sys-next v0.1.2
18582024-09-27T03:27:39.215Z Compiling proc-macro-error-attr v1.0.4
18592024-09-27T03:27:39.350Z Compiling paste v1.0.15
18602024-09-27T03:27:39.547Z Compiling cobs v0.2.3
18612024-09-27T03:27:39.837Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18622024-09-27T03:27:39.998Z Compiling embedded-io v0.4.0
18632024-09-27T03:27:40.223Z Compiling rustls v0.22.4
18642024-09-27T03:27:41.445Z Compiling postcard v1.0.8
18652024-09-27T03:27:43.021Z Compiling dirs-next v2.0.0
18662024-09-27T03:27:43.631Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18672024-09-27T03:27:50.302Z Compiling darling_macro v0.20.9
18682024-09-27T03:27:56.681Z Compiling typify v0.2.0
18692024-09-27T03:28:00.729Z Compiling strum_macros v0.26.4
18702024-09-27T03:28:03.243Z Compiling structmeta-derive v0.3.0
18712024-09-27T03:28:03.893Z Compiling foreign-types-macros v0.2.3
18722024-09-27T03:28:05.332Z Compiling thread_local v1.1.8
18732024-09-27T03:28:05.772Z Compiling proc-macro-error v1.0.4
18742024-09-27T03:28:05.901Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
18752024-09-27T03:28:06.042Z Compiling multer v3.1.0
18762024-09-27T03:28:06.149Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18772024-09-27T03:28:06.220Z Compiling slog-async v2.8.0
18782024-09-27T03:28:06.477Z Compiling foreign-types-shared v0.3.1
18792024-09-27T03:28:07.394Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
18802024-09-27T03:28:07.545Z Compiling match_cfg v0.1.0
18812024-09-27T03:28:07.645Z Compiling hostname v0.3.1
18822024-09-27T03:28:12.431Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
18832024-09-27T03:28:15.718Z Compiling foreign-types v0.5.0
18842024-09-27T03:28:17.191Z Compiling structmeta v0.3.0
18852024-09-27T03:28:17.580Z Compiling strum v0.26.3
18862024-09-27T03:28:22.180Z Compiling progenitor-impl v0.8.0
18872024-09-27T03:28:23.843Z Compiling darling v0.20.9
18882024-09-27T03:28:23.966Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18892024-09-27T03:28:25.280Z Compiling term v0.7.0
18902024-09-27T03:28:28.469Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18912024-09-27T03:28:29.583Z Compiling slog-json v2.6.1
18922024-09-27T03:28:29.922Z Compiling tabwriter v1.4.0
18932024-09-27T03:28:30.689Z Compiling crossbeam-channel v0.5.12
18942024-09-27T03:28:32.616Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18952024-09-27T03:28:32.668Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
18962024-09-27T03:28:33.424Z Compiling async-stream-impl v0.3.5
18972024-09-27T03:28:33.512Z Compiling is-terminal v0.4.12
18982024-09-27T03:28:33.515Z Compiling cstr-argument v0.1.2
18992024-09-27T03:28:33.644Z Compiling dropshot v0.12.0
19002024-09-27T03:28:33.795Z Compiling fastrand v2.1.0
19012024-09-27T03:28:33.967Z Compiling take_mut v0.2.2
19022024-09-27T03:28:34.141Z Compiling crucible-workspace-hack v0.1.0
19032024-09-27T03:28:34.441Z Compiling pretty-hex v0.2.1
19042024-09-27T03:28:34.642Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
19052024-09-27T03:28:34.862Z Compiling async-stream v0.3.5
19062024-09-27T03:28:35.095Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19072024-09-27T03:28:35.215Z Compiling tempfile v3.10.1
19082024-09-27T03:28:35.831Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19092024-09-27T03:28:36.749Z Compiling slog-term v2.9.1
19102024-09-27T03:28:37.277Z Compiling tokio-rustls v0.25.0
19112024-09-27T03:28:37.759Z Compiling slog-bunyan v2.5.0
19122024-09-27T03:28:38.041Z Compiling progenitor-macro v0.8.0
19132024-09-27T03:28:38.909Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19142024-09-27T03:28:39.145Z Compiling serde_with_macros v3.9.0
19152024-09-27T03:28:39.333Z Compiling parse-display-derive v0.10.0
19162024-09-27T03:28:41.743Z Compiling progenitor-client v0.8.0
19172024-09-27T03:28:42.622Z Compiling toml v0.8.19
19182024-09-27T03:28:43.244Z Compiling colored v2.1.0
19192024-09-27T03:28:44.240Z Compiling waitgroup v0.1.2
19202024-09-27T03:28:44.494Z Compiling newtype-uuid v1.1.0
19212024-09-27T03:28:44.538Z Compiling dropshot_endpoint v0.12.0
19222024-09-27T03:28:44.845Z Compiling serde_path_to_error v0.1.16
19232024-09-27T03:28:45.904Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19242024-09-27T03:28:46.655Z Compiling hostname v0.4.0
19252024-09-27T03:28:46.929Z Compiling instant v0.1.12
19262024-09-27T03:28:47.036Z Compiling debug-ignore v1.0.5
19272024-09-27T03:28:47.107Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19282024-09-27T03:28:47.198Z Compiling backoff v0.4.0
19292024-09-27T03:28:47.507Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19302024-09-27T03:28:47.568Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19312024-09-27T03:28:47.785Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19322024-09-27T03:28:49.251Z Compiling parse-display v0.10.0
19332024-09-27T03:28:50.446Z Compiling serde_with v3.9.0
19342024-09-27T03:28:51.215Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
19352024-09-27T03:28:52.813Z Compiling progenitor v0.8.0
19362024-09-27T03:28:53.055Z Compiling zone_cfg_derive v0.3.0
19372024-09-27T03:28:54.416Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19382024-09-27T03:28:54.811Z Compiling camino-tempfile v1.1.1
19392024-09-27T03:28:55.256Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
19402024-09-27T03:28:55.533Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19412024-09-27T03:28:55.753Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19422024-09-27T03:28:55.769Z Compiling macaddr v1.0.1
19432024-09-27T03:28:56.391Z Compiling num-derive v0.4.2
19442024-09-27T03:28:57.255Z Compiling sigpipe v0.1.3
19452024-09-27T03:28:57.276Z Compiling libefi-sys v0.1.0
19462024-09-27T03:28:57.511Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19472024-09-27T03:28:57.609Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19482024-09-27T03:28:57.852Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19492024-09-27T03:28:58.129Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
19502024-09-27T03:28:58.616Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95)
19512024-09-27T03:28:58.662Z Compiling zone v0.3.0
19522024-09-27T03:28:59.235Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19532024-09-27T03:29:00.179Z Compiling smf v0.2.3
19542024-09-27T03:29:00.946Z Compiling bitfield-struct v0.6.1
19552024-09-27T03:29:01.955Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
19562024-09-27T03:29:02.306Z Compiling blake3 v1.5.1
19572024-09-27T03:29:02.348Z Compiling ring v0.16.20
19582024-09-27T03:29:02.952Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19592024-09-27T03:29:03.392Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19602024-09-27T03:29:03.544Z Compiling xattr v1.3.1
19612024-09-27T03:29:03.718Z Compiling filetime v0.2.25
19622024-09-27T03:29:03.868Z Compiling memmap2 v0.9.4
19632024-09-27T03:29:04.083Z Compiling untrusted v0.7.1
19642024-09-27T03:29:04.283Z Compiling same-file v1.0.6
19652024-09-27T03:29:04.434Z Compiling constant_time_eq v0.3.0
19662024-09-27T03:29:04.529Z Compiling arrayref v0.3.7
19672024-09-27T03:29:04.568Z Compiling arrayvec v0.7.4
19682024-09-27T03:29:04.611Z Compiling spin v0.5.2
19692024-09-27T03:29:04.640Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19702024-09-27T03:29:04.771Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19712024-09-27T03:29:04.851Z Compiling walkdir v2.5.0
19722024-09-27T03:29:06.263Z Compiling tar v0.4.42
19732024-09-27T03:29:07.462Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19742024-09-27T03:29:07.668Z Compiling gethostname v0.5.0
19752024-09-27T03:29:07.866Z Compiling cargo-platform v0.1.8
19762024-09-27T03:29:07.870Z Compiling topological-sort v0.2.2
19772024-09-27T03:29:08.973Z Compiling cargo_metadata v0.18.1
19782024-09-27T03:29:11.634Z Compiling omicron-zone-package v0.11.0
19792024-09-27T03:29:14.545Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19802024-09-27T03:29:16.517Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19812024-09-27T03:29:22.130Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
19822024-09-27T03:29:38.500Z Finished `release` profile [optimized] target(s) in 5m 00s
19832024-09-27T03:29:38.657Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
19842024-09-27T03:29:38.702ZLogging to: /work/oxidecomputer/omicron/out/LOG
19852024-09-27T03:29:38.704ZCreated new build target 'test' and set it as active
19862024-09-27T03:29:38.704Z
19872024-09-27T03:29:38.704Zreal 5:00.782974539
19882024-09-27T03:29:38.704Zuser 34:29.766377294
19892024-09-27T03:29:38.704Zsys 4:02.020650141
19902024-09-27T03:29:38.704Ztrap 0.965223133
19912024-09-27T03:29:38.705Ztflt 3.353584823
19922024-09-27T03:29:38.705Zdflt 0.642149346
19932024-09-27T03:29:38.705Zkflt 0.017447287
19942024-09-27T03:29:38.705Zlock 1:19:23.345686649
19952024-09-27T03:29:38.705Zslp 2:14:13.582821594
19962024-09-27T03:29:38.705Zlat 2:12.799396442
19972024-09-27T03:29:38.705Zstop 4:03.268905540
19982024-09-27T03:29:38.708Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
19992024-09-27T03:29:39.710Z Finished `release` profile [optimized] target(s) in 0.95s
20002024-09-27T03:29:39.763Z Running `target/release/omicron-package -t test package`
20012024-09-27T03:29:39.804ZLogging to: /work/oxidecomputer/omicron/out/LOG
20022024-09-27T03:29:41.006Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20032024-09-27T03:29:41.008Z Compiling convert_case v0.4.0
20042024-09-27T03:29:41.008Z Compiling camino v1.1.9
20052024-09-27T03:29:41.008Z Compiling newline-converter v0.3.0
20062024-09-27T03:29:41.008Z Compiling itertools v0.13.0
20072024-09-27T03:29:41.009Z Compiling password-hash v0.5.0
20082024-09-27T03:29:41.009Z Compiling blake2 v0.10.6
20092024-09-27T03:29:41.177Z Compiling owo-colors v4.1.0
20102024-09-27T03:29:41.339Z Compiling expectorate v1.1.0
20112024-09-27T03:29:41.362Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20122024-09-27T03:29:41.494Z Compiling cancel-safe-futures v0.1.5
20132024-09-27T03:29:41.570Z Compiling derive-where v1.2.7
20142024-09-27T03:29:41.857Z Compiling derive_more v0.99.18
20152024-09-27T03:29:41.881Z Compiling argon2 v0.5.3
20162024-09-27T03:29:42.278Z Compiling libsw v3.3.1
20172024-09-27T03:29:42.617Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20182024-09-27T03:29:42.690Z Compiling indent_write v2.2.0
20192024-09-27T03:29:42.913Z Compiling swrite v0.1.0
20202024-09-27T03:29:43.055Z Compiling linear-map v1.2.0
20212024-09-27T03:29:43.172Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
20222024-09-27T03:29:43.262Z Compiling toml v0.8.19
20232024-09-27T03:29:43.462Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
20242024-09-27T03:29:44.472Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
20252024-09-27T03:29:44.718Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20262024-09-27T03:29:44.772Z Compiling num-rational v0.4.2
20272024-09-27T03:29:44.816Z Compiling progenitor-client v0.8.0
20282024-09-27T03:29:44.888Z Compiling num-complex v0.4.6
20292024-09-27T03:29:45.239Z Compiling dirs-sys-next v0.1.2
20302024-09-27T03:29:45.768Z Compiling dirs-next v2.0.0
20312024-09-27T03:29:45.970Z Compiling progenitor v0.8.0
20322024-09-27T03:29:46.210Z Compiling num v0.4.3
20332024-09-27T03:29:46.229Z Compiling float-ord v0.3.2
20342024-09-27T03:29:46.336Z Compiling term v0.7.0
20352024-09-27T03:29:46.395Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
20362024-09-27T03:29:47.299Z Compiling atomicwrites v0.4.4
20372024-09-27T03:29:47.630Z Compiling semver v0.1.20
20382024-09-27T03:29:47.828Z Compiling prettyplease v0.2.22
20392024-09-27T03:29:48.144Z Compiling rustc_version v0.1.7
20402024-09-27T03:29:48.205Z Compiling is-terminal v0.4.12
20412024-09-27T03:29:48.344Z Compiling utf-8 v0.7.6
20422024-09-27T03:29:48.440Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
20432024-09-27T03:29:48.510Z Compiling newtype_derive v0.1.6
20442024-09-27T03:29:48.679Z Compiling humantime v2.1.0
20452024-09-27T03:29:48.905Z Compiling highway v1.2.0
20462024-09-27T03:29:49.656Z Compiling linked-hash-map v0.5.6
20472024-09-27T03:29:49.680Z Compiling steno v0.4.1
20482024-09-27T03:29:50.062Z Compiling lru-cache v0.1.2
20492024-09-27T03:29:50.285Z Compiling home v0.5.9
20502024-09-27T03:29:50.337Z Compiling quick-error v1.2.3
20512024-09-27T03:29:50.498Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
20522024-09-27T03:29:50.525Z Compiling resolv-conf v0.7.0
20532024-09-27T03:29:52.371Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20542024-09-27T03:29:52.936Z Compiling rustls v0.22.4
20552024-09-27T03:29:52.964Z Compiling thread_local v1.1.8
20562024-09-27T03:29:53.400Z Compiling match_cfg v0.1.0
20572024-09-27T03:29:53.503Z Compiling hostname v0.3.1
20582024-09-27T03:29:53.732Z Compiling hickory-resolver v0.24.1
20592024-09-27T03:29:58.103Z Compiling multer v3.1.0
20602024-09-27T03:29:58.172Z Compiling slog-async v2.8.0
20612024-09-27T03:29:58.246Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20622024-09-27T03:29:58.697Z Compiling slog-json v2.6.1
20632024-09-27T03:29:58.914Z Compiling crossbeam-channel v0.5.12
20642024-09-27T03:29:59.056Z Compiling take_mut v0.2.2
20652024-09-27T03:29:59.222Z Compiling slog-bunyan v2.5.0
20662024-09-27T03:29:59.446Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20672024-09-27T03:30:00.615Z Compiling tokio-rustls v0.25.0
20682024-09-27T03:30:00.956Z Compiling slog-term v2.9.1
20692024-09-27T03:30:01.042Z Compiling dropshot v0.12.0
20702024-09-27T03:30:01.112Z Compiling async-stream v0.3.5
20712024-09-27T03:30:01.408Z Compiling waitgroup v0.1.2
20722024-09-27T03:30:01.629Z Compiling newtype-uuid v1.1.0
20732024-09-27T03:30:01.940Z Compiling ipnetwork v0.20.0
20742024-09-27T03:30:02.043Z Compiling serde_path_to_error v0.1.16
20752024-09-27T03:30:02.361Z Compiling hostname v0.4.0
20762024-09-27T03:30:02.600Z Compiling instant v0.1.12
20772024-09-27T03:30:02.739Z Compiling debug-ignore v1.0.5
20782024-09-27T03:30:02.763Z Compiling backoff v0.4.0
20792024-09-27T03:30:02.888Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
20802024-09-27T03:30:03.121Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20812024-09-27T03:30:03.462Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
20822024-09-27T03:30:03.574Z Compiling parse-display v0.10.0
20832024-09-27T03:30:04.146Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20842024-09-27T03:30:04.329Z Compiling strum v0.26.3
20852024-09-27T03:30:04.515Z Compiling serde_with v3.9.0
20862024-09-27T03:30:06.068Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20872024-09-27T03:30:08.411Z Compiling macaddr v1.0.1
20882024-09-27T03:30:08.836Z Compiling slog-dtrace v0.3.0
20892024-09-27T03:30:09.097Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20902024-09-27T03:30:10.936Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
20912024-09-27T03:30:11.027Z Compiling display-error-chain v0.2.1
20922024-09-27T03:30:11.208Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20932024-09-27T03:30:11.210Z Compiling half v2.4.1
20942024-09-27T03:30:11.210Z Compiling ciborium-io v0.2.2
20952024-09-27T03:30:11.384Z Compiling tungstenite v0.21.0
20962024-09-27T03:30:11.929Z Compiling ciborium-ll v0.2.2
20972024-09-27T03:30:12.303Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
20982024-09-27T03:30:12.455Z Compiling ciborium v0.2.2
20992024-09-27T03:30:14.606Z Compiling tokio-tungstenite v0.21.0
21002024-09-27T03:30:15.228Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21012024-09-27T03:30:15.968Z Compiling fastrand v2.1.0
21022024-09-27T03:30:16.452Z Compiling same-file v1.0.6
21032024-09-27T03:30:16.476Z Compiling tempfile v3.10.1
21042024-09-27T03:30:16.688Z Compiling walkdir v2.5.0
21052024-09-27T03:30:17.213Z Compiling ring v0.16.20
21062024-09-27T03:30:17.313Z Compiling blake3 v1.5.1
21072024-09-27T03:30:17.696Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
21082024-09-27T03:30:19.836Z Compiling xattr v1.3.1
21092024-09-27T03:30:20.101Z Compiling memmap2 v0.9.4
21102024-09-27T03:30:20.497Z Compiling filetime v0.2.25
21112024-09-27T03:30:21.415Z Compiling keccak v0.1.5
21122024-09-27T03:30:22.424Z Compiling arrayvec v0.7.4
21132024-09-27T03:30:22.853Z Compiling constant_time_eq v0.3.0
21142024-09-27T03:30:23.014Z Compiling arrayref v0.3.7
21152024-09-27T03:30:23.126Z Compiling spin v0.5.2
21162024-09-27T03:30:23.374Z Compiling untrusted v0.7.1
21172024-09-27T03:30:26.781Z Compiling sha3 v0.10.8
21182024-09-27T03:30:27.619Z Compiling tar v0.4.42
21192024-09-27T03:30:27.760Z Compiling toolchain_find v0.4.0
21202024-09-27T03:30:27.931Z Compiling camino-tempfile v1.1.1
21212024-09-27T03:30:28.314Z Compiling nibble_vec v0.1.0
21222024-09-27T03:30:28.369Z Compiling crunchy v0.2.2
21232024-09-27T03:30:28.548Z Compiling radium v0.7.0
21242024-09-27T03:30:28.837Z Compiling topological-sort v0.2.2
21252024-09-27T03:30:29.000Z Compiling maplit v1.0.2
21262024-09-27T03:30:29.065Z Compiling glob v0.3.1
21272024-09-27T03:30:29.130Z Compiling endian-type v0.1.2
21282024-09-27T03:30:29.380Z Compiling radix_trie v0.2.1
21292024-09-27T03:30:29.519Z Compiling omicron-zone-package v0.11.0
21302024-09-27T03:30:29.569Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
21312024-09-27T03:30:29.964Z Compiling clang-sys v1.7.0
21322024-09-27T03:30:30.369Z Compiling rustfmt-wrapper v0.2.1
21332024-09-27T03:30:30.678Z Compiling tap v1.0.1
21342024-09-27T03:30:30.883Z Compiling maybe-uninit v2.0.0
21352024-09-27T03:30:30.963Z Compiling tiny-keccak v2.0.2
21362024-09-27T03:30:31.299Z Compiling wyz v0.5.1
21372024-09-27T03:30:31.683Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
21382024-09-27T03:30:31.772Z Compiling dsl_auto_type v0.1.2
21392024-09-27T03:30:32.075Z Compiling scheduled-thread-pool v0.2.7
21402024-09-27T03:30:33.026Z Compiling secrecy v0.8.0
21412024-09-27T03:30:33.248Z Compiling bzip2-sys v0.1.11+1.0.8
21422024-09-27T03:30:33.313Z Compiling diesel_table_macro_syntax v0.2.0
21432024-09-27T03:30:33.418Z Compiling arc-swap v1.7.1
21442024-09-27T03:30:33.677Z Compiling funty v2.0.0
21452024-09-27T03:30:33.819Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
21462024-09-27T03:30:34.061Z Compiling packed_struct v0.10.1
21472024-09-27T03:30:34.129Z Compiling crc-catalog v2.4.0
21482024-09-27T03:30:34.292Z Compiling crc v3.2.1
21492024-09-27T03:30:34.364Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
21502024-09-27T03:30:34.552Z Compiling slog-scope v4.4.0
21512024-09-27T03:30:34.569Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
21522024-09-27T03:30:34.843Z Compiling bitvec v1.0.1
21532024-09-27T03:30:36.072Z Compiling diesel_derives v2.2.2
21542024-09-27T03:30:36.295Z Compiling r2d2 v0.8.10
21552024-09-27T03:30:37.277Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
21562024-09-27T03:30:39.331Z Compiling ascii-canvas v3.0.0
21572024-09-27T03:30:39.788Z Compiling universal-hash v0.5.1
21582024-09-27T03:30:40.045Z Compiling packed_struct_codegen v0.10.1
21592024-09-27T03:30:41.880Z Compiling thiserror-impl-no-std v2.0.2
21602024-09-27T03:30:42.527Z Compiling ena v0.14.3
21612024-09-27T03:30:42.944Z Compiling libloading v0.8.3
21622024-09-27T03:30:43.338Z Compiling indexmap v1.9.3
21632024-09-27T03:30:43.669Z Compiling diff v0.1.13
21642024-09-27T03:30:44.224Z Compiling regex-syntax v0.6.29
21652024-09-27T03:30:44.557Z Compiling bindgen v0.69.4
21662024-09-27T03:30:45.035Z Compiling nodrop v0.1.14
21672024-09-27T03:30:45.182Z Compiling opaque-debug v0.3.1
21682024-09-27T03:30:45.283Z Compiling poly1305 v0.8.0
21692024-09-27T03:30:46.766Z Compiling array-init v0.0.4
21702024-09-27T03:30:47.066Z Compiling diesel v2.2.4
21712024-09-27T03:30:48.076Z Compiling lalrpop v0.19.12
21722024-09-27T03:30:49.487Z Compiling thiserror-no-std v2.0.2
21732024-09-27T03:30:59.195Z Compiling smallvec v0.6.14
21742024-09-27T03:30:59.693Z Compiling slog-stdlog v4.1.1
21752024-09-27T03:31:00.153Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
21762024-09-27T03:31:00.507Z Compiling which v4.4.2
21772024-09-27T03:31:00.542Z Compiling tungstenite v0.23.0
21782024-09-27T03:31:01.066Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21792024-09-27T03:31:01.331Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
21802024-09-27T03:31:01.383Z Compiling chacha20 v0.9.1
21812024-09-27T03:31:01.566Z Compiling cexpr v0.6.0
21822024-09-27T03:31:01.846Z Compiling aead v0.5.2
21832024-09-27T03:31:02.191Z Compiling shlex v1.3.0
21842024-09-27T03:31:02.587Z Compiling rustc-hash v1.1.0
21852024-09-27T03:31:02.765Z Compiling ref-cast v1.0.23
21862024-09-27T03:31:03.173Z Compiling lazycell v1.3.0
21872024-09-27T03:31:03.245Z Compiling termcolor v1.4.1
21882024-09-27T03:31:03.357Z Compiling hashbrown v0.12.3
21892024-09-27T03:31:04.370Z Compiling bitfield v0.14.0
21902024-09-27T03:31:04.691Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21912024-09-27T03:31:05.535Z Compiling env_logger v0.10.2
21922024-09-27T03:31:06.317Z Compiling chacha20poly1305 v0.10.1
21932024-09-27T03:31:06.553Z Compiling tokio-tungstenite v0.23.1
21942024-09-27T03:31:07.195Z Compiling slog-envlogger v2.2.0
21952024-09-27T03:31:08.516Z Compiling serde-hex v0.1.0
21962024-09-27T03:31:09.672Z Compiling bzip2 v0.4.4
21972024-09-27T03:31:10.126Z Compiling vsss-rs v3.3.4
21982024-09-27T03:31:13.564Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21992024-09-27T03:31:13.833Z Compiling polar-core v0.27.3
22002024-09-27T03:31:13.891Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22012024-09-27T03:31:14.205Z Compiling derive_builder_core v0.20.0
22022024-09-27T03:31:14.659Z Compiling ron v0.8.1
22032024-09-27T03:31:15.060Z Compiling headers-core v0.3.0
22042024-09-27T03:31:15.244Z Compiling hashbrown v0.13.2
22052024-09-27T03:31:16.341Z Compiling fxhash v0.2.1
22062024-09-27T03:31:16.568Z Compiling libxml v0.3.3
22072024-09-27T03:31:16.615Z Compiling ref-cast-impl v1.0.23
22082024-09-27T03:31:16.952Z Compiling crc-any v2.5.0
22092024-09-27T03:31:17.891Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22102024-09-27T03:31:17.949Z Compiling object v0.30.4
22112024-09-27T03:31:19.394Z Compiling samael v0.0.17
22122024-09-27T03:31:20.433Z Compiling derive_builder_macro v0.20.0
22132024-09-27T03:31:20.989Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22142024-09-27T03:31:21.297Z Compiling headers v0.4.0
22152024-09-27T03:31:24.978Z Compiling zip v0.6.6
22162024-09-27T03:31:25.754Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
22172024-09-27T03:31:27.642Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
22182024-09-27T03:31:27.946Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
22192024-09-27T03:31:28.779Z Compiling strum_macros v0.24.3
22202024-09-27T03:31:30.362Z Compiling kstat-rs v0.2.4
22212024-09-27T03:31:31.322Z Compiling async-recursion v1.1.1
22222024-09-27T03:31:32.011Z Compiling dropshot v0.10.1
22232024-09-27T03:31:32.368Z Compiling unicase v2.7.0
22242024-09-27T03:31:32.674Z Compiling path-slash v0.1.5
22252024-09-27T03:31:32.785Z Compiling indoc v1.0.9
22262024-09-27T03:31:32.840Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
22272024-09-27T03:31:32.976Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
22282024-09-27T03:31:35.094Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
22292024-09-27T03:31:36.973Z Compiling derive_builder v0.20.0
22302024-09-27T03:31:41.166Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
22312024-09-27T03:31:42.969Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
22322024-09-27T03:31:43.282Z Compiling crossterm v0.28.1
22332024-09-27T03:31:46.420Z Compiling pem v3.0.4
22342024-09-27T03:31:47.871Z Compiling oso-derive v0.27.3
22352024-09-27T03:31:48.227Z Compiling impl-trait-for-tuples v0.2.2
22362024-09-27T03:31:48.863Z Compiling dropshot_endpoint v0.10.1
22372024-09-27T03:31:50.532Z Compiling libz-sys v1.1.16
22382024-09-27T03:31:50.879Z Compiling quick-xml v0.33.0
22392024-09-27T03:31:51.195Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
22402024-09-27T03:31:51.273Z Compiling parking_lot_core v0.8.6
22412024-09-27T03:31:51.531Z Compiling cfg_aliases v0.1.1
22422024-09-27T03:31:51.649Z Compiling nix v0.28.0
22432024-09-27T03:31:52.432Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
22442024-09-27T03:31:54.011Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
22452024-09-27T03:31:55.139Z Compiling oso v0.27.3
22462024-09-27T03:31:59.347Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
22472024-09-27T03:31:59.673Z Compiling const_format_proc_macros v0.2.33
22482024-09-27T03:32:01.611Z Compiling bb8 v0.8.5
22492024-09-27T03:32:02.213Z Compiling vte_generate_state_changes v0.1.1
22502024-09-27T03:32:02.853Z Compiling buf-list v1.0.3
22512024-09-27T03:32:03.501Z Compiling vte v0.11.1
22522024-09-27T03:32:04.936Z Compiling async-bb8-diesel v0.2.1
22532024-09-27T03:32:05.781Z Compiling const_format v0.2.33
22542024-09-27T03:32:07.131Z Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783)
22552024-09-27T03:32:14.179Z Compiling fd-lock v4.0.2
22562024-09-27T03:32:14.410Z Compiling libgit2-sys v0.17.0+1.8.1
22572024-09-27T03:32:15.170Z Compiling pin-project-internal v1.1.5
22582024-09-27T03:32:17.938Z Compiling atty v0.2.14
22592024-09-27T03:32:18.108Z Compiling bytecount v0.6.8
22602024-09-27T03:32:18.428Z Compiling salty v0.3.0
22612024-09-27T03:32:18.900Z Compiling papergrid v0.11.0
22622024-09-27T03:32:21.442Z Compiling pin-project v1.1.5
22632024-09-27T03:32:30.764Z Compiling parking_lot v0.11.2
22642024-09-27T03:32:36.255Z Compiling strip-ansi-escapes v0.2.0
22652024-09-27T03:32:37.994Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95)
22662024-09-27T03:32:38.532Z Compiling tabled_derive v0.7.0
22672024-09-27T03:32:39.739Z Compiling crossterm v0.27.0
22682024-09-27T03:32:40.782Z Compiling peg-macros v0.8.4
22692024-09-27T03:32:42.435Z Compiling snafu-derive v0.8.2
22702024-09-27T03:32:42.684Z Compiling sqlparser_derive v0.2.2
22712024-09-27T03:32:43.658Z Compiling unicode_categories v0.1.1
22722024-09-27T03:32:44.018Z Compiling nu-ansi-term v0.50.0
22732024-09-27T03:32:44.353Z Compiling rustyline v14.0.0
22742024-09-27T03:32:44.999Z Compiling reedline v0.33.0
22752024-09-27T03:32:45.141Z Compiling peg v0.8.4
22762024-09-27T03:32:45.259Z Compiling sqlformat v0.2.6
22772024-09-27T03:32:46.181Z Compiling sqlparser v0.45.0
22782024-09-27T03:32:47.204Z Compiling snafu v0.8.2
22792024-09-27T03:32:48.457Z Compiling tabled v0.15.0
22802024-09-27T03:32:49.354Z Compiling sled v0.34.7
22812024-09-27T03:32:56.219Z Compiling mime_guess v2.0.4
22822024-09-27T03:32:59.755Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22832024-09-27T03:33:06.947Z Compiling hickory-client v0.24.1
22842024-09-27T03:33:08.046Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
22852024-09-27T03:33:11.946Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
22862024-09-27T03:33:12.189Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
22872024-09-27T03:33:14.503Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
22882024-09-27T03:33:16.007Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
22892024-09-27T03:33:20.992Z Compiling globset v0.4.14
22902024-09-27T03:33:21.129Z Compiling hickory-server v0.24.1
22912024-09-27T03:33:23.507Z Compiling primeorder v0.13.6
22922024-09-27T03:33:24.116Z Compiling olpc-cjson v0.1.3
22932024-09-27T03:33:24.441Z Compiling vergen v8.3.2
22942024-09-27T03:33:24.625Z Compiling bcs v0.1.6
22952024-09-27T03:33:24.774Z Compiling env_filter v0.1.2
22962024-09-27T03:33:25.513Z Compiling cargo-platform v0.1.8
22972024-09-27T03:33:26.038Z Compiling serde_plain v1.0.2
22982024-09-27T03:33:26.117Z Compiling nanorand v0.7.0
22992024-09-27T03:33:26.569Z Compiling memoffset v0.9.1
23002024-09-27T03:33:26.791Z Compiling typed-path v0.7.1
23012024-09-27T03:33:27.061Z Compiling flume v0.11.0
23022024-09-27T03:33:27.828Z Compiling cargo_metadata v0.18.1
23032024-09-27T03:33:28.480Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23042024-09-27T03:33:31.193Z Compiling tough v0.17.1
23052024-09-27T03:33:32.684Z Compiling env_logger v0.11.5
23062024-09-27T03:33:33.441Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
23072024-09-27T03:33:33.459Z Compiling p384 v0.13.0
23082024-09-27T03:33:34.166Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
23092024-09-27T03:33:34.371Z Compiling git2 v0.19.0
23102024-09-27T03:33:39.504Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
23112024-09-27T03:33:43.732Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
23122024-09-27T03:33:43.862Z Compiling libsqlite3-sys v0.30.1
23132024-09-27T03:33:44.391Z Compiling lzma-sys v0.1.20
23142024-09-27T03:33:44.976Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
23152024-09-27T03:33:45.095Z Compiling cfg_aliases v0.2.1
23162024-09-27T03:33:45.212Z Compiling parse-size v1.0.0
23172024-09-27T03:33:45.329Z Compiling nix v0.29.0
23182024-09-27T03:33:45.506Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
23192024-09-27T03:33:46.289Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
23202024-09-27T03:33:52.672Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
23212024-09-27T03:33:53.752Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
23222024-09-27T03:33:54.527Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
23232024-09-27T03:33:54.843Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
23242024-09-27T03:33:56.658Z Compiling heck v0.3.3
23252024-09-27T03:33:56.766Z Compiling castaway v0.2.3
23262024-09-27T03:33:56.968Z Compiling rand_seeder v0.3.0
23272024-09-27T03:33:57.045Z Compiling csv-core v0.1.11
23282024-09-27T03:33:57.370Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
23292024-09-27T03:33:57.899Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
23302024-09-27T03:33:58.221Z Compiling http-range v0.1.5
23312024-09-27T03:33:58.787Z Compiling hyper-staticfile v0.10.1
23322024-09-27T03:33:59.594Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
23332024-09-27T03:34:01.784Z Compiling csv v1.3.0
23342024-09-27T03:34:01.828Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
23352024-09-27T03:34:02.049Z Compiling zone_cfg_derive v0.1.2
23362024-09-27T03:34:03.477Z Compiling compact_str v0.8.0
23372024-09-27T03:34:03.954Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
23382024-09-27T03:34:06.162Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95)
23392024-09-27T03:34:06.232Z Compiling nix v0.27.1
23402024-09-27T03:34:06.981Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
23412024-09-27T03:34:09.070Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
23422024-09-27T03:34:09.088Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
23432024-09-27T03:34:13.673Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
23442024-09-27T03:34:14.015Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
23452024-09-27T03:34:14.326Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
23462024-09-27T03:34:14.640Z Compiling unicode-truncate v1.0.0
23472024-09-27T03:34:14.811Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82)
23482024-09-27T03:34:14.926Z Compiling hashlink v0.9.1
23492024-09-27T03:34:15.447Z Compiling lru v0.12.3
23502024-09-27T03:34:15.739Z Compiling instability v0.3.2
23512024-09-27T03:34:15.826Z Compiling cassowary v0.3.0
23522024-09-27T03:34:16.378Z Compiling fallible-streaming-iterator v0.1.9
23532024-09-27T03:34:16.677Z Compiling base64 v0.13.1
23542024-09-27T03:34:16.752Z Compiling fallible-iterator v0.3.0
23552024-09-27T03:34:17.446Z Compiling ron v0.7.1
23562024-09-27T03:34:17.565Z Compiling rusqlite v0.32.1
23572024-09-27T03:34:18.672Z Compiling ratatui v0.28.0
23582024-09-27T03:34:19.532Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82)
23592024-09-27T03:34:22.695Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23602024-09-27T03:34:23.702Z Compiling xz2 v0.1.7
23612024-09-27T03:34:30.587Z Compiling zone v0.1.8
23622024-09-27T03:34:33.840Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
23632024-09-27T03:34:37.074Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
23642024-09-27T03:34:38.329Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
23652024-09-27T03:34:40.032Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
23662024-09-27T03:34:43.193Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
23672024-09-27T03:34:44.074Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82)
23682024-09-27T03:34:45.082Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
23692024-09-27T03:34:45.423Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
23702024-09-27T03:34:45.679Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
23712024-09-27T03:34:45.865Z Compiling signal-hook-tokio v0.3.1
23722024-09-27T03:34:46.112Z Compiling twox-hash v1.6.3
23732024-09-27T03:34:47.105Z Compiling yasna v0.5.2
23742024-09-27T03:34:50.511Z Compiling unicode-linebreak v0.1.5
23752024-09-27T03:34:50.528Z Compiling smawk v0.3.2
23762024-09-27T03:34:50.804Z Compiling is_ci v1.2.0
23772024-09-27T03:34:51.077Z Compiling supports-color v3.0.1
23782024-09-27T03:34:51.115Z Compiling textwrap v0.16.1
23792024-09-27T03:34:51.482Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#16fedf00)
23802024-09-27T03:34:52.689Z Compiling rcgen v0.12.1
23812024-09-27T03:34:56.271Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23822024-09-27T03:35:02.323Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
23832024-09-27T03:35:02.534Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
23842024-09-27T03:35:06.555Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
23852024-09-27T03:35:10.962Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
23862024-09-27T03:35:11.595Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
23872024-09-27T03:35:12.241Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
23882024-09-27T03:35:13.353Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
23892024-09-27T03:35:13.675Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95)
23902024-09-27T03:35:20.143Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
23912024-09-27T03:35:24.282Z Compiling fatfs v0.3.6
23922024-09-27T03:35:27.084Z Compiling subprocess v0.2.9
23932024-09-27T03:35:29.352Z Compiling rtoolbox v0.0.2
23942024-09-27T03:35:29.788Z Compiling assert_matches v1.5.0
23952024-09-27T03:35:30.462Z Compiling rpassword v7.3.1
23962024-09-27T03:35:30.916Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23972024-09-27T03:35:31.943Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
23982024-09-27T03:35:33.139Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
23992024-09-27T03:35:38.551Z Compiling tui-tree-widget v0.22.0
24002024-09-27T03:35:39.003Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
24012024-09-27T03:35:40.300Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
24022024-09-27T03:35:53.406Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24032024-09-27T03:35:55.797Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
24042024-09-27T03:35:56.120Z Compiling uzers v0.11.3
24052024-09-27T03:35:58.811Z Compiling shell-words v1.1.0
24062024-09-27T03:35:59.256Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
24072024-09-27T03:36:00.220Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
24082024-09-27T03:36:00.893Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
24092024-09-27T03:36:02.232Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
24102024-09-27T03:36:38.296Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
24112024-09-27T03:36:49.390Z Compiling multimap v0.10.0
24122024-09-27T03:38:37.311Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
24132024-09-27T03:38:55.322Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24142024-09-27T03:45:02.433Z Finished `release` profile [optimized] target(s) in 15m 22s
24152024-09-27T03:46:00.343Z
24162024-09-27T03:46:00.346Zreal 16:21.472496612
24172024-09-27T03:46:00.346Zuser 1:52:49.359184967
24182024-09-27T03:46:00.346Zsys 5:36.550188979
24192024-09-27T03:46:00.346Ztrap 2.675694577
24202024-09-27T03:46:00.346Ztflt 3.205480034
24212024-09-27T03:46:00.346Zdflt 3.707236701
24222024-09-27T03:46:00.346Zkflt 0.004002536
24232024-09-27T03:46:00.346Zlock 6:52:50.888161479
24242024-09-27T03:46:00.346Zslp 5:57:18.096965582
24252024-09-27T03:46:00.346Zlat 2:49.689549341
24262024-09-27T03:46:00.346Zstop 2:37.415179617
24272024-09-27T03:46:00.346Z+ mapfile -t packages
24282024-09-27T03:46:00.346Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
24292024-09-27T03:46:01.484Z Finished `release` profile [optimized] target(s) in 1.08s
24302024-09-27T03:46:01.535Z Running `target/release/omicron-package -t test list-outputs`
24312024-09-27T03:46:01.583ZLogging to: /work/oxidecomputer/omicron/out/LOG
24322024-09-27T03:46:01.585Z+ ptime -m cargo build --locked --release -p xtask
24332024-09-27T03:46:02.229Z Compiling serde v1.0.210
24342024-09-27T03:46:02.231Z Compiling libc v0.2.159
24352024-09-27T03:46:02.231Z Compiling rustix v0.38.34
24362024-09-27T03:46:02.231Z Compiling serde_json v1.0.128
24372024-09-27T03:46:02.231Z Compiling syn v2.0.77
24382024-09-27T03:46:02.328Z Compiling bitflags v2.6.0
24392024-09-27T03:46:02.665Z Compiling usdt-impl v0.5.0
24402024-09-27T03:46:02.703Z Compiling syn v1.0.109
24412024-09-27T03:46:02.845Z Compiling log v0.4.22
24422024-09-27T03:46:02.859Z Compiling hashbrown v0.14.5
24432024-09-27T03:46:02.885Z Compiling fs-err v2.11.0
24442024-09-27T03:46:03.211Z Compiling anyhow v1.0.89
24452024-09-27T03:46:03.765Z Compiling thread-id v4.2.1
24462024-09-27T03:46:04.170Z Compiling indexmap v2.5.0
24472024-09-27T03:46:05.253Z Compiling terminal_size v0.3.0
24482024-09-27T03:46:05.253Z Compiling tempfile v3.10.1
24492024-09-27T03:46:05.470Z Compiling clap_builder v4.5.18
24502024-09-27T03:46:06.212Z Compiling proc-macro-error v1.0.4
24512024-09-27T03:46:07.447Z Compiling tabled_derive v0.7.0
24522024-09-27T03:46:08.814Z Compiling tabled v0.15.0
24532024-09-27T03:46:09.870Z Compiling serde_derive v1.0.210
24542024-09-27T03:46:10.625Z Compiling thiserror-impl v1.0.64
24552024-09-27T03:46:12.697Z Compiling zerocopy-derive v0.7.34
24562024-09-27T03:46:13.510Z Compiling thiserror v1.0.64
24572024-09-27T03:46:13.668Z Compiling pest v2.7.10
24582024-09-27T03:46:14.354Z Compiling scroll_derive v0.12.0
24592024-09-27T03:46:14.674Z Compiling zerocopy v0.7.34
24602024-09-27T03:46:15.787Z Compiling scroll v0.12.0
24612024-09-27T03:46:16.257Z Compiling pest_meta v2.7.10
24622024-09-27T03:46:16.439Z Compiling goblin v0.8.2
24632024-09-27T03:46:18.411Z Compiling pest_generator v2.7.10
24642024-09-27T03:46:20.386Z Compiling pest_derive v2.7.10
24652024-09-27T03:46:21.180Z Compiling dtrace-parser v0.2.0
24662024-09-27T03:46:25.380Z Compiling serde_spanned v0.6.7
24672024-09-27T03:46:25.648Z Compiling toml_datetime v0.6.8
24682024-09-27T03:46:26.356Z Compiling dof v0.3.0
24692024-09-27T03:46:26.813Z Compiling serde_tokenstream v0.2.2
24702024-09-27T03:46:27.425Z Compiling toml_edit v0.22.22
24712024-09-27T03:46:30.471Z Compiling camino v1.1.9
24722024-09-27T03:46:31.736Z Compiling usdt-attr-macro v0.5.0
24732024-09-27T03:46:31.777Z Compiling usdt-macro v0.5.0
24742024-09-27T03:46:31.804Z Compiling toml v0.8.19
24752024-09-27T03:46:33.035Z Compiling cargo-platform v0.1.8
24762024-09-27T03:46:33.129Z Compiling semver v1.0.23
24772024-09-27T03:46:34.085Z Compiling clap_derive v4.5.18
24782024-09-27T03:46:34.147Z Compiling cargo_metadata v0.18.1
24792024-09-27T03:46:34.635Z Compiling usdt v0.5.0
24802024-09-27T03:46:35.610Z Compiling cargo_toml v0.20.5
24812024-09-27T03:46:36.130Z Compiling camino-tempfile v1.1.1
24822024-09-27T03:46:36.937Z Compiling macaddr v1.0.1
24832024-09-27T03:46:38.573Z Compiling clap v4.5.18
24842024-09-27T03:46:47.148Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
24852024-09-27T03:46:58.865Z Finished `release` profile [optimized] target(s) in 57.22s
24862024-09-27T03:46:58.972Z
24872024-09-27T03:46:58.982Zreal 57.351555313
24882024-09-27T03:46:58.982Zuser 5:43.199177236
24892024-09-27T03:46:58.982Zsys 32.692386056
24902024-09-27T03:46:58.982Ztrap 0.145948909
24912024-09-27T03:46:58.982Ztflt 0.336742033
24922024-09-27T03:46:58.982Zdflt 0.744699587
24932024-09-27T03:46:58.982Zkflt 0.000000000
24942024-09-27T03:46:58.982Zlock 10:12.107397586
24952024-09-27T03:46:58.982Zslp 15:25.270222158
24962024-09-27T03:46:58.982Zlat 11.652754578
24972024-09-27T03:46:58.982Zstop 17.236885105
24982024-09-27T03:46:58.982Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
24992024-09-27T03:46:58.982Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
25002024-09-27T03:46:58.982Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
25012024-09-27T03:46:58.982Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
25022024-09-27T03:46:58.982Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
25032024-09-27T03:46:59.934Z Compiling unsafe-libyaml v0.2.11
25042024-09-27T03:47:00.053Z Compiling regress v0.10.1
25052024-09-27T03:47:00.055Z Compiling regress v0.9.1
25062024-09-27T03:47:00.055Z Compiling progenitor-client v0.8.0
25072024-09-27T03:47:00.055Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25082024-09-27T03:47:00.079Z Compiling ident_case v1.0.1
25092024-09-27T03:47:00.094Z Compiling toml v0.8.19
25102024-09-27T03:47:00.096Z Compiling match_cfg v0.1.0
25112024-09-27T03:47:00.223Z Compiling hostname v0.3.1
25122024-09-27T03:47:00.292Z Compiling darling_core v0.20.9
25132024-09-27T03:47:00.481Z Compiling getopts v0.2.21
25142024-09-27T03:47:00.481Z Compiling rustls v0.22.4
25152024-09-27T03:47:00.635Z Compiling paste v1.0.15
25162024-09-27T03:47:00.809Z Compiling ipnetwork v0.20.0
25172024-09-27T03:47:01.297Z Compiling serde_yaml v0.9.34+deprecated
25182024-09-27T03:47:01.448Z Compiling multer v3.1.0
25192024-09-27T03:47:01.842Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
25202024-09-27T03:47:01.916Z Compiling slog-json v2.6.1
25212024-09-27T03:47:02.291Z Compiling async-stream-impl v0.3.5
25222024-09-27T03:47:02.310Z Compiling instant v0.1.12
25232024-09-27T03:47:02.472Z Compiling dropshot v0.12.0
25242024-09-27T03:47:02.799Z Compiling debug-ignore v1.0.5
25252024-09-27T03:47:03.145Z Compiling slog-bunyan v2.5.0
25262024-09-27T03:47:03.210Z Compiling waitgroup v0.1.2
25272024-09-27T03:47:03.433Z Compiling dropshot_endpoint v0.12.0
25282024-09-27T03:47:03.741Z Compiling typify-impl v0.2.0
25292024-09-27T03:47:04.098Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
25302024-09-27T03:47:05.132Z Compiling async-stream v0.3.5
25312024-09-27T03:47:05.187Z Compiling serde_path_to_error v0.1.16
25322024-09-27T03:47:05.452Z Compiling hostname v0.4.0
25332024-09-27T03:47:05.596Z Compiling structmeta-derive v0.3.0
25342024-09-27T03:47:05.723Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
25352024-09-27T03:47:06.070Z Compiling newtype-uuid v1.1.0
25362024-09-27T03:47:06.397Z Compiling tokio-rustls v0.25.0
25372024-09-27T03:47:06.479Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25382024-09-27T03:47:06.839Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25392024-09-27T03:47:07.197Z Compiling backoff v0.4.0
25402024-09-27T03:47:07.295Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25412024-09-27T03:47:07.419Z Compiling darling_macro v0.20.9
25422024-09-27T03:47:07.478Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25432024-09-27T03:47:07.553Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
25442024-09-27T03:47:07.732Z Compiling macaddr v1.0.1
25452024-09-27T03:47:08.193Z Compiling tempfile v3.10.1
25462024-09-27T03:47:08.273Z Compiling proc-macro-crate v1.3.1
25472024-09-27T03:47:08.381Z Compiling darling v0.20.9
25482024-09-27T03:47:08.513Z Compiling serde_with_macros v3.9.0
25492024-09-27T03:47:08.656Z Compiling structmeta v0.3.0
25502024-09-27T03:47:09.029Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25512024-09-27T03:47:09.118Z Compiling parse-display-derive v0.10.0
25522024-09-27T03:47:09.376Z Compiling num_enum_derive v0.5.11
25532024-09-27T03:47:09.431Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25542024-09-27T03:47:09.817Z Compiling foreign-types-macros v0.2.3
25552024-09-27T03:47:11.161Z Compiling heapless v0.8.0
25562024-09-27T03:47:11.495Z Compiling serde_with v3.9.0
25572024-09-27T03:47:11.774Z Compiling foreign-types-shared v0.3.1
25582024-09-27T03:47:11.903Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
25592024-09-27T03:47:12.119Z Compiling num_enum v0.5.11
25602024-09-27T03:47:12.197Z Compiling foreign-types v0.5.0
25612024-09-27T03:47:12.293Z Compiling proc-macro-error v1.0.4
25622024-09-27T03:47:12.547Z Compiling camino-tempfile v1.1.1
25632024-09-27T03:47:12.674Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
25642024-09-27T03:47:12.996Z Compiling cstr-argument v0.1.2
25652024-09-27T03:47:13.043Z Compiling hash32 v0.3.1
25662024-09-27T03:47:13.251Z Compiling pretty-hex v0.2.1
25672024-09-27T03:47:13.305Z Compiling smoltcp v0.11.0
25682024-09-27T03:47:13.439Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25692024-09-27T03:47:13.795Z Compiling parse-display v0.10.0
25702024-09-27T03:47:13.814Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25712024-09-27T03:47:14.107Z Compiling tabwriter v1.4.0
25722024-09-27T03:47:14.445Z Compiling colored v2.1.0
25732024-09-27T03:47:14.534Z Compiling cobs v0.2.3
25742024-09-27T03:47:14.709Z Compiling embedded-io v0.4.0
25752024-09-27T03:47:14.857Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
25762024-09-27T03:47:14.941Z Compiling postcard v1.0.8
25772024-09-27T03:47:15.174Z Compiling crucible-workspace-hack v0.1.0
25782024-09-27T03:47:15.307Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
25792024-09-27T03:47:15.423Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
25802024-09-27T03:47:15.492Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
25812024-09-27T03:47:15.633Z Compiling smf v0.2.3
25822024-09-27T03:47:15.747Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
25832024-09-27T03:47:16.088Z Compiling zone_cfg_derive v0.3.0
25842024-09-27T03:47:16.349Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
25852024-09-27T03:47:16.853Z Compiling num-derive v0.4.2
25862024-09-27T03:47:17.040Z Compiling sigpipe v0.1.3
25872024-09-27T03:47:17.175Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25882024-09-27T03:47:17.524Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25892024-09-27T03:47:17.618Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
25902024-09-27T03:47:17.672Z Compiling zone v0.3.0
25912024-09-27T03:47:18.084Z Compiling universal-hash v0.5.1
25922024-09-27T03:47:18.305Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
25932024-09-27T03:47:18.651Z Compiling opaque-debug v0.3.1
25942024-09-27T03:47:18.756Z Compiling num-rational v0.4.2
25952024-09-27T03:47:19.231Z Compiling num-complex v0.4.6
25962024-09-27T03:47:19.353Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95)
25972024-09-27T03:47:19.593Z Compiling password-hash v0.5.0
25982024-09-27T03:47:19.983Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
25992024-09-27T03:47:20.334Z Compiling num v0.4.3
26002024-09-27T03:47:20.368Z Compiling blake2 v0.10.6
26012024-09-27T03:47:20.412Z Compiling aead v0.5.2
26022024-09-27T03:47:20.442Z Compiling convert_case v0.4.0
26032024-09-27T03:47:20.604Z Compiling utf-8 v0.7.6
26042024-09-27T03:47:20.624Z Compiling float-ord v0.3.2
26052024-09-27T03:47:20.800Z Compiling keccak v0.1.5
26062024-09-27T03:47:20.820Z Compiling argon2 v0.5.3
26072024-09-27T03:47:20.962Z Compiling tungstenite v0.21.0
26082024-09-27T03:47:21.439Z Compiling derive_more v0.99.18
26092024-09-27T03:47:21.842Z Compiling sha3 v0.10.8
26102024-09-27T03:47:21.877Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
26112024-09-27T03:47:22.194Z Compiling poly1305 v0.8.0
26122024-09-27T03:47:22.415Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
26132024-09-27T03:47:22.460Z Compiling typify-macro v0.2.0
26142024-09-27T03:47:22.885Z Compiling newline-converter v0.3.0
26152024-09-27T03:47:23.062Z Compiling chacha20 v0.9.1
26162024-09-27T03:47:23.106Z Compiling semver v0.1.20
26172024-09-27T03:47:23.252Z Compiling expectorate v1.1.0
26182024-09-27T03:47:23.442Z Compiling tokio-tungstenite v0.21.0
26192024-09-27T03:47:23.549Z Compiling rustc_version v0.1.7
26202024-09-27T03:47:23.769Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26212024-09-27T03:47:23.800Z Compiling owo-colors v4.1.0
26222024-09-27T03:47:23.905Z Compiling cancel-safe-futures v0.1.5
26232024-09-27T03:47:24.013Z Compiling same-file v1.0.6
26242024-09-27T03:47:24.091Z Compiling newtype_derive v0.1.6
26252024-09-27T03:47:24.139Z Compiling primeorder v0.13.6
26262024-09-27T03:47:24.207Z Compiling walkdir v2.5.0
26272024-09-27T03:47:24.296Z Compiling secrecy v0.8.0
26282024-09-27T03:47:24.314Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26292024-09-27T03:47:24.400Z Compiling prettyplease v0.2.22
26302024-09-27T03:47:24.610Z Compiling home v0.5.9
26312024-09-27T03:47:24.899Z Compiling atomicwrites v0.4.4
26322024-09-27T03:47:24.988Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26332024-09-27T03:47:25.230Z Compiling thiserror-impl-no-std v2.0.2
26342024-09-27T03:47:25.261Z Compiling libsw v3.3.1
26352024-09-27T03:47:25.323Z Compiling blake3 v1.5.1
26362024-09-27T03:47:25.382Z Compiling ring v0.16.20
26372024-09-27T03:47:25.594Z Compiling derive-where v1.2.7
26382024-09-27T03:47:25.998Z Compiling unicase v2.7.0
26392024-09-27T03:47:26.328Z Compiling half v2.4.1
26402024-09-27T03:47:26.520Z Compiling quick-error v1.2.3
26412024-09-27T03:47:26.686Z Compiling linear-map v1.2.0
26422024-09-27T03:47:26.855Z Compiling indent_write v2.2.0
26432024-09-27T03:47:26.996Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
26442024-09-27T03:47:27.017Z Compiling typify v0.2.0
26452024-09-27T03:47:27.062Z Compiling ciborium-io v0.2.2
26462024-09-27T03:47:27.081Z Compiling arc-swap v1.7.1
26472024-09-27T03:47:27.099Z Compiling linked-hash-map v0.5.6
26482024-09-27T03:47:27.144Z Compiling progenitor-impl v0.8.0
26492024-09-27T03:47:27.164Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
26502024-09-27T03:47:27.192Z Compiling ciborium-ll v0.2.2
26512024-09-27T03:47:27.483Z Compiling lru-cache v0.1.2
26522024-09-27T03:47:27.631Z Compiling slog-scope v4.4.0
26532024-09-27T03:47:27.694Z Compiling resolv-conf v0.7.0
26542024-09-27T03:47:28.474Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26552024-09-27T03:47:28.520Z Compiling thiserror-no-std v2.0.2
26562024-09-27T03:47:28.891Z Compiling polyval v0.6.2
26572024-09-27T03:47:29.019Z Compiling itertools v0.13.0
26582024-09-27T03:47:29.130Z Compiling memmap2 v0.9.4
26592024-09-27T03:47:29.155Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26602024-09-27T03:47:29.350Z Compiling libefi-sys v0.1.0
26612024-09-27T03:47:29.646Z Compiling constant_time_eq v0.3.0
26622024-09-27T03:47:29.723Z Compiling arrayvec v0.7.4
26632024-09-27T03:47:29.844Z Compiling untrusted v0.7.1
26642024-09-27T03:47:30.041Z Compiling highway v1.2.0
26652024-09-27T03:47:30.151Z Compiling spin v0.5.2
26662024-09-27T03:47:30.402Z Compiling salty v0.3.0
26672024-09-27T03:47:30.464Z Compiling arrayref v0.3.7
26682024-09-27T03:47:30.584Z Compiling parking_lot_core v0.8.6
26692024-09-27T03:47:31.143Z Compiling ghash v0.5.1
26702024-09-27T03:47:31.354Z Compiling steno v0.4.1
26712024-09-27T03:47:31.912Z Compiling vsss-rs v3.3.4
26722024-09-27T03:47:32.427Z Compiling hickory-resolver v0.24.1
26732024-09-27T03:47:32.468Z Compiling slog-stdlog v4.1.1
26742024-09-27T03:47:32.864Z Compiling ciborium v0.2.2
26752024-09-27T03:47:33.530Z Compiling toolchain_find v0.4.0
26762024-09-27T03:47:34.222Z Compiling p384 v0.13.0
26772024-09-27T03:47:34.411Z Compiling chacha20poly1305 v0.10.1
26782024-09-27T03:47:34.657Z Compiling ctr v0.9.2
26792024-09-27T03:47:34.675Z Compiling lzma-sys v0.1.20
26802024-09-27T03:47:35.034Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
26812024-09-27T03:47:35.257Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
26822024-09-27T03:47:35.431Z Compiling bitfield-struct v0.6.1
26832024-09-27T03:47:35.473Z Compiling slog-dtrace v0.3.0
26842024-09-27T03:47:35.500Z Compiling progenitor-macro v0.8.0
26852024-09-27T03:47:35.795Z Compiling humantime v2.1.0
26862024-09-27T03:47:35.817Z Compiling topological-sort v0.2.2
26872024-09-27T03:47:36.049Z Compiling omicron-zone-package v0.11.0
26882024-09-27T03:47:36.522Z Compiling aes-gcm v0.10.3
26892024-09-27T03:47:36.545Z Compiling rustfmt-wrapper v0.2.1
26902024-09-27T03:47:36.827Z Compiling slog-envlogger v2.2.0
26912024-09-27T03:47:36.939Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26922024-09-27T03:47:37.181Z Compiling mime_guess v2.0.4
26932024-09-27T03:47:38.419Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26942024-09-27T03:47:38.554Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26952024-09-27T03:47:38.934Z Compiling heck v0.3.3
26962024-09-27T03:47:39.081Z Compiling ssh-encoding v0.2.0
26972024-09-27T03:47:39.117Z Compiling blowfish v0.9.1
26982024-09-27T03:47:39.183Z Compiling nibble_vec v0.1.0
26992024-09-27T03:47:39.393Z Compiling env_filter v0.1.2
27002024-09-27T03:47:39.407Z Compiling endian-type v0.1.2
27012024-09-27T03:47:39.580Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27022024-09-27T03:47:39.652Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27032024-09-27T03:47:39.670Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
27042024-09-27T03:47:39.711Z Compiling env_logger v0.11.5
27052024-09-27T03:47:39.747Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27062024-09-27T03:47:40.024Z Compiling radix_trie v0.2.1
27072024-09-27T03:47:40.041Z Compiling ssh-cipher v0.2.0
27082024-09-27T03:47:40.160Z Compiling zone_cfg_derive v0.1.2
27092024-09-27T03:47:40.485Z Compiling bcrypt-pbkdf v0.10.0
27102024-09-27T03:47:40.727Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27112024-09-27T03:47:41.155Z Compiling parking_lot v0.11.2
27122024-09-27T03:47:41.246Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27132024-09-27T03:47:41.761Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82)
27142024-09-27T03:47:41.779Z Compiling gethostname v0.5.0
27152024-09-27T03:47:41.812Z Compiling password-hash v0.4.2
27162024-09-27T03:47:42.015Z Compiling fxhash v0.2.1
27172024-09-27T03:47:42.084Z Compiling base64 v0.13.1
27182024-09-27T03:47:42.200Z Compiling matches v0.1.10
27192024-09-27T03:47:42.231Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
27202024-09-27T03:47:42.312Z Compiling idna v0.2.3
27212024-09-27T03:47:42.340Z Compiling pbkdf2 v0.11.0
27222024-09-27T03:47:42.539Z Compiling ron v0.7.1
27232024-09-27T03:47:42.588Z Compiling sled v0.34.7
27242024-09-27T03:47:42.693Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82)
27252024-09-27T03:47:42.713Z Compiling xz2 v0.1.7
27262024-09-27T03:47:42.716Z Compiling zone v0.1.8
27272024-09-27T03:47:43.214Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27282024-09-27T03:47:43.892Z Compiling ssh-key v0.6.6
27292024-09-27T03:47:44.320Z Compiling hickory-client v0.24.1
27302024-09-27T03:47:44.857Z Compiling p256 v0.13.2
27312024-09-27T03:47:44.923Z Compiling p521 v0.13.3
27322024-09-27T03:47:45.679Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27332024-09-27T03:47:45.784Z Compiling hickory-server v0.24.1
27342024-09-27T03:47:47.437Z Compiling enum-as-inner v0.5.1
27352024-09-27T03:47:47.708Z Compiling pem v3.0.4
27362024-09-27T03:47:48.218Z Compiling yasna v0.5.2
27372024-09-27T03:47:48.527Z Compiling headers-core v0.3.0
27382024-09-27T03:47:48.555Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
27392024-09-27T03:47:48.702Z Compiling kstat-rs v0.2.4
27402024-09-27T03:47:48.720Z Compiling nanorand v0.7.0
27412024-09-27T03:47:48.966Z Compiling atty v0.2.14
27422024-09-27T03:47:49.111Z Compiling russh-cryptovec v0.7.2
27432024-09-27T03:47:49.290Z Compiling md5 v0.7.0
27442024-09-27T03:47:49.340Z Compiling glob v0.3.1
27452024-09-27T03:47:49.445Z Compiling http-range v0.1.5
27462024-09-27T03:47:49.838Z Compiling hyper-staticfile v0.10.1
27472024-09-27T03:47:49.883Z Compiling russh-keys v0.45.0
27482024-09-27T03:47:49.914Z Compiling rcgen v0.12.1
27492024-09-27T03:47:50.342Z Compiling flume v0.11.0
27502024-09-27T03:47:50.395Z Compiling headers v0.4.0
27512024-09-27T03:47:50.993Z Compiling trust-dns-proto v0.22.0
27522024-09-27T03:47:52.341Z Compiling num-bigint v0.4.5
27532024-09-27T03:47:52.371Z Compiling des v0.8.1
27542024-09-27T03:47:52.733Z Compiling subprocess v0.2.9
27552024-09-27T03:47:53.255Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
27562024-09-27T03:47:53.451Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
27572024-09-27T03:47:53.486Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82)
27582024-09-27T03:47:53.679Z Compiling progenitor v0.8.0
27592024-09-27T03:47:53.952Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27602024-09-27T03:47:54.065Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27612024-09-27T03:47:54.072Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
27622024-09-27T03:47:54.766Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
27632024-09-27T03:47:56.038Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
27642024-09-27T03:47:57.494Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27652024-09-27T03:47:59.318Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27662024-09-27T03:48:00.827Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#16fedf00)
27672024-09-27T03:48:00.865Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95)
27682024-09-27T03:48:01.473Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
27692024-09-27T03:48:01.494Z Compiling display-error-chain v0.2.1
27702024-09-27T03:48:01.679Z Compiling hex-literal v0.4.1
27712024-09-27T03:48:01.853Z Compiling dhcproto-macros v0.1.0
27722024-09-27T03:48:02.572Z Compiling russh v0.45.0
27732024-09-27T03:48:02.884Z Compiling dhcproto v0.12.0
27742024-09-27T03:48:03.217Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
27752024-09-27T03:48:03.351Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
27762024-09-27T03:48:03.827Z Compiling internet-checksum v0.2.1
27772024-09-27T03:48:10.469Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27782024-09-27T03:48:10.472Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27792024-09-27T03:48:10.472Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
27802024-09-27T03:48:10.472Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27812024-09-27T03:48:13.699Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27822024-09-27T03:48:13.751Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27832024-09-27T03:48:14.527Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27842024-09-27T03:48:14.666Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27852024-09-27T03:48:15.632Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27862024-09-27T03:48:16.626Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27872024-09-27T03:48:18.227Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27882024-09-27T03:48:18.330Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27892024-09-27T03:48:18.793Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27902024-09-27T03:48:19.509Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27912024-09-27T03:48:21.099Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27922024-09-27T03:48:22.364Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27932024-09-27T03:48:24.988Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27942024-09-27T03:48:26.706Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27952024-09-27T03:48:27.227Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27962024-09-27T03:48:28.528Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27972024-09-27T03:48:28.733Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27982024-09-27T03:48:31.393Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27992024-09-27T03:48:36.036Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28002024-09-27T03:48:44.451Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28012024-09-27T03:48:44.452Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28022024-09-27T03:48:46.507Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28032024-09-27T03:49:05.983Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
28042024-09-27T03:49:40.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 40s
28052024-09-27T03:49:40.234Z
28062024-09-27T03:49:40.237Zreal 2:41.194807830
28072024-09-27T03:49:40.238Zuser 12:50.026127060
28082024-09-27T03:49:40.238Zsys 2:43.552021205
28092024-09-27T03:49:40.238Ztrap 0.345755861
28102024-09-27T03:49:40.238Ztflt 1.530722878
28112024-09-27T03:49:40.238Zdflt 1.863787927
28122024-09-27T03:49:40.238Zkflt 0.000070878
28132024-09-27T03:49:40.238Zlock 27:34.669186568
28142024-09-27T03:49:40.238Zslp 47:56.413828151
28152024-09-27T03:49:40.238Zlat 39.499527334
28162024-09-27T03:49:40.238Zstop 1:36.802036284
28172024-09-27T03:49:40.238Z+ mkdir tests
28182024-09-27T03:49:40.241Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
28192024-09-27T03:49:40.241Z+ xargs -I '{}' -t cp '{}' tests/
28202024-09-27T03:49:40.282Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-cc13e9dc706ebdf0 tests/
28212024-09-27T03:49:40.304Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-01b3a7390795e65c tests/
28222024-09-27T03:49:40.324Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-ca042cd339bb83b8 tests/
28232024-09-27T03:49:40.343Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-2df6e41022231090 tests/
28242024-09-27T03:49:40.526Z+ files=(out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*)
28252024-09-27T03:49:40.529Z+ ptime -m tar cvzf /work/package.tar.gz out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-01b3a7390795e65c tests/commtest-ca042cd339bb83b8 tests/dhcp_server-cc13e9dc706ebdf0 tests/end_to_end_tests-2df6e41022231090 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
28262024-09-27T03:50:46.767ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
28272024-09-27T03:50:46.767Za out/target/test 1K
28282024-09-27T03:50:46.767Za out/npuzone/npuzone 23144K
28292024-09-27T03:50:46.767Za package-manifest.toml 32K
28302024-09-27T03:50:46.767Za smf/sled-agent/non-gimlet/config.toml 4K
28312024-09-27T03:50:46.767Za target/release/omicron-package 36802K
28322024-09-27T03:50:46.767Za target/release/xtask 12014K
28332024-09-27T03:50:46.767Za target/debug/bootstrap 225273K
28342024-09-27T03:50:46.767Za tests/bootstrap-01b3a7390795e65c 23777K
28352024-09-27T03:50:46.768Za tests/commtest-ca042cd339bb83b8 24004K
28362024-09-27T03:50:46.768Za tests/dhcp_server-cc13e9dc706ebdf0 23777K
28372024-09-27T03:50:46.768Za tests/end_to_end_tests-2df6e41022231090 237423K
28382024-09-27T03:50:46.768Za out/clickhouse.tar.gz 233657K
28392024-09-27T03:50:46.768Za out/clickhouse_keeper.tar.gz 233656K
28402024-09-27T03:50:46.768Za out/clickhouse_server.tar.gz 233656K
28412024-09-27T03:50:46.768Za out/cockroachdb.tar.gz 132084K
28422024-09-27T03:50:46.768Za out/crucible-dtrace.tar 84K
28432024-09-27T03:50:46.768Za out/crucible-pantry-zone.tar.gz 25968K
28442024-09-27T03:50:46.768Za out/crucible-zone.tar.gz 34242K
28452024-09-27T03:50:46.768Za out/external-dns.tar.gz 25174K
28462024-09-27T03:50:46.768Za out/internal-dns.tar.gz 25173K
28472024-09-27T03:50:46.768Za out/mg-ddm-gz.tar 62160K
28482024-09-27T03:50:46.768Za out/nexus.tar.gz 95568K
28492024-09-27T03:50:46.768Za out/ntp.tar.gz 9052K
28502024-09-27T03:50:46.768Za out/omicron-gateway-softnpu.tar.gz 20980K
28512024-09-27T03:50:46.768Za out/omicron-sled-agent.tar 104762K
28522024-09-27T03:50:46.768Za out/overlay.tar.gz 3K
28532024-09-27T03:50:46.768Za out/oximeter.tar.gz 43587K
28542024-09-27T03:50:46.768Za out/oxlog.tar 3036K
28552024-09-27T03:50:46.768Za out/probe.tar.gz 2764K
28562024-09-27T03:50:46.768Za out/propolis-server.tar.gz 65693K
28572024-09-27T03:50:46.769Za out/pumpkind-gz.tar 26665K
28582024-09-27T03:50:46.769Za out/switch-softnpu.tar.gz 220935K
28592024-09-27T03:50:46.771Z
28602024-09-27T03:50:46.771Zreal 1:06.229416639
28612024-09-27T03:50:46.771Zuser 1:03.172195306
28622024-09-27T03:50:46.771Zsys 4.378626596
28632024-09-27T03:50:46.771Ztrap 0.016200977
28642024-09-27T03:50:46.771Ztflt 0.000000000
28652024-09-27T03:50:46.772Zdflt 0.000000000
28662024-09-27T03:50:46.772Zkflt 0.000000000
28672024-09-27T03:50:46.772Zlock 0.000000000
28682024-09-27T03:50:46.772Zslp 1:02.953857335
28692024-09-27T03:50:46.772Zlat 1.932764872
28702024-09-27T03:50:46.772Zstop 0.000208781
28712024-09-27T03:50:46.772Zprocess exited: duration 1904542 ms, exit code 0
 
28722024-09-27T03:50:46.786Zfound 1 output files
28732024-09-27T03:50:46.786Zuploading: /work/package.tar.gz (1656950469 bytes)
28742024-09-27T03:51:19.440Zuploaded: /work/package.tar.gz