01J6DHEXBGHTJ78QCB8K4TKC4Z: 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: 01J6DHFCE4VWZ5MBAA2JDWXB94

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-28T22:26:01.789Zjob assigned to worker 01J6DHFHMPXDR4SWN0YBQH4G1V (queued for 54 s)
 
22024-08-28T22:26:08.750Zstarting task 0: "setup"
32024-08-28T22:26:08.760Z++ uname -s
42024-08-28T22:26:08.763Z+ kern=SunOS
52024-08-28T22:26:08.763Z+ case "$kern" in
62024-08-28T22:26:08.763Z+ groupadd -g 12345 build
72024-08-28T22:26:08.766Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-28T22:26:10.819Z+ zfs create -o mountpoint=/work rpool/work
92024-08-28T22:26:10.894Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-28T22:26:10.896Z+ home_fs=zfs
112024-08-28T22:26:10.896Z+ [[ zfs == autofs ]]
122024-08-28T22:26:10.896Z+ mkdir -p /home/build
132024-08-28T22:26:10.899Z+ chown build:build /home/build /work
142024-08-28T22:26:12.910Z+ chmod 0700 /home/build /work
152024-08-28T22:26:12.914Zprocess exited: duration 4153 ms, exit code 0
 
162024-08-28T22:26:12.979Zstarting task 1: "rust-toolchain"
172024-08-28T22:26:12.984Z+ printf ' * toolchain channel = "%s"
182024-08-28T22:26:12.984Z' 1.80.1
192024-08-28T22:26:12.984Z+ printf ' * toolchain profile = "%s"
202024-08-28T22:26:12.984Z * toolchain channel = "1.80.1"
212024-08-28T22:26:12.984Z' default
222024-08-28T22:26:12.984Z * toolchain profile = "default"
232024-08-28T22:26:12.984Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-28T22:26:12.984Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-08-28T22:26:13.046Zinfo: downloading installer
262024-08-28T22:26:14.209Zinfo: profile set to 'default'
272024-08-28T22:26:14.209Zinfo: default host triple is x86_64-unknown-illumos
282024-08-28T22:26:14.212Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-08-28T22:26:14.348Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-08-28T22:26:14.348Zinfo: downloading component 'cargo'
312024-08-28T22:26:15.016Zinfo: downloading component 'clippy'
322024-08-28T22:26:15.253Zinfo: downloading component 'rust-docs'
332024-08-28T22:26:16.228Zinfo: downloading component 'rust-std'
342024-08-28T22:26:17.504Zinfo: downloading component 'rustc'
352024-08-28T22:26:24.490Zinfo: downloading component 'rustfmt'
362024-08-28T22:26:24.637Zinfo: installing component 'cargo'
372024-08-28T22:26:24.637Zinfo: installing component 'clippy'
382024-08-28T22:26:24.637Zinfo: installing component 'rust-docs'
392024-08-28T22:26:24.661Zinfo: installing component 'rust-std'
402024-08-28T22:26:25.818Zinfo: installing component 'rustc'
412024-08-28T22:26:29.911Zinfo: installing component 'rustfmt'
422024-08-28T22:26:30.241Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-08-28T22:26:30.241Z
442024-08-28T22:26:30.487Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-08-28T22:26:30.487Z
462024-08-28T22:26:30.490Z
472024-08-28T22:26:30.490ZRust is installed now. Great!
482024-08-28T22:26:30.490Z
492024-08-28T22:26:30.490ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-28T22:26:30.490Zenvironment variable. This has not been done automatically.
512024-08-28T22:26:30.490Z
522024-08-28T22:26:30.490ZTo configure your current shell, you need to source
532024-08-28T22:26:30.490Zthe corresponding env file under $HOME/.cargo.
542024-08-28T22:26:30.490Z
552024-08-28T22:26:30.490ZThis is usually done by running one of the following (note the leading DOT):
562024-08-28T22:26:30.490Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-28T22:26:30.490Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-28T22:26:30.536Z+ rustc --version
592024-08-28T22:26:30.598Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-08-28T22:26:30.602Zprocess exited: duration 17666 ms, exit code 0
 
612024-08-28T22:26:30.608Zstarting task 2: "authentication"
622024-08-28T22:26:30.629Zprocess exited: duration 20 ms, exit code 0
 
632024-08-28T22:26:30.634Zstarting task 3: "clone repository"
642024-08-28T22:26:30.640Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-28T22:26:30.642Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-28T22:26:30.683ZCloning into '/work/oxidecomputer/omicron'...
672024-08-28T22:26:37.264Z+ cd /work/oxidecomputer/omicron
682024-08-28T22:26:37.264Z+ git fetch origin 9189023e044977abc9abfb373f4c1c1bbc795459
692024-08-28T22:26:37.799ZFrom https://github.com/oxidecomputer/omicron
702024-08-28T22:26:37.799Z * branch 9189023e044977abc9abfb373f4c1c1bbc795459 -> FETCH_HEAD
712024-08-28T22:26:37.825Z+ [[ -n dap/live-tests-follow-up ]]
722024-08-28T22:26:37.825Z++ git branch --show-current
732024-08-28T22:26:37.825Z+ current=main
742024-08-28T22:26:37.825Z+ [[ main != dap/live-tests-follow-up ]]
752024-08-28T22:26:37.825Z+ git branch -f dap/live-tests-follow-up 9189023e044977abc9abfb373f4c1c1bbc795459
762024-08-28T22:26:37.825Z+ git checkout -f dap/live-tests-follow-up
772024-08-28T22:26:37.825ZSwitched to branch 'dap/live-tests-follow-up'
782024-08-28T22:26:37.825Z+ git reset --hard 9189023e044977abc9abfb373f4c1c1bbc795459
792024-08-28T22:26:37.826ZHEAD is now at 9189023e0 fix README
802024-08-28T22:26:37.826Zprocess exited: duration 7137 ms, exit code 0
 
