01J0YRD2B9PW930R5H9MVEJQAQ: 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: 01J0YRDEDZT9AHZENC1TE01X2Y

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-06-22T01:20:25.003Zjob assigned to worker 01J0YRDPN84D8X7H0MPZS354CY (queued for 1 m 7 s)
 
22024-06-22T01:20:32.484Zstarting task 0: "setup"
32024-06-22T01:20:32.539Z++ uname -s
42024-06-22T01:20:32.544Z+ kern=SunOS
52024-06-22T01:20:32.545Z+ case "$kern" in
62024-06-22T01:20:32.545Z+ groupadd -g 12345 build
72024-06-22T01:20:32.545Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-06-22T01:20:34.566Z+ zfs create -o mountpoint=/work rpool/work
92024-06-22T01:20:34.673Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-06-22T01:20:34.676Z+ home_fs=zfs
112024-06-22T01:20:34.676Z+ [[ zfs == autofs ]]
122024-06-22T01:20:34.676Z+ mkdir -p /home/build
132024-06-22T01:20:34.679Z+ chown build:build /home/build /work
142024-06-22T01:20:36.679Z+ chmod 0700 /home/build /work
152024-06-22T01:20:36.682Zprocess exited: duration 4199 ms, exit code 0
 
162024-06-22T01:20:36.688Zstarting task 1: "rust-toolchain"
172024-06-22T01:20:36.694Z+ printf ' * toolchain channel = "%s"
182024-06-22T01:20:36.694Z' 1.78.0
192024-06-22T01:20:36.698Z+ printf ' * toolchain profile = "%s"
202024-06-22T01:20:36.698Z * toolchain channel = "1.78.0"
212024-06-22T01:20:36.698Z * toolchain profile = "default"
222024-06-22T01:20:36.698Z' default
232024-06-22T01:20:36.698Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-06-22T01:20:36.698Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
252024-06-22T01:20:36.810Zinfo: downloading installer
262024-06-22T01:20:38.295Zinfo: profile set to 'default'
272024-06-22T01:20:38.295Zinfo: default host triple is x86_64-unknown-illumos
282024-06-22T01:20:38.298Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
292024-06-22T01:20:38.426Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
302024-06-22T01:20:38.426Zinfo: downloading component 'cargo'
312024-06-22T01:20:39.112Zinfo: downloading component 'clippy'
322024-06-22T01:20:39.343Zinfo: downloading component 'rust-docs'
332024-06-22T01:20:40.256Zinfo: downloading component 'rust-std'
342024-06-22T01:20:41.716Zinfo: downloading component 'rustc'
352024-06-22T01:20:45.369Zinfo: downloading component 'rustfmt'
362024-06-22T01:20:45.568Zinfo: installing component 'cargo'
372024-06-22T01:20:46.420Zinfo: installing component 'clippy'
382024-06-22T01:20:46.791Zinfo: installing component 'rust-docs'
392024-06-22T01:20:48.305Zinfo: installing component 'rust-std'
402024-06-22T01:20:50.137Zinfo: installing component 'rustc'
412024-06-22T01:20:54.575Zinfo: installing component 'rustfmt'
422024-06-22T01:20:54.916Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
432024-06-22T01:20:54.916Z
442024-06-22T01:20:55.183Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
452024-06-22T01:20:55.183Z
462024-06-22T01:20:55.186Z
472024-06-22T01:20:55.186ZRust is installed now. Great!
482024-06-22T01:20:55.186Z
492024-06-22T01:20:55.186ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-06-22T01:20:55.186Zenvironment variable. This has not been done automatically.
512024-06-22T01:20:55.187Z
522024-06-22T01:20:55.187ZTo configure your current shell, you need to source
532024-06-22T01:20:55.187Zthe corresponding env file under $HOME/.cargo.
542024-06-22T01:20:55.187Z
552024-06-22T01:20:55.187ZThis is usually done by running one of the following (note the leading DOT):
562024-06-22T01:20:55.187Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-06-22T01:20:55.187Zsource "$HOME/.cargo/env.fish" # For fish
582024-06-22T01:20:55.252Z+ rustc --version
592024-06-22T01:20:55.313Zrustc 1.78.0 (9b00956e5 2024-04-29)
602024-06-22T01:20:55.316Zprocess exited: duration 18626 ms, exit code 0
 
612024-06-22T01:20:55.322Zstarting task 2: "authentication"
622024-06-22T01:20:55.350Zprocess exited: duration 27 ms, exit code 0
 
632024-06-22T01:20:55.356Zstarting task 3: "clone repository"
642024-06-22T01:20:55.361Z+ mkdir -p /work/oxidecomputer/omicron
652024-06-22T01:20:55.364Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-06-22T01:20:55.513ZCloning into '/work/oxidecomputer/omicron'...
672024-06-22T01:21:01.651Z+ cd /work/oxidecomputer/omicron
682024-06-22T01:21:01.651Z+ git fetch origin 2e62491a530aa30dc4abaefefdcf76ebbc8984c3
692024-06-22T01:21:01.980ZFrom https://github.com/oxidecomputer/omicron
702024-06-22T01:21:01.980Z * branch 2e62491a530aa30dc4abaefefdcf76ebbc8984c3 -> FETCH_HEAD
712024-06-22T01:21:01.989Z+ [[ -n common-dropshot ]]
722024-06-22T01:21:01.991Z++ git branch --show-current
732024-06-22T01:21:01.994Z+ current=main
742024-06-22T01:21:01.994Z+ [[ main != common-dropshot ]]
752024-06-22T01:21:01.994Z+ git branch -f common-dropshot 2e62491a530aa30dc4abaefefdcf76ebbc8984c3
762024-06-22T01:21:01.997Z+ git checkout -f common-dropshot
772024-06-22T01:21:02.125ZSwitched to branch 'common-dropshot'
782024-06-22T01:21:02.128Z+ git reset --hard 2e62491a530aa30dc4abaefefdcf76ebbc8984c3
792024-06-22T01:21:02.251ZHEAD is now at 2e62491a5 have oximeter-producer re-export dropshot types in its interface
802024-06-22T01:21:02.255Zprocess exited: duration 6895 ms, exit code 0
 
