01J2FEM1PFSCYK1XA70ZWC832K: 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: 01J2FEMEZ8YHHDAYW7BAP786G7

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-07-10T23:12:05.661Zjob assigned to worker 01J2FEMK9RPP2A3N9W28CBWZVZ (queued for 56 s)
 
22024-07-10T23:12:13.559Zstarting task 0: "setup"
32024-07-10T23:12:13.692Z++ uname -s
42024-07-10T23:12:13.695Z+ kern=SunOS
52024-07-10T23:12:13.695Z+ case "$kern" in
62024-07-10T23:12:13.695Z+ groupadd -g 12345 build
72024-07-10T23:12:13.696Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-07-10T23:12:15.707Z+ zfs create -o mountpoint=/work rpool/work
92024-07-10T23:12:15.826Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-07-10T23:12:15.829Z+ home_fs=zfs
112024-07-10T23:12:15.829Z+ [[ zfs == autofs ]]
122024-07-10T23:12:15.829Z+ mkdir -p /home/build
132024-07-10T23:12:15.832Z+ chown build:build /home/build /work
142024-07-10T23:12:17.835Z+ chmod 0700 /home/build /work
152024-07-10T23:12:17.839Zprocess exited: duration 4275 ms, exit code 0
 
162024-07-10T23:12:17.847Zstarting task 1: "rust-toolchain"
172024-07-10T23:12:17.852Z+ printf ' * toolchain channel = "%s"
182024-07-10T23:12:17.852Z' 1.78.0
192024-07-10T23:12:17.852Z * toolchain channel = "1.78.0"
202024-07-10T23:12:17.852Z+ printf ' * toolchain profile = "%s"
212024-07-10T23:12:17.852Z' default
222024-07-10T23:12:17.852Z * toolchain profile = "default"
232024-07-10T23:12:17.856Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-07-10T23:12:17.856Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
252024-07-10T23:12:17.972Zinfo: downloading installer
262024-07-10T23:12:19.715Zinfo: profile set to 'default'
272024-07-10T23:12:19.715Zinfo: default host triple is x86_64-unknown-illumos
282024-07-10T23:12:19.719Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
292024-07-10T23:12:19.921Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
302024-07-10T23:12:19.921Zinfo: downloading component 'cargo'
312024-07-10T23:12:20.824Zinfo: downloading component 'clippy'
322024-07-10T23:12:21.125Zinfo: downloading component 'rust-docs'
332024-07-10T23:12:22.241Zinfo: downloading component 'rust-std'
342024-07-10T23:12:24.107Zinfo: downloading component 'rustc'
352024-07-10T23:12:28.219Zinfo: downloading component 'rustfmt'
362024-07-10T23:12:28.438Zinfo: installing component 'cargo'
372024-07-10T23:12:29.355Zinfo: installing component 'clippy'
382024-07-10T23:12:29.692Zinfo: installing component 'rust-docs'
392024-07-10T23:12:31.281Zinfo: installing component 'rust-std'
402024-07-10T23:12:33.080Zinfo: installing component 'rustc'
412024-07-10T23:12:37.689Zinfo: installing component 'rustfmt'
422024-07-10T23:12:38.041Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
432024-07-10T23:12:38.041Z
442024-07-10T23:12:38.315Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
452024-07-10T23:12:38.315Z
462024-07-10T23:12:38.318Z
472024-07-10T23:12:38.318ZRust is installed now. Great!
482024-07-10T23:12:38.318Z
492024-07-10T23:12:38.318ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-07-10T23:12:38.318Zenvironment variable. This has not been done automatically.
512024-07-10T23:12:38.318Z
522024-07-10T23:12:38.318ZTo configure your current shell, you need to source
532024-07-10T23:12:38.318Zthe corresponding env file under $HOME/.cargo.
542024-07-10T23:12:38.318Z
552024-07-10T23:12:38.318ZThis is usually done by running one of the following (note the leading DOT):
562024-07-10T23:12:38.318Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-07-10T23:12:38.318Zsource "$HOME/.cargo/env.fish" # For fish
582024-07-10T23:12:38.388Z+ rustc --version
592024-07-10T23:12:38.451Zrustc 1.78.0 (9b00956e5 2024-04-29)
602024-07-10T23:12:38.454Zprocess exited: duration 20605 ms, exit code 0
 
612024-07-10T23:12:38.461Zstarting task 2: "authentication"
622024-07-10T23:12:38.482Zprocess exited: duration 20 ms, exit code 0
 
632024-07-10T23:12:38.492Zstarting task 3: "clone repository"
642024-07-10T23:12:38.498Z+ mkdir -p /work/oxidecomputer/omicron
652024-07-10T23:12:38.500Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-07-10T23:12:38.704ZCloning into '/work/oxidecomputer/omicron'...
672024-07-10T23:12:45.355Z+ cd /work/oxidecomputer/omicron
682024-07-10T23:12:45.356Z+ git fetch origin 315f2e4ee5cde88b3c832862963468b0c9e7317e
692024-07-10T23:12:45.732ZFrom https://github.com/oxidecomputer/omicron
702024-07-10T23:12:45.732Z * branch 315f2e4ee5cde88b3c832862963468b0c9e7317e -> FETCH_HEAD
712024-07-10T23:12:45.742Z+ [[ -n move-bfd-timeseries-to-toml ]]
722024-07-10T23:12:45.746Z++ git branch --show-current
732024-07-10T23:12:45.746Z+ current=main
742024-07-10T23:12:45.746Z+ [[ main != move-bfd-timeseries-to-toml ]]
752024-07-10T23:12:45.746Z+ git branch -f move-bfd-timeseries-to-toml 315f2e4ee5cde88b3c832862963468b0c9e7317e
762024-07-10T23:12:45.750Z+ git checkout -f move-bfd-timeseries-to-toml
772024-07-10T23:12:45.890ZSwitched to branch 'move-bfd-timeseries-to-toml'
782024-07-10T23:12:45.892Z+ git reset --hard 315f2e4ee5cde88b3c832862963468b0c9e7317e
792024-07-10T23:12:45.904ZHEAD is now at 315f2e4ee Move BFD session timeseries to TOML
802024-07-10T23:12:45.907Zprocess exited: duration 7412 ms, exit code 0
 
