01HZ5SRBJDYJ1B6K1NY5G7Z5F6: helios / package

BasicConfig {
    output_rules: [
        "=/work/package.tar.gz",
    ],
    rust_toolchain: Some(
        String(
            "1.78.0",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01HZ5SS41AQ0PKZX3J1BCRF11W

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-05-30T22:27:36.757Zjob assigned to worker 01HZ5SSDVTY7BYE1ZGX1F3MJZW (queued for 1 m 10 s)
 
22024-05-30T22:27:44.833Zstarting task 0: "setup"
32024-05-30T22:27:45.033Z++ uname -s
42024-05-30T22:27:45.041Z+ kern=SunOS
52024-05-30T22:27:45.041Z+ case "$kern" in
62024-05-30T22:27:45.042Z+ groupadd -g 12345 build
72024-05-30T22:27:45.042Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-05-30T22:27:47.074Z+ zfs create -o mountpoint=/work rpool/work
92024-05-30T22:27:47.229Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-05-30T22:27:47.245Z+ home_fs=zfs
112024-05-30T22:27:47.245Z+ [[ zfs == autofs ]]
122024-05-30T22:27:47.246Z+ mkdir -p /home/build
132024-05-30T22:27:47.246Z+ chown build:build /home/build /work
142024-05-30T22:27:49.236Z+ chmod 0700 /home/build /work
152024-05-30T22:27:49.244Zprocess exited: duration 4411 ms, exit code 0
 
162024-05-30T22:27:49.259Zstarting task 1: "rust-toolchain"
172024-05-30T22:27:49.271Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-05-30T22:27:49.271Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
192024-05-30T22:27:49.382Zinfo: downloading installer
202024-05-30T22:27:51.638Zwarning: it looks like you have an existing installation of Rust at:
212024-05-30T22:27:51.639Zwarning: /opt/ooce/bin
222024-05-30T22:27:51.639Zwarning: It is recommended that rustup be the primary Rust installation.
232024-05-30T22:27:51.639Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-05-30T22:27:51.639Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-05-30T22:27:51.639Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-05-30T22:27:51.639Zwarning: or pass `-y' to ignore all ignorable checks.
272024-05-30T22:27:51.639Zerror: cannot install while Rust is installed
282024-05-30T22:27:51.639Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-05-30T22:27:51.730Zinfo: profile set to 'default'
302024-05-30T22:27:51.730Zinfo: default host triple is x86_64-unknown-illumos
312024-05-30T22:27:51.739Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
322024-05-30T22:27:51.879Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
332024-05-30T22:27:51.879Zinfo: downloading component 'cargo'
342024-05-30T22:27:52.695Zinfo: downloading component 'clippy'
352024-05-30T22:27:52.994Zinfo: downloading component 'rust-docs'
362024-05-30T22:27:54.053Zinfo: downloading component 'rust-std'
372024-05-30T22:27:55.769Zinfo: downloading component 'rustc'
382024-05-30T22:28:00.138Zinfo: downloading component 'rustfmt'
392024-05-30T22:28:00.354Zinfo: installing component 'cargo'
402024-05-30T22:28:01.213Zinfo: installing component 'clippy'
412024-05-30T22:28:01.570Zinfo: installing component 'rust-docs'
422024-05-30T22:28:03.154Zinfo: installing component 'rust-std'
432024-05-30T22:28:04.908Zinfo: installing component 'rustc'
442024-05-30T22:28:09.164Zinfo: installing component 'rustfmt'
452024-05-30T22:28:09.494Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
462024-05-30T22:28:09.494Z
472024-05-30T22:28:09.761Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
482024-05-30T22:28:09.761Z
492024-05-30T22:28:09.767Z
502024-05-30T22:28:09.767ZRust is installed now. Great!
512024-05-30T22:28:09.767Z
522024-05-30T22:28:09.767ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-05-30T22:28:09.767Zenvironment variable. This has not been done automatically.
542024-05-30T22:28:09.767Z
552024-05-30T22:28:09.767ZTo configure your current shell, you need to source
562024-05-30T22:28:09.767Zthe corresponding env file under $HOME/.cargo.
572024-05-30T22:28:09.767Z
582024-05-30T22:28:09.767ZThis is usually done by running one of the following (note the leading DOT):
592024-05-30T22:28:09.768Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-05-30T22:28:09.768Zsource "$HOME/.cargo/env.fish" # For fish
612024-05-30T22:28:09.901Z+ rustc --version
622024-05-30T22:28:09.963Zrustc 1.78.0 (9b00956e5 2024-04-29)
632024-05-30T22:28:09.974Zprocess exited: duration 20704 ms, exit code 0
 
642024-05-30T22:28:09.983Zstarting task 2: "authentication"
652024-05-30T22:28:10.015Zprocess exited: duration 25 ms, exit code 0
 
662024-05-30T22:28:10.026Zstarting task 3: "clone repository"
672024-05-30T22:28:10.036Z+ mkdir -p /work/oxidecomputer/omicron
682024-05-30T22:28:10.042Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-05-30T22:28:10.556ZCloning into '/work/oxidecomputer/omicron'...
702024-05-30T22:28:18.406Z+ cd /work/oxidecomputer/omicron
712024-05-30T22:28:18.406Z+ git fetch origin 130f83e9f8dcf5a5508d66a94b0bb850f9c28cdb
722024-05-30T22:28:19.150ZFrom https://github.com/oxidecomputer/omicron
732024-05-30T22:28:19.150Z * branch 130f83e9f8dcf5a5508d66a94b0bb850f9c28cdb -> FETCH_HEAD
742024-05-30T22:28:19.574Z+ [[ -n '' ]]
752024-05-30T22:28:19.574Z+ git reset --hard 130f83e9f8dcf5a5508d66a94b0bb850f9c28cdb
762024-05-30T22:28:19.574ZHEAD is now at 130f83e9f Update Rust crate anyhow to v1.0.86
772024-05-30T22:28:19.575Zprocess exited: duration 8853 ms, exit code 0
 
782024-05-30T22:28:20.025Zstarting task 4: "build"
792024-05-30T22:28:20.039Z+ cargo --version
802024-05-30T22:28:20.080Zcargo 1.78.0 (54d8815d0 2024-03-26)
812024-05-30T22:28:20.086Z+ rustc --version
822024-05-30T22:28:20.143Zrustc 1.78.0 (9b00956e5 2024-04-29)
832024-05-30T22:28:20.152Z+ WORK=/work
842024-05-30T22:28:20.152Z+ pfexec mkdir -p /work
852024-05-30T22:28:20.153Z+ pfexec chown build /work
862024-05-30T22:28:20.159Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872024-05-30T22:28:32.571Z Startup: Refreshing catalog 'helios-dev' ... Done
882024-05-30T22:28:34.378Z Startup: Caching catalogs ... Done
892024-05-30T22:28:36.383ZPlanning: Solver setup ... Done (1.503s)
902024-05-30T22:28:36.418ZPlanning: Running solver ... Done (0.028s)
912024-05-30T22:28:36.459ZPlanning: Finding local manifests ... Done (0.003s)
922024-05-30T22:28:36.478ZPlanning: Fetching manifests: 0/4 0% complete
932024-05-30T22:28:36.689ZPlanning: Fetching manifests: 4/4 100% complete
942024-05-30T22:28:36.738ZPlanning: Package planning ... Done (0.049s)
952024-05-30T22:28:36.790ZPlanning: Merging actions ... Done (0.051s)
962024-05-30T22:28:37.689ZPlanning: Checking for conflicting actions ... Done (0.895s)
972024-05-30T22:28:37.702ZPlanning: Consolidating action changes ... Done (0.011s)
982024-05-30T22:28:41.903ZPlanning: Evaluating mediators ... Done (4.206s)
992024-05-30T22:28:41.913ZPlanning: Planning completed in 7.48 seconds
1002024-05-30T22:28:42.309Z Packages to install: 4
1012024-05-30T22:28:42.309Z Mediators to change: 2
1022024-05-30T22:28:42.309Z Services to change: 1
1032024-05-30T22:28:42.309Z Estimated space available: 155.78 GB
1042024-05-30T22:28:42.310ZEstimated space to be consumed: 1.45 GB
1052024-05-30T22:28:42.324Z Create boot environment: No
1062024-05-30T22:28:42.324ZCreate backup boot environment: No
1072024-05-30T22:28:42.324Z Rebuild boot archive: No
1082024-05-30T22:28:42.325Z
1092024-05-30T22:28:42.325ZChanged mediators:
1102024-05-30T22:28:42.325Z mediator clang:
1112024-05-30T22:28:42.325Z version: None -> 15 (system default)
1122024-05-30T22:28:42.325Z
1132024-05-30T22:28:42.325Z mediator llvm:
1142024-05-30T22:28:42.325Z version: 14 (system default) -> 15 (system default)
1152024-05-30T22:28:42.326Z
1162024-05-30T22:28:42.326ZChanged packages:
1172024-05-30T22:28:42.326Zhelios-dev
1182024-05-30T22:28:42.326Z developer/build-essential
1192024-05-30T22:28:42.326Z None -> 11-2.0
1202024-05-30T22:28:42.326Z library/libxmlsec1
1212024-05-30T22:28:42.326Z None -> 1.2.35-2.0
1222024-05-30T22:28:42.327Z ooce/developer/clang-15
1232024-05-30T22:28:42.327Z None -> 15.0.7-2.0
1242024-05-30T22:28:42.327Z ooce/developer/llvm-15
1252024-05-30T22:28:42.327Z None -> 15.0.7-2.0
1262024-05-30T22:28:42.327Z
1272024-05-30T22:28:42.327ZServices:
1282024-05-30T22:28:42.328Z restart_fmri:
1292024-05-30T22:28:42.328Z svc:/system/update-man-index:default
1302024-05-30T22:28:42.438Z
1312024-05-30T22:28:42.438ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1322024-05-30T22:28:47.442ZDownload: 419/3290 items 16.5/212.6MB 7% complete (3.5M/s)
1332024-05-30T22:28:52.444ZDownload: 1188/3290 items 64.6/212.6MB 30% complete (6.4M/s)
1342024-05-30T22:28:58.258ZDownload: 1198/3290 items 83.5/212.6MB 39% complete (8.2M/s)
1352024-05-30T22:29:03.246ZDownload: 1850/3290 items 117.0/212.6MB 55% complete (3.6M/s)
1362024-05-30T22:29:15.961ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (4.8M/s)
1372024-05-30T22:29:20.966ZDownload: 3009/3290 items 121.3/212.6MB 57% complete (434k/s)
1382024-05-30T22:29:28.426ZDownload: 3247/3290 items 203.1/212.6MB 95% complete (11.1M/s)
1392024-05-30T22:29:41.500ZDownload: 3289/3290 items 212.6/212.6MB 100% complete (6.7M/s)
1402024-05-30T22:29:41.525ZDownload: Completed 212.60 MB in 59.09 seconds (3.6M/s)
1412024-05-30T22:29:41.667Z Actions: 1/3689 actions (Installing new actions)
1422024-05-30T22:29:46.703Z Actions: 3629/3689 actions (Installing new actions)
1432024-05-30T22:29:46.805Z Actions: Completed 3689 actions in 5.13 seconds.
1442024-05-30T22:29:47.030Z Done (0.227s)
1452024-05-30T22:29:47.030Z Done (0.000s)
1462024-05-30T22:29:47.331Z Done (0.300s)
1472024-05-30T22:29:52.642Z Done (5.156s)
1482024-05-30T22:29:52.844Z Done (0.116s)
1492024-05-30T22:29:52.856Z Done (0.000s)
1502024-05-30T22:29:53.001Z Done (0.000s)
1512024-05-30T22:29:53.553ZPlanning: Evaluating mediator changes ... Done
1522024-05-30T22:29:53.721ZPlanning: Checking for conflicting actions ... Done
1532024-05-30T22:29:53.732ZPlanning: Consolidating action changes ... Done
1542024-05-30T22:29:53.992ZPlanning: Evaluating mediators ... Done
1552024-05-30T22:29:54.008ZPlanning: Planning completed in 0.43 seconds
1562024-05-30T22:29:54.494Z Mediators to change: 2
1572024-05-30T22:29:54.494Z Create boot environment: No
1582024-05-30T22:29:54.495ZCreate backup boot environment: No
1592024-05-30T22:29:54.495Z Done
1602024-05-30T22:29:54.495Z Done
1612024-05-30T22:29:54.495Z Done
1622024-05-30T22:29:57.929Z Done
1632024-05-30T22:29:58.018Z Done
1642024-05-30T22:29:58.021Z Done
1652024-05-30T22:29:58.130Z Done
1662024-05-30T22:29:58.742ZPlanning: Evaluating mediator changes ... Done
1672024-05-30T22:29:58.745ZPlanning: Merging actions ... Done
1682024-05-30T22:29:58.934ZPlanning: Checking for conflicting actions ... Done
1692024-05-30T22:29:58.937ZPlanning: Consolidating action changes ... Done
1702024-05-30T22:29:59.199ZPlanning: Evaluating mediators ... Done
1712024-05-30T22:29:59.255ZPlanning: Planning completed in 0.76 seconds
1722024-05-30T22:29:59.290Z Packages to change: 1
1732024-05-30T22:29:59.291Z Mediators to change: 1
1742024-05-30T22:29:59.297Z Services to change: 1
1752024-05-30T22:29:59.297Z Create boot environment: No
1762024-05-30T22:29:59.297ZCreate backup boot environment: Yes
1772024-05-30T22:30:01.060Z Actions: 1/6 actions (Updating modified actions)
1782024-05-30T22:30:01.086Z Actions: Completed 6 actions in 0.04 seconds.
1792024-05-30T22:30:01.094Z Done
1802024-05-30T22:30:01.095Z Done
1812024-05-30T22:30:01.151Z Done
1822024-05-30T22:30:04.949Z Done
1832024-05-30T22:30:05.036Z Done
1842024-05-30T22:30:05.045Z Done
1852024-05-30T22:30:05.154Z Done
1862024-05-30T22:30:05.585ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1872024-05-30T22:30:05.585Zclang system 15 system
1882024-05-30T22:30:05.585Zcsh system system illumos
1892024-05-30T22:30:05.585Zctags system system illumos
1902024-05-30T22:30:05.585Zgcc vendor 12 vendor
1912024-05-30T22:30:05.585Zgcc system 10 system
1922024-05-30T22:30:05.586Zgcc system 7 system
1932024-05-30T22:30:05.586Zgo system 1.20 system
1942024-05-30T22:30:05.586Zgo system 1.19 system
1952024-05-30T22:30:05.586Zllvm system 15 system
1962024-05-30T22:30:05.586Zllvm system 14 system
1972024-05-30T22:30:05.586Zmariadb system 10.6 system
1982024-05-30T22:30:05.586Zmta vendor vendor dma
1992024-05-30T22:30:05.586Zopenjdk system 17 system
2002024-05-30T22:30:05.586Zopenjdk system 11 system
2012024-05-30T22:30:05.586Zopenjdk system 1.8 system
2022024-05-30T22:30:05.586Zopenssl vendor 3 vendor
2032024-05-30T22:30:05.586Zperl system 5.36 system
2042024-05-30T22:30:05.586Zpostgresql system 15 system
2052024-05-30T22:30:05.586Zpostgresql system 13 system
2062024-05-30T22:30:05.586Zpython vendor 3 vendor
2072024-05-30T22:30:05.586Zpython system 2 system
2082024-05-30T22:30:05.586Zpython3 system 3.11 system
2092024-05-30T22:30:05.586Zruby system 3.0 system
2102024-05-30T22:30:05.586Zwords vendor vendor american-english
2112024-05-30T22:30:05.586Zwords system system australian-english
2122024-05-30T22:30:05.586Zwords system system british-english
2132024-05-30T22:30:05.586Zwords system system canadian-english
2142024-05-30T22:30:05.586Zwords system system french
2152024-05-30T22:30:05.587Zwords system system italian
2162024-05-30T22:30:05.587Zwords system system ngerman
2172024-05-30T22:30:05.587Zwords system system ogerman
2182024-05-30T22:30:05.587Zwords system system spanish
2192024-05-30T22:30:05.920ZPUBLISHER TYPE STATUS P LOCATION
2202024-05-30T22:30:05.920Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2212024-05-30T22:30:07.361ZFMRI IFO
2222024-05-30T22:30:07.361Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2232024-05-30T22:30:07.361Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2242024-05-30T22:30:07.361Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2252024-05-30T22:30:07.361Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2262024-05-30T22:30:07.361Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2272024-05-30T22:30:07.361Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2282024-05-30T22:30:07.361Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2292024-05-30T22:30:07.362Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2302024-05-30T22:30:07.362Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2312024-05-30T22:30:07.362Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2322024-05-30T22:30:07.362Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2332024-05-30T22:30:07.362Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2342024-05-30T22:30:07.652Z+ set -o errexit
2352024-05-30T22:30:07.662Z+++ dirname ./tools/ci_download_cockroachdb
2362024-05-30T22:30:07.662Z++ cd ./tools
2372024-05-30T22:30:07.662Z++ pwd
2382024-05-30T22:30:07.663Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2392024-05-30T22:30:07.663Z++ basename ./tools/ci_download_cockroachdb
2402024-05-30T22:30:07.663Z+ ARG0=ci_download_cockroachdb
2412024-05-30T22:30:07.663Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2422024-05-30T22:30:07.663Z+ CIDL_VERSION=v22.1.9
2432024-05-30T22:30:07.663Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2442024-05-30T22:30:07.663Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2452024-05-30T22:30:07.664Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2462024-05-30T22:30:07.664Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2472024-05-30T22:30:07.664Z+ TARGET_DIR=out
2482024-05-30T22:30:07.664Z+ DOWNLOAD_DIR=out/downloads
2492024-05-30T22:30:07.665Z+ DEST_DIR=./out/cockroachdb
2502024-05-30T22:30:07.665Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2512024-05-30T22:30:07.665Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2522024-05-30T22:30:07.665Z+ main
2532024-05-30T22:30:07.666Z+ [[ 0 != 0 ]]
2542024-05-30T22:30:07.666Z+ CIDL_OS=solaris2.11
2552024-05-30T22:30:07.666Z+ [[ 0 != 0 ]]
2562024-05-30T22:30:07.666Z+ configure_os solaris2.11
2572024-05-30T22:30:07.666Z+ echo 'current directory: /work/oxidecomputer/omicron'
2582024-05-30T22:30:07.667Z+ echo 'configuring based on OS: "solaris2.11"'
2592024-05-30T22:30:07.667Z+ case "$1" in
2602024-05-30T22:30:07.667Zcurrent directory: /work/oxidecomputer/omicron
2612024-05-30T22:30:07.667Zconfiguring based on OS: "solaris2.11"
2622024-05-30T22:30:07.668Z+ CIDL_BUILD=illumos
2632024-05-30T22:30:07.668Z+ CIDL_SUFFIX=tar.gz
2642024-05-30T22:30:07.668Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2652024-05-30T22:30:07.668Z+ CIDL_URL_BASE=https://illumos.org/downloads
2662024-05-30T22:30:07.669Z+ CIDL_ASSEMBLE=do_assemble_illumos
2672024-05-30T22:30:07.669Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2682024-05-30T22:30:07.669Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2692024-05-30T22:30:07.669Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2702024-05-30T22:30:07.669Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2712024-05-30T22:30:07.670Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2722024-05-30T22:30:07.670Z+ CIDL_SHA256FUNC=do_sha256sum
2732024-05-30T22:30:07.670Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2742024-05-30T22:30:07.670Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2752024-05-30T22:30:07.670Z+ mkdir -p out/downloads
2762024-05-30T22:30:07.670ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2772024-05-30T22:30:07.670ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2782024-05-30T22:30:07.671Z+ mkdir -p ./out/cockroachdb
2792024-05-30T22:30:07.691Z+ local DO_DOWNLOAD=true
2802024-05-30T22:30:07.692Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2812024-05-30T22:30:07.692Z+ '[' true == true ']'
2822024-05-30T22:30:07.692Z+ echo Downloading...
2832024-05-30T22:30:07.692ZDownloading...
2842024-05-30T22:30:07.692Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2852024-05-30T22:30:07.692Z+ curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2862024-05-30T22:30:11.481Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2872024-05-30T22:30:11.487Z++ sha256sum
2882024-05-30T22:30:11.487Z++ awk '{print $1}'
2892024-05-30T22:30:11.545Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2902024-05-30T22:30:11.545Z+ [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]]
2912024-05-30T22:30:11.553Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2922024-05-30T22:30:11.553Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2932024-05-30T22:30:13.709Z+ do_assemble_illumos
2942024-05-30T22:30:13.709Z+ rm -r ./out/cockroachdb
2952024-05-30T22:30:13.713Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2962024-05-30T22:30:14.115Z+ ./out/cockroachdb/bin/cockroach version
2972024-05-30T22:30:14.326ZBuild Tag: v22.1.9-dirty
2982024-05-30T22:30:14.326ZBuild Time: 2022/10/26 21:17:46
2992024-05-30T22:30:14.326ZDistribution: OSS
3002024-05-30T22:30:14.327ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3012024-05-30T22:30:14.327ZGo Version: go1.17.13
3022024-05-30T22:30:14.327ZC Compiler: gcc 10.3.0
3032024-05-30T22:30:14.327ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3042024-05-30T22:30:14.327ZBuild Type: release
3052024-05-30T22:30:14.343Z+ set -o errexit
3062024-05-30T22:30:14.356Z+++ dirname ./tools/ci_download_clickhouse
3072024-05-30T22:30:14.357Z++ cd ./tools
3082024-05-30T22:30:14.357Z++ pwd
3092024-05-30T22:30:14.357Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3102024-05-30T22:30:14.357Z++ basename ./tools/ci_download_clickhouse
3112024-05-30T22:30:14.357Z+ ARG0=ci_download_clickhouse
3122024-05-30T22:30:14.357Z+ TARGET_DIR=out
3132024-05-30T22:30:14.357Z+ DOWNLOAD_DIR=out/downloads
3142024-05-30T22:30:14.357Z+ DEST_DIR=./out/clickhouse
3152024-05-30T22:30:14.358Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3162024-05-30T22:30:14.358Z+ CIDL_VERSION=v23.8.7.24
3172024-05-30T22:30:14.358Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3182024-05-30T22:30:14.358Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3192024-05-30T22:30:14.358Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3202024-05-30T22:30:14.358Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3212024-05-30T22:30:14.359Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3222024-05-30T22:30:14.359Z+ main
3232024-05-30T22:30:14.359Z+ [[ 0 != 0 ]]
3242024-05-30T22:30:14.359Z+ CIDL_OS=solaris2.11
3252024-05-30T22:30:14.359Z+ [[ 0 != 0 ]]
3262024-05-30T22:30:14.359Z+ configure_os solaris2.11
3272024-05-30T22:30:14.360Z+ echo 'current directory: /work/oxidecomputer/omicron'
3282024-05-30T22:30:14.360Zcurrent directory: /work/oxidecomputer/omicron
3292024-05-30T22:30:14.360Z+ echo 'configuring based on OS: "solaris2.11"'
3302024-05-30T22:30:14.360Z+ CIDL_DASHREV=
3312024-05-30T22:30:14.360Z+ case "$1" in
3322024-05-30T22:30:14.360Zconfiguring based on OS: "solaris2.11"
3332024-05-30T22:30:14.360Z+ CIDL_PLATFORM=illumos
3342024-05-30T22:30:14.361Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3352024-05-30T22:30:14.361Z+ CIDL_MD5FUNC=do_md5sum
3362024-05-30T22:30:14.361Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3372024-05-30T22:30:14.361Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3382024-05-30T22:30:14.361Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3392024-05-30T22:30:14.362Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3402024-05-30T22:30:14.362Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3412024-05-30T22:30:14.362Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3422024-05-30T22:30:14.362ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3432024-05-30T22:30:14.362ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3442024-05-30T22:30:14.362Z+ mkdir -p out/downloads
3452024-05-30T22:30:14.362Z+ mkdir -p ./out/clickhouse
3462024-05-30T22:30:14.363Z+ local DO_DOWNLOAD=true
3472024-05-30T22:30:14.363Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3482024-05-30T22:30:14.363Z+ '[' true == true ']'
3492024-05-30T22:30:14.363Z+ echo Downloading...
3502024-05-30T22:30:14.363ZDownloading...
3512024-05-30T22:30:14.363Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3522024-05-30T22:30:14.364Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3532024-05-30T22:30:16.277Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3542024-05-30T22:30:16.281Z++ md5sum
3552024-05-30T22:30:16.281Z++ awk '{print $1}'
3562024-05-30T22:30:16.539Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3572024-05-30T22:30:16.539Z+ [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]]
3582024-05-30T22:30:16.539Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3592024-05-30T22:30:16.548Z+ mkdir -p ./out/clickhouse
3602024-05-30T22:30:16.548Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3612024-05-30T22:30:20.371Z+ [[ solaris2.11 == darwin* ]]
3622024-05-30T22:30:20.371Z+ ./out/clickhouse/clickhouse server --version
3632024-05-30T22:30:20.724ZClickHouse server version 23.8.7.1.
3642024-05-30T22:30:20.740Z+ set -o errexit
3652024-05-30T22:30:20.746Z+++ dirname ./tools/ci_download_console
3662024-05-30T22:30:20.746Z++ cd ./tools
3672024-05-30T22:30:20.746Z++ pwd
3682024-05-30T22:30:20.751Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3692024-05-30T22:30:20.751Z++ basename ./tools/ci_download_console
3702024-05-30T22:30:20.751Z+ ARG0=ci_download_console
3712024-05-30T22:30:20.751Z+ TARGET_DIR=out
3722024-05-30T22:30:20.752Z+ DOWNLOAD_DIR=out/downloads
3732024-05-30T22:30:20.752Z+ DEST_DIR=./out/console-assets
3742024-05-30T22:30:20.752Z+ source /work/oxidecomputer/omicron/tools/console_version
3752024-05-30T22:30:20.752Z++ COMMIT=a228b75ba35952b68c0b8b0892c452d4fc29467a
3762024-05-30T22:30:20.752Z++ SHA2=8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048
3772024-05-30T22:30:20.753Z+ URL=https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz
3782024-05-30T22:30:20.753Z+ TARBALL_FILE=out/downloads/console.tar.gz
3792024-05-30T22:30:20.753Z+ main
3802024-05-30T22:30:20.753Z+ [[ 0 != 0 ]]
3812024-05-30T22:30:20.753Z+ echo 'URL: https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz'
3822024-05-30T22:30:20.753ZURL: https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz
3832024-05-30T22:30:20.754Z+ echo 'Local file: out/downloads/console.tar.gz'
3842024-05-30T22:30:20.754ZLocal file: out/downloads/console.tar.gz
3852024-05-30T22:30:20.754Z+ local DO_DOWNLOAD=true
3862024-05-30T22:30:20.754Z+ [[ -f out/downloads/console.tar.gz ]]
3872024-05-30T22:30:20.754Z+ mkdir -p out/downloads
3882024-05-30T22:30:20.755Z+ '[' true == true ']'
3892024-05-30T22:30:20.755Z+ echo Downloading...
3902024-05-30T22:30:20.755ZDownloading...
3912024-05-30T22:30:20.755Z+ do_download_curl https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz out/downloads/console.tar.gz
3922024-05-30T22:30:20.755Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz
3932024-05-30T22:30:21.430Z++ do_sha256sum out/downloads/console.tar.gz
3942024-05-30T22:30:21.430Z++ case "$OSTYPE" in
3952024-05-30T22:30:21.430Z++ SHA=sha256sum
3962024-05-30T22:30:21.436Z++ sha256sum
3972024-05-30T22:30:21.436Z++ awk '{print $1}'
3982024-05-30T22:30:21.436Z+ calculated_sha2=8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048
3992024-05-30T22:30:21.436Z+ [[ 8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048 != \8\d\5\b\0\6\6\8\0\e\5\9\8\6\b\6\3\3\b\3\f\9\7\e\4\6\d\7\8\2\3\e\a\2\d\d\d\f\2\b\9\8\9\3\0\d\8\c\6\a\4\f\7\d\c\1\e\b\3\8\2\0\4\8 ]]
4002024-05-30T22:30:21.437Z+ rm -rf ./out/console-assets
4012024-05-30T22:30:21.437Z+ mkdir -p ./out/console-assets
4022024-05-30T22:30:21.442Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4032024-05-30T22:30:21.442Z+ mkdir -p ./out/console-assets
4042024-05-30T22:30:21.442Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4052024-05-30T22:30:21.531Z+ set -o errexit
4062024-05-30T22:30:21.537Z+++ dirname ./tools/ci_download_dendrite_openapi
4072024-05-30T22:30:21.537Z++ cd ./tools
4082024-05-30T22:30:21.537Z++ pwd
4092024-05-30T22:30:21.537Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4102024-05-30T22:30:21.537Z++ basename ./tools/ci_download_dendrite_openapi
4112024-05-30T22:30:21.543Z+ ARG0=ci_download_dendrite_openapi
4122024-05-30T22:30:21.543Z+ TARGET_DIR=out
4132024-05-30T22:30:21.543Z+ DOWNLOAD_DIR=out/downloads
4142024-05-30T22:30:21.543Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4152024-05-30T22:30:21.543Z++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4162024-05-30T22:30:21.543Z++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4172024-05-30T22:30:21.543Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json
4182024-05-30T22:30:21.543Z+ LOCAL_FILE=out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4192024-05-30T22:30:21.543Z+ main
4202024-05-30T22:30:21.543Z+ [[ 0 != 0 ]]
4212024-05-30T22:30:21.543Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json'
4222024-05-30T22:30:21.543ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json
4232024-05-30T22:30:21.543Z+ echo 'Local file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json'
4242024-05-30T22:30:21.543Z+ local DO_DOWNLOAD=true
4252024-05-30T22:30:21.543ZLocal file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4262024-05-30T22:30:21.543Z+ [[ -f out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json ]]
4272024-05-30T22:30:21.543Z+ mkdir -p out/downloads
4282024-05-30T22:30:21.543Z+ '[' true == true ']'
4292024-05-30T22:30:21.544Z+ echo Downloading...
4302024-05-30T22:30:21.544ZDownloading...
4312024-05-30T22:30:21.544Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4322024-05-30T22:30:21.544Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json
4332024-05-30T22:30:21.796Z++ do_sha256sum out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4342024-05-30T22:30:21.796Z++ case "$OSTYPE" in
4352024-05-30T22:30:21.800Z++ SHA=sha256sum
4362024-05-30T22:30:21.800Z++ sha256sum
4372024-05-30T22:30:21.800Z++ awk '{print $1}'
4382024-05-30T22:30:21.804Z+ calculated_sha2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4392024-05-30T22:30:21.804Z+ [[ 213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 != \2\1\3\0\3\1\a\a\0\5\8\f\0\a\a\3\5\5\9\6\4\e\4\a\5\c\a\3\5\0\d\b\3\0\1\1\0\4\5\4\b\a\d\5\c\7\7\c\b\c\9\4\a\b\7\7\f\d\c\b\e\0\1\3 ]]
4402024-05-30T22:30:21.811Z+ set -o errexit
4412024-05-30T22:30:21.817Z+++ dirname ./tools/ci_download_dendrite_stub
4422024-05-30T22:30:21.817Z++ cd ./tools
4432024-05-30T22:30:21.817Z++ pwd
4442024-05-30T22:30:21.817Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4452024-05-30T22:30:21.817Z++ basename ./tools/ci_download_dendrite_stub
4462024-05-30T22:30:21.826Z+ ARG0=ci_download_dendrite_stub
4472024-05-30T22:30:21.826Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4482024-05-30T22:30:21.826Z++ CIDL_SHA256_ILLUMOS=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
4492024-05-30T22:30:21.826Z++ CIDL_SHA256_LINUX_DPD=fa38138db9ce1c2cababd11dd9ef1289295e4a8185c78372f6ff1a090c75a05b
4502024-05-30T22:30:21.826Z++ CIDL_SHA256_LINUX_SWADM=ebda6c0a8e29f40c389337fe2e37c1191eeeb34d729de7724b6d707bb6c9a882
4512024-05-30T22:30:21.826Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4522024-05-30T22:30:21.826Z++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4532024-05-30T22:30:21.826Z++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4542024-05-30T22:30:21.826Z+ TARGET_DIR=out
4552024-05-30T22:30:21.826Z+ DOWNLOAD_DIR=out/downloads
4562024-05-30T22:30:21.826Z+ DEST_DIR=./out/dendrite-stub
4572024-05-30T22:30:21.826Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4582024-05-30T22:30:21.826Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4592024-05-30T22:30:21.826Z+ REPO=oxidecomputer/dendrite
4602024-05-30T22:30:21.826Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4612024-05-30T22:30:21.826Z+ main
4622024-05-30T22:30:21.826Z+ [[ 0 != 0 ]]
4632024-05-30T22:30:21.826Z+ CIDL_OS=solaris2.11
4642024-05-30T22:30:21.826Z+ [[ 0 != 0 ]]
4652024-05-30T22:30:21.826Z+ configure_os solaris2.11
4662024-05-30T22:30:21.827Z+ echo 'current directory: /work/oxidecomputer/omicron'
4672024-05-30T22:30:21.827Z+ echo 'configuring based on OS: "solaris2.11"'
4682024-05-30T22:30:21.827Zcurrent directory: /work/oxidecomputer/omicron
4692024-05-30T22:30:21.827Zconfiguring based on OS: "solaris2.11"
4702024-05-30T22:30:21.827Z+ case "$1" in
4712024-05-30T22:30:21.827Z+ SET_BINARIES=
4722024-05-30T22:30:21.827Z+ CIDL_SHA256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
4732024-05-30T22:30:21.827Z+ CIDL_SHA256FUNC=do_sha256sum
4742024-05-30T22:30:21.827Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
4752024-05-30T22:30:21.827Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz
4762024-05-30T22:30:21.827Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
4772024-05-30T22:30:21.827Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz'
4782024-05-30T22:30:21.827Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
4792024-05-30T22:30:21.827ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz
4802024-05-30T22:30:21.827ZLocal file: out/downloads/dendrite-stub.tar.gz
4812024-05-30T22:30:21.827Z+ mkdir -p out/downloads
4822024-05-30T22:30:21.827Z+ mkdir -p ./out/dendrite-stub
4832024-05-30T22:30:21.827Z+ fetch_and_verify
4842024-05-30T22:30:21.827Z+ local DO_DOWNLOAD=true
4852024-05-30T22:30:21.827Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
4862024-05-30T22:30:21.827Z+ '[' true == true ']'
4872024-05-30T22:30:21.828Z+ echo Downloading...
4882024-05-30T22:30:21.828ZDownloading...
4892024-05-30T22:30:21.828Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
4902024-05-30T22:30:21.828Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz
4912024-05-30T22:30:35.347Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
4922024-05-30T22:30:35.352Z++ sha256sum
4932024-05-30T22:30:35.352Z++ awk '{print $1}'
4942024-05-30T22:30:35.352Z+ calculated_sha256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
4952024-05-30T22:30:35.352Z+ [[ 5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 != \5\9\2\9\f\9\a\b\f\0\d\a\f\4\b\b\f\1\7\d\8\3\5\e\5\d\6\9\f\c\8\4\2\b\9\6\1\7\b\3\1\2\f\b\5\6\4\4\f\a\9\9\d\a\f\7\8\5\2\0\3\7\0\0 ]]
4962024-05-30T22:30:35.352Z+ do_untar out/downloads/dendrite-stub.tar.gz
4972024-05-30T22:30:35.352Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
4982024-05-30T22:30:35.595Z+ do_assemble
4992024-05-30T22:30:35.595Z+ rm -r ./out/dendrite-stub
5002024-05-30T22:30:35.599Z+ mkdir ./out/dendrite-stub
5012024-05-30T22:30:35.599Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5022024-05-30T22:30:35.690Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5032024-05-30T22:30:35.697Z+ set -o errexit
5042024-05-30T22:30:35.702Z+++ dirname ./tools/ci_download_maghemite_mgd
5052024-05-30T22:30:35.702Z++ cd ./tools
5062024-05-30T22:30:35.702Z++ pwd
5072024-05-30T22:30:35.703Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5082024-05-30T22:30:35.703Z++ basename ./tools/ci_download_maghemite_mgd
5092024-05-30T22:30:35.703Z+ ARG0=ci_download_maghemite_mgd
5102024-05-30T22:30:35.703Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5112024-05-30T22:30:35.703Z++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5122024-05-30T22:30:35.703Z++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19
5132024-05-30T22:30:35.703Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5142024-05-30T22:30:35.703Z++ COMMIT=23b0cf439f9f62b9a4933e55cc72bcaddc9596cd
5152024-05-30T22:30:35.704Z++ SHA2=fdb33ee7425923560534672264008ef8948d227afce948ab704de092ad72157c
5162024-05-30T22:30:35.704Z+ TARGET_DIR=out
5172024-05-30T22:30:35.704Z+ DOWNLOAD_DIR=out/downloads
5182024-05-30T22:30:35.704Z+ DEST_DIR=./out/mgd
5192024-05-30T22:30:35.704Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5202024-05-30T22:30:35.704Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5212024-05-30T22:30:35.704Z+ REPO=oxidecomputer/maghemite
5222024-05-30T22:30:35.704Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd
5232024-05-30T22:30:35.704Z+ main
5242024-05-30T22:30:35.704Z+ rm -rf out/downloads/root
5252024-05-30T22:30:35.713Z+ [[ 0 != 0 ]]
5262024-05-30T22:30:35.713Z+ CIDL_OS=solaris2.11
5272024-05-30T22:30:35.713Z+ [[ 0 != 0 ]]
5282024-05-30T22:30:35.713Z+ configure_os solaris2.11
5292024-05-30T22:30:35.713Z+ echo 'current directory: /work/oxidecomputer/omicron'
5302024-05-30T22:30:35.714Z+ echo 'configuring based on OS: "solaris2.11"'
5312024-05-30T22:30:35.714Z+ case "$1" in
5322024-05-30T22:30:35.714Zcurrent directory: /work/oxidecomputer/omicron
5332024-05-30T22:30:35.714Zconfiguring based on OS: "solaris2.11"
5342024-05-30T22:30:35.715Z+ SET_BINARIES=
5352024-05-30T22:30:35.715Z+ CIDL_SHA256FUNC=do_sha256sum
5362024-05-30T22:30:35.715Z+ TARBALL_FILENAME=mgd.tar.gz
5372024-05-30T22:30:35.715Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz
5382024-05-30T22:30:35.715Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5392024-05-30T22:30:35.715Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz'
5402024-05-30T22:30:35.715Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5412024-05-30T22:30:35.715ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz
5422024-05-30T22:30:35.716ZLocal file: out/downloads/mgd.tar.gz
5432024-05-30T22:30:35.716Z+ mkdir -p out/downloads
5442024-05-30T22:30:35.741Z+ mkdir -p ./out/mgd
5452024-05-30T22:30:35.741Z+ fetch_and_verify
5462024-05-30T22:30:35.741Z+ local DO_DOWNLOAD=true
5472024-05-30T22:30:35.741Z+ [[ -f out/downloads/mgd.tar.gz ]]
5482024-05-30T22:30:35.741Z+ '[' true == true ']'
5492024-05-30T22:30:35.741Z+ echo Downloading...
5502024-05-30T22:30:35.741ZDownloading...
5512024-05-30T22:30:35.741Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz out/downloads/mgd.tar.gz
5522024-05-30T22:30:35.741Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz
5532024-05-30T22:30:43.407Z++ do_sha256sum out/downloads/mgd.tar.gz
5542024-05-30T22:30:43.410Z++ sha256sum
5552024-05-30T22:30:43.410Z++ awk '{print $1}'
5562024-05-30T22:30:43.433Z+ calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5572024-05-30T22:30:43.437Z+ [[ e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd != \e\0\9\0\7\d\e\3\9\c\a\9\f\8\a\b\4\5\d\4\0\d\3\6\1\a\1\d\b\e\e\d\4\b\d\8\e\9\b\1\5\7\f\8\d\3\d\8\f\e\0\a\4\b\c\2\5\9\d\9\3\3\b\d ]]
5582024-05-30T22:30:43.437Z+ do_untar out/downloads/mgd.tar.gz
5592024-05-30T22:30:43.437Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
5602024-05-30T22:30:44.023Z+ do_assemble
5612024-05-30T22:30:44.023Z+ rm -r ./out/mgd
5622024-05-30T22:30:44.028Z+ mkdir ./out/mgd
5632024-05-30T22:30:44.028Z+ cp -r out/downloads/root ./out/mgd/root
5642024-05-30T22:30:44.114Z+ set -o errexit
5652024-05-30T22:30:44.133Z+++ dirname ./tools/ci_download_transceiver_control
5662024-05-30T22:30:44.133Z++ cd ./tools
5672024-05-30T22:30:44.133Z++ pwd
5682024-05-30T22:30:44.133Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5692024-05-30T22:30:44.133Z++ basename ./tools/ci_download_transceiver_control
5702024-05-30T22:30:44.133Z+ ARG0=ci_download_transceiver_control
5712024-05-30T22:30:44.133Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5722024-05-30T22:30:44.133Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5732024-05-30T22:30:44.133Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5742024-05-30T22:30:44.133Z+ TARGET_DIR=out
5752024-05-30T22:30:44.133Z+ DOWNLOAD_DIR=out/downloads
5762024-05-30T22:30:44.133Z+ DEST_DIR=./out/transceiver-control
5772024-05-30T22:30:44.133Z+ BIN_DIR=/opt/oxide/bin
5782024-05-30T22:30:44.133Z+ BINARY=xcvradm
5792024-05-30T22:30:44.133Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5802024-05-30T22:30:44.133Z+ REPO=oxidecomputer/transceiver-control
5812024-05-30T22:30:44.133Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5822024-05-30T22:30:44.133Z+ main
5832024-05-30T22:30:44.133Z+ [[ 0 != 0 ]]
5842024-05-30T22:30:44.133Z+ CIDL_OS=solaris2.11
5852024-05-30T22:30:44.134Z+ [[ 0 != 0 ]]
5862024-05-30T22:30:44.134Z+ configure_os solaris2.11
5872024-05-30T22:30:44.134Z+ echo 'current directory: /work/oxidecomputer/omicron'
5882024-05-30T22:30:44.134Z+ echo 'configuring based on OS: "solaris2.11"'
5892024-05-30T22:30:44.134Zcurrent directory: /work/oxidecomputer/omicron
5902024-05-30T22:30:44.134Zconfiguring based on OS: "solaris2.11"
5912024-05-30T22:30:44.134Z+ case "$1" in
5922024-05-30T22:30:44.134Z+ SET_BINARIES=
5932024-05-30T22:30:44.137Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5942024-05-30T22:30:44.138Z+ CIDL_SHA256FUNC=do_sha256sum
5952024-05-30T22:30:44.138Z+ ARCHIVE_FILENAME=xcvradm.gz
5962024-05-30T22:30:44.138Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5972024-05-30T22:30:44.138Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
5982024-05-30T22:30:44.138ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5992024-05-30T22:30:44.138ZLocal file: out/downloads/xcvradm.gz
6002024-05-30T22:30:44.138Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6012024-05-30T22:30:44.138Z+ echo 'Local file: out/downloads/xcvradm.gz'
6022024-05-30T22:30:44.138Z+ mkdir -p out/downloads
6032024-05-30T22:30:44.138Z+ mkdir -p ./out/transceiver-control
6042024-05-30T22:30:44.138Z+ fetch_and_verify
6052024-05-30T22:30:44.138Z+ local DO_DOWNLOAD=true
6062024-05-30T22:30:44.138Z+ [[ -f out/downloads/xcvradm.gz ]]
6072024-05-30T22:30:44.138Z+ '[' true == true ']'
6082024-05-30T22:30:44.138Z+ echo Downloading...
6092024-05-30T22:30:44.138ZDownloading...
6102024-05-30T22:30:44.138Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6112024-05-30T22:30:44.138Z+ curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6122024-05-30T22:30:45.738Z++ do_sha256sum out/downloads/xcvradm.gz
6132024-05-30T22:30:46.166Z++ sha256sum
6142024-05-30T22:30:46.167Z++ awk '{print $1}'
6152024-05-30T22:30:46.167Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6162024-05-30T22:30:46.167Z+ [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]]
6172024-05-30T22:30:46.167Z+ do_unpack out/downloads/xcvradm.gz
6182024-05-30T22:30:46.167Z+ mkdir -p out/downloads/root//opt/oxide/bin
6192024-05-30T22:30:46.167Z+ gzip -dc out/downloads/xcvradm.gz
6202024-05-30T22:30:46.190Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6212024-05-30T22:30:46.190Z+ do_assemble
6222024-05-30T22:30:46.190Z+ rm -r ./out/transceiver-control
6232024-05-30T22:30:46.190Z+ mkdir ./out/transceiver-control
6242024-05-30T22:30:46.190Z+ cp -r out/downloads/root ./out/transceiver-control/root
6252024-05-30T22:30:46.190Z+ set -o errexit
6262024-05-30T22:30:46.190Z+++ dirname ./tools/ci_download_thundermuffin
6272024-05-30T22:30:46.190Z++ cd ./tools
6282024-05-30T22:30:46.190Z++ pwd
6292024-05-30T22:30:46.191Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6302024-05-30T22:30:46.191Z++ basename ./tools/ci_download_thundermuffin
6312024-05-30T22:30:46.191Z+ ARG0=ci_download_thundermuffin
6322024-05-30T22:30:46.191Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
6332024-05-30T22:30:46.191Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6342024-05-30T22:30:46.191Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
6352024-05-30T22:30:46.191Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
6362024-05-30T22:30:46.191Z+ TARGET_DIR=out
6372024-05-30T22:30:46.191Z+ DOWNLOAD_DIR=out/downloads
6382024-05-30T22:30:46.191Z+ DEST_DIR=./out/thundermuffin
6392024-05-30T22:30:46.191Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
6402024-05-30T22:30:46.191Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6412024-05-30T22:30:46.191Z+ REPO=oxidecomputer/thundermuffin
6422024-05-30T22:30:46.191Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
6432024-05-30T22:30:46.191Z+ main
6442024-05-30T22:30:46.191Z+ rm -rf out/downloads/root
6452024-05-30T22:30:46.191Z+ [[ 0 != 0 ]]
6462024-05-30T22:30:46.191Z+ CIDL_OS=solaris2.11
6472024-05-30T22:30:46.191Z+ [[ 0 != 0 ]]
6482024-05-30T22:30:46.191Z+ configure_os solaris2.11
6492024-05-30T22:30:46.191Z+ echo 'current directory: /work/oxidecomputer/omicron'
6502024-05-30T22:30:46.191Z+ echo 'configuring based on OS: "solaris2.11"'
6512024-05-30T22:30:46.192Zcurrent directory: /work/oxidecomputer/omicron
6522024-05-30T22:30:46.192Zconfiguring based on OS: "solaris2.11"
6532024-05-30T22:30:46.192Z+ case "$1" in
6542024-05-30T22:30:46.192Z+ SET_BINARIES=
6552024-05-30T22:30:46.192Z+ CIDL_SHA256FUNC=do_sha256sum
6562024-05-30T22:30:46.192Z+ TARBALL_FILENAME=thundermuffin.tar.gz
6572024-05-30T22:30:46.192Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6582024-05-30T22:30:46.192Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
6592024-05-30T22:30:46.192Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
6602024-05-30T22:30:46.192ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6612024-05-30T22:30:46.192ZLocal file: out/downloads/thundermuffin.tar.gz
6622024-05-30T22:30:46.192Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
6632024-05-30T22:30:46.192Z+ mkdir -p out/downloads
6642024-05-30T22:30:46.192Z+ mkdir -p ./out/thundermuffin
6652024-05-30T22:30:46.192Z+ fetch_and_verify
6662024-05-30T22:30:46.192Z+ local DO_DOWNLOAD=true
6672024-05-30T22:30:46.192Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
6682024-05-30T22:30:46.192Z+ '[' true == true ']'
6692024-05-30T22:30:46.192Z+ echo Downloading...
6702024-05-30T22:30:46.192ZDownloading...
6712024-05-30T22:30:46.192Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
6722024-05-30T22:30:46.192Z+ curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6732024-05-30T22:30:46.611Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
6742024-05-30T22:30:46.614Z++ sha256sum
6752024-05-30T22:30:46.614Z++ awk '{print $1}'
6762024-05-30T22:30:46.617Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6772024-05-30T22:30:46.617Z+ [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]]
6782024-05-30T22:30:46.617Z+ do_untar out/downloads/thundermuffin.tar.gz
6792024-05-30T22:30:46.618Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
6802024-05-30T22:30:47.108Z+ do_assemble
6812024-05-30T22:30:47.109Z+ rm -r ./out/thundermuffin
6822024-05-30T22:30:47.122Z+ mkdir ./out/thundermuffin
6832024-05-30T22:30:47.122Z+ cp -r out/downloads/root ./out/thundermuffin/root
6842024-05-30T22:30:47.122ZAll prerequisites installed successfully
6852024-05-30T22:30:47.122Z
6862024-05-30T22:30:47.122Zreal 2:26.468065911
6872024-05-30T22:30:47.122Zuser 38.093383972
6882024-05-30T22:30:47.122Zsys 6.783565186
6892024-05-30T22:30:47.122Ztrap 0.008870569
6902024-05-30T22:30:47.122Ztflt 0.198888131
6912024-05-30T22:30:47.122Zdflt 0.236756055
6922024-05-30T22:30:47.123Zkflt 0.234161193
6932024-05-30T22:30:47.123Zlock 1.295572259
6942024-05-30T22:30:47.123Zslp 4:53.350482838
6952024-05-30T22:30:47.123Zlat 1.959572649
6962024-05-30T22:30:47.123Zstop 0.128009816
6972024-05-30T22:30:47.123Z+ ptime -m ./tools/ci_download_softnpu_machinery
6982024-05-30T22:30:47.123Zfetching npuzone
6992024-05-30T22:30:47.123ZEnsuring oxidecomputer/softnpu/image/npuzone in out/npuzone
7002024-05-30T22:30:47.123Z (commit: 3203c51cf4473d30991b522062ac0df2e045c2f2)
7012024-05-30T22:30:47.123ZGetting hash for npuzone
7022024-05-30T22:30:47.301Z (hash: 36095c7f9d613b9208415aeb67335836a25f72eed2f7a41931ba7d91ddb00568)
7032024-05-30T22:30:53.376Znpuzone downloaded successfully
7042024-05-30T22:30:53.380Z
7052024-05-30T22:30:53.383Zreal 6.680184022
7062024-05-30T22:30:53.383Zuser 0.262198090
7072024-05-30T22:30:53.383Zsys 0.092403529
7082024-05-30T22:30:53.383Ztrap 0.000063189
7092024-05-30T22:30:53.383Ztflt 0.000000000
7102024-05-30T22:30:53.383Zdflt 0.000000000
7112024-05-30T22:30:53.384Zkflt 0.000000000
7122024-05-30T22:30:53.384Zlock 0.000000000
7132024-05-30T22:30:53.384Zslp 19.598066316
7142024-05-30T22:30:53.384Zlat 0.057035969
7152024-05-30T22:30:53.384Zstop 0.000176619
7162024-05-30T22:30:53.384Z+ export CARGO_INCREMENTAL=0
7172024-05-30T22:30:53.384Z+ CARGO_INCREMENTAL=0
7182024-05-30T22:30:53.384Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
7192024-05-30T22:30:53.609Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7202024-05-30T22:30:53.916Z Updating git repository `https://github.com/oxidecomputer/zone`
7212024-05-30T22:30:54.246Z Updating crates.io index
7222024-05-30T22:30:54.312Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7232024-05-30T22:30:54.945Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7242024-05-30T22:30:55.664Z Updating git repository `https://github.com/oxidecomputer/oxnet`
7252024-05-30T22:30:55.958Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7262024-05-30T22:30:57.999Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7272024-05-30T22:30:58.523Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7282024-05-30T22:30:58.780Z Updating git repository `https://github.com/oxidecomputer/propolis`
7292024-05-30T22:31:00.272Z Updating git repository `https://github.com/oxidecomputer/crucible`
7302024-05-30T22:31:02.159Z Updating git repository `https://github.com/oxidecomputer/opte`
7312024-05-30T22:31:03.173Z Updating git repository `https://github.com/oxidecomputer/falcon`
7322024-05-30T22:31:04.305Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7332024-05-30T22:31:04.433Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7342024-05-30T22:31:04.755Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7352024-05-30T22:31:05.106Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7362024-05-30T22:31:05.401Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7372024-05-30T22:31:05.715Z Updating git repository `http://github.com/oxidecomputer/tofino`
7382024-05-30T22:31:06.061Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7392024-05-30T22:31:06.313Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7402024-05-30T22:31:06.566Z Updating git repository `https://github.com/oxidecomputer/libnvme`
7412024-05-30T22:31:06.887Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7422024-05-30T22:31:07.185Z Updating git repository `https://github.com/oxidecomputer/ispf`
7432024-05-30T22:31:07.518Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7442024-05-30T22:31:07.952Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7452024-05-30T22:31:08.598Z Updating git repository `https://github.com/jgallagher/nix`
7462024-05-30T22:31:09.559Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7472024-05-30T22:31:09.840Z Updating git repository `https://github.com/cbiffle/hubpack.git`
7482024-05-30T22:31:10.137Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7492024-05-30T22:31:10.543Z Updating git repository `https://github.com/oxidecomputer/typify`
7502024-05-30T22:31:12.576Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7512024-05-30T22:31:12.943Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7522024-05-30T22:31:13.241Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7532024-05-30T22:31:13.666Z Updating git repository `https://github.com/oxidecomputer/rfb`
7542024-05-30T22:31:14.875Z Downloading crates ...
7552024-05-30T22:31:14.991Z Downloaded anstyle-parse v0.2.4
7562024-05-30T22:31:15.002Z Downloaded addr2line v0.21.0
7572024-05-30T22:31:15.003Z Downloaded arrayref v0.3.7
7582024-05-30T22:31:15.011Z Downloaded adler v1.0.2
7592024-05-30T22:31:15.011Z Downloaded argon2 v0.5.3
7602024-05-30T22:31:15.018Z Downloaded aho-corasick v1.1.3
7612024-05-30T22:31:15.028Z Downloaded crossbeam-deque v0.8.5
7622024-05-30T22:31:15.029Z Downloaded anyhow v1.0.86
7632024-05-30T22:31:15.038Z Downloaded allocator-api2 v0.2.18
7642024-05-30T22:31:15.038Z Downloaded arrayvec v0.7.4
7652024-05-30T22:31:15.038Z Downloaded async-recursion v1.1.1
7662024-05-30T22:31:15.047Z Downloaded hex v0.4.3
7672024-05-30T22:31:15.047Z Downloaded heapless v0.8.0
7682024-05-30T22:31:15.048Z Downloaded ascii v1.1.0
7692024-05-30T22:31:15.048Z Downloaded chacha20 v0.9.1
7702024-05-30T22:31:15.054Z Downloaded const_format v0.2.32
7712024-05-30T22:31:15.055Z Downloaded heck v0.5.0
7722024-05-30T22:31:15.062Z Downloaded cookie_store v0.20.0
7732024-05-30T22:31:15.062Z Downloaded hashbrown v0.13.2
7742024-05-30T22:31:15.062Z Downloaded atomicwrites v0.4.3
7752024-05-30T22:31:15.077Z Downloaded highway v1.1.0
7762024-05-30T22:31:15.077Z Downloaded heck v0.3.3
7772024-05-30T22:31:15.077Z Downloaded blake2 v0.10.6
7782024-05-30T22:31:15.078Z Downloaded headers v0.3.9
7792024-05-30T22:31:15.085Z Downloaded hashbrown v0.12.3
7802024-05-30T22:31:15.085Z Downloaded heapless v0.7.17
7812024-05-30T22:31:15.102Z Downloaded indoc v2.0.5
7822024-05-30T22:31:15.103Z Downloaded hmac v0.12.1
7832024-05-30T22:31:15.103Z Downloaded hyper-rustls v0.24.2
7842024-05-30T22:31:15.103Z Downloaded indexmap v2.2.6
7852024-05-30T22:31:15.109Z Downloaded managed v0.8.0
7862024-05-30T22:31:15.109Z Downloaded keccak v0.1.5
7872024-05-30T22:31:15.109Z Downloaded hubpack_derive v0.1.1
7882024-05-30T22:31:15.109Z Downloaded bitflags v1.3.2
7892024-05-30T22:31:15.109Z Downloaded bitfield v0.14.0
7902024-05-30T22:31:15.110Z Downloaded constant_time_eq v0.3.0
7912024-05-30T22:31:15.117Z Downloaded matches v0.1.10
7922024-05-30T22:31:15.118Z Downloaded libsw v3.3.1
7932024-05-30T22:31:15.118Z Downloaded cfg_aliases v0.1.1
7942024-05-30T22:31:15.118Z Downloaded hostname v0.4.0
7952024-05-30T22:31:15.118Z Downloaded cfg-if v1.0.0
7962024-05-30T22:31:15.124Z Downloaded block-padding v0.3.3
7972024-05-30T22:31:15.124Z Downloaded httparse v1.8.0
7982024-05-30T22:31:15.125Z Downloaded atomic-waker v1.1.2
7992024-05-30T22:31:15.125Z Downloaded is_ci v1.2.0
8002024-05-30T22:31:15.125Z Downloaded cipher v0.4.4
8012024-05-30T22:31:15.125Z Downloaded bitstruct v0.1.1
8022024-05-30T22:31:15.131Z Downloaded bit-vec v0.6.3
8032024-05-30T22:31:15.131Z Downloaded corncobs v0.1.3
8042024-05-30T22:31:15.136Z Downloaded crc-catalog v2.4.0
8052024-05-30T22:31:15.136Z Downloaded httpdate v1.0.3
8062024-05-30T22:31:15.136Z Downloaded http v1.1.0
8072024-05-30T22:31:15.150Z Downloaded colorchoice v1.0.1
8082024-05-30T22:31:15.150Z Downloaded sqlparser_derive v0.2.2
8092024-05-30T22:31:15.150Z Downloaded take_mut v0.2.2
8102024-05-30T22:31:15.164Z Downloaded is_terminal_polyfill v1.70.0
8112024-05-30T22:31:15.164Z Downloaded nodrop v0.1.14
8122024-05-30T22:31:15.164Z Downloaded clang-sys v1.7.0
8132024-05-30T22:31:15.165Z Downloaded instant v0.1.12
8142024-05-30T22:31:15.177Z Downloaded newline-converter v0.3.0
8152024-05-30T22:31:15.177Z Downloaded md-5 v0.10.6
8162024-05-30T22:31:15.178Z Downloaded usdt-attr-macro v0.5.0
8172024-05-30T22:31:15.178Z Downloaded maybe-uninit v2.0.0
8182024-05-30T22:31:15.178Z Downloaded lru v0.12.3
8192024-05-30T22:31:15.178Z Downloaded hubpack v0.1.2
8202024-05-30T22:31:15.178Z Downloaded convert_case v0.4.0
8212024-05-30T22:31:15.178Z Downloaded cpufeatures v0.2.12
8222024-05-30T22:31:15.179Z Downloaded castaway v0.2.2
8232024-05-30T22:31:15.179Z Downloaded block-buffer v0.10.4
8242024-05-30T22:31:15.179Z Downloaded maplit v1.0.2
8252024-05-30T22:31:15.188Z Downloaded ref-cast-impl v1.0.23
8262024-05-30T22:31:15.188Z Downloaded const_format_proc_macros v0.2.32
8272024-05-30T22:31:15.188Z Downloaded clap_derive v4.5.4
8282024-05-30T22:31:15.188Z Downloaded cassowary v0.3.0
8292024-05-30T22:31:15.188Z Downloaded bzip2 v0.4.4
8302024-05-30T22:31:15.189Z Downloaded usdt-macro v0.3.5
8312024-05-30T22:31:15.189Z Downloaded want v0.3.1
8322024-05-30T22:31:15.198Z Downloaded is-terminal v0.4.12
8332024-05-30T22:31:15.198Z Downloaded indoc v1.0.9
8342024-05-30T22:31:15.198Z Downloaded shlex v1.3.0
8352024-05-30T22:31:15.198Z Downloaded slog-scope v4.4.0
8362024-05-30T22:31:15.199Z Downloaded ipnetwork v0.20.0
8372024-05-30T22:31:15.205Z Downloaded strsim v0.11.1
8382024-05-30T22:31:15.206Z Downloaded crc32fast v1.4.0
8392024-05-30T22:31:15.206Z Downloaded newtype_derive v0.1.6
8402024-05-30T22:31:15.206Z Downloaded memmap v0.7.0
8412024-05-30T22:31:15.206Z Downloaded linear-map v1.2.0
8422024-05-30T22:31:15.214Z Downloaded display-error-chain v0.2.0
8432024-05-30T22:31:15.214Z Downloaded tap v1.0.1
8442024-05-30T22:31:15.214Z Downloaded tiny-keccak v2.0.2
8452024-05-30T22:31:15.214Z Downloaded cexpr v0.6.0
8462024-05-30T22:31:15.215Z Downloaded usdt-impl v0.3.5
8472024-05-30T22:31:15.222Z Downloaded nibble_vec v0.1.0
8482024-05-30T22:31:15.222Z Downloaded memoffset v0.7.1
8492024-05-30T22:31:15.222Z Downloaded opaque-debug v0.3.1
8502024-05-30T22:31:15.222Z Downloaded kstat-rs v0.2.3
8512024-05-30T22:31:15.222Z Downloaded zerocopy v0.3.2
8522024-05-30T22:31:15.229Z Downloaded libefi-sys v0.1.0
8532024-05-30T22:31:15.229Z Downloaded cobs v0.2.3
8542024-05-30T22:31:15.229Z Downloaded backoff v0.4.0
8552024-05-30T22:31:15.236Z Downloaded indexmap v1.9.3
8562024-05-30T22:31:15.236Z Downloaded camino-tempfile v1.1.1
8572024-05-30T22:31:15.236Z Downloaded multimap v0.10.0
8582024-05-30T22:31:15.237Z Downloaded slog-json v2.6.1
8592024-05-30T22:31:15.242Z Downloaded siphasher v0.3.11
8602024-05-30T22:31:15.242Z Downloaded rustversion v1.0.17
8612024-05-30T22:31:15.242Z Downloaded serde_derive_internals v0.29.1
8622024-05-30T22:31:15.250Z Downloaded slog-stdlog v4.1.1
8632024-05-30T22:31:15.251Z Downloaded newtype-uuid v1.1.0
8642024-05-30T22:31:15.251Z Downloaded phf_shared v0.10.0
8652024-05-30T22:31:15.251Z Downloaded pretty-hex v0.4.1
8662024-05-30T22:31:15.258Z Downloaded pretty-hex v0.2.1
8672024-05-30T22:31:15.258Z Downloaded dirs-sys-next v0.1.2
8682024-05-30T22:31:15.258Z Downloaded dirs-next v2.0.0
8692024-05-30T22:31:15.258Z Downloaded const-oid v0.9.6
8702024-05-30T22:31:15.258Z Downloaded peg-runtime v0.8.3
8712024-05-30T22:31:15.258Z Downloaded futures-sink v0.3.30
8722024-05-30T22:31:15.258Z Downloaded dof v0.1.5
8732024-05-30T22:31:15.693Z Downloaded digest v0.10.7
8742024-05-30T22:31:15.694Z Downloaded unicode-linebreak v0.1.5
8752024-05-30T22:31:15.694Z Downloaded num-iter v0.1.45
8762024-05-30T22:31:15.694Z Downloaded num-integer v0.1.46
8772024-05-30T22:31:15.694Z Downloaded futures-io v0.3.30
8782024-05-30T22:31:15.694Z Downloaded native-tls v0.2.11
8792024-05-30T22:31:15.694Z Downloaded ipnet v2.9.0
8802024-05-30T22:31:15.694Z Downloaded futures-executor v0.3.30
8812024-05-30T22:31:15.694Z Downloaded yasna v0.5.2
8822024-05-30T22:31:15.694Z Downloaded libloading v0.8.3
8832024-05-30T22:31:15.694Z Downloaded crc-any v2.5.0
8842024-05-30T22:31:15.695Z Downloaded cookie v0.18.1
8852024-05-30T22:31:15.695Z Downloaded futures-macro v0.3.30
8862024-05-30T22:31:15.695Z Downloaded socket2 v0.5.7
8872024-05-30T22:31:15.695Z Downloaded serde_derive v1.0.203
8882024-05-30T22:31:15.695Z Downloaded base64 v0.21.7
8892024-05-30T22:31:15.695Z Downloaded rpassword v7.3.1
8902024-05-30T22:31:15.695Z Downloaded signal-hook-tokio v0.3.1
8912024-05-30T22:31:15.695Z Downloaded scopeguard v1.2.0
8922024-05-30T22:31:15.695Z Downloaded sync_wrapper v0.1.2
8932024-05-30T22:31:15.696Z Downloaded errno v0.3.9
8942024-05-30T22:31:15.696Z Downloaded spin v0.5.2
8952024-05-30T22:31:15.696Z Downloaded futures-task v0.3.30
8962024-05-30T22:31:15.696Z Downloaded fragile v2.0.0
8972024-05-30T22:31:15.696Z Downloaded fixedbitset v0.4.2
8982024-05-30T22:31:15.696Z Downloaded num-rational v0.4.2
8992024-05-30T22:31:15.696Z Downloaded tokio-macros v2.2.0
9002024-05-30T22:31:15.696Z Downloaded multer v3.1.0
9012024-05-30T22:31:15.697Z Downloaded curve25519-dalek-derive v0.1.1
9022024-05-30T22:31:15.697Z Downloaded try-lock v0.2.5
9032024-05-30T22:31:15.697Z Downloaded postgres-types v0.2.6
9042024-05-30T22:31:15.697Z Downloaded usdt-macro v0.5.0
9052024-05-30T22:31:15.697Z Downloaded usdt-attr-macro v0.3.5
9062024-05-30T22:31:15.697Z Downloaded tinyvec_macros v0.1.1
9072024-05-30T22:31:15.697Z Downloaded cc v1.0.97
9082024-05-30T22:31:15.697Z Downloaded base64 v0.22.1
9092024-05-30T22:31:15.697Z Downloaded tracing-attributes v0.1.27
9102024-05-30T22:31:15.697Z Downloaded oso-derive v0.27.3
9112024-05-30T22:31:15.697Z Downloaded phf v0.11.2
9122024-05-30T22:31:15.697Z Downloaded foreign-types-shared v0.3.1
9132024-05-30T22:31:15.697Z Downloaded normalize-line-endings v0.3.0
9142024-05-30T22:31:15.697Z Downloaded foreign-types-shared v0.1.1
9152024-05-30T22:31:15.697Z Downloaded log v0.4.21
9162024-05-30T22:31:15.697Z Downloaded signature v1.6.4
9172024-05-30T22:31:15.697Z Downloaded proc-macro-error v1.0.4
9182024-05-30T22:31:15.697Z Downloaded darling_macro v0.20.9
9192024-05-30T22:31:15.697Z Downloaded wyz v0.5.1
9202024-05-30T22:31:15.697Z Downloaded memmap2 v0.9.4
9212024-05-30T22:31:15.697Z Downloaded data-encoding v2.6.0
9222024-05-30T22:31:15.697Z Downloaded backtrace v0.3.71
9232024-05-30T22:31:15.697Z Downloaded smallvec v0.6.14
9242024-05-30T22:31:15.698Z Downloaded hash32 v0.3.1
9252024-05-30T22:31:15.698Z Downloaded memchr v2.7.2
9262024-05-30T22:31:15.698Z Downloaded hash32 v0.2.1
9272024-05-30T22:31:15.698Z Downloaded proc-macro-error-attr v1.0.4
9282024-05-30T22:31:15.698Z Downloaded serde_repr v0.1.19
9292024-05-30T22:31:15.698Z Downloaded serde_plain v1.0.2
9302024-05-30T22:31:15.698Z Downloaded serde-big-array v0.4.1
9312024-05-30T22:31:15.698Z Downloaded serde_path_to_error v0.1.16
9322024-05-30T22:31:15.698Z Downloaded strum v0.26.2
9332024-05-30T22:31:15.698Z Downloaded erased-serde v0.3.31
9342024-05-30T22:31:15.698Z Downloaded serde-big-array v0.5.1
9352024-05-30T22:31:15.698Z Downloaded tungstenite v0.20.1
9362024-05-30T22:31:15.698Z Downloaded similar v2.5.0
9372024-05-30T22:31:15.698Z Downloaded diesel_table_macro_syntax v0.1.0
9382024-05-30T22:31:15.698Z Downloaded vte_generate_state_changes v0.1.1
9392024-05-30T22:31:15.698Z Downloaded rustc_version v0.1.7
9402024-05-30T22:31:15.698Z Downloaded pin-utils v0.1.0
9412024-05-30T22:31:15.698Z Downloaded darling v0.20.9
9422024-05-30T22:31:15.698Z Downloaded parking_lot v0.11.2
9432024-05-30T22:31:15.698Z Downloaded defmt v0.3.8
9442024-05-30T22:31:15.698Z Downloaded indicatif v0.17.8
9452024-05-30T22:31:15.698Z Downloaded equivalent v1.0.1
9462024-05-30T22:31:15.698Z Downloaded num-conv v0.1.0
9472024-05-30T22:31:15.698Z Downloaded form_urlencoded v1.2.1
9482024-05-30T22:31:15.699Z Downloaded structmeta v0.3.0
9492024-05-30T22:31:15.699Z Downloaded untrusted v0.9.0
9502024-05-30T22:31:15.699Z Downloaded untrusted v0.7.1
9512024-05-30T22:31:15.699Z Downloaded zerocopy v0.6.6
9522024-05-30T22:31:15.699Z Downloaded crossbeam-utils v0.8.19
9532024-05-30T22:31:15.699Z Downloaded crossbeam-channel v0.5.12
9542024-05-30T22:31:15.699Z Downloaded strip-ansi-escapes v0.2.0
9552024-05-30T22:31:15.699Z Downloaded stringprep v0.1.4
9562024-05-30T22:31:15.699Z Downloaded rand_chacha v0.3.1
9572024-05-30T22:31:15.699Z Downloaded radium v0.7.0
9582024-05-30T22:31:15.699Z Downloaded parking_lot_core v0.9.10
9592024-05-30T22:31:15.699Z Downloaded r2d2 v0.8.10
9602024-05-30T22:31:15.700Z Downloaded precomputed-hash v0.1.1
9612024-05-30T22:31:15.700Z Downloaded schemars v0.8.20
9622024-05-30T22:31:15.700Z Downloaded prettyplease v0.2.20
9632024-05-30T22:31:15.700Z Downloaded futures-core v0.3.30
9642024-05-30T22:31:15.700Z Downloaded crunchy v0.2.2
9652024-05-30T22:31:15.700Z Downloaded strum_macros v0.24.3
9662024-05-30T22:31:15.700Z Downloaded paste v1.0.15
9672024-05-30T22:31:15.700Z Downloaded unicode-width v0.1.12
9682024-05-30T22:31:15.700Z Downloaded tokio-tungstenite v0.20.1
9692024-05-30T22:31:15.700Z Downloaded zeroize v1.7.0
9702024-05-30T22:31:15.700Z Downloaded parking_lot v0.12.2
9712024-05-30T22:31:15.700Z Downloaded tungstenite v0.21.0
9722024-05-30T22:31:15.700Z Downloaded zerocopy-derive v0.7.34
9732024-05-30T22:31:15.720Z Downloaded cstr-argument v0.1.2
9742024-05-30T22:31:15.721Z Downloaded ref-cast v1.0.23
9752024-05-30T22:31:15.721Z Downloaded signature v2.2.0
9762024-05-30T22:31:15.721Z Downloaded signal-hook-mio v0.2.3
9772024-05-30T22:31:15.721Z Downloaded scroll v0.12.0
9782024-05-30T22:31:15.721Z Downloaded signal-hook-registry v1.4.2
9792024-05-30T22:31:15.721Z Downloaded phf_shared v0.11.2
9802024-05-30T22:31:15.721Z Downloaded pin-project-lite v0.2.14
9812024-05-30T22:31:15.721Z Downloaded zone_cfg_derive v0.1.2
9822024-05-30T22:31:15.721Z Downloaded crucible-workspace-hack v0.1.0
9832024-05-30T22:31:15.721Z Downloaded universal-hash v0.5.1
9842024-05-30T22:31:15.721Z Downloaded env_logger v0.10.2
9852024-05-30T22:31:15.721Z Downloaded darling_core v0.20.9
9862024-05-30T22:31:15.721Z Downloaded crypto-common v0.1.6
9872024-05-30T22:31:15.721Z Downloaded rustls-pemfile v1.0.4
9882024-05-30T22:31:15.721Z Downloaded http v0.2.12
9892024-05-30T22:31:15.721Z Downloaded xattr v1.3.1
9902024-05-30T22:31:15.721Z Downloaded time-core v0.1.2
9912024-05-30T22:31:15.721Z Downloaded ppv-lite86 v0.2.17
9922024-05-30T22:31:15.721Z Downloaded clap_builder v4.5.2
9932024-05-30T22:31:15.721Z Downloaded rusty-fork v0.3.0
9942024-05-30T22:31:15.721Z Downloaded zone v0.1.8
9952024-05-30T22:31:15.722Z Downloaded serde-hex v0.1.0
9962024-05-30T22:31:15.722Z Downloaded pin-project v1.1.5
9972024-05-30T22:31:15.722Z Downloaded url v2.5.0
9982024-05-30T22:31:15.722Z Downloaded scroll_derive v0.12.0
9992024-05-30T22:31:15.722Z Downloaded spki v0.7.3
10002024-05-30T22:31:15.722Z Downloaded scheduled-thread-pool v0.2.7
10012024-05-30T22:31:15.722Z Downloaded trust-dns-resolver v0.22.0
10022024-05-30T22:31:15.722Z Downloaded tokio-tungstenite v0.21.0
10032024-05-30T22:31:15.723Z Downloaded termcolor v1.4.1
10042024-05-30T22:31:15.723Z Downloaded fxhash v0.2.1
10052024-05-30T22:31:15.723Z Downloaded textwrap v0.16.1
10062024-05-30T22:31:15.723Z Downloaded dtrace-parser v0.2.0
10072024-05-30T22:31:15.723Z Downloaded dtrace-parser v0.1.14
10082024-05-30T22:31:15.723Z Downloaded num-derive v0.4.2
10092024-05-30T22:31:15.723Z Downloaded num-complex v0.4.6
10102024-05-30T22:31:15.724Z Downloaded dyn-clone v1.0.17
10112024-05-30T22:31:15.724Z Downloaded tls_codec_derive v0.4.1
10122024-05-30T22:31:15.724Z Downloaded toml_datetime v0.6.6
10132024-05-30T22:31:15.724Z Downloaded getrandom v0.2.14
10142024-05-30T22:31:15.724Z Downloaded time-macros v0.2.18
10152024-05-30T22:31:15.724Z Downloaded thread_local v1.1.8
10162024-05-30T22:31:15.724Z Downloaded foreign-types-macros v0.2.3
10172024-05-30T22:31:15.724Z Downloaded diesel_derives v2.1.4
10182024-05-30T22:31:15.724Z Downloaded downcast v0.11.0
10192024-05-30T22:31:15.724Z Downloaded ron v0.7.1
10202024-05-30T22:31:15.725Z Downloaded percent-encoding v2.3.1
10212024-05-30T22:31:15.725Z Downloaded quote v1.0.36
10222024-05-30T22:31:15.725Z Downloaded packed_struct v0.10.1
10232024-05-30T22:31:15.725Z Downloaded swrite v0.1.0
10242024-05-30T22:31:15.725Z Downloaded mio v0.8.11
10252024-05-30T22:31:15.725Z Downloaded minimal-lexical v0.2.1
10262024-05-30T22:31:15.725Z Downloaded tower-service v0.3.2
10272024-05-30T22:31:15.725Z Downloaded pem-rfc7468 v0.7.0
10282024-05-30T22:31:15.725Z Downloaded derive_builder_macro v0.20.0
10292024-05-30T22:31:15.725Z Downloaded parse-size v1.0.0
10302024-05-30T22:31:15.725Z Downloaded portpicker v0.1.1
10312024-05-30T22:31:15.725Z Downloaded serde_tokenstream v0.1.7
10322024-05-30T22:31:15.725Z Downloaded static_assertions v1.1.0
10332024-05-30T22:31:15.725Z Downloaded sec1 v0.7.3
10342024-05-30T22:31:15.726Z Downloaded either v1.12.0
10352024-05-30T22:31:15.726Z Downloaded tokio-rustls v0.24.1
10362024-05-30T22:31:15.726Z Downloaded unicase v2.7.0
10372024-05-30T22:31:15.726Z Downloaded openssl-probe v0.1.5
10382024-05-30T22:31:15.726Z Downloaded rcgen v0.12.1
10392024-05-30T22:31:15.726Z Downloaded openssl-macros v0.1.1
10402024-05-30T22:31:15.726Z Downloaded fd-lock v4.0.2
10412024-05-30T22:31:15.726Z Downloaded ed25519 v1.5.3
10422024-05-30T22:31:15.726Z Downloaded pest_generator v2.7.10
10432024-05-30T22:31:15.726Z Downloaded pest_derive v2.7.10
10442024-05-30T22:31:15.726Z Downloaded predicates-core v1.0.6
10452024-05-30T22:31:15.726Z Downloaded sha1 v0.10.6
10462024-05-30T22:31:15.726Z Downloaded slog v2.7.0
10472024-05-30T22:31:15.726Z Downloaded pest_meta v2.7.10
10482024-05-30T22:31:15.727Z Downloaded futures v0.3.30
10492024-05-30T22:31:15.727Z Downloaded num-traits v0.2.19
10502024-05-30T22:31:15.727Z Downloaded owo-colors v4.0.0
10512024-05-30T22:31:15.727Z Downloaded getopts v0.2.21
10522024-05-30T22:31:15.727Z Downloaded pem v3.0.4
10532024-05-30T22:31:15.727Z Downloaded gethostname v0.4.3
10542024-05-30T22:31:15.727Z Downloaded sigpipe v0.1.3
10552024-05-30T22:31:15.727Z Downloaded generic-array v0.14.7
10562024-05-30T22:31:15.727Z Downloaded dof v0.3.0
10572024-05-30T22:31:15.727Z Downloaded difflib v0.4.0
10582024-05-30T22:31:15.727Z Downloaded serde_urlencoded v0.7.1
10592024-05-30T22:31:15.727Z Downloaded toolchain_find v0.4.0
10602024-05-30T22:31:15.727Z Downloaded toml v0.8.13
10612024-05-30T22:31:15.727Z Downloaded poly1305 v0.8.0
10622024-05-30T22:31:15.728Z Downloaded defmt-macros v0.3.9
10632024-05-30T22:31:15.728Z Downloaded num v0.4.3
10642024-05-30T22:31:15.728Z Downloaded rustls-webpki v0.101.7
10652024-05-30T22:31:15.737Z Downloaded sct v0.7.1
10662024-05-30T22:31:15.737Z Downloaded psl-types v2.0.11
10672024-05-30T22:31:15.738Z Downloaded utf8parse v0.2.1
10682024-05-30T22:31:15.738Z Downloaded sha2 v0.10.8
10692024-05-30T22:31:15.738Z Downloaded serde_with_macros v3.8.1
10702024-05-30T22:31:15.739Z Downloaded typenum v1.17.0
10712024-05-30T22:31:15.739Z Downloaded rayon v1.10.0
10722024-05-30T22:31:15.745Z Downloaded rand v0.8.5
10732024-05-30T22:31:15.745Z Downloaded ff v0.13.0
10742024-05-30T22:31:15.755Z Downloaded postgres-protocol v0.6.6
10752024-05-30T22:31:15.756Z Downloaded number_prefix v0.4.0
10762024-05-30T22:31:15.756Z Downloaded path-slash v0.1.5
10772024-05-30T22:31:15.756Z Downloaded quick-error v1.2.3
10782024-05-30T22:31:15.756Z Downloaded thiserror-impl v1.0.60
10792024-05-30T22:31:15.756Z Downloaded slab v0.4.9
10802024-05-30T22:31:15.762Z Downloaded serde_tokenstream v0.2.0
10812024-05-30T22:31:15.762Z Downloaded strum_macros v0.25.3
10822024-05-30T22:31:15.762Z Downloaded topological-sort v0.2.2
10832024-05-30T22:31:15.762Z Downloaded group v0.13.0
10842024-05-30T22:31:15.767Z Downloaded thiserror-impl-no-std v2.0.2
10852024-05-30T22:31:15.767Z Downloaded foreign-types v0.3.2
10862024-05-30T22:31:15.767Z Downloaded num_enum_derive v0.5.11
10872024-05-30T22:31:15.767Z Downloaded num_threads v0.1.7
10882024-05-30T22:31:15.770Z Downloaded serde v1.0.203
10892024-05-30T22:31:15.770Z Downloaded ryu v1.0.18
10902024-05-30T22:31:15.774Z Downloaded termtree v0.4.1
10912024-05-30T22:31:15.778Z Downloaded resolv-conf v0.7.0
10922024-05-30T22:31:15.778Z Downloaded tokio-util v0.7.11
10932024-05-30T22:31:15.787Z Downloaded endian-type v0.1.2
10942024-05-30T22:31:15.794Z Downloaded sqlformat v0.2.3
10952024-05-30T22:31:15.794Z Downloaded pkg-config v0.3.30
10962024-05-30T22:31:15.794Z Downloaded float-cmp v0.9.0
10972024-05-30T22:31:15.794Z Downloaded itertools v0.12.1
10982024-05-30T22:31:15.798Z Downloaded unicode-normalization v0.1.23
10992024-05-30T22:31:15.801Z Downloaded stable_deref_trait v1.2.0
11002024-05-30T22:31:15.804Z Downloaded diff v0.1.13
11012024-05-30T22:31:15.807Z Downloaded derive_more v0.99.17
11022024-05-30T22:31:15.810Z Downloaded unicode-xid v0.2.4
11032024-05-30T22:31:15.813Z Downloaded rustc-hash v1.1.0
11042024-05-30T22:31:15.813Z Downloaded test-strategy v0.3.1
11052024-05-30T22:31:15.816Z Downloaded packed_struct_codegen v0.10.1
11062024-05-30T22:31:15.819Z Downloaded fnv v1.0.7
11072024-05-30T22:31:15.819Z Downloaded rayon-core v1.12.1
11082024-05-30T22:31:15.823Z Downloaded rustfmt-wrapper v0.2.1
11092024-05-30T22:31:15.827Z Downloaded whoami v1.5.1
11102024-05-30T22:31:15.827Z Downloaded serde_yaml v0.9.34+deprecated
11112024-05-30T22:31:15.830Z Downloaded bindgen v0.69.4
11122024-05-30T22:31:15.838Z Downloaded version_check v0.9.4
11132024-05-30T22:31:15.841Z Downloaded tracing-core v0.1.32
11142024-05-30T22:31:15.849Z Downloaded foreign-types v0.5.0
11152024-05-30T22:31:15.849Z Downloaded termios v0.3.3
11162024-05-30T22:31:15.852Z Downloaded olpc-cjson v0.1.3
11172024-05-30T22:31:15.852Z Downloaded salty v0.2.0
11182024-05-30T22:31:15.852Z Downloaded sqlparser v0.45.0
11192024-05-30T22:31:15.858Z Downloaded which v4.4.2
11202024-05-30T22:31:15.861Z Downloaded slog-term v2.9.1
11212024-05-30T22:31:15.864Z Downloaded oso v0.27.3
11222024-05-30T22:31:15.868Z Downloaded tokio-postgres v0.7.10
11232024-05-30T22:31:15.875Z Downloaded chrono v0.4.38
11242024-05-30T22:31:15.882Z Downloaded tar v0.4.40
11252024-05-30T22:31:15.885Z Downloaded postcard v1.0.8
11262024-05-30T22:31:15.888Z Downloaded trust-dns-client v0.22.0
11272024-05-30T22:31:15.891Z Downloaded rustc-demangle v0.1.24
11282024-05-30T22:31:15.894Z Downloaded platforms v3.4.0
11292024-05-30T22:31:15.897Z Downloaded reedline v0.31.0
11302024-05-30T22:31:15.906Z Downloaded vsss-rs v3.3.4
11312024-05-30T22:31:15.909Z Downloaded unsafe-libyaml v0.2.11
11322024-05-30T22:31:15.915Z Downloaded strum_macros v0.26.2
11332024-05-30T22:31:15.915Z Downloaded fatfs v0.3.6
11342024-05-30T22:31:15.918Z Downloaded ucd-trie v0.1.6
11352024-05-30T22:31:15.918Z Downloaded unicode-ident v1.0.12
11362024-05-30T22:31:15.921Z Downloaded omicron-zone-package v0.11.0
11372024-05-30T22:31:15.925Z Downloaded rustls-webpki v0.102.4
11382024-05-30T22:31:15.943Z Downloaded rsa v0.9.6
11392024-05-30T22:31:15.949Z Downloaded publicsuffix v2.2.3
11402024-05-30T22:31:15.956Z Downloaded papergrid v0.11.0
11412024-05-30T22:31:15.960Z Downloaded pest v2.7.10
11422024-05-30T22:31:15.963Z Downloaded half v2.4.1
11432024-05-30T22:31:15.967Z Downloaded typed-path v0.7.1
11442024-05-30T22:31:15.972Z Downloaded toml_edit v0.22.13
11452024-05-30T22:31:16.002Z Downloaded uuid v1.8.0
11462024-05-30T22:31:16.008Z Downloaded flate2 v1.0.30
11472024-05-30T22:31:16.008Z Downloaded regex-automata v0.1.10
11482024-05-30T22:31:16.012Z Downloaded num-bigint-dig v0.8.4
11492024-05-30T22:31:16.019Z Downloaded x509-cert v0.2.5
11502024-05-30T22:31:16.034Z Downloaded unicode-bidi v0.3.15
11512024-05-30T22:31:16.034Z Downloaded flume v0.11.0
11522024-05-30T22:31:16.041Z Downloaded rustyline v14.0.0
11532024-05-30T22:31:16.041Z Downloaded futures-util v0.3.30
11542024-05-30T22:31:16.058Z Downloaded syn v2.0.64
11552024-05-30T22:31:16.073Z Downloaded tough v0.17.1
11562024-05-30T22:31:16.078Z Downloaded expectorate v1.1.0
11572024-05-30T22:31:16.082Z Downloaded bstr v0.2.17
11582024-05-30T22:31:16.098Z Downloaded regress v0.9.1
11592024-05-30T22:31:16.108Z Downloaded winnow v0.5.40
11602024-05-30T22:31:16.123Z Downloaded portable-atomic v1.6.0
11612024-05-30T22:31:16.137Z Downloaded reqwest v0.11.27
11622024-05-30T22:31:16.137Z Downloaded object v0.30.4
11632024-05-30T22:31:16.147Z Downloaded regex-syntax v0.8.3
11642024-05-30T22:31:16.157Z Downloaded goblin v0.8.2
11652024-05-30T22:31:16.157Z Downloaded quick-xml v0.31.0
11662024-05-30T22:31:16.163Z Downloaded serde_with v3.8.1
11672024-05-30T22:31:16.170Z Downloaded smoltcp v0.9.1
11682024-05-30T22:31:16.178Z Downloaded lalrpop v0.19.12
11692024-05-30T22:31:16.189Z Downloaded diesel v2.1.6
11702024-05-30T22:31:16.209Z Downloaded openapiv3 v2.0.0
11712024-05-30T22:31:16.222Z Downloaded winnow v0.6.8
11722024-05-30T22:31:16.230Z Downloaded h2 v0.3.26
11732024-05-30T22:31:16.238Z Downloaded regex-syntax v0.6.29
11742024-05-30T22:31:16.247Z Downloaded rustls v0.21.12
11752024-05-30T22:31:16.258Z Downloaded trust-dns-proto v0.22.0
11762024-05-30T22:31:16.271Z Downloaded vcpkg v0.2.15
11772024-05-30T22:31:16.310Z Downloaded polar-core v0.27.3
11782024-05-30T22:31:16.318Z Downloaded object v0.32.2
11792024-05-30T22:31:16.329Z Downloaded rustls v0.22.4
11802024-05-30T22:31:16.345Z Downloaded zerocopy-derive v0.2.0
11812024-05-30T22:31:16.352Z Downloaded openssl v0.10.64
11822024-05-30T22:31:16.362Z Downloaded gimli v0.28.1
11832024-05-30T22:31:16.371Z Downloaded bzip2-sys v0.1.11+1.0.8
11842024-05-30T22:31:16.389Z Downloaded zerocopy-derive v0.6.6
11852024-05-30T22:31:16.394Z Downloaded regex-automata v0.4.6
11862024-05-30T22:31:16.412Z Downloaded petgraph v0.6.5
11872024-05-30T22:31:16.430Z Downloaded rustix v0.38.34
11882024-05-30T22:31:16.456Z Downloaded ratatui v0.26.2
11892024-05-30T22:31:16.471Z Downloaded sha3 v0.10.8
11902024-05-30T22:31:16.480Z Downloaded csv v1.3.0
11912024-05-30T22:31:16.496Z Downloaded sled v0.34.7
11922024-05-30T22:31:16.505Z Downloaded finl_unicode v1.2.0
11932024-05-30T22:31:16.518Z Downloaded encoding_rs v0.8.34
11942024-05-30T22:31:16.542Z Downloaded libc v0.2.155
11952024-05-30T22:31:16.574Z Downloaded tokio v1.37.0
11962024-05-30T22:31:16.605Z Downloaded regex v1.10.4
11972024-05-30T22:31:16.618Z Downloaded tabled v0.15.0
11982024-05-30T22:31:16.642Z Downloaded radix_trie v0.2.1
11992024-05-30T22:31:16.651Z Downloaded curve25519-dalek v4.1.2
12002024-05-30T22:31:16.651Z Downloaded nix v0.28.0
12012024-05-30T22:31:16.656Z Downloaded proptest v1.4.0
12022024-05-30T22:31:16.665Z Downloaded idna v0.3.0
12032024-05-30T22:31:16.671Z Downloaded webpki-roots v0.25.4
12042024-05-30T22:31:16.675Z Downloaded idna v0.2.3
12052024-05-30T22:31:16.682Z Downloaded bstr v1.9.1
12062024-05-30T22:31:16.692Z Downloaded smoltcp v0.11.0
12072024-05-30T22:31:16.704Z Downloaded idna v0.5.0
12082024-05-30T22:31:16.711Z Downloaded num-bigint v0.4.5
12092024-05-30T22:31:16.726Z Downloaded hyper v0.14.28
12102024-05-30T22:31:16.726Z Downloaded syn v1.0.109
12112024-05-30T22:31:16.733Z Downloaded openssl-sys v0.9.102
12122024-05-30T22:31:16.737Z Downloaded time v0.3.36
12132024-05-30T22:31:16.747Z Downloaded smallvec v1.13.2
12142024-05-30T22:31:16.755Z Downloaded tempfile v3.10.1
12152024-05-30T22:31:16.755Z Downloaded supports-color v3.0.0
12162024-05-30T22:31:16.756Z Downloaded globset v0.4.14
12172024-05-30T22:31:16.756Z Downloaded zerocopy v0.7.34
12182024-05-30T22:31:16.764Z Downloaded steno v0.4.0
12192024-05-30T22:31:16.768Z Downloaded smawk v0.3.2
12202024-05-30T22:31:16.771Z Downloaded spin v0.9.8
12212024-05-30T22:31:16.775Z Downloaded bitvec v1.0.1
12222024-05-30T22:31:16.785Z Downloaded utf-8 v0.7.6
12232024-05-30T22:31:16.788Z Downloaded slog-async v2.8.0
12242024-05-30T22:31:16.788Z Downloaded fastrand v2.1.0
12252024-05-30T22:31:16.794Z Downloaded plain v0.2.3
12262024-05-30T22:31:16.794Z Downloaded peg v0.8.3
12272024-05-30T22:31:16.797Z Downloaded stability v0.2.0
12282024-05-30T22:31:16.797Z Downloaded smf v0.2.3
12292024-05-30T22:31:16.797Z Downloaded elliptic-curve v0.13.8
12302024-05-30T22:31:16.800Z Downloaded derive-where v1.2.7
12312024-05-30T22:31:16.804Z Downloaded samael v0.0.15
12322024-05-30T22:31:16.807Z Downloaded crossterm v0.27.0
12332024-05-30T22:31:16.812Z Downloaded thiserror-no-std v2.0.2
12342024-05-30T22:31:16.827Z Downloaded nom v7.1.3
12352024-05-30T22:31:16.831Z Downloaded libxml v0.3.3
12362024-05-30T22:31:16.831Z Downloaded hkdf v0.12.4
12372024-05-30T22:31:16.831Z Downloaded predicates v3.1.0
12382024-05-30T22:31:16.831Z Downloaded nu-ansi-term v0.50.0
12392024-05-30T22:31:16.834Z Downloaded walkdir v2.5.0
12402024-05-30T22:31:16.834Z Downloaded wait-timeout v0.2.0
12412024-05-30T22:31:16.837Z Downloaded crypto-bigint v0.5.5
12422024-05-30T22:31:16.840Z Downloaded unicode_categories v0.1.1
12432024-05-30T22:31:16.844Z Downloaded unicode-segmentation v1.11.0
12442024-05-30T22:31:16.847Z Downloaded libm v0.2.8
12452024-05-30T22:31:16.856Z Downloaded zip v0.6.6
12462024-05-30T22:31:16.860Z Downloaded itertools v0.10.5
12472024-05-30T22:31:16.864Z Downloaded uzers v0.11.3
12482024-05-30T22:31:16.864Z Downloaded csv-core v0.1.11
12492024-05-30T22:31:16.866Z Downloaded trust-dns-server v0.22.1
12502024-05-30T22:31:16.870Z Downloaded serde_json v1.0.117
12512024-05-30T22:31:16.880Z Downloaded deranged v0.3.11
12522024-05-30T22:31:16.883Z Downloaded fs-err v2.11.0
12532024-05-30T22:31:16.883Z Downloaded derive_builder_core v0.20.0
12542024-05-30T22:31:16.883Z Downloaded derive_builder v0.20.0
12552024-05-30T22:31:16.886Z Downloaded synstructure v0.12.6
12562024-05-30T22:31:16.887Z Downloaded terminal_size v0.3.0
12572024-05-30T22:31:16.887Z Downloaded string_cache v0.8.7
12582024-05-30T22:31:16.890Z Downloaded unarray v0.1.4
12592024-05-30T22:31:16.890Z Downloaded serde_spanned v0.6.6
12602024-05-30T22:31:16.895Z Downloaded secrecy v0.8.0
12612024-05-30T22:31:16.895Z Downloaded same-file v1.0.6
12622024-05-30T22:31:16.895Z Downloaded rand_core v0.6.4
12632024-05-30T22:31:16.900Z Downloaded rand_xorshift v0.3.0
12642024-05-30T22:31:16.900Z Downloaded rand_seeder v0.2.3
12652024-05-30T22:31:16.900Z Downloaded vte v0.11.1
12662024-05-30T22:31:16.900Z Downloaded semver v0.1.20
12672024-05-30T22:31:16.900Z Downloaded crossbeam-epoch v0.9.18
12682024-05-30T22:31:16.903Z Downloaded num_enum v0.5.11
12692024-05-30T22:31:16.906Z Downloaded num_cpus v1.16.0
12702024-05-30T22:31:16.911Z Downloaded tinyvec v1.6.0
12712024-05-30T22:31:16.914Z Downloaded term v0.7.0
12722024-05-30T22:31:16.915Z Downloaded ron v0.8.1
12732024-05-30T22:31:16.921Z Downloaded proc-macro2 v1.0.82
12742024-05-30T22:31:16.921Z Downloaded powerfmt v0.2.0
12752024-05-30T22:31:16.924Z Downloaded password-hash v0.5.0
12762024-05-30T22:31:16.924Z Downloaded futures-channel v0.3.30
12772024-05-30T22:31:16.925Z Downloaded env_logger v0.9.3
12782024-05-30T22:31:16.927Z Downloaded signal-hook v0.3.17
12792024-05-30T22:31:16.931Z Downloaded snafu v0.8.2
12802024-05-30T22:31:16.935Z Downloaded tokio-stream v0.1.15
12812024-05-30T22:31:16.938Z Downloaded tokio-rustls v0.25.0
12822024-05-30T22:31:16.948Z Downloaded tracing v0.1.40
12832024-05-30T22:31:16.948Z Downloaded structmeta-derive v0.2.0
12842024-05-30T22:31:16.949Z Downloaded structmeta-derive v0.3.0
12852024-05-30T22:31:16.949Z Downloaded waitgroup v0.1.2
12862024-05-30T22:31:16.952Z Downloaded funty v2.0.0
12872024-05-30T22:31:16.952Z Downloaded enum-as-inner v0.5.1
12882024-05-30T22:31:16.952Z Downloaded pkcs1 v0.7.5
12892024-05-30T22:31:16.952Z Downloaded toml v0.7.8
12902024-05-30T22:31:16.955Z Downloaded toml v0.5.11
12912024-05-30T22:31:16.956Z Downloaded thiserror v1.0.60
12922024-05-30T22:31:16.964Z Downloaded socket2 v0.4.10
12932024-05-30T22:31:17.380Z Downloaded der v0.7.9
12942024-05-30T22:31:17.380Z Downloaded toml_edit v0.19.15
12952024-05-30T22:31:17.380Z Downloaded mockall_derive v0.12.1
12962024-05-30T22:31:17.380Z Downloaded miniz_oxide v0.7.2
12972024-05-30T22:31:17.380Z Downloaded pkcs8 v0.10.2
12982024-05-30T22:31:17.380Z Downloaded pin-project-internal v1.1.5
12992024-05-30T22:31:17.380Z Downloaded parking_lot_core v0.8.6
13002024-05-30T22:31:17.380Z Downloaded parse-display-derive v0.9.0
13012024-05-30T22:31:17.380Z Downloaded parse-display v0.9.0
13022024-05-30T22:31:17.380Z Downloaded slog-envlogger v2.2.0
13032024-05-30T22:31:17.381Z Downloaded slog-dtrace v0.3.0
13042024-05-30T22:31:17.381Z Downloaded slog-bunyan v2.5.0
13052024-05-30T22:31:17.381Z Downloaded zeroize_derive v1.4.2
13062024-05-30T22:31:17.381Z Downloaded tui-tree-widget v0.19.0
13072024-05-30T22:31:17.381Z Downloaded usdt v0.5.0
13082024-05-30T22:31:17.381Z Downloaded usdt v0.3.5
13092024-05-30T22:31:17.381Z Downloaded tls_codec v0.4.1
13102024-05-30T22:31:17.381Z Downloaded subprocess v0.2.9
13112024-05-30T22:31:17.381Z Downloaded glob v0.3.1
13122024-05-30T22:31:17.381Z Downloaded flagset v0.4.5
13132024-05-30T22:31:17.381Z Downloaded filetime v0.2.23
13142024-05-30T22:31:17.382Z Downloaded fallible-iterator v0.2.0
13152024-05-30T22:31:17.382Z Downloaded ena v0.14.3
13162024-05-30T22:31:17.382Z Downloaded embedded-io v0.4.0
13172024-05-30T22:31:17.382Z Downloaded debug-ignore v1.0.5
13182024-05-30T22:31:17.382Z Downloaded snafu-derive v0.8.2
13192024-05-30T22:31:17.382Z Downloaded peg-macros v0.8.3
13202024-05-30T22:31:17.382Z Downloaded once_cell v1.19.0
13212024-05-30T22:31:17.382Z Downloaded mockall v0.12.1
13222024-05-30T22:31:17.382Z Downloaded mime_guess v2.0.4
13232024-05-30T22:31:17.382Z Downloaded schemars_derive v0.8.20
13242024-05-30T22:31:17.382Z Downloaded proc-macro-crate v1.3.1
13252024-05-30T22:31:17.382Z Downloaded predicates-tree v1.0.9
13262024-05-30T22:31:17.382Z Downloaded der_derive v0.7.2
13272024-05-30T22:31:17.382Z Downloaded defmt-parser v0.3.4
13282024-05-30T22:31:17.382Z Downloaded usdt-impl v0.5.0
13292024-05-30T22:31:17.382Z Downloaded lock_api v0.4.12
13302024-05-30T22:31:17.383Z Downloaded chacha20poly1305 v0.10.1
13312024-05-30T22:31:17.383Z Downloaded thread-id v4.2.1
13322024-05-30T22:31:17.383Z Downloaded subtle v2.5.0
13332024-05-30T22:31:17.383Z Downloaded compact_str v0.7.1
13342024-05-30T22:31:17.383Z Downloaded tokio-native-tls v0.3.1
13352024-05-30T22:31:17.383Z Downloaded mime v0.3.17
13362024-05-30T22:31:17.383Z Downloaded nanorand v0.7.0
13372024-05-30T22:31:17.383Z Downloaded lazycell v1.3.0
13382024-05-30T22:31:17.383Z Downloaded lalrpop-util v0.19.12
13392024-05-30T22:31:17.383Z Downloaded semver v1.0.23
13402024-05-30T22:31:17.383Z Downloaded rustls-pki-types v1.7.0
13412024-05-30T22:31:17.383Z Downloaded rustls-pemfile v2.1.2
13422024-05-30T22:31:17.383Z Downloaded camino v1.1.7
13432024-05-30T22:31:17.383Z Downloaded bitflags v2.5.0
13442024-05-30T22:31:17.383Z Downloaded lazy_static v1.4.0
13452024-05-30T22:31:17.383Z Downloaded console v0.15.8
13462024-05-30T22:31:17.384Z Downloaded clap v4.5.4
13472024-05-30T22:31:17.384Z Downloaded cancel-safe-futures v0.1.5
13482024-05-30T22:31:17.384Z Downloaded tabled_derive v0.7.0
13492024-05-30T22:31:17.384Z Downloaded tabwriter v1.4.0
13502024-05-30T22:31:17.384Z Downloaded structmeta v0.2.0
13512024-05-30T22:31:17.384Z Downloaded hyper-staticfile v0.9.5
13522024-05-30T22:31:17.384Z Downloaded cookie v0.17.0
13532024-05-30T22:31:17.384Z Downloaded itoa v1.0.11
13542024-05-30T22:31:17.384Z Downloaded macaddr v1.0.1
13552024-05-30T22:31:17.384Z Downloaded lru-cache v0.1.2
13562024-05-30T22:31:17.384Z Downloaded home v0.5.9
13572024-05-30T22:31:17.384Z Downloaded hyper-tls v0.5.0
13582024-05-30T22:31:17.384Z Downloaded http-body v0.4.6
13592024-05-30T22:31:17.384Z Downloaded shell-words v1.1.0
13602024-05-30T22:31:17.384Z Downloaded serde_arrays v0.1.0
13612024-05-30T22:31:17.384Z Downloaded humantime v2.1.0
13622024-05-30T22:31:17.384Z Downloaded rustc_version v0.4.0
13632024-05-30T22:31:17.384Z Downloaded rtoolbox v0.0.2
13642024-05-30T22:31:17.384Z Downloaded bcs v0.1.6
13652024-05-30T22:31:17.384Z Downloaded linked-hash-map v0.5.6
13662024-05-30T22:31:17.384Z Downloaded inout v0.1.3
13672024-05-30T22:31:17.384Z Downloaded impl-trait-for-tuples v0.2.2
13682024-05-30T22:31:17.384Z Downloaded new_debug_unreachable v1.0.6
13692024-05-30T22:31:17.385Z Downloaded crc v3.2.1
13702024-05-30T22:31:17.385Z Downloaded colored v2.1.0
13712024-05-30T22:31:17.385Z Downloaded clap_lex v0.7.0
13722024-05-30T22:31:17.385Z Downloaded ciborium v0.2.2
13732024-05-30T22:31:17.385Z Downloaded cargo_metadata v0.18.1
13742024-05-30T22:31:17.385Z Downloaded autocfg v1.3.0
13752024-05-30T22:31:17.385Z Downloaded match_cfg v0.1.0
13762024-05-30T22:31:17.385Z Downloaded cargo-platform v0.1.8
13772024-05-30T22:31:17.385Z Downloaded bytecount v0.6.8
13782024-05-30T22:31:17.385Z Downloaded buf-list v1.0.3
13792024-05-30T22:31:17.385Z Downloaded base16ct v0.2.0
13802024-05-30T22:31:17.385Z Downloaded async-trait v0.1.80
13812024-05-30T22:31:17.385Z Downloaded async-stream v0.3.5
13822024-05-30T22:31:17.385Z Downloaded ascii-canvas v3.0.0
13832024-05-30T22:31:17.385Z Downloaded http-range v0.1.5
13842024-05-30T22:31:17.385Z Downloaded iana-time-zone v0.1.60
13852024-05-30T22:31:17.385Z Downloaded ciborium-io v0.2.2
13862024-05-30T22:31:17.385Z Downloaded assert_matches v1.5.0
13872024-05-30T22:31:17.385Z Downloaded ident_case v1.0.1
13882024-05-30T22:31:17.385Z Downloaded hostname v0.3.1
13892024-05-30T22:31:17.385Z Downloaded blake3 v1.5.1
13902024-05-30T22:31:17.385Z Downloaded atty v0.2.14
13912024-05-30T22:31:17.386Z Downloaded hashbrown v0.14.5
13922024-05-30T22:31:17.386Z Downloaded bytes v1.6.0
13932024-05-30T22:31:17.391Z Downloaded async-stream-impl v0.3.5
13942024-05-30T22:31:17.392Z Downloaded ciborium-ll v0.2.2
13952024-05-30T22:31:17.392Z Downloaded bb8 v0.8.3
13962024-05-30T22:31:17.392Z Downloaded ring v0.17.8
13972024-05-30T22:31:17.392Z Downloaded base64 v0.13.1
13982024-05-30T22:31:17.392Z Downloaded heck v0.4.1
13992024-05-30T22:31:17.392Z Downloaded byteorder v1.5.0
14002024-05-30T22:31:17.392Z Downloaded bitstruct_derive v0.1.0
14012024-05-30T22:31:17.392Z Downloaded bit-set v0.5.3
14022024-05-30T22:31:17.392Z Downloaded base64ct v1.6.0
14032024-05-30T22:31:17.392Z Downloaded headers-core v0.2.0
14042024-05-30T22:31:17.392Z Downloaded arc-swap v1.7.1
14052024-05-30T22:31:17.392Z Downloaded array-init v0.0.4
14062024-05-30T22:31:17.392Z Downloaded anstyle-query v1.0.3
14072024-05-30T22:31:17.392Z Downloaded ahash v0.8.11
14082024-05-30T22:31:17.392Z Downloaded anstyle v1.0.7
14092024-05-30T22:31:17.392Z Downloaded anstream v0.6.14
14102024-05-30T22:31:17.392Z Downloaded aead v0.5.2
14112024-05-30T22:31:17.392Z Downloaded ring v0.16.20
14122024-05-30T22:31:17.779Z Compiling proc-macro2 v1.0.82
14132024-05-30T22:31:17.779Z Compiling unicode-ident v1.0.12
14142024-05-30T22:31:17.783Z Compiling libc v0.2.155
14152024-05-30T22:31:17.783Z Compiling serde v1.0.203
14162024-05-30T22:31:17.783Z Compiling autocfg v1.3.0
14172024-05-30T22:31:17.783Z Compiling version_check v0.9.4
14182024-05-30T22:31:17.783Z Compiling cfg-if v1.0.0
14192024-05-30T22:31:17.957Z Compiling cc v1.0.97
14202024-05-30T22:31:18.016Z Compiling parking_lot_core v0.9.10
14212024-05-30T22:31:18.033Z Compiling once_cell v1.19.0
14222024-05-30T22:31:18.393Z Compiling serde_json v1.0.117
14232024-05-30T22:31:18.542Z Compiling lock_api v0.4.12
14242024-05-30T22:31:18.545Z Compiling ahash v0.8.11
14252024-05-30T22:31:19.401Z Compiling libm v0.2.8
14262024-05-30T22:31:19.404Z Compiling byteorder v1.5.0
14272024-05-30T22:31:19.404Z Compiling num-traits v0.2.19
14282024-05-30T22:31:19.539Z Compiling memchr v2.7.2
14292024-05-30T22:31:19.689Z Compiling thiserror v1.0.60
14302024-05-30T22:31:19.752Z Compiling typenum v1.17.0
14312024-05-30T22:31:19.886Z Compiling log v0.4.21
14322024-05-30T22:31:20.210Z Compiling generic-array v0.14.7
14332024-05-30T22:31:20.441Z Compiling itoa v1.0.11
14342024-05-30T22:31:20.663Z Compiling quote v1.0.36
14352024-05-30T22:31:20.683Z Compiling scopeguard v1.2.0
14362024-05-30T22:31:20.888Z Compiling getrandom v0.2.14
14372024-05-30T22:31:21.154Z Compiling syn v2.0.64
14382024-05-30T22:31:21.561Z Compiling allocator-api2 v0.2.18
14392024-05-30T22:31:21.623Z Compiling slab v0.4.9
14402024-05-30T22:31:21.858Z Compiling ring v0.17.8
14412024-05-30T22:31:21.949Z Compiling ryu v1.0.18
14422024-05-30T22:31:21.982Z Compiling smallvec v1.13.2
14432024-05-30T22:31:22.006Z Compiling pin-project-lite v0.2.14
14442024-05-30T22:31:22.146Z Compiling schemars v0.8.20
14452024-05-30T22:31:22.425Z Compiling semver v1.0.23
14462024-05-30T22:31:22.521Z Compiling equivalent v1.0.1
14472024-05-30T22:31:22.551Z Compiling syn v1.0.109
14482024-05-30T22:31:22.827Z Compiling parking_lot v0.12.2
14492024-05-30T22:31:23.017Z Compiling vcpkg v0.2.15
14502024-05-30T22:31:23.090Z Compiling pkg-config v0.3.30
14512024-05-30T22:31:23.247Z Compiling signal-hook-registry v1.4.2
14522024-05-30T22:31:24.515Z Compiling mio v0.8.11
14532024-05-30T22:31:24.833Z Compiling openssl-sys v0.9.102
14542024-05-30T22:31:25.064Z Compiling fnv v1.0.7
14552024-05-30T22:31:25.417Z Compiling rand_core v0.6.4
14562024-05-30T22:31:25.731Z Compiling socket2 v0.5.7
14572024-05-30T22:31:25.828Z Compiling num_cpus v1.16.0
14582024-05-30T22:31:25.991Z Compiling time-core v0.1.2
14592024-05-30T22:31:26.180Z Compiling num-conv v0.1.0
14602024-05-30T22:31:26.459Z Compiling time-macros v0.2.18
14612024-05-30T22:31:26.555Z Compiling httparse v1.8.0
14622024-05-30T22:31:27.037Z Compiling futures-core v0.3.30
14632024-05-30T22:31:27.330Z Compiling openssl v0.10.64
14642024-05-30T22:31:27.944Z Compiling rustix v0.38.34
14652024-05-30T22:31:27.978Z Compiling iana-time-zone v0.1.60
14662024-05-30T22:31:28.004Z Compiling crossbeam-utils v0.8.19
14672024-05-30T22:31:28.450Z Compiling spin v0.9.8
14682024-05-30T22:31:28.574Z Compiling rustls v0.21.12
14692024-05-30T22:31:28.620Z Compiling tinyvec_macros v0.1.1
14702024-05-30T22:31:28.724Z Compiling serde_derive_internals v0.29.1
14712024-05-30T22:31:28.866Z Compiling native-tls v0.2.11
14722024-05-30T22:31:28.890Z Compiling tinyvec v1.6.0
14732024-05-30T22:31:29.556Z Compiling subtle v2.5.0
14742024-05-30T22:31:29.927Z Compiling const-oid v0.9.6
14752024-05-30T22:31:30.038Z Compiling futures-sink v0.3.30
14762024-05-30T22:31:30.058Z Compiling ucd-trie v0.1.6
14772024-05-30T22:31:30.268Z Compiling unicode-normalization v0.1.23
14782024-05-30T22:31:30.722Z Compiling backtrace v0.3.71
14792024-05-30T22:31:30.970Z Compiling cookie v0.17.0
14802024-05-30T22:31:31.122Z Compiling dyn-clone v1.0.17
14812024-05-30T22:31:31.243Z Compiling heck v0.4.1
14822024-05-30T22:31:31.264Z Compiling unicode-bidi v0.3.15
14832024-05-30T22:31:31.325Z Compiling heck v0.5.0
14842024-05-30T22:31:31.516Z Compiling slog v2.7.0
14852024-05-30T22:31:31.918Z Compiling futures-channel v0.3.30
14862024-05-30T22:31:32.147Z Compiling futures-task v0.3.30
14872024-05-30T22:31:32.361Z Compiling futures-io v0.3.30
14882024-05-30T22:31:32.482Z Compiling strsim v0.11.1
14892024-05-30T22:31:32.759Z Compiling pin-utils v0.1.0
14902024-05-30T22:31:33.024Z Compiling aho-corasick v1.1.3
14912024-05-30T22:31:33.368Z Compiling anyhow v1.0.86
14922024-05-30T22:31:33.386Z Compiling winnow v0.5.40
14932024-05-30T22:31:33.549Z Compiling regex-syntax v0.8.3
14942024-05-30T22:31:33.904Z Compiling untrusted v0.9.0
14952024-05-30T22:31:34.442Z Compiling serde_derive v1.0.203
14962024-05-30T22:31:35.001Z Compiling zerocopy-derive v0.7.34
14972024-05-30T22:31:36.616Z Compiling zeroize_derive v1.4.2
14982024-05-30T22:31:37.076Z Compiling zerocopy v0.7.34
14992024-05-30T22:31:37.285Z Compiling thiserror-impl v1.0.60
15002024-05-30T22:31:37.573Z Compiling tokio-macros v2.2.0
15012024-05-30T22:31:37.616Z Compiling futures-macro v0.3.30
15022024-05-30T22:31:38.023Z Compiling schemars_derive v0.8.20
15032024-05-30T22:31:39.436Z Compiling hashbrown v0.14.5
15042024-05-30T22:31:39.446Z Compiling tracing-attributes v0.1.27
15052024-05-30T22:31:39.608Z Compiling zeroize v1.7.0
15062024-05-30T22:31:40.408Z Compiling openssl-macros v0.1.1
15072024-05-30T22:31:41.050Z Compiling scroll_derive v0.12.0
15082024-05-30T22:31:41.104Z Compiling pest v2.7.10
15092024-05-30T22:31:41.642Z Compiling crypto-common v0.1.6
15102024-05-30T22:31:42.185Z Compiling futures-util v0.3.30
15112024-05-30T22:31:42.419Z Compiling der_derive v0.7.2
15122024-05-30T22:31:43.156Z Compiling block-buffer v0.10.4
15132024-05-30T22:31:43.379Z Compiling regex-automata v0.4.6
15142024-05-30T22:31:43.843Z Compiling pest_meta v2.7.10
15152024-05-30T22:31:44.825Z Compiling tracing-core v0.1.32
15162024-05-30T22:31:47.281Z Compiling pest_generator v2.7.10
15172024-05-30T22:31:48.108Z Compiling bytes v1.6.0
15182024-05-30T22:31:49.126Z Compiling indexmap v2.2.6
15192024-05-30T22:31:49.350Z Compiling tokio v1.37.0
15202024-05-30T22:31:49.849Z Compiling uuid v1.8.0
15212024-05-30T22:31:50.612Z Compiling chrono v0.4.38
15222024-05-30T22:31:51.008Z Compiling bitflags v2.5.0
15232024-05-30T22:31:51.184Z Compiling serde_tokenstream v0.2.0
15242024-05-30T22:31:51.698Z Compiling serde_spanned v0.6.6
15252024-05-30T22:31:52.409Z Compiling toml_datetime v0.6.6
15262024-05-30T22:31:52.830Z Compiling http v0.2.12
15272024-05-30T22:31:54.947Z Compiling toml_edit v0.19.15
15282024-05-30T22:31:55.140Z Compiling rustc_version v0.4.0
15292024-05-30T22:31:55.800Z Compiling pest_derive v2.7.10
15302024-05-30T22:31:56.359Z Compiling usdt-impl v0.5.0
15312024-05-30T22:31:56.574Z Compiling rustversion v1.0.17
15322024-05-30T22:31:56.681Z Compiling powerfmt v0.2.0
15332024-05-30T22:31:57.199Z Compiling deranged v0.3.11
15342024-05-30T22:31:57.306Z Compiling heapless v0.7.17
15352024-05-30T22:31:57.752Z Compiling tracing v0.1.40
15362024-05-30T22:31:58.082Z Compiling digest v0.10.7
15372024-05-30T22:31:58.532Z Compiling scroll v0.12.0
15382024-05-30T22:31:59.117Z Compiling signal-hook v0.3.17
15392024-05-30T22:31:59.325Z Compiling num_threads v0.1.7
15402024-05-30T22:31:59.465Z Compiling percent-encoding v2.3.1
15412024-05-30T22:31:59.510Z Compiling plain v0.2.3
15422024-05-30T22:31:59.930Z Compiling ppv-lite86 v0.2.17
15432024-05-30T22:31:59.977Z Compiling time v0.3.36
15442024-05-30T22:31:59.993Z Compiling goblin v0.8.2
15452024-05-30T22:32:00.706Z Compiling rand_chacha v0.3.1
15462024-05-30T22:32:02.214Z Compiling regex v1.10.4
15472024-05-30T22:32:03.515Z Compiling pretty-hex v0.4.1
15482024-05-30T22:32:04.182Z Compiling crc32fast v1.4.0
15492024-05-30T22:32:05.258Z Compiling rand v0.8.5
15502024-05-30T22:32:05.337Z Compiling tokio-util v0.7.11
15512024-05-30T22:32:11.212Z Compiling dof v0.3.0
15522024-05-30T22:32:11.390Z Compiling dtrace-parser v0.2.0
15532024-05-30T22:32:11.390Z Compiling async-trait v0.1.80
15542024-05-30T22:32:11.390Z Compiling thread-id v4.2.1
15552024-05-30T22:32:11.390Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
15562024-05-30T22:32:11.390Z Compiling unicode-width v0.1.12
15572024-05-30T22:32:11.390Z Compiling smoltcp v0.9.1
15582024-05-30T22:32:11.390Z Compiling base64ct v1.6.0
15592024-05-30T22:32:11.390Z Compiling foreign-types-shared v0.1.1
15602024-05-30T22:32:11.390Z Compiling pem-rfc7468 v0.7.0
15612024-05-30T22:32:11.390Z Compiling foreign-types v0.3.2
15622024-05-30T22:32:11.390Z Compiling form_urlencoded v1.2.1
15632024-05-30T22:32:11.390Z Compiling hmac v0.12.1
15642024-05-30T22:32:11.512Z Compiling try-lock v0.2.5
15652024-05-30T22:32:11.592Z Compiling base64 v0.21.7
15662024-05-30T22:32:11.604Z Compiling flagset v0.4.5
15672024-05-30T22:32:11.823Z Compiling adler v1.0.2
15682024-05-30T22:32:11.851Z Compiling siphasher v0.3.11
15692024-05-30T22:32:12.131Z Compiling miniz_oxide v0.7.2
15702024-05-30T22:32:12.183Z Compiling want v0.3.1
15712024-05-30T22:32:12.240Z Compiling der v0.7.9
15722024-05-30T22:32:13.107Z Compiling h2 v0.3.26
15732024-05-30T22:32:13.480Z Compiling rustls-webpki v0.101.7
15742024-05-30T22:32:13.530Z Compiling sct v0.7.1
15752024-05-30T22:32:15.235Z Compiling http-body v0.4.6
15762024-05-30T22:32:15.745Z Compiling openapiv3 v2.0.0
15772024-05-30T22:32:16.140Z Compiling hubpack_derive v0.1.1
15782024-05-30T22:32:16.233Z Compiling zerocopy-derive v0.6.6
15792024-05-30T22:32:16.980Z Compiling idna v0.5.0
15802024-05-30T22:32:17.140Z Compiling errno v0.3.9
15812024-05-30T22:32:17.399Z Compiling fs-err v2.11.0
15822024-05-30T22:32:17.469Z Compiling cpufeatures v0.2.12
15832024-05-30T22:32:17.982Z Compiling utf8parse v0.2.1
15842024-05-30T22:32:17.986Z Compiling httpdate v1.0.3
15852024-05-30T22:32:17.986Z Compiling openssl-probe v0.1.5
15862024-05-30T22:32:18.115Z Compiling anstyle v1.0.7
15872024-05-30T22:32:18.232Z Compiling gimli v0.28.1
15882024-05-30T22:32:18.280Z Compiling spin v0.5.2
15892024-05-30T22:32:18.409Z Compiling finl_unicode v1.2.0
15902024-05-30T22:32:18.543Z Compiling tower-service v0.3.2
15912024-05-30T22:32:18.694Z Compiling stable_deref_trait v1.2.0
15922024-05-30T22:32:19.811Z Compiling stringprep v0.1.4
15932024-05-30T22:32:20.618Z Compiling hyper v0.14.28
15942024-05-30T22:32:20.813Z Compiling url v2.5.0
15952024-05-30T22:32:21.180Z Compiling anstyle-parse v0.2.4
15962024-05-30T22:32:21.445Z Compiling sha2 v0.10.8
15972024-05-30T22:32:23.705Z Compiling addr2line v0.21.0
15982024-05-30T22:32:24.591Z Compiling spki v0.7.3
15992024-05-30T22:32:24.971Z Compiling usdt-attr-macro v0.5.0
16002024-05-30T22:32:26.565Z Compiling usdt-macro v0.5.0
16012024-05-30T22:32:27.097Z Compiling md-5 v0.10.6
16022024-05-30T22:32:30.112Z Compiling idna v0.3.0
16032024-05-30T22:32:31.664Z Compiling diesel_table_macro_syntax v0.1.0
16042024-05-30T22:32:31.669Z Compiling num-integer v0.1.46
16052024-05-30T22:32:32.057Z Compiling object v0.32.2
16062024-05-30T22:32:32.414Z Compiling hash32 v0.2.1
16072024-05-30T22:32:32.814Z Compiling anstyle-query v1.0.3
16082024-05-30T22:32:33.509Z Compiling psl-types v2.0.11
16092024-05-30T22:32:33.710Z Compiling rustc-demangle v0.1.24
16102024-05-30T22:32:33.850Z Compiling is_terminal_polyfill v1.70.0
16112024-05-30T22:32:36.072Z Compiling fallible-iterator v0.2.0
16122024-05-30T22:32:37.041Z Compiling colorchoice v1.0.1
16132024-05-30T22:32:37.219Z Compiling anstream v0.6.14
16142024-05-30T22:32:37.618Z Compiling lazy_static v1.4.0
16152024-05-30T22:32:39.001Z Compiling postgres-protocol v0.6.6
16162024-05-30T22:32:40.175Z Compiling publicsuffix v2.2.3
16172024-05-30T22:32:40.793Z Compiling diesel_derives v2.1.4
16182024-05-30T22:32:46.204Z Compiling tokio-rustls v0.24.1
16192024-05-30T22:32:47.214Z Compiling pkcs8 v0.10.2
16202024-05-30T22:32:47.518Z Compiling terminal_size v0.3.0
16212024-05-30T22:32:47.772Z Compiling tokio-native-tls v0.3.1
16222024-05-30T22:32:48.059Z Compiling phf_shared v0.11.2
16232024-05-30T22:32:48.954Z Compiling strum_macros v0.25.3
16242024-05-30T22:32:49.686Z Compiling block-padding v0.3.3
16252024-05-30T22:32:49.909Z Compiling regress v0.9.1
16262024-05-30T22:32:50.560Z Compiling enum-as-inner v0.5.1
16272024-05-30T22:32:50.586Z Compiling clap_derive v4.5.4
16282024-05-30T22:32:51.582Z Compiling serde_repr v0.1.19
16292024-05-30T22:32:53.028Z Compiling ff v0.13.0
16302024-05-30T22:32:53.718Z Compiling scheduled-thread-pool v0.2.7
16312024-05-30T22:32:54.733Z Compiling encoding_rs v0.8.34
16322024-05-30T22:32:54.935Z Compiling managed v0.8.0
16332024-05-30T22:32:55.387Z Compiling bit-vec v0.6.3
16342024-05-30T22:32:55.448Z Compiling bitflags v1.3.2
16352024-05-30T22:32:55.825Z Compiling ident_case v1.0.1
16362024-05-30T22:32:56.013Z Compiling either v1.12.0
16372024-05-30T22:32:56.177Z Compiling matches v0.1.10
16382024-05-30T22:32:56.291Z Compiling base16ct v0.2.0
16392024-05-30T22:32:56.470Z Compiling clap_lex v0.7.0
16402024-05-30T22:32:56.606Z Compiling ipnet v2.9.0
16412024-05-30T22:32:57.051Z Compiling mime v0.3.17
16422024-05-30T22:32:57.450Z Compiling clap_builder v4.5.2
16432024-05-30T22:32:57.675Z Compiling sec1 v0.7.3
16442024-05-30T22:32:58.218Z Compiling idna v0.2.3
16452024-05-30T22:32:58.247Z Compiling darling_core v0.20.9
16462024-05-30T22:33:03.750Z Compiling r2d2 v0.8.10
16472024-05-30T22:33:04.561Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16482024-05-30T22:33:05.068Z Compiling group v0.13.0
16492024-05-30T22:33:05.371Z Compiling inout v0.1.3
16502024-05-30T22:33:05.889Z Compiling phf v0.11.2
16512024-05-30T22:33:05.935Z Compiling hyper-tls v0.5.0
16522024-05-30T22:33:06.212Z Compiling signal-hook-mio v0.2.3
16532024-05-30T22:33:06.299Z Compiling hyper-rustls v0.24.2
16542024-05-30T22:33:06.554Z Compiling cookie_store v0.20.0
16552024-05-30T22:33:06.848Z Compiling postgres-types v0.2.6
16562024-05-30T22:33:07.010Z Compiling num-bigint v0.4.5
16572024-05-30T22:33:07.971Z Compiling zerocopy v0.6.6
16582024-05-30T22:33:08.238Z Compiling hubpack v0.1.2
16592024-05-30T22:33:08.295Z Compiling phf_shared v0.10.0
16602024-05-30T22:33:08.667Z Compiling rustls-pemfile v1.0.4
16612024-05-30T22:33:08.706Z Compiling hkdf v0.12.4
16622024-05-30T22:33:08.859Z Compiling serde_urlencoded v0.7.1
16632024-05-30T22:33:09.119Z Compiling crossbeam-epoch v0.9.18
16642024-05-30T22:33:09.264Z Compiling ipnetwork v0.20.0
16652024-05-30T22:33:09.537Z Compiling futures-executor v0.3.30
16662024-05-30T22:33:10.344Z Compiling crypto-bigint v0.5.5
16672024-05-30T22:33:10.612Z Compiling float-cmp v0.9.0
16682024-05-30T22:33:10.662Z Compiling memmap v0.7.0
16692024-05-30T22:33:10.851Z Compiling static_assertions v1.1.0
16702024-05-30T22:33:10.967Z Compiling unicode-segmentation v1.11.0
16712024-05-30T22:33:10.990Z Compiling precomputed-hash v0.1.1
16722024-05-30T22:33:11.759Z Compiling difflib v0.4.0
16732024-05-30T22:33:11.820Z Compiling minimal-lexical v0.2.1
16742024-05-30T22:33:12.327Z Compiling fixedbitset v0.4.2
16752024-05-30T22:33:12.888Z Compiling winnow v0.6.8
16762024-05-30T22:33:13.073Z Compiling normalize-line-endings v0.3.0
16772024-05-30T22:33:13.284Z Compiling new_debug_unreachable v1.0.6
16782024-05-30T22:33:13.875Z Compiling whoami v1.5.1
16792024-05-30T22:33:14.004Z Compiling sync_wrapper v0.1.2
16802024-05-30T22:33:14.166Z Compiling data-encoding v2.6.0
16812024-05-30T22:33:14.372Z Compiling webpki-roots v0.25.4
16822024-05-30T22:33:14.491Z Compiling predicates-core v1.0.6
16832024-05-30T22:33:14.551Z Compiling reqwest v0.11.27
16842024-05-30T22:33:14.831Z Compiling trust-dns-proto v0.22.0
16852024-05-30T22:33:15.831Z Compiling predicates v3.1.0
16862024-05-30T22:33:16.164Z Compiling tokio-postgres v0.7.10
16872024-05-30T22:33:16.768Z Compiling toml_edit v0.22.13
16882024-05-30T22:33:17.490Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16892024-05-30T22:33:17.502Z Compiling string_cache v0.8.7
16902024-05-30T22:33:17.932Z Compiling elliptic-curve v0.13.8
16912024-05-30T22:33:18.727Z Compiling petgraph v0.6.5
16922024-05-30T22:33:21.001Z Compiling nom v7.1.3
16932024-05-30T22:33:21.091Z Compiling similar v2.5.0
16942024-05-30T22:33:22.579Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
16952024-05-30T22:33:22.654Z Compiling usdt v0.5.0
16962024-05-30T22:33:23.172Z Compiling futures v0.3.30
16972024-05-30T22:33:23.307Z Compiling yasna v0.5.2
16982024-05-30T22:33:23.517Z Compiling diesel v2.1.6
16992024-05-30T22:33:24.740Z Compiling crossterm v0.27.0
17002024-05-30T22:33:24.814Z Compiling flate2 v1.0.30
17012024-05-30T22:33:25.263Z Compiling cipher v0.4.4
17022024-05-30T22:33:25.457Z Compiling darling_macro v0.20.9
17032024-05-30T22:33:25.813Z Compiling clap v4.5.4
17042024-05-30T22:33:25.953Z Compiling itertools v0.12.1
17052024-05-30T22:33:26.032Z Compiling itertools v0.10.5
17062024-05-30T22:33:26.421Z Compiling bit-set v0.5.3
17072024-05-30T22:33:27.568Z Compiling console v0.15.8
17082024-05-30T22:33:28.113Z Compiling num-iter v0.1.45
17092024-05-30T22:33:28.573Z Compiling tokio-stream v0.1.15
17102024-05-30T22:33:28.886Z Compiling toml v0.7.8
17112024-05-30T22:33:28.918Z Compiling bstr v1.9.1
17122024-05-30T22:33:28.975Z Compiling hex v0.4.3
17132024-05-30T22:33:29.554Z Compiling lalrpop-util v0.19.12
17142024-05-30T22:33:29.832Z Compiling peg-runtime v0.8.3
17152024-05-30T22:33:30.429Z Compiling darling v0.20.9
17162024-05-30T22:33:30.555Z Compiling proc-macro-crate v1.3.1
17172024-05-30T22:33:30.963Z Compiling heapless v0.8.0
17182024-05-30T22:33:32.082Z Compiling camino v1.1.7
17192024-05-30T22:33:34.060Z Compiling num_enum_derive v0.5.11
17202024-05-30T22:33:39.663Z Compiling hash32 v0.3.1
17212024-05-30T22:33:42.033Z Compiling rustls-pki-types v1.7.0
17222024-05-30T22:33:42.936Z Compiling smoltcp v0.11.0
17232024-05-30T22:33:43.548Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17242024-05-30T22:33:52.070Z Compiling num_enum v0.5.11
17252024-05-30T22:33:54.632Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
17262024-05-30T22:33:55.123Z Compiling getopts v0.2.21
17272024-05-30T22:33:56.737Z Compiling dirs-sys-next v0.1.2
17282024-05-30T22:33:57.540Z Compiling proc-macro-error-attr v1.0.4
17292024-05-30T22:33:57.805Z Compiling unsafe-libyaml v0.2.11
17302024-05-30T22:33:57.841Z Compiling embedded-io v0.4.0
17312024-05-30T22:33:58.092Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17322024-05-30T22:33:58.416Z Compiling cobs v0.2.3
17332024-05-30T22:33:58.986Z Compiling paste v1.0.15
17342024-05-30T22:33:59.462Z Compiling rustls v0.22.4
17352024-05-30T22:34:00.261Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17362024-05-30T22:34:00.447Z Compiling serde_yaml v0.9.34+deprecated
17372024-05-30T22:34:01.671Z Compiling postcard v1.0.8
17382024-05-30T22:34:02.783Z Compiling dirs-next v2.0.0
17392024-05-30T22:34:04.813Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17402024-05-30T22:34:08.150Z Compiling rustls-webpki v0.102.4
17412024-05-30T22:34:16.101Z Compiling strum_macros v0.26.2
17422024-05-30T22:34:16.616Z Compiling structmeta-derive v0.3.0
17432024-05-30T22:34:17.013Z Compiling foreign-types-macros v0.2.3
17442024-05-30T22:34:18.613Z Compiling thread_local v1.1.8
17452024-05-30T22:34:19.282Z Compiling proc-macro-error v1.0.4
17462024-05-30T22:34:19.372Z Compiling multer v3.1.0
17472024-05-30T22:34:19.401Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
17482024-05-30T22:34:20.139Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17492024-05-30T22:34:20.343Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
17502024-05-30T22:34:20.657Z Compiling slog-async v2.8.0
17512024-05-30T22:34:21.141Z Compiling foreign-types-shared v0.3.1
17522024-05-30T22:34:21.431Z Compiling match_cfg v0.1.0
17532024-05-30T22:34:21.541Z Compiling hostname v0.3.1
17542024-05-30T22:34:25.917Z Compiling foreign-types v0.5.0
17552024-05-30T22:34:26.132Z Compiling strum v0.26.2
17562024-05-30T22:34:26.939Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
17572024-05-30T22:34:29.005Z Compiling structmeta v0.3.0
17582024-05-30T22:34:33.233Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17592024-05-30T22:34:43.449Z Compiling term v0.7.0
17602024-05-30T22:34:46.405Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17612024-05-30T22:34:47.982Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
17622024-05-30T22:34:49.555Z Compiling slog-json v2.6.1
17632024-05-30T22:34:50.112Z Compiling tabwriter v1.4.0
17642024-05-30T22:34:50.623Z Compiling crossbeam-channel v0.5.12
17652024-05-30T22:34:51.911Z Compiling http v1.1.0
17662024-05-30T22:34:52.116Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17672024-05-30T22:34:52.295Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
17682024-05-30T22:34:52.714Z Compiling async-stream-impl v0.3.5
17692024-05-30T22:34:52.944Z Compiling cstr-argument v0.1.2
17702024-05-30T22:34:53.185Z Compiling is-terminal v0.4.12
17712024-05-30T22:34:53.223Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
17722024-05-30T22:34:53.330Z Compiling crucible-workspace-hack v0.1.0
17732024-05-30T22:34:53.524Z Compiling rayon-core v1.12.1
17742024-05-30T22:34:53.616Z Compiling atomic-waker v1.1.2
17752024-05-30T22:34:53.818Z Compiling fastrand v2.1.0
17762024-05-30T22:34:54.074Z Compiling pretty-hex v0.2.1
17772024-05-30T22:34:54.316Z Compiling base64 v0.22.1
17782024-05-30T22:34:54.613Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
17792024-05-30T22:34:55.006Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
17802024-05-30T22:34:55.292Z Compiling take_mut v0.2.2
17812024-05-30T22:34:55.397Z Compiling rustls-pemfile v2.1.2
17822024-05-30T22:34:55.489Z Compiling tempfile v3.10.1
17832024-05-30T22:34:56.158Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17842024-05-30T22:34:56.592Z Compiling async-stream v0.3.5
17852024-05-30T22:34:56.701Z Compiling waitgroup v0.1.2
17862024-05-30T22:34:57.068Z Compiling slog-term v2.9.1
17872024-05-30T22:34:57.574Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17882024-05-30T22:34:58.628Z Compiling slog-bunyan v2.5.0
17892024-05-30T22:34:58.731Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17902024-05-30T22:34:59.081Z Compiling tokio-rustls v0.25.0
17912024-05-30T22:34:59.582Z Compiling parse-display-derive v0.9.0
17922024-05-30T22:34:59.634Z Compiling toml v0.8.13
17932024-05-30T22:34:59.731Z Compiling serde_with_macros v3.8.1
17942024-05-30T22:34:59.875Z Compiling sha1 v0.10.6
17952024-05-30T22:35:00.743Z Compiling crossbeam-deque v0.8.5
17962024-05-30T22:35:01.165Z Compiling colored v2.1.0
17972024-05-30T22:35:02.521Z Compiling newtype-uuid v1.1.0
17982024-05-30T22:35:02.566Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
17992024-05-30T22:35:02.893Z Compiling serde_path_to_error v0.1.16
18002024-05-30T22:35:03.790Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18012024-05-30T22:35:04.340Z Compiling socket2 v0.4.10
18022024-05-30T22:35:04.349Z Compiling hostname v0.4.0
18032024-05-30T22:35:04.541Z Compiling instant v0.1.12
18042024-05-30T22:35:04.566Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18052024-05-30T22:35:04.667Z Compiling debug-ignore v1.0.5
18062024-05-30T22:35:04.736Z Compiling backoff v0.4.0
18072024-05-30T22:35:04.844Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
18082024-05-30T22:35:05.106Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18092024-05-30T22:35:05.518Z Compiling parse-display v0.9.0
18102024-05-30T22:35:06.851Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18112024-05-30T22:35:07.361Z Compiling serde_with v3.8.1
18122024-05-30T22:35:07.726Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18132024-05-30T22:35:08.294Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18142024-05-30T22:35:09.221Z Compiling camino-tempfile v1.1.1
18152024-05-30T22:35:10.056Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
18162024-05-30T22:35:10.586Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18172024-05-30T22:35:10.789Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7)
18182024-05-30T22:35:11.271Z Compiling macaddr v1.0.1
18192024-05-30T22:35:11.888Z Compiling num-derive v0.4.2
18202024-05-30T22:35:12.093Z Compiling sigpipe v0.1.3
18212024-05-30T22:35:12.663Z Compiling libefi-sys v0.1.0
18222024-05-30T22:35:12.674Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
18232024-05-30T22:35:13.169Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18242024-05-30T22:35:14.237Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
18252024-05-30T22:35:14.259Z Compiling rayon v1.10.0
18262024-05-30T22:35:14.766Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
18272024-05-30T22:35:15.900Z Compiling smf v0.2.3
18282024-05-30T22:35:16.450Z Compiling ring v0.16.20
18292024-05-30T22:35:17.613Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18302024-05-30T22:35:18.338Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18312024-05-30T22:35:18.652Z Compiling blake3 v1.5.1
18322024-05-30T22:35:19.279Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
18332024-05-30T22:35:19.652Z Compiling portable-atomic v1.6.0
18342024-05-30T22:35:21.353Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18352024-05-30T22:35:21.893Z Compiling xattr v1.3.1
18362024-05-30T22:35:22.251Z Compiling filetime v0.2.23
18372024-05-30T22:35:22.537Z Compiling memmap2 v0.9.4
18382024-05-30T22:35:22.628Z Compiling arrayref v0.3.7
18392024-05-30T22:35:22.891Z Compiling constant_time_eq v0.3.0
18402024-05-30T22:35:22.948Z Compiling same-file v1.0.6
18412024-05-30T22:35:23.109Z Compiling arrayvec v0.7.4
18422024-05-30T22:35:23.234Z Compiling untrusted v0.7.1
18432024-05-30T22:35:23.450Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18442024-05-30T22:35:23.576Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18452024-05-30T22:35:24.350Z Compiling walkdir v2.5.0
18462024-05-30T22:35:24.625Z Compiling tar v0.4.40
18472024-05-30T22:35:26.390Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18482024-05-30T22:35:26.813Z Compiling gethostname v0.4.3
18492024-05-30T22:35:27.102Z Compiling topological-sort v0.2.2
18502024-05-30T22:35:27.105Z Compiling number_prefix v0.4.0
18512024-05-30T22:35:27.365Z Compiling swrite v0.1.0
18522024-05-30T22:35:28.021Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18532024-05-30T22:35:28.733Z Compiling indicatif v0.17.8
18542024-05-30T22:35:29.959Z Compiling omicron-zone-package v0.11.0
18552024-05-30T22:35:31.550Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
18562024-05-30T22:35:33.147Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18572024-05-30T22:35:40.243Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
18582024-05-30T22:35:56.201Z Finished `release` profile [optimized] target(s) in 5m 02s
18592024-05-30T22:35:56.500Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
18602024-05-30T22:35:56.574ZLogging to: /work/oxidecomputer/omicron/out/LOG
18612024-05-30T22:35:56.577ZCreated new build target 'test' and set it as active
18622024-05-30T22:35:56.577Z
18632024-05-30T22:35:56.578Zreal 5:03.175967625
18642024-05-30T22:35:56.578Zuser 31:23.826512902
18652024-05-30T22:35:56.578Zsys 4:10.681384282
18662024-05-30T22:35:56.578Ztrap 0.942526911
18672024-05-30T22:35:56.578Ztflt 4.780643531
18682024-05-30T22:35:56.578Zdflt 4.124203193
18692024-05-30T22:35:56.578Zkflt 0.031035867
18702024-05-30T22:35:56.578Zlock 1:06:37.329993138
18712024-05-30T22:35:56.578Zslp 1:29:12.305700965
18722024-05-30T22:35:56.578Zlat 2:02.793220149
18732024-05-30T22:35:56.578Zstop 3:59.594912202
18742024-05-30T22:35:56.578Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
18752024-05-30T22:35:57.453Z Finished `release` profile [optimized] target(s) in 0.82s
18762024-05-30T22:35:57.495Z Running `target/release/omicron-package -t test package`
18772024-05-30T22:35:57.528ZLogging to: /work/oxidecomputer/omicron/out/LOG
18782024-05-30T22:35:58.461Z Compiling newline-converter v0.3.0
18792024-05-30T22:35:58.461Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18802024-05-30T22:35:58.464Z Compiling humantime v2.1.0
18812024-05-30T22:35:58.566Z Compiling derive-where v1.2.7
18822024-05-30T22:35:58.569Z Compiling unicode-xid v0.2.4
18832024-05-30T22:35:58.597Z Compiling linked-hash-map v0.5.6
18842024-05-30T22:35:58.600Z Compiling convert_case v0.4.0
18852024-05-30T22:35:58.601Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18862024-05-30T22:35:58.689Z Compiling expectorate v1.1.0
18872024-05-30T22:35:58.718Z Compiling password-hash v0.5.0
18882024-05-30T22:35:58.790Z Compiling blake2 v0.10.6
18892024-05-30T22:35:58.866Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18902024-05-30T22:35:59.007Z Compiling lru-cache v0.1.2
18912024-05-30T22:35:59.206Z Compiling semver v0.1.20
18922024-05-30T22:35:59.411Z Compiling argon2 v0.5.3
18932024-05-30T22:35:59.461Z Compiling derive_more v0.99.17
18942024-05-30T22:35:59.775Z Compiling rustc_version v0.1.7
18952024-05-30T22:36:00.036Z Compiling slog-dtrace v0.3.0
18962024-05-30T22:36:00.207Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18972024-05-30T22:36:00.331Z Compiling newtype_derive v0.1.6
18982024-05-30T22:36:00.688Z Compiling quick-error v1.2.3
18992024-05-30T22:36:00.822Z Compiling home v0.5.9
19002024-05-30T22:36:00.843Z Compiling resolv-conf v0.7.0
19012024-05-30T22:36:01.149Z Compiling steno v0.4.0
19022024-05-30T22:36:01.803Z Compiling trust-dns-resolver v0.22.0
19032024-05-30T22:36:01.919Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
19042024-05-30T22:36:02.429Z Compiling termcolor v1.4.1
19052024-05-30T22:36:02.742Z Compiling utf-8 v0.7.6
19062024-05-30T22:36:03.101Z Compiling num-rational v0.4.2
19072024-05-30T22:36:03.529Z Compiling num-complex v0.4.6
19082024-05-30T22:36:04.885Z Compiling num v0.4.3
19092024-05-30T22:36:04.998Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
19102024-05-30T22:36:05.547Z Compiling nibble_vec v0.1.0
19112024-05-30T22:36:05.562Z Compiling endian-type v0.1.2
19122024-05-30T22:36:05.771Z Compiling radium v0.7.0
19132024-05-30T22:36:05.800Z Compiling radix_trie v0.2.1
19142024-05-30T22:36:06.084Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
19152024-05-30T22:36:06.213Z Compiling tungstenite v0.20.1
19162024-05-30T22:36:06.730Z Compiling maybe-uninit v2.0.0
19172024-05-30T22:36:06.914Z Compiling tap v1.0.1
19182024-05-30T22:36:07.099Z Compiling wyz v0.5.1
19192024-05-30T22:36:07.574Z Compiling tokio-tungstenite v0.20.1
19202024-05-30T22:36:07.798Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19212024-05-30T22:36:08.170Z Compiling bzip2-sys v0.1.11+1.0.8
19222024-05-30T22:36:08.610Z Compiling packed_struct v0.10.1
19232024-05-30T22:36:09.036Z Compiling crc-catalog v2.4.0
19242024-05-30T22:36:09.197Z Compiling arc-swap v1.7.1
19252024-05-30T22:36:10.259Z Compiling display-error-chain v0.2.0
19262024-05-30T22:36:10.259Z Compiling num-bigint-dig v0.8.4
19272024-05-30T22:36:10.359Z Compiling funty v2.0.0
19282024-05-30T22:36:11.461Z Compiling cancel-safe-futures v0.1.5
19292024-05-30T22:36:11.796Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19302024-05-30T22:36:12.679Z Compiling bitvec v1.0.1
19312024-05-30T22:36:13.026Z Compiling slog-scope v4.4.0
19322024-05-30T22:36:13.722Z Compiling crc v3.2.1
19332024-05-30T22:36:15.799Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
19342024-05-30T22:36:17.329Z Compiling fxhash v0.2.1
19352024-05-30T22:36:17.567Z Compiling packed_struct_codegen v0.10.1
19362024-05-30T22:36:19.209Z Compiling indexmap v1.9.3
19372024-05-30T22:36:19.514Z Compiling nodrop v0.1.14
19382024-05-30T22:36:19.647Z Compiling array-init v0.0.4
19392024-05-30T22:36:21.103Z Compiling smallvec v0.6.14
19402024-05-30T22:36:21.598Z Compiling slog-stdlog v4.1.1
19412024-05-30T22:36:23.987Z Compiling rayon-core v1.12.1
19422024-05-30T22:36:24.010Z Compiling synstructure v0.12.6
19432024-05-30T22:36:24.420Z Compiling pkcs1 v0.7.5
19442024-05-30T22:36:24.574Z Compiling signature v2.2.0
19452024-05-30T22:36:24.843Z Compiling crossbeam-deque v0.8.5
19462024-05-30T22:36:25.198Z Compiling dirs-sys-next v0.1.2
19472024-05-30T22:36:25.544Z Compiling half v2.4.1
19482024-05-30T22:36:25.727Z Compiling crunchy v0.2.2
19492024-05-30T22:36:26.165Z Compiling hashbrown v0.12.3
19502024-05-30T22:36:26.275Z Compiling ciborium-io v0.2.2
19512024-05-30T22:36:26.882Z Compiling bitfield v0.14.0
19522024-05-30T22:36:26.889Z Compiling fastrand v2.1.0
19532024-05-30T22:36:27.649Z Compiling same-file v1.0.6
19542024-05-30T22:36:27.654Z Compiling glob v0.3.1
19552024-05-30T22:36:28.302Z Compiling clang-sys v1.7.0
19562024-05-30T22:36:28.432Z Compiling walkdir v2.5.0
19572024-05-30T22:36:28.595Z Compiling tempfile v3.10.1
19582024-05-30T22:36:28.958Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19592024-05-30T22:36:29.082Z Compiling ciborium-ll v0.2.2
19602024-05-30T22:36:29.451Z Compiling zerocopy-derive v0.2.0
19612024-05-30T22:36:29.591Z Compiling dirs-next v2.0.0
19622024-05-30T22:36:30.332Z Compiling rsa v0.9.6
19632024-05-30T22:36:31.214Z Compiling slog-envlogger v2.2.0
19642024-05-30T22:36:31.379Z Compiling serde-hex v0.1.0
19652024-05-30T22:36:32.419Z Compiling bzip2 v0.4.4
19662024-05-30T22:36:32.885Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
19672024-05-30T22:36:33.204Z Compiling env_logger v0.10.2
19682024-05-30T22:36:33.793Z Compiling camino v1.1.7
19692024-05-30T22:36:33.861Z Compiling x509-cert v0.2.5
19702024-05-30T22:36:35.996Z Compiling ron v0.8.1
19712024-05-30T22:36:36.479Z Compiling hashbrown v0.13.2
19722024-05-30T22:36:36.654Z Compiling tiny-keccak v2.0.2
19732024-05-30T22:36:36.936Z Compiling crc-any v2.5.0
19742024-05-30T22:36:37.087Z Compiling prettyplease v0.2.20
19752024-05-30T22:36:37.359Z Compiling maplit v1.0.2
19762024-05-30T22:36:37.538Z Compiling blake3 v1.5.1
19772024-05-30T22:36:37.775Z Compiling object v0.30.4
19782024-05-30T22:36:37.872Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
19792024-05-30T22:36:37.907Z Compiling ring v0.16.20
19802024-05-30T22:36:40.485Z Compiling zip v0.6.6
19812024-05-30T22:36:40.618Z Compiling rayon v1.10.0
19822024-05-30T22:36:42.287Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19832024-05-30T22:36:43.339Z Compiling term v0.7.0
19842024-05-30T22:36:43.516Z Compiling ciborium v0.2.2
19852024-05-30T22:36:44.612Z Compiling xattr v1.3.1
19862024-05-30T22:36:44.875Z Compiling filetime v0.2.23
19872024-05-30T22:36:45.191Z Compiling atty v0.2.14
19882024-05-30T22:36:45.321Z Compiling memmap2 v0.9.4
19892024-05-30T22:36:45.355Z Compiling constant_time_eq v0.3.0
19902024-05-30T22:36:45.497Z Compiling path-slash v0.1.5
19912024-05-30T22:36:45.696Z Compiling arrayvec v0.7.4
19922024-05-30T22:36:45.733Z Compiling untrusted v0.7.1
19932024-05-30T22:36:45.736Z Compiling arrayref v0.3.7
19942024-05-30T22:36:45.849Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
19952024-05-30T22:36:46.109Z Compiling tar v0.4.40
19962024-05-30T22:36:47.557Z Compiling ascii-canvas v3.0.0
19972024-05-30T22:36:48.033Z Compiling camino-tempfile v1.1.1
19982024-05-30T22:36:48.818Z Compiling toolchain_find v0.4.0
19992024-05-30T22:36:48.829Z Compiling toml v0.8.13
20002024-05-30T22:36:48.983Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20012024-05-30T22:36:49.402Z Compiling libsw v3.3.1
20022024-05-30T22:36:49.444Z Compiling ena v0.14.3
20032024-05-30T22:36:49.739Z Compiling is-terminal v0.4.12
20042024-05-30T22:36:49.826Z Compiling usdt-impl v0.3.5
20052024-05-30T22:36:49.870Z Compiling libloading v0.8.3
20062024-05-30T22:36:50.045Z Compiling regex-syntax v0.6.29
20072024-05-30T22:36:50.158Z Compiling owo-colors v4.0.0
20082024-05-30T22:36:50.249Z Compiling diff v0.1.13
20092024-05-30T22:36:50.820Z Compiling topological-sort v0.2.2
20102024-05-30T22:36:50.915Z Compiling parking_lot_core v0.8.6
20112024-05-30T22:36:51.038Z Compiling bindgen v0.69.4
20122024-05-30T22:36:51.334Z Compiling linear-map v1.2.0
20132024-05-30T22:36:51.489Z Compiling omicron-zone-package v0.11.0
20142024-05-30T22:36:52.895Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20152024-05-30T22:36:55.454Z Compiling lalrpop v0.19.12
20162024-05-30T22:36:57.252Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20172024-05-30T22:36:57.478Z Compiling rustfmt-wrapper v0.2.1
20182024-05-30T22:37:00.115Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
20192024-05-30T22:37:00.625Z Compiling which v4.4.2
20202024-05-30T22:37:00.848Z Compiling cexpr v0.6.0
20212024-05-30T22:37:01.158Z Compiling unicase v2.7.0
20222024-05-30T22:37:01.452Z Compiling shlex v1.3.0
20232024-05-30T22:37:01.836Z Compiling lazycell v1.3.0
20242024-05-30T22:37:01.854Z Compiling rustc-hash v1.1.0
20252024-05-30T22:37:02.016Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
20262024-05-30T22:37:03.118Z Compiling zerocopy v0.3.2
20272024-05-30T22:37:03.305Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
20282024-05-30T22:37:03.680Z Compiling derive_builder_core v0.20.0
20292024-05-30T22:37:04.437Z Compiling pem v3.0.4
20302024-05-30T22:37:06.028Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
20312024-05-30T22:37:06.042Z Compiling headers-core v0.2.0
20322024-05-30T22:37:06.210Z Compiling libxml v0.3.3
20332024-05-30T22:37:06.261Z Compiling async-recursion v1.1.1
20342024-05-30T22:37:06.558Z Compiling ref-cast v1.0.23
20352024-05-30T22:37:07.097Z Compiling headers v0.3.9
20362024-05-30T22:37:07.745Z Compiling derive_builder_macro v0.20.0
20372024-05-30T22:37:08.566Z Compiling dof v0.1.5
20382024-05-30T22:37:09.342Z Compiling parking_lot v0.11.2
20392024-05-30T22:37:10.847Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
20402024-05-30T22:37:11.668Z Compiling trust-dns-client v0.22.0
20412024-05-30T22:37:12.408Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
20422024-05-30T22:37:12.701Z Compiling strum_macros v0.24.3
20432024-05-30T22:37:14.982Z Compiling dtrace-parser v0.1.14
20442024-05-30T22:37:16.228Z Compiling toml v0.5.11
20452024-05-30T22:37:16.416Z Compiling samael v0.0.15
20462024-05-30T22:37:16.773Z Compiling ref-cast-impl v1.0.23
20472024-05-30T22:37:16.871Z Compiling vte_generate_state_changes v0.1.1
20482024-05-30T22:37:17.484Z Compiling cookie v0.18.1
20492024-05-30T22:37:17.780Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
20502024-05-30T22:37:17.934Z Compiling indoc v1.0.9
20512024-05-30T22:37:18.047Z Compiling buf-list v1.0.3
20522024-05-30T22:37:18.077Z Compiling cfg_aliases v0.1.1
20532024-05-30T22:37:18.186Z Compiling nix v0.28.0
20542024-05-30T22:37:18.820Z Compiling trust-dns-server v0.22.1
20552024-05-30T22:37:19.158Z Compiling vte v0.11.1
20562024-05-30T22:37:22.250Z Compiling sled v0.34.7
20572024-05-30T22:37:22.741Z Compiling derive_builder v0.20.0
20582024-05-30T22:37:22.950Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
20592024-05-30T22:37:23.669Z Compiling polar-core v0.27.3
20602024-05-30T22:37:26.421Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
20612024-05-30T22:37:26.563Z Compiling const_format_proc_macros v0.2.32
20622024-05-30T22:37:26.702Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
20632024-05-30T22:37:28.252Z Compiling fd-lock v4.0.2
20642024-05-30T22:37:28.474Z Compiling bb8 v0.8.3
20652024-05-30T22:37:28.613Z Compiling quick-xml v0.31.0
20662024-05-30T22:37:29.016Z Compiling impl-trait-for-tuples v0.2.2
20672024-05-30T22:37:31.917Z Compiling oso-derive v0.27.3
20682024-05-30T22:37:32.898Z Compiling serde_tokenstream v0.1.7
20692024-05-30T22:37:33.400Z Compiling pin-project-internal v1.1.5
20702024-05-30T22:37:35.055Z Compiling memoffset v0.7.1
20712024-05-30T22:37:35.346Z Compiling bytecount v0.6.8
20722024-05-30T22:37:35.649Z Compiling platforms v3.4.0
20732024-05-30T22:37:36.187Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
20742024-05-30T22:37:36.231Z Compiling curve25519-dalek v4.1.2
20752024-05-30T22:37:36.486Z Compiling pin-project v1.1.5
20762024-05-30T22:37:36.617Z Compiling papergrid v0.11.0
20772024-05-30T22:37:38.681Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
20782024-05-30T22:37:39.404Z Compiling const_format v0.2.32
20792024-05-30T22:37:42.091Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20802024-05-30T22:37:48.689Z Compiling oso v0.27.3
20812024-05-30T22:37:54.260Z Compiling strip-ansi-escapes v0.2.0
20822024-05-30T22:37:57.843Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
20832024-05-30T22:37:58.581Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
20842024-05-30T22:37:59.153Z Compiling tabled_derive v0.7.0
20852024-05-30T22:38:01.486Z Compiling kstat-rs v0.2.3
20862024-05-30T22:38:02.512Z Compiling snafu-derive v0.8.2
20872024-05-30T22:38:04.107Z Compiling keccak v0.1.5
20882024-05-30T22:38:05.139Z Compiling nu-ansi-term v0.50.0
20892024-05-30T22:38:06.210Z Compiling reedline v0.31.0
20902024-05-30T22:38:06.433Z Compiling sha3 v0.10.8
20912024-05-30T22:38:07.299Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
20922024-05-30T22:38:07.373Z Compiling tabled v0.15.0
20932024-05-30T22:38:07.633Z Compiling snafu v0.8.2
20942024-05-30T22:38:15.392Z Compiling mime_guess v2.0.4
20952024-05-30T22:38:18.228Z Compiling usdt-attr-macro v0.3.5
20962024-05-30T22:38:18.531Z Compiling usdt-macro v0.3.5
20972024-05-30T22:38:19.646Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
20982024-05-30T22:38:20.039Z Compiling env_logger v0.9.3
20992024-05-30T22:38:22.297Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
21002024-05-30T22:38:22.810Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
21012024-05-30T22:38:24.619Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21022024-05-30T22:38:25.098Z Compiling globset v0.4.14
21032024-05-30T22:38:28.882Z Compiling peg-macros v0.8.3
21042024-05-30T22:38:29.697Z Compiling olpc-cjson v0.1.3
21052024-05-30T22:38:30.046Z Compiling universal-hash v0.5.1
21062024-05-30T22:38:30.285Z Compiling secrecy v0.8.0
21072024-05-30T22:38:30.567Z Compiling thiserror-impl-no-std v2.0.2
21082024-05-30T22:38:31.439Z Compiling bitstruct_derive v0.1.0
21092024-05-30T22:38:32.815Z Compiling serde_plain v1.0.2
21102024-05-30T22:38:33.233Z Compiling sqlparser_derive v0.2.2
21112024-05-30T22:38:33.241Z Compiling curve25519-dalek-derive v0.1.1
21122024-05-30T22:38:33.241Z Compiling nanorand v0.7.0
21132024-05-30T22:38:33.434Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21142024-05-30T22:38:33.582Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21152024-05-30T22:38:33.703Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21162024-05-30T22:38:33.819Z Compiling salty v0.2.0
21172024-05-30T22:38:33.859Z Compiling ascii v1.1.0
21182024-05-30T22:38:34.226Z Compiling typed-path v0.7.1
21192024-05-30T22:38:34.275Z Compiling signature v1.6.4
21202024-05-30T22:38:34.317Z Compiling opaque-debug v0.3.1
21212024-05-30T22:38:34.421Z Compiling unicode_categories v0.1.1
21222024-05-30T22:38:34.438Z Compiling poly1305 v0.8.0
21232024-05-30T22:38:34.663Z Compiling ed25519 v1.5.3
21242024-05-30T22:38:34.765Z Compiling sqlformat v0.2.3
21252024-05-30T22:38:34.970Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
21262024-05-30T22:38:37.435Z Compiling tough v0.17.1
21272024-05-30T22:38:41.168Z Compiling rustyline v14.0.0
21282024-05-30T22:38:41.277Z Compiling sqlparser v0.45.0
21292024-05-30T22:38:44.405Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21302024-05-30T22:38:44.687Z Compiling flume v0.11.0
21312024-05-30T22:38:45.463Z Compiling thiserror-no-std v2.0.2
21322024-05-30T22:38:45.575Z Compiling bitstruct v0.1.1
21332024-05-30T22:38:45.703Z Compiling peg v0.8.3
21342024-05-30T22:38:45.825Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21352024-05-30T22:38:46.373Z Compiling usdt v0.3.5
21362024-05-30T22:38:46.836Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
21372024-05-30T22:38:46.878Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
21382024-05-30T22:38:53.543Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
21392024-05-30T22:38:56.467Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21402024-05-30T22:38:56.832Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21412024-05-30T22:38:57.117Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21422024-05-30T22:38:58.342Z Compiling chacha20 v0.9.1
21432024-05-30T22:38:58.561Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21442024-05-30T22:38:58.784Z Compiling aead v0.5.2
21452024-05-30T22:38:59.145Z Compiling bcs v0.1.6
21462024-05-30T22:39:00.059Z Compiling serde-big-array v0.5.1
21472024-05-30T22:39:00.327Z Compiling erased-serde v0.3.31
21482024-05-30T22:39:00.787Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21492024-05-30T22:39:01.640Z Compiling serde_arrays v0.1.0
21502024-05-30T22:39:01.845Z Compiling parse-size v1.0.0
21512024-05-30T22:39:01.997Z Compiling highway v1.1.0
21522024-05-30T22:39:02.135Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21532024-05-30T22:39:03.322Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
21542024-05-30T22:39:14.142Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21552024-05-30T22:39:14.224Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21562024-05-30T22:39:27.836Z Compiling chacha20poly1305 v0.10.1
21572024-05-30T22:39:29.759Z Compiling vsss-rs v3.3.4
21582024-05-30T22:39:33.754Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
21592024-05-30T22:39:34.449Z Compiling signal-hook-tokio v0.3.1
21602024-05-30T22:39:34.522Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
21612024-05-30T22:39:34.659Z Compiling heck v0.3.3
21622024-05-30T22:39:34.690Z Compiling castaway v0.2.2
21632024-05-30T22:39:34.889Z Compiling rand_seeder v0.2.3
21642024-05-30T22:39:35.028Z Compiling serde-big-array v0.4.1
21652024-05-30T22:39:35.239Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
21662024-05-30T22:39:35.527Z Compiling http-range v0.1.5
21672024-05-30T22:39:36.095Z Compiling hyper-staticfile v0.9.5
21682024-05-30T22:39:36.655Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
21692024-05-30T22:39:37.197Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21702024-05-30T22:39:37.378Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
21712024-05-30T22:39:37.598Z Compiling zone_cfg_derive v0.1.2
21722024-05-30T22:39:38.711Z Compiling compact_str v0.7.1
21732024-05-30T22:39:39.175Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
21742024-05-30T22:39:39.218Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
21752024-05-30T22:39:47.236Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21762024-05-30T22:39:47.870Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
21772024-05-30T22:39:54.484Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
21782024-05-30T22:39:55.895Z Compiling tungstenite v0.21.0
21792024-05-30T22:40:01.214Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
21802024-05-30T22:40:01.482Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
21812024-05-30T22:40:01.767Z Compiling lru v0.12.3
21822024-05-30T22:40:02.058Z Compiling stability v0.2.0
21832024-05-30T22:40:02.136Z Compiling base64 v0.13.1
21842024-05-30T22:40:02.945Z Compiling cassowary v0.3.0
21852024-05-30T22:40:03.049Z Compiling corncobs v0.1.3
21862024-05-30T22:40:03.411Z Compiling indoc v2.0.5
21872024-05-30T22:40:04.421Z Compiling ratatui v0.26.2
21882024-05-30T22:40:06.741Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21892024-05-30T22:40:07.488Z Compiling ron v0.7.1
21902024-05-30T22:40:09.381Z Compiling tokio-tungstenite v0.21.0
21912024-05-30T22:40:10.009Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
21922024-05-30T22:40:12.896Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21932024-05-30T22:40:13.585Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
21942024-05-30T22:40:21.059Z Compiling zone v0.1.8
21952024-05-30T22:40:22.955Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
21962024-05-30T22:40:28.459Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
21972024-05-30T22:40:31.424Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
21982024-05-30T22:40:32.826Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21992024-05-30T22:40:33.141Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
22002024-05-30T22:40:33.422Z Compiling portpicker v0.1.1
22012024-05-30T22:40:33.937Z Compiling csv-core v0.1.11
22022024-05-30T22:40:34.835Z Compiling unicode-linebreak v0.1.5
22032024-05-30T22:40:35.338Z Compiling smawk v0.3.2
22042024-05-30T22:40:35.587Z Compiling textwrap v0.16.1
22052024-05-30T22:40:39.040Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
22062024-05-30T22:40:39.407Z Compiling csv v1.3.0
22072024-05-30T22:40:41.605Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
22082024-05-30T22:40:46.237Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22092024-05-30T22:40:46.629Z Compiling rcgen v0.12.1
22102024-05-30T22:40:51.680Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
22112024-05-30T22:40:52.174Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
22122024-05-30T22:40:52.485Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
22132024-05-30T22:40:56.929Z Compiling atomicwrites v0.4.3
22142024-05-30T22:40:57.486Z Compiling fatfs v0.3.6
22152024-05-30T22:40:59.661Z Compiling subprocess v0.2.9
22162024-05-30T22:40:59.737Z Compiling rtoolbox v0.0.2
22172024-05-30T22:41:00.207Z Compiling assert_matches v1.5.0
22182024-05-30T22:41:00.315Z Compiling is_ci v1.2.0
22192024-05-30T22:41:00.406Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22202024-05-30T22:41:00.601Z Compiling supports-color v3.0.0
22212024-05-30T22:41:03.290Z Compiling rpassword v7.3.1
22222024-05-30T22:41:03.770Z Compiling tui-tree-widget v0.19.0
22232024-05-30T22:41:04.207Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
22242024-05-30T22:41:04.857Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
22252024-05-30T22:41:05.688Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
22262024-05-30T22:41:05.920Z Compiling shell-words v1.1.0
22272024-05-30T22:41:05.996Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
22282024-05-30T22:41:06.348Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
22292024-05-30T22:41:30.662Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
22302024-05-30T22:41:40.760Z Compiling uzers v0.11.3
22312024-05-30T22:41:41.588Z Compiling multimap v0.10.0
22322024-05-30T22:41:43.686Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
22332024-05-30T22:44:05.506Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
22342024-05-30T22:44:06.936Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22352024-05-30T22:50:18.024Z Finished `release` profile [optimized] target(s) in 14m 20s
22362024-05-30T22:51:21.832Z
22372024-05-30T22:51:21.832Zreal 15:25.193537737
22382024-05-30T22:51:21.832Zuser 1:44:24.558646142
22392024-05-30T22:51:21.834Zsys 5:33.338413294
22402024-05-30T22:51:21.834Ztrap 2.498342977
22412024-05-30T22:51:21.835Ztflt 2.069515297
22422024-05-30T22:51:21.835Zdflt 3.153980526
22432024-05-30T22:51:21.839Zkflt 0.002256330
22442024-05-30T22:51:21.839Zlock 6:28:55.278739111
22452024-05-30T22:51:21.839Zslp 4:08:01.751354073
22462024-05-30T22:51:21.839Zlat 2:32.856519147
22472024-05-30T22:51:21.839Zstop 1:42.823622714
22482024-05-30T22:51:21.839Z+ mapfile -t packages
22492024-05-30T22:51:21.839Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
22502024-05-30T22:51:22.713Z Finished `release` profile [optimized] target(s) in 0.83s
22512024-05-30T22:51:22.753Z Running `target/release/omicron-package -t test list-outputs`
22522024-05-30T22:51:22.790ZLogging to: /work/oxidecomputer/omicron/out/LOG
22532024-05-30T22:51:22.793Z+ ptime -m cargo build --locked --release -p xtask
22542024-05-30T22:51:23.543Z Downloading crates ...
22552024-05-30T22:51:23.555Z Downloaded cargo_toml v0.20.2
22562024-05-30T22:51:23.555Z Compiling serde v1.0.203
22572024-05-30T22:51:23.555Z Compiling libc v0.2.155
22582024-05-30T22:51:23.556Z Compiling rustix v0.38.34
22592024-05-30T22:51:23.556Z Compiling hashbrown v0.14.5
22602024-05-30T22:51:23.556Z Compiling bitflags v2.5.0
22612024-05-30T22:51:23.556Z Compiling syn v2.0.64
22622024-05-30T22:51:23.556Z Compiling serde_json v1.0.117
22632024-05-30T22:51:23.557Z Compiling fs-err v2.11.0
22642024-05-30T22:51:23.775Z Compiling anyhow v1.0.86
22652024-05-30T22:51:24.683Z Compiling indexmap v2.2.6
22662024-05-30T22:51:25.200Z Compiling errno v0.3.9
22672024-05-30T22:51:26.087Z Compiling terminal_size v0.3.0
22682024-05-30T22:51:26.169Z Compiling clap_builder v4.5.2
22692024-05-30T22:51:28.487Z Compiling serde_derive v1.0.203
22702024-05-30T22:51:28.487Z Compiling thiserror-impl v1.0.60
22712024-05-30T22:51:28.496Z Compiling clap_derive v4.5.4
22722024-05-30T22:51:30.225Z Compiling thiserror v1.0.60
22732024-05-30T22:51:32.086Z Compiling clap v4.5.4
22742024-05-30T22:51:37.952Z Compiling serde_spanned v0.6.6
22752024-05-30T22:51:37.952Z Compiling toml_datetime v0.6.6
22762024-05-30T22:51:37.973Z Compiling cargo-platform v0.1.8
22772024-05-30T22:51:37.973Z Compiling camino v1.1.7
22782024-05-30T22:51:37.973Z Compiling semver v1.0.23
22792024-05-30T22:51:37.973Z Compiling macaddr v1.0.1
22802024-05-30T22:51:38.270Z Compiling toml_edit v0.22.13
22812024-05-30T22:51:39.504Z Compiling cargo_metadata v0.18.1
22822024-05-30T22:51:40.923Z Compiling toml v0.8.13
22832024-05-30T22:51:41.933Z Compiling cargo_toml v0.20.2
22842024-05-30T22:51:53.094Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
22852024-05-30T22:52:03.568Z Finished `release` profile [optimized] target(s) in 40.72s
22862024-05-30T22:52:03.645Z
22872024-05-30T22:52:03.645Zreal 40.825917357
22882024-05-30T22:52:03.645Zuser 2:57.691932959
22892024-05-30T22:52:03.645Zsys 17.441719221
22902024-05-30T22:52:03.645Ztrap 0.065305276
22912024-05-30T22:52:03.659Ztflt 0.190784648
22922024-05-30T22:52:03.660Zdflt 0.695019242
22932024-05-30T22:52:03.660Zkflt 0.000016920
22942024-05-30T22:52:03.660Zlock 4:38.559308004
22952024-05-30T22:52:03.660Zslp 3:23.056916164
22962024-05-30T22:52:03.660Zlat 3.092295165
22972024-05-30T22:52:03.660Zstop 4.659894855
22982024-05-30T22:52:03.660Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
22992024-05-30T22:52:03.660Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
23002024-05-30T22:52:03.660Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
23012024-05-30T22:52:03.660Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
23022024-05-30T22:52:03.661Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
23032024-05-30T22:52:04.179Z Downloading crates ...
23042024-05-30T22:52:04.401Z Downloaded md5 v0.7.0
23052024-05-30T22:52:04.414Z Downloaded aes v0.8.4
23062024-05-30T22:52:04.414Z Downloaded dhcproto-macros v0.1.0
23072024-05-30T22:52:04.835Z Downloaded option-ext v0.2.0
23082024-05-30T22:52:04.835Z Downloaded bcrypt-pbkdf v0.10.0
23092024-05-30T22:52:04.835Z Downloaded russh-cryptovec v0.7.2
23102024-05-30T22:52:04.835Z Downloaded ecdsa v0.16.9
23112024-05-30T22:52:04.835Z Downloaded rfc6979 v0.4.0
23122024-05-30T22:52:04.835Z Downloaded blowfish v0.9.1
23132024-05-30T22:52:04.840Z Downloaded dirs-sys v0.4.1
23142024-05-30T22:52:04.840Z Downloaded primeorder v0.13.6
23152024-05-30T22:52:04.840Z Downloaded pbkdf2 v0.12.2
23162024-05-30T22:52:04.840Z Downloaded rand_core v0.5.1
23172024-05-30T22:52:04.840Z Downloaded pbkdf2 v0.11.0
23182024-05-30T22:52:04.841Z Downloaded internet-checksum v0.2.1
23192024-05-30T22:52:04.841Z Downloaded hex-literal v0.4.1
23202024-05-30T22:52:04.841Z Downloaded ghash v0.5.1
23212024-05-30T22:52:04.841Z Downloaded rand_chacha v0.2.2
23222024-05-30T22:52:04.841Z Downloaded polyval v0.6.2
23232024-05-30T22:52:04.841Z Downloaded cbc v0.1.2
23242024-05-30T22:52:04.841Z Downloaded getrandom v0.1.16
23252024-05-30T22:52:04.841Z Downloaded ed25519 v2.2.3
23262024-05-30T22:52:04.841Z Downloaded password-hash v0.4.2
23272024-05-30T22:52:04.841Z Downloaded dirs v5.0.1
23282024-05-30T22:52:04.841Z Downloaded ctr v0.9.2
23292024-05-30T22:52:04.841Z Downloaded p256 v0.13.2
23302024-05-30T22:52:04.841Z Downloaded dhcproto v0.11.0
23312024-05-30T22:52:04.842Z Downloaded russh-keys v0.43.0
23322024-05-30T22:52:04.842Z Downloaded ed25519-dalek v2.1.1
23332024-05-30T22:52:04.842Z Downloaded russh v0.43.0
23342024-05-30T22:52:04.842Z Downloaded rand v0.7.3
23352024-05-30T22:52:04.842Z Downloaded p521 v0.13.3
23362024-05-30T22:52:04.842Z Downloaded aes-gcm v0.10.3
23372024-05-30T22:52:04.842Z Compiling proc-macro2 v1.0.82
23382024-05-30T22:52:04.842Z Compiling unicode-ident v1.0.12
23392024-05-30T22:52:04.842Z Compiling libc v0.2.155
23402024-05-30T22:52:04.842Z Compiling cfg-if v1.0.0
23412024-05-30T22:52:04.842Z Compiling serde v1.0.203
23422024-05-30T22:52:04.842Z Compiling version_check v0.9.4
23432024-05-30T22:52:04.843Z Compiling autocfg v1.3.0
23442024-05-30T22:52:04.843Z Compiling byteorder v1.5.0
23452024-05-30T22:52:04.843Z Compiling memchr v2.7.2
23462024-05-30T22:52:04.862Z Compiling log v0.4.21
23472024-05-30T22:52:05.278Z Compiling itoa v1.0.11
23482024-05-30T22:52:05.296Z Compiling once_cell v1.19.0
23492024-05-30T22:52:06.146Z Compiling scopeguard v1.2.0
23502024-05-30T22:52:06.146Z Compiling smallvec v1.13.2
23512024-05-30T22:52:06.146Z Compiling typenum v1.17.0
23522024-05-30T22:52:06.146Z Compiling generic-array v0.14.7
23532024-05-30T22:52:06.147Z Compiling cc v1.0.97
23542024-05-30T22:52:06.147Z Compiling lock_api v0.4.12
23552024-05-30T22:52:06.147Z Compiling thiserror v1.0.60
23562024-05-30T22:52:06.147Z Compiling parking_lot_core v0.9.10
23572024-05-30T22:52:06.337Z Compiling quote v1.0.36
23582024-05-30T22:52:06.570Z Compiling pin-project-lite v0.2.14
23592024-05-30T22:52:06.596Z Compiling libm v0.2.8
23602024-05-30T22:52:06.609Z Compiling num-traits v0.2.19
23612024-05-30T22:52:06.692Z Compiling syn v2.0.64
23622024-05-30T22:52:06.881Z Compiling getrandom v0.2.14
23632024-05-30T22:52:07.060Z Compiling signal-hook-registry v1.4.2
23642024-05-30T22:52:07.077Z Compiling subtle v2.5.0
23652024-05-30T22:52:07.207Z Compiling rand_core v0.6.4
23662024-05-30T22:52:07.770Z Compiling parking_lot v0.12.2
23672024-05-30T22:52:07.784Z Compiling mio v0.8.11
23682024-05-30T22:52:07.802Z Compiling ryu v1.0.18
23692024-05-30T22:52:07.906Z Compiling socket2 v0.5.7
23702024-05-30T22:52:08.178Z Compiling num_cpus v1.16.0
23712024-05-30T22:52:08.191Z Compiling ahash v0.8.11
23722024-05-30T22:52:08.291Z Compiling serde_json v1.0.117
23732024-05-30T22:52:08.563Z Compiling allocator-api2 v0.2.18
23742024-05-30T22:52:08.643Z Compiling futures-core v0.3.30
23752024-05-30T22:52:08.807Z Compiling futures-sink v0.3.30
23762024-05-30T22:52:08.901Z Compiling const-oid v0.9.6
23772024-05-30T22:52:08.919Z Compiling equivalent v1.0.1
23782024-05-30T22:52:08.956Z Compiling slab v0.4.9
23792024-05-30T22:52:09.025Z Compiling fnv v1.0.7
23802024-05-30T22:52:09.181Z Compiling futures-channel v0.3.30
23812024-05-30T22:52:09.200Z Compiling futures-io v0.3.30
23822024-05-30T22:52:09.691Z Compiling futures-task v0.3.30
23832024-05-30T22:52:09.694Z Compiling pin-utils v0.1.0
23842024-05-30T22:52:09.695Z Compiling iana-time-zone v0.1.60
23852024-05-30T22:52:09.695Z Compiling syn v1.0.109
23862024-05-30T22:52:09.695Z Compiling tinyvec_macros v0.1.1
23872024-05-30T22:52:09.695Z Compiling schemars v0.8.20
23882024-05-30T22:52:09.695Z Compiling tinyvec v1.6.0
23892024-05-30T22:52:09.704Z Compiling unicode-bidi v0.3.15
23902024-05-30T22:52:09.950Z Compiling semver v1.0.23
23912024-05-30T22:52:10.013Z Compiling dyn-clone v1.0.17
23922024-05-30T22:52:10.235Z Compiling cpufeatures v0.2.12
23932024-05-30T22:52:10.330Z Compiling percent-encoding v2.3.1
23942024-05-30T22:52:10.518Z Compiling spin v0.9.8
23952024-05-30T22:52:10.867Z Compiling ppv-lite86 v0.2.17
23962024-05-30T22:52:10.877Z Compiling tracing-core v0.1.32
23972024-05-30T22:52:10.885Z Compiling time-core v0.1.2
23982024-05-30T22:52:10.931Z Compiling powerfmt v0.2.0
23992024-05-30T22:52:11.072Z Compiling unicode-normalization v0.1.23
24002024-05-30T22:52:11.111Z Compiling num-conv v0.1.0
24012024-05-30T22:52:11.282Z Compiling deranged v0.3.11
24022024-05-30T22:52:11.320Z Compiling form_urlencoded v1.2.1
24032024-05-30T22:52:11.355Z Compiling ring v0.17.8
24042024-05-30T22:52:11.401Z Compiling time-macros v0.2.18
24052024-05-30T22:52:11.643Z Compiling num_threads v0.1.7
24062024-05-30T22:52:11.777Z Compiling rand_chacha v0.3.1
24072024-05-30T22:52:12.155Z Compiling aho-corasick v1.1.3
24082024-05-30T22:52:12.180Z Compiling regex-syntax v0.8.3
24092024-05-30T22:52:13.246Z Compiling rand v0.8.5
24102024-05-30T22:52:14.222Z Compiling serde_derive_internals v0.29.1
24112024-05-30T22:52:14.908Z Compiling time v0.3.36
24122024-05-30T22:52:15.361Z Compiling idna v0.5.0
24132024-05-30T22:52:15.462Z Compiling httparse v1.8.0
24142024-05-30T22:52:15.919Z Compiling regex-automata v0.4.6
24152024-05-30T22:52:17.023Z Compiling slog v2.7.0
24162024-05-30T22:52:17.165Z Compiling url v2.5.0
24172024-05-30T22:52:17.647Z Compiling spin v0.5.2
24182024-05-30T22:52:17.891Z Compiling untrusted v0.9.0
24192024-05-30T22:52:18.884Z Compiling pkg-config v0.3.30
24202024-05-30T22:52:19.175Z Compiling vcpkg v0.2.15
24212024-05-30T22:52:19.571Z Compiling adler v1.0.2
24222024-05-30T22:52:20.094Z Compiling heck v0.4.1
24232024-05-30T22:52:20.300Z Compiling miniz_oxide v0.7.2
24242024-05-30T22:52:20.462Z Compiling lazy_static v1.4.0
24252024-05-30T22:52:20.527Z Compiling backtrace v0.3.71
24262024-05-30T22:52:20.580Z Compiling gimli v0.28.1
24272024-05-30T22:52:21.091Z Compiling try-lock v0.2.5
24282024-05-30T22:52:21.110Z Compiling httpdate v1.0.3
24292024-05-30T22:52:21.476Z Compiling regex v1.10.4
24302024-05-30T22:52:21.607Z Compiling openssl-sys v0.9.102
24312024-05-30T22:52:21.885Z Compiling unicode-width v0.1.12
24322024-05-30T22:52:22.108Z Compiling want v0.3.1
24332024-05-30T22:52:22.136Z Compiling serde_derive v1.0.203
24342024-05-30T22:52:22.162Z Compiling zeroize_derive v1.4.2
24352024-05-30T22:52:22.397Z Compiling zerocopy-derive v0.7.34
24362024-05-30T22:52:22.538Z Compiling thiserror-impl v1.0.60
24372024-05-30T22:52:22.679Z Compiling tokio-macros v2.2.0
24382024-05-30T22:52:23.860Z Compiling zeroize v1.7.0
24392024-05-30T22:52:24.478Z Compiling futures-macro v0.3.30
24402024-05-30T22:52:24.892Z Compiling zerocopy v0.7.34
24412024-05-30T22:52:25.254Z Compiling schemars_derive v0.8.20
24422024-05-30T22:52:25.609Z Compiling tracing-attributes v0.1.27
24432024-05-30T22:52:25.721Z Compiling crypto-common v0.1.6
24442024-05-30T22:52:25.963Z Compiling block-buffer v0.10.4
24452024-05-30T22:52:26.227Z Compiling digest v0.10.7
24462024-05-30T22:52:26.279Z Compiling async-trait v0.1.80
24472024-05-30T22:52:26.701Z Compiling futures-util v0.3.30
24482024-05-30T22:52:26.827Z Compiling addr2line v0.21.0
24492024-05-30T22:52:27.237Z Compiling hashbrown v0.14.5
24502024-05-30T22:52:27.516Z Compiling object v0.32.2
24512024-05-30T22:52:28.698Z Compiling anyhow v1.0.86
24522024-05-30T22:52:28.796Z Compiling mime v0.3.17
24532024-05-30T22:52:29.230Z Compiling base64 v0.21.7
24542024-05-30T22:52:29.329Z Compiling ipnet v2.9.0
24552024-05-30T22:52:29.423Z Compiling foreign-types-shared v0.1.1
24562024-05-30T22:52:29.539Z Compiling rustc-demangle v0.1.24
24572024-05-30T22:52:29.559Z Compiling tower-service v0.3.2
24582024-05-30T22:52:29.694Z Compiling openssl v0.10.64
24592024-05-30T22:52:29.819Z Compiling tracing v0.1.40
24602024-05-30T22:52:30.007Z Compiling foreign-types v0.3.2
24612024-05-30T22:52:30.289Z Compiling openssl-macros v0.1.1
24622024-05-30T22:52:30.364Z Compiling rustls v0.21.12
24632024-05-30T22:52:30.526Z Compiling crossbeam-utils v0.8.19
24642024-05-30T22:52:30.606Z Compiling native-tls v0.2.11
24652024-05-30T22:52:30.621Z Compiling winnow v0.5.40
24662024-05-30T22:52:30.916Z Compiling base64ct v1.6.0
24672024-05-30T22:52:31.347Z Compiling heck v0.5.0
24682024-05-30T22:52:31.348Z Compiling sct v0.7.1
24692024-05-30T22:52:31.480Z Compiling rustls-webpki v0.101.7
24702024-05-30T22:52:31.522Z Compiling cookie v0.17.0
24712024-05-30T22:52:31.550Z Compiling ucd-trie v0.1.6
24722024-05-30T22:52:31.566Z Compiling openssl-probe v0.1.5
24732024-05-30T22:52:31.793Z Compiling rustix v0.38.34
24742024-05-30T22:52:32.002Z Compiling pest v2.7.10
24752024-05-30T22:52:32.705Z Compiling futures-executor v0.3.30
24762024-05-30T22:52:33.623Z Compiling futures v0.3.30
24772024-05-30T22:52:33.628Z Compiling idna v0.3.0
24782024-05-30T22:52:33.628Z Compiling errno v0.3.9
24792024-05-30T22:52:33.628Z Compiling encoding_rs v0.8.34
24802024-05-30T22:52:33.702Z Compiling data-encoding v2.6.0
24812024-05-30T22:52:34.937Z Compiling psl-types v2.0.11
24822024-05-30T22:52:34.994Z Compiling rustversion v1.0.17
24832024-05-30T22:52:35.032Z Compiling pest_meta v2.7.10
24842024-05-30T22:52:35.117Z Compiling publicsuffix v2.2.3
24852024-05-30T22:52:36.247Z Compiling hmac v0.12.1
24862024-05-30T22:52:36.298Z Compiling scroll_derive v0.12.0
24872024-05-30T22:52:36.510Z Compiling pest_generator v2.7.10
24882024-05-30T22:52:37.554Z Compiling bytes v1.6.0
24892024-05-30T22:52:38.269Z Compiling indexmap v2.2.6
24902024-05-30T22:52:38.369Z Compiling chrono v0.4.38
24912024-05-30T22:52:38.527Z Compiling tokio v1.37.0
24922024-05-30T22:52:38.599Z Compiling uuid v1.8.0
24932024-05-30T22:52:38.923Z Compiling bitflags v2.5.0
24942024-05-30T22:52:39.719Z Compiling http v0.2.12
24952024-05-30T22:52:40.099Z Compiling serde_tokenstream v0.2.0
24962024-05-30T22:52:40.231Z Compiling serde_spanned v0.6.6
24972024-05-30T22:52:40.457Z Compiling toml_datetime v0.6.6
24982024-05-30T22:52:41.119Z Compiling toml_edit v0.19.15
24992024-05-30T22:52:42.391Z Compiling http-body v0.4.6
25002024-05-30T22:52:42.408Z Compiling serde_urlencoded v0.7.1
25012024-05-30T22:52:42.841Z Compiling openapiv3 v2.0.0
25022024-05-30T22:52:42.870Z Compiling cookie_store v0.20.0
25032024-05-30T22:52:42.914Z Compiling scroll v0.12.0
25042024-05-30T22:52:43.498Z Compiling rustls-pemfile v1.0.4
25052024-05-30T22:52:43.783Z Compiling webpki-roots v0.25.4
25062024-05-30T22:52:43.934Z Compiling sync_wrapper v0.1.2
25072024-05-30T22:52:43.955Z Compiling plain v0.2.3
25082024-05-30T22:52:44.062Z Compiling bitflags v1.3.2
25092024-05-30T22:52:44.130Z Compiling strsim v0.11.1
25102024-05-30T22:52:44.167Z Compiling goblin v0.8.2
25112024-05-30T22:52:44.488Z Compiling pest_derive v2.7.10
25122024-05-30T22:52:45.006Z Compiling rustc_version v0.4.0
25132024-05-30T22:52:45.151Z Compiling pem-rfc7468 v0.7.0
25142024-05-30T22:52:45.285Z Compiling block-padding v0.3.3
25152024-05-30T22:52:45.533Z Compiling der_derive v0.7.2
25162024-05-30T22:52:45.801Z Compiling usdt-impl v0.5.0
25172024-05-30T22:52:45.975Z Compiling pretty-hex v0.4.1
25182024-05-30T22:52:46.147Z Compiling flagset v0.4.5
25192024-05-30T22:52:46.336Z Compiling inout v0.1.3
25202024-05-30T22:52:46.354Z Compiling tokio-util v0.7.11
25212024-05-30T22:52:47.285Z Compiling tokio-native-tls v0.3.1
25222024-05-30T22:52:47.457Z Compiling h2 v0.3.26
25232024-05-30T22:52:47.561Z Compiling tokio-rustls v0.24.1
25242024-05-30T22:52:47.814Z Compiling dtrace-parser v0.2.0
25252024-05-30T22:52:47.967Z Compiling thread-id v4.2.1
25262024-05-30T22:52:48.081Z Compiling cipher v0.4.4
25272024-05-30T22:52:48.245Z Compiling der v0.7.9
25282024-05-30T22:52:48.655Z Compiling sha2 v0.10.8
25292024-05-30T22:52:49.509Z Compiling either v1.12.0
25302024-05-30T22:52:49.668Z Compiling ff v0.13.0
25312024-05-30T22:52:49.901Z Compiling dof v0.3.0
25322024-05-30T22:52:49.937Z Compiling base16ct v0.2.0
25332024-05-30T22:52:50.143Z Compiling stable_deref_trait v1.2.0
25342024-05-30T22:52:50.250Z Compiling group v0.13.0
25352024-05-30T22:52:50.276Z Compiling hkdf v0.12.4
25362024-05-30T22:52:50.526Z Compiling spki v0.7.3
25372024-05-30T22:52:50.912Z Compiling pkcs8 v0.10.2
25382024-05-30T22:52:51.490Z Compiling sec1 v0.7.3
25392024-05-30T22:52:51.787Z Compiling crossbeam-epoch v0.9.18
25402024-05-30T22:52:52.084Z Compiling crypto-bigint v0.5.5
25412024-05-30T22:52:52.136Z Compiling num-integer v0.1.46
25422024-05-30T22:52:52.235Z Compiling memmap v0.7.0
25432024-05-30T22:52:52.295Z Compiling crc32fast v1.4.0
25442024-05-30T22:52:52.586Z Compiling managed v0.8.0
25452024-05-30T22:52:52.605Z Compiling unicode-segmentation v1.11.0
25462024-05-30T22:52:52.868Z Compiling winnow v0.6.8
25472024-05-30T22:52:53.037Z Compiling toml v0.7.8
25482024-05-30T22:52:53.309Z Compiling ipnetwork v0.20.0
25492024-05-30T22:52:53.449Z Compiling hex v0.4.3
25502024-05-30T22:52:54.092Z Compiling utf8parse v0.2.1
25512024-05-30T22:52:54.112Z Compiling anstyle v1.0.7
25522024-05-30T22:52:54.265Z Compiling matches v0.1.10
25532024-05-30T22:52:54.284Z Compiling anstyle-parse v0.2.4
25542024-05-30T22:52:54.368Z Compiling hyper v0.14.28
25552024-05-30T22:52:54.610Z Compiling idna v0.2.3
25562024-05-30T22:52:54.629Z Compiling enum-as-inner v0.5.1
25572024-05-30T22:52:54.868Z Compiling bit-vec v0.6.3
25582024-05-30T22:52:54.973Z Compiling usdt-macro v0.5.0
25592024-05-30T22:52:55.303Z Compiling usdt-attr-macro v0.5.0
25602024-05-30T22:52:55.629Z Compiling elliptic-curve v0.13.8
25612024-05-30T22:52:56.232Z Compiling anstyle-query v1.0.3
25622024-05-30T22:52:56.373Z Compiling toml_edit v0.22.13
25632024-05-30T22:52:56.443Z Compiling is_terminal_polyfill v1.70.0
25642024-05-30T22:52:56.541Z Compiling siphasher v0.3.11
25652024-05-30T22:52:56.575Z Compiling colorchoice v1.0.1
25662024-05-30T22:52:56.742Z Compiling anstream v0.6.14
25672024-05-30T22:52:56.757Z Compiling trust-dns-proto v0.22.0
25682024-05-30T22:52:56.935Z Compiling flate2 v1.0.30
25692024-05-30T22:52:56.974Z Compiling usdt v0.5.0
25702024-05-30T22:52:57.513Z Compiling num-bigint v0.4.5
25712024-05-30T22:52:57.533Z Compiling heapless v0.7.17
25722024-05-30T22:52:58.256Z Compiling terminal_size v0.3.0
25732024-05-30T22:52:58.266Z Compiling regress v0.9.1
25742024-05-30T22:52:58.266Z Compiling clap_lex v0.7.0
25752024-05-30T22:52:58.266Z Compiling signal-hook v0.3.17
25762024-05-30T22:52:58.387Z Compiling finl_unicode v1.2.0
25772024-05-30T22:52:58.487Z Compiling clap_builder v4.5.2
25782024-05-30T22:52:58.710Z Compiling itertools v0.10.5
25792024-05-30T22:52:59.417Z Compiling stringprep v0.1.4
25802024-05-30T22:53:00.360Z Compiling clap_derive v4.5.4
25812024-05-30T22:53:01.750Z Compiling hyper-rustls v0.24.2
25822024-05-30T22:53:02.118Z Compiling hyper-tls v0.5.0
25832024-05-30T22:53:02.464Z Compiling reqwest v0.11.27
25842024-05-30T22:53:03.221Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
25852024-05-30T22:53:04.620Z Compiling yasna v0.5.2
25862024-05-30T22:53:05.436Z Compiling md-5 v0.10.6
25872024-05-30T22:53:05.597Z Compiling hash32 v0.2.1
25882024-05-30T22:53:05.693Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25892024-05-30T22:53:05.707Z Compiling smoltcp v0.9.1
25902024-05-30T22:53:06.004Z Compiling fallible-iterator v0.2.0
25912024-05-30T22:53:06.543Z Compiling clap v4.5.4
25922024-05-30T22:53:06.656Z Compiling postgres-protocol v0.6.6
25932024-05-30T22:53:06.707Z Compiling phf_shared v0.11.2
25942024-05-30T22:53:07.120Z Compiling tokio-stream v0.1.15
25952024-05-30T22:53:07.600Z Compiling hubpack_derive v0.1.1
25962024-05-30T22:53:07.755Z Compiling zerocopy-derive v0.6.6
25972024-05-30T22:53:08.088Z Compiling diesel_table_macro_syntax v0.1.0
25982024-05-30T22:53:08.143Z Compiling scheduled-thread-pool v0.2.7
25992024-05-30T22:53:08.297Z Compiling fs-err v2.11.0
26002024-05-30T22:53:08.382Z Compiling fixedbitset v0.4.2
26012024-05-30T22:53:08.512Z Compiling diesel_derives v2.1.4
26022024-05-30T22:53:08.937Z Compiling hubpack v0.1.2
26032024-05-30T22:53:08.949Z Compiling petgraph v0.6.5
26042024-05-30T22:53:08.949Z Compiling r2d2 v0.8.10
26052024-05-30T22:53:09.018Z Compiling postgres-types v0.2.6
26062024-05-30T22:53:09.159Z Compiling phf v0.11.2
26072024-05-30T22:53:09.508Z Compiling signal-hook-mio v0.2.3
26082024-05-30T22:53:09.944Z Compiling phf_shared v0.10.0
26092024-05-30T22:53:10.101Z Compiling zerocopy v0.6.6
26102024-05-30T22:53:10.356Z Compiling similar v2.5.0
26112024-05-30T22:53:10.650Z Compiling num-iter v0.1.45
26122024-05-30T22:53:10.845Z Compiling strum_macros v0.25.3
26132024-05-30T22:53:10.970Z Compiling serde_repr v0.1.19
26142024-05-30T22:53:11.069Z Compiling console v0.15.8
26152024-05-30T22:53:12.195Z Compiling getopts v0.2.21
26162024-05-30T22:53:12.635Z Compiling float-cmp v0.9.0
26172024-05-30T22:53:12.759Z Compiling precomputed-hash v0.1.1
26182024-05-30T22:53:12.876Z Compiling minimal-lexical v0.2.1
26192024-05-30T22:53:12.885Z Compiling whoami v1.5.1
26202024-05-30T22:53:12.893Z Compiling difflib v0.4.0
26212024-05-30T22:53:13.283Z Compiling unsafe-libyaml v0.2.11
26222024-05-30T22:53:13.368Z Compiling normalize-line-endings v0.3.0
26232024-05-30T22:53:13.508Z Compiling new_debug_unreachable v1.0.6
26242024-05-30T22:53:13.532Z Compiling predicates-core v1.0.6
26252024-05-30T22:53:13.594Z Compiling static_assertions v1.1.0
26262024-05-30T22:53:13.701Z Compiling string_cache v0.8.7
26272024-05-30T22:53:13.903Z Compiling predicates v3.1.0
26282024-05-30T22:53:14.229Z Compiling nom v7.1.3
26292024-05-30T22:53:14.634Z Compiling tokio-postgres v0.7.10
26302024-05-30T22:53:15.286Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
26312024-05-30T22:53:15.329Z Compiling serde_yaml v0.9.34+deprecated
26322024-05-30T22:53:15.782Z Compiling crossterm v0.27.0
26332024-05-30T22:53:18.878Z Compiling bit-set v0.5.3
26342024-05-30T22:53:18.974Z Compiling itertools v0.12.1
26352024-05-30T22:53:19.211Z Compiling bstr v1.9.1
26362024-05-30T22:53:19.642Z Compiling peg-runtime v0.8.3
26372024-05-30T22:53:19.824Z Compiling lalrpop-util v0.19.12
26382024-05-30T22:53:19.841Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
26392024-05-30T22:53:20.523Z Compiling sha1 v0.10.6
26402024-05-30T22:53:20.523Z Compiling camino v1.1.7
26412024-05-30T22:53:20.523Z Compiling ident_case v1.0.1
26422024-05-30T22:53:20.562Z Compiling darling_core v0.20.9
26432024-05-30T22:53:20.606Z Compiling strum_macros v0.26.2
26442024-05-30T22:53:20.941Z Compiling dirs-sys-next v0.1.2
26452024-05-30T22:53:21.113Z Compiling match_cfg v0.1.0
26462024-05-30T22:53:21.213Z Compiling base64 v0.22.1
26472024-05-30T22:53:21.630Z Compiling hostname v0.3.1
26482024-05-30T22:53:21.883Z Compiling dirs-next v2.0.0
26492024-05-30T22:53:21.956Z Compiling toml v0.8.13
26502024-05-30T22:53:22.036Z Compiling http v1.1.0
26512024-05-30T22:53:22.074Z Compiling thread_local v1.1.8
26522024-05-30T22:53:22.191Z Compiling slog-async v2.8.0
26532024-05-30T22:53:22.663Z Compiling rustls-pki-types v1.7.0
26542024-05-30T22:53:22.787Z Compiling term v0.7.0
26552024-05-30T22:53:23.555Z Compiling crossbeam-channel v0.5.12
26562024-05-30T22:53:23.765Z Compiling is-terminal v0.4.12
26572024-05-30T22:53:23.893Z Compiling rustls v0.22.4
26582024-05-30T22:53:23.917Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
26592024-05-30T22:53:24.189Z Compiling paste v1.0.15
26602024-05-30T22:53:24.443Z Compiling take_mut v0.2.2
26612024-05-30T22:53:24.625Z Compiling diesel v2.1.6
26622024-05-30T22:53:24.636Z Compiling slog-term v2.9.1
26632024-05-30T22:53:24.652Z Compiling rustls-webpki v0.102.4
26642024-05-30T22:53:24.773Z Compiling multer v3.1.0
26652024-05-30T22:53:26.277Z Compiling instant v0.1.12
26662024-05-30T22:53:26.282Z Compiling slog-json v2.6.1
26672024-05-30T22:53:26.282Z Compiling strum v0.26.2
26682024-05-30T22:53:26.282Z Compiling async-stream-impl v0.3.5
26692024-05-30T22:53:26.283Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
26702024-05-30T22:53:26.546Z Compiling debug-ignore v1.0.5
26712024-05-30T22:53:26.592Z Compiling atomic-waker v1.1.2
26722024-05-30T22:53:26.740Z Compiling waitgroup v0.1.2
26732024-05-30T22:53:26.758Z Compiling slog-bunyan v2.5.0
26742024-05-30T22:53:26.956Z Compiling rustls-pemfile v2.1.2
26752024-05-30T22:53:26.976Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
26762024-05-30T22:53:27.399Z Compiling serde_path_to_error v0.1.16
26772024-05-30T22:53:27.608Z Compiling async-stream v0.3.5
26782024-05-30T22:53:27.961Z Compiling structmeta-derive v0.3.0
26792024-05-30T22:53:27.978Z Compiling hostname v0.4.0
26802024-05-30T22:53:28.002Z Compiling darling_macro v0.20.9
26812024-05-30T22:53:28.241Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
26822024-05-30T22:53:28.281Z Compiling newtype-uuid v1.1.0
26832024-05-30T22:53:28.517Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26842024-05-30T22:53:28.577Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26852024-05-30T22:53:28.611Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
26862024-05-30T22:53:28.762Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
26872024-05-30T22:53:28.878Z Compiling backoff v0.4.0
26882024-05-30T22:53:29.010Z Compiling darling v0.20.9
26892024-05-30T22:53:29.179Z Compiling serde_with_macros v3.8.1
26902024-05-30T22:53:29.244Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26912024-05-30T22:53:29.283Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7)
26922024-05-30T22:53:29.315Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26932024-05-30T22:53:29.405Z Compiling macaddr v1.0.1
26942024-05-30T22:53:29.494Z Compiling proc-macro-crate v1.3.1
26952024-05-30T22:53:29.869Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26962024-05-30T22:53:30.053Z Compiling fastrand v2.1.0
26972024-05-30T22:53:30.232Z Compiling tokio-rustls v0.25.0
26982024-05-30T22:53:30.626Z Compiling num_enum_derive v0.5.11
26992024-05-30T22:53:30.651Z Compiling tempfile v3.10.1
27002024-05-30T22:53:31.117Z Compiling structmeta v0.3.0
27012024-05-30T22:53:31.579Z Compiling parse-display-derive v0.9.0
27022024-05-30T22:53:31.602Z Compiling proc-macro-error-attr v1.0.4
27032024-05-30T22:53:31.963Z Compiling proc-macro-error v1.0.4
27042024-05-30T22:53:32.230Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27052024-05-30T22:53:32.454Z Compiling serde_with v3.8.1
27062024-05-30T22:53:33.521Z Compiling num_enum v0.5.11
27072024-05-30T22:53:33.531Z Compiling foreign-types-macros v0.2.3
27082024-05-30T22:53:33.671Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27092024-05-30T22:53:34.355Z Compiling foreign-types-shared v0.3.1
27102024-05-30T22:53:34.387Z Compiling heapless v0.8.0
27112024-05-30T22:53:34.936Z Compiling foreign-types v0.5.0
27122024-05-30T22:53:35.403Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27132024-05-30T22:53:35.761Z Compiling cstr-argument v0.1.2
27142024-05-30T22:53:36.024Z Compiling hash32 v0.3.1
27152024-05-30T22:53:36.229Z Compiling pretty-hex v0.2.1
27162024-05-30T22:53:36.270Z Compiling smoltcp v0.11.0
27172024-05-30T22:53:36.405Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27182024-05-30T22:53:36.957Z Compiling parse-display v0.9.0
27192024-05-30T22:53:36.971Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27202024-05-30T22:53:36.971Z Compiling camino-tempfile v1.1.1
27212024-05-30T22:53:37.074Z Compiling tabwriter v1.4.0
27222024-05-30T22:53:37.232Z Compiling colored v2.1.0
27232024-05-30T22:53:37.260Z Compiling socket2 v0.4.10
27242024-05-30T22:53:37.284Z Compiling embedded-io v0.4.0
27252024-05-30T22:53:37.486Z Compiling cobs v0.2.3
27262024-05-30T22:53:37.534Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
27272024-05-30T22:53:37.612Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
27282024-05-30T22:53:37.732Z Compiling postcard v1.0.8
27292024-05-30T22:53:38.308Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
27302024-05-30T22:53:38.320Z Compiling crucible-workspace-hack v0.1.0
27312024-05-30T22:53:38.320Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
27322024-05-30T22:53:38.320Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
27332024-05-30T22:53:38.321Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
27342024-05-30T22:53:38.576Z Compiling smf v0.2.3
27352024-05-30T22:53:38.646Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
27362024-05-30T22:53:38.997Z Compiling humantime v2.1.0
27372024-05-30T22:53:39.318Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
27382024-05-30T22:53:39.479Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
27392024-05-30T22:53:39.585Z Compiling num-derive v0.4.2
27402024-05-30T22:53:39.991Z Compiling sigpipe v0.1.3
27412024-05-30T22:53:40.499Z Compiling utf-8 v0.7.6
27422024-05-30T22:53:40.505Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
27432024-05-30T22:53:40.506Z Compiling atty v0.2.14
27442024-05-30T22:53:40.554Z Compiling rayon-core v1.12.1
27452024-05-30T22:53:40.554Z Compiling semver v0.1.20
27462024-05-30T22:53:40.812Z Compiling platforms v3.4.0
27472024-05-30T22:53:40.873Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
27482024-05-30T22:53:41.313Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
27492024-05-30T22:53:41.439Z Compiling same-file v1.0.6
27502024-05-30T22:53:41.673Z Compiling walkdir v2.5.0
27512024-05-30T22:53:42.121Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
27522024-05-30T22:53:42.462Z Compiling curve25519-dalek v4.1.2
27532024-05-30T22:53:42.754Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
27542024-05-30T22:53:42.815Z Compiling rustc_version v0.1.7
27552024-05-30T22:53:43.083Z Compiling newline-converter v0.3.0
27562024-05-30T22:53:43.099Z Compiling crossbeam-deque v0.8.5
27572024-05-30T22:53:43.113Z Compiling universal-hash v0.5.1
27582024-05-30T22:53:43.247Z Compiling opaque-debug v0.3.1
27592024-05-30T22:53:43.296Z Compiling expectorate v1.1.0
27602024-05-30T22:53:43.365Z Compiling newtype_derive v0.1.6
27612024-05-30T22:53:43.427Z Compiling tungstenite v0.20.1
27622024-05-30T22:53:43.448Z Compiling xattr v1.3.1
27632024-05-30T22:53:43.465Z Compiling signature v2.2.0
27642024-05-30T22:53:43.652Z Compiling curve25519-dalek-derive v0.1.1
27652024-05-30T22:53:43.732Z Compiling ring v0.16.20
27662024-05-30T22:53:43.752Z Compiling blake3 v1.5.1
27672024-05-30T22:53:44.367Z Compiling filetime v0.2.23
27682024-05-30T22:53:44.729Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
27692024-05-30T22:53:44.870Z Compiling unicase v2.7.0
27702024-05-30T22:53:44.914Z Compiling termcolor v1.4.1
27712024-05-30T22:53:45.147Z Compiling getrandom v0.1.16
27722024-05-30T22:53:45.633Z Compiling linked-hash-map v0.5.6
27732024-05-30T22:53:45.656Z Compiling quick-error v1.2.3
27742024-05-30T22:53:45.656Z Compiling convert_case v0.4.0
27752024-05-30T22:53:45.656Z Compiling arc-swap v1.7.1
27762024-05-30T22:53:45.708Z Compiling lru-cache v0.1.2
27772024-05-30T22:53:45.806Z Compiling resolv-conf v0.7.0
27782024-05-30T22:53:45.913Z Compiling env_logger v0.9.3
27792024-05-30T22:53:46.291Z Compiling slog-scope v4.4.0
27802024-05-30T22:53:46.476Z Compiling derive_more v0.99.17
27812024-05-30T22:53:46.677Z Compiling tar v0.4.40
27822024-05-30T22:53:46.804Z Compiling tokio-tungstenite v0.20.1
27832024-05-30T22:53:47.395Z Compiling rayon v1.10.0
27842024-05-30T22:53:47.815Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27852024-05-30T22:53:48.316Z Compiling password-hash v0.5.0
27862024-05-30T22:53:48.846Z Compiling blake2 v0.10.6
27872024-05-30T22:53:49.109Z Compiling bitstruct_derive v0.1.0
27882024-05-30T22:53:49.418Z Compiling derive-where v1.2.7
27892024-05-30T22:53:50.346Z Compiling memmap2 v0.9.4
27902024-05-30T22:53:50.564Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27912024-05-30T22:53:50.687Z Compiling ascii v1.1.0
27922024-05-30T22:53:50.790Z Compiling constant_time_eq v0.3.0
27932024-05-30T22:53:50.965Z Compiling untrusted v0.7.1
27942024-05-30T22:53:51.172Z Compiling libefi-sys v0.1.0
27952024-05-30T22:53:51.313Z Compiling arrayref v0.3.7
27962024-05-30T22:53:51.417Z Compiling parking_lot_core v0.8.6
27972024-05-30T22:53:51.452Z Compiling arrayvec v0.7.4
27982024-05-30T22:53:51.864Z Compiling home v0.5.9
27992024-05-30T22:53:52.143Z Compiling toolchain_find v0.4.0
28002024-05-30T22:53:52.844Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
28012024-05-30T22:53:53.172Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28022024-05-30T22:53:53.407Z Compiling bitstruct v0.1.1
28032024-05-30T22:53:53.527Z Compiling argon2 v0.5.3
28042024-05-30T22:53:53.708Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28052024-05-30T22:53:54.310Z Compiling slog-stdlog v4.1.1
28062024-05-30T22:53:54.689Z Compiling trust-dns-resolver v0.22.0
28072024-05-30T22:53:54.808Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28082024-05-30T22:53:55.339Z Compiling num-rational v0.4.2
28092024-05-30T22:53:55.362Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28102024-05-30T22:53:55.523Z Compiling serde_arrays v0.1.0
28112024-05-30T22:53:55.690Z Compiling erased-serde v0.3.31
28122024-05-30T22:53:55.740Z Compiling rfc6979 v0.4.0
28132024-05-30T22:53:55.918Z Compiling aead v0.5.2
28142024-05-30T22:53:56.161Z Compiling num-complex v0.4.6
28152024-05-30T22:53:56.278Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
28162024-05-30T22:53:56.561Z Compiling nibble_vec v0.1.0
28172024-05-30T22:53:56.664Z Compiling slog-dtrace v0.3.0
28182024-05-30T22:53:56.773Z Compiling endian-type v0.1.2
28192024-05-30T22:53:56.791Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
28202024-05-30T22:53:56.941Z Compiling keccak v0.1.5
28212024-05-30T22:53:57.011Z Compiling cancel-safe-futures v0.1.5
28222024-05-30T22:53:57.070Z Compiling topological-sort v0.2.2
28232024-05-30T22:53:57.097Z Compiling num v0.4.3
28242024-05-30T22:53:57.176Z Compiling radix_trie v0.2.1
28252024-05-30T22:53:57.266Z Compiling omicron-zone-package v0.11.0
28262024-05-30T22:53:57.282Z Compiling sha3 v0.10.8
28272024-05-30T22:53:57.352Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28282024-05-30T22:53:57.948Z Compiling ecdsa v0.16.9
28292024-05-30T22:53:58.017Z Compiling rand_core v0.5.1
28302024-05-30T22:53:58.344Z Compiling mime_guess v2.0.4
28312024-05-30T22:53:58.519Z Compiling slog-envlogger v2.2.0
28322024-05-30T22:53:58.814Z Compiling steno v0.4.0
28332024-05-30T22:53:59.360Z Compiling rustfmt-wrapper v0.2.1
28342024-05-30T22:54:00.262Z Compiling poly1305 v0.8.0
28352024-05-30T22:54:00.696Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
28362024-05-30T22:54:01.255Z Compiling primeorder v0.13.6
28372024-05-30T22:54:01.463Z Compiling heck v0.3.3
28382024-05-30T22:54:01.656Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28392024-05-30T22:54:01.776Z Compiling chacha20 v0.9.1
28402024-05-30T22:54:01.924Z Compiling thiserror-impl-no-std v2.0.2
28412024-05-30T22:54:02.026Z Compiling secrecy v0.8.0
28422024-05-30T22:54:02.075Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28432024-05-30T22:54:02.222Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28442024-05-30T22:54:02.304Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28452024-05-30T22:54:02.889Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28462024-05-30T22:54:03.854Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28472024-05-30T22:54:04.258Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28482024-05-30T22:54:04.490Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28492024-05-30T22:54:05.082Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28502024-05-30T22:54:05.087Z Compiling half v2.4.1
28512024-05-30T22:54:05.087Z Compiling option-ext v0.2.0
28522024-05-30T22:54:05.162Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
28532024-05-30T22:54:05.195Z Compiling ciborium-io v0.2.2
28542024-05-30T22:54:05.325Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
28552024-05-30T22:54:05.832Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
28562024-05-30T22:54:05.844Z Compiling ciborium-ll v0.2.2
28572024-05-30T22:54:05.844Z Compiling thiserror-no-std v2.0.2
28582024-05-30T22:54:05.844Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
28592024-05-30T22:54:05.844Z Compiling dirs-sys v0.4.1
28602024-05-30T22:54:05.844Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28612024-05-30T22:54:05.921Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28622024-05-30T22:54:05.943Z Compiling zone_cfg_derive v0.1.2
28632024-05-30T22:54:06.284Z Compiling parking_lot v0.11.2
28642024-05-30T22:54:06.799Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
28652024-05-30T22:54:07.047Z Compiling rand_chacha v0.2.2
28662024-05-30T22:54:07.161Z Compiling trust-dns-client v0.22.0
28672024-05-30T22:54:07.889Z Compiling ed25519 v2.2.3
28682024-05-30T22:54:08.101Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28692024-05-30T22:54:08.403Z Compiling polyval v0.6.2
28702024-05-30T22:54:08.536Z Compiling tungstenite v0.21.0
28712024-05-30T22:54:08.843Z Compiling aes v0.8.4
28722024-05-30T22:54:09.113Z Compiling ctr v0.9.2
28732024-05-30T22:54:09.505Z Compiling blowfish v0.9.1
28742024-05-30T22:54:09.960Z Compiling libsw v3.3.1
28752024-05-30T22:54:10.298Z Compiling toml v0.5.11
28762024-05-30T22:54:10.469Z Compiling password-hash v0.4.2
28772024-05-30T22:54:10.497Z Compiling pbkdf2 v0.12.2
28782024-05-30T22:54:10.669Z Compiling gethostname v0.4.3
28792024-05-30T22:54:10.891Z Compiling fxhash v0.2.1
28802024-05-30T22:54:10.952Z Compiling linear-map v1.2.0
28812024-05-30T22:54:11.097Z Compiling base64 v0.13.1
28822024-05-30T22:54:11.329Z Compiling owo-colors v4.0.0
28832024-05-30T22:54:11.417Z Compiling swrite v0.1.0
28842024-05-30T22:54:11.550Z Compiling ron v0.7.1
28852024-05-30T22:54:11.749Z Compiling sled v0.34.7
28862024-05-30T22:54:11.774Z Compiling pbkdf2 v0.11.0
28872024-05-30T22:54:12.122Z Compiling trust-dns-server v0.22.1
28882024-05-30T22:54:13.713Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28892024-05-30T22:54:13.960Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28902024-05-30T22:54:14.196Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28912024-05-30T22:54:17.588Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28922024-05-30T22:54:18.619Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28932024-05-30T22:54:19.313Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28942024-05-30T22:54:21.288Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
28952024-05-30T22:54:21.831Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28962024-05-30T22:54:22.291Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28972024-05-30T22:54:22.700Z Compiling bcrypt-pbkdf v0.10.0
28982024-05-30T22:54:22.700Z Compiling tokio-tungstenite v0.21.0
28992024-05-30T22:54:23.114Z Compiling ghash v0.5.1
29002024-05-30T22:54:23.200Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29012024-05-30T22:54:23.245Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29022024-05-30T22:54:23.303Z Compiling ed25519-dalek v2.1.1
29032024-05-30T22:54:23.744Z Compiling zone v0.1.8
29042024-05-30T22:54:23.938Z Compiling rand v0.7.3
29052024-05-30T22:54:24.566Z Compiling dirs v5.0.1
29062024-05-30T22:54:24.601Z Compiling ciborium v0.2.2
29072024-05-30T22:54:25.429Z Compiling vsss-rs v3.3.4
29082024-05-30T22:54:26.180Z Compiling chacha20poly1305 v0.10.1
29092024-05-30T22:54:26.215Z Compiling p256 v0.13.2
29102024-05-30T22:54:26.434Z Compiling p521 v0.13.3
29112024-05-30T22:54:26.661Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29122024-05-30T22:54:27.138Z Compiling pem v3.0.4
29132024-05-30T22:54:28.000Z Compiling cbc v0.1.2
29142024-05-30T22:54:28.262Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
29152024-05-30T22:54:28.378Z Compiling headers-core v0.2.0
29162024-05-30T22:54:28.549Z Compiling kstat-rs v0.2.3
29172024-05-30T22:54:28.655Z Compiling portpicker v0.1.1
29182024-05-30T22:54:29.001Z Compiling nanorand v0.7.0
29192024-05-30T22:54:29.044Z Compiling russh-cryptovec v0.7.2
29202024-05-30T22:54:29.241Z Compiling glob v0.3.1
29212024-05-30T22:54:29.320Z Compiling http-range v0.1.5
29222024-05-30T22:54:29.402Z Compiling md5 v0.7.0
29232024-05-30T22:54:29.892Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29242024-05-30T22:54:29.892Z Compiling russh-keys v0.43.0
29252024-05-30T22:54:30.222Z Compiling hyper-staticfile v0.9.5
29262024-05-30T22:54:30.263Z Compiling flume v0.11.0
29272024-05-30T22:54:31.012Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29282024-05-30T22:54:31.234Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
29292024-05-30T22:54:33.254Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
29302024-05-30T22:54:33.850Z Compiling headers v0.3.9
29312024-05-30T22:54:33.868Z Compiling rcgen v0.12.1
29322024-05-30T22:54:36.012Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29332024-05-30T22:54:36.607Z Compiling aes-gcm v0.10.3
29342024-05-30T22:54:36.771Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29352024-05-30T22:54:36.891Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29362024-05-30T22:54:38.370Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29372024-05-30T22:54:38.707Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
29382024-05-30T22:54:38.875Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
29392024-05-30T22:54:40.657Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29402024-05-30T22:54:41.809Z Compiling atomicwrites v0.4.3
29412024-05-30T22:54:42.205Z Compiling subprocess v0.2.9
29422024-05-30T22:54:44.405Z Compiling hex-literal v0.4.1
29432024-05-30T22:54:44.565Z Compiling display-error-chain v0.2.0
29442024-05-30T22:54:44.749Z Compiling dhcproto-macros v0.1.0
29452024-05-30T22:54:45.325Z Compiling russh v0.43.0
29462024-05-30T22:54:45.750Z Compiling dhcproto v0.11.0
29472024-05-30T22:54:46.113Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29482024-05-30T22:54:48.275Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29492024-05-30T22:54:49.044Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29502024-05-30T22:54:49.401Z Compiling internet-checksum v0.2.1
29512024-05-30T22:54:50.173Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29522024-05-30T22:54:52.206Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29532024-05-30T22:55:12.773Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29542024-05-30T22:55:55.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 51s
29552024-05-30T22:55:55.644Z
29562024-05-30T22:55:55.654Zreal 3:51.944721864
29572024-05-30T22:55:55.655Zuser 20:48.379892229
29582024-05-30T22:55:55.655Zsys 4:31.369080353
29592024-05-30T22:55:55.655Ztrap 0.622218567
29602024-05-30T22:55:55.655Ztflt 0.548586351
29612024-05-30T22:55:55.656Zdflt 2.238732183
29622024-05-30T22:55:55.656Zkflt 0.000085328
29632024-05-30T22:55:55.656Zlock 43:50.503209188
29642024-05-30T22:55:55.656Zslp 59:20.226081377
29652024-05-30T22:55:55.657Zlat 1:14.284968320
29662024-05-30T22:55:55.657Zstop 2:45.053922740
29672024-05-30T22:55:55.657Z+ mkdir tests
29682024-05-30T22:55:55.657Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29692024-05-30T22:55:55.657Z+ xargs -I '{}' -t cp '{}' tests/
29702024-05-30T22:55:56.209Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-bddbd06b74be9221 tests/
29712024-05-30T22:55:56.233Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-aa7d0c20118ab684 tests/
29722024-05-30T22:55:56.656Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-d91d648fd0179409 tests/
29732024-05-30T22:55:56.656Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-bd53f4aa2a22a23f tests/
29742024-05-30T22:55:56.657Z+ 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/*)
29752024-05-30T22:55:56.657Z+ 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-d91d648fd0179409 tests/commtest-aa7d0c20118ab684 tests/dhcp_server-bddbd06b74be9221 tests/end_to_end_tests-bd53f4aa2a22a23f 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
29762024-05-30T22:57:00.141ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29772024-05-30T22:57:00.141Za out/target/test 1K
29782024-05-30T22:57:00.141Za out/npuzone/npuzone 23144K
29792024-05-30T22:57:00.141Za package-manifest.toml 28K
29802024-05-30T22:57:00.141Za smf/sled-agent/non-gimlet/config.toml 4K
29812024-05-30T22:57:00.141Za target/release/omicron-package 31803K
29822024-05-30T22:57:00.141Za target/release/xtask 6777K
29832024-05-30T22:57:00.141Za target/debug/bootstrap 351228K
29842024-05-30T22:57:00.141Za tests/bootstrap-d91d648fd0179409 23989K
29852024-05-30T22:57:00.141Za tests/commtest-aa7d0c20118ab684 23990K
29862024-05-30T22:57:00.142Za tests/dhcp_server-bddbd06b74be9221 23989K
29872024-05-30T22:57:00.142Za tests/end_to_end_tests-bd53f4aa2a22a23f 360772K
29882024-05-30T22:57:00.142Za out/clickhouse.tar.gz 222995K
29892024-05-30T22:57:00.142Za out/clickhouse_keeper.tar.gz 222974K
29902024-05-30T22:57:00.142Za out/cockroachdb.tar.gz 131105K
29912024-05-30T22:57:00.142Za out/crucible-pantry-zone.tar.gz 27295K
29922024-05-30T22:57:00.142Za out/crucible-zone.tar.gz 38058K
29932024-05-30T22:57:00.142Za out/external-dns.tar.gz 25086K
29942024-05-30T22:57:00.142Za out/internal-dns.tar.gz 25088K
29952024-05-30T22:57:00.142Za out/mg-ddm-gz.tar 60408K
29962024-05-30T22:57:00.142Za out/nexus.tar.gz 82292K
29972024-05-30T22:57:00.142Za out/ntp.tar.gz 8845K
29982024-05-30T22:57:00.142Za out/omicron-gateway-softnpu.tar.gz 14642K
29992024-05-30T22:57:00.142Za out/omicron-sled-agent.tar 92659K
30002024-05-30T22:57:00.142Za out/overlay.tar.gz 3K
30012024-05-30T22:57:00.142Za out/oximeter.tar.gz 40321K
30022024-05-30T22:57:00.142Za out/oxlog.tar 2954K
30032024-05-30T22:57:00.142Za out/probe.tar.gz 2764K
30042024-05-30T22:57:00.142Za out/propolis-server.tar.gz 65435K
30052024-05-30T22:57:00.142Za out/pumpkind-gz.tar 26665K
30062024-05-30T22:57:00.142Za out/switch-softnpu.tar.gz 196626K
30072024-05-30T22:57:00.146Z
30082024-05-30T22:57:00.146Zreal 1:03.508037437
30092024-05-30T22:57:00.147Zuser 1:00.871942190
30102024-05-30T22:57:00.147Zsys 3.617079111
30112024-05-30T22:57:00.147Ztrap 0.014156869
30122024-05-30T22:57:00.147Ztflt 0.000000000
30132024-05-30T22:57:00.147Zdflt 0.000000000
30142024-05-30T22:57:00.147Zkflt 0.000000000
30152024-05-30T22:57:00.147Zlock 0.000000000
30162024-05-30T22:57:00.147Zslp 1:00.789911032
30172024-05-30T22:57:00.147Zlat 1.718276947
30182024-05-30T22:57:00.147Zstop 0.000623146
30192024-05-30T22:57:00.147Zprocess exited: duration 1720032 ms, exit code 0
 
30202024-05-30T22:57:00.164Zfound 1 output files
30212024-05-30T22:57:00.164Zuploading: /work/package.tar.gz (1393965680 bytes)
30222024-05-30T23:06:14.358Zuploaded: /work/package.tar.gz