01JFK339N9FK1ZFA8NKWD8NFQT: 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: 01JFK34G4812VS7F4A2ZZNEBJ4

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-20T22:32:14.793Zjob assigned to worker 01JFK34Y8JQCYHY3BFCZ7T0S8R [factory aws, i-0471ab6f8e6a110eb] (queued for 1 m 1 s)
 
22024-12-20T22:32:23.859Zstarting task 0: "setup"
32024-12-20T22:32:23.867Z++ uname -s
42024-12-20T22:32:23.869Z+ kern=SunOS
52024-12-20T22:32:23.869Z+ case "$kern" in
62024-12-20T22:32:23.870Z+ groupadd -g 12345 build
72024-12-20T22:32:23.872Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-20T22:32:25.878Z+ zfs create -o mountpoint=/work rpool/work
92024-12-20T22:32:25.989Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-20T22:32:25.991Z+ home_fs=zfs
112024-12-20T22:32:25.991Z+ [[ zfs == autofs ]]
122024-12-20T22:32:25.992Z+ mkdir -p /home/build
132024-12-20T22:32:25.994Z+ chown build:build /home/build /work
142024-12-20T22:32:27.996Z+ chmod 0700 /home/build /work
152024-12-20T22:32:27.998Zprocess exited: duration 4141 ms, exit code 0
 
162024-12-20T22:32:28.004Zstarting task 1: "rust-toolchain"
172024-12-20T22:32:28.010Z+ printf ' * toolchain channel = "%s"
182024-12-20T22:32:28.010Z' 1.81.0
192024-12-20T22:32:28.010Z * toolchain channel = "1.81.0"
202024-12-20T22:32:28.010Z * toolchain profile = "default"
212024-12-20T22:32:28.010Z+ printf ' * toolchain profile = "%s"
222024-12-20T22:32:28.010Z' default
232024-12-20T22:32:28.013Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-20T22:32:28.013Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-20T22:32:28.118Zinfo: downloading installer
262024-12-20T22:32:29.363Zinfo: profile set to 'default'
272024-12-20T22:32:29.363Zinfo: default host triple is x86_64-unknown-illumos
282024-12-20T22:32:29.366Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-20T22:32:29.518Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-20T22:32:29.518Zinfo: downloading component 'cargo'
312024-12-20T22:32:30.334Zinfo: downloading component 'clippy'
322024-12-20T22:32:30.640Zinfo: downloading component 'rust-docs'
332024-12-20T22:32:31.780Zinfo: downloading component 'rust-std'
342024-12-20T22:32:33.559Zinfo: downloading component 'rustc'
352024-12-20T22:32:39.906Zinfo: downloading component 'rustfmt'
362024-12-20T22:32:40.150Zinfo: installing component 'cargo'
372024-12-20T22:32:40.945Zinfo: installing component 'clippy'
382024-12-20T22:32:41.315Zinfo: installing component 'rust-docs'
392024-12-20T22:32:42.930Zinfo: installing component 'rust-std'
402024-12-20T22:32:44.710Zinfo: installing component 'rustc'
412024-12-20T22:32:50.520Zinfo: installing component 'rustfmt'
422024-12-20T22:32:50.872Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-20T22:32:50.872Z
442024-12-20T22:32:51.336Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-20T22:32:51.336Z
462024-12-20T22:32:51.535Z
472024-12-20T22:32:51.535ZRust is installed now. Great!
482024-12-20T22:32:51.535Z
492024-12-20T22:32:51.536ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-20T22:32:51.536Zenvironment variable. This has not been done automatically.
512024-12-20T22:32:51.536Z
522024-12-20T22:32:51.536ZTo configure your current shell, you need to source
532024-12-20T22:32:51.536Zthe corresponding env file under $HOME/.cargo.
542024-12-20T22:32:51.536Z
552024-12-20T22:32:51.536ZThis is usually done by running one of the following (note the leading DOT):
562024-12-20T22:32:51.536Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-20T22:32:51.536Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-20T22:32:51.536Z+ rustc --version
592024-12-20T22:32:51.536Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-20T22:32:51.536Zprocess exited: duration 23307 ms, exit code 0
 
612024-12-20T22:32:51.979Zstarting task 2: "authentication"
622024-12-20T22:32:52.389Zprocess exited: duration 452 ms, exit code 0
 
632024-12-20T22:32:52.837Zstarting task 3: "clone repository"
642024-12-20T22:32:53.092Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-20T22:32:53.092Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-20T22:32:53.360ZCloning into '/work/oxidecomputer/omicron'...
672024-12-20T22:33:01.249Z+ cd /work/oxidecomputer/omicron
682024-12-20T22:33:01.249Z+ git fetch origin 50917c7c01171c46ff066305594e819bed771774
692024-12-20T22:33:02.263ZFrom https://github.com/oxidecomputer/omicron
702024-12-20T22:33:02.263Z * branch 50917c7c01171c46ff066305594e819bed771774 -> FETCH_HEAD
712024-12-20T22:33:02.263Z+ [[ -n support-bundles-crdb ]]
722024-12-20T22:33:02.263Z++ git branch --show-current
732024-12-20T22:33:02.264Z+ current=main
742024-12-20T22:33:02.264Z+ [[ main != support-bundles-crdb ]]
752024-12-20T22:33:02.264Z+ git branch -f support-bundles-crdb 50917c7c01171c46ff066305594e819bed771774
762024-12-20T22:33:02.264Z+ git checkout -f support-bundles-crdb
772024-12-20T22:33:02.264ZSwitched to branch 'support-bundles-crdb'
782024-12-20T22:33:02.264Z+ git reset --hard 50917c7c01171c46ff066305594e819bed771774
792024-12-20T22:33:02.264ZHEAD is now at 50917c7c0 Merge branch 'nexus-support-bundles-api' into support-bundles-crdb
802024-12-20T22:33:02.264Zprocess exited: duration 8153 ms, exit code 0
 