812024-07-10T23:12:45.913Zstarting task 4: "build"
822024-07-10T23:12:45.918Z+ cargo --version
832024-07-10T23:12:45.974Zcargo 1.78.0 (54d8815d0 2024-03-26)
842024-07-10T23:12:45.977Z+ rustc --version
852024-07-10T23:12:46.034Zrustc 1.78.0 (9b00956e5 2024-04-29)
862024-07-10T23:12:46.037Z+ WORK=/work
872024-07-10T23:12:46.037Z+ pfexec mkdir -p /work
882024-07-10T23:12:46.041Z+ pfexec chown build /work
892024-07-10T23:12:46.044Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
902024-07-10T23:13:05.050Z Startup: Refreshing catalog 'helios-dev' ... Done
912024-07-10T23:13:07.232Z Startup: Caching catalogs ... Done
922024-07-10T23:13:10.159ZPlanning: Solver setup ... Done (2.379s)
932024-07-10T23:13:10.208ZPlanning: Running solver ... Done (0.049s)
942024-07-10T23:13:10.255ZPlanning: Finding local manifests ... Done (0.006s)
952024-07-10T23:13:10.268ZPlanning: Fetching manifests: 0/4 0% complete
962024-07-10T23:13:10.512ZPlanning: Fetching manifests: 4/4 100% complete
972024-07-10T23:13:10.561ZPlanning: Package planning ... Done (0.048s)
982024-07-10T23:13:10.612ZPlanning: Merging actions ... Done (0.051s)
992024-07-10T23:13:11.750ZPlanning: Checking for conflicting actions ... Done (1.138s)
1002024-07-10T23:13:11.763ZPlanning: Consolidating action changes ... Done (0.011s)
1012024-07-10T23:13:17.964ZPlanning: Evaluating mediators ... Done (6.201s)
1022024-07-10T23:13:17.974ZPlanning: Planning completed in 10.67 seconds
1032024-07-10T23:13:18.670Z Packages to install: 4
1042024-07-10T23:13:18.670Z Mediators to change: 2
1052024-07-10T23:13:18.670Z Services to change: 1
1062024-07-10T23:13:18.673Z Estimated space available: 155.77 GB
1072024-07-10T23:13:18.673ZEstimated space to be consumed: 1.46 GB
1082024-07-10T23:13:18.673Z Create boot environment: No
1092024-07-10T23:13:18.673ZCreate backup boot environment: No
1102024-07-10T23:13:18.673Z Rebuild boot archive: No
1112024-07-10T23:13:18.673Z
1122024-07-10T23:13:18.673ZChanged mediators:
1132024-07-10T23:13:18.673Z mediator clang:
1142024-07-10T23:13:18.673Z version: None -> 15 (system default)
1152024-07-10T23:13:18.673Z
1162024-07-10T23:13:18.673Z mediator llvm:
1172024-07-10T23:13:18.673Z version: 14 (system default) -> 15 (system default)
1182024-07-10T23:13:18.673Z
1192024-07-10T23:13:18.674ZChanged packages:
1202024-07-10T23:13:18.674Zhelios-dev
1212024-07-10T23:13:18.674Z developer/build-essential
1222024-07-10T23:13:18.674Z None -> 11-2.0
1232024-07-10T23:13:18.674Z library/libxmlsec1
1242024-07-10T23:13:18.674Z None -> 1.2.35-2.0
1252024-07-10T23:13:18.674Z ooce/developer/clang-15
1262024-07-10T23:13:18.674Z None -> 15.0.7-2.0
1272024-07-10T23:13:18.674Z ooce/developer/llvm-15
1282024-07-10T23:13:18.674Z None -> 15.0.7-2.0
1292024-07-10T23:13:18.674Z
1302024-07-10T23:13:18.674ZServices:
1312024-07-10T23:13:18.674Z restart_fmri:
1322024-07-10T23:13:18.674Z svc:/system/update-man-index:default
1332024-07-10T23:13:18.823Z
1342024-07-10T23:13:18.823ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1352024-07-10T23:13:23.826ZDownload: 934/3290 items 19.0/212.6MB 8% complete (3.9M/s)
1362024-07-10T23:13:30.479ZDownload: 1197/3290 items 83.1/212.6MB 39% complete (10.9M/s)
1372024-07-10T23:13:35.496ZDownload: 1514/3290 items 116.0/212.6MB 54% complete (5.5M/s)
1382024-07-10T23:13:40.499ZDownload: 2110/3290 items 118.1/212.6MB 55% complete (3.6M/s)
1392024-07-10T23:13:56.933ZDownload: 2222/3290 items 119.1/212.6MB 56% complete
1402024-07-10T23:14:01.943ZDownload: 2249/3290 items 119.6/212.6MB 56% complete (51.1k/s)
1412024-07-10T23:14:07.002ZDownload: 3289/3290 items 212.6/212.6MB 99% complete (9.6M/s)
1422024-07-10T23:14:07.027ZDownload: Completed 212.60 MB in 48.20 seconds (4.4M/s)
1432024-07-10T23:14:07.497Z Actions: 1/3689 actions (Installing new actions)
1442024-07-10T23:14:12.617Z Actions: 3555/3689 actions (Installing new actions)
1452024-07-10T23:14:13.107Z Actions: Completed 3689 actions in 5.61 seconds.
1462024-07-10T23:14:13.354Z Done (0.242s)
1472024-07-10T23:14:13.354Z Done (0.000s)
1482024-07-10T23:14:13.688Z Done (0.332s)
1492024-07-10T23:14:19.689Z Done (5.839s)
1502024-07-10T23:14:19.949Z Done (0.188s)
1512024-07-10T23:14:19.952Z Done (0.000s)
1522024-07-10T23:14:20.148Z Done (0.000s)
1532024-07-10T23:14:20.740ZPlanning: Evaluating mediator changes ... Done
1542024-07-10T23:14:20.905ZPlanning: Checking for conflicting actions ... Done
1552024-07-10T23:14:20.907ZPlanning: Consolidating action changes ... Done
1562024-07-10T23:14:21.187ZPlanning: Evaluating mediators ... Done
1572024-07-10T23:14:21.190ZPlanning: Planning completed in 0.45 seconds
1582024-07-10T23:14:21.222Z Mediators to change: 2
1592024-07-10T23:14:21.222Z Create boot environment: No
1602024-07-10T23:14:21.222ZCreate backup boot environment: No
1612024-07-10T23:14:21.294Z Done
1622024-07-10T23:14:21.295Z Done
1632024-07-10T23:14:21.509Z Done
1642024-07-10T23:14:25.164Z Done
1652024-07-10T23:14:25.251Z Done
1662024-07-10T23:14:25.254Z Done
1672024-07-10T23:14:25.422Z Done
1682024-07-10T23:14:26.050ZPlanning: Evaluating mediator changes ... Done
1692024-07-10T23:14:26.052ZPlanning: Merging actions ... Done
1702024-07-10T23:14:26.243ZPlanning: Checking for conflicting actions ... Done
1712024-07-10T23:14:26.246ZPlanning: Consolidating action changes ... Done
1722024-07-10T23:14:26.513ZPlanning: Evaluating mediators ... Done
1732024-07-10T23:14:26.570ZPlanning: Planning completed in 0.77 seconds
1742024-07-10T23:14:26.606Z Packages to change: 1
1752024-07-10T23:14:26.606Z Mediators to change: 1
1762024-07-10T23:14:26.608Z Services to change: 1
1772024-07-10T23:14:26.608Z Create boot environment: No
1782024-07-10T23:14:26.608ZCreate backup boot environment: Yes
1792024-07-10T23:14:28.703Z Actions: 1/6 actions (Updating modified actions)
1802024-07-10T23:14:28.750Z Actions: Completed 6 actions in 0.05 seconds.
1812024-07-10T23:14:28.753Z Done
1822024-07-10T23:14:28.753Z Done
1832024-07-10T23:14:28.820Z Done
1842024-07-10T23:14:32.536Z Done
1852024-07-10T23:14:32.631Z Done
1862024-07-10T23:14:32.637Z Done
1872024-07-10T23:14:32.789Z Done
1882024-07-10T23:14:33.238ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1892024-07-10T23:14:33.238Zclang system 15 system
1902024-07-10T23:14:33.238Zcsh system system illumos
1912024-07-10T23:14:33.238Zctags system system illumos
1922024-07-10T23:14:33.238Zgcc vendor 12 vendor
1932024-07-10T23:14:33.238Zgcc system 10 system
1942024-07-10T23:14:33.238Zgcc system 7 system
1952024-07-10T23:14:33.238Zgo system 1.20 system
1962024-07-10T23:14:33.238Zgo system 1.19 system
1972024-07-10T23:14:33.238Zllvm system 15 system
1982024-07-10T23:14:33.238Zllvm system 14 system
1992024-07-10T23:14:33.238Zmariadb system 10.6 system
2002024-07-10T23:14:33.238Zmta vendor vendor dma
2012024-07-10T23:14:33.238Zopenjdk system 17 system
2022024-07-10T23:14:33.238Zopenjdk system 11 system
2032024-07-10T23:14:33.238Zopenjdk system 1.8 system
2042024-07-10T23:14:33.238Zopenssl vendor 3 vendor
2052024-07-10T23:14:33.238Zperl system 5.36 system
2062024-07-10T23:14:33.238Zpostgresql system 15 system
2072024-07-10T23:14:33.238Zpostgresql system 13 system
2082024-07-10T23:14:33.238Zpython vendor 3 vendor
2092024-07-10T23:14:33.238Zpython system 2 system
2102024-07-10T23:14:33.238Zpython3 system 3.11 system
2112024-07-10T23:14:33.238Zruby system 3.0 system
2122024-07-10T23:14:33.238Zwords vendor vendor american-english
2132024-07-10T23:14:33.238Zwords system system australian-english
2142024-07-10T23:14:33.238Zwords system system british-english
2152024-07-10T23:14:33.238Zwords system system canadian-english
2162024-07-10T23:14:33.238Zwords system system french
2172024-07-10T23:14:33.238Zwords system system italian
2182024-07-10T23:14:33.238Zwords system system ngerman
2192024-07-10T23:14:33.238Zwords system system ogerman
2202024-07-10T23:14:33.238Zwords system system spanish
2212024-07-10T23:14:33.586ZPUBLISHER TYPE STATUS P LOCATION
2222024-07-10T23:14:33.586Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2232024-07-10T23:14:35.173ZFMRI IFO
2242024-07-10T23:14:35.173Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2252024-07-10T23:14:35.173Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2262024-07-10T23:14:35.173Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2272024-07-10T23:14:35.173Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2282024-07-10T23:14:35.173Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2292024-07-10T23:14:35.173Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2302024-07-10T23:14:35.173Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2312024-07-10T23:14:35.173Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2322024-07-10T23:14:35.173Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2332024-07-10T23:14:35.173Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2342024-07-10T23:14:35.173Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2352024-07-10T23:14:35.173Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2362024-07-10T23:14:35.713Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2372024-07-10T23:14:36.017Z Updating git repository `https://github.com/oxidecomputer/zone`
2382024-07-10T23:14:36.268Z Updating crates.io index
2392024-07-10T23:14:36.277Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2402024-07-10T23:14:37.170Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2412024-07-10T23:14:37.921Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2422024-07-10T23:14:38.164Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2432024-07-10T23:14:40.042Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2442024-07-10T23:14:40.588Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2452024-07-10T23:14:40.843Z Updating git repository `https://github.com/oxidecomputer/propolis`
2462024-07-10T23:14:42.010Z Updating git repository `https://github.com/oxidecomputer/crucible`
2472024-07-10T23:14:44.064Z Updating git repository `https://github.com/oxidecomputer/opte`
2482024-07-10T23:14:45.034Z Updating git repository `https://github.com/oxidecomputer/falcon`
2492024-07-10T23:14:45.789Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502024-07-10T23:14:46.421Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2512024-07-10T23:14:46.818Z Updating git repository `https://github.com/oxidecomputer/sprockets`
2522024-07-10T23:14:47.140Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2532024-07-10T23:14:47.417Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2542024-07-10T23:14:47.761Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552024-07-10T23:14:48.070Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2562024-07-10T23:14:48.326Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2572024-07-10T23:14:48.538Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2582024-07-10T23:14:48.923Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2592024-07-10T23:14:49.239Z Updating git repository `https://github.com/oxidecomputer/ispf`
2602024-07-10T23:14:49.644Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2612024-07-10T23:14:49.897Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2622024-07-10T23:14:50.470Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2632024-07-10T23:14:50.791Z Updating git repository `https://github.com/cbiffle/hubpack.git`
2642024-07-10T23:14:51.059Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2652024-07-10T23:14:51.459Z Updating git repository `https://github.com/oxidecomputer/typify`
2662024-07-10T23:14:53.557Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2672024-07-10T23:14:53.900Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2682024-07-10T23:14:54.175Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2692024-07-10T23:14:54.587Z Updating git repository `https://github.com/oxidecomputer/rfb`
2702024-07-10T23:14:55.756Z Downloading crates ...
2712024-07-10T23:14:55.839Z Downloaded foreign-types-shared v0.1.1
2722024-07-10T23:14:55.843Z Downloaded adler v1.0.2
2732024-07-10T23:14:55.847Z Downloaded equivalent v1.0.1
2742024-07-10T23:14:55.856Z Downloaded pretty-hex v0.4.1
2752024-07-10T23:14:55.861Z Downloaded match_cfg v0.1.0
2762024-07-10T23:14:55.865Z Downloaded foreign-types v0.3.2
2772024-07-10T23:14:55.868Z Downloaded scroll_derive v0.12.0
2782024-07-10T23:14:55.868Z Downloaded openssl-macros v0.1.1
2792024-07-10T23:14:55.870Z Downloaded pin-utils v0.1.0
2802024-07-10T23:14:55.873Z Downloaded proc-macro-error-attr v1.0.4
2812024-07-10T23:14:55.873Z Downloaded powerfmt v0.2.0
2822024-07-10T23:14:55.876Z Downloaded pkg-config v0.3.30
2832024-07-10T23:14:55.876Z Downloaded dtrace-parser v0.2.0
2842024-07-10T23:14:55.879Z Downloaded anstyle v1.0.7
2852024-07-10T23:14:55.881Z Downloaded usdt-macro v0.5.0
2862024-07-10T23:14:55.881Z Downloaded byteorder v1.5.0
2872024-07-10T23:14:55.884Z Downloaded autocfg v1.3.0
2882024-07-10T23:14:55.884Z Downloaded usdt-attr-macro v0.5.0
2892024-07-10T23:14:55.887Z Downloaded anstream v0.6.14
2902024-07-10T23:14:55.889Z Downloaded tower-service v0.3.2
2912024-07-10T23:14:55.889Z Downloaded is_terminal_polyfill v1.70.0
2922024-07-10T23:14:55.892Z Downloaded tinyvec_macros v0.1.1
2932024-07-10T23:14:55.892Z Downloaded take_mut v0.2.2
2942024-07-10T23:14:55.892Z Downloaded sync_wrapper v0.1.2
2952024-07-10T23:14:55.896Z Downloaded serde_spanned v0.6.6
2962024-07-10T23:14:55.896Z Downloaded num-conv v0.1.0
2972024-07-10T23:14:55.896Z Downloaded scroll v0.12.0
2982024-07-10T23:14:55.898Z Downloaded scopeguard v1.2.0
2992024-07-10T23:14:55.901Z Downloaded dirs-next v2.0.0
3002024-07-10T23:14:55.901Z Downloaded colorchoice v1.0.1
3012024-07-10T23:14:55.904Z Downloaded dof v0.3.0
3022024-07-10T23:14:55.904Z Downloaded rustversion v1.0.17
3032024-07-10T23:14:55.906Z Downloaded num_cpus v1.16.0
3042024-07-10T23:14:55.911Z Downloaded httpdate v1.0.3
3052024-07-10T23:14:55.914Z Downloaded want v0.3.1
3062024-07-10T23:14:55.914Z Downloaded xattr v1.3.1
3072024-07-10T23:14:55.914Z Downloaded memmap v0.7.0
3082024-07-10T23:14:55.916Z Downloaded pest_generator v2.7.10
3092024-07-10T23:14:55.916Z Downloaded tokio-macros v2.3.0
3102024-07-10T23:14:55.919Z Downloaded time-macros v0.2.18
3112024-07-10T23:14:55.922Z Downloaded serde_urlencoded v0.7.1
3122024-07-10T23:14:55.922Z Downloaded thread-id v4.2.1
3132024-07-10T23:14:55.924Z Downloaded num_threads v0.1.7
3142024-07-10T23:14:55.924Z Downloaded is-terminal v0.4.12
3152024-07-10T23:14:55.927Z Downloaded thiserror v1.0.60
3162024-07-10T23:14:55.931Z Downloaded strsim v0.11.1
3172024-07-10T23:14:55.934Z Downloaded openssl-probe v0.1.5
3182024-07-10T23:14:55.937Z Downloaded try-lock v0.2.5
3192024-07-10T23:14:55.937Z Downloaded cargo_metadata v0.18.1
3202024-07-10T23:14:55.937Z Downloaded swrite v0.1.0
3212024-07-10T23:14:55.940Z Downloaded fnv v1.0.7
3222024-07-10T23:14:55.940Z Downloaded dirs-sys-next v0.1.2
3232024-07-10T23:14:55.940Z Downloaded semver v1.0.23
3242024-07-10T23:14:55.942Z Downloaded toml_datetime v0.6.6
3252024-07-10T23:14:55.946Z Downloaded form_urlencoded v1.2.1
3262024-07-10T23:14:55.946Z Downloaded clap_derive v4.5.4
3272024-07-10T23:14:55.949Z Downloaded cpufeatures v0.2.12
3282024-07-10T23:14:55.949Z Downloaded crc32fast v1.4.0
3292024-07-10T23:14:55.951Z Downloaded slab v0.4.9
3302024-07-10T23:14:55.954Z Downloaded deranged v0.3.11
3312024-07-10T23:14:55.954Z Downloaded slog-json v2.6.1
3322024-07-10T23:14:55.957Z Downloaded filetime v0.2.23
3332024-07-10T23:14:55.961Z Downloaded futures-sink v0.3.30
3342024-07-10T23:14:55.961Z Downloaded zerocopy-derive v0.7.34
3352024-07-10T23:14:55.964Z Downloaded digest v0.10.7
3362024-07-10T23:14:55.967Z Downloaded utf8parse v0.2.1
3372024-07-10T23:14:55.967Z Downloaded tokio-native-tls v0.3.1
3382024-07-10T23:14:55.970Z Downloaded native-tls v0.2.11
3392024-07-10T23:14:55.970Z Downloaded usdt v0.5.0
3402024-07-10T23:14:55.973Z Downloaded hyper-tls v0.5.0
3412024-07-10T23:14:55.973Z Downloaded crypto-common v0.1.6
3422024-07-10T23:14:55.973Z Downloaded version_check v0.9.4
3432024-07-10T23:14:55.976Z Downloaded terminal_size v0.3.0
3442024-07-10T23:14:55.979Z Downloaded http-body v0.4.6
3452024-07-10T23:14:55.979Z Downloaded slog-async v2.8.0
3462024-07-10T23:14:55.981Z Downloaded generic-array v0.14.7
3472024-07-10T23:14:55.981Z Downloaded futures-io v0.3.30
3482024-07-10T23:14:55.984Z Downloaded thread_local v1.1.8
3492024-07-10T23:14:55.984Z Downloaded itoa v1.0.11
3502024-07-10T23:14:55.987Z Downloaded heck v0.4.1
3512024-07-10T23:14:55.987Z Downloaded serde_derive v1.0.204
3522024-07-10T23:14:55.990Z Downloaded macaddr v1.0.1
3532024-07-10T23:14:55.992Z Downloaded unicode-ident v1.0.12
3542024-07-10T23:14:55.995Z Downloaded parking_lot_core v0.9.10
3552024-07-10T23:14:55.998Z Downloaded smallvec v1.13.2
3562024-07-10T23:14:56.002Z Downloaded futures-executor v0.3.30
3572024-07-10T23:14:56.002Z Downloaded ucd-trie v0.1.6
3582024-07-10T23:14:56.005Z Downloaded slog v2.7.0
3592024-07-10T23:14:56.006Z Downloaded serde_tokenstream v0.2.1
3602024-07-10T23:14:56.009Z Downloaded once_cell v1.19.0
3612024-07-10T23:14:56.014Z Downloaded usdt-impl v0.5.0
3622024-07-10T23:14:56.019Z Downloaded futures v0.3.30
3632024-07-10T23:14:56.022Z Downloaded serde v1.0.204
3642024-07-10T23:14:56.022Z Downloaded tracing-core v0.1.32
3652024-07-10T23:14:56.025Z Downloaded mime v0.3.17
3662024-07-10T23:14:56.028Z Downloaded httparse v1.8.0
3672024-07-10T23:14:56.030Z Downloaded socket2 v0.5.7
3682024-07-10T23:14:56.033Z Downloaded pest_derive v2.7.10
3692024-07-10T23:14:56.035Z Downloaded typenum v1.17.0
3702024-07-10T23:14:56.038Z Downloaded crossbeam-utils v0.8.19
3712024-07-10T23:14:56.041Z Downloaded futures-channel v0.3.30
3722024-07-10T23:14:56.044Z Downloaded anyhow v1.0.86
3732024-07-10T23:14:56.046Z Downloaded fs-err v2.11.0
3742024-07-10T23:14:56.049Z Downloaded unicode-bidi v0.3.15
3752024-07-10T23:14:56.051Z Downloaded url v2.5.0
3762024-07-10T23:14:56.054Z Downloaded openssl-sys v0.9.102
3772024-07-10T23:14:56.060Z Downloaded pest_meta v2.7.10
3782024-07-10T23:14:56.062Z Downloaded papergrid v0.11.0
3792024-07-10T23:14:56.067Z Downloaded flate2 v1.0.30
3802024-07-10T23:14:56.073Z Downloaded tracing v0.1.40
3812024-07-10T23:14:56.078Z Downloaded cc v1.0.97
3822024-07-10T23:14:56.083Z Downloaded parking_lot v0.12.2
3832024-07-10T23:14:56.086Z Downloaded crossbeam-channel v0.5.12
3842024-07-10T23:14:56.089Z Downloaded toml_edit v0.22.14
3852024-07-10T23:14:56.113Z Downloaded tokio-util v0.7.11
3862024-07-10T23:14:56.119Z Downloaded unicode-normalization v0.1.23
3872024-07-10T23:14:56.123Z Downloaded serde_json v1.0.120
3882024-07-10T23:14:56.131Z Downloaded zerocopy v0.7.34
3892024-07-10T23:14:56.149Z Downloaded winnow v0.6.8
3902024-07-10T23:14:56.157Z Downloaded tabled v0.15.0
3912024-07-10T23:14:56.174Z Downloaded hashbrown v0.14.5
3922024-07-10T23:14:56.179Z Downloaded vcpkg v0.2.15
3932024-07-10T23:14:56.219Z Downloaded syn v1.0.109
3942024-07-10T23:14:56.230Z Downloaded syn v2.0.68
3952024-07-10T23:14:56.242Z Downloaded rustix v0.38.34
3962024-07-10T23:14:56.265Z Downloaded openssl v0.10.64
3972024-07-10T23:14:56.274Z Downloaded unicode-width v0.1.13
3982024-07-10T23:14:56.282Z Downloaded idna v0.5.0
3992024-07-10T23:14:56.289Z Downloaded tokio v1.38.0
4002024-07-10T23:14:56.326Z Downloaded hyper v0.14.28
4012024-07-10T23:14:56.333Z Downloaded h2 v0.3.26
4022024-07-10T23:14:56.340Z Downloaded goblin v0.8.2
4032024-07-10T23:14:56.346Z Downloaded clap_builder v4.5.2
4042024-07-10T23:14:56.352Z Downloaded libc v0.2.155
4052024-07-10T23:14:56.379Z Downloaded pest v2.7.10
4062024-07-10T23:14:56.385Z Downloaded futures-util v0.3.30
4072024-07-10T23:14:56.396Z Downloaded memchr v2.7.2
4082024-07-10T23:14:56.401Z Downloaded reqwest v0.11.27
4092024-07-10T23:14:56.408Z Downloaded encoding_rs v0.8.34
4102024-07-10T23:14:56.427Z Downloaded mio v0.8.11
4112024-07-10T23:14:56.432Z Downloaded indexmap v2.2.6
4122024-07-10T23:14:56.436Z Downloaded http v0.2.12
4132024-07-10T23:14:56.440Z Downloaded time v0.3.36
4142024-07-10T23:14:56.446Z Downloaded bytes v1.6.0
4152024-07-10T23:14:56.450Z Downloaded base64 v0.21.7
4162024-07-10T23:14:56.453Z Downloaded miniz_oxide v0.7.2
4172024-07-10T23:14:56.455Z Downloaded clap v4.5.4
4182024-07-10T23:14:56.463Z Downloaded log v0.4.21
4192024-07-10T23:14:56.465Z Downloaded lock_api v0.4.12
4202024-07-10T23:14:56.468Z Downloaded ipnet v2.9.0
4212024-07-10T23:14:56.468Z Downloaded toml v0.8.14
4222024-07-10T23:14:56.471Z Downloaded tinyvec v1.6.0
4232024-07-10T23:14:56.474Z Downloaded term v0.7.0
4242024-07-10T23:14:56.476Z Downloaded tar v0.4.40
4252024-07-10T23:14:56.479Z Downloaded sha2 v0.10.8
4262024-07-10T23:14:56.482Z Downloaded ryu v1.0.18
4272024-07-10T23:14:56.485Z Downloaded bitflags v2.5.0
4282024-07-10T23:14:56.488Z Downloaded thiserror-impl v1.0.60
4292024-07-10T23:14:56.491Z Downloaded proc-macro2 v1.0.86
4302024-07-10T23:14:56.494Z Downloaded percent-encoding v2.3.1
4312024-07-10T23:14:56.494Z Downloaded hostname v0.3.1
4322024-07-10T23:14:56.494Z Downloaded cargo_toml v0.20.3
4332024-07-10T23:14:56.494Z Downloaded tabled_derive v0.7.0
4342024-07-10T23:14:56.497Z Downloaded strum_macros v0.26.4
4352024-07-10T23:14:56.497Z Downloaded slog-term v2.9.1
4362024-07-10T23:14:56.500Z Downloaded futures-task v0.3.30
4372024-07-10T23:14:56.500Z Downloaded cargo-platform v0.1.8
4382024-07-10T23:14:56.503Z Downloaded anstyle-query v1.0.3
4392024-07-10T23:14:56.503Z Downloaded slog-bunyan v2.5.0
4402024-07-10T23:14:56.503Z Downloaded errno v0.3.9
4412024-07-10T23:14:56.506Z Downloaded cfg-if v1.0.0
4422024-07-10T23:14:56.506Z Downloaded camino v1.1.7
4432024-07-10T23:14:56.509Z Downloaded rustls-pemfile v1.0.4
4442024-07-10T23:14:56.509Z Downloaded proc-macro-error v1.0.4
4452024-07-10T23:14:56.512Z Downloaded signal-hook-registry v1.4.2
4462024-07-10T23:14:56.515Z Downloaded heck v0.5.0
4472024-07-10T23:14:56.515Z Downloaded time-core v0.1.2
4482024-07-10T23:14:56.515Z Downloaded strum v0.26.2
4492024-07-10T23:14:56.518Z Downloaded block-buffer v0.10.4
4502024-07-10T23:14:56.518Z Downloaded futures-macro v0.3.30
4512024-07-10T23:14:56.518Z Downloaded futures-core v0.3.30
4522024-07-10T23:14:56.520Z Downloaded anstyle-parse v0.2.4
4532024-07-10T23:14:56.521Z Downloaded quote v1.0.36
4542024-07-10T23:14:56.524Z Downloaded bytecount v0.6.8
4552024-07-10T23:14:56.524Z Downloaded plain v0.2.3
4562024-07-10T23:14:56.528Z Downloaded clap_lex v0.7.0
4572024-07-10T23:14:56.528Z Downloaded pin-project-lite v0.2.14
4582024-07-10T23:14:56.829Z Compiling proc-macro2 v1.0.86
4592024-07-10T23:14:56.829Z Compiling unicode-ident v1.0.12
4602024-07-10T23:14:56.829Z Compiling libc v0.2.155
4612024-07-10T23:14:56.832Z Compiling version_check v0.9.4
4622024-07-10T23:14:56.832Z Compiling cfg-if v1.0.0
4632024-07-10T23:14:56.832Z Compiling once_cell v1.19.0
4642024-07-10T23:14:56.832Z Compiling itoa v1.0.11
4652024-07-10T23:14:56.865Z Compiling autocfg v1.3.0
4662024-07-10T23:14:56.988Z Compiling serde v1.0.204
4672024-07-10T23:14:57.064Z Compiling memchr v2.7.2
4682024-07-10T23:14:57.118Z Compiling thiserror v1.0.60
4692024-07-10T23:14:57.379Z Compiling ryu v1.0.18
4702024-07-10T23:14:57.653Z Compiling pin-project-lite v0.2.14
4712024-07-10T23:14:57.685Z Compiling bitflags v2.5.0
4722024-07-10T23:14:57.804Z Compiling pkg-config v0.3.30
4732024-07-10T23:14:57.871Z Compiling lock_api v0.4.12
4742024-07-10T23:14:58.065Z Compiling parking_lot_core v0.9.10
4752024-07-10T23:14:58.549Z Compiling ucd-trie v0.1.6
4762024-07-10T23:14:58.893Z Compiling cc v1.0.97
4772024-07-10T23:14:58.911Z Compiling vcpkg v0.2.15
4782024-07-10T23:14:59.068Z Compiling slab v0.4.9
4792024-07-10T23:14:59.110Z Compiling smallvec v1.13.2
4802024-07-10T23:14:59.113Z Compiling futures-core v0.3.30
4812024-07-10T23:14:59.185Z Compiling bytes v1.6.0
4822024-07-10T23:14:59.341Z Compiling futures-sink v0.3.30
4832024-07-10T23:14:59.398Z Compiling scopeguard v1.2.0
4842024-07-10T23:14:59.674Z Compiling fnv v1.0.7
4852024-07-10T23:14:59.815Z Compiling equivalent v1.0.1
4862024-07-10T23:14:59.929Z Compiling quote v1.0.36
4872024-07-10T23:15:00.012Z Compiling serde_json v1.0.120
4882024-07-10T23:15:00.110Z Compiling byteorder v1.5.0
4892024-07-10T23:15:00.324Z Compiling syn v2.0.68
4902024-07-10T23:15:00.583Z Compiling hashbrown v0.14.5
4912024-07-10T23:15:00.609Z Compiling log v0.4.21
4922024-07-10T23:15:00.716Z Compiling signal-hook-registry v1.4.2
4932024-07-10T23:15:00.947Z Compiling parking_lot v0.12.2
4942024-07-10T23:15:01.018Z Compiling mio v0.8.11
4952024-07-10T23:15:01.096Z Compiling num_cpus v1.16.0
4962024-07-10T23:15:01.167Z Compiling socket2 v0.5.7
4972024-07-10T23:15:01.516Z Compiling futures-channel v0.3.30
4982024-07-10T23:15:01.583Z Compiling futures-io v0.3.30
4992024-07-10T23:15:01.922Z Compiling indexmap v2.2.6
5002024-07-10T23:15:01.946Z Compiling rustix v0.38.34
5012024-07-10T23:15:01.951Z Compiling typenum v1.17.0
5022024-07-10T23:15:02.307Z Compiling futures-task v0.3.30
5032024-07-10T23:15:02.483Z Compiling openssl-sys v0.9.102
5042024-07-10T23:15:02.547Z Compiling pin-utils v0.1.0
5052024-07-10T23:15:02.654Z Compiling errno v0.3.9
5062024-07-10T23:15:02.716Z Compiling generic-array v0.14.7
5072024-07-10T23:15:02.847Z Compiling slog v2.7.0
5082024-07-10T23:15:02.882Z Compiling foreign-types-shared v0.1.1
5092024-07-10T23:15:02.924Z Compiling openssl v0.10.64
5102024-07-10T23:15:03.005Z Compiling foreign-types v0.3.2
5112024-07-10T23:15:03.230Z Compiling http v0.2.12
5122024-07-10T23:15:03.325Z Compiling proc-macro-error-attr v1.0.4
5132024-07-10T23:15:03.443Z Compiling usdt-impl v0.5.0
5142024-07-10T23:15:03.600Z Compiling tracing-core v0.1.32
5152024-07-10T23:15:03.735Z Compiling tinyvec_macros v0.1.1
5162024-07-10T23:15:03.838Z Compiling time-core v0.1.2
5172024-07-10T23:15:03.863Z Compiling httparse v1.8.0
5182024-07-10T23:15:04.027Z Compiling num-conv v0.1.0
5192024-07-10T23:15:04.205Z Compiling syn v1.0.109
5202024-07-10T23:15:04.323Z Compiling native-tls v0.2.11
5212024-07-10T23:15:04.636Z Compiling powerfmt v0.2.0
5222024-07-10T23:15:04.863Z Compiling time-macros v0.2.18
5232024-07-10T23:15:04.987Z Compiling deranged v0.3.11
5242024-07-10T23:15:05.020Z Compiling tracing v0.1.40
5252024-07-10T23:15:05.473Z Compiling tinyvec v1.6.0
5262024-07-10T23:15:05.616Z Compiling thread-id v4.2.1
5272024-07-10T23:15:05.939Z Compiling proc-macro-error v1.0.4
5282024-07-10T23:15:05.984Z Compiling openssl-probe v0.1.5
5292024-07-10T23:15:06.184Z Compiling crossbeam-utils v0.8.19
5302024-07-10T23:15:06.386Z Compiling num_threads v0.1.7
5312024-07-10T23:15:06.525Z Compiling utf8parse v0.2.1
5322024-07-10T23:15:06.694Z Compiling rustversion v1.0.17
5332024-07-10T23:15:06.723Z Compiling try-lock v0.2.5
5342024-07-10T23:15:06.785Z Compiling plain v0.2.3
5352024-07-10T23:15:06.843Z Compiling percent-encoding v2.3.1
5362024-07-10T23:15:06.872Z Compiling heck v0.5.0
5372024-07-10T23:15:06.894Z Compiling want v0.3.1
5382024-07-10T23:15:06.989Z Compiling unicode-normalization v0.1.23
5392024-07-10T23:15:07.213Z Compiling form_urlencoded v1.2.1
5402024-07-10T23:15:07.237Z Compiling anstyle-parse v0.2.4
5412024-07-10T23:15:07.586Z Compiling http-body v0.4.6
5422024-07-10T23:15:07.653Z Compiling dirs-sys-next v0.1.2
5432024-07-10T23:15:08.140Z Compiling unicode-bidi v0.3.15
5442024-07-10T23:15:08.254Z Compiling camino v1.1.7
5452024-07-10T23:15:08.308Z Compiling winnow v0.6.8
5462024-07-10T23:15:08.358Z Compiling httpdate v1.0.3
5472024-07-10T23:15:08.385Z Compiling time v0.3.36
5482024-07-10T23:15:08.405Z Compiling colorchoice v1.0.1
5492024-07-10T23:15:08.565Z Compiling pretty-hex v0.4.1
5502024-07-10T23:15:08.778Z Compiling anstyle-query v1.0.3
5512024-07-10T23:15:08.838Z Compiling is_terminal_polyfill v1.70.0
5522024-07-10T23:15:08.876Z Compiling anstyle v1.0.7
5532024-07-10T23:15:08.926Z Compiling crc32fast v1.4.0
5542024-07-10T23:15:08.968Z Compiling tower-service v0.3.2
5552024-07-10T23:15:09.110Z Compiling semver v1.0.23
5562024-07-10T23:15:09.343Z Compiling anstream v0.6.14
5572024-07-10T23:15:09.566Z Compiling idna v0.5.0
5582024-07-10T23:15:09.745Z Compiling dirs-next v2.0.0
5592024-07-10T23:15:10.101Z Compiling crypto-common v0.1.6
5602024-07-10T23:15:10.318Z Compiling block-buffer v0.10.4
5612024-07-10T23:15:11.094Z Compiling terminal_size v0.3.0
5622024-07-10T23:15:11.296Z Compiling fs-err v2.11.0
5632024-07-10T23:15:11.319Z Compiling thread_local v1.1.8
5642024-07-10T23:15:11.392Z Compiling adler v1.0.2
5652024-07-10T23:15:11.438Z Compiling strsim v0.11.1
5662024-07-10T23:15:11.581Z Compiling heck v0.4.1
5672024-07-10T23:15:11.625Z Compiling anyhow v1.0.86
5682024-07-10T23:15:11.898Z Compiling base64 v0.21.7
5692024-07-10T23:15:12.086Z Compiling match_cfg v0.1.0
5702024-07-10T23:15:12.111Z Compiling unicode-width v0.1.13
5712024-07-10T23:15:12.194Z Compiling slog-async v2.8.0
5722024-07-10T23:15:12.217Z Compiling bytecount v0.6.8
5732024-07-10T23:15:12.273Z Compiling clap_lex v0.7.0
5742024-07-10T23:15:12.414Z Compiling papergrid v0.11.0
5752024-07-10T23:15:12.444Z Compiling rustls-pemfile v1.0.4
5762024-07-10T23:15:12.518Z Compiling clap_builder v4.5.2
5772024-07-10T23:15:12.633Z Compiling hostname v0.3.1
5782024-07-10T23:15:12.818Z Compiling miniz_oxide v0.7.2
5792024-07-10T23:15:12.892Z Compiling crossbeam-channel v0.5.12
5802024-07-10T23:15:12.943Z Compiling digest v0.10.7
5812024-07-10T23:15:12.946Z Compiling url v2.5.0
5822024-07-10T23:15:13.409Z Compiling term v0.7.0
5832024-07-10T23:15:13.445Z Compiling serde_derive v1.0.204
5842024-07-10T23:15:14.036Z Compiling thiserror-impl v1.0.60
5852024-07-10T23:15:14.408Z Compiling zerocopy-derive v0.7.34
5862024-07-10T23:15:14.573Z Compiling futures-macro v0.3.30
5872024-07-10T23:15:14.961Z Compiling tokio-macros v2.3.0
5882024-07-10T23:15:15.066Z Compiling openssl-macros v0.1.1
5892024-07-10T23:15:15.849Z Compiling scroll_derive v0.12.0
5902024-07-10T23:15:16.740Z Compiling tokio v1.38.0
5912024-07-10T23:15:16.743Z Compiling futures-util v0.3.30
5922024-07-10T23:15:16.813Z Compiling zerocopy v0.7.34
5932024-07-10T23:15:17.397Z Compiling scroll v0.12.0
5942024-07-10T23:15:17.599Z Compiling pest v2.7.10
5952024-07-10T23:15:18.012Z Compiling goblin v0.8.2
5962024-07-10T23:15:18.522Z Compiling tabled_derive v0.7.0
5972024-07-10T23:15:20.613Z Compiling pest_meta v2.7.10
5982024-07-10T23:15:21.140Z Compiling clap_derive v4.5.4
5992024-07-10T23:15:22.574Z Compiling pest_generator v2.7.10
6002024-07-10T23:15:24.679Z Compiling tokio-util v0.7.11
6012024-07-10T23:15:25.807Z Compiling h2 v0.3.26
6022024-07-10T23:15:26.044Z Compiling pest_derive v2.7.10
6032024-07-10T23:15:26.423Z Compiling tokio-native-tls v0.3.1
6042024-07-10T23:15:26.688Z Compiling futures-executor v0.3.30
6052024-07-10T23:15:26.710Z Compiling strum_macros v0.26.4
6062024-07-10T23:15:26.802Z Compiling dtrace-parser v0.2.0
6072024-07-10T23:15:27.639Z Compiling xattr v1.3.1
6082024-07-10T23:15:27.943Z Compiling filetime v0.2.23
6092024-07-10T23:15:28.300Z Compiling is-terminal v0.4.12
6102024-07-10T23:15:28.437Z Compiling memmap v0.7.0
6112024-07-10T23:15:28.855Z Compiling toml_datetime v0.6.6
6122024-07-10T23:15:29.074Z Compiling serde_spanned v0.6.6
6132024-07-10T23:15:29.316Z Compiling serde_tokenstream v0.2.1
6142024-07-10T23:15:29.394Z Compiling toml_edit v0.22.14
6152024-07-10T23:15:30.547Z Compiling dof v0.3.0
6162024-07-10T23:15:30.672Z Compiling hyper v0.14.28
6172024-07-10T23:15:32.424Z Compiling slog-json v2.6.1
6182024-07-10T23:15:32.756Z Compiling toml v0.8.14
6192024-07-10T23:15:32.810Z Compiling serde_urlencoded v0.7.1
6202024-07-10T23:15:32.840Z Compiling cargo-platform v0.1.8
6212024-07-10T23:15:33.372Z Compiling encoding_rs v0.8.34
6222024-07-10T23:15:33.452Z Compiling sync_wrapper v0.1.2
6232024-07-10T23:15:33.540Z Compiling cpufeatures v0.2.12
6242024-07-10T23:15:33.584Z Compiling ipnet v2.9.0
6252024-07-10T23:15:33.649Z Compiling take_mut v0.2.2
6262024-07-10T23:15:33.689Z Compiling mime v0.3.17
6272024-07-10T23:15:34.256Z Compiling usdt-macro v0.5.0
6282024-07-10T23:15:34.275Z Compiling usdt-attr-macro v0.5.0
6292024-07-10T23:15:34.565Z Compiling hyper-tls v0.5.0
6302024-07-10T23:15:34.889Z Compiling sha2 v0.10.8
6312024-07-10T23:15:34.913Z Compiling cargo_toml v0.20.3
6322024-07-10T23:15:35.096Z Compiling cargo_metadata v0.18.1
6332024-07-10T23:15:35.594Z Compiling slog-bunyan v2.5.0
6342024-07-10T23:15:35.781Z Compiling usdt v0.5.0
6352024-07-10T23:15:35.808Z Compiling reqwest v0.11.27
6362024-07-10T23:15:36.287Z Compiling strum v0.26.2
6372024-07-10T23:15:36.483Z Compiling macaddr v1.0.1
6382024-07-10T23:15:36.960Z Compiling slog-term v2.9.1
6392024-07-10T23:15:37.150Z Compiling tar v0.4.40
6402024-07-10T23:15:38.091Z Compiling flate2 v1.0.30
6412024-07-10T23:15:38.273Z Compiling futures v0.3.30
6422024-07-10T23:15:38.292Z Compiling clap v4.5.4
6432024-07-10T23:15:38.391Z Compiling tabled v0.15.0
6442024-07-10T23:15:38.917Z Compiling swrite v0.1.0
6452024-07-10T23:15:43.108Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6462024-07-10T23:15:51.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s
6472024-07-10T23:15:51.534Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
6482024-07-10T23:15:51.598ZJul 10 23:15:50.903 INFO Starting download, target: Cockroach
6492024-07-10T23:15:51.598ZJul 10 23:15:50.904 INFO Starting download, target: Clickhouse
6502024-07-10T23:15:51.598ZJul 10 23:15:50.904 INFO Starting download, target: DendriteOpenapi
6512024-07-10T23:15:51.598ZJul 10 23:15:50.904 INFO Starting download, target: Console
6522024-07-10T23:15:51.603ZJul 10 23:15:50.904 INFO Starting download, target: DendriteStub
6532024-07-10T23:15:51.603ZJul 10 23:15:50.904 INFO Starting download, target: MaghemiteMgd
6542024-07-10T23:15:51.603ZJul 10 23:15:50.904 INFO Starting download, target: TransceiverControl
6552024-07-10T23:15:51.603ZJul 10 23:15:50.905 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
6562024-07-10T23:15:51.603ZJul 10 23:15:50.905 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
6572024-07-10T23:15:51.603ZJul 10 23:15:50.905 INFO Downloading out/downloads/dpd-a262fe770c173f7879cd942c98ab28a829890661.json (attempt 1/3), target: DendriteOpenapi
6582024-07-10T23:15:51.603ZJul 10 23:15:50.905 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
6592024-07-10T23:15:51.603ZJul 10 23:15:50.905 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
6602024-07-10T23:15:51.603ZJul 10 23:15:50.905 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
6612024-07-10T23:15:51.604ZJul 10 23:15:50.905 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
6622024-07-10T23:15:51.823ZJul 10 23:15:51.127 INFO Download complete, target: DendriteOpenapi
6632024-07-10T23:15:51.972ZJul 10 23:15:51.274 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
6642024-07-10T23:15:52.298ZJul 10 23:15:51.601 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
6652024-07-10T23:15:52.355ZJul 10 23:15:51.658 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
6662024-07-10T23:15:52.454ZJul 10 23:15:51.760 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
6672024-07-10T23:15:52.745ZJul 10 23:15:52.051 INFO Download complete, target: Console
6682024-07-10T23:15:52.808ZJul 10 23:15:52.110 INFO Download complete, target: TransceiverControl
6692024-07-10T23:15:53.623ZJul 10 23:15:52.928 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
6702024-07-10T23:15:55.806ZJul 10 23:15:55.111 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
6712024-07-10T23:15:55.806ZJul 10 23:15:55.111 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
6722024-07-10T23:15:55.901ZJul 10 23:15:55.206 INFO Download complete, target: DendriteStub
6732024-07-10T23:15:56.078ZJul 10 23:15:55.382 INFO Download complete, target: MaghemiteMgd
6742024-07-10T23:16:04.449ZJul 10 23:16:03.753 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
6752024-07-10T23:16:04.775ZJul 10 23:16:04.079 INFO Checking that binary works, target: Cockroach
6762024-07-10T23:16:05.033ZJul 10 23:16:04.337 INFO Download complete, target: Cockroach
6772024-07-10T23:16:08.678ZJul 10 23:16:07.982 INFO Checking that binary works, target: Clickhouse
6782024-07-10T23:16:09.121ZJul 10 23:16:08.425 INFO Download complete, target: Clickhouse
6792024-07-10T23:16:09.129ZAll prerequisites installed successfully
6802024-07-10T23:16:09.132Z
6812024-07-10T23:16:09.132Zreal 3:22.956518736
6822024-07-10T23:16:09.132Zuser 5:57.668581662
6832024-07-10T23:16:09.132Zsys 1:19.948645135
6842024-07-10T23:16:09.132Ztrap 0.209875685
6852024-07-10T23:16:09.132Ztflt 2.562973453
6862024-07-10T23:16:09.132Zdflt 4.037137587
6872024-07-10T23:16:09.132Zkflt 0.392594426
6882024-07-10T23:16:09.132Zlock 13:22.326964223
6892024-07-10T23:16:09.132Zslp 19:04.034232723
6902024-07-10T23:16:09.132Zlat 21.414801356
6912024-07-10T23:16:09.132Zstop 1:04.787092338
6922024-07-10T23:16:09.132Z+ ptime -m cargo xtask download softnpu
6932024-07-10T23:16:09.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
6942024-07-10T23:16:09.704Z Running `target/debug/xtask download softnpu`
6952024-07-10T23:16:09.727ZJul 10 23:16:09.031 INFO Starting download, target: Softnpu
6962024-07-10T23:16:09.732ZJul 10 23:16:09.032 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
6972024-07-10T23:16:10.195ZJul 10 23:16:09.498 INFO Download complete, target: Softnpu
6982024-07-10T23:16:10.199Z
6992024-07-10T23:16:10.202Zreal 1.062899275
7002024-07-10T23:16:10.202Zuser 0.625013307
7012024-07-10T23:16:10.202Zsys 0.302504636
7022024-07-10T23:16:10.202Ztrap 0.000890296
7032024-07-10T23:16:10.202Ztflt 0.000052912
7042024-07-10T23:16:10.203Zdflt 0.000073581
7052024-07-10T23:16:10.203Zkflt 0.000000000
7062024-07-10T23:16:10.203Zlock 4.752543019
7072024-07-10T23:16:10.203Zslp 0.399874191
7082024-07-10T23:16:10.203Zlat 0.078689248
7092024-07-10T23:16:10.203Zstop 0.000254110
7102024-07-10T23:16:10.203Z+ export CARGO_INCREMENTAL=0
7112024-07-10T23:16:10.203Z+ CARGO_INCREMENTAL=0
7122024-07-10T23:16:10.203Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
7132024-07-10T23:16:10.749Z Downloading crates ...
7142024-07-10T23:16:10.894Z Downloaded assert_matches v1.5.0
7152024-07-10T23:16:10.901Z Downloaded atomicwrites v0.4.3
7162024-07-10T23:16:10.904Z Downloaded base16ct v0.2.0
7172024-07-10T23:16:10.907Z Downloaded async-trait v0.1.81
7182024-07-10T23:16:10.912Z Downloaded crunchy v0.2.2
7192024-07-10T23:16:10.915Z Downloaded cstr-argument v0.1.2
7202024-07-10T23:16:10.917Z Downloaded normalize-line-endings v0.3.0
7212024-07-10T23:16:10.920Z Downloaded bitstruct_derive v0.1.0
7222024-07-10T23:16:10.925Z Downloaded new_debug_unreachable v1.0.6
7232024-07-10T23:16:10.927Z Downloaded atty v0.2.14
7242024-07-10T23:16:10.930Z Downloaded async-stream-impl v0.3.5
7252024-07-10T23:16:10.935Z Downloaded multimap v0.10.0
7262024-07-10T23:16:10.937Z Downloaded async-stream v0.3.5
7272024-07-10T23:16:10.937Z Downloaded arrayref v0.3.7
7282024-07-10T23:16:10.940Z Downloaded opaque-debug v0.3.1
7292024-07-10T23:16:10.940Z Downloaded addr2line v0.21.0
7302024-07-10T23:16:10.943Z Downloaded parse-size v1.0.0
7312024-07-10T23:16:10.947Z Downloaded number_prefix v0.4.0
7322024-07-10T23:16:10.947Z Downloaded bitflags v1.3.2
7332024-07-10T23:16:10.949Z Downloaded aead v0.5.2
7342024-07-10T23:16:10.954Z Downloaded newtype_derive v0.1.6
7352024-07-10T23:16:10.954Z Downloaded peg-runtime v0.8.3
7362024-07-10T23:16:10.956Z Downloaded portpicker v0.1.1
7372024-07-10T23:16:10.956Z Downloaded curve25519-dalek-derive v0.1.1
7382024-07-10T23:16:10.956Z Downloaded bitfield v0.14.0
7392024-07-10T23:16:10.959Z Downloaded num_enum_derive v0.5.11
7402024-07-10T23:16:10.959Z Downloaded newtype-uuid v1.1.0
7412024-07-10T23:16:10.962Z Downloaded corncobs v0.1.3
7422024-07-10T23:16:10.962Z Downloaded nanorand v0.7.0
7432024-07-10T23:16:10.965Z Downloaded num-derive v0.4.2
7442024-07-10T23:16:10.968Z Downloaded phf v0.11.2
7452024-07-10T23:16:10.968Z Downloaded defmt-macros v0.3.9
7462024-07-10T23:16:10.971Z Downloaded parse-display v0.9.1
7472024-07-10T23:16:10.974Z Downloaded pem-rfc7468 v0.7.0
7482024-07-10T23:16:10.976Z Downloaded rand_core v0.6.4
7492024-07-10T23:16:10.976Z Downloaded backoff v0.4.0
7502024-07-10T23:16:10.979Z Downloaded bb8 v0.8.5
7512024-07-10T23:16:10.982Z Downloaded rand_chacha v0.3.1
7522024-07-10T23:16:10.982Z Downloaded rand_xorshift v0.3.0
7532024-07-10T23:16:10.985Z Downloaded radium v0.7.0
7542024-07-10T23:16:10.985Z Downloaded ascii v1.1.0
7552024-07-10T23:16:10.988Z Downloaded num-integer v0.1.46
7562024-07-10T23:16:10.990Z Downloaded ppv-lite86 v0.2.17
7572024-07-10T23:16:10.991Z Downloaded pretty-hex v0.2.1
7582024-07-10T23:16:10.991Z Downloaded phf_shared v0.10.0
7592024-07-10T23:16:10.993Z Downloaded ascii-canvas v3.0.0
7602024-07-10T23:16:10.993Z Downloaded predicates-tree v1.0.9
7612024-07-10T23:16:10.998Z Downloaded oso-derive v0.27.3
7622024-07-10T23:16:10.998Z Downloaded darling_macro v0.20.9
7632024-07-10T23:16:10.998Z Downloaded packed_struct v0.10.1
7642024-07-10T23:16:11.001Z Downloaded num_enum v0.5.11
7652024-07-10T23:16:11.004Z Downloaded bitstruct v0.1.1
7662024-07-10T23:16:11.007Z Downloaded ref-cast v1.0.23
7672024-07-10T23:16:11.009Z Downloaded multer v3.1.0
7682024-07-10T23:16:11.012Z Downloaded psl-types v2.0.11
7692024-07-10T23:16:11.012Z Downloaded crossbeam-deque v0.8.5
7702024-07-10T23:16:11.014Z Downloaded paste v1.0.15
7712024-07-10T23:16:11.017Z Downloaded packed_struct_codegen v0.10.1
7722024-07-10T23:16:11.017Z Downloaded precomputed-hash v0.1.1
7732024-07-10T23:16:11.020Z Downloaded endian-type v0.1.2
7742024-07-10T23:16:11.020Z Downloaded cobs v0.2.3
7752024-07-10T23:16:11.022Z Downloaded owo-colors v4.0.0
7762024-07-10T23:16:11.025Z Downloaded arrayvec v0.7.4
7772024-07-10T23:16:11.028Z Downloaded pkcs8 v0.10.2
7782024-07-10T23:16:11.031Z Downloaded predicates v3.1.0
7792024-07-10T23:16:11.031Z Downloaded crc v3.2.1
7802024-07-10T23:16:11.034Z Downloaded headers-core v0.2.0
7812024-07-10T23:16:11.037Z Downloaded rpassword v7.3.1
7822024-07-10T23:16:11.037Z Downloaded num-traits v0.2.19
7832024-07-10T23:16:11.039Z Downloaded ahash v0.8.11
7842024-07-10T23:16:11.042Z Downloaded rand_seeder v0.2.3
7852024-07-10T23:16:11.044Z Downloaded http-range v0.1.5
7862024-07-10T23:16:11.044Z Downloaded base64ct v1.6.0
7872024-07-10T23:16:11.047Z Downloaded quick-error v1.2.3
7882024-07-10T23:16:11.050Z Downloaded poly1305 v0.8.0
7892024-07-10T23:16:11.052Z Downloaded pem v3.0.4
7902024-07-10T23:16:11.052Z Downloaded bitfield-struct v0.6.1
7912024-07-10T23:16:11.055Z Downloaded lru-cache v0.1.2
7922024-07-10T23:16:11.055Z Downloaded derive_more v0.99.18
7932024-07-10T23:16:11.059Z Downloaded predicates-core v1.0.6
7942024-07-10T23:16:11.062Z Downloaded proc-macro-crate v1.3.1
7952024-07-10T23:16:11.062Z Downloaded defmt v0.3.8
7962024-07-10T23:16:11.066Z Downloaded vte_generate_state_changes v0.1.1
7972024-07-10T23:16:11.068Z Downloaded untrusted v0.7.1
7982024-07-10T23:16:11.068Z Downloaded derive_builder_core v0.20.0
7992024-07-10T23:16:11.071Z Downloaded ciborium v0.2.2
8002024-07-10T23:16:11.074Z Downloaded ref-cast-impl v1.0.23
8012024-07-10T23:16:11.078Z Downloaded serde-big-array v0.5.1
8022024-07-10T23:16:11.078Z Downloaded stability v0.2.0
8032024-07-10T23:16:11.081Z Downloaded sqlparser_derive v0.2.2
8042024-07-10T23:16:11.081Z Downloaded postgres-protocol v0.6.6
8052024-07-10T23:16:11.081Z Downloaded data-encoding v2.6.0
8062024-07-10T23:16:11.084Z Downloaded crc-any v2.5.0
8072024-07-10T23:16:11.084Z Downloaded lru v0.12.3
8082024-07-10T23:16:11.086Z Downloaded display-error-chain v0.2.0
8092024-07-10T23:16:11.087Z Downloaded difflib v0.4.0
8102024-07-10T23:16:11.089Z Downloaded allocator-api2 v0.2.18
8112024-07-10T23:16:11.092Z Downloaded linear-map v1.2.0
8122024-07-10T23:16:11.095Z Downloaded fastrand v2.1.0
8132024-07-10T23:16:11.095Z Downloaded ed25519 v1.5.3
8142024-07-10T23:16:11.098Z Downloaded password-hash v0.5.0
8152024-07-10T23:16:11.100Z Downloaded foreign-types-shared v0.3.1
8162024-07-10T23:16:11.100Z Downloaded oso v0.27.3
8172024-07-10T23:16:11.104Z Downloaded instant v0.1.12
8182024-07-10T23:16:11.106Z Downloaded pkcs1 v0.7.5
8192024-07-10T23:16:11.106Z Downloaded kstat-rs v0.2.4
8202024-07-10T23:16:11.109Z Downloaded serde-big-array v0.4.1
8212024-07-10T23:16:11.112Z Downloaded cookie_store v0.20.0
8222024-07-10T23:16:11.112Z Downloaded cancel-safe-futures v0.1.5
8232024-07-10T23:16:11.114Z Downloaded console v0.15.8
8242024-07-10T23:16:11.117Z Downloaded spin v0.5.2
8252024-07-10T23:16:11.120Z Downloaded tokio-tungstenite v0.21.0
8262024-07-10T23:16:11.123Z Downloaded wyz v0.5.1
8272024-07-10T23:16:11.126Z Downloaded compact_str v0.7.1
8282024-07-10T23:16:11.128Z Downloaded postgres-types v0.2.6
8292024-07-10T23:16:11.131Z Downloaded fd-lock v4.0.2
8302024-07-10T23:16:11.131Z Downloaded serde_arrays v0.1.0
8312024-07-10T23:16:11.136Z Downloaded serde-hex v0.1.0
8322024-07-10T23:16:11.138Z Downloaded structmeta v0.3.0
8332024-07-10T23:16:11.138Z Downloaded zone_cfg_derive v0.1.2
8342024-07-10T23:16:11.138Z Downloaded diesel_table_macro_syntax v0.1.0
8352024-07-10T23:16:11.138Z Downloaded base64 v0.13.1
8362024-07-10T23:16:11.141Z Downloaded home v0.5.9
8372024-07-10T23:16:11.147Z Downloaded funty v2.0.0
8382024-07-10T23:16:11.147Z Downloaded fragile v2.0.0
8392024-07-10T23:16:11.150Z Downloaded linked-hash-map v0.5.6
8402024-07-10T23:16:11.150Z Downloaded walkdir v2.5.0
8412024-07-10T23:16:11.150Z Downloaded cookie v0.17.0
8422024-07-10T23:16:11.153Z Downloaded erased-serde v0.3.31
8432024-07-10T23:16:11.153Z Downloaded rayon-core v1.12.1
8442024-07-10T23:16:11.156Z Downloaded vsss-rs v3.3.4
8452024-07-10T23:16:11.160Z Downloaded inout v0.1.3
8462024-07-10T23:16:11.160Z Downloaded indoc v1.0.9
8472024-07-10T23:16:11.163Z Downloaded smallvec v0.6.14
8482024-07-10T23:16:11.166Z Downloaded static_assertions v1.1.0
8492024-07-10T23:16:11.166Z Downloaded smawk v0.3.2
8502024-07-10T23:16:11.170Z Downloaded semver v0.1.20
8512024-07-10T23:16:11.170Z Downloaded is_ci v1.2.0
8522024-07-10T23:16:11.174Z Downloaded ident_case v1.0.1
8532024-07-10T23:16:11.174Z Downloaded matches v0.1.10
8542024-07-10T23:16:11.174Z Downloaded rtoolbox v0.0.2
8552024-07-10T23:16:11.177Z Downloaded sct v0.7.1
8562024-07-10T23:16:11.177Z Downloaded downcast v0.11.0
8572024-07-10T23:16:11.180Z Downloaded untrusted v0.9.0
8582024-07-10T23:16:11.182Z Downloaded rustls-pki-types v1.7.0
8592024-07-10T23:16:11.182Z Downloaded universal-hash v0.5.1
8602024-07-10T23:16:11.185Z Downloaded signature v1.6.4
8612024-07-10T23:16:11.185Z Downloaded sha1 v0.10.6
8622024-07-10T23:16:11.188Z Downloaded resolv-conf v0.7.0
8632024-07-10T23:16:11.190Z Downloaded der v0.7.9
8642024-07-10T23:16:11.194Z Downloaded indexmap v1.9.3
8652024-07-10T23:16:11.197Z Downloaded tiny-keccak v2.0.2
8662024-07-10T23:16:11.200Z Downloaded hyper-staticfile v0.9.5
8672024-07-10T23:16:11.203Z Downloaded signal-hook-tokio v0.3.1
8682024-07-10T23:16:11.207Z Downloaded publicsuffix v2.2.3
8692024-07-10T23:16:11.210Z Downloaded foreign-types v0.5.0
8702024-07-10T23:16:11.210Z Downloaded hostname v0.4.0
8712024-07-10T23:16:11.210Z Downloaded hash32 v0.2.1
8722024-07-10T23:16:11.213Z Downloaded getrandom v0.2.14
8732024-07-10T23:16:11.216Z Downloaded maplit v1.0.2
8742024-07-10T23:16:11.216Z Downloaded sec1 v0.7.3
8752024-07-10T23:16:11.218Z Downloaded env_logger v0.9.3
8762024-07-10T23:16:11.221Z Downloaded schemars_derive v0.8.21
8772024-07-10T23:16:11.221Z Downloaded gethostname v0.4.3
8782024-07-10T23:16:11.224Z Downloaded sqlformat v0.2.3
8792024-07-10T23:16:11.226Z Downloaded spki v0.7.3
8802024-07-10T23:16:11.226Z Downloaded scheduled-thread-pool v0.2.7
8812024-07-10T23:16:11.230Z Downloaded similar v2.5.0
8822024-07-10T23:16:11.233Z Downloaded same-file v1.0.6
8832024-07-10T23:16:11.235Z Downloaded termtree v0.4.1
8842024-07-10T23:16:11.235Z Downloaded rcgen v0.12.1
8852024-07-10T23:16:11.238Z Downloaded rustc_version v0.1.7
8862024-07-10T23:16:11.240Z Downloaded rustc-hash v1.1.0
8872024-07-10T23:16:11.240Z Downloaded tui-tree-widget v0.21.0
8882024-07-10T23:16:11.240Z Downloaded chacha20poly1305 v0.10.1
8892024-07-10T23:16:11.243Z Downloaded ron v0.8.1
8902024-07-10T23:16:11.256Z Downloaded slog-dtrace v0.3.0
8912024-07-10T23:16:11.259Z Downloaded fxhash v0.2.1
8922024-07-10T23:16:11.259Z Downloaded humantime v2.1.0
8932024-07-10T23:16:11.262Z Downloaded fallible-iterator v0.2.0
8942024-07-10T23:16:11.262Z Downloaded uzers v0.11.3
8952024-07-10T23:16:11.265Z Downloaded hash32 v0.3.1
8962024-07-10T23:16:11.265Z Downloaded strum_macros v0.25.3
8972024-07-10T23:16:11.267Z Downloaded float-ord v0.3.2
8982024-07-10T23:16:11.270Z Downloaded waitgroup v0.1.2
8992024-07-10T23:16:11.270Z Downloaded slog-scope v4.4.0
9002024-07-10T23:16:11.270Z Downloaded lazycell v1.3.0
9012024-07-10T23:16:11.273Z Downloaded keccak v0.1.5
9022024-07-10T23:16:11.273Z Downloaded slog-envlogger v2.2.0
9032024-07-10T23:16:11.275Z Downloaded shell-words v1.1.0
9042024-07-10T23:16:11.275Z Downloaded libsw v3.3.1
9052024-07-10T23:16:11.280Z Downloaded diesel_derives v2.1.4
9062024-07-10T23:16:11.283Z Downloaded signal-hook-mio v0.2.3
9072024-07-10T23:16:11.283Z Downloaded md-5 v0.10.6
9082024-07-10T23:16:11.286Z Downloaded rustc_version v0.4.0
9092024-07-10T23:16:11.286Z Downloaded rustfmt-wrapper v0.2.1
9102024-07-10T23:16:11.289Z Downloaded glob v0.3.1
9112024-07-10T23:16:11.289Z Downloaded smf v0.2.3
9122024-07-10T23:16:11.289Z Downloaded ena v0.14.3
9132024-07-10T23:16:11.292Z Downloaded either v1.12.0
9142024-07-10T23:16:11.292Z Downloaded spin v0.9.8
9152024-07-10T23:16:11.294Z Downloaded ipnetwork v0.20.0
9162024-07-10T23:16:11.297Z Downloaded secrecy v0.8.0
9172024-07-10T23:16:11.297Z Downloaded hmac v0.12.1
9182024-07-10T23:16:11.300Z Downloaded samael v0.0.15
9192024-07-10T23:16:11.304Z Downloaded embedded-io v0.4.0
9202024-07-10T23:16:11.306Z Downloaded enum-as-inner v0.5.1
9212024-07-10T23:16:11.309Z Downloaded unicode-linebreak v0.1.5
9222024-07-10T23:16:11.309Z Downloaded rand v0.8.5
9232024-07-10T23:16:11.312Z Downloaded const_format v0.2.32
9242024-07-10T23:16:11.316Z Downloaded stringprep v0.1.4
9252024-07-10T23:16:11.318Z Downloaded mockall v0.12.1
9262024-07-10T23:16:11.322Z Downloaded lalrpop-util v0.19.12
9272024-07-10T23:16:11.322Z Downloaded num-bigint-dig v0.8.4
9282024-07-10T23:16:11.325Z Downloaded backtrace v0.3.71
9292024-07-10T23:16:11.329Z Downloaded hubpack_derive v0.1.1
9302024-07-10T23:16:11.332Z Downloaded hyper-rustls v0.24.2
9312024-07-10T23:16:11.335Z Downloaded unsafe-libyaml v0.2.11
9322024-07-10T23:16:11.338Z Downloaded float-cmp v0.9.0
9332024-07-10T23:16:11.338Z Downloaded rustc-demangle v0.1.24
9342024-07-10T23:16:11.340Z Downloaded hex v0.4.3
9352024-07-10T23:16:11.340Z Downloaded tokio-rustls v0.25.0
9362024-07-10T23:16:11.344Z Downloaded rustls-pemfile v2.1.2
9372024-07-10T23:16:11.349Z Downloaded num-bigint v0.4.5
9382024-07-10T23:16:11.351Z Downloaded subprocess v0.2.9
9392024-07-10T23:16:11.351Z Downloaded which v4.4.2
9402024-07-10T23:16:11.354Z Downloaded wait-timeout v0.2.0
9412024-07-10T23:16:11.354Z Downloaded unicase v2.7.0
9422024-07-10T23:16:11.357Z Downloaded strip-ansi-escapes v0.2.0
9432024-07-10T23:16:11.357Z Downloaded tokio-tungstenite v0.20.1
9442024-07-10T23:16:11.360Z Downloaded indicatif v0.17.8
9452024-07-10T23:16:11.363Z Downloaded highway v1.1.0
9462024-07-10T23:16:11.366Z Downloaded fixedbitset v0.4.2
9472024-07-10T23:16:11.366Z Downloaded unarray v0.1.4
9482024-07-10T23:16:11.370Z Downloaded diff v0.1.13
9492024-07-10T23:16:11.373Z Downloaded textwrap v0.16.1
9502024-07-10T23:16:11.373Z Downloaded maybe-uninit v2.0.0
9512024-07-10T23:16:11.375Z Downloaded serde_plain v1.0.2
9522024-07-10T23:16:11.376Z Downloaded serde_derive_internals v0.29.1
9532024-07-10T23:16:11.378Z Downloaded crypto-bigint v0.5.5
9542024-07-10T23:16:11.382Z Downloaded half v2.4.1
9552024-07-10T23:16:11.385Z Downloaded serde_path_to_error v0.1.16
9562024-07-10T23:16:11.388Z Downloaded rusty-fork v0.3.0
9572024-07-10T23:16:11.388Z Downloaded structmeta-derive v0.3.0
9582024-07-10T23:16:11.390Z Downloaded uuid v1.9.1
9592024-07-10T23:16:11.393Z Downloaded tokio-stream v0.1.15
9602024-07-10T23:16:11.396Z Downloaded structmeta-derive v0.2.0
9612024-07-10T23:16:11.398Z Downloaded memmap2 v0.9.4
9622024-07-10T23:16:11.401Z Downloaded vte v0.11.1
9632024-07-10T23:16:11.401Z Downloaded snafu-derive v0.8.2
9642024-07-10T23:16:11.404Z Downloaded whoami v1.5.1
9652024-07-10T23:16:11.404Z Downloaded globset v0.4.14
9662024-07-10T23:16:11.407Z Downloaded structmeta v0.2.0
9672024-07-10T23:16:11.407Z Downloaded serde_repr v0.1.19
9682024-07-10T23:16:11.412Z Downloaded hashbrown v0.13.2
9692024-07-10T23:16:11.414Z Downloaded tracing-attributes v0.1.27
9702024-07-10T23:16:11.417Z Downloaded flagset v0.4.5
9712024-07-10T23:16:11.417Z Downloaded termios v0.3.3
9722024-07-10T23:16:11.421Z Downloaded libloading v0.8.3
9732024-07-10T23:16:11.421Z Downloaded toml v0.5.11
9742024-07-10T23:16:11.424Z Downloaded signal-hook v0.3.17
9752024-07-10T23:16:11.426Z Downloaded yasna v0.5.2
9762024-07-10T23:16:11.429Z Downloaded mime_guess v2.0.4
9772024-07-10T23:16:11.429Z Downloaded serde_with_macros v3.8.1
9782024-07-10T23:16:11.432Z Downloaded portable-atomic v1.6.0
9792024-07-10T23:16:11.436Z Downloaded regex-automata v0.1.10
9802024-07-10T23:16:11.441Z Downloaded tokio-rustls v0.24.1
9812024-07-10T23:16:11.444Z Downloaded zerocopy v0.6.6
9822024-07-10T23:16:11.446Z Downloaded socket2 v0.4.10
9832024-07-10T23:16:11.449Z Downloaded flume v0.11.0
9842024-07-10T23:16:11.452Z Downloaded tempfile v3.10.1
9852024-07-10T23:16:11.455Z Downloaded elliptic-curve v0.13.8
9862024-07-10T23:16:11.458Z Downloaded serde_yaml v0.9.34+deprecated
9872024-07-10T23:16:11.460Z Downloaded tungstenite v0.20.1
9882024-07-10T23:16:11.463Z Downloaded quick-xml v0.31.0
9892024-07-10T23:16:11.469Z Downloaded reedline v0.31.0
9902024-07-10T23:16:11.476Z Downloaded schemars v0.8.21
9912024-07-10T23:16:11.489Z Downloaded snafu v0.8.2
9922024-07-10T23:16:11.493Z Downloaded unicode_categories v0.1.1
9932024-07-10T23:16:11.496Z Downloaded heapless v0.7.17
9942024-07-10T23:16:11.499Z Downloaded unicode-segmentation v1.11.0
9952024-07-10T23:16:11.501Z Downloaded minimal-lexical v0.2.1
9962024-07-10T23:16:11.506Z Downloaded expectorate v1.1.0
9972024-07-10T23:16:11.509Z Downloaded salty v0.2.0
9982024-07-10T23:16:11.513Z Downloaded rayon v1.10.0
9992024-07-10T23:16:11.522Z Downloaded rustyline v14.0.0
10002024-07-10T23:16:11.527Z Downloaded trust-dns-client v0.22.0
10012024-07-10T23:16:11.532Z Downloaded libxml v0.3.3
10022024-07-10T23:16:11.537Z Downloaded hashbrown v0.12.3
10032024-07-10T23:16:11.541Z Downloaded x509-cert v0.2.5
10042024-07-10T23:16:11.547Z Downloaded http v1.1.0
10052024-07-10T23:16:11.551Z Downloaded proptest v1.4.0
10062024-07-10T23:16:11.559Z Downloaded blake3 v1.5.1
10072024-07-10T23:16:11.567Z Downloaded aho-corasick v1.1.3
10082024-07-10T23:16:11.573Z Downloaded typed-path v0.7.1
10092024-07-10T23:16:11.578Z Downloaded itertools v0.12.1
10102024-07-10T23:16:11.586Z Downloaded winnow v0.5.40
10112024-07-10T23:16:11.593Z Downloaded tough v0.17.1
10122024-07-10T23:16:11.601Z Downloaded itertools v0.10.5
10132024-07-10T23:16:11.607Z Downloaded radix_trie v0.2.1
10142024-07-10T23:16:11.611Z Downloaded libm v0.2.8
10152024-07-10T23:16:11.619Z Downloaded regex v1.10.5
10162024-07-10T23:16:11.631Z Downloaded object v0.30.4
10172024-07-10T23:16:11.640Z Downloaded sqlparser v0.45.0
10182024-07-10T23:16:11.645Z Downloaded hkdf v0.12.4
10192024-07-10T23:16:11.649Z Downloaded bitvec v1.0.1
10202024-07-10T23:16:11.662Z Downloaded bindgen v0.69.4
10212024-07-10T23:16:11.668Z Downloaded rustls-webpki v0.101.7
10222024-07-10T23:16:11.682Z Downloaded lalrpop v0.19.12
10232024-07-10T23:16:11.692Z Downloaded nix v0.28.0
10242024-07-10T23:16:11.703Z Downloaded regex-syntax v0.6.29
10252024-07-10T23:16:11.709Z Downloaded idna v0.3.0
10262024-07-10T23:16:11.716Z Downloaded webpki-roots v0.25.4
10272024-07-10T23:16:11.719Z Downloaded curve25519-dalek v4.1.3
10282024-07-10T23:16:11.728Z Downloaded smoltcp v0.9.1
10292024-07-10T23:16:11.738Z Downloaded diesel v2.1.6
10302024-07-10T23:16:11.756Z Downloaded trust-dns-proto v0.22.0
10312024-07-10T23:16:11.766Z Downloaded smoltcp v0.11.0
10322024-07-10T23:16:11.778Z Downloaded regress v0.9.1
10332024-07-10T23:16:11.786Z Downloaded rustls v0.22.4
10342024-07-10T23:16:11.798Z Downloaded rustls v0.21.12
10352024-07-10T23:16:11.808Z Downloaded gimli v0.28.1
10362024-07-10T23:16:11.815Z Downloaded zerocopy-derive v0.6.6
10372024-07-10T23:16:11.824Z Downloaded ratatui v0.27.0
10382024-07-10T23:16:11.842Z Downloaded sled v0.34.7
10392024-07-10T23:16:11.851Z Downloaded regex-automata v0.4.6
10402024-07-10T23:16:11.867Z Downloaded bzip2-sys v0.1.11+1.0.8
10412024-07-10T23:16:11.879Z Downloaded csv v1.3.0
10422024-07-10T23:16:11.897Z Downloaded openapiv3 v2.0.0
10432024-07-10T23:16:11.908Z Downloaded finl_unicode v1.2.0
10442024-07-10T23:16:11.919Z Downloaded petgraph v0.6.5
10452024-07-10T23:16:11.936Z Downloaded sha3 v0.10.8
10462024-07-10T23:16:11.940Z Downloaded bstr v1.9.1
10472024-07-10T23:16:11.949Z Downloaded idna v0.2.3
10482024-07-10T23:16:11.955Z Downloaded bstr v0.2.17
10492024-07-10T23:16:11.963Z Downloaded regex-syntax v0.8.3
10502024-07-10T23:16:11.971Z Downloaded polar-core v0.27.3
10512024-07-10T23:16:11.978Z Downloaded object v0.32.2
10522024-07-10T23:16:11.988Z Downloaded rustls-webpki v0.102.4
10532024-07-10T23:16:12.004Z Downloaded chrono v0.4.38
10542024-07-10T23:16:12.011Z Downloaded itertools v0.13.0
10552024-07-10T23:16:12.017Z Downloaded serde_with v3.8.1
10562024-07-10T23:16:12.024Z Downloaded nix v0.27.1
10572024-07-10T23:16:12.034Z Downloaded trust-dns-server v0.22.1
10582024-07-10T23:16:12.038Z Downloaded steno v0.4.1
10592024-07-10T23:16:12.043Z Downloaded zip v0.6.6
10602024-07-10T23:16:12.047Z Downloaded heapless v0.8.0
10612024-07-10T23:16:12.050Z Downloaded toml_edit v0.19.15
10622024-07-10T23:16:12.065Z Downloaded crossterm v0.27.0
10632024-07-10T23:16:12.073Z Downloaded rsa v0.9.6
10642024-07-10T23:16:12.077Z Downloaded trust-dns-resolver v0.22.0
10652024-07-10T23:16:12.081Z Downloaded termcolor v1.4.1
10662024-07-10T23:16:12.084Z Downloaded strum_macros v0.24.3
10672024-07-10T23:16:12.087Z Downloaded libefi-sys v0.1.0
10682024-07-10T23:16:12.087Z Downloaded heck v0.3.3
10692024-07-10T23:16:12.087Z Downloaded test-strategy v0.3.1
10702024-07-10T23:16:12.089Z Downloaded group v0.13.0
10712024-07-10T23:16:12.092Z Downloaded tokio-postgres v0.7.10
10722024-07-10T23:16:12.095Z Downloaded headers v0.3.9
10732024-07-10T23:16:12.100Z Downloaded nom v7.1.3
10742024-07-10T23:16:12.105Z Downloaded toml v0.7.8
10752024-07-10T23:16:12.108Z Downloaded iana-time-zone v0.1.60
10762024-07-10T23:16:12.110Z Downloaded slog-stdlog v4.1.1
10772024-07-10T23:16:12.113Z Downloaded tungstenite v0.21.0
10782024-07-10T23:16:12.115Z Downloaded ron v0.7.1
10792024-07-10T23:16:12.118Z Downloaded dyn-clone v1.0.17
10802024-07-10T23:16:12.121Z Downloaded utf-8 v0.7.6
10812024-07-10T23:16:12.121Z Downloaded unicode-xid v0.2.4
10822024-07-10T23:16:12.124Z Downloaded tls_codec_derive v0.4.1
10832024-07-10T23:16:12.124Z Downloaded tls_codec v0.4.1
10842024-07-10T23:16:12.127Z Downloaded string_cache v0.8.7
10852024-07-10T23:16:12.127Z Downloaded managed v0.8.0
10862024-07-10T23:16:12.129Z Downloaded ring v0.17.8
10872024-07-10T23:16:12.192Z Downloaded env_logger v0.10.2
10882024-07-10T23:16:12.195Z Downloaded lazy_static v1.5.0
10892024-07-10T23:16:12.197Z Downloaded postcard v1.0.8
10902024-07-10T23:16:12.200Z Downloaded fatfs v0.3.6
10912024-07-10T23:16:12.202Z Downloaded zeroize_derive v1.4.2
10922024-07-10T23:16:12.202Z Downloaded foreign-types-macros v0.2.3
10932024-07-10T23:16:12.202Z Downloaded zone v0.1.8
10942024-07-10T23:16:12.205Z Downloaded omicron-zone-package v0.11.0
10952024-07-10T23:16:12.210Z Downloaded thiserror-no-std v2.0.2
10962024-07-10T23:16:12.212Z Downloaded thiserror-impl-no-std v2.0.2
10972024-07-10T23:16:12.213Z Downloaded stable_deref_trait v1.2.0
10982024-07-10T23:16:12.213Z Downloaded signature v2.2.0
10992024-07-10T23:16:12.213Z Downloaded pin-project v1.1.5
11002024-07-10T23:16:12.222Z Downloaded base64 v0.22.1
11012024-07-10T23:16:12.225Z Downloaded arc-swap v1.7.1
11022024-07-10T23:16:12.228Z Downloaded ring v0.16.20
11032024-07-10T23:16:12.304Z Downloaded prettyplease v0.2.20
11042024-07-10T23:16:12.307Z Downloaded darling_core v0.20.9
11052024-07-10T23:16:12.311Z Downloaded tap v1.0.1
11062024-07-10T23:16:12.314Z Downloaded tabwriter v1.4.0
11072024-07-10T23:16:12.314Z Downloaded supports-color v3.0.0
11082024-07-10T23:16:12.314Z Downloaded subtle v2.5.0
11092024-07-10T23:16:12.316Z Downloaded derive_builder v0.20.0
11102024-07-10T23:16:12.319Z Downloaded der_derive v0.7.2
11112024-07-10T23:16:12.321Z Downloaded siphasher v0.3.11
11122024-07-10T23:16:12.321Z Downloaded shlex v1.3.0
11132024-07-10T23:16:12.324Z Downloaded getopts v0.2.21
11142024-07-10T23:16:12.324Z Downloaded parking_lot_core v0.8.6
11152024-07-10T23:16:12.326Z Downloaded crossbeam-epoch v0.9.18
11162024-07-10T23:16:12.329Z Downloaded bzip2 v0.4.4
11172024-07-10T23:16:12.329Z Downloaded impl-trait-for-tuples v0.2.2
11182024-07-10T23:16:12.332Z Downloaded hubpack v0.1.2
11192024-07-10T23:16:12.332Z Downloaded ff v0.13.0
11202024-07-10T23:16:12.334Z Downloaded darling v0.20.9
11212024-07-10T23:16:12.337Z Downloaded sigpipe v0.1.3
11222024-07-10T23:16:12.337Z Downloaded peg-macros v0.8.3
11232024-07-10T23:16:12.340Z Downloaded zeroize v1.7.0
11242024-07-10T23:16:12.340Z Downloaded unicode-truncate v1.0.0
11252024-07-10T23:16:12.343Z Downloaded r2d2 v0.8.10
11262024-07-10T23:16:12.343Z Downloaded derive-where v1.2.7
11272024-07-10T23:16:12.346Z Downloaded const-oid v0.9.6
11282024-07-10T23:16:12.349Z Downloaded toolchain_find v0.4.0
11292024-07-10T23:16:12.349Z Downloaded topological-sort v0.2.2
11302024-07-10T23:16:12.349Z Downloaded parking_lot v0.11.2
11312024-07-10T23:16:12.353Z Downloaded cookie v0.18.1
11322024-07-10T23:16:12.356Z Downloaded clang-sys v1.7.0
11332024-07-10T23:16:12.356Z Downloaded blake2 v0.10.6
11342024-07-10T23:16:12.356Z Downloaded parse-display-derive v0.9.1
11352024-07-10T23:16:12.359Z Downloaded memoffset v0.9.1
11362024-07-10T23:16:12.359Z Downloaded defmt-parser v0.3.4
11372024-07-10T23:16:12.359Z Downloaded crc-catalog v2.4.0
11382024-07-10T23:16:12.362Z Downloaded buf-list v1.0.3
11392024-07-10T23:16:12.362Z Downloaded path-slash v0.1.5
11402024-07-10T23:16:12.365Z Downloaded cipher v0.4.4
11412024-07-10T23:16:12.365Z Downloaded castaway v0.2.2
11422024-07-10T23:16:12.365Z Downloaded pin-project-internal v1.1.5
11432024-07-10T23:16:12.368Z Downloaded nu-ansi-term v0.50.0
11442024-07-10T23:16:12.370Z Downloaded bit-vec v0.6.3
11452024-07-10T23:16:12.370Z Downloaded olpc-cjson v0.1.3
11462024-07-10T23:16:12.370Z Downloaded constant_time_eq v0.3.0
11472024-07-10T23:16:12.374Z Downloaded num-rational v0.4.2
11482024-07-10T23:16:12.374Z Downloaded num-complex v0.4.6
11492024-07-10T23:16:12.376Z Downloaded const_format_proc_macros v0.2.32
11502024-07-10T23:16:12.377Z Downloaded cassowary v0.3.0
11512024-07-10T23:16:12.377Z Downloaded bcs v0.1.6
11522024-07-10T23:16:12.379Z Downloaded csv-core v0.1.11
11532024-07-10T23:16:12.379Z Downloaded camino-tempfile v1.1.1
11542024-07-10T23:16:12.382Z Downloaded ciborium-io v0.2.2
11552024-07-10T23:16:12.382Z Downloaded cfg_aliases v0.1.1
11562024-07-10T23:16:12.382Z Downloaded bit-set v0.5.3
11572024-07-10T23:16:12.385Z Downloaded mockall_derive v0.12.1
11582024-07-10T23:16:12.385Z Downloaded phf_shared v0.11.2
11592024-07-10T23:16:12.387Z Downloaded peg v0.8.3
11602024-07-10T23:16:12.391Z Downloaded async-recursion v1.1.1
11612024-07-10T23:16:12.393Z Downloaded argon2 v0.5.3
11622024-07-10T23:16:12.393Z Downloaded nibble_vec v0.1.0
11632024-07-10T23:16:12.396Z Downloaded derive_builder_macro v0.20.0
11642024-07-10T23:16:12.396Z Downloaded crucible-workspace-hack v0.1.0
11652024-07-10T23:16:12.396Z Downloaded debug-ignore v1.0.5
11662024-07-10T23:16:12.396Z Downloaded chacha20 v0.9.1
11672024-07-10T23:16:12.399Z Downloaded colored v2.1.0
11682024-07-10T23:16:12.402Z Downloaded num-iter v0.1.45
11692024-07-10T23:16:12.402Z Downloaded num v0.4.3
11702024-07-10T23:16:12.402Z Downloaded nodrop v0.1.14
11712024-07-10T23:16:12.405Z Downloaded newline-converter v0.3.0
11722024-07-10T23:16:12.405Z Downloaded ciborium-ll v0.2.2
11732024-07-10T23:16:12.405Z Downloaded convert_case v0.4.0
11742024-07-10T23:16:12.405Z Downloaded cexpr v0.6.0
11752024-07-10T23:16:12.410Z Downloaded block-padding v0.3.3
11762024-07-10T23:16:12.410Z Downloaded atomic-waker v1.1.2
11772024-07-10T23:16:12.410Z Downloaded array-init v0.0.4
11782024-07-10T23:16:12.547Z Compiling proc-macro2 v1.0.86
11792024-07-10T23:16:12.547Z Compiling unicode-ident v1.0.12
11802024-07-10T23:16:12.547Z Compiling libc v0.2.155
11812024-07-10T23:16:12.547Z Compiling serde v1.0.204
11822024-07-10T23:16:12.550Z Compiling autocfg v1.3.0
11832024-07-10T23:16:12.550Z Compiling version_check v0.9.4
11842024-07-10T23:16:12.550Z Compiling cfg-if v1.0.0
11852024-07-10T23:16:12.812Z Compiling cc v1.0.97
11862024-07-10T23:16:12.829Z Compiling parking_lot_core v0.9.10
11872024-07-10T23:16:12.845Z Compiling serde_json v1.0.120
11882024-07-10T23:16:13.210Z Compiling once_cell v1.19.0
11892024-07-10T23:16:13.259Z Compiling libm v0.2.8
11902024-07-10T23:16:13.394Z Compiling ahash v0.8.11
11912024-07-10T23:16:13.415Z Compiling lock_api v0.4.12
11922024-07-10T23:16:13.557Z Compiling byteorder v1.5.0
11932024-07-10T23:16:13.573Z Compiling num-traits v0.2.19
11942024-07-10T23:16:13.691Z Compiling memchr v2.7.2
11952024-07-10T23:16:13.706Z Compiling thiserror v1.0.60
11962024-07-10T23:16:13.977Z Compiling scopeguard v1.2.0
11972024-07-10T23:16:14.001Z Compiling typenum v1.17.0
11982024-07-10T23:16:14.139Z Compiling quote v1.0.36
11992024-07-10T23:16:14.728Z Compiling syn v2.0.68
12002024-07-10T23:16:14.745Z Compiling getrandom v0.2.14
12012024-07-10T23:16:14.889Z Compiling itoa v1.0.11
12022024-07-10T23:16:15.025Z Compiling log v0.4.21
12032024-07-10T23:16:15.190Z Compiling generic-array v0.14.7
12042024-07-10T23:16:15.465Z Compiling allocator-api2 v0.2.18
12052024-07-10T23:16:15.708Z Compiling slab v0.4.9
12062024-07-10T23:16:15.791Z Compiling ring v0.17.8
12072024-07-10T23:16:15.808Z Compiling ryu v1.0.18
12082024-07-10T23:16:16.102Z Compiling smallvec v1.13.2
12092024-07-10T23:16:16.119Z Compiling semver v1.0.23
12102024-07-10T23:16:16.141Z Compiling schemars v0.8.21
12112024-07-10T23:16:16.460Z Compiling pin-project-lite v0.2.14
12122024-07-10T23:16:16.653Z Compiling equivalent v1.0.1
12132024-07-10T23:16:16.802Z Compiling vcpkg v0.2.15
12142024-07-10T23:16:16.876Z Compiling pkg-config v0.3.30
12152024-07-10T23:16:16.909Z Compiling signal-hook-registry v1.4.2
12162024-07-10T23:16:17.492Z Compiling parking_lot v0.12.2
12172024-07-10T23:16:18.197Z Compiling syn v1.0.109
12182024-07-10T23:16:18.477Z Compiling mio v0.8.11
12192024-07-10T23:16:18.581Z Compiling openssl-sys v0.9.102
12202024-07-10T23:16:18.818Z Compiling spin v0.9.8
12212024-07-10T23:16:19.600Z Compiling rand_core v0.6.4
12222024-07-10T23:16:19.620Z Compiling socket2 v0.5.7
12232024-07-10T23:16:20.013Z Compiling num_cpus v1.16.0
12242024-07-10T23:16:20.148Z Compiling num-conv v0.1.0
12252024-07-10T23:16:20.425Z Compiling time-core v0.1.2
12262024-07-10T23:16:20.610Z Compiling time-macros v0.2.18
12272024-07-10T23:16:20.727Z Compiling heck v0.5.0
12282024-07-10T23:16:20.792Z Compiling httparse v1.8.0
12292024-07-10T23:16:21.218Z Compiling futures-core v0.3.30
12302024-07-10T23:16:21.481Z Compiling fnv v1.0.7
12312024-07-10T23:16:21.616Z Compiling openssl v0.10.64
12322024-07-10T23:16:22.027Z Compiling iana-time-zone v0.1.60
12332024-07-10T23:16:22.196Z Compiling crossbeam-utils v0.8.19
12342024-07-10T23:16:22.379Z Compiling serde_derive_internals v0.29.1
12352024-07-10T23:16:22.397Z Compiling rustix v0.38.34
12362024-07-10T23:16:22.877Z Compiling tinyvec_macros v0.1.1
12372024-07-10T23:16:22.979Z Compiling native-tls v0.2.11
12382024-07-10T23:16:23.031Z Compiling rustls v0.21.12
12392024-07-10T23:16:23.203Z Compiling tinyvec v1.6.0
12402024-07-10T23:16:23.832Z Compiling const-oid v0.9.6
12412024-07-10T23:16:24.193Z Compiling subtle v2.5.0
12422024-07-10T23:16:24.476Z Compiling futures-sink v0.3.30
12432024-07-10T23:16:24.568Z Compiling ucd-trie v0.1.6
12442024-07-10T23:16:24.631Z Compiling unicode-normalization v0.1.23
12452024-07-10T23:16:24.810Z Compiling backtrace v0.3.71
12462024-07-10T23:16:25.066Z Compiling cookie v0.17.0
12472024-07-10T23:16:25.357Z Compiling slog v2.7.0
12482024-07-10T23:16:25.395Z Compiling dyn-clone v1.0.17
12492024-07-10T23:16:25.593Z Compiling unicode-bidi v0.3.15
12502024-07-10T23:16:25.776Z Compiling futures-channel v0.3.30
12512024-07-10T23:16:25.993Z Compiling pin-utils v0.1.0
12522024-07-10T23:16:26.111Z Compiling futures-task v0.3.30
12532024-07-10T23:16:26.433Z Compiling futures-io v0.3.30
12542024-07-10T23:16:26.808Z Compiling aho-corasick v1.1.3
12552024-07-10T23:16:26.867Z Compiling regex-syntax v0.8.3
12562024-07-10T23:16:27.328Z Compiling winnow v0.5.40
12572024-07-10T23:16:27.389Z Compiling untrusted v0.9.0
12582024-07-10T23:16:28.345Z Compiling serde_derive v1.0.204
12592024-07-10T23:16:29.135Z Compiling zerocopy-derive v0.7.34
12602024-07-10T23:16:30.433Z Compiling zeroize_derive v1.4.2
12612024-07-10T23:16:31.097Z Compiling thiserror-impl v1.0.60
12622024-07-10T23:16:31.173Z Compiling zerocopy v0.7.34
12632024-07-10T23:16:31.423Z Compiling tokio-macros v2.3.0
12642024-07-10T23:16:31.863Z Compiling futures-macro v0.3.30
12652024-07-10T23:16:32.383Z Compiling schemars_derive v0.8.21
12662024-07-10T23:16:32.960Z Compiling tracing-attributes v0.1.27
12672024-07-10T23:16:33.501Z Compiling hashbrown v0.14.5
12682024-07-10T23:16:33.750Z Compiling zeroize v1.7.0
12692024-07-10T23:16:34.506Z Compiling openssl-macros v0.1.1
12702024-07-10T23:16:35.228Z Compiling scroll_derive v0.12.0
12712024-07-10T23:16:35.391Z Compiling pest v2.7.10
12722024-07-10T23:16:35.435Z Compiling futures-util v0.3.30
12732024-07-10T23:16:35.607Z Compiling crypto-common v0.1.6
12742024-07-10T23:16:36.317Z Compiling der_derive v0.7.2
12752024-07-10T23:16:36.380Z Compiling anyhow v1.0.86
12762024-07-10T23:16:36.624Z Compiling block-buffer v0.10.4
12772024-07-10T23:16:36.976Z Compiling regex-automata v0.4.6
12782024-07-10T23:16:38.159Z Compiling pest_meta v2.7.10
12792024-07-10T23:16:38.667Z Compiling tracing-core v0.1.32
12802024-07-10T23:16:41.093Z Compiling pest_generator v2.7.10
12812024-07-10T23:16:42.035Z Compiling bytes v1.6.0
12822024-07-10T23:16:42.916Z Compiling indexmap v2.2.6
12832024-07-10T23:16:43.210Z Compiling bitflags v2.5.0
12842024-07-10T23:16:43.832Z Compiling tokio v1.38.0
12852024-07-10T23:16:43.902Z Compiling uuid v1.9.1
12862024-07-10T23:16:44.495Z Compiling chrono v0.4.38
12872024-07-10T23:16:44.842Z Compiling serde_tokenstream v0.2.1
12882024-07-10T23:16:46.124Z Compiling toml_datetime v0.6.6
12892024-07-10T23:16:46.586Z Compiling serde_spanned v0.6.6
12902024-07-10T23:16:46.817Z Compiling http v0.2.12
12912024-07-10T23:16:47.045Z Compiling toml_edit v0.19.15
12922024-07-10T23:16:49.133Z Compiling rustc_version v0.4.0
12932024-07-10T23:16:49.793Z Compiling pest_derive v2.7.10
12942024-07-10T23:16:50.069Z Compiling usdt-impl v0.5.0
12952024-07-10T23:16:50.400Z Compiling rustversion v1.0.17
12962024-07-10T23:16:50.559Z Compiling powerfmt v0.2.0
12972024-07-10T23:16:51.077Z Compiling deranged v0.3.11
12982024-07-10T23:16:51.096Z Compiling heapless v0.7.17
12992024-07-10T23:16:51.521Z Compiling tracing v0.1.40
13002024-07-10T23:16:52.002Z Compiling digest v0.10.7
13012024-07-10T23:16:52.370Z Compiling scroll v0.12.0
13022024-07-10T23:16:53.210Z Compiling num_threads v0.1.7
13032024-07-10T23:16:53.330Z Compiling percent-encoding v2.3.1
13042024-07-10T23:16:53.333Z Compiling signal-hook v0.3.17
13052024-07-10T23:16:53.362Z Compiling plain v0.2.3
13062024-07-10T23:16:53.584Z Compiling heck v0.4.1
13072024-07-10T23:16:53.857Z Compiling ppv-lite86 v0.2.17
13082024-07-10T23:16:53.970Z Compiling time v0.3.36
13092024-07-10T23:16:54.018Z Compiling goblin v0.8.2
13102024-07-10T23:16:54.607Z Compiling rand_chacha v0.3.1
13112024-07-10T23:16:55.667Z Compiling regex v1.10.5
13122024-07-10T23:16:56.908Z Compiling crc32fast v1.4.0
13132024-07-10T23:16:57.348Z Compiling pretty-hex v0.4.1
13142024-07-10T23:16:57.463Z Compiling strsim v0.11.1
13152024-07-10T23:16:58.245Z Compiling rand v0.8.5
13162024-07-10T23:16:59.439Z Compiling tokio-util v0.7.11
13172024-07-10T23:16:59.793Z Compiling dof v0.3.0
13182024-07-10T23:17:00.402Z Compiling dtrace-parser v0.2.0
13192024-07-10T23:17:01.245Z Compiling async-trait v0.1.81
13202024-07-10T23:17:01.748Z Compiling thread-id v4.2.1
13212024-07-10T23:17:01.952Z Compiling base64ct v1.6.0
13222024-07-10T23:17:02.299Z Compiling unicode-width v0.1.13
13232024-07-10T23:17:02.447Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
13242024-07-10T23:17:02.530Z Compiling foreign-types-shared v0.1.1
13252024-07-10T23:17:02.533Z Compiling smoltcp v0.9.1
13262024-07-10T23:17:02.549Z Compiling pem-rfc7468 v0.7.0
13272024-07-10T23:17:02.634Z Compiling foreign-types v0.3.2
13282024-07-10T23:17:04.216Z Compiling form_urlencoded v1.2.1
13292024-07-10T23:17:04.582Z Compiling hmac v0.12.1
13302024-07-10T23:17:04.816Z Compiling flagset v0.4.5
13312024-07-10T23:17:04.914Z Compiling base64 v0.21.7
13322024-07-10T23:17:04.932Z Compiling try-lock v0.2.5
13332024-07-10T23:17:05.043Z Compiling adler v1.0.2
13342024-07-10T23:17:05.381Z Compiling siphasher v0.3.11
13352024-07-10T23:17:05.396Z Compiling miniz_oxide v0.7.2
13362024-07-10T23:17:05.505Z Compiling want v0.3.1
13372024-07-10T23:17:05.756Z Compiling der v0.7.9
13382024-07-10T23:17:07.997Z Compiling h2 v0.3.26
13392024-07-10T23:17:08.727Z Compiling sct v0.7.1
13402024-07-10T23:17:09.015Z Compiling rustls-webpki v0.101.7
13412024-07-10T23:17:09.044Z Compiling http-body v0.4.6
13422024-07-10T23:17:10.091Z Compiling openapiv3 v2.0.0
13432024-07-10T23:17:10.650Z Compiling hubpack_derive v0.1.1
13442024-07-10T23:17:10.700Z Compiling zerocopy-derive v0.6.6
13452024-07-10T23:17:10.872Z Compiling idna v0.5.0
13462024-07-10T23:17:11.605Z Compiling errno v0.3.9
13472024-07-10T23:17:11.854Z Compiling fs-err v2.11.0
13482024-07-10T23:17:11.881Z Compiling gimli v0.28.1
13492024-07-10T23:17:12.136Z Compiling finl_unicode v1.2.0
13502024-07-10T23:17:12.250Z Compiling utf8parse v0.2.1
13512024-07-10T23:17:12.415Z Compiling httpdate v1.0.3
13522024-07-10T23:17:12.631Z Compiling openssl-probe v0.1.5
13532024-07-10T23:17:12.714Z Compiling tower-service v0.3.2
13542024-07-10T23:17:12.930Z Compiling stable_deref_trait v1.2.0
13552024-07-10T23:17:13.645Z Compiling anstyle v1.0.7
13562024-07-10T23:17:13.868Z Compiling cpufeatures v0.2.12
13572024-07-10T23:17:13.966Z Compiling sha2 v0.10.8
13582024-07-10T23:17:14.454Z Compiling stringprep v0.1.4
13592024-07-10T23:17:14.724Z Compiling anstyle-parse v0.2.4
13602024-07-10T23:17:15.085Z Compiling hyper v0.14.28
13612024-07-10T23:17:15.656Z Compiling url v2.5.0
13622024-07-10T23:17:17.364Z Compiling addr2line v0.21.0
13632024-07-10T23:17:18.574Z Compiling spki v0.7.3
13642024-07-10T23:17:19.094Z Compiling usdt-attr-macro v0.5.0
13652024-07-10T23:17:20.266Z Compiling usdt-macro v0.5.0
13662024-07-10T23:17:20.738Z Compiling md-5 v0.10.6
13672024-07-10T23:17:24.674Z Compiling idna v0.3.0
13682024-07-10T23:17:25.201Z Compiling diesel_table_macro_syntax v0.1.0
13692024-07-10T23:17:25.600Z Compiling num-integer v0.1.46
13702024-07-10T23:17:25.816Z Compiling object v0.32.2
13712024-07-10T23:17:26.307Z Compiling hash32 v0.2.1
13722024-07-10T23:17:26.815Z Compiling is_terminal_polyfill v1.70.0
13732024-07-10T23:17:26.945Z Compiling rustc-demangle v0.1.24
13742024-07-10T23:17:28.927Z Compiling psl-types v2.0.11
13752024-07-10T23:17:29.147Z Compiling anstyle-query v1.0.3
13762024-07-10T23:17:29.273Z Compiling fallible-iterator v0.2.0
13772024-07-10T23:17:29.294Z Compiling colorchoice v1.0.1
13782024-07-10T23:17:29.983Z Compiling postgres-protocol v0.6.6
13792024-07-10T23:17:31.227Z Compiling anstream v0.6.14
13802024-07-10T23:17:32.180Z Compiling publicsuffix v2.2.3
13812024-07-10T23:17:34.619Z Compiling diesel_derives v2.1.4
13822024-07-10T23:17:40.748Z Compiling tokio-rustls v0.24.1
13832024-07-10T23:17:41.771Z Compiling pkcs8 v0.10.2
13842024-07-10T23:17:42.043Z Compiling terminal_size v0.3.0
13852024-07-10T23:17:42.251Z Compiling tokio-native-tls v0.3.1
13862024-07-10T23:17:42.538Z Compiling phf_shared v0.11.2
13872024-07-10T23:17:43.632Z Compiling strum_macros v0.25.3
13882024-07-10T23:17:44.206Z Compiling enum-as-inner v0.5.1
13892024-07-10T23:17:44.564Z Compiling block-padding v0.3.3
13902024-07-10T23:17:44.793Z Compiling regress v0.9.1
13912024-07-10T23:17:45.184Z Compiling serde_repr v0.1.19
13922024-07-10T23:17:46.019Z Compiling clap_derive v4.5.4
13932024-07-10T23:17:47.020Z Compiling ff v0.13.0
13942024-07-10T23:17:47.248Z Compiling lazy_static v1.5.0
13952024-07-10T23:17:47.391Z Compiling scheduled-thread-pool v0.2.7
13962024-07-10T23:17:47.917Z Compiling encoding_rs v0.8.34
13972024-07-10T23:17:49.740Z Compiling ipnet v2.9.0
13982024-07-10T23:17:50.739Z Compiling bitflags v1.3.2
13992024-07-10T23:17:50.844Z Compiling matches v0.1.10
14002024-07-10T23:17:50.856Z Compiling base16ct v0.2.0
14012024-07-10T23:17:50.875Z Compiling managed v0.8.0
14022024-07-10T23:17:50.934Z Compiling either v1.12.0
14032024-07-10T23:17:51.166Z Compiling clap_lex v0.7.0
14042024-07-10T23:17:51.334Z Compiling bit-vec v0.6.3
14052024-07-10T23:17:51.386Z Compiling mime v0.3.17
14062024-07-10T23:17:52.169Z Compiling clap_builder v4.5.2
14072024-07-10T23:17:52.554Z Compiling sec1 v0.7.3
14082024-07-10T23:17:53.132Z Compiling idna v0.2.3
14092024-07-10T23:17:54.645Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
14102024-07-10T23:17:55.050Z Compiling r2d2 v0.8.10
14112024-07-10T23:17:59.888Z Compiling group v0.13.0
14122024-07-10T23:17:59.912Z Compiling inout v0.1.3
14132024-07-10T23:17:59.930Z Compiling phf v0.11.2
14142024-07-10T23:17:59.930Z Compiling hyper-tls v0.5.0
14152024-07-10T23:17:59.930Z Compiling signal-hook-mio v0.2.3
14162024-07-10T23:17:59.930Z Compiling hyper-rustls v0.24.2
14172024-07-10T23:17:59.930Z Compiling cookie_store v0.20.0
14182024-07-10T23:18:00.234Z Compiling postgres-types v0.2.6
14192024-07-10T23:18:00.326Z Compiling num-bigint v0.4.5
14202024-07-10T23:18:00.326Z Compiling zerocopy v0.6.6
14212024-07-10T23:18:01.292Z Compiling hubpack v0.1.2
14222024-07-10T23:18:01.369Z Compiling phf_shared v0.10.0
14232024-07-10T23:18:01.663Z Compiling rustls-pemfile v1.0.4
14242024-07-10T23:18:01.743Z Compiling hkdf v0.12.4
14252024-07-10T23:18:01.781Z Compiling serde_urlencoded v0.7.1
14262024-07-10T23:18:01.980Z Compiling crossbeam-epoch v0.9.18
14272024-07-10T23:18:02.323Z Compiling ipnetwork v0.20.0
14282024-07-10T23:18:03.260Z Compiling futures-executor v0.3.30
14292024-07-10T23:18:04.006Z Compiling crypto-bigint v0.5.5
14302024-07-10T23:18:04.044Z Compiling float-cmp v0.9.0
14312024-07-10T23:18:04.206Z Compiling memmap v0.7.0
14322024-07-10T23:18:04.265Z Compiling fixedbitset v0.4.2
14332024-07-10T23:18:04.666Z Compiling whoami v1.5.1
14342024-07-10T23:18:05.275Z Compiling webpki-roots v0.25.4
14352024-07-10T23:18:05.291Z Compiling precomputed-hash v0.1.1
14362024-07-10T23:18:05.414Z Compiling data-encoding v2.6.0
14372024-07-10T23:18:05.433Z Compiling predicates-core v1.0.6
14382024-07-10T23:18:05.779Z Compiling new_debug_unreachable v1.0.6
14392024-07-10T23:18:06.433Z Compiling winnow v0.6.8
14402024-07-10T23:18:06.449Z Compiling difflib v0.4.0
14412024-07-10T23:18:07.081Z Compiling sync_wrapper v0.1.2
14422024-07-10T23:18:07.651Z Compiling minimal-lexical v0.2.1
14432024-07-10T23:18:07.679Z Compiling static_assertions v1.1.0
14442024-07-10T23:18:07.778Z Compiling unicode-segmentation v1.11.0
14452024-07-10T23:18:07.869Z Compiling normalize-line-endings v0.3.0
14462024-07-10T23:18:07.903Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
14472024-07-10T23:18:07.997Z Compiling predicates v3.1.0
14482024-07-10T23:18:08.146Z Compiling nom v7.1.3
14492024-07-10T23:18:08.609Z Compiling similar v2.5.0
14502024-07-10T23:18:09.553Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
14512024-07-10T23:18:09.868Z Compiling reqwest v0.11.27
14522024-07-10T23:18:10.190Z Compiling toml_edit v0.22.14
14532024-07-10T23:18:10.724Z Compiling elliptic-curve v0.13.8
14542024-07-10T23:18:11.499Z Compiling trust-dns-proto v0.22.0
14552024-07-10T23:18:11.973Z Compiling string_cache v0.8.7
14562024-07-10T23:18:13.643Z Compiling tokio-postgres v0.7.10
14572024-07-10T23:18:14.004Z Compiling petgraph v0.6.5
14582024-07-10T23:18:14.376Z Compiling usdt v0.5.0
14592024-07-10T23:18:16.484Z Compiling futures v0.3.30
14602024-07-10T23:18:16.611Z Compiling diesel v2.1.6
14612024-07-10T23:18:17.378Z Compiling yasna v0.5.2
14622024-07-10T23:18:18.521Z Compiling crossterm v0.27.0
14632024-07-10T23:18:18.620Z Compiling flate2 v1.0.30
14642024-07-10T23:18:18.852Z Compiling cipher v0.4.4
14652024-07-10T23:18:19.317Z Compiling clap v4.5.4
14662024-07-10T23:18:19.336Z Compiling bit-set v0.5.3
14672024-07-10T23:18:19.447Z Compiling itertools v0.10.5
14682024-07-10T23:18:19.586Z Compiling itertools v0.12.1
14692024-07-10T23:18:19.621Z Compiling console v0.15.8
14702024-07-10T23:18:21.003Z Compiling num-iter v0.1.45
14712024-07-10T23:18:21.996Z Compiling tokio-stream v0.1.15
14722024-07-10T23:18:22.212Z Compiling toml v0.7.8
14732024-07-10T23:18:22.353Z Compiling bstr v1.9.1
14742024-07-10T23:18:22.805Z Compiling hex v0.4.3
14752024-07-10T23:18:22.989Z Compiling camino v1.1.7
14762024-07-10T23:18:23.227Z Compiling peg-runtime v0.8.3
14772024-07-10T23:18:23.443Z Compiling lalrpop-util v0.19.12
14782024-07-10T23:18:23.535Z Compiling unicode-xid v0.2.4
14792024-07-10T23:18:23.774Z Compiling proc-macro-crate v1.3.1
14802024-07-10T23:18:24.666Z Compiling heapless v0.8.0
14812024-07-10T23:18:27.755Z Compiling num_enum_derive v0.5.11
14822024-07-10T23:18:33.361Z Compiling hash32 v0.3.1
14832024-07-10T23:18:33.987Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
14842024-07-10T23:18:35.207Z Compiling ident_case v1.0.1
14852024-07-10T23:18:35.396Z Compiling smoltcp v0.11.0
14862024-07-10T23:18:36.061Z Compiling rustls-pki-types v1.7.0
14872024-07-10T23:18:37.471Z Compiling darling_core v0.20.9
14882024-07-10T23:18:48.513Z Compiling num_enum v0.5.11
14892024-07-10T23:18:49.864Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
14902024-07-10T23:18:50.314Z Compiling getopts v0.2.21
14912024-07-10T23:18:51.547Z Compiling dirs-sys-next v0.1.2
14922024-07-10T23:18:52.723Z Compiling proc-macro-error-attr v1.0.4
14932024-07-10T23:18:53.102Z Compiling paste v1.0.15
14942024-07-10T23:18:53.125Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
14952024-07-10T23:18:53.411Z Compiling cobs v0.2.3
14962024-07-10T23:18:53.629Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14972024-07-10T23:18:53.904Z Compiling embedded-io v0.4.0
14982024-07-10T23:18:54.144Z Compiling unsafe-libyaml v0.2.11
14992024-07-10T23:18:54.500Z Compiling rustls v0.22.4
15002024-07-10T23:18:55.998Z Compiling serde_yaml v0.9.34+deprecated
15012024-07-10T23:18:56.683Z Compiling postcard v1.0.8
15022024-07-10T23:18:59.191Z Compiling dirs-next v2.0.0
15032024-07-10T23:19:00.277Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15042024-07-10T23:19:02.362Z Compiling darling_macro v0.20.9
15052024-07-10T23:19:04.352Z Compiling rustls-webpki v0.102.4
15062024-07-10T23:19:10.669Z Compiling strum_macros v0.26.4
15072024-07-10T23:19:12.164Z Compiling foreign-types-macros v0.2.3
15082024-07-10T23:19:12.236Z Compiling structmeta-derive v0.3.0
15092024-07-10T23:19:13.648Z Compiling thread_local v1.1.8
15102024-07-10T23:19:13.698Z Compiling multer v3.1.0
15112024-07-10T23:19:13.999Z Compiling proc-macro-error v1.0.4
15122024-07-10T23:19:14.304Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15132024-07-10T23:19:14.379Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15142024-07-10T23:19:14.964Z Compiling match_cfg v0.1.0
15152024-07-10T23:19:15.655Z Compiling slog-async v2.8.0
15162024-07-10T23:19:16.127Z Compiling foreign-types-shared v0.3.1
15172024-07-10T23:19:16.827Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15182024-07-10T23:19:17.482Z Compiling foreign-types v0.5.0
15192024-07-10T23:19:21.425Z Compiling strum v0.26.2
15202024-07-10T23:19:21.616Z Compiling hostname v0.3.1
15212024-07-10T23:19:21.888Z Compiling structmeta v0.3.0
15222024-07-10T23:19:23.103Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15232024-07-10T23:19:25.189Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15242024-07-10T23:19:27.585Z Compiling darling v0.20.9
15252024-07-10T23:19:35.487Z Compiling term v0.7.0
15262024-07-10T23:19:39.486Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15272024-07-10T23:19:41.211Z Compiling slog-json v2.6.1
15282024-07-10T23:19:41.623Z Compiling tabwriter v1.4.0
15292024-07-10T23:19:41.745Z Compiling crossbeam-channel v0.5.12
15302024-07-10T23:19:42.812Z Compiling http v1.1.0
15312024-07-10T23:19:43.513Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15322024-07-10T23:19:43.685Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15332024-07-10T23:19:43.999Z Compiling async-stream-impl v0.3.5
15342024-07-10T23:19:44.324Z Compiling cstr-argument v0.1.2
15352024-07-10T23:19:44.559Z Compiling is-terminal v0.4.12
15362024-07-10T23:19:44.600Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca)
15372024-07-10T23:19:44.698Z Compiling pretty-hex v0.2.1
15382024-07-10T23:19:44.750Z Compiling rayon-core v1.12.1
15392024-07-10T23:19:45.068Z Compiling atomic-waker v1.1.2
15402024-07-10T23:19:45.271Z Compiling fastrand v2.1.0
15412024-07-10T23:19:45.327Z Compiling take_mut v0.2.2
15422024-07-10T23:19:45.344Z Compiling base64 v0.22.1
15432024-07-10T23:19:45.502Z Compiling crucible-workspace-hack v0.1.0
15442024-07-10T23:19:45.770Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
15452024-07-10T23:19:45.970Z Compiling rustls-pemfile v2.1.2
15462024-07-10T23:19:46.011Z Compiling tempfile v3.10.1
15472024-07-10T23:19:46.484Z Compiling async-stream v0.3.5
15482024-07-10T23:19:46.719Z Compiling waitgroup v0.1.2
15492024-07-10T23:19:46.928Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15502024-07-10T23:19:46.974Z Compiling slog-term v2.9.1
15512024-07-10T23:19:47.465Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15522024-07-10T23:19:48.019Z Compiling slog-bunyan v2.5.0
15532024-07-10T23:19:48.314Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15542024-07-10T23:19:48.549Z Compiling tokio-rustls v0.25.0
15552024-07-10T23:19:49.032Z Compiling serde_with_macros v3.8.1
15562024-07-10T23:19:49.152Z Compiling parse-display-derive v0.9.1
15572024-07-10T23:19:49.192Z Compiling toml v0.8.14
15582024-07-10T23:19:49.795Z Compiling sha1 v0.10.6
15592024-07-10T23:19:50.394Z Compiling colored v2.1.0
15602024-07-10T23:19:50.634Z Compiling crossbeam-deque v0.8.5
15612024-07-10T23:19:51.040Z Compiling newtype-uuid v1.1.0
15622024-07-10T23:19:51.397Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca)
15632024-07-10T23:19:51.725Z Compiling serde_path_to_error v0.1.16
15642024-07-10T23:19:51.831Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15652024-07-10T23:19:52.560Z Compiling hostname v0.4.0
15662024-07-10T23:19:52.795Z Compiling socket2 v0.4.10
15672024-07-10T23:19:52.820Z Compiling instant v0.1.12
15682024-07-10T23:19:52.995Z Compiling debug-ignore v1.0.5
15692024-07-10T23:19:53.159Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
15702024-07-10T23:19:53.369Z Compiling parse-display v0.9.1
15712024-07-10T23:19:53.564Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15722024-07-10T23:19:55.311Z Compiling backoff v0.4.0
15732024-07-10T23:19:55.681Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15742024-07-10T23:19:55.898Z Compiling serde_with v3.8.1
15752024-07-10T23:19:56.321Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
15762024-07-10T23:19:56.829Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
15772024-07-10T23:19:57.974Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15782024-07-10T23:19:58.218Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86)
15792024-07-10T23:19:58.736Z Compiling camino-tempfile v1.1.1
15802024-07-10T23:19:59.667Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
15812024-07-10T23:20:00.208Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15822024-07-10T23:20:00.408Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
15832024-07-10T23:20:00.534Z Compiling macaddr v1.0.1
15842024-07-10T23:20:00.632Z Compiling num-derive v0.4.2
15852024-07-10T23:20:01.181Z Compiling sigpipe v0.1.3
15862024-07-10T23:20:01.319Z Compiling libefi-sys v0.1.0
15872024-07-10T23:20:01.641Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
15882024-07-10T23:20:02.215Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
15892024-07-10T23:20:02.741Z Compiling rayon v1.10.0
15902024-07-10T23:20:03.027Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
15912024-07-10T23:20:03.245Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15922024-07-10T23:20:04.335Z Compiling smf v0.2.3
15932024-07-10T23:20:04.646Z Compiling bitfield-struct v0.6.1
15942024-07-10T23:20:05.670Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
15952024-07-10T23:20:06.026Z Compiling ring v0.16.20
15962024-07-10T23:20:06.095Z Compiling blake3 v1.5.1
15972024-07-10T23:20:06.660Z Compiling portable-atomic v1.6.0
15982024-07-10T23:20:07.447Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
15992024-07-10T23:20:07.634Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16002024-07-10T23:20:08.071Z Compiling xattr v1.3.1
16012024-07-10T23:20:08.211Z Compiling filetime v0.2.23
16022024-07-10T23:20:08.408Z Compiling memmap2 v0.9.4
16032024-07-10T23:20:08.542Z Compiling arrayvec v0.7.4
16042024-07-10T23:20:08.807Z Compiling spin v0.5.2
16052024-07-10T23:20:08.824Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
16062024-07-10T23:20:08.951Z Compiling same-file v1.0.6
16072024-07-10T23:20:08.968Z Compiling untrusted v0.7.1
16082024-07-10T23:20:09.013Z Compiling arrayref v0.3.7
16092024-07-10T23:20:09.051Z Compiling constant_time_eq v0.3.0
16102024-07-10T23:20:09.112Z Compiling walkdir v2.5.0
16112024-07-10T23:20:09.143Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
16122024-07-10T23:20:09.224Z Compiling tar v0.4.40
16132024-07-10T23:20:10.746Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
16142024-07-10T23:20:10.782Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
16152024-07-10T23:20:11.961Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16162024-07-10T23:20:14.233Z Compiling cargo-platform v0.1.8
16172024-07-10T23:20:14.510Z Compiling gethostname v0.4.3
16182024-07-10T23:20:14.796Z Compiling topological-sort v0.2.2
16192024-07-10T23:20:15.073Z Compiling number_prefix v0.4.0
16202024-07-10T23:20:15.336Z Compiling indicatif v0.17.8
16212024-07-10T23:20:15.353Z Compiling omicron-zone-package v0.11.0
16222024-07-10T23:20:15.532Z Compiling cargo_metadata v0.18.1
16232024-07-10T23:20:23.471Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
16242024-07-10T23:20:27.709Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
16252024-07-10T23:20:28.722Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
16262024-07-10T23:20:30.351Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
16272024-07-10T23:20:48.295Z Finished `release` profile [optimized] target(s) in 4m 38s
16282024-07-10T23:20:48.412Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
16292024-07-10T23:20:48.459ZLogging to: /work/oxidecomputer/omicron/out/LOG
16302024-07-10T23:20:48.463ZCreated new build target 'test' and set it as active
16312024-07-10T23:20:48.463Z
16322024-07-10T23:20:48.463Zreal 4:38.230236782
16332024-07-10T23:20:48.463Zuser 31:10.514187524
16342024-07-10T23:20:48.463Zsys 4:02.085374845
16352024-07-10T23:20:48.463Ztrap 0.948505187
16362024-07-10T23:20:48.463Ztflt 2.715982516
16372024-07-10T23:20:48.463Zdflt 1.630604814
16382024-07-10T23:20:48.463Zkflt 0.019937958
16392024-07-10T23:20:48.463Zlock 1:05:16.369936379
16402024-07-10T23:20:48.463Zslp 1:27:14.234829722
16412024-07-10T23:20:48.463Zlat 2:04.675319695
16422024-07-10T23:20:48.463Zstop 3:08.929627188
16432024-07-10T23:20:48.466Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
16442024-07-10T23:20:49.363Z Finished `release` profile [optimized] target(s) in 0.85s
16452024-07-10T23:20:49.408Z Running `target/release/omicron-package -t test package`
16462024-07-10T23:20:49.446ZLogging to: /work/oxidecomputer/omicron/out/LOG
16472024-07-10T23:20:50.525Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
16482024-07-10T23:20:50.625Z Compiling humantime v2.1.0
16492024-07-10T23:20:50.628Z Compiling newline-converter v0.3.0
16502024-07-10T23:20:50.628Z Compiling derive-where v1.2.7
16512024-07-10T23:20:50.628Z Compiling dirs-sys-next v0.1.2
16522024-07-10T23:20:50.637Z Compiling prettyplease v0.2.20
16532024-07-10T23:20:50.639Z Compiling convert_case v0.4.0
16542024-07-10T23:20:50.640Z Compiling camino v1.1.7
16552024-07-10T23:20:50.742Z Compiling expectorate v1.1.0
16562024-07-10T23:20:50.847Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
16572024-07-10T23:20:50.981Z Compiling dirs-next v2.0.0
16582024-07-10T23:20:50.984Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
16592024-07-10T23:20:51.155Z Compiling term v0.7.0
16602024-07-10T23:20:51.199Z Compiling password-hash v0.5.0
16612024-07-10T23:20:51.406Z Compiling derive_more v0.99.18
16622024-07-10T23:20:51.505Z Compiling blake2 v0.10.6
16632024-07-10T23:20:51.654Z Compiling is-terminal v0.4.12
16642024-07-10T23:20:51.779Z Compiling toml v0.8.14
16652024-07-10T23:20:52.512Z Compiling argon2 v0.5.3
16662024-07-10T23:20:52.750Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16672024-07-10T23:20:53.193Z Compiling semver v0.1.20
16682024-07-10T23:20:53.364Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
16692024-07-10T23:20:53.516Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16702024-07-10T23:20:53.743Z Compiling rustc_version v0.1.7
16712024-07-10T23:20:53.820Z Compiling linked-hash-map v0.5.6
16722024-07-10T23:20:53.957Z Compiling rustls-pki-types v1.7.0
16732024-07-10T23:20:54.185Z Compiling newtype_derive v0.1.6
16742024-07-10T23:20:54.204Z Compiling lru-cache v0.1.2
16752024-07-10T23:20:54.423Z Compiling rustls-webpki v0.102.4
16762024-07-10T23:20:54.696Z Compiling rustls v0.22.4
16772024-07-10T23:20:54.721Z Compiling thread_local v1.1.8
16782024-07-10T23:20:54.746Z Compiling match_cfg v0.1.0
16792024-07-10T23:20:54.845Z Compiling home v0.5.9
16802024-07-10T23:20:55.001Z Compiling hostname v0.3.1
16812024-07-10T23:20:55.094Z Compiling steno v0.4.1
16822024-07-10T23:20:55.230Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
16832024-07-10T23:20:55.233Z Compiling multer v3.1.0
16842024-07-10T23:20:56.294Z Compiling slog-async v2.8.0
16852024-07-10T23:20:56.364Z Compiling slog-json v2.6.1
16862024-07-10T23:20:56.739Z Compiling crossbeam-channel v0.5.12
16872024-07-10T23:20:56.788Z Compiling http v1.1.0
16882024-07-10T23:20:57.718Z Compiling slog-dtrace v0.3.0
16892024-07-10T23:20:57.827Z Compiling atomic-waker v1.1.2
16902024-07-10T23:20:58.005Z Compiling base64 v0.22.1
16912024-07-10T23:20:58.021Z Compiling termcolor v1.4.1
16922024-07-10T23:20:58.715Z Compiling take_mut v0.2.2
16932024-07-10T23:20:58.932Z Compiling rustls-pemfile v2.1.2
16942024-07-10T23:20:59.204Z Compiling waitgroup v0.1.2
16952024-07-10T23:20:59.347Z Compiling slog-bunyan v2.5.0
16962024-07-10T23:20:59.422Z Compiling tokio-rustls v0.25.0
16972024-07-10T23:20:59.586Z Compiling slog-term v2.9.1
16982024-07-10T23:20:59.852Z Compiling async-stream v0.3.5
16992024-07-10T23:20:59.908Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca)
17002024-07-10T23:20:59.978Z Compiling sha1 v0.10.6
17012024-07-10T23:21:00.154Z Compiling newtype-uuid v1.1.0
17022024-07-10T23:21:00.169Z Compiling serde_path_to_error v0.1.16
17032024-07-10T23:21:00.396Z Compiling hostname v0.4.0
17042024-07-10T23:21:00.459Z Compiling instant v0.1.12
17052024-07-10T23:21:00.612Z Compiling debug-ignore v1.0.5
17062024-07-10T23:21:00.627Z Compiling backoff v0.4.0
17072024-07-10T23:21:00.746Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17082024-07-10T23:21:01.006Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86)
17092024-07-10T23:21:01.050Z Compiling parse-display v0.9.1
17102024-07-10T23:21:01.609Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17112024-07-10T23:21:01.795Z Compiling serde_with v3.8.1
17122024-07-10T23:21:02.345Z Compiling strum v0.26.2
17132024-07-10T23:21:02.534Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17142024-07-10T23:21:03.659Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
17152024-07-10T23:21:04.350Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17162024-07-10T23:21:04.379Z Compiling num-rational v0.4.2
17172024-07-10T23:21:04.523Z Compiling num-complex v0.4.6
17182024-07-10T23:21:05.313Z Compiling macaddr v1.0.1
17192024-07-10T23:21:05.615Z Compiling quick-error v1.2.3
17202024-07-10T23:21:05.714Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
17212024-07-10T23:21:05.767Z Compiling resolv-conf v0.7.0
17222024-07-10T23:21:06.013Z Compiling num v0.4.3
17232024-07-10T23:21:07.374Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17242024-07-10T23:21:07.500Z Compiling swrite v0.1.0
17252024-07-10T23:21:07.633Z Compiling utf-8 v0.7.6
17262024-07-10T23:21:07.994Z Compiling radium v0.7.0
17272024-07-10T23:21:08.423Z Compiling float-ord v0.3.2
17282024-07-10T23:21:08.612Z Compiling trust-dns-resolver v0.22.0
17292024-07-10T23:21:08.708Z Compiling maybe-uninit v2.0.0
17302024-07-10T23:21:09.070Z Compiling tap v1.0.1
17312024-07-10T23:21:09.240Z Compiling wyz v0.5.1
17322024-07-10T23:21:09.678Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
17332024-07-10T23:21:09.801Z Compiling bzip2-sys v0.1.11+1.0.8
17342024-07-10T23:21:10.258Z Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
17352024-07-10T23:21:15.775Z Compiling packed_struct v0.10.1
17362024-07-10T23:21:16.193Z Compiling display-error-chain v0.2.0
17372024-07-10T23:21:16.380Z Compiling crc-catalog v2.4.0
17382024-07-10T23:21:16.533Z Compiling num-bigint-dig v0.8.4
17392024-07-10T23:21:16.826Z Compiling funty v2.0.0
17402024-07-10T23:21:19.462Z Compiling bitvec v1.0.1
17412024-07-10T23:21:22.906Z Compiling crc v3.2.1
17422024-07-10T23:21:24.922Z Compiling nibble_vec v0.1.0
17432024-07-10T23:21:25.162Z Compiling packed_struct_codegen v0.10.1
17442024-07-10T23:21:27.871Z Compiling indexmap v1.9.3
17452024-07-10T23:21:28.172Z Compiling glob v0.3.1
17462024-07-10T23:21:29.016Z Compiling nodrop v0.1.14
17472024-07-10T23:21:29.156Z Compiling crunchy v0.2.2
17482024-07-10T23:21:29.355Z Compiling endian-type v0.1.2
17492024-07-10T23:21:29.575Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
17502024-07-10T23:21:29.593Z Compiling radix_trie v0.2.1
17512024-07-10T23:21:29.841Z Compiling array-init v0.0.4
17522024-07-10T23:21:30.128Z Compiling clang-sys v1.7.0
17532024-07-10T23:21:30.803Z Compiling smallvec v0.6.14
17542024-07-10T23:21:31.256Z Compiling pkcs1 v0.7.5
17552024-07-10T23:21:32.458Z Compiling signature v2.2.0
17562024-07-10T23:21:32.736Z Compiling hashbrown v0.12.3
17572024-07-10T23:21:33.932Z Compiling bitfield v0.14.0
17582024-07-10T23:21:34.247Z Compiling maplit v1.0.2
17592024-07-10T23:21:34.281Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17602024-07-10T23:21:34.373Z Compiling tiny-keccak v2.0.2
17612024-07-10T23:21:34.657Z Compiling cancel-safe-futures v0.1.5
17622024-07-10T23:21:34.738Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17632024-07-10T23:21:34.758Z Compiling rsa v0.9.6
17642024-07-10T23:21:35.185Z Compiling serde-hex v0.1.0
17652024-07-10T23:21:36.226Z Compiling bzip2 v0.4.4
17662024-07-10T23:21:36.800Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
17672024-07-10T23:21:37.128Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17682024-07-10T23:21:38.428Z Compiling env_logger v0.10.2
17692024-07-10T23:21:40.299Z Compiling x509-cert v0.2.5
17702024-07-10T23:21:40.379Z Compiling ron v0.8.1
17712024-07-10T23:21:41.400Z Compiling hashbrown v0.13.2
17722024-07-10T23:21:41.609Z Compiling crc-any v2.5.0
17732024-07-10T23:21:42.536Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17742024-07-10T23:21:42.796Z Compiling object v0.30.4
17752024-07-10T23:21:44.730Z Compiling zip v0.6.6
17762024-07-10T23:21:47.525Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17772024-07-10T23:21:47.718Z Compiling rayon-core v1.12.1
17782024-07-10T23:21:47.744Z Compiling ascii-canvas v3.0.0
17792024-07-10T23:21:48.250Z Compiling crossbeam-deque v0.8.5
17802024-07-10T23:21:48.627Z Compiling ena v0.14.3
17812024-07-10T23:21:49.065Z Compiling libloading v0.8.3
17822024-07-10T23:21:49.461Z Compiling half v2.4.1
17832024-07-10T23:21:50.199Z Compiling ciborium-io v0.2.2
17842024-07-10T23:21:50.336Z Compiling arc-swap v1.7.1
17852024-07-10T23:21:51.038Z Compiling bindgen v0.69.4
17862024-07-10T23:21:51.497Z Compiling regex-syntax v0.6.29
17872024-07-10T23:21:52.423Z Compiling diff v0.1.13
17882024-07-10T23:21:52.705Z Compiling same-file v1.0.6
17892024-07-10T23:21:52.949Z Compiling path-slash v0.1.5
17902024-07-10T23:21:53.039Z Compiling fastrand v2.1.0
17912024-07-10T23:21:53.204Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
17922024-07-10T23:21:53.589Z Compiling tempfile v3.10.1
17932024-07-10T23:21:54.403Z Compiling walkdir v2.5.0
17942024-07-10T23:21:55.080Z Compiling lalrpop v0.19.12
17952024-07-10T23:21:56.265Z Compiling slog-scope v4.4.0
17962024-07-10T23:21:56.914Z Compiling ciborium-ll v0.2.2
17972024-07-10T23:21:58.202Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
17982024-07-10T23:21:59.051Z Compiling which v4.4.2
17992024-07-10T23:21:59.403Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
18002024-07-10T23:21:59.626Z Compiling cexpr v0.6.0
18012024-07-10T23:21:59.642Z Compiling fxhash v0.2.1
18022024-07-10T23:21:59.867Z Compiling lazycell v1.3.0
18032024-07-10T23:22:00.031Z Compiling shlex v1.3.0
18042024-07-10T23:22:00.438Z Compiling rustc-hash v1.1.0
18052024-07-10T23:22:00.590Z Compiling ref-cast v1.0.23
18062024-07-10T23:22:01.287Z Compiling ring v0.16.20
18072024-07-10T23:22:04.008Z Compiling blake3 v1.5.1
18082024-07-10T23:22:04.429Z Compiling rayon v1.10.0
18092024-07-10T23:22:05.674Z Compiling ciborium v0.2.2
18102024-07-10T23:22:07.837Z Compiling slog-stdlog v4.1.1
18112024-07-10T23:22:08.597Z Compiling tungstenite v0.21.0
18122024-07-10T23:22:08.752Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
18132024-07-10T23:22:09.031Z Compiling derive_builder_core v0.20.0
18142024-07-10T23:22:09.369Z Compiling headers-core v0.2.0
18152024-07-10T23:22:09.498Z Compiling xattr v1.3.1
18162024-07-10T23:22:09.547Z Compiling libxml v0.3.3
18172024-07-10T23:22:09.760Z Compiling ref-cast-impl v1.0.23
18182024-07-10T23:22:09.883Z Compiling async-recursion v1.1.1
18192024-07-10T23:22:10.911Z Compiling memmap2 v0.9.4
18202024-07-10T23:22:11.265Z Compiling filetime v0.2.23
18212024-07-10T23:22:11.333Z Compiling atty v0.2.14
18222024-07-10T23:22:11.372Z Compiling arrayref v0.3.7
18232024-07-10T23:22:11.482Z Compiling untrusted v0.7.1
18242024-07-10T23:22:11.498Z Compiling constant_time_eq v0.3.0
18252024-07-10T23:22:11.587Z Compiling arrayvec v0.7.4
18262024-07-10T23:22:11.647Z Compiling spin v0.5.2
18272024-07-10T23:22:11.662Z Compiling tar v0.4.40
18282024-07-10T23:22:13.376Z Compiling derive_builder_macro v0.20.0
18292024-07-10T23:22:13.796Z Compiling tokio-tungstenite v0.21.0
18302024-07-10T23:22:13.907Z Compiling headers v0.3.9
18312024-07-10T23:22:14.241Z Compiling slog-envlogger v2.2.0
18322024-07-10T23:22:14.371Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
18332024-07-10T23:22:15.421Z Compiling toolchain_find v0.4.0
18342024-07-10T23:22:15.708Z Compiling samael v0.0.15
18352024-07-10T23:22:15.785Z Compiling camino-tempfile v1.1.1
18362024-07-10T23:22:16.018Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
18372024-07-10T23:22:16.205Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
18382024-07-10T23:22:16.303Z Compiling pem v3.0.4
18392024-07-10T23:22:16.722Z Compiling libsw v3.3.1
18402024-07-10T23:22:17.063Z Compiling strum_macros v0.24.3
18412024-07-10T23:22:17.340Z Compiling cookie v0.18.1
18422024-07-10T23:22:17.625Z Compiling indoc v1.0.9
18432024-07-10T23:22:17.667Z Compiling owo-colors v4.0.0
18442024-07-10T23:22:17.839Z Compiling linear-map v1.2.0
18452024-07-10T23:22:17.854Z Compiling cfg_aliases v0.1.1
18462024-07-10T23:22:17.963Z Compiling topological-sort v0.2.2
18472024-07-10T23:22:18.194Z Compiling omicron-zone-package v0.11.0
18482024-07-10T23:22:18.266Z Compiling nix v0.28.0
18492024-07-10T23:22:19.041Z Compiling rustfmt-wrapper v0.2.1
18502024-07-10T23:22:19.555Z Compiling derive_builder v0.20.0
18512024-07-10T23:22:19.751Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
18522024-07-10T23:22:20.630Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
18532024-07-10T23:22:21.355Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
18542024-07-10T23:22:21.638Z Compiling oso-derive v0.27.3
18552024-07-10T23:22:22.283Z Compiling polar-core v0.27.3
18562024-07-10T23:22:22.627Z Compiling impl-trait-for-tuples v0.2.2
18572024-07-10T23:22:23.091Z Compiling quick-xml v0.31.0
18582024-07-10T23:22:23.852Z Compiling vte_generate_state_changes v0.1.1
18592024-07-10T23:22:24.416Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
18602024-07-10T23:22:24.705Z Compiling unicase v2.7.0
18612024-07-10T23:22:25.027Z Compiling buf-list v1.0.3
18622024-07-10T23:22:25.766Z Compiling vte v0.11.1
18632024-07-10T23:22:25.836Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
18642024-07-10T23:22:27.430Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
18652024-07-10T23:22:28.970Z Compiling tungstenite v0.20.1
18662024-07-10T23:22:29.846Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
18672024-07-10T23:22:30.141Z Compiling fd-lock v4.0.2
18682024-07-10T23:22:30.372Z Compiling bb8 v0.8.5
18692024-07-10T23:22:30.949Z Compiling const_format_proc_macros v0.2.32
18702024-07-10T23:22:32.147Z Compiling pin-project-internal v1.1.5
18712024-07-10T23:22:32.910Z Compiling memoffset v0.9.1
18722024-07-10T23:22:33.211Z Compiling parking_lot_core v0.8.6
18732024-07-10T23:22:33.633Z Compiling bytecount v0.6.8
18742024-07-10T23:22:33.957Z Compiling papergrid v0.11.0
18752024-07-10T23:22:34.508Z Compiling const_format v0.2.32
18762024-07-10T23:22:35.011Z Compiling pin-project v1.1.5
18772024-07-10T23:22:35.163Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
18782024-07-10T23:22:35.714Z Compiling tokio-tungstenite v0.20.1
18792024-07-10T23:22:36.312Z Compiling strip-ansi-escapes v0.2.0
18802024-07-10T23:22:38.381Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
18812024-07-10T23:22:38.416Z Compiling tabled_derive v0.7.0
18822024-07-10T23:22:40.858Z Compiling peg-macros v0.8.3
18832024-07-10T23:22:42.134Z Compiling snafu-derive v0.8.2
18842024-07-10T23:22:44.277Z Compiling sqlparser_derive v0.2.2
18852024-07-10T23:22:44.419Z Compiling nu-ansi-term v0.50.0
18862024-07-10T23:22:45.662Z Compiling unicode_categories v0.1.1
18872024-07-10T23:22:45.679Z Compiling rustyline v14.0.0
18882024-07-10T23:22:46.007Z Compiling sqlformat v0.2.3
18892024-07-10T23:22:46.229Z Compiling sqlparser v0.45.0
18902024-07-10T23:22:47.280Z Compiling oso v0.27.3
18912024-07-10T23:22:57.586Z Compiling snafu v0.8.2
18922024-07-10T23:22:58.042Z Compiling reedline v0.31.0
18932024-07-10T23:22:58.924Z Compiling peg v0.8.3
18942024-07-10T23:22:59.048Z Compiling tabled v0.15.0
18952024-07-10T23:23:15.729Z Compiling env_logger v0.9.3
18962024-07-10T23:23:16.340Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
18972024-07-10T23:23:20.328Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18982024-07-10T23:23:20.585Z Compiling globset v0.4.14
18992024-07-10T23:23:20.831Z Compiling olpc-cjson v0.1.3
19002024-07-10T23:23:21.185Z Compiling bcs v0.1.6
19012024-07-10T23:23:21.609Z Compiling bitstruct_derive v0.1.0
19022024-07-10T23:23:22.101Z Compiling serde_plain v1.0.2
19032024-07-10T23:23:22.642Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19042024-07-10T23:23:22.795Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
19052024-07-10T23:23:22.929Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
19062024-07-10T23:23:23.094Z Compiling salty v0.2.0
19072024-07-10T23:23:23.226Z Compiling signature v1.6.4
19082024-07-10T23:23:23.395Z Compiling highway v1.1.0
19092024-07-10T23:23:23.503Z Compiling ascii v1.1.0
19102024-07-10T23:23:24.337Z Compiling typed-path v0.7.1
19112024-07-10T23:23:24.792Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
19122024-07-10T23:23:24.918Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
19132024-07-10T23:23:27.308Z Compiling tough v0.17.1
19142024-07-10T23:23:28.501Z Compiling ed25519 v1.5.3
19152024-07-10T23:23:28.941Z Compiling bitstruct v0.1.1
19162024-07-10T23:23:29.096Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19172024-07-10T23:23:29.438Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19182024-07-10T23:23:29.996Z Compiling parking_lot v0.11.2
19192024-07-10T23:23:31.608Z Compiling nix v0.27.1
19202024-07-10T23:23:32.068Z Compiling trust-dns-client v0.22.0
19212024-07-10T23:23:34.762Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
19222024-07-10T23:23:35.105Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
19232024-07-10T23:23:43.087Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19242024-07-10T23:23:43.305Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19252024-07-10T23:23:44.319Z Compiling curve25519-dalek v4.1.3
19262024-07-10T23:23:44.735Z Compiling kstat-rs v0.2.4
19272024-07-10T23:23:45.588Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19282024-07-10T23:23:45.767Z Compiling serde-big-array v0.5.1
19292024-07-10T23:23:46.042Z Compiling toml v0.5.11
19302024-07-10T23:23:46.431Z Compiling erased-serde v0.3.31
19312024-07-10T23:23:55.457Z Compiling serde_arrays v0.1.0
19322024-07-10T23:23:55.668Z Compiling parse-size v1.0.0
19332024-07-10T23:23:55.966Z Compiling keccak v0.1.5
19342024-07-10T23:23:56.979Z Compiling sha3 v0.10.8
19352024-07-10T23:23:57.496Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
19362024-07-10T23:23:57.893Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19372024-07-10T23:24:03.750Z Compiling trust-dns-server v0.22.1
19382024-07-10T23:24:07.296Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19392024-07-10T23:24:12.390Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
19402024-07-10T23:24:21.704Z Compiling mime_guess v2.0.4
19412024-07-10T23:24:22.865Z Compiling sled v0.34.7
19422024-07-10T23:24:27.714Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
19432024-07-10T23:24:28.169Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
19442024-07-10T23:24:28.929Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86)
19452024-07-10T23:24:29.001Z Compiling signal-hook-tokio v0.3.1
19462024-07-10T23:24:29.220Z Compiling universal-hash v0.5.1
19472024-07-10T23:24:29.468Z Compiling heck v0.3.3
19482024-07-10T23:24:29.858Z Compiling secrecy v0.8.0
19492024-07-10T23:24:30.164Z Compiling castaway v0.2.2
19502024-07-10T23:24:30.365Z Compiling rand_seeder v0.2.3
19512024-07-10T23:24:30.483Z Compiling thiserror-impl-no-std v2.0.2
19522024-07-10T23:24:30.773Z Compiling serde-big-array v0.4.1
19532024-07-10T23:24:30.993Z Compiling nanorand v0.7.0
19542024-07-10T23:24:31.777Z Compiling curve25519-dalek-derive v0.1.1
19552024-07-10T23:24:33.229Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19562024-07-10T23:24:33.332Z Compiling opaque-debug v0.3.1
19572024-07-10T23:24:33.437Z Compiling poly1305 v0.8.0
19582024-07-10T23:24:33.541Z Compiling thiserror-no-std v2.0.2
19592024-07-10T23:24:35.015Z Compiling flume v0.11.0
19602024-07-10T23:24:35.787Z Compiling sprockets-common v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
19612024-07-10T23:24:37.221Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
19622024-07-10T23:24:37.444Z Compiling compact_str v0.7.1
19632024-07-10T23:24:39.032Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
19642024-07-10T23:24:42.053Z Compiling zone_cfg_derive v0.1.2
19652024-07-10T23:24:43.459Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
19662024-07-10T23:24:47.799Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
19672024-07-10T23:24:48.898Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19682024-07-10T23:24:49.539Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
19692024-07-10T23:24:55.985Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
19702024-07-10T23:24:57.057Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
19712024-07-10T23:24:57.799Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
19722024-07-10T23:24:58.084Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
19732024-07-10T23:24:58.371Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
19742024-07-10T23:24:58.655Z Compiling chacha20 v0.9.1
19752024-07-10T23:24:59.130Z Compiling unicode-truncate v1.0.0
19762024-07-10T23:24:59.408Z Compiling itertools v0.13.0
19772024-07-10T23:25:03.411Z Compiling aead v0.5.2
19782024-07-10T23:25:03.845Z Compiling lru v0.12.3
19792024-07-10T23:25:04.215Z Compiling stability v0.2.0
19802024-07-10T23:25:05.234Z Compiling base64 v0.13.1
19812024-07-10T23:25:06.023Z Compiling cassowary v0.3.0
19822024-07-10T23:25:09.859Z Compiling corncobs v0.1.3
19832024-07-10T23:25:10.246Z Compiling sprockets-rot v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
19842024-07-10T23:25:10.955Z Compiling ratatui v0.27.0
19852024-07-10T23:25:10.980Z Compiling ron v0.7.1
19862024-07-10T23:25:13.543Z Compiling chacha20poly1305 v0.10.1
19872024-07-10T23:25:13.847Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
19882024-07-10T23:25:14.230Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19892024-07-10T23:25:16.350Z Compiling zone v0.1.8
19902024-07-10T23:25:16.547Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
19912024-07-10T23:25:18.317Z Compiling vsss-rs v3.3.4
19922024-07-10T23:25:22.852Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
19932024-07-10T23:25:23.614Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
19942024-07-10T23:25:25.168Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
19952024-07-10T23:25:27.814Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19962024-07-10T23:25:28.046Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
19972024-07-10T23:25:28.339Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
19982024-07-10T23:25:28.549Z Compiling portpicker v0.1.1
19992024-07-10T23:25:29.104Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
20002024-07-10T23:25:31.351Z Compiling csv-core v0.1.11
20012024-07-10T23:25:33.454Z Compiling unicode-linebreak v0.1.5
20022024-07-10T23:25:33.996Z Compiling http-range v0.1.5
20032024-07-10T23:25:34.274Z Compiling smawk v0.3.2
20042024-07-10T23:25:34.535Z Compiling textwrap v0.16.1
20052024-07-10T23:25:34.565Z Compiling hyper-staticfile v0.9.5
20062024-07-10T23:25:35.840Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
20072024-07-10T23:25:36.212Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
20082024-07-10T23:25:37.678Z Compiling csv v1.3.0
20092024-07-10T23:25:38.365Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
20102024-07-10T23:25:46.461Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
20112024-07-10T23:25:47.569Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
20122024-07-10T23:25:48.147Z Compiling rcgen v0.12.1
20132024-07-10T23:25:50.859Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
20142024-07-10T23:25:51.363Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
20152024-07-10T23:25:51.655Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
20162024-07-10T23:25:58.576Z Compiling atomicwrites v0.4.3
20172024-07-10T23:25:58.772Z Compiling fatfs v0.3.6
20182024-07-10T23:25:59.105Z Compiling subprocess v0.2.9
20192024-07-10T23:26:00.221Z Compiling rtoolbox v0.0.2
20202024-07-10T23:26:00.681Z Compiling is_ci v1.2.0
20212024-07-10T23:26:00.985Z Compiling assert_matches v1.5.0
20222024-07-10T23:26:01.218Z Compiling supports-color v3.0.0
20232024-07-10T23:26:01.657Z Compiling rpassword v7.3.1
20242024-07-10T23:26:01.886Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20252024-07-10T23:26:02.133Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
20262024-07-10T23:26:02.649Z Compiling tui-tree-widget v0.21.0
20272024-07-10T23:26:03.096Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
20282024-07-10T23:26:04.309Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
20292024-07-10T23:26:09.295Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
20302024-07-10T23:26:09.583Z Compiling shell-words v1.1.0
20312024-07-10T23:26:10.034Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
20322024-07-10T23:26:12.286Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
20332024-07-10T23:26:23.170Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
20342024-07-10T23:26:37.218Z Compiling multimap v0.10.0
20352024-07-10T23:26:37.621Z Compiling uzers v0.11.3
20362024-07-10T23:26:40.522Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
20372024-07-10T23:29:01.513Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
20382024-07-10T23:29:13.342Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20392024-07-10T23:35:40.470Z Finished `release` profile [optimized] target(s) in 14m 50s
20402024-07-10T23:36:28.021Z
20412024-07-10T23:36:28.023Zreal 15:39.453718405
20422024-07-10T23:36:28.023Zuser 1:47:46.125260906
20432024-07-10T23:36:28.023Zsys 5:52.819290585
20442024-07-10T23:36:28.023Ztrap 2.555075995
20452024-07-10T23:36:28.023Ztflt 2.269896095
20462024-07-10T23:36:28.024Zdflt 3.382709226
20472024-07-10T23:36:28.024Zkflt 0.003183132
20482024-07-10T23:36:28.024Zlock 6:33:15.041815617
20492024-07-10T23:36:28.024Zslp 4:06:34.595097201
20502024-07-10T23:36:28.024Zlat 2:35.052518896
20512024-07-10T23:36:28.024Zstop 2:00.946433820
20522024-07-10T23:36:28.024Z+ mapfile -t packages
20532024-07-10T23:36:28.024Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
20542024-07-10T23:36:28.930Z Finished `release` profile [optimized] target(s) in 0.86s
20552024-07-10T23:36:28.975Z Running `target/release/omicron-package -t test list-outputs`
20562024-07-10T23:36:29.019ZLogging to: /work/oxidecomputer/omicron/out/LOG
20572024-07-10T23:36:29.023Z+ ptime -m cargo build --locked --release -p xtask
20582024-07-10T23:36:29.635Z Compiling serde v1.0.204
20592024-07-10T23:36:29.637Z Compiling bitflags v2.5.0
20602024-07-10T23:36:29.637Z Compiling syn v2.0.68
20612024-07-10T23:36:29.726Z Compiling bytes v1.6.0
20622024-07-10T23:36:29.730Z Compiling smallvec v1.13.2
20632024-07-10T23:36:29.734Z Compiling scopeguard v1.2.0
20642024-07-10T23:36:29.765Z Compiling log v0.4.21
20652024-07-10T23:36:29.886Z Compiling lock_api v0.4.12
20662024-07-10T23:36:30.240Z Compiling parking_lot_core v0.9.10
20672024-07-10T23:36:30.243Z Compiling hashbrown v0.14.5
20682024-07-10T23:36:30.243Z Compiling serde_json v1.0.120
20692024-07-10T23:36:30.275Z Compiling mio v0.8.11
20702024-07-10T23:36:30.291Z Compiling libc v0.2.155
20712024-07-10T23:36:30.617Z Compiling generic-array v0.14.7
20722024-07-10T23:36:30.737Z Compiling parking_lot v0.12.2
20732024-07-10T23:36:30.937Z Compiling slog v2.7.0
20742024-07-10T23:36:31.258Z Compiling rustix v0.38.34
20752024-07-10T23:36:31.495Z Compiling http v0.2.12
20762024-07-10T23:36:31.591Z Compiling usdt-impl v0.5.0
20772024-07-10T23:36:31.817Z Compiling indexmap v2.2.6
20782024-07-10T23:36:31.886Z Compiling syn v1.0.109
20792024-07-10T23:36:31.933Z Compiling time-macros v0.2.18
20802024-07-10T23:36:32.424Z Compiling thread-id v4.2.1
20812024-07-10T23:36:32.509Z Compiling tracing v0.1.40
20822024-07-10T23:36:33.242Z Compiling crossbeam-utils v0.8.19
20832024-07-10T23:36:33.431Z Compiling http-body v0.4.6
20842024-07-10T23:36:33.956Z Compiling unicode-normalization v0.1.23
20852024-07-10T23:36:34.016Z Compiling unicode-bidi v0.3.15
20862024-07-10T23:36:35.081Z Compiling time v0.3.36
20872024-07-10T23:36:35.263Z Compiling idna v0.5.0
20882024-07-10T23:36:35.974Z Compiling block-buffer v0.10.4
20892024-07-10T23:36:36.217Z Compiling crypto-common v0.1.6
20902024-07-10T23:36:36.449Z Compiling terminal_size v0.3.0
20912024-07-10T23:36:36.687Z Compiling fs-err v2.11.0
20922024-07-10T23:36:36.992Z Compiling proc-macro-error v1.0.4
20932024-07-10T23:36:37.134Z Compiling anyhow v1.0.86
20942024-07-10T23:36:37.636Z Compiling clap_builder v4.5.2
20952024-07-10T23:36:37.878Z Compiling crossbeam-channel v0.5.12
20962024-07-10T23:36:38.260Z Compiling digest v0.10.7
20972024-07-10T23:36:38.663Z Compiling url v2.5.0
20982024-07-10T23:36:38.697Z Compiling xattr v1.3.1
20992024-07-10T23:36:39.018Z Compiling sha2 v0.10.8
21002024-07-10T23:36:39.573Z Compiling slog-async v2.8.0
21012024-07-10T23:36:39.937Z Compiling tabled_derive v0.7.0
21022024-07-10T23:36:41.827Z Compiling serde_derive v1.0.204
21032024-07-10T23:36:42.122Z Compiling thiserror-impl v1.0.60
21042024-07-10T23:36:42.181Z Compiling zerocopy-derive v0.7.34
21052024-07-10T23:36:42.729Z Compiling futures-macro v0.3.30
21062024-07-10T23:36:44.285Z Compiling tokio-macros v2.3.0
21072024-07-10T23:36:44.307Z Compiling zerocopy v0.7.34
21082024-07-10T23:36:44.390Z Compiling scroll_derive v0.12.0
21092024-07-10T23:36:44.730Z Compiling futures-util v0.3.30
21102024-07-10T23:36:44.962Z Compiling thiserror v1.0.60
21112024-07-10T23:36:45.117Z Compiling pest v2.7.10
21122024-07-10T23:36:45.869Z Compiling tokio v1.38.0
21132024-07-10T23:36:45.994Z Compiling openssl-macros v0.1.1
21142024-07-10T23:36:46.045Z Compiling scroll v0.12.0
21152024-07-10T23:36:46.739Z Compiling openssl v0.10.64
21162024-07-10T23:36:46.739Z Compiling goblin v0.8.2
21172024-07-10T23:36:48.084Z Compiling pest_meta v2.7.10
21182024-07-10T23:36:51.965Z Compiling pest_generator v2.7.10
21192024-07-10T23:36:53.869Z Compiling pest_derive v2.7.10
21202024-07-10T23:36:54.660Z Compiling dtrace-parser v0.2.0
21212024-07-10T23:36:57.000Z Compiling tokio-util v0.7.11
21222024-07-10T23:36:59.378Z Compiling serde_tokenstream v0.2.1
21232024-07-10T23:36:59.922Z Compiling h2 v0.3.26
21242024-07-10T23:37:01.829Z Compiling dof v0.3.0
21252024-07-10T23:37:02.945Z Compiling serde_spanned v0.6.6
21262024-07-10T23:37:03.221Z Compiling toml_datetime v0.6.6
21272024-07-10T23:37:03.538Z Compiling native-tls v0.2.11
21282024-07-10T23:37:04.387Z Compiling tokio-native-tls v0.3.1
21292024-07-10T23:37:04.654Z Compiling toml_edit v0.22.14
21302024-07-10T23:37:04.739Z Compiling usdt-macro v0.5.0
21312024-07-10T23:37:06.022Z Compiling hyper v0.14.28
21322024-07-10T23:37:11.080Z Compiling hyper-tls v0.5.0
21332024-07-10T23:37:12.054Z Compiling toml v0.8.14
21342024-07-10T23:37:12.591Z Compiling usdt-attr-macro v0.5.0
21352024-07-10T23:37:13.622Z Compiling slog-json v2.6.1
21362024-07-10T23:37:14.028Z Compiling semver v1.0.23
21372024-07-10T23:37:14.184Z Compiling camino v1.1.7
21382024-07-10T23:37:15.247Z Compiling serde_urlencoded v0.7.1
21392024-07-10T23:37:15.625Z Compiling cargo-platform v0.1.8
21402024-07-10T23:37:15.693Z Compiling futures-executor v0.3.30
21412024-07-10T23:37:15.900Z Compiling strum_macros v0.26.4
21422024-07-10T23:37:16.776Z Compiling clap_derive v4.5.4
21432024-07-10T23:37:16.791Z Compiling cargo_metadata v0.18.1
21442024-07-10T23:37:19.027Z Compiling futures v0.3.30
21452024-07-10T23:37:19.166Z Compiling reqwest v0.11.27
21462024-07-10T23:37:19.189Z Compiling usdt v0.5.0
21472024-07-10T23:37:20.760Z Compiling slog-bunyan v2.5.0
21482024-07-10T23:37:20.867Z Compiling cargo_toml v0.20.3
21492024-07-10T23:37:20.953Z Compiling strum v0.26.2
21502024-07-10T23:37:21.051Z Compiling macaddr v1.0.1
21512024-07-10T23:37:21.158Z Compiling tabled v0.15.0
21522024-07-10T23:37:21.618Z Compiling clap v4.5.4
21532024-07-10T23:37:21.699Z Compiling slog-term v2.9.1
21542024-07-10T23:37:21.747Z Compiling tar v0.4.40
21552024-07-10T23:37:38.013Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
21562024-07-10T23:37:52.523Z Finished `release` profile [optimized] target(s) in 1m 23s
21572024-07-10T23:37:52.618Z
21582024-07-10T23:37:52.622Zreal 1:23.567024616
21592024-07-10T23:37:52.622Zuser 9:08.623517330
21602024-07-10T23:37:52.622Zsys 51.965682017
21612024-07-10T23:37:52.622Ztrap 0.266230826
21622024-07-10T23:37:52.622Ztflt 0.524195370
21632024-07-10T23:37:52.622Zdflt 0.243287182
21642024-07-10T23:37:52.622Zkflt 0.000004260
21652024-07-10T23:37:52.622Zlock 20:29.660718271
21662024-07-10T23:37:52.622Zslp 22:59.010916345
21672024-07-10T23:37:52.622Zlat 25.012278543
21682024-07-10T23:37:52.622Zstop 23.826857351
21692024-07-10T23:37:52.622Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
21702024-07-10T23:37:52.622Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
21712024-07-10T23:37:52.622Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
21722024-07-10T23:37:52.622Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
21732024-07-10T23:37:52.622Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
21742024-07-10T23:37:53.171Z Downloading crates ...
21752024-07-10T23:37:53.366Z Downloaded rand_chacha v0.2.2
21762024-07-10T23:37:53.369Z Downloaded pbkdf2 v0.12.2
21772024-07-10T23:37:53.378Z Downloaded cbc v0.1.2
21782024-07-10T23:37:53.383Z Downloaded md5 v0.7.0
21792024-07-10T23:37:53.388Z Downloaded russh-cryptovec v0.7.2
21802024-07-10T23:37:53.388Z Downloaded dhcproto-macros v0.1.0
21812024-07-10T23:37:53.391Z Downloaded option-ext v0.2.0
21822024-07-10T23:37:53.394Z Downloaded ghash v0.5.1
21832024-07-10T23:37:53.397Z Downloaded primeorder v0.13.6
21842024-07-10T23:37:53.397Z Downloaded ed25519 v2.2.3
21852024-07-10T23:37:53.400Z Downloaded hex-literal v0.4.1
21862024-07-10T23:37:53.400Z Downloaded bcrypt-pbkdf v0.10.0
21872024-07-10T23:37:53.403Z Downloaded rfc6979 v0.4.0
21882024-07-10T23:37:53.403Z Downloaded dirs-sys v0.4.1
21892024-07-10T23:37:53.406Z Downloaded ctr v0.9.2
21902024-07-10T23:37:53.409Z Downloaded polyval v0.6.2
21912024-07-10T23:37:53.409Z Downloaded rand_core v0.5.1
21922024-07-10T23:37:53.411Z Downloaded getrandom v0.1.16
21932024-07-10T23:37:53.411Z Downloaded password-hash v0.4.2
21942024-07-10T23:37:53.414Z Downloaded ecdsa v0.16.9
21952024-07-10T23:37:53.417Z Downloaded pbkdf2 v0.11.0
21962024-07-10T23:37:53.420Z Downloaded russh-keys v0.43.0
21972024-07-10T23:37:53.420Z Downloaded blowfish v0.9.1
21982024-07-10T23:37:53.423Z Downloaded aes v0.8.4
21992024-07-10T23:37:53.426Z Downloaded dhcproto v0.11.0
22002024-07-10T23:37:53.429Z Downloaded p256 v0.13.2
22012024-07-10T23:37:53.432Z Downloaded internet-checksum v0.2.1
22022024-07-10T23:37:53.432Z Downloaded ed25519-dalek v2.1.1
22032024-07-10T23:37:53.435Z Downloaded dirs v5.0.1
22042024-07-10T23:37:53.435Z Downloaded russh v0.43.0
22052024-07-10T23:37:53.440Z Downloaded rand v0.7.3
22062024-07-10T23:37:53.445Z Downloaded p521 v0.13.3
22072024-07-10T23:37:53.449Z Downloaded aes-gcm v0.10.3
22082024-07-10T23:37:53.593Z Compiling serde v1.0.204
22092024-07-10T23:37:53.596Z Compiling scopeguard v1.2.0
22102024-07-10T23:37:53.596Z Compiling log v0.4.21
22112024-07-10T23:37:53.695Z Compiling smallvec v1.13.2
22122024-07-10T23:37:53.697Z Compiling syn v2.0.68
22132024-07-10T23:37:53.698Z Compiling getrandom v0.2.14
22142024-07-10T23:37:53.698Z Compiling generic-array v0.14.7
22152024-07-10T23:37:53.700Z Compiling libm v0.2.8
22162024-07-10T23:37:53.860Z Compiling lock_api v0.4.12
22172024-07-10T23:37:54.038Z Compiling rand_core v0.6.4
22182024-07-10T23:37:54.108Z Compiling parking_lot_core v0.9.10
22192024-07-10T23:37:54.195Z Compiling num-traits v0.2.19
22202024-07-10T23:37:54.214Z Compiling subtle v2.5.0
22212024-07-10T23:37:54.258Z Compiling mio v0.8.11
22222024-07-10T23:37:54.375Z Compiling ahash v0.8.11
22232024-07-10T23:37:54.468Z Compiling parking_lot v0.12.2
22242024-07-10T23:37:54.562Z Compiling serde_json v1.0.120
22252024-07-10T23:37:54.757Z Compiling spin v0.9.8
22262024-07-10T23:37:54.781Z Compiling allocator-api2 v0.2.18
22272024-07-10T23:37:54.798Z Compiling const-oid v0.9.6
22282024-07-10T23:37:54.927Z Compiling iana-time-zone v0.1.60
22292024-07-10T23:37:55.463Z Compiling syn v1.0.109
22302024-07-10T23:37:55.495Z Compiling unicode-normalization v0.1.23
22312024-07-10T23:37:55.587Z Compiling schemars v0.8.21
22322024-07-10T23:37:55.637Z Compiling unicode-bidi v0.3.15
22332024-07-10T23:37:55.684Z Compiling dyn-clone v1.0.17
22342024-07-10T23:37:55.908Z Compiling ppv-lite86 v0.2.17
22352024-07-10T23:37:55.977Z Compiling time-macros v0.2.18
22362024-07-10T23:37:56.629Z Compiling ring v0.17.8
22372024-07-10T23:37:56.715Z Compiling rand_chacha v0.3.1
22382024-07-10T23:37:56.752Z Compiling aho-corasick v1.1.3
22392024-07-10T23:37:57.211Z Compiling regex-syntax v0.8.3
22402024-07-10T23:37:57.337Z Compiling rand v0.8.5
22412024-07-10T23:37:59.186Z Compiling idna v0.5.0
22422024-07-10T23:37:59.499Z Compiling time v0.3.36
22432024-07-10T23:37:59.499Z Compiling slog v2.7.0
22442024-07-10T23:38:00.109Z Compiling url v2.5.0
22452024-07-10T23:38:00.854Z Compiling regex-automata v0.4.6
22462024-07-10T23:38:00.901Z Compiling untrusted v0.9.0
22472024-07-10T23:38:02.107Z Compiling serde_derive_internals v0.29.1
22482024-07-10T23:38:03.422Z Compiling lazy_static v1.5.0
22492024-07-10T23:38:03.558Z Compiling backtrace v0.3.71
22502024-07-10T23:38:03.987Z Compiling gimli v0.28.1
22512024-07-10T23:38:04.056Z Compiling object v0.32.2
22522024-07-10T23:38:05.126Z Compiling anyhow v1.0.86
22532024-07-10T23:38:05.144Z Compiling rustc-demangle v0.1.24
22542024-07-10T23:38:05.169Z Compiling base64ct v1.6.0
22552024-07-10T23:38:05.827Z Compiling rustls v0.21.12
22562024-07-10T23:38:05.931Z Compiling winnow v0.5.40
22572024-07-10T23:38:06.090Z Compiling crossbeam-utils v0.8.19
22582024-07-10T23:38:06.168Z Compiling rustls-webpki v0.101.7
22592024-07-10T23:38:06.747Z Compiling regex v1.10.5
22602024-07-10T23:38:07.924Z Compiling sct v0.7.1
22612024-07-10T23:38:08.250Z Compiling cookie v0.17.0
22622024-07-10T23:38:08.537Z Compiling addr2line v0.21.0
22632024-07-10T23:38:09.223Z Compiling idna v0.3.0
22642024-07-10T23:38:09.277Z Compiling serde_derive v1.0.204
22652024-07-10T23:38:09.940Z Compiling zeroize_derive v1.4.2
22662024-07-10T23:38:10.474Z Compiling zerocopy-derive v0.7.34
22672024-07-10T23:38:10.927Z Compiling thiserror-impl v1.0.60
22682024-07-10T23:38:11.545Z Compiling tokio-macros v2.3.0
22692024-07-10T23:38:11.617Z Compiling zeroize v1.7.0
22702024-07-10T23:38:11.665Z Compiling futures-macro v0.3.30
22712024-07-10T23:38:12.936Z Compiling zerocopy v0.7.34
22722024-07-10T23:38:13.358Z Compiling schemars_derive v0.8.21
22732024-07-10T23:38:13.542Z Compiling crypto-common v0.1.6
22742024-07-10T23:38:13.805Z Compiling block-buffer v0.10.4
22752024-07-10T23:38:13.860Z Compiling futures-util v0.3.30
22762024-07-10T23:38:14.098Z Compiling digest v0.10.7
22772024-07-10T23:38:14.459Z Compiling thiserror v1.0.60
22782024-07-10T23:38:14.608Z Compiling tracing-attributes v0.1.27
22792024-07-10T23:38:14.627Z Compiling async-trait v0.1.81
22802024-07-10T23:38:15.266Z Compiling hashbrown v0.14.5
22812024-07-10T23:38:16.775Z Compiling openssl-macros v0.1.1
22822024-07-10T23:38:17.542Z Compiling pest v2.7.10
22832024-07-10T23:38:17.683Z Compiling data-encoding v2.6.0
22842024-07-10T23:38:17.790Z Compiling psl-types v2.0.11
22852024-07-10T23:38:17.891Z Compiling hmac v0.12.1
22862024-07-10T23:38:17.994Z Compiling publicsuffix v2.2.3
22872024-07-10T23:38:18.133Z Compiling scroll_derive v0.12.0
22882024-07-10T23:38:18.593Z Compiling webpki-roots v0.25.4
22892024-07-10T23:38:18.750Z Compiling bitflags v1.3.2
22902024-07-10T23:38:18.797Z Compiling tracing v0.1.40
22912024-07-10T23:38:18.852Z Compiling block-padding v0.3.3
22922024-07-10T23:38:19.112Z Compiling der_derive v0.7.2
22932024-07-10T23:38:19.315Z Compiling pem-rfc7468 v0.7.0
22942024-07-10T23:38:19.380Z Compiling flagset v0.4.5
22952024-07-10T23:38:19.610Z Compiling inout v0.1.3
22962024-07-10T23:38:19.704Z Compiling scroll v0.12.0
22972024-07-10T23:38:19.897Z Compiling futures-executor v0.3.30
22982024-07-10T23:38:20.162Z Compiling pest_meta v2.7.10
22992024-07-10T23:38:20.266Z Compiling futures v0.3.30
23002024-07-10T23:38:20.289Z Compiling goblin v0.8.2
23012024-07-10T23:38:20.402Z Compiling cipher v0.4.4
23022024-07-10T23:38:20.420Z Compiling sha2 v0.10.8
23032024-07-10T23:38:20.561Z Compiling either v1.12.0
23042024-07-10T23:38:20.564Z Compiling ff v0.13.0
23052024-07-10T23:38:20.807Z Compiling base16ct v0.2.0
23062024-07-10T23:38:20.953Z Compiling stable_deref_trait v1.2.0
23072024-07-10T23:38:20.996Z Compiling group v0.13.0
23082024-07-10T23:38:21.063Z Compiling hkdf v0.12.4
23092024-07-10T23:38:21.133Z Compiling crypto-bigint v0.5.5
23102024-07-10T23:38:21.321Z Compiling crossbeam-epoch v0.9.18
23112024-07-10T23:38:21.338Z Compiling pest_generator v2.7.10
23122024-07-10T23:38:21.895Z Compiling der v0.7.9
23132024-07-10T23:38:22.147Z Compiling num-integer v0.1.46
23142024-07-10T23:38:22.976Z Compiling managed v0.8.0
23152024-07-10T23:38:23.436Z Compiling unicode-segmentation v1.11.0
23162024-07-10T23:38:23.514Z Compiling matches v0.1.10
23172024-07-10T23:38:23.613Z Compiling idna v0.2.3
23182024-07-10T23:38:23.953Z Compiling enum-as-inner v0.5.1
23192024-07-10T23:38:24.285Z Compiling bytes v1.6.0
23202024-07-10T23:38:25.029Z Compiling indexmap v2.2.6
23212024-07-10T23:38:25.324Z Compiling tokio v1.38.0
23222024-07-10T23:38:25.486Z Compiling uuid v1.9.1
23232024-07-10T23:38:25.625Z Compiling chrono v0.4.38
23242024-07-10T23:38:25.641Z Compiling bitflags v2.5.0
23252024-07-10T23:38:26.117Z Compiling semver v1.0.23
23262024-07-10T23:38:26.535Z Compiling http v0.2.12
23272024-07-10T23:38:26.926Z Compiling serde_tokenstream v0.2.1
23282024-07-10T23:38:26.965Z Compiling serde_spanned v0.6.6
23292024-07-10T23:38:27.207Z Compiling toml_datetime v0.6.6
23302024-07-10T23:38:27.309Z Compiling openssl v0.10.64
23312024-07-10T23:38:27.483Z Compiling rustix v0.38.34
23322024-07-10T23:38:27.757Z Compiling toml_edit v0.19.15
23332024-07-10T23:38:27.918Z Compiling serde_urlencoded v0.7.1
23342024-07-10T23:38:29.182Z Compiling http-body v0.4.6
23352024-07-10T23:38:29.678Z Compiling openapiv3 v2.0.0
23362024-07-10T23:38:29.718Z Compiling cookie_store v0.20.0
23372024-07-10T23:38:30.676Z Compiling rustc_version v0.4.0
23382024-07-10T23:38:31.182Z Compiling pest_derive v2.7.10
23392024-07-10T23:38:31.349Z Compiling dof v0.3.0
23402024-07-10T23:38:31.477Z Compiling spki v0.7.3
23412024-07-10T23:38:31.885Z Compiling pkcs8 v0.10.2
23422024-07-10T23:38:32.009Z Compiling dtrace-parser v0.2.0
23432024-07-10T23:38:32.498Z Compiling sec1 v0.7.3
23442024-07-10T23:38:32.619Z Compiling usdt-impl v0.5.0
23452024-07-10T23:38:33.106Z Compiling elliptic-curve v0.13.8
23462024-07-10T23:38:33.743Z Compiling tokio-util v0.7.11
23472024-07-10T23:38:33.973Z Compiling native-tls v0.2.11
23482024-07-10T23:38:34.346Z Compiling tokio-native-tls v0.3.1
23492024-07-10T23:38:34.348Z Compiling tokio-rustls v0.24.1
23502024-07-10T23:38:34.348Z Compiling usdt-macro v0.5.0
23512024-07-10T23:38:34.636Z Compiling usdt-attr-macro v0.5.0
23522024-07-10T23:38:34.652Z Compiling ipnetwork v0.20.0
23532024-07-10T23:38:34.770Z Compiling h2 v0.3.26
23542024-07-10T23:38:35.227Z Compiling toml v0.7.8
23552024-07-10T23:38:35.657Z Compiling toml_edit v0.22.14
23562024-07-10T23:38:35.923Z Compiling hex v0.4.3
23572024-07-10T23:38:36.368Z Compiling usdt v0.5.0
23582024-07-10T23:38:36.371Z Compiling siphasher v0.3.11
23592024-07-10T23:38:36.541Z Compiling bit-vec v0.6.3
23602024-07-10T23:38:36.564Z Compiling trust-dns-proto v0.22.0
23612024-07-10T23:38:36.779Z Compiling heapless v0.7.17
23622024-07-10T23:38:36.873Z Compiling terminal_size v0.3.0
23632024-07-10T23:38:37.008Z Compiling num-bigint v0.4.5
23642024-07-10T23:38:37.027Z Compiling regress v0.9.1
23652024-07-10T23:38:37.081Z Compiling finl_unicode v1.2.0
23662024-07-10T23:38:37.193Z Compiling signal-hook v0.3.17
23672024-07-10T23:38:37.500Z Compiling clap_builder v4.5.2
23682024-07-10T23:38:37.681Z Compiling stringprep v0.1.4
23692024-07-10T23:38:39.065Z Compiling itertools v0.10.5
23702024-07-10T23:38:41.221Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
23712024-07-10T23:38:42.000Z Compiling hyper v0.14.28
23722024-07-10T23:38:42.357Z Compiling yasna v0.5.2
23732024-07-10T23:38:44.376Z Compiling md-5 v0.10.6
23742024-07-10T23:38:44.669Z Compiling clap_derive v4.5.4
23752024-07-10T23:38:44.689Z Compiling hash32 v0.2.1
23762024-07-10T23:38:45.126Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23772024-07-10T23:38:45.593Z Compiling fallible-iterator v0.2.0
23782024-07-10T23:38:45.741Z Compiling smoltcp v0.9.1
23792024-07-10T23:38:46.265Z Compiling postgres-protocol v0.6.6
23802024-07-10T23:38:47.277Z Compiling phf_shared v0.11.2
23812024-07-10T23:38:47.583Z Compiling tokio-stream v0.1.15
23822024-07-10T23:38:47.634Z Compiling hubpack_derive v0.1.1
23832024-07-10T23:38:47.637Z Compiling zerocopy-derive v0.6.6
23842024-07-10T23:38:47.700Z Compiling diesel_table_macro_syntax v0.1.0
23852024-07-10T23:38:47.863Z Compiling scheduled-thread-pool v0.2.7
23862024-07-10T23:38:48.158Z Compiling fs-err v2.11.0
23872024-07-10T23:38:48.459Z Compiling fixedbitset v0.4.2
23882024-07-10T23:38:48.548Z Compiling hubpack v0.1.2
23892024-07-10T23:38:48.594Z Compiling diesel_derives v2.1.4
23902024-07-10T23:38:48.669Z Compiling r2d2 v0.8.10
23912024-07-10T23:38:48.926Z Compiling petgraph v0.6.5
23922024-07-10T23:38:49.026Z Compiling hyper-rustls v0.24.2
23932024-07-10T23:38:49.044Z Compiling hyper-tls v0.5.0
23942024-07-10T23:38:49.413Z Compiling reqwest v0.11.27
23952024-07-10T23:38:49.417Z Compiling phf v0.11.2
23962024-07-10T23:38:49.938Z Compiling zerocopy v0.6.6
23972024-07-10T23:38:49.998Z Compiling clap v4.5.4
23982024-07-10T23:38:50.188Z Compiling postgres-types v0.2.6
23992024-07-10T23:38:50.887Z Compiling signal-hook-mio v0.2.3
24002024-07-10T23:38:51.391Z Compiling phf_shared v0.10.0
24012024-07-10T23:38:51.825Z Compiling similar v2.5.0
24022024-07-10T23:38:51.844Z Compiling num-iter v0.1.45
24032024-07-10T23:38:51.935Z Compiling strum_macros v0.25.3
24042024-07-10T23:38:52.039Z Compiling serde_repr v0.1.19
24052024-07-10T23:38:52.400Z Compiling console v0.15.8
24062024-07-10T23:38:53.054Z Compiling getopts v0.2.21
24072024-07-10T23:38:53.273Z Compiling float-cmp v0.9.0
24082024-07-10T23:38:53.517Z Compiling minimal-lexical v0.2.1
24092024-07-10T23:38:53.953Z Compiling static_assertions v1.1.0
24102024-07-10T23:38:54.067Z Compiling unsafe-libyaml v0.2.11
24112024-07-10T23:38:54.096Z Compiling difflib v0.4.0
24122024-07-10T23:38:54.112Z Compiling new_debug_unreachable v1.0.6
24132024-07-10T23:38:54.214Z Compiling precomputed-hash v0.1.1
24142024-07-10T23:38:54.340Z Compiling whoami v1.5.1
24152024-07-10T23:38:54.381Z Compiling predicates-core v1.0.6
24162024-07-10T23:38:54.780Z Compiling normalize-line-endings v0.3.0
24172024-07-10T23:38:54.922Z Compiling predicates v3.1.0
24182024-07-10T23:38:55.028Z Compiling tokio-postgres v0.7.10
24192024-07-10T23:38:55.854Z Compiling serde_yaml v0.9.34+deprecated
24202024-07-10T23:38:56.166Z Compiling string_cache v0.8.7
24212024-07-10T23:38:56.404Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
24222024-07-10T23:38:56.669Z Compiling nom v7.1.3
24232024-07-10T23:38:56.795Z Compiling crossterm v0.27.0
24242024-07-10T23:39:00.544Z Compiling bit-set v0.5.3
24252024-07-10T23:39:00.581Z Compiling itertools v0.12.1
24262024-07-10T23:39:00.746Z Compiling bstr v1.9.1
24272024-07-10T23:39:00.852Z Compiling peg-runtime v0.8.3
24282024-07-10T23:39:01.241Z Compiling lalrpop-util v0.19.12
24292024-07-10T23:39:01.593Z Compiling unicode-xid v0.2.4
24302024-07-10T23:39:01.611Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24312024-07-10T23:39:01.755Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
24322024-07-10T23:39:01.772Z Compiling sha1 v0.10.6
24332024-07-10T23:39:02.072Z Compiling camino v1.1.7
24342024-07-10T23:39:02.175Z Compiling strum_macros v0.26.4
24352024-07-10T23:39:02.508Z Compiling diesel v2.1.6
24362024-07-10T23:39:02.765Z Compiling http v1.1.0
24372024-07-10T23:39:02.968Z Compiling base64 v0.22.1
24382024-07-10T23:39:03.053Z Compiling toml v0.8.14
24392024-07-10T23:39:03.834Z Compiling ident_case v1.0.1
24402024-07-10T23:39:03.896Z Compiling rustls-pki-types v1.7.0
24412024-07-10T23:39:04.022Z Compiling darling_core v0.20.9
24422024-07-10T23:39:04.785Z Compiling crossbeam-channel v0.5.12
24432024-07-10T23:39:04.887Z Compiling rustls v0.22.4
24442024-07-10T23:39:05.193Z Compiling paste v1.0.15
24452024-07-10T23:39:05.435Z Compiling slog-term v2.9.1
24462024-07-10T23:39:05.451Z Compiling rustls-webpki v0.102.4
24472024-07-10T23:39:05.807Z Compiling slog-async v2.8.0
24482024-07-10T23:39:05.954Z Compiling multer v3.1.0
24492024-07-10T23:39:06.240Z Compiling instant v0.1.12
24502024-07-10T23:39:06.441Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
24512024-07-10T23:39:06.592Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24522024-07-10T23:39:07.062Z Compiling slog-json v2.6.1
24532024-07-10T23:39:07.453Z Compiling async-stream-impl v0.3.5
24542024-07-10T23:39:07.650Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca)
24552024-07-10T23:39:07.879Z Compiling strum v0.26.2
24562024-07-10T23:39:07.949Z Compiling debug-ignore v1.0.5
24572024-07-10T23:39:07.966Z Compiling atomic-waker v1.1.2
24582024-07-10T23:39:08.103Z Compiling waitgroup v0.1.2
24592024-07-10T23:39:08.147Z Compiling slog-bunyan v2.5.0
24602024-07-10T23:39:08.331Z Compiling rustls-pemfile v2.1.2
24612024-07-10T23:39:08.358Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca)
24622024-07-10T23:39:08.809Z Compiling serde_path_to_error v0.1.16
24632024-07-10T23:39:08.905Z Compiling async-stream v0.3.5
24642024-07-10T23:39:09.250Z Compiling structmeta-derive v0.3.0
24652024-07-10T23:39:09.267Z Compiling hostname v0.4.0
24662024-07-10T23:39:09.535Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
24672024-07-10T23:39:09.694Z Compiling newtype-uuid v1.1.0
24682024-07-10T23:39:10.011Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24692024-07-10T23:39:10.389Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24702024-07-10T23:39:10.693Z Compiling tokio-rustls v0.25.0
24712024-07-10T23:39:10.853Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24722024-07-10T23:39:11.043Z Compiling backoff v0.4.0
24732024-07-10T23:39:11.136Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24742024-07-10T23:39:11.309Z Compiling macaddr v1.0.1
24752024-07-10T23:39:11.410Z Compiling proc-macro-crate v1.3.1
24762024-07-10T23:39:11.622Z Compiling darling_macro v0.20.9
24772024-07-10T23:39:11.793Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24782024-07-10T23:39:12.139Z Compiling fastrand v2.1.0
24792024-07-10T23:39:12.509Z Compiling structmeta v0.3.0
24802024-07-10T23:39:12.542Z Compiling num_enum_derive v0.5.11
24812024-07-10T23:39:12.639Z Compiling darling v0.20.9
24822024-07-10T23:39:12.698Z Compiling tempfile v3.10.1
24832024-07-10T23:39:12.758Z Compiling serde_with_macros v3.8.1
24842024-07-10T23:39:13.024Z Compiling parse-display-derive v0.9.1
24852024-07-10T23:39:13.673Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24862024-07-10T23:39:13.996Z Compiling foreign-types-macros v0.2.3
24872024-07-10T23:39:15.381Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24882024-07-10T23:39:15.537Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24892024-07-10T23:39:15.554Z Compiling num_enum v0.5.11
24902024-07-10T23:39:15.671Z Compiling heapless v0.8.0
24912024-07-10T23:39:15.729Z Compiling foreign-types-shared v0.3.1
24922024-07-10T23:39:15.864Z Compiling foreign-types v0.5.0
24932024-07-10T23:39:16.033Z Compiling proc-macro-error v1.0.4
24942024-07-10T23:39:16.121Z Compiling serde_with v3.8.1
24952024-07-10T23:39:16.788Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24962024-07-10T23:39:16.872Z Compiling cstr-argument v0.1.2
24972024-07-10T23:39:17.092Z Compiling hash32 v0.3.1
24982024-07-10T23:39:17.163Z Compiling pretty-hex v0.2.1
24992024-07-10T23:39:17.343Z Compiling smoltcp v0.11.0
25002024-07-10T23:39:17.359Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25012024-07-10T23:39:17.850Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25022024-07-10T23:39:18.132Z Compiling camino-tempfile v1.1.1
25032024-07-10T23:39:18.179Z Compiling parse-display v0.9.1
25042024-07-10T23:39:18.523Z Compiling tabwriter v1.4.0
25052024-07-10T23:39:18.583Z Compiling colored v2.1.0
25062024-07-10T23:39:18.841Z Compiling socket2 v0.4.10
25072024-07-10T23:39:18.882Z Compiling cobs v0.2.3
25082024-07-10T23:39:19.074Z Compiling embedded-io v0.4.0
25092024-07-10T23:39:19.307Z Compiling postcard v1.0.8
25102024-07-10T23:39:19.396Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25112024-07-10T23:39:19.704Z Compiling crucible-workspace-hack v0.1.0
25122024-07-10T23:39:19.751Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25132024-07-10T23:39:19.994Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25142024-07-10T23:39:20.011Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
25152024-07-10T23:39:20.258Z Compiling smf v0.2.3
25162024-07-10T23:39:20.316Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
25172024-07-10T23:39:20.389Z Compiling humantime v2.1.0
25182024-07-10T23:39:20.960Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
25192024-07-10T23:39:20.977Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
25202024-07-10T23:39:21.495Z Compiling num-derive v0.4.2
25212024-07-10T23:39:21.769Z Compiling sigpipe v0.1.3
25222024-07-10T23:39:21.836Z Compiling utf-8 v0.7.6
25232024-07-10T23:39:21.896Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
25242024-07-10T23:39:22.191Z Compiling atty v0.2.14
25252024-07-10T23:39:22.339Z Compiling rayon-core v1.12.1
25262024-07-10T23:39:22.341Z Compiling same-file v1.0.6
25272024-07-10T23:39:22.492Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25282024-07-10T23:39:22.580Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
25292024-07-10T23:39:22.614Z Compiling semver v0.1.20
25302024-07-10T23:39:23.350Z Compiling rustc_version v0.1.7
25312024-07-10T23:39:24.006Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
25322024-07-10T23:39:24.116Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25332024-07-10T23:39:24.257Z Compiling walkdir v2.5.0
25342024-07-10T23:39:24.274Z Compiling curve25519-dalek v4.1.3
25352024-07-10T23:39:24.578Z Compiling newline-converter v0.3.0
25362024-07-10T23:39:24.614Z Compiling crossbeam-deque v0.8.5
25372024-07-10T23:39:24.753Z Compiling universal-hash v0.5.1
25382024-07-10T23:39:24.921Z Compiling opaque-debug v0.3.1
25392024-07-10T23:39:24.951Z Compiling prettyplease v0.2.20
25402024-07-10T23:39:25.010Z Compiling expectorate v1.1.0
25412024-07-10T23:39:25.060Z Compiling newtype_derive v0.1.6
25422024-07-10T23:39:25.116Z Compiling xattr v1.3.1
25432024-07-10T23:39:25.214Z Compiling num-rational v0.4.2
25442024-07-10T23:39:25.296Z Compiling signature v2.2.0
25452024-07-10T23:39:25.336Z Compiling curve25519-dalek-derive v0.1.1
25462024-07-10T23:39:25.407Z Compiling num-complex v0.4.6
25472024-07-10T23:39:25.609Z Compiling blake3 v1.5.1
25482024-07-10T23:39:26.215Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25492024-07-10T23:39:26.482Z Compiling ring v0.16.20
25502024-07-10T23:39:26.485Z Compiling unicase v2.7.0
25512024-07-10T23:39:26.909Z Compiling arc-swap v1.7.1
25522024-07-10T23:39:26.924Z Compiling convert_case v0.4.0
25532024-07-10T23:39:27.040Z Compiling quick-error v1.2.3
25542024-07-10T23:39:27.174Z Compiling termcolor v1.4.1
25552024-07-10T23:39:27.559Z Compiling linked-hash-map v0.5.6
25562024-07-10T23:39:27.563Z Compiling getrandom v0.1.16
25572024-07-10T23:39:27.634Z Compiling env_logger v0.9.3
25582024-07-10T23:39:27.865Z Compiling lru-cache v0.1.2
25592024-07-10T23:39:27.886Z Compiling derive_more v0.99.18
25602024-07-10T23:39:28.079Z Compiling slog-scope v4.4.0
25612024-07-10T23:39:28.264Z Compiling resolv-conf v0.7.0
25622024-07-10T23:39:28.640Z Compiling tar v0.4.40
25632024-07-10T23:39:29.103Z Compiling num v0.4.3
25642024-07-10T23:39:29.222Z Compiling rayon v1.10.0
25652024-07-10T23:39:30.280Z Compiling tungstenite v0.21.0
25662024-07-10T23:39:30.942Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25672024-07-10T23:39:31.449Z Compiling blake2 v0.10.6
25682024-07-10T23:39:32.562Z Compiling bitstruct_derive v0.1.0
25692024-07-10T23:39:32.876Z Compiling derive-where v1.2.7
25702024-07-10T23:39:32.893Z Compiling password-hash v0.5.0
25712024-07-10T23:39:33.975Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25722024-07-10T23:39:34.013Z Compiling memmap2 v0.9.4
25732024-07-10T23:39:34.119Z Compiling arrayvec v0.7.4
25742024-07-10T23:39:34.303Z Compiling untrusted v0.7.1
25752024-07-10T23:39:34.482Z Compiling parking_lot_core v0.8.6
25762024-07-10T23:39:34.503Z Compiling float-ord v0.3.2
25772024-07-10T23:39:34.534Z Compiling home v0.5.9
25782024-07-10T23:39:34.671Z Compiling spin v0.5.2
25792024-07-10T23:39:34.802Z Compiling constant_time_eq v0.3.0
25802024-07-10T23:39:34.888Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
25812024-07-10T23:39:34.907Z Compiling libefi-sys v0.1.0
25822024-07-10T23:39:34.935Z Compiling arrayref v0.3.7
25832024-07-10T23:39:34.996Z Compiling ascii v1.1.0
25842024-07-10T23:39:35.170Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86)
25852024-07-10T23:39:35.679Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
25862024-07-10T23:39:36.607Z Compiling toolchain_find v0.4.0
25872024-07-10T23:39:36.828Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25882024-07-10T23:39:36.905Z Compiling bitstruct v0.1.1
25892024-07-10T23:39:37.036Z Compiling argon2 v0.5.3
25902024-07-10T23:39:37.091Z Compiling tokio-tungstenite v0.21.0
25912024-07-10T23:39:37.200Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25922024-07-10T23:39:37.315Z Compiling trust-dns-resolver v0.22.0
25932024-07-10T23:39:37.630Z Compiling slog-stdlog v4.1.1
25942024-07-10T23:39:37.902Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25952024-07-10T23:39:38.037Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25962024-07-10T23:39:38.075Z Compiling erased-serde v0.3.31
25972024-07-10T23:39:38.439Z Compiling serde_arrays v0.1.0
25982024-07-10T23:39:38.611Z Compiling rfc6979 v0.4.0
25992024-07-10T23:39:38.654Z Compiling aead v0.5.2
26002024-07-10T23:39:38.809Z Compiling bitfield-struct v0.6.1
26012024-07-10T23:39:39.039Z Compiling nibble_vec v0.1.0
26022024-07-10T23:39:39.138Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
26032024-07-10T23:39:39.248Z Compiling slog-dtrace v0.3.0
26042024-07-10T23:39:39.495Z Compiling endian-type v0.1.2
26052024-07-10T23:39:39.522Z Compiling cancel-safe-futures v0.1.5
26062024-07-10T23:39:39.525Z Compiling topological-sort v0.2.2
26072024-07-10T23:39:39.726Z Compiling keccak v0.1.5
26082024-07-10T23:39:39.752Z Compiling omicron-zone-package v0.11.0
26092024-07-10T23:39:39.895Z Compiling radix_trie v0.2.1
26102024-07-10T23:39:40.017Z Compiling sha3 v0.10.8
26112024-07-10T23:39:40.191Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26122024-07-10T23:39:40.291Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26132024-07-10T23:39:40.629Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26142024-07-10T23:39:40.699Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26152024-07-10T23:39:40.792Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26162024-07-10T23:39:41.066Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26172024-07-10T23:39:41.159Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26182024-07-10T23:39:41.419Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26192024-07-10T23:39:41.938Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26202024-07-10T23:39:41.955Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26212024-07-10T23:39:42.390Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26222024-07-10T23:39:42.431Z Compiling ecdsa v0.16.9
26232024-07-10T23:39:43.223Z Compiling mime_guess v2.0.4
26242024-07-10T23:39:43.279Z Compiling slog-envlogger v2.2.0
26252024-07-10T23:39:43.316Z Compiling rand_core v0.5.1
26262024-07-10T23:39:43.828Z Compiling steno v0.4.1
26272024-07-10T23:39:44.010Z Compiling rustfmt-wrapper v0.2.1
26282024-07-10T23:39:44.607Z Compiling poly1305 v0.8.0
26292024-07-10T23:39:44.844Z Compiling tungstenite v0.20.1
26302024-07-10T23:39:45.036Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26312024-07-10T23:39:45.822Z Compiling primeorder v0.13.6
26322024-07-10T23:39:46.348Z Compiling heck v0.3.3
26332024-07-10T23:39:46.461Z Compiling chacha20 v0.9.1
26342024-07-10T23:39:46.604Z Compiling secrecy v0.8.0
26352024-07-10T23:39:46.791Z Compiling thiserror-impl-no-std v2.0.2
26362024-07-10T23:39:46.887Z Compiling half v2.4.1
26372024-07-10T23:39:46.922Z Compiling ciborium-io v0.2.2
26382024-07-10T23:39:47.066Z Compiling option-ext v0.2.0
26392024-07-10T23:39:47.192Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
26402024-07-10T23:39:47.209Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26412024-07-10T23:39:47.342Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26422024-07-10T23:39:47.480Z Compiling ciborium-ll v0.2.2
26432024-07-10T23:39:47.527Z Compiling dirs-sys v0.4.1
26442024-07-10T23:39:47.903Z Compiling zone_cfg_derive v0.1.2
26452024-07-10T23:39:47.926Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26462024-07-10T23:39:48.214Z Compiling tokio-tungstenite v0.20.1
26472024-07-10T23:39:48.786Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26482024-07-10T23:39:48.949Z Compiling parking_lot v0.11.2
26492024-07-10T23:39:49.174Z Compiling rand_chacha v0.2.2
26502024-07-10T23:39:49.456Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26512024-07-10T23:39:49.761Z Compiling trust-dns-client v0.22.0
26522024-07-10T23:39:50.270Z Compiling thiserror-no-std v2.0.2
26532024-07-10T23:39:50.619Z Compiling ed25519 v2.2.3
26542024-07-10T23:39:51.038Z Compiling polyval v0.6.2
26552024-07-10T23:39:51.138Z Compiling libsw v3.3.1
26562024-07-10T23:39:51.285Z Compiling toml v0.5.11
26572024-07-10T23:39:51.476Z Compiling ctr v0.9.2
26582024-07-10T23:39:51.479Z Compiling aes v0.8.4
26592024-07-10T23:39:51.840Z Compiling blowfish v0.9.1
26602024-07-10T23:39:52.133Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26612024-07-10T23:39:52.309Z Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
26622024-07-10T23:39:53.150Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26632024-07-10T23:39:54.438Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26642024-07-10T23:39:54.911Z Compiling pbkdf2 v0.12.2
26652024-07-10T23:39:55.098Z Compiling password-hash v0.4.2
26662024-07-10T23:39:55.134Z Compiling gethostname v0.4.3
26672024-07-10T23:39:55.453Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26682024-07-10T23:39:56.089Z Compiling fxhash v0.2.1
26692024-07-10T23:39:56.320Z Compiling owo-colors v4.0.0
26702024-07-10T23:39:56.497Z Compiling linear-map v1.2.0
26712024-07-10T23:39:56.880Z Compiling base64 v0.13.1
26722024-07-10T23:39:57.565Z Compiling ron v0.7.1
26732024-07-10T23:39:57.827Z Compiling sled v0.34.7
26742024-07-10T23:39:58.655Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26752024-07-10T23:40:00.187Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26762024-07-10T23:40:00.749Z Compiling pbkdf2 v0.11.0
26772024-07-10T23:40:01.159Z Compiling bcrypt-pbkdf v0.10.0
26782024-07-10T23:40:01.781Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26792024-07-10T23:40:02.549Z Compiling trust-dns-server v0.22.1
26802024-07-10T23:40:02.590Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26812024-07-10T23:40:03.103Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26822024-07-10T23:40:03.446Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
26832024-07-10T23:40:04.206Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26842024-07-10T23:40:05.475Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26852024-07-10T23:40:06.698Z Compiling ghash v0.5.1
26862024-07-10T23:40:06.889Z Compiling ed25519-dalek v2.1.1
26872024-07-10T23:40:07.070Z Compiling vsss-rs v3.3.4
26882024-07-10T23:40:08.112Z Compiling rand v0.7.3
26892024-07-10T23:40:08.188Z Compiling zone v0.1.8
26902024-07-10T23:40:09.969Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26912024-07-10T23:40:09.987Z Compiling ciborium v0.2.2
26922024-07-10T23:40:10.380Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26932024-07-10T23:40:10.782Z Compiling dirs v5.0.1
26942024-07-10T23:40:10.850Z Compiling chacha20poly1305 v0.10.1
26952024-07-10T23:40:11.003Z Compiling p256 v0.13.2
26962024-07-10T23:40:11.082Z Compiling p521 v0.13.3
26972024-07-10T23:40:11.566Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86)
26982024-07-10T23:40:11.719Z Compiling pem v3.0.4
26992024-07-10T23:40:11.923Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
27002024-07-10T23:40:12.334Z Compiling headers-core v0.2.0
27012024-07-10T23:40:12.518Z Compiling cbc v0.1.2
27022024-07-10T23:40:12.593Z Compiling kstat-rs v0.2.4
27032024-07-10T23:40:12.780Z Compiling portpicker v0.1.1
27042024-07-10T23:40:12.931Z Compiling nanorand v0.7.0
27052024-07-10T23:40:13.126Z Compiling russh-cryptovec v0.7.2
27062024-07-10T23:40:13.280Z Compiling http-range v0.1.5
27072024-07-10T23:40:13.469Z Compiling md5 v0.7.0
27082024-07-10T23:40:13.583Z Compiling glob v0.3.1
27092024-07-10T23:40:13.627Z Compiling hyper-staticfile v0.9.5
27102024-07-10T23:40:13.691Z Compiling flume v0.11.0
27112024-07-10T23:40:13.978Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27122024-07-10T23:40:14.381Z Compiling russh-keys v0.43.0
27132024-07-10T23:40:14.562Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27142024-07-10T23:40:14.584Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27152024-07-10T23:40:14.831Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
27162024-07-10T23:40:17.307Z Compiling headers v0.3.9
27172024-07-10T23:40:17.425Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
27182024-07-10T23:40:17.996Z Compiling rcgen v0.12.1
27192024-07-10T23:40:19.367Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27202024-07-10T23:40:20.684Z Compiling aes-gcm v0.10.3
27212024-07-10T23:40:20.825Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27222024-07-10T23:40:22.124Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27232024-07-10T23:40:22.127Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27242024-07-10T23:40:24.218Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
27252024-07-10T23:40:27.196Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
27262024-07-10T23:40:27.691Z Compiling atomicwrites v0.4.3
27272024-07-10T23:40:28.085Z Compiling subprocess v0.2.9
27282024-07-10T23:40:28.956Z Compiling display-error-chain v0.2.0
27292024-07-10T23:40:29.168Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27302024-07-10T23:40:30.260Z Compiling hex-literal v0.4.1
27312024-07-10T23:40:30.435Z Compiling dhcproto-macros v0.1.0
27322024-07-10T23:40:30.613Z Compiling russh v0.43.0
27332024-07-10T23:40:31.401Z Compiling dhcproto v0.11.0
27342024-07-10T23:40:31.612Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27352024-07-10T23:40:32.185Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27362024-07-10T23:40:35.005Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
27372024-07-10T23:40:35.189Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
27382024-07-10T23:40:35.670Z Compiling internet-checksum v0.2.1
27392024-07-10T23:40:58.541Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
27402024-07-10T23:41:42.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 50s
27412024-07-10T23:41:42.934Z
27422024-07-10T23:41:42.937Zreal 3:50.253720874
27432024-07-10T23:41:42.937Zuser 20:29.438422894
27442024-07-10T23:41:42.937Zsys 4:20.592487450
27452024-07-10T23:41:42.937Ztrap 0.609408557
27462024-07-10T23:41:42.937Ztflt 0.577291726
27472024-07-10T23:41:42.937Zdflt 1.775778223
27482024-07-10T23:41:42.937Zkflt 0.000095709
27492024-07-10T23:41:42.937Zlock 43:58.987315083
27502024-07-10T23:41:42.937Zslp 58:52.641757772
27512024-07-10T23:41:42.937Zlat 1:06.533480503
27522024-07-10T23:41:42.937Zstop 2:31.429893489
27532024-07-10T23:41:42.937Z+ mkdir tests
27542024-07-10T23:41:42.940Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
27552024-07-10T23:41:42.940Z+ xargs -I '{}' -t cp '{}' tests/
27562024-07-10T23:41:44.024Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-042ee7f868ef739c tests/
27572024-07-10T23:41:44.051Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-5465fa55270b9cf3 tests/
27582024-07-10T23:41:44.077Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-4f5d40e613b07835 tests/
27592024-07-10T23:41:44.106Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-cfd88465eab6d8b2 tests/
27602024-07-10T23:41:44.442Z+ 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/*)
27612024-07-10T23:41:44.445Z+ 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-5465fa55270b9cf3 tests/commtest-4f5d40e613b07835 tests/dhcp_server-042ee7f868ef739c tests/end_to_end_tests-cfd88465eab6d8b2 out/clickhouse.tar.gz out/clickhouse_keeper.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
27622024-07-10T23:42:49.247ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
27632024-07-10T23:42:49.247Za out/target/test 1K
27642024-07-10T23:42:49.247Za out/npuzone/npuzone 23144K
27652024-07-10T23:42:49.247Za package-manifest.toml 29K
27662024-07-10T23:42:49.247Za smf/sled-agent/non-gimlet/config.toml 4K
27672024-07-10T23:42:49.247Za target/release/omicron-package 32520K
27682024-07-10T23:42:49.247Za target/release/xtask 18147K
27692024-07-10T23:42:49.247Za target/debug/bootstrap 358477K
27702024-07-10T23:42:49.247Za tests/bootstrap-5465fa55270b9cf3 23983K
27712024-07-10T23:42:49.247Za tests/commtest-4f5d40e613b07835 23984K
27722024-07-10T23:42:49.248Za tests/dhcp_server-042ee7f868ef739c 23983K
27732024-07-10T23:42:49.248Za tests/end_to_end_tests-cfd88465eab6d8b2 369276K
27742024-07-10T23:42:49.248Za out/clickhouse.tar.gz 223114K
27752024-07-10T23:42:49.248Za out/clickhouse_keeper.tar.gz 223093K
27762024-07-10T23:42:49.248Za out/cockroachdb.tar.gz 131954K
27772024-07-10T23:42:49.248Za out/crucible-dtrace.tar 85K
27782024-07-10T23:42:49.248Za out/crucible-pantry-zone.tar.gz 27046K
27792024-07-10T23:42:49.248Za out/crucible-zone.tar.gz 37414K
27802024-07-10T23:42:49.248Za out/external-dns.tar.gz 25122K
27812024-07-10T23:42:49.248Za out/internal-dns.tar.gz 25121K
27822024-07-10T23:42:49.248Za out/mg-ddm-gz.tar 60617K
27832024-07-10T23:42:49.248Za out/nexus.tar.gz 84986K
27842024-07-10T23:42:49.248Za out/ntp.tar.gz 8925K
27852024-07-10T23:42:49.248Za out/omicron-gateway-softnpu.tar.gz 13801K
27862024-07-10T23:42:49.248Za out/omicron-sled-agent.tar 94648K
27872024-07-10T23:42:49.248Za out/overlay.tar.gz 3K
27882024-07-10T23:42:49.248Za out/oximeter.tar.gz 42132K
27892024-07-10T23:42:49.248Za out/oxlog.tar 2955K
27902024-07-10T23:42:49.248Za out/probe.tar.gz 2764K
27912024-07-10T23:42:49.248Za out/propolis-server.tar.gz 64642K
27922024-07-10T23:42:49.248Za out/pumpkind-gz.tar 26665K
27932024-07-10T23:42:49.248Za out/switch-softnpu.tar.gz 198565K
27942024-07-10T23:42:49.251Z
27952024-07-10T23:42:49.251Zreal 1:04.797442399
27962024-07-10T23:42:49.251Zuser 1:01.951556855
27972024-07-10T23:42:49.251Zsys 4.004177876
27982024-07-10T23:42:49.251Ztrap 0.013985052
27992024-07-10T23:42:49.251Ztflt 0.000000000
28002024-07-10T23:42:49.251Zdflt 0.000000000
28012024-07-10T23:42:49.252Zkflt 0.000000000
28022024-07-10T23:42:49.252Zlock 0.000000000
28032024-07-10T23:42:49.252Zslp 1:01.805939216
28042024-07-10T23:42:49.252Zlat 1.813948761
28052024-07-10T23:42:49.252Zstop 0.000179605
28062024-07-10T23:42:49.255Zprocess exited: duration 1803158 ms, exit code 0
 
28072024-07-10T23:42:49.271Zfound 1 output files
28082024-07-10T23:42:49.272Zuploading: /work/package.tar.gz (1407092131 bytes)
28092024-07-10T23:43:18.703Zuploaded: /work/package.tar.gz