812024-08-28T22:26:37.850Zstarting task 4: "build"
822024-08-28T22:26:37.859Z+ cargo --version
832024-08-28T22:26:37.908Zcargo 1.80.1 (376290515 2024-07-16)
842024-08-28T22:26:37.911Z+ rustc --version
852024-08-28T22:26:37.967Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-08-28T22:26:37.970Z+ WORK=/work
872024-08-28T22:26:37.970Z+ pfexec mkdir -p /work
882024-08-28T22:26:37.974Z+ pfexec chown build /work
892024-08-28T22:26:37.977Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
902024-08-28T22:26:43.122Z Startup: Refreshing catalog 'helios-dev' ... Done
912024-08-28T22:26:45.433Z Startup: Caching catalogs ... Done
922024-08-28T22:26:47.397ZPlanning: Solver setup ... Done (1.414s)
932024-08-28T22:26:47.419ZPlanning: Running solver ... Done (0.023s)
942024-08-28T22:26:47.461ZPlanning: Finding local manifests ... Done (0.004s)
952024-08-28T22:26:47.489ZPlanning: Fetching manifests: 0/5 0% complete
962024-08-28T22:26:47.711ZPlanning: Fetching manifests: 5/5 100% complete
972024-08-28T22:26:47.813ZPlanning: Package planning ... Done (0.102s)
982024-08-28T22:26:47.869ZPlanning: Merging actions ... Done (0.056s)
992024-08-28T22:26:48.083ZPlanning: Checking for conflicting actions ... Done (0.214s)
1002024-08-28T22:26:50.166ZPlanning: Consolidating action changes ... Done (2.081s)
1012024-08-28T22:26:50.605ZPlanning: Evaluating mediators ... Done (0.439s)
1022024-08-28T22:26:50.684ZPlanning: Planning completed in 5.18 seconds
1032024-08-28T22:26:50.700Z Packages to install: 4
1042024-08-28T22:26:50.700Z Packages to update: 1
1052024-08-28T22:26:50.703Z Mediators to change: 2
1062024-08-28T22:26:50.703Z Services to change: 1
1072024-08-28T22:26:50.703Z Estimated space available: 155.72 GB
1082024-08-28T22:26:50.703ZEstimated space to be consumed: 1.53 GB
1092024-08-28T22:26:50.703Z Create boot environment: No
1102024-08-28T22:26:50.703ZCreate backup boot environment: Yes
1112024-08-28T22:26:50.703Z Rebuild boot archive: No
1122024-08-28T22:26:50.703Z
1132024-08-28T22:26:50.703ZChanged mediators:
1142024-08-28T22:26:50.703Z mediator clang:
1152024-08-28T22:26:50.703Z version: None -> 15 (system default)
1162024-08-28T22:26:50.703Z
1172024-08-28T22:26:50.703Z mediator llvm:
1182024-08-28T22:26:50.703Z version: 14 (system default) -> 15 (system default)
1192024-08-28T22:26:50.703Z
1202024-08-28T22:26:50.703ZChanged packages:
1212024-08-28T22:26:50.703Zhelios-dev
1222024-08-28T22:26:50.703Z developer/build-essential
1232024-08-28T22:26:50.703Z None -> 11-2.0
1242024-08-28T22:26:50.703Z library/libxmlsec1
1252024-08-28T22:26:50.703Z None -> 1.2.35-2.0
1262024-08-28T22:26:50.703Z ooce/developer/clang-15
1272024-08-28T22:26:50.703Z None -> 15.0.7-2.0
1282024-08-28T22:26:50.703Z ooce/developer/llvm-15
1292024-08-28T22:26:50.703Z None -> 15.0.7-2.0
1302024-08-28T22:26:50.703Z package/pkg
1312024-08-28T22:26:50.703Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1322024-08-28T22:26:50.704Z
1332024-08-28T22:26:50.704ZServices:
1342024-08-28T22:26:50.704Z restart_fmri:
1352024-08-28T22:26:50.704Z svc:/system/update-man-index:default
1362024-08-28T22:26:50.704Z
1372024-08-28T22:26:50.704ZEditable files to change:
1382024-08-28T22:26:50.704Z Update:
1392024-08-28T22:26:50.704Z usr/share/lib/pkg/web/config.shtml
1402024-08-28T22:26:50.781Z
1412024-08-28T22:26:50.781ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1422024-08-28T22:26:55.786ZDownload: 1101/4281 items 19.8/220.6MB 8% complete (4.1M/s)
1432024-08-28T22:27:00.788ZDownload: 1295/4281 items 110.0/220.6MB 49% complete (11.0M/s)
1442024-08-28T22:27:05.848ZDownload: 2105/4281 items 118.9/220.6MB 53% complete (9.9M/s)
1452024-08-28T22:27:10.811ZDownload: 2320/4281 items 119.7/220.6MB 54% complete (2.0M/s)
1462024-08-28T22:27:15.813ZDownload: 3060/4281 items 121.4/220.6MB 55% complete (258k/s)
1472024-08-28T22:27:20.815ZDownload: 3249/4281 items 203.1/220.6MB 92% complete (8.3M/s)
1482024-08-28T22:27:25.918ZDownload: 4198/4281 items 220.5/220.6MB 99% complete (9.9M/s)
1492024-08-28T22:27:30.643ZDownload: Completed 220.60 MB in 39.85 seconds (5.5M/s)
1502024-08-28T22:27:31.628Z Actions: 1/5063 actions (Removing old actions)
1512024-08-28T22:27:31.648Z Actions: 194/5063 actions (Installing new actions)
1522024-08-28T22:27:36.348Z Actions: 4226/5063 actions (Updating modified actions)
1532024-08-28T22:27:36.671Z Actions: Completed 5063 actions in 5.04 seconds.
1542024-08-28T22:27:36.956Z Done (0.278s)
1552024-08-28T22:27:36.959Z Done (0.000s)
1562024-08-28T22:27:37.346Z Done (0.388s)
1572024-08-28T22:27:41.762Z Done (4.238s)
1582024-08-28T22:27:41.849Z Done (0.017s)
1592024-08-28T22:27:41.854Z Done (0.000s)
1602024-08-28T22:27:42.014Z Done (0.000s)
1612024-08-28T22:27:42.607ZPlanning: Evaluating mediator changes ... Done
1622024-08-28T22:27:42.767ZPlanning: Checking for conflicting actions ... Done
1632024-08-28T22:27:42.770ZPlanning: Consolidating action changes ... Done
1642024-08-28T22:27:43.041ZPlanning: Evaluating mediators ... Done
1652024-08-28T22:27:43.043ZPlanning: Planning completed in 0.43 seconds
1662024-08-28T22:27:43.081Z Mediators to change: 2
1672024-08-28T22:27:43.081Z Create boot environment: No
1682024-08-28T22:27:43.083ZCreate backup boot environment: No
1692024-08-28T22:27:43.157Z Done
1702024-08-28T22:27:43.157Z Done
1712024-08-28T22:27:43.429Z Done
1722024-08-28T22:27:46.977Z Done
1732024-08-28T22:27:47.066Z Done
1742024-08-28T22:27:47.068Z Done
1752024-08-28T22:27:47.175Z Done
1762024-08-28T22:27:47.785ZPlanning: Evaluating mediator changes ... Done
1772024-08-28T22:27:47.788ZPlanning: Merging actions ... Done
1782024-08-28T22:27:47.976ZPlanning: Checking for conflicting actions ... Done
1792024-08-28T22:27:47.979ZPlanning: Consolidating action changes ... Done
1802024-08-28T22:27:48.243ZPlanning: Evaluating mediators ... Done
1812024-08-28T22:27:48.299ZPlanning: Planning completed in 0.76 seconds
1822024-08-28T22:27:48.340Z Packages to change: 1
1832024-08-28T22:27:48.340Z Mediators to change: 1
1842024-08-28T22:27:48.343Z Services to change: 1
1852024-08-28T22:27:48.343Z Create boot environment: No
1862024-08-28T22:27:48.343ZCreate backup boot environment: Yes
1872024-08-28T22:27:50.337Z Actions: 1/6 actions (Updating modified actions)
1882024-08-28T22:27:50.340Z Actions: Completed 6 actions in 0.00 seconds.
1892024-08-28T22:27:50.340Z Done
1902024-08-28T22:27:50.340Z Done
1912024-08-28T22:27:50.419Z Done
1922024-08-28T22:27:54.022Z Done
1932024-08-28T22:27:54.083Z Done
1942024-08-28T22:27:54.086Z Done
1952024-08-28T22:27:54.187Z Done
1962024-08-28T22:27:54.620ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1972024-08-28T22:27:54.620Zclang system 15 system
1982024-08-28T22:27:54.620Zcsh system system illumos
1992024-08-28T22:27:54.620Zctags system system illumos
2002024-08-28T22:27:54.620Zgcc vendor 12 vendor
2012024-08-28T22:27:54.620Zgcc system 10 system
2022024-08-28T22:27:54.620Zgcc system 7 system
2032024-08-28T22:27:54.620Zgo system 1.20 system
2042024-08-28T22:27:54.621Zgo system 1.19 system
2052024-08-28T22:27:54.621Zllvm system 15 system
2062024-08-28T22:27:54.621Zllvm system 14 system
2072024-08-28T22:27:54.621Zmariadb system 10.6 system
2082024-08-28T22:27:54.621Zmta vendor vendor dma
2092024-08-28T22:27:54.621Zopenjdk system 17 system
2102024-08-28T22:27:54.621Zopenjdk system 11 system
2112024-08-28T22:27:54.621Zopenjdk system 1.8 system
2122024-08-28T22:27:54.621Zopenssl vendor 3 vendor
2132024-08-28T22:27:54.622Zperl system 5.36 system
2142024-08-28T22:27:54.622Zpostgresql system 15 system
2152024-08-28T22:27:54.622Zpostgresql system 13 system
2162024-08-28T22:27:54.622Zpython vendor 3 vendor
2172024-08-28T22:27:54.622Zpython system 2 system
2182024-08-28T22:27:54.622Zpython3 system 3.11 system
2192024-08-28T22:27:54.622Zruby system 3.0 system
2202024-08-28T22:27:54.623Zwords vendor vendor american-english
2212024-08-28T22:27:54.623Zwords system system australian-english
2222024-08-28T22:27:54.623Zwords system system british-english
2232024-08-28T22:27:54.623Zwords system system canadian-english
2242024-08-28T22:27:54.623Zwords system system french
2252024-08-28T22:27:54.624Zwords system system italian
2262024-08-28T22:27:54.624Zwords system system ngerman
2272024-08-28T22:27:54.624Zwords system system ogerman
2282024-08-28T22:27:54.624Zwords system system spanish
2292024-08-28T22:27:54.948ZPUBLISHER TYPE STATUS P LOCATION
2302024-08-28T22:27:54.948Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2312024-08-28T22:27:56.729ZFMRI IFO
2322024-08-28T22:27:56.729Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2332024-08-28T22:27:56.730Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2342024-08-28T22:27:56.730Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2352024-08-28T22:27:56.730Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2362024-08-28T22:27:56.730Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2372024-08-28T22:27:56.730Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2382024-08-28T22:27:56.730Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2392024-08-28T22:27:56.730Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2402024-08-28T22:27:56.731Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2412024-08-28T22:27:56.731Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2422024-08-28T22:27:56.731Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2432024-08-28T22:27:56.731Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2442024-08-28T22:27:56.731Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2452024-08-28T22:27:57.323Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2462024-08-28T22:27:57.574Z Updating git repository `https://github.com/oxidecomputer/zone`
2472024-08-28T22:27:57.823Z Updating crates.io index
2482024-08-28T22:27:57.857Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2492024-08-28T22:27:58.687Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2502024-08-28T22:27:59.462Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2512024-08-28T22:27:59.694Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2522024-08-28T22:28:01.210Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2532024-08-28T22:28:01.471Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2542024-08-28T22:28:01.717Z Updating git repository `https://github.com/oxidecomputer/propolis`
2552024-08-28T22:28:02.894Z Updating git repository `https://github.com/oxidecomputer/crucible`
2562024-08-28T22:28:04.812Z Updating git repository `https://github.com/oxidecomputer/opte`
2572024-08-28T22:28:05.905Z Updating git repository `https://github.com/oxidecomputer/falcon`
2582024-08-28T22:28:06.647Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2592024-08-28T22:28:06.888Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2602024-08-28T22:28:07.529Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2612024-08-28T22:28:07.788Z Updating git repository `https://github.com/oxidecomputer/qorb`
2622024-08-28T22:28:08.114Z Updating git repository `https://github.com/oxidecomputer/tofino`
2632024-08-28T22:28:08.495Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2642024-08-28T22:28:08.787Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2652024-08-28T22:28:09.011Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2662024-08-28T22:28:09.282Z Updating git repository `https://github.com/oxidecomputer/clickward`
2672024-08-28T22:28:09.564Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2682024-08-28T22:28:09.898Z Updating git repository `https://github.com/oxidecomputer/ispf`
2692024-08-28T22:28:10.167Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2702024-08-28T22:28:10.575Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2712024-08-28T22:28:11.041Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2722024-08-28T22:28:11.358Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2732024-08-28T22:28:11.753Z Updating git repository `https://github.com/oxidecomputer/typify`
2742024-08-28T22:28:14.072Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2752024-08-28T22:28:14.300Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2762024-08-28T22:28:14.546Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2772024-08-28T22:28:14.933Z Updating git repository `https://github.com/oxidecomputer/rfb`
2782024-08-28T22:28:15.900Z Downloading crates ...
2792024-08-28T22:28:15.961Z Downloaded cfg-if v1.0.0
2802024-08-28T22:28:15.963Z Downloaded autocfg v1.3.0
2812024-08-28T22:28:15.966Z Downloaded cargo_metadata v0.18.1
2822024-08-28T22:28:15.968Z Downloaded byteorder v1.5.0
2832024-08-28T22:28:15.970Z Downloaded block-buffer v0.10.4
2842024-08-28T22:28:15.970Z Downloaded anstyle v1.0.8
2852024-08-28T22:28:15.973Z Downloaded equivalent v1.0.1
2862024-08-28T22:28:15.978Z Downloaded scroll_derive v0.12.0
2872024-08-28T22:28:15.983Z Downloaded is_terminal_polyfill v1.70.0
2882024-08-28T22:28:15.986Z Downloaded usdt-attr-macro v0.5.0
2892024-08-28T22:28:15.986Z Downloaded usdt-macro v0.5.0
2902024-08-28T22:28:15.992Z Downloaded anstyle-query v1.0.3
2912024-08-28T22:28:15.997Z Downloaded fastrand v2.1.0
2922024-08-28T22:28:15.999Z Downloaded thiserror-impl v1.0.63
2932024-08-28T22:28:16.002Z Downloaded terminal_size v0.3.0
2942024-08-28T22:28:16.004Z Downloaded proc-macro-error-attr v1.0.4
2952024-08-28T22:28:16.004Z Downloaded strsim v0.11.1
2962024-08-28T22:28:16.004Z Downloaded unicode-linebreak v0.1.5
2972024-08-28T22:28:16.007Z Downloaded plain v0.2.3
2982024-08-28T22:28:16.007Z Downloaded heck v0.5.0
2992024-08-28T22:28:16.009Z Downloaded crypto-common v0.1.6
3002024-08-28T22:28:16.009Z Downloaded pest_generator v2.7.10
3012024-08-28T22:28:16.012Z Downloaded fs-err v2.11.0
3022024-08-28T22:28:16.012Z Downloaded anstyle-parse v0.2.4
3032024-08-28T22:28:16.016Z Downloaded colorchoice v1.0.1
3042024-08-28T22:28:16.023Z Downloaded camino v1.1.9
3052024-08-28T22:28:16.025Z Downloaded utf8parse v0.2.1
3062024-08-28T22:28:16.025Z Downloaded cargo-platform v0.1.8
3072024-08-28T22:28:16.025Z Downloaded bytecount v0.6.8
3082024-08-28T22:28:16.028Z Downloaded tempfile v3.10.1
3092024-08-28T22:28:16.031Z Downloaded proc-macro-error v1.0.4
3102024-08-28T22:28:16.033Z Downloaded thiserror v1.0.63
3112024-08-28T22:28:16.037Z Downloaded dof v0.3.0
3122024-08-28T22:28:16.049Z Downloaded swrite v0.1.0
3132024-08-28T22:28:16.052Z Downloaded pretty-hex v0.4.1
3142024-08-28T22:28:16.052Z Downloaded dtrace-parser v0.2.0
3152024-08-28T22:28:16.060Z Downloaded macaddr v1.0.1
3162024-08-28T22:28:16.063Z Downloaded once_cell v1.19.0
3172024-08-28T22:28:16.069Z Downloaded memmap v0.7.0
3182024-08-28T22:28:16.072Z Downloaded zerocopy-derive v0.7.34
3192024-08-28T22:28:16.072Z Downloaded clap_derive v4.5.13
3202024-08-28T22:28:16.075Z Downloaded cargo_toml v0.20.4
3212024-08-28T22:28:16.075Z Downloaded camino-tempfile v1.1.1
3222024-08-28T22:28:16.077Z Downloaded bitflags v2.6.0
3232024-08-28T22:28:16.081Z Downloaded sha2 v0.10.8
3242024-08-28T22:28:16.084Z Downloaded toml v0.8.19
3252024-08-28T22:28:16.086Z Downloaded ryu v1.0.18
3262024-08-28T22:28:16.088Z Downloaded tabled_derive v0.7.0
3272024-08-28T22:28:16.088Z Downloaded smawk v0.3.2
3282024-08-28T22:28:16.091Z Downloaded scroll v0.12.0
3292024-08-28T22:28:16.094Z Downloaded usdt v0.5.0
3302024-08-28T22:28:16.094Z Downloaded itoa v1.0.11
3312024-08-28T22:28:16.094Z Downloaded thread-id v4.2.1
3322024-08-28T22:28:16.095Z Downloaded fnv v1.0.7
3332024-08-28T22:28:16.098Z Downloaded digest v0.10.7
3342024-08-28T22:28:16.098Z Downloaded cpufeatures v0.2.12
3352024-08-28T22:28:16.100Z Downloaded clap_lex v0.7.0
3362024-08-28T22:28:16.100Z Downloaded quote v1.0.36
3372024-08-28T22:28:16.103Z Downloaded version_check v0.9.5
3382024-08-28T22:28:16.103Z Downloaded serde_tokenstream v0.2.2
3392024-08-28T22:28:16.105Z Downloaded heck v0.4.1
3402024-08-28T22:28:16.105Z Downloaded anyhow v1.0.86
3412024-08-28T22:28:16.109Z Downloaded serde_spanned v0.6.7
3422024-08-28T22:28:16.112Z Downloaded toml_datetime v0.6.8
3432024-08-28T22:28:16.112Z Downloaded ucd-trie v0.1.6
3442024-08-28T22:28:16.114Z Downloaded errno v0.3.9
3452024-08-28T22:28:16.114Z Downloaded anstream v0.6.14
3462024-08-28T22:28:16.120Z Downloaded pest_derive v2.7.10
3472024-08-28T22:28:16.123Z Downloaded usdt-impl v0.5.0
3482024-08-28T22:28:16.128Z Downloaded semver v1.0.23
3492024-08-28T22:28:16.128Z Downloaded generic-array v0.14.7
3502024-08-28T22:28:16.134Z Downloaded serde v1.0.208
3512024-08-28T22:28:16.137Z Downloaded clap v4.5.16
3522024-08-28T22:28:16.145Z Downloaded unicode-ident v1.0.12
3532024-08-28T22:28:16.148Z Downloaded textwrap v0.16.1
3542024-08-28T22:28:16.151Z Downloaded serde_derive v1.0.208
3552024-08-28T22:28:16.153Z Downloaded log v0.4.21
3562024-08-28T22:28:16.156Z Downloaded pest_meta v2.7.10
3572024-08-28T22:28:16.160Z Downloaded proc-macro2 v1.0.86
3582024-08-28T22:28:16.164Z Downloaded typenum v1.17.0
3592024-08-28T22:28:16.167Z Downloaded papergrid v0.11.0
3602024-08-28T22:28:16.173Z Downloaded toml_edit v0.22.20
3612024-08-28T22:28:16.194Z Downloaded pest v2.7.10
3622024-08-28T22:28:16.200Z Downloaded indexmap v2.4.0
3632024-08-28T22:28:16.203Z Downloaded memchr v2.7.2
3642024-08-28T22:28:16.207Z Downloaded clap_builder v4.5.15
3652024-08-28T22:28:16.219Z Downloaded serde_json v1.0.125
3662024-08-28T22:28:16.225Z Downloaded hashbrown v0.14.5
3672024-08-28T22:28:16.234Z Downloaded winnow v0.6.18
3682024-08-28T22:28:16.245Z Downloaded tabled v0.15.0
3692024-08-28T22:28:16.258Z Downloaded zerocopy v0.7.34
3702024-08-28T22:28:16.274Z Downloaded goblin v0.8.2
3712024-08-28T22:28:16.279Z Downloaded syn v1.0.109
3722024-08-28T22:28:16.289Z Downloaded syn v2.0.74
3732024-08-28T22:28:16.313Z Downloaded rustix v0.38.34
3742024-08-28T22:28:16.371Z Downloaded unicode-width v0.1.13
3752024-08-28T22:28:16.373Z Downloaded libc v0.2.158
3762024-08-28T22:28:16.646Z Compiling proc-macro2 v1.0.86
3772024-08-28T22:28:16.649Z Compiling unicode-ident v1.0.12
3782024-08-28T22:28:16.649Z Compiling version_check v0.9.5
3792024-08-28T22:28:16.649Z Compiling serde v1.0.208
3802024-08-28T22:28:16.649Z Compiling memchr v2.7.2
3812024-08-28T22:28:16.649Z Compiling thiserror v1.0.63
3822024-08-28T22:28:16.680Z Compiling libc v0.2.158
3832024-08-28T22:28:16.683Z Compiling itoa v1.0.11
3842024-08-28T22:28:16.886Z Compiling ucd-trie v0.1.6
3852024-08-28T22:28:16.915Z Compiling ryu v1.0.18
3862024-08-28T22:28:17.256Z Compiling once_cell v1.19.0
3872024-08-28T22:28:17.493Z Compiling byteorder v1.5.0
3882024-08-28T22:28:17.540Z Compiling serde_json v1.0.125
3892024-08-28T22:28:17.581Z Compiling rustix v0.38.34
3902024-08-28T22:28:17.939Z Compiling bitflags v2.6.0
3912024-08-28T22:28:18.054Z Compiling proc-macro-error-attr v1.0.4
3922024-08-28T22:28:18.316Z Compiling quote v1.0.36
3932024-08-28T22:28:18.367Z Compiling usdt-impl v0.5.0
3942024-08-28T22:28:18.410Z Compiling syn v1.0.109
3952024-08-28T22:28:18.526Z Compiling proc-macro-error v1.0.4
3962024-08-28T22:28:18.550Z Compiling plain v0.2.3
3972024-08-28T22:28:18.713Z Compiling syn v2.0.74
3982024-08-28T22:28:18.820Z Compiling errno v0.3.9
3992024-08-28T22:28:18.884Z Compiling equivalent v1.0.1
4002024-08-28T22:28:19.030Z Compiling utf8parse v0.2.1
4012024-08-28T22:28:19.049Z Compiling hashbrown v0.14.5
4022024-08-28T22:28:19.049Z Compiling camino v1.1.9
4032024-08-28T22:28:19.216Z Compiling log v0.4.21
4042024-08-28T22:28:19.353Z Compiling thread-id v4.2.1
4052024-08-28T22:28:19.471Z Compiling anstyle-parse v0.2.4
4062024-08-28T22:28:19.855Z Compiling semver v1.0.23
4072024-08-28T22:28:19.881Z Compiling autocfg v1.3.0
4082024-08-28T22:28:20.145Z Compiling anstyle v1.0.8
4092024-08-28T22:28:20.188Z Compiling is_terminal_polyfill v1.70.0
4102024-08-28T22:28:20.327Z Compiling indexmap v2.4.0
4112024-08-28T22:28:20.412Z Compiling pretty-hex v0.4.1
4122024-08-28T22:28:20.438Z Compiling winnow v0.6.18
4132024-08-28T22:28:20.637Z Compiling colorchoice v1.0.1
4142024-08-28T22:28:20.652Z Compiling unicode-width v0.1.13
4152024-08-28T22:28:20.793Z Compiling anstyle-query v1.0.3
4162024-08-28T22:28:20.872Z Compiling fs-err v2.11.0
4172024-08-28T22:28:20.907Z Compiling anstream v0.6.14
4182024-08-28T22:28:21.159Z Compiling terminal_size v0.3.0
4192024-08-28T22:28:21.305Z Compiling fnv v1.0.7
4202024-08-28T22:28:21.360Z Compiling bytecount v0.6.8
4212024-08-28T22:28:21.456Z Compiling clap_lex v0.7.0
4222024-08-28T22:28:21.574Z Compiling fastrand v2.1.0
4232024-08-28T22:28:21.632Z Compiling heck v0.5.0
4242024-08-28T22:28:21.695Z Compiling strsim v0.11.1
4252024-08-28T22:28:21.893Z Compiling cfg-if v1.0.0
4262024-08-28T22:28:21.987Z Compiling anyhow v1.0.86
4272024-08-28T22:28:22.013Z Compiling heck v0.4.1
4282024-08-28T22:28:22.144Z Compiling clap_builder v4.5.15
4292024-08-28T22:28:22.527Z Compiling tempfile v3.10.1
4302024-08-28T22:28:22.650Z Compiling papergrid v0.11.0
4312024-08-28T22:28:22.814Z Compiling memmap v0.7.0
4322024-08-28T22:28:22.937Z Compiling unicode-linebreak v0.1.5
4332024-08-28T22:28:23.164Z Compiling smawk v0.3.2
4342024-08-28T22:28:23.371Z Compiling textwrap v0.16.1
4352024-08-28T22:28:23.967Z Compiling swrite v0.1.0
4362024-08-28T22:28:25.073Z Compiling tabled_derive v0.7.0
4372024-08-28T22:28:26.853Z Compiling tabled v0.15.0
4382024-08-28T22:28:27.799Z Compiling serde_derive v1.0.208
4392024-08-28T22:28:27.799Z Compiling thiserror-impl v1.0.63
4402024-08-28T22:28:27.802Z Compiling zerocopy-derive v0.7.34
4412024-08-28T22:28:27.802Z Compiling scroll_derive v0.12.0
4422024-08-28T22:28:27.802Z Compiling clap_derive v4.5.13
4432024-08-28T22:28:28.964Z Compiling scroll v0.12.0
4442024-08-28T22:28:29.485Z Compiling goblin v0.8.2
4452024-08-28T22:28:29.629Z Compiling zerocopy v0.7.34
4462024-08-28T22:28:30.436Z Compiling pest v2.7.10
4472024-08-28T22:28:31.219Z Compiling clap v4.5.16
4482024-08-28T22:28:32.602Z Compiling pest_meta v2.7.10
4492024-08-28T22:28:33.438Z Compiling pest_generator v2.7.10
4502024-08-28T22:28:35.138Z Compiling pest_derive v2.7.10
4512024-08-28T22:28:35.818Z Compiling dtrace-parser v0.2.0
4522024-08-28T22:28:37.910Z Compiling serde_spanned v0.6.7
4532024-08-28T22:28:37.911Z Compiling toml_datetime v0.6.8
4542024-08-28T22:28:37.914Z Compiling cargo-platform v0.1.8
4552024-08-28T22:28:38.283Z Compiling serde_tokenstream v0.2.2
4562024-08-28T22:28:38.468Z Compiling toml_edit v0.22.20
4572024-08-28T22:28:38.471Z Compiling macaddr v1.0.1
4582024-08-28T22:28:38.594Z Compiling camino-tempfile v1.1.1
4592024-08-28T22:28:39.338Z Compiling dof v0.3.0
4602024-08-28T22:28:39.338Z Compiling cargo_metadata v0.18.1
4612024-08-28T22:28:41.312Z Compiling usdt-attr-macro v0.5.0
4622024-08-28T22:28:41.313Z Compiling usdt-macro v0.5.0
4632024-08-28T22:28:41.331Z Compiling toml v0.8.19
4642024-08-28T22:28:42.179Z Compiling cargo_toml v0.20.4
4652024-08-28T22:28:42.664Z Compiling usdt v0.5.0
4662024-08-28T22:28:45.947Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4672024-08-28T22:28:50.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.03s
4682024-08-28T22:28:50.401Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4692024-08-28T22:28:50.972Z Downloading crates ...
4702024-08-28T22:28:51.092Z Downloaded atomicwrites v0.4.3
4712024-08-28T22:28:51.126Z Downloaded addr2line v0.21.0
4722024-08-28T22:28:51.126Z Downloaded ciborium-io v0.2.2
4732024-08-28T22:28:51.126Z Downloaded cfg_aliases v0.1.1
4742024-08-28T22:28:51.126Z Downloaded bitstruct v0.1.1
4752024-08-28T22:28:51.126Z Downloaded http-range v0.1.5
4762024-08-28T22:28:51.127Z Downloaded hubpack v0.1.2
4772024-08-28T22:28:51.127Z Downloaded async-stream v0.3.5
4782024-08-28T22:28:51.127Z Downloaded ascii-canvas v3.0.0
4792024-08-28T22:28:51.134Z Downloaded hyper-rustls v0.24.2
4802024-08-28T22:28:51.134Z Downloaded httparse v1.8.0
4812024-08-28T22:28:51.134Z Downloaded constant_time_eq v0.3.0
4822024-08-28T22:28:51.137Z Downloaded ident_case v1.0.1
4832024-08-28T22:28:51.137Z Downloaded cipher v0.4.4
4842024-08-28T22:28:51.140Z Downloaded md5 v0.7.0
4852024-08-28T22:28:51.140Z Downloaded is-terminal v0.4.12
4862024-08-28T22:28:51.143Z Downloaded blowfish v0.9.1
4872024-08-28T22:28:51.143Z Downloaded crc-catalog v2.4.0
4882024-08-28T22:28:51.160Z Downloaded newline-converter v0.3.0
4892024-08-28T22:28:51.160Z Downloaded crc v3.2.1
4902024-08-28T22:28:51.160Z Downloaded matches v0.1.10
4912024-08-28T22:28:51.160Z Downloaded curve25519-dalek-derive v0.1.1
4922024-08-28T22:28:51.160Z Downloaded ctr v0.9.2
4932024-08-28T22:28:51.160Z Downloaded hyper-tls v0.5.0
4942024-08-28T22:28:51.160Z Downloaded lazy_static v1.5.0
4952024-08-28T22:28:51.160Z Downloaded async-trait v0.1.81
4962024-08-28T22:28:51.168Z Downloaded async-bb8-diesel v0.2.1
4972024-08-28T22:28:51.168Z Downloaded multimap v0.10.0
4982024-08-28T22:28:51.168Z Downloaded nibble_vec v0.1.0
4992024-08-28T22:28:51.171Z Downloaded mockall v0.13.0
5002024-08-28T22:28:51.171Z Downloaded lalrpop-util v0.19.12
5012024-08-28T22:28:51.174Z Downloaded console v0.15.8
5022024-08-28T22:28:51.178Z Downloaded cookie_store v0.20.0
5032024-08-28T22:28:51.178Z Downloaded lock_api v0.4.12
5042024-08-28T22:28:51.192Z Downloaded linear-map v1.2.0
5052024-08-28T22:28:51.192Z Downloaded atty v0.2.14
5062024-08-28T22:28:51.192Z Downloaded base64 v0.13.1
5072024-08-28T22:28:51.192Z Downloaded native-tls v0.2.11
5082024-08-28T22:28:51.192Z Downloaded libloading v0.8.3
5092024-08-28T22:28:51.200Z Downloaded assert_matches v1.5.0
5102024-08-28T22:28:51.200Z Downloaded async-stream-impl v0.3.5
5112024-08-28T22:28:51.200Z Downloaded cstr-argument v0.1.2
5122024-08-28T22:28:51.203Z Downloaded crunchy v0.2.2
5132024-08-28T22:28:51.204Z Downloaded bitstruct_derive v0.1.0
5142024-08-28T22:28:51.204Z Downloaded ahash v0.8.11
5152024-08-28T22:28:51.204Z Downloaded num-complex v0.4.6
5162024-08-28T22:28:51.207Z Downloaded httpdate v1.0.3
5172024-08-28T22:28:51.207Z Downloaded cobs v0.2.3
5182024-08-28T22:28:51.220Z Downloaded adler v1.0.2
5192024-08-28T22:28:51.220Z Downloaded nu-ansi-term v0.50.0
5202024-08-28T22:28:51.220Z Downloaded crossbeam-epoch v0.9.18
5212024-08-28T22:28:51.220Z Downloaded mockall_derive v0.13.0
5222024-08-28T22:28:51.226Z Downloaded hostname v0.3.1
5232024-08-28T22:28:51.226Z Downloaded cookie v0.17.0
5242024-08-28T22:28:51.226Z Downloaded is_ci v1.2.0
5252024-08-28T22:28:51.226Z Downloaded instant v0.1.12
5262024-08-28T22:28:51.229Z Downloaded match_cfg v0.1.0
5272024-08-28T22:28:51.229Z Downloaded termtree v0.4.1
5282024-08-28T22:28:51.229Z Downloaded sync_wrapper v0.1.2
5292024-08-28T22:28:51.232Z Downloaded arrayref v0.3.7
5302024-08-28T22:28:51.232Z Downloaded aead v0.5.2
5312024-08-28T22:28:51.235Z Downloaded new_debug_unreachable v1.0.6
5322024-08-28T22:28:51.235Z Downloaded hubpack_derive v0.1.1
5332024-08-28T22:28:51.236Z Downloaded base16ct v0.2.0
5342024-08-28T22:28:51.239Z Downloaded same-file v1.0.6
5352024-08-28T22:28:51.245Z Downloaded bitflags v1.3.2
5362024-08-28T22:28:51.248Z Downloaded atomic-waker v1.1.2
5372024-08-28T22:28:51.248Z Downloaded nodrop v0.1.14
5382024-08-28T22:28:51.248Z Downloaded normalize-line-endings v0.3.0
5392024-08-28T22:28:51.248Z Downloaded ciborium-ll v0.2.2
5402024-08-28T22:28:51.252Z Downloaded bitfield v0.14.0
5412024-08-28T22:28:51.252Z Downloaded want v0.3.1
5422024-08-28T22:28:51.252Z Downloaded waitgroup v0.1.2
5432024-08-28T22:28:51.255Z Downloaded downcast v0.11.0
5442024-08-28T22:28:51.255Z Downloaded crossbeam-deque v0.8.5
5452024-08-28T22:28:51.261Z Downloaded colored v2.1.0
5462024-08-28T22:28:51.261Z Downloaded chacha20 v0.9.1
5472024-08-28T22:28:51.263Z Downloaded highway v1.2.0
5482024-08-28T22:28:51.264Z Downloaded serde_path_to_error v0.1.16
5492024-08-28T22:28:51.267Z Downloaded block-padding v0.3.3
5502024-08-28T22:28:51.267Z Downloaded bit-set v0.5.3
5512024-08-28T22:28:51.272Z Downloaded async-recursion v1.1.1
5522024-08-28T22:28:51.275Z Downloaded bb8 v0.8.5
5532024-08-28T22:28:51.275Z Downloaded indicatif v0.17.8
5542024-08-28T22:28:51.278Z Downloaded inout v0.1.3
5552024-08-28T22:28:51.281Z Downloaded newtype_derive v0.1.6
5562024-08-28T22:28:51.283Z Downloaded managed v0.8.0
5572024-08-28T22:28:51.284Z Downloaded lru v0.12.3
5582024-08-28T22:28:51.287Z Downloaded hyper-staticfile v0.9.5
5592024-08-28T22:28:51.287Z Downloaded nanorand v0.7.0
5602024-08-28T22:28:51.290Z Downloaded md-5 v0.10.6
5612024-08-28T22:28:51.293Z Downloaded signal-hook-registry v1.4.2
5622024-08-28T22:28:51.294Z Downloaded rtoolbox v0.0.2
5632024-08-28T22:28:51.297Z Downloaded newtype-uuid v1.1.0
5642024-08-28T22:28:51.297Z Downloaded lazycell v1.3.0
5652024-08-28T22:28:51.300Z Downloaded kstat-rs v0.2.4
5662024-08-28T22:28:51.300Z Downloaded mime v0.3.17
5672024-08-28T22:28:51.303Z Downloaded signature v2.2.0
5682024-08-28T22:28:51.305Z Downloaded structmeta v0.3.0
5692024-08-28T22:28:51.305Z Downloaded structmeta-derive v0.2.0
5702024-08-28T22:28:51.308Z Downloaded sha1 v0.10.6
5712024-08-28T22:28:51.308Z Downloaded termcolor v1.4.1
5722024-08-28T22:28:51.311Z Downloaded backoff v0.4.0
5732024-08-28T22:28:51.314Z Downloaded openssl-probe v0.1.5
5742024-08-28T22:28:51.314Z Downloaded ciborium v0.2.2
5752024-08-28T22:28:51.317Z Downloaded bzip2 v0.4.4
5762024-08-28T22:28:51.320Z Downloaded convert_case v0.4.0
5772024-08-28T22:28:51.323Z Downloaded display-error-chain v0.2.0
5782024-08-28T22:28:51.323Z Downloaded universal-hash v0.5.1
5792024-08-28T22:28:51.326Z Downloaded backtrace v0.3.71
5802024-08-28T22:28:51.329Z Downloaded foreign-types v0.5.0
5812024-08-28T22:28:51.332Z Downloaded crc32fast v1.4.0
5822024-08-28T22:28:51.332Z Downloaded which v4.4.2
5832024-08-28T22:28:51.337Z Downloaded compact_str v0.8.0
5842024-08-28T22:28:51.340Z Downloaded untrusted v0.7.1
5852024-08-28T22:28:51.343Z Downloaded tokio-native-tls v0.3.1
5862024-08-28T22:28:51.343Z Downloaded jobserver v0.1.32
5872024-08-28T22:28:51.345Z Downloaded multer v3.1.0
5882024-08-28T22:28:51.348Z Downloaded deranged v0.3.11
5892024-08-28T22:28:51.351Z Downloaded rpassword v7.3.1
5902024-08-28T22:28:51.354Z Downloaded fd-lock v4.0.2
5912024-08-28T22:28:51.357Z Downloaded time-core v0.1.2
5922024-08-28T22:28:51.357Z Downloaded cancel-safe-futures v0.1.5
5932024-08-28T22:28:51.360Z Downloaded fallible-streaming-iterator v0.1.9
5942024-08-28T22:28:51.363Z Downloaded heck v0.3.3
5952024-08-28T22:28:51.365Z Downloaded fragile v2.0.0
5962024-08-28T22:28:51.365Z Downloaded funty v2.0.0
5972024-08-28T22:28:51.368Z Downloaded owo-colors v4.0.0
5982024-08-28T22:28:51.371Z Downloaded num-iter v0.1.45
5992024-08-28T22:28:51.374Z Downloaded proc-macro-crate v1.3.1
6002024-08-28T22:28:51.374Z Downloaded phf_shared v0.11.2
6012024-08-28T22:28:51.377Z Downloaded blake2 v0.10.6
6022024-08-28T22:28:51.379Z Downloaded argon2 v0.5.3
6032024-08-28T22:28:51.382Z Downloaded num-integer v0.1.46
6042024-08-28T22:28:51.382Z Downloaded derive_builder v0.20.0
6052024-08-28T22:28:51.387Z Downloaded crossbeam-channel v0.5.12
6062024-08-28T22:28:51.393Z Downloaded crossbeam-utils v0.8.19
6072024-08-28T22:28:51.396Z Downloaded foreign-types-shared v0.3.1
6082024-08-28T22:28:51.399Z Downloaded rand_core v0.6.4
6092024-08-28T22:28:51.399Z Downloaded num-bigint v0.4.5
6102024-08-28T22:28:51.405Z Downloaded minimal-lexical v0.2.1
6112024-08-28T22:28:51.410Z Downloaded rusty-fork v0.3.0
6122024-08-28T22:28:51.413Z Downloaded rustversion v1.0.17
6132024-08-28T22:28:51.416Z Downloaded number_prefix v0.4.0
6142024-08-28T22:28:51.419Z Downloaded predicates-core v1.0.6
6152024-08-28T22:28:51.419Z Downloaded precomputed-hash v0.1.1
6162024-08-28T22:28:51.419Z Downloaded serde_repr v0.1.19
6172024-08-28T22:28:51.422Z Downloaded static_assertions v1.1.0
6182024-08-28T22:28:51.425Z Downloaded tokio-macros v2.4.0
6192024-08-28T22:28:51.425Z Downloaded stable_deref_trait v1.2.0
6202024-08-28T22:28:51.428Z Downloaded parking_lot_core v0.9.10
6212024-08-28T22:28:51.432Z Downloaded ssh-encoding v0.2.0
6222024-08-28T22:28:51.432Z Downloaded primeorder v0.13.6
6232024-08-28T22:28:51.435Z Downloaded parking_lot_core v0.8.6
6242024-08-28T22:28:51.435Z Downloaded poly1305 v0.8.0
6252024-08-28T22:28:51.438Z Downloaded term v0.7.0
6262024-08-28T22:28:51.442Z Downloaded unicase v2.7.0
6272024-08-28T22:28:51.445Z Downloaded take_mut v0.2.2
6282024-08-28T22:28:51.445Z Downloaded semver v0.1.20
6292024-08-28T22:28:51.448Z Downloaded twox-hash v1.6.3
6302024-08-28T22:28:51.451Z Downloaded derive_builder_core v0.20.0
6312024-08-28T22:28:51.454Z Downloaded derive-where v1.2.7
6322024-08-28T22:28:51.458Z Downloaded samael v0.0.15
6332024-08-28T22:28:51.472Z Downloaded hex-literal v0.4.1
6342024-08-28T22:28:51.475Z Downloaded opaque-debug v0.3.1
6352024-08-28T22:28:51.476Z Downloaded allocator-api2 v0.2.18
6362024-08-28T22:28:51.479Z Downloaded foreign-types-shared v0.1.1
6372024-08-28T22:28:51.480Z Downloaded foreign-types-macros v0.2.3
6382024-08-28T22:28:51.483Z Downloaded futures v0.3.30
6392024-08-28T22:28:51.486Z Downloaded packed_struct_codegen v0.10.1
6402024-08-28T22:28:51.489Z Downloaded base64 v0.21.7
6412024-08-28T22:28:51.492Z Downloaded snafu v0.8.2
6422024-08-28T22:28:51.500Z Downloaded predicates v3.1.2
6432024-08-28T22:28:51.521Z Downloaded serde-big-array v0.5.1
6442024-08-28T22:28:51.521Z Downloaded pin-project v1.1.5
6452024-08-28T22:28:51.521Z Downloaded supports-color v3.0.0
6462024-08-28T22:28:51.524Z Downloaded tap v1.0.1
6472024-08-28T22:28:51.524Z Downloaded tabwriter v1.4.0
6482024-08-28T22:28:51.524Z Downloaded strum v0.26.3
6492024-08-28T22:28:51.524Z Downloaded try-lock v0.2.5
6502024-08-28T22:28:51.527Z Downloaded hickory-server v0.24.1
6512024-08-28T22:28:51.532Z Downloaded subtle v2.5.0
6522024-08-28T22:28:51.535Z Downloaded ena v0.14.3
6532024-08-28T22:28:51.535Z Downloaded embedded-io v0.4.0
6542024-08-28T22:28:51.540Z Downloaded pem-rfc7468 v0.7.0
6552024-08-28T22:28:51.542Z Downloaded fatfs v0.3.6
6562024-08-28T22:28:51.545Z Downloaded libxml v0.3.3
6572024-08-28T22:28:51.549Z Downloaded zeroize v1.7.0
6582024-08-28T22:28:51.552Z Downloaded pbkdf2 v0.12.2
6592024-08-28T22:28:51.555Z Downloaded num-conv v0.1.0
6602024-08-28T22:28:51.555Z Downloaded futures-io v0.3.30
6612024-08-28T22:28:51.558Z Downloaded futures-executor v0.3.30
6622024-08-28T22:28:51.558Z Downloaded pkg-config v0.3.30
6632024-08-28T22:28:51.561Z Downloaded quick-error v1.2.3
6642024-08-28T22:28:51.561Z Downloaded resolv-conf v0.7.0
6652024-08-28T22:28:51.563Z Downloaded serde_urlencoded v0.7.1
6662024-08-28T22:28:51.566Z Downloaded schemars_derive v0.8.21
6672024-08-28T22:28:51.569Z Downloaded strum_macros v0.26.4
6682024-08-28T22:28:51.572Z Downloaded unicode-bidi v0.3.15
6692024-08-28T22:28:51.575Z Downloaded sct v0.7.1
6702024-08-28T22:28:51.579Z Downloaded spin v0.5.2
6712024-08-28T22:28:51.582Z Downloaded structmeta-derive v0.3.0
6722024-08-28T22:28:51.582Z Downloaded structmeta v0.2.0
6732024-08-28T22:28:51.582Z Downloaded sigpipe v0.1.3
6742024-08-28T22:28:51.585Z Downloaded http v0.2.12
6752024-08-28T22:28:51.589Z Downloaded mio v1.0.2
6762024-08-28T22:28:51.594Z Downloaded ron v0.8.1
6772024-08-28T22:28:51.602Z Downloaded filetime v0.2.24
6782024-08-28T22:28:51.605Z Downloaded slog-bunyan v2.5.0
6792024-08-28T22:28:51.607Z Downloaded peg v0.8.4
6802024-08-28T22:28:51.610Z Downloaded dirs-next v2.0.0
6812024-08-28T22:28:51.613Z Downloaded option-ext v0.2.0
6822024-08-28T22:28:51.613Z Downloaded pkcs8 v0.10.2
6832024-08-28T22:28:51.616Z Downloaded toolchain_find v0.4.0
6842024-08-28T22:28:51.619Z Downloaded russh-cryptovec v0.7.2
6852024-08-28T22:28:51.619Z Downloaded peg-runtime v0.8.3
6862024-08-28T22:28:51.621Z Downloaded portpicker v0.1.1
6872024-08-28T22:28:51.621Z Downloaded paste v1.0.15
6882024-08-28T22:28:51.624Z Downloaded omicron-zone-package v0.11.0
6892024-08-28T22:28:51.627Z Downloaded serde_with_macros v3.9.0
6902024-08-28T22:28:51.630Z Downloaded subprocess v0.2.9
6912024-08-28T22:28:51.633Z Downloaded slog v2.7.0
6922024-08-28T22:28:51.636Z Downloaded spin v0.9.8
6932024-08-28T22:28:51.639Z Downloaded psl-types v2.0.11
6942024-08-28T22:28:51.642Z Downloaded defmt-parser v0.3.4
6952024-08-28T22:28:51.642Z Downloaded pretty-hex v0.2.1
6962024-08-28T22:28:51.645Z Downloaded itertools v0.10.5
6972024-08-28T22:28:51.651Z Downloaded slog-dtrace v0.3.0
6982024-08-28T22:28:51.654Z Downloaded enum-as-inner v0.6.0
6992024-08-28T22:28:51.657Z Downloaded dirs v5.0.1
7002024-08-28T22:28:51.657Z Downloaded slog-envlogger v2.2.0
7012024-08-28T22:28:51.660Z Downloaded difflib v0.4.0
7022024-08-28T22:28:51.660Z Downloaded phf_shared v0.10.0
7032024-08-28T22:28:51.663Z Downloaded rcgen v0.12.1
7042024-08-28T22:28:51.666Z Downloaded slog-async v2.8.0
7052024-08-28T22:28:51.669Z Downloaded pkcs5 v0.7.1
7062024-08-28T22:28:51.672Z Downloaded zerocopy v0.6.6
7072024-08-28T22:28:51.674Z Downloaded pem v3.0.4
7082024-08-28T22:28:51.678Z Downloaded getopts v0.2.21
7092024-08-28T22:28:51.678Z Downloaded gethostname v0.5.0
7102024-08-28T22:28:51.681Z Downloaded group v0.13.0
7112024-08-28T22:28:51.681Z Downloaded rustc_version v0.1.7
7122024-08-28T22:28:51.684Z Downloaded diesel_table_macro_syntax v0.2.0
7132024-08-28T22:28:51.684Z Downloaded sqlparser_derive v0.2.2
7142024-08-28T22:28:51.684Z Downloaded tls_codec_derive v0.4.1
7152024-08-28T22:28:51.687Z Downloaded crossterm v0.27.0
7162024-08-28T22:28:51.693Z Downloaded slab v0.4.9
7172024-08-28T22:28:51.696Z Downloaded num-derive v0.4.2
7182024-08-28T22:28:51.699Z Downloaded fxhash v0.2.1
7192024-08-28T22:28:51.699Z Downloaded float-cmp v0.9.0
7202024-08-28T22:28:51.702Z Downloaded pin-utils v0.1.0
7212024-08-28T22:28:51.702Z Downloaded topological-sort v0.2.2
7222024-08-28T22:28:51.705Z Downloaded ed25519 v2.2.3
7232024-08-28T22:28:51.705Z Downloaded password-hash v0.5.0
7242024-08-28T22:28:51.707Z Downloaded tracing v0.1.40
7252024-08-28T22:28:51.711Z Downloaded path-slash v0.1.5
7262024-08-28T22:28:51.714Z Downloaded siphasher v0.3.11
7272024-08-28T22:28:51.717Z Downloaded shell-words v1.1.0
7282024-08-28T22:28:51.717Z Downloaded zeroize_derive v1.4.2
7292024-08-28T22:28:51.717Z Downloaded thread_local v1.1.8
7302024-08-28T22:28:51.720Z Downloaded thiserror-impl-no-std v2.0.2
7312024-08-28T22:28:51.720Z Downloaded string_cache v0.8.7
7322024-08-28T22:28:51.724Z Downloaded ssh-cipher v0.2.0
7332024-08-28T22:28:51.727Z Downloaded env_logger v0.9.3
7342024-08-28T22:28:51.727Z Downloaded thiserror-no-std v2.0.2
7352024-08-28T22:28:51.731Z Downloaded stringprep v0.1.4
7362024-08-28T22:28:51.734Z Downloaded globset v0.4.14
7372024-08-28T22:28:51.736Z Downloaded futures-macro v0.3.30
7382024-08-28T22:28:51.736Z Downloaded flagset v0.4.5
7392024-08-28T22:28:51.739Z Downloaded dirs-sys-next v0.1.2
7402024-08-28T22:28:51.740Z Downloaded dhcproto-macros v0.1.0
7412024-08-28T22:28:51.740Z Downloaded zone_cfg_derive v0.1.2
7422024-08-28T22:28:51.743Z Downloaded endian-type v0.1.2
7432024-08-28T22:28:51.743Z Downloaded ref-cast-impl v1.0.23
7442024-08-28T22:28:51.743Z Downloaded slog-json v2.6.1
7452024-08-28T22:28:51.746Z Downloaded rand_xorshift v0.3.0
7462024-08-28T22:28:51.746Z Downloaded untrusted v0.9.0
7472024-08-28T22:28:51.750Z Downloaded tokio-tungstenite v0.23.1
7482024-08-28T22:28:51.753Z Downloaded tls_codec v0.4.1
7492024-08-28T22:28:51.753Z Downloaded headers-core v0.2.0
7502024-08-28T22:28:51.753Z Downloaded tokio-tungstenite v0.21.0
7512024-08-28T22:28:51.756Z Downloaded toml_edit v0.19.15
7522024-08-28T22:28:51.775Z Downloaded unicode-xid v0.2.4
7532024-08-28T22:28:51.777Z Downloaded openssl-macros v0.1.1
7542024-08-28T22:28:51.777Z Downloaded tower-service v0.3.2
7552024-08-28T22:28:51.780Z Downloaded parse-display-derive v0.10.0
7562024-08-28T22:28:51.781Z Downloaded parse-display v0.10.0
7572024-08-28T22:28:51.781Z Downloaded num_enum v0.5.11
7582024-08-28T22:28:51.786Z Downloaded rustfmt-wrapper v0.2.1
7592024-08-28T22:28:51.788Z Downloaded futures-sink v0.3.30
7602024-08-28T22:28:51.788Z Downloaded debug-ignore v1.0.5
7612024-08-28T22:28:51.791Z Downloaded sqlformat v0.2.4
7622024-08-28T22:28:51.794Z Downloaded hkdf v0.12.4
7632024-08-28T22:28:51.796Z Downloaded oso-derive v0.27.3
7642024-08-28T22:28:51.796Z Downloaded enum-as-inner v0.5.1
7652024-08-28T22:28:51.799Z Downloaded zone v0.1.8
7662024-08-28T22:28:51.799Z Downloaded utf-8 v0.7.6
7672024-08-28T22:28:51.799Z Downloaded tungstenite v0.21.0
7682024-08-28T22:28:51.804Z Downloaded heapless v0.7.17
7692024-08-28T22:28:51.809Z Downloaded derive_builder_macro v0.20.0
7702024-08-28T22:28:51.812Z Downloaded dirs-sys v0.4.1
7712024-08-28T22:28:51.812Z Downloaded russh-keys v0.44.0
7722024-08-28T22:28:51.815Z Downloaded blake3 v1.5.1
7732024-08-28T22:28:51.822Z Downloaded libm v0.2.8
7742024-08-28T22:28:51.830Z Downloaded rand_chacha v0.3.1
7752024-08-28T22:28:51.833Z Downloaded tiny-keccak v2.0.2
7762024-08-28T22:28:51.835Z Downloaded spki v0.7.3
7772024-08-28T22:28:51.838Z Downloaded num_enum_derive v0.5.11
7782024-08-28T22:28:51.838Z Downloaded tracing-core v0.1.32
7792024-08-28T22:28:51.841Z Downloaded x509-cert v0.2.5
7802024-08-28T22:28:51.847Z Downloaded data-encoding v2.6.0
7812024-08-28T22:28:51.850Z Downloaded similar v2.6.0
7822024-08-28T22:28:51.854Z Downloaded half v2.4.1
7832024-08-28T22:28:51.859Z Downloaded ref-cast v1.0.23
7842024-08-28T22:28:51.862Z Downloaded ecdsa v0.16.9
7852024-08-28T22:28:51.863Z Downloaded diff v0.1.13
7862024-08-28T22:28:51.866Z Downloaded ssh-key v0.6.6
7872024-08-28T22:28:51.875Z Downloaded aes-gcm v0.10.3
7882024-08-28T22:28:51.879Z Downloaded futures-task v0.3.30
7892024-08-28T22:28:51.881Z Downloaded rustc_version v0.4.0
7902024-08-28T22:28:51.881Z Downloaded vte v0.11.1
7912024-08-28T22:28:51.884Z Downloaded dhcproto v0.12.0
7922024-08-28T22:28:51.887Z Downloaded oso v0.27.3
7932024-08-28T22:28:51.890Z Downloaded slog-stdlog v4.1.1
7942024-08-28T22:28:51.893Z Downloaded hashbrown v0.12.3
7952024-08-28T22:28:51.896Z Downloaded heapless v0.8.0
7962024-08-28T22:28:51.901Z Downloaded flume v0.11.0
7972024-08-28T22:28:51.905Z Downloaded unicode-normalization v0.1.23
7982024-08-28T22:28:51.909Z Downloaded expectorate v1.1.0
7992024-08-28T22:28:51.912Z Downloaded tinyvec v1.6.0
8002024-08-28T22:28:51.915Z Downloaded serde_yaml v0.9.34+deprecated
8012024-08-28T22:28:51.919Z Downloaded rustls-pki-types v1.7.0
8022024-08-28T22:28:51.921Z Downloaded hashlink v0.9.1
8032024-08-28T22:28:51.924Z Downloaded bitvec v1.0.1
8042024-08-28T22:28:51.941Z Downloaded pkcs1 v0.7.5
8052024-08-28T22:28:51.944Z Downloaded socket2 v0.5.7
8062024-08-28T22:28:51.947Z Downloaded derive_more v0.99.18
8072024-08-28T22:28:51.956Z Downloaded vergen v8.3.2
8082024-08-28T22:28:51.956Z Downloaded p256 v0.13.2
8092024-08-28T22:28:51.960Z Downloaded hyper v0.14.30
8102024-08-28T22:28:51.966Z Downloaded aho-corasick v1.1.3
8112024-08-28T22:28:51.974Z Downloaded rayon-core v1.12.1
8122024-08-28T22:28:51.987Z Downloaded bindgen v0.69.4
8132024-08-28T22:28:51.993Z Downloaded uuid v1.10.0
8142024-08-28T22:28:51.993Z Downloaded winnow v0.5.40
8152024-08-28T22:28:52.002Z Downloaded url v2.5.2
8162024-08-28T22:28:52.006Z Downloaded headers v0.3.9
8172024-08-28T22:28:52.009Z Downloaded unicode-segmentation v1.11.0
8182024-08-28T22:28:52.019Z Downloaded rand v0.8.5
8192024-08-28T22:28:52.031Z Downloaded flate2 v1.0.31
8202024-08-28T22:28:52.031Z Downloaded idna v0.3.0
8212024-08-28T22:28:52.031Z Downloaded time v0.3.36
8222024-08-28T22:28:52.036Z Downloaded rusqlite v0.31.0
8232024-08-28T22:28:52.044Z Downloaded lalrpop v0.19.12
8242024-08-28T22:28:52.065Z Downloaded tungstenite v0.23.0
8252024-08-28T22:28:52.067Z Downloaded publicsuffix v2.2.3
8262024-08-28T22:28:52.067Z Downloaded russh v0.44.1
8272024-08-28T22:28:52.070Z Downloaded serde_with v3.9.0
8282024-08-28T22:28:52.077Z Downloaded portable-atomic v1.6.0
8292024-08-28T22:28:52.084Z Downloaded hashbrown v0.13.2
8302024-08-28T22:28:52.091Z Downloaded reedline v0.33.0
8312024-08-28T22:28:52.096Z Downloaded h2 v0.3.26
8322024-08-28T22:28:52.103Z Downloaded idna v0.4.0
8332024-08-28T22:28:52.111Z Downloaded git2 v0.19.0
8342024-08-28T22:28:52.120Z Downloaded webpki-roots v0.25.4
8352024-08-28T22:28:52.124Z Downloaded proptest v1.5.0
8362024-08-28T22:28:52.134Z Downloaded nix v0.28.0
8372024-08-28T22:28:52.147Z Downloaded rustyline v14.0.0
8382024-08-28T22:28:52.153Z Downloaded reqwest v0.11.27
8392024-08-28T22:28:52.161Z Downloaded gimli v0.28.1
8402024-08-28T22:28:52.171Z Downloaded smoltcp v0.11.0
8412024-08-28T22:28:52.184Z Downloaded rustls v0.21.12
8422024-08-28T22:28:52.197Z Downloaded smoltcp v0.9.1
8432024-08-28T22:28:52.209Z Downloaded rayon v1.10.0
8442024-08-28T22:28:52.218Z Downloaded dropshot v0.10.1
8452024-08-28T22:28:52.230Z Downloaded futures-util v0.3.30
8462024-08-28T22:28:52.242Z Downloaded rustls v0.22.4
8472024-08-28T22:28:52.257Z Downloaded regex-syntax v0.6.29
8482024-08-28T22:28:52.264Z Downloaded regress v0.9.1
8492024-08-28T22:28:52.274Z Downloaded object v0.32.2
8502024-08-28T22:28:52.284Z Downloaded sqlparser v0.45.0
8512024-08-28T22:28:52.291Z Downloaded vcpkg v0.2.15
8522024-08-28T22:28:52.330Z Downloaded p384 v0.13.0
8532024-08-28T22:28:52.336Z Downloaded radix_trie v0.2.1
8542024-08-28T22:28:52.342Z Downloaded zerocopy-derive v0.6.6
8552024-08-28T22:28:52.351Z Downloaded sled v0.34.7
8562024-08-28T22:28:52.363Z Downloaded trust-dns-proto v0.22.0
8572024-08-28T22:28:52.375Z Downloaded polar-core v0.27.3
8582024-08-28T22:28:52.384Z Downloaded openssl v0.10.66
8592024-08-28T22:28:52.394Z Downloaded diesel v2.2.3
8602024-08-28T22:28:52.413Z Downloaded openapiv3 v2.0.0
8612024-08-28T22:28:52.426Z Downloaded hickory-proto v0.24.1
8622024-08-28T22:28:52.443Z Downloaded regex-syntax v0.8.4
8632024-08-28T22:28:52.453Z Downloaded finl_unicode v1.2.0
8642024-08-28T22:28:52.464Z Downloaded bstr v1.9.1
8652024-08-28T22:28:52.475Z Downloaded regex v1.10.6
8662024-08-28T22:28:52.489Z Downloaded object v0.30.4
8672024-08-28T22:28:52.499Z Downloaded curve25519-dalek v4.1.3
8682024-08-28T22:28:52.508Z Downloaded bzip2-sys v0.1.11+1.0.8
8692024-08-28T22:28:52.523Z Downloaded ratatui v0.28.0
8702024-08-28T22:28:52.543Z Downloaded tokio v1.39.3
8712024-08-28T22:28:52.581Z Downloaded regex-automata v0.4.6
8722024-08-28T22:28:52.604Z Downloaded petgraph v0.6.5
8732024-08-28T22:28:52.616Z Downloaded csv v1.3.0
8742024-08-28T22:28:52.637Z Downloaded sha3 v0.10.8
8752024-08-28T22:28:52.643Z Downloaded quick-xml v0.31.0
8762024-08-28T22:28:52.651Z Downloaded idna v0.2.3
8772024-08-28T22:28:52.655Z Downloaded nix v0.27.1
8782024-08-28T22:28:52.666Z Downloaded rustls-webpki v0.102.4
8792024-08-28T22:28:52.685Z Downloaded idna v0.5.0
8802024-08-28T22:28:52.692Z Downloaded p521 v0.13.3
8812024-08-28T22:28:52.696Z Downloaded tokio-util v0.7.11
8822024-08-28T22:28:52.703Z Downloaded vsss-rs v3.3.4
8832024-08-28T22:28:52.708Z Downloaded tough v0.17.1
8842024-08-28T22:28:52.713Z Downloaded chrono v0.4.38
8852024-08-28T22:28:52.721Z Downloaded schemars v0.8.21
8862024-08-28T22:28:52.733Z Downloaded der v0.7.9
8872024-08-28T22:28:52.738Z Downloaded time-macros v0.2.18
8882024-08-28T22:28:52.741Z Downloaded encoding_rs v0.8.34
8892024-08-28T22:28:52.763Z Downloaded password-hash v0.4.2
8902024-08-28T22:28:52.767Z Downloaded scheduled-thread-pool v0.2.7
8912024-08-28T22:28:52.770Z Downloaded num-traits v0.2.19
8922024-08-28T22:28:52.773Z Downloaded rustls-webpki v0.101.7
8932024-08-28T22:28:52.787Z Downloaded parking_lot v0.11.2
8942024-08-28T22:28:52.790Z Downloaded openssl-sys v0.9.103
8952024-08-28T22:28:52.796Z Downloaded crossterm v0.28.1
8962024-08-28T22:28:52.801Z Downloaded tungstenite v0.20.1
8972024-08-28T22:28:52.805Z Downloaded toml v0.7.8
8982024-08-28T22:28:52.808Z Downloaded ed25519-dalek v2.1.1
8992024-08-28T22:28:52.811Z Downloaded unicode_categories v0.1.1
9002024-08-28T22:28:52.814Z Downloaded signal-hook v0.3.17
9012024-08-28T22:28:52.817Z Downloaded postcard v1.0.8
9022024-08-28T22:28:52.822Z Downloaded num-bigint-dig v0.8.4
9032024-08-28T22:28:52.831Z Downloaded itertools v0.12.1
9042024-08-28T22:28:52.840Z Downloaded unicode-truncate v1.0.0
9052024-08-28T22:28:52.840Z Downloaded pin-project-lite v0.2.14
9062024-08-28T22:28:52.840Z Downloaded num-rational v0.4.2
9072024-08-28T22:28:52.840Z Downloaded hickory-client v0.24.1
9082024-08-28T22:28:52.847Z Downloaded rsa v0.9.6
9092024-08-28T22:28:52.850Z Downloaded libgit2-sys v0.17.0+1.8.1
9102024-08-28T22:28:52.908Z Downloaded ring v0.17.8
9112024-08-28T22:28:52.978Z Downloaded tinyvec_macros v0.1.1
9122024-08-28T22:28:52.981Z Downloaded vte_generate_state_changes v0.1.1
9132024-08-28T22:28:52.981Z Downloaded pin-project-internal v1.1.5
9142024-08-28T22:28:52.984Z Downloaded getrandom v0.2.14
9152024-08-28T22:28:52.984Z Downloaded rustls-pemfile v1.0.4
9162024-08-28T22:28:52.986Z Downloaded der_derive v0.7.2
9172024-08-28T22:28:52.989Z Downloaded shlex v1.3.0
9182024-08-28T22:28:52.989Z Downloaded predicates-tree v1.0.9
9192024-08-28T22:28:52.992Z Downloaded r2d2 v0.8.10
9202024-08-28T22:28:52.992Z Downloaded tar v0.4.41
9212024-08-28T22:28:52.995Z Downloaded zip v0.6.6
9222024-08-28T22:28:52.998Z Downloaded nom v7.1.3
9232024-08-28T22:28:53.003Z Downloaded itertools v0.13.0
9242024-08-28T22:28:53.010Z Downloaded diesel_derives v2.2.2
9252024-08-28T22:28:53.014Z Downloaded typed-path v0.7.1
9262024-08-28T22:28:53.021Z Downloaded polyval v0.6.2
9272024-08-28T22:28:53.023Z Downloaded yasna v0.5.2
9282024-08-28T22:28:53.026Z Downloaded erased-serde v0.3.31
9292024-08-28T22:28:53.026Z Downloaded steno v0.4.1
9302024-08-28T22:28:53.030Z Downloaded ff v0.13.0
9312024-08-28T22:28:53.033Z Downloaded tui-tree-widget v0.22.0
9322024-08-28T22:28:53.033Z Downloaded strum_macros v0.24.3
9332024-08-28T22:28:53.036Z Downloaded ron v0.7.1
9342024-08-28T22:28:53.039Z Downloaded rfc6979 v0.4.0
9352024-08-28T22:28:53.042Z Downloaded smallvec v0.6.14
9362024-08-28T22:28:53.042Z Downloaded smallvec v1.13.2
9372024-08-28T22:28:53.045Z Downloaded test-strategy v0.3.1
9382024-08-28T22:28:53.048Z Downloaded prettyplease v0.2.20
9392024-08-28T22:28:53.051Z Downloaded radium v0.7.0
9402024-08-28T22:28:53.053Z Downloaded packed_struct v0.10.1
9412024-08-28T22:28:53.053Z Downloaded rustls-pemfile v2.1.3
9422024-08-28T22:28:53.056Z Downloaded rustc-hash v1.1.0
9432024-08-28T22:28:53.056Z Downloaded tokio-postgres v0.7.11
9442024-08-28T22:28:53.061Z Downloaded xattr v1.3.1
9452024-08-28T22:28:53.064Z Downloaded wyz v0.5.1
9462024-08-28T22:28:53.064Z Downloaded uzers v0.11.3
9472024-08-28T22:28:53.067Z Downloaded percent-encoding v2.3.1
9482024-08-28T22:28:53.068Z Downloaded smf v0.2.3
9492024-08-28T22:28:53.068Z Downloaded secrecy v0.8.0
9502024-08-28T22:28:53.070Z Downloaded sec1 v0.7.3
9512024-08-28T22:28:53.070Z Downloaded defmt-macros v0.3.9
9522024-08-28T22:28:53.073Z Downloaded elliptic-curve v0.13.8
9532024-08-28T22:28:53.076Z Downloaded aes v0.8.4
9542024-08-28T22:28:53.080Z Downloaded strum_macros v0.25.3
9552024-08-28T22:28:53.082Z Downloaded strip-ansi-escapes v0.2.0
9562024-08-28T22:28:53.082Z Downloaded scrypt v0.11.0
9572024-08-28T22:28:53.085Z Downloaded scopeguard v1.2.0
9582024-08-28T22:28:53.085Z Downloaded wait-timeout v0.2.0
9592024-08-28T22:28:53.088Z Downloaded tracing-attributes v0.1.27
9602024-08-28T22:28:53.091Z Downloaded postgres-types v0.2.7
9612024-08-28T22:28:53.091Z Downloaded parking_lot v0.12.2
9622024-08-28T22:28:53.094Z Downloaded tokio-stream v0.1.15
9632024-08-28T22:28:53.097Z Downloaded olpc-cjson v0.1.3
9642024-08-28T22:28:53.100Z Downloaded glob v0.3.1
9652024-08-28T22:28:53.100Z Downloaded ghash v0.5.1
9662024-08-28T22:28:53.100Z Downloaded peg-macros v0.8.4
9672024-08-28T22:28:53.103Z Downloaded unsafe-libyaml v0.2.11
9682024-08-28T22:28:53.106Z Downloaded miniz_oxide v0.7.2
9692024-08-28T22:28:53.109Z Downloaded foreign-types v0.3.2
9702024-08-28T22:28:53.109Z Downloaded fixedbitset v0.4.2
9712024-08-28T22:28:53.112Z Downloaded ppv-lite86 v0.2.17
9722024-08-28T22:28:53.112Z Downloaded powerfmt v0.2.0
9732024-08-28T22:28:53.112Z Downloaded phf v0.11.2
9742024-08-28T22:28:53.115Z Downloaded pbkdf2 v0.11.0
9752024-08-28T22:28:53.115Z Downloaded fallible-iterator v0.3.0
9762024-08-28T22:28:53.118Z Downloaded fallible-iterator v0.2.0
9772024-08-28T22:28:53.118Z Downloaded dyn-clone v1.0.17
9782024-08-28T22:28:53.120Z Downloaded dsl_auto_type v0.1.2
9792024-08-28T22:28:53.121Z Downloaded dropshot_endpoint v0.10.1
9802024-08-28T22:28:53.123Z Downloaded indexmap v1.9.3
9812024-08-28T22:28:53.126Z Downloaded hex v0.4.3
9822024-08-28T22:28:53.128Z Downloaded futures-core v0.3.30
9832024-08-28T22:28:53.128Z Downloaded form_urlencoded v1.2.1
9842024-08-28T22:28:53.129Z Downloaded defmt v0.3.8
9852024-08-28T22:28:53.131Z Downloaded postgres-protocol v0.6.7
9862024-08-28T22:28:53.134Z Downloaded futures-channel v0.3.30
9872024-08-28T22:28:53.143Z Downloaded darling_core v0.20.9
9882024-08-28T22:28:53.143Z Downloaded chacha20poly1305 v0.10.1
9892024-08-28T22:28:53.143Z Downloaded bytes v1.7.1
9902024-08-28T22:28:53.150Z Downloaded slog-scope v4.4.0
9912024-08-28T22:28:53.150Z Downloaded serde_plain v1.0.2
9922024-08-28T22:28:53.150Z Downloaded serde_arrays v0.1.0
9932024-08-28T22:28:53.150Z Downloaded serde-hex v0.1.0
9942024-08-28T22:28:53.164Z Downloaded parse-size v1.0.0
9952024-08-28T22:28:53.164Z Downloaded num_threads v0.1.7
9962024-08-28T22:28:53.164Z Downloaded env_logger v0.10.2
9972024-08-28T22:28:53.168Z Downloaded rand_seeder v0.3.0
9982024-08-28T22:28:53.168Z Downloaded rustc-demangle v0.1.24
9992024-08-28T22:28:53.168Z Downloaded clang-sys v1.7.0
10002024-08-28T22:28:53.168Z Downloaded float-ord v0.3.2
10012024-08-28T22:28:53.168Z Downloaded socket2 v0.4.10
10022024-08-28T22:28:53.168Z Downloaded mio v0.8.11
10032024-08-28T22:28:53.171Z Downloaded crc-any v2.5.0
10042024-08-28T22:28:53.171Z Downloaded const-oid v0.9.6
10052024-08-28T22:28:53.174Z Downloaded cookie v0.18.1
10062024-08-28T22:28:53.178Z Downloaded walkdir v2.5.0
10072024-08-28T22:28:53.178Z Downloaded hash32 v0.2.1
10082024-08-28T22:28:53.181Z Downloaded tokio-rustls v0.24.1
10092024-08-28T22:28:53.181Z Downloaded serde_derive_internals v0.29.1
10102024-08-28T22:28:53.185Z Downloaded crypto-bigint v0.5.5
10112024-08-28T22:28:53.188Z Downloaded hash32 v0.3.1
10122024-08-28T22:28:53.192Z Downloaded unarray v0.1.4
10132024-08-28T22:28:53.192Z Downloaded tokio-tungstenite v0.20.1
10142024-08-28T22:28:53.194Z Downloaded tokio-rustls v0.25.0
10152024-08-28T22:28:53.197Z Downloaded snafu-derive v0.8.2
10162024-08-28T22:28:53.197Z Downloaded slog-term v2.9.1
10172024-08-28T22:28:53.201Z Downloaded either v1.13.0
10182024-08-28T22:28:53.201Z Downloaded mime_guess v2.0.4
10192024-08-28T22:28:53.203Z Downloaded http v1.1.0
10202024-08-28T22:28:53.206Z Downloaded hmac v0.12.1
10212024-08-28T22:28:53.212Z Downloaded darling v0.20.9
10222024-08-28T22:28:53.215Z Downloaded csv-core v0.1.11
10232024-08-28T22:28:53.215Z Downloaded memmap2 v0.9.4
10242024-08-28T22:28:53.215Z Downloaded ipnetwork v0.20.0
10252024-08-28T22:28:53.218Z Downloaded ipnet v2.9.0
10262024-08-28T22:28:53.218Z Downloaded indoc v1.0.9
10272024-08-28T22:28:53.221Z Downloaded const_format v0.2.32
10282024-08-28T22:28:53.225Z Downloaded cc v1.0.97
10292024-08-28T22:28:53.228Z Downloaded termios v0.3.3
10302024-08-28T22:28:53.231Z Downloaded arc-swap v1.7.1
10312024-08-28T22:28:53.234Z Downloaded const_format_proc_macros v0.2.32
10322024-08-28T22:28:53.237Z Downloaded cbc v0.1.2
10332024-08-28T22:28:53.237Z Downloaded bcs v0.1.6
10342024-08-28T22:28:53.241Z Downloaded whoami v1.5.1
10352024-08-28T22:28:53.244Z Downloaded cexpr v0.6.0
10362024-08-28T22:28:53.244Z Downloaded base64ct v1.6.0
10372024-08-28T22:28:53.247Z Downloaded ascii v1.1.0
10382024-08-28T22:28:53.247Z Downloaded num v0.4.3
10392024-08-28T22:28:53.250Z Downloaded signal-hook-mio v0.2.4
10402024-08-28T22:28:53.250Z Downloaded salsa20 v0.10.2
10412024-08-28T22:28:53.253Z Downloaded iana-time-zone v0.1.60
10422024-08-28T22:28:53.253Z Downloaded libsw v3.3.1
10432024-08-28T22:28:53.256Z Downloaded linked-hash-map v0.5.6
10442024-08-28T22:28:53.256Z Downloaded base64 v0.22.1
10452024-08-28T22:28:53.259Z Downloaded impl-trait-for-tuples v0.2.2
10462024-08-28T22:28:53.262Z Downloaded libefi-sys v0.1.0
10472024-08-28T22:28:53.265Z Downloaded http-body v0.4.6
10482024-08-28T22:28:53.265Z Downloaded hickory-resolver v0.24.1
10492024-08-28T22:28:53.269Z Downloaded signal-hook-tokio v0.3.1
10502024-08-28T22:28:53.271Z Downloaded lru-cache v0.1.2
10512024-08-28T22:28:53.272Z Downloaded maplit v1.0.2
10522024-08-28T22:28:53.272Z Downloaded instability v0.3.2
10532024-08-28T22:28:53.274Z Downloaded bit-vec v0.6.3
10542024-08-28T22:28:53.275Z Downloaded memoffset v0.9.1
10552024-08-28T22:28:53.277Z Downloaded maybe-uninit v2.0.0
10562024-08-28T22:28:53.277Z Downloaded keccak v0.1.5
10572024-08-28T22:28:53.277Z Downloaded internet-checksum v0.2.1
10582024-08-28T22:28:53.280Z Downloaded indent_write v2.2.0
10592024-08-28T22:28:53.280Z Downloaded arrayvec v0.7.4
10602024-08-28T22:28:53.283Z Downloaded darling_macro v0.20.9
10612024-08-28T22:28:53.284Z Downloaded humantime v2.1.0
10622024-08-28T22:28:53.284Z Downloaded hostname v0.4.0
10632024-08-28T22:28:53.287Z Downloaded home v0.5.9
10642024-08-28T22:28:53.287Z Downloaded castaway v0.2.3
10652024-08-28T22:28:53.287Z Downloaded bitfield-struct v0.6.1
10662024-08-28T22:28:53.290Z Downloaded cassowary v0.3.0
10672024-08-28T22:28:53.290Z Downloaded buf-list v1.0.3
10682024-08-28T22:28:53.293Z Downloaded bcrypt-pbkdf v0.10.0
10692024-08-28T22:28:53.293Z Downloaded array-init v0.0.4
10702024-08-28T22:28:53.296Z Downloaded crucible-workspace-hack v0.1.0
10712024-08-28T22:28:53.362Z Downloaded libz-sys v1.1.16
10722024-08-28T22:28:53.547Z Downloaded libsqlite3-sys v0.28.0
10732024-08-28T22:28:53.625Z Downloaded ring v0.16.20
10742024-08-28T22:28:53.794Z Compiling serde v1.0.208
10752024-08-28T22:28:53.798Z Compiling typenum v1.17.0
10762024-08-28T22:28:53.798Z Compiling generic-array v0.14.7
10772024-08-28T22:28:53.798Z Compiling lock_api v0.4.12
10782024-08-28T22:28:53.798Z Compiling scopeguard v1.2.0
10792024-08-28T22:28:53.943Z Compiling log v0.4.21
10802024-08-28T22:28:53.966Z Compiling syn v2.0.74
10812024-08-28T22:28:53.969Z Compiling getrandom v0.2.14
10822024-08-28T22:28:54.124Z Compiling jobserver v0.1.32
10832024-08-28T22:28:54.443Z Compiling rand_core v0.6.4
10842024-08-28T22:28:54.531Z Compiling subtle v2.5.0
10852024-08-28T22:28:54.613Z Compiling cc v1.0.97
10862024-08-28T22:28:54.631Z Compiling const-oid v0.9.6
10872024-08-28T22:28:54.887Z Compiling pin-project-lite v0.2.14
10882024-08-28T22:28:54.986Z Compiling smallvec v1.13.2
10892024-08-28T22:28:55.004Z Compiling parking_lot_core v0.9.10
10902024-08-28T22:28:55.023Z Compiling signal-hook-registry v1.4.2
10912024-08-28T22:28:55.189Z Compiling spin v0.9.8
10922024-08-28T22:28:55.430Z Compiling mio v1.0.2
10932024-08-28T22:28:55.631Z Compiling ahash v0.8.11
10942024-08-28T22:28:55.892Z Compiling tinyvec_macros v0.1.1
10952024-08-28T22:28:55.983Z Compiling parking_lot v0.12.2
10962024-08-28T22:28:56.076Z Compiling tinyvec v1.6.0
10972024-08-28T22:28:56.251Z Compiling socket2 v0.5.7
10982024-08-28T22:28:56.706Z Compiling futures-core v0.3.30
10992024-08-28T22:28:56.757Z Compiling futures-sink v0.3.30
11002024-08-28T22:28:56.828Z Compiling cpufeatures v0.2.12
11012024-08-28T22:28:56.916Z Compiling libm v0.2.8
11022024-08-28T22:28:56.957Z Compiling serde_json v1.0.125
11032024-08-28T22:28:56.979Z Compiling num-traits v0.2.19
11042024-08-28T22:28:57.002Z Compiling slab v0.4.9
11052024-08-28T22:28:57.305Z Compiling unicode-bidi v0.3.15
11062024-08-28T22:28:57.337Z Compiling allocator-api2 v0.2.18
11072024-08-28T22:28:57.602Z Compiling futures-channel v0.3.30
11082024-08-28T22:28:57.684Z Compiling unicode-normalization v0.1.23
11092024-08-28T22:28:57.851Z Compiling pkg-config v0.3.30
11102024-08-28T22:28:58.015Z Compiling futures-task v0.3.30
11112024-08-28T22:28:58.145Z Compiling vcpkg v0.2.15
11122024-08-28T22:28:58.308Z Compiling futures-io v0.3.30
11132024-08-28T22:28:58.761Z Compiling pin-utils v0.1.0
11142024-08-28T22:28:58.794Z Compiling base64ct v1.6.0
11152024-08-28T22:28:58.853Z Compiling ppv-lite86 v0.2.17
11162024-08-28T22:28:58.874Z Compiling ring v0.17.8
11172024-08-28T22:28:58.876Z Compiling percent-encoding v2.3.1
11182024-08-28T22:28:59.310Z Compiling pem-rfc7468 v0.7.0
11192024-08-28T22:28:59.409Z Compiling flagset v0.4.5
11202024-08-28T22:28:59.454Z Compiling tracing-core v0.1.32
11212024-08-28T22:28:59.631Z Compiling rand_chacha v0.3.1
11222024-08-28T22:28:59.674Z Compiling rustix v0.38.34
11232024-08-28T22:29:00.045Z Compiling untrusted v0.9.0
11242024-08-28T22:29:00.217Z Compiling rand v0.8.5
11252024-08-28T22:29:00.348Z Compiling openssl-sys v0.9.103
11262024-08-28T22:29:00.506Z Compiling time-core v0.1.2
11272024-08-28T22:29:00.687Z Compiling foreign-types-shared v0.1.1
11282024-08-28T22:29:00.708Z Compiling powerfmt v0.2.0
11292024-08-28T22:29:00.757Z Compiling rustversion v1.0.17
11302024-08-28T22:29:00.793Z Compiling openssl v0.10.66
11312024-08-28T22:29:01.097Z Compiling httparse v1.8.0
11322024-08-28T22:29:01.187Z Compiling num-conv v0.1.0
11332024-08-28T22:29:01.473Z Compiling time-macros v0.2.18
11342024-08-28T22:29:01.542Z Compiling deranged v0.3.11
11352024-08-28T22:29:01.555Z Compiling foreign-types v0.3.2
11362024-08-28T22:29:01.646Z Compiling form_urlencoded v1.2.1
11372024-08-28T22:29:02.938Z Compiling aho-corasick v1.1.3
11382024-08-28T22:29:02.961Z Compiling crossbeam-utils v0.8.19
11392024-08-28T22:29:02.961Z Compiling siphasher v0.3.11
11402024-08-28T22:29:02.961Z Compiling num_threads v0.1.7
11412024-08-28T22:29:02.961Z Compiling regex-syntax v0.8.4
11422024-08-28T22:29:02.961Z Compiling rustls v0.21.12
11432024-08-28T22:29:02.961Z Compiling syn v1.0.109
11442024-08-28T22:29:02.961Z Compiling native-tls v0.2.11
11452024-08-28T22:29:03.195Z Compiling try-lock v0.2.5
11462024-08-28T22:29:03.338Z Compiling want v0.3.1
11472024-08-28T22:29:03.613Z Compiling idna v0.5.0
11482024-08-28T22:29:04.103Z Compiling cookie v0.17.0
11492024-08-28T22:29:04.464Z Compiling openssl-probe v0.1.5
11502024-08-28T22:29:04.647Z Compiling time v0.3.36
11512024-08-28T22:29:04.809Z Compiling httpdate v1.0.3
11522024-08-28T22:29:04.837Z Compiling iana-time-zone v0.1.60
11532024-08-28T22:29:05.150Z Compiling finl_unicode v1.2.0
11542024-08-28T22:29:05.251Z Compiling slog v2.7.0
11552024-08-28T22:29:05.270Z Compiling tower-service v0.3.2
11562024-08-28T22:29:05.373Z Compiling adler v1.0.2
11572024-08-28T22:29:05.598Z Compiling miniz_oxide v0.7.2
11582024-08-28T22:29:05.724Z Compiling stringprep v0.1.4
11592024-08-28T22:29:05.930Z Compiling url v2.5.2
11602024-08-28T22:29:06.950Z Compiling regex-automata v0.4.6
11612024-08-28T22:29:07.808Z Compiling num-integer v0.1.46
11622024-08-28T22:29:08.188Z Compiling serde_derive v1.0.208
11632024-08-28T22:29:08.372Z Compiling zeroize_derive v1.4.2
11642024-08-28T22:29:08.538Z Compiling zerocopy-derive v0.7.34
11652024-08-28T22:29:09.083Z Compiling tokio-macros v2.4.0
11662024-08-28T22:29:09.968Z Compiling thiserror-impl v1.0.63
11672024-08-28T22:29:09.988Z Compiling futures-macro v0.3.30
11682024-08-28T22:29:10.036Z Compiling zeroize v1.7.0
11692024-08-28T22:29:10.804Z Compiling der_derive v0.7.2
11702024-08-28T22:29:10.924Z Compiling zerocopy v0.7.34
11712024-08-28T22:29:11.785Z Compiling crypto-common v0.1.6
11722024-08-28T22:29:12.015Z Compiling block-buffer v0.10.4
11732024-08-28T22:29:12.034Z Compiling block-padding v0.3.3
11742024-08-28T22:29:12.281Z Compiling digest v0.10.7
11752024-08-28T22:29:12.284Z Compiling inout v0.1.3
11762024-08-28T22:29:12.573Z Compiling cipher v0.4.4
11772024-08-28T22:29:12.776Z Compiling hmac v0.12.1
11782024-08-28T22:29:13.030Z Compiling sha2 v0.10.8
11792024-08-28T22:29:13.098Z Compiling hashbrown v0.14.5
11802024-08-28T22:29:13.130Z Compiling futures-util v0.3.30
11812024-08-28T22:29:13.261Z Compiling thiserror v1.0.63
11822024-08-28T22:29:13.373Z Compiling pest v2.7.10
11832024-08-28T22:29:13.402Z Compiling der v0.7.9
11842024-08-28T22:29:14.487Z Compiling salsa20 v0.10.2
11852024-08-28T22:29:14.702Z Compiling pbkdf2 v0.12.2
11862024-08-28T22:29:14.883Z Compiling tracing-attributes v0.1.27
11872024-08-28T22:29:16.407Z Compiling pest_meta v2.7.10
11882024-08-28T22:29:16.729Z Compiling scroll_derive v0.12.0
11892024-08-28T22:29:16.847Z Compiling spki v0.7.3
11902024-08-28T22:29:17.212Z Compiling scrypt v0.11.0
11912024-08-28T22:29:17.801Z Compiling pest_generator v2.7.10
11922024-08-28T22:29:18.257Z Compiling scroll v0.12.0
11932024-08-28T22:29:18.708Z Compiling tracing v0.1.40
11942024-08-28T22:29:18.833Z Compiling cbc v0.1.2
11952024-08-28T22:29:19.074Z Compiling aes v0.8.4
11962024-08-28T22:29:19.247Z Compiling goblin v0.8.2
11972024-08-28T22:29:19.404Z Compiling openssl-macros v0.1.1
11982024-08-28T22:29:19.751Z Compiling rustls-webpki v0.101.7
11992024-08-28T22:29:19.853Z Compiling sct v0.7.1
12002024-08-28T22:29:20.176Z Compiling pkcs5 v0.7.1
12012024-08-28T22:29:20.196Z Compiling md-5 v0.10.6
12022024-08-28T22:29:20.455Z Compiling backtrace v0.3.71
12032024-08-28T22:29:20.930Z Compiling pkcs8 v0.10.2
12042024-08-28T22:29:21.398Z Compiling idna v0.3.0
12052024-08-28T22:29:21.476Z Compiling pest_derive v2.7.10
12062024-08-28T22:29:21.623Z Compiling lazy_static v1.5.0
12072024-08-28T22:29:21.644Z Compiling hash32 v0.2.1
12082024-08-28T22:29:21.746Z Compiling base64 v0.22.1
12092024-08-28T22:29:21.901Z Compiling fallible-iterator v0.2.0
12102024-08-28T22:29:22.010Z Compiling psl-types v2.0.11
12112024-08-28T22:29:22.217Z Compiling num-bigint-dig v0.8.4
12122024-08-28T22:29:22.274Z Compiling dtrace-parser v0.2.0
12132024-08-28T22:29:22.467Z Compiling bytes v1.7.1
12142024-08-28T22:29:22.535Z Compiling bitflags v2.6.0
12152024-08-28T22:29:22.853Z Compiling indexmap v2.4.0
12162024-08-28T22:29:22.988Z Compiling semver v1.0.23
12172024-08-28T22:29:23.737Z Compiling tokio v1.39.3
12182024-08-28T22:29:23.756Z Compiling http v0.2.12
12192024-08-28T22:29:24.317Z Compiling rustc_version v0.4.0
12202024-08-28T22:29:25.092Z Compiling heapless v0.7.17
12212024-08-28T22:29:25.556Z Compiling http-body v0.4.6
12222024-08-28T22:29:25.802Z Compiling dof v0.3.0
12232024-08-28T22:29:26.017Z Compiling uuid v1.10.0
12242024-08-28T22:29:26.204Z Compiling chrono v0.4.38
12252024-08-28T22:29:26.223Z Compiling serde_tokenstream v0.2.2
12262024-08-28T22:29:26.825Z Compiling usdt-impl v0.5.0
12272024-08-28T22:29:27.477Z Compiling serde_spanned v0.6.7
12282024-08-28T22:29:27.714Z Compiling toml_datetime v0.6.8
12292024-08-28T22:29:28.074Z Compiling signal-hook v0.3.17
12302024-08-28T22:29:28.236Z Compiling cfg_aliases v0.1.1
12312024-08-28T22:29:28.343Z Compiling stable_deref_trait v1.2.0
12322024-08-28T22:29:28.362Z Compiling crc32fast v1.4.0
12332024-08-28T22:29:28.404Z Compiling gimli v0.28.1
12342024-08-28T22:29:28.448Z Compiling smoltcp v0.9.1
12352024-08-28T22:29:29.276Z Compiling nix v0.28.0
12362024-08-28T22:29:29.767Z Compiling terminal_size v0.3.0
12372024-08-28T22:29:29.964Z Compiling postgres-protocol v0.6.7
12382024-08-28T22:29:30.035Z Compiling publicsuffix v2.2.3
12392024-08-28T22:29:30.126Z Compiling hubpack_derive v0.1.1
12402024-08-28T22:29:30.216Z Compiling num-iter v0.1.45
12412024-08-28T22:29:30.250Z Compiling zerocopy-derive v0.6.6
12422024-08-28T22:29:30.270Z Compiling async-trait v0.1.81
12432024-08-28T22:29:31.551Z Compiling phf_shared v0.11.2
12442024-08-28T22:29:31.681Z Compiling serde_derive_internals v0.29.1
12452024-08-28T22:29:31.932Z Compiling tokio-util v0.7.11
12462024-08-28T22:29:32.039Z Compiling tokio-native-tls v0.3.1
12472024-08-28T22:29:32.309Z Compiling tokio-rustls v0.24.1
12482024-08-28T22:29:32.427Z Compiling ff v0.13.0
12492024-08-28T22:29:32.660Z Compiling addr2line v0.21.0
12502024-08-28T22:29:32.728Z Compiling object v0.32.2
12512024-08-28T22:29:33.095Z Compiling h2 v0.3.26
12522024-08-28T22:29:33.163Z Compiling fs-err v2.11.0
12532024-08-28T22:29:33.293Z Compiling base16ct v0.2.0
12542024-08-28T22:29:33.319Z Compiling anyhow v1.0.86
12552024-08-28T22:29:33.368Z Compiling bitflags v1.3.2
12562024-08-28T22:29:33.454Z Compiling winnow v0.5.40
12572024-08-28T22:29:33.474Z Compiling rustc-demangle v0.1.24
12582024-08-28T22:29:33.603Z Compiling base64 v0.21.7
12592024-08-28T22:29:33.930Z Compiling ipnet v2.9.0
12602024-08-28T22:29:34.359Z Compiling either v1.13.0
12612024-08-28T22:29:34.397Z Compiling managed v0.8.0
12622024-08-28T22:29:34.495Z Compiling schemars v0.8.21
12632024-08-28T22:29:34.794Z Compiling clap_builder v4.5.15
12642024-08-28T22:29:34.902Z Compiling schemars_derive v0.8.21
12652024-08-28T22:29:35.199Z Compiling rustls-pemfile v1.0.4
12662024-08-28T22:29:35.844Z Compiling sec1 v0.7.3
12672024-08-28T22:29:36.616Z Compiling group v0.13.0
12682024-08-28T22:29:36.953Z Compiling zerocopy v0.6.6
12692024-08-28T22:29:36.997Z Compiling phf v0.11.2
12702024-08-28T22:29:37.292Z Compiling toml_edit v0.19.15
12712024-08-28T22:29:38.405Z Compiling hubpack v0.1.2
12722024-08-28T22:29:38.408Z Compiling cookie_store v0.20.0
12732024-08-28T22:29:38.408Z Compiling postgres-types v0.2.7
12742024-08-28T22:29:38.921Z Compiling usdt-macro v0.5.0
12752024-08-28T22:29:39.329Z Compiling usdt-attr-macro v0.5.0
12762024-08-28T22:29:40.025Z Compiling hyper v0.14.30
12772024-08-28T22:29:41.302Z Compiling serde_urlencoded v0.7.1
12782024-08-28T22:29:41.396Z Compiling pkcs1 v0.7.5
12792024-08-28T22:29:41.831Z Compiling futures-executor v0.3.30
12802024-08-28T22:29:42.401Z Compiling hkdf v0.12.4
12812024-08-28T22:29:42.439Z Compiling signature v2.2.0
12822024-08-28T22:29:42.669Z Compiling regex v1.10.6
12832024-08-28T22:29:42.753Z Compiling bstr v1.9.1
12842024-08-28T22:29:42.791Z Compiling crypto-bigint v0.5.5
12852024-08-28T22:29:43.592Z Compiling clap_derive v4.5.13
12862024-08-28T22:29:43.752Z Compiling serde_repr v0.1.19
12872024-08-28T22:29:44.073Z Compiling enum-as-inner v0.6.0
12882024-08-28T22:29:44.592Z Compiling strum_macros v0.25.3
12892024-08-28T22:29:44.979Z Compiling phf_shared v0.10.0
12902024-08-28T22:29:45.204Z Compiling float-cmp v0.9.0
12912024-08-28T22:29:45.224Z Compiling idna v0.4.0
12922024-08-28T22:29:46.397Z Compiling mio v0.8.11
12932024-08-28T22:29:46.400Z Compiling encoding_rs v0.8.34
12942024-08-28T22:29:46.686Z Compiling fixedbitset v0.4.2
12952024-08-28T22:29:47.056Z Compiling minimal-lexical v0.2.1
12962024-08-28T22:29:47.168Z Compiling hyper-rustls v0.24.2
12972024-08-28T22:29:47.379Z Compiling hyper-tls v0.5.0
12982024-08-28T22:29:47.545Z Compiling normalize-line-endings v0.3.0
12992024-08-28T22:29:47.671Z Compiling new_debug_unreachable v1.0.6
13002024-08-28T22:29:47.713Z Compiling mime v0.3.17
13012024-08-28T22:29:47.765Z Compiling webpki-roots v0.25.4
13022024-08-28T22:29:47.931Z Compiling difflib v0.4.0
13032024-08-28T22:29:48.315Z Compiling sync_wrapper v0.1.2
13042024-08-28T22:29:48.454Z Compiling static_assertions v1.1.0
13052024-08-28T22:29:48.560Z Compiling whoami v1.5.1
13062024-08-28T22:29:48.625Z Compiling predicates-core v1.0.6
13072024-08-28T22:29:48.708Z Compiling data-encoding v2.6.0
13082024-08-28T22:29:48.784Z Compiling bit-vec v0.6.3
13092024-08-28T22:29:48.983Z Compiling precomputed-hash v0.1.1
13102024-08-28T22:29:49.107Z Compiling unicode-segmentation v1.11.0
13112024-08-28T22:29:49.207Z Compiling dyn-clone v1.0.17
13122024-08-28T22:29:49.300Z Compiling bit-set v0.5.3
13132024-08-28T22:29:49.452Z Compiling hickory-proto v0.24.1
13142024-08-28T22:29:49.591Z Compiling string_cache v0.8.7
13152024-08-28T22:29:49.957Z Compiling similar v2.6.0
13162024-08-28T22:29:49.981Z Compiling tokio-postgres v0.7.11
13172024-08-28T22:29:49.984Z Compiling predicates v3.1.2
13182024-08-28T22:29:50.051Z Compiling console v0.15.8
13192024-08-28T22:29:51.146Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
13202024-08-28T22:29:51.566Z Compiling clap v4.5.16
13212024-08-28T22:29:51.798Z Compiling reqwest v0.11.27
13222024-08-28T22:29:51.800Z Compiling toml_edit v0.22.20
13232024-08-28T22:29:52.389Z Compiling nom v7.1.3
13242024-08-28T22:29:52.924Z Compiling petgraph v0.6.5
13252024-08-28T22:29:53.245Z Compiling signal-hook-mio v0.2.4
13262024-08-28T22:29:53.416Z Compiling elliptic-curve v0.13.8
13272024-08-28T22:29:54.243Z Compiling usdt v0.5.0
13282024-08-28T22:29:54.760Z Compiling rsa v0.9.6
13292024-08-28T22:29:55.724Z Compiling futures v0.3.30
13302024-08-28T22:29:55.842Z Compiling flate2 v1.0.31
13312024-08-28T22:29:56.115Z Compiling toml v0.7.8
13322024-08-28T22:29:57.671Z Compiling itertools v0.10.5
13332024-08-28T22:29:57.806Z Compiling itertools v0.12.1
13342024-08-28T22:29:58.343Z Compiling tokio-stream v0.1.15
13352024-08-28T22:29:59.439Z Compiling openapiv3 v2.0.0
13362024-08-28T22:29:59.568Z Compiling hex v0.4.3
13372024-08-28T22:30:00.053Z Compiling sha1 v0.10.6
13382024-08-28T22:30:00.177Z Compiling crossbeam-epoch v0.9.18
13392024-08-28T22:30:00.479Z Compiling dirs-sys-next v0.1.2
13402024-08-28T22:30:00.534Z Compiling peg-runtime v0.8.3
13412024-08-28T22:30:00.912Z Compiling unicode-xid v0.2.4
13422024-08-28T22:30:00.937Z Compiling lalrpop-util v0.19.12
13432024-08-28T22:30:00.974Z Compiling dirs-next v2.0.0
13442024-08-28T22:30:01.095Z Compiling thread_local v1.1.8
13452024-08-28T22:30:01.131Z Compiling slog-async v2.8.0
13462024-08-28T22:30:01.173Z Compiling term v0.7.0
13472024-08-28T22:30:01.195Z Compiling xattr v1.3.1
13482024-08-28T22:30:01.293Z Compiling strum_macros v0.26.4
13492024-08-28T22:30:01.448Z Compiling crossbeam-channel v0.5.12
13502024-08-28T22:30:01.649Z Compiling is-terminal v0.4.12
13512024-08-28T22:30:01.753Z Compiling filetime v0.2.24
13522024-08-28T22:30:01.781Z Compiling take_mut v0.2.2
13532024-08-28T22:30:01.939Z Compiling slog-term v2.9.1
13542024-08-28T22:30:02.062Z Compiling tar v0.4.41
13552024-08-28T22:30:02.700Z Compiling camino v1.1.9
13562024-08-28T22:30:04.659Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13572024-08-28T22:30:04.791Z Compiling strum v0.26.3
13582024-08-28T22:30:04.924Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13592024-08-28T22:30:09.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s
13602024-08-28T22:30:09.966Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13612024-08-28T22:30:10.012ZAug 28 22:30:09.209 INFO Starting download, target: Console
13622024-08-28T22:30:10.012ZAug 28 22:30:09.209 INFO Starting download, target: Clickhouse
13632024-08-28T22:30:10.012ZAug 28 22:30:09.209 INFO Starting download, target: Cockroach
13642024-08-28T22:30:10.012ZAug 28 22:30:09.209 INFO Starting download, target: DendriteOpenapi
13652024-08-28T22:30:10.012ZAug 28 22:30:09.209 INFO Starting download, target: DendriteStub
13662024-08-28T22:30:10.015ZAug 28 22:30:09.209 INFO Starting download, target: MaghemiteMgd
13672024-08-28T22:30:10.015ZAug 28 22:30:09.209 INFO Starting download, target: TransceiverControl
13682024-08-28T22:30:10.015ZAug 28 22:30:09.210 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13692024-08-28T22:30:10.015ZAug 28 22:30:09.210 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi
13702024-08-28T22:30:10.015ZAug 28 22:30:09.210 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13712024-08-28T22:30:10.015ZAug 28 22:30:09.210 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13722024-08-28T22:30:10.015ZAug 28 22:30:09.210 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13732024-08-28T22:30:10.015ZAug 28 22:30:09.210 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13742024-08-28T22:30:10.015ZAug 28 22:30:09.210 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13752024-08-28T22:30:10.137ZAug 28 22:30:09.333 INFO Download complete, target: DendriteOpenapi
13762024-08-28T22:30:10.254ZAug 28 22:30:09.443 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13772024-08-28T22:30:10.612ZAug 28 22:30:09.808 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13782024-08-28T22:30:10.683ZAug 28 22:30:09.879 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13792024-08-28T22:30:10.743ZAug 28 22:30:09.939 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13802024-08-28T22:30:11.005ZAug 28 22:30:10.200 INFO Download complete, target: Console
13812024-08-28T22:30:11.117ZAug 28 22:30:10.312 INFO Download complete, target: TransceiverControl
13822024-08-28T22:30:11.121ZAug 28 22:30:10.318 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13832024-08-28T22:30:11.122ZAug 28 22:30:10.318 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13842024-08-28T22:30:11.930ZAug 28 22:30:11.126 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13852024-08-28T22:30:13.737ZAug 28 22:30:12.932 INFO Download complete, target: DendriteStub
13862024-08-28T22:30:14.011ZAug 28 22:30:13.206 INFO Download complete, target: MaghemiteMgd
13872024-08-28T22:30:19.390ZAug 28 22:30:18.583 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13882024-08-28T22:30:19.724ZAug 28 22:30:18.916 INFO Checking that binary works, target: Cockroach
13892024-08-28T22:30:19.877ZAug 28 22:30:19.069 INFO Download complete, target: Cockroach
13902024-08-28T22:30:25.932ZAug 28 22:30:25.122 INFO Checking that binary works, target: Clickhouse
13912024-08-28T22:30:26.093ZAug 28 22:30:25.282 INFO Download complete, target: Clickhouse
13922024-08-28T22:30:26.099ZAll prerequisites installed successfully
13932024-08-28T22:30:26.102Z
13942024-08-28T22:30:26.102Zreal 3:48.027015981
13952024-08-28T22:30:26.102Zuser 11:24.024477753
13962024-08-28T22:30:26.102Zsys 2:27.005236056
13972024-08-28T22:30:26.102Ztrap 0.397727782
13982024-08-28T22:30:26.102Ztflt 1.416020480
13992024-08-28T22:30:26.102Zdflt 1.655121204
14002024-08-28T22:30:26.102Zkflt 0.024141618
14012024-08-28T22:30:26.102Zlock 22:41.394060306
14022024-08-28T22:30:26.102Zslp 43:51.900669449
14032024-08-28T22:30:26.102Zlat 44.032248027
14042024-08-28T22:30:26.102Zstop 1:49.579036934
14052024-08-28T22:30:26.102Z+ ptime -m cargo xtask download softnpu
14062024-08-28T22:30:26.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
14072024-08-28T22:30:26.668Z Running `target/debug/xtask download softnpu`
14082024-08-28T22:30:27.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
14092024-08-28T22:30:27.551Z Running `target/debug/xtask-downloader softnpu`
14102024-08-28T22:30:27.584ZAug 28 22:30:26.774 INFO Starting download, target: Softnpu
14112024-08-28T22:30:27.587ZAug 28 22:30:26.774 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
14122024-08-28T22:30:29.075ZAug 28 22:30:28.178 INFO Download complete, target: Softnpu
14132024-08-28T22:30:29.144Z
14142024-08-28T22:30:29.144Zreal 2.885172221
14152024-08-28T22:30:29.144Zuser 1.246367087
14162024-08-28T22:30:29.144Zsys 0.559804813
14172024-08-28T22:30:29.144Ztrap 0.000718050
14182024-08-28T22:30:29.145Ztflt 0.000010215
14192024-08-28T22:30:29.145Zdflt 0.000006097
14202024-08-28T22:30:29.145Zkflt 0.000000000
14212024-08-28T22:30:29.145Zlock 15.035010275
14222024-08-28T22:30:29.145Zslp 1.409467115
14232024-08-28T22:30:29.145Zlat 0.078955873
14242024-08-28T22:30:29.145Zstop 0.000416271
14252024-08-28T22:30:29.145Z+ export CARGO_INCREMENTAL=0
14262024-08-28T22:30:29.145Z+ CARGO_INCREMENTAL=0
14272024-08-28T22:30:29.145Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
14282024-08-28T22:30:29.948Z Compiling proc-macro2 v1.0.86
14292024-08-28T22:30:29.948Z Compiling unicode-ident v1.0.12
14302024-08-28T22:30:29.948Z Compiling libc v0.2.158
14312024-08-28T22:30:29.953Z Compiling serde v1.0.208
14322024-08-28T22:30:29.953Z Compiling version_check v0.9.5
14332024-08-28T22:30:29.953Z Compiling autocfg v1.3.0
14342024-08-28T22:30:29.953Z Compiling cfg-if v1.0.0
14352024-08-28T22:30:29.953Z Compiling once_cell v1.19.0
14362024-08-28T22:30:30.213Z Compiling typenum v1.17.0
14372024-08-28T22:30:30.275Z Compiling memchr v2.7.2
14382024-08-28T22:30:30.754Z Compiling generic-array v0.14.7
14392024-08-28T22:30:30.878Z Compiling lock_api v0.4.12
14402024-08-28T22:30:31.052Z Compiling ahash v0.8.11
14412024-08-28T22:30:31.096Z Compiling byteorder v1.5.0
14422024-08-28T22:30:31.186Z Compiling serde_json v1.0.125
14432024-08-28T22:30:31.419Z Compiling libm v0.2.8
14442024-08-28T22:30:31.518Z Compiling quote v1.0.36
14452024-08-28T22:30:31.556Z Compiling num-traits v0.2.19
14462024-08-28T22:30:31.765Z Compiling parking_lot_core v0.9.10
14472024-08-28T22:30:31.865Z Compiling thiserror v1.0.63
14482024-08-28T22:30:31.923Z Compiling syn v2.0.74
14492024-08-28T22:30:32.143Z Compiling getrandom v0.2.14
14502024-08-28T22:30:32.203Z Compiling jobserver v0.1.32
14512024-08-28T22:30:32.396Z Compiling scopeguard v1.2.0
14522024-08-28T22:30:32.495Z Compiling itoa v1.0.11
14532024-08-28T22:30:32.548Z Compiling cc v1.0.97
14542024-08-28T22:30:32.684Z Compiling log v0.4.21
14552024-08-28T22:30:33.008Z Compiling allocator-api2 v0.2.18
14562024-08-28T22:30:33.059Z Compiling rand_core v0.6.4
14572024-08-28T22:30:33.089Z Compiling slab v0.4.9
14582024-08-28T22:30:33.435Z Compiling semver v1.0.23
14592024-08-28T22:30:33.438Z Compiling pin-project-lite v0.2.14
14602024-08-28T22:30:33.754Z Compiling ryu v1.0.18
14612024-08-28T22:30:34.009Z Compiling smallvec v1.13.2
14622024-08-28T22:30:34.034Z Compiling equivalent v1.0.1
14632024-08-28T22:30:34.357Z Compiling pkg-config v0.3.30
14642024-08-28T22:30:34.364Z Compiling vcpkg v0.2.15
14652024-08-28T22:30:34.425Z Compiling schemars v0.8.21
14662024-08-28T22:30:34.777Z Compiling spin v0.9.8
14672024-08-28T22:30:35.213Z Compiling signal-hook-registry v1.4.2
14682024-08-28T22:30:35.291Z Compiling subtle v2.5.0
14692024-08-28T22:30:35.798Z Compiling parking_lot v0.12.2
14702024-08-28T22:30:35.832Z Compiling ring v0.17.8
14712024-08-28T22:30:35.884Z Compiling openssl-sys v0.9.103
14722024-08-28T22:30:36.571Z Compiling mio v1.0.2
14732024-08-28T22:30:36.819Z Compiling const-oid v0.9.6
14742024-08-28T22:30:36.862Z Compiling socket2 v0.5.7
14752024-08-28T22:30:37.570Z Compiling syn v1.0.109
14762024-08-28T22:30:38.057Z Compiling heck v0.5.0
14772024-08-28T22:30:38.179Z Compiling httparse v1.8.0
14782024-08-28T22:30:38.492Z Compiling num-conv v0.1.0
14792024-08-28T22:30:38.539Z Compiling time-core v0.1.2
14802024-08-28T22:30:38.711Z Compiling rustix v0.38.34
14812024-08-28T22:30:38.726Z Compiling futures-core v0.3.30
14822024-08-28T22:30:38.777Z Compiling time-macros v0.2.18
14832024-08-28T22:30:38.911Z Compiling openssl v0.10.66
14842024-08-28T22:30:38.964Z Compiling fnv v1.0.7
14852024-08-28T22:30:39.347Z Compiling serde_derive_internals v0.29.1
14862024-08-28T22:30:39.367Z Compiling crossbeam-utils v0.8.19
14872024-08-28T22:30:40.285Z Compiling futures-sink v0.3.30
14882024-08-28T22:30:40.410Z Compiling tinyvec_macros v0.1.1
14892024-08-28T22:30:40.460Z Compiling rustls v0.21.12
14902024-08-28T22:30:40.503Z Compiling native-tls v0.2.11
14912024-08-28T22:30:40.698Z Compiling iana-time-zone v0.1.60
14922024-08-28T22:30:40.747Z Compiling tinyvec v1.6.0
14932024-08-28T22:30:41.465Z Compiling ucd-trie v0.1.6
14942024-08-28T22:30:41.753Z Compiling cpufeatures v0.2.12
14952024-08-28T22:30:41.997Z Compiling backtrace v0.3.71
14962024-08-28T22:30:42.161Z Compiling cookie v0.17.0
14972024-08-28T22:30:42.178Z Compiling unicode-normalization v0.1.23
14982024-08-28T22:30:42.252Z Compiling unicode-bidi v0.3.15
14992024-08-28T22:30:42.459Z Compiling slog v2.7.0
15002024-08-28T22:30:42.804Z Compiling futures-channel v0.3.30
15012024-08-28T22:30:43.048Z Compiling aho-corasick v1.1.3
15022024-08-28T22:30:43.180Z Compiling pin-utils v0.1.0
15032024-08-28T22:30:43.298Z Compiling regex-syntax v0.8.4
15042024-08-28T22:30:43.525Z Compiling futures-io v0.3.30
15052024-08-28T22:30:43.873Z Compiling futures-task v0.3.30
15062024-08-28T22:30:44.798Z Compiling serde_derive v1.0.208
15072024-08-28T22:30:44.861Z Compiling zeroize_derive v1.4.2
15082024-08-28T22:30:45.049Z Compiling zerocopy-derive v0.7.34
15092024-08-28T22:30:46.095Z Compiling thiserror-impl v1.0.63
15102024-08-28T22:30:46.289Z Compiling tokio-macros v2.4.0
15112024-08-28T22:30:46.903Z Compiling zerocopy v0.7.34
15122024-08-28T22:30:47.319Z Compiling zeroize v1.7.0
15132024-08-28T22:30:48.095Z Compiling futures-macro v0.3.30
15142024-08-28T22:30:49.027Z Compiling crypto-common v0.1.6
15152024-08-28T22:30:49.133Z Compiling hashbrown v0.14.5
15162024-08-28T22:30:49.222Z Compiling tracing-attributes v0.1.27
15172024-08-28T22:30:49.780Z Compiling schemars_derive v0.8.21
15182024-08-28T22:30:50.476Z Compiling block-buffer v0.10.4
15192024-08-28T22:30:50.672Z Compiling digest v0.10.7
15202024-08-28T22:30:50.700Z Compiling der_derive v0.7.2
15212024-08-28T22:30:50.979Z Compiling openssl-macros v0.1.1
15222024-08-28T22:30:51.526Z Compiling scroll_derive v0.12.0
15232024-08-28T22:30:51.683Z Compiling hmac v0.12.1
15242024-08-28T22:30:52.385Z Compiling block-padding v0.3.3
15252024-08-28T22:30:52.571Z Compiling pest v2.7.10
15262024-08-28T22:30:52.590Z Compiling inout v0.1.3
15272024-08-28T22:30:52.806Z Compiling cipher v0.4.4
15282024-08-28T22:30:52.823Z Compiling sha2 v0.10.8
15292024-08-28T22:30:52.880Z Compiling futures-util v0.3.30
15302024-08-28T22:30:52.883Z Compiling regex-automata v0.4.6
15312024-08-28T22:30:53.502Z Compiling dyn-clone v1.0.17
15322024-08-28T22:30:53.571Z Compiling anyhow v1.0.86
15332024-08-28T22:30:53.629Z Compiling winnow v0.5.40
15342024-08-28T22:30:53.693Z Compiling untrusted v0.9.0
15352024-08-28T22:30:55.394Z Compiling pest_meta v2.7.10
15362024-08-28T22:30:57.495Z Compiling pest_generator v2.7.10
15372024-08-28T22:30:58.041Z Compiling bytes v1.7.1
15382024-08-28T22:30:59.264Z Compiling indexmap v2.4.0
15392024-08-28T22:31:00.314Z Compiling tokio v1.39.3
15402024-08-28T22:31:00.557Z Compiling bitflags v2.6.0
15412024-08-28T22:31:00.644Z Compiling uuid v1.10.0
15422024-08-28T22:31:00.788Z Compiling serde_tokenstream v0.2.2
15432024-08-28T22:31:01.119Z Compiling chrono v0.4.38
15442024-08-28T22:31:02.242Z Compiling serde_spanned v0.6.7
15452024-08-28T22:31:02.469Z Compiling toml_datetime v0.6.8
15462024-08-28T22:31:03.361Z Compiling http v0.2.12
15472024-08-28T22:31:03.611Z Compiling toml_edit v0.19.15
15482024-08-28T22:31:05.654Z Compiling rustc_version v0.4.0
15492024-08-28T22:31:06.135Z Compiling pest_derive v2.7.10
15502024-08-28T22:31:06.264Z Compiling tracing-core v0.1.32
15512024-08-28T22:31:06.913Z Compiling usdt-impl v0.5.0
15522024-08-28T22:31:07.269Z Compiling rustversion v1.0.17
15532024-08-28T22:31:07.895Z Compiling base64ct v1.6.0
15542024-08-28T22:31:08.493Z Compiling pem-rfc7468 v0.7.0
15552024-08-28T22:31:08.643Z Compiling tracing v0.1.40
15562024-08-28T22:31:08.997Z Compiling heapless v0.7.17
15572024-08-28T22:31:09.091Z Compiling scroll v0.12.0
15582024-08-28T22:31:09.519Z Compiling ppv-lite86 v0.2.17
15592024-08-28T22:31:09.660Z Compiling plain v0.2.3
15602024-08-28T22:31:09.682Z Compiling percent-encoding v2.3.1
15612024-08-28T22:31:09.822Z Compiling heck v0.4.1
15622024-08-28T22:31:10.166Z Compiling powerfmt v0.2.0
15632024-08-28T22:31:10.182Z Compiling flagset v0.4.5
15642024-08-28T22:31:10.373Z Compiling der v0.7.9
15652024-08-28T22:31:10.423Z Compiling deranged v0.3.11
15662024-08-28T22:31:10.577Z Compiling rand_chacha v0.3.1
15672024-08-28T22:31:10.595Z Compiling tokio-util v0.7.11
15682024-08-28T22:31:11.558Z Compiling goblin v0.8.2
15692024-08-28T22:31:13.873Z Compiling regex v1.10.6
15702024-08-28T22:31:13.887Z Compiling salsa20 v0.10.2
15712024-08-28T22:31:14.111Z Compiling pbkdf2 v0.12.2
15722024-08-28T22:31:14.680Z Compiling crc32fast v1.4.0
15732024-08-28T22:31:14.790Z Compiling num_threads v0.1.7
15742024-08-28T22:31:14.891Z Compiling strsim v0.11.1
15752024-08-28T22:31:14.915Z Compiling pretty-hex v0.4.1
15762024-08-28T22:31:15.401Z Compiling time v0.3.36
15772024-08-28T22:31:15.615Z Compiling scrypt v0.11.0
15782024-08-28T22:31:15.830Z Compiling spki v0.7.3
15792024-08-28T22:31:16.080Z Compiling rand v0.8.5
15802024-08-28T22:31:16.192Z Compiling dtrace-parser v0.2.0
15812024-08-28T22:31:16.278Z Compiling cbc v0.1.2
15822024-08-28T22:31:16.485Z Compiling aes v0.8.4
15832024-08-28T22:31:17.634Z Compiling dof v0.3.0
15842024-08-28T22:31:17.708Z Compiling async-trait v0.1.81
15852024-08-28T22:31:17.967Z Compiling thread-id v4.2.1
15862024-08-28T22:31:18.086Z Compiling smoltcp v0.9.1
15872024-08-28T22:31:18.159Z Compiling signal-hook v0.3.17
15882024-08-28T22:31:18.456Z Compiling unicode-width v0.1.13
15892024-08-28T22:31:18.676Z Compiling num-bigint-dig v0.8.4
15902024-08-28T22:31:18.758Z Compiling foreign-types-shared v0.1.1
15912024-08-28T22:31:18.911Z Compiling foreign-types v0.3.2
15922024-08-28T22:31:20.007Z Compiling pkcs5 v0.7.1
15932024-08-28T22:31:20.279Z Compiling form_urlencoded v1.2.1
15942024-08-28T22:31:21.075Z Compiling errno v0.3.9
15952024-08-28T22:31:21.143Z Compiling try-lock v0.2.5
15962024-08-28T22:31:21.342Z Compiling adler v1.0.2
15972024-08-28T22:31:21.691Z Compiling cfg_aliases v0.1.1
15982024-08-28T22:31:21.696Z Compiling siphasher v0.3.11
15992024-08-28T22:31:21.696Z Compiling nix v0.28.0
16002024-08-28T22:31:21.954Z Compiling want v0.3.1
16012024-08-28T22:31:22.000Z Compiling miniz_oxide v0.7.2
16022024-08-28T22:31:23.828Z Compiling pkcs8 v0.10.2
16032024-08-28T22:31:24.351Z Compiling sct v0.7.1
16042024-08-28T22:31:24.479Z Compiling rustls-webpki v0.101.7
16052024-08-28T22:31:24.650Z Compiling h2 v0.3.26
16062024-08-28T22:31:26.146Z Compiling http-body v0.4.6
16072024-08-28T22:31:27.013Z Compiling openapiv3 v2.0.0
16082024-08-28T22:31:27.203Z Compiling hubpack_derive v0.1.1
16092024-08-28T22:31:27.343Z Compiling zerocopy-derive v0.6.6
16102024-08-28T22:31:27.664Z Compiling idna v0.5.0
16112024-08-28T22:31:28.512Z Compiling fs-err v2.11.0
16122024-08-28T22:31:29.204Z Compiling httpdate v1.0.3
16132024-08-28T22:31:29.588Z Compiling tower-service v0.3.2
16142024-08-28T22:31:29.730Z Compiling stable_deref_trait v1.2.0
16152024-08-28T22:31:29.841Z Compiling utf8parse v0.2.1
16162024-08-28T22:31:29.995Z Compiling openssl-probe v0.1.5
16172024-08-28T22:31:30.030Z Compiling gimli v0.28.1
16182024-08-28T22:31:30.221Z Compiling finl_unicode v1.2.0
16192024-08-28T22:31:30.296Z Compiling anstyle v1.0.8
16202024-08-28T22:31:31.499Z Compiling hyper v0.14.30
16212024-08-28T22:31:34.377Z Compiling stringprep v0.1.4
16222024-08-28T22:31:35.359Z Compiling addr2line v0.21.0
16232024-08-28T22:31:36.730Z Compiling anstyle-parse v0.2.4
16242024-08-28T22:31:38.382Z Compiling url v2.5.2
16252024-08-28T22:31:42.971Z Compiling usdt-attr-macro v0.5.0
16262024-08-28T22:31:44.503Z Compiling usdt-macro v0.5.0
16272024-08-28T22:31:45.436Z Compiling md-5 v0.10.6
16282024-08-28T22:31:45.885Z Compiling idna v0.3.0
16292024-08-28T22:31:47.440Z Compiling lazy_static v1.5.0
16302024-08-28T22:31:47.573Z Compiling num-integer v0.1.46
16312024-08-28T22:31:48.344Z Compiling hash32 v0.2.1
16322024-08-28T22:31:48.707Z Compiling object v0.32.2
16332024-08-28T22:31:48.904Z Compiling is_terminal_polyfill v1.70.0
16342024-08-28T22:31:49.032Z Compiling psl-types v2.0.11
16352024-08-28T22:31:49.239Z Compiling colorchoice v1.0.1
16362024-08-28T22:31:49.863Z Compiling base64 v0.22.1
16372024-08-28T22:31:50.258Z Compiling fallible-iterator v0.2.0
16382024-08-28T22:31:50.549Z Compiling anstyle-query v1.0.3
16392024-08-28T22:31:50.703Z Compiling rustc-demangle v0.1.24
16402024-08-28T22:31:50.948Z Compiling postgres-protocol v0.6.7
16412024-08-28T22:31:52.149Z Compiling anstream v0.6.14
16422024-08-28T22:31:54.063Z Compiling publicsuffix v2.2.3
16432024-08-28T22:31:54.103Z Compiling num-iter v0.1.45
16442024-08-28T22:31:55.504Z Compiling tokio-rustls v0.24.1
16452024-08-28T22:31:57.057Z Compiling terminal_size v0.3.0
16462024-08-28T22:31:57.281Z Compiling tokio-native-tls v0.3.1
16472024-08-28T22:31:57.551Z Compiling phf_shared v0.11.2
16482024-08-28T22:31:58.537Z Compiling strum_macros v0.25.3
16492024-08-28T22:31:59.350Z Compiling enum-as-inner v0.6.0
16502024-08-28T22:32:00.378Z Compiling regress v0.9.1
16512024-08-28T22:32:00.503Z Compiling serde_repr v0.1.19
16522024-08-28T22:32:00.629Z Compiling clap_derive v4.5.13
16532024-08-28T22:32:02.276Z Compiling ff v0.13.0
16542024-08-28T22:32:04.850Z Compiling encoding_rs v0.8.34
16552024-08-28T22:32:05.373Z Compiling bitflags v1.3.2
16562024-08-28T22:32:05.593Z Compiling managed v0.8.0
16572024-08-28T22:32:06.025Z Compiling clap_lex v0.7.0
16582024-08-28T22:32:06.108Z Compiling either v1.13.0
16592024-08-28T22:32:06.111Z Compiling base16ct v0.2.0
16602024-08-28T22:32:06.453Z Compiling base64 v0.21.7
16612024-08-28T22:32:06.540Z Compiling mime v0.3.17
16622024-08-28T22:32:07.140Z Compiling ipnet v2.9.0
16632024-08-28T22:32:07.341Z Compiling rustls-pemfile v1.0.4
16642024-08-28T22:32:07.732Z Compiling sec1 v0.7.3
16652024-08-28T22:32:08.147Z Compiling clap_builder v4.5.15
16662024-08-28T22:32:08.603Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16672024-08-28T22:32:09.926Z Compiling group v0.13.0
16682024-08-28T22:32:15.091Z Compiling phf v0.11.2
16692024-08-28T22:32:15.328Z Compiling hyper-tls v0.5.0
16702024-08-28T22:32:15.406Z Compiling hyper-rustls v0.24.2
16712024-08-28T22:32:15.580Z Compiling cookie_store v0.20.0
16722024-08-28T22:32:15.750Z Compiling postgres-types v0.2.7
16732024-08-28T22:32:15.954Z Compiling zerocopy v0.6.6
16742024-08-28T22:32:16.222Z Compiling hubpack v0.1.2
16752024-08-28T22:32:16.666Z Compiling pkcs1 v0.7.5
16762024-08-28T22:32:16.829Z Compiling phf_shared v0.10.0
16772024-08-28T22:32:16.874Z Compiling serde_urlencoded v0.7.1
16782024-08-28T22:32:17.498Z Compiling crossbeam-epoch v0.9.18
16792024-08-28T22:32:17.551Z Compiling futures-executor v0.3.30
16802024-08-28T22:32:18.105Z Compiling bstr v1.9.1
16812024-08-28T22:32:18.373Z Compiling hkdf v0.12.4
16822024-08-28T22:32:18.615Z Compiling signature v2.2.0
16832024-08-28T22:32:18.634Z Compiling crypto-bigint v0.5.5
16842024-08-28T22:32:18.707Z Compiling idna v0.4.0
16852024-08-28T22:32:18.929Z Compiling float-cmp v0.9.0
16862024-08-28T22:32:19.140Z Compiling mio v0.8.11
16872024-08-28T22:32:19.645Z Compiling memmap v0.7.0
16882024-08-28T22:32:19.964Z Compiling normalize-line-endings v0.3.0
16892024-08-28T22:32:20.093Z Compiling difflib v0.4.0
16902024-08-28T22:32:20.252Z Compiling fixedbitset v0.4.2
16912024-08-28T22:32:20.500Z Compiling data-encoding v2.6.0
16922024-08-28T22:32:20.629Z Compiling bit-vec v0.6.3
16932024-08-28T22:32:20.646Z Compiling webpki-roots v0.25.4
16942024-08-28T22:32:20.820Z Compiling sync_wrapper v0.1.2
16952024-08-28T22:32:20.950Z Compiling minimal-lexical v0.2.1
16962024-08-28T22:32:21.056Z Compiling new_debug_unreachable v1.0.6
16972024-08-28T22:32:21.339Z Compiling static_assertions v1.1.0
16982024-08-28T22:32:21.446Z Compiling precomputed-hash v0.1.1
16992024-08-28T22:32:21.449Z Compiling winnow v0.6.18
17002024-08-28T22:32:21.561Z Compiling whoami v1.5.1
17012024-08-28T22:32:21.580Z Compiling predicates-core v1.0.6
17022024-08-28T22:32:22.072Z Compiling unicode-segmentation v1.11.0
17032024-08-28T22:32:22.149Z Compiling reqwest v0.11.27
17042024-08-28T22:32:22.167Z Compiling tokio-postgres v0.7.11
17052024-08-28T22:32:22.868Z Compiling similar v2.6.0
17062024-08-28T22:32:23.253Z Compiling predicates v3.1.2
17072024-08-28T22:32:23.754Z Compiling string_cache v0.8.7
17082024-08-28T22:32:23.814Z Compiling elliptic-curve v0.13.8
17092024-08-28T22:32:24.166Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
17102024-08-28T22:32:24.568Z Compiling nom v7.1.3
17112024-08-28T22:32:24.720Z Compiling hickory-proto v0.24.1
17122024-08-28T22:32:24.838Z Compiling bit-set v0.5.3
17132024-08-28T22:32:25.121Z Compiling toml_edit v0.22.20
17142024-08-28T22:32:25.282Z Compiling petgraph v0.6.5
17152024-08-28T22:32:27.129Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
17162024-08-28T22:32:28.276Z Compiling usdt v0.5.0
17172024-08-28T22:32:28.725Z Compiling signal-hook-mio v0.2.4
17182024-08-28T22:32:29.317Z Compiling rsa v0.9.6
17192024-08-28T22:32:30.381Z Compiling futures v0.3.30
17202024-08-28T22:32:31.383Z Compiling flate2 v1.0.31
17212024-08-28T22:32:32.337Z Compiling clap v4.5.16
17222024-08-28T22:32:32.467Z Compiling itertools v0.12.1
17232024-08-28T22:32:33.068Z Compiling itertools v0.10.5
17242024-08-28T22:32:33.156Z Compiling console v0.15.8
17252024-08-28T22:32:33.730Z Compiling tokio-stream v0.1.15
17262024-08-28T22:32:34.411Z Compiling toml v0.7.8
17272024-08-28T22:32:34.437Z Compiling hex v0.4.3
17282024-08-28T22:32:35.090Z Compiling sha1 v0.10.6
17292024-08-28T22:32:35.391Z Compiling unicode-xid v0.2.4
17302024-08-28T22:32:35.929Z Compiling lalrpop-util v0.19.12
17312024-08-28T22:32:35.947Z Compiling peg-runtime v0.8.3
17322024-08-28T22:32:35.980Z Compiling camino v1.1.9
17332024-08-28T22:32:36.472Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17342024-08-28T22:32:36.627Z Compiling proc-macro-crate v1.3.1
17352024-08-28T22:32:36.882Z Compiling heapless v0.8.0
17362024-08-28T22:32:37.698Z Compiling num_enum_derive v0.5.11
17372024-08-28T22:32:40.075Z Compiling ipnetwork v0.20.0
17382024-08-28T22:32:41.617Z Compiling hash32 v0.3.1
17392024-08-28T22:32:43.923Z Compiling smoltcp v0.11.0
17402024-08-28T22:32:44.763Z Compiling rustls-pki-types v1.7.0
17412024-08-28T22:32:45.882Z Compiling ident_case v1.0.1
17422024-08-28T22:32:46.448Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17432024-08-28T22:32:48.247Z Compiling darling_core v0.20.9
17442024-08-28T22:32:52.733Z Compiling num_enum v0.5.11
17452024-08-28T22:32:53.943Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
17462024-08-28T22:32:54.385Z Compiling getopts v0.2.21
17472024-08-28T22:32:55.201Z Compiling dirs-sys-next v0.1.2
17482024-08-28T22:32:55.871Z Compiling proc-macro-error-attr v1.0.4
17492024-08-28T22:32:56.319Z Compiling rustls v0.22.4
17502024-08-28T22:32:56.497Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17512024-08-28T22:32:56.960Z Compiling cobs v0.2.3
17522024-08-28T22:32:57.248Z Compiling embedded-io v0.4.0
17532024-08-28T22:32:57.437Z Compiling unsafe-libyaml v0.2.11
17542024-08-28T22:32:57.495Z Compiling paste v1.0.15
17552024-08-28T22:32:59.203Z Compiling serde_yaml v0.9.34+deprecated
17562024-08-28T22:32:59.661Z Compiling postcard v1.0.8
17572024-08-28T22:33:01.863Z Compiling dirs-next v2.0.0
17582024-08-28T22:33:02.154Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17592024-08-28T22:33:03.115Z Compiling darling_macro v0.20.9
17602024-08-28T22:33:09.096Z Compiling rustls-webpki v0.102.4
17612024-08-28T22:33:17.743Z Compiling strum_macros v0.26.4
17622024-08-28T22:33:18.640Z Compiling foreign-types-macros v0.2.3
17632024-08-28T22:33:19.192Z Compiling structmeta-derive v0.3.0
17642024-08-28T22:33:20.140Z Compiling thread_local v1.1.8
17652024-08-28T22:33:21.833Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
17662024-08-28T22:33:22.175Z Compiling multer v3.1.0
17672024-08-28T22:33:22.178Z Compiling proc-macro-error v1.0.4
17682024-08-28T22:33:22.500Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
17692024-08-28T22:33:22.517Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17702024-08-28T22:33:22.813Z Compiling slog-async v2.8.0
17712024-08-28T22:33:23.282Z Compiling match_cfg v0.1.0
17722024-08-28T22:33:23.439Z Compiling foreign-types-shared v0.3.1
17732024-08-28T22:33:24.635Z Compiling foreign-types v0.5.0
17742024-08-28T22:33:24.815Z Compiling hostname v0.3.1
17752024-08-28T22:33:29.843Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
17762024-08-28T22:33:30.452Z Compiling strum v0.26.3
17772024-08-28T22:33:30.727Z Compiling structmeta v0.3.0
17782024-08-28T22:33:37.155Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17792024-08-28T22:33:38.276Z Compiling darling v0.20.9
17802024-08-28T22:33:38.404Z Compiling term v0.7.0
17812024-08-28T22:33:39.531Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17822024-08-28T22:33:41.047Z Compiling slog-json v2.6.1
17832024-08-28T22:33:41.498Z Compiling tabwriter v1.4.0
17842024-08-28T22:33:42.304Z Compiling crossbeam-channel v0.5.12
17852024-08-28T22:33:43.881Z Compiling http v1.1.0
17862024-08-28T22:33:43.981Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17872024-08-28T22:33:44.315Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
17882024-08-28T22:33:44.817Z Compiling async-stream-impl v0.3.5
17892024-08-28T22:33:45.193Z Compiling is-terminal v0.4.12
17902024-08-28T22:33:45.341Z Compiling cstr-argument v0.1.2
17912024-08-28T22:33:45.608Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
17922024-08-28T22:33:46.089Z Compiling pretty-hex v0.2.1
17932024-08-28T22:33:46.322Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
17942024-08-28T22:33:46.370Z Compiling rayon-core v1.12.1
17952024-08-28T22:33:46.635Z Compiling atomic-waker v1.1.2
17962024-08-28T22:33:46.676Z Compiling take_mut v0.2.2
17972024-08-28T22:33:46.831Z Compiling crucible-workspace-hack v0.1.0
17982024-08-28T22:33:47.149Z Compiling fastrand v2.1.0
17992024-08-28T22:33:47.827Z Compiling tempfile v3.10.1
18002024-08-28T22:33:48.469Z Compiling waitgroup v0.1.2
18012024-08-28T22:33:48.774Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18022024-08-28T22:33:49.167Z Compiling async-stream v0.3.5
18032024-08-28T22:33:49.514Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18042024-08-28T22:33:49.772Z Compiling slog-term v2.9.1
18052024-08-28T22:33:50.807Z Compiling slog-bunyan v2.5.0
18062024-08-28T22:33:51.147Z Compiling tokio-rustls v0.25.0
18072024-08-28T22:33:51.630Z Compiling serde_with_macros v3.9.0
18082024-08-28T22:33:51.686Z Compiling parse-display-derive v0.10.0
18092024-08-28T22:33:52.056Z Compiling toml v0.8.19
18102024-08-28T22:33:52.244Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18112024-08-28T22:33:52.349Z Compiling rustls-pemfile v2.1.3
18122024-08-28T22:33:52.485Z Compiling crossbeam-deque v0.8.5
18132024-08-28T22:33:52.635Z Compiling colored v2.1.0
18142024-08-28T22:33:52.888Z Compiling newtype-uuid v1.1.0
18152024-08-28T22:33:53.089Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
18162024-08-28T22:33:53.239Z Compiling serde_path_to_error v0.1.16
18172024-08-28T22:33:53.980Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18182024-08-28T22:33:54.233Z Compiling hostname v0.4.0
18192024-08-28T22:33:54.237Z Compiling socket2 v0.4.10
18202024-08-28T22:33:54.513Z Compiling instant v0.1.12
18212024-08-28T22:33:54.677Z Compiling debug-ignore v1.0.5
18222024-08-28T22:33:54.718Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18232024-08-28T22:33:55.119Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
18242024-08-28T22:33:55.610Z Compiling parse-display v0.10.0
18252024-08-28T22:33:55.735Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18262024-08-28T22:33:55.955Z Compiling backoff v0.4.0
18272024-08-28T22:33:56.326Z Compiling serde_with v3.9.0
18282024-08-28T22:33:57.561Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18292024-08-28T22:33:58.093Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
18302024-08-28T22:33:58.907Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18312024-08-28T22:34:00.298Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18322024-08-28T22:34:00.834Z Compiling camino-tempfile v1.1.1
18332024-08-28T22:34:01.147Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
18342024-08-28T22:34:01.560Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18352024-08-28T22:34:01.642Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
18362024-08-28T22:34:01.659Z Compiling macaddr v1.0.1
18372024-08-28T22:34:01.744Z Compiling num-derive v0.4.2
18382024-08-28T22:34:02.296Z Compiling sigpipe v0.1.3
18392024-08-28T22:34:02.439Z Compiling libefi-sys v0.1.0
18402024-08-28T22:34:02.760Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18412024-08-28T22:34:03.125Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18422024-08-28T22:34:03.600Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
18432024-08-28T22:34:03.998Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18442024-08-28T22:34:04.039Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
18452024-08-28T22:34:04.146Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18462024-08-28T22:34:05.302Z Compiling rayon v1.10.0
18472024-08-28T22:34:05.574Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
18482024-08-28T22:34:06.414Z Compiling smf v0.2.3
18492024-08-28T22:34:07.564Z Compiling bitfield-struct v0.6.1
18502024-08-28T22:34:08.954Z Compiling ring v0.16.20
18512024-08-28T22:34:09.003Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
18522024-08-28T22:34:09.407Z Compiling blake3 v1.5.1
18532024-08-28T22:34:09.429Z Compiling portable-atomic v1.6.0
18542024-08-28T22:34:10.481Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
18552024-08-28T22:34:10.703Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18562024-08-28T22:34:11.076Z Compiling xattr v1.3.1
18572024-08-28T22:34:11.226Z Compiling memmap2 v0.9.4
18582024-08-28T22:34:11.244Z Compiling filetime v0.2.24
18592024-08-28T22:34:11.401Z Compiling same-file v1.0.6
18602024-08-28T22:34:11.587Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
18612024-08-28T22:34:11.683Z Compiling untrusted v0.7.1
18622024-08-28T22:34:11.719Z Compiling arrayvec v0.7.4
18632024-08-28T22:34:11.798Z Compiling arrayref v0.3.7
18642024-08-28T22:34:11.864Z Compiling spin v0.5.2
18652024-08-28T22:34:11.881Z Compiling constant_time_eq v0.3.0
18662024-08-28T22:34:11.914Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
18672024-08-28T22:34:12.064Z Compiling walkdir v2.5.0
18682024-08-28T22:34:12.173Z Compiling tar v0.4.41
18692024-08-28T22:34:13.451Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18702024-08-28T22:34:14.671Z Compiling gethostname v0.5.0
18712024-08-28T22:34:14.725Z Compiling cargo-platform v0.1.8
18722024-08-28T22:34:14.872Z Compiling number_prefix v0.4.0
18732024-08-28T22:34:15.119Z Compiling topological-sort v0.2.2
18742024-08-28T22:34:15.393Z Compiling indicatif v0.17.8
18752024-08-28T22:34:15.756Z Compiling cargo_metadata v0.18.1
18762024-08-28T22:34:20.135Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
18772024-08-28T22:34:21.572Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18782024-08-28T22:34:21.649Z Compiling omicron-zone-package v0.11.0
18792024-08-28T22:34:23.931Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
18802024-08-28T22:34:44.520Z Finished `release` profile [optimized] target(s) in 4m 15s
18812024-08-28T22:34:44.668Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
18822024-08-28T22:34:44.708ZLogging to: /work/oxidecomputer/omicron/out/LOG
18832024-08-28T22:34:44.711ZCreated new build target 'test' and set it as active
18842024-08-28T22:34:44.711Z
18852024-08-28T22:34:44.711Zreal 4:15.610089920
18862024-08-28T22:34:44.711Zuser 28:53.598800621
18872024-08-28T22:34:44.711Zsys 3:39.279165571
18882024-08-28T22:34:44.711Ztrap 0.819377688
18892024-08-28T22:34:44.711Ztflt 2.985021943
18902024-08-28T22:34:44.711Zdflt 0.620501384
18912024-08-28T22:34:44.711Zkflt 0.008258325
18922024-08-28T22:34:44.711Zlock 1:04:29.952246525
18932024-08-28T22:34:44.711Zslp 1:52:16.034492312
18942024-08-28T22:34:44.711Zlat 1:59.048258095
18952024-08-28T22:34:44.711Zstop 3:31.078244767
18962024-08-28T22:34:44.711Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
18972024-08-28T22:34:45.676Z Finished `release` profile [optimized] target(s) in 0.91s
18982024-08-28T22:34:45.727Z Running `target/release/omicron-package -t test package`
18992024-08-28T22:34:45.767ZLogging to: /work/oxidecomputer/omicron/out/LOG
19002024-08-28T22:34:46.895Z Compiling camino v1.1.9
19012024-08-28T22:34:46.898Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19022024-08-28T22:34:46.898Z Compiling password-hash v0.5.0
19032024-08-28T22:34:46.898Z Compiling blake2 v0.10.6
19042024-08-28T22:34:46.898Z Compiling derive-where v1.2.7
19052024-08-28T22:34:46.898Z Compiling newline-converter v0.3.0
19062024-08-28T22:34:47.017Z Compiling toml v0.8.19
19072024-08-28T22:34:47.035Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19082024-08-28T22:34:47.254Z Compiling humantime v2.1.0
19092024-08-28T22:34:47.274Z Compiling expectorate v1.1.0
19102024-08-28T22:34:47.472Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19112024-08-28T22:34:47.490Z Compiling dirs-sys-next v0.1.2
19122024-08-28T22:34:47.684Z Compiling argon2 v0.5.3
19132024-08-28T22:34:47.960Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19142024-08-28T22:34:47.994Z Compiling dirs-next v2.0.0
19152024-08-28T22:34:48.116Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
19162024-08-28T22:34:48.181Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
19172024-08-28T22:34:48.328Z Compiling num-rational v0.4.2
19182024-08-28T22:34:48.546Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19192024-08-28T22:34:48.684Z Compiling num-complex v0.4.6
19202024-08-28T22:34:49.130Z Compiling convert_case v0.4.0
19212024-08-28T22:34:49.149Z Compiling term v0.7.0
19222024-08-28T22:34:49.921Z Compiling derive_more v0.99.18
19232024-08-28T22:34:50.010Z Compiling num v0.4.3
19242024-08-28T22:34:50.134Z Compiling float-ord v0.3.2
19252024-08-28T22:34:50.151Z Compiling prettyplease v0.2.20
19262024-08-28T22:34:50.283Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
19272024-08-28T22:34:50.301Z Compiling is-terminal v0.4.12
19282024-08-28T22:34:50.355Z Compiling semver v0.1.20
19292024-08-28T22:34:50.437Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
19302024-08-28T22:34:50.479Z Compiling cookie v0.18.1
19312024-08-28T22:34:50.768Z Compiling rustc_version v0.1.7
19322024-08-28T22:34:50.790Z Compiling rustls-pki-types v1.7.0
19332024-08-28T22:34:50.921Z Compiling highway v1.2.0
19342024-08-28T22:34:51.172Z Compiling newtype_derive v0.1.6
19352024-08-28T22:34:51.523Z Compiling linked-hash-map v0.5.6
19362024-08-28T22:34:51.779Z Compiling utf-8 v0.7.6
19372024-08-28T22:34:51.955Z Compiling lru-cache v0.1.2
19382024-08-28T22:34:52.134Z Compiling quick-error v1.2.3
19392024-08-28T22:34:52.187Z Compiling home v0.5.9
19402024-08-28T22:34:52.306Z Compiling resolv-conf v0.7.0
19412024-08-28T22:34:52.442Z Compiling steno v0.4.1
19422024-08-28T22:34:53.874Z Compiling rustls-webpki v0.102.4
19432024-08-28T22:34:54.936Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
19442024-08-28T22:34:55.754Z Compiling rustls v0.22.4
19452024-08-28T22:34:55.782Z Compiling thread_local v1.1.8
19462024-08-28T22:34:56.287Z Compiling match_cfg v0.1.0
19472024-08-28T22:34:56.392Z Compiling hostname v0.3.1
19482024-08-28T22:34:56.617Z Compiling hickory-resolver v0.24.1
19492024-08-28T22:34:56.762Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19502024-08-28T22:34:57.138Z Compiling multer v3.1.0
19512024-08-28T22:34:57.215Z Compiling slog-async v2.8.0
19522024-08-28T22:34:57.290Z Compiling slog-json v2.6.1
19532024-08-28T22:34:57.661Z Compiling crossbeam-channel v0.5.12
19542024-08-28T22:34:58.693Z Compiling http v1.1.0
19552024-08-28T22:35:01.003Z Compiling take_mut v0.2.2
19562024-08-28T22:35:01.175Z Compiling atomic-waker v1.1.2
19572024-08-28T22:35:01.366Z Compiling waitgroup v0.1.2
19582024-08-28T22:35:02.170Z Compiling tokio-rustls v0.25.0
19592024-08-28T22:35:02.630Z Compiling slog-bunyan v2.5.0
19602024-08-28T22:35:02.846Z Compiling slog-term v2.9.1
19612024-08-28T22:35:03.566Z Compiling rustls-pemfile v2.1.3
19622024-08-28T22:35:03.950Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
19632024-08-28T22:35:03.985Z Compiling async-stream v0.3.5
19642024-08-28T22:35:04.022Z Compiling newtype-uuid v1.1.0
19652024-08-28T22:35:04.278Z Compiling ipnetwork v0.20.0
19662024-08-28T22:35:04.310Z Compiling serde_path_to_error v0.1.16
19672024-08-28T22:35:05.081Z Compiling hostname v0.4.0
19682024-08-28T22:35:05.147Z Compiling instant v0.1.12
19692024-08-28T22:35:05.194Z Compiling debug-ignore v1.0.5
19702024-08-28T22:35:05.300Z Compiling backoff v0.4.0
19712024-08-28T22:35:05.331Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19722024-08-28T22:35:05.644Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19732024-08-28T22:35:05.987Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
19742024-08-28T22:35:05.990Z Compiling parse-display v0.10.0
19752024-08-28T22:35:06.572Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19762024-08-28T22:35:06.761Z Compiling serde_with v3.9.0
19772024-08-28T22:35:10.527Z Compiling strum v0.26.3
19782024-08-28T22:35:10.700Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19792024-08-28T22:35:11.920Z Compiling macaddr v1.0.1
19802024-08-28T22:35:12.332Z Compiling slog-dtrace v0.3.0
19812024-08-28T22:35:12.354Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19822024-08-28T22:35:13.564Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
19832024-08-28T22:35:14.221Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
19842024-08-28T22:35:14.554Z Compiling swrite v0.1.0
19852024-08-28T22:35:14.707Z Compiling rayon-core v1.12.1
19862024-08-28T22:35:14.734Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19872024-08-28T22:35:15.109Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
19882024-08-28T22:35:15.263Z Compiling crossbeam-deque v0.8.5
19892024-08-28T22:35:15.614Z Compiling half v2.4.1
19902024-08-28T22:35:16.327Z Compiling fastrand v2.1.0
19912024-08-28T22:35:16.850Z Compiling ciborium-io v0.2.2
19922024-08-28T22:35:17.002Z Compiling termcolor v1.4.1
19932024-08-28T22:35:18.123Z Compiling display-error-chain v0.2.0
19942024-08-28T22:35:18.487Z Compiling same-file v1.0.6
19952024-08-28T22:35:18.574Z Compiling walkdir v2.5.0
19962024-08-28T22:35:19.098Z Compiling ciborium-ll v0.2.2
19972024-08-28T22:35:19.247Z Compiling tempfile v3.10.1
19982024-08-28T22:35:19.995Z Compiling ring v0.16.20
19992024-08-28T22:35:20.994Z Compiling rayon v1.10.0
20002024-08-28T22:35:21.174Z Compiling blake3 v1.5.1
20012024-08-28T22:35:21.823Z Compiling ciborium v0.2.2
20022024-08-28T22:35:22.671Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
20032024-08-28T22:35:25.736Z Compiling xattr v1.3.1
20042024-08-28T22:35:26.010Z Compiling filetime v0.2.24
20052024-08-28T22:35:26.312Z Compiling memmap2 v0.9.4
20062024-08-28T22:35:26.735Z Compiling spin v0.5.2
20072024-08-28T22:35:26.989Z Compiling constant_time_eq v0.3.0
20082024-08-28T22:35:27.171Z Compiling cancel-safe-futures v0.1.5
20092024-08-28T22:35:27.539Z Compiling untrusted v0.7.1
20102024-08-28T22:35:27.745Z Compiling arrayvec v0.7.4
20112024-08-28T22:35:28.545Z Compiling arrayref v0.3.7
20122024-08-28T22:35:29.768Z Compiling tar v0.4.41
20132024-08-28T22:35:31.083Z Compiling camino-tempfile v1.1.1
20142024-08-28T22:35:31.514Z Compiling toolchain_find v0.4.0
20152024-08-28T22:35:31.592Z Compiling nibble_vec v0.1.0
20162024-08-28T22:35:31.732Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
20172024-08-28T22:35:31.868Z Compiling atty v0.2.14
20182024-08-28T22:35:32.048Z Compiling endian-type v0.1.2
20192024-08-28T22:35:32.072Z Compiling topological-sort v0.2.2
20202024-08-28T22:35:32.297Z Compiling glob v0.3.1
20212024-08-28T22:35:32.327Z Compiling radium v0.7.0
20222024-08-28T22:35:32.787Z Compiling crunchy v0.2.2
20232024-08-28T22:35:32.989Z Compiling maplit v1.0.2
20242024-08-28T22:35:33.072Z Compiling clang-sys v1.7.0
20252024-08-28T22:35:33.139Z Compiling omicron-zone-package v0.11.0
20262024-08-28T22:35:33.295Z Compiling radix_trie v0.2.1
20272024-08-28T22:35:33.747Z Compiling rustfmt-wrapper v0.2.1
20282024-08-28T22:35:34.360Z Compiling tungstenite v0.21.0
20292024-08-28T22:35:34.381Z Compiling tiny-keccak v2.0.2
20302024-08-28T22:35:34.695Z Compiling maybe-uninit v2.0.0
20312024-08-28T22:35:34.918Z Compiling tap v1.0.1
20322024-08-28T22:35:35.122Z Compiling wyz v0.5.1
20332024-08-28T22:35:35.602Z Compiling tokio-tungstenite v0.21.0
20342024-08-28T22:35:35.853Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
20352024-08-28T22:35:35.897Z Compiling dsl_auto_type v0.1.2
20362024-08-28T22:35:36.082Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
20372024-08-28T22:35:36.173Z Compiling itertools v0.13.0
20382024-08-28T22:35:36.519Z Compiling scheduled-thread-pool v0.2.7
20392024-08-28T22:35:37.305Z Compiling bzip2-sys v0.1.11+1.0.8
20402024-08-28T22:35:37.829Z Compiling diesel_table_macro_syntax v0.2.0
20412024-08-28T22:35:37.867Z Compiling packed_struct v0.10.1
20422024-08-28T22:35:38.219Z Compiling arc-swap v1.7.1
20432024-08-28T22:35:38.318Z Compiling funty v2.0.0
20442024-08-28T22:35:38.405Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
20452024-08-28T22:35:38.897Z Compiling crc-catalog v2.4.0
20462024-08-28T22:35:39.071Z Compiling crc v3.2.1
20472024-08-28T22:35:39.514Z Compiling bitvec v1.0.1
20482024-08-28T22:35:39.987Z Compiling slog-scope v4.4.0
20492024-08-28T22:35:40.827Z Compiling diesel_derives v2.2.2
20502024-08-28T22:35:41.042Z Compiling r2d2 v0.8.10
20512024-08-28T22:35:42.059Z Compiling ascii-canvas v3.0.0
20522024-08-28T22:35:42.561Z Compiling packed_struct_codegen v0.10.1
20532024-08-28T22:35:44.032Z Compiling ena v0.14.3
20542024-08-28T22:35:44.420Z Compiling libloading v0.8.3
20552024-08-28T22:35:44.770Z Compiling indexmap v1.9.3
20562024-08-28T22:35:45.021Z Compiling regex-syntax v0.6.29
20572024-08-28T22:35:45.094Z Compiling nodrop v0.1.14
20582024-08-28T22:35:45.237Z Compiling diff v0.1.13
20592024-08-28T22:35:45.763Z Compiling bindgen v0.69.4
20602024-08-28T22:35:46.251Z Compiling array-init v0.0.4
20612024-08-28T22:35:50.190Z Compiling lalrpop v0.19.12
20622024-08-28T22:35:51.663Z Compiling smallvec v0.6.14
20632024-08-28T22:35:52.037Z Compiling diesel v2.2.3
20642024-08-28T22:35:52.169Z Compiling slog-stdlog v4.1.1
20652024-08-28T22:35:52.982Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
20662024-08-28T22:35:54.164Z Compiling which v4.4.2
20672024-08-28T22:35:54.724Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
20682024-08-28T22:35:54.950Z Compiling cexpr v0.6.0
20692024-08-28T22:35:56.450Z Compiling libsw v3.3.1
20702024-08-28T22:35:56.783Z Compiling lazycell v1.3.0
20712024-08-28T22:35:56.952Z Compiling bitfield v0.14.0
20722024-08-28T22:35:57.277Z Compiling rustc-hash v1.1.0
20732024-08-28T22:35:57.444Z Compiling owo-colors v4.0.0
20742024-08-28T22:35:57.874Z Compiling linear-map v1.2.0
20752024-08-28T22:35:58.313Z Compiling shlex v1.3.0
20762024-08-28T22:35:58.711Z Compiling ref-cast v1.0.23
20772024-08-28T22:35:59.220Z Compiling hashbrown v0.12.3
20782024-08-28T22:36:00.220Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20792024-08-28T22:36:02.291Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
20802024-08-28T22:36:04.873Z Compiling slog-envlogger v2.2.0
20812024-08-28T22:36:07.370Z Compiling serde-hex v0.1.0
20822024-08-28T22:36:07.693Z Compiling bzip2 v0.4.4
20832024-08-28T22:36:08.162Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
20842024-08-28T22:36:08.488Z Compiling env_logger v0.10.2
20852024-08-28T22:36:11.485Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
20862024-08-28T22:36:11.798Z Compiling derive_builder_core v0.20.0
20872024-08-28T22:36:12.515Z Compiling x509-cert v0.2.5
20882024-08-28T22:36:14.428Z Compiling ron v0.8.1
20892024-08-28T22:36:15.231Z Compiling headers-core v0.2.0
20902024-08-28T22:36:15.406Z Compiling hashbrown v0.13.2
20912024-08-28T22:36:16.215Z Compiling polar-core v0.27.3
20922024-08-28T22:36:16.738Z Compiling fxhash v0.2.1
20932024-08-28T22:36:16.935Z Compiling libxml v0.3.3
20942024-08-28T22:36:17.341Z Compiling ref-cast-impl v1.0.23
20952024-08-28T22:36:17.472Z Compiling crc-any v2.5.0
20962024-08-28T22:36:18.442Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
20972024-08-28T22:36:22.272Z Compiling object v0.30.4
20982024-08-28T22:36:23.558Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
20992024-08-28T22:36:25.224Z Compiling headers v0.3.9
21002024-08-28T22:36:26.170Z Compiling samael v0.0.15
21012024-08-28T22:36:27.776Z Compiling derive_builder_macro v0.20.0
21022024-08-28T22:36:28.681Z Compiling zip v0.6.6
21032024-08-28T22:36:28.850Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
21042024-08-28T22:36:29.148Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
21052024-08-28T22:36:29.466Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
21062024-08-28T22:36:30.228Z Compiling strum_macros v0.24.3
21072024-08-28T22:36:31.324Z Compiling kstat-rs v0.2.4
21082024-08-28T22:36:31.930Z Compiling async-recursion v1.1.1
21092024-08-28T22:36:32.310Z Compiling unicase v2.7.0
21102024-08-28T22:36:32.628Z Compiling dropshot v0.10.1
21112024-08-28T22:36:32.832Z Compiling indoc v1.0.9
21122024-08-28T22:36:32.952Z Compiling path-slash v0.1.5
21132024-08-28T22:36:33.190Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
21142024-08-28T22:36:33.451Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
21152024-08-28T22:36:33.508Z Compiling derive_builder v0.20.0
21162024-08-28T22:36:37.632Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
21172024-08-28T22:36:40.711Z Compiling tungstenite v0.23.0
21182024-08-28T22:36:42.822Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
21192024-08-28T22:36:43.208Z Compiling crossterm v0.28.1
21202024-08-28T22:36:45.163Z Compiling pem v3.0.4
21212024-08-28T22:36:49.874Z Compiling curve25519-dalek v4.1.3
21222024-08-28T22:36:49.921Z Compiling oso-derive v0.27.3
21232024-08-28T22:36:49.921Z Compiling impl-trait-for-tuples v0.2.2
21242024-08-28T22:36:49.921Z Compiling dropshot_endpoint v0.10.1
21252024-08-28T22:36:49.921Z Compiling libz-sys v1.1.16
21262024-08-28T22:36:49.921Z Compiling quick-xml v0.31.0
21272024-08-28T22:36:49.942Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
21282024-08-28T22:36:49.942Z Compiling parking_lot_core v0.8.6
21292024-08-28T22:36:49.942Z Compiling keccak v0.1.5
21302024-08-28T22:36:50.003Z Compiling sha3 v0.10.8
21312024-08-28T22:36:51.186Z Compiling tokio-tungstenite v0.23.1
21322024-08-28T22:36:51.225Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
21332024-08-28T22:36:51.805Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
21342024-08-28T22:36:53.435Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
21352024-08-28T22:36:53.827Z Compiling oso v0.27.3
21362024-08-28T22:36:56.548Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
21372024-08-28T22:36:56.877Z Compiling bb8 v0.8.5
21382024-08-28T22:36:57.517Z Compiling const_format_proc_macros v0.2.32
21392024-08-28T22:36:59.471Z Compiling universal-hash v0.5.1
21402024-08-28T22:36:59.722Z Compiling secrecy v0.8.0
21412024-08-28T22:37:00.006Z Compiling thiserror-impl-no-std v2.0.2
21422024-08-28T22:37:02.732Z Compiling curve25519-dalek-derive v0.1.1
21432024-08-28T22:37:04.168Z Compiling vte_generate_state_changes v0.1.1
21442024-08-28T22:37:04.797Z Compiling buf-list v1.0.3
21452024-08-28T22:37:05.378Z Compiling opaque-debug v0.3.1
21462024-08-28T22:37:05.491Z Compiling poly1305 v0.8.0
21472024-08-28T22:37:07.038Z Compiling vte v0.11.1
21482024-08-28T22:37:11.455Z Compiling thiserror-no-std v2.0.2
21492024-08-28T22:37:11.586Z Compiling const_format v0.2.32
21502024-08-28T22:37:11.604Z Compiling async-bb8-diesel v0.2.1
21512024-08-28T22:37:12.410Z Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783)
21522024-08-28T22:37:14.306Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21532024-08-28T22:37:14.629Z Compiling chacha20 v0.9.1
21542024-08-28T22:37:15.091Z Compiling fd-lock v4.0.2
21552024-08-28T22:37:15.324Z Compiling aead v0.5.2
21562024-08-28T22:37:15.570Z Compiling libgit2-sys v0.17.0+1.8.1
21572024-08-28T22:37:15.667Z Compiling pin-project-internal v1.1.5
21582024-08-28T22:37:16.385Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21592024-08-28T22:37:16.719Z Compiling bytecount v0.6.8
21602024-08-28T22:37:17.035Z Compiling papergrid v0.11.0
21612024-08-28T22:37:18.585Z Compiling pin-project v1.1.5
21622024-08-28T22:37:20.347Z Compiling chacha20poly1305 v0.10.1
21632024-08-28T22:37:20.960Z Compiling parking_lot v0.11.2
21642024-08-28T22:37:22.960Z Compiling vsss-rs v3.3.4
21652024-08-28T22:37:27.389Z Compiling strip-ansi-escapes v0.2.0
21662024-08-28T22:37:28.663Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
21672024-08-28T22:37:28.980Z Compiling tabled_derive v0.7.0
21682024-08-28T22:37:31.163Z Compiling crossterm v0.27.0
21692024-08-28T22:37:33.228Z Compiling peg-macros v0.8.4
21702024-08-28T22:37:36.452Z Compiling snafu-derive v0.8.2
21712024-08-28T22:37:37.471Z Compiling sqlparser_derive v0.2.2
21722024-08-28T22:37:37.913Z Compiling unicode_categories v0.1.1
21732024-08-28T22:37:38.257Z Compiling nu-ansi-term v0.50.0
21742024-08-28T22:37:38.469Z Compiling sqlparser v0.45.0
21752024-08-28T22:37:39.387Z Compiling reedline v0.33.0
21762024-08-28T22:37:41.111Z Compiling snafu v0.8.2
21772024-08-28T22:37:42.398Z Compiling sqlformat v0.2.4
21782024-08-28T22:37:43.044Z Compiling rustyline v14.0.0
21792024-08-28T22:37:45.103Z Compiling peg v0.8.4
21802024-08-28T22:37:45.225Z Compiling tabled v0.15.0
21812024-08-28T22:37:52.638Z Compiling sled v0.34.7
21822024-08-28T22:37:54.174Z Compiling mime_guess v2.0.4
21832024-08-28T22:38:03.552Z Compiling hickory-client v0.24.1
21842024-08-28T22:38:04.764Z Compiling env_logger v0.9.3
21852024-08-28T22:38:08.719Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
21862024-08-28T22:38:08.790Z Compiling tungstenite v0.20.1
21872024-08-28T22:38:09.297Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
21882024-08-28T22:38:13.834Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
21892024-08-28T22:38:15.180Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
21902024-08-28T22:38:22.220Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
21912024-08-28T22:38:22.710Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21922024-08-28T22:38:23.216Z Compiling globset v0.4.14
21932024-08-28T22:38:23.783Z Compiling hickory-server v0.24.1
21942024-08-28T22:38:24.396Z Compiling olpc-cjson v0.1.3
21952024-08-28T22:38:24.738Z Compiling bcs v0.1.6
21962024-08-28T22:38:25.272Z Compiling vergen v8.3.2
21972024-08-28T22:38:25.597Z Compiling bitstruct_derive v0.1.0
21982024-08-28T22:38:25.648Z Compiling cargo-platform v0.1.8
21992024-08-28T22:38:26.175Z Compiling serde_plain v1.0.2
22002024-08-28T22:38:26.695Z Compiling nanorand v0.7.0
22012024-08-28T22:38:26.915Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22022024-08-28T22:38:27.081Z Compiling memoffset v0.9.1
22032024-08-28T22:38:27.371Z Compiling ascii v1.1.0
22042024-08-28T22:38:27.429Z Compiling typed-path v0.7.1
22052024-08-28T22:38:28.156Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
22062024-08-28T22:38:29.871Z Compiling flume v0.11.0
22072024-08-28T22:38:30.575Z Compiling tough v0.17.1
22082024-08-28T22:38:30.648Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22092024-08-28T22:38:30.725Z Compiling bitstruct v0.1.1
22102024-08-28T22:38:30.877Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
22112024-08-28T22:38:30.946Z Compiling cargo_metadata v0.18.1
22122024-08-28T22:38:34.198Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
22132024-08-28T22:38:34.310Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
22142024-08-28T22:38:36.130Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22152024-08-28T22:38:36.715Z Compiling tokio-tungstenite v0.20.1
22162024-08-28T22:38:37.180Z Compiling git2 v0.19.0
22172024-08-28T22:38:37.923Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
22182024-08-28T22:38:43.761Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
22192024-08-28T22:38:46.261Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22202024-08-28T22:38:47.474Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22212024-08-28T22:38:49.275Z Compiling libsqlite3-sys v0.28.0
22222024-08-28T22:38:49.440Z Compiling erased-serde v0.3.31
22232024-08-28T22:38:49.817Z Compiling serde_arrays v0.1.0
22242024-08-28T22:38:50.029Z Compiling parse-size v1.0.0
22252024-08-28T22:38:50.336Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22262024-08-28T22:38:51.134Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22272024-08-28T22:38:55.278Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
22282024-08-28T22:38:55.999Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
22292024-08-28T22:38:56.635Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
22302024-08-28T22:38:56.968Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
22312024-08-28T22:38:58.976Z Compiling heck v0.3.3
22322024-08-28T22:38:59.386Z Compiling castaway v0.2.3
22332024-08-28T22:38:59.590Z Compiling rand_seeder v0.3.0
22342024-08-28T22:39:00.003Z Compiling csv-core v0.1.11
22352024-08-28T22:39:00.882Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
22362024-08-28T22:39:01.228Z Compiling http-range v0.1.5
22372024-08-28T22:39:03.693Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
22382024-08-28T22:39:04.044Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
22392024-08-28T22:39:06.243Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22402024-08-28T22:39:06.861Z Compiling hyper-staticfile v0.9.5
22412024-08-28T22:39:10.012Z Compiling csv v1.3.0
22422024-08-28T22:39:12.141Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
22432024-08-28T22:39:12.373Z Compiling compact_str v0.8.0
22442024-08-28T22:39:12.544Z Compiling zone_cfg_derive v0.1.2
22452024-08-28T22:39:12.819Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
22462024-08-28T22:39:13.960Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
22472024-08-28T22:39:15.236Z Compiling nix v0.27.1
22482024-08-28T22:39:15.652Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
22492024-08-28T22:39:18.007Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
22502024-08-28T22:39:19.677Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
22512024-08-28T22:39:21.710Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22522024-08-28T22:39:22.052Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
22532024-08-28T22:39:22.398Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
22542024-08-28T22:39:22.723Z Compiling unicode-truncate v1.0.0
22552024-08-28T22:39:23.015Z Compiling lru v0.12.3
22562024-08-28T22:39:23.384Z Compiling hashlink v0.9.1
22572024-08-28T22:39:24.207Z Compiling serde-big-array v0.5.1
22582024-08-28T22:39:24.492Z Compiling instability v0.3.2
22592024-08-28T22:39:25.347Z Compiling cassowary v0.3.0
22602024-08-28T22:39:25.517Z Compiling base64 v0.13.1
22612024-08-28T22:39:26.265Z Compiling fallible-streaming-iterator v0.1.9
22622024-08-28T22:39:26.556Z Compiling fallible-iterator v0.3.0
22632024-08-28T22:39:27.366Z Compiling rusqlite v0.31.0
22642024-08-28T22:39:29.065Z Compiling ron v0.7.1
22652024-08-28T22:39:32.443Z Compiling ratatui v0.28.0
22662024-08-28T22:39:35.320Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
22672024-08-28T22:39:49.459Z Compiling zone v0.1.8
22682024-08-28T22:39:51.332Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
22692024-08-28T22:39:51.947Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22702024-08-28T22:39:52.891Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
22712024-08-28T22:39:53.433Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
22722024-08-28T22:39:54.539Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
22732024-08-28T22:39:56.136Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
22742024-08-28T22:39:56.263Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22752024-08-28T22:39:56.337Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
22762024-08-28T22:39:56.677Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
22772024-08-28T22:40:01.733Z Compiling twox-hash v1.6.3
22782024-08-28T22:40:01.806Z Compiling signal-hook-tokio v0.3.1
22792024-08-28T22:40:02.045Z Compiling yasna v0.5.2
22802024-08-28T22:40:02.774Z Compiling portpicker v0.1.1
22812024-08-28T22:40:03.210Z Compiling smawk v0.3.2
22822024-08-28T22:40:03.487Z Compiling unicode-linebreak v0.1.5
22832024-08-28T22:40:04.049Z Compiling textwrap v0.16.1
22842024-08-28T22:40:05.539Z Compiling rcgen v0.12.1
22852024-08-28T22:40:07.701Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
22862024-08-28T22:40:10.806Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22872024-08-28T22:40:15.432Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
22882024-08-28T22:40:19.903Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
22892024-08-28T22:40:19.964Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22902024-08-28T22:40:24.939Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
22912024-08-28T22:40:25.514Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
22922024-08-28T22:40:26.783Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
22932024-08-28T22:40:27.112Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
22942024-08-28T22:40:32.539Z Compiling atomicwrites v0.4.3
22952024-08-28T22:40:32.928Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
22962024-08-28T22:40:33.101Z Compiling fatfs v0.3.6
22972024-08-28T22:40:33.856Z Compiling rtoolbox v0.0.2
22982024-08-28T22:40:34.013Z Compiling subprocess v0.2.9
22992024-08-28T22:40:34.282Z Compiling is_ci v1.2.0
23002024-08-28T22:40:34.587Z Compiling assert_matches v1.5.0
23012024-08-28T22:40:34.706Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23022024-08-28T22:40:38.830Z Compiling supports-color v3.0.0
23032024-08-28T22:40:39.480Z Compiling rpassword v7.3.1
23042024-08-28T22:40:39.936Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
23052024-08-28T22:40:41.799Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
23062024-08-28T22:40:42.051Z Compiling tui-tree-widget v0.22.0
23072024-08-28T22:40:42.353Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
23082024-08-28T22:40:42.513Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
23092024-08-28T22:40:44.170Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
23102024-08-28T22:40:44.510Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23112024-08-28T22:40:48.937Z Compiling uzers v0.11.3
23122024-08-28T22:40:50.749Z Compiling shell-words v1.1.0
23132024-08-28T22:40:51.178Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
23142024-08-28T22:40:51.569Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
23152024-08-28T22:40:53.534Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23162024-08-28T22:40:55.735Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
23172024-08-28T22:41:07.579Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
23182024-08-28T22:41:18.597Z Compiling multimap v0.10.0
23192024-08-28T22:43:22.299Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
23202024-08-28T22:43:24.994Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23212024-08-28T22:50:10.676Z Finished `release` profile [optimized] target(s) in 15m 24s
23222024-08-28T22:51:08.538Z
23232024-08-28T22:51:08.540Zreal 16:23.417668339
23242024-08-28T22:51:08.540Zuser 1:50:03.118971386
23252024-08-28T22:51:08.541Zsys 5:35.376159828
23262024-08-28T22:51:08.541Ztrap 2.600699579
23272024-08-28T22:51:08.541Ztflt 3.141730596
23282024-08-28T22:51:08.541Zdflt 4.508804119
23292024-08-28T22:51:08.541Zkflt 0.104896613
23302024-08-28T22:51:08.541Zlock 6:45:28.645677566
23312024-08-28T22:51:08.541Zslp 5:44:38.105980014
23322024-08-28T22:51:08.541Zlat 2:48.203058260
23332024-08-28T22:51:08.541Zstop 2:34.713230841
23342024-08-28T22:51:08.541Z+ mapfile -t packages
23352024-08-28T22:51:08.541Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
23362024-08-28T22:51:09.560Z Finished `release` profile [optimized] target(s) in 0.97s
23372024-08-28T22:51:09.611Z Running `target/release/omicron-package -t test list-outputs`
23382024-08-28T22:51:09.655ZLogging to: /work/oxidecomputer/omicron/out/LOG
23392024-08-28T22:51:09.657Z+ ptime -m cargo build --locked --release -p xtask
23402024-08-28T22:51:10.271Z Compiling serde v1.0.208
23412024-08-28T22:51:10.274Z Compiling libc v0.2.158
23422024-08-28T22:51:10.274Z Compiling serde_json v1.0.125
23432024-08-28T22:51:10.274Z Compiling rustix v0.38.34
23442024-08-28T22:51:10.274Z Compiling syn v2.0.74
23452024-08-28T22:51:10.371Z Compiling bitflags v2.6.0
23462024-08-28T22:51:10.717Z Compiling usdt-impl v0.5.0
23472024-08-28T22:51:10.792Z Compiling syn v1.0.109
23482024-08-28T22:51:10.876Z Compiling hashbrown v0.14.5
23492024-08-28T22:51:10.896Z Compiling log v0.4.21
23502024-08-28T22:51:10.925Z Compiling fs-err v2.11.0
23512024-08-28T22:51:11.255Z Compiling anyhow v1.0.86
23522024-08-28T22:51:11.789Z Compiling thread-id v4.2.1
23532024-08-28T22:51:12.154Z Compiling indexmap v2.4.0
23542024-08-28T22:51:13.286Z Compiling terminal_size v0.3.0
23552024-08-28T22:51:13.286Z Compiling tempfile v3.10.1
23562024-08-28T22:51:13.514Z Compiling clap_builder v4.5.15
23572024-08-28T22:51:14.114Z Compiling proc-macro-error v1.0.4
23582024-08-28T22:51:15.574Z Compiling tabled_derive v0.7.0
23592024-08-28T22:51:16.997Z Compiling tabled v0.15.0
23602024-08-28T22:51:18.159Z Compiling serde_derive v1.0.208
23612024-08-28T22:51:18.493Z Compiling thiserror-impl v1.0.63
23622024-08-28T22:51:18.845Z Compiling zerocopy-derive v0.7.34
23632024-08-28T22:51:18.860Z Compiling scroll_derive v0.12.0
23642024-08-28T22:51:20.266Z Compiling scroll v0.12.0
23652024-08-28T22:51:20.845Z Compiling zerocopy v0.7.34
23662024-08-28T22:51:21.342Z Compiling thiserror v1.0.63
23672024-08-28T22:51:21.504Z Compiling pest v2.7.10
23682024-08-28T22:51:22.569Z Compiling goblin v0.8.2
23692024-08-28T22:51:24.568Z Compiling pest_meta v2.7.10
23702024-08-28T22:51:26.562Z Compiling pest_generator v2.7.10
23712024-08-28T22:51:28.739Z Compiling pest_derive v2.7.10
23722024-08-28T22:51:29.346Z Compiling clap_derive v4.5.13
23732024-08-28T22:51:29.557Z Compiling dtrace-parser v0.2.0
23742024-08-28T22:51:33.323Z Compiling toml_datetime v0.6.8
23752024-08-28T22:51:34.021Z Compiling serde_spanned v0.6.7
23762024-08-28T22:51:34.041Z Compiling camino v1.1.9
23772024-08-28T22:51:34.284Z Compiling toml_edit v0.22.20
23782024-08-28T22:51:35.359Z Compiling serde_tokenstream v0.2.2
23792024-08-28T22:51:35.959Z Compiling dof v0.3.0
23802024-08-28T22:51:38.839Z Compiling toml v0.8.19
23812024-08-28T22:51:39.641Z Compiling usdt-attr-macro v0.5.0
23822024-08-28T22:51:41.032Z Compiling usdt-macro v0.5.0
23832024-08-28T22:51:41.703Z Compiling semver v1.0.23
23842024-08-28T22:51:42.280Z Compiling cargo-platform v0.1.8
23852024-08-28T22:51:43.207Z Compiling cargo_metadata v0.18.1
23862024-08-28T22:51:43.402Z Compiling usdt v0.5.0
23872024-08-28T22:51:44.884Z Compiling cargo_toml v0.20.4
23882024-08-28T22:51:45.617Z Compiling camino-tempfile v1.1.1
23892024-08-28T22:51:46.239Z Compiling clap v4.5.16
23902024-08-28T22:51:46.377Z Compiling macaddr v1.0.1
23912024-08-28T22:51:55.576Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
23922024-08-28T22:52:06.724Z Finished `release` profile [optimized] target(s) in 56.99s
23932024-08-28T22:52:06.825Z
23942024-08-28T22:52:06.825Zreal 57.119401788
23952024-08-28T22:52:06.825Zuser 5:42.020347232
23962024-08-28T22:52:06.825Zsys 32.540341364
23972024-08-28T22:52:06.825Ztrap 0.146264180
23982024-08-28T22:52:06.825Ztflt 0.396843961
23992024-08-28T22:52:06.828Zdflt 0.654793738
24002024-08-28T22:52:06.828Zkflt 0.000000000
24012024-08-28T22:52:06.828Zlock 11:03.049224693
24022024-08-28T22:52:06.828Zslp 15:59.478738044
24032024-08-28T22:52:06.828Zlat 12.220297982
24042024-08-28T22:52:06.828Zstop 17.068725261
24052024-08-28T22:52:06.828Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
24062024-08-28T22:52:06.828Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
24072024-08-28T22:52:06.828Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
24082024-08-28T22:52:06.828Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
24092024-08-28T22:52:06.828Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
24102024-08-28T22:52:07.724Z Compiling regress v0.9.1
24112024-08-28T22:52:07.839Z Compiling getopts v0.2.21
24122024-08-28T22:52:07.841Z Compiling unsafe-libyaml v0.2.11
24132024-08-28T22:52:07.841Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24142024-08-28T22:52:07.841Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24152024-08-28T22:52:07.849Z Compiling http v1.1.0
24162024-08-28T22:52:07.897Z Compiling match_cfg v0.1.0
24172024-08-28T22:52:07.900Z Compiling toml v0.8.19
24182024-08-28T22:52:08.014Z Compiling hostname v0.3.1
24192024-08-28T22:52:08.252Z Compiling rustls-pki-types v1.7.0
24202024-08-28T22:52:08.270Z Compiling rustls v0.22.4
24212024-08-28T22:52:08.311Z Compiling paste v1.0.15
24222024-08-28T22:52:08.552Z Compiling ident_case v1.0.1
24232024-08-28T22:52:08.742Z Compiling rustls-webpki v0.102.4
24242024-08-28T22:52:08.800Z Compiling darling_core v0.20.9
24252024-08-28T22:52:09.009Z Compiling ipnetwork v0.20.0
24262024-08-28T22:52:09.113Z Compiling multer v3.1.0
24272024-08-28T22:52:09.432Z Compiling serde_yaml v0.9.34+deprecated
24282024-08-28T22:52:09.923Z Compiling slog-json v2.6.1
24292024-08-28T22:52:10.309Z Compiling async-stream-impl v0.3.5
24302024-08-28T22:52:10.375Z Compiling instant v0.1.12
24312024-08-28T22:52:10.535Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
24322024-08-28T22:52:10.873Z Compiling debug-ignore v1.0.5
24332024-08-28T22:52:10.876Z Compiling atomic-waker v1.1.2
24342024-08-28T22:52:11.041Z Compiling waitgroup v0.1.2
24352024-08-28T22:52:11.147Z Compiling slog-bunyan v2.5.0
24362024-08-28T22:52:11.282Z Compiling rustls-pemfile v2.1.3
24372024-08-28T22:52:11.366Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
24382024-08-28T22:52:11.701Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
24392024-08-28T22:52:11.770Z Compiling async-stream v0.3.5
24402024-08-28T22:52:12.097Z Compiling serde_path_to_error v0.1.16
24412024-08-28T22:52:12.255Z Compiling hostname v0.4.0
24422024-08-28T22:52:12.560Z Compiling structmeta-derive v0.3.0
24432024-08-28T22:52:12.905Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
24442024-08-28T22:52:13.054Z Compiling newtype-uuid v1.1.0
24452024-08-28T22:52:13.377Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24462024-08-28T22:52:13.686Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24472024-08-28T22:52:13.739Z Compiling backoff v0.4.0
24482024-08-28T22:52:14.020Z Compiling tokio-rustls v0.25.0
24492024-08-28T22:52:14.100Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24502024-08-28T22:52:14.174Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24512024-08-28T22:52:14.358Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24522024-08-28T22:52:14.450Z Compiling macaddr v1.0.1
24532024-08-28T22:52:14.530Z Compiling proc-macro-crate v1.3.1
24542024-08-28T22:52:14.892Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24552024-08-28T22:52:14.894Z Compiling tempfile v3.10.1
24562024-08-28T22:52:15.321Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24572024-08-28T22:52:15.622Z Compiling num_enum_derive v0.5.11
24582024-08-28T22:52:15.658Z Compiling structmeta v0.3.0
24592024-08-28T22:52:15.684Z Compiling foreign-types-macros v0.2.3
24602024-08-28T22:52:15.709Z Compiling heapless v0.8.0
24612024-08-28T22:52:15.862Z Compiling darling_macro v0.20.9
24622024-08-28T22:52:16.104Z Compiling parse-display-derive v0.10.0
24632024-08-28T22:52:16.334Z Compiling foreign-types-shared v0.3.1
24642024-08-28T22:52:16.460Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24652024-08-28T22:52:16.818Z Compiling darling v0.20.9
24662024-08-28T22:52:16.948Z Compiling serde_with_macros v3.9.0
24672024-08-28T22:52:16.967Z Compiling foreign-types v0.5.0
24682024-08-28T22:52:17.063Z Compiling proc-macro-error v1.0.4
24692024-08-28T22:52:17.456Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24702024-08-28T22:52:17.855Z Compiling hash32 v0.3.1
24712024-08-28T22:52:18.107Z Compiling cstr-argument v0.1.2
24722024-08-28T22:52:18.255Z Compiling num_enum v0.5.11
24732024-08-28T22:52:18.390Z Compiling pretty-hex v0.2.1
24742024-08-28T22:52:18.414Z Compiling smoltcp v0.11.0
24752024-08-28T22:52:18.583Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24762024-08-28T22:52:18.617Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24772024-08-28T22:52:19.241Z Compiling camino-tempfile v1.1.1
24782024-08-28T22:52:19.259Z Compiling tabwriter v1.4.0
24792024-08-28T22:52:19.680Z Compiling colored v2.1.0
24802024-08-28T22:52:19.792Z Compiling socket2 v0.4.10
24812024-08-28T22:52:19.874Z Compiling serde_with v3.9.0
24822024-08-28T22:52:19.993Z Compiling embedded-io v0.4.0
24832024-08-28T22:52:20.043Z Compiling cobs v0.2.3
24842024-08-28T22:52:20.244Z Compiling postcard v1.0.8
24852024-08-28T22:52:20.435Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
24862024-08-28T22:52:20.680Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
24872024-08-28T22:52:20.765Z Compiling crucible-workspace-hack v0.1.0
24882024-08-28T22:52:20.807Z Compiling parse-display v0.10.0
24892024-08-28T22:52:20.917Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
24902024-08-28T22:52:21.094Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
24912024-08-28T22:52:21.221Z Compiling smf v0.2.3
24922024-08-28T22:52:21.449Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
24932024-08-28T22:52:21.812Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
24942024-08-28T22:52:21.873Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24952024-08-28T22:52:22.371Z Compiling num-derive v0.4.2
24962024-08-28T22:52:22.683Z Compiling sigpipe v0.1.3
24972024-08-28T22:52:22.818Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24982024-08-28T22:52:23.144Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24992024-08-28T22:52:23.352Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
25002024-08-28T22:52:23.839Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
25012024-08-28T22:52:24.297Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
25022024-08-28T22:52:24.751Z Compiling universal-hash v0.5.1
25032024-08-28T22:52:24.861Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
25042024-08-28T22:52:24.939Z Compiling opaque-debug v0.3.1
25052024-08-28T22:52:24.964Z Compiling utf-8 v0.7.6
25062024-08-28T22:52:24.982Z Compiling num-rational v0.4.2
25072024-08-28T22:52:25.042Z Compiling curve25519-dalek v4.1.3
25082024-08-28T22:52:25.298Z Compiling num-complex v0.4.6
25092024-08-28T22:52:25.395Z Compiling humantime v2.1.0
25102024-08-28T22:52:25.496Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
25112024-08-28T22:52:25.819Z Compiling password-hash v0.5.0
25122024-08-28T22:52:25.837Z Compiling blake2 v0.10.6
25132024-08-28T22:52:25.871Z Compiling aead v0.5.2
25142024-08-28T22:52:25.946Z Compiling curve25519-dalek-derive v0.1.1
25152024-08-28T22:52:26.250Z Compiling float-ord v0.3.2
25162024-08-28T22:52:26.416Z Compiling num v0.4.3
25172024-08-28T22:52:26.434Z Compiling argon2 v0.5.3
25182024-08-28T22:52:26.536Z Compiling poly1305 v0.8.0
25192024-08-28T22:52:26.749Z Compiling chacha20 v0.9.1
25202024-08-28T22:52:26.809Z Compiling convert_case v0.4.0
25212024-08-28T22:52:27.208Z Compiling semver v0.1.20
25222024-08-28T22:52:27.427Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
25232024-08-28T22:52:27.634Z Compiling rustc_version v0.1.7
25242024-08-28T22:52:27.861Z Compiling derive_more v0.99.18
25252024-08-28T22:52:27.941Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25262024-08-28T22:52:28.189Z Compiling tungstenite v0.21.0
25272024-08-28T22:52:28.285Z Compiling newline-converter v0.3.0
25282024-08-28T22:52:28.372Z Compiling atty v0.2.14
25292024-08-28T22:52:28.460Z Compiling rayon-core v1.12.1
25302024-08-28T22:52:28.520Z Compiling same-file v1.0.6
25312024-08-28T22:52:28.813Z Compiling walkdir v2.5.0
25322024-08-28T22:52:28.832Z Compiling expectorate v1.1.0
25332024-08-28T22:52:28.850Z Compiling newtype_derive v0.1.6
25342024-08-28T22:52:29.022Z Compiling crossbeam-deque v0.8.5
25352024-08-28T22:52:29.170Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25362024-08-28T22:52:29.301Z Compiling tokio-tungstenite v0.21.0
25372024-08-28T22:52:29.377Z Compiling keccak v0.1.5
25382024-08-28T22:52:29.604Z Compiling prettyplease v0.2.20
25392024-08-28T22:52:29.870Z Compiling sha3 v0.10.8
25402024-08-28T22:52:30.153Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25412024-08-28T22:52:30.346Z Compiling thiserror-impl-no-std v2.0.2
25422024-08-28T22:52:30.396Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
25432024-08-28T22:52:30.398Z Compiling secrecy v0.8.0
25442024-08-28T22:52:30.506Z Compiling ring v0.16.20
25452024-08-28T22:52:30.677Z Compiling blake3 v1.5.1
25462024-08-28T22:52:30.898Z Compiling derive-where v1.2.7
25472024-08-28T22:52:31.360Z Compiling unicase v2.7.0
25482024-08-28T22:52:31.665Z Compiling half v2.4.1
25492024-08-28T22:52:31.704Z Compiling cookie v0.18.1
25502024-08-28T22:52:31.775Z Compiling arc-swap v1.7.1
25512024-08-28T22:52:32.020Z Compiling termcolor v1.4.1
25522024-08-28T22:52:32.223Z Compiling quick-error v1.2.3
25532024-08-28T22:52:32.387Z Compiling linked-hash-map v0.5.6
25542024-08-28T22:52:32.409Z Compiling ciborium-io v0.2.2
25552024-08-28T22:52:32.553Z Compiling env_logger v0.9.3
25562024-08-28T22:52:32.827Z Compiling lru-cache v0.1.2
25572024-08-28T22:52:32.997Z Compiling ciborium-ll v0.2.2
25582024-08-28T22:52:33.038Z Compiling resolv-conf v0.7.0
25592024-08-28T22:52:33.432Z Compiling slog-scope v4.4.0
25602024-08-28T22:52:33.712Z Compiling thiserror-no-std v2.0.2
25612024-08-28T22:52:33.982Z Compiling rayon v1.10.0
25622024-08-28T22:52:34.029Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25632024-08-28T22:52:34.493Z Compiling polyval v0.6.2
25642024-08-28T22:52:34.568Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25652024-08-28T22:52:34.930Z Compiling rfc6979 v0.4.0
25662024-08-28T22:52:34.949Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
25672024-08-28T22:52:35.042Z Compiling bitstruct_derive v0.1.0
25682024-08-28T22:52:35.086Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
25692024-08-28T22:52:35.134Z Compiling memmap2 v0.9.4
25702024-08-28T22:52:35.561Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25712024-08-28T22:52:35.605Z Compiling arrayref v0.3.7
25722024-08-28T22:52:35.696Z Compiling untrusted v0.7.1
25732024-08-28T22:52:35.716Z Compiling parking_lot_core v0.8.6
25742024-08-28T22:52:35.769Z Compiling ascii v1.1.0
25752024-08-28T22:52:35.892Z Compiling spin v0.5.2
25762024-08-28T22:52:36.119Z Compiling constant_time_eq v0.3.0
25772024-08-28T22:52:36.227Z Compiling libefi-sys v0.1.0
25782024-08-28T22:52:36.322Z Compiling arrayvec v0.7.4
25792024-08-28T22:52:36.369Z Compiling home v0.5.9
25802024-08-28T22:52:36.428Z Compiling highway v1.2.0
25812024-08-28T22:52:36.558Z Compiling toolchain_find v0.4.0
25822024-08-28T22:52:36.647Z Compiling bitstruct v0.1.1
25832024-08-28T22:52:36.770Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
25842024-08-28T22:52:36.793Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25852024-08-28T22:52:37.133Z Compiling ecdsa v0.16.9
25862024-08-28T22:52:37.239Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25872024-08-28T22:52:37.262Z Compiling ghash v0.5.1
25882024-08-28T22:52:37.456Z Compiling steno v0.4.1
25892024-08-28T22:52:38.043Z Compiling vsss-rs v3.3.4
25902024-08-28T22:52:38.154Z Compiling slog-stdlog v4.1.1
25912024-08-28T22:52:38.317Z Compiling hickory-resolver v0.24.1
25922024-08-28T22:52:38.848Z Compiling ciborium v0.2.2
25932024-08-28T22:52:39.238Z Compiling chacha20poly1305 v0.10.1
25942024-08-28T22:52:39.473Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25952024-08-28T22:52:39.825Z Compiling primeorder v0.13.6
25962024-08-28T22:52:40.223Z Compiling ctr v0.9.2
25972024-08-28T22:52:40.241Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25982024-08-28T22:52:40.358Z Compiling serde_arrays v0.1.0
25992024-08-28T22:52:40.393Z Compiling erased-serde v0.3.31
26002024-08-28T22:52:40.541Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
26012024-08-28T22:52:40.578Z Compiling bitfield-struct v0.6.1
26022024-08-28T22:52:40.606Z Compiling slog-dtrace v0.3.0
26032024-08-28T22:52:40.915Z Compiling cancel-safe-futures v0.1.5
26042024-08-28T22:52:40.935Z Compiling topological-sort v0.2.2
26052024-08-28T22:52:41.165Z Compiling omicron-zone-package v0.11.0
26062024-08-28T22:52:41.517Z Compiling aes-gcm v0.10.3
26072024-08-28T22:52:41.823Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26082024-08-28T22:52:41.864Z Compiling slog-envlogger v2.2.0
26092024-08-28T22:52:42.066Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26102024-08-28T22:52:42.652Z Compiling mime_guess v2.0.4
26112024-08-28T22:52:42.671Z Compiling rustfmt-wrapper v0.2.1
26122024-08-28T22:52:43.438Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
26132024-08-28T22:52:43.490Z Compiling tungstenite v0.20.1
26142024-08-28T22:52:43.725Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26152024-08-28T22:52:44.019Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26162024-08-28T22:52:44.447Z Compiling heck v0.3.3
26172024-08-28T22:52:44.923Z Compiling ed25519 v2.2.3
26182024-08-28T22:52:45.124Z Compiling ssh-encoding v0.2.0
26192024-08-28T22:52:45.216Z Compiling blowfish v0.9.1
26202024-08-28T22:52:45.339Z Compiling nibble_vec v0.1.0
26212024-08-28T22:52:45.570Z Compiling endian-type v0.1.2
26222024-08-28T22:52:45.669Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
26232024-08-28T22:52:45.673Z Compiling option-ext v0.2.0
26242024-08-28T22:52:45.706Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26252024-08-28T22:52:45.807Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26262024-08-28T22:52:45.826Z Compiling dirs-sys v0.4.1
26272024-08-28T22:52:45.843Z Compiling radix_trie v0.2.1
26282024-08-28T22:52:46.028Z Compiling ssh-cipher v0.2.0
26292024-08-28T22:52:46.515Z Compiling bcrypt-pbkdf v0.10.0
26302024-08-28T22:52:46.576Z Compiling ed25519-dalek v2.1.1
26312024-08-28T22:52:46.803Z Compiling zone_cfg_derive v0.1.2
26322024-08-28T22:52:46.977Z Compiling tokio-tungstenite v0.20.1
26332024-08-28T22:52:47.590Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26342024-08-28T22:52:47.652Z Compiling parking_lot v0.11.2
26352024-08-28T22:52:47.824Z Compiling gethostname v0.5.0
26362024-08-28T22:52:48.004Z Compiling password-hash v0.4.2
26372024-08-28T22:52:48.045Z Compiling libsw v3.3.1
26382024-08-28T22:52:48.298Z Compiling fxhash v0.2.1
26392024-08-28T22:52:48.340Z Compiling owo-colors v4.0.0
26402024-08-28T22:52:48.384Z Compiling matches v0.1.10
26412024-08-28T22:52:48.404Z Compiling base64 v0.13.1
26422024-08-28T22:52:48.484Z Compiling linear-map v1.2.0
26432024-08-28T22:52:48.510Z Compiling pbkdf2 v0.11.0
26442024-08-28T22:52:48.569Z Compiling idna v0.2.3
26452024-08-28T22:52:48.873Z Compiling ron v0.7.1
26462024-08-28T22:52:48.875Z Compiling sled v0.34.7
26472024-08-28T22:52:48.931Z Compiling zone v0.1.8
26482024-08-28T22:52:50.024Z Compiling ssh-key v0.6.6
26492024-08-28T22:52:50.231Z Compiling hickory-client v0.24.1
26502024-08-28T22:52:50.540Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26512024-08-28T22:52:50.635Z Compiling dirs v5.0.1
26522024-08-28T22:52:51.238Z Compiling p384 v0.13.0
26532024-08-28T22:52:51.688Z Compiling p521 v0.13.3
26542024-08-28T22:52:52.837Z Compiling p256 v0.13.2
26552024-08-28T22:52:53.684Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26562024-08-28T22:52:54.110Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26572024-08-28T22:52:54.141Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26582024-08-28T22:52:54.404Z Compiling hickory-server v0.24.1
26592024-08-28T22:52:54.658Z Compiling pem v3.0.4
26602024-08-28T22:52:54.853Z Compiling enum-as-inner v0.5.1
26612024-08-28T22:52:54.958Z Compiling yasna v0.5.2
26622024-08-28T22:52:55.490Z Compiling portpicker v0.1.1
26632024-08-28T22:52:55.824Z Compiling headers-core v0.2.0
26642024-08-28T22:52:55.938Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
26652024-08-28T22:52:55.982Z Compiling kstat-rs v0.2.4
26662024-08-28T22:52:56.154Z Compiling nanorand v0.7.0
26672024-08-28T22:52:56.335Z Compiling russh-cryptovec v0.7.2
26682024-08-28T22:52:56.641Z Compiling http-range v0.1.5
26692024-08-28T22:52:56.678Z Compiling md5 v0.7.0
26702024-08-28T22:52:56.708Z Compiling glob v0.3.1
26712024-08-28T22:52:56.754Z Compiling flume v0.11.0
26722024-08-28T22:52:57.018Z Compiling russh-keys v0.44.0
26732024-08-28T22:52:57.195Z Compiling hyper-staticfile v0.9.5
26742024-08-28T22:52:57.471Z Compiling rcgen v0.12.1
26752024-08-28T22:52:57.755Z Compiling trust-dns-proto v0.22.0
26762024-08-28T22:52:58.200Z Compiling headers v0.3.9
26772024-08-28T22:52:58.999Z Compiling atomicwrites v0.4.3
26782024-08-28T22:52:59.378Z Compiling num-bigint v0.4.5
26792024-08-28T22:53:00.002Z Compiling itertools v0.13.0
26802024-08-28T22:53:00.211Z Compiling subprocess v0.2.9
26812024-08-28T22:53:00.322Z Compiling display-error-chain v0.2.0
26822024-08-28T22:53:00.513Z Compiling hex-literal v0.4.1
26832024-08-28T22:53:00.689Z Compiling dhcproto-macros v0.1.0
26842024-08-28T22:53:01.345Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
26852024-08-28T22:53:01.688Z Compiling internet-checksum v0.2.1
26862024-08-28T22:53:01.995Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
26872024-08-28T22:53:02.102Z Compiling dhcproto v0.12.0
26882024-08-28T22:53:02.124Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
26892024-08-28T22:53:02.127Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26902024-08-28T22:53:02.179Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26912024-08-28T22:53:03.263Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
26922024-08-28T22:53:04.178Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26932024-08-28T22:53:05.725Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26942024-08-28T22:53:05.987Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
26952024-08-28T22:53:07.379Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26962024-08-28T22:53:08.846Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26972024-08-28T22:53:10.138Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
26982024-08-28T22:53:10.332Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
26992024-08-28T22:53:10.537Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
27002024-08-28T22:53:12.033Z Compiling russh v0.44.1
27012024-08-28T22:53:12.905Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
27022024-08-28T22:53:19.749Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27032024-08-28T22:53:19.749Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27042024-08-28T22:53:19.752Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27052024-08-28T22:53:19.752Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
27062024-08-28T22:53:22.894Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27072024-08-28T22:53:22.943Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27082024-08-28T22:53:23.111Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27092024-08-28T22:53:23.827Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27102024-08-28T22:53:23.925Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27112024-08-28T22:53:24.791Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27122024-08-28T22:53:25.962Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27132024-08-28T22:53:27.277Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27142024-08-28T22:53:27.814Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27152024-08-28T22:53:28.605Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27162024-08-28T22:53:29.151Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27172024-08-28T22:53:31.153Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27182024-08-28T22:53:31.203Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27192024-08-28T22:53:33.978Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27202024-08-28T22:53:34.451Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27212024-08-28T22:53:34.973Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27222024-08-28T22:53:38.109Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27232024-08-28T22:53:42.537Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27242024-08-28T22:53:49.799Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27252024-08-28T22:53:49.799Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27262024-08-28T22:53:51.808Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27272024-08-28T22:54:09.425Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
27282024-08-28T22:54:39.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 32s
27292024-08-28T22:54:39.756Z
27302024-08-28T22:54:39.757Zreal 2:32.831249505
27312024-08-28T22:54:39.757Zuser 12:49.113534367
27322024-08-28T22:54:39.757Zsys 2:41.533510630
27332024-08-28T22:54:39.757Ztrap 0.346546306
27342024-08-28T22:54:39.757Ztflt 1.558088975
27352024-08-28T22:54:39.759Zdflt 1.538983960
27362024-08-28T22:54:39.759Zkflt 0.000021781
27372024-08-28T22:54:39.759Zlock 26:38.811905031
27382024-08-28T22:54:39.759Zslp 47:25.347550655
27392024-08-28T22:54:39.760Zlat 39.667760037
27402024-08-28T22:54:39.760Zstop 1:34.733905798
27412024-08-28T22:54:39.760Z+ mkdir tests
27422024-08-28T22:54:39.762Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
27432024-08-28T22:54:39.762Z+ xargs -I '{}' -t cp '{}' tests/
27442024-08-28T22:54:39.802Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-809caa10e88d911e tests/
27452024-08-28T22:54:39.829Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-128fbc062bda9360 tests/
27462024-08-28T22:54:39.855Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-22cca78ac3d4ab69 tests/
27472024-08-28T22:54:39.881Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-419d9e91af930070 tests/
27482024-08-28T22:54:40.095Z+ files=(out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*)
27492024-08-28T22:54:40.098Z+ ptime -m tar cvzf /work/package.tar.gz out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-128fbc062bda9360 tests/commtest-22cca78ac3d4ab69 tests/dhcp_server-809caa10e88d911e tests/end_to_end_tests-419d9e91af930070 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
27502024-08-28T22:55:43.653ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
27512024-08-28T22:55:43.653Za out/target/test 1K
27522024-08-28T22:55:43.653Za out/npuzone/npuzone 23144K
27532024-08-28T22:55:43.653Za package-manifest.toml 32K
27542024-08-28T22:55:43.653Za smf/sled-agent/non-gimlet/config.toml 4K
27552024-08-28T22:55:43.653Za target/release/omicron-package 32296K
27562024-08-28T22:55:43.653Za target/release/xtask 11952K
27572024-08-28T22:55:43.653Za target/debug/bootstrap 192963K
27582024-08-28T22:55:43.653Za tests/bootstrap-128fbc062bda9360 23740K
27592024-08-28T22:55:43.653Za tests/commtest-22cca78ac3d4ab69 24002K
27602024-08-28T22:55:43.653Za tests/dhcp_server-809caa10e88d911e 23740K
27612024-08-28T22:55:43.653Za tests/end_to_end_tests-419d9e91af930070 205304K
27622024-08-28T22:55:43.653Za out/clickhouse.tar.gz 232373K
27632024-08-28T22:55:43.653Za out/clickhouse_keeper.tar.gz 232354K
27642024-08-28T22:55:43.653Za out/clickhouse_server.tar.gz 232353K
27652024-08-28T22:55:43.653Za out/cockroachdb.tar.gz 131901K
27662024-08-28T22:55:43.653Za out/crucible-dtrace.tar 84K
27672024-08-28T22:55:43.653Za out/crucible-pantry-zone.tar.gz 27826K
27682024-08-28T22:55:43.653Za out/crucible-zone.tar.gz 38146K
27692024-08-28T22:55:43.653Za out/external-dns.tar.gz 24882K
27702024-08-28T22:55:43.653Za out/internal-dns.tar.gz 24882K
27712024-08-28T22:55:43.653Za out/mg-ddm-gz.tar 62160K
27722024-08-28T22:55:43.653Za out/nexus.tar.gz 89971K
27732024-08-28T22:55:43.653Za out/ntp.tar.gz 8975K
27742024-08-28T22:55:43.653Za out/omicron-gateway-softnpu.tar.gz 20602K
27752024-08-28T22:55:43.653Za out/omicron-sled-agent.tar 97601K
27762024-08-28T22:55:43.653Za out/overlay.tar.gz 3K
27772024-08-28T22:55:43.653Za out/oximeter.tar.gz 42174K
27782024-08-28T22:55:43.653Za out/oxlog.tar 2947K
27792024-08-28T22:55:43.654Za out/probe.tar.gz 2764K
27802024-08-28T22:55:43.654Za out/propolis-server.tar.gz 65291K
27812024-08-28T22:55:43.654Za out/pumpkind-gz.tar 26665K
27822024-08-28T22:55:43.654Za out/switch-softnpu.tar.gz 214488K
27832024-08-28T22:55:43.656Z
27842024-08-28T22:55:43.656Zreal 1:03.530473590
27852024-08-28T22:55:43.656Zuser 1:00.608284243
27862024-08-28T22:55:43.656Zsys 4.099119023
27872024-08-28T22:55:43.656Ztrap 0.014769914
27882024-08-28T22:55:43.656Ztflt 0.000000000
27892024-08-28T22:55:43.656Zdflt 0.000000000
27902024-08-28T22:55:43.656Zkflt 0.000000000
27912024-08-28T22:55:43.656Zlock 0.000000000
27922024-08-28T22:55:43.657Zslp 1:00.485375056
27932024-08-28T22:55:43.657Zlat 1.848015615
27942024-08-28T22:55:43.657Zstop 0.000257940
27952024-08-28T22:55:43.659Zprocess exited: duration 1745100 ms, exit code 0
 
27962024-08-28T22:55:43.673Zfound 1 output files
27972024-08-28T22:55:43.673Zuploading: /work/package.tar.gz (1621959134 bytes)
27982024-08-28T22:56:06.757Zuploaded: /work/package.tar.gz