812024-12-20T22:33:04.503Zstarting task 4: "build"
822024-12-20T22:33:05.464Z+ source .github/buildomat/ci-env.sh
832024-12-20T22:33:05.464Z++ export CARGO_TERM_COLOR=always
842024-12-20T22:33:05.464Z++ CARGO_TERM_COLOR=always
852024-12-20T22:33:05.464Z+ cargo --version
862024-12-20T22:33:05.464Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-20T22:33:05.465Z+ rustc --version
882024-12-20T22:33:05.465Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-20T22:33:05.465Z+ WORK=/work
902024-12-20T22:33:05.465Z+ pfexec mkdir -p /work
912024-12-20T22:33:05.465Z+ pfexec chown build /work
922024-12-20T22:33:05.465Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932024-12-20T22:33:18.616Z Startup: Refreshing catalog 'helios-dev' ... Done
942024-12-20T22:33:24.167Z Startup: Caching catalogs ... Done
952024-12-20T22:33:35.409ZPlanning: Solver setup ... Done (10.201s)
962024-12-20T22:33:35.409ZPlanning: Running solver ... Done (0.136s)
972024-12-20T22:33:35.409ZPlanning: Finding local manifests ... Done (0.081s)
982024-12-20T22:33:35.409ZPlanning: Fetching manifests: 0/5 0% complete
992024-12-20T22:33:37.030ZPlanning: Fetching manifests: 5/5 100% complete
1002024-12-20T22:33:37.031ZPlanning: Package planning ... Done (0.210s)
1012024-12-20T22:33:37.031ZPlanning: Merging actions ... Done (0.056s)
1022024-12-20T22:33:38.272ZPlanning: Checking for conflicting actions ... Done (0.798s)
1032024-12-20T22:33:42.349ZPlanning: Consolidating action changes ... Done (5.662s)
1042024-12-20T22:33:43.247ZPlanning: Evaluating mediators ... Done (0.449s)
1052024-12-20T22:33:43.247ZPlanning: Planning completed in 19.42 seconds
1062024-12-20T22:33:43.247Z Packages to install: 4
1072024-12-20T22:33:43.247Z Packages to update: 1
1082024-12-20T22:33:43.247Z Mediators to change: 2
1092024-12-20T22:33:43.247Z Services to change: 1
1102024-12-20T22:33:43.248Z Estimated space available: 155.63 GB
1112024-12-20T22:33:43.248ZEstimated space to be consumed: 1.62 GB
1122024-12-20T22:33:43.248Z Create boot environment: No
1132024-12-20T22:33:43.248ZCreate backup boot environment: Yes
1142024-12-20T22:33:43.249Z Rebuild boot archive: No
1152024-12-20T22:33:43.249Z
1162024-12-20T22:33:43.249ZChanged mediators:
1172024-12-20T22:33:43.249Z mediator clang:
1182024-12-20T22:33:43.249Z version: None -> 15 (system default)
1192024-12-20T22:33:43.249Z
1202024-12-20T22:33:43.250Z mediator llvm:
1212024-12-20T22:33:43.250Z version: 14 (system default) -> 15 (system default)
1222024-12-20T22:33:43.250Z
1232024-12-20T22:33:43.250ZChanged packages:
1242024-12-20T22:33:43.250Zhelios-dev
1252024-12-20T22:33:43.255Z developer/build-essential
1262024-12-20T22:33:43.255Z None -> 11-2.0
1272024-12-20T22:33:43.255Z library/libxmlsec1
1282024-12-20T22:33:43.255Z None -> 1.2.35-2.0
1292024-12-20T22:33:43.255Z ooce/developer/clang-15
1302024-12-20T22:33:43.255Z None -> 15.0.7-2.0
1312024-12-20T22:33:43.255Z ooce/developer/llvm-15
1322024-12-20T22:33:43.255Z None -> 15.0.7-2.0
1332024-12-20T22:33:43.255Z package/pkg
1342024-12-20T22:33:43.255Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1352024-12-20T22:33:43.255Z
1362024-12-20T22:33:43.255ZServices:
1372024-12-20T22:33:43.255Z restart_fmri:
1382024-12-20T22:33:43.255Z svc:/system/update-man-index:default
1392024-12-20T22:33:43.255Z
1402024-12-20T22:33:43.255ZEditable files to change:
1412024-12-20T22:33:43.255Z Update:
1422024-12-20T22:33:43.255Z usr/share/lib/pkg/web/config.shtml
1432024-12-20T22:33:43.255Z
1442024-12-20T22:33:43.256ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1452024-12-20T22:33:48.315ZDownload: 211/4281 items 1.3/220.6MB 0% complete (246k/s)
1462024-12-20T22:33:53.451ZDownload: 251/4281 items 1.7/220.6MB 0% complete (166k/s)
1472024-12-20T22:33:58.461ZDownload: 429/4281 items 2.7/220.6MB 1% complete (162k/s)
1482024-12-20T22:34:03.260ZDownload: 537/4281 items 3.2/220.6MB 1% complete (166k/s)
1492024-12-20T22:34:08.221ZDownload: 612/4281 items 3.5/220.6MB 1% complete (102k/s)
1502024-12-20T22:34:13.269ZDownload: 688/4281 items 3.8/220.6MB 1% complete (70.5k/s)
1512024-12-20T22:34:18.322ZDownload: 846/4281 items 18.8/220.6MB 8% complete (1.5M/s)
1522024-12-20T22:34:23.339ZDownload: 1020/4281 items 19.4/220.6MB 8% complete (1.6M/s)
1532024-12-20T22:34:28.337ZDownload: 1147/4281 items 81.8/220.6MB 37% complete (6.2M/s)
1542024-12-20T22:34:34.462ZDownload: 1190/4281 items 83.5/220.6MB 37% complete (6.4M/s)
1552024-12-20T22:34:39.907ZDownload: 1193/4281 items 83.5/220.6MB 37% complete (6.1M/s)
1562024-12-20T22:34:49.233ZDownload: 1194/4281 items 83.5/220.6MB 37% complete
1572024-12-20T22:34:55.818ZDownload: 1200/4281 items 83.5/220.6MB 37% complete (3.5k/s)
1582024-12-20T22:35:00.825ZDownload: 1390/4281 items 116.8/220.6MB 52% complete (4.3M/s)
1592024-12-20T22:35:06.095ZDownload: 1513/4281 items 117.2/220.6MB 53% complete (3.5M/s)
1602024-12-20T22:35:11.104ZDownload: 1626/4281 items 117.7/220.6MB 53% complete (143k/s)
1612024-12-20T22:35:16.106ZDownload: 1722/4281 items 118.0/220.6MB 53% complete (87.9k/s)
1622024-12-20T22:35:21.111ZDownload: 1876/4281 items 118.4/220.6MB 53% complete (76.3k/s)
1632024-12-20T22:35:26.128ZDownload: 2090/4281 items 118.8/220.6MB 53% complete (81.6k/s)
1642024-12-20T22:35:31.901ZDownload: 2216/4281 items 119.2/220.6MB 54% complete (84.6k/s)
1652024-12-20T22:35:55.675ZDownload: 2223/4281 items 119.2/220.6MB 54% complete
1662024-12-20T22:36:00.689ZDownload: 2581/4281 items 120.5/220.6MB 54% complete (295k/s)
1672024-12-20T22:36:05.693ZDownload: 2872/4281 items 121.1/220.6MB 54% complete (207k/s)
1682024-12-20T22:36:10.738ZDownload: 3241/4281 items 181.1/220.6MB 82% complete (6.0M/s)
1692024-12-20T22:36:27.266ZDownload: 3248/4281 items 203.1/220.6MB 92% complete
1702024-12-20T22:36:32.281ZDownload: 3269/4281 items 209.4/220.6MB 94% complete (1.5M/s)
1712024-12-20T22:36:40.029ZDownload: 3275/4281 items 209.5/220.6MB 94% complete (1.4M/s)
1722024-12-20T22:36:52.839ZDownload: 3277/4281 items 209.5/220.6MB 94% complete
1732024-12-20T22:36:58.055ZDownload: 3281/4281 items 209.8/220.6MB 95% complete (4.6M/s)
1742024-12-20T22:37:03.096ZDownload: 4195/4281 items 220.5/220.6MB 99% complete (1.8M/s)
1752024-12-20T22:37:08.655ZDownload: 4207/4281 items 220.6/220.6MB 99% complete (1.7M/s)
1762024-12-20T22:37:11.532ZDownload: Completed 220.60 MB in 209.00 seconds (1.1M/s)
1772024-12-20T22:37:13.623Z Actions: 1/5063 actions (Removing old actions)
1782024-12-20T22:37:13.643Z Actions: 194/5063 actions (Installing new actions)
1792024-12-20T22:37:18.683Z Actions: 4111/5063 actions (Installing new actions)
1802024-12-20T22:37:18.932Z Actions: 4226/5063 actions (Updating modified actions)
1812024-12-20T22:37:19.304Z Actions: Completed 5063 actions in 5.68 seconds.
1822024-12-20T22:37:19.731Z Done (0.418s)
1832024-12-20T22:37:19.735Z Done (0.000s)
1842024-12-20T22:37:20.314Z Done (0.583s)
1852024-12-20T22:37:25.999Z Done (5.451s)
1862024-12-20T22:37:26.243Z Done (0.179s)
1872024-12-20T22:37:26.247Z Done (0.000s)
1882024-12-20T22:37:26.426Z Done (0.000s)
1892024-12-20T22:37:27.155ZPlanning: Evaluating mediator changes ... Done
1902024-12-20T22:37:27.321ZPlanning: Checking for conflicting actions ... Done
1912024-12-20T22:37:27.327ZPlanning: Consolidating action changes ... Done
1922024-12-20T22:37:27.597ZPlanning: Evaluating mediators ... Done
1932024-12-20T22:37:27.599ZPlanning: Planning completed in 0.44 seconds
1942024-12-20T22:37:27.636Z Mediators to change: 2
1952024-12-20T22:37:27.636Z Create boot environment: No
1962024-12-20T22:37:27.636ZCreate backup boot environment: No
1972024-12-20T22:37:27.717Z Done
1982024-12-20T22:37:27.717Z Done
1992024-12-20T22:37:28.099Z Done
2002024-12-20T22:37:31.914Z Done
2012024-12-20T22:37:32.002Z Done
2022024-12-20T22:37:32.005Z Done
2032024-12-20T22:37:32.190Z Done
2042024-12-20T22:37:32.843ZPlanning: Evaluating mediator changes ... Done
2052024-12-20T22:37:32.845ZPlanning: Merging actions ... Done
2062024-12-20T22:37:33.040ZPlanning: Checking for conflicting actions ... Done
2072024-12-20T22:37:33.043ZPlanning: Consolidating action changes ... Done
2082024-12-20T22:37:33.337ZPlanning: Evaluating mediators ... Done
2092024-12-20T22:37:33.390ZPlanning: Planning completed in 0.80 seconds
2102024-12-20T22:37:33.433Z Packages to change: 1
2112024-12-20T22:37:33.433Z Mediators to change: 1
2122024-12-20T22:37:33.433Z Services to change: 1
2132024-12-20T22:37:33.436Z Create boot environment: No
2142024-12-20T22:37:33.436ZCreate backup boot environment: Yes
2152024-12-20T22:37:35.660Z Actions: 1/6 actions (Updating modified actions)
2162024-12-20T22:37:35.724Z Actions: Completed 6 actions in 0.06 seconds.
2172024-12-20T22:37:35.727Z Done
2182024-12-20T22:37:35.728Z Done
2192024-12-20T22:37:35.843Z Done
2202024-12-20T22:37:39.673Z Done
2212024-12-20T22:37:39.767Z Done
2222024-12-20T22:37:39.769Z Done
2232024-12-20T22:37:39.896Z Done
2242024-12-20T22:37:40.343ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2252024-12-20T22:37:40.343Zclang system 15 system
2262024-12-20T22:37:40.343Zcsh system system illumos
2272024-12-20T22:37:40.343Zctags system system illumos
2282024-12-20T22:37:40.343Zgcc vendor 12 vendor
2292024-12-20T22:37:40.343Zgcc system 10 system
2302024-12-20T22:37:40.343Zgcc system 7 system
2312024-12-20T22:37:40.343Zgo system 1.20 system
2322024-12-20T22:37:40.343Zgo system 1.19 system
2332024-12-20T22:37:40.343Zllvm system 15 system
2342024-12-20T22:37:40.343Zllvm system 14 system
2352024-12-20T22:37:40.343Zmariadb system 10.6 system
2362024-12-20T22:37:40.343Zmta vendor vendor dma
2372024-12-20T22:37:40.343Zopenjdk system 17 system
2382024-12-20T22:37:40.343Zopenjdk system 11 system
2392024-12-20T22:37:40.343Zopenjdk system 1.8 system
2402024-12-20T22:37:40.343Zopenssl vendor 3 vendor
2412024-12-20T22:37:40.343Zperl system 5.36 system
2422024-12-20T22:37:40.343Zpostgresql system 15 system
2432024-12-20T22:37:40.343Zpostgresql system 13 system
2442024-12-20T22:37:40.343Zpython vendor 3 vendor
2452024-12-20T22:37:40.344Zpython system 2 system
2462024-12-20T22:37:40.344Zpython3 system 3.11 system
2472024-12-20T22:37:40.344Zruby system 3.0 system
2482024-12-20T22:37:40.344Zwords vendor vendor american-english
2492024-12-20T22:37:40.344Zwords system system australian-english
2502024-12-20T22:37:40.344Zwords system system british-english
2512024-12-20T22:37:40.344Zwords system system canadian-english
2522024-12-20T22:37:40.344Zwords system system french
2532024-12-20T22:37:40.344Zwords system system italian
2542024-12-20T22:37:40.344Zwords system system ngerman
2552024-12-20T22:37:40.344Zwords system system ogerman
2562024-12-20T22:37:40.344Zwords system system spanish
2572024-12-20T22:37:40.681ZPUBLISHER TYPE STATUS P LOCATION
2582024-12-20T22:37:40.681Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2592024-12-20T22:37:43.475ZFMRI IFO
2602024-12-20T22:37:43.475Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2612024-12-20T22:37:43.475Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2622024-12-20T22:37:43.475Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2632024-12-20T22:37:43.475Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2642024-12-20T22:37:43.475Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2652024-12-20T22:37:43.475Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2662024-12-20T22:37:43.475Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2672024-12-20T22:37:43.475Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2682024-12-20T22:37:43.475Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2692024-12-20T22:37:43.475Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2702024-12-20T22:37:43.475Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2712024-12-20T22:37:43.475Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2722024-12-20T22:37:43.475Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2732024-12-20T22:37:43.475Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2742024-12-20T22:37:43.475Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2752024-12-20T22:37:44.279Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2762024-12-20T22:37:44.580Z Updating crates.io index
2772024-12-20T22:37:44.583Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2782024-12-20T22:37:45.113Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2792024-12-20T22:37:45.389Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2802024-12-20T22:37:45.685Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2812024-12-20T22:37:45.950Z Updating git repository `https://github.com/oxidecomputer/propolis`
2822024-12-20T22:37:46.819Z Updating git repository `https://github.com/oxidecomputer/crucible`
2832024-12-20T22:37:48.282Z Updating git repository `https://github.com/oxidecomputer/opte`
2842024-12-20T22:37:48.871Z Updating git repository `https://github.com/oxidecomputer/falcon`
2852024-12-20T22:37:49.560Z Updating git repository `https://github.com/oxidecomputer/clickward`
2862024-12-20T22:37:49.876Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2872024-12-20T22:37:50.275Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2882024-12-20T22:37:50.876Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2892024-12-20T22:37:51.120Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2902024-12-20T22:37:51.421Z Updating git repository `https://github.com/oxidecomputer/tofino`
2912024-12-20T22:37:51.668Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2922024-12-20T22:37:51.942Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2932024-12-20T22:37:52.127Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2942024-12-20T22:37:52.433Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2952024-12-20T22:37:52.685Z Updating git repository `https://github.com/oxidecomputer/ispf`
2962024-12-20T22:37:53.112Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2972024-12-20T22:37:53.343Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2982024-12-20T22:37:53.874Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2992024-12-20T22:37:54.121Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3002024-12-20T22:37:54.456Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3012024-12-20T22:37:54.900Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3022024-12-20T22:37:55.182Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3032024-12-20T22:37:55.398Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3042024-12-20T22:37:55.728Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3052024-12-20T22:37:56.926Z Downloading crates ...
3062024-12-20T22:37:57.009Z Downloaded anyhow v1.0.93
3072024-12-20T22:37:57.015Z Downloaded cargo_metadata v0.18.1
3082024-12-20T22:37:57.021Z Downloaded byteorder v1.5.0
3092024-12-20T22:37:57.021Z Downloaded cargo_toml v0.20.5
3102024-12-20T22:37:57.021Z Downloaded anstyle-query v1.1.1
3112024-12-20T22:37:57.024Z Downloaded camino-tempfile v1.1.1
3122024-12-20T22:37:57.024Z Downloaded bytecount v0.6.8
3132024-12-20T22:37:57.024Z Downloaded block-buffer v0.10.4
3142024-12-20T22:37:57.024Z Downloaded anstyle-parse v0.2.5
3152024-12-20T22:37:57.027Z Downloaded autocfg v1.4.0
3162024-12-20T22:37:57.029Z Downloaded bitflags v2.6.0
3172024-12-20T22:37:57.031Z Downloaded cpufeatures v0.2.14
3182024-12-20T22:37:57.034Z Downloaded cfg-if v1.0.0
3192024-12-20T22:37:57.034Z Downloaded cargo-platform v0.1.8
3202024-12-20T22:37:57.037Z Downloaded clap_lex v0.7.2
3212024-12-20T22:37:57.039Z Downloaded clap v4.5.21
3222024-12-20T22:37:57.048Z Downloaded clap_builder v4.5.21
3232024-12-20T22:37:57.054Z Downloaded digest v0.10.7
3242024-12-20T22:37:57.057Z Downloaded camino v1.1.9
3252024-12-20T22:37:57.059Z Downloaded crypto-common v0.1.6
3262024-12-20T22:37:57.059Z Downloaded clap_derive v4.5.18
3272024-12-20T22:37:57.062Z Downloaded colorchoice v1.0.2
3282024-12-20T22:37:57.062Z Downloaded anstream v0.6.15
3292024-12-20T22:37:57.064Z Downloaded anstyle v1.0.10
3302024-12-20T22:37:57.064Z Downloaded pest_generator v2.7.14
3312024-12-20T22:37:57.067Z Downloaded papergrid v0.11.0
3322024-12-20T22:37:57.071Z Downloaded scroll_derive v0.12.0
3332024-12-20T22:37:57.074Z Downloaded errno v0.3.9
3342024-12-20T22:37:57.074Z Downloaded memchr v2.7.4
3352024-12-20T22:37:57.077Z Downloaded pest_derive v2.7.14
3362024-12-20T22:37:57.081Z Downloaded fastrand v2.1.1
3372024-12-20T22:37:57.094Z Downloaded dtrace-parser v0.2.0
3382024-12-20T22:37:57.103Z Downloaded equivalent v1.0.1
3392024-12-20T22:37:57.109Z Downloaded usdt-attr-macro v0.5.0
3402024-12-20T22:37:57.121Z Downloaded usdt-macro v0.5.0
3412024-12-20T22:37:57.126Z Downloaded pretty-hex v0.4.1
3422024-12-20T22:37:57.129Z Downloaded dof v0.3.0
3432024-12-20T22:37:57.129Z Downloaded fs-err v2.11.0
3442024-12-20T22:37:57.132Z Downloaded plain v0.2.3
3452024-12-20T22:37:57.132Z Downloaded heck v0.4.1
3462024-12-20T22:37:57.134Z Downloaded macaddr v1.0.1
3472024-12-20T22:37:57.134Z Downloaded is_terminal_polyfill v1.70.1
3482024-12-20T22:37:57.139Z Downloaded fnv v1.0.7
3492024-12-20T22:37:57.139Z Downloaded memmap v0.7.0
3502024-12-20T22:37:57.139Z Downloaded generic-array v0.14.7
3512024-12-20T22:37:57.142Z Downloaded proc-macro-error-attr v1.0.4
3522024-12-20T22:37:57.142Z Downloaded itoa v1.0.11
3532024-12-20T22:37:57.145Z Downloaded thread-id v4.2.2
3542024-12-20T22:37:57.147Z Downloaded thiserror-impl v1.0.69
3552024-12-20T22:37:57.147Z Downloaded swrite v0.1.0
3562024-12-20T22:37:57.150Z Downloaded usdt v0.5.0
3572024-12-20T22:37:57.154Z Downloaded terminal_size v0.4.0
3582024-12-20T22:37:57.156Z Downloaded serde_tokenstream v0.2.2
3592024-12-20T22:37:57.159Z Downloaded smawk v0.3.2
3602024-12-20T22:37:57.159Z Downloaded heck v0.5.0
3612024-12-20T22:37:57.163Z Downloaded utf8parse v0.2.2
3622024-12-20T22:37:57.165Z Downloaded strsim v0.11.1
3632024-12-20T22:37:57.165Z Downloaded unicode-linebreak v0.1.5
3642024-12-20T22:37:57.167Z Downloaded toml_datetime v0.6.8
3652024-12-20T22:37:57.167Z Downloaded thiserror v1.0.69
3662024-12-20T22:37:57.172Z Downloaded serde_spanned v0.6.8
3672024-12-20T22:37:57.174Z Downloaded version_check v0.9.5
3682024-12-20T22:37:57.177Z Downloaded quote v1.0.37
3692024-12-20T22:37:57.179Z Downloaded once_cell v1.20.2
3702024-12-20T22:37:57.181Z Downloaded scroll v0.12.0
3712024-12-20T22:37:57.184Z Downloaded proc-macro-error v1.0.4
3722024-12-20T22:37:57.188Z Downloaded zerocopy-derive v0.7.35
3732024-12-20T22:37:57.191Z Downloaded usdt-impl v0.5.0
3742024-12-20T22:37:57.193Z Downloaded semver v1.0.23
3752024-12-20T22:37:57.197Z Downloaded tabled_derive v0.7.0
3762024-12-20T22:37:57.200Z Downloaded tempfile v3.13.0
3772024-12-20T22:37:57.202Z Downloaded sha2 v0.10.8
3782024-12-20T22:37:57.204Z Downloaded pest_meta v2.7.14
3792024-12-20T22:37:57.206Z Downloaded log v0.4.22
3802024-12-20T22:37:57.211Z Downloaded unicode-ident v1.0.13
3812024-12-20T22:37:57.214Z Downloaded ucd-trie v0.1.7
3822024-12-20T22:37:57.216Z Downloaded typenum v1.17.0
3832024-12-20T22:37:57.219Z Downloaded toml v0.8.19
3842024-12-20T22:37:57.222Z Downloaded ryu v1.0.18
3852024-12-20T22:37:57.228Z Downloaded proc-macro2 v1.0.89
3862024-12-20T22:37:57.238Z Downloaded textwrap v0.16.1
3872024-12-20T22:37:57.241Z Downloaded serde_derive v1.0.215
3882024-12-20T22:37:57.248Z Downloaded indexmap v2.6.0
3892024-12-20T22:37:57.254Z Downloaded serde v1.0.215
3902024-12-20T22:37:57.275Z Downloaded toml_edit v0.22.22
3912024-12-20T22:37:57.294Z Downloaded pest v2.7.14
3922024-12-20T22:37:57.299Z Downloaded hashbrown v0.15.1
3932024-12-20T22:37:57.303Z Downloaded goblin v0.8.2
3942024-12-20T22:37:57.309Z Downloaded zerocopy v0.7.35
3952024-12-20T22:37:57.323Z Downloaded serde_json v1.0.132
3962024-12-20T22:37:57.332Z Downloaded winnow v0.6.20
3972024-12-20T22:37:57.341Z Downloaded tabled v0.15.0
3982024-12-20T22:37:57.355Z Downloaded unicode-width v0.1.14
3992024-12-20T22:37:57.360Z Downloaded syn v1.0.109
4002024-12-20T22:37:57.369Z Downloaded syn v2.0.87
4012024-12-20T22:37:57.383Z Downloaded rustix v0.38.37
4022024-12-20T22:37:57.413Z Downloaded libc v0.2.162
4032024-12-20T22:37:57.723Z Compiling proc-macro2 v1.0.89
4042024-12-20T22:37:57.723Z Compiling unicode-ident v1.0.13
4052024-12-20T22:37:57.723Z Compiling version_check v0.9.5
4062024-12-20T22:37:57.728Z Compiling serde v1.0.215
4072024-12-20T22:37:57.728Z Compiling memchr v2.7.4
4082024-12-20T22:37:57.728Z Compiling thiserror v1.0.69
4092024-12-20T22:37:57.728Z Compiling libc v0.2.162
4102024-12-20T22:37:57.728Z Compiling ryu v1.0.18
4112024-12-20T22:37:57.976Z Compiling ucd-trie v0.1.7
4122024-12-20T22:37:58.234Z Compiling itoa v1.0.11
4132024-12-20T22:37:58.560Z Compiling once_cell v1.20.2
4142024-12-20T22:37:58.560Z Compiling byteorder v1.5.0
4152024-12-20T22:37:58.950Z Compiling rustix v0.38.37
4162024-12-20T22:37:59.118Z Compiling serde_json v1.0.132
4172024-12-20T22:37:59.322Z Compiling bitflags v2.6.0
4182024-12-20T22:37:59.349Z Compiling usdt-impl v0.5.0
4192024-12-20T22:37:59.503Z Compiling proc-macro-error-attr v1.0.4
4202024-12-20T22:37:59.533Z Compiling syn v1.0.109
4212024-12-20T22:37:59.752Z Compiling proc-macro-error v1.0.4
4222024-12-20T22:37:59.873Z Compiling camino v1.1.9
4232024-12-20T22:37:59.899Z Compiling utf8parse v0.2.2
4242024-12-20T22:37:59.922Z Compiling equivalent v1.0.1
4252024-12-20T22:38:00.049Z Compiling plain v0.2.3
4262024-12-20T22:38:00.075Z Compiling log v0.4.22
4272024-12-20T22:38:00.078Z Compiling hashbrown v0.15.1
4282024-12-20T22:38:00.222Z Compiling quote v1.0.37
4292024-12-20T22:38:00.405Z Compiling anstyle-parse v0.2.5
4302024-12-20T22:38:00.491Z Compiling errno v0.3.9
4312024-12-20T22:38:00.551Z Compiling thread-id v4.2.2
4322024-12-20T22:38:00.638Z Compiling syn v2.0.87
4332024-12-20T22:38:00.861Z Compiling semver v1.0.23
4342024-12-20T22:38:00.962Z Compiling colorchoice v1.0.2
4352024-12-20T22:38:01.137Z Compiling pretty-hex v0.4.1
4362024-12-20T22:38:01.161Z Compiling unicode-width v0.1.14
4372024-12-20T22:38:01.365Z Compiling indexmap v2.6.0
4382024-12-20T22:38:01.392Z Compiling anstyle v1.0.10
4392024-12-20T22:38:01.416Z Compiling is_terminal_polyfill v1.70.1
4402024-12-20T22:38:01.548Z Compiling anstyle-query v1.1.1
4412024-12-20T22:38:01.676Z Compiling winnow v0.6.20
4422024-12-20T22:38:01.710Z Compiling autocfg v1.4.0
4432024-12-20T22:38:01.890Z Compiling anstream v0.6.15
4442024-12-20T22:38:02.607Z Compiling cfg-if v1.0.0
4452024-12-20T22:38:02.699Z Compiling heck v0.5.0
4462024-12-20T22:38:02.730Z Compiling bytecount v0.6.8
4472024-12-20T22:38:02.919Z Compiling fs-err v2.11.0
4482024-12-20T22:38:02.950Z Compiling fastrand v2.1.1
4492024-12-20T22:38:03.201Z Compiling terminal_size v0.4.0
4502024-12-20T22:38:03.229Z Compiling strsim v0.11.1
4512024-12-20T22:38:03.255Z Compiling clap_lex v0.7.2
4522024-12-20T22:38:03.439Z Compiling anyhow v1.0.93
4532024-12-20T22:38:03.534Z Compiling heck v0.4.1
4542024-12-20T22:38:03.870Z Compiling fnv v1.0.7
4552024-12-20T22:38:04.029Z Compiling papergrid v0.11.0
4562024-12-20T22:38:04.063Z Compiling clap_builder v4.5.21
4572024-12-20T22:38:04.166Z Compiling tempfile v3.13.0
4582024-12-20T22:38:04.507Z Compiling memmap v0.7.0
4592024-12-20T22:38:04.613Z Compiling smawk v0.3.2
4602024-12-20T22:38:04.854Z Compiling unicode-linebreak v0.1.5
4612024-12-20T22:38:05.372Z Compiling textwrap v0.16.1
4622024-12-20T22:38:05.554Z Compiling swrite v0.1.0
4632024-12-20T22:38:06.542Z Compiling tabled_derive v0.7.0
4642024-12-20T22:38:08.193Z Compiling tabled v0.15.0
4652024-12-20T22:38:09.862Z Compiling serde_derive v1.0.215
4662024-12-20T22:38:09.862Z Compiling thiserror-impl v1.0.69
4672024-12-20T22:38:09.865Z Compiling zerocopy-derive v0.7.35
4682024-12-20T22:38:09.989Z Compiling scroll_derive v0.12.0
4692024-12-20T22:38:10.095Z Compiling clap_derive v4.5.18
4702024-12-20T22:38:11.379Z Compiling scroll v0.12.0
4712024-12-20T22:38:11.875Z Compiling zerocopy v0.7.35
4722024-12-20T22:38:11.950Z Compiling goblin v0.8.2
4732024-12-20T22:38:12.971Z Compiling pest v2.7.14
4742024-12-20T22:38:13.946Z Compiling clap v4.5.21
4752024-12-20T22:38:15.214Z Compiling pest_meta v2.7.14
4762024-12-20T22:38:16.145Z Compiling pest_generator v2.7.14
4772024-12-20T22:38:18.194Z Compiling pest_derive v2.7.14
4782024-12-20T22:38:18.878Z Compiling dtrace-parser v0.2.0
4792024-12-20T22:38:20.204Z Compiling serde_tokenstream v0.2.2
4802024-12-20T22:38:20.246Z Compiling toml_datetime v0.6.8
4812024-12-20T22:38:20.260Z Compiling serde_spanned v0.6.8
4822024-12-20T22:38:20.632Z Compiling cargo-platform v0.1.8
4832024-12-20T22:38:20.684Z Compiling toml_edit v0.22.22
4842024-12-20T22:38:20.780Z Compiling macaddr v1.0.1
4852024-12-20T22:38:21.011Z Compiling camino-tempfile v1.1.1
4862024-12-20T22:38:21.738Z Compiling dof v0.3.0
4872024-12-20T22:38:21.788Z Compiling cargo_metadata v0.18.1
4882024-12-20T22:38:23.527Z Compiling usdt-attr-macro v0.5.0
4892024-12-20T22:38:23.527Z Compiling usdt-macro v0.5.0
4902024-12-20T22:38:23.548Z Compiling toml v0.8.19
4912024-12-20T22:38:24.433Z Compiling cargo_toml v0.20.5
4922024-12-20T22:38:25.020Z Compiling usdt v0.5.0
4932024-12-20T22:38:28.125Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4942024-12-20T22:38:32.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.45s
4952024-12-20T22:38:32.763Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4962024-12-20T22:38:33.350Z Downloading crates ...
4972024-12-20T22:38:33.474Z Downloaded async-stream-impl v0.3.6
4982024-12-20T22:38:33.481Z Downloaded atomicwrites v0.4.4
4992024-12-20T22:38:33.487Z Downloaded headers-core v0.3.0
5002024-12-20T22:38:33.490Z Downloaded http-range v0.1.5
5012024-12-20T22:38:33.490Z Downloaded hex v0.4.3
5022024-12-20T22:38:33.493Z Downloaded ciborium-io v0.2.2
5032024-12-20T22:38:33.495Z Downloaded http-body v1.0.1
5042024-12-20T22:38:33.498Z Downloaded hmac v0.12.1
5052024-12-20T22:38:33.501Z Downloaded crucible-workspace-hack v0.1.0
5062024-12-20T22:38:33.504Z Downloaded cfg_aliases v0.2.1
5072024-12-20T22:38:33.506Z Downloaded arrayref v0.3.9
5082024-12-20T22:38:33.509Z Downloaded async-recursion v1.1.1
5092024-12-20T22:38:33.514Z Downloaded cstr-argument v0.1.2
5102024-12-20T22:38:33.516Z Downloaded cfg_aliases v0.1.1
5112024-12-20T22:38:33.516Z Downloaded assert_matches v1.5.0
5122024-12-20T22:38:33.519Z Downloaded ident_case v1.0.1
5132024-12-20T22:38:33.521Z Downloaded castaway v0.2.3
5142024-12-20T22:38:33.523Z Downloaded hubpack_derive v0.1.1
5152024-12-20T22:38:33.523Z Downloaded cassowary v0.3.0
5162024-12-20T22:38:33.526Z Downloaded buf-list v1.0.3
5172024-12-20T22:38:33.529Z Downloaded match_cfg v0.1.0
5182024-12-20T22:38:33.532Z Downloaded ctr v0.9.2
5192024-12-20T22:38:33.536Z Downloaded is_ci v1.2.0
5202024-12-20T22:38:33.536Z Downloaded chacha20 v0.9.1
5212024-12-20T22:38:33.538Z Downloaded blowfish v0.9.1
5222024-12-20T22:38:33.541Z Downloaded bit-vec v0.6.3
5232024-12-20T22:38:33.543Z Downloaded instant v0.1.13
5242024-12-20T22:38:33.545Z Downloaded crc-catalog v2.4.0
5252024-12-20T22:38:33.545Z Downloaded md5 v0.7.0
5262024-12-20T22:38:33.549Z Downloaded humantime v2.1.0
5272024-12-20T22:38:33.554Z Downloaded cobs v0.2.3
5282024-12-20T22:38:33.554Z Downloaded crossbeam-deque v0.8.5
5292024-12-20T22:38:33.557Z Downloaded convert_case v0.4.0
5302024-12-20T22:38:33.557Z Downloaded cmake v0.1.51
5312024-12-20T22:38:33.557Z Downloaded matches v0.1.10
5322024-12-20T22:38:33.560Z Downloaded backoff v0.4.0
5332024-12-20T22:38:33.563Z Downloaded async-bb8-diesel v0.2.1
5342024-12-20T22:38:33.565Z Downloaded bitfield-struct v0.6.2
5352024-12-20T22:38:33.566Z Downloaded httpdate v1.0.3
5362024-12-20T22:38:33.568Z Downloaded argon2 v0.5.3
5372024-12-20T22:38:33.570Z Downloaded linked-hash-map v0.5.6
5382024-12-20T22:38:33.573Z Downloaded constant_time_eq v0.3.1
5392024-12-20T22:38:33.576Z Downloaded lazycell v1.3.0
5402024-12-20T22:38:33.576Z Downloaded keccak v0.1.5
5412024-12-20T22:38:33.578Z Downloaded idna_adapter v1.2.0
5422024-12-20T22:38:33.578Z Downloaded linear-map v1.2.0
5432024-12-20T22:38:33.581Z Downloaded inout v0.1.3
5442024-12-20T22:38:33.584Z Downloaded mime v0.3.17
5452024-12-20T22:38:33.587Z Downloaded managed v0.8.0
5462024-12-20T22:38:33.587Z Downloaded lalrpop-util v0.19.12
5472024-12-20T22:38:33.590Z Downloaded md-5 v0.10.6
5482024-12-20T22:38:33.593Z Downloaded bitflags v1.3.2
5492024-12-20T22:38:33.595Z Downloaded lockfree-object-pool v0.1.6
5502024-12-20T22:38:33.597Z Downloaded cookie_store v0.21.0
5512024-12-20T22:38:33.600Z Downloaded ref-cast v1.0.23
5522024-12-20T22:38:33.605Z Downloaded maplit v1.0.2
5532024-12-20T22:38:33.607Z Downloaded libsw v3.3.1
5542024-12-20T22:38:33.610Z Downloaded kstat-rs v0.2.4
5552024-12-20T22:38:33.610Z Downloaded maybe-uninit v2.0.0
5562024-12-20T22:38:33.612Z Downloaded cbc v0.1.2
5572024-12-20T22:38:33.614Z Downloaded heapless v0.8.0
5582024-12-20T22:38:33.619Z Downloaded lru v0.12.5
5592024-12-20T22:38:33.621Z Downloaded memoffset v0.9.1
5602024-12-20T22:38:33.623Z Downloaded is-terminal v0.4.13
5612024-12-20T22:38:33.626Z Downloaded indent_write v2.2.0
5622024-12-20T22:38:33.628Z Downloaded take_mut v0.2.2
5632024-12-20T22:38:33.628Z Downloaded impl-trait-for-tuples v0.2.2
5642024-12-20T22:38:33.631Z Downloaded quinn-udp v0.5.5
5652024-12-20T22:38:33.633Z Downloaded lru-cache v0.1.2
5662024-12-20T22:38:33.636Z Downloaded serde-big-array v0.5.1
5672024-12-20T22:38:33.638Z Downloaded highway v1.2.0
5682024-12-20T22:38:33.641Z Downloaded crossbeam-epoch v0.9.18
5692024-12-20T22:38:33.644Z Downloaded icu_locid_transform v1.5.0
5702024-12-20T22:38:33.648Z Downloaded try-lock v0.2.5
5712024-12-20T22:38:33.650Z Downloaded lock_api v0.4.12
5722024-12-20T22:38:33.663Z Downloaded darling v0.20.10
5732024-12-20T22:38:33.663Z Downloaded mime_guess v2.0.5
5742024-12-20T22:38:33.665Z Downloaded addr2line v0.24.2
5752024-12-20T22:38:33.666Z Downloaded rustfmt-wrapper v0.2.1
5762024-12-20T22:38:33.668Z Downloaded secrecy v0.8.0
5772024-12-20T22:38:33.668Z Downloaded sec1 v0.7.3
5782024-12-20T22:38:33.670Z Downloaded zerofrom v0.1.4
5792024-12-20T22:38:33.673Z Downloaded litemap v0.7.3
5802024-12-20T22:38:33.676Z Downloaded signal-hook-mio v0.2.4
5812024-12-20T22:38:33.676Z Downloaded semver v0.1.20
5822024-12-20T22:38:33.678Z Downloaded memmap2 v0.9.5
5832024-12-20T22:38:33.681Z Downloaded console v0.15.8
5842024-12-20T22:38:33.684Z Downloaded csv-core v0.1.11
5852024-12-20T22:38:33.686Z Downloaded spki v0.7.3
5862024-12-20T22:38:33.689Z Downloaded thread_local v1.1.8
5872024-12-20T22:38:33.691Z Downloaded thiserror-no-std v2.0.2
5882024-12-20T22:38:33.696Z Downloaded normalize-line-endings v0.3.0
5892024-12-20T22:38:33.699Z Downloaded new_debug_unreachable v1.0.6
5902024-12-20T22:38:33.699Z Downloaded foreign-types-shared v0.3.1
5912024-12-20T22:38:33.702Z Downloaded cancel-safe-futures v0.1.5
5922024-12-20T22:38:33.704Z Downloaded slab v0.4.9
5932024-12-20T22:38:33.707Z Downloaded thiserror-impl-no-std v2.0.2
5942024-12-20T22:38:33.709Z Downloaded openssl-probe v0.1.5
5952024-12-20T22:38:33.712Z Downloaded ahash v0.8.11
5962024-12-20T22:38:33.714Z Downloaded base64 v0.13.1
5972024-12-20T22:38:33.718Z Downloaded path-slash v0.1.5
5982024-12-20T22:38:33.720Z Downloaded bytes v1.8.0
5992024-12-20T22:38:33.724Z Downloaded zeroize v1.8.1
6002024-12-20T22:38:33.727Z Downloaded defmt-parser v0.3.4
6012024-12-20T22:38:33.730Z Downloaded tap v1.0.1
6022024-12-20T22:38:33.730Z Downloaded async-trait v0.1.83
6032024-12-20T22:38:33.735Z Downloaded russh-cryptovec v0.7.3
6042024-12-20T22:38:33.739Z Downloaded utf16_iter v1.0.5
6052024-12-20T22:38:33.739Z Downloaded precomputed-hash v0.1.1
6062024-12-20T22:38:33.739Z Downloaded progenitor-impl v0.8.0
6072024-12-20T22:38:33.742Z Downloaded sqlparser_derive v0.2.2
6082024-12-20T22:38:33.745Z Downloaded mockall v0.13.0
6092024-12-20T22:38:33.745Z Downloaded ghash v0.5.1
6102024-12-20T22:38:33.748Z Downloaded dyn-clone v1.0.17
6112024-12-20T22:38:33.750Z Downloaded bumpalo v3.16.0
6122024-12-20T22:38:33.753Z Downloaded fallible-streaming-iterator v0.1.9
6132024-12-20T22:38:33.755Z Downloaded fallible-iterator v0.3.0
6142024-12-20T22:38:33.759Z Downloaded sync-ptr v0.1.1
6152024-12-20T22:38:33.759Z Downloaded russh-keys v0.45.0
6162024-12-20T22:38:33.762Z Downloaded fallible-iterator v0.2.0
6172024-12-20T22:38:33.762Z Downloaded num-iter v0.1.45
6182024-12-20T22:38:33.765Z Downloaded crossbeam-utils v0.8.20
6192024-12-20T22:38:33.767Z Downloaded fragile v2.0.0
6202024-12-20T22:38:33.770Z Downloaded form_urlencoded v1.2.1
6212024-12-20T22:38:33.772Z Downloaded hash32 v0.3.1
6222024-12-20T22:38:33.776Z Downloaded sync_wrapper v1.0.1
6232024-12-20T22:38:33.776Z Downloaded dsl_auto_type v0.1.2
6242024-12-20T22:38:33.779Z Downloaded icu_locid_transform_data v1.5.0
6252024-12-20T22:38:33.779Z Downloaded pbkdf2 v0.11.0
6262024-12-20T22:38:33.782Z Downloaded sqlformat v0.2.6
6272024-12-20T22:38:33.784Z Downloaded icu_provider v1.5.0
6282024-12-20T22:38:33.787Z Downloaded prettyplease v0.2.25
6292024-12-20T22:38:33.792Z Downloaded dhcproto-macros v0.1.0
6302024-12-20T22:38:33.794Z Downloaded derive_builder_macro v0.20.2
6312024-12-20T22:38:33.795Z Downloaded fxhash v0.2.1
6322024-12-20T22:38:33.798Z Downloaded rusty-fork v0.3.0
6332024-12-20T22:38:33.798Z Downloaded rustc-hash v1.1.0
6342024-12-20T22:38:33.801Z Downloaded serde_plain v1.0.2
6352024-12-20T22:38:33.803Z Downloaded indicatif v0.17.9
6362024-12-20T22:38:33.807Z Downloaded base64 v0.21.7
6372024-12-20T22:38:33.811Z Downloaded mirai-annotations v1.12.0
6382024-12-20T22:38:33.814Z Downloaded heapless v0.7.17
6392024-12-20T22:38:33.818Z Downloaded twox-hash v1.6.3
6402024-12-20T22:38:33.822Z Downloaded supports-color v3.0.1
6412024-12-20T22:38:33.824Z Downloaded crossbeam-channel v0.5.13
6422024-12-20T22:38:33.828Z Downloaded newline-converter v0.3.0
6432024-12-20T22:38:33.831Z Downloaded num-conv v0.1.0
6442024-12-20T22:38:33.833Z Downloaded signal-hook v0.3.17
6452024-12-20T22:38:33.848Z Downloaded peg-runtime v0.8.3
6462024-12-20T22:38:33.851Z Downloaded oso-derive v0.27.3
6472024-12-20T22:38:33.851Z Downloaded zerovec-derive v0.10.3
6482024-12-20T22:38:33.853Z Downloaded universal-hash v0.5.1
6492024-12-20T22:38:33.853Z Downloaded unicode-xid v0.2.6
6502024-12-20T22:38:33.856Z Downloaded serde_urlencoded v0.7.1
6512024-12-20T22:38:33.859Z Downloaded defmt-macros v0.3.9
6522024-12-20T22:38:33.861Z Downloaded tabwriter v1.4.0
6532024-12-20T22:38:33.864Z Downloaded futures-task v0.3.31
6542024-12-20T22:38:33.867Z Downloaded env_filter v0.1.2
6552024-12-20T22:38:33.870Z Downloaded rustc-demangle v0.1.24
6562024-12-20T22:38:33.870Z Downloaded strip-ansi-escapes v0.2.0
6572024-12-20T22:38:33.873Z Downloaded ssh-cipher v0.2.0
6582024-12-20T22:38:33.876Z Downloaded smf v0.2.3
6592024-12-20T22:38:33.876Z Downloaded serde_repr v0.1.19
6602024-12-20T22:38:33.880Z Downloaded synstructure v0.13.1
6612024-12-20T22:38:33.886Z Downloaded tokio-tungstenite v0.24.0
6622024-12-20T22:38:33.886Z Downloaded parking_lot v0.12.3
6632024-12-20T22:38:33.888Z Downloaded tungstenite v0.21.0
6642024-12-20T22:38:33.891Z Downloaded peg-macros v0.8.4
6652024-12-20T22:38:33.895Z Downloaded parking_lot_core v0.8.6
6662024-12-20T22:38:33.898Z Downloaded toolchain_find v0.4.0
6672024-12-20T22:38:33.898Z Downloaded poly1305 v0.8.0
6682024-12-20T22:38:33.903Z Downloaded num-rational v0.4.2
6692024-12-20T22:38:33.903Z Downloaded waitgroup v0.1.2
6702024-12-20T22:38:33.906Z Downloaded derive-where v1.2.7
6712024-12-20T22:38:33.909Z Downloaded downcast v0.11.0
6722024-12-20T22:38:33.912Z Downloaded darling_macro v0.20.10
6732024-12-20T22:38:33.912Z Downloaded yoke-derive v0.7.4
6742024-12-20T22:38:33.915Z Downloaded polyval v0.6.2
6752024-12-20T22:38:33.918Z Downloaded derive_builder_core v0.20.2
6762024-12-20T22:38:33.921Z Downloaded native-tls v0.2.12
6772024-12-20T22:38:33.927Z Downloaded defmt v0.3.8
6782024-12-20T22:38:33.931Z Downloaded foreign-types v0.3.2
6792024-12-20T22:38:33.931Z Downloaded hickory-server v0.24.1
6802024-12-20T22:38:33.934Z Downloaded newtype_derive v0.1.6
6812024-12-20T22:38:33.937Z Downloaded icu_collections v1.5.0
6822024-12-20T22:38:33.946Z Downloaded slog-scope v4.4.0
6832024-12-20T22:38:33.949Z Downloaded slog-json v2.6.1
6842024-12-20T22:38:33.949Z Downloaded tinystr v0.7.6
6852024-12-20T22:38:33.951Z Downloaded phf_shared v0.10.0
6862024-12-20T22:38:33.954Z Downloaded http v1.1.0
6872024-12-20T22:38:33.956Z Downloaded pretty-hex v0.2.1
6882024-12-20T22:38:33.960Z Downloaded env_logger v0.11.5
6892024-12-20T22:38:33.963Z Downloaded termtree v0.4.1
6902024-12-20T22:38:33.967Z Downloaded unarray v0.1.4
6912024-12-20T22:38:33.968Z Downloaded ssh-encoding v0.2.0
6922024-12-20T22:38:33.970Z Downloaded rustls-pemfile v1.0.4
6932024-12-20T22:38:33.973Z Downloaded float-ord v0.3.2
6942024-12-20T22:38:33.973Z Downloaded filetime v0.2.25
6952024-12-20T22:38:33.976Z Downloaded topological-sort v0.2.2
6962024-12-20T22:38:33.976Z Downloaded termios v0.3.3
6972024-12-20T22:38:33.981Z Downloaded dhcproto v0.12.0
6982024-12-20T22:38:33.986Z Downloaded des v0.8.1
6992024-12-20T22:38:33.986Z Downloaded derive_more v0.99.18
7002024-12-20T22:38:33.990Z Downloaded nanorand v0.7.0
7012024-12-20T22:38:33.993Z Downloaded nibble_vec v0.1.0
7022024-12-20T22:38:33.997Z Downloaded multimap v0.10.0
7032024-12-20T22:38:34.000Z Downloaded foreign-types v0.5.0
7042024-12-20T22:38:34.001Z Downloaded embedded-io v0.6.1
7052024-12-20T22:38:34.004Z Downloaded num-complex v0.4.6
7062024-12-20T22:38:34.004Z Downloaded foreign-types-macros v0.2.3
7072024-12-20T22:38:34.004Z Downloaded crossterm v0.28.1
7082024-12-20T22:38:34.014Z Downloaded rand_core v0.6.4
7092024-12-20T22:38:34.017Z Downloaded num_threads v0.1.7
7102024-12-20T22:38:34.020Z Downloaded foreign-types-shared v0.1.1
7112024-12-20T22:38:34.020Z Downloaded dirs-sys-next v0.1.2
7122024-12-20T22:38:34.020Z Downloaded password-hash v0.5.0
7132024-12-20T22:38:34.022Z Downloaded rand_chacha v0.3.1
7142024-12-20T22:38:34.025Z Downloaded termcolor v1.4.1
7152024-12-20T22:38:34.029Z Downloaded rand_xorshift v0.3.0
7162024-12-20T22:38:34.029Z Downloaded rand_seeder v0.3.0
7172024-12-20T22:38:34.031Z Downloaded phf_generator v0.11.2
7182024-12-20T22:38:34.031Z Downloaded expectorate v1.1.0
7192024-12-20T22:38:34.034Z Downloaded ref-cast-impl v1.0.23
7202024-12-20T22:38:34.037Z Downloaded strum_macros v0.25.3
7212024-12-20T22:38:34.039Z Downloaded phf_codegen v0.11.2
7222024-12-20T22:38:34.042Z Downloaded yasna v0.5.2
7232024-12-20T22:38:34.044Z Downloaded unicase v2.7.0
7242024-12-20T22:38:34.048Z Downloaded samael v0.0.17
7252024-12-20T22:38:34.051Z Downloaded serde_yaml v0.9.34+deprecated
7262024-12-20T22:38:34.056Z Downloaded rayon-core v1.12.1
7272024-12-20T22:38:34.063Z Downloaded write16 v1.0.0
7282024-12-20T22:38:34.067Z Downloaded strum v0.26.3
7292024-12-20T22:38:34.067Z Downloaded slog-stdlog v4.1.1
7302024-12-20T22:38:34.067Z Downloaded slog-bunyan v2.5.0
7312024-12-20T22:38:34.070Z Downloaded parking_lot_core v0.9.10
7322024-12-20T22:38:34.072Z Downloaded number_prefix v0.4.0
7332024-12-20T22:38:34.073Z Downloaded zone_cfg_derive v0.3.0
7342024-12-20T22:38:34.073Z Downloaded oso v0.27.3
7352024-12-20T22:38:34.077Z Downloaded num_enum_derive v0.5.11
7362024-12-20T22:38:34.080Z Downloaded zone_cfg_derive v0.1.2
7372024-12-20T22:38:34.085Z Downloaded libxml v0.3.3
7382024-12-20T22:38:34.088Z Downloaded term v0.7.0
7392024-12-20T22:38:34.092Z Downloaded zopfli v0.8.1
7402024-12-20T22:38:34.095Z Downloaded futures-core v0.3.31
7412024-12-20T22:38:34.099Z Downloaded debug-ignore v1.0.5
7422024-12-20T22:38:34.101Z Downloaded parse-size v1.1.0
7432024-12-20T22:38:34.101Z Downloaded futures-executor v0.3.31
7442024-12-20T22:38:34.104Z Downloaded ff v0.13.0
7452024-12-20T22:38:34.106Z Downloaded slog-dtrace v0.3.0
7462024-12-20T22:38:34.112Z Downloaded rfc6979 v0.4.0
7472024-12-20T22:38:34.112Z Downloaded vsss-rs v3.3.4
7482024-12-20T22:38:34.117Z Downloaded password-hash v0.4.2
7492024-12-20T22:38:34.122Z Downloaded rtoolbox v0.0.2
7502024-12-20T22:38:34.122Z Downloaded tinyvec_macros v0.1.1
7512024-12-20T22:38:34.122Z Downloaded siphasher v0.3.11
7522024-12-20T22:38:34.125Z Downloaded x509-cert v0.2.5
7532024-12-20T22:38:34.128Z Downloaded diesel_table_macro_syntax v0.2.0
7542024-12-20T22:38:34.131Z Downloaded utf8_iter v1.0.4
7552024-12-20T22:38:34.131Z Downloaded hashbrown v0.12.3
7562024-12-20T22:38:34.138Z Downloaded num_enum v0.5.11
7572024-12-20T22:38:34.145Z Downloaded tracing-attributes v0.1.27
7582024-12-20T22:38:34.147Z Downloaded aes-gcm v0.10.3
7592024-12-20T22:38:34.153Z Downloaded float-cmp v0.9.0
7602024-12-20T22:38:34.155Z Downloaded flagset v0.4.6
7612024-12-20T22:38:34.158Z Downloaded zone v0.1.8
7622024-12-20T22:38:34.158Z Downloaded strum_macros v0.24.3
7632024-12-20T22:38:34.161Z Downloaded powerfmt v0.2.0
7642024-12-20T22:38:34.166Z Downloaded pkcs1 v0.7.5
7652024-12-20T22:38:34.168Z Downloaded vte v0.11.1
7662024-12-20T22:38:34.168Z Downloaded snafu-derive v0.8.5
7672024-12-20T22:38:34.170Z Downloaded num-bigint v0.4.6
7682024-12-20T22:38:34.179Z Downloaded futures-macro v0.3.31
7692024-12-20T22:38:34.181Z Downloaded tower-service v0.3.3
7702024-12-20T22:38:34.182Z Downloaded time-core v0.1.2
7712024-12-20T22:38:34.185Z Downloaded diesel-dtrace v0.4.2
7722024-12-20T22:38:34.185Z Downloaded tokio-macros v2.4.0
7732024-12-20T22:38:34.187Z Downloaded tls_codec_derive v0.4.1
7742024-12-20T22:38:34.189Z Downloaded schemars_derive v0.8.21
7752024-12-20T22:38:34.192Z Downloaded num-derive v0.4.2
7762024-12-20T22:38:34.195Z Downloaded parking_lot v0.11.2
7772024-12-20T22:38:34.197Z Downloaded ppv-lite86 v0.2.20
7782024-12-20T22:38:34.200Z Downloaded group v0.13.0
7792024-12-20T22:38:34.203Z Downloaded glob v0.3.1
7802024-12-20T22:38:34.203Z Downloaded pkcs8 v0.10.2
7812024-12-20T22:38:34.214Z Downloaded stringprep v0.1.5
7822024-12-20T22:38:34.224Z Downloaded blake3 v1.5.4
7832024-12-20T22:38:34.224Z Downloaded sigpipe v0.1.3
7842024-12-20T22:38:34.224Z Downloaded headers v0.4.0
7852024-12-20T22:38:34.229Z Downloaded untrusted v0.7.1
7862024-12-20T22:38:34.233Z Downloaded hash32 v0.2.1
7872024-12-20T22:38:34.233Z Downloaded tokio-native-tls v0.3.1
7882024-12-20T22:38:34.236Z Downloaded itertools v0.13.0
7892024-12-20T22:38:34.245Z Downloaded unicode-truncate v1.1.0
7902024-12-20T22:38:34.249Z Downloaded either v1.13.0
7912024-12-20T22:38:34.249Z Downloaded r2d2 v0.8.10
7922024-12-20T22:38:34.252Z Downloaded rcgen v0.12.1
7932024-12-20T22:38:34.255Z Downloaded num v0.4.3
7942024-12-20T22:38:34.255Z Downloaded serde_path_to_error v0.1.16
7952024-12-20T22:38:34.257Z Downloaded serde-hex v0.1.0
7962024-12-20T22:38:34.260Z Downloaded futures v0.3.31
7972024-12-20T22:38:34.267Z Downloaded spin v0.5.2
7982024-12-20T22:38:34.269Z Downloaded data-encoding v2.6.0
7992024-12-20T22:38:34.269Z Downloaded progenitor-macro v0.8.0
8002024-12-20T22:38:34.269Z Downloaded globset v0.4.15
8012024-12-20T22:38:34.273Z Downloaded uuid v1.11.0
8022024-12-20T22:38:34.281Z Downloaded difflib v0.4.0
8032024-12-20T22:38:34.287Z Downloaded ron v0.8.1
8042024-12-20T22:38:34.287Z Downloaded ena v0.14.3
8052024-12-20T22:38:34.291Z Downloaded ed25519 v2.2.3
8062024-12-20T22:38:34.291Z Downloaded itertools v0.12.1
8072024-12-20T22:38:34.297Z Downloaded sha1 v0.10.6
8082024-12-20T22:38:34.301Z Downloaded xz2 v0.1.7
8092024-12-20T22:38:34.305Z Downloaded zerovec v0.10.4
8102024-12-20T22:38:34.311Z Downloaded endian-type v0.1.2
8112024-12-20T22:38:34.314Z Downloaded gethostname v0.5.0
8122024-12-20T22:38:34.314Z Downloaded multer v3.1.0
8132024-12-20T22:38:34.320Z Downloaded static_assertions v1.1.0
8142024-12-20T22:38:34.320Z Downloaded vte_generate_state_changes v0.1.2
8152024-12-20T22:38:34.323Z Downloaded packed_struct v0.10.1
8162024-12-20T22:38:34.323Z Downloaded untrusted v0.9.0
8172024-12-20T22:38:34.323Z Downloaded shell-words v1.1.0
8182024-12-20T22:38:34.323Z Downloaded russh v0.45.0
8192024-12-20T22:38:34.330Z Downloaded value-bag v1.9.0
8202024-12-20T22:38:34.333Z Downloaded opaque-debug v0.3.1
8212024-12-20T22:38:34.335Z Downloaded zeroize_derive v1.4.2
8222024-12-20T22:38:34.338Z Downloaded want v0.3.1
8232024-12-20T22:38:34.338Z Downloaded bindgen v0.69.5
8242024-12-20T22:38:34.346Z Downloaded string_cache v0.8.7
8252024-12-20T22:38:34.350Z Downloaded num-integer v0.1.46
8262024-12-20T22:38:34.350Z Downloaded rustversion v1.0.17
8272024-12-20T22:38:34.353Z Downloaded snafu v0.8.5
8282024-12-20T22:38:34.361Z Downloaded hashlink v0.9.1
8292024-12-20T22:38:34.364Z Downloaded chrono v0.4.38
8302024-12-20T22:38:34.371Z Downloaded writeable v0.5.5
8312024-12-20T22:38:34.374Z Downloaded fixedbitset v0.4.2
8322024-12-20T22:38:34.378Z Downloaded mockall_derive v0.13.0
8332024-12-20T22:38:34.381Z Downloaded rayon v1.10.0
8342024-12-20T22:38:34.389Z Downloaded radium v0.7.0
8352024-12-20T22:38:34.392Z Downloaded progenitor-client v0.8.0
8362024-12-20T22:38:34.392Z Downloaded progenitor v0.8.0
8372024-12-20T22:38:34.395Z Downloaded miniz_oxide v0.8.0
8382024-12-20T22:38:34.397Z Downloaded olpc-cjson v0.1.4
8392024-12-20T22:38:34.400Z Downloaded pin-project v1.1.6
8402024-12-20T22:38:34.411Z Downloaded predicates-tree v1.0.11
8412024-12-20T22:38:34.414Z Downloaded bitvec v1.0.1
8422024-12-20T22:38:34.430Z Downloaded spin v0.9.8
8432024-12-20T22:38:34.433Z Downloaded similar v2.6.0
8442024-12-20T22:38:34.437Z Downloaded rustls-pki-types v1.10.0
8452024-12-20T22:38:34.441Z Downloaded tracing v0.1.40
8462024-12-20T22:38:34.446Z Downloaded unicode-segmentation v1.12.0
8472024-12-20T22:38:34.450Z Downloaded typify v0.2.0
8482024-12-20T22:38:34.454Z Downloaded zerocopy v0.6.6
8492024-12-20T22:38:34.457Z Downloaded futures-util v0.3.31
8502024-12-20T22:38:34.471Z Downloaded sct v0.7.1
8512024-12-20T22:38:34.474Z Downloaded wait-timeout v0.2.0
8522024-12-20T22:38:34.477Z Downloaded ed25519-dalek v2.1.1
8532024-12-20T22:38:34.481Z Downloaded omicron-zone-package v0.11.1
8542024-12-20T22:38:34.484Z Downloaded tough v0.19.0
8552024-12-20T22:38:34.493Z Downloaded dropshot_endpoint v0.12.0
8562024-12-20T22:38:34.496Z Downloaded p256 v0.13.2
8572024-12-20T22:38:34.500Z Downloaded test-strategy v0.3.1
8582024-12-20T22:38:34.505Z Downloaded serde_with v3.11.0
8592024-12-20T22:38:34.514Z Downloaded socket2 v0.5.7
8602024-12-20T22:38:34.518Z Downloaded steno v0.4.1
8612024-12-20T22:38:34.528Z Downloaded flate2 v1.0.34
8622024-12-20T22:38:34.531Z Downloaded tungstenite v0.24.0
8632024-12-20T22:38:34.533Z Downloaded tungstenite v0.23.0
8642024-12-20T22:38:34.538Z Downloaded sqlparser v0.45.0
8652024-12-20T22:38:34.545Z Downloaded toml_edit v0.19.15
8662024-12-20T22:38:34.567Z Downloaded zip v2.1.3
8672024-12-20T22:38:34.570Z Downloaded hashbrown v0.13.2
8682024-12-20T22:38:34.575Z Downloaded mio v1.0.2
8692024-12-20T22:38:34.582Z Downloaded winnow v0.5.40
8702024-12-20T22:38:34.592Z Downloaded time v0.3.36
8712024-12-20T22:38:34.600Z Downloaded curve25519-dalek v4.1.3
8722024-12-20T22:38:34.612Z Downloaded openssl v0.10.66
8732024-12-20T22:38:34.627Z Downloaded p521 v0.13.3
8742024-12-20T22:38:34.630Z Downloaded rustls v0.21.12
8752024-12-20T22:38:34.642Z Downloaded rusqlite v0.32.1
8762024-12-20T22:38:34.650Z Downloaded unicode-width v0.2.0
8772024-12-20T22:38:34.656Z Downloaded parse-zoneinfo v0.3.1
8782024-12-20T22:38:34.662Z Downloaded gimli v0.31.1
8792024-12-20T22:38:34.672Z Downloaded idna v0.2.3
8802024-12-20T22:38:34.679Z Downloaded quinn-proto v0.11.8
8812024-12-20T22:38:34.688Z Downloaded idna v0.4.0
8822024-12-20T22:38:34.696Z Downloaded idna v0.3.0
8832024-12-20T22:38:34.703Z Downloaded reqwest v0.12.9
8842024-12-20T22:38:34.713Z Downloaded h2 v0.4.6
8852024-12-20T22:38:34.721Z Downloaded idna v0.5.0
8862024-12-20T22:38:34.730Z Downloaded proptest v1.5.0
8872024-12-20T22:38:34.742Z Downloaded rustls-webpki v0.102.8
8882024-12-20T22:38:34.763Z Downloaded git2 v0.19.0
8892024-12-20T22:38:34.773Z Downloaded petname v2.0.2
8902024-12-20T22:38:34.780Z Downloaded object v0.30.4
8912024-12-20T22:38:34.790Z Downloaded rustls-webpki v0.101.7
8922024-12-20T22:38:34.817Z Downloaded zerocopy v0.8.10
8932024-12-20T22:38:34.846Z Downloaded webpki-roots v0.26.6
8942024-12-20T22:38:34.851Z Downloaded regress v0.9.1
8952024-12-20T22:38:34.865Z Downloaded nix v0.27.1
8962024-12-20T22:38:34.875Z Downloaded regex-syntax v0.6.29
8972024-12-20T22:38:34.882Z Downloaded regex-syntax v0.8.5
8982024-12-20T22:38:34.890Z Downloaded radix_trie v0.2.1
8992024-12-20T22:38:34.895Z Downloaded p384 v0.13.0
9002024-12-20T22:38:34.901Z Downloaded regress v0.10.1
9012024-12-20T22:38:34.909Z Downloaded vcpkg v0.2.15
9022024-12-20T22:38:34.948Z Downloaded dropshot v0.13.0
9032024-12-20T22:38:34.968Z Downloaded nix v0.29.0
9042024-12-20T22:38:34.979Z Downloaded smoltcp v0.9.1
9052024-12-20T22:38:34.991Z Downloaded object v0.36.5
9062024-12-20T22:38:35.000Z Downloaded openapiv3 v2.0.0
9072024-12-20T22:38:35.015Z Downloaded rustls v0.22.4
9082024-12-20T22:38:35.024Z Downloaded diesel v2.2.6
9092024-12-20T22:38:35.046Z Downloaded zerocopy-derive v0.6.6
9102024-12-20T22:38:35.056Z Downloaded smoltcp v0.11.0
9112024-12-20T22:38:35.068Z Downloaded ratatui v0.28.1
9122024-12-20T22:38:35.086Z Downloaded sled v0.34.7
9132024-12-20T22:38:35.096Z Downloaded typify-impl v0.2.0
9142024-12-20T22:38:35.109Z Downloaded bzip2-sys v0.1.11+1.0.8
9152024-12-20T22:38:35.124Z Downloaded rustls v0.23.19
9162024-12-20T22:38:35.134Z Downloaded trust-dns-proto v0.22.0
9172024-12-20T22:38:35.146Z Downloaded nix v0.28.0
9182024-12-20T22:38:35.160Z Downloaded dropshot v0.12.0
9192024-12-20T22:38:35.180Z Downloaded hickory-proto v0.24.1
9202024-12-20T22:38:35.198Z Downloaded polar-core v0.27.3
9212024-12-20T22:38:35.205Z Downloaded regex v1.11.1
9222024-12-20T22:38:35.219Z Downloaded bstr v1.10.0
9232024-12-20T22:38:35.231Z Downloaded regex-automata v0.4.8
9242024-12-20T22:38:35.246Z Downloaded chrono-tz v0.10.0
9252024-12-20T22:38:35.254Z Downloaded lzma-sys v0.1.20
9262024-12-20T22:38:35.286Z Downloaded petgraph v0.6.5
9272024-12-20T22:38:35.305Z Downloaded lalrpop v0.19.12
9282024-12-20T22:38:35.317Z Downloaded csv v1.3.0
9292024-12-20T22:38:35.335Z Downloaded tokio v1.40.0
9302024-12-20T22:38:35.372Z Downloaded libz-sys v1.1.20
9312024-12-20T22:38:35.393Z Downloaded icu_properties_data v1.5.0
9322024-12-20T22:38:35.406Z Downloaded tokio-postgres v0.7.12
9332024-12-20T22:38:35.409Z Downloaded reedline v0.35.0
9342024-12-20T22:38:35.416Z Downloaded ssh-key v0.6.6
9352024-12-20T22:38:35.425Z Downloaded sha3 v0.10.8
9362024-12-20T22:38:35.427Z Downloaded portable-atomic v1.9.0
9372024-12-20T22:38:35.435Z Downloaded salty v0.3.0
9382024-12-20T22:38:35.441Z Downloaded pin-utils v0.1.0
9392024-12-20T22:38:35.444Z Downloaded parse-display-derive v0.10.0
9402024-12-20T22:38:35.448Z Downloaded parse-display v0.10.0
9412024-12-20T22:38:35.448Z Downloaded scrypt v0.11.0
9422024-12-20T22:38:35.448Z Downloaded pin-project-internal v1.1.6
9432024-12-20T22:38:35.451Z Downloaded percent-encoding v2.3.1
9442024-12-20T22:38:35.451Z Downloaded pem-rfc7468 v0.7.0
9452024-12-20T22:38:35.456Z Downloaded scopeguard v1.2.0
9462024-12-20T22:38:35.456Z Downloaded elliptic-curve v0.13.8
9472024-12-20T22:38:35.458Z Downloaded diesel_derives v2.2.3
9482024-12-20T22:38:35.466Z Downloaded schemars v0.8.21
9492024-12-20T22:38:35.474Z Downloaded openssl-sys v0.9.103
9502024-12-20T22:38:35.479Z Downloaded quick-xml v0.33.0
9512024-12-20T22:38:35.485Z Downloaded dropshot_endpoint v0.13.0
9522024-12-20T22:38:35.488Z Downloaded num-bigint-dig v0.8.4
9532024-12-20T22:38:35.492Z Downloaded proc-macro-crate v1.3.1
9542024-12-20T22:38:35.494Z Downloaded typify-macro v0.2.0
9552024-12-20T22:38:35.494Z Downloaded stable_deref_trait v1.2.0
9562024-12-20T22:38:35.497Z Downloaded uzers v0.12.1
9572024-12-20T22:38:35.505Z Downloaded half v2.4.1
9582024-12-20T22:38:35.510Z Downloaded rsa v0.9.6
9592024-12-20T22:38:35.510Z Downloaded tar v0.4.42
9602024-12-20T22:38:35.510Z Downloaded owo-colors v4.1.0
9612024-12-20T22:38:35.517Z Downloaded phf_shared v0.11.2
9622024-12-20T22:38:35.517Z Downloaded tokio-tungstenite v0.23.1
9632024-12-20T22:38:35.517Z Downloaded tokio-tungstenite v0.21.0
9642024-12-20T22:38:35.521Z Downloaded serde_derive_internals v0.29.1
9652024-12-20T22:38:35.521Z Downloaded hashbrown v0.14.5
9662024-12-20T22:38:35.524Z Downloaded typed-path v0.9.3
9672024-12-20T22:38:35.528Z Downloaded futures-sink v0.3.31
9682024-12-20T22:38:35.532Z Downloaded fd-lock v4.0.2
9692024-12-20T22:38:35.535Z Downloaded enum-as-inner v0.6.1
9702024-12-20T22:38:35.535Z Downloaded enum-as-inner v0.5.1
9712024-12-20T22:38:35.535Z Downloaded getrandom v0.2.15
9722024-12-20T22:38:35.540Z Downloaded nom v7.1.3
9732024-12-20T22:38:35.543Z Downloaded hkdf v0.12.4
9742024-12-20T22:38:35.548Z Downloaded xattr v1.3.1
9752024-12-20T22:38:35.550Z Downloaded simd-adler32 v0.3.7
9762024-12-20T22:38:35.550Z Downloaded signal-hook-registry v1.4.2
9772024-12-20T22:38:35.554Z Downloaded shlex v1.3.0
9782024-12-20T22:38:35.554Z Downloaded thiserror v2.0.3
9792024-12-20T22:38:35.561Z Downloaded diff v0.1.13
9802024-12-20T22:38:35.566Z Downloaded ron v0.7.1
9812024-12-20T22:38:35.569Z Downloaded tracing-core v0.1.32
9822024-12-20T22:38:35.569Z Downloaded encoding_rs v0.8.34
9832024-12-20T22:38:35.592Z Downloaded publicsuffix v2.2.3
9842024-12-20T22:38:35.596Z Downloaded hyper v1.5.0
9852024-12-20T22:38:35.601Z Downloaded time-macros v0.2.18
9862024-12-20T22:38:35.604Z Downloaded whoami v1.5.2
9872024-12-20T22:38:35.606Z Downloaded flume v0.11.1
9882024-12-20T22:38:35.610Z Downloaded postgres-types v0.2.8
9892024-12-20T22:38:35.614Z Downloaded postgres-protocol v0.6.7
9902024-12-20T22:38:35.617Z Downloaded pkg-config v0.3.31
9912024-12-20T22:38:35.617Z Downloaded strum_macros v0.26.4
9922024-12-20T22:38:35.617Z Downloaded structmeta-derive v0.3.0
9932024-12-20T22:38:35.620Z Downloaded rustls-pemfile v2.2.0
9942024-12-20T22:38:35.620Z Downloaded pkcs5 v0.7.1
9952024-12-20T22:38:35.625Z Downloaded tokio-util v0.7.12
9962024-12-20T22:38:35.633Z Downloaded libgit2-sys v0.17.0+1.8.1
9972024-12-20T22:38:35.692Z Downloaded scheduled-thread-pool v0.2.7
9982024-12-20T22:38:35.695Z Downloaded same-file v1.0.6
9992024-12-20T22:38:35.695Z Downloaded unicode-bidi v0.3.17
10002024-12-20T22:38:35.698Z Downloaded quinn v0.11.5
10012024-12-20T22:38:35.702Z Downloaded itertools v0.10.5
10022024-12-20T22:38:35.706Z Downloaded tls_codec v0.4.1
10032024-12-20T22:38:35.709Z Downloaded futures-io v0.3.31
10042024-12-20T22:38:35.712Z Downloaded vergen v8.3.2
10052024-12-20T22:38:35.716Z Downloaded unicode-normalization v0.1.24
10062024-12-20T22:38:35.718Z Downloaded idna v1.0.3
10072024-12-20T22:38:35.724Z Downloaded nu-ansi-term v0.50.1
10082024-12-20T22:38:35.728Z Downloaded displaydoc v0.2.5
10092024-12-20T22:38:35.728Z Downloaded slog v2.7.0
10102024-12-20T22:38:35.731Z Downloaded darling_core v0.20.10
10112024-12-20T22:38:35.734Z Downloaded libm v0.2.8
10122024-12-20T22:38:35.742Z Downloaded resolv-conf v0.7.0
10132024-12-20T22:38:35.746Z Downloaded packed_struct_codegen v0.10.1
10142024-12-20T22:38:35.750Z Downloaded tinyvec v1.8.0
10152024-12-20T22:38:35.753Z Downloaded zip v0.6.6
10162024-12-20T22:38:35.755Z Downloaded aho-corasick v1.1.3
10172024-12-20T22:38:35.761Z Downloaded aws-lc-rs v1.10.0
10182024-12-20T22:38:35.770Z Downloaded slog-async v2.8.0
10192024-12-20T22:38:35.772Z Downloaded zone v0.3.0
10202024-12-20T22:38:35.776Z Downloaded fatfs v0.3.6
10212024-12-20T22:38:35.779Z Downloaded funty v2.0.0
10222024-12-20T22:38:35.779Z Downloaded display-error-chain v0.2.2
10232024-12-20T22:38:35.779Z Downloaded dirs-next v2.0.0
10242024-12-20T22:38:35.779Z Downloaded unicode_categories v0.1.1
10252024-12-20T22:38:35.782Z Downloaded rustyline v14.0.0
10262024-12-20T22:38:35.786Z Downloaded walkdir v2.5.0
10272024-12-20T22:38:35.789Z Downloaded futures-channel v0.3.31
10282024-12-20T22:38:35.791Z Downloaded primeorder v0.13.6
10292024-12-20T22:38:35.795Z Downloaded phf v0.11.2
10302024-12-20T22:38:35.795Z Downloaded foldhash v0.1.3
10312024-12-20T22:38:35.798Z Downloaded unsafe-libyaml v0.2.11
10322024-12-20T22:38:35.798Z Downloaded num-traits v0.2.19
10332024-12-20T22:38:35.802Z Downloaded der v0.7.9
10342024-12-20T22:38:35.806Z Downloaded embedded-io v0.4.0
10352024-12-20T22:38:35.810Z Downloaded slog-term v2.9.1
10362024-12-20T22:38:35.812Z Downloaded subprocess v0.2.9
10372024-12-20T22:38:35.815Z Downloaded aes v0.8.4
10382024-12-20T22:38:35.820Z Downloaded rand v0.8.5
10392024-12-20T22:38:35.826Z Downloaded postcard v1.0.10
10402024-12-20T22:38:35.829Z Downloaded rustc_version v0.1.7
10412024-12-20T22:38:35.829Z Downloaded env_logger v0.10.2
10422024-12-20T22:38:35.829Z Downloaded tiny-keccak v2.0.2
10432024-12-20T22:38:35.831Z Downloaded nodrop v0.1.14
10442024-12-20T22:38:35.831Z Downloaded rustc-hash v2.0.0
10452024-12-20T22:38:35.836Z Downloaded quick-error v1.2.3
10462024-12-20T22:38:35.836Z Downloaded psl-types v2.0.11
10472024-12-20T22:38:35.838Z Downloaded hickory-resolver v0.24.1
10482024-12-20T22:38:35.838Z Downloaded zerocopy-derive v0.8.10
10492024-12-20T22:38:35.844Z Downloaded signature v2.2.0
10502024-12-20T22:38:35.847Z Downloaded signal-hook-tokio v0.3.1
10512024-12-20T22:38:35.849Z Downloaded pin-project-lite v0.2.14
10522024-12-20T22:38:35.852Z Downloaded url v2.5.3
10532024-12-20T22:38:35.858Z Downloaded minimal-lexical v0.2.1
10542024-12-20T22:38:35.861Z Downloaded crypto-bigint v0.5.5
10552024-12-20T22:38:35.867Z Downloaded pem v3.0.4
10562024-12-20T22:38:35.870Z Downloaded toml v0.7.8
10572024-12-20T22:38:35.873Z Downloaded serde_with_macros v3.11.0
10582024-12-20T22:38:35.877Z Downloaded newtype-uuid v1.1.3
10592024-12-20T22:38:35.877Z Downloaded qorb v0.2.1
10602024-12-20T22:38:35.881Z Downloaded yoke v0.7.4
10612024-12-20T22:38:35.886Z Downloaded const_format v0.2.33
10622024-12-20T22:38:35.889Z Downloaded backtrace v0.3.74
10632024-12-20T22:38:35.891Z Downloaded fs_extra v1.3.0
10642024-12-20T22:38:35.894Z Downloaded compact_str v0.8.0
10652024-12-20T22:38:35.897Z Downloaded ecdsa v0.16.9
10662024-12-20T22:38:35.899Z Downloaded derive_builder v0.20.2
10672024-12-20T22:38:35.904Z Downloaded indexmap v1.9.3
10682024-12-20T22:38:35.906Z Downloaded subtle v2.6.1
10692024-12-20T22:38:35.910Z Downloaded rpassword v7.3.1
10702024-12-20T22:38:35.910Z Downloaded predicates-core v1.0.8
10712024-12-20T22:38:35.913Z Downloaded peg v0.8.4
10722024-12-20T22:38:35.915Z Downloaded pbkdf2 v0.12.2
10732024-12-20T22:38:35.918Z Downloaded unicode-properties v0.1.3
10742024-12-20T22:38:35.918Z Downloaded predicates v3.1.2
10752024-12-20T22:38:35.921Z Downloaded tokio-stream v0.1.16
10762024-12-20T22:38:35.926Z Downloaded tokio-rustls v0.26.0
10772024-12-20T22:38:35.928Z Downloaded tokio-rustls v0.25.0
10782024-12-20T22:38:35.931Z Downloaded tokio-rustls v0.24.1
10792024-12-20T22:38:35.934Z Downloaded hyper-util v0.1.10
10802024-12-20T22:38:35.937Z Downloaded icu_normalizer v1.5.0
10812024-12-20T22:38:35.941Z Downloaded chacha20poly1305 v0.10.1
10822024-12-20T22:38:35.944Z Downloaded icu_properties v1.5.1
10832024-12-20T22:38:35.947Z Downloaded icu_normalizer_data v1.5.0
10842024-12-20T22:38:35.949Z Downloaded blake2 v0.10.6
10852024-12-20T22:38:35.952Z Downloaded smallvec v1.13.2
10862024-12-20T22:38:35.954Z Downloaded icu_locid v1.5.0
10872024-12-20T22:38:35.960Z Downloaded paste v1.0.15
10882024-12-20T22:38:35.963Z Downloaded der_derive v0.7.3
10892024-12-20T22:38:35.965Z Downloaded cc v1.1.30
10902024-12-20T22:38:35.968Z Downloaded base64 v0.22.1
10912024-12-20T22:38:35.972Z Downloaded dunce v1.0.5
10922024-12-20T22:38:35.975Z Downloaded deranged v0.3.11
10932024-12-20T22:38:35.976Z Downloaded wyz v0.5.1
10942024-12-20T22:38:35.978Z Downloaded zerofrom-derive v0.1.4
10952024-12-20T22:38:35.978Z Downloaded which v4.4.2
10962024-12-20T22:38:35.981Z Downloaded utf-8 v0.7.6
10972024-12-20T22:38:35.981Z Downloaded openssl-macros v0.1.1
10982024-12-20T22:38:35.981Z Downloaded tui-tree-widget v0.22.0
10992024-12-20T22:38:35.984Z Downloaded thiserror-impl v2.0.3
11002024-12-20T22:38:35.984Z Downloaded structmeta-derive v0.2.0
11012024-12-20T22:38:35.988Z Downloaded structmeta v0.3.0
11022024-12-20T22:38:35.988Z Downloaded structmeta v0.2.0
11032024-12-20T22:38:35.988Z Downloaded crc-any v2.5.0
11042024-12-20T22:38:35.993Z Downloaded smallvec v0.6.14
11052024-12-20T22:38:35.993Z Downloaded slog-envlogger v2.2.0
11062024-12-20T22:38:35.997Z Downloaded ciborium v0.2.2
11072024-12-20T22:38:35.997Z Downloaded bzip2 v0.4.4
11082024-12-20T22:38:36.000Z Downloaded salsa20 v0.10.2
11092024-12-20T22:38:36.000Z Downloaded rustc_version v0.4.1
11102024-12-20T22:38:36.000Z Downloaded libloading v0.8.5
11112024-12-20T22:38:36.002Z Downloaded hyper-rustls v0.27.3
11122024-12-20T22:38:36.009Z Downloaded httparse v1.9.5
11132024-12-20T22:38:36.013Z Downloaded arc-swap v1.7.1
11142024-12-20T22:38:36.013Z Downloaded allocator-api2 v0.2.18
11152024-12-20T22:38:36.015Z Downloaded hickory-client v0.24.1
11162024-12-20T22:38:36.018Z Downloaded jobserver v0.1.32
11172024-12-20T22:38:36.020Z Downloaded ipnet v2.10.1
11182024-12-20T22:38:36.023Z Downloaded iana-time-zone v0.1.61
11192024-12-20T22:38:36.027Z Downloaded hyper-staticfile v0.10.1
11202024-12-20T22:38:36.027Z Downloaded hubpack v0.1.2
11212024-12-20T22:38:36.031Z Downloaded cookie v0.18.1
11222024-12-20T22:38:36.032Z Downloaded const-oid v0.9.6
11232024-12-20T22:38:36.035Z Downloaded crc32fast v1.4.2
11242024-12-20T22:38:36.035Z Downloaded clang-sys v1.8.1
11252024-12-20T22:38:36.037Z Downloaded http-body-util v0.1.2
11262024-12-20T22:38:36.041Z Downloaded lazy_static v1.5.0
11272024-12-20T22:38:36.041Z Downloaded libefi-sys v0.1.0
11282024-12-20T22:38:36.048Z Downloaded instability v0.3.2
11292024-12-20T22:38:36.048Z Downloaded curve25519-dalek-derive v0.1.1
11302024-12-20T22:38:36.048Z Downloaded crc v3.2.1
11312024-12-20T22:38:36.055Z Downloaded colored v2.1.0
11322024-12-20T22:38:36.055Z Downloaded cexpr v0.6.0
11332024-12-20T22:38:36.055Z Downloaded array-init v0.0.4
11342024-12-20T22:38:36.055Z Downloaded aead v0.5.2
11352024-12-20T22:38:36.055Z Downloaded internet-checksum v0.2.1
11362024-12-20T22:38:36.058Z Downloaded crunchy v0.2.2
11372024-12-20T22:38:36.058Z Downloaded hyper-tls v0.6.0
11382024-12-20T22:38:36.058Z Downloaded atomic-waker v1.1.2
11392024-12-20T22:38:36.058Z Downloaded ipnetwork v0.20.0
11402024-12-20T22:38:36.058Z Downloaded hostname v0.4.0
11412024-12-20T22:38:36.063Z Downloaded hostname v0.3.1
11422024-12-20T22:38:36.063Z Downloaded base64ct v1.6.0
11432024-12-20T22:38:36.065Z Downloaded indoc v1.0.9
11442024-12-20T22:38:36.065Z Downloaded home v0.5.9
11452024-12-20T22:38:36.069Z Downloaded chrono-tz-build v0.4.0
11462024-12-20T22:38:36.069Z Downloaded bcs v0.1.6
11472024-12-20T22:38:36.073Z Downloaded base16ct v0.2.0
11482024-12-20T22:38:36.073Z Downloaded const_format_proc_macros v0.2.33
11492024-12-20T22:38:36.076Z Downloaded block-padding v0.3.3
11502024-12-20T22:38:36.076Z Downloaded bitfield v0.14.0
11512024-12-20T22:38:36.076Z Downloaded bb8 v0.8.5
11522024-12-20T22:38:36.080Z Downloaded hex-literal v0.4.1
11532024-12-20T22:38:36.080Z Downloaded heck v0.3.3
11542024-12-20T22:38:36.088Z Downloaded bit-set v0.5.3
11552024-12-20T22:38:36.088Z Downloaded bcrypt-pbkdf v0.10.0
11562024-12-20T22:38:36.088Z Downloaded arrayvec v0.7.6
11572024-12-20T22:38:36.096Z Downloaded atty v0.2.14
11582024-12-20T22:38:36.096Z Downloaded icu_provider_macros v1.5.0
11592024-12-20T22:38:36.096Z Downloaded ciborium-ll v0.2.2
11602024-12-20T22:38:36.096Z Downloaded cipher v0.4.4
11612024-12-20T22:38:36.096Z Downloaded async-stream v0.3.6
11622024-12-20T22:38:36.102Z Downloaded ascii-canvas v3.0.0
11632024-12-20T22:38:36.102Z Downloaded adler2 v2.0.0
11642024-12-20T22:38:36.151Z Downloaded ring v0.17.8
11652024-12-20T22:38:36.225Z Downloaded libsqlite3-sys v0.30.1
11662024-12-20T22:38:36.399Z Downloaded ring v0.16.20
11672024-12-20T22:38:36.641Z Downloaded aws-lc-sys v0.22.0
11682024-12-20T22:38:36.949Z Compiling serde v1.0.215
11692024-12-20T22:38:36.952Z Compiling lock_api v0.4.12
11702024-12-20T22:38:36.952Z Compiling scopeguard v1.2.0
11712024-12-20T22:38:36.952Z Compiling value-bag v1.9.0
11722024-12-20T22:38:36.952Z Compiling typenum v1.17.0
11732024-12-20T22:38:36.952Z Compiling generic-array v0.14.7
11742024-12-20T22:38:37.134Z Compiling syn v2.0.87
11752024-12-20T22:38:37.147Z Compiling getrandom v0.2.15
11762024-12-20T22:38:37.303Z Compiling shlex v1.3.0
11772024-12-20T22:38:37.382Z Compiling rand_core v0.6.4
11782024-12-20T22:38:37.556Z Compiling log v0.4.22
11792024-12-20T22:38:37.693Z Compiling subtle v2.6.1
11802024-12-20T22:38:37.696Z Compiling jobserver v0.1.32
11812024-12-20T22:38:37.743Z Compiling const-oid v0.9.6
11822024-12-20T22:38:37.910Z Compiling smallvec v1.13.2
11832024-12-20T22:38:38.060Z Compiling spin v0.9.8
11842024-12-20T22:38:38.077Z Compiling cc v1.1.30
11852024-12-20T22:38:38.296Z Compiling pin-project-lite v0.2.14
11862024-12-20T22:38:38.429Z Compiling rustix v0.38.37
11872024-12-20T22:38:38.467Z Compiling parking_lot_core v0.9.10
11882024-12-20T22:38:38.467Z Compiling futures-core v0.3.31
11892024-12-20T22:38:38.648Z Compiling signal-hook-registry v1.4.2
11902024-12-20T22:38:38.744Z Compiling mio v1.0.2
11912024-12-20T22:38:39.394Z Compiling parking_lot v0.12.3
11922024-12-20T22:38:39.491Z Compiling aho-corasick v1.1.3
11932024-12-20T22:38:39.602Z Compiling cpufeatures v0.2.14
11942024-12-20T22:38:39.700Z Compiling regex-syntax v0.8.5
11952024-12-20T22:38:39.716Z Compiling lazy_static v1.5.0
11962024-12-20T22:38:39.748Z Compiling either v1.13.0
11972024-12-20T22:38:39.974Z Compiling futures-sink v0.3.31
11982024-12-20T22:38:40.058Z Compiling stable_deref_trait v1.2.0
11992024-12-20T22:38:40.127Z Compiling glob v0.3.1
12002024-12-20T22:38:40.170Z Compiling socket2 v0.5.7
12012024-12-20T22:38:40.313Z Compiling slab v0.4.9
12022024-12-20T22:38:40.418Z Compiling prettyplease v0.2.25
12032024-12-20T22:38:40.777Z Compiling minimal-lexical v0.2.1
12042024-12-20T22:38:41.121Z Compiling libloading v0.8.5
12052024-12-20T22:38:41.202Z Compiling clang-sys v1.8.1
12062024-12-20T22:38:41.226Z Compiling nom v7.1.3
12072024-12-20T22:38:41.350Z Compiling bindgen v0.69.5
12082024-12-20T22:38:41.582Z Compiling serde_json v1.0.132
12092024-12-20T22:38:41.901Z Compiling home v0.5.9
12102024-12-20T22:38:42.219Z Compiling itertools v0.10.5
12112024-12-20T22:38:42.240Z Compiling futures-channel v0.3.31
12122024-12-20T22:38:42.574Z Compiling futures-task v0.3.31
12132024-12-20T22:38:42.693Z Compiling lazycell v1.3.0
12142024-12-20T22:38:42.874Z Compiling futures-io v0.3.31
12152024-12-20T22:38:42.900Z Compiling foldhash v0.1.3
12162024-12-20T22:38:43.211Z Compiling pin-utils v0.1.0
12172024-12-20T22:38:43.213Z Compiling allocator-api2 v0.2.18
12182024-12-20T22:38:43.318Z Compiling rustc-hash v1.1.0
12192024-12-20T22:38:43.486Z Compiling cmake v0.1.51
12202024-12-20T22:38:44.072Z Compiling regex-automata v0.4.8
12212024-12-20T22:38:44.545Z Compiling hashbrown v0.15.1
12222024-12-20T22:38:45.042Z Compiling cexpr v0.6.0
12232024-12-20T22:38:45.194Z Compiling synstructure v0.13.1
12242024-12-20T22:38:46.013Z Compiling libm v0.2.8
12252024-12-20T22:38:46.367Z Compiling tinyvec_macros v0.1.1
12262024-12-20T22:38:46.464Z Compiling dunce v1.0.5
12272024-12-20T22:38:46.604Z Compiling fs_extra v1.3.0
12282024-12-20T22:38:46.867Z Compiling pkg-config v0.3.31
12292024-12-20T22:38:46.940Z Compiling tinyvec v1.8.0
12302024-12-20T22:38:47.022Z Compiling num-traits v0.2.19
12312024-12-20T22:38:47.550Z Compiling ring v0.17.8
12322024-12-20T22:38:48.466Z Compiling unicode-normalization v0.1.24
12332024-12-20T22:38:48.486Z Compiling paste v1.0.15
12342024-12-20T22:38:48.649Z Compiling litemap v0.7.3
12352024-12-20T22:38:48.712Z Compiling base64ct v1.6.0
12362024-12-20T22:38:48.751Z Compiling writeable v0.5.5
12372024-12-20T22:38:48.999Z Compiling unicode-bidi v0.3.17
12382024-12-20T22:38:49.292Z Compiling pem-rfc7468 v0.7.0
12392024-12-20T22:38:49.532Z Compiling flagset v0.4.6
12402024-12-20T22:38:49.756Z Compiling regex v1.11.1
12412024-12-20T22:38:49.963Z Compiling aws-lc-rs v1.10.0
12422024-12-20T22:38:50.417Z Compiling httparse v1.9.5
12432024-12-20T22:38:50.863Z Compiling tracing-core v0.1.32
12442024-12-20T22:38:51.195Z Compiling crossbeam-utils v0.8.20
12452024-12-20T22:38:51.603Z Compiling icu_locid_transform_data v1.5.0
12462024-12-20T22:38:51.630Z Compiling percent-encoding v2.3.1
12472024-12-20T22:38:51.711Z Compiling rustls-pki-types v1.10.0
12482024-12-20T22:38:52.012Z Compiling num-conv v0.1.0
12492024-12-20T22:38:52.263Z Compiling untrusted v0.9.0
12502024-12-20T22:38:52.284Z Compiling time-core v0.1.2
12512024-12-20T22:38:52.396Z Compiling serde_derive v1.0.215
12522024-12-20T22:38:52.455Z Compiling zeroize_derive v1.4.2
12532024-12-20T22:38:52.474Z Compiling zerocopy-derive v0.7.35
12542024-12-20T22:38:52.556Z Compiling tokio-macros v2.4.0
12552024-12-20T22:38:52.846Z Compiling zerofrom-derive v0.1.4
12562024-12-20T22:38:54.063Z Compiling zeroize v1.8.1
12572024-12-20T22:38:54.084Z Compiling thiserror-impl v1.0.69
12582024-12-20T22:38:54.167Z Compiling yoke-derive v0.7.4
12592024-12-20T22:38:54.762Z Compiling zerocopy v0.7.35
12602024-12-20T22:38:55.940Z Compiling crypto-common v0.1.6
12612024-12-20T22:38:56.184Z Compiling block-buffer v0.10.4
12622024-12-20T22:38:56.453Z Compiling digest v0.10.7
12632024-12-20T22:38:56.534Z Compiling futures-macro v0.3.31
12642024-12-20T22:38:56.906Z Compiling hmac v0.12.1
12652024-12-20T22:38:57.033Z Compiling zerofrom v0.1.4
12662024-12-20T22:38:57.063Z Compiling zerovec-derive v0.10.3
12672024-12-20T22:38:57.147Z Compiling block-padding v0.3.3
12682024-12-20T22:38:57.268Z Compiling displaydoc v0.2.5
12692024-12-20T22:38:57.316Z Compiling yoke v0.7.4
12702024-12-20T22:38:57.398Z Compiling inout v0.1.3
12712024-12-20T22:38:57.451Z Compiling thiserror v1.0.69
12722024-12-20T22:38:57.602Z Compiling sha2 v0.10.8
12732024-12-20T22:38:57.648Z Compiling cipher v0.4.4
12742024-12-20T22:38:57.671Z Compiling ppv-lite86 v0.2.20
12752024-12-20T22:38:58.157Z Compiling der_derive v0.7.3
12762024-12-20T22:38:58.484Z Compiling futures-util v0.3.31
12772024-12-20T22:38:58.505Z Compiling icu_provider_macros v1.5.0
12782024-12-20T22:38:59.034Z Compiling rand_chacha v0.3.1
12792024-12-20T22:38:59.121Z Compiling tracing-attributes v0.1.27
12802024-12-20T22:38:59.677Z Compiling rand v0.8.5
12812024-12-20T22:38:59.726Z Compiling zerovec v0.10.4
12822024-12-20T22:39:00.757Z Compiling der v0.7.9
12832024-12-20T22:39:01.191Z Compiling salsa20 v0.10.2
12842024-12-20T22:39:01.444Z Compiling pest v2.7.14
12852024-12-20T22:39:01.485Z Compiling pbkdf2 v0.12.2
12862024-12-20T22:39:01.665Z Compiling powerfmt v0.2.0
12872024-12-20T22:39:01.902Z Compiling tinystr v0.7.6
12882024-12-20T22:39:02.103Z Compiling icu_collections v1.5.0
12892024-12-20T22:39:02.154Z Compiling icu_properties_data v1.5.0
12902024-12-20T22:39:02.308Z Compiling icu_locid v1.5.0
12912024-12-20T22:39:02.417Z Compiling mirai-annotations v1.12.0
12922024-12-20T22:39:02.617Z Compiling vcpkg v0.2.15
12932024-12-20T22:39:03.138Z Compiling tracing v0.1.40
12942024-12-20T22:39:03.595Z Compiling icu_provider v1.5.0
12952024-12-20T22:39:03.692Z Compiling spki v0.7.3
12962024-12-20T22:39:04.096Z Compiling untrusted v0.7.1
12972024-12-20T22:39:04.255Z Compiling pest_meta v2.7.14
12982024-12-20T22:39:04.291Z Compiling deranged v0.3.11
12992024-12-20T22:39:04.572Z Compiling icu_locid_transform v1.5.0
13002024-12-20T22:39:04.707Z Compiling scrypt v0.11.0
13012024-12-20T22:39:04.785Z Compiling cbc v0.1.2
13022024-12-20T22:39:04.914Z Compiling openssl-sys v0.9.103
13032024-12-20T22:39:05.068Z Compiling aes v0.8.4
13042024-12-20T22:39:05.346Z Compiling time-macros v0.2.18
13052024-12-20T22:39:06.091Z Compiling icu_properties v1.5.1
13062024-12-20T22:39:06.342Z Compiling scroll_derive v0.12.0
13072024-12-20T22:39:07.346Z Compiling bitflags v2.6.0
13082024-12-20T22:39:07.407Z Compiling bytes v1.8.0
13092024-12-20T22:39:08.239Z Compiling indexmap v2.6.0
13102024-12-20T22:39:08.639Z Compiling tokio v1.40.0
13112024-12-20T22:39:08.702Z Compiling http v1.1.0
13122024-12-20T22:39:08.723Z Compiling semver v1.0.23
13132024-12-20T22:39:09.493Z Compiling rustc_version v0.4.1
13142024-12-20T22:39:09.536Z Compiling utf8_iter v1.0.4
13152024-12-20T22:39:09.780Z Compiling atomic-waker v1.1.2
13162024-12-20T22:39:10.014Z Compiling write16 v1.0.0
13172024-12-20T22:39:10.158Z Compiling utf16_iter v1.0.5
13182024-12-20T22:39:10.376Z Compiling icu_normalizer_data v1.5.0
13192024-12-20T22:39:10.380Z Compiling num_threads v0.1.7
13202024-12-20T22:39:10.478Z Compiling icu_normalizer v1.5.0
13212024-12-20T22:39:10.524Z Compiling time v0.3.36
13222024-12-20T22:39:10.863Z Compiling http-body v1.0.1
13232024-12-20T22:39:11.112Z Compiling scroll v0.12.0
13242024-12-20T22:39:11.200Z Compiling pkcs5 v0.7.1
13252024-12-20T22:39:11.300Z Compiling pest_generator v2.7.14
13262024-12-20T22:39:11.363Z Compiling form_urlencoded v1.2.1
13272024-12-20T22:39:11.694Z Compiling try-lock v0.2.5
13282024-12-20T22:39:11.697Z Compiling slog v2.7.0
13292024-12-20T22:39:11.851Z Compiling which v4.4.2
13302024-12-20T22:39:12.477Z Compiling goblin v0.8.2
13312024-12-20T22:39:12.567Z Compiling pkcs8 v0.10.2
13322024-12-20T22:39:12.589Z Compiling want v0.3.1
13332024-12-20T22:39:12.887Z Compiling idna_adapter v1.2.0
13342024-12-20T22:39:13.122Z Compiling httpdate v1.0.3
13352024-12-20T22:39:13.264Z Compiling pest_derive v2.7.14
13362024-12-20T22:39:13.286Z Compiling idna v1.0.3
13372024-12-20T22:39:13.611Z Compiling toml_datetime v0.6.8
13382024-12-20T22:39:14.081Z Compiling dtrace-parser v0.2.0
13392024-12-20T22:39:14.154Z Compiling serde_spanned v0.6.8
13402024-12-20T22:39:14.177Z Compiling uuid v1.11.0
13412024-12-20T22:39:14.396Z Compiling serde_tokenstream v0.2.2
13422024-12-20T22:39:15.089Z Compiling tower-service v0.3.3
13432024-12-20T22:39:15.234Z Compiling base64 v0.22.1
13442024-12-20T22:39:15.280Z Compiling match_cfg v0.1.0
13452024-12-20T22:39:15.399Z Compiling openssl v0.10.66
13462024-12-20T22:39:15.687Z Compiling adler2 v2.0.0
13472024-12-20T22:39:15.830Z Compiling iana-time-zone v0.1.61
13482024-12-20T22:39:15.884Z Compiling rustversion v1.0.17
13492024-12-20T22:39:15.905Z Compiling foreign-types-shared v0.1.1
13502024-12-20T22:39:16.020Z Compiling foreign-types v0.3.2
13512024-12-20T22:39:16.022Z Compiling chrono v0.4.38
13522024-12-20T22:39:16.155Z Compiling miniz_oxide v0.8.0
13532024-12-20T22:39:16.314Z Compiling hostname v0.3.1
13542024-12-20T22:39:16.381Z Compiling url v2.5.3
13552024-12-20T22:39:16.701Z Compiling async-trait v0.1.83
13562024-12-20T22:39:17.713Z Compiling tokio-util v0.7.12
13572024-12-20T22:39:17.991Z Compiling openssl-macros v0.1.1
13582024-12-20T22:39:18.351Z Compiling dof v0.3.0
13592024-12-20T22:39:18.774Z Compiling h2 v0.4.6
13602024-12-20T22:39:19.123Z Compiling usdt-impl v0.5.0
13612024-12-20T22:39:19.511Z Compiling dirs-sys-next v0.1.2
13622024-12-20T22:39:19.837Z Compiling rustls v0.22.4
13632024-12-20T22:39:20.108Z Compiling siphasher v0.3.11
13642024-12-20T22:39:20.199Z Compiling data-encoding v2.6.0
13652024-12-20T22:39:20.499Z Compiling native-tls v0.2.12
13662024-12-20T22:39:20.544Z Compiling rustls v0.23.19
13672024-12-20T22:39:20.792Z Compiling syn v1.0.109
13682024-12-20T22:39:20.862Z Compiling dirs-next v2.0.0
13692024-12-20T22:39:21.510Z Compiling http-body-util v0.1.2
13702024-12-20T22:39:22.056Z Compiling heapless v0.7.17
13712024-12-20T22:39:22.477Z Compiling crossbeam-epoch v0.9.18
13722024-12-20T22:39:22.525Z Compiling sha1 v0.10.6
13732024-12-20T22:39:22.688Z Compiling signature v2.2.0
13742024-12-20T22:39:22.960Z Compiling bzip2-sys v0.1.11+1.0.8
13752024-12-20T22:39:22.996Z Compiling serde_derive_internals v0.29.1
13762024-12-20T22:39:23.082Z Compiling thread_local v1.1.8
13772024-12-20T22:39:23.270Z Compiling multer v3.1.0
13782024-12-20T22:39:23.474Z Compiling encoding_rs v0.8.34
13792024-12-20T22:39:23.570Z Compiling cookie v0.18.1
13802024-12-20T22:39:23.672Z Compiling openssl-probe v0.1.5
13812024-12-20T22:39:23.865Z Compiling mime v0.3.17
13822024-12-20T22:39:24.062Z Compiling ipnet v2.10.1
13832024-12-20T22:39:24.454Z Compiling schemars v0.8.21
13842024-12-20T22:39:24.525Z Compiling slog-async v2.8.0
13852024-12-20T22:39:24.827Z Compiling gimli v0.31.1
13862024-12-20T22:39:25.118Z Compiling rayon-core v1.12.1
13872024-12-20T22:39:25.397Z Compiling unicode-properties v0.1.3
13882024-12-20T22:39:25.442Z Compiling signal-hook v0.3.17
13892024-12-20T22:39:25.811Z Compiling stringprep v0.1.5
13902024-12-20T22:39:25.843Z Compiling hyper v1.5.0
13912024-12-20T22:39:25.862Z Compiling schemars_derive v0.8.21
13922024-12-20T22:39:27.820Z Compiling toml_edit v0.22.22
13932024-12-20T22:39:29.281Z Compiling hyper-util v0.1.10
13942024-12-20T22:39:29.581Z Compiling addr2line v0.24.2
13952024-12-20T22:39:29.756Z Compiling usdt-attr-macro v0.5.0
13962024-12-20T22:39:29.828Z Compiling usdt-macro v0.5.0
13972024-12-20T22:39:30.069Z Compiling crossbeam-deque v0.8.5
13982024-12-20T22:39:30.335Z Compiling term v0.7.0
13992024-12-20T22:39:30.436Z Compiling slog-json v2.6.1
14002024-12-20T22:39:30.810Z Compiling serde_urlencoded v0.7.1
14012024-12-20T22:39:31.317Z Compiling curve25519-dalek v4.1.3
14022024-12-20T22:39:31.391Z Compiling crossbeam-channel v0.5.13
14032024-12-20T22:39:31.476Z Compiling futures-executor v0.3.31
14042024-12-20T22:39:31.852Z Compiling enum-as-inner v0.6.1
14052024-12-20T22:39:31.950Z Compiling md-5 v0.10.6
14062024-12-20T22:39:32.064Z Compiling async-stream-impl v0.3.6
14072024-12-20T22:39:32.223Z Compiling rustls-pemfile v2.2.0
14082024-12-20T22:39:32.531Z Compiling num-integer v0.1.46
14092024-12-20T22:39:32.553Z Compiling idna v0.4.0
14102024-12-20T22:39:32.589Z Compiling idna v0.3.0
14112024-12-20T22:39:32.950Z Compiling hash32 v0.2.1
14122024-12-20T22:39:33.324Z Compiling ff v0.13.0
14132024-12-20T22:39:33.360Z Compiling is-terminal v0.4.13
14142024-12-20T22:39:33.503Z Compiling dropshot v0.12.0
14152024-12-20T22:39:33.524Z Compiling object v0.36.5
14162024-12-20T22:39:33.556Z Compiling linked-hash-map v0.5.6
14172024-12-20T22:39:33.803Z Compiling portable-atomic v1.9.0
14182024-12-20T22:39:33.943Z Compiling rustc-demangle v0.1.24
14192024-12-20T22:39:34.232Z Compiling quick-error v1.2.3
14202024-12-20T22:39:34.311Z Compiling psl-types v2.0.11
14212024-12-20T22:39:34.387Z Compiling take_mut v0.2.2
14222024-12-20T22:39:34.520Z Compiling smoltcp v0.9.1
14232024-12-20T22:39:34.559Z Compiling anyhow v1.0.93
14242024-12-20T22:39:34.926Z Compiling num-bigint-dig v0.8.4
14252024-12-20T22:39:34.987Z Compiling fallible-iterator v0.2.0
14262024-12-20T22:39:35.204Z Compiling base16ct v0.2.0
14272024-12-20T22:39:35.227Z Compiling dyn-clone v1.0.17
14282024-12-20T22:39:35.278Z Compiling utf-8 v0.7.6
14292024-12-20T22:39:35.452Z Compiling sec1 v0.7.3
14302024-12-20T22:39:35.544Z Compiling tungstenite v0.24.0
14312024-12-20T22:39:35.717Z Compiling postgres-protocol v0.6.7
14322024-12-20T22:39:36.548Z Compiling publicsuffix v2.2.3
14332024-12-20T22:39:36.811Z Compiling resolv-conf v0.7.0
14342024-12-20T22:39:37.121Z Compiling lru-cache v0.1.2
14352024-12-20T22:39:37.399Z Compiling async-stream v0.3.6
14362024-12-20T22:39:37.640Z Compiling group v0.13.0
14372024-12-20T22:39:37.717Z Compiling slog-term v2.9.1
14382024-12-20T22:39:37.759Z Compiling hickory-proto v0.24.1
14392024-12-20T22:39:37.956Z Compiling usdt v0.5.0
14402024-12-20T22:39:38.482Z Compiling num-iter v0.1.45
14412024-12-20T22:39:38.802Z Compiling futures v0.3.31
14422024-12-20T22:39:38.931Z Compiling toml v0.8.19
14432024-12-20T22:39:39.040Z Compiling slog-bunyan v2.5.0
14442024-12-20T22:39:40.630Z Compiling tokio-native-tls v0.3.1
14452024-12-20T22:39:40.815Z Compiling backtrace v0.3.74
14462024-12-20T22:39:40.912Z Compiling camino v1.1.9
14472024-12-20T22:39:41.114Z Compiling phf_shared v0.11.2
14482024-12-20T22:39:41.548Z Compiling dropshot_endpoint v0.12.0
14492024-12-20T22:39:41.551Z Compiling terminal_size v0.4.0
14502024-12-20T22:39:41.686Z Compiling waitgroup v0.1.2
14512024-12-20T22:39:41.781Z Compiling openapiv3 v2.0.0
14522024-12-20T22:39:41.925Z Compiling serde_path_to_error v0.1.16
14532024-12-20T22:39:41.946Z Compiling hkdf v0.12.4
14542024-12-20T22:39:42.209Z Compiling crypto-bigint v0.5.5
14552024-12-20T22:39:42.814Z Compiling curve25519-dalek-derive v0.1.1
14562024-12-20T22:39:44.444Z Compiling zerocopy-derive v0.6.6
14572024-12-20T22:39:44.640Z Compiling webpki-roots v0.26.6
14582024-12-20T22:39:44.895Z Compiling idna v0.5.0
14592024-12-20T22:39:45.241Z Compiling hubpack_derive v0.1.1
14602024-12-20T22:39:46.186Z Compiling hostname v0.4.0
14612024-12-20T22:39:46.418Z Compiling fs-err v2.11.0
14622024-12-20T22:39:46.448Z Compiling ahash v0.8.11
14632024-12-20T22:39:46.450Z Compiling crc32fast v1.4.2
14642024-12-20T22:39:46.577Z Compiling bitflags v1.3.2
14652024-12-20T22:39:46.686Z Compiling debug-ignore v1.0.5
14662024-12-20T22:39:46.709Z Compiling managed v0.8.0
14672024-12-20T22:39:46.788Z Compiling winnow v0.5.40
14682024-12-20T22:39:46.788Z Compiling console v0.15.8
14692024-12-20T22:39:46.846Z Compiling clap_builder v4.5.21
14702024-12-20T22:39:46.896Z Compiling zerocopy v0.6.6
14712024-12-20T22:39:47.779Z Compiling flate2 v1.0.34
14722024-12-20T22:39:48.576Z Compiling strum_macros v0.25.3
14732024-12-20T22:39:48.596Z Compiling hubpack v0.1.2
14742024-12-20T22:39:48.625Z Compiling cookie_store v0.21.0
14752024-12-20T22:39:48.795Z Compiling elliptic-curve v0.13.8
14762024-12-20T22:39:49.416Z Compiling hickory-resolver v0.24.1
14772024-12-20T22:39:50.311Z Compiling phf v0.11.2
14782024-12-20T22:39:50.630Z Compiling toml_edit v0.19.15
14792024-12-20T22:39:50.651Z Compiling signal-hook-mio v0.2.4
14802024-12-20T22:39:50.827Z Compiling hyper-tls v0.6.0
14812024-12-20T22:39:50.919Z Compiling rayon v1.10.0
14822024-12-20T22:39:51.269Z Compiling bzip2 v0.4.4
14832024-12-20T22:39:52.865Z Compiling tokio-tungstenite v0.24.0
14842024-12-20T22:39:54.821Z Compiling postgres-types v0.2.8
14852024-12-20T22:39:55.981Z Compiling ed25519 v2.2.3
14862024-12-20T22:39:56.405Z Compiling phf_shared v0.10.0
14872024-12-20T22:39:56.435Z Compiling tokio-stream v0.1.16
14882024-12-20T22:39:56.485Z Compiling pkcs1 v0.7.5
14892024-12-20T22:39:56.839Z Compiling serde-big-array v0.5.1
14902024-12-20T22:39:57.099Z Compiling clap_derive v4.5.18
14912024-12-20T22:39:57.394Z Compiling rfc6979 v0.4.0
14922024-12-20T22:39:57.519Z Compiling serde_repr v0.1.19
14932024-12-20T22:39:57.559Z Compiling derive-where v1.2.7
14942024-12-20T22:39:57.593Z Compiling float-cmp v0.9.0
14952024-12-20T22:39:57.829Z Compiling bstr v1.10.0
14962024-12-20T22:39:57.895Z Compiling sync_wrapper v1.0.1
14972024-12-20T22:39:58.068Z Compiling whoami v1.5.2
14982024-12-20T22:39:58.744Z Compiling static_assertions v1.1.0
14992024-12-20T22:39:58.766Z Compiling normalize-line-endings v0.3.0
15002024-12-20T22:39:58.846Z Compiling predicates-core v1.0.8
15012024-12-20T22:39:58.898Z Compiling new_debug_unreachable v1.0.6
15022024-12-20T22:39:58.947Z Compiling bit-vec v0.6.3
15032024-12-20T22:39:59.001Z Compiling precomputed-hash v0.1.1
15042024-12-20T22:39:59.133Z Compiling unicode-width v0.2.0
15052024-12-20T22:39:59.235Z Compiling difflib v0.4.0
15062024-12-20T22:39:59.452Z Compiling number_prefix v0.4.0
15072024-12-20T22:39:59.691Z Compiling unicode-segmentation v1.12.0
15082024-12-20T22:39:59.694Z Compiling fixedbitset v0.4.2
15092024-12-20T22:39:59.694Z Compiling predicates v3.1.2
15102024-12-20T22:40:00.558Z Compiling petgraph v0.6.5
15112024-12-20T22:40:00.590Z Compiling similar v2.6.0
15122024-12-20T22:40:01.019Z Compiling indicatif v0.17.9
15132024-12-20T22:40:01.228Z Compiling bit-set v0.5.3
15142024-12-20T22:40:01.541Z Compiling string_cache v0.8.7
15152024-12-20T22:40:01.561Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15162024-12-20T22:40:01.997Z Compiling tokio-postgres v0.7.12
15172024-12-20T22:40:02.256Z Compiling clap v4.5.21
15182024-12-20T22:40:02.394Z Compiling ecdsa v0.16.9
15192024-12-20T22:40:03.050Z Compiling rsa v0.9.6
15202024-12-20T22:40:03.260Z Compiling ed25519-dalek v2.1.1
15212024-12-20T22:40:03.316Z Compiling toml v0.7.8
15222024-12-20T22:40:04.628Z Compiling zip v0.6.6
15232024-12-20T22:40:04.892Z Compiling crossterm v0.28.1
15242024-12-20T22:40:06.204Z Compiling hex v0.4.3
15252024-12-20T22:40:06.528Z Compiling x509-cert v0.2.5
15262024-12-20T22:40:06.770Z Compiling unicode-xid v0.2.6
15272024-12-20T22:40:06.861Z Compiling lalrpop-util v0.19.12
15282024-12-20T22:40:06.957Z Compiling peg-runtime v0.8.3
15292024-12-20T22:40:07.262Z Compiling strum_macros v0.26.4
15302024-12-20T22:40:07.703Z Compiling xattr v1.3.1
15312024-12-20T22:40:07.986Z Compiling filetime v0.2.25
15322024-12-20T22:40:08.315Z Compiling tar v0.4.42
15332024-12-20T22:40:12.299Z Compiling strum v0.26.3
15342024-12-20T22:40:16.043Z Compiling aws-lc-sys v0.22.0
15352024-12-20T22:40:48.496Z Compiling rustls-webpki v0.102.8
15362024-12-20T22:40:52.116Z Compiling tokio-rustls v0.25.0
15372024-12-20T22:40:53.846Z Compiling tokio-rustls v0.26.0
15382024-12-20T22:40:54.235Z Compiling hyper-rustls v0.27.3
15392024-12-20T22:40:54.599Z Compiling reqwest v0.12.9
15402024-12-20T22:40:55.844Z Compiling qorb v0.2.1
15412024-12-20T22:41:00.783Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15422024-12-20T22:41:01.046Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15432024-12-20T22:41:07.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 34s
15442024-12-20T22:41:07.544Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15452024-12-20T22:41:07.544ZDec 20 22:41:06.653 INFO Starting download, target: Clickhouse
15462024-12-20T22:41:07.545ZDec 20 22:41:06.653 INFO Starting download, target: Console
15472024-12-20T22:41:07.545ZDec 20 22:41:06.653 INFO Starting download, target: DendriteOpenapi
15482024-12-20T22:41:07.545ZDec 20 22:41:06.653 INFO Starting download, target: Cockroach
15492024-12-20T22:41:07.545ZDec 20 22:41:06.653 INFO Starting download, target: DendriteStub
15502024-12-20T22:41:07.545ZDec 20 22:41:06.653 INFO Starting download, target: MaghemiteMgd
15512024-12-20T22:41:07.545ZDec 20 22:41:06.653 INFO Starting download, target: TransceiverControl
15522024-12-20T22:41:07.545ZDec 20 22:41:06.654 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15532024-12-20T22:41:07.545ZDec 20 22:41:06.654 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15542024-12-20T22:41:07.545ZDec 20 22:41:06.654 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15552024-12-20T22:41:07.545ZDec 20 22:41:06.654 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15562024-12-20T22:41:07.545ZDec 20 22:41:06.654 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15572024-12-20T22:41:07.546ZDec 20 22:41:06.654 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15582024-12-20T22:41:07.546ZDec 20 22:41:06.655 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15592024-12-20T22:41:08.014ZDec 20 22:41:07.123 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15602024-12-20T22:41:08.268ZDec 20 22:41:07.399 INFO Download complete, target: Console
15612024-12-20T22:41:09.274ZDec 20 22:41:08.298 INFO Download complete, target: DendriteOpenapi
15622024-12-20T22:41:09.530ZDec 20 22:41:08.524 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15632024-12-20T22:41:09.531ZDec 20 22:41:08.612 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15642024-12-20T22:41:09.909ZDec 20 22:41:09.169 INFO Download complete, target: TransceiverControl
15652024-12-20T22:41:10.462ZDec 20 22:41:09.635 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15662024-12-20T22:41:10.946ZDec 20 22:41:10.244 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15672024-12-20T22:41:11.854ZDec 20 22:41:11.206 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15682024-12-20T22:41:11.854ZDec 20 22:41:11.206 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15692024-12-20T22:41:13.242ZDec 20 22:41:12.594 INFO Download complete, target: DendriteStub
15702024-12-20T22:41:13.982ZDec 20 22:41:13.314 INFO Download complete, target: MaghemiteMgd
15712024-12-20T22:41:19.513ZDec 20 22:41:18.864 INFO Checking that binary works, target: Cockroach
15722024-12-20T22:41:19.685ZDec 20 22:41:19.026 INFO Download complete, target: Cockroach
15732024-12-20T22:41:22.309ZDec 20 22:41:21.660 INFO Checking that binary works, target: Clickhouse
15742024-12-20T22:41:22.694ZDec 20 22:41:22.043 INFO Download complete, target: Clickhouse
15752024-12-20T22:41:22.720ZAll prerequisites installed successfully
15762024-12-20T22:41:22.720Z
15772024-12-20T22:41:22.720Zreal 8:18.841845389
15782024-12-20T22:41:22.720Zuser 16:52.728206861
15792024-12-20T22:41:22.720Zsys 3:22.799994056
15802024-12-20T22:41:22.720Ztrap 0.576479149
15812024-12-20T22:41:22.720Ztflt 4.944025977
15822024-12-20T22:41:22.720Zdflt 4.447167783
15832024-12-20T22:41:22.721Zkflt 0.190738679
15842024-12-20T22:41:22.721Zlock 30:35.421583316
15852024-12-20T22:41:22.721Zslp 1:10:05.392096573
15862024-12-20T22:41:22.721Zlat 55.023811330
15872024-12-20T22:41:22.721Zstop 2:17.566395827
15882024-12-20T22:41:22.721Z+ ptime -m cargo xtask download softnpu
15892024-12-20T22:41:23.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
15902024-12-20T22:41:23.245Z Running `target/debug/xtask download softnpu`
15912024-12-20T22:41:24.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
15922024-12-20T22:41:24.235Z Running `target/debug/xtask-downloader softnpu`
15932024-12-20T22:41:24.276ZDec 20 22:41:23.627 INFO Starting download, target: Softnpu
15942024-12-20T22:41:24.279ZDec 20 22:41:23.627 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
15952024-12-20T22:41:24.753ZDec 20 22:41:24.103 INFO Download complete, target: Softnpu
15962024-12-20T22:41:24.756Z
15972024-12-20T22:41:24.769Zreal 2.049466964
15982024-12-20T22:41:24.770Zuser 1.346366327
15992024-12-20T22:41:24.770Zsys 0.582316018
16002024-12-20T22:41:24.770Ztrap 0.001406209
16012024-12-20T22:41:24.770Ztflt 0.000013278
16022024-12-20T22:41:24.770Zdflt 0.000000000
16032024-12-20T22:41:24.770Zkflt 0.000000000
16042024-12-20T22:41:24.770Zlock 4.842690487
16052024-12-20T22:41:24.770Zslp 0.337806381
16062024-12-20T22:41:24.770Zlat 0.078072351
16072024-12-20T22:41:24.770Zstop 0.000203310
16082024-12-20T22:41:24.770Z+ export CARGO_INCREMENTAL=0
16092024-12-20T22:41:24.770Z+ CARGO_INCREMENTAL=0
16102024-12-20T22:41:24.770Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
16112024-12-20T22:41:25.833Z Compiling proc-macro2 v1.0.89
16122024-12-20T22:41:25.833Z Compiling unicode-ident v1.0.13
16132024-12-20T22:41:25.834Z Compiling libc v0.2.162
16142024-12-20T22:41:25.866Z Compiling serde v1.0.215
16152024-12-20T22:41:25.866Z Compiling autocfg v1.4.0
16162024-12-20T22:41:25.866Z Compiling version_check v0.9.5
16172024-12-20T22:41:25.866Z Compiling cfg-if v1.0.0
16182024-12-20T22:41:26.063Z Compiling memchr v2.7.4
16192024-12-20T22:41:26.094Z Compiling typenum v1.17.0
16202024-12-20T22:41:26.103Z Compiling shlex v1.3.0
16212024-12-20T22:41:26.564Z Compiling value-bag v1.9.0
16222024-12-20T22:41:26.617Z Compiling generic-array v0.14.7
16232024-12-20T22:41:26.795Z Compiling lock_api v0.4.12
16242024-12-20T22:41:26.888Z Compiling scopeguard v1.2.0
16252024-12-20T22:41:27.045Z Compiling log v0.4.22
16262024-12-20T22:41:27.125Z Compiling parking_lot_core v0.9.10
16272024-12-20T22:41:27.477Z Compiling serde_json v1.0.132
16282024-12-20T22:41:27.516Z Compiling once_cell v1.20.2
16292024-12-20T22:41:27.711Z Compiling quote v1.0.37
16302024-12-20T22:41:27.787Z Compiling rustix v0.38.37
16312024-12-20T22:41:27.875Z Compiling jobserver v0.1.32
16322024-12-20T22:41:27.907Z Compiling getrandom v0.2.15
16332024-12-20T22:41:28.110Z Compiling syn v2.0.87
16342024-12-20T22:41:28.335Z Compiling cc v1.1.30
16352024-12-20T22:41:28.356Z Compiling libm v0.2.8
16362024-12-20T22:41:28.454Z Compiling thiserror v1.0.69
16372024-12-20T22:41:28.516Z Compiling aho-corasick v1.1.3
16382024-12-20T22:41:28.612Z Compiling regex-syntax v0.8.5
16392024-12-20T22:41:28.683Z Compiling num-traits v0.2.19
16402024-12-20T22:41:28.708Z Compiling either v1.13.0
16412024-12-20T22:41:28.985Z Compiling itoa v1.0.11
16422024-12-20T22:41:29.004Z Compiling spin v0.9.8
16432024-12-20T22:41:29.211Z Compiling slab v0.4.9
16442024-12-20T22:41:29.495Z Compiling byteorder v1.5.0
16452024-12-20T22:41:29.775Z Compiling errno v0.3.9
16462024-12-20T22:41:29.949Z Compiling rand_core v0.6.4
16472024-12-20T22:41:30.013Z Compiling lazy_static v1.5.0
16482024-12-20T22:41:30.131Z Compiling glob v0.3.1
16492024-12-20T22:41:31.030Z Compiling prettyplease v0.2.25
16502024-12-20T22:41:31.053Z Compiling clang-sys v1.8.1
16512024-12-20T22:41:31.275Z Compiling minimal-lexical v0.2.1
16522024-12-20T22:41:31.390Z Compiling libloading v0.8.5
16532024-12-20T22:41:31.632Z Compiling subtle v2.6.1
16542024-12-20T22:41:31.751Z Compiling nom v7.1.3
16552024-12-20T22:41:31.773Z Compiling bindgen v0.69.5
16562024-12-20T22:41:31.973Z Compiling home v0.5.9
16572024-12-20T22:41:32.200Z Compiling allocator-api2 v0.2.18
16582024-12-20T22:41:32.288Z Compiling itertools v0.10.5
16592024-12-20T22:41:32.413Z Compiling regex-automata v0.4.8
16602024-12-20T22:41:32.938Z Compiling rustc-hash v1.1.0
16612024-12-20T22:41:33.027Z Compiling smallvec v1.13.2
16622024-12-20T22:41:33.105Z Compiling lazycell v1.3.0
16632024-12-20T22:41:33.280Z Compiling semver v1.0.23
16642024-12-20T22:41:33.565Z Compiling cmake v0.1.51
16652024-12-20T22:41:33.967Z Compiling fs_extra v1.3.0
16662024-12-20T22:41:34.491Z Compiling dunce v1.0.5
16672024-12-20T22:41:35.151Z Compiling cexpr v0.6.0
16682024-12-20T22:41:35.174Z Compiling pkg-config v0.3.31
16692024-12-20T22:41:35.176Z Compiling ring v0.17.8
16702024-12-20T22:41:35.433Z Compiling ryu v1.0.18
16712024-12-20T22:41:35.735Z Compiling pin-project-lite v0.2.14
16722024-12-20T22:41:36.346Z Compiling const-oid v0.9.6
16732024-12-20T22:41:36.425Z Compiling synstructure v0.13.1
16742024-12-20T22:41:36.425Z Compiling fnv v1.0.7
16752024-12-20T22:41:36.490Z Compiling paste v1.0.15
16762024-12-20T22:41:37.453Z Compiling httparse v1.9.5
16772024-12-20T22:41:37.549Z Compiling foldhash v0.1.3
16782024-12-20T22:41:37.550Z Compiling aws-lc-rs v1.10.0
16792024-12-20T22:41:37.550Z Compiling equivalent v1.0.1
16802024-12-20T22:41:37.628Z Compiling hashbrown v0.15.1
16812024-12-20T22:41:37.839Z Compiling heck v0.5.0
16822024-12-20T22:41:38.363Z Compiling regex v1.11.1
16832024-12-20T22:41:38.428Z Compiling schemars v0.8.21
16842024-12-20T22:41:38.788Z Compiling serde_derive_internals v0.29.1
16852024-12-20T22:41:38.999Z Compiling signal-hook-registry v1.4.2
16862024-12-20T22:41:39.039Z Compiling mio v1.0.2
16872024-12-20T22:41:39.390Z Compiling parking_lot v0.12.3
16882024-12-20T22:41:41.093Z Compiling stable_deref_trait v1.2.0
16892024-12-20T22:41:41.198Z Compiling crossbeam-utils v0.8.20
16902024-12-20T22:41:45.474Z Compiling socket2 v0.5.7
16912024-12-20T22:41:45.547Z Compiling num-conv v0.1.0
16922024-12-20T22:41:45.547Z Compiling serde_derive v1.0.215
16932024-12-20T22:41:45.547Z Compiling zeroize_derive v1.4.2
16942024-12-20T22:41:45.547Z Compiling zerocopy-derive v0.7.35
16952024-12-20T22:41:45.548Z Compiling thiserror-impl v1.0.69
16962024-12-20T22:41:45.548Z Compiling tokio-macros v2.4.0
16972024-12-20T22:41:45.548Z Compiling zerofrom-derive v0.1.4
16982024-12-20T22:41:45.548Z Compiling zeroize v1.8.1
16992024-12-20T22:41:45.548Z Compiling yoke-derive v0.7.4
17002024-12-20T22:41:45.548Z Compiling futures-macro v0.3.31
17012024-12-20T22:41:45.548Z Compiling zerovec-derive v0.10.3
17022024-12-20T22:41:45.548Z Compiling zerocopy v0.7.35
17032024-12-20T22:41:45.548Z Compiling displaydoc v0.2.5
17042024-12-20T22:41:45.548Z Compiling crypto-common v0.1.6
17052024-12-20T22:41:45.804Z Compiling tracing-attributes v0.1.27
17062024-12-20T22:41:46.002Z Compiling icu_provider_macros v1.5.0
17072024-12-20T22:41:46.242Z Compiling block-buffer v0.10.4
17082024-12-20T22:41:46.259Z Compiling schemars_derive v0.8.21
17092024-12-20T22:41:46.486Z Compiling digest v0.10.7
17102024-12-20T22:41:46.818Z Compiling der_derive v0.7.3
17112024-12-20T22:41:46.917Z Compiling time-core v0.1.2
17122024-12-20T22:41:47.052Z Compiling futures-core v0.3.31
17132024-12-20T22:41:47.106Z Compiling time-macros v0.2.18
17142024-12-20T22:41:48.015Z Compiling vcpkg v0.2.15
17152024-12-20T22:41:49.663Z Compiling openssl-sys v0.9.103
17162024-12-20T22:41:50.131Z Compiling cpufeatures v0.2.14
17172024-12-20T22:41:50.238Z Compiling futures-sink v0.3.31
17182024-12-20T22:41:50.362Z Compiling slog v2.7.0
17192024-12-20T22:41:50.570Z Compiling ahash v0.8.11
17202024-12-20T22:41:50.633Z Compiling syn v1.0.109
17212024-12-20T22:41:51.055Z Compiling zerofrom v0.1.4
17222024-12-20T22:41:51.312Z Compiling scroll_derive v0.12.0
17232024-12-20T22:41:51.371Z Compiling iana-time-zone v0.1.61
17242024-12-20T22:41:51.411Z Compiling ucd-trie v0.1.7
17252024-12-20T22:41:51.958Z Compiling pest v2.7.14
17262024-12-20T22:41:52.097Z Compiling yoke v0.7.4
17272024-12-20T22:41:52.120Z Compiling futures-channel v0.3.31
17282024-12-20T22:41:52.573Z Compiling hmac v0.12.1
17292024-12-20T22:41:52.801Z Compiling openssl v0.10.66
17302024-12-20T22:41:52.933Z Compiling pin-utils v0.1.0
17312024-12-20T22:41:52.953Z Compiling futures-io v0.3.31
17322024-12-20T22:41:53.030Z Compiling futures-task v0.3.31
17332024-12-20T22:41:53.502Z Compiling futures-util v0.3.31
17342024-12-20T22:41:53.526Z Compiling zerovec v0.10.4
17352024-12-20T22:41:53.848Z Compiling block-padding v0.3.3
17362024-12-20T22:41:54.463Z Compiling tinyvec_macros v0.1.1
17372024-12-20T22:41:54.559Z Compiling pest_meta v2.7.14
17382024-12-20T22:41:55.075Z Compiling bitflags v2.6.0
17392024-12-20T22:41:55.382Z Compiling bytes v1.8.0
17402024-12-20T22:41:57.351Z Compiling indexmap v2.6.0
17412024-12-20T22:41:58.806Z Compiling tokio v1.40.0
17422024-12-20T22:41:58.976Z Compiling serde_tokenstream v0.2.2
17432024-12-20T22:41:59.567Z Compiling http v1.1.0
17442024-12-20T22:41:59.994Z Compiling which v4.4.2
17452024-12-20T22:42:00.695Z Compiling uuid v1.11.0
17462024-12-20T22:42:00.967Z Compiling rustc_version v0.4.1
17472024-12-20T22:42:01.640Z Compiling chrono v0.4.38
17482024-12-20T22:42:03.805Z Compiling pest_generator v2.7.14
17492024-12-20T22:42:04.611Z Compiling serde_spanned v0.6.8
17502024-12-20T22:42:04.832Z Compiling toml_datetime v0.6.8
17512024-12-20T22:42:05.315Z Compiling tinyvec v1.8.0
17522024-12-20T22:42:05.623Z Compiling inout v0.1.3
17532024-12-20T22:42:06.911Z Compiling openssl-macros v0.1.1
17542024-12-20T22:42:07.635Z Compiling rustls v0.23.19
17552024-12-20T22:42:07.667Z Compiling strsim v0.11.1
17562024-12-20T22:42:07.930Z Compiling native-tls v0.2.12
17572024-12-20T22:42:08.260Z Compiling unicode-normalization v0.1.24
17582024-12-20T22:42:08.482Z Compiling cipher v0.4.4
17592024-12-20T22:42:08.991Z Compiling pest_derive v2.7.14
17602024-12-20T22:42:09.047Z Compiling tinystr v0.7.6
17612024-12-20T22:42:09.401Z Compiling sha2 v0.10.8
17622024-12-20T22:42:09.505Z Compiling tracing-core v0.1.32
17632024-12-20T22:42:09.739Z Compiling usdt-impl v0.5.0
17642024-12-20T22:42:09.950Z Compiling unicode-bidi v0.3.17
17652024-12-20T22:42:10.079Z Compiling writeable v0.5.5
17662024-12-20T22:42:10.166Z Compiling base64ct v1.6.0
17672024-12-20T22:42:10.270Z Compiling dyn-clone v1.0.17
17682024-12-20T22:42:10.497Z Compiling litemap v0.7.3
17692024-12-20T22:42:10.770Z Compiling pem-rfc7468 v0.7.0
17702024-12-20T22:42:10.920Z Compiling icu_locid v1.5.0
17712024-12-20T22:42:11.229Z Compiling tracing v0.1.40
17722024-12-20T22:42:12.104Z Compiling scroll v0.12.0
17732024-12-20T22:42:12.336Z Compiling ppv-lite86 v0.2.20
17742024-12-20T22:42:12.517Z Compiling async-trait v0.1.83
17752024-12-20T22:42:13.009Z Compiling cookie v0.18.1
17762024-12-20T22:42:13.307Z Compiling camino v1.1.9
17772024-12-20T22:42:13.885Z Compiling plain v0.2.3
17782024-12-20T22:42:14.054Z Compiling anyhow v1.0.93
17792024-12-20T22:42:14.476Z Compiling aws-lc-sys v0.22.0
17802024-12-20T22:42:14.784Z Compiling flagset v0.4.6
17812024-12-20T22:42:15.364Z Compiling der v0.7.9
17822024-12-20T22:42:18.481Z Compiling goblin v0.8.2
17832024-12-20T22:42:19.499Z Compiling rand_chacha v0.3.1
17842024-12-20T22:42:20.908Z Compiling icu_provider v1.5.0
17852024-12-20T22:42:21.911Z Compiling rustls-pki-types v1.10.0
17862024-12-20T22:42:22.684Z Compiling rayon-core v1.12.1
17872024-12-20T22:42:23.199Z Compiling icu_locid_transform_data v1.5.0
17882024-12-20T22:42:23.305Z Compiling percent-encoding v2.3.1
17892024-12-20T22:42:23.646Z Compiling untrusted v0.7.1
17902024-12-20T22:42:23.667Z Compiling rustls v0.22.4
17912024-12-20T22:42:23.928Z Compiling pretty-hex v0.4.1
17922024-12-20T22:42:24.001Z Compiling icu_locid_transform v1.5.0
17932024-12-20T22:42:24.156Z Compiling dof v0.3.0
17942024-12-20T22:42:25.732Z Compiling rand v0.8.5
17952024-12-20T22:42:25.789Z Compiling spki v0.7.3
17962024-12-20T22:42:26.044Z Compiling dtrace-parser v0.2.0
17972024-12-20T22:42:26.163Z Compiling salsa20 v0.10.2
17982024-12-20T22:42:26.249Z Compiling tokio-util v0.7.12
17992024-12-20T22:42:27.397Z Compiling icu_collections v1.5.0
18002024-12-20T22:42:27.529Z Compiling pbkdf2 v0.12.2
18012024-12-20T22:42:27.789Z Compiling thread-id v4.2.2
18022024-12-20T22:42:27.936Z Compiling winnow v0.5.40
18032024-12-20T22:42:27.998Z Compiling untrusted v0.9.0
18042024-12-20T22:42:28.083Z Compiling powerfmt v0.2.0
18052024-12-20T22:42:28.445Z Compiling mirai-annotations v1.12.0
18062024-12-20T22:42:28.614Z Compiling icu_properties_data v1.5.0
18072024-12-20T22:42:28.831Z Compiling deranged v0.3.11
18082024-12-20T22:42:28.851Z Compiling icu_properties v1.5.1
18092024-12-20T22:42:31.994Z Compiling toml_edit v0.19.15
18102024-12-20T22:42:34.365Z Compiling scrypt v0.11.0
18112024-12-20T22:42:34.443Z Compiling aes v0.8.4
18122024-12-20T22:42:34.691Z Compiling cbc v0.1.2
18132024-12-20T22:42:34.873Z Compiling multer v3.1.0
18142024-12-20T22:42:34.916Z Compiling utf8_iter v1.0.4
18152024-12-20T22:42:35.186Z Compiling rustversion v1.0.17
18162024-12-20T22:42:35.447Z Compiling atomic-waker v1.1.2
18172024-12-20T22:42:35.650Z Compiling utf16_iter v1.0.5
18182024-12-20T22:42:35.792Z Compiling write16 v1.0.0
18192024-12-20T22:42:35.904Z Compiling slog-async v2.8.0
18202024-12-20T22:42:35.926Z Compiling num_threads v0.1.7
18212024-12-20T22:42:36.060Z Compiling icu_normalizer_data v1.5.0
18222024-12-20T22:42:36.225Z Compiling icu_normalizer v1.5.0
18232024-12-20T22:42:36.300Z Compiling time v0.3.36
18242024-12-20T22:42:37.669Z Compiling pkcs5 v0.7.1
18252024-12-20T22:42:38.818Z Compiling form_urlencoded v1.2.1
18262024-12-20T22:42:39.328Z Compiling http-body v1.0.1
18272024-12-20T22:42:39.354Z Compiling heapless v0.7.17
18282024-12-20T22:42:39.956Z Compiling bzip2-sys v0.1.11+1.0.8
18292024-12-20T22:42:40.805Z Compiling signal-hook v0.3.17
18302024-12-20T22:42:40.952Z Compiling try-lock v0.2.5
18312024-12-20T22:42:41.333Z Compiling want v0.3.1
18322024-12-20T22:42:43.007Z Compiling pkcs8 v0.10.2
18332024-12-20T22:42:43.676Z Compiling idna_adapter v1.2.0
18342024-12-20T22:42:43.911Z Compiling h2 v0.4.6
18352024-12-20T22:42:44.471Z Compiling usdt-macro v0.5.0
18362024-12-20T22:42:45.804Z Compiling usdt-attr-macro v0.5.0
18372024-12-20T22:42:46.608Z Compiling async-stream-impl v0.3.6
18382024-12-20T22:42:47.092Z Compiling adler2 v2.0.0
18392024-12-20T22:42:47.375Z Compiling httpdate v1.0.3
18402024-12-20T22:42:48.013Z Compiling miniz_oxide v0.8.0
18412024-12-20T22:42:48.921Z Compiling idna v1.0.3
18422024-12-20T22:42:50.641Z Compiling curve25519-dalek v4.1.3
18432024-12-20T22:42:51.039Z Compiling openapiv3 v2.0.0
18442024-12-20T22:42:51.313Z Compiling enum-as-inner v0.6.1
18452024-12-20T22:42:51.585Z Compiling hyper v1.5.0
18462024-12-20T22:42:54.630Z Compiling dropshot v0.12.0
18472024-12-20T22:42:54.931Z Compiling match_cfg v0.1.0
18482024-12-20T22:42:55.039Z Compiling base64 v0.22.1
18492024-12-20T22:42:55.413Z Compiling num-bigint-dig v0.8.4
18502024-12-20T22:42:55.448Z Compiling foreign-types-shared v0.1.1
18512024-12-20T22:42:55.559Z Compiling portable-atomic v1.9.0
18522024-12-20T22:42:55.691Z Compiling smoltcp v0.9.1
18532024-12-20T22:42:56.020Z Compiling tower-service v0.3.3
18542024-12-20T22:42:56.277Z Compiling hyper-util v0.1.10
18552024-12-20T22:42:56.441Z Compiling foreign-types v0.3.2
18562024-12-20T22:42:56.541Z Compiling hostname v0.3.1
18572024-12-20T22:42:59.889Z Compiling url v2.5.3
18582024-12-20T22:43:03.542Z Compiling dirs-sys-next v0.1.2
18592024-12-20T22:43:03.896Z Compiling siphasher v0.3.11
18602024-12-20T22:43:04.059Z Compiling data-encoding v2.6.0
18612024-12-20T22:43:04.399Z Compiling heck v0.4.1
18622024-12-20T22:43:04.487Z Compiling gimli v0.31.1
18632024-12-20T22:43:04.644Z Compiling ident_case v1.0.1
18642024-12-20T22:43:04.822Z Compiling darling_core v0.20.10
18652024-12-20T22:43:04.947Z Compiling dirs-next v2.0.0
18662024-12-20T22:43:07.818Z Compiling http-body-util v0.1.2
18672024-12-20T22:43:11.153Z Compiling addr2line v0.24.2
18682024-12-20T22:43:11.544Z Compiling crossbeam-epoch v0.9.18
18692024-12-20T22:43:11.619Z Compiling hubpack_derive v0.1.1
18702024-12-20T22:43:11.758Z Compiling dropshot_endpoint v0.12.0
18712024-12-20T22:43:12.124Z Compiling sha1 v0.10.6
18722024-12-20T22:43:12.266Z Compiling signature v2.2.0
18732024-12-20T22:43:12.460Z Compiling zerocopy-derive v0.6.6
18742024-12-20T22:43:12.500Z Compiling curve25519-dalek-derive v0.1.1
18752024-12-20T22:43:13.630Z Compiling object v0.36.5
18762024-12-20T22:43:13.898Z Compiling thread_local v1.1.8
18772024-12-20T22:43:14.375Z Compiling fs-err v2.11.0
18782024-12-20T22:43:14.400Z Compiling encoding_rs v0.8.34
18792024-12-20T22:43:15.902Z Compiling ipnet v2.10.1
18802024-12-20T22:43:16.975Z Compiling unicode-properties v0.1.3
18812024-12-20T22:43:17.376Z Compiling utf8parse v0.2.2
18822024-12-20T22:43:17.557Z Compiling anstyle v1.0.10
18832024-12-20T22:43:18.268Z Compiling mime v0.3.17
18842024-12-20T22:43:19.380Z Compiling rustc-demangle v0.1.24
18852024-12-20T22:43:22.821Z Compiling winnow v0.6.20
18862024-12-20T22:43:25.358Z Compiling openssl-probe v0.1.5
18872024-12-20T22:43:26.696Z Compiling toml_edit v0.22.22
18882024-12-20T22:43:27.448Z Compiling backtrace v0.3.74
18892024-12-20T22:43:27.755Z Compiling anstyle-parse v0.2.5
18902024-12-20T22:43:28.113Z Compiling stringprep v0.1.5
18912024-12-20T22:43:30.685Z Compiling rustls-webpki v0.102.8
18922024-12-20T22:43:31.591Z Compiling crossbeam-deque v0.8.5
18932024-12-20T22:43:34.217Z Compiling darling_macro v0.20.10
18942024-12-20T22:43:38.250Z Compiling term v0.7.0
18952024-12-20T22:43:38.764Z Compiling slog-json v2.6.1
18962024-12-20T22:43:39.679Z Compiling serde_urlencoded v0.7.1
18972024-12-20T22:43:40.832Z Compiling crossbeam-channel v0.5.13
18982024-12-20T22:43:40.889Z Compiling rustls-pemfile v2.2.0
18992024-12-20T22:43:41.210Z Compiling hashbrown v0.14.5
19002024-12-20T22:43:42.037Z Compiling idna v0.4.0
19012024-12-20T22:43:42.060Z Compiling idna v0.3.0
19022024-12-20T22:43:42.620Z Compiling futures-executor v0.3.31
19032024-12-20T22:43:43.527Z Compiling num-integer v0.1.46
19042024-12-20T22:43:43.748Z Compiling md-5 v0.10.6
19052024-12-20T22:43:43.875Z Compiling ff v0.13.0
19062024-12-20T22:43:44.014Z Compiling hash32 v0.2.1
19072024-12-20T22:43:44.121Z Compiling memmap v0.7.0
19082024-12-20T22:43:44.259Z Compiling is-terminal v0.4.13
19092024-12-20T22:43:44.459Z Compiling psl-types v2.0.11
19102024-12-20T22:43:44.664Z Compiling is_terminal_polyfill v1.70.1
19112024-12-20T22:43:44.804Z Compiling anstyle-query v1.1.1
19122024-12-20T22:43:44.929Z Compiling base16ct v0.2.0
19132024-12-20T22:43:44.992Z Compiling fallible-iterator v0.2.0
19142024-12-20T22:43:45.233Z Compiling take_mut v0.2.2
19152024-12-20T22:43:45.401Z Compiling quick-error v1.2.3
19162024-12-20T22:43:46.655Z Compiling utf-8 v0.7.6
19172024-12-20T22:43:46.676Z Compiling colorchoice v1.0.2
19182024-12-20T22:43:46.847Z Compiling linked-hash-map v0.5.6
19192024-12-20T22:43:46.974Z Compiling tungstenite v0.24.0
19202024-12-20T22:43:47.262Z Compiling lru-cache v0.1.2
19212024-12-20T22:43:47.480Z Compiling anstream v0.6.15
19222024-12-20T22:43:48.233Z Compiling postgres-protocol v0.6.7
19232024-12-20T22:43:48.769Z Compiling resolv-conf v0.7.0
19242024-12-20T22:43:49.419Z Compiling sec1 v0.7.3
19252024-12-20T22:43:49.522Z Compiling publicsuffix v2.2.3
19262024-12-20T22:43:50.012Z Compiling slog-term v2.9.1
19272024-12-20T22:43:50.872Z Compiling usdt v0.5.0
19282024-12-20T22:43:51.200Z Compiling group v0.13.0
19292024-12-20T22:43:51.357Z Compiling num-iter v0.1.45
19302024-12-20T22:43:51.426Z Compiling hickory-proto v0.24.1
19312024-12-20T22:43:51.513Z Compiling futures v0.3.31
19322024-12-20T22:43:51.551Z Compiling regress v0.10.1
19332024-12-20T22:43:54.635Z Compiling tokio-rustls v0.26.0
19342024-12-20T22:43:55.099Z Compiling slog-bunyan v2.5.0
19352024-12-20T22:43:55.310Z Compiling tokio-rustls v0.25.0
19362024-12-20T22:43:55.594Z Compiling darling v0.20.10
19372024-12-20T22:43:55.724Z Compiling toml v0.8.19
19382024-12-20T22:43:55.749Z Compiling tokio-native-tls v0.3.1
19392024-12-20T22:43:56.053Z Compiling strum_macros v0.25.3
19402024-12-20T22:43:56.385Z Compiling phf_shared v0.11.2
19412024-12-20T22:43:57.098Z Compiling async-stream v0.3.6
19422024-12-20T22:43:57.307Z Compiling waitgroup v0.1.2
19432024-12-20T22:43:57.381Z Compiling webpki-roots v0.26.6
19442024-12-20T22:43:57.840Z Compiling idna v0.5.0
19452024-12-20T22:43:57.858Z Compiling terminal_size v0.4.0
19462024-12-20T22:43:57.881Z Compiling serde_path_to_error v0.1.16
19472024-12-20T22:43:58.072Z Compiling hkdf v0.12.4
19482024-12-20T22:43:58.867Z Compiling crypto-bigint v0.5.5
19492024-12-20T22:43:58.977Z Compiling serde_repr v0.1.19
19502024-12-20T22:43:59.347Z Compiling clap_derive v4.5.18
19512024-12-20T22:43:59.729Z Compiling derive-where v1.2.7
19522024-12-20T22:44:00.069Z Compiling hostname v0.4.0
19532024-12-20T22:44:00.309Z Compiling crc32fast v1.4.2
19542024-12-20T22:44:00.627Z Compiling bitflags v1.3.2
19552024-12-20T22:44:00.863Z Compiling managed v0.8.0
19562024-12-20T22:44:01.332Z Compiling unicode-width v0.1.14
19572024-12-20T22:44:01.878Z Compiling debug-ignore v1.0.5
19582024-12-20T22:44:02.654Z Compiling clap_lex v0.7.2
19592024-12-20T22:44:02.924Z Compiling clap_builder v4.5.21
19602024-12-20T22:44:03.259Z Compiling elliptic-curve v0.13.8
19612024-12-20T22:44:04.044Z Compiling console v0.15.8
19622024-12-20T22:44:05.679Z Compiling flate2 v1.0.34
19632024-12-20T22:44:07.326Z Compiling cookie_store v0.21.0
19642024-12-20T22:44:10.506Z Compiling hyper-rustls v0.27.3
19652024-12-20T22:44:10.621Z Compiling hickory-resolver v0.24.1
19662024-12-20T22:44:11.525Z Compiling phf v0.11.2
19672024-12-20T22:44:11.829Z Compiling hyper-tls v0.6.0
19682024-12-20T22:44:12.224Z Compiling typify-impl v0.2.0
19692024-12-20T22:44:12.266Z Compiling signal-hook-mio v0.2.4
19702024-12-20T22:44:12.436Z Compiling bzip2 v0.4.4
19712024-12-20T22:44:12.823Z Compiling rayon v1.10.0
19722024-12-20T22:44:13.206Z Compiling postgres-types v0.2.8
19732024-12-20T22:44:13.841Z Compiling tokio-tungstenite v0.24.0
19742024-12-20T22:44:14.583Z Compiling zerocopy v0.6.6
19752024-12-20T22:44:14.606Z Compiling hubpack v0.1.2
19762024-12-20T22:44:14.627Z Compiling ed25519 v2.2.3
19772024-12-20T22:44:15.039Z Compiling phf_shared v0.10.0
19782024-12-20T22:44:15.496Z Compiling pkcs1 v0.7.5
19792024-12-20T22:44:15.996Z Compiling tokio-stream v0.1.16
19802024-12-20T22:44:16.463Z Compiling serde-big-array v0.5.1
19812024-12-20T22:44:16.718Z Compiling rfc6979 v0.4.0
19822024-12-20T22:44:16.922Z Compiling float-cmp v0.9.0
19832024-12-20T22:44:17.021Z Compiling sync_wrapper v1.0.1
19842024-12-20T22:44:17.159Z Compiling bstr v1.10.0
19852024-12-20T22:44:17.933Z Compiling difflib v0.4.0
19862024-12-20T22:44:18.276Z Compiling unicode-segmentation v1.12.0
19872024-12-20T22:44:18.871Z Compiling predicates-core v1.0.8
19882024-12-20T22:44:19.177Z Compiling static_assertions v1.1.0
19892024-12-20T22:44:19.283Z Compiling normalize-line-endings v0.3.0
19902024-12-20T22:44:19.427Z Compiling number_prefix v0.4.0
19912024-12-20T22:44:19.489Z Compiling unicode-width v0.2.0
19922024-12-20T22:44:19.668Z Compiling precomputed-hash v0.1.1
19932024-12-20T22:44:19.789Z Compiling new_debug_unreachable v1.0.6
19942024-12-20T22:44:19.808Z Compiling fixedbitset v0.4.2
19952024-12-20T22:44:19.898Z Compiling bit-vec v0.6.3
19962024-12-20T22:44:20.021Z Compiling whoami v1.5.2
19972024-12-20T22:44:20.221Z Compiling petgraph v0.6.5
19982024-12-20T22:44:20.301Z Compiling bit-set v0.5.3
19992024-12-20T22:44:20.352Z Compiling indicatif v0.17.9
20002024-12-20T22:44:20.595Z Compiling tokio-postgres v0.7.12
20012024-12-20T22:44:20.611Z Compiling string_cache v0.8.7
20022024-12-20T22:44:22.305Z Compiling predicates v3.1.2
20032024-12-20T22:44:22.856Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20042024-12-20T22:44:23.849Z Compiling similar v2.6.0
20052024-12-20T22:44:24.800Z Compiling typify-macro v0.2.0
20062024-12-20T22:44:25.908Z Compiling reqwest v0.12.9
20072024-12-20T22:44:26.096Z Compiling qorb v0.2.1
20082024-12-20T22:44:27.375Z Compiling ecdsa v0.16.9
20092024-12-20T22:44:28.261Z Compiling rsa v0.9.6
20102024-12-20T22:44:28.851Z Compiling ed25519-dalek v2.1.1
20112024-12-20T22:44:29.425Z Compiling zip v0.6.6
20122024-12-20T22:44:29.784Z Compiling crossterm v0.28.1
20132024-12-20T22:44:29.814Z Compiling clap v4.5.21
20142024-12-20T22:44:30.708Z Compiling toml v0.7.8
20152024-12-20T22:44:31.668Z Compiling x509-cert v0.2.5
20162024-12-20T22:44:32.248Z Compiling hex v0.4.3
20172024-12-20T22:44:33.135Z Compiling unicode-xid v0.2.6
20182024-12-20T22:44:33.192Z Compiling peg-runtime v0.8.3
20192024-12-20T22:44:33.757Z Compiling zerocopy v0.8.10
20202024-12-20T22:44:33.784Z Compiling lalrpop-util v0.19.12
20212024-12-20T22:44:36.470Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20222024-12-20T22:44:40.792Z Compiling proc-macro-crate v1.3.1
20232024-12-20T22:44:40.817Z Compiling ipnetwork v0.20.0
20242024-12-20T22:44:41.391Z Compiling macaddr v1.0.1
20252024-12-20T22:44:41.840Z Compiling zerocopy-derive v0.8.10
20262024-12-20T22:44:42.029Z Compiling itertools v0.13.0
20272024-12-20T22:44:44.683Z Compiling heapless v0.8.0
20282024-12-20T22:44:45.473Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20292024-12-20T22:44:49.895Z Compiling num_enum_derive v0.5.11
20302024-12-20T22:44:58.043Z Compiling hash32 v0.3.1
20312024-12-20T22:44:58.849Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20322024-12-20T22:44:58.893Z Compiling smoltcp v0.11.0
20332024-12-20T22:45:04.993Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20342024-12-20T22:45:05.074Z Compiling num_enum v0.5.11
20352024-12-20T22:45:05.817Z Compiling typify v0.2.0
20362024-12-20T22:45:06.377Z Compiling proc-macro-error-attr v1.0.4
20372024-12-20T22:45:06.783Z Compiling unsafe-libyaml v0.2.11
20382024-12-20T22:45:07.606Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20392024-12-20T22:45:07.908Z Compiling cobs v0.2.3
20402024-12-20T22:45:08.355Z Compiling serde_yaml v0.9.34+deprecated
20412024-12-20T22:45:08.598Z Compiling postcard v1.0.10
20422024-12-20T22:45:25.276Z Compiling progenitor-impl v0.8.0
20432024-12-20T22:45:25.307Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20442024-12-20T22:45:37.976Z Compiling strum_macros v0.26.4
20452024-12-20T22:45:38.549Z Compiling structmeta-derive v0.3.0
20462024-12-20T22:45:38.645Z Compiling foreign-types-macros v0.2.3
20472024-12-20T22:45:38.761Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20482024-12-20T22:45:39.008Z Compiling proc-macro-error v1.0.4
20492024-12-20T22:45:39.837Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20502024-12-20T22:45:39.856Z Compiling foreign-types-shared v0.3.1
20512024-12-20T22:45:40.680Z Compiling newtype-uuid v1.1.3
20522024-12-20T22:45:41.134Z Compiling structmeta v0.3.0
20532024-12-20T22:45:42.549Z Compiling strum v0.26.3
20542024-12-20T22:45:43.109Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20552024-12-20T22:45:45.391Z Compiling foreign-types v0.5.0
20562024-12-20T22:45:49.094Z Compiling progenitor-macro v0.8.0
20572024-12-20T22:45:55.694Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20582024-12-20T22:45:55.730Z Compiling progenitor-client v0.8.0
20592024-12-20T22:45:56.787Z Compiling tabwriter v1.4.0
20602024-12-20T22:45:59.387Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20612024-12-20T22:46:00.031Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20622024-12-20T22:46:00.217Z Compiling cstr-argument v0.1.2
20632024-12-20T22:46:00.493Z Compiling dropshot v0.13.0
20642024-12-20T22:46:00.875Z Compiling pretty-hex v0.2.1
20652024-12-20T22:46:01.215Z Compiling fastrand v2.1.1
20662024-12-20T22:46:01.922Z Compiling thiserror v2.0.3
20672024-12-20T22:46:02.125Z Compiling crucible-workspace-hack v0.1.0
20682024-12-20T22:46:02.330Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20692024-12-20T22:46:02.433Z Compiling progenitor v0.8.0
20702024-12-20T22:46:02.690Z Compiling tempfile v3.13.0
20712024-12-20T22:46:02.726Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20722024-12-20T22:46:02.923Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20732024-12-20T22:46:03.029Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20742024-12-20T22:46:03.670Z Compiling parse-display-derive v0.10.0
20752024-12-20T22:46:03.861Z Compiling colored v2.1.0
20762024-12-20T22:46:03.946Z Compiling serde_with_macros v3.11.0
20772024-12-20T22:46:04.465Z Compiling dropshot_endpoint v0.13.0
20782024-12-20T22:46:05.112Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20792024-12-20T22:46:05.863Z Compiling thiserror-impl v2.0.3
20802024-12-20T22:46:06.577Z Compiling instant v0.1.13
20812024-12-20T22:46:06.769Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20822024-12-20T22:46:06.841Z Compiling backoff v0.4.0
20832024-12-20T22:46:07.218Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20842024-12-20T22:46:07.238Z Compiling serde_with v3.11.0
20852024-12-20T22:46:07.673Z Compiling parse-display v0.10.0
20862024-12-20T22:46:08.781Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20872024-12-20T22:46:09.120Z Compiling zone_cfg_derive v0.3.0
20882024-12-20T22:46:09.706Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20892024-12-20T22:46:10.330Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20902024-12-20T22:46:10.368Z Compiling camino-tempfile v1.1.1
20912024-12-20T22:46:10.505Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
20922024-12-20T22:46:11.129Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
20932024-12-20T22:46:11.180Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20942024-12-20T22:46:11.383Z Compiling regress v0.9.1
20952024-12-20T22:46:11.650Z Compiling num-derive v0.4.2
20962024-12-20T22:46:11.808Z Compiling sigpipe v0.1.3
20972024-12-20T22:46:11.956Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20982024-12-20T22:46:12.252Z Compiling libefi-sys v0.1.0
20992024-12-20T22:46:12.617Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21002024-12-20T22:46:14.006Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
21012024-12-20T22:46:15.770Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
21022024-12-20T22:46:15.930Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
21032024-12-20T22:46:16.241Z Compiling zone v0.3.0
21042024-12-20T22:46:18.930Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21052024-12-20T22:46:20.173Z Compiling smf v0.2.3
21062024-12-20T22:46:20.238Z Compiling bitfield-struct v0.6.2
21072024-12-20T22:46:20.257Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21082024-12-20T22:46:20.672Z Compiling blake3 v1.5.4
21092024-12-20T22:46:21.378Z Compiling ring v0.16.20
21102024-12-20T22:46:21.682Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21112024-12-20T22:46:23.192Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21122024-12-20T22:46:23.480Z Compiling xattr v1.3.1
21132024-12-20T22:46:23.763Z Compiling filetime v0.2.25
21142024-12-20T22:46:23.824Z Compiling memmap2 v0.9.5
21152024-12-20T22:46:24.145Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21162024-12-20T22:46:24.281Z Compiling constant_time_eq v0.3.1
21172024-12-20T22:46:24.395Z Compiling same-file v1.0.6
21182024-12-20T22:46:24.435Z Compiling arrayref v0.3.9
21192024-12-20T22:46:24.477Z Compiling arrayvec v0.7.6
21202024-12-20T22:46:24.552Z Compiling spin v0.5.2
21212024-12-20T22:46:24.686Z Compiling walkdir v2.5.0
21222024-12-20T22:46:24.833Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21232024-12-20T22:46:26.376Z Compiling tar v0.4.42
21242024-12-20T22:46:27.557Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21252024-12-20T22:46:27.766Z Compiling gethostname v0.5.0
21262024-12-20T22:46:27.974Z Compiling cargo-platform v0.1.8
21272024-12-20T22:46:27.995Z Compiling topological-sort v0.2.2
21282024-12-20T22:46:29.094Z Compiling cargo_metadata v0.18.1
21292024-12-20T22:46:30.835Z Compiling omicron-zone-package v0.11.1
21302024-12-20T22:46:38.238Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21312024-12-20T22:46:40.844Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21322024-12-20T22:46:42.567Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21332024-12-20T22:46:59.991Z Finished `release` profile [optimized] target(s) in 5m 35s
21342024-12-20T22:47:00.157Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
21352024-12-20T22:47:00.208ZLogging to: /work/oxidecomputer/omicron/out/LOG
21362024-12-20T22:47:00.211ZCreated new build target 'test' and set it as active
21372024-12-20T22:47:00.211Z
21382024-12-20T22:47:00.212Zreal 5:35.426720235
21392024-12-20T22:47:00.212Zuser 37:40.879312179
21402024-12-20T22:47:00.212Zsys 5:03.400172487
21412024-12-20T22:47:00.212Ztrap 1.188039770
21422024-12-20T22:47:00.212Ztflt 3.132064898
21432024-12-20T22:47:00.212Zdflt 0.821964472
21442024-12-20T22:47:00.212Zkflt 0.000703808
21452024-12-20T22:47:00.212Zlock 1:19:08.695710100
21462024-12-20T22:47:00.212Zslp 2:36:35.852314970
21472024-12-20T22:47:00.213Zlat 2:34.925690412
21482024-12-20T22:47:00.213Zstop 4:41.191812964
21492024-12-20T22:47:00.213Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21502024-12-20T22:47:01.218Z Finished `release` profile [optimized] target(s) in 0.95s
21512024-12-20T22:47:01.279Z Running `target/release/omicron-package -t test package`
21522024-12-20T22:47:01.325ZLogging to: /work/oxidecomputer/omicron/out/LOG
21532024-12-20T22:47:02.493Z Compiling convert_case v0.4.0
21542024-12-20T22:47:02.493Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21552024-12-20T22:47:02.493Z Compiling newline-converter v0.3.0
21562024-12-20T22:47:02.496Z Compiling password-hash v0.5.0
21572024-12-20T22:47:02.496Z Compiling progenitor-client v0.8.0
21582024-12-20T22:47:02.496Z Compiling blake2 v0.10.6
21592024-12-20T22:47:02.496Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21602024-12-20T22:47:02.664Z Compiling atomicwrites v0.4.4
21612024-12-20T22:47:03.273Z Compiling expectorate v1.1.0
21622024-12-20T22:47:03.298Z Compiling owo-colors v4.1.0
21632024-12-20T22:47:03.298Z Compiling progenitor v0.8.0
21642024-12-20T22:47:03.298Z Compiling cancel-safe-futures v0.1.5
21652024-12-20T22:47:03.298Z Compiling argon2 v0.5.3
21662024-12-20T22:47:03.298Z Compiling num-rational v0.4.2
21672024-12-20T22:47:03.314Z Compiling num-complex v0.4.6
21682024-12-20T22:47:03.484Z Compiling derive_more v0.99.18
21692024-12-20T22:47:03.781Z Compiling libsw v3.3.1
21702024-12-20T22:47:04.128Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21712024-12-20T22:47:04.148Z Compiling swrite v0.1.0
21722024-12-20T22:47:04.294Z Compiling indent_write v2.2.0
21732024-12-20T22:47:04.546Z Compiling num v0.4.3
21742024-12-20T22:47:04.647Z Compiling float-ord v0.3.2
21752024-12-20T22:47:04.666Z Compiling linear-map v1.2.0
21762024-12-20T22:47:04.716Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21772024-12-20T22:47:04.719Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21782024-12-20T22:47:04.816Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21792024-12-20T22:47:05.114Z Compiling base64 v0.21.7
21802024-12-20T22:47:05.633Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21812024-12-20T22:47:05.737Z Compiling highway v1.2.0
21822024-12-20T22:47:06.261Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21832024-12-20T22:47:06.641Z Compiling semver v0.1.20
21842024-12-20T22:47:07.193Z Compiling rustc_version v0.1.7
21852024-12-20T22:47:07.242Z Compiling newtype-uuid v1.1.3
21862024-12-20T22:47:07.606Z Compiling dropshot v0.13.0
21872024-12-20T22:47:07.644Z Compiling newtype_derive v0.1.6
21882024-12-20T22:47:07.687Z Compiling ipnetwork v0.20.0
21892024-12-20T22:47:08.051Z Compiling instant v0.1.13
21902024-12-20T22:47:08.223Z Compiling humantime v2.1.0
21912024-12-20T22:47:08.527Z Compiling backoff v0.4.0
21922024-12-20T22:47:08.900Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21932024-12-20T22:47:09.301Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21942024-12-20T22:47:10.177Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21952024-12-20T22:47:12.713Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21962024-12-20T22:47:13.095Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21972024-12-20T22:47:14.376Z Compiling parse-display v0.10.0
21982024-12-20T22:47:14.396Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21992024-12-20T22:47:14.584Z Compiling serde_with v3.11.0
22002024-12-20T22:47:14.950Z Compiling strum v0.26.3
22012024-12-20T22:47:15.161Z Compiling regress v0.9.1
22022024-12-20T22:47:18.219Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22032024-12-20T22:47:19.772Z Compiling macaddr v1.0.1
22042024-12-20T22:47:19.860Z Compiling slog-dtrace v0.3.0
22052024-12-20T22:47:20.061Z Compiling steno v0.4.1
22062024-12-20T22:47:20.153Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22072024-12-20T22:47:20.524Z Compiling prettyplease v0.2.25
22082024-12-20T22:47:21.127Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22092024-12-20T22:47:21.976Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22102024-12-20T22:47:22.198Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22112024-12-20T22:47:24.755Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22122024-12-20T22:47:25.422Z Compiling half v2.4.1
22132024-12-20T22:47:26.189Z Compiling ciborium-io v0.2.2
22142024-12-20T22:47:26.345Z Compiling ciborium-ll v0.2.2
22152024-12-20T22:47:26.886Z Compiling tungstenite v0.21.0
22162024-12-20T22:47:29.887Z Compiling tokio-tungstenite v0.21.0
22172024-12-20T22:47:30.581Z Compiling ciborium v0.2.2
22182024-12-20T22:47:32.150Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22192024-12-20T22:47:32.802Z Compiling fastrand v2.1.1
22202024-12-20T22:47:37.393Z Compiling display-error-chain v0.2.2
22212024-12-20T22:47:37.637Z Compiling same-file v1.0.6
22222024-12-20T22:47:38.474Z Compiling walkdir v2.5.0
22232024-12-20T22:47:39.119Z Compiling tempfile v3.13.0
22242024-12-20T22:47:39.246Z Compiling ring v0.16.20
22252024-12-20T22:47:39.910Z Compiling blake3 v1.5.4
22262024-12-20T22:47:40.195Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22272024-12-20T22:47:40.519Z Compiling xattr v1.3.1
22282024-12-20T22:47:40.810Z Compiling filetime v0.2.25
22292024-12-20T22:47:40.914Z Compiling memmap2 v0.9.5
22302024-12-20T22:47:41.108Z Compiling arrayvec v0.7.6
22312024-12-20T22:47:41.335Z Compiling arrayref v0.3.9
22322024-12-20T22:47:41.453Z Compiling keccak v0.1.5
22332024-12-20T22:47:41.536Z Compiling constant_time_eq v0.3.1
22342024-12-20T22:47:41.591Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22352024-12-20T22:47:41.705Z Compiling spin v0.5.2
22362024-12-20T22:47:41.954Z Compiling sha3 v0.10.8
22372024-12-20T22:47:42.432Z Compiling tar v0.4.42
22382024-12-20T22:47:42.834Z Compiling camino-tempfile v1.1.1
22392024-12-20T22:47:43.160Z Compiling toolchain_find v0.4.0
22402024-12-20T22:47:43.309Z Compiling const_format_proc_macros v0.2.33
22412024-12-20T22:47:43.763Z Compiling topological-sort v0.2.2
22422024-12-20T22:47:44.042Z Compiling radium v0.7.0
22432024-12-20T22:47:44.406Z Compiling maplit v1.0.2
22442024-12-20T22:47:44.506Z Compiling crunchy v0.2.2
22452024-12-20T22:47:44.540Z Compiling omicron-zone-package v0.11.1
22462024-12-20T22:47:44.566Z Compiling rustfmt-wrapper v0.2.1
22472024-12-20T22:47:44.976Z Compiling tap v1.0.1
22482024-12-20T22:47:45.128Z Compiling maybe-uninit v2.0.0
22492024-12-20T22:47:45.171Z Compiling const_format v0.2.33
22502024-12-20T22:47:45.192Z Compiling tiny-keccak v2.0.2
22512024-12-20T22:47:45.298Z Compiling wyz v0.5.1
22522024-12-20T22:47:45.661Z Compiling dsl_auto_type v0.1.2
22532024-12-20T22:47:45.757Z Compiling phf_generator v0.11.2
22542024-12-20T22:47:45.964Z Compiling scheduled-thread-pool v0.2.7
22552024-12-20T22:47:46.168Z Compiling secrecy v0.8.0
22562024-12-20T22:47:46.429Z Compiling async-recursion v1.1.1
22572024-12-20T22:47:46.449Z Compiling diesel_table_macro_syntax v0.2.0
22582024-12-20T22:47:46.493Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22592024-12-20T22:47:46.870Z Compiling packed_struct v0.10.1
22602024-12-20T22:47:46.995Z Compiling crc-catalog v2.4.0
22612024-12-20T22:47:47.041Z Compiling arc-swap v1.7.1
22622024-12-20T22:47:47.162Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22632024-12-20T22:47:47.184Z Compiling funty v2.0.0
22642024-12-20T22:47:47.325Z Compiling crc v3.2.1
22652024-12-20T22:47:47.512Z Compiling diesel_derives v2.2.3
22662024-12-20T22:47:47.751Z Compiling slog-scope v4.4.0
22672024-12-20T22:47:47.897Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22682024-12-20T22:47:48.684Z Compiling bitvec v1.0.1
22692024-12-20T22:47:49.422Z Compiling r2d2 v0.8.10
22702024-12-20T22:47:49.701Z Compiling phf_codegen v0.11.2
22712024-12-20T22:47:49.800Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22722024-12-20T22:47:50.014Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
22732024-12-20T22:47:50.764Z Compiling ascii-canvas v3.0.0
22742024-12-20T22:47:50.854Z Compiling universal-hash v0.5.1
22752024-12-20T22:47:51.120Z Compiling packed_struct_codegen v0.10.1
22762024-12-20T22:47:53.416Z Compiling thiserror-impl-no-std v2.0.2
22772024-12-20T22:47:53.686Z Compiling parse-zoneinfo v0.3.1
22782024-12-20T22:47:55.345Z Compiling ena v0.14.3
22792024-12-20T22:47:55.794Z Compiling indexmap v1.9.3
22802024-12-20T22:47:56.117Z Compiling nodrop v0.1.14
22812024-12-20T22:47:56.138Z Compiling diff v0.1.13
22822024-12-20T22:47:56.258Z Compiling regex-syntax v0.6.29
22832024-12-20T22:47:56.682Z Compiling opaque-debug v0.3.1
22842024-12-20T22:47:56.827Z Compiling poly1305 v0.8.0
22852024-12-20T22:47:58.275Z Compiling array-init v0.0.4
22862024-12-20T22:47:59.149Z Compiling diesel v2.2.6
22872024-12-20T22:47:59.436Z Compiling thiserror-no-std v2.0.2
22882024-12-20T22:47:59.608Z Compiling chrono-tz-build v0.4.0
22892024-12-20T22:48:00.782Z Compiling lalrpop v0.19.12
22902024-12-20T22:48:06.238Z Compiling smallvec v0.6.14
22912024-12-20T22:48:06.791Z Compiling slog-stdlog v4.1.1
22922024-12-20T22:48:07.635Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22932024-12-20T22:48:07.907Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22942024-12-20T22:48:08.192Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22952024-12-20T22:48:08.445Z Compiling chacha20 v0.9.1
22962024-12-20T22:48:08.752Z Compiling aead v0.5.2
22972024-12-20T22:48:08.928Z Compiling vte_generate_state_changes v0.1.2
22982024-12-20T22:48:09.114Z Compiling termcolor v1.4.1
22992024-12-20T22:48:09.532Z Compiling hashbrown v0.12.3
23002024-12-20T22:48:10.214Z Compiling ref-cast v1.0.23
23012024-12-20T22:48:10.722Z Compiling bitfield v0.14.0
23022024-12-20T22:48:11.031Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23032024-12-20T22:48:12.253Z Compiling env_logger v0.10.2
23042024-12-20T22:48:15.432Z Compiling vte v0.11.1
23052024-12-20T22:48:16.985Z Compiling chacha20poly1305 v0.10.1
23062024-12-20T22:48:17.299Z Compiling slog-envlogger v2.2.0
23072024-12-20T22:48:20.151Z Compiling serde-hex v0.1.0
23082024-12-20T22:48:23.785Z Compiling chrono-tz v0.10.0
23092024-12-20T22:48:24.470Z Compiling vsss-rs v3.3.4
23102024-12-20T22:48:25.538Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23112024-12-20T22:48:25.900Z Compiling ron v0.8.1
23122024-12-20T22:48:27.395Z Compiling polar-core v0.27.3
23132024-12-20T22:48:28.586Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23142024-12-20T22:48:28.900Z Compiling derive_builder_core v0.20.2
23152024-12-20T22:48:29.134Z Compiling hashbrown v0.13.2
23162024-12-20T22:48:30.616Z Compiling headers-core v0.3.0
23172024-12-20T22:48:30.813Z Compiling fxhash v0.2.1
23182024-12-20T22:48:31.060Z Compiling libxml v0.3.3
23192024-12-20T22:48:31.197Z Compiling ref-cast-impl v1.0.23
23202024-12-20T22:48:31.433Z Compiling zip v2.1.3
23212024-12-20T22:48:31.782Z Compiling bumpalo v3.16.0
23222024-12-20T22:48:31.973Z Compiling bytecount v0.6.8
23232024-12-20T22:48:32.297Z Compiling crc-any v2.5.0
23242024-12-20T22:48:32.334Z Compiling simd-adler32 v0.3.7
23252024-12-20T22:48:32.406Z Compiling lockfree-object-pool v0.1.6
23262024-12-20T22:48:32.739Z Compiling zopfli v0.8.1
23272024-12-20T22:48:33.254Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23282024-12-20T22:48:33.744Z Compiling papergrid v0.11.0
23292024-12-20T22:48:37.060Z Compiling derive_builder_macro v0.20.2
23302024-12-20T22:48:37.678Z Compiling headers v0.4.0
23312024-12-20T22:48:38.061Z Compiling object v0.30.4
23322024-12-20T22:48:46.190Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23332024-12-20T22:48:47.776Z Compiling strip-ansi-escapes v0.2.0
23342024-12-20T22:48:48.254Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23352024-12-20T22:48:48.644Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23362024-12-20T22:48:48.834Z Compiling tabled_derive v0.7.0
23372024-12-20T22:48:48.956Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23382024-12-20T22:48:50.989Z Compiling itertools v0.12.1
23392024-12-20T22:48:51.159Z Compiling fd-lock v4.0.2
23402024-12-20T22:48:51.396Z Compiling peg-macros v0.8.4
23412024-12-20T22:48:51.477Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23422024-12-20T22:48:52.548Z Compiling strum_macros v0.24.3
23432024-12-20T22:48:53.494Z Compiling kstat-rs v0.2.4
23442024-12-20T22:48:53.737Z Compiling samael v0.0.17
23452024-12-20T22:48:54.278Z Compiling unicase v2.7.0
23462024-12-20T22:48:54.488Z Compiling nu-ansi-term v0.50.1
23472024-12-20T22:48:54.594Z Compiling indoc v1.0.9
23482024-12-20T22:48:54.757Z Compiling path-slash v0.1.5
23492024-12-20T22:48:54.845Z Compiling peg v0.8.4
23502024-12-20T22:48:54.976Z Compiling reedline v0.35.0
23512024-12-20T22:48:54.996Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23522024-12-20T22:48:55.429Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23532024-12-20T22:48:55.910Z Compiling tabled v0.15.0
23542024-12-20T22:48:59.202Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23552024-12-20T22:49:10.589Z Compiling derive_builder v0.20.2
23562024-12-20T22:49:14.913Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23572024-12-20T22:49:15.712Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23582024-12-20T22:49:15.837Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23592024-12-20T22:49:16.170Z Compiling pem v3.0.4
23602024-12-20T22:49:16.192Z Compiling bcs v0.1.6
23612024-12-20T22:49:17.106Z Compiling impl-trait-for-tuples v0.2.2
23622024-12-20T22:49:17.638Z Compiling oso-derive v0.27.3
23632024-12-20T22:49:18.671Z Compiling libz-sys v1.1.20
23642024-12-20T22:49:19.350Z Compiling quick-xml v0.33.0
23652024-12-20T22:49:19.445Z Compiling diesel-dtrace v0.4.2
23662024-12-20T22:49:19.763Z Compiling parking_lot_core v0.8.6
23672024-12-20T22:49:23.999Z Compiling oso v0.27.3
23682024-12-20T22:49:27.102Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23692024-12-20T22:49:28.808Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23702024-12-20T22:49:34.358Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23712024-12-20T22:49:37.603Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23722024-12-20T22:49:37.910Z Compiling bb8 v0.8.5
23732024-12-20T22:49:38.553Z Compiling buf-list v1.0.3
23742024-12-20T22:49:39.236Z Compiling async-bb8-diesel v0.2.1
23752024-12-20T22:49:41.672Z Compiling nibble_vec v0.1.0
23762024-12-20T22:49:41.695Z Compiling libgit2-sys v0.17.0+1.8.1
23772024-12-20T22:49:41.938Z Compiling pin-project-internal v1.1.6
23782024-12-20T22:49:42.464Z Compiling atty v0.2.14
23792024-12-20T22:49:42.645Z Compiling endian-type v0.1.2
23802024-12-20T22:49:42.918Z Compiling salty v0.3.0
23812024-12-20T22:49:43.376Z Compiling radix_trie v0.2.1
23822024-12-20T22:49:44.813Z Compiling pin-project v1.1.6
23832024-12-20T22:49:45.308Z Compiling parking_lot v0.11.2
23842024-12-20T22:49:48.479Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
23852024-12-20T22:49:54.987Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
23862024-12-20T22:49:59.863Z Compiling snafu-derive v0.8.5
23872024-12-20T22:50:02.532Z Compiling sled v0.34.7
23882024-12-20T22:50:04.735Z Compiling snafu v0.8.5
23892024-12-20T22:50:06.077Z Compiling mime_guess v2.0.5
23902024-12-20T22:50:07.231Z Compiling hickory-client v0.24.1
23912024-12-20T22:50:14.882Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23922024-12-20T22:50:15.275Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
23932024-12-20T22:50:15.939Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23942024-12-20T22:50:15.999Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23952024-12-20T22:50:16.987Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23962024-12-20T22:50:18.554Z Compiling globset v0.4.15
23972024-12-20T22:50:21.296Z Compiling hickory-server v0.24.1
23982024-12-20T22:50:24.933Z Compiling primeorder v0.13.6
23992024-12-20T22:50:25.548Z Compiling olpc-cjson v0.1.4
24002024-12-20T22:50:25.902Z Compiling castaway v0.2.3
24012024-12-20T22:50:26.103Z Compiling vergen v8.3.2
24022024-12-20T22:50:26.122Z Compiling env_filter v0.1.2
24032024-12-20T22:50:26.407Z Compiling serde_plain v1.0.2
24042024-12-20T22:50:26.962Z Compiling cargo-platform v0.1.8
24052024-12-20T22:50:27.487Z Compiling nanorand v0.7.0
24062024-12-20T22:50:27.560Z Compiling memoffset v0.9.1
24072024-12-20T22:50:27.848Z Compiling typed-path v0.9.3
24082024-12-20T22:50:28.207Z Compiling flume v0.11.1
24092024-12-20T22:50:29.188Z Compiling cargo_metadata v0.18.1
24102024-12-20T22:50:32.552Z Compiling tough v0.19.0
24112024-12-20T22:50:33.976Z Compiling env_logger v0.11.5
24122024-12-20T22:50:35.075Z Compiling compact_str v0.8.0
24132024-12-20T22:50:35.420Z Compiling git2 v0.19.0
24142024-12-20T22:50:35.448Z Compiling p384 v0.13.0
24152024-12-20T22:50:36.563Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
24162024-12-20T22:50:37.505Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24172024-12-20T22:50:37.802Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24182024-12-20T22:50:45.535Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24192024-12-20T22:50:46.788Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24202024-12-20T22:50:47.642Z Compiling unicode-truncate v1.1.0
24212024-12-20T22:50:47.946Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
24222024-12-20T22:50:49.592Z Compiling lru v0.12.5
24232024-12-20T22:50:50.013Z Compiling rand_seeder v0.3.0
24242024-12-20T22:50:50.454Z Compiling libsqlite3-sys v0.30.1
24252024-12-20T22:50:50.711Z Compiling lzma-sys v0.1.20
24262024-12-20T22:50:50.953Z Compiling instability v0.3.2
24272024-12-20T22:50:51.535Z Compiling parse-size v1.1.0
24282024-12-20T22:50:51.834Z Compiling cfg_aliases v0.2.1
24292024-12-20T22:50:51.960Z Compiling http-range v0.1.5
24302024-12-20T22:50:51.980Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24312024-12-20T22:50:52.297Z Compiling rustls v0.21.12
24322024-12-20T22:50:52.514Z Compiling cassowary v0.3.0
24332024-12-20T22:50:52.664Z Compiling nix v0.29.0
24342024-12-20T22:50:53.550Z Compiling ratatui v0.28.1
24352024-12-20T22:50:53.963Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24362024-12-20T22:50:56.261Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24372024-12-20T22:50:58.339Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24382024-12-20T22:51:02.093Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24392024-12-20T22:51:02.320Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24402024-12-20T22:51:03.106Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24412024-12-20T22:51:03.413Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
24422024-12-20T22:51:04.252Z Compiling sct v0.7.1
24432024-12-20T22:51:04.726Z Compiling rustls-webpki v0.101.7
24442024-12-20T22:51:07.835Z Compiling heck v0.3.3
24452024-12-20T22:51:08.004Z Compiling csv-core v0.1.11
24462024-12-20T22:51:08.245Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24472024-12-20T22:51:08.591Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
24482024-12-20T22:51:08.792Z Compiling glob v0.3.1
24492024-12-20T22:51:08.950Z Compiling csv v1.3.0
24502024-12-20T22:51:08.965Z Compiling zone_cfg_derive v0.1.2
24512024-12-20T22:51:10.403Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24522024-12-20T22:51:11.176Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
24532024-12-20T22:51:13.015Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
24542024-12-20T22:51:14.334Z Compiling nix v0.27.1
24552024-12-20T22:51:17.622Z Compiling hyper-staticfile v0.10.1
24562024-12-20T22:51:19.337Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24572024-12-20T22:51:19.620Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24582024-12-20T22:51:21.489Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
24592024-12-20T22:51:22.752Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
24602024-12-20T22:51:26.442Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24612024-12-20T22:51:27.100Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24622024-12-20T22:51:27.959Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24632024-12-20T22:51:28.315Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24642024-12-20T22:51:28.648Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24652024-12-20T22:51:28.673Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24662024-12-20T22:51:28.947Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24672024-12-20T22:51:31.914Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
24682024-12-20T22:51:32.598Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24692024-12-20T22:51:33.225Z Compiling hashlink v0.9.1
24702024-12-20T22:51:34.041Z Compiling tungstenite v0.23.0
24712024-12-20T22:51:34.110Z Compiling base64 v0.13.1
24722024-12-20T22:51:34.926Z Compiling fallible-streaming-iterator v0.1.9
24732024-12-20T22:51:35.241Z Compiling fallible-iterator v0.3.0
24742024-12-20T22:51:36.032Z Compiling tokio-tungstenite v0.23.1
24752024-12-20T22:51:36.110Z Compiling rusqlite v0.32.1
24762024-12-20T22:51:36.741Z Compiling ron v0.7.1
24772024-12-20T22:51:36.954Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24782024-12-20T22:51:37.475Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24792024-12-20T22:51:37.666Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24802024-12-20T22:51:39.390Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24812024-12-20T22:51:43.179Z Compiling xz2 v0.1.7
24822024-12-20T22:51:43.684Z Compiling tokio-rustls v0.24.1
24832024-12-20T22:51:44.146Z Compiling zone v0.1.8
24842024-12-20T22:51:46.702Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
24852024-12-20T22:51:47.733Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
24862024-12-20T22:51:55.429Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24872024-12-20T22:51:59.845Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
24882024-12-20T22:52:01.193Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24892024-12-20T22:52:02.068Z Compiling rustls-pemfile v1.0.4
24902024-12-20T22:52:02.815Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
24912024-12-20T22:52:03.116Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
24922024-12-20T22:52:03.164Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24932024-12-20T22:52:03.331Z Compiling signal-hook-tokio v0.3.1
24942024-12-20T22:52:03.628Z Compiling twox-hash v1.6.3
24952024-12-20T22:52:04.723Z Compiling yasna v0.5.2
24962024-12-20T22:52:08.205Z Compiling smawk v0.3.2
24972024-12-20T22:52:08.340Z Compiling unicode-linebreak v0.1.5
24982024-12-20T22:52:08.474Z Compiling is_ci v1.2.0
24992024-12-20T22:52:08.789Z Compiling textwrap v0.16.1
25002024-12-20T22:52:08.896Z Compiling supports-color v3.0.1
25012024-12-20T22:52:09.343Z Compiling rcgen v0.12.1
25022024-12-20T22:52:14.630Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
25032024-12-20T22:52:19.724Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
25042024-12-20T22:52:23.017Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25052024-12-20T22:52:23.290Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
25062024-12-20T22:52:31.168Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
25072024-12-20T22:52:31.879Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25082024-12-20T22:52:36.793Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
25092024-12-20T22:52:44.551Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
25102024-12-20T22:52:50.564Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
25112024-12-20T22:52:51.221Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
25122024-12-20T22:52:51.537Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
25132024-12-20T22:52:58.247Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
25142024-12-20T22:52:59.645Z Compiling fatfs v0.3.6
25152024-12-20T22:53:02.630Z Compiling rtoolbox v0.0.2
25162024-12-20T22:53:03.085Z Compiling subprocess v0.2.9
25172024-12-20T22:53:04.042Z Compiling assert_matches v1.5.0
25182024-12-20T22:53:07.732Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
25192024-12-20T22:53:08.842Z Compiling rpassword v7.3.1
25202024-12-20T22:53:09.324Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
25212024-12-20T22:53:13.876Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
25222024-12-20T22:53:15.667Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
25232024-12-20T22:53:20.985Z Compiling tui-tree-widget v0.22.0
25242024-12-20T22:53:21.109Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
25252024-12-20T22:53:21.421Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25262024-12-20T22:53:21.741Z Compiling uzers v0.12.1
25272024-12-20T22:53:25.005Z Compiling shell-words v1.1.0
25282024-12-20T22:53:25.458Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
25292024-12-20T22:53:34.869Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
25302024-12-20T22:53:36.898Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
25312024-12-20T22:54:00.192Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25322024-12-20T22:54:05.278Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
25332024-12-20T22:54:10.188Z Compiling multimap v0.10.0
25342024-12-20T22:56:32.213Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25352024-12-20T22:56:32.491Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25362024-12-20T23:03:28.079Z Finished `release` profile [optimized] target(s) in 16m 26s
25372024-12-20T23:04:33.419Z
25382024-12-20T23:04:33.423Zreal 17:33.123402895
25392024-12-20T23:04:33.423Zuser 1:59:14.487247551
25402024-12-20T23:04:33.423Zsys 5:57.708909708
25412024-12-20T23:04:33.423Ztrap 3.138185413
25422024-12-20T23:04:33.423Ztflt 2.858590691
25432024-12-20T23:04:33.423Zdflt 5.106297115
25442024-12-20T23:04:33.423Zkflt 0.001804463
25452024-12-20T23:04:33.423Zlock 7:28:45.970849376
25462024-12-20T23:04:33.423Zslp 6:20:56.904639490
25472024-12-20T23:04:33.423Zlat 2:57.669851497
25482024-12-20T23:04:33.423Zstop 2:38.997403143
25492024-12-20T23:04:33.423Z+ mapfile -t packages
25502024-12-20T23:04:33.423Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25512024-12-20T23:04:34.578Z Finished `release` profile [optimized] target(s) in 1.09s
25522024-12-20T23:04:34.634Z Running `target/release/omicron-package -t test list-outputs`
25532024-12-20T23:04:34.689ZLogging to: /work/oxidecomputer/omicron/out/LOG
25542024-12-20T23:04:34.692Z+ ptime -m cargo build --locked --release -p xtask
25552024-12-20T23:04:35.297Z Compiling serde v1.0.215
25562024-12-20T23:04:35.300Z Compiling rustix v0.38.37
25572024-12-20T23:04:35.300Z Compiling serde_json v1.0.132
25582024-12-20T23:04:35.300Z Compiling libc v0.2.162
25592024-12-20T23:04:35.401Z Compiling syn v2.0.87
25602024-12-20T23:04:35.411Z Compiling bitflags v2.6.0
25612024-12-20T23:04:35.740Z Compiling usdt-impl v0.5.0
25622024-12-20T23:04:35.827Z Compiling syn v1.0.109
25632024-12-20T23:04:35.922Z Compiling log v0.4.22
25642024-12-20T23:04:35.939Z Compiling hashbrown v0.15.1
25652024-12-20T23:04:35.996Z Compiling fs-err v2.11.0
25662024-12-20T23:04:36.305Z Compiling anyhow v1.0.93
25672024-12-20T23:04:36.396Z Compiling once_cell v1.20.2
25682024-12-20T23:04:36.877Z Compiling thread-id v4.2.2
25692024-12-20T23:04:37.289Z Compiling indexmap v2.6.0
25702024-12-20T23:04:38.507Z Compiling terminal_size v0.4.0
25712024-12-20T23:04:38.507Z Compiling tempfile v3.13.0
25722024-12-20T23:04:38.770Z Compiling clap_builder v4.5.21
25732024-12-20T23:04:39.432Z Compiling proc-macro-error v1.0.4
25742024-12-20T23:04:40.769Z Compiling tabled_derive v0.7.0
25752024-12-20T23:04:42.101Z Compiling tabled v0.15.0
25762024-12-20T23:04:43.509Z Compiling serde_derive v1.0.215
25772024-12-20T23:04:44.575Z Compiling thiserror-impl v1.0.69
25782024-12-20T23:04:44.754Z Compiling zerocopy-derive v0.7.35
25792024-12-20T23:04:44.874Z Compiling scroll_derive v0.12.0
25802024-12-20T23:04:46.363Z Compiling scroll v0.12.0
25812024-12-20T23:04:46.860Z Compiling zerocopy v0.7.35
25822024-12-20T23:04:47.061Z Compiling goblin v0.8.2
25832024-12-20T23:04:47.639Z Compiling thiserror v1.0.69
25842024-12-20T23:04:47.816Z Compiling pest v2.7.14
25852024-12-20T23:04:51.040Z Compiling pest_meta v2.7.14
25862024-12-20T23:04:52.777Z Compiling pest_generator v2.7.14
25872024-12-20T23:04:55.454Z Compiling pest_derive v2.7.14
25882024-12-20T23:04:56.262Z Compiling dtrace-parser v0.2.0
25892024-12-20T23:04:58.033Z Compiling clap_derive v4.5.18
25902024-12-20T23:05:02.512Z Compiling dof v0.3.0
25912024-12-20T23:05:02.942Z Compiling serde_tokenstream v0.2.2
25922024-12-20T23:05:02.959Z Compiling serde_spanned v0.6.8
25932024-12-20T23:05:03.470Z Compiling toml_datetime v0.6.8
25942024-12-20T23:05:04.226Z Compiling toml_edit v0.22.22
25952024-12-20T23:05:04.684Z Compiling camino v1.1.9
25962024-12-20T23:05:05.179Z Compiling usdt-attr-macro v0.5.0
25972024-12-20T23:05:06.123Z Compiling usdt-macro v0.5.0
25982024-12-20T23:05:07.349Z Compiling semver v1.0.23
25992024-12-20T23:05:08.075Z Compiling toml v0.8.19
26002024-12-20T23:05:08.525Z Compiling cargo-platform v0.1.8
26012024-12-20T23:05:08.887Z Compiling usdt v0.5.0
26022024-12-20T23:05:08.918Z Compiling cargo_metadata v0.18.1
26032024-12-20T23:05:09.691Z Compiling cargo_toml v0.20.5
26042024-12-20T23:05:10.420Z Compiling camino-tempfile v1.1.1
26052024-12-20T23:05:10.475Z Compiling clap v4.5.21
26062024-12-20T23:05:10.627Z Compiling macaddr v1.0.1
26072024-12-20T23:05:21.993Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
26082024-12-20T23:05:33.817Z Finished `release` profile [optimized] target(s) in 59.06s
26092024-12-20T23:05:33.931Z
26102024-12-20T23:05:33.935Zreal 59.206465824
26112024-12-20T23:05:33.935Zuser 5:57.789561003
26122024-12-20T23:05:33.936Zsys 33.066022798
26132024-12-20T23:05:33.936Ztrap 0.174354876
26142024-12-20T23:05:33.936Ztflt 0.312988137
26152024-12-20T23:05:33.936Zdflt 0.637405805
26162024-12-20T23:05:33.936Zkflt 0.000000000
26172024-12-20T23:05:33.936Zlock 10:36.696027754
26182024-12-20T23:05:33.936Zslp 15:41.074500994
26192024-12-20T23:05:33.936Zlat 12.760227957
26202024-12-20T23:05:33.936Zstop 17.178315891
26212024-12-20T23:05:33.936Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
26222024-12-20T23:05:33.936Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
26232024-12-20T23:05:33.936Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
26242024-12-20T23:05:33.936Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
26252024-12-20T23:05:33.936Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
26262024-12-20T23:05:34.843Z Compiling hashbrown v0.14.5
26272024-12-20T23:05:34.972Z Compiling ident_case v1.0.1
26282024-12-20T23:05:34.975Z Compiling unsafe-libyaml v0.2.11
26292024-12-20T23:05:34.975Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26302024-12-20T23:05:34.975Z Compiling progenitor-client v0.8.0
26312024-12-20T23:05:34.975Z Compiling ipnetwork v0.20.0
26322024-12-20T23:05:34.975Z Compiling macaddr v1.0.1
26332024-12-20T23:05:34.975Z Compiling instant v0.1.13
26342024-12-20T23:05:35.131Z Compiling darling_core v0.20.10
26352024-12-20T23:05:35.174Z Compiling structmeta-derive v0.3.0
26362024-12-20T23:05:35.484Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
26372024-12-20T23:05:35.526Z Compiling dropshot v0.13.0
26382024-12-20T23:05:35.602Z Compiling newtype-uuid v1.1.3
26392024-12-20T23:05:35.940Z Compiling dropshot_endpoint v0.13.0
26402024-12-20T23:05:36.012Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26412024-12-20T23:05:36.300Z Compiling regress v0.10.1
26422024-12-20T23:05:36.321Z Compiling regress v0.9.1
26432024-12-20T23:05:36.344Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26442024-12-20T23:05:36.732Z Compiling serde_yaml v0.9.34+deprecated
26452024-12-20T23:05:36.816Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26462024-12-20T23:05:37.020Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26472024-12-20T23:05:37.069Z Compiling backoff v0.4.0
26482024-12-20T23:05:37.462Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26492024-12-20T23:05:37.647Z Compiling tempfile v3.13.0
26502024-12-20T23:05:37.836Z Compiling proc-macro-crate v1.3.1
26512024-12-20T23:05:38.319Z Compiling structmeta v0.3.0
26522024-12-20T23:05:38.585Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26532024-12-20T23:05:38.822Z Compiling parse-display-derive v0.10.0
26542024-12-20T23:05:39.001Z Compiling num_enum_derive v0.5.11
26552024-12-20T23:05:39.031Z Compiling itertools v0.13.0
26562024-12-20T23:05:41.024Z Compiling typify-impl v0.2.0
26572024-12-20T23:05:41.724Z Compiling zerocopy v0.8.10
26582024-12-20T23:05:41.747Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26592024-12-20T23:05:41.765Z Compiling num_enum v0.5.11
26602024-12-20T23:05:41.947Z Compiling foreign-types-macros v0.2.3
26612024-12-20T23:05:42.095Z Compiling zerocopy-derive v0.8.10
26622024-12-20T23:05:42.522Z Compiling heapless v0.8.0
26632024-12-20T23:05:42.625Z Compiling darling_macro v0.20.10
26642024-12-20T23:05:42.778Z Compiling foreign-types-shared v0.3.1
26652024-12-20T23:05:43.100Z Compiling proc-macro-error v1.0.4
26662024-12-20T23:05:43.327Z Compiling foreign-types v0.5.0
26672024-12-20T23:05:43.461Z Compiling camino-tempfile v1.1.1
26682024-12-20T23:05:43.598Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26692024-12-20T23:05:43.631Z Compiling parse-display v0.10.0
26702024-12-20T23:05:43.650Z Compiling darling v0.20.10
26712024-12-20T23:05:43.790Z Compiling serde_with_macros v3.11.0
26722024-12-20T23:05:43.941Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26732024-12-20T23:05:43.969Z Compiling hash32 v0.3.1
26742024-12-20T23:05:44.254Z Compiling cstr-argument v0.1.2
26752024-12-20T23:05:44.445Z Compiling crucible-workspace-hack v0.1.0
26762024-12-20T23:05:44.513Z Compiling pretty-hex v0.2.1
26772024-12-20T23:05:44.545Z Compiling smoltcp v0.11.0
26782024-12-20T23:05:44.720Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26792024-12-20T23:05:44.770Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26802024-12-20T23:05:44.967Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26812024-12-20T23:05:45.367Z Compiling tabwriter v1.4.0
26822024-12-20T23:05:45.629Z Compiling colored v2.1.0
26832024-12-20T23:05:45.945Z Compiling cobs v0.2.3
26842024-12-20T23:05:46.300Z Compiling postcard v1.0.10
26852024-12-20T23:05:46.624Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26862024-12-20T23:05:46.828Z Compiling serde_with v3.11.0
26872024-12-20T23:05:46.931Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26882024-12-20T23:05:47.065Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26892024-12-20T23:05:47.129Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
26902024-12-20T23:05:47.436Z Compiling thiserror v2.0.3
26912024-12-20T23:05:48.082Z Compiling smf v0.2.3
26922024-12-20T23:05:48.473Z Compiling thiserror-impl v2.0.3
26932024-12-20T23:05:48.873Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
26942024-12-20T23:05:49.606Z Compiling zone_cfg_derive v0.3.0
26952024-12-20T23:05:51.171Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
26962024-12-20T23:05:51.194Z Compiling num-derive v0.4.2
26972024-12-20T23:05:51.429Z Compiling sigpipe v0.1.3
26982024-12-20T23:05:51.480Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26992024-12-20T23:05:51.572Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
27002024-12-20T23:05:51.602Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27012024-12-20T23:05:51.711Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27022024-12-20T23:05:51.813Z Compiling zone v0.3.0
27032024-12-20T23:05:52.087Z Compiling universal-hash v0.5.1
27042024-12-20T23:05:52.318Z Compiling opaque-debug v0.3.1
27052024-12-20T23:05:52.438Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27062024-12-20T23:05:52.471Z Compiling num-rational v0.4.2
27072024-12-20T23:05:52.570Z Compiling password-hash v0.5.0
27082024-12-20T23:05:52.920Z Compiling num-complex v0.4.6
27092024-12-20T23:05:53.477Z Compiling blake2 v0.10.6
27102024-12-20T23:05:53.636Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
27112024-12-20T23:05:53.642Z Compiling aead v0.5.2
27122024-12-20T23:05:53.764Z Compiling convert_case v0.4.0
27132024-12-20T23:05:54.052Z Compiling keccak v0.1.5
27142024-12-20T23:05:54.108Z Compiling argon2 v0.5.3
27152024-12-20T23:05:54.324Z Compiling num v0.4.3
27162024-12-20T23:05:54.461Z Compiling sha3 v0.10.8
27172024-12-20T23:05:54.714Z Compiling poly1305 v0.8.0
27182024-12-20T23:05:54.873Z Compiling derive_more v0.99.18
27192024-12-20T23:05:54.913Z Compiling tungstenite v0.21.0
27202024-12-20T23:05:55.152Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27212024-12-20T23:05:55.492Z Compiling chacha20 v0.9.1
27222024-12-20T23:05:55.540Z Compiling base64 v0.21.7
27232024-12-20T23:05:56.023Z Compiling float-ord v0.3.2
27242024-12-20T23:05:56.225Z Compiling tokio-tungstenite v0.21.0
27252024-12-20T23:05:56.384Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27262024-12-20T23:05:56.497Z Compiling semver v0.1.20
27272024-12-20T23:05:56.866Z Compiling same-file v1.0.6
27282024-12-20T23:05:56.988Z Compiling rustc_version v0.1.7
27292024-12-20T23:05:57.107Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27302024-12-20T23:05:57.186Z Compiling walkdir v2.5.0
27312024-12-20T23:05:57.206Z Compiling newline-converter v0.3.0
27322024-12-20T23:05:57.226Z Compiling primeorder v0.13.6
27332024-12-20T23:05:57.273Z Compiling secrecy v0.8.0
27342024-12-20T23:05:57.388Z Compiling cancel-safe-futures v0.1.5
27352024-12-20T23:05:57.560Z Compiling owo-colors v4.1.0
27362024-12-20T23:05:57.590Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
27372024-12-20T23:05:57.775Z Compiling newtype_derive v0.1.6
27382024-12-20T23:05:57.805Z Compiling expectorate v1.1.0
27392024-12-20T23:05:57.887Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27402024-12-20T23:05:57.992Z Compiling thiserror-impl-no-std v2.0.2
27412024-12-20T23:05:58.013Z Compiling ring v0.16.20
27422024-12-20T23:05:58.070Z Compiling blake3 v1.5.4
27432024-12-20T23:05:58.234Z Compiling unicase v2.7.0
27442024-12-20T23:05:58.484Z Compiling half v2.4.1
27452024-12-20T23:05:58.537Z Compiling arc-swap v1.7.1
27462024-12-20T23:05:58.786Z Compiling ciborium-io v0.2.2
27472024-12-20T23:05:59.132Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27482024-12-20T23:05:59.248Z Compiling slog-scope v4.4.0
27492024-12-20T23:05:59.425Z Compiling ciborium-ll v0.2.2
27502024-12-20T23:05:59.818Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27512024-12-20T23:06:00.145Z Compiling polyval v0.6.2
27522024-12-20T23:06:00.384Z Compiling typify-macro v0.2.0
27532024-12-20T23:06:00.605Z Compiling atomicwrites v0.4.4
27542024-12-20T23:06:00.623Z Compiling libsw v3.3.1
27552024-12-20T23:06:00.662Z Compiling memmap2 v0.9.5
27562024-12-20T23:06:00.969Z Compiling salty v0.3.0
27572024-12-20T23:06:00.992Z Compiling indent_write v2.2.0
27582024-12-20T23:06:01.197Z Compiling constant_time_eq v0.3.1
27592024-12-20T23:06:01.240Z Compiling arrayref v0.3.9
27602024-12-20T23:06:01.368Z Compiling spin v0.5.2
27612024-12-20T23:06:01.389Z Compiling thiserror-no-std v2.0.2
27622024-12-20T23:06:01.408Z Compiling libefi-sys v0.1.0
27632024-12-20T23:06:01.428Z Compiling linear-map v1.2.0
27642024-12-20T23:06:01.526Z Compiling parking_lot_core v0.8.6
27652024-12-20T23:06:01.629Z Compiling arrayvec v0.7.6
27662024-12-20T23:06:01.753Z Compiling vsss-rs v3.3.4
27672024-12-20T23:06:01.865Z Compiling ghash v0.5.1
27682024-12-20T23:06:02.080Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27692024-12-20T23:06:02.273Z Compiling ciborium v0.2.2
27702024-12-20T23:06:02.691Z Compiling slog-stdlog v4.1.1
27712024-12-20T23:06:03.127Z Compiling p384 v0.13.0
27722024-12-20T23:06:03.157Z Compiling toolchain_find v0.4.0
27732024-12-20T23:06:03.353Z Compiling chacha20poly1305 v0.10.1
27742024-12-20T23:06:03.928Z Compiling lzma-sys v0.1.20
27752024-12-20T23:06:03.938Z Compiling ctr v0.9.2
27762024-12-20T23:06:03.957Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
27772024-12-20T23:06:04.308Z Compiling bitfield-struct v0.6.2
27782024-12-20T23:06:04.385Z Compiling slog-dtrace v0.3.0
27792024-12-20T23:06:04.438Z Compiling topological-sort v0.2.2
27802024-12-20T23:06:04.687Z Compiling highway v1.2.0
27812024-12-20T23:06:04.781Z Compiling omicron-zone-package v0.11.1
27822024-12-20T23:06:04.876Z Compiling typify v0.2.0
27832024-12-20T23:06:04.987Z Compiling aes-gcm v0.10.3
27842024-12-20T23:06:05.053Z Compiling progenitor-impl v0.8.0
27852024-12-20T23:06:05.333Z Compiling rustfmt-wrapper v0.2.1
27862024-12-20T23:06:05.508Z Compiling slog-envlogger v2.2.0
27872024-12-20T23:06:05.829Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27882024-12-20T23:06:05.874Z Compiling mime_guess v2.0.5
27892024-12-20T23:06:05.920Z Compiling steno v0.4.1
27902024-12-20T23:06:06.644Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27912024-12-20T23:06:06.930Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27922024-12-20T23:06:07.021Z Compiling heck v0.3.3
27932024-12-20T23:06:07.247Z Compiling ssh-encoding v0.2.0
27942024-12-20T23:06:07.383Z Compiling blowfish v0.9.1
27952024-12-20T23:06:07.406Z Compiling nibble_vec v0.1.0
27962024-12-20T23:06:07.490Z Compiling env_filter v0.1.2
27972024-12-20T23:06:07.639Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27982024-12-20T23:06:07.772Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
27992024-12-20T23:06:07.775Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
28002024-12-20T23:06:07.865Z Compiling humantime v2.1.0
28012024-12-20T23:06:08.077Z Compiling endian-type v0.1.2
28022024-12-20T23:06:08.148Z Compiling env_logger v0.11.5
28032024-12-20T23:06:08.165Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28042024-12-20T23:06:08.286Z Compiling radix_trie v0.2.1
28052024-12-20T23:06:08.327Z Compiling bcrypt-pbkdf v0.10.0
28062024-12-20T23:06:08.402Z Compiling ssh-cipher v0.2.0
28072024-12-20T23:06:08.938Z Compiling zone_cfg_derive v0.1.2
28082024-12-20T23:06:09.107Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28092024-12-20T23:06:09.252Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
28102024-12-20T23:06:09.622Z Compiling parking_lot v0.11.2
28112024-12-20T23:06:10.156Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28122024-12-20T23:06:10.181Z Compiling password-hash v0.4.2
28132024-12-20T23:06:10.498Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
28142024-12-20T23:06:10.529Z Compiling gethostname v0.5.0
28152024-12-20T23:06:10.587Z Compiling fxhash v0.2.1
28162024-12-20T23:06:10.608Z Compiling zip v2.1.3
28172024-12-20T23:06:10.778Z Compiling base64 v0.13.1
28182024-12-20T23:06:10.822Z Compiling lockfree-object-pool v0.1.6
28192024-12-20T23:06:10.942Z Compiling bumpalo v3.16.0
28202024-12-20T23:06:11.129Z Compiling matches v0.1.10
28212024-12-20T23:06:11.132Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
28222024-12-20T23:06:11.132Z Compiling simd-adler32 v0.3.7
28232024-12-20T23:06:11.248Z Compiling http-range v0.1.5
28242024-12-20T23:06:11.348Z Compiling idna v0.2.3
28252024-12-20T23:06:11.398Z Compiling ron v0.7.1
28262024-12-20T23:06:11.501Z Compiling sled v0.34.7
28272024-12-20T23:06:11.555Z Compiling zopfli v0.8.1
28282024-12-20T23:06:11.650Z Compiling pbkdf2 v0.11.0
28292024-12-20T23:06:11.779Z Compiling zone v0.1.8
28302024-12-20T23:06:12.046Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28312024-12-20T23:06:12.842Z Compiling xz2 v0.1.7
28322024-12-20T23:06:13.095Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28332024-12-20T23:06:13.475Z Compiling ssh-key v0.6.6
28342024-12-20T23:06:13.495Z Compiling hickory-client v0.24.1
28352024-12-20T23:06:13.525Z Compiling progenitor-macro v0.8.0
28362024-12-20T23:06:14.271Z Compiling p256 v0.13.2
28372024-12-20T23:06:14.367Z Compiling p521 v0.13.3
28382024-12-20T23:06:14.484Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
28392024-12-20T23:06:15.070Z Compiling hickory-server v0.24.1
28402024-12-20T23:06:15.183Z Compiling enum-as-inner v0.5.1
28412024-12-20T23:06:15.704Z Compiling pem v3.0.4
28422024-12-20T23:06:16.270Z Compiling yasna v0.5.2
28432024-12-20T23:06:16.589Z Compiling headers-core v0.3.0
28442024-12-20T23:06:16.801Z Compiling kstat-rs v0.2.4
28452024-12-20T23:06:16.889Z Compiling nanorand v0.7.0
28462024-12-20T23:06:17.512Z Compiling atty v0.2.14
28472024-12-20T23:06:17.530Z Compiling russh-cryptovec v0.7.3
28482024-12-20T23:06:17.671Z Compiling md5 v0.7.0
28492024-12-20T23:06:17.873Z Compiling flume v0.11.1
28502024-12-20T23:06:18.077Z Compiling russh-keys v0.45.0
28512024-12-20T23:06:18.215Z Compiling rcgen v0.12.1
28522024-12-20T23:06:18.236Z Compiling headers v0.4.0
28532024-12-20T23:06:18.576Z Compiling trust-dns-proto v0.22.0
28542024-12-20T23:06:18.629Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
28552024-12-20T23:06:20.205Z Compiling hyper-staticfile v0.10.1
28562024-12-20T23:06:21.376Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28572024-12-20T23:06:22.030Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28582024-12-20T23:06:22.613Z Compiling num-bigint v0.4.6
28592024-12-20T23:06:22.636Z Compiling des v0.8.1
28602024-12-20T23:06:22.902Z Compiling subprocess v0.2.9
28612024-12-20T23:06:23.014Z Compiling dhcproto-macros v0.1.0
28622024-12-20T23:06:23.017Z Compiling display-error-chain v0.2.2
28632024-12-20T23:06:23.247Z Compiling hex-literal v0.4.1
28642024-12-20T23:06:23.429Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28652024-12-20T23:06:23.592Z Compiling internet-checksum v0.2.1
28662024-12-20T23:06:23.996Z Compiling dhcproto v0.12.0
28672024-12-20T23:06:25.671Z Compiling russh v0.45.0
28682024-12-20T23:06:27.343Z Compiling progenitor v0.8.0
28692024-12-20T23:06:27.492Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28702024-12-20T23:06:27.492Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
28712024-12-20T23:06:27.495Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28722024-12-20T23:06:27.495Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28732024-12-20T23:06:27.495Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28742024-12-20T23:06:27.574Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28752024-12-20T23:06:27.666Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
28762024-12-20T23:06:29.071Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
28772024-12-20T23:06:31.017Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28782024-12-20T23:06:31.933Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28792024-12-20T23:06:34.040Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28802024-12-20T23:06:34.495Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28812024-12-20T23:06:44.060Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28822024-12-20T23:06:44.062Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28832024-12-20T23:06:44.062Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28842024-12-20T23:06:44.062Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28852024-12-20T23:06:45.009Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28862024-12-20T23:06:47.495Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28872024-12-20T23:06:48.626Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28882024-12-20T23:06:48.647Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28892024-12-20T23:06:49.814Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28902024-12-20T23:06:52.507Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28912024-12-20T23:06:52.614Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28922024-12-20T23:06:53.087Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28932024-12-20T23:06:53.720Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28942024-12-20T23:06:55.244Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28952024-12-20T23:06:55.495Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28962024-12-20T23:06:56.908Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28972024-12-20T23:06:57.357Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28982024-12-20T23:06:58.422Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28992024-12-20T23:06:58.745Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29002024-12-20T23:07:00.607Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29012024-12-20T23:07:01.125Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29022024-12-20T23:07:01.147Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29032024-12-20T23:07:01.710Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29042024-12-20T23:07:03.322Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29052024-12-20T23:07:07.108Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29062024-12-20T23:07:08.454Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29072024-12-20T23:07:09.246Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29082024-12-20T23:07:10.165Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29092024-12-20T23:07:15.845Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29102024-12-20T23:07:24.858Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29112024-12-20T23:07:26.346Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29122024-12-20T23:07:47.375Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29132024-12-20T23:08:25.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 51s
29142024-12-20T23:08:25.265Z
29152024-12-20T23:08:25.265Zreal 2:51.279772729
29162024-12-20T23:08:25.265Zuser 12:50.336174809
29172024-12-20T23:08:25.265Zsys 2:51.412588498
29182024-12-20T23:08:25.265Ztrap 0.362595756
29192024-12-20T23:08:25.270Ztflt 0.751447490
29202024-12-20T23:08:25.270Zdflt 2.337584937
29212024-12-20T23:08:25.270Zkflt 0.000067034
29222024-12-20T23:08:25.270Zlock 27:04.515718958
29232024-12-20T23:08:25.270Zslp 46:30.082323146
29242024-12-20T23:08:25.270Zlat 37.289460741
29252024-12-20T23:08:25.270Zstop 1:35.347912078
29262024-12-20T23:08:25.270Z+ mkdir tests
29272024-12-20T23:08:25.273Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29282024-12-20T23:08:25.273Z+ xargs -I '{}' -t cp '{}' tests/
29292024-12-20T23:08:25.877Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-5f4fd34570514b4f tests/
29302024-12-20T23:08:25.905Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-41e4b8f650b448b3 tests/
29312024-12-20T23:08:26.427Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-a6a38627cf68b1a4 tests/
29322024-12-20T23:08:26.448Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-40465226e9d9f67a tests/
29332024-12-20T23:08:26.448Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*)
29342024-12-20T23:08:26.448Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-41e4b8f650b448b3 tests/commtest-a6a38627cf68b1a4 tests/dhcp_server-5f4fd34570514b4f tests/end_to_end_tests-40465226e9d9f67a 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
29352024-12-20T23:09:37.929ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29362024-12-20T23:09:37.929Za .github/buildomat/ci-env.sh 1K
29372024-12-20T23:09:37.929Za out/target/test 1K
29382024-12-20T23:09:37.929Za out/npuzone/npuzone 23144K
29392024-12-20T23:09:37.930Za package-manifest.toml 33K
29402024-12-20T23:09:37.930Za smf/sled-agent/non-gimlet/config.toml 4K
29412024-12-20T23:09:37.930Za target/release/omicron-package 36300K
29422024-12-20T23:09:37.930Za target/release/xtask 11762K
29432024-12-20T23:09:37.931Za target/debug/bootstrap 210462K
29442024-12-20T23:09:37.931Za tests/bootstrap-41e4b8f650b448b3 24246K
29452024-12-20T23:09:37.931Za tests/commtest-a6a38627cf68b1a4 25022K
29462024-12-20T23:09:37.931Za tests/dhcp_server-5f4fd34570514b4f 24246K
29472024-12-20T23:09:37.931Za tests/end_to_end_tests-40465226e9d9f67a 228525K
29482024-12-20T23:09:37.931Za out/clickhouse.tar.gz 293411K
29492024-12-20T23:09:37.931Za out/clickhouse_keeper.tar.gz 280526K
29502024-12-20T23:09:37.931Za out/clickhouse_server.tar.gz 293390K
29512024-12-20T23:09:37.931Za out/cockroachdb.tar.gz 134587K
29522024-12-20T23:09:37.932Za out/crucible-dtrace.tar 85K
29532024-12-20T23:09:37.932Za out/crucible-pantry-zone.tar.gz 28190K
29542024-12-20T23:09:37.932Za out/crucible-zone.tar.gz 36406K
29552024-12-20T23:09:37.932Za out/external-dns.tar.gz 35284K
29562024-12-20T23:09:37.932Za out/internal-dns.tar.gz 35282K
29572024-12-20T23:09:37.932Za out/mg-ddm-gz.tar 63075K
29582024-12-20T23:09:37.932Za out/nexus.tar.gz 97817K
29592024-12-20T23:09:37.932Za out/ntp.tar.gz 10373K
29602024-12-20T23:09:37.932Za out/omicron-gateway-softnpu.tar.gz 23854K
29612024-12-20T23:09:37.933Za out/omicron-sled-agent.tar 113342K
29622024-12-20T23:09:37.933Za out/overlay.tar.gz 3K
29632024-12-20T23:09:37.933Za out/oximeter.tar.gz 47676K
29642024-12-20T23:09:37.933Za out/oxlog.tar 3088K
29652024-12-20T23:09:37.933Za out/probe.tar.gz 2764K
29662024-12-20T23:09:37.933Za out/propolis-server.tar.gz 66730K
29672024-12-20T23:09:37.933Za out/pumpkind-gz.tar 26665K
29682024-12-20T23:09:37.933Za out/switch-softnpu.tar.gz 235581K
29692024-12-20T23:09:37.966Z
29702024-12-20T23:09:37.966Zreal 1:11.715527652
29712024-12-20T23:09:37.967Zuser 1:08.320574832
29722024-12-20T23:09:37.967Zsys 4.810655282
29732024-12-20T23:09:37.967Ztrap 0.018835351
29742024-12-20T23:09:37.967Ztflt 0.000000000
29752024-12-20T23:09:37.968Zdflt 0.000000000
29762024-12-20T23:09:37.968Zkflt 0.000000000
29772024-12-20T23:09:37.968Zlock 0.000000000
29782024-12-20T23:09:37.968Zslp 1:08.186210116
29792024-12-20T23:09:37.968Zlat 2.089882756
29802024-12-20T23:09:37.968Zstop 0.000215789
29812024-12-20T23:09:37.968Zprocess exited: duration 2194080 ms, exit code 0
 
29822024-12-20T23:09:38.013Zfound 1 output files
29832024-12-20T23:09:38.013Zuploading: /work/package.tar.gz (1880423447 bytes)
29842024-12-20T23:10:55.323Zuploaded: /work/package.tar.gz