812024-06-22T01:21:02.260Zstarting task 4: "build"
822024-06-22T01:21:02.266Z+ cargo --version
832024-06-22T01:21:02.318Zcargo 1.78.0 (54d8815d0 2024-03-26)
842024-06-22T01:21:02.321Z+ rustc --version
852024-06-22T01:21:02.375Zrustc 1.78.0 (9b00956e5 2024-04-29)
862024-06-22T01:21:02.378Z+ WORK=/work
872024-06-22T01:21:02.378Z+ pfexec mkdir -p /work
882024-06-22T01:21:02.381Z+ pfexec chown build /work
892024-06-22T01:21:02.384Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
902024-06-22T01:21:16.726Z Startup: Refreshing catalog 'helios-dev' ... Done
912024-06-22T01:21:18.612Z Startup: Caching catalogs ... Done
922024-06-22T01:21:20.926ZPlanning: Solver setup ... Done (1.860s)
932024-06-22T01:21:20.963ZPlanning: Running solver ... Done (0.036s)
942024-06-22T01:21:21.002ZPlanning: Finding local manifests ... Done (0.003s)
952024-06-22T01:21:21.019ZPlanning: Fetching manifests: 0/4 0% complete
962024-06-22T01:21:21.248ZPlanning: Fetching manifests: 4/4 100% complete
972024-06-22T01:21:21.393ZPlanning: Package planning ... Done (0.144s)
982024-06-22T01:21:21.444ZPlanning: Merging actions ... Done (0.051s)
992024-06-22T01:21:22.322ZPlanning: Checking for conflicting actions ... Done (0.878s)
1002024-06-22T01:21:22.334ZPlanning: Consolidating action changes ... Done (0.011s)
1012024-06-22T01:21:27.183ZPlanning: Evaluating mediators ... Done (4.849s)
1022024-06-22T01:21:27.193ZPlanning: Planning completed in 8.51 seconds
1032024-06-22T01:21:27.207Z Packages to install: 4
1042024-06-22T01:21:27.207Z Mediators to change: 2
1052024-06-22T01:21:27.210Z Services to change: 1
1062024-06-22T01:21:27.210Z Estimated space available: 155.77 GB
1072024-06-22T01:21:27.211ZEstimated space to be consumed: 1.46 GB
1082024-06-22T01:21:27.211Z Create boot environment: No
1092024-06-22T01:21:27.211ZCreate backup boot environment: No
1102024-06-22T01:21:27.211Z Rebuild boot archive: No
1112024-06-22T01:21:27.211Z
1122024-06-22T01:21:27.211ZChanged mediators:
1132024-06-22T01:21:27.211Z mediator clang:
1142024-06-22T01:21:27.211Z version: None -> 15 (system default)
1152024-06-22T01:21:27.211Z
1162024-06-22T01:21:27.211Z mediator llvm:
1172024-06-22T01:21:27.211Z version: 14 (system default) -> 15 (system default)
1182024-06-22T01:21:27.211Z
1192024-06-22T01:21:27.211ZChanged packages:
1202024-06-22T01:21:27.211Zhelios-dev
1212024-06-22T01:21:27.211Z developer/build-essential
1222024-06-22T01:21:27.211Z None -> 11-2.0
1232024-06-22T01:21:27.211Z library/libxmlsec1
1242024-06-22T01:21:27.211Z None -> 1.2.35-2.0
1252024-06-22T01:21:27.211Z ooce/developer/clang-15
1262024-06-22T01:21:27.211Z None -> 15.0.7-2.0
1272024-06-22T01:21:27.211Z ooce/developer/llvm-15
1282024-06-22T01:21:27.211Z None -> 15.0.7-2.0
1292024-06-22T01:21:27.211Z
1302024-06-22T01:21:27.211ZServices:
1312024-06-22T01:21:27.211Z restart_fmri:
1322024-06-22T01:21:27.211Z svc:/system/update-man-index:default
1332024-06-22T01:21:27.381Z
1342024-06-22T01:21:27.381ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1352024-06-22T01:21:32.402ZDownload: 426/3290 items 16.8/212.6MB 7% complete (3.5M/s)
1362024-06-22T01:21:37.403ZDownload: 948/3290 items 19.0/212.6MB 8% complete (1.9M/s)
1372024-06-22T01:21:42.833ZDownload: 1198/3290 items 83.5/212.6MB 39% complete (6.7M/s)
1382024-06-22T01:21:47.845ZDownload: 1952/3290 items 118.7/212.6MB 55% complete (9.9M/s)
1392024-06-22T01:21:57.386ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (5.4M/s)
1402024-06-22T01:22:02.387ZDownload: 3141/3290 items 141.5/212.6MB 66% complete (2.2M/s)
1412024-06-22T01:22:04.462ZDownload: Completed 212.60 MB in 37.08 seconds (5.7M/s)
1422024-06-22T01:22:05.281Z Actions: 1/3689 actions (Installing new actions)
1432024-06-22T01:22:10.287Z Actions: 3622/3689 actions (Installing new actions)
1442024-06-22T01:22:10.569Z Actions: Completed 3689 actions in 5.29 seconds.
1452024-06-22T01:22:10.809Z Done (0.235s)
1462024-06-22T01:22:10.809Z Done (0.000s)
1472024-06-22T01:22:11.121Z Done (0.311s)
1482024-06-22T01:22:17.565Z Done (6.289s)
1492024-06-22T01:22:17.743Z Done (0.110s)
1502024-06-22T01:22:17.745Z Done (0.000s)
1512024-06-22T01:22:17.934Z Done (0.000s)
1522024-06-22T01:22:18.486ZPlanning: Evaluating mediator changes ... Done
1532024-06-22T01:22:18.648ZPlanning: Checking for conflicting actions ... Done
1542024-06-22T01:22:18.651ZPlanning: Consolidating action changes ... Done
1552024-06-22T01:22:18.916ZPlanning: Evaluating mediators ... Done
1562024-06-22T01:22:18.919ZPlanning: Planning completed in 0.43 seconds
1572024-06-22T01:22:18.950Z Mediators to change: 2
1582024-06-22T01:22:18.950Z Create boot environment: No
1592024-06-22T01:22:18.955ZCreate backup boot environment: No
1602024-06-22T01:22:19.022Z Done
1612024-06-22T01:22:19.022Z Done
1622024-06-22T01:22:19.218Z Done
1632024-06-22T01:22:22.646Z Done
1642024-06-22T01:22:22.726Z Done
1652024-06-22T01:22:22.728Z Done
1662024-06-22T01:22:22.867Z Done
1672024-06-22T01:22:23.465ZPlanning: Evaluating mediator changes ... Done
1682024-06-22T01:22:23.469ZPlanning: Merging actions ... Done
1692024-06-22T01:22:23.652ZPlanning: Checking for conflicting actions ... Done
1702024-06-22T01:22:23.655ZPlanning: Consolidating action changes ... Done
1712024-06-22T01:22:23.910ZPlanning: Evaluating mediators ... Done
1722024-06-22T01:22:23.965ZPlanning: Planning completed in 0.74 seconds
1732024-06-22T01:22:24.000Z Packages to change: 1
1742024-06-22T01:22:24.000Z Mediators to change: 1
1752024-06-22T01:22:24.003Z Services to change: 1
1762024-06-22T01:22:24.003Z Create boot environment: No
1772024-06-22T01:22:24.003ZCreate backup boot environment: Yes
1782024-06-22T01:22:26.214Z Actions: 1/6 actions (Updating modified actions)
1792024-06-22T01:22:26.288Z Actions: Completed 6 actions in 0.07 seconds.
1802024-06-22T01:22:26.290Z Done
1812024-06-22T01:22:26.290Z Done
1822024-06-22T01:22:26.354Z Done
1832024-06-22T01:22:29.791Z Done
1842024-06-22T01:22:29.876Z Done
1852024-06-22T01:22:29.879Z Done
1862024-06-22T01:22:30.024Z Done
1872024-06-22T01:22:30.465ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1882024-06-22T01:22:30.465Zclang system 15 system
1892024-06-22T01:22:30.465Zcsh system system illumos
1902024-06-22T01:22:30.465Zctags system system illumos
1912024-06-22T01:22:30.466Zgcc vendor 12 vendor
1922024-06-22T01:22:30.466Zgcc system 10 system
1932024-06-22T01:22:30.466Zgcc system 7 system
1942024-06-22T01:22:30.466Zgo system 1.20 system
1952024-06-22T01:22:30.466Zgo system 1.19 system
1962024-06-22T01:22:30.466Zllvm system 15 system
1972024-06-22T01:22:30.466Zllvm system 14 system
1982024-06-22T01:22:30.466Zmariadb system 10.6 system
1992024-06-22T01:22:30.466Zmta vendor vendor dma
2002024-06-22T01:22:30.466Zopenjdk system 17 system
2012024-06-22T01:22:30.466Zopenjdk system 11 system
2022024-06-22T01:22:30.466Zopenjdk system 1.8 system
2032024-06-22T01:22:30.466Zopenssl vendor 3 vendor
2042024-06-22T01:22:30.466Zperl system 5.36 system
2052024-06-22T01:22:30.466Zpostgresql system 15 system
2062024-06-22T01:22:30.466Zpostgresql system 13 system
2072024-06-22T01:22:30.466Zpython vendor 3 vendor
2082024-06-22T01:22:30.466Zpython system 2 system
2092024-06-22T01:22:30.466Zpython3 system 3.11 system
2102024-06-22T01:22:30.466Zruby system 3.0 system
2112024-06-22T01:22:30.466Zwords vendor vendor american-english
2122024-06-22T01:22:30.466Zwords system system australian-english
2132024-06-22T01:22:30.466Zwords system system british-english
2142024-06-22T01:22:30.466Zwords system system canadian-english
2152024-06-22T01:22:30.466Zwords system system french
2162024-06-22T01:22:30.466Zwords system system italian
2172024-06-22T01:22:30.468Zwords system system ngerman
2182024-06-22T01:22:30.468Zwords system system ogerman
2192024-06-22T01:22:30.468Zwords system system spanish
2202024-06-22T01:22:30.791ZPUBLISHER TYPE STATUS P LOCATION
2212024-06-22T01:22:30.792Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2222024-06-22T01:22:32.285ZFMRI IFO
2232024-06-22T01:22:32.285Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2242024-06-22T01:22:32.285Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2252024-06-22T01:22:32.285Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2262024-06-22T01:22:32.285Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2272024-06-22T01:22:32.285Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2282024-06-22T01:22:32.285Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2292024-06-22T01:22:32.286Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2302024-06-22T01:22:32.286Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2312024-06-22T01:22:32.286Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2322024-06-22T01:22:32.286Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2332024-06-22T01:22:32.286Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2342024-06-22T01:22:32.286Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2352024-06-22T01:22:32.774Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2362024-06-22T01:22:33.071Z Updating git repository `https://github.com/oxidecomputer/zone`
2372024-06-22T01:22:33.320Z Updating crates.io index
2382024-06-22T01:22:33.323Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2392024-06-22T01:22:34.103Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2402024-06-22T01:22:34.834Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2412024-06-22T01:22:35.074Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2422024-06-22T01:22:36.937Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
2432024-06-22T01:22:37.411Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442024-06-22T01:22:37.650Z Updating git repository `https://github.com/oxidecomputer/propolis`
2452024-06-22T01:22:38.625Z Updating git repository `https://github.com/oxidecomputer/crucible`
2462024-06-22T01:22:40.633Z Updating git repository `https://github.com/oxidecomputer/opte`
2472024-06-22T01:22:41.645Z Updating git repository `https://github.com/oxidecomputer/falcon`
2482024-06-22T01:22:42.294Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2492024-06-22T01:22:42.848Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2502024-06-22T01:22:43.150Z Updating git repository `http://github.com/oxidecomputer/sprockets`
2512024-06-22T01:22:43.526Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2522024-06-22T01:22:43.815Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2532024-06-22T01:22:44.105Z Updating git repository `http://github.com/oxidecomputer/tofino`
2542024-06-22T01:22:44.390Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2552024-06-22T01:22:44.636Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2562024-06-22T01:22:44.896Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2572024-06-22T01:22:45.207Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2582024-06-22T01:22:45.534Z Updating git repository `https://github.com/oxidecomputer/ispf`
2592024-06-22T01:22:45.874Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2602024-06-22T01:22:46.110Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2612024-06-22T01:22:46.736Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2622024-06-22T01:22:46.955Z Updating git repository `https://github.com/cbiffle/hubpack.git`
2632024-06-22T01:22:47.267Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2642024-06-22T01:22:47.637Z Updating git repository `https://github.com/oxidecomputer/typify`
2652024-06-22T01:22:49.730Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2662024-06-22T01:22:50.078Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2672024-06-22T01:22:50.329Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2682024-06-22T01:22:50.818Z Updating git repository `https://github.com/oxidecomputer/rfb`
2692024-06-22T01:22:51.817Z Downloading crates ...
2702024-06-22T01:22:51.911Z Downloaded adler v1.0.2
2712024-06-22T01:22:51.921Z Downloaded block-buffer v0.10.4
2722024-06-22T01:22:51.923Z Downloaded cfg-if v1.0.0
2732024-06-22T01:22:51.923Z Downloaded crypto-common v0.1.6
2742024-06-22T01:22:51.926Z Downloaded anstyle v1.0.7
2752024-06-22T01:22:51.926Z Downloaded equivalent v1.0.1
2762024-06-22T01:22:51.926Z Downloaded form_urlencoded v1.2.1
2772024-06-22T01:22:51.929Z Downloaded dirs-sys-next v0.1.2
2782024-06-22T01:22:51.929Z Downloaded deranged v0.3.11
2792024-06-22T01:22:51.932Z Downloaded futures-core v0.3.30
2802024-06-22T01:22:51.932Z Downloaded futures-sink v0.3.30
2812024-06-22T01:22:51.932Z Downloaded fnv v1.0.7
2822024-06-22T01:22:51.936Z Downloaded futures-task v0.3.30
2832024-06-22T01:22:51.936Z Downloaded byteorder v1.5.0
2842024-06-22T01:22:51.936Z Downloaded http-body v0.4.6
2852024-06-22T01:22:51.940Z Downloaded is-terminal v0.4.12
2862024-06-22T01:22:51.940Z Downloaded itoa v1.0.11
2872024-06-22T01:22:51.943Z Downloaded futures-io v0.3.30
2882024-06-22T01:22:51.943Z Downloaded percent-encoding v2.3.1
2892024-06-22T01:22:51.943Z Downloaded openssl-probe v0.1.5
2902024-06-22T01:22:51.943Z Downloaded num_cpus v1.16.0
2912024-06-22T01:22:51.946Z Downloaded futures-executor v0.3.30
2922024-06-22T01:22:51.946Z Downloaded pretty-hex v0.4.1
2932024-06-22T01:22:51.950Z Downloaded mime v0.3.17
2942024-06-22T01:22:51.950Z Downloaded ipnet v2.9.0
2952024-06-22T01:22:51.954Z Downloaded scroll_derive v0.12.0
2962024-06-22T01:22:51.954Z Downloaded serde_tokenstream v0.2.0
2972024-06-22T01:22:51.959Z Downloaded slog-async v2.8.0
2982024-06-22T01:22:51.959Z Downloaded slog-bunyan v2.5.0
2992024-06-22T01:22:51.959Z Downloaded swrite v0.1.0
3002024-06-22T01:22:51.959Z Downloaded parking_lot_core v0.9.10
3012024-06-22T01:22:51.962Z Downloaded strum_macros v0.26.2
3022024-06-22T01:22:51.962Z Downloaded slog-term v2.9.1
3032024-06-22T01:22:51.966Z Downloaded bytes v1.6.0
3042024-06-22T01:22:51.974Z Downloaded log v0.4.21
3052024-06-22T01:22:51.977Z Downloaded cargo-platform v0.1.8
3062024-06-22T01:22:51.977Z Downloaded take_mut v0.2.2
3072024-06-22T01:22:51.977Z Downloaded tabled_derive v0.7.0
3082024-06-22T01:22:51.977Z Downloaded syn v2.0.64
3092024-06-22T01:22:51.984Z Downloaded thread-id v4.2.1
3102024-06-22T01:22:51.989Z Downloaded tar v0.4.40
3112024-06-22T01:22:51.989Z Downloaded flate2 v1.0.30
3122024-06-22T01:22:51.992Z Downloaded dtrace-parser v0.2.0
3132024-06-22T01:22:51.995Z Downloaded mio v0.8.11
3142024-06-22T01:22:51.999Z Downloaded cargo_toml v0.20.2
3152024-06-22T01:22:52.002Z Downloaded memchr v2.7.2
3162024-06-22T01:22:52.005Z Downloaded clap_derive v4.5.4
3172024-06-22T01:22:52.008Z Downloaded http v0.2.12
3182024-06-22T01:22:52.012Z Downloaded cargo_metadata v0.18.1
3192024-06-22T01:22:52.015Z Downloaded tinyvec_macros v0.1.1
3202024-06-22T01:22:52.015Z Downloaded thread_local v1.1.8
3212024-06-22T01:22:52.015Z Downloaded foreign-types-shared v0.1.1
3222024-06-22T01:22:52.015Z Downloaded try-lock v0.2.5
3232024-06-22T01:22:52.020Z Downloaded tower-service v0.3.2
3242024-06-22T01:22:52.020Z Downloaded serde_urlencoded v0.7.1
3252024-06-22T01:22:52.020Z Downloaded rustls-pemfile v1.0.4
3262024-06-22T01:22:52.024Z Downloaded pkg-config v0.3.30
3272024-06-22T01:22:52.024Z Downloaded slab v0.4.9
3282024-06-22T01:22:52.024Z Downloaded utf8parse v0.2.1
3292024-06-22T01:22:52.024Z Downloaded sha2 v0.10.8
3302024-06-22T01:22:52.030Z Downloaded semver v1.0.23
3312024-06-22T01:22:52.030Z Downloaded quote v1.0.36
3322024-06-22T01:22:52.034Z Downloaded version_check v0.9.4
3332024-06-22T01:22:52.034Z Downloaded zerocopy-derive v0.7.34
3342024-06-22T01:22:52.039Z Downloaded ryu v1.0.18
3352024-06-22T01:22:52.039Z Downloaded typenum v1.17.0
3362024-06-22T01:22:52.042Z Downloaded crossbeam-channel v0.5.12
3372024-06-22T01:22:52.045Z Downloaded tinyvec v1.6.0
3382024-06-22T01:22:52.048Z Downloaded unicode-ident v1.0.12
3392024-06-22T01:22:52.051Z Downloaded socket2 v0.5.7
3402024-06-22T01:22:52.051Z Downloaded tracing-core v0.1.32
3412024-06-22T01:22:52.055Z Downloaded macaddr v1.0.1
3422024-06-22T01:22:52.059Z Downloaded unicode-bidi v0.3.15
3432024-06-22T01:22:52.059Z Downloaded serde v1.0.203
3442024-06-22T01:22:52.062Z Downloaded is_terminal_polyfill v1.70.0
3452024-06-22T01:22:52.062Z Downloaded url v2.5.0
3462024-06-22T01:22:52.065Z Downloaded h2 v0.3.26
3472024-06-22T01:22:52.071Z Downloaded tracing v0.1.40
3482024-06-22T01:22:52.074Z Downloaded tokio-util v0.7.11
3492024-06-22T01:22:52.082Z Downloaded time v0.3.36
3502024-06-22T01:22:52.086Z Downloaded pest_generator v2.7.10
3512024-06-22T01:22:52.089Z Downloaded serde_json v1.0.117
3522024-06-22T01:22:52.094Z Downloaded unicode-normalization v0.1.23
3532024-06-22T01:22:52.098Z Downloaded miniz_oxide v0.7.2
3542024-06-22T01:22:52.100Z Downloaded zerocopy v0.7.34
3552024-06-22T01:22:52.115Z Downloaded openssl-sys v0.9.102
3562024-06-22T01:22:52.119Z Downloaded syn v1.0.109
3572024-06-22T01:22:52.129Z Downloaded vcpkg v0.2.15
3582024-06-22T01:22:52.166Z Downloaded hyper v0.14.28
3592024-06-22T01:22:52.172Z Downloaded pest_derive v2.7.10
3602024-06-22T01:22:52.175Z Downloaded goblin v0.8.2
3612024-06-22T01:22:52.181Z Downloaded pest v2.7.10
3622024-06-22T01:22:52.185Z Downloaded openssl v0.10.64
3632024-06-22T01:22:52.193Z Downloaded num_threads v0.1.7
3642024-06-22T01:22:52.196Z Downloaded strsim v0.11.1
3652024-06-22T01:22:52.196Z Downloaded pin-project-lite v0.2.14
3662024-06-22T01:22:52.200Z Downloaded want v0.3.1
3672024-06-22T01:22:52.203Z Downloaded proc-macro2 v1.0.82
3682024-06-22T01:22:52.209Z Downloaded pest_meta v2.7.10
3692024-06-22T01:22:52.209Z Downloaded ucd-trie v0.1.6
3702024-06-22T01:22:52.209Z Downloaded slog v2.7.0
3712024-06-22T01:22:52.212Z Downloaded term v0.7.0
3722024-06-22T01:22:52.218Z Downloaded toml_datetime v0.6.6
3732024-06-22T01:22:52.218Z Downloaded idna v0.5.0
3742024-06-22T01:22:52.222Z Downloaded reqwest v0.11.27
3752024-06-22T01:22:52.227Z Downloaded toml v0.8.13
3762024-06-22T01:22:52.232Z Downloaded toml_edit v0.22.13
3772024-06-22T01:22:52.250Z Downloaded xattr v1.3.1
3782024-06-22T01:22:52.254Z Downloaded tokio v1.37.0
3792024-06-22T01:22:52.286Z Downloaded rustix v0.38.34
3802024-06-22T01:22:52.307Z Downloaded libc v0.2.155
3812024-06-22T01:22:52.331Z Downloaded winnow v0.6.8
3822024-06-22T01:22:52.340Z Downloaded encoding_rs v0.8.34
3832024-06-22T01:22:52.361Z Downloaded usdt-macro v0.5.0
3842024-06-22T01:22:52.364Z Downloaded usdt-impl v0.5.0
3852024-06-22T01:22:52.364Z Downloaded usdt-attr-macro v0.5.0
3862024-06-22T01:22:52.364Z Downloaded usdt v0.5.0
3872024-06-22T01:22:52.364Z Downloaded unicode-width v0.1.12
3882024-06-22T01:22:52.364Z Downloaded tokio-native-tls v0.3.1
3892024-06-22T01:22:52.364Z Downloaded terminal_size v0.3.0
3902024-06-22T01:22:52.367Z Downloaded tabled v0.15.0
3912024-06-22T01:22:52.379Z Downloaded slog-json v2.6.1
3922024-06-22T01:22:52.381Z Downloaded tokio-macros v2.2.0
3932024-06-22T01:22:52.382Z Downloaded serde_spanned v0.6.6
3942024-06-22T01:22:52.386Z Downloaded native-tls v0.2.11
3952024-06-22T01:22:52.386Z Downloaded memmap v0.7.0
3962024-06-22T01:22:52.386Z Downloaded md5 v0.7.0
3972024-06-22T01:22:52.389Z Downloaded match_cfg v0.1.0
3982024-06-22T01:22:52.389Z Downloaded parking_lot v0.12.2
3992024-06-22T01:22:52.390Z Downloaded papergrid v0.11.0
4002024-06-22T01:22:52.392Z Downloaded openssl-macros v0.1.1
4012024-06-22T01:22:52.396Z Downloaded hashbrown v0.14.5
4022024-06-22T01:22:52.400Z Downloaded clap_builder v4.5.2
4032024-06-22T01:22:52.404Z Downloaded serde_derive v1.0.203
4042024-06-22T01:22:52.407Z Downloaded time-macros v0.2.18
4052024-06-22T01:22:52.411Z Downloaded smallvec v1.13.2
4062024-06-22T01:22:52.411Z Downloaded hyper-tls v0.5.0
4072024-06-22T01:22:52.414Z Downloaded httparse v1.8.0
4082024-06-22T01:22:52.414Z Downloaded futures-util v0.3.30
4092024-06-22T01:22:52.422Z Downloaded signal-hook-registry v1.4.2
4102024-06-22T01:22:52.427Z Downloaded proc-macro-error v1.0.4
4112024-06-22T01:22:52.431Z Downloaded hostname v0.3.1
4122024-06-22T01:22:52.431Z Downloaded fs-err v2.11.0
4132024-06-22T01:22:52.431Z Downloaded cc v1.0.97
4142024-06-22T01:22:52.434Z Downloaded foreign-types v0.3.2
4152024-06-22T01:22:52.434Z Downloaded filetime v0.2.23
4162024-06-22T01:22:52.435Z Downloaded crossbeam-utils v0.8.19
4172024-06-22T01:22:52.440Z Downloaded sync_wrapper v0.1.2
4182024-06-22T01:22:52.440Z Downloaded scopeguard v1.2.0
4192024-06-22T01:22:52.440Z Downloaded time-core v0.1.2
4202024-06-22T01:22:52.441Z Downloaded strum v0.26.2
4212024-06-22T01:22:52.450Z Downloaded rustversion v1.0.17
4222024-06-22T01:22:52.450Z Downloaded proc-macro-error-attr v1.0.4
4232024-06-22T01:22:52.450Z Downloaded powerfmt v0.2.0
4242024-06-22T01:22:52.450Z Downloaded pin-utils v0.1.0
4252024-06-22T01:22:52.450Z Downloaded indexmap v2.2.6
4262024-06-22T01:22:52.454Z Downloaded dof v0.3.0
4272024-06-22T01:22:52.454Z Downloaded dirs-next v2.0.0
4282024-06-22T01:22:52.454Z Downloaded crc32fast v1.4.0
4292024-06-22T01:22:52.454Z Downloaded clap v4.5.4
4302024-06-22T01:22:52.458Z Downloaded camino v1.1.7
4312024-06-22T01:22:52.464Z Downloaded bytecount v0.6.8
4322024-06-22T01:22:52.464Z Downloaded anstyle-parse v0.2.4
4332024-06-22T01:22:52.464Z Downloaded anstream v0.6.14
4342024-06-22T01:22:52.467Z Downloaded thiserror-impl v1.0.60
4352024-06-22T01:22:52.467Z Downloaded thiserror v1.0.60
4362024-06-22T01:22:52.470Z Downloaded colorchoice v1.0.1
4372024-06-22T01:22:52.473Z Downloaded clap_lex v0.7.0
4382024-06-22T01:22:52.473Z Downloaded base64 v0.21.7
4392024-06-22T01:22:52.476Z Downloaded anstyle-query v1.0.3
4402024-06-22T01:22:52.479Z Downloaded futures v0.3.30
4412024-06-22T01:22:52.482Z Downloaded futures-channel v0.3.30
4422024-06-22T01:22:52.482Z Downloaded bitflags v2.5.0
4432024-06-22T01:22:52.485Z Downloaded lock_api v0.4.12
4442024-06-22T01:22:52.488Z Downloaded generic-array v0.14.7
4452024-06-22T01:22:52.488Z Downloaded scroll v0.12.0
4462024-06-22T01:22:52.491Z Downloaded once_cell v1.19.0
4472024-06-22T01:22:52.491Z Downloaded anyhow v1.0.86
4482024-06-22T01:22:52.498Z Downloaded plain v0.2.3
4492024-06-22T01:22:52.498Z Downloaded num-conv v0.1.0
4502024-06-22T01:22:52.498Z Downloaded errno v0.3.9
4512024-06-22T01:22:52.501Z Downloaded httpdate v1.0.3
4522024-06-22T01:22:52.501Z Downloaded heck v0.4.1
4532024-06-22T01:22:52.501Z Downloaded digest v0.10.7
4542024-06-22T01:22:52.504Z Downloaded heck v0.5.0
4552024-06-22T01:22:52.504Z Downloaded futures-macro v0.3.30
4562024-06-22T01:22:52.504Z Downloaded cpufeatures v0.2.12
4572024-06-22T01:22:52.507Z Downloaded autocfg v1.3.0
4582024-06-22T01:22:52.795Z Compiling proc-macro2 v1.0.82
4592024-06-22T01:22:52.795Z Compiling unicode-ident v1.0.12
4602024-06-22T01:22:52.798Z Compiling libc v0.2.155
4612024-06-22T01:22:52.798Z Compiling version_check v0.9.4
4622024-06-22T01:22:52.798Z Compiling cfg-if v1.0.0
4632024-06-22T01:22:52.798Z Compiling once_cell v1.19.0
4642024-06-22T01:22:52.832Z Compiling itoa v1.0.11
4652024-06-22T01:22:52.840Z Compiling autocfg v1.3.0
4662024-06-22T01:22:52.963Z Compiling serde v1.0.203
4672024-06-22T01:22:53.018Z Compiling memchr v2.7.2
4682024-06-22T01:22:53.126Z Compiling thiserror v1.0.60
4692024-06-22T01:22:53.348Z Compiling ryu v1.0.18
4702024-06-22T01:22:53.605Z Compiling pin-project-lite v0.2.14
4712024-06-22T01:22:53.624Z Compiling bitflags v2.5.0
4722024-06-22T01:22:53.705Z Compiling parking_lot_core v0.9.10
4732024-06-22T01:22:53.741Z Compiling lock_api v0.4.12
4742024-06-22T01:22:53.930Z Compiling pkg-config v0.3.30
4752024-06-22T01:22:54.317Z Compiling ucd-trie v0.1.6
4762024-06-22T01:22:54.737Z Compiling vcpkg v0.2.15
4772024-06-22T01:22:54.990Z Compiling cc v1.0.97
4782024-06-22T01:22:55.347Z Compiling slab v0.4.9
4792024-06-22T01:22:55.394Z Compiling futures-sink v0.3.30
4802024-06-22T01:22:55.399Z Compiling scopeguard v1.2.0
4812024-06-22T01:22:55.580Z Compiling smallvec v1.13.2
4822024-06-22T01:22:55.609Z Compiling bytes v1.6.0
4832024-06-22T01:22:55.639Z Compiling futures-core v0.3.30
4842024-06-22T01:22:56.030Z Compiling log v0.4.21
4852024-06-22T01:22:56.050Z Compiling equivalent v1.0.1
4862024-06-22T01:22:56.165Z Compiling fnv v1.0.7
4872024-06-22T01:22:56.300Z Compiling quote v1.0.36
4882024-06-22T01:22:56.447Z Compiling serde_json v1.0.117
4892024-06-22T01:22:56.452Z Compiling byteorder v1.5.0
4902024-06-22T01:22:56.723Z Compiling syn v2.0.64
4912024-06-22T01:22:56.877Z Compiling hashbrown v0.14.5
4922024-06-22T01:22:56.898Z Compiling mio v0.8.11
4932024-06-22T01:22:56.948Z Compiling num_cpus v1.16.0
4942024-06-22T01:22:56.982Z Compiling socket2 v0.5.7
4952024-06-22T01:22:57.100Z Compiling signal-hook-registry v1.4.2
4962024-06-22T01:22:57.230Z Compiling parking_lot v0.12.2
4972024-06-22T01:22:57.791Z Compiling futures-channel v0.3.30
4982024-06-22T01:22:57.932Z Compiling futures-task v0.3.30
4992024-06-22T01:22:58.006Z Compiling rustix v0.38.34
5002024-06-22T01:22:58.162Z Compiling indexmap v2.2.6
5012024-06-22T01:22:58.220Z Compiling futures-io v0.3.30
5022024-06-22T01:22:58.274Z Compiling typenum v1.17.0
5032024-06-22T01:22:58.444Z Compiling openssl-sys v0.9.102
5042024-06-22T01:22:58.509Z Compiling pin-utils v0.1.0
5052024-06-22T01:22:58.571Z Compiling errno v0.3.9
5062024-06-22T01:22:58.615Z Compiling generic-array v0.14.7
5072024-06-22T01:22:58.791Z Compiling foreign-types-shared v0.1.1
5082024-06-22T01:22:58.854Z Compiling slog v2.7.0
5092024-06-22T01:22:58.904Z Compiling openssl v0.10.64
5102024-06-22T01:22:59.014Z Compiling foreign-types v0.3.2
5112024-06-22T01:23:02.701Z Compiling http v0.2.12
5122024-06-22T01:23:02.737Z Compiling usdt-impl v0.5.0
5132024-06-22T01:23:02.737Z Compiling proc-macro-error-attr v1.0.4
5142024-06-22T01:23:02.737Z Compiling tracing-core v0.1.32
5152024-06-22T01:23:02.737Z Compiling time-core v0.1.2
5162024-06-22T01:23:02.737Z Compiling syn v1.0.109
5172024-06-22T01:23:02.737Z Compiling native-tls v0.2.11
5182024-06-22T01:23:02.737Z Compiling tinyvec_macros v0.1.1
5192024-06-22T01:23:02.737Z Compiling powerfmt v0.2.0
5202024-06-22T01:23:02.737Z Compiling httparse v1.8.0
5212024-06-22T01:23:02.737Z Compiling num-conv v0.1.0
5222024-06-22T01:23:02.737Z Compiling deranged v0.3.11
5232024-06-22T01:23:02.737Z Compiling time-macros v0.2.18
5242024-06-22T01:23:02.737Z Compiling tracing v0.1.40
5252024-06-22T01:23:02.737Z Compiling tinyvec v1.6.0
5262024-06-22T01:23:02.737Z Compiling thread-id v4.2.1
5272024-06-22T01:23:02.738Z Compiling proc-macro-error v1.0.4
5282024-06-22T01:23:02.738Z Compiling num_threads v0.1.7
5292024-06-22T01:23:02.738Z Compiling utf8parse v0.2.1
5302024-06-22T01:23:02.738Z Compiling heck v0.4.1
5312024-06-22T01:23:02.738Z Compiling percent-encoding v2.3.1
5322024-06-22T01:23:02.745Z Compiling openssl-probe v0.1.5
5332024-06-22T01:23:02.745Z Compiling plain v0.2.3
5342024-06-22T01:23:02.754Z Compiling try-lock v0.2.5
5352024-06-22T01:23:02.781Z Compiling rustversion v1.0.17
5362024-06-22T01:23:02.804Z Compiling crossbeam-utils v0.8.19
5372024-06-22T01:23:02.857Z Compiling unicode-normalization v0.1.23
5382024-06-22T01:23:02.895Z Compiling want v0.3.1
5392024-06-22T01:23:02.898Z Compiling form_urlencoded v1.2.1
5402024-06-22T01:23:03.166Z Compiling anstyle-parse v0.2.4
5412024-06-22T01:23:03.498Z Compiling http-body v0.4.6
5422024-06-22T01:23:03.789Z Compiling dirs-sys-next v0.1.2
5432024-06-22T01:23:04.029Z Compiling anstyle v1.0.7
5442024-06-22T01:23:04.228Z Compiling time v0.3.36
5452024-06-22T01:23:04.231Z Compiling pretty-hex v0.4.1
5462024-06-22T01:23:04.272Z Compiling colorchoice v1.0.1
5472024-06-22T01:23:04.376Z Compiling unicode-bidi v0.3.15
5482024-06-22T01:23:04.431Z Compiling httpdate v1.0.3
5492024-06-22T01:23:04.453Z Compiling is_terminal_polyfill v1.70.0
5502024-06-22T01:23:04.488Z Compiling crc32fast v1.4.0
5512024-06-22T01:23:04.583Z Compiling tower-service v0.3.2
5522024-06-22T01:23:04.724Z Compiling semver v1.0.23
5532024-06-22T01:23:04.899Z Compiling anstyle-query v1.0.3
5542024-06-22T01:23:04.995Z Compiling camino v1.1.7
5552024-06-22T01:23:05.078Z Compiling winnow v0.6.8
5562024-06-22T01:23:05.320Z Compiling idna v0.5.0
5572024-06-22T01:23:05.594Z Compiling anstream v0.6.14
5582024-06-22T01:23:05.918Z Compiling dirs-next v2.0.0
5592024-06-22T01:23:06.942Z Compiling block-buffer v0.10.4
5602024-06-22T01:23:07.045Z Compiling crypto-common v0.1.6
5612024-06-22T01:23:07.190Z Compiling terminal_size v0.3.0
5622024-06-22T01:23:07.367Z Compiling fs-err v2.11.0
5632024-06-22T01:23:07.392Z Compiling thread_local v1.1.8
5642024-06-22T01:23:07.426Z Compiling heck v0.5.0
5652024-06-22T01:23:07.464Z Compiling base64 v0.21.7
5662024-06-22T01:23:07.637Z Compiling clap_lex v0.7.0
5672024-06-22T01:23:07.939Z Compiling bytecount v0.6.8
5682024-06-22T01:23:07.983Z Compiling anyhow v1.0.86
5692024-06-22T01:23:08.071Z Compiling match_cfg v0.1.0
5702024-06-22T01:23:08.147Z Compiling strsim v0.11.1
5712024-06-22T01:23:08.171Z Compiling adler v1.0.2
5722024-06-22T01:23:08.175Z Compiling slog-async v2.8.0
5732024-06-22T01:23:08.232Z Compiling unicode-width v0.1.12
5742024-06-22T01:23:08.395Z Compiling papergrid v0.11.0
5752024-06-22T01:23:08.453Z Compiling clap_builder v4.5.2
5762024-06-22T01:23:08.716Z Compiling miniz_oxide v0.7.2
5772024-06-22T01:23:08.745Z Compiling hostname v0.3.1
5782024-06-22T01:23:08.898Z Compiling rustls-pemfile v1.0.4
5792024-06-22T01:23:09.042Z Compiling digest v0.10.7
5802024-06-22T01:23:09.143Z Compiling crossbeam-channel v0.5.12
5812024-06-22T01:23:09.364Z Compiling url v2.5.0
5822024-06-22T01:23:09.448Z Compiling term v0.7.0
5832024-06-22T01:23:09.497Z Compiling serde_derive v1.0.203
5842024-06-22T01:23:10.179Z Compiling thiserror-impl v1.0.60
5852024-06-22T01:23:10.296Z Compiling zerocopy-derive v0.7.34
5862024-06-22T01:23:10.373Z Compiling tokio-macros v2.2.0
5872024-06-22T01:23:11.130Z Compiling futures-macro v0.3.30
5882024-06-22T01:23:11.347Z Compiling openssl-macros v0.1.1
5892024-06-22T01:23:12.095Z Compiling scroll_derive v0.12.0
5902024-06-22T01:23:12.116Z Compiling tokio v1.37.0
5912024-06-22T01:23:12.677Z Compiling zerocopy v0.7.34
5922024-06-22T01:23:13.231Z Compiling futures-util v0.3.30
5932024-06-22T01:23:13.589Z Compiling scroll v0.12.0
5942024-06-22T01:23:13.686Z Compiling pest v2.7.10
5952024-06-22T01:23:14.173Z Compiling goblin v0.8.2
5962024-06-22T01:23:14.330Z Compiling tabled_derive v0.7.0
5972024-06-22T01:23:16.654Z Compiling pest_meta v2.7.10
5982024-06-22T01:23:17.023Z Compiling clap_derive v4.5.4
5992024-06-22T01:23:19.264Z Compiling pest_generator v2.7.10
6002024-06-22T01:23:21.368Z Compiling tokio-util v0.7.11
6012024-06-22T01:23:22.032Z Compiling pest_derive v2.7.10
6022024-06-22T01:23:22.138Z Compiling tokio-native-tls v0.3.1
6032024-06-22T01:23:22.225Z Compiling futures-executor v0.3.30
6042024-06-22T01:23:22.411Z Compiling h2 v0.3.26
6052024-06-22T01:23:22.702Z Compiling strum_macros v0.26.2
6062024-06-22T01:23:22.862Z Compiling dtrace-parser v0.2.0
6072024-06-22T01:23:23.157Z Compiling xattr v1.3.1
6082024-06-22T01:23:23.442Z Compiling memmap v0.7.0
6092024-06-22T01:23:23.831Z Compiling filetime v0.2.23
6102024-06-22T01:23:24.196Z Compiling is-terminal v0.4.12
6112024-06-22T01:23:24.733Z Compiling serde_tokenstream v0.2.0
6122024-06-22T01:23:24.754Z Compiling serde_spanned v0.6.6
6132024-06-22T01:23:25.031Z Compiling toml_datetime v0.6.6
6142024-06-22T01:23:25.307Z Compiling cargo-platform v0.1.8
6152024-06-22T01:23:25.565Z Compiling toml_edit v0.22.13
6162024-06-22T01:23:26.094Z Compiling dof v0.3.0
6172024-06-22T01:23:27.057Z Compiling hyper v0.14.28
6182024-06-22T01:23:27.787Z Compiling slog-json v2.6.1
6192024-06-22T01:23:27.955Z Compiling serde_urlencoded v0.7.1
6202024-06-22T01:23:28.163Z Compiling encoding_rs v0.8.34
6212024-06-22T01:23:28.294Z Compiling ipnet v2.9.0
6222024-06-22T01:23:28.485Z Compiling sync_wrapper v0.1.2
6232024-06-22T01:23:28.625Z Compiling cpufeatures v0.2.12
6242024-06-22T01:23:28.736Z Compiling toml v0.8.13
6252024-06-22T01:23:28.762Z Compiling take_mut v0.2.2
6262024-06-22T01:23:28.926Z Compiling mime v0.3.17
6272024-06-22T01:23:29.386Z Compiling usdt-macro v0.5.0
6282024-06-22T01:23:29.513Z Compiling usdt-attr-macro v0.5.0
6292024-06-22T01:23:29.673Z Compiling cargo_toml v0.20.2
6302024-06-22T01:23:30.543Z Compiling sha2 v0.10.8
6312024-06-22T01:23:30.710Z Compiling slog-bunyan v2.5.0
6322024-06-22T01:23:30.805Z Compiling hyper-tls v0.5.0
6332024-06-22T01:23:30.914Z Compiling strum v0.26.2
6342024-06-22T01:23:31.014Z Compiling usdt v0.5.0
6352024-06-22T01:23:31.099Z Compiling reqwest v0.11.27
6362024-06-22T01:23:31.145Z Compiling cargo_metadata v0.18.1
6372024-06-22T01:23:31.505Z Compiling macaddr v1.0.1
6382024-06-22T01:23:31.969Z Compiling slog-term v2.9.1
6392024-06-22T01:23:32.773Z Compiling tar v0.4.40
6402024-06-22T01:23:33.205Z Compiling flate2 v1.0.30
6412024-06-22T01:23:33.271Z Compiling futures v0.3.30
6422024-06-22T01:23:33.394Z Compiling clap v4.5.4
6432024-06-22T01:23:33.525Z Compiling tabled v0.15.0
6442024-06-22T01:23:34.174Z Compiling md5 v0.7.0
6452024-06-22T01:23:34.562Z Compiling swrite v0.1.0
6462024-06-22T01:23:38.254Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6472024-06-22T01:23:45.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s
6482024-06-22T01:23:45.604Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
6492024-06-22T01:23:45.662ZJun 22 01:23:45.248 INFO Starting download, target: Cockroach
6502024-06-22T01:23:45.662ZJun 22 01:23:45.249 INFO Starting download, target: Clickhouse
6512024-06-22T01:23:45.662ZJun 22 01:23:45.249 INFO Starting download, target: Console
6522024-06-22T01:23:45.662ZJun 22 01:23:45.249 INFO Starting download, target: DendriteOpenapi
6532024-06-22T01:23:45.662ZJun 22 01:23:45.249 INFO Starting download, target: DendriteStub
6542024-06-22T01:23:45.665ZJun 22 01:23:45.249 INFO Starting download, target: MaghemiteMgd
6552024-06-22T01:23:45.665ZJun 22 01:23:45.249 INFO Starting download, target: TransceiverControl
6562024-06-22T01:23:45.665ZJun 22 01:23:45.250 INFO Downloading out/downloads/dpd-861c00bacbdf7a6e22471f0dabd8f926409b5292.json (attempt 1/3), target: DendriteOpenapi
6572024-06-22T01:23:45.665ZJun 22 01:23:45.250 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
6582024-06-22T01:23:45.665ZJun 22 01:23:45.250 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
6592024-06-22T01:23:45.665ZJun 22 01:23:45.250 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
6602024-06-22T01:23:45.665ZJun 22 01:23:45.250 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
6612024-06-22T01:23:45.665ZJun 22 01:23:45.250 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
6622024-06-22T01:23:45.665ZJun 22 01:23:45.250 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
6632024-06-22T01:23:45.818ZJun 22 01:23:45.403 INFO Download complete, target: DendriteOpenapi
6642024-06-22T01:23:46.072ZJun 22 01:23:45.646 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
6652024-06-22T01:23:46.250ZJun 22 01:23:45.812 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
6662024-06-22T01:23:46.455ZJun 22 01:23:46.040 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
6672024-06-22T01:23:46.507ZJun 22 01:23:46.086 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
6682024-06-22T01:23:46.627ZJun 22 01:23:46.213 INFO Download complete, target: Console
6692024-06-22T01:23:46.874ZJun 22 01:23:46.450 INFO Download complete, target: TransceiverControl
6702024-06-22T01:23:47.891ZJun 22 01:23:47.477 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
6712024-06-22T01:23:49.553ZJun 22 01:23:49.139 INFO Download complete, target: DendriteStub
6722024-06-22T01:23:49.663ZJun 22 01:23:49.249 INFO Download complete, target: MaghemiteMgd
6732024-06-22T01:23:51.450ZJun 22 01:23:51.037 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
6742024-06-22T01:23:51.450ZJun 22 01:23:51.037 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
6752024-06-22T01:24:00.113ZJun 22 01:23:59.699 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
6762024-06-22T01:24:00.428ZJun 22 01:24:00.014 INFO Checking that binary works, target: Cockroach
6772024-06-22T01:24:00.667ZJun 22 01:24:00.252 INFO Download complete, target: Cockroach
6782024-06-22T01:24:02.887ZJun 22 01:24:02.414 INFO Checking that binary works, target: Clickhouse
6792024-06-22T01:24:03.386ZJun 22 01:24:02.935 INFO Download complete, target: Clickhouse
6802024-06-22T01:24:03.427ZAll prerequisites installed successfully
6812024-06-22T01:24:03.428Z
6822024-06-22T01:24:03.430Zreal 3:00.867425981
6832024-06-22T01:24:03.430Zuser 5:45.219036960
6842024-06-22T01:24:03.430Zsys 1:18.328321934
6852024-06-22T01:24:03.430Ztrap 0.196473981
6862024-06-22T01:24:03.430Ztflt 4.442599837
6872024-06-22T01:24:03.430Zdflt 6.096802539
6882024-06-22T01:24:03.430Zkflt 0.170216264
6892024-06-22T01:24:03.430Zlock 13:20.385808209
6902024-06-22T01:24:03.431Zslp 18:29.347761564
6912024-06-22T01:24:03.431Zlat 18.873243978
6922024-06-22T01:24:03.431Zstop 1:02.044968333
6932024-06-22T01:24:03.431Z+ ptime -m cargo xtask download softnpu
6942024-06-22T01:24:03.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
6952024-06-22T01:24:03.963Z Running `target/debug/xtask download softnpu`
6962024-06-22T01:24:03.972ZJun 22 01:24:03.554 INFO Starting download, target: Softnpu
6972024-06-22T01:24:03.978ZJun 22 01:24:03.555 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
6982024-06-22T01:24:04.698ZJun 22 01:24:04.283 INFO Download complete, target: Softnpu
6992024-06-22T01:24:04.701Z
7002024-06-22T01:24:04.705Zreal 1.336973383
7012024-06-22T01:24:04.705Zuser 0.613195068
7022024-06-22T01:24:04.705Zsys 0.303311654
7032024-06-22T01:24:04.705Ztrap 0.001103986
7042024-06-22T01:24:04.705Ztflt 0.000055045
7052024-06-22T01:24:04.705Zdflt 0.000093562
7062024-06-22T01:24:04.705Zkflt 0.000000000
7072024-06-22T01:24:04.705Zlock 8.027077481
7082024-06-22T01:24:04.705Zslp 0.674422266
7092024-06-22T01:24:04.705Zlat 0.077096931
7102024-06-22T01:24:04.705Zstop 0.000258124
7112024-06-22T01:24:04.705Z+ export CARGO_INCREMENTAL=0
7122024-06-22T01:24:04.706Z+ CARGO_INCREMENTAL=0
7132024-06-22T01:24:04.706Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
7142024-06-22T01:24:05.243Z Downloading crates ...
7152024-06-22T01:24:05.407Z Downloaded arrayref v0.3.7
7162024-06-22T01:24:05.413Z Downloaded addr2line v0.21.0
7172024-06-22T01:24:05.417Z Downloaded ahash v0.8.11
7182024-06-22T01:24:05.421Z Downloaded ciborium-io v0.2.2
7192024-06-22T01:24:05.424Z Downloaded atomicwrites v0.4.3
7202024-06-22T01:24:05.433Z Downloaded crunchy v0.2.2
7212024-06-22T01:24:05.438Z Downloaded cstr-argument v0.1.2
7222024-06-22T01:24:05.442Z Downloaded camino-tempfile v1.1.1
7232024-06-22T01:24:05.445Z Downloaded allocator-api2 v0.2.18
7242024-06-22T01:24:05.445Z Downloaded convert_case v0.4.0
7252024-06-22T01:24:05.448Z Downloaded bitflags v1.3.2
7262024-06-22T01:24:05.452Z Downloaded async-stream v0.3.5
7272024-06-22T01:24:05.452Z Downloaded crossbeam-deque v0.8.5
7282024-06-22T01:24:05.455Z Downloaded cipher v0.4.4
7292024-06-22T01:24:05.460Z Downloaded aead v0.5.2
7302024-06-22T01:24:05.460Z Downloaded corncobs v0.1.3
7312024-06-22T01:24:05.464Z Downloaded opaque-debug v0.3.1
7322024-06-22T01:24:05.464Z Downloaded path-slash v0.1.5
7332024-06-22T01:24:05.464Z Downloaded normalize-line-endings v0.3.0
7342024-06-22T01:24:05.464Z Downloaded cobs v0.2.3
7352024-06-22T01:24:05.469Z Downloaded cassowary v0.3.0
7362024-06-22T01:24:05.469Z Downloaded bb8 v0.8.3
7372024-06-22T01:24:05.469Z Downloaded base16ct v0.2.0
7382024-06-22T01:24:05.473Z Downloaded backoff v0.4.0
7392024-06-22T01:24:05.473Z Downloaded block-padding v0.3.3
7402024-06-22T01:24:05.473Z Downloaded derive_builder_macro v0.20.0
7412024-06-22T01:24:05.473Z Downloaded new_debug_unreachable v1.0.6
7422024-06-22T01:24:05.478Z Downloaded curve25519-dalek-derive v0.1.1
7432024-06-22T01:24:05.478Z Downloaded array-init v0.0.4
7442024-06-22T01:24:05.478Z Downloaded darling_macro v0.20.9
7452024-06-22T01:24:05.478Z Downloaded bitstruct v0.1.1
7462024-06-22T01:24:05.481Z Downloaded atty v0.2.14
7472024-06-22T01:24:05.481Z Downloaded data-encoding v2.6.0
7482024-06-22T01:24:05.481Z Downloaded portpicker v0.1.1
7492024-06-22T01:24:05.484Z Downloaded defmt-macros v0.3.9
7502024-06-22T01:24:05.484Z Downloaded number_prefix v0.4.0
7512024-06-22T01:24:05.487Z Downloaded async-stream-impl v0.3.5
7522024-06-22T01:24:05.487Z Downloaded crucible-workspace-hack v0.1.0
7532024-06-22T01:24:05.487Z Downloaded cexpr v0.6.0
7542024-06-22T01:24:05.490Z Downloaded assert_matches v1.5.0
7552024-06-22T01:24:05.490Z Downloaded cfg_aliases v0.1.1
7562024-06-22T01:24:05.493Z Downloaded quick-error v1.2.3
7572024-06-22T01:24:05.494Z Downloaded psl-types v2.0.11
7582024-06-22T01:24:05.499Z Downloaded phf v0.11.2
7592024-06-22T01:24:05.502Z Downloaded predicates-tree v1.0.9
7602024-06-22T01:24:05.503Z Downloaded olpc-cjson v0.1.3
7612024-06-22T01:24:05.505Z Downloaded ppv-lite86 v0.2.17
7622024-06-22T01:24:05.505Z Downloaded csv-core v0.1.11
7632024-06-22T01:24:05.508Z Downloaded argon2 v0.5.3
7642024-06-22T01:24:05.508Z Downloaded num_enum v0.5.11
7652024-06-22T01:24:05.513Z Downloaded debug-ignore v1.0.5
7662024-06-22T01:24:05.516Z Downloaded rand_xorshift v0.3.0
7672024-06-22T01:24:05.516Z Downloaded predicates v3.1.0
7682024-06-22T01:24:05.519Z Downloaded phf_shared v0.11.2
7692024-06-22T01:24:05.522Z Downloaded castaway v0.2.2
7702024-06-22T01:24:05.522Z Downloaded constant_time_eq v0.3.0
7712024-06-22T01:24:05.526Z Downloaded pem v3.0.4
7722024-06-22T01:24:05.526Z Downloaded num-integer v0.1.46
7732024-06-22T01:24:05.529Z Downloaded phf_shared v0.10.0
7742024-06-22T01:24:05.530Z Downloaded derive_builder_core v0.20.0
7752024-06-22T01:24:05.530Z Downloaded chacha20 v0.9.1
7762024-06-22T01:24:05.534Z Downloaded which v4.4.2
7772024-06-22T01:24:05.534Z Downloaded arrayvec v0.7.4
7782024-06-22T01:24:05.536Z Downloaded newtype_derive v0.1.6
7792024-06-22T01:24:05.536Z Downloaded display-error-chain v0.2.0
7802024-06-22T01:24:05.539Z Downloaded r2d2 v0.8.10
7812024-06-22T01:24:05.539Z Downloaded newline-converter v0.3.0
7822024-06-22T01:24:05.539Z Downloaded parse-display-derive v0.9.0
7832024-06-22T01:24:05.543Z Downloaded nodrop v0.1.14
7842024-06-22T01:24:05.543Z Downloaded buf-list v1.0.3
7852024-06-22T01:24:05.546Z Downloaded rand_core v0.6.4
7862024-06-22T01:24:05.546Z Downloaded crc-catalog v2.4.0
7872024-06-22T01:24:05.549Z Downloaded resolv-conf v0.7.0
7882024-06-22T01:24:05.549Z Downloaded ref-cast v1.0.23
7892024-06-22T01:24:05.552Z Downloaded colored v2.1.0
7902024-06-22T01:24:05.555Z Downloaded defmt v0.3.8
7912024-06-22T01:24:05.559Z Downloaded precomputed-hash v0.1.1
7922024-06-22T01:24:05.559Z Downloaded poly1305 v0.8.0
7932024-06-22T01:24:05.562Z Downloaded parse-size v1.0.0
7942024-06-22T01:24:05.562Z Downloaded cookie v0.18.1
7952024-06-22T01:24:05.565Z Downloaded const_format_proc_macros v0.2.32
7962024-06-22T01:24:05.569Z Downloaded pretty-hex v0.2.1
7972024-06-22T01:24:05.569Z Downloaded hubpack_derive v0.1.1
7982024-06-22T01:24:05.569Z Downloaded parse-display v0.9.0
7992024-06-22T01:24:05.572Z Downloaded is_ci v1.2.0
8002024-06-22T01:24:05.572Z Downloaded instant v0.1.12
8012024-06-22T01:24:05.572Z Downloaded postgres-protocol v0.6.6
8022024-06-22T01:24:05.575Z Downloaded pin-project-internal v1.1.5
8032024-06-22T01:24:05.581Z Downloaded pem-rfc7468 v0.7.0
8042024-06-22T01:24:05.581Z Downloaded unarray v0.1.4
8052024-06-22T01:24:05.584Z Downloaded platforms v3.4.0
8062024-06-22T01:24:05.584Z Downloaded num-rational v0.4.2
8072024-06-22T01:24:05.584Z Downloaded password-hash v0.5.0
8082024-06-22T01:24:05.587Z Downloaded bcs v0.1.6
8092024-06-22T01:24:05.587Z Downloaded diesel_table_macro_syntax v0.1.0
8102024-06-22T01:24:05.587Z Downloaded num_enum_derive v0.5.11
8112024-06-22T01:24:05.590Z Downloaded predicates-core v1.0.6
8122024-06-22T01:24:05.591Z Downloaded derive-where v1.2.7
8132024-06-22T01:24:05.594Z Downloaded whoami v1.5.1
8142024-06-22T01:24:05.597Z Downloaded cookie v0.17.0
8152024-06-22T01:24:05.598Z Downloaded paste v1.0.15
8162024-06-22T01:24:05.601Z Downloaded difflib v0.4.0
8172024-06-22T01:24:05.604Z Downloaded parking_lot_core v0.8.6
8182024-06-22T01:24:05.604Z Downloaded radium v0.7.0
8192024-06-22T01:24:05.607Z Downloaded pkcs8 v0.10.2
8202024-06-22T01:24:05.607Z Downloaded packed_struct v0.10.1
8212024-06-22T01:24:05.610Z Downloaded vte_generate_state_changes v0.1.1
8222024-06-22T01:24:05.610Z Downloaded fixedbitset v0.4.2
8232024-06-22T01:24:05.613Z Downloaded fastrand v2.1.0
8242024-06-22T01:24:05.613Z Downloaded der_derive v0.7.2
8252024-06-22T01:24:05.616Z Downloaded cookie_store v0.20.0
8262024-06-22T01:24:05.616Z Downloaded blake2 v0.10.6
8272024-06-22T01:24:05.619Z Downloaded ipnetwork v0.20.0
8282024-06-22T01:24:05.622Z Downloaded rand_seeder v0.2.3
8292024-06-22T01:24:05.625Z Downloaded rand_chacha v0.3.1
8302024-06-22T01:24:05.625Z Downloaded peg v0.8.3
8312024-06-22T01:24:05.628Z Downloaded hubpack v0.1.2
8322024-06-22T01:24:05.631Z Downloaded ref-cast-impl v1.0.23
8332024-06-22T01:24:05.631Z Downloaded foreign-types-shared v0.3.1
8342024-06-22T01:24:05.631Z Downloaded memoffset v0.9.1
8352024-06-22T01:24:05.634Z Downloaded glob v0.3.1
8362024-06-22T01:24:05.634Z Downloaded nibble_vec v0.1.0
8372024-06-22T01:24:05.637Z Downloaded compact_str v0.7.1
8382024-06-22T01:24:05.640Z Downloaded num-iter v0.1.45
8392024-06-22T01:24:05.640Z Downloaded oso v0.27.3
8402024-06-22T01:24:05.643Z Downloaded derive_more v0.99.17
8412024-06-22T01:24:05.647Z Downloaded foreign-types-macros v0.2.3
8422024-06-22T01:24:05.650Z Downloaded zone_cfg_derive v0.1.2
8432024-06-22T01:24:05.650Z Downloaded secrecy v0.8.0
8442024-06-22T01:24:05.651Z Downloaded peg-macros v0.8.3
8452024-06-22T01:24:05.653Z Downloaded parking_lot v0.11.2
8462024-06-22T01:24:05.656Z Downloaded serde_path_to_error v0.1.16
8472024-06-22T01:24:05.656Z Downloaded darling_core v0.20.9
8482024-06-22T01:24:05.661Z Downloaded maplit v1.0.2
8492024-06-22T01:24:05.665Z Downloaded termtree v0.4.1
8502024-06-22T01:24:05.665Z Downloaded base64 v0.22.1
8512024-06-22T01:24:05.668Z Downloaded smf v0.2.3
8522024-06-22T01:24:05.671Z Downloaded termcolor v1.4.1
8532024-06-22T01:24:05.671Z Downloaded serde-big-array v0.4.1
8542024-06-22T01:24:05.671Z Downloaded sha1 v0.10.6
8552024-06-22T01:24:05.675Z Downloaded sigpipe v0.1.3
8562024-06-22T01:24:05.675Z Downloaded same-file v1.0.6
8572024-06-22T01:24:05.678Z Downloaded tokio-rustls v0.24.1
8582024-06-22T01:24:05.678Z Downloaded crossbeam-epoch v0.9.18
8592024-06-22T01:24:05.681Z Downloaded clang-sys v1.7.0
8602024-06-22T01:24:05.684Z Downloaded float-cmp v0.9.0
8612024-06-22T01:24:05.684Z Downloaded slog-envlogger v2.2.0
8622024-06-22T01:24:05.687Z Downloaded postgres-types v0.2.6
8632024-06-22T01:24:05.690Z Downloaded mime_guess v2.0.4
8642024-06-22T01:24:05.690Z Downloaded structmeta-derive v0.3.0
8652024-06-22T01:24:05.693Z Downloaded base64 v0.13.1
8662024-06-22T01:24:05.697Z Downloaded der v0.7.9
8672024-06-22T01:24:05.701Z Downloaded structmeta-derive v0.2.0
8682024-06-22T01:24:05.701Z Downloaded stability v0.2.0
8692024-06-22T01:24:05.701Z Downloaded sqlparser_derive v0.2.2
8702024-06-22T01:24:05.704Z Downloaded rustc-demangle v0.1.24
8712024-06-22T01:24:05.704Z Downloaded md-5 v0.10.6
8722024-06-22T01:24:05.707Z Downloaded rustc-hash v1.1.0
8732024-06-22T01:24:05.707Z Downloaded diff v0.1.13
8742024-06-22T01:24:05.710Z Downloaded const_format v0.2.32
8752024-06-22T01:24:05.714Z Downloaded prettyplease v0.2.20
8762024-06-22T01:24:05.717Z Downloaded fd-lock v4.0.2
8772024-06-22T01:24:05.720Z Downloaded static_assertions v1.1.0
8782024-06-22T01:24:05.723Z Downloaded foreign-types v0.5.0
8792024-06-22T01:24:05.723Z Downloaded chacha20poly1305 v0.10.1
8802024-06-22T01:24:05.726Z Downloaded rtoolbox v0.0.2
8812024-06-22T01:24:05.726Z Downloaded rpassword v7.3.1
8822024-06-22T01:24:05.726Z Downloaded tokio-tungstenite v0.21.0
8832024-06-22T01:24:05.728Z Downloaded tempfile v3.10.1
8842024-06-22T01:24:05.731Z Downloaded tokio-stream v0.1.15
8852024-06-22T01:24:05.734Z Downloaded humantime v2.1.0
8862024-06-22T01:24:05.739Z Downloaded topological-sort v0.2.2
8872024-06-22T01:24:05.742Z Downloaded ed25519 v1.5.3
8882024-06-22T01:24:05.742Z Downloaded dyn-clone v1.0.17
8892024-06-22T01:24:05.742Z Downloaded pkcs1 v0.7.5
8902024-06-22T01:24:05.745Z Downloaded lru v0.12.3
8912024-06-22T01:24:05.747Z Downloaded linked-hash-map v0.5.6
8922024-06-22T01:24:05.747Z Downloaded postcard v1.0.8
8932024-06-22T01:24:05.750Z Downloaded num-traits v0.2.19
8942024-06-22T01:24:05.759Z Downloaded rustc_version v0.4.0
8952024-06-22T01:24:05.763Z Downloaded serde_repr v0.1.19
8962024-06-22T01:24:05.766Z Downloaded tabwriter v1.4.0
8972024-06-22T01:24:05.766Z Downloaded waitgroup v0.1.2
8982024-06-22T01:24:05.766Z Downloaded supports-color v3.0.0
8992024-06-22T01:24:05.769Z Downloaded serde_plain v1.0.2
9002024-06-22T01:24:05.769Z Downloaded tls_codec v0.4.1
9012024-06-22T01:24:05.771Z Downloaded thiserror-no-std v2.0.2
9022024-06-22T01:24:05.775Z Downloaded tls_codec_derive v0.4.1
9032024-06-22T01:24:05.779Z Downloaded ff v0.13.0
9042024-06-22T01:24:05.779Z Downloaded fallible-iterator v0.2.0
9052024-06-22T01:24:05.779Z Downloaded kstat-rs v0.2.3
9062024-06-22T01:24:05.782Z Downloaded funty v2.0.0
9072024-06-22T01:24:05.782Z Downloaded fragile v2.0.0
9082024-06-22T01:24:05.785Z Downloaded erased-serde v0.3.31
9092024-06-22T01:24:05.785Z Downloaded snafu-derive v0.8.2
9102024-06-22T01:24:05.788Z Downloaded matches v0.1.10
9112024-06-22T01:24:05.788Z Downloaded endian-type v0.1.2
9122024-06-22T01:24:05.788Z Downloaded omicron-zone-package v0.11.0
9132024-06-22T01:24:05.791Z Downloaded rcgen v0.12.1
9142024-06-22T01:24:05.794Z Downloaded signal-hook-tokio v0.3.1
9152024-06-22T01:24:05.796Z Downloaded thiserror-impl-no-std v2.0.2
9162024-06-22T01:24:05.796Z Downloaded scheduled-thread-pool v0.2.7
9172024-06-22T01:24:05.800Z Downloaded tiny-keccak v2.0.2
9182024-06-22T01:24:05.802Z Downloaded siphasher v0.3.11
9192024-06-22T01:24:05.803Z Downloaded embedded-io v0.4.0
9202024-06-22T01:24:05.806Z Downloaded half v2.4.1
9212024-06-22T01:24:05.806Z Downloaded headers v0.3.9
9222024-06-22T01:24:05.811Z Downloaded lru-cache v0.1.2
9232024-06-22T01:24:05.813Z Downloaded strum_macros v0.25.3
9242024-06-22T01:24:05.816Z Downloaded serde_derive_internals v0.29.1
9252024-06-22T01:24:05.816Z Downloaded spin v0.5.2
9262024-06-22T01:24:05.819Z Downloaded libloading v0.8.3
9272024-06-22T01:24:05.819Z Downloaded hyper-rustls v0.24.2
9282024-06-22T01:24:05.822Z Downloaded highway v1.1.0
9292024-06-22T01:24:05.824Z Downloaded tap v1.0.1
9302024-06-22T01:24:05.824Z Downloaded env_logger v0.9.3
9312024-06-22T01:24:05.827Z Downloaded uzers v0.11.3
9322024-06-22T01:24:05.831Z Downloaded zone v0.1.8
9332024-06-22T01:24:05.831Z Downloaded termios v0.3.3
9342024-06-22T01:24:05.831Z Downloaded toml v0.5.11
9352024-06-22T01:24:05.833Z Downloaded crypto-bigint v0.5.5
9362024-06-22T01:24:05.839Z Downloaded managed v0.8.0
9372024-06-22T01:24:05.842Z Downloaded memmap2 v0.9.4
9382024-06-22T01:24:05.844Z Downloaded test-strategy v0.3.1
9392024-06-22T01:24:05.847Z Downloaded tui-tree-widget v0.19.0
9402024-06-22T01:24:05.847Z Downloaded snafu v0.8.2
9412024-06-22T01:24:05.853Z Downloaded ena v0.14.3
9422024-06-22T01:24:05.857Z Downloaded mockall v0.12.1
9432024-06-22T01:24:05.857Z Downloaded maybe-uninit v2.0.0
9442024-06-22T01:24:05.857Z Downloaded ident_case v1.0.1
9452024-06-22T01:24:05.861Z Downloaded indoc v2.0.5
9462024-06-22T01:24:05.861Z Downloaded stringprep v0.1.4
9472024-06-22T01:24:05.864Z Downloaded pin-project v1.1.5
9482024-06-22T01:24:05.872Z Downloaded universal-hash v0.5.1
9492024-06-22T01:24:05.875Z Downloaded hmac v0.12.1
9502024-06-22T01:24:05.875Z Downloaded rand v0.8.5
9512024-06-22T01:24:05.879Z Downloaded unicode-xid v0.2.4
9522024-06-22T01:24:05.883Z Downloaded hash32 v0.2.1
9532024-06-22T01:24:05.883Z Downloaded getopts v0.2.21
9542024-06-22T01:24:05.883Z Downloaded ron v0.8.1
9552024-06-22T01:24:05.888Z Downloaded fxhash v0.2.1
9562024-06-22T01:24:05.892Z Downloaded schemars_derive v0.8.20
9572024-06-22T01:24:05.892Z Downloaded serde-hex v0.1.0
9582024-06-22T01:24:05.892Z Downloaded slog-dtrace v0.3.0
9592024-06-22T01:24:05.897Z Downloaded spki v0.7.3
9602024-06-22T01:24:05.897Z Downloaded headers-core v0.2.0
9612024-06-22T01:24:05.897Z Downloaded rustls-pemfile v2.1.2
9622024-06-22T01:24:05.908Z Downloaded string_cache v0.8.7
9632024-06-22T01:24:05.908Z Downloaded serde-big-array v0.5.1
9642024-06-22T01:24:05.908Z Downloaded untrusted v0.9.0
9652024-06-22T01:24:05.908Z Downloaded sqlformat v0.2.3
9662024-06-22T01:24:05.915Z Downloaded zeroize_derive v1.4.2
9672024-06-22T01:24:05.915Z Downloaded zeroize v1.7.0
9682024-06-22T01:24:05.915Z Downloaded hex v0.4.3
9692024-06-22T01:24:05.915Z Downloaded crossterm v0.27.0
9702024-06-22T01:24:05.915Z Downloaded shlex v1.3.0
9712024-06-22T01:24:05.920Z Downloaded downcast v0.11.0
9722024-06-22T01:24:05.920Z Downloaded indoc v1.0.9
9732024-06-22T01:24:05.921Z Downloaded tracing-attributes v0.1.27
9742024-06-22T01:24:05.925Z Downloaded subtle v2.5.0
9752024-06-22T01:24:05.925Z Downloaded group v0.13.0
9762024-06-22T01:24:05.925Z Downloaded either v1.12.0
9772024-06-22T01:24:05.925Z Downloaded hashbrown v0.13.2
9782024-06-22T01:24:05.928Z Downloaded unicase v2.7.0
9792024-06-22T01:24:05.931Z Downloaded samael v0.0.15
9802024-06-22T01:24:05.935Z Downloaded fatfs v0.3.6
9812024-06-22T01:24:05.938Z Downloaded indexmap v1.9.3
9822024-06-22T01:24:05.951Z Downloaded libefi-sys v0.1.0
9832024-06-22T01:24:05.951Z Downloaded hash32 v0.3.1
9842024-06-22T01:24:05.951Z Downloaded gethostname v0.4.3
9852024-06-22T01:24:05.951Z Downloaded structmeta v0.2.0
9862024-06-22T01:24:05.951Z Downloaded spin v0.9.8
9872024-06-22T01:24:05.951Z Downloaded toml v0.7.8
9882024-06-22T01:24:05.951Z Downloaded flume v0.11.0
9892024-06-22T01:24:05.956Z Downloaded slog-stdlog v4.1.1
9902024-06-22T01:24:05.956Z Downloaded wait-timeout v0.2.0
9912024-06-22T01:24:05.956Z Downloaded rustls-pki-types v1.7.0
9922024-06-22T01:24:05.960Z Downloaded unicode-linebreak v0.1.5
9932024-06-22T01:24:05.963Z Downloaded diesel_derives v2.1.4
9942024-06-22T01:24:05.963Z Downloaded sct v0.7.1
9952024-06-22T01:24:05.966Z Downloaded multimap v0.10.0
9962024-06-22T01:24:05.969Z Downloaded libsw v3.3.1
9972024-06-22T01:24:05.969Z Downloaded hashbrown v0.12.3
9982024-06-22T01:24:05.972Z Downloaded keccak v0.1.5
9992024-06-22T01:24:05.975Z Downloaded sec1 v0.7.3
10002024-06-22T01:24:05.977Z Downloaded strip-ansi-escapes v0.2.0
10012024-06-22T01:24:05.977Z Downloaded iana-time-zone v0.1.60
10022024-06-22T01:24:05.980Z Downloaded getrandom v0.2.14
10032024-06-22T01:24:05.982Z Downloaded http v1.1.0
10042024-06-22T01:24:05.985Z Downloaded untrusted v0.7.1
10052024-06-22T01:24:05.988Z Downloaded walkdir v2.5.0
10062024-06-22T01:24:05.988Z Downloaded steno v0.4.0
10072024-06-22T01:24:05.992Z Downloaded structmeta v0.3.0
10082024-06-22T01:24:05.997Z Downloaded slog-scope v4.4.0
10092024-06-22T01:24:05.997Z Downloaded shell-words v1.1.0
10102024-06-22T01:24:05.997Z Downloaded serde_with_macros v3.8.1
10112024-06-22T01:24:06.002Z Downloaded num-bigint v0.4.5
10122024-06-22T01:24:06.003Z Downloaded itertools v0.10.5
10132024-06-22T01:24:06.008Z Downloaded tokio-postgres v0.7.10
10142024-06-22T01:24:06.013Z Downloaded tough v0.17.1
10152024-06-22T01:24:06.019Z Downloaded inout v0.1.3
10162024-06-22T01:24:06.024Z Downloaded trust-dns-resolver v0.22.0
10172024-06-22T01:24:06.024Z Downloaded salty v0.2.0
10182024-06-22T01:24:06.029Z Downloaded expectorate v1.1.0
10192024-06-22T01:24:06.032Z Downloaded zerocopy v0.6.6
10202024-06-22T01:24:06.035Z Downloaded env_logger v0.10.2
10212024-06-22T01:24:06.038Z Downloaded x509-cert v0.2.5
10222024-06-22T01:24:06.042Z Downloaded rusty-fork v0.3.0
10232024-06-22T01:24:06.044Z Downloaded elliptic-curve v0.13.8
10242024-06-22T01:24:06.048Z Downloaded winnow v0.5.40
10252024-06-22T01:24:06.054Z Downloaded heapless v0.8.0
10262024-06-22T01:24:06.058Z Downloaded tungstenite v0.20.1
10272024-06-22T01:24:06.061Z Downloaded ron v0.7.1
10282024-06-22T01:24:06.065Z Downloaded indicatif v0.17.8
10292024-06-22T01:24:06.069Z Downloaded toml_edit v0.19.15
10302024-06-22T01:24:06.084Z Downloaded itertools v0.12.1
10312024-06-22T01:24:06.090Z Downloaded vte v0.11.1
10322024-06-22T01:24:06.093Z Downloaded schemars v0.8.20
10332024-06-22T01:24:06.103Z Downloaded zip v0.6.6
10342024-06-22T01:24:06.106Z Downloaded nom v7.1.3
10352024-06-22T01:24:06.112Z Downloaded regex-automata v0.1.10
10362024-06-22T01:24:06.117Z Downloaded rustyline v14.0.0
10372024-06-22T01:24:06.121Z Downloaded tungstenite v0.21.0
10382024-06-22T01:24:06.124Z Downloaded serde_yaml v0.9.34+deprecated
10392024-06-22T01:24:06.128Z Downloaded socket2 v0.4.10
10402024-06-22T01:24:06.131Z Downloaded rustls-webpki v0.102.4
10412024-06-22T01:24:06.146Z Downloaded chrono v0.4.38
10422024-06-22T01:24:06.152Z Downloaded bindgen v0.69.4
10432024-06-22T01:24:06.159Z Downloaded serde_with v3.8.1
10442024-06-22T01:24:06.167Z Downloaded reedline v0.31.0
10452024-06-22T01:24:06.174Z Downloaded portable-atomic v1.6.0
10462024-06-22T01:24:06.179Z Downloaded unsafe-libyaml v0.2.11
10472024-06-22T01:24:06.182Z Downloaded hkdf v0.12.4
10482024-06-22T01:24:06.185Z Downloaded typed-path v0.7.1
10492024-06-22T01:24:06.192Z Downloaded bitvec v1.0.1
10502024-06-22T01:24:06.204Z Downloaded num-bigint-dig v0.8.4
10512024-06-22T01:24:06.208Z Downloaded unicode-segmentation v1.11.0
10522024-06-22T01:24:06.212Z Downloaded lalrpop v0.19.12
10532024-06-22T01:24:06.222Z Downloaded smoltcp v0.9.1
10542024-06-22T01:24:06.232Z Downloaded curve25519-dalek v4.1.2
10552024-06-22T01:24:06.240Z Downloaded blake3 v1.5.1
10562024-06-22T01:24:06.246Z Downloaded trust-dns-client v0.22.0
10572024-06-22T01:24:06.251Z Downloaded bstr v1.9.1
10582024-06-22T01:24:06.261Z Downloaded smoltcp v0.11.0
10592024-06-22T01:24:06.273Z Downloaded idna v0.2.3
10602024-06-22T01:24:06.279Z Downloaded libxml v0.3.3
10612024-06-22T01:24:06.284Z Downloaded rayon v1.10.0
10622024-06-22T01:24:06.292Z Downloaded proptest v1.4.0
10632024-06-22T01:24:06.301Z Downloaded trust-dns-proto v0.22.0
10642024-06-22T01:24:06.312Z Downloaded rustls v0.22.4
10652024-06-22T01:24:06.325Z Downloaded quick-xml v0.31.0
10662024-06-22T01:24:06.330Z Downloaded diesel v2.1.6
10672024-06-22T01:24:06.346Z Downloaded bstr v0.2.17
10682024-06-22T01:24:06.354Z Downloaded object v0.30.4
10692024-06-22T01:24:06.363Z Downloaded libm v0.2.8
10702024-06-22T01:24:06.370Z Downloaded sled v0.34.7
10712024-06-22T01:24:06.380Z Downloaded heapless v0.7.17
10722024-06-22T01:24:06.384Z Downloaded rustls-webpki v0.101.7
10732024-06-22T01:24:06.396Z Downloaded bzip2-sys v0.1.11+1.0.8
10742024-06-22T01:24:06.407Z Downloaded regex v1.10.4
10752024-06-22T01:24:06.421Z Downloaded sqlparser v0.45.0
10762024-06-22T01:24:06.426Z Downloaded nix v0.27.1
10772024-06-22T01:24:06.436Z Downloaded sha3 v0.10.8
10782024-06-22T01:24:06.440Z Downloaded webpki-roots v0.25.4
10792024-06-22T01:24:06.443Z Downloaded csv v1.3.0
10802024-06-22T01:24:06.462Z Downloaded rustls v0.21.12
10812024-06-22T01:24:06.472Z Downloaded polar-core v0.27.3
10822024-06-22T01:24:06.480Z Downloaded gimli v0.28.1
10832024-06-22T01:24:06.488Z Downloaded regress v0.9.1
10842024-06-22T01:24:06.496Z Downloaded regex-syntax v0.8.3
10852024-06-22T01:24:06.503Z Downloaded idna v0.3.0
10862024-06-22T01:24:06.509Z Downloaded openapiv3 v2.0.0
10872024-06-22T01:24:06.520Z Downloaded regex-syntax v0.6.29
10882024-06-22T01:24:06.526Z Downloaded nix v0.28.0
10892024-06-22T01:24:06.537Z Downloaded ratatui v0.26.2
10902024-06-22T01:24:06.553Z Downloaded object v0.32.2
10912024-06-22T01:24:06.562Z Downloaded finl_unicode v1.2.0
10922024-06-22T01:24:06.574Z Downloaded radix_trie v0.2.1
10932024-06-22T01:24:06.578Z Downloaded zerocopy-derive v0.6.6
10942024-06-22T01:24:06.587Z Downloaded regex-automata v0.4.6
10952024-06-22T01:24:06.605Z Downloaded petgraph v0.6.5
10962024-06-22T01:24:06.620Z Downloaded aho-corasick v1.1.3
10972024-06-22T01:24:06.625Z Downloaded mockall_derive v0.12.1
10982024-06-22T01:24:06.628Z Downloaded multer v3.1.0
10992024-06-22T01:24:06.631Z Downloaded subprocess v0.2.9
11002024-06-22T01:24:06.636Z Downloaded globset v0.4.14
11012024-06-22T01:24:06.636Z Downloaded rsa v0.9.6
11022024-06-22T01:24:06.639Z Downloaded yasna v0.5.2
11032024-06-22T01:24:06.639Z Downloaded textwrap v0.16.1
11042024-06-22T01:24:06.641Z Downloaded similar v2.5.0
11052024-06-22T01:24:06.645Z Downloaded vsss-rs v3.3.4
11062024-06-22T01:24:06.648Z Downloaded publicsuffix v2.2.3
11072024-06-22T01:24:06.650Z Downloaded stable_deref_trait v1.2.0
11082024-06-22T01:24:06.650Z Downloaded smallvec v0.6.14
11092024-06-22T01:24:06.653Z Downloaded hyper-staticfile v0.9.5
11102024-06-22T01:24:06.653Z Downloaded signal-hook v0.3.17
11112024-06-22T01:24:06.656Z Downloaded smawk v0.3.2
11122024-06-22T01:24:06.659Z Downloaded signal-hook-mio v0.2.3
11132024-06-22T01:24:06.659Z Downloaded serde_arrays v0.1.0
11142024-06-22T01:24:06.662Z Downloaded rustfmt-wrapper v0.2.1
11152024-06-22T01:24:06.662Z Downloaded rustc_version v0.1.7
11162024-06-22T01:24:06.662Z Downloaded lazycell v1.3.0
11172024-06-22T01:24:06.662Z Downloaded lalrpop-util v0.19.12
11182024-06-22T01:24:06.665Z Downloaded minimal-lexical v0.2.1
11192024-06-22T01:24:06.667Z Downloaded enum-as-inner v0.5.1
11202024-06-22T01:24:06.670Z Downloaded unicode_categories v0.1.1
11212024-06-22T01:24:06.670Z Downloaded trust-dns-server v0.22.1
11222024-06-22T01:24:06.674Z Downloaded impl-trait-for-tuples v0.2.2
11232024-06-22T01:24:06.677Z Downloaded ring v0.17.8
11242024-06-22T01:24:06.740Z Downloaded tokio-tungstenite v0.20.1
11252024-06-22T01:24:06.743Z Downloaded strum_macros v0.24.3
11262024-06-22T01:24:06.746Z Downloaded rayon-core v1.12.1
11272024-06-22T01:24:06.748Z Downloaded signature v2.2.0
11282024-06-22T01:24:06.748Z Downloaded signature v1.6.4
11292024-06-22T01:24:06.751Z Downloaded semver v0.1.20
11302024-06-22T01:24:06.751Z Downloaded hostname v0.4.0
11312024-06-22T01:24:06.751Z Downloaded backtrace v0.3.71
11322024-06-22T01:24:06.755Z Downloaded linear-map v1.2.0
11332024-06-22T01:24:06.758Z Downloaded lazy_static v1.4.0
11342024-06-22T01:24:06.758Z Downloaded toolchain_find v0.4.0
11352024-06-22T01:24:06.761Z Downloaded heck v0.3.3
11362024-06-22T01:24:06.761Z Downloaded tokio-rustls v0.25.0
11372024-06-22T01:24:06.761Z Downloaded arc-swap v1.7.1
11382024-06-22T01:24:06.764Z Downloaded home v0.5.9
11392024-06-22T01:24:06.766Z Downloaded uuid v1.8.0
11402024-06-22T01:24:06.769Z Downloaded flagset v0.4.5
11412024-06-22T01:24:06.769Z Downloaded wyz v0.5.1
11422024-06-22T01:24:06.769Z Downloaded nu-ansi-term v0.50.0
11432024-06-22T01:24:06.772Z Downloaded derive_builder v0.20.0
11442024-06-22T01:24:06.775Z Downloaded defmt-parser v0.3.4
11452024-06-22T01:24:06.778Z Downloaded darling v0.20.9
11462024-06-22T01:24:06.782Z Downloaded ciborium v0.2.2
11472024-06-22T01:24:06.782Z Downloaded crc v3.2.1
11482024-06-22T01:24:06.784Z Downloaded console v0.15.8
11492024-06-22T01:24:06.787Z Downloaded cancel-safe-futures v0.1.5
11502024-06-22T01:24:06.790Z Downloaded base64ct v1.6.0
11512024-06-22T01:24:06.792Z Downloaded utf-8 v0.7.6
11522024-06-22T01:24:06.792Z Downloaded crc-any v2.5.0
11532024-06-22T01:24:06.795Z Downloaded packed_struct_codegen v0.10.1
11542024-06-22T01:24:06.795Z Downloaded num v0.4.3
11552024-06-22T01:24:06.795Z Downloaded http-range v0.1.5
11562024-06-22T01:24:06.797Z Downloaded proc-macro-crate v1.3.1
11572024-06-22T01:24:06.797Z Downloaded owo-colors v4.0.0
11582024-06-22T01:24:06.800Z Downloaded num-derive v0.4.2
11592024-06-22T01:24:06.800Z Downloaded num-complex v0.4.6
11602024-06-22T01:24:06.803Z Downloaded nanorand v0.7.0
11612024-06-22T01:24:06.803Z Downloaded const-oid v0.9.6
11622024-06-22T01:24:06.806Z Downloaded oso-derive v0.27.3
11632024-06-22T01:24:06.806Z Downloaded ciborium-ll v0.2.2
11642024-06-22T01:24:06.809Z Downloaded bitfield v0.14.0
11652024-06-22T01:24:06.809Z Downloaded ascii-canvas v3.0.0
11662024-06-22T01:24:06.809Z Downloaded bit-set v0.5.3
11672024-06-22T01:24:06.814Z Downloaded atomic-waker v1.1.2
11682024-06-22T01:24:06.814Z Downloaded peg-runtime v0.8.3
11692024-06-22T01:24:06.814Z Downloaded async-recursion v1.1.1
11702024-06-22T01:24:06.816Z Downloaded newtype-uuid v1.1.0
11712024-06-22T01:24:06.816Z Downloaded async-trait v0.1.80
11722024-06-22T01:24:06.819Z Downloaded ascii v1.1.0
11732024-06-22T01:24:06.819Z Downloaded bzip2 v0.4.4
11742024-06-22T01:24:06.822Z Downloaded bitstruct_derive v0.1.0
11752024-06-22T01:24:06.822Z Downloaded bit-vec v0.6.3
11762024-06-22T01:24:07.015Z Downloaded ring v0.16.20
11772024-06-22T01:24:07.221Z Compiling proc-macro2 v1.0.82
11782024-06-22T01:24:07.221Z Compiling unicode-ident v1.0.12
11792024-06-22T01:24:07.223Z Compiling libc v0.2.155
11802024-06-22T01:24:07.223Z Compiling serde v1.0.203
11812024-06-22T01:24:07.224Z Compiling autocfg v1.3.0
11822024-06-22T01:24:07.341Z Compiling version_check v0.9.4
11832024-06-22T01:24:07.343Z Compiling cfg-if v1.0.0
11842024-06-22T01:24:07.479Z Compiling cc v1.0.97
11852024-06-22T01:24:07.497Z Compiling parking_lot_core v0.9.10
11862024-06-22T01:24:07.497Z Compiling once_cell v1.19.0
11872024-06-22T01:24:07.901Z Compiling libm v0.2.8
11882024-06-22T01:24:07.975Z Compiling serde_json v1.0.117
11892024-06-22T01:24:08.152Z Compiling ahash v0.8.11
11902024-06-22T01:24:08.185Z Compiling lock_api v0.4.12
11912024-06-22T01:24:08.201Z Compiling byteorder v1.5.0
11922024-06-22T01:24:08.270Z Compiling num-traits v0.2.19
11932024-06-22T01:24:08.458Z Compiling memchr v2.7.2
11942024-06-22T01:24:08.475Z Compiling thiserror v1.0.60
11952024-06-22T01:24:08.553Z Compiling typenum v1.17.0
11962024-06-22T01:24:08.648Z Compiling log v0.4.21
11972024-06-22T01:24:08.984Z Compiling quote v1.0.36
11982024-06-22T01:24:09.048Z Compiling generic-array v0.14.7
11992024-06-22T01:24:09.367Z Compiling itoa v1.0.11
12002024-06-22T01:24:09.542Z Compiling getrandom v0.2.14
12012024-06-22T01:24:09.601Z Compiling syn v2.0.64
12022024-06-22T01:24:09.900Z Compiling scopeguard v1.2.0
12032024-06-22T01:24:10.251Z Compiling allocator-api2 v0.2.18
12042024-06-22T01:24:10.268Z Compiling slab v0.4.9
12052024-06-22T01:24:10.550Z Compiling ring v0.17.8
12062024-06-22T01:24:10.575Z Compiling ryu v1.0.18
12072024-06-22T01:24:10.618Z Compiling smallvec v1.13.2
12082024-06-22T01:24:10.669Z Compiling pin-project-lite v0.2.14
12092024-06-22T01:24:10.793Z Compiling schemars v0.8.20
12102024-06-22T01:24:10.987Z Compiling semver v1.0.23
12112024-06-22T01:24:11.138Z Compiling equivalent v1.0.1
12122024-06-22T01:24:11.410Z Compiling parking_lot v0.12.2
12132024-06-22T01:24:11.491Z Compiling pkg-config v0.3.30
12142024-06-22T01:24:11.504Z Compiling vcpkg v0.2.15
12152024-06-22T01:24:11.871Z Compiling signal-hook-registry v1.4.2
12162024-06-22T01:24:12.872Z Compiling syn v1.0.109
12172024-06-22T01:24:13.224Z Compiling openssl-sys v0.9.102
12182024-06-22T01:24:13.436Z Compiling mio v0.8.11
12192024-06-22T01:24:13.949Z Compiling rand_core v0.6.4
12202024-06-22T01:24:14.098Z Compiling num_cpus v1.16.0
12212024-06-22T01:24:14.224Z Compiling socket2 v0.5.7
12222024-06-22T01:24:14.330Z Compiling num-conv v0.1.0
12232024-06-22T01:24:14.521Z Compiling time-core v0.1.2
12242024-06-22T01:24:14.682Z Compiling time-macros v0.2.18
12252024-06-22T01:24:15.371Z Compiling httparse v1.8.0
12262024-06-22T01:24:15.646Z Compiling futures-core v0.3.30
12272024-06-22T01:24:15.908Z Compiling openssl v0.10.64
12282024-06-22T01:24:15.924Z Compiling fnv v1.0.7
12292024-06-22T01:24:16.275Z Compiling rustix v0.38.34
12302024-06-22T01:24:16.564Z Compiling iana-time-zone v0.1.60
12312024-06-22T01:24:16.763Z Compiling crossbeam-utils v0.8.19
12322024-06-22T01:24:16.943Z Compiling serde_derive_internals v0.29.1
12332024-06-22T01:24:17.292Z Compiling spin v0.9.8
12342024-06-22T01:24:17.335Z Compiling tinyvec_macros v0.1.1
12352024-06-22T01:24:17.373Z Compiling native-tls v0.2.11
12362024-06-22T01:24:17.618Z Compiling rustls v0.21.12
12372024-06-22T01:24:17.675Z Compiling tinyvec v1.6.0
12382024-06-22T01:24:17.964Z Compiling futures-sink v0.3.30
12392024-06-22T01:24:18.121Z Compiling const-oid v0.9.6
12402024-06-22T01:24:18.443Z Compiling ucd-trie v0.1.6
12412024-06-22T01:24:18.556Z Compiling subtle v2.5.0
12422024-06-22T01:24:19.065Z Compiling unicode-normalization v0.1.23
12432024-06-22T01:24:19.088Z Compiling backtrace v0.3.71
12442024-06-22T01:24:19.221Z Compiling cookie v0.17.0
12452024-06-22T01:24:19.493Z Compiling heck v0.5.0
12462024-06-22T01:24:19.723Z Compiling heck v0.4.1
12472024-06-22T01:24:19.907Z Compiling dyn-clone v1.0.17
12482024-06-22T01:24:19.979Z Compiling unicode-bidi v0.3.15
12492024-06-22T01:24:20.013Z Compiling slog v2.7.0
12502024-06-22T01:24:20.118Z Compiling futures-channel v0.3.30
12512024-06-22T01:24:20.563Z Compiling futures-io v0.3.30
12522024-06-22T01:24:20.597Z Compiling pin-utils v0.1.0
12532024-06-22T01:24:20.697Z Compiling futures-task v0.3.30
12542024-06-22T01:24:21.204Z Compiling aho-corasick v1.1.3
12552024-06-22T01:24:21.597Z Compiling winnow v0.5.40
12562024-06-22T01:24:21.908Z Compiling anyhow v1.0.86
12572024-06-22T01:24:22.432Z Compiling untrusted v0.9.0
12582024-06-22T01:24:22.633Z Compiling regex-syntax v0.8.3
12592024-06-22T01:24:22.779Z Compiling serde_derive v1.0.203
12602024-06-22T01:24:23.594Z Compiling zerocopy-derive v0.7.34
12612024-06-22T01:24:23.895Z Compiling zeroize_derive v1.4.2
12622024-06-22T01:24:25.318Z Compiling thiserror-impl v1.0.60
12632024-06-22T01:24:25.495Z Compiling tokio-macros v2.2.0
12642024-06-22T01:24:25.553Z Compiling zerocopy v0.7.34
12652024-06-22T01:24:25.678Z Compiling futures-macro v0.3.30
12662024-06-22T01:24:26.112Z Compiling schemars_derive v0.8.20
12672024-06-22T01:24:27.534Z Compiling tracing-attributes v0.1.27
12682024-06-22T01:24:27.739Z Compiling hashbrown v0.14.5
12692024-06-22T01:24:28.188Z Compiling zeroize v1.7.0
12702024-06-22T01:24:28.989Z Compiling openssl-macros v0.1.1
12712024-06-22T01:24:29.111Z Compiling scroll_derive v0.12.0
12722024-06-22T01:24:29.681Z Compiling pest v2.7.10
12732024-06-22T01:24:29.752Z Compiling crypto-common v0.1.6
12742024-06-22T01:24:29.955Z Compiling futures-util v0.3.30
12752024-06-22T01:24:30.441Z Compiling der_derive v0.7.2
12762024-06-22T01:24:30.973Z Compiling block-buffer v0.10.4
12772024-06-22T01:24:31.201Z Compiling regex-automata v0.4.6
12782024-06-22T01:24:32.456Z Compiling pest_meta v2.7.10
12792024-06-22T01:24:32.906Z Compiling tracing-core v0.1.32
12802024-06-22T01:24:35.335Z Compiling pest_generator v2.7.10
12812024-06-22T01:24:36.323Z Compiling bytes v1.6.0
12822024-06-22T01:24:36.913Z Compiling indexmap v2.2.6
12832024-06-22T01:24:37.452Z Compiling uuid v1.8.0
12842024-06-22T01:24:37.814Z Compiling tokio v1.37.0
12852024-06-22T01:24:38.367Z Compiling bitflags v2.5.0
12862024-06-22T01:24:38.662Z Compiling chrono v0.4.38
12872024-06-22T01:24:38.751Z Compiling serde_tokenstream v0.2.0
12882024-06-22T01:24:40.072Z Compiling serde_spanned v0.6.6
12892024-06-22T01:24:40.284Z Compiling toml_datetime v0.6.6
12902024-06-22T01:24:40.732Z Compiling http v0.2.12
12912024-06-22T01:24:41.028Z Compiling toml_edit v0.19.15
12922024-06-22T01:24:43.083Z Compiling rustc_version v0.4.0
12932024-06-22T01:24:43.726Z Compiling pest_derive v2.7.10
12942024-06-22T01:24:44.126Z Compiling usdt-impl v0.5.0
12952024-06-22T01:24:44.450Z Compiling powerfmt v0.2.0
12962024-06-22T01:24:44.471Z Compiling rustversion v1.0.17
12972024-06-22T01:24:44.955Z Compiling deranged v0.3.11
12982024-06-22T01:24:45.140Z Compiling heapless v0.7.17
12992024-06-22T01:24:45.533Z Compiling tracing v0.1.40
13002024-06-22T01:24:45.887Z Compiling digest v0.10.7
13012024-06-22T01:24:46.326Z Compiling scroll v0.12.0
13022024-06-22T01:24:46.883Z Compiling signal-hook v0.3.17
13032024-06-22T01:24:47.130Z Compiling percent-encoding v2.3.1
13042024-06-22T01:24:47.414Z Compiling num_threads v0.1.7
13052024-06-22T01:24:47.536Z Compiling plain v0.2.3
13062024-06-22T01:24:47.592Z Compiling ppv-lite86 v0.2.17
13072024-06-22T01:24:47.693Z Compiling goblin v0.8.2
13082024-06-22T01:24:47.761Z Compiling time v0.3.36
13092024-06-22T01:24:48.392Z Compiling rand_chacha v0.3.1
13102024-06-22T01:24:49.406Z Compiling regex v1.10.4
13112024-06-22T01:24:50.410Z Compiling strsim v0.11.1
13122024-06-22T01:24:51.031Z Compiling crc32fast v1.4.0
13132024-06-22T01:24:51.159Z Compiling pretty-hex v0.4.1
13142024-06-22T01:24:51.985Z Compiling rand v0.8.5
13152024-06-22T01:24:52.943Z Compiling tokio-util v0.7.11
13162024-06-22T01:24:53.491Z Compiling dof v0.3.0
13172024-06-22T01:24:54.094Z Compiling dtrace-parser v0.2.0
13182024-06-22T01:24:54.770Z Compiling async-trait v0.1.80
13192024-06-22T01:24:55.100Z Compiling thread-id v4.2.1
13202024-06-22T01:24:55.375Z Compiling foreign-types-shared v0.1.1
13212024-06-22T01:24:55.391Z Compiling unicode-width v0.1.12
13222024-06-22T01:24:55.487Z Compiling base64ct v1.6.0
13232024-06-22T01:24:55.593Z Compiling smoltcp v0.9.1
13242024-06-22T01:24:55.636Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
13252024-06-22T01:24:56.235Z Compiling pem-rfc7468 v0.7.0
13262024-06-22T01:24:56.317Z Compiling foreign-types v0.3.2
13272024-06-22T01:24:57.801Z Compiling form_urlencoded v1.2.1
13282024-06-22T01:24:58.131Z Compiling hmac v0.12.1
13292024-06-22T01:24:58.314Z Compiling base64 v0.21.7
13302024-06-22T01:24:58.348Z Compiling try-lock v0.2.5
13312024-06-22T01:24:58.394Z Compiling adler v1.0.2
13322024-06-22T01:24:58.495Z Compiling flagset v0.4.5
13332024-06-22T01:24:58.785Z Compiling siphasher v0.3.11
13342024-06-22T01:24:58.914Z Compiling want v0.3.1
13352024-06-22T01:24:59.146Z Compiling der v0.7.9
13362024-06-22T01:24:59.161Z Compiling miniz_oxide v0.7.2
13372024-06-22T01:25:01.278Z Compiling h2 v0.3.26
13382024-06-22T01:25:02.400Z Compiling rustls-webpki v0.101.7
13392024-06-22T01:25:02.403Z Compiling sct v0.7.1
13402024-06-22T01:25:02.535Z Compiling http-body v0.4.6
13412024-06-22T01:25:03.598Z Compiling openapiv3 v2.0.0
13422024-06-22T01:25:03.864Z Compiling hubpack_derive v0.1.1
13432024-06-22T01:25:04.107Z Compiling zerocopy-derive v0.6.6
13442024-06-22T01:25:04.111Z Compiling idna v0.5.0
13452024-06-22T01:25:04.550Z Compiling errno v0.3.9
13462024-06-22T01:25:04.805Z Compiling fs-err v2.11.0
13472024-06-22T01:25:04.928Z Compiling utf8parse v0.2.1
13482024-06-22T01:25:05.072Z Compiling httpdate v1.0.3
13492024-06-22T01:25:05.298Z Compiling finl_unicode v1.2.0
13502024-06-22T01:25:05.503Z Compiling stable_deref_trait v1.2.0
13512024-06-22T01:25:05.617Z Compiling gimli v0.28.1
13522024-06-22T01:25:05.859Z Compiling spin v0.5.2
13532024-06-22T01:25:05.859Z Compiling anstyle v1.0.7
13542024-06-22T01:25:05.971Z Compiling cpufeatures v0.2.12
13552024-06-22T01:25:06.106Z Compiling tower-service v0.3.2
13562024-06-22T01:25:06.232Z Compiling openssl-probe v0.1.5
13572024-06-22T01:25:07.155Z Compiling sha2 v0.10.8
13582024-06-22T01:25:07.444Z Compiling stringprep v0.1.4
13592024-06-22T01:25:07.727Z Compiling anstyle-parse v0.2.4
13602024-06-22T01:25:07.966Z Compiling hyper v0.14.28
13612024-06-22T01:25:08.060Z Compiling url v2.5.0
13622024-06-22T01:25:10.863Z Compiling addr2line v0.21.0
13632024-06-22T01:25:11.692Z Compiling spki v0.7.3
13642024-06-22T01:25:12.257Z Compiling usdt-attr-macro v0.5.0
13652024-06-22T01:25:13.691Z Compiling usdt-macro v0.5.0
13662024-06-22T01:25:13.802Z Compiling md-5 v0.10.6
13672024-06-22T01:25:17.185Z Compiling idna v0.3.0
13682024-06-22T01:25:18.455Z Compiling diesel_table_macro_syntax v0.1.0
13692024-06-22T01:25:18.640Z Compiling num-integer v0.1.46
13702024-06-22T01:25:18.759Z Compiling object v0.32.2
13712024-06-22T01:25:19.281Z Compiling hash32 v0.2.1
13722024-06-22T01:25:19.650Z Compiling fallible-iterator v0.2.0
13732024-06-22T01:25:22.114Z Compiling rustc-demangle v0.1.24
13742024-06-22T01:25:24.123Z Compiling anstyle-query v1.0.3
13752024-06-22T01:25:24.506Z Compiling is_terminal_polyfill v1.70.0
13762024-06-22T01:25:24.522Z Compiling colorchoice v1.0.1
13772024-06-22T01:25:24.621Z Compiling psl-types v2.0.11
13782024-06-22T01:25:24.672Z Compiling anstream v0.6.14
13792024-06-22T01:25:24.814Z Compiling publicsuffix v2.2.3
13802024-06-22T01:25:25.351Z Compiling lazy_static v1.4.0
13812024-06-22T01:25:27.849Z Compiling postgres-protocol v0.6.6
13822024-06-22T01:25:27.902Z Compiling diesel_derives v2.1.4
13832024-06-22T01:25:33.046Z Compiling tokio-rustls v0.24.1
13842024-06-22T01:25:34.310Z Compiling pkcs8 v0.10.2
13852024-06-22T01:25:34.595Z Compiling terminal_size v0.3.0
13862024-06-22T01:25:34.821Z Compiling tokio-native-tls v0.3.1
13872024-06-22T01:25:35.096Z Compiling phf_shared v0.11.2
13882024-06-22T01:25:36.187Z Compiling strum_macros v0.25.3
13892024-06-22T01:25:36.454Z Compiling block-padding v0.3.3
13902024-06-22T01:25:36.601Z Compiling regress v0.9.1
13912024-06-22T01:25:36.674Z Compiling enum-as-inner v0.5.1
13922024-06-22T01:25:36.920Z Compiling clap_derive v4.5.4
13932024-06-22T01:25:37.610Z Compiling serde_repr v0.1.19
13942024-06-22T01:25:40.130Z Compiling ff v0.13.0
13952024-06-22T01:25:40.377Z Compiling scheduled-thread-pool v0.2.7
13962024-06-22T01:25:41.318Z Compiling encoding_rs v0.8.34
13972024-06-22T01:25:41.474Z Compiling clap_lex v0.7.0
13982024-06-22T01:25:41.931Z Compiling base16ct v0.2.0
13992024-06-22T01:25:41.949Z Compiling either v1.12.0
14002024-06-22T01:25:42.229Z Compiling matches v0.1.10
14012024-06-22T01:25:42.323Z Compiling bitflags v1.3.2
14022024-06-22T01:25:42.344Z Compiling mime v0.3.17
14032024-06-22T01:25:42.434Z Compiling ipnet v2.9.0
14042024-06-22T01:25:42.741Z Compiling managed v0.8.0
14052024-06-22T01:25:43.263Z Compiling bit-vec v0.6.3
14062024-06-22T01:25:44.009Z Compiling idna v0.2.3
14072024-06-22T01:25:44.512Z Compiling sec1 v0.7.3
14082024-06-22T01:25:44.943Z Compiling clap_builder v4.5.2
14092024-06-22T01:25:46.004Z Compiling r2d2 v0.8.10
14102024-06-22T01:25:46.938Z Compiling group v0.13.0
14112024-06-22T01:25:47.282Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
14122024-06-22T01:25:51.153Z Compiling inout v0.1.3
14132024-06-22T01:25:51.921Z Compiling phf v0.11.2
14142024-06-22T01:25:51.943Z Compiling hyper-tls v0.5.0
14152024-06-22T01:25:52.011Z Compiling signal-hook-mio v0.2.3
14162024-06-22T01:25:52.226Z Compiling hyper-rustls v0.24.2
14172024-06-22T01:25:52.280Z Compiling cookie_store v0.20.0
14182024-06-22T01:25:52.436Z Compiling postgres-types v0.2.6
14192024-06-22T01:25:52.621Z Compiling num-bigint v0.4.5
14202024-06-22T01:25:53.014Z Compiling zerocopy v0.6.6
14212024-06-22T01:25:53.755Z Compiling hubpack v0.1.2
14222024-06-22T01:25:53.856Z Compiling phf_shared v0.10.0
14232024-06-22T01:25:53.872Z Compiling rustls-pemfile v1.0.4
14242024-06-22T01:25:54.192Z Compiling hkdf v0.12.4
14252024-06-22T01:25:54.243Z Compiling serde_urlencoded v0.7.1
14262024-06-22T01:25:54.423Z Compiling crossbeam-epoch v0.9.18
14272024-06-22T01:25:58.628Z Compiling ipnetwork v0.20.0
14282024-06-22T01:25:58.659Z Compiling futures-executor v0.3.30
14292024-06-22T01:25:58.659Z Compiling crypto-bigint v0.5.5
14302024-06-22T01:25:58.659Z Compiling float-cmp v0.9.0
14312024-06-22T01:25:58.659Z Compiling memmap v0.7.0
14322024-06-22T01:25:58.659Z Compiling normalize-line-endings v0.3.0
14332024-06-22T01:25:58.659Z Compiling whoami v1.5.1
14342024-06-22T01:25:58.659Z Compiling data-encoding v2.6.0
14352024-06-22T01:25:58.671Z Compiling predicates-core v1.0.6
14362024-06-22T01:25:58.671Z Compiling sync_wrapper v0.1.2
14372024-06-22T01:25:58.671Z Compiling unicode-segmentation v1.11.0
14382024-06-22T01:25:58.712Z Compiling minimal-lexical v0.2.1
14392024-06-22T01:25:59.208Z Compiling difflib v0.4.0
14402024-06-22T01:25:59.362Z Compiling webpki-roots v0.25.4
14412024-06-22T01:25:59.517Z Compiling new_debug_unreachable v1.0.6
14422024-06-22T01:25:59.552Z Compiling precomputed-hash v0.1.1
14432024-06-22T01:25:59.613Z Compiling static_assertions v1.1.0
14442024-06-22T01:25:59.714Z Compiling winnow v0.6.8
14452024-06-22T01:26:00.092Z Compiling fixedbitset v0.4.2
14462024-06-22T01:26:00.108Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
14472024-06-22T01:26:00.356Z Compiling petgraph v0.6.5
14482024-06-22T01:26:00.508Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
14492024-06-22T01:26:00.788Z Compiling string_cache v0.8.7
14502024-06-22T01:26:01.228Z Compiling predicates v3.1.0
14512024-06-22T01:26:02.045Z Compiling reqwest v0.11.27
14522024-06-22T01:26:02.790Z Compiling similar v2.5.0
14532024-06-22T01:26:03.441Z Compiling toml_edit v0.22.13
14542024-06-22T01:26:04.083Z Compiling nom v7.1.3
14552024-06-22T01:26:04.356Z Compiling elliptic-curve v0.13.8
14562024-06-22T01:26:04.899Z Compiling trust-dns-proto v0.22.0
14572024-06-22T01:26:05.119Z Compiling tokio-postgres v0.7.10
14582024-06-22T01:26:06.801Z Compiling usdt v0.5.0
14592024-06-22T01:26:07.968Z Compiling futures v0.3.30
14602024-06-22T01:26:08.097Z Compiling yasna v0.5.2
14612024-06-22T01:26:08.111Z Compiling diesel v2.1.6
14622024-06-22T01:26:09.729Z Compiling crossterm v0.27.0
14632024-06-22T01:26:09.806Z Compiling flate2 v1.0.30
14642024-06-22T01:26:10.076Z Compiling cipher v0.4.4
14652024-06-22T01:26:10.524Z Compiling clap v4.5.4
14662024-06-22T01:26:10.742Z Compiling bit-set v0.5.3
14672024-06-22T01:26:10.929Z Compiling itertools v0.10.5
14682024-06-22T01:26:11.412Z Compiling itertools v0.12.1
14692024-06-22T01:26:12.521Z Compiling console v0.15.8
14702024-06-22T01:26:12.980Z Compiling num-iter v0.1.45
14712024-06-22T01:26:13.880Z Compiling tokio-stream v0.1.15
14722024-06-22T01:26:13.951Z Compiling toml v0.7.8
14732024-06-22T01:26:14.017Z Compiling bstr v1.9.1
14742024-06-22T01:26:14.458Z Compiling hex v0.4.3
14752024-06-22T01:26:14.832Z Compiling unicode-xid v0.2.4
14762024-06-22T01:26:15.011Z Compiling lalrpop-util v0.19.12
14772024-06-22T01:26:15.054Z Compiling peg-runtime v0.8.3
14782024-06-22T01:26:15.431Z Compiling proc-macro-crate v1.3.1
14792024-06-22T01:26:17.026Z Compiling camino v1.1.7
14802024-06-22T01:26:17.050Z Compiling heapless v0.8.0
14812024-06-22T01:26:19.308Z Compiling num_enum_derive v0.5.11
14822024-06-22T01:26:24.091Z Compiling hash32 v0.3.1
14832024-06-22T01:26:24.918Z Compiling rustls-pki-types v1.7.0
14842024-06-22T01:26:25.795Z Compiling ident_case v1.0.1
14852024-06-22T01:26:25.978Z Compiling smoltcp v0.11.0
14862024-06-22T01:26:26.237Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
14872024-06-22T01:26:27.873Z Compiling darling_core v0.20.9
14882024-06-22T01:26:39.569Z Compiling num_enum v0.5.11
14892024-06-22T01:26:41.567Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
14902024-06-22T01:26:41.926Z Compiling getopts v0.2.21
14912024-06-22T01:26:43.062Z Compiling dirs-sys-next v0.1.2
14922024-06-22T01:26:43.953Z Compiling proc-macro-error-attr v1.0.4
14932024-06-22T01:26:44.041Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14942024-06-22T01:26:44.127Z Compiling unsafe-libyaml v0.2.11
14952024-06-22T01:26:44.233Z Compiling rustls v0.22.4
14962024-06-22T01:26:44.309Z Compiling paste v1.0.15
14972024-06-22T01:26:44.527Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
14982024-06-22T01:26:44.890Z Compiling embedded-io v0.4.0
14992024-06-22T01:26:45.652Z Compiling cobs v0.2.3
15002024-06-22T01:26:45.888Z Compiling postcard v1.0.8
15012024-06-22T01:26:46.082Z Compiling serde_yaml v0.9.34+deprecated
15022024-06-22T01:26:49.420Z Compiling dirs-next v2.0.0
15032024-06-22T01:26:50.110Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15042024-06-22T01:26:53.199Z Compiling darling_macro v0.20.9
15052024-06-22T01:26:54.999Z Compiling rustls-webpki v0.102.4
15062024-06-22T01:27:01.090Z Compiling strum_macros v0.26.2
15072024-06-22T01:27:02.851Z Compiling structmeta-derive v0.3.0
15082024-06-22T01:27:03.005Z Compiling foreign-types-macros v0.2.3
15092024-06-22T01:27:03.628Z Compiling thread_local v1.1.8
15102024-06-22T01:27:04.170Z Compiling proc-macro-error v1.0.4
15112024-06-22T01:27:04.339Z Compiling multer v3.1.0
15122024-06-22T01:27:04.467Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
15132024-06-22T01:27:04.761Z Compiling foreign-types-shared v0.3.1
15142024-06-22T01:27:04.880Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15152024-06-22T01:27:06.411Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
15162024-06-22T01:27:06.475Z Compiling slog-async v2.8.0
15172024-06-22T01:27:06.588Z Compiling match_cfg v0.1.0
15182024-06-22T01:27:06.685Z Compiling hostname v0.3.1
15192024-06-22T01:27:06.707Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
15202024-06-22T01:27:12.118Z Compiling strum v0.26.2
15212024-06-22T01:27:12.163Z Compiling structmeta v0.3.0
15222024-06-22T01:27:12.761Z Compiling foreign-types v0.5.0
15232024-06-22T01:27:17.032Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15242024-06-22T01:27:18.471Z Compiling darling v0.20.9
15252024-06-22T01:27:25.896Z Compiling term v0.7.0
15262024-06-22T01:27:28.579Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15272024-06-22T01:27:30.434Z Compiling slog-json v2.6.1
15282024-06-22T01:27:30.964Z Compiling tabwriter v1.4.0
15292024-06-22T01:27:31.737Z Compiling crossbeam-channel v0.5.12
15302024-06-22T01:27:32.417Z Compiling http v1.1.0
15312024-06-22T01:27:32.979Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15322024-06-22T01:27:33.500Z Compiling async-stream-impl v0.3.5
15332024-06-22T01:27:33.574Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
15342024-06-22T01:27:33.771Z Compiling cstr-argument v0.1.2
15352024-06-22T01:27:33.825Z Compiling is-terminal v0.4.12
15362024-06-22T01:27:33.954Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
15372024-06-22T01:27:34.232Z Compiling atomic-waker v1.1.2
15382024-06-22T01:27:34.401Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
15392024-06-22T01:27:34.430Z Compiling take_mut v0.2.2
15402024-06-22T01:27:34.446Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d)
15412024-06-22T01:27:34.600Z Compiling fastrand v2.1.0
15422024-06-22T01:27:34.715Z Compiling base64 v0.22.1
15432024-06-22T01:27:34.760Z Compiling crucible-workspace-hack v0.1.0
15442024-06-22T01:27:35.024Z Compiling pretty-hex v0.2.1
15452024-06-22T01:27:35.236Z Compiling rayon-core v1.12.1
15462024-06-22T01:27:35.253Z Compiling rustls-pemfile v2.1.2
15472024-06-22T01:27:35.531Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15482024-06-22T01:27:35.783Z Compiling tempfile v3.10.1
15492024-06-22T01:27:35.803Z Compiling async-stream v0.3.5
15502024-06-22T01:27:36.120Z Compiling waitgroup v0.1.2
15512024-06-22T01:27:36.361Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15522024-06-22T01:27:37.006Z Compiling slog-term v2.9.1
15532024-06-22T01:27:37.476Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15542024-06-22T01:27:37.598Z Compiling slog-bunyan v2.5.0
15552024-06-22T01:27:37.902Z Compiling tokio-rustls v0.25.0
15562024-06-22T01:27:38.374Z Compiling serde_with_macros v3.8.1
15572024-06-22T01:27:38.477Z Compiling parse-display-derive v0.9.0
15582024-06-22T01:27:39.057Z Compiling toml v0.8.13
15592024-06-22T01:27:39.119Z Compiling sha1 v0.10.6
15602024-06-22T01:27:39.794Z Compiling crossbeam-deque v0.8.5
15612024-06-22T01:27:39.932Z Compiling colored v2.1.0
15622024-06-22T01:27:40.196Z Compiling newtype-uuid v1.1.0
15632024-06-22T01:27:40.538Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
15642024-06-22T01:27:41.119Z Compiling serde_path_to_error v0.1.16
15652024-06-22T01:27:41.251Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15662024-06-22T01:27:45.873Z Compiling hostname v0.4.0
15672024-06-22T01:27:45.912Z Compiling socket2 v0.4.10
15682024-06-22T01:27:45.912Z Compiling instant v0.1.12
15692024-06-22T01:27:45.912Z Compiling debug-ignore v1.0.5
15702024-06-22T01:27:45.912Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
15712024-06-22T01:27:45.950Z Compiling parse-display v0.9.0
15722024-06-22T01:27:45.950Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
15732024-06-22T01:27:45.950Z Compiling backoff v0.4.0
15742024-06-22T01:27:45.950Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15752024-06-22T01:27:45.950Z Compiling serde_with v3.8.1
15762024-06-22T01:27:45.950Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
15772024-06-22T01:27:46.247Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
15782024-06-22T01:27:47.500Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15792024-06-22T01:27:48.217Z Compiling camino-tempfile v1.1.1
15802024-06-22T01:27:49.108Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
15812024-06-22T01:27:49.611Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15822024-06-22T01:27:49.627Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7)
15832024-06-22T01:27:49.661Z Compiling macaddr v1.0.1
15842024-06-22T01:27:49.796Z Compiling num-derive v0.4.2
15852024-06-22T01:27:50.256Z Compiling sigpipe v0.1.3
15862024-06-22T01:27:50.389Z Compiling libefi-sys v0.1.0
15872024-06-22T01:27:50.687Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
15882024-06-22T01:27:51.259Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
15892024-06-22T01:27:51.502Z Compiling rayon v1.10.0
15902024-06-22T01:27:52.145Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
15912024-06-22T01:27:52.380Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
15922024-06-22T01:27:53.518Z Compiling smf v0.2.3
15932024-06-22T01:27:53.822Z Compiling ring v0.16.20
15942024-06-22T01:27:54.650Z Compiling blake3 v1.5.1
15952024-06-22T01:27:54.798Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
15962024-06-22T01:27:55.154Z Compiling portable-atomic v1.6.0
15972024-06-22T01:27:56.073Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
15982024-06-22T01:27:56.141Z Compiling xattr v1.3.1
15992024-06-22T01:27:56.375Z Compiling memmap2 v0.9.4
16002024-06-22T01:27:56.446Z Compiling filetime v0.2.23
16012024-06-22T01:27:56.780Z Compiling constant_time_eq v0.3.0
16022024-06-22T01:27:56.913Z Compiling untrusted v0.7.1
16032024-06-22T01:27:56.955Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
16042024-06-22T01:27:57.112Z Compiling same-file v1.0.6
16052024-06-22T01:27:57.129Z Compiling arrayvec v0.7.4
16062024-06-22T01:27:57.217Z Compiling arrayref v0.3.7
16072024-06-22T01:27:57.291Z Compiling walkdir v2.5.0
16082024-06-22T01:27:57.321Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
16092024-06-22T01:27:57.372Z Compiling tar v0.4.40
16102024-06-22T01:27:58.951Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
16112024-06-22T01:27:59.467Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
16122024-06-22T01:28:00.258Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16132024-06-22T01:28:02.419Z Compiling gethostname v0.4.3
16142024-06-22T01:28:02.562Z Compiling topological-sort v0.2.2
16152024-06-22T01:28:02.676Z Compiling number_prefix v0.4.0
16162024-06-22T01:28:02.703Z Compiling swrite v0.1.0
16172024-06-22T01:28:02.948Z Compiling indicatif v0.17.8
16182024-06-22T01:28:04.186Z Compiling omicron-zone-package v0.11.0
16192024-06-22T01:28:09.915Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
16202024-06-22T01:28:12.237Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
16212024-06-22T01:28:14.714Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
16222024-06-22T01:28:16.394Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
16232024-06-22T01:28:32.455Z Finished `release` profile [optimized] target(s) in 4m 27s
16242024-06-22T01:28:32.570Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
16252024-06-22T01:28:32.611ZLogging to: /work/oxidecomputer/omicron/out/LOG
16262024-06-22T01:28:32.614ZCreated new build target 'test' and set it as active
16272024-06-22T01:28:32.614Z
16282024-06-22T01:28:32.614Zreal 4:27.887337116
16292024-06-22T01:28:32.614Zuser 29:56.021874887
16302024-06-22T01:28:32.614Zsys 3:54.734183308
16312024-06-22T01:28:32.614Ztrap 0.871381111
16322024-06-22T01:28:32.614Ztflt 3.041433125
16332024-06-22T01:28:32.614Zdflt 1.638385384
16342024-06-22T01:28:32.614Zkflt 0.017389387
16352024-06-22T01:28:32.614Zlock 1:02:26.114960096
16362024-06-22T01:28:32.614Zslp 1:23:56.428587395
16372024-06-22T01:28:32.614Zlat 2:01.156033227
16382024-06-22T01:28:32.614Zstop 2:57.357691974
16392024-06-22T01:28:32.614Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
16402024-06-22T01:28:33.491Z Finished `release` profile [optimized] target(s) in 0.83s
16412024-06-22T01:28:33.530Z Running `target/release/omicron-package -t test package`
16422024-06-22T01:28:33.564ZLogging to: /work/oxidecomputer/omicron/out/LOG
16432024-06-22T01:28:34.476Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
16442024-06-22T01:28:34.573Z Compiling newline-converter v0.3.0
16452024-06-22T01:28:34.582Z Compiling humantime v2.1.0
16462024-06-22T01:28:34.585Z Compiling derive-where v1.2.7
16472024-06-22T01:28:34.602Z Compiling convert_case v0.4.0
16482024-06-22T01:28:34.611Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
16492024-06-22T01:28:34.614Z Compiling password-hash v0.5.0
16502024-06-22T01:28:34.614Z Compiling blake2 v0.10.6
16512024-06-22T01:28:34.726Z Compiling expectorate v1.1.0
16522024-06-22T01:28:34.781Z Compiling linked-hash-map v0.5.6
16532024-06-22T01:28:34.900Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
16542024-06-22T01:28:35.161Z Compiling argon2 v0.5.3
16552024-06-22T01:28:35.360Z Compiling derive_more v0.99.17
16562024-06-22T01:28:35.374Z Compiling lru-cache v0.1.2
16572024-06-22T01:28:35.588Z Compiling semver v0.1.20
16582024-06-22T01:28:35.846Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
16592024-06-22T01:28:36.155Z Compiling rustc_version v0.1.7
16602024-06-22T01:28:36.470Z Compiling home v0.5.9
16612024-06-22T01:28:36.578Z Compiling newtype_derive v0.1.6
16622024-06-22T01:28:36.704Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
16632024-06-22T01:28:36.906Z Compiling slog-dtrace v0.3.0
16642024-06-22T01:28:37.031Z Compiling steno v0.4.0
16652024-06-22T01:28:37.186Z Compiling quick-error v1.2.3
16662024-06-22T01:28:37.334Z Compiling resolv-conf v0.7.0
16672024-06-22T01:28:37.613Z Compiling termcolor v1.4.1
16682024-06-22T01:28:37.786Z Compiling trust-dns-resolver v0.22.0
16692024-06-22T01:28:38.959Z Compiling utf-8 v0.7.6
16702024-06-22T01:28:39.307Z Compiling num-rational v0.4.2
16712024-06-22T01:28:40.282Z Compiling num-complex v0.4.6
16722024-06-22T01:28:41.368Z Compiling radium v0.7.0
16732024-06-22T01:28:41.587Z Compiling num v0.4.3
16742024-06-22T01:28:41.704Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
16752024-06-22T01:28:41.752Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
16762024-06-22T01:28:41.807Z Compiling nibble_vec v0.1.0
16772024-06-22T01:28:42.019Z Compiling endian-type v0.1.2
16782024-06-22T01:28:42.252Z Compiling tap v1.0.1
16792024-06-22T01:28:42.432Z Compiling display-error-chain v0.2.0
16802024-06-22T01:28:42.607Z Compiling maybe-uninit v2.0.0
16812024-06-22T01:28:42.688Z Compiling wyz v0.5.1
16822024-06-22T01:28:42.764Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
16832024-06-22T01:28:43.172Z Compiling radix_trie v0.2.1
16842024-06-22T01:28:43.712Z Compiling bzip2-sys v0.1.11+1.0.8
16852024-06-22T01:28:44.081Z Compiling crc-catalog v2.4.0
16862024-06-22T01:28:44.149Z Compiling packed_struct v0.10.1
16872024-06-22T01:28:44.225Z Compiling num-bigint-dig v0.8.4
16882024-06-22T01:28:44.510Z Compiling funty v2.0.0
16892024-06-22T01:28:44.592Z Compiling crc v3.2.1
16902024-06-22T01:28:46.497Z Compiling bitvec v1.0.1
16912024-06-22T01:28:47.054Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
16922024-06-22T01:28:48.886Z Compiling packed_struct_codegen v0.10.1
16932024-06-22T01:28:50.964Z Compiling dirs-sys-next v0.1.2
16942024-06-22T01:28:51.495Z Compiling indexmap v1.9.3
16952024-06-22T01:28:51.526Z Compiling cancel-safe-futures v0.1.5
16962024-06-22T01:28:51.808Z Compiling arc-swap v1.7.1
16972024-06-22T01:28:51.853Z Compiling crunchy v0.2.2
16982024-06-22T01:28:52.296Z Compiling nodrop v0.1.14
16992024-06-22T01:28:52.432Z Compiling glob v0.3.1
17002024-06-22T01:28:52.504Z Compiling array-init v0.0.4
17012024-06-22T01:28:52.729Z Compiling slog-scope v4.4.0
17022024-06-22T01:28:53.272Z Compiling clang-sys v1.7.0
17032024-06-22T01:28:53.820Z Compiling dirs-next v2.0.0
17042024-06-22T01:28:53.945Z Compiling smallvec v0.6.14
17052024-06-22T01:28:54.427Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17062024-06-22T01:28:57.897Z Compiling pkcs1 v0.7.5
17072024-06-22T01:28:59.211Z Compiling signature v2.2.0
17082024-06-22T01:28:59.406Z Compiling fxhash v0.2.1
17092024-06-22T01:28:59.486Z Compiling hashbrown v0.12.3
17102024-06-22T01:28:59.612Z Compiling maplit v1.0.2
17112024-06-22T01:28:59.734Z Compiling bitfield v0.14.0
17122024-06-22T01:29:00.034Z Compiling prettyplease v0.2.20
17132024-06-22T01:29:00.320Z Compiling tiny-keccak v2.0.2
17142024-06-22T01:29:00.634Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17152024-06-22T01:29:01.847Z Compiling rsa v0.9.6
17162024-06-22T01:29:01.885Z Compiling serde-hex v0.1.0
17172024-06-22T01:29:03.852Z Compiling term v0.7.0
17182024-06-22T01:29:05.971Z Compiling slog-stdlog v4.1.1
17192024-06-22T01:29:06.668Z Compiling bzip2 v0.4.4
17202024-06-22T01:29:06.898Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
17212024-06-22T01:29:06.953Z Compiling env_logger v0.10.2
17222024-06-22T01:29:07.120Z Compiling rayon-core v1.12.1
17232024-06-22T01:29:07.142Z Compiling x509-cert v0.2.5
17242024-06-22T01:29:07.205Z Compiling ron v0.8.1
17252024-06-22T01:29:07.331Z Compiling crossbeam-deque v0.8.5
17262024-06-22T01:29:07.689Z Compiling hashbrown v0.13.2
17272024-06-22T01:29:09.109Z Compiling half v2.4.1
17282024-06-22T01:29:09.840Z Compiling ciborium-io v0.2.2
17292024-06-22T01:29:09.973Z Compiling crc-any v2.5.0
17302024-06-22T01:29:10.103Z Compiling fastrand v2.1.0
17312024-06-22T01:29:10.625Z Compiling same-file v1.0.6
17322024-06-22T01:29:10.852Z Compiling walkdir v2.5.0
17332024-06-22T01:29:10.904Z Compiling tempfile v3.10.1
17342024-06-22T01:29:11.475Z Compiling ciborium-ll v0.2.2
17352024-06-22T01:29:11.713Z Compiling object v0.30.4
17362024-06-22T01:29:11.993Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17372024-06-22T01:29:13.369Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17382024-06-22T01:29:15.378Z Compiling zip v0.6.6
17392024-06-22T01:29:15.904Z Compiling slog-envlogger v2.2.0
17402024-06-22T01:29:18.211Z Compiling ascii-canvas v3.0.0
17412024-06-22T01:29:18.403Z Compiling camino v1.1.7
17422024-06-22T01:29:18.476Z Compiling ena v0.14.3
17432024-06-22T01:29:18.561Z Compiling is-terminal v0.4.12
17442024-06-22T01:29:18.692Z Compiling libloading v0.8.3
17452024-06-22T01:29:18.707Z Compiling path-slash v0.1.5
17462024-06-22T01:29:18.850Z Compiling bindgen v0.69.4
17472024-06-22T01:29:18.956Z Compiling regex-syntax v0.6.29
17482024-06-22T01:29:19.040Z Compiling diff v0.1.13
17492024-06-22T01:29:19.101Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
17502024-06-22T01:29:19.596Z Compiling ring v0.16.20
17512024-06-22T01:29:22.254Z Compiling lalrpop v0.19.12
17522024-06-22T01:29:24.269Z Compiling blake3 v1.5.1
17532024-06-22T01:29:24.894Z Compiling rayon v1.10.0
17542024-06-22T01:29:25.502Z Compiling ciborium v0.2.2
17552024-06-22T01:29:29.734Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
17562024-06-22T01:29:30.310Z Compiling tungstenite v0.21.0
17572024-06-22T01:29:30.347Z Compiling which v4.4.2
17582024-06-22T01:29:30.618Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
17592024-06-22T01:29:30.819Z Compiling cexpr v0.6.0
17602024-06-22T01:29:30.851Z Compiling xattr v1.3.1
17612024-06-22T01:29:30.910Z Compiling filetime v0.2.23
17622024-06-22T01:29:31.121Z Compiling atty v0.2.14
17632024-06-22T01:29:31.204Z Compiling memmap2 v0.9.4
17642024-06-22T01:29:31.273Z Compiling lazycell v1.3.0
17652024-06-22T01:29:31.443Z Compiling arrayref v0.3.7
17662024-06-22T01:29:31.543Z Compiling arrayvec v0.7.4
17672024-06-22T01:29:31.601Z Compiling shlex v1.3.0
17682024-06-22T01:29:31.971Z Compiling ref-cast v1.0.23
17692024-06-22T01:29:31.986Z Compiling rustc-hash v1.1.0
17702024-06-22T01:29:32.139Z Compiling untrusted v0.7.1
17712024-06-22T01:29:32.326Z Compiling constant_time_eq v0.3.0
17722024-06-22T01:29:33.961Z Compiling tokio-tungstenite v0.21.0
17732024-06-22T01:29:34.508Z Compiling tar v0.4.40
17742024-06-22T01:29:34.998Z Compiling camino-tempfile v1.1.1
17752024-06-22T01:29:35.423Z Compiling toolchain_find v0.4.0
17762024-06-22T01:29:35.514Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
17772024-06-22T01:29:35.757Z Compiling derive_builder_core v0.20.0
17782024-06-22T01:29:35.790Z Compiling headers-core v0.2.0
17792024-06-22T01:29:35.954Z Compiling toml v0.8.13
17802024-06-22T01:29:35.957Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17812024-06-22T01:29:36.326Z Compiling libsw v3.3.1
17822024-06-22T01:29:36.388Z Compiling libxml v0.3.3
17832024-06-22T01:29:36.651Z Compiling ref-cast-impl v1.0.23
17842024-06-22T01:29:36.730Z Compiling parking_lot_core v0.8.6
17852024-06-22T01:29:37.135Z Compiling linear-map v1.2.0
17862024-06-22T01:29:37.471Z Compiling owo-colors v4.0.0
17872024-06-22T01:29:37.541Z Compiling topological-sort v0.2.2
17882024-06-22T01:29:37.748Z Compiling omicron-zone-package v0.11.0
17892024-06-22T01:29:37.954Z Compiling rustfmt-wrapper v0.2.1
17902024-06-22T01:29:37.968Z Compiling derive_builder_macro v0.20.0
17912024-06-22T01:29:38.510Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17922024-06-22T01:29:38.740Z Compiling headers v0.3.9
17932024-06-22T01:29:38.853Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
17942024-06-22T01:29:40.251Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
17952024-06-22T01:29:42.223Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
17962024-06-22T01:29:42.396Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
17972024-06-22T01:29:42.572Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
17982024-06-22T01:29:42.676Z Compiling pem v3.0.4
17992024-06-22T01:29:43.348Z Compiling strum_macros v0.24.3
18002024-06-22T01:29:44.229Z Compiling async-recursion v1.1.1
18012024-06-22T01:29:45.728Z Compiling unicase v2.7.0
18022024-06-22T01:29:46.029Z Compiling cookie v0.18.1
18032024-06-22T01:29:46.335Z Compiling indoc v1.0.9
18042024-06-22T01:29:46.654Z Compiling samael v0.0.15
18052024-06-22T01:29:46.872Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
18062024-06-22T01:29:47.598Z Compiling derive_builder v0.20.0
18072024-06-22T01:29:48.674Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
18082024-06-22T01:29:48.921Z Compiling oso-derive v0.27.3
18092024-06-22T01:29:49.208Z Compiling polar-core v0.27.3
18102024-06-22T01:29:49.887Z Compiling impl-trait-for-tuples v0.2.2
18112024-06-22T01:29:52.746Z Compiling quick-xml v0.31.0
18122024-06-22T01:29:52.853Z Compiling vte_generate_state_changes v0.1.1
18132024-06-22T01:29:53.478Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
18142024-06-22T01:29:53.767Z Compiling cfg_aliases v0.1.1
18152024-06-22T01:29:53.868Z Compiling buf-list v1.0.3
18162024-06-22T01:29:54.475Z Compiling nix v0.28.0
18172024-06-22T01:29:55.207Z Compiling vte v0.11.1
18182024-06-22T01:29:55.243Z Compiling parking_lot v0.11.2
18192024-06-22T01:29:57.234Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
18202024-06-22T01:29:59.033Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
18212024-06-22T01:29:59.036Z Compiling trust-dns-client v0.22.0
18222024-06-22T01:29:59.379Z Compiling tungstenite v0.20.1
18232024-06-22T01:30:00.545Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
18242024-06-22T01:30:00.816Z Compiling fd-lock v4.0.2
18252024-06-22T01:30:01.044Z Compiling const_format_proc_macros v0.2.32
18262024-06-22T01:30:02.760Z Compiling bb8 v0.8.3
18272024-06-22T01:30:03.055Z Compiling toml v0.5.11
18282024-06-22T01:30:03.282Z Compiling pin-project-internal v1.1.5
18292024-06-22T01:30:04.545Z Compiling memoffset v0.9.1
18302024-06-22T01:30:04.851Z Compiling bytecount v0.6.8
18312024-06-22T01:30:05.160Z Compiling papergrid v0.11.0
18322024-06-22T01:30:06.064Z Compiling pin-project v1.1.5
18332024-06-22T01:30:06.340Z Compiling trust-dns-server v0.22.1
18342024-06-22T01:30:09.769Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
18352024-06-22T01:30:10.456Z Compiling const_format v0.2.32
18362024-06-22T01:30:11.735Z Compiling tokio-tungstenite v0.20.1
18372024-06-22T01:30:12.428Z Compiling strip-ansi-escapes v0.2.0
18382024-06-22T01:30:13.229Z Compiling sled v0.34.7
18392024-06-22T01:30:17.373Z Compiling oso v0.27.3
18402024-06-22T01:30:29.125Z Compiling tabled_derive v0.7.0
18412024-06-22T01:30:31.390Z Compiling snafu-derive v0.8.2
18422024-06-22T01:30:35.452Z Compiling nu-ansi-term v0.50.0
18432024-06-22T01:30:35.772Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d)
18442024-06-22T01:30:36.041Z Compiling platforms v3.4.0
18452024-06-22T01:30:36.469Z Compiling snafu v0.8.2
18462024-06-22T01:30:36.656Z Compiling curve25519-dalek v4.1.2
18472024-06-22T01:30:36.742Z Compiling reedline v0.31.0
18482024-06-22T01:30:37.060Z Compiling tabled v0.15.0
18492024-06-22T01:30:43.708Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
18502024-06-22T01:30:44.694Z Compiling env_logger v0.9.3
18512024-06-22T01:30:47.430Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
18522024-06-22T01:30:49.210Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
18532024-06-22T01:30:50.887Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18542024-06-22T01:30:51.399Z Compiling globset v0.4.14
18552024-06-22T01:30:52.669Z Compiling peg-macros v0.8.3
18562024-06-22T01:30:56.085Z Compiling olpc-cjson v0.1.3
18572024-06-22T01:30:56.425Z Compiling kstat-rs v0.2.3
18582024-06-22T01:30:57.559Z Compiling bitstruct_derive v0.1.0
18592024-06-22T01:30:58.848Z Compiling serde_plain v1.0.2
18602024-06-22T01:30:58.918Z Compiling sqlparser_derive v0.2.2
18612024-06-22T01:30:59.112Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18622024-06-22T01:30:59.253Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
18632024-06-22T01:30:59.388Z Compiling ascii v1.1.0
18642024-06-22T01:30:59.505Z Compiling typed-path v0.7.1
18652024-06-22T01:30:59.544Z Compiling unicode_categories v0.1.1
18662024-06-22T01:30:59.884Z Compiling salty v0.2.0
18672024-06-22T01:30:59.945Z Compiling signature v1.6.4
18682024-06-22T01:31:00.107Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
18692024-06-22T01:31:00.284Z Compiling keccak v0.1.5
18702024-06-22T01:31:00.415Z Compiling rustyline v14.0.0
18712024-06-22T01:31:00.493Z Compiling ed25519 v1.5.3
18722024-06-22T01:31:00.795Z Compiling sha3 v0.10.8
18732024-06-22T01:31:01.269Z Compiling sqlparser v0.45.0
18742024-06-22T01:31:01.668Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
18752024-06-22T01:31:06.295Z Compiling tough v0.17.1
18762024-06-22T01:31:09.653Z Compiling sqlformat v0.2.3
18772024-06-22T01:31:12.528Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18782024-06-22T01:31:12.817Z Compiling bitstruct v0.1.1
18792024-06-22T01:31:12.950Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
18802024-06-22T01:31:20.871Z Compiling peg v0.8.3
18812024-06-22T01:31:21.003Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18822024-06-22T01:31:21.570Z Compiling nix v0.27.1
18832024-06-22T01:31:21.985Z Compiling mime_guess v2.0.4
18842024-06-22T01:31:24.645Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
18852024-06-22T01:31:25.110Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
18862024-06-22T01:31:27.584Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
18872024-06-22T01:31:27.918Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18882024-06-22T01:31:28.042Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18892024-06-22T01:31:29.186Z Compiling universal-hash v0.5.1
18902024-06-22T01:31:29.413Z Compiling bcs v0.1.6
18912024-06-22T01:31:30.237Z Compiling secrecy v0.8.0
18922024-06-22T01:31:30.321Z Compiling thiserror-impl-no-std v2.0.2
18932024-06-22T01:31:30.509Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
18942024-06-22T01:31:31.373Z Compiling serde_arrays v0.1.0
18952024-06-22T01:31:31.569Z Compiling erased-serde v0.3.31
18962024-06-22T01:31:33.150Z Compiling serde-big-array v0.5.1
18972024-06-22T01:31:33.369Z Compiling nanorand v0.7.0
18982024-06-22T01:31:33.427Z Compiling curve25519-dalek-derive v0.1.1
18992024-06-22T01:31:34.136Z Compiling opaque-debug v0.3.1
19002024-06-22T01:31:34.247Z Compiling highway v1.1.0
19012024-06-22T01:31:34.854Z Compiling parse-size v1.0.0
19022024-06-22T01:31:35.155Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
19032024-06-22T01:31:40.594Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
19042024-06-22T01:31:44.849Z Compiling poly1305 v0.8.0
19052024-06-22T01:31:44.888Z Compiling flume v0.11.0
19062024-06-22T01:31:44.888Z Compiling thiserror-no-std v2.0.2
19072024-06-22T01:31:44.888Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19082024-06-22T01:31:44.888Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19092024-06-22T01:31:45.485Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
19102024-06-22T01:31:59.760Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
19112024-06-22T01:32:01.528Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
19122024-06-22T01:32:01.807Z Compiling chacha20 v0.9.1
19132024-06-22T01:32:02.262Z Compiling signal-hook-tokio v0.3.1
19142024-06-22T01:32:02.466Z Compiling heck v0.3.3
19152024-06-22T01:32:02.858Z Compiling aead v0.5.2
19162024-06-22T01:32:03.197Z Compiling castaway v0.2.2
19172024-06-22T01:32:03.392Z Compiling rand_seeder v0.2.3
19182024-06-22T01:32:03.786Z Compiling serde-big-array v0.4.1
19192024-06-22T01:32:03.994Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19202024-06-22T01:32:04.309Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
19212024-06-22T01:32:05.667Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
19222024-06-22T01:32:05.687Z Compiling compact_str v0.7.1
19232024-06-22T01:32:05.884Z Compiling chacha20poly1305 v0.10.1
19242024-06-22T01:32:06.136Z Compiling zone_cfg_derive v0.1.2
19252024-06-22T01:32:07.217Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
19262024-06-22T01:32:07.560Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19272024-06-22T01:32:09.812Z Compiling vsss-rs v3.3.4
19282024-06-22T01:32:14.178Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
19292024-06-22T01:32:20.127Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
19302024-06-22T01:32:20.218Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
19312024-06-22T01:32:20.559Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
19322024-06-22T01:32:20.805Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
19332024-06-22T01:32:20.856Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
19342024-06-22T01:32:21.091Z Compiling lru v0.12.3
19352024-06-22T01:32:21.466Z Compiling stability v0.2.0
19362024-06-22T01:32:22.457Z Compiling base64 v0.13.1
19372024-06-22T01:32:23.059Z Compiling cassowary v0.3.0
19382024-06-22T01:32:23.269Z Compiling corncobs v0.1.3
19392024-06-22T01:32:23.640Z Compiling indoc v2.0.5
19402024-06-22T01:32:24.532Z Compiling http-range v0.1.5
19412024-06-22T01:32:25.097Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
19422024-06-22T01:32:26.480Z Compiling hyper-staticfile v0.9.5
19432024-06-22T01:32:26.768Z Compiling ratatui v0.26.2
19442024-06-22T01:32:29.588Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
19452024-06-22T01:32:30.317Z Compiling ron v0.7.1
19462024-06-22T01:32:31.054Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
19472024-06-22T01:32:34.835Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
19482024-06-22T01:32:35.795Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19492024-06-22T01:32:36.459Z Compiling zone v0.1.8
19502024-06-22T01:32:39.628Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
19512024-06-22T01:32:51.070Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
19522024-06-22T01:32:51.810Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
19532024-06-22T01:32:52.532Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19542024-06-22T01:32:54.646Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
19552024-06-22T01:32:54.928Z Compiling portpicker v0.1.1
19562024-06-22T01:32:55.433Z Compiling csv-core v0.1.11
19572024-06-22T01:32:56.313Z Compiling smawk v0.3.2
19582024-06-22T01:32:56.563Z Compiling unicode-linebreak v0.1.5
19592024-06-22T01:32:57.101Z Compiling textwrap v0.16.1
19602024-06-22T01:32:57.915Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
19612024-06-22T01:33:00.824Z Compiling csv v1.3.0
19622024-06-22T01:33:04.533Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
19632024-06-22T01:33:06.869Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
19642024-06-22T01:33:07.983Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
19652024-06-22T01:33:11.002Z Compiling rcgen v0.12.1
19662024-06-22T01:33:18.457Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
19672024-06-22T01:33:18.946Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
19682024-06-22T01:33:19.225Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
19692024-06-22T01:33:21.107Z Compiling atomicwrites v0.4.3
19702024-06-22T01:33:21.535Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
19712024-06-22T01:33:21.636Z Compiling fatfs v0.3.6
19722024-06-22T01:33:23.690Z Compiling subprocess v0.2.9
19732024-06-22T01:33:24.462Z Compiling rtoolbox v0.0.2
19742024-06-22T01:33:24.917Z Compiling is_ci v1.2.0
19752024-06-22T01:33:25.206Z Compiling assert_matches v1.5.0
19762024-06-22T01:33:25.795Z Compiling supports-color v3.0.0
19772024-06-22T01:33:26.143Z Compiling rpassword v7.3.1
19782024-06-22T01:33:26.453Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19792024-06-22T01:33:26.595Z Compiling tui-tree-widget v0.19.0
19802024-06-22T01:33:27.008Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
19812024-06-22T01:33:28.763Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
19822024-06-22T01:33:29.679Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
19832024-06-22T01:33:29.978Z Compiling shell-words v1.1.0
19842024-06-22T01:33:30.418Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
19852024-06-22T01:33:31.130Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
19862024-06-22T01:33:33.566Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
19872024-06-22T01:33:59.106Z Compiling multimap v0.10.0
19882024-06-22T01:33:59.490Z Compiling uzers v0.11.3
19892024-06-22T01:34:02.316Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
19902024-06-22T01:36:22.704Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
19912024-06-22T01:36:30.972Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19922024-06-22T01:42:35.058Z Finished `release` profile [optimized] target(s) in 14m 01s
19932024-06-22T01:43:21.460Z
19942024-06-22T01:43:21.463Zreal 14:48.768563155
19952024-06-22T01:43:21.463Zuser 1:43:05.169227415
19962024-06-22T01:43:21.463Zsys 5:30.183111748
19972024-06-22T01:43:21.463Ztrap 2.377820278
19982024-06-22T01:43:21.463Ztflt 2.239510347
19992024-06-22T01:43:21.463Zdflt 3.291066631
20002024-06-22T01:43:21.463Zkflt 0.001889718
20012024-06-22T01:43:21.463Zlock 6:15:58.646393335
20022024-06-22T01:43:21.463Zslp 4:00:32.917101921
20032024-06-22T01:43:21.463Zlat 2:23.841466908
20042024-06-22T01:43:21.463Zstop 1:41.337663740
20052024-06-22T01:43:21.463Z+ mapfile -t packages
20062024-06-22T01:43:21.463Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
20072024-06-22T01:43:22.330Z Finished `release` profile [optimized] target(s) in 0.82s
20082024-06-22T01:43:22.369Z Running `target/release/omicron-package -t test list-outputs`
20092024-06-22T01:43:22.404ZLogging to: /work/oxidecomputer/omicron/out/LOG
20102024-06-22T01:43:22.408Z+ ptime -m cargo build --locked --release -p xtask
20112024-06-22T01:43:22.995Z Compiling serde v1.0.203
20122024-06-22T01:43:22.998Z Compiling bitflags v2.5.0
20132024-06-22T01:43:23.079Z Compiling syn v2.0.64
20142024-06-22T01:43:23.086Z Compiling bytes v1.6.0
20152024-06-22T01:43:23.089Z Compiling scopeguard v1.2.0
20162024-06-22T01:43:23.095Z Compiling smallvec v1.13.2
20172024-06-22T01:43:23.101Z Compiling serde_json v1.0.117
20182024-06-22T01:43:23.231Z Compiling lock_api v0.4.12
20192024-06-22T01:43:23.429Z Compiling log v0.4.21
20202024-06-22T01:43:23.585Z Compiling parking_lot_core v0.9.10
20212024-06-22T01:43:23.612Z Compiling hashbrown v0.14.5
20222024-06-22T01:43:23.617Z Compiling mio v0.8.11
20232024-06-22T01:43:23.734Z Compiling libc v0.2.155
20242024-06-22T01:43:23.895Z Compiling generic-array v0.14.7
20252024-06-22T01:43:23.990Z Compiling parking_lot v0.12.2
20262024-06-22T01:43:24.195Z Compiling slog v2.7.0
20272024-06-22T01:43:24.547Z Compiling http v0.2.12
20282024-06-22T01:43:24.735Z Compiling rustix v0.38.34
20292024-06-22T01:43:24.884Z Compiling usdt-impl v0.5.0
20302024-06-22T01:43:25.213Z Compiling indexmap v2.2.6
20312024-06-22T01:43:25.230Z Compiling syn v1.0.109
20322024-06-22T01:43:25.294Z Compiling time-macros v0.2.18
20332024-06-22T01:43:25.815Z Compiling thread-id v4.2.1
20342024-06-22T01:43:25.831Z Compiling tracing v0.1.40
20352024-06-22T01:43:26.530Z Compiling crossbeam-utils v0.8.19
20362024-06-22T01:43:26.818Z Compiling http-body v0.4.6
20372024-06-22T01:43:27.242Z Compiling unicode-normalization v0.1.23
20382024-06-22T01:43:27.335Z Compiling unicode-bidi v0.3.15
20392024-06-22T01:43:27.401Z Compiling block-buffer v0.10.4
20402024-06-22T01:43:27.635Z Compiling crypto-common v0.1.6
20412024-06-22T01:43:28.367Z Compiling time v0.3.36
20422024-06-22T01:43:28.553Z Compiling idna v0.5.0
20432024-06-22T01:43:29.193Z Compiling terminal_size v0.3.0
20442024-06-22T01:43:29.416Z Compiling fs-err v2.11.0
20452024-06-22T01:43:29.706Z Compiling anyhow v1.0.86
20462024-06-22T01:43:30.241Z Compiling proc-macro-error v1.0.4
20472024-06-22T01:43:30.290Z Compiling crossbeam-channel v0.5.12
20482024-06-22T01:43:31.032Z Compiling clap_builder v4.5.2
20492024-06-22T01:43:31.333Z Compiling url v2.5.0
20502024-06-22T01:43:31.887Z Compiling digest v0.10.7
20512024-06-22T01:43:32.030Z Compiling xattr v1.3.1
20522024-06-22T01:43:32.326Z Compiling slog-async v2.8.0
20532024-06-22T01:43:32.361Z Compiling sha2 v0.10.8
20542024-06-22T01:43:33.134Z Compiling tabled_derive v0.7.0
20552024-06-22T01:43:34.805Z Compiling serde_derive v1.0.203
20562024-06-22T01:43:35.279Z Compiling thiserror-impl v1.0.60
20572024-06-22T01:43:35.386Z Compiling zerocopy-derive v0.7.34
20582024-06-22T01:43:35.420Z Compiling tokio-macros v2.2.0
20592024-06-22T01:43:36.815Z Compiling futures-macro v0.3.30
20602024-06-22T01:43:36.971Z Compiling tokio v1.37.0
20612024-06-22T01:43:37.423Z Compiling zerocopy v0.7.34
20622024-06-22T01:43:37.555Z Compiling openssl-macros v0.1.1
20632024-06-22T01:43:38.159Z Compiling thiserror v1.0.60
20642024-06-22T01:43:38.289Z Compiling pest v2.7.10
20652024-06-22T01:43:38.476Z Compiling scroll_derive v0.12.0
20662024-06-22T01:43:38.783Z Compiling futures-util v0.3.30
20672024-06-22T01:43:39.059Z Compiling openssl v0.10.64
20682024-06-22T01:43:39.921Z Compiling scroll v0.12.0
20692024-06-22T01:43:40.590Z Compiling goblin v0.8.2
20702024-06-22T01:43:41.138Z Compiling pest_meta v2.7.10
20712024-06-22T01:43:45.541Z Compiling pest_generator v2.7.10
20722024-06-22T01:43:47.414Z Compiling pest_derive v2.7.10
20732024-06-22T01:43:48.209Z Compiling dtrace-parser v0.2.0
20742024-06-22T01:43:50.101Z Compiling tokio-util v0.7.11
20752024-06-22T01:43:52.340Z Compiling serde_tokenstream v0.2.0
20762024-06-22T01:43:52.873Z Compiling h2 v0.3.26
20772024-06-22T01:43:54.806Z Compiling dof v0.3.0
20782024-06-22T01:43:55.734Z Compiling serde_spanned v0.6.6
20792024-06-22T01:43:55.819Z Compiling toml_datetime v0.6.6
20802024-06-22T01:43:56.008Z Compiling native-tls v0.2.11
20812024-06-22T01:43:57.023Z Compiling tokio-native-tls v0.3.1
20822024-06-22T01:43:57.132Z Compiling toml_edit v0.22.13
20832024-06-22T01:43:57.336Z Compiling usdt-macro v0.5.0
20842024-06-22T01:43:58.604Z Compiling hyper v0.14.28
20852024-06-22T01:44:02.905Z Compiling hyper-tls v0.5.0
20862024-06-22T01:44:04.292Z Compiling toml v0.8.13
20872024-06-22T01:44:04.516Z Compiling usdt-attr-macro v0.5.0
20882024-06-22T01:44:05.890Z Compiling slog-json v2.6.1
20892024-06-22T01:44:06.123Z Compiling serde_urlencoded v0.7.1
20902024-06-22T01:44:06.434Z Compiling semver v1.0.23
20912024-06-22T01:44:06.773Z Compiling cargo-platform v0.1.8
20922024-06-22T01:44:07.588Z Compiling camino v1.1.7
20932024-06-22T01:44:07.870Z Compiling futures-executor v0.3.30
20942024-06-22T01:44:07.995Z Compiling clap_derive v4.5.4
20952024-06-22T01:44:08.973Z Compiling strum_macros v0.26.2
20962024-06-22T01:44:08.976Z Compiling cargo_metadata v0.18.1
20972024-06-22T01:44:11.179Z Compiling futures v0.3.30
20982024-06-22T01:44:11.235Z Compiling reqwest v0.11.27
20992024-06-22T01:44:11.310Z Compiling slog-bunyan v2.5.0
21002024-06-22T01:44:11.597Z Compiling usdt v0.5.0
21012024-06-22T01:44:12.681Z Compiling clap v4.5.4
21022024-06-22T01:44:12.808Z Compiling cargo_toml v0.20.2
21032024-06-22T01:44:13.100Z Compiling macaddr v1.0.1
21042024-06-22T01:44:13.665Z Compiling strum v0.26.2
21052024-06-22T01:44:13.719Z Compiling tabled v0.15.0
21062024-06-22T01:44:13.875Z Compiling slog-term v2.9.1
21072024-06-22T01:44:14.990Z Compiling tar v0.4.40
21082024-06-22T01:44:19.006Z Compiling md5 v0.7.0
21092024-06-22T01:44:29.704Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
21102024-06-22T01:44:43.812Z Finished `release` profile [optimized] target(s) in 1m 21s
21112024-06-22T01:44:43.903Z
21122024-06-22T01:44:43.906Zreal 1:21.470218968
21132024-06-22T01:44:43.906Zuser 8:52.911926816
21142024-06-22T01:44:43.906Zsys 50.595124214
21152024-06-22T01:44:43.906Ztrap 0.249741068
21162024-06-22T01:44:43.906Ztflt 0.508298309
21172024-06-22T01:44:43.906Zdflt 0.251088032
21182024-06-22T01:44:43.906Zkflt 0.000007738
21192024-06-22T01:44:43.906Zlock 19:57.869884778
21202024-06-22T01:44:43.906Zslp 22:23.443670103
21212024-06-22T01:44:43.906Zlat 23.983797723
21222024-06-22T01:44:43.906Zstop 19.574421884
21232024-06-22T01:44:43.906Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
21242024-06-22T01:44:43.906Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
21252024-06-22T01:44:43.906Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
21262024-06-22T01:44:43.906Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
21272024-06-22T01:44:43.906Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
21282024-06-22T01:44:44.427Z Downloading crates ...
21292024-06-22T01:44:44.704Z Downloaded dhcproto-macros v0.1.0
21302024-06-22T01:44:44.707Z Downloaded russh-cryptovec v0.7.2
21312024-06-22T01:44:44.711Z Downloaded option-ext v0.2.0
21322024-06-22T01:44:44.713Z Downloaded dirs v5.0.1
21332024-06-22T01:44:44.720Z Downloaded rfc6979 v0.4.0
21342024-06-22T01:44:44.723Z Downloaded cbc v0.1.2
21352024-06-22T01:44:44.723Z Downloaded primeorder v0.13.6
21362024-06-22T01:44:44.726Z Downloaded pbkdf2 v0.12.2
21372024-06-22T01:44:44.726Z Downloaded ghash v0.5.1
21382024-06-22T01:44:44.729Z Downloaded rand_chacha v0.2.2
21392024-06-22T01:44:44.729Z Downloaded ctr v0.9.2
21402024-06-22T01:44:44.732Z Downloaded internet-checksum v0.2.1
21412024-06-22T01:44:44.732Z Downloaded ed25519 v2.2.3
21422024-06-22T01:44:44.732Z Downloaded blowfish v0.9.1
21432024-06-22T01:44:44.734Z Downloaded dirs-sys v0.4.1
21442024-06-22T01:44:44.734Z Downloaded bcrypt-pbkdf v0.10.0
21452024-06-22T01:44:44.734Z Downloaded rand_core v0.5.1
21462024-06-22T01:44:44.737Z Downloaded pbkdf2 v0.11.0
21472024-06-22T01:44:44.740Z Downloaded polyval v0.6.2
21482024-06-22T01:44:44.740Z Downloaded ecdsa v0.16.9
21492024-06-22T01:44:44.742Z Downloaded dhcproto v0.11.0
21502024-06-22T01:44:44.745Z Downloaded password-hash v0.4.2
21512024-06-22T01:44:44.745Z Downloaded getrandom v0.1.16
21522024-06-22T01:44:44.749Z Downloaded hex-literal v0.4.1
21532024-06-22T01:44:44.752Z Downloaded aes v0.8.4
21542024-06-22T01:44:44.752Z Downloaded russh-keys v0.43.0
21552024-06-22T01:44:44.755Z Downloaded p256 v0.13.2
21562024-06-22T01:44:44.757Z Downloaded ed25519-dalek v2.1.1
21572024-06-22T01:44:44.763Z Downloaded russh v0.43.0
21582024-06-22T01:44:44.768Z Downloaded rand v0.7.3
21592024-06-22T01:44:44.773Z Downloaded p521 v0.13.3
21602024-06-22T01:44:44.777Z Downloaded aes-gcm v0.10.3
21612024-06-22T01:44:44.907Z Compiling serde v1.0.203
21622024-06-22T01:44:44.910Z Compiling log v0.4.21
21632024-06-22T01:44:45.013Z Compiling scopeguard v1.2.0
21642024-06-22T01:44:45.013Z Compiling smallvec v1.13.2
21652024-06-22T01:44:45.024Z Compiling syn v2.0.64
21662024-06-22T01:44:45.027Z Compiling getrandom v0.2.14
21672024-06-22T01:44:45.027Z Compiling generic-array v0.14.7
21682024-06-22T01:44:45.027Z Compiling libm v0.2.8
21692024-06-22T01:44:45.130Z Compiling lock_api v0.4.12
21702024-06-22T01:44:45.390Z Compiling rand_core v0.6.4
21712024-06-22T01:44:45.407Z Compiling parking_lot_core v0.9.10
21722024-06-22T01:44:45.435Z Compiling num-traits v0.2.19
21732024-06-22T01:44:45.456Z Compiling subtle v2.5.0
21742024-06-22T01:44:45.592Z Compiling mio v0.8.11
21752024-06-22T01:44:45.607Z Compiling ahash v0.8.11
21762024-06-22T01:44:45.777Z Compiling parking_lot v0.12.2
21772024-06-22T01:44:45.910Z Compiling serde_json v1.0.117
21782024-06-22T01:44:45.927Z Compiling allocator-api2 v0.2.18
21792024-06-22T01:44:45.984Z Compiling const-oid v0.9.6
21802024-06-22T01:44:46.056Z Compiling iana-time-zone v0.1.60
21812024-06-22T01:44:46.253Z Compiling syn v1.0.109
21822024-06-22T01:44:46.720Z Compiling unicode-normalization v0.1.23
21832024-06-22T01:44:46.756Z Compiling schemars v0.8.20
21842024-06-22T01:44:46.865Z Compiling unicode-bidi v0.3.15
21852024-06-22T01:44:46.960Z Compiling dyn-clone v1.0.17
21862024-06-22T01:44:47.094Z Compiling spin v0.9.8
21872024-06-22T01:44:47.178Z Compiling ppv-lite86 v0.2.17
21882024-06-22T01:44:47.507Z Compiling time-macros v0.2.18
21892024-06-22T01:44:47.838Z Compiling ring v0.17.8
21902024-06-22T01:44:47.879Z Compiling aho-corasick v1.1.3
21912024-06-22T01:44:47.953Z Compiling rand_chacha v0.3.1
21922024-06-22T01:44:48.465Z Compiling regex-syntax v0.8.3
21932024-06-22T01:44:48.722Z Compiling rand v0.8.5
21942024-06-22T01:44:50.404Z Compiling idna v0.5.0
21952024-06-22T01:44:50.755Z Compiling slog v2.7.0
21962024-06-22T01:44:51.018Z Compiling time v0.3.36
21972024-06-22T01:44:51.310Z Compiling url v2.5.0
21982024-06-22T01:44:51.913Z Compiling regex-automata v0.4.6
21992024-06-22T01:44:51.985Z Compiling spin v0.5.2
22002024-06-22T01:44:52.221Z Compiling untrusted v0.9.0
22012024-06-22T01:44:53.261Z Compiling serde_derive_internals v0.29.1
22022024-06-22T01:44:54.438Z Compiling lazy_static v1.4.0
22032024-06-22T01:44:54.558Z Compiling backtrace v0.3.71
22042024-06-22T01:44:54.993Z Compiling gimli v0.28.1
22052024-06-22T01:44:55.229Z Compiling object v0.32.2
22062024-06-22T01:44:56.144Z Compiling rustc-demangle v0.1.24
22072024-06-22T01:44:56.355Z Compiling anyhow v1.0.86
22082024-06-22T01:44:56.525Z Compiling base64ct v1.6.0
22092024-06-22T01:44:57.118Z Compiling rustls v0.21.12
22102024-06-22T01:44:57.151Z Compiling regex v1.10.4
22112024-06-22T01:44:57.180Z Compiling crossbeam-utils v0.8.19
22122024-06-22T01:44:57.379Z Compiling winnow v0.5.40
22132024-06-22T01:44:57.915Z Compiling sct v0.7.1
22142024-06-22T01:44:58.248Z Compiling rustls-webpki v0.101.7
22152024-06-22T01:44:58.276Z Compiling cookie v0.17.0
22162024-06-22T01:44:59.962Z Compiling addr2line v0.21.0
22172024-06-22T01:45:00.084Z Compiling serde_derive v1.0.203
22182024-06-22T01:45:00.176Z Compiling zeroize_derive v1.4.2
22192024-06-22T01:45:00.613Z Compiling zerocopy-derive v0.7.34
22202024-06-22T01:45:01.349Z Compiling thiserror-impl v1.0.60
22212024-06-22T01:45:01.838Z Compiling zeroize v1.7.0
22222024-06-22T01:45:01.946Z Compiling tokio-macros v2.2.0
22232024-06-22T01:45:02.491Z Compiling futures-macro v0.3.30
22242024-06-22T01:45:03.090Z Compiling zerocopy v0.7.34
22252024-06-22T01:45:03.713Z Compiling crypto-common v0.1.6
22262024-06-22T01:45:03.784Z Compiling block-buffer v0.10.4
22272024-06-22T01:45:03.951Z Compiling schemars_derive v0.8.20
22282024-06-22T01:45:04.063Z Compiling digest v0.10.7
22292024-06-22T01:45:04.584Z Compiling tracing-attributes v0.1.27
22302024-06-22T01:45:04.733Z Compiling thiserror v1.0.60
22312024-06-22T01:45:04.736Z Compiling futures-util v0.3.30
22322024-06-22T01:45:04.876Z Compiling async-trait v0.1.80
22332024-06-22T01:45:05.305Z Compiling hashbrown v0.14.5
22342024-06-22T01:45:06.797Z Compiling openssl-macros v0.1.1
22352024-06-22T01:45:07.587Z Compiling pest v2.7.10
22362024-06-22T01:45:07.836Z Compiling idna v0.3.0
22372024-06-22T01:45:08.370Z Compiling data-encoding v2.6.0
22382024-06-22T01:45:08.561Z Compiling tracing v0.1.40
22392024-06-22T01:45:09.097Z Compiling psl-types v2.0.11
22402024-06-22T01:45:09.100Z Compiling hmac v0.12.1
22412024-06-22T01:45:09.208Z Compiling scroll_derive v0.12.0
22422024-06-22T01:45:09.293Z Compiling publicsuffix v2.2.3
22432024-06-22T01:45:09.540Z Compiling bitflags v1.3.2
22442024-06-22T01:45:09.555Z Compiling webpki-roots v0.25.4
22452024-06-22T01:45:09.643Z Compiling block-padding v0.3.3
22462024-06-22T01:45:09.704Z Compiling der_derive v0.7.2
22472024-06-22T01:45:09.890Z Compiling pem-rfc7468 v0.7.0
22482024-06-22T01:45:10.499Z Compiling futures-executor v0.3.30
22492024-06-22T01:45:10.595Z Compiling pest_meta v2.7.10
22502024-06-22T01:45:10.680Z Compiling flagset v0.4.5
22512024-06-22T01:45:10.743Z Compiling futures v0.3.30
22522024-06-22T01:45:10.812Z Compiling scroll v0.12.0
22532024-06-22T01:45:10.861Z Compiling inout v0.1.3
22542024-06-22T01:45:10.881Z Compiling sha2 v0.10.8
22552024-06-22T01:45:10.982Z Compiling either v1.12.0
22562024-06-22T01:45:11.120Z Compiling cipher v0.4.4
22572024-06-22T01:45:11.138Z Compiling ff v0.13.0
22582024-06-22T01:45:11.363Z Compiling goblin v0.8.2
22592024-06-22T01:45:11.381Z Compiling stable_deref_trait v1.2.0
22602024-06-22T01:45:11.396Z Compiling base16ct v0.2.0
22612024-06-22T01:45:11.486Z Compiling group v0.13.0
22622024-06-22T01:45:11.627Z Compiling hkdf v0.12.4
22632024-06-22T01:45:11.714Z Compiling crypto-bigint v0.5.5
22642024-06-22T01:45:11.818Z Compiling pest_generator v2.7.10
22652024-06-22T01:45:11.880Z Compiling crossbeam-epoch v0.9.18
22662024-06-22T01:45:12.312Z Compiling der v0.7.9
22672024-06-22T01:45:12.644Z Compiling num-integer v0.1.46
22682024-06-22T01:45:13.543Z Compiling unicode-segmentation v1.11.0
22692024-06-22T01:45:14.011Z Compiling managed v0.8.0
22702024-06-22T01:45:14.322Z Compiling matches v0.1.10
22712024-06-22T01:45:14.392Z Compiling enum-as-inner v0.5.1
22722024-06-22T01:45:14.420Z Compiling spki v0.7.3
22732024-06-22T01:45:14.443Z Compiling idna v0.2.3
22742024-06-22T01:45:14.803Z Compiling bytes v1.6.0
22752024-06-22T01:45:15.441Z Compiling indexmap v2.2.6
22762024-06-22T01:45:15.796Z Compiling tokio v1.37.0
22772024-06-22T01:45:15.895Z Compiling chrono v0.4.38
22782024-06-22T01:45:16.081Z Compiling uuid v1.8.0
22792024-06-22T01:45:16.172Z Compiling bitflags v2.5.0
22802024-06-22T01:45:16.646Z Compiling semver v1.0.23
22812024-06-22T01:45:16.877Z Compiling http v0.2.12
22822024-06-22T01:45:17.462Z Compiling serde_tokenstream v0.2.0
22832024-06-22T01:45:17.478Z Compiling serde_spanned v0.6.6
22842024-06-22T01:45:17.706Z Compiling toml_datetime v0.6.6
22852024-06-22T01:45:17.814Z Compiling openssl v0.10.64
22862024-06-22T01:45:18.016Z Compiling toml_edit v0.19.15
22872024-06-22T01:45:18.470Z Compiling http-body v0.4.6
22882024-06-22T01:45:18.945Z Compiling rustix v0.38.34
22892024-06-22T01:45:19.483Z Compiling serde_urlencoded v0.7.1
22902024-06-22T01:45:19.834Z Compiling openapiv3 v2.0.0
22912024-06-22T01:45:20.024Z Compiling cookie_store v0.20.0
22922024-06-22T01:45:21.600Z Compiling rustc_version v0.4.0
22932024-06-22T01:45:22.008Z Compiling pest_derive v2.7.10
22942024-06-22T01:45:22.011Z Compiling dof v0.3.0
22952024-06-22T01:45:22.241Z Compiling pkcs8 v0.10.2
22962024-06-22T01:45:22.387Z Compiling toml v0.7.8
22972024-06-22T01:45:22.773Z Compiling dtrace-parser v0.2.0
22982024-06-22T01:45:22.810Z Compiling sec1 v0.7.3
22992024-06-22T01:45:23.410Z Compiling usdt-impl v0.5.0
23002024-06-22T01:45:24.149Z Compiling tokio-util v0.7.11
23012024-06-22T01:45:24.268Z Compiling native-tls v0.2.11
23022024-06-22T01:45:24.287Z Compiling tokio-rustls v0.24.1
23032024-06-22T01:45:24.697Z Compiling tokio-native-tls v0.3.1
23042024-06-22T01:45:24.910Z Compiling elliptic-curve v0.13.8
23052024-06-22T01:45:24.980Z Compiling ipnetwork v0.20.0
23062024-06-22T01:45:25.052Z Compiling toml_edit v0.22.13
23072024-06-22T01:45:25.091Z Compiling h2 v0.3.26
23082024-06-22T01:45:25.589Z Compiling usdt-attr-macro v0.5.0
23092024-06-22T01:45:25.767Z Compiling usdt-macro v0.5.0
23102024-06-22T01:45:25.917Z Compiling hex v0.4.3
23112024-06-22T01:45:26.400Z Compiling bit-vec v0.6.3
23122024-06-22T01:45:26.527Z Compiling siphasher v0.3.11
23132024-06-22T01:45:26.813Z Compiling trust-dns-proto v0.22.0
23142024-06-22T01:45:26.816Z Compiling heapless v0.7.17
23152024-06-22T01:45:26.923Z Compiling terminal_size v0.3.0
23162024-06-22T01:45:27.128Z Compiling num-bigint v0.4.5
23172024-06-22T01:45:27.261Z Compiling regress v0.9.1
23182024-06-22T01:45:27.277Z Compiling finl_unicode v1.2.0
23192024-06-22T01:45:27.310Z Compiling usdt v0.5.0
23202024-06-22T01:45:27.816Z Compiling signal-hook v0.3.17
23212024-06-22T01:45:27.905Z Compiling clap_builder v4.5.2
23222024-06-22T01:45:28.133Z Compiling stringprep v0.1.4
23232024-06-22T01:45:29.494Z Compiling itertools v0.10.5
23242024-06-22T01:45:31.295Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
23252024-06-22T01:45:32.380Z Compiling hyper v0.14.28
23262024-06-22T01:45:32.429Z Compiling yasna v0.5.2
23272024-06-22T01:45:33.872Z Compiling md-5 v0.10.6
23282024-06-22T01:45:34.144Z Compiling clap_derive v4.5.4
23292024-06-22T01:45:34.426Z Compiling hash32 v0.2.1
23302024-06-22T01:45:34.844Z Compiling fallible-iterator v0.2.0
23312024-06-22T01:45:35.438Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23322024-06-22T01:45:35.549Z Compiling smoltcp v0.9.1
23332024-06-22T01:45:35.648Z Compiling postgres-protocol v0.6.6
23342024-06-22T01:45:37.062Z Compiling phf_shared v0.11.2
23352024-06-22T01:45:37.386Z Compiling tokio-stream v0.1.15
23362024-06-22T01:45:37.474Z Compiling hubpack_derive v0.1.1
23372024-06-22T01:45:37.499Z Compiling zerocopy-derive v0.6.6
23382024-06-22T01:45:37.595Z Compiling diesel_table_macro_syntax v0.1.0
23392024-06-22T01:45:37.889Z Compiling scheduled-thread-pool v0.2.7
23402024-06-22T01:45:38.071Z Compiling fs-err v2.11.0
23412024-06-22T01:45:38.364Z Compiling fixedbitset v0.4.2
23422024-06-22T01:45:38.401Z Compiling hubpack v0.1.2
23432024-06-22T01:45:38.513Z Compiling r2d2 v0.8.10
23442024-06-22T01:45:38.565Z Compiling diesel_derives v2.1.4
23452024-06-22T01:45:38.812Z Compiling petgraph v0.6.5
23462024-06-22T01:45:38.890Z Compiling phf v0.11.2
23472024-06-22T01:45:39.204Z Compiling hyper-rustls v0.24.2
23482024-06-22T01:45:39.334Z Compiling hyper-tls v0.5.0
23492024-06-22T01:45:39.557Z Compiling clap v4.5.4
23502024-06-22T01:45:39.695Z Compiling reqwest v0.11.27
23512024-06-22T01:45:39.711Z Compiling signal-hook-mio v0.2.3
23522024-06-22T01:45:39.781Z Compiling zerocopy v0.6.6
23532024-06-22T01:45:39.875Z Compiling postgres-types v0.2.6
23542024-06-22T01:45:40.954Z Compiling phf_shared v0.10.0
23552024-06-22T01:45:41.037Z Compiling similar v2.5.0
23562024-06-22T01:45:41.391Z Compiling num-iter v0.1.45
23572024-06-22T01:45:41.447Z Compiling strum_macros v0.25.3
23582024-06-22T01:45:41.576Z Compiling serde_repr v0.1.19
23592024-06-22T01:45:42.367Z Compiling getopts v0.2.21
23602024-06-22T01:45:42.780Z Compiling console v0.15.8
23612024-06-22T01:45:42.809Z Compiling float-cmp v0.9.0
23622024-06-22T01:45:43.067Z Compiling new_debug_unreachable v1.0.6
23632024-06-22T01:45:43.176Z Compiling precomputed-hash v0.1.1
23642024-06-22T01:45:43.306Z Compiling static_assertions v1.1.0
23652024-06-22T01:45:43.412Z Compiling minimal-lexical v0.2.1
23662024-06-22T01:45:43.444Z Compiling whoami v1.5.1
23672024-06-22T01:45:43.583Z Compiling predicates-core v1.0.6
23682024-06-22T01:45:43.946Z Compiling normalize-line-endings v0.3.0
23692024-06-22T01:45:43.969Z Compiling unsafe-libyaml v0.2.11
23702024-06-22T01:45:44.079Z Compiling difflib v0.4.0
23712024-06-22T01:45:44.096Z Compiling nom v7.1.3
23722024-06-22T01:45:44.331Z Compiling tokio-postgres v0.7.10
23732024-06-22T01:45:45.674Z Compiling serde_yaml v0.9.34+deprecated
23742024-06-22T01:45:45.858Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
23752024-06-22T01:45:45.969Z Compiling predicates v3.1.0
23762024-06-22T01:45:47.770Z Compiling string_cache v0.8.7
23772024-06-22T01:45:47.878Z Compiling crossterm v0.27.0
23782024-06-22T01:45:49.183Z Compiling bit-set v0.5.3
23792024-06-22T01:45:49.454Z Compiling itertools v0.12.1
23802024-06-22T01:45:49.470Z Compiling bstr v1.9.1
23812024-06-22T01:45:50.174Z Compiling unicode-xid v0.2.4
23822024-06-22T01:45:50.364Z Compiling lalrpop-util v0.19.12
23832024-06-22T01:45:50.717Z Compiling peg-runtime v0.8.3
23842024-06-22T01:45:51.276Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
23852024-06-22T01:45:51.294Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23862024-06-22T01:45:51.396Z Compiling sha1 v0.10.6
23872024-06-22T01:45:51.737Z Compiling camino v1.1.7
23882024-06-22T01:45:51.754Z Compiling strum_macros v0.26.2
23892024-06-22T01:45:51.829Z Compiling http v1.1.0
23902024-06-22T01:45:52.359Z Compiling base64 v0.22.1
23912024-06-22T01:45:52.707Z Compiling toml v0.8.13
23922024-06-22T01:45:52.724Z Compiling rustls-pki-types v1.7.0
23932024-06-22T01:45:53.225Z Compiling ident_case v1.0.1
23942024-06-22T01:45:53.413Z Compiling darling_core v0.20.9
23952024-06-22T01:45:53.623Z Compiling crossbeam-channel v0.5.12
23962024-06-22T01:45:54.304Z Compiling paste v1.0.15
23972024-06-22T01:45:54.380Z Compiling diesel v2.1.6
23982024-06-22T01:45:54.512Z Compiling rustls v0.22.4
23992024-06-22T01:45:54.770Z Compiling slog-async v2.8.0
24002024-06-22T01:45:54.802Z Compiling slog-term v2.9.1
24012024-06-22T01:45:54.897Z Compiling rustls-webpki v0.102.4
24022024-06-22T01:45:55.409Z Compiling multer v3.1.0
24032024-06-22T01:45:55.687Z Compiling instant v0.1.12
24042024-06-22T01:45:55.837Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
24052024-06-22T01:45:55.982Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24062024-06-22T01:45:56.059Z Compiling slog-json v2.6.1
24072024-06-22T01:45:56.457Z Compiling async-stream-impl v0.3.5
24082024-06-22T01:45:57.001Z Compiling strum v0.26.2
24092024-06-22T01:45:57.060Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
24102024-06-22T01:45:57.183Z Compiling atomic-waker v1.1.2
24112024-06-22T01:45:57.231Z Compiling debug-ignore v1.0.5
24122024-06-22T01:45:57.378Z Compiling waitgroup v0.1.2
24132024-06-22T01:45:57.381Z Compiling slog-bunyan v2.5.0
24142024-06-22T01:45:57.583Z Compiling rustls-pemfile v2.1.2
24152024-06-22T01:45:57.620Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
24162024-06-22T01:45:57.845Z Compiling async-stream v0.3.5
24172024-06-22T01:45:58.111Z Compiling serde_path_to_error v0.1.16
24182024-06-22T01:45:58.221Z Compiling structmeta-derive v0.3.0
24192024-06-22T01:45:58.597Z Compiling hostname v0.4.0
24202024-06-22T01:45:58.864Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d)
24212024-06-22T01:45:58.954Z Compiling newtype-uuid v1.1.0
24222024-06-22T01:45:59.160Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24232024-06-22T01:45:59.252Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24242024-06-22T01:45:59.554Z Compiling backoff v0.4.0
24252024-06-22T01:45:59.890Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24262024-06-22T01:45:59.915Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24272024-06-22T01:46:00.028Z Compiling tokio-rustls v0.25.0
24282024-06-22T01:46:00.046Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7)
24292024-06-22T01:46:00.097Z Compiling macaddr v1.0.1
24302024-06-22T01:46:00.563Z Compiling proc-macro-crate v1.3.1
24312024-06-22T01:46:00.788Z Compiling darling_macro v0.20.9
24322024-06-22T01:46:00.803Z Compiling fastrand v2.1.0
24332024-06-22T01:46:01.377Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24342024-06-22T01:46:01.380Z Compiling structmeta v0.3.0
24352024-06-22T01:46:01.656Z Compiling num_enum_derive v0.5.11
24362024-06-22T01:46:01.754Z Compiling tempfile v3.10.1
24372024-06-22T01:46:01.820Z Compiling darling v0.20.9
24382024-06-22T01:46:01.854Z Compiling parse-display-derive v0.9.0
24392024-06-22T01:46:01.943Z Compiling serde_with_macros v3.8.1
24402024-06-22T01:46:02.651Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24412024-06-22T01:46:02.982Z Compiling foreign-types-macros v0.2.3
24422024-06-22T01:46:04.316Z Compiling foreign-types-shared v0.3.1
24432024-06-22T01:46:04.443Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24442024-06-22T01:46:04.469Z Compiling num_enum v0.5.11
24452024-06-22T01:46:04.618Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24462024-06-22T01:46:04.635Z Compiling heapless v0.8.0
24472024-06-22T01:46:04.721Z Compiling foreign-types v0.5.0
24482024-06-22T01:46:04.839Z Compiling proc-macro-error v1.0.4
24492024-06-22T01:46:05.141Z Compiling serde_with v3.8.1
24502024-06-22T01:46:05.687Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24512024-06-22T01:46:05.718Z Compiling cstr-argument v0.1.2
24522024-06-22T01:46:05.960Z Compiling hash32 v0.3.1
24532024-06-22T01:46:06.218Z Compiling smoltcp v0.11.0
24542024-06-22T01:46:06.320Z Compiling pretty-hex v0.2.1
24552024-06-22T01:46:06.521Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24562024-06-22T01:46:06.709Z Compiling parse-display v0.9.0
24572024-06-22T01:46:06.890Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24582024-06-22T01:46:06.971Z Compiling camino-tempfile v1.1.1
24592024-06-22T01:46:07.431Z Compiling tabwriter v1.4.0
24602024-06-22T01:46:07.453Z Compiling colored v2.1.0
24612024-06-22T01:46:07.516Z Compiling socket2 v0.4.10
24622024-06-22T01:46:07.797Z Compiling cobs v0.2.3
24632024-06-22T01:46:07.975Z Compiling embedded-io v0.4.0
24642024-06-22T01:46:08.161Z Compiling postcard v1.0.8
24652024-06-22T01:46:08.252Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
24662024-06-22T01:46:08.488Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
24672024-06-22T01:46:08.548Z Compiling crucible-workspace-hack v0.1.0
24682024-06-22T01:46:08.728Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
24692024-06-22T01:46:08.834Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
24702024-06-22T01:46:09.124Z Compiling smf v0.2.3
24712024-06-22T01:46:09.128Z Compiling humantime v2.1.0
24722024-06-22T01:46:09.252Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
24732024-06-22T01:46:09.566Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
24742024-06-22T01:46:09.604Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
24752024-06-22T01:46:09.712Z Compiling num-derive v0.4.2
24762024-06-22T01:46:10.113Z Compiling sigpipe v0.1.3
24772024-06-22T01:46:10.246Z Compiling utf-8 v0.7.6
24782024-06-22T01:46:10.556Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
24792024-06-22T01:46:10.600Z Compiling atty v0.2.14
24802024-06-22T01:46:10.746Z Compiling platforms v3.4.0
24812024-06-22T01:46:10.991Z Compiling rayon-core v1.12.1
24822024-06-22T01:46:11.023Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
24832024-06-22T01:46:11.260Z Compiling semver v0.1.20
24842024-06-22T01:46:11.418Z Compiling same-file v1.0.6
24852024-06-22T01:46:11.663Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
24862024-06-22T01:46:11.957Z Compiling rustc_version v0.1.7
24872024-06-22T01:46:12.214Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
24882024-06-22T01:46:12.485Z Compiling walkdir v2.5.0
24892024-06-22T01:46:12.694Z Compiling curve25519-dalek v4.1.2
24902024-06-22T01:46:13.220Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
24912024-06-22T01:46:13.264Z Compiling newline-converter v0.3.0
24922024-06-22T01:46:13.285Z Compiling crossbeam-deque v0.8.5
24932024-06-22T01:46:13.307Z Compiling universal-hash v0.5.1
24942024-06-22T01:46:13.375Z Compiling opaque-debug v0.3.1
24952024-06-22T01:46:13.431Z Compiling expectorate v1.1.0
24962024-06-22T01:46:13.515Z Compiling newtype_derive v0.1.6
24972024-06-22T01:46:13.585Z Compiling xattr v1.3.1
24982024-06-22T01:46:13.601Z Compiling signature v2.2.0
24992024-06-22T01:46:13.776Z Compiling curve25519-dalek-derive v0.1.1
25002024-06-22T01:46:13.794Z Compiling blake3 v1.5.1
25012024-06-22T01:46:13.865Z Compiling ring v0.16.20
25022024-06-22T01:46:13.895Z Compiling unicase v2.7.0
25032024-06-22T01:46:14.185Z Compiling quick-error v1.2.3
25042024-06-22T01:46:14.339Z Compiling termcolor v1.4.1
25052024-06-22T01:46:14.387Z Compiling linked-hash-map v0.5.6
25062024-06-22T01:46:14.766Z Compiling arc-swap v1.7.1
25072024-06-22T01:46:14.973Z Compiling getrandom v0.1.16
25082024-06-22T01:46:15.253Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
25092024-06-22T01:46:15.329Z Compiling convert_case v0.4.0
25102024-06-22T01:46:15.440Z Compiling slog-scope v4.4.0
25112024-06-22T01:46:15.732Z Compiling env_logger v0.9.3
25122024-06-22T01:46:16.003Z Compiling lru-cache v0.1.2
25132024-06-22T01:46:16.378Z Compiling derive_more v0.99.17
25142024-06-22T01:46:16.560Z Compiling rayon v1.10.0
25152024-06-22T01:46:16.616Z Compiling resolv-conf v0.7.0
25162024-06-22T01:46:17.391Z Compiling tar v0.4.40
25172024-06-22T01:46:17.506Z Compiling tungstenite v0.21.0
25182024-06-22T01:46:18.144Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25192024-06-22T01:46:18.638Z Compiling blake2 v0.10.6
25202024-06-22T01:46:19.572Z Compiling bitstruct_derive v0.1.0
25212024-06-22T01:46:19.713Z Compiling derive-where v1.2.7
25222024-06-22T01:46:20.014Z Compiling password-hash v0.5.0
25232024-06-22T01:46:20.976Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25242024-06-22T01:46:21.082Z Compiling memmap2 v0.9.4
25252024-06-22T01:46:21.119Z Compiling arrayvec v0.7.4
25262024-06-22T01:46:21.542Z Compiling home v0.5.9
25272024-06-22T01:46:21.542Z Compiling arrayref v0.3.7
25282024-06-22T01:46:21.578Z Compiling ascii v1.1.0
25292024-06-22T01:46:21.645Z Compiling libefi-sys v0.1.0
25302024-06-22T01:46:21.814Z Compiling constant_time_eq v0.3.0
25312024-06-22T01:46:21.916Z Compiling untrusted v0.7.1
25322024-06-22T01:46:21.997Z Compiling parking_lot_core v0.8.6
25332024-06-22T01:46:22.180Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
25342024-06-22T01:46:23.383Z Compiling toolchain_find v0.4.0
25352024-06-22T01:46:23.674Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
25362024-06-22T01:46:23.717Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25372024-06-22T01:46:23.997Z Compiling bitstruct v0.1.1
25382024-06-22T01:46:24.067Z Compiling argon2 v0.5.3
25392024-06-22T01:46:24.120Z Compiling tokio-tungstenite v0.21.0
25402024-06-22T01:46:24.135Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25412024-06-22T01:46:24.559Z Compiling trust-dns-resolver v0.22.0
25422024-06-22T01:46:24.708Z Compiling slog-stdlog v4.1.1
25432024-06-22T01:46:24.850Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25442024-06-22T01:46:25.092Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25452024-06-22T01:46:25.178Z Compiling erased-serde v0.3.31
25462024-06-22T01:46:25.480Z Compiling serde_arrays v0.1.0
25472024-06-22T01:46:25.623Z Compiling num-rational v0.4.2
25482024-06-22T01:46:25.654Z Compiling rfc6979 v0.4.0
25492024-06-22T01:46:25.746Z Compiling aead v0.5.2
25502024-06-22T01:46:25.832Z Compiling num-complex v0.4.6
25512024-06-22T01:46:26.109Z Compiling nibble_vec v0.1.0
25522024-06-22T01:46:26.332Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
25532024-06-22T01:46:26.641Z Compiling slog-dtrace v0.3.0
25542024-06-22T01:46:26.701Z Compiling endian-type v0.1.2
25552024-06-22T01:46:26.839Z Compiling keccak v0.1.5
25562024-06-22T01:46:26.930Z Compiling topological-sort v0.2.2
25572024-06-22T01:46:26.933Z Compiling cancel-safe-futures v0.1.5
25582024-06-22T01:46:27.022Z Compiling radix_trie v0.2.1
25592024-06-22T01:46:27.148Z Compiling sha3 v0.10.8
25602024-06-22T01:46:27.298Z Compiling omicron-zone-package v0.11.0
25612024-06-22T01:46:27.433Z Compiling num v0.4.3
25622024-06-22T01:46:27.662Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25632024-06-22T01:46:27.729Z Compiling ecdsa v0.16.9
25642024-06-22T01:46:27.850Z Compiling slog-envlogger v2.2.0
25652024-06-22T01:46:28.259Z Compiling rand_core v0.5.1
25662024-06-22T01:46:28.674Z Compiling mime_guess v2.0.4
25672024-06-22T01:46:28.711Z Compiling steno v0.4.0
25682024-06-22T01:46:28.789Z Compiling rustfmt-wrapper v0.2.1
25692024-06-22T01:46:30.013Z Compiling poly1305 v0.8.0
25702024-06-22T01:46:30.525Z Compiling tungstenite v0.20.1
25712024-06-22T01:46:30.912Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25722024-06-22T01:46:30.929Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25732024-06-22T01:46:31.335Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25742024-06-22T01:46:31.651Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25752024-06-22T01:46:31.696Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25762024-06-22T01:46:31.759Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25772024-06-22T01:46:32.078Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25782024-06-22T01:46:32.658Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25792024-06-22T01:46:32.876Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25802024-06-22T01:46:32.977Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25812024-06-22T01:46:33.041Z Compiling primeorder v0.13.6
25822024-06-22T01:46:33.407Z Compiling heck v0.3.3
25832024-06-22T01:46:33.566Z Compiling chacha20 v0.9.1
25842024-06-22T01:46:33.764Z Compiling secrecy v0.8.0
25852024-06-22T01:46:33.834Z Compiling thiserror-impl-no-std v2.0.2
25862024-06-22T01:46:34.020Z Compiling half v2.4.1
25872024-06-22T01:46:34.036Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d)
25882024-06-22T01:46:34.131Z Compiling ciborium-io v0.2.2
25892024-06-22T01:46:34.278Z Compiling option-ext v0.2.0
25902024-06-22T01:46:34.304Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
25912024-06-22T01:46:34.408Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
25922024-06-22T01:46:34.558Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
25932024-06-22T01:46:34.588Z Compiling ciborium-ll v0.2.2
25942024-06-22T01:46:34.610Z Compiling dirs-sys v0.4.1
25952024-06-22T01:46:35.030Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
25962024-06-22T01:46:35.198Z Compiling zone_cfg_derive v0.1.2
25972024-06-22T01:46:35.276Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25982024-06-22T01:46:35.570Z Compiling tokio-tungstenite v0.20.1
25992024-06-22T01:46:36.664Z Compiling parking_lot v0.11.2
26002024-06-22T01:46:36.769Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26012024-06-22T01:46:36.846Z Compiling rand_chacha v0.2.2
26022024-06-22T01:46:37.164Z Compiling trust-dns-client v0.22.0
26032024-06-22T01:46:37.208Z Compiling thiserror-no-std v2.0.2
26042024-06-22T01:46:37.987Z Compiling ed25519 v2.2.3
26052024-06-22T01:46:38.323Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26062024-06-22T01:46:38.514Z Compiling polyval v0.6.2
26072024-06-22T01:46:38.767Z Compiling libsw v3.3.1
26082024-06-22T01:46:38.923Z Compiling toml v0.5.11
26092024-06-22T01:46:38.972Z Compiling blowfish v0.9.1
26102024-06-22T01:46:39.107Z Compiling aes v0.8.4
26112024-06-22T01:46:39.279Z Compiling ctr v0.9.2
26122024-06-22T01:46:39.413Z Compiling pbkdf2 v0.12.2
26132024-06-22T01:46:39.591Z Compiling password-hash v0.4.2
26142024-06-22T01:46:39.645Z Compiling gethostname v0.4.3
26152024-06-22T01:46:39.924Z Compiling fxhash v0.2.1
26162024-06-22T01:46:40.130Z Compiling base64 v0.13.1
26172024-06-22T01:46:40.366Z Compiling owo-colors v4.0.0
26182024-06-22T01:46:40.541Z Compiling linear-map v1.2.0
26192024-06-22T01:46:40.740Z Compiling trust-dns-server v0.22.1
26202024-06-22T01:46:40.905Z Compiling ron v0.7.1
26212024-06-22T01:46:41.918Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26222024-06-22T01:46:42.682Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26232024-06-22T01:46:42.685Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26242024-06-22T01:46:43.276Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26252024-06-22T01:46:46.961Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26262024-06-22T01:46:47.098Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26272024-06-22T01:46:47.775Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26282024-06-22T01:46:47.950Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26292024-06-22T01:46:47.974Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
26302024-06-22T01:46:49.739Z Compiling sled v0.34.7
26312024-06-22T01:46:49.974Z Compiling pbkdf2 v0.11.0
26322024-06-22T01:46:50.173Z Compiling bcrypt-pbkdf v0.10.0
26332024-06-22T01:46:50.338Z Compiling ghash v0.5.1
26342024-06-22T01:46:50.542Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26352024-06-22T01:46:50.672Z Compiling ed25519-dalek v2.1.1
26362024-06-22T01:46:50.802Z Compiling vsss-rs v3.3.4
26372024-06-22T01:46:51.068Z Compiling rand v0.7.3
26382024-06-22T01:46:51.425Z Compiling zone v0.1.8
26392024-06-22T01:46:51.841Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26402024-06-22T01:46:52.230Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26412024-06-22T01:46:53.659Z Compiling ciborium v0.2.2
26422024-06-22T01:46:54.616Z Compiling dirs v5.0.1
26432024-06-22T01:46:55.256Z Compiling chacha20poly1305 v0.10.1
26442024-06-22T01:46:55.362Z Compiling p521 v0.13.3
26452024-06-22T01:46:55.489Z Compiling p256 v0.13.2
26462024-06-22T01:46:56.380Z Compiling pem v3.0.4
26472024-06-22T01:46:57.140Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
26482024-06-22T01:46:57.228Z Compiling headers-core v0.2.0
26492024-06-22T01:46:57.415Z Compiling cbc v0.1.2
26502024-06-22T01:46:57.496Z Compiling kstat-rs v0.2.3
26512024-06-22T01:46:57.675Z Compiling portpicker v0.1.1
26522024-06-22T01:46:57.887Z Compiling nanorand v0.7.0
26532024-06-22T01:46:58.025Z Compiling russh-cryptovec v0.7.2
26542024-06-22T01:46:58.191Z Compiling glob v0.3.1
26552024-06-22T01:46:58.364Z Compiling http-range v0.1.5
26562024-06-22T01:46:58.484Z Compiling flume v0.11.0
26572024-06-22T01:46:58.645Z Compiling hyper-staticfile v0.9.5
26582024-06-22T01:46:58.741Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26592024-06-22T01:46:59.188Z Compiling russh-keys v0.43.0
26602024-06-22T01:46:59.218Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26612024-06-22T01:46:59.411Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
26622024-06-22T01:46:59.626Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
26632024-06-22T01:47:01.610Z Compiling headers v0.3.9
26642024-06-22T01:47:02.709Z Compiling rcgen v0.12.1
26652024-06-22T01:47:03.656Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26662024-06-22T01:47:04.716Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26672024-06-22T01:47:05.352Z Compiling aes-gcm v0.10.3
26682024-06-22T01:47:06.431Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26692024-06-22T01:47:06.469Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26702024-06-22T01:47:06.579Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
26712024-06-22T01:47:08.461Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26722024-06-22T01:47:11.339Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
26732024-06-22T01:47:11.479Z Compiling atomicwrites v0.4.3
26742024-06-22T01:47:11.860Z Compiling subprocess v0.2.9
26752024-06-22T01:47:13.079Z Compiling display-error-chain v0.2.0
26762024-06-22T01:47:13.280Z Compiling dhcproto-macros v0.1.0
26772024-06-22T01:47:14.005Z Compiling hex-literal v0.4.1
26782024-06-22T01:47:14.059Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26792024-06-22T01:47:14.121Z Compiling russh v0.43.0
26802024-06-22T01:47:14.155Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
26812024-06-22T01:47:14.288Z Compiling dhcproto v0.11.0
26822024-06-22T01:47:16.928Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
26832024-06-22T01:47:17.415Z Compiling internet-checksum v0.2.1
26842024-06-22T01:47:17.848Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26852024-06-22T01:47:20.483Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26862024-06-22T01:47:41.392Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
26872024-06-22T01:48:24.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 41s
26882024-06-22T01:48:25.142Z
26892024-06-22T01:48:25.145Zreal 3:41.188103258
26902024-06-22T01:48:25.145Zuser 19:31.803660671
26912024-06-22T01:48:25.145Zsys 4:09.293702532
26922024-06-22T01:48:25.145Ztrap 0.557990190
26932024-06-22T01:48:25.145Ztflt 0.499436055
26942024-06-22T01:48:25.145Zdflt 2.161215715
26952024-06-22T01:48:25.145Zkflt 0.000069642
26962024-06-22T01:48:25.145Zlock 41:45.721017494
26972024-06-22T01:48:25.145Zslp 55:54.048296453
26982024-06-22T01:48:25.145Zlat 1:01.545789101
26992024-06-22T01:48:25.145Zstop 2:12.960726900
27002024-06-22T01:48:25.145Z+ mkdir tests
27012024-06-22T01:48:25.148Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
27022024-06-22T01:48:25.148Z+ xargs -I '{}' -t cp '{}' tests/
27032024-06-22T01:48:26.399Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-79471f99d6d06b4b tests/
27042024-06-22T01:48:26.426Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-7f0882e2eceae0aa tests/
27052024-06-22T01:48:26.452Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-2db5bbecd2538da9 tests/
27062024-06-22T01:48:26.478Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-19ed268c7da5f0b8 tests/
27072024-06-22T01:48:26.828Z+ 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/*)
27082024-06-22T01:48:26.832Z+ 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-7f0882e2eceae0aa tests/commtest-2db5bbecd2538da9 tests/dhcp_server-79471f99d6d06b4b tests/end_to_end_tests-19ed268c7da5f0b8 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz 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
27092024-06-22T01:49:31.025ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
27102024-06-22T01:49:31.025Za out/target/test 1K
27112024-06-22T01:49:31.025Za out/npuzone/npuzone 23144K
27122024-06-22T01:49:31.025Za package-manifest.toml 28K
27132024-06-22T01:49:31.025Za smf/sled-agent/non-gimlet/config.toml 4K
27142024-06-22T01:49:31.025Za target/release/omicron-package 31892K
27152024-06-22T01:49:31.025Za target/release/xtask 18153K
27162024-06-22T01:49:31.025Za target/debug/bootstrap 352839K
27172024-06-22T01:49:31.025Za tests/bootstrap-7f0882e2eceae0aa 23989K
27182024-06-22T01:49:31.025Za tests/commtest-2db5bbecd2538da9 23990K
27192024-06-22T01:49:31.025Za tests/dhcp_server-79471f99d6d06b4b 23989K
27202024-06-22T01:49:31.025Za tests/end_to_end_tests-19ed268c7da5f0b8 362400K
27212024-06-22T01:49:31.025Za out/clickhouse.tar.gz 223016K
27222024-06-22T01:49:31.025Za out/clickhouse_keeper.tar.gz 223000K
27232024-06-22T01:49:31.025Za out/cockroachdb.tar.gz 131730K
27242024-06-22T01:49:31.025Za out/crucible-pantry-zone.tar.gz 27309K
27252024-06-22T01:49:31.025Za out/crucible-zone.tar.gz 38062K
27262024-06-22T01:49:31.025Za out/external-dns.tar.gz 25096K
27272024-06-22T01:49:31.025Za out/internal-dns.tar.gz 25096K
27282024-06-22T01:49:31.025Za out/mg-ddm-gz.tar 60673K
27292024-06-22T01:49:31.025Za out/nexus.tar.gz 83185K
27302024-06-22T01:49:31.025Za out/ntp.tar.gz 8858K
27312024-06-22T01:49:31.025Za out/omicron-gateway-softnpu.tar.gz 13763K
27322024-06-22T01:49:31.025Za out/omicron-sled-agent.tar 93405K
27332024-06-22T01:49:31.025Za out/overlay.tar.gz 3K
27342024-06-22T01:49:31.025Za out/oximeter.tar.gz 40426K
27352024-06-22T01:49:31.027Za out/oxlog.tar 2954K
27362024-06-22T01:49:31.027Za out/probe.tar.gz 2764K
27372024-06-22T01:49:31.027Za out/propolis-server.tar.gz 64643K
27382024-06-22T01:49:31.027Za out/pumpkind-gz.tar 26665K
27392024-06-22T01:49:31.027Za out/switch-softnpu.tar.gz 195847K
27402024-06-22T01:49:31.030Z
27412024-06-22T01:49:31.031Zreal 1:04.190420666
27422024-06-22T01:49:31.031Zuser 1:01.438054871
27432024-06-22T01:49:31.031Zsys 4.050803749
27442024-06-22T01:49:31.031Ztrap 0.013935325
27452024-06-22T01:49:31.031Ztflt 0.000000000
27462024-06-22T01:49:31.031Zdflt 0.000000000
27472024-06-22T01:49:31.031Zkflt 0.000000000
27482024-06-22T01:49:31.031Zlock 0.000000000
27492024-06-22T01:49:31.031Zslp 1:01.069781225
27502024-06-22T01:49:31.031Zlat 1.802656372
27512024-06-22T01:49:31.031Zstop 0.000562028
27522024-06-22T01:49:31.031Zprocess exited: duration 1708636 ms, exit code 0
 
27532024-06-22T01:49:31.046Zfound 1 output files
27542024-06-22T01:49:31.046Zuploading: /work/package.tar.gz (1398154641 bytes)
27552024-06-22T01:49:58.805Zuploaded: /work/package.tar.gz