01HYBS1JMB4Z03P51SJC9VVR4H: helios / package

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

Buildomat Job: 01HYBS1WNF93BJ92QXX5NNZE7G

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-05-20T19:54:22.890Zjob assigned to worker 01HYBS1Y1FKFC0X3BDG7DHVM85 (queued for 52 s)
 
22024-05-20T19:54:23.239Zstarting task 0: "setup"
32024-05-20T19:54:23.266Z++ uname -s
42024-05-20T19:54:23.266Z+ kern=SunOS
52024-05-20T19:54:23.266Z+ case "$kern" in
62024-05-20T19:54:23.266Z+ groupadd -g 12345 build
72024-05-20T19:54:23.266Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-05-20T19:54:25.263Z+ zfs create -o mountpoint=/work rpool/work
92024-05-20T19:54:25.735Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-05-20T19:54:25.759Z+ home_fs=zfs
112024-05-20T19:54:25.760Z+ [[ zfs == autofs ]]
122024-05-20T19:54:25.760Z+ mkdir -p /home/build
132024-05-20T19:54:25.760Z+ chown build:build /home/build /work
142024-05-20T19:54:27.333Z+ chmod 0700 /home/build /work
152024-05-20T19:54:27.361Zprocess exited: duration 4104 ms, exit code 0
 
162024-05-20T19:54:27.417Zstarting task 1: "rust-toolchain"
172024-05-20T19:54:27.441Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-05-20T19:54:27.441Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.77.2 --profile default
192024-05-20T19:54:27.571Zinfo: downloading installer
202024-05-20T19:54:28.668Zwarning: it looks like you have an existing installation of Rust at:
212024-05-20T19:54:28.668Zwarning: /opt/ooce/bin
222024-05-20T19:54:28.668Zwarning: It is recommended that rustup be the primary Rust installation.
232024-05-20T19:54:28.668Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-05-20T19:54:28.668Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-05-20T19:54:28.668Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-05-20T19:54:28.668Zwarning: or pass `-y' to ignore all ignorable checks.
272024-05-20T19:54:28.668Zerror: cannot install while Rust is installed
282024-05-20T19:54:28.669Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-05-20T19:54:28.669Zinfo: profile set to 'default'
302024-05-20T19:54:28.669Zinfo: default host triple is x86_64-unknown-illumos
312024-05-20T19:54:28.669Zinfo: syncing channel updates for '1.77.2-x86_64-unknown-illumos'
322024-05-20T19:54:28.669Zinfo: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09)
332024-05-20T19:54:28.669Zinfo: downloading component 'cargo'
342024-05-20T19:54:28.669Zinfo: downloading component 'clippy'
352024-05-20T19:54:28.717Zinfo: downloading component 'rust-docs'
362024-05-20T19:54:28.988Zinfo: downloading component 'rust-std'
372024-05-20T19:54:29.285Zinfo: downloading component 'rustc'
382024-05-20T19:54:29.926Zinfo: downloading component 'rustfmt'
392024-05-20T19:54:29.970Zinfo: installing component 'cargo'
402024-05-20T19:54:31.101Zinfo: installing component 'clippy'
412024-05-20T19:54:31.483Zinfo: installing component 'rust-docs'
422024-05-20T19:54:34.126Zinfo: installing component 'rust-std'
432024-05-20T19:54:36.111Zinfo: installing component 'rustc'
442024-05-20T19:54:40.927Zinfo: installing component 'rustfmt'
452024-05-20T19:54:41.306Zinfo: default toolchain set to '1.77.2-x86_64-unknown-illumos'
462024-05-20T19:54:41.306Z
472024-05-20T19:54:41.425Z 1.77.2-x86_64-unknown-illumos installed - rustc 1.77.2 (25ef9e3d8 2024-04-09)
482024-05-20T19:54:41.425Z
492024-05-20T19:54:41.450Z
502024-05-20T19:54:41.450ZRust is installed now. Great!
512024-05-20T19:54:41.450Z
522024-05-20T19:54:41.450ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-05-20T19:54:41.451Zenvironment variable. This has not been done automatically.
542024-05-20T19:54:41.451Z
552024-05-20T19:54:41.451ZTo configure your current shell, you need to source
562024-05-20T19:54:41.451Zthe corresponding env file under $HOME/.cargo.
572024-05-20T19:54:41.451Z
582024-05-20T19:54:41.451ZThis is usually done by running one of the following (note the leading DOT):
592024-05-20T19:54:41.451Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-05-20T19:54:41.451Zsource "$HOME/.cargo/env.fish" # For fish
612024-05-20T19:54:41.503Z+ rustc --version
622024-05-20T19:54:41.615Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
632024-05-20T19:54:41.641Zprocess exited: duration 14194 ms, exit code 0
 
642024-05-20T19:54:41.698Zstarting task 2: "authentication"
652024-05-20T19:54:41.775Zprocess exited: duration 74 ms, exit code 0
 
662024-05-20T19:54:41.840Zstarting task 3: "clone repository"
672024-05-20T19:54:41.875Z+ mkdir -p /work/oxidecomputer/omicron
682024-05-20T19:54:41.875Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-05-20T19:54:41.904ZCloning into '/work/oxidecomputer/omicron'...
702024-05-20T19:54:47.136Z+ cd /work/oxidecomputer/omicron
712024-05-20T19:54:47.136Z+ git fetch origin 8d4d4034dda824fa638906d88776b3e0c27c8720
722024-05-20T19:54:47.549ZFrom https://github.com/oxidecomputer/omicron
732024-05-20T19:54:47.549Z * branch 8d4d4034dda824fa638906d88776b3e0c27c8720 -> FETCH_HEAD
742024-05-20T19:54:47.575Z+ [[ -n iliana/cargo-update ]]
752024-05-20T19:54:47.575Z++ git branch --show-current
762024-05-20T19:54:47.576Z+ current=main
772024-05-20T19:54:47.576Z+ [[ main != iliana/cargo-update ]]
782024-05-20T19:54:47.576Z+ git branch -f iliana/cargo-update 8d4d4034dda824fa638906d88776b3e0c27c8720
792024-05-20T19:54:47.576Z+ git checkout -f iliana/cargo-update
802024-05-20T19:54:47.746ZSwitched to branch 'iliana/cargo-update'
812024-05-20T19:54:47.780Z+ git reset --hard 8d4d4034dda824fa638906d88776b3e0c27c8720
822024-05-20T19:54:47.887ZHEAD is now at 8d4d4034d defmt 0.3.7 was yanked
832024-05-20T19:54:47.916Zprocess exited: duration 6051 ms, exit code 0
 
842024-05-20T19:54:47.970Zstarting task 4: "build"
852024-05-20T19:54:47.996Z+ cargo --version
862024-05-20T19:54:48.061Zcargo 1.77.2 (e52e36006 2024-03-26)
872024-05-20T19:54:48.091Z+ rustc --version
882024-05-20T19:54:48.132Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
892024-05-20T19:54:48.173Z+ WORK=/work
902024-05-20T19:54:48.173Z+ pfexec mkdir -p /work
912024-05-20T19:54:48.174Z+ pfexec chown build /work
922024-05-20T19:54:48.174Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932024-05-20T19:54:52.937Z Startup: Refreshing catalog 'helios-dev' ... Done
942024-05-20T19:54:55.012Z Startup: Caching catalogs ... Done
952024-05-20T19:54:57.567ZPlanning: Solver setup ... Done (1.896s)
962024-05-20T19:54:57.604ZPlanning: Running solver ... Done (0.032s)
972024-05-20T19:54:57.636ZPlanning: Finding local manifests ... Done (0.002s)
982024-05-20T19:54:57.770ZPlanning: Fetching manifests: 0/4 0% complete
992024-05-20T19:54:58.890ZPlanning: Fetching manifests: 4/4 100% complete
1002024-05-20T19:54:58.958ZPlanning: Package planning ... Done (0.070s)
1012024-05-20T19:54:59.016ZPlanning: Merging actions ... Done (0.063s)
1022024-05-20T19:54:59.414ZPlanning: Checking for conflicting actions ... Done (0.395s)
1032024-05-20T19:54:59.446ZPlanning: Consolidating action changes ... Done (0.013s)
1042024-05-20T19:55:00.145ZPlanning: Evaluating mediators ... Done (0.711s)
1052024-05-20T19:55:00.173ZPlanning: Planning completed in 5.07 seconds
1062024-05-20T19:55:00.173Z Packages to install: 4
1072024-05-20T19:55:00.173Z Mediators to change: 2
1082024-05-20T19:55:00.173Z Services to change: 1
1092024-05-20T19:55:00.173Z Estimated space available: 148.91 GB
1102024-05-20T19:55:00.173ZEstimated space to be consumed: 1.45 GB
1112024-05-20T19:55:00.173Z Create boot environment: No
1122024-05-20T19:55:00.173ZCreate backup boot environment: No
1132024-05-20T19:55:00.173Z Rebuild boot archive: No
1142024-05-20T19:55:00.173Z
1152024-05-20T19:55:00.173ZChanged mediators:
1162024-05-20T19:55:00.173Z mediator clang:
1172024-05-20T19:55:00.174Z version: None -> 15 (system default)
1182024-05-20T19:55:00.174Z
1192024-05-20T19:55:00.174Z mediator llvm:
1202024-05-20T19:55:00.174Z version: 14 (system default) -> 15 (system default)
1212024-05-20T19:55:00.174Z
1222024-05-20T19:55:00.174ZChanged packages:
1232024-05-20T19:55:00.174Zhelios-dev
1242024-05-20T19:55:00.174Z developer/build-essential
1252024-05-20T19:55:00.174Z None -> 11-2.0
1262024-05-20T19:55:00.174Z library/libxmlsec1
1272024-05-20T19:55:00.174Z None -> 1.2.35-2.0
1282024-05-20T19:55:00.174Z ooce/developer/clang-15
1292024-05-20T19:55:00.174Z None -> 15.0.7-2.0
1302024-05-20T19:55:00.174Z ooce/developer/llvm-15
1312024-05-20T19:55:00.174Z None -> 15.0.7-2.0
1322024-05-20T19:55:00.174Z
1332024-05-20T19:55:00.174ZServices:
1342024-05-20T19:55:00.174Z restart_fmri:
1352024-05-20T19:55:00.174Z svc:/system/update-man-index:default
1362024-05-20T19:55:00.227Z
1372024-05-20T19:55:00.227ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1382024-05-20T19:55:05.228ZDownload: 1197/3290 items 66.8/212.6MB 31% complete (13.4M/s)
1392024-05-20T19:55:10.426ZDownload: 2223/3290 items 119.2/212.6MB 56% complete (13.1M/s)
1402024-05-20T19:55:15.429ZDownload: 3249/3290 items 203.1/212.6MB 95% complete (13.4M/s)
1412024-05-20T19:55:17.102ZDownload: Completed 212.60 MB in 16.88 seconds (12.6M/s)
1422024-05-20T19:55:17.265Z Actions: 1/3689 actions (Installing new actions)
1432024-05-20T19:55:22.335Z Actions: 2383/3689 actions (Installing new actions)
1442024-05-20T19:55:23.086Z Actions: Completed 3689 actions in 5.83 seconds.
1452024-05-20T19:55:23.414Z Done (0.321s)
1462024-05-20T19:55:23.414Z Done (0.000s)
1472024-05-20T19:55:23.890Z Done (0.365s)
1482024-05-20T19:55:29.204Z Done (5.293s)
1492024-05-20T19:55:29.300Z Done (0.018s)
1502024-05-20T19:55:29.331Z Done (0.000s)
1512024-05-20T19:55:29.448Z Done (0.000s)
1522024-05-20T19:55:30.099ZPlanning: Evaluating mediator changes ... Done
1532024-05-20T19:55:30.335ZPlanning: Checking for conflicting actions ... Done
1542024-05-20T19:55:30.361ZPlanning: Consolidating action changes ... Done
1552024-05-20T19:55:30.702ZPlanning: Evaluating mediators ... Done
1562024-05-20T19:55:30.730ZPlanning: Planning completed in 0.61 seconds
1572024-05-20T19:55:30.767Z Mediators to change: 2
1582024-05-20T19:55:30.768Z Create boot environment: No
1592024-05-20T19:55:30.768ZCreate backup boot environment: No
1602024-05-20T19:55:30.813Z Done
1612024-05-20T19:55:30.813Z Done
1622024-05-20T19:55:31.103Z Done
1632024-05-20T19:55:35.678Z Done
1642024-05-20T19:55:35.789Z Done
1652024-05-20T19:55:35.789Z Done
1662024-05-20T19:55:35.842Z Done
1672024-05-20T19:55:36.621ZPlanning: Evaluating mediator changes ... Done
1682024-05-20T19:55:36.649ZPlanning: Merging actions ... Done
1692024-05-20T19:55:36.869ZPlanning: Checking for conflicting actions ... Done
1702024-05-20T19:55:36.894ZPlanning: Consolidating action changes ... Done
1712024-05-20T19:55:37.227ZPlanning: Evaluating mediators ... Done
1722024-05-20T19:55:37.305ZPlanning: Planning completed in 0.98 seconds
1732024-05-20T19:55:37.341Z Packages to change: 1
1742024-05-20T19:55:37.341Z Mediators to change: 1
1752024-05-20T19:55:37.341Z Services to change: 1
1762024-05-20T19:55:37.341Z Create boot environment: No
1772024-05-20T19:55:37.341ZCreate backup boot environment: Yes
1782024-05-20T19:55:38.882Z Actions: 1/6 actions (Updating modified actions)
1792024-05-20T19:55:38.907Z Actions: Completed 6 actions in 0.00 seconds.
1802024-05-20T19:55:38.907Z Done
1812024-05-20T19:55:38.907Z Done
1822024-05-20T19:55:38.969Z Done
1832024-05-20T19:55:43.708Z Done
1842024-05-20T19:55:43.812Z Done
1852024-05-20T19:55:43.836Z Done
1862024-05-20T19:55:43.880Z Done
1872024-05-20T19:55:44.454ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1882024-05-20T19:55:44.454Zclang system 15 system
1892024-05-20T19:55:44.454Zcsh system system illumos
1902024-05-20T19:55:44.454Zctags system system illumos
1912024-05-20T19:55:44.454Zgcc vendor 12 vendor
1922024-05-20T19:55:44.455Zgcc system 10 system
1932024-05-20T19:55:44.455Zgcc system 7 system
1942024-05-20T19:55:44.455Zgo system 1.20 system
1952024-05-20T19:55:44.455Zgo system 1.19 system
1962024-05-20T19:55:44.455Zllvm system 15 system
1972024-05-20T19:55:44.455Zllvm system 14 system
1982024-05-20T19:55:44.455Zmariadb system 10.6 system
1992024-05-20T19:55:44.455Zmta vendor vendor dma
2002024-05-20T19:55:44.455Zopenjdk system 17 system
2012024-05-20T19:55:44.455Zopenjdk system 11 system
2022024-05-20T19:55:44.455Zopenjdk system 1.8 system
2032024-05-20T19:55:44.456Zopenssl vendor 3 vendor
2042024-05-20T19:55:44.456Zperl system 5.36 system
2052024-05-20T19:55:44.456Zpostgresql system 15 system
2062024-05-20T19:55:44.456Zpostgresql system 13 system
2072024-05-20T19:55:44.456Zpython vendor 3 vendor
2082024-05-20T19:55:44.456Zpython system 2 system
2092024-05-20T19:55:44.456Zpython3 system 3.11 system
2102024-05-20T19:55:44.457Zruby system 3.0 system
2112024-05-20T19:55:44.457Zwords vendor vendor american-english
2122024-05-20T19:55:44.457Zwords system system australian-english
2132024-05-20T19:55:44.457Zwords system system british-english
2142024-05-20T19:55:44.457Zwords system system canadian-english
2152024-05-20T19:55:44.457Zwords system system french
2162024-05-20T19:55:44.457Zwords system system italian
2172024-05-20T19:55:44.457Zwords system system ngerman
2182024-05-20T19:55:44.457Zwords system system ogerman
2192024-05-20T19:55:44.458Zwords system system spanish
2202024-05-20T19:55:44.868ZPUBLISHER TYPE STATUS P LOCATION
2212024-05-20T19:55:44.868Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2222024-05-20T19:55:46.766ZFMRI IFO
2232024-05-20T19:55:46.766Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2242024-05-20T19:55:46.766Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2252024-05-20T19:55:46.766Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2262024-05-20T19:55:46.767Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2272024-05-20T19:55:46.767Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2282024-05-20T19:55:46.767Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2292024-05-20T19:55:46.767Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2302024-05-20T19:55:46.767Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2312024-05-20T19:55:46.767Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2322024-05-20T19:55:46.767Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2332024-05-20T19:55:46.767Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2342024-05-20T19:55:46.767Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2352024-05-20T19:55:47.068Z+ set -o errexit
2362024-05-20T19:55:47.093Z+++ dirname ./tools/ci_download_cockroachdb
2372024-05-20T19:55:47.093Z++ cd ./tools
2382024-05-20T19:55:47.093Z++ pwd
2392024-05-20T19:55:47.093Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2402024-05-20T19:55:47.094Z++ basename ./tools/ci_download_cockroachdb
2412024-05-20T19:55:47.094Z+ ARG0=ci_download_cockroachdb
2422024-05-20T19:55:47.094Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2432024-05-20T19:55:47.094Z+ CIDL_VERSION=v22.1.9
2442024-05-20T19:55:47.094Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2452024-05-20T19:55:47.094Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2462024-05-20T19:55:47.094Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2472024-05-20T19:55:47.094Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2482024-05-20T19:55:47.094Z+ TARGET_DIR=out
2492024-05-20T19:55:47.094Z+ DOWNLOAD_DIR=out/downloads
2502024-05-20T19:55:47.094Z+ DEST_DIR=./out/cockroachdb
2512024-05-20T19:55:47.094Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2522024-05-20T19:55:47.094Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2532024-05-20T19:55:47.094Z+ main
2542024-05-20T19:55:47.094Z+ [[ 0 != 0 ]]
2552024-05-20T19:55:47.094Z+ CIDL_OS=solaris2.11
2562024-05-20T19:55:47.094Z+ [[ 0 != 0 ]]
2572024-05-20T19:55:47.094Z+ configure_os solaris2.11
2582024-05-20T19:55:47.094Z+ echo 'current directory: /work/oxidecomputer/omicron'
2592024-05-20T19:55:47.094Z+ echo 'configuring based on OS: "solaris2.11"'
2602024-05-20T19:55:47.094Z+ case "$1" in
2612024-05-20T19:55:47.095Z+ CIDL_BUILD=illumos
2622024-05-20T19:55:47.095Z+ CIDL_SUFFIX=tar.gz
2632024-05-20T19:55:47.095Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2642024-05-20T19:55:47.095Z+ CIDL_URL_BASE=https://illumos.org/downloads
2652024-05-20T19:55:47.095Z+ CIDL_ASSEMBLE=do_assemble_illumos
2662024-05-20T19:55:47.095Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2672024-05-20T19:55:47.095Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2682024-05-20T19:55:47.095Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2692024-05-20T19:55:47.095Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2702024-05-20T19:55:47.095Zcurrent directory: /work/oxidecomputer/omicron
2712024-05-20T19:55:47.095Zconfiguring based on OS: "solaris2.11"
2722024-05-20T19:55:47.095Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2732024-05-20T19:55:47.095Z+ CIDL_SHA256FUNC=do_sha256sum
2742024-05-20T19:55:47.095Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2752024-05-20T19:55:47.095Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2762024-05-20T19:55:47.095Z+ mkdir -p out/downloads
2772024-05-20T19:55:47.095ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2782024-05-20T19:55:47.095ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2792024-05-20T19:55:47.095Z+ mkdir -p ./out/cockroachdb
2802024-05-20T19:55:47.095Z+ local DO_DOWNLOAD=true
2812024-05-20T19:55:47.095Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2822024-05-20T19:55:47.095Z+ '[' true == true ']'
2832024-05-20T19:55:47.095Z+ echo Downloading...
2842024-05-20T19:55:47.095ZDownloading...
2852024-05-20T19:55:47.096Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2862024-05-20T19:55:47.096Z+ 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
2872024-05-20T19:55:52.897Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2882024-05-20T19:55:52.922Z++ sha256sum
2892024-05-20T19:55:52.922Z++ awk '{print $1}'
2902024-05-20T19:55:52.975Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2912024-05-20T19:55:52.975Z+ [[ 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 ]]
2922024-05-20T19:55:52.975Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2932024-05-20T19:55:52.976Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2942024-05-20T19:55:56.076Z+ do_assemble_illumos
2952024-05-20T19:55:56.076Z+ rm -r ./out/cockroachdb
2962024-05-20T19:55:56.101Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2972024-05-20T19:55:56.577Z+ ./out/cockroachdb/bin/cockroach version
2982024-05-20T19:55:56.831ZBuild Tag: v22.1.9-dirty
2992024-05-20T19:55:56.831ZBuild Time: 2022/10/26 21:17:46
3002024-05-20T19:55:56.831ZDistribution: OSS
3012024-05-20T19:55:56.831ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3022024-05-20T19:55:56.831ZGo Version: go1.17.13
3032024-05-20T19:55:56.831ZC Compiler: gcc 10.3.0
3042024-05-20T19:55:56.831ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3052024-05-20T19:55:56.831ZBuild Type: release
3062024-05-20T19:55:56.855Z+ set -o errexit
3072024-05-20T19:55:56.881Z+++ dirname ./tools/ci_download_clickhouse
3082024-05-20T19:55:56.881Z++ cd ./tools
3092024-05-20T19:55:56.881Z++ pwd
3102024-05-20T19:55:56.881Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3112024-05-20T19:55:56.881Z++ basename ./tools/ci_download_clickhouse
3122024-05-20T19:55:56.881Z+ ARG0=ci_download_clickhouse
3132024-05-20T19:55:56.882Z+ TARGET_DIR=out
3142024-05-20T19:55:56.882Z+ DOWNLOAD_DIR=out/downloads
3152024-05-20T19:55:56.882Z+ DEST_DIR=./out/clickhouse
3162024-05-20T19:55:56.882Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3172024-05-20T19:55:56.882Z+ CIDL_VERSION=v23.8.7.24
3182024-05-20T19:55:56.882Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3192024-05-20T19:55:56.882Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3202024-05-20T19:55:56.882Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3212024-05-20T19:55:56.882Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3222024-05-20T19:55:56.882Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3232024-05-20T19:55:56.882Z+ main
3242024-05-20T19:55:56.882Z+ [[ 0 != 0 ]]
3252024-05-20T19:55:56.882Z+ CIDL_OS=solaris2.11
3262024-05-20T19:55:56.882Z+ [[ 0 != 0 ]]
3272024-05-20T19:55:56.882Z+ configure_os solaris2.11
3282024-05-20T19:55:56.882Z+ echo 'current directory: /work/oxidecomputer/omicron'
3292024-05-20T19:55:56.882Z+ echo 'configuring based on OS: "solaris2.11"'
3302024-05-20T19:55:56.882Zcurrent directory: /work/oxidecomputer/omicron
3312024-05-20T19:55:56.882Zconfiguring based on OS: "solaris2.11"
3322024-05-20T19:55:56.882Z+ CIDL_DASHREV=
3332024-05-20T19:55:56.882Z+ case "$1" in
3342024-05-20T19:55:56.882Z+ CIDL_PLATFORM=illumos
3352024-05-20T19:55:56.883Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3362024-05-20T19:55:56.883Z+ CIDL_MD5FUNC=do_md5sum
3372024-05-20T19:55:56.883Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3382024-05-20T19:55:56.883Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3392024-05-20T19:55:56.883Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3402024-05-20T19:55:56.883Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3412024-05-20T19:55:56.883Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3422024-05-20T19:55:56.883Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3432024-05-20T19:55:56.883ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3442024-05-20T19:55:56.883Z+ mkdir -p out/downloads
3452024-05-20T19:55:56.883ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3462024-05-20T19:55:56.883Z+ mkdir -p ./out/clickhouse
3472024-05-20T19:55:56.883Z+ local DO_DOWNLOAD=true
3482024-05-20T19:55:56.883Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3492024-05-20T19:55:56.883Z+ '[' true == true ']'
3502024-05-20T19:55:56.883Z+ echo Downloading...
3512024-05-20T19:55:56.883ZDownloading...
3522024-05-20T19:55:56.883Z+ 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
3532024-05-20T19:55:56.883Z+ 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
3542024-05-20T19:56:16.919Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3552024-05-20T19:56:16.950Z++ md5sum
3562024-05-20T19:56:16.950Z++ awk '{print $1}'
3572024-05-20T19:56:16.950Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3582024-05-20T19:56:16.950Z+ [[ 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 ]]
3592024-05-20T19:56:16.950Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3602024-05-20T19:56:16.950Z+ mkdir -p ./out/clickhouse
3612024-05-20T19:56:16.950Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3622024-05-20T19:56:22.181Z+ [[ solaris2.11 == darwin* ]]
3632024-05-20T19:56:22.181Z+ ./out/clickhouse/clickhouse server --version
3642024-05-20T19:56:22.338ZClickHouse server version 23.8.7.1.
3652024-05-20T19:56:22.367Z+ set -o errexit
3662024-05-20T19:56:22.395Z+++ dirname ./tools/ci_download_console
3672024-05-20T19:56:22.395Z++ cd ./tools
3682024-05-20T19:56:22.395Z++ pwd
3692024-05-20T19:56:22.395Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3702024-05-20T19:56:22.395Z++ basename ./tools/ci_download_console
3712024-05-20T19:56:22.395Z+ ARG0=ci_download_console
3722024-05-20T19:56:22.395Z+ TARGET_DIR=out
3732024-05-20T19:56:22.395Z+ DOWNLOAD_DIR=out/downloads
3742024-05-20T19:56:22.395Z+ DEST_DIR=./out/console-assets
3752024-05-20T19:56:22.396Z+ source /work/oxidecomputer/omicron/tools/console_version
3762024-05-20T19:56:22.396Z++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5
3772024-05-20T19:56:22.396Z++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
3782024-05-20T19:56:22.396Z+ URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
3792024-05-20T19:56:22.396Z+ TARBALL_FILE=out/downloads/console.tar.gz
3802024-05-20T19:56:22.396Z+ main
3812024-05-20T19:56:22.396Z+ [[ 0 != 0 ]]
3822024-05-20T19:56:22.396Z+ echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz'
3832024-05-20T19:56:22.396Z+ echo 'Local file: out/downloads/console.tar.gz'
3842024-05-20T19:56:22.396Z+ local DO_DOWNLOAD=true
3852024-05-20T19:56:22.396Z+ [[ -f out/downloads/console.tar.gz ]]
3862024-05-20T19:56:22.396ZURL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
3872024-05-20T19:56:22.396ZLocal file: out/downloads/console.tar.gz
3882024-05-20T19:56:22.396Z+ mkdir -p out/downloads
3892024-05-20T19:56:22.396Z+ '[' true == true ']'
3902024-05-20T19:56:22.396ZDownloading...
3912024-05-20T19:56:22.396Z+ echo Downloading...
3922024-05-20T19:56:22.396Z+ do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz
3932024-05-20T19:56:22.396Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
3942024-05-20T19:56:22.586Z++ do_sha256sum out/downloads/console.tar.gz
3952024-05-20T19:56:22.586Z++ case "$OSTYPE" in
3962024-05-20T19:56:22.587Z++ SHA=sha256sum
3972024-05-20T19:56:22.611Z++ sha256sum
3982024-05-20T19:56:22.611Z++ awk '{print $1}'
3992024-05-20T19:56:22.611Z+ calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
4002024-05-20T19:56:22.611Z+ [[ f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c != \f\3\b\c\5\1\a\9\d\d\f\5\3\5\6\e\c\d\a\8\5\f\f\1\1\e\e\c\0\3\2\d\a\8\8\0\b\e\1\6\2\3\5\8\b\b\7\e\e\6\7\6\a\b\8\2\3\e\5\9\4\7\6\c ]]
4012024-05-20T19:56:22.611Z+ rm -rf ./out/console-assets
4022024-05-20T19:56:22.611Z+ mkdir -p ./out/console-assets
4032024-05-20T19:56:22.612Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4042024-05-20T19:56:22.612Z+ mkdir -p ./out/console-assets
4052024-05-20T19:56:22.612Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4062024-05-20T19:56:22.740Z+ set -o errexit
4072024-05-20T19:56:22.770Z+++ dirname ./tools/ci_download_dendrite_openapi
4082024-05-20T19:56:22.770Z++ cd ./tools
4092024-05-20T19:56:22.770Z++ pwd
4102024-05-20T19:56:22.771Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4112024-05-20T19:56:22.771Z++ basename ./tools/ci_download_dendrite_openapi
4122024-05-20T19:56:22.771Z+ ARG0=ci_download_dendrite_openapi
4132024-05-20T19:56:22.771Z+ TARGET_DIR=out
4142024-05-20T19:56:22.771Z+ DOWNLOAD_DIR=out/downloads
4152024-05-20T19:56:22.771Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4162024-05-20T19:56:22.772Z++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4172024-05-20T19:56:22.772Z++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4182024-05-20T19:56:22.772Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json
4192024-05-20T19:56:22.772Z+ LOCAL_FILE=out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4202024-05-20T19:56:22.772Z+ main
4212024-05-20T19:56:22.773Z+ [[ 0 != 0 ]]
4222024-05-20T19:56:22.773Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json'
4232024-05-20T19:56:22.773Z+ echo 'Local file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json'
4242024-05-20T19:56:22.773ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json
4252024-05-20T19:56:22.773ZLocal file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4262024-05-20T19:56:22.773Z+ local DO_DOWNLOAD=true
4272024-05-20T19:56:22.773Z+ [[ -f out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json ]]
4282024-05-20T19:56:22.773Z+ mkdir -p out/downloads
4292024-05-20T19:56:22.773Z+ '[' true == true ']'
4302024-05-20T19:56:22.773Z+ echo Downloading...
4312024-05-20T19:56:22.774Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4322024-05-20T19:56:22.774ZDownloading...
4332024-05-20T19:56:22.774Z+ 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
4342024-05-20T19:56:23.216Z++ do_sha256sum out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4352024-05-20T19:56:23.217Z++ case "$OSTYPE" in
4362024-05-20T19:56:23.217Z++ SHA=sha256sum
4372024-05-20T19:56:23.284Z++ sha256sum
4382024-05-20T19:56:23.285Z++ awk '{print $1}'
4392024-05-20T19:56:23.285Z+ calculated_sha2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4402024-05-20T19:56:23.285Z+ [[ 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 ]]
4412024-05-20T19:56:24.307Z+ set -o errexit
4422024-05-20T19:56:24.308Z+++ dirname ./tools/ci_download_dendrite_stub
4432024-05-20T19:56:24.308Z++ cd ./tools
4442024-05-20T19:56:24.308Z++ pwd
4452024-05-20T19:56:24.308Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4462024-05-20T19:56:24.308Z++ basename ./tools/ci_download_dendrite_stub
4472024-05-20T19:56:24.308Z+ ARG0=ci_download_dendrite_stub
4482024-05-20T19:56:24.308Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4492024-05-20T19:56:24.309Z++ CIDL_SHA256_ILLUMOS=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
4502024-05-20T19:56:24.309Z++ CIDL_SHA256_LINUX_DPD=fa38138db9ce1c2cababd11dd9ef1289295e4a8185c78372f6ff1a090c75a05b
4512024-05-20T19:56:24.309Z++ CIDL_SHA256_LINUX_SWADM=ebda6c0a8e29f40c389337fe2e37c1191eeeb34d729de7724b6d707bb6c9a882
4522024-05-20T19:56:24.309Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4532024-05-20T19:56:24.309Z++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4542024-05-20T19:56:24.309Z++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4552024-05-20T19:56:24.309Z+ TARGET_DIR=out
4562024-05-20T19:56:24.309Z+ DOWNLOAD_DIR=out/downloads
4572024-05-20T19:56:24.310Z+ DEST_DIR=./out/dendrite-stub
4582024-05-20T19:56:24.310Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4592024-05-20T19:56:24.310Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4602024-05-20T19:56:24.310Z+ REPO=oxidecomputer/dendrite
4612024-05-20T19:56:24.310Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4622024-05-20T19:56:24.310Z+ main
4632024-05-20T19:56:24.310Z+ [[ 0 != 0 ]]
4642024-05-20T19:56:24.310Z+ CIDL_OS=solaris2.11
4652024-05-20T19:56:24.310Z+ [[ 0 != 0 ]]
4662024-05-20T19:56:24.311Z+ configure_os solaris2.11
4672024-05-20T19:56:24.311Z+ echo 'current directory: /work/oxidecomputer/omicron'
4682024-05-20T19:56:24.311Z+ echo 'configuring based on OS: "solaris2.11"'
4692024-05-20T19:56:24.311Zcurrent directory: /work/oxidecomputer/omicron
4702024-05-20T19:56:24.311Zconfiguring based on OS: "solaris2.11"
4712024-05-20T19:56:24.311Z+ case "$1" in
4722024-05-20T19:56:24.311Z+ SET_BINARIES=
4732024-05-20T19:56:24.311Z+ CIDL_SHA256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
4742024-05-20T19:56:24.311Z+ CIDL_SHA256FUNC=do_sha256sum
4752024-05-20T19:56:24.311Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
4762024-05-20T19:56:24.311Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz
4772024-05-20T19:56:24.311Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
4782024-05-20T19:56:24.311Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz'
4792024-05-20T19:56:24.311ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz
4802024-05-20T19:56:24.311ZLocal file: out/downloads/dendrite-stub.tar.gz
4812024-05-20T19:56:24.311Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
4822024-05-20T19:56:24.311Z+ mkdir -p out/downloads
4832024-05-20T19:56:24.311Z+ mkdir -p ./out/dendrite-stub
4842024-05-20T19:56:24.311Z+ fetch_and_verify
4852024-05-20T19:56:24.312Z+ local DO_DOWNLOAD=true
4862024-05-20T19:56:24.312Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
4872024-05-20T19:56:24.312Z+ '[' true == true ']'
4882024-05-20T19:56:24.312Z+ echo Downloading...
4892024-05-20T19:56:24.312ZDownloading...
4902024-05-20T19:56:24.312Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
4912024-05-20T19:56:24.312Z+ 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
4922024-05-20T19:56:34.099Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
4932024-05-20T19:56:34.128Z++ sha256sum
4942024-05-20T19:56:34.128Z++ awk '{print $1}'
4952024-05-20T19:56:34.155Z+ calculated_sha256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
4962024-05-20T19:56:34.155Z+ [[ 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 ]]
4972024-05-20T19:56:34.155Z+ do_untar out/downloads/dendrite-stub.tar.gz
4982024-05-20T19:56:34.155Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
4992024-05-20T19:56:35.020Z+ do_assemble
5002024-05-20T19:56:35.020Z+ rm -r ./out/dendrite-stub
5012024-05-20T19:56:35.048Z+ mkdir ./out/dendrite-stub
5022024-05-20T19:56:35.048Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5032024-05-20T19:56:35.175Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5042024-05-20T19:56:35.199Z+ set -o errexit
5052024-05-20T19:56:35.199Z+++ dirname ./tools/ci_download_maghemite_mgd
5062024-05-20T19:56:35.199Z++ cd ./tools
5072024-05-20T19:56:35.199Z++ pwd
5082024-05-20T19:56:35.199Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5092024-05-20T19:56:35.199Z++ basename ./tools/ci_download_maghemite_mgd
5102024-05-20T19:56:35.199Z+ ARG0=ci_download_maghemite_mgd
5112024-05-20T19:56:35.199Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5122024-05-20T19:56:35.199Z++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5132024-05-20T19:56:35.199Z++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19
5142024-05-20T19:56:35.200Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5152024-05-20T19:56:35.200Z++ COMMIT=025389ff39d594bf2b815377e2c1dc4dd23b1f96
5162024-05-20T19:56:35.200Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5172024-05-20T19:56:35.200Z+ TARGET_DIR=out
5182024-05-20T19:56:35.200Z+ DOWNLOAD_DIR=out/downloads
5192024-05-20T19:56:35.200Z+ DEST_DIR=./out/mgd
5202024-05-20T19:56:35.200Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5212024-05-20T19:56:35.200Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5222024-05-20T19:56:35.200Z+ REPO=oxidecomputer/maghemite
5232024-05-20T19:56:35.200Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96
5242024-05-20T19:56:35.200Z+ main
5252024-05-20T19:56:35.200Z+ rm -rf out/downloads/root
5262024-05-20T19:56:35.225Z+ [[ 0 != 0 ]]
5272024-05-20T19:56:35.225Z+ CIDL_OS=solaris2.11
5282024-05-20T19:56:35.225Z+ [[ 0 != 0 ]]
5292024-05-20T19:56:35.225Z+ configure_os solaris2.11
5302024-05-20T19:56:35.225Z+ echo 'current directory: /work/oxidecomputer/omicron'
5312024-05-20T19:56:35.225Z+ echo 'configuring based on OS: "solaris2.11"'
5322024-05-20T19:56:35.225Zcurrent directory: /work/oxidecomputer/omicron
5332024-05-20T19:56:35.225Zconfiguring based on OS: "solaris2.11"
5342024-05-20T19:56:35.225Z+ case "$1" in
5352024-05-20T19:56:35.225Z+ SET_BINARIES=
5362024-05-20T19:56:35.225Z+ CIDL_SHA256FUNC=do_sha256sum
5372024-05-20T19:56:35.225Z+ TARBALL_FILENAME=mgd.tar.gz
5382024-05-20T19:56:35.225Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5392024-05-20T19:56:35.225Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5402024-05-20T19:56:35.225Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz'
5412024-05-20T19:56:35.225ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5422024-05-20T19:56:35.225Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5432024-05-20T19:56:35.225Z+ mkdir -p out/downloads
5442024-05-20T19:56:35.226ZLocal file: out/downloads/mgd.tar.gz
5452024-05-20T19:56:35.226Z+ mkdir -p ./out/mgd
5462024-05-20T19:56:35.226Z+ fetch_and_verify
5472024-05-20T19:56:35.226Z+ local DO_DOWNLOAD=true
5482024-05-20T19:56:35.226Z+ [[ -f out/downloads/mgd.tar.gz ]]
5492024-05-20T19:56:35.226Z+ '[' true == true ']'
5502024-05-20T19:56:35.226Z+ echo Downloading...
5512024-05-20T19:56:35.226Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz out/downloads/mgd.tar.gz
5522024-05-20T19:56:35.226ZDownloading...
5532024-05-20T19:56:35.226Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5542024-05-20T19:56:46.417Z++ do_sha256sum out/downloads/mgd.tar.gz
5552024-05-20T19:56:46.442Z++ sha256sum
5562024-05-20T19:56:46.442Z++ awk '{print $1}'
5572024-05-20T19:56:46.466Z+ calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5582024-05-20T19:56:46.466Z+ [[ 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 ]]
5592024-05-20T19:56:46.466Z+ do_untar out/downloads/mgd.tar.gz
5602024-05-20T19:56:46.466Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
5612024-05-20T19:56:47.233Z+ do_assemble
5622024-05-20T19:56:47.233Z+ rm -r ./out/mgd
5632024-05-20T19:56:47.258Z+ mkdir ./out/mgd
5642024-05-20T19:56:47.258Z+ cp -r out/downloads/root ./out/mgd/root
5652024-05-20T19:56:47.325Z+ set -o errexit
5662024-05-20T19:56:47.377Z+++ dirname ./tools/ci_download_transceiver_control
5672024-05-20T19:56:47.377Z++ cd ./tools
5682024-05-20T19:56:47.377Z++ pwd
5692024-05-20T19:56:47.377Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5702024-05-20T19:56:47.377Z++ basename ./tools/ci_download_transceiver_control
5712024-05-20T19:56:47.377Z+ ARG0=ci_download_transceiver_control
5722024-05-20T19:56:47.377Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5732024-05-20T19:56:47.377Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5742024-05-20T19:56:47.378Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5752024-05-20T19:56:47.378Z+ TARGET_DIR=out
5762024-05-20T19:56:47.378Z+ DOWNLOAD_DIR=out/downloads
5772024-05-20T19:56:47.378Z+ DEST_DIR=./out/transceiver-control
5782024-05-20T19:56:47.378Z+ BIN_DIR=/opt/oxide/bin
5792024-05-20T19:56:47.378Z+ BINARY=xcvradm
5802024-05-20T19:56:47.378Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5812024-05-20T19:56:47.378Z+ REPO=oxidecomputer/transceiver-control
5822024-05-20T19:56:47.378Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5832024-05-20T19:56:47.378Z+ main
5842024-05-20T19:56:47.378Z+ [[ 0 != 0 ]]
5852024-05-20T19:56:47.378Z+ CIDL_OS=solaris2.11
5862024-05-20T19:56:47.378Z+ [[ 0 != 0 ]]
5872024-05-20T19:56:47.378Z+ configure_os solaris2.11
5882024-05-20T19:56:47.378Z+ echo 'current directory: /work/oxidecomputer/omicron'
5892024-05-20T19:56:47.378Z+ echo 'configuring based on OS: "solaris2.11"'
5902024-05-20T19:56:47.378Z+ case "$1" in
5912024-05-20T19:56:47.378Z+ SET_BINARIES=
5922024-05-20T19:56:47.378Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5932024-05-20T19:56:47.378Z+ CIDL_SHA256FUNC=do_sha256sum
5942024-05-20T19:56:47.378Z+ ARCHIVE_FILENAME=xcvradm.gz
5952024-05-20T19:56:47.378Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5962024-05-20T19:56:47.379Zcurrent directory: /work/oxidecomputer/omicron
5972024-05-20T19:56:47.379Zconfiguring based on OS: "solaris2.11"
5982024-05-20T19:56:47.379Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
5992024-05-20T19:56:47.379Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6002024-05-20T19:56:47.379ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6012024-05-20T19:56:47.379Z+ echo 'Local file: out/downloads/xcvradm.gz'
6022024-05-20T19:56:47.379Z+ mkdir -p out/downloads
6032024-05-20T19:56:47.379ZLocal file: out/downloads/xcvradm.gz
6042024-05-20T19:56:47.379Z+ mkdir -p ./out/transceiver-control
6052024-05-20T19:56:47.379Z+ fetch_and_verify
6062024-05-20T19:56:47.379Z+ local DO_DOWNLOAD=true
6072024-05-20T19:56:47.379Z+ [[ -f out/downloads/xcvradm.gz ]]
6082024-05-20T19:56:47.379Z+ '[' true == true ']'
6092024-05-20T19:56:47.379Z+ echo Downloading...
6102024-05-20T19:56:47.379ZDownloading...
6112024-05-20T19:56:47.379Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6122024-05-20T19:56:47.379Z+ 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
6132024-05-20T19:56:49.201Z++ do_sha256sum out/downloads/xcvradm.gz
6142024-05-20T19:56:49.226Z++ sha256sum
6152024-05-20T19:56:49.226Z++ awk '{print $1}'
6162024-05-20T19:56:49.226Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6172024-05-20T19:56:49.226Z+ [[ 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 ]]
6182024-05-20T19:56:49.226Z+ do_unpack out/downloads/xcvradm.gz
6192024-05-20T19:56:49.226Z+ mkdir -p out/downloads/root//opt/oxide/bin
6202024-05-20T19:56:49.226Z+ gzip -dc out/downloads/xcvradm.gz
6212024-05-20T19:56:49.372Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6222024-05-20T19:56:49.398Z+ do_assemble
6232024-05-20T19:56:49.398Z+ rm -r ./out/transceiver-control
6242024-05-20T19:56:49.398Z+ mkdir ./out/transceiver-control
6252024-05-20T19:56:49.398Z+ cp -r out/downloads/root ./out/transceiver-control/root
6262024-05-20T19:56:49.480Z+ set -o errexit
6272024-05-20T19:56:49.508Z+++ dirname ./tools/ci_download_thundermuffin
6282024-05-20T19:56:49.508Z++ cd ./tools
6292024-05-20T19:56:49.508Z++ pwd
6302024-05-20T19:56:49.508Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6312024-05-20T19:56:49.508Z++ basename ./tools/ci_download_thundermuffin
6322024-05-20T19:56:49.508Z+ ARG0=ci_download_thundermuffin
6332024-05-20T19:56:49.508Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
6342024-05-20T19:56:49.508Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6352024-05-20T19:56:49.508Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
6362024-05-20T19:56:49.508Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
6372024-05-20T19:56:49.508Z+ TARGET_DIR=out
6382024-05-20T19:56:49.508Z+ DOWNLOAD_DIR=out/downloads
6392024-05-20T19:56:49.508Z+ DEST_DIR=./out/thundermuffin
6402024-05-20T19:56:49.508Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
6412024-05-20T19:56:49.508Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6422024-05-20T19:56:49.508Z+ REPO=oxidecomputer/thundermuffin
6432024-05-20T19:56:49.508Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
6442024-05-20T19:56:49.509Z+ main
6452024-05-20T19:56:49.509Z+ rm -rf out/downloads/root
6462024-05-20T19:56:49.509Z+ [[ 0 != 0 ]]
6472024-05-20T19:56:49.509Z+ CIDL_OS=solaris2.11
6482024-05-20T19:56:49.509Z+ [[ 0 != 0 ]]
6492024-05-20T19:56:49.509Z+ configure_os solaris2.11
6502024-05-20T19:56:49.509Z+ echo 'current directory: /work/oxidecomputer/omicron'
6512024-05-20T19:56:49.509Zcurrent directory: /work/oxidecomputer/omicron
6522024-05-20T19:56:49.509Z+ echo 'configuring based on OS: "solaris2.11"'
6532024-05-20T19:56:49.509Z+ case "$1" in
6542024-05-20T19:56:49.509Zconfiguring based on OS: "solaris2.11"
6552024-05-20T19:56:49.509Z+ SET_BINARIES=
6562024-05-20T19:56:49.509Z+ CIDL_SHA256FUNC=do_sha256sum
6572024-05-20T19:56:49.509Z+ TARBALL_FILENAME=thundermuffin.tar.gz
6582024-05-20T19:56:49.509Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6592024-05-20T19:56:49.509Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
6602024-05-20T19:56:49.509Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
6612024-05-20T19:56:49.509Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
6622024-05-20T19:56:49.509Z+ mkdir -p out/downloads
6632024-05-20T19:56:49.509ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6642024-05-20T19:56:49.509ZLocal file: out/downloads/thundermuffin.tar.gz
6652024-05-20T19:56:49.509Z+ mkdir -p ./out/thundermuffin
6662024-05-20T19:56:49.534Z+ fetch_and_verify
6672024-05-20T19:56:49.534Z+ local DO_DOWNLOAD=true
6682024-05-20T19:56:49.534Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
6692024-05-20T19:56:49.534Z+ '[' true == true ']'
6702024-05-20T19:56:49.535Z+ echo Downloading...
6712024-05-20T19:56:49.535ZDownloading...
6722024-05-20T19:56:49.535Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
6732024-05-20T19:56:49.535Z+ 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
6742024-05-20T19:56:50.908Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
6752024-05-20T19:56:50.932Z++ sha256sum
6762024-05-20T19:56:50.932Z++ awk '{print $1}'
6772024-05-20T19:56:50.932Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6782024-05-20T19:56:50.932Z+ [[ 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 ]]
6792024-05-20T19:56:50.933Z+ do_untar out/downloads/thundermuffin.tar.gz
6802024-05-20T19:56:50.933Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
6812024-05-20T19:56:51.009Z+ do_assemble
6822024-05-20T19:56:51.009Z+ rm -r ./out/thundermuffin
6832024-05-20T19:56:51.034Z+ mkdir ./out/thundermuffin
6842024-05-20T19:56:51.034Z+ cp -r out/downloads/root ./out/thundermuffin/root
6852024-05-20T19:56:51.070ZAll prerequisites installed successfully
6862024-05-20T19:56:51.070Z
6872024-05-20T19:56:51.070Zreal 2:02.887907793
6882024-05-20T19:56:51.070Zuser 47.921685132
6892024-05-20T19:56:51.070Zsys 12.006734839
6902024-05-20T19:56:51.070Ztrap 0.017057248
6912024-05-20T19:56:51.071Ztflt 0.010222060
6922024-05-20T19:56:51.071Zdflt 0.018501130
6932024-05-20T19:56:51.071Zkflt 0.005182713
6942024-05-20T19:56:51.071Zlock 2.023999407
6952024-05-20T19:56:51.071Zslp 4:16.999217812
6962024-05-20T19:56:51.071Zlat 4.850784348
6972024-05-20T19:56:51.071Zstop 0.081489887
6982024-05-20T19:56:51.071Z+ ptime -m ./tools/ci_download_softnpu_machinery
6992024-05-20T19:56:51.071Zfetching npuzone
7002024-05-20T19:56:51.096ZEnsuring oxidecomputer/softnpu/image/npuzone in out/npuzone
7012024-05-20T19:56:51.096Z (commit: 3203c51cf4473d30991b522062ac0df2e045c2f2)
7022024-05-20T19:56:51.096ZGetting hash for npuzone
7032024-05-20T19:56:51.232Z (hash: 36095c7f9d613b9208415aeb67335836a25f72eed2f7a41931ba7d91ddb00568)
7042024-05-20T19:57:00.079Znpuzone downloaded successfully
7052024-05-20T19:57:00.104Z
7062024-05-20T19:57:00.104Zreal 9.044859372
7072024-05-20T19:57:00.104Zuser 0.316416215
7082024-05-20T19:57:00.104Zsys 0.192518776
7092024-05-20T19:57:00.104Ztrap 0.000217449
7102024-05-20T19:57:00.104Ztflt 0.000000000
7112024-05-20T19:57:00.104Zdflt 0.000000000
7122024-05-20T19:57:00.104Zkflt 0.000000000
7132024-05-20T19:57:00.104Zlock 0.000000000
7142024-05-20T19:57:00.104Zslp 26.501992462
7152024-05-20T19:57:00.104Zlat 0.080166731
7162024-05-20T19:57:00.104Zstop 0.000234567
7172024-05-20T19:57:00.104Z+ export CARGO_INCREMENTAL=0
7182024-05-20T19:57:00.105Z+ CARGO_INCREMENTAL=0
7192024-05-20T19:57:00.105Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
7202024-05-20T19:57:00.460Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7212024-05-20T19:57:01.059Z Updating git repository `https://github.com/oxidecomputer/zone`
7222024-05-20T19:57:01.617Z Updating crates.io index
7232024-05-20T19:57:01.674Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7242024-05-20T19:57:02.510Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7252024-05-20T19:57:03.438Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7262024-05-20T19:57:05.712Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7272024-05-20T19:57:06.249Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7282024-05-20T19:57:06.701Z Updating git repository `https://github.com/oxidecomputer/propolis`
7292024-05-20T19:57:07.971Z Updating git repository `https://github.com/oxidecomputer/crucible`
7302024-05-20T19:57:09.973Z Updating git repository `https://github.com/oxidecomputer/opte`
7312024-05-20T19:57:11.182Z Updating git repository `https://github.com/oxidecomputer/falcon`
7322024-05-20T19:57:12.088Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7332024-05-20T19:57:12.839Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7342024-05-20T19:57:13.512Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7352024-05-20T19:57:14.030Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7362024-05-20T19:57:14.623Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7372024-05-20T19:57:15.127Z Updating git repository `http://github.com/oxidecomputer/tofino`
7382024-05-20T19:57:15.662Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7392024-05-20T19:57:16.164Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7402024-05-20T19:57:16.671Z Updating git repository `https://github.com/oxidecomputer/libnvme`
7412024-05-20T19:57:17.160Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7422024-05-20T19:57:17.832Z Updating git repository `https://github.com/oxidecomputer/ispf`
7432024-05-20T19:57:18.508Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7442024-05-20T19:57:19.009Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7452024-05-20T19:57:19.739Z Updating git repository `https://github.com/jgallagher/nix`
7462024-05-20T19:57:20.917Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7472024-05-20T19:57:21.809Z Updating git repository `https://github.com/cbiffle/hubpack.git`
7482024-05-20T19:57:21.952Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7492024-05-20T19:57:22.487Z Updating git repository `https://github.com/oxidecomputer/typify`
7502024-05-20T19:57:24.717Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7512024-05-20T19:57:25.198Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7522024-05-20T19:57:25.614Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7532024-05-20T19:57:26.182Z Updating git repository `https://github.com/oxidecomputer/rfb`
7542024-05-20T19:57:27.636Z Downloading crates ...
7552024-05-20T19:57:27.743Z Downloaded ahash v0.8.11
7562024-05-20T19:57:27.847Z Downloaded rayon v1.10.0
7572024-05-20T19:57:27.947Z Downloaded smawk v0.3.2
7582024-05-20T19:57:28.081Z Downloaded strip-ansi-escapes v0.2.0
7592024-05-20T19:57:28.208Z Downloaded want v0.3.1
7602024-05-20T19:57:28.281Z Downloaded foreign-types v0.3.2
7612024-05-20T19:57:28.398Z Downloaded normalize-line-endings v0.3.0
7622024-05-20T19:57:28.440Z Downloaded encoding_rs v0.8.34
7632024-05-20T19:57:28.483Z Downloaded ring v0.17.8
7642024-05-20T19:57:28.572Z Downloaded ring v0.16.20
7652024-05-20T19:57:28.674Z Downloaded csv v1.3.0
7662024-05-20T19:57:28.699Z Downloaded zerocopy-derive v0.2.0
7672024-05-20T19:57:28.725Z Downloaded tokio v1.37.0
7682024-05-20T19:57:28.759Z Downloaded ratatui v0.26.2
7692024-05-20T19:57:28.785Z Downloaded libc v0.2.153
7702024-05-20T19:57:28.817Z Downloaded hash32 v0.3.1
7712024-05-20T19:57:28.841Z Downloaded hash32 v0.2.1
7722024-05-20T19:57:28.841Z Downloaded half v2.4.1
7732024-05-20T19:57:28.841Z Downloaded h2 v0.3.26
7742024-05-20T19:57:28.842Z Downloaded group v0.13.0
7752024-05-20T19:57:28.842Z Downloaded goblin v0.8.2
7762024-05-20T19:57:28.842Z Downloaded globset v0.4.14
7772024-05-20T19:57:28.866Z Downloaded glob v0.3.1
7782024-05-20T19:57:28.866Z Downloaded gimli v0.28.1
7792024-05-20T19:57:28.867Z Downloaded getrandom v0.2.14
7802024-05-20T19:57:28.867Z Downloaded getopts v0.2.21
7812024-05-20T19:57:28.867Z Downloaded gethostname v0.4.3
7822024-05-20T19:57:28.867Z Downloaded generic-array v0.14.7
7832024-05-20T19:57:28.867Z Downloaded fxhash v0.2.1
7842024-05-20T19:57:28.867Z Downloaded futures-util v0.3.30
7852024-05-20T19:57:28.892Z Downloaded futures-task v0.3.30
7862024-05-20T19:57:28.892Z Downloaded futures-sink v0.3.30
7872024-05-20T19:57:28.892Z Downloaded futures-macro v0.3.30
7882024-05-20T19:57:28.892Z Downloaded futures-io v0.3.30
7892024-05-20T19:57:28.892Z Downloaded futures-executor v0.3.30
7902024-05-20T19:57:28.892Z Downloaded futures-core v0.3.30
7912024-05-20T19:57:28.892Z Downloaded futures-channel v0.3.30
7922024-05-20T19:57:28.921Z Downloaded futures v0.3.30
7932024-05-20T19:57:28.922Z Downloaded funty v2.0.0
7942024-05-20T19:57:28.922Z Downloaded fs-err v2.11.0
7952024-05-20T19:57:28.922Z Downloaded fragile v2.0.0
7962024-05-20T19:57:28.922Z Downloaded form_urlencoded v1.2.1
7972024-05-20T19:57:28.922Z Downloaded foreign-types-shared v0.3.1
7982024-05-20T19:57:28.922Z Downloaded foreign-types-shared v0.1.1
7992024-05-20T19:57:28.922Z Downloaded foreign-types-macros v0.2.3
8002024-05-20T19:57:28.922Z Downloaded foreign-types v0.5.0
8012024-05-20T19:57:28.922Z Downloaded flume v0.11.0
8022024-05-20T19:57:28.947Z Downloaded float-cmp v0.9.0
8032024-05-20T19:57:28.947Z Downloaded flate2 v1.0.30
8042024-05-20T19:57:28.947Z Downloaded finl_unicode v1.2.0
8052024-05-20T19:57:28.947Z Downloaded fatfs v0.3.6
8062024-05-20T19:57:28.972Z Downloaded expectorate v1.1.0
8072024-05-20T19:57:28.972Z Downloaded erased-serde v0.3.31
8082024-05-20T19:57:28.972Z Downloaded env_logger v0.10.2
8092024-05-20T19:57:28.972Z Downloaded env_logger v0.9.3
8102024-05-20T19:57:28.972Z Downloaded elliptic-curve v0.13.8
8112024-05-20T19:57:28.972Z Downloaded ed25519 v1.5.3
8122024-05-20T19:57:28.972Z Downloaded difflib v0.4.0
8132024-05-20T19:57:28.973Z Downloaded diff v0.1.13
8142024-05-20T19:57:28.997Z Downloaded diesel_derives v2.1.4
8152024-05-20T19:57:28.997Z Downloaded diesel v2.1.6
8162024-05-20T19:57:29.023Z Downloaded derive_more v0.99.17
8172024-05-20T19:57:29.023Z Downloaded derive_builder_core v0.20.0
8182024-05-20T19:57:29.023Z Downloaded derive_builder v0.20.0
8192024-05-20T19:57:29.054Z Downloaded derive-where v1.2.7
8202024-05-20T19:57:29.054Z Downloaded deranged v0.3.11
8212024-05-20T19:57:29.054Z Downloaded der_derive v0.7.2
8222024-05-20T19:57:29.054Z Downloaded der v0.7.9
8232024-05-20T19:57:29.054Z Downloaded defmt-macros v0.3.9
8242024-05-20T19:57:29.054Z Downloaded defmt v0.3.8
8252024-05-20T19:57:29.080Z Downloaded debug-ignore v1.0.5
8262024-05-20T19:57:29.080Z Downloaded data-encoding v2.6.0
8272024-05-20T19:57:29.080Z Downloaded darling_core v0.20.9
8282024-05-20T19:57:29.080Z Downloaded darling v0.20.9
8292024-05-20T19:57:29.080Z Downloaded curve25519-dalek-derive v0.1.1
8302024-05-20T19:57:29.080Z Downloaded curve25519-dalek v4.1.2
8312024-05-20T19:57:29.080Z Downloaded csv-core v0.1.11
8322024-05-20T19:57:29.080Z Downloaded crypto-common v0.1.6
8332024-05-20T19:57:29.080Z Downloaded crypto-bigint v0.5.5
8342024-05-20T19:57:29.106Z Downloaded crossterm v0.27.0
8352024-05-20T19:57:29.106Z Downloaded crossbeam-utils v0.8.19
8362024-05-20T19:57:29.106Z Downloaded crossbeam-epoch v0.9.18
8372024-05-20T19:57:29.106Z Downloaded zip v0.6.6
8382024-05-20T19:57:29.106Z Downloaded zeroize_derive v1.4.2
8392024-05-20T19:57:29.106Z Downloaded zerocopy-derive v0.7.34
8402024-05-20T19:57:29.136Z Downloaded zerocopy-derive v0.6.6
8412024-05-20T19:57:29.136Z Downloaded zerocopy v0.7.34
8422024-05-20T19:57:29.161Z Downloaded zerocopy v0.6.6
8432024-05-20T19:57:29.161Z Downloaded x509-cert v0.2.5
8442024-05-20T19:57:29.161Z Downloaded winnow v0.6.8
8452024-05-20T19:57:29.161Z Downloaded winnow v0.5.40
8462024-05-20T19:57:29.186Z Downloaded webpki-roots v0.25.4
8472024-05-20T19:57:29.186Z Downloaded vcpkg v0.2.15
8482024-05-20T19:57:29.222Z Downloaded url v2.5.0
8492024-05-20T19:57:29.252Z Downloaded unsafe-libyaml v0.2.11
8502024-05-20T19:57:29.252Z Downloaded unicode_categories v0.1.1
8512024-05-20T19:57:29.252Z Downloaded unicode-segmentation v1.11.0
8522024-05-20T19:57:29.252Z Downloaded unicode-normalization v0.1.23
8532024-05-20T19:57:29.252Z Downloaded unicode-bidi v0.3.15
8542024-05-20T19:57:29.252Z Downloaded typed-path v0.7.1
8552024-05-20T19:57:29.252Z Downloaded tungstenite v0.20.1
8562024-05-20T19:57:29.280Z Downloaded trust-dns-server v0.22.1
8572024-05-20T19:57:29.280Z Downloaded trust-dns-resolver v0.22.0
8582024-05-20T19:57:29.280Z Downloaded trust-dns-proto v0.22.0
8592024-05-20T19:57:29.281Z Downloaded trust-dns-client v0.22.0
8602024-05-20T19:57:29.305Z Downloaded tracing-core v0.1.32
8612024-05-20T19:57:29.305Z Downloaded tracing v0.1.40
8622024-05-20T19:57:29.306Z Downloaded tough v0.17.1
8632024-05-20T19:57:29.306Z Downloaded toml_edit v0.22.13
8642024-05-20T19:57:29.330Z Downloaded toml_edit v0.19.15
8652024-05-20T19:57:29.356Z Downloaded tokio-util v0.7.11
8662024-05-20T19:57:29.356Z Downloaded tokio-postgres v0.7.10
8672024-05-20T19:57:29.380Z Downloaded syn v2.0.64
8682024-05-20T19:57:29.380Z Downloaded syn v1.0.109
8692024-05-20T19:57:29.405Z Downloaded openssl v0.10.64
8702024-05-20T19:57:29.405Z Downloaded openapiv3 v2.0.0
8712024-05-20T19:57:29.430Z Downloaded object v0.32.2
8722024-05-20T19:57:29.430Z Downloaded object v0.30.4
8732024-05-20T19:57:29.456Z Downloaded sled v0.34.7
8742024-05-20T19:57:29.456Z Downloaded fnv v1.0.7
8752024-05-20T19:57:29.456Z Downloaded flagset v0.4.5
8762024-05-20T19:57:29.456Z Downloaded fixedbitset v0.4.2
8772024-05-20T19:57:29.481Z Downloaded filetime v0.2.23
8782024-05-20T19:57:29.481Z Downloaded ff v0.13.0
8792024-05-20T19:57:29.481Z Downloaded fd-lock v4.0.2
8802024-05-20T19:57:29.481Z Downloaded fastrand v2.1.0
8812024-05-20T19:57:29.481Z Downloaded fallible-iterator v0.2.0
8822024-05-20T19:57:29.481Z Downloaded errno v0.3.9
8832024-05-20T19:57:29.481Z Downloaded equivalent v1.0.1
8842024-05-20T19:57:29.481Z Downloaded enum-as-inner v0.5.1
8852024-05-20T19:57:29.481Z Downloaded endian-type v0.1.2
8862024-05-20T19:57:29.481Z Downloaded ena v0.14.3
8872024-05-20T19:57:29.481Z Downloaded embedded-io v0.4.0
8882024-05-20T19:57:29.481Z Downloaded either v1.12.0
8892024-05-20T19:57:29.481Z Downloaded dyn-clone v1.0.17
8902024-05-20T19:57:29.481Z Downloaded dtrace-parser v0.2.0
8912024-05-20T19:57:29.482Z Downloaded dtrace-parser v0.1.14
8922024-05-20T19:57:29.482Z Downloaded downcast v0.11.0
8932024-05-20T19:57:29.507Z Downloaded dof v0.3.0
8942024-05-20T19:57:29.507Z Downloaded dof v0.1.5
8952024-05-20T19:57:29.507Z Downloaded display-error-chain v0.2.0
8962024-05-20T19:57:29.507Z Downloaded dirs-sys-next v0.1.2
8972024-05-20T19:57:29.507Z Downloaded dirs-next v2.0.0
8982024-05-20T19:57:29.507Z Downloaded digest v0.10.7
8992024-05-20T19:57:29.507Z Downloaded diesel_table_macro_syntax v0.1.0
9002024-05-20T19:57:29.507Z Downloaded derive_builder_macro v0.20.0
9012024-05-20T19:57:29.507Z Downloaded defmt-parser v0.3.4
9022024-05-20T19:57:29.507Z Downloaded darling_macro v0.20.9
9032024-05-20T19:57:29.507Z Downloaded cstr-argument v0.1.2
9042024-05-20T19:57:29.507Z Downloaded crunchy v0.2.2
9052024-05-20T19:57:29.507Z Downloaded crucible-workspace-hack v0.1.0
9062024-05-20T19:57:29.507Z Downloaded zone_cfg_derive v0.1.2
9072024-05-20T19:57:29.507Z Downloaded zone v0.1.8
9082024-05-20T19:57:29.507Z Downloaded zeroize v1.7.0
9092024-05-20T19:57:29.507Z Downloaded zerocopy v0.3.2
9102024-05-20T19:57:29.507Z Downloaded yasna v0.5.2
9112024-05-20T19:57:29.507Z Downloaded xattr v1.3.1
9122024-05-20T19:57:29.507Z Downloaded wyz v0.5.1
9132024-05-20T19:57:29.508Z Downloaded whoami v1.5.1
9142024-05-20T19:57:29.535Z Downloaded which v4.4.2
9152024-05-20T19:57:29.535Z Downloaded walkdir v2.5.0
9162024-05-20T19:57:29.535Z Downloaded wait-timeout v0.2.0
9172024-05-20T19:57:29.536Z Downloaded vte v0.11.1
9182024-05-20T19:57:29.536Z Downloaded vsss-rs v3.3.4
9192024-05-20T19:57:29.536Z Downloaded uzers v0.11.3
9202024-05-20T19:57:29.536Z Downloaded uuid v1.8.0
9212024-05-20T19:57:29.536Z Downloaded utf-8 v0.7.6
9222024-05-20T19:57:29.537Z Downloaded usdt-macro v0.3.5
9232024-05-20T19:57:29.537Z Downloaded usdt-impl v0.5.0
9242024-05-20T19:57:29.537Z Downloaded usdt-impl v0.3.5
9252024-05-20T19:57:29.538Z Downloaded usdt v0.5.0
9262024-05-20T19:57:29.538Z Downloaded usdt v0.3.5
9272024-05-20T19:57:29.538Z Downloaded untrusted v0.9.0
9282024-05-20T19:57:29.577Z Downloaded universal-hash v0.5.1
9292024-05-20T19:57:29.577Z Downloaded unicode-xid v0.2.4
9302024-05-20T19:57:29.577Z Downloaded unicode-width v0.1.12
9312024-05-20T19:57:29.577Z Downloaded unicode-ident v1.0.12
9322024-05-20T19:57:29.577Z Downloaded unicase v2.7.0
9332024-05-20T19:57:29.577Z Downloaded unarray v0.1.4
9342024-05-20T19:57:29.578Z Downloaded ucd-trie v0.1.6
9352024-05-20T19:57:29.578Z Downloaded typenum v1.17.0
9362024-05-20T19:57:29.578Z Downloaded tungstenite v0.21.0
9372024-05-20T19:57:29.578Z Downloaded tui-tree-widget v0.19.0
9382024-05-20T19:57:29.578Z Downloaded toml v0.8.13
9392024-05-20T19:57:29.578Z Downloaded toml v0.7.8
9402024-05-20T19:57:29.578Z Downloaded toml v0.5.11
9412024-05-20T19:57:29.579Z Downloaded tokio-tungstenite v0.21.0
9422024-05-20T19:57:29.579Z Downloaded tokio-tungstenite v0.20.1
9432024-05-20T19:57:29.579Z Downloaded tokio-rustls v0.25.0
9442024-05-20T19:57:29.604Z Downloaded tokio-rustls v0.24.1
9452024-05-20T19:57:29.604Z Downloaded tinyvec v1.6.0
9462024-05-20T19:57:29.604Z Downloaded time-macros v0.2.18
9472024-05-20T19:57:29.604Z Downloaded time v0.3.36
9482024-05-20T19:57:29.604Z Downloaded thread-id v4.2.1
9492024-05-20T19:57:29.604Z Downloaded textwrap v0.16.1
9502024-05-20T19:57:29.604Z Downloaded test-strategy v0.3.1
9512024-05-20T19:57:29.604Z Downloaded termios v0.3.3
9522024-05-20T19:57:29.604Z Downloaded term v0.7.0
9532024-05-20T19:57:29.629Z Downloaded tempfile v3.10.1
9542024-05-20T19:57:29.629Z Downloaded tar v0.4.40
9552024-05-20T19:57:29.630Z Downloaded tap v1.0.1
9562024-05-20T19:57:29.630Z Downloaded tabwriter v1.4.0
9572024-05-20T19:57:29.630Z Downloaded tabled v0.15.0
9582024-05-20T19:57:29.655Z Downloaded synstructure v0.12.6
9592024-05-20T19:57:29.655Z Downloaded supports-color v3.0.0
9602024-05-20T19:57:29.655Z Downloaded subtle v2.5.0
9612024-05-20T19:57:29.655Z Downloaded subprocess v0.2.9
9622024-05-20T19:57:29.655Z Downloaded strum_macros v0.26.2
9632024-05-20T19:57:29.655Z Downloaded strum_macros v0.24.3
9642024-05-20T19:57:29.655Z Downloaded structmeta-derive v0.3.0
9652024-05-20T19:57:29.655Z Downloaded structmeta-derive v0.2.0
9662024-05-20T19:57:29.655Z Downloaded structmeta v0.3.0
9672024-05-20T19:57:29.655Z Downloaded structmeta v0.2.0
9682024-05-20T19:57:29.655Z Downloaded strsim v0.11.1
9692024-05-20T19:57:29.655Z Downloaded password-hash v0.5.0
9702024-05-20T19:57:29.656Z Downloaded parse-display-derive v0.9.0
9712024-05-20T19:57:29.656Z Downloaded parse-display v0.9.0
9722024-05-20T19:57:29.681Z Downloaded parking_lot_core v0.9.10
9732024-05-20T19:57:29.681Z Downloaded parking_lot_core v0.8.6
9742024-05-20T19:57:29.681Z Downloaded parking_lot v0.12.2
9752024-05-20T19:57:29.681Z Downloaded parking_lot v0.11.2
9762024-05-20T19:57:29.681Z Downloaded papergrid v0.11.0
9772024-05-20T19:57:29.681Z Downloaded packed_struct_codegen v0.10.1
9782024-05-20T19:57:29.681Z Downloaded packed_struct v0.10.1
9792024-05-20T19:57:29.681Z Downloaded owo-colors v4.0.0
9802024-05-20T19:57:29.681Z Downloaded oso v0.27.3
9812024-05-20T19:57:29.706Z Downloaded openssl-sys v0.9.102
9822024-05-20T19:57:29.706Z Downloaded once_cell v1.19.0
9832024-05-20T19:57:29.706Z Downloaded omicron-zone-package v0.11.0
9842024-05-20T19:57:29.706Z Downloaded num_enum v0.5.11
9852024-05-20T19:57:29.706Z Downloaded num-traits v0.2.19
9862024-05-20T19:57:29.706Z Downloaded num-rational v0.4.2
9872024-05-20T19:57:29.731Z Downloaded num-integer v0.1.46
9882024-05-20T19:57:29.731Z Downloaded num-complex v0.4.6
9892024-05-20T19:57:29.731Z Downloaded num-bigint-dig v0.8.4
9902024-05-20T19:57:29.731Z Downloaded radix_trie v0.2.1
9912024-05-20T19:57:29.731Z Downloaded nix v0.28.0
9922024-05-20T19:57:29.756Z Downloaded waitgroup v0.1.2
9932024-05-20T19:57:29.756Z Downloaded vte_generate_state_changes v0.1.1
9942024-05-20T19:57:29.756Z Downloaded version_check v0.9.4
9952024-05-20T19:57:29.756Z Downloaded utf8parse v0.2.1
9962024-05-20T19:57:29.756Z Downloaded usdt-macro v0.5.0
9972024-05-20T19:57:29.756Z Downloaded usdt-attr-macro v0.5.0
9982024-05-20T19:57:29.756Z Downloaded usdt-attr-macro v0.3.5
9992024-05-20T19:57:29.756Z Downloaded untrusted v0.7.1
10002024-05-20T19:57:29.757Z Downloaded unicode-linebreak v0.1.5
10012024-05-20T19:57:29.757Z Downloaded try-lock v0.2.5
10022024-05-20T19:57:29.757Z Downloaded tracing-attributes v0.1.27
10032024-05-20T19:57:29.757Z Downloaded tower-service v0.3.2
10042024-05-20T19:57:29.757Z Downloaded topological-sort v0.2.2
10052024-05-20T19:57:29.757Z Downloaded toolchain_find v0.4.0
10062024-05-20T19:57:29.757Z Downloaded toml_datetime v0.6.6
10072024-05-20T19:57:29.757Z Downloaded tokio-stream v0.1.15
10082024-05-20T19:57:29.782Z Downloaded tokio-native-tls v0.3.1
10092024-05-20T19:57:29.782Z Downloaded tokio-macros v2.2.0
10102024-05-20T19:57:29.782Z Downloaded tls_codec_derive v0.4.1
10112024-05-20T19:57:29.782Z Downloaded tls_codec v0.4.1
10122024-05-20T19:57:29.782Z Downloaded tinyvec_macros v0.1.1
10132024-05-20T19:57:29.782Z Downloaded tiny-keccak v2.0.2
10142024-05-20T19:57:29.782Z Downloaded time-core v0.1.2
10152024-05-20T19:57:29.782Z Downloaded thread_local v1.1.8
10162024-05-20T19:57:29.782Z Downloaded thiserror-no-std v2.0.2
10172024-05-20T19:57:29.783Z Downloaded thiserror-impl-no-std v2.0.2
10182024-05-20T19:57:29.783Z Downloaded thiserror-impl v1.0.60
10192024-05-20T19:57:29.808Z Downloaded thiserror v1.0.60
10202024-05-20T19:57:29.808Z Downloaded termtree v0.4.1
10212024-05-20T19:57:29.808Z Downloaded terminal_size v0.3.0
10222024-05-20T19:57:29.808Z Downloaded termcolor v1.4.1
10232024-05-20T19:57:29.808Z Downloaded take_mut v0.2.2
10242024-05-20T19:57:29.808Z Downloaded tabled_derive v0.7.0
10252024-05-20T19:57:29.808Z Downloaded sync_wrapper v0.1.2
10262024-05-20T19:57:29.808Z Downloaded swrite v0.1.0
10272024-05-20T19:57:29.808Z Downloaded strum_macros v0.25.3
10282024-05-20T19:57:29.809Z Downloaded strum v0.26.2
10292024-05-20T19:57:29.809Z Downloaded parse-size v1.0.0
10302024-05-20T19:57:29.809Z Downloaded oso-derive v0.27.3
10312024-05-20T19:57:29.809Z Downloaded openssl-probe v0.1.5
10322024-05-20T19:57:29.809Z Downloaded openssl-macros v0.1.1
10332024-05-20T19:57:29.809Z Downloaded opaque-debug v0.3.1
10342024-05-20T19:57:29.809Z Downloaded olpc-cjson v0.1.3
10352024-05-20T19:57:29.809Z Downloaded number_prefix v0.4.0
10362024-05-20T19:57:29.809Z Downloaded num_threads v0.1.7
10372024-05-20T19:57:29.809Z Downloaded num_enum_derive v0.5.11
10382024-05-20T19:57:29.834Z Downloaded num_cpus v1.16.0
10392024-05-20T19:57:29.834Z Downloaded num-iter v0.1.45
10402024-05-20T19:57:29.834Z Downloaded num-derive v0.4.2
10412024-05-20T19:57:29.834Z Downloaded num-conv v0.1.0
10422024-05-20T19:57:29.834Z Downloaded num-bigint v0.4.5
10432024-05-20T19:57:29.834Z Downloaded num v0.4.3
10442024-05-20T19:57:29.834Z Downloaded nu-ansi-term v0.50.0
10452024-05-20T19:57:29.834Z Downloaded steno v0.4.0
10462024-05-20T19:57:29.834Z Downloaded sqlparser v0.45.0
10472024-05-20T19:57:29.860Z Downloaded reedline v0.31.0
10482024-05-20T19:57:29.860Z Downloaded rcgen v0.12.1
10492024-05-20T19:57:29.860Z Downloaded rayon-core v1.12.1
10502024-05-20T19:57:29.860Z Downloaded rand v0.8.5
10512024-05-20T19:57:29.885Z Downloaded quick-xml v0.31.0
10522024-05-20T19:57:29.885Z Downloaded publicsuffix v2.2.3
10532024-05-20T19:57:29.885Z Downloaded proptest v1.4.0
10542024-05-20T19:57:29.885Z Downloaded petgraph v0.6.5
10552024-05-20T19:57:29.910Z Downloaded smoltcp v0.11.0
10562024-05-20T19:57:29.935Z Downloaded smoltcp v0.9.1
10572024-05-20T19:57:29.960Z Downloaded sha3 v0.10.8
10582024-05-20T19:57:29.960Z Downloaded serde_with v3.8.1
10592024-05-20T19:57:29.960Z Downloaded serde_json v1.0.117
10602024-05-20T19:57:29.985Z Downloaded rustyline v14.0.0
10612024-05-20T19:57:29.985Z Downloaded rustls-webpki v0.102.4
10622024-05-20T19:57:30.010Z Downloaded rustls-webpki v0.101.7
10632024-05-20T19:57:30.010Z Downloaded rustls v0.22.4
10642024-05-20T19:57:30.040Z Downloaded rustls v0.21.12
10652024-05-20T19:57:30.573Z Downloaded rustix v0.38.34
10662024-05-20T19:57:30.573Z Downloaded regex-syntax v0.6.29
10672024-05-20T19:57:30.573Z Downloaded regex-automata v0.4.6
10682024-05-20T19:57:30.573Z Downloaded libxml v0.3.3
10692024-05-20T19:57:30.573Z Downloaded libm v0.2.8
10702024-05-20T19:57:30.573Z Downloaded lalrpop v0.19.12
10712024-05-20T19:57:30.573Z Downloaded itertools v0.12.1
10722024-05-20T19:57:30.573Z Downloaded idna v0.5.0
10732024-05-20T19:57:30.573Z Downloaded idna v0.3.0
10742024-05-20T19:57:30.573Z Downloaded idna v0.2.3
10752024-05-20T19:57:30.573Z Downloaded hyper v0.14.28
10762024-05-20T19:57:30.573Z Downloaded stringprep v0.1.4
10772024-05-20T19:57:30.573Z Downloaded string_cache v0.8.7
10782024-05-20T19:57:30.574Z Downloaded static_assertions v1.1.0
10792024-05-20T19:57:30.574Z Downloaded stable_deref_trait v1.2.0
10802024-05-20T19:57:30.574Z Downloaded stability v0.2.0
10812024-05-20T19:57:30.574Z Downloaded sqlparser_derive v0.2.2
10822024-05-20T19:57:30.574Z Downloaded sqlformat v0.2.3
10832024-05-20T19:57:30.574Z Downloaded spki v0.7.3
10842024-05-20T19:57:30.574Z Downloaded spin v0.9.8
10852024-05-20T19:57:30.574Z Downloaded spin v0.5.2
10862024-05-20T19:57:30.574Z Downloaded socket2 v0.5.7
10872024-05-20T19:57:30.575Z Downloaded socket2 v0.4.10
10882024-05-20T19:57:30.575Z Downloaded snafu-derive v0.8.2
10892024-05-20T19:57:30.575Z Downloaded rand_xorshift v0.3.0
10902024-05-20T19:57:30.575Z Downloaded rand_seeder v0.2.3
10912024-05-20T19:57:30.575Z Downloaded rand_core v0.6.4
10922024-05-20T19:57:30.575Z Downloaded rand_chacha v0.3.1
10932024-05-20T19:57:30.575Z Downloaded radium v0.7.0
10942024-05-20T19:57:30.576Z Downloaded r2d2 v0.8.10
10952024-05-20T19:57:30.576Z Downloaded quote v1.0.36
10962024-05-20T19:57:30.576Z Downloaded quick-error v1.2.3
10972024-05-20T19:57:30.576Z Downloaded psl-types v2.0.11
10982024-05-20T19:57:30.576Z Downloaded proc-macro2 v1.0.82
10992024-05-20T19:57:30.577Z Downloaded proc-macro-error-attr v1.0.4
11002024-05-20T19:57:30.577Z Downloaded proc-macro-error v1.0.4
11012024-05-20T19:57:30.577Z Downloaded proc-macro-crate v1.3.1
11022024-05-20T19:57:30.577Z Downloaded prettyplease v0.2.20
11032024-05-20T19:57:30.577Z Downloaded pretty-hex v0.4.1
11042024-05-20T19:57:30.578Z Downloaded pretty-hex v0.2.1
11052024-05-20T19:57:30.578Z Downloaded predicates-tree v1.0.9
11062024-05-20T19:57:30.578Z Downloaded predicates-core v1.0.6
11072024-05-20T19:57:30.578Z Downloaded predicates v3.1.0
11082024-05-20T19:57:30.578Z Downloaded precomputed-hash v0.1.1
11092024-05-20T19:57:30.578Z Downloaded ppv-lite86 v0.2.17
11102024-05-20T19:57:30.579Z Downloaded powerfmt v0.2.0
11112024-05-20T19:57:30.579Z Downloaded postgres-types v0.2.6
11122024-05-20T19:57:30.579Z Downloaded postgres-protocol v0.6.6
11132024-05-20T19:57:30.579Z Downloaded postcard v1.0.8
11142024-05-20T19:57:30.579Z Downloaded portpicker v0.1.1
11152024-05-20T19:57:30.580Z Downloaded portable-atomic v1.6.0
11162024-05-20T19:57:30.580Z Downloaded poly1305 v0.8.0
11172024-05-20T19:57:30.580Z Downloaded polar-core v0.27.3
11182024-05-20T19:57:30.580Z Downloaded platforms v3.4.0
11192024-05-20T19:57:30.580Z Downloaded plain v0.2.3
11202024-05-20T19:57:30.580Z Downloaded pkg-config v0.3.30
11212024-05-20T19:57:30.581Z Downloaded pkcs8 v0.10.2
11222024-05-20T19:57:30.581Z Downloaded pkcs1 v0.7.5
11232024-05-20T19:57:30.581Z Downloaded pin-utils v0.1.0
11242024-05-20T19:57:30.581Z Downloaded pin-project-lite v0.2.14
11252024-05-20T19:57:30.581Z Downloaded pin-project-internal v1.1.5
11262024-05-20T19:57:30.581Z Downloaded pin-project v1.1.5
11272024-05-20T19:57:30.581Z Downloaded phf_shared v0.11.2
11282024-05-20T19:57:30.582Z Downloaded phf_shared v0.10.0
11292024-05-20T19:57:30.582Z Downloaded phf v0.11.2
11302024-05-20T19:57:30.582Z Downloaded pest_meta v2.7.10
11312024-05-20T19:57:30.582Z Downloaded pest_generator v2.7.10
11322024-05-20T19:57:30.582Z Downloaded pest_derive v2.7.10
11332024-05-20T19:57:30.582Z Downloaded pest v2.7.10
11342024-05-20T19:57:30.582Z Downloaded percent-encoding v2.3.1
11352024-05-20T19:57:30.582Z Downloaded pem-rfc7468 v0.7.0
11362024-05-20T19:57:30.582Z Downloaded pem v3.0.4
11372024-05-20T19:57:30.582Z Downloaded peg-runtime v0.8.3
11382024-05-20T19:57:30.583Z Downloaded peg-macros v0.8.3
11392024-05-20T19:57:30.583Z Downloaded peg v0.8.3
11402024-05-20T19:57:30.583Z Downloaded path-slash v0.1.5
11412024-05-20T19:57:30.583Z Downloaded paste v1.0.15
11422024-05-20T19:57:30.583Z Downloaded snafu v0.8.2
11432024-05-20T19:57:30.583Z Downloaded smf v0.2.3
11442024-05-20T19:57:30.583Z Downloaded smallvec v1.13.2
11452024-05-20T19:57:30.583Z Downloaded smallvec v0.6.14
11462024-05-20T19:57:30.583Z Downloaded slog-term v2.9.1
11472024-05-20T19:57:30.583Z Downloaded slog-stdlog v4.1.1
11482024-05-20T19:57:30.584Z Downloaded slog-scope v4.4.0
11492024-05-20T19:57:30.584Z Downloaded slog-json v2.6.1
11502024-05-20T19:57:30.584Z Downloaded slog-envlogger v2.2.0
11512024-05-20T19:57:30.584Z Downloaded slog-dtrace v0.3.0
11522024-05-20T19:57:30.584Z Downloaded slog-bunyan v2.5.0
11532024-05-20T19:57:30.584Z Downloaded slog-async v2.8.0
11542024-05-20T19:57:30.584Z Downloaded slog v2.7.0
11552024-05-20T19:57:30.584Z Downloaded slab v0.4.9
11562024-05-20T19:57:30.584Z Downloaded siphasher v0.3.11
11572024-05-20T19:57:30.585Z Downloaded similar v2.5.0
11582024-05-20T19:57:30.585Z Downloaded sigpipe v0.1.3
11592024-05-20T19:57:30.585Z Downloaded signature v2.2.0
11602024-05-20T19:57:30.585Z Downloaded signature v1.6.4
11612024-05-20T19:57:30.586Z Downloaded signal-hook-tokio v0.3.1
11622024-05-20T19:57:30.586Z Downloaded signal-hook-registry v1.4.2
11632024-05-20T19:57:30.586Z Downloaded signal-hook-mio v0.2.3
11642024-05-20T19:57:30.586Z Downloaded signal-hook v0.3.17
11652024-05-20T19:57:30.614Z Downloaded shlex v1.3.0
11662024-05-20T19:57:30.614Z Downloaded shell-words v1.1.0
11672024-05-20T19:57:30.614Z Downloaded sha2 v0.10.8
11682024-05-20T19:57:30.614Z Downloaded sha1 v0.10.6
11692024-05-20T19:57:30.614Z Downloaded serde_yaml v0.9.34+deprecated
11702024-05-20T19:57:30.614Z Downloaded serde_with_macros v3.8.1
11712024-05-20T19:57:30.614Z Downloaded serde_urlencoded v0.7.1
11722024-05-20T19:57:30.614Z Downloaded serde_tokenstream v0.2.0
11732024-05-20T19:57:30.614Z Downloaded serde_tokenstream v0.1.7
11742024-05-20T19:57:30.614Z Downloaded serde_spanned v0.6.6
11752024-05-20T19:57:30.614Z Downloaded serde_repr v0.1.19
11762024-05-20T19:57:30.614Z Downloaded serde_plain v1.0.2
11772024-05-20T19:57:30.615Z Downloaded serde_path_to_error v0.1.16
11782024-05-20T19:57:30.615Z Downloaded serde_derive_internals v0.29.1
11792024-05-20T19:57:30.615Z Downloaded serde_derive v1.0.202
11802024-05-20T19:57:30.615Z Downloaded serde_arrays v0.1.0
11812024-05-20T19:57:30.615Z Downloaded serde-hex v0.1.0
11822024-05-20T19:57:30.615Z Downloaded serde-big-array v0.5.1
11832024-05-20T19:57:30.615Z Downloaded serde-big-array v0.4.1
11842024-05-20T19:57:30.615Z Downloaded serde v1.0.202
11852024-05-20T19:57:30.615Z Downloaded semver v1.0.23
11862024-05-20T19:57:30.615Z Downloaded semver v0.1.20
11872024-05-20T19:57:30.615Z Downloaded secrecy v0.8.0
11882024-05-20T19:57:30.615Z Downloaded sec1 v0.7.3
11892024-05-20T19:57:30.615Z Downloaded sct v0.7.1
11902024-05-20T19:57:30.615Z Downloaded scroll_derive v0.12.0
11912024-05-20T19:57:30.616Z Downloaded scroll v0.12.0
11922024-05-20T19:57:30.616Z Downloaded scopeguard v1.2.0
11932024-05-20T19:57:30.616Z Downloaded schemars_derive v0.8.19
11942024-05-20T19:57:30.616Z Downloaded schemars v0.8.19
11952024-05-20T19:57:30.616Z Downloaded scheduled-thread-pool v0.2.7
11962024-05-20T19:57:30.616Z Downloaded same-file v1.0.6
11972024-05-20T19:57:30.616Z Downloaded samael v0.0.15
11982024-05-20T19:57:30.616Z Downloaded salty v0.2.0
11992024-05-20T19:57:30.616Z Downloaded ryu v1.0.18
12002024-05-20T19:57:30.616Z Downloaded rusty-fork v0.3.0
12012024-05-20T19:57:30.616Z Downloaded rustversion v1.0.17
12022024-05-20T19:57:30.616Z Downloaded rustls-pki-types v1.7.0
12032024-05-20T19:57:30.616Z Downloaded rustls-pemfile v2.1.2
12042024-05-20T19:57:30.616Z Downloaded rustls-pemfile v1.0.4
12052024-05-20T19:57:30.617Z Downloaded rustfmt-wrapper v0.2.1
12062024-05-20T19:57:30.617Z Downloaded rustc_version v0.4.0
12072024-05-20T19:57:30.617Z Downloaded rustc_version v0.1.7
12082024-05-20T19:57:30.617Z Downloaded rustc-hash v1.1.0
12092024-05-20T19:57:30.617Z Downloaded rustc-demangle v0.1.24
12102024-05-20T19:57:30.617Z Downloaded rtoolbox v0.0.2
12112024-05-20T19:57:30.617Z Downloaded rsa v0.9.6
12122024-05-20T19:57:30.617Z Downloaded rpassword v7.3.1
12132024-05-20T19:57:30.617Z Downloaded ron v0.8.1
12142024-05-20T19:57:30.617Z Downloaded ron v0.7.1
12152024-05-20T19:57:30.617Z Downloaded regex-syntax v0.8.3
12162024-05-20T19:57:30.617Z Downloaded nom v7.1.3
12172024-05-20T19:57:30.617Z Downloaded native-tls v0.2.11
12182024-05-20T19:57:30.618Z Downloaded multimap v0.10.0
12192024-05-20T19:57:30.618Z Downloaded multer v3.1.0
12202024-05-20T19:57:30.618Z Downloaded mockall_derive v0.12.1
12212024-05-20T19:57:30.618Z Downloaded mio v0.8.11
12222024-05-20T19:57:30.618Z Downloaded miniz_oxide v0.7.2
12232024-05-20T19:57:30.618Z Downloaded minimal-lexical v0.2.1
12242024-05-20T19:57:30.618Z Downloaded mime_guess v2.0.4
12252024-05-20T19:57:30.618Z Downloaded memmap2 v0.9.4
12262024-05-20T19:57:30.618Z Downloaded memchr v2.7.2
12272024-05-20T19:57:30.618Z Downloaded maybe-uninit v2.0.0
12282024-05-20T19:57:30.618Z Downloaded log v0.4.21
12292024-05-20T19:57:30.644Z Downloaded libloading v0.8.3
12302024-05-20T19:57:30.644Z Downloaded lazycell v1.3.0
12312024-05-20T19:57:30.644Z Downloaded itertools v0.10.5
12322024-05-20T19:57:30.644Z Downloaded indicatif v0.17.8
12332024-05-20T19:57:30.644Z Downloaded indexmap v2.2.6
12342024-05-20T19:57:30.644Z Downloaded indexmap v1.9.3
12352024-05-20T19:57:30.644Z Downloaded http v1.1.0
12362024-05-20T19:57:30.669Z Downloaded http v0.2.12
12372024-05-20T19:57:30.669Z Downloaded resolv-conf v0.7.0
12382024-05-20T19:57:30.669Z Downloaded reqwest v0.11.27
12392024-05-20T19:57:30.669Z Downloaded regress v0.9.1
12402024-05-20T19:57:30.694Z Downloaded regex-automata v0.1.10
12412024-05-20T19:57:30.694Z Downloaded regex v1.10.4
12422024-05-20T19:57:30.728Z Downloaded ref-cast-impl v1.0.23
12432024-05-20T19:57:30.728Z Downloaded ref-cast v1.0.23
12442024-05-20T19:57:30.728Z Downloaded nodrop v0.1.14
12452024-05-20T19:57:30.728Z Downloaded nibble_vec v0.1.0
12462024-05-20T19:57:30.728Z Downloaded newtype_derive v0.1.6
12472024-05-20T19:57:30.728Z Downloaded newtype-uuid v1.1.0
12482024-05-20T19:57:30.728Z Downloaded newline-converter v0.3.0
12492024-05-20T19:57:30.728Z Downloaded new_debug_unreachable v1.0.6
12502024-05-20T19:57:30.728Z Downloaded nanorand v0.7.0
12512024-05-20T19:57:30.728Z Downloaded mockall v0.12.1
12522024-05-20T19:57:30.728Z Downloaded mime v0.3.17
12532024-05-20T19:57:30.728Z Downloaded memoffset v0.7.1
12542024-05-20T19:57:30.728Z Downloaded memmap v0.7.0
12552024-05-20T19:57:30.754Z Downloaded md-5 v0.10.6
12562024-05-20T19:57:30.754Z Downloaded match_cfg v0.1.0
12572024-05-20T19:57:30.754Z Downloaded maplit v1.0.2
12582024-05-20T19:57:30.754Z Downloaded managed v0.8.0
12592024-05-20T19:57:30.754Z Downloaded macaddr v1.0.1
12602024-05-20T19:57:30.754Z Downloaded lru-cache v0.1.2
12612024-05-20T19:57:30.754Z Downloaded lru v0.12.3
12622024-05-20T19:57:30.754Z Downloaded lock_api v0.4.12
12632024-05-20T19:57:30.755Z Downloaded linked-hash-map v0.5.6
12642024-05-20T19:57:30.755Z Downloaded linear-map v1.2.0
12652024-05-20T19:57:30.755Z Downloaded libsw v3.3.1
12662024-05-20T19:57:30.755Z Downloaded libefi-sys v0.1.0
12672024-05-20T19:57:30.755Z Downloaded lazy_static v1.4.0
12682024-05-20T19:57:30.755Z Downloaded lalrpop-util v0.19.12
12692024-05-20T19:57:30.755Z Downloaded kstat-rs v0.2.3
12702024-05-20T19:57:30.755Z Downloaded keccak v0.1.5
12712024-05-20T19:57:30.755Z Downloaded itoa v1.0.11
12722024-05-20T19:57:30.755Z Downloaded is_terminal_polyfill v1.70.0
12732024-05-20T19:57:30.755Z Downloaded is_ci v1.2.0
12742024-05-20T19:57:30.755Z Downloaded is-terminal v0.4.12
12752024-05-20T19:57:30.755Z Downloaded ipnetwork v0.20.0
12762024-05-20T19:57:30.755Z Downloaded ipnet v2.9.0
12772024-05-20T19:57:30.755Z Downloaded instant v0.1.12
12782024-05-20T19:57:30.781Z Downloaded inout v0.1.3
12792024-05-20T19:57:30.781Z Downloaded indoc v2.0.5
12802024-05-20T19:57:30.781Z Downloaded indoc v1.0.9
12812024-05-20T19:57:30.781Z Downloaded impl-trait-for-tuples v0.2.2
12822024-05-20T19:57:30.781Z Downloaded iana-time-zone v0.1.60
12832024-05-20T19:57:30.782Z Downloaded hyper-tls v0.5.0
12842024-05-20T19:57:30.782Z Downloaded hyper-staticfile v0.9.5
12852024-05-20T19:57:30.782Z Downloaded hyper-rustls v0.24.2
12862024-05-20T19:57:30.782Z Downloaded humantime v2.1.0
12872024-05-20T19:57:30.782Z Downloaded hubpack v0.1.2
12882024-05-20T19:57:30.782Z Downloaded httpdate v1.0.3
12892024-05-20T19:57:30.808Z Downloaded httparse v1.8.0
12902024-05-20T19:57:30.808Z Downloaded hostname v0.3.1
12912024-05-20T19:57:30.808Z Downloaded home v0.5.9
12922024-05-20T19:57:30.808Z Downloaded hkdf v0.12.4
12932024-05-20T19:57:30.808Z Downloaded heck v0.3.3
12942024-05-20T19:57:30.808Z Downloaded ciborium-ll v0.2.2
12952024-05-20T19:57:30.808Z Downloaded ciborium v0.2.2
12962024-05-20T19:57:30.808Z Downloaded chacha20poly1305 v0.10.1
12972024-05-20T19:57:30.808Z Downloaded cc v1.0.97
12982024-05-20T19:57:30.808Z Downloaded cargo_metadata v0.18.1
12992024-05-20T19:57:30.809Z Downloaded cancel-safe-futures v0.1.5
13002024-05-20T19:57:30.835Z Downloaded bzip2-sys v0.1.11+1.0.8
13012024-05-20T19:57:30.835Z Downloaded bzip2 v0.4.4
13022024-05-20T19:57:30.835Z Downloaded bstr v1.9.1
13032024-05-20T19:57:30.860Z Downloaded bstr v0.2.17
13042024-05-20T19:57:30.860Z Downloaded blake3 v1.5.1
13052024-05-20T19:57:30.892Z Downloaded bitflags v2.5.0
13062024-05-20T19:57:30.893Z Downloaded bit-set v0.5.3
13072024-05-20T19:57:30.893Z Downloaded base64ct v1.6.0
13082024-05-20T19:57:30.893Z Downloaded base64 v0.13.1
13092024-05-20T19:57:30.893Z Downloaded backtrace v0.3.71
13102024-05-20T19:57:30.893Z Downloaded atty v0.2.14
13112024-05-20T19:57:30.893Z Downloaded async-trait v0.1.80
13122024-05-20T19:57:31.417Z Downloaded async-stream v0.3.5
13132024-05-20T19:57:31.417Z Downloaded assert_matches v1.5.0
13142024-05-20T19:57:31.417Z Downloaded arrayvec v0.7.4
13152024-05-20T19:57:31.417Z Downloaded matches v0.1.10
13162024-05-20T19:57:31.417Z Downloaded ident_case v1.0.1
13172024-05-20T19:57:31.417Z Downloaded hubpack_derive v0.1.1
13182024-05-20T19:57:31.417Z Downloaded http-range v0.1.5
13192024-05-20T19:57:31.417Z Downloaded http-body v0.4.6
13202024-05-20T19:57:31.417Z Downloaded hostname v0.4.0
13212024-05-20T19:57:31.417Z Downloaded hmac v0.12.1
13222024-05-20T19:57:31.417Z Downloaded highway v1.1.0
13232024-05-20T19:57:31.417Z Downloaded hex v0.4.3
13242024-05-20T19:57:31.417Z Downloaded heck v0.5.0
13252024-05-20T19:57:31.417Z Downloaded heck v0.4.1
13262024-05-20T19:57:31.417Z Downloaded heapless v0.8.0
13272024-05-20T19:57:31.417Z Downloaded heapless v0.7.17
13282024-05-20T19:57:31.417Z Downloaded headers-core v0.2.0
13292024-05-20T19:57:31.417Z Downloaded headers v0.3.9
13302024-05-20T19:57:31.418Z Downloaded hashbrown v0.14.5
13312024-05-20T19:57:31.418Z Downloaded hashbrown v0.13.2
13322024-05-20T19:57:31.418Z Downloaded hashbrown v0.12.3
13332024-05-20T19:57:31.418Z Downloaded crossbeam-deque v0.8.5
13342024-05-20T19:57:31.418Z Downloaded crossbeam-channel v0.5.12
13352024-05-20T19:57:31.418Z Downloaded crc32fast v1.4.0
13362024-05-20T19:57:31.418Z Downloaded crc-catalog v2.4.0
13372024-05-20T19:57:31.418Z Downloaded crc-any v2.5.0
13382024-05-20T19:57:31.418Z Downloaded crc v3.2.1
13392024-05-20T19:57:31.418Z Downloaded cpufeatures v0.2.12
13402024-05-20T19:57:31.418Z Downloaded corncobs v0.1.3
13412024-05-20T19:57:31.418Z Downloaded cookie_store v0.20.0
13422024-05-20T19:57:31.418Z Downloaded cookie v0.18.1
13432024-05-20T19:57:31.418Z Downloaded cookie v0.17.0
13442024-05-20T19:57:31.418Z Downloaded convert_case v0.4.0
13452024-05-20T19:57:31.418Z Downloaded constant_time_eq v0.3.0
13462024-05-20T19:57:31.418Z Downloaded const_format_proc_macros v0.2.32
13472024-05-20T19:57:31.418Z Downloaded const_format v0.2.32
13482024-05-20T19:57:31.418Z Downloaded const-oid v0.9.6
13492024-05-20T19:57:31.418Z Downloaded console v0.15.8
13502024-05-20T19:57:31.418Z Downloaded compact_str v0.7.1
13512024-05-20T19:57:31.418Z Downloaded colored v2.1.0
13522024-05-20T19:57:31.418Z Downloaded colorchoice v1.0.1
13532024-05-20T19:57:31.419Z Downloaded cobs v0.2.3
13542024-05-20T19:57:31.419Z Downloaded clap_lex v0.7.0
13552024-05-20T19:57:31.419Z Downloaded clap_derive v4.5.4
13562024-05-20T19:57:31.419Z Downloaded clap_builder v4.5.2
13572024-05-20T19:57:31.419Z Downloaded clap v4.5.4
13582024-05-20T19:57:31.419Z Downloaded clang-sys v1.7.0
13592024-05-20T19:57:31.419Z Downloaded cipher v0.4.4
13602024-05-20T19:57:31.419Z Downloaded ciborium-io v0.2.2
13612024-05-20T19:57:31.419Z Downloaded chrono v0.4.38
13622024-05-20T19:57:31.419Z Downloaded chacha20 v0.9.1
13632024-05-20T19:57:31.419Z Downloaded cfg_aliases v0.1.1
13642024-05-20T19:57:31.419Z Downloaded cfg-if v1.0.0
13652024-05-20T19:57:31.419Z Downloaded cexpr v0.6.0
13662024-05-20T19:57:31.419Z Downloaded castaway v0.2.2
13672024-05-20T19:57:31.419Z Downloaded cassowary v0.3.0
13682024-05-20T19:57:31.419Z Downloaded cargo-platform v0.1.8
13692024-05-20T19:57:31.419Z Downloaded camino-tempfile v1.1.1
13702024-05-20T19:57:31.419Z Downloaded camino v1.1.7
13712024-05-20T19:57:31.419Z Downloaded bytes v1.6.0
13722024-05-20T19:57:31.419Z Downloaded byteorder v1.5.0
13732024-05-20T19:57:31.420Z Downloaded bytecount v0.6.8
13742024-05-20T19:57:31.420Z Downloaded buf-list v1.0.3
13752024-05-20T19:57:31.420Z Downloaded block-padding v0.3.3
13762024-05-20T19:57:31.420Z Downloaded block-buffer v0.10.4
13772024-05-20T19:57:31.420Z Downloaded blake2 v0.10.6
13782024-05-20T19:57:31.420Z Downloaded bitvec v1.0.1
13792024-05-20T19:57:31.420Z Downloaded bitstruct_derive v0.1.0
13802024-05-20T19:57:31.420Z Downloaded bitstruct v0.1.1
13812024-05-20T19:57:31.420Z Downloaded bitflags v1.3.2
13822024-05-20T19:57:31.420Z Downloaded bitfield v0.14.0
13832024-05-20T19:57:31.420Z Downloaded bit-vec v0.6.3
13842024-05-20T19:57:31.420Z Downloaded bindgen v0.69.4
13852024-05-20T19:57:31.420Z Downloaded bcs v0.1.6
13862024-05-20T19:57:31.420Z Downloaded bb8 v0.8.3
13872024-05-20T19:57:31.420Z Downloaded base64 v0.22.1
13882024-05-20T19:57:31.420Z Downloaded base64 v0.21.7
13892024-05-20T19:57:31.420Z Downloaded base16ct v0.2.0
13902024-05-20T19:57:31.420Z Downloaded backoff v0.4.0
13912024-05-20T19:57:31.420Z Downloaded autocfg v1.3.0
13922024-05-20T19:57:31.420Z Downloaded atomicwrites v0.4.3
13932024-05-20T19:57:31.420Z Downloaded atomic-waker v1.1.2
13942024-05-20T19:57:31.420Z Downloaded async-stream-impl v0.3.5
13952024-05-20T19:57:31.420Z Downloaded async-recursion v1.1.1
13962024-05-20T19:57:31.421Z Downloaded ascii-canvas v3.0.0
13972024-05-20T19:57:31.421Z Downloaded ascii v1.1.0
13982024-05-20T19:57:31.421Z Downloaded arrayref v0.3.7
13992024-05-20T19:57:31.421Z Downloaded array-init v0.0.4
14002024-05-20T19:57:31.421Z Downloaded argon2 v0.5.3
14012024-05-20T19:57:31.421Z Downloaded arc-swap v1.7.1
14022024-05-20T19:57:31.421Z Downloaded anyhow v1.0.83
14032024-05-20T19:57:31.421Z Downloaded anstyle-query v1.0.3
14042024-05-20T19:57:31.421Z Downloaded anstyle-parse v0.2.4
14052024-05-20T19:57:31.421Z Downloaded anstyle v1.0.7
14062024-05-20T19:57:31.421Z Downloaded anstream v0.6.14
14072024-05-20T19:57:31.421Z Downloaded allocator-api2 v0.2.18
14082024-05-20T19:57:31.421Z Downloaded aho-corasick v1.1.3
14092024-05-20T19:57:31.421Z Downloaded aead v0.5.2
14102024-05-20T19:57:31.421Z Downloaded adler v1.0.2
14112024-05-20T19:57:31.421Z Downloaded addr2line v0.21.0
14122024-05-20T19:57:31.493Z Compiling proc-macro2 v1.0.82
14132024-05-20T19:57:31.493Z Compiling unicode-ident v1.0.12
14142024-05-20T19:57:31.493Z Compiling libc v0.2.153
14152024-05-20T19:57:31.493Z Compiling serde v1.0.202
14162024-05-20T19:57:31.518Z Compiling autocfg v1.3.0
14172024-05-20T19:57:31.518Z Compiling version_check v0.9.4
14182024-05-20T19:57:31.518Z Compiling cfg-if v1.0.0
14192024-05-20T19:57:31.719Z Compiling cc v1.0.97
14202024-05-20T19:57:31.744Z Compiling parking_lot_core v0.9.10
14212024-05-20T19:57:31.806Z Compiling once_cell v1.19.0
14222024-05-20T19:57:32.211Z Compiling libm v0.2.8
14232024-05-20T19:57:32.238Z Compiling byteorder v1.5.0
14242024-05-20T19:57:32.397Z Compiling lock_api v0.4.12
14252024-05-20T19:57:32.475Z Compiling ahash v0.8.11
14262024-05-20T19:57:32.563Z Compiling serde_json v1.0.117
14272024-05-20T19:57:32.733Z Compiling num-traits v0.2.19
14282024-05-20T19:57:32.758Z Compiling memchr v2.7.2
14292024-05-20T19:57:32.901Z Compiling thiserror v1.0.60
14302024-05-20T19:57:32.938Z Compiling typenum v1.17.0
14312024-05-20T19:57:33.024Z Compiling log v0.4.21
14322024-05-20T19:57:33.330Z Compiling quote v1.0.36
14332024-05-20T19:57:33.364Z Compiling generic-array v0.14.7
14342024-05-20T19:57:33.629Z Compiling getrandom v0.2.14
14352024-05-20T19:57:33.654Z Compiling syn v2.0.64
14362024-05-20T19:57:34.052Z Compiling scopeguard v1.2.0
14372024-05-20T19:57:34.239Z Compiling itoa v1.0.11
14382024-05-20T19:57:34.613Z Compiling allocator-api2 v0.2.18
14392024-05-20T19:57:34.660Z Compiling slab v0.4.9
14402024-05-20T19:57:34.848Z Compiling ring v0.17.8
14412024-05-20T19:57:34.905Z Compiling ryu v1.0.18
14422024-05-20T19:57:34.992Z Compiling pin-project-lite v0.2.14
14432024-05-20T19:57:35.049Z Compiling smallvec v1.13.2
14442024-05-20T19:57:35.188Z Compiling semver v1.0.23
14452024-05-20T19:57:35.238Z Compiling schemars v0.8.19
14462024-05-20T19:57:35.263Z Compiling syn v1.0.109
14472024-05-20T19:57:35.550Z Compiling equivalent v1.0.1
14482024-05-20T19:57:35.680Z Compiling pkg-config v0.3.30
14492024-05-20T19:57:35.713Z Compiling vcpkg v0.2.15
14502024-05-20T19:57:35.898Z Compiling parking_lot v0.12.2
14512024-05-20T19:57:36.323Z Compiling signal-hook-registry v1.4.2
14522024-05-20T19:57:37.112Z Compiling openssl-sys v0.9.102
14532024-05-20T19:57:37.157Z Compiling mio v0.8.11
14542024-05-20T19:57:37.964Z Compiling fnv v1.0.7
14552024-05-20T19:57:38.062Z Compiling rand_core v0.6.4
14562024-05-20T19:57:38.087Z Compiling socket2 v0.5.7
14572024-05-20T19:57:38.406Z Compiling num_cpus v1.16.0
14582024-05-20T19:57:38.532Z Compiling num-conv v0.1.0
14592024-05-20T19:57:38.625Z Compiling time-core v0.1.2
14602024-05-20T19:57:38.786Z Compiling time-macros v0.2.18
14612024-05-20T19:57:38.936Z Compiling httparse v1.8.0
14622024-05-20T19:57:39.544Z Compiling futures-core v0.3.30
14632024-05-20T19:57:39.644Z Compiling openssl v0.10.64
14642024-05-20T19:57:39.974Z Compiling crossbeam-utils v0.8.19
14652024-05-20T19:57:40.126Z Compiling serde_derive_internals v0.29.1
14662024-05-20T19:57:40.216Z Compiling iana-time-zone v0.1.60
14672024-05-20T19:57:40.242Z Compiling rustix v0.38.34
14682024-05-20T19:57:40.550Z Compiling spin v0.9.8
14692024-05-20T19:57:40.861Z Compiling tinyvec_macros v0.1.1
14702024-05-20T19:57:40.962Z Compiling native-tls v0.2.11
14712024-05-20T19:57:41.162Z Compiling rustls v0.21.12
14722024-05-20T19:57:41.252Z Compiling tinyvec v1.6.0
14732024-05-20T19:57:41.582Z Compiling futures-sink v0.3.30
14742024-05-20T19:57:41.635Z Compiling const-oid v0.9.6
14752024-05-20T19:57:41.833Z Compiling ucd-trie v0.1.6
14762024-05-20T19:57:42.081Z Compiling subtle v2.5.0
14772024-05-20T19:57:42.369Z Compiling backtrace v0.3.71
14782024-05-20T19:57:42.468Z Compiling unicode-normalization v0.1.23
14792024-05-20T19:57:42.495Z Compiling cookie v0.17.0
14802024-05-20T19:57:42.782Z Compiling unicode-bidi v0.3.15
14812024-05-20T19:57:42.807Z Compiling heck v0.5.0
14822024-05-20T19:57:43.221Z Compiling dyn-clone v1.0.17
14832024-05-20T19:57:43.413Z Compiling heck v0.4.1
14842024-05-20T19:57:43.444Z Compiling slog v2.7.0
14852024-05-20T19:57:43.801Z Compiling futures-channel v0.3.30
14862024-05-20T19:57:43.911Z Compiling pin-utils v0.1.0
14872024-05-20T19:57:44.003Z Compiling futures-io v0.3.30
14882024-05-20T19:57:44.054Z Compiling futures-task v0.3.30
14892024-05-20T19:57:44.301Z Compiling strsim v0.11.1
14902024-05-20T19:57:44.750Z Compiling aho-corasick v1.1.3
14912024-05-20T19:57:44.829Z Compiling serde_derive v1.0.202
14922024-05-20T19:57:44.988Z Compiling zerocopy-derive v0.7.34
14932024-05-20T19:57:45.013Z Compiling zeroize_derive v1.4.2
14942024-05-20T19:57:45.041Z Compiling thiserror-impl v1.0.60
14952024-05-20T19:57:46.237Z Compiling tokio-macros v2.2.0
14962024-05-20T19:57:46.662Z Compiling futures-macro v0.3.30
14972024-05-20T19:57:46.710Z Compiling zerocopy v0.7.34
14982024-05-20T19:57:47.501Z Compiling schemars_derive v0.8.19
14992024-05-20T19:57:48.218Z Compiling tracing-attributes v0.1.27
15002024-05-20T19:57:48.323Z Compiling zeroize v1.7.0
15012024-05-20T19:57:48.502Z Compiling hashbrown v0.14.5
15022024-05-20T19:57:49.110Z Compiling openssl-macros v0.1.1
15032024-05-20T19:57:49.751Z Compiling scroll_derive v0.12.0
15042024-05-20T19:57:49.777Z Compiling pest v2.7.10
15052024-05-20T19:57:49.810Z Compiling crypto-common v0.1.6
15062024-05-20T19:57:49.999Z Compiling futures-util v0.3.30
15072024-05-20T19:57:50.029Z Compiling der_derive v0.7.2
15082024-05-20T19:57:50.641Z Compiling untrusted v0.9.0
15092024-05-20T19:57:50.916Z Compiling anyhow v1.0.83
15102024-05-20T19:57:51.091Z Compiling winnow v0.5.40
15112024-05-20T19:57:51.672Z Compiling regex-syntax v0.8.3
15122024-05-20T19:57:51.969Z Compiling pest_meta v2.7.10
15132024-05-20T19:57:53.012Z Compiling pest_generator v2.7.10
15142024-05-20T19:57:54.443Z Compiling block-buffer v0.10.4
15152024-05-20T19:57:54.657Z Compiling regex-automata v0.4.6
15162024-05-20T19:57:55.501Z Compiling pest_derive v2.7.10
15172024-05-20T19:57:55.951Z Compiling bytes v1.6.0
15182024-05-20T19:57:56.468Z Compiling indexmap v2.2.6
15192024-05-20T19:57:57.200Z Compiling tokio v1.37.0
15202024-05-20T19:57:57.497Z Compiling uuid v1.8.0
15212024-05-20T19:57:57.698Z Compiling bitflags v2.5.0
15222024-05-20T19:57:58.092Z Compiling chrono v0.4.38
15232024-05-20T19:57:58.219Z Compiling serde_tokenstream v0.2.0
15242024-05-20T19:58:01.194Z Compiling toml_datetime v0.6.6
15252024-05-20T19:58:01.219Z Compiling serde_spanned v0.6.6
15262024-05-20T19:58:01.329Z Compiling http v0.2.12
15272024-05-20T19:58:01.359Z Compiling toml_edit v0.19.15
15282024-05-20T19:58:03.013Z Compiling rustc_version v0.4.0
15292024-05-20T19:58:03.183Z Compiling tracing-core v0.1.32
15302024-05-20T19:58:03.549Z Compiling usdt-impl v0.5.0
15312024-05-20T19:58:03.606Z Compiling rustversion v1.0.17
15322024-05-20T19:58:03.863Z Compiling powerfmt v0.2.0
15332024-05-20T19:58:04.243Z Compiling deranged v0.3.11
15342024-05-20T19:58:04.327Z Compiling tracing v0.1.40
15352024-05-20T19:58:05.040Z Compiling heapless v0.7.17
15362024-05-20T19:58:05.344Z Compiling digest v0.10.7
15372024-05-20T19:58:05.428Z Compiling scroll v0.12.0
15382024-05-20T19:58:05.915Z Compiling percent-encoding v2.3.1
15392024-05-20T19:58:06.074Z Compiling ppv-lite86 v0.2.17
15402024-05-20T19:58:06.144Z Compiling num_threads v0.1.7
15412024-05-20T19:58:06.269Z Compiling plain v0.2.3
15422024-05-20T19:58:06.521Z Compiling signal-hook v0.3.17
15432024-05-20T19:58:06.710Z Compiling rand_chacha v0.3.1
15442024-05-20T19:58:06.737Z Compiling time v0.3.36
15452024-05-20T19:58:06.789Z Compiling goblin v0.8.2
15462024-05-20T19:58:07.496Z Compiling regex v1.10.4
15472024-05-20T19:58:08.739Z Compiling crc32fast v1.4.0
15482024-05-20T19:58:09.118Z Compiling pretty-hex v0.4.1
15492024-05-20T19:58:10.089Z Compiling rand v0.8.5
15502024-05-20T19:58:11.360Z Compiling tokio-util v0.7.11
15512024-05-20T19:58:11.709Z Compiling dof v0.3.0
15522024-05-20T19:58:12.574Z Compiling dtrace-parser v0.2.0
15532024-05-20T19:58:13.270Z Compiling async-trait v0.1.80
15542024-05-20T19:58:13.329Z Compiling thread-id v4.2.1
15552024-05-20T19:58:13.718Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
15562024-05-20T19:58:13.779Z Compiling foreign-types-shared v0.1.1
15572024-05-20T19:58:13.906Z Compiling unicode-width v0.1.12
15582024-05-20T19:58:14.061Z Compiling smoltcp v0.9.1
15592024-05-20T19:58:14.103Z Compiling base64ct v1.6.0
15602024-05-20T19:58:14.196Z Compiling foreign-types v0.3.2
15612024-05-20T19:58:14.571Z Compiling pem-rfc7468 v0.7.0
15622024-05-20T19:58:15.317Z Compiling form_urlencoded v1.2.1
15632024-05-20T19:58:15.649Z Compiling hmac v0.12.1
15642024-05-20T19:58:15.886Z Compiling flagset v0.4.5
15652024-05-20T19:58:15.915Z Compiling adler v1.0.2
15662024-05-20T19:58:16.154Z Compiling try-lock v0.2.5
15672024-05-20T19:58:16.243Z Compiling siphasher v0.3.11
15682024-05-20T19:58:16.733Z Compiling base64 v0.21.7
15692024-05-20T19:58:16.759Z Compiling want v0.3.1
15702024-05-20T19:58:16.759Z Compiling der v0.7.9
15712024-05-20T19:58:16.759Z Compiling miniz_oxide v0.7.2
15722024-05-20T19:58:16.922Z Compiling h2 v0.3.26
15732024-05-20T19:58:18.064Z Compiling sct v0.7.1
15742024-05-20T19:58:18.318Z Compiling rustls-webpki v0.101.7
15752024-05-20T19:58:19.362Z Compiling http-body v0.4.6
15762024-05-20T19:58:19.814Z Compiling openapiv3 v2.0.0
15772024-05-20T19:58:20.223Z Compiling hubpack_derive v0.1.1
15782024-05-20T19:58:20.482Z Compiling zerocopy-derive v0.6.6
15792024-05-20T19:58:20.828Z Compiling idna v0.5.0
15802024-05-20T19:58:21.034Z Compiling errno v0.3.9
15812024-05-20T19:58:21.278Z Compiling fs-err v2.11.0
15822024-05-20T19:58:21.342Z Compiling finl_unicode v1.2.0
15832024-05-20T19:58:21.560Z Compiling httpdate v1.0.3
15842024-05-20T19:58:21.834Z Compiling utf8parse v0.2.1
15852024-05-20T19:58:21.936Z Compiling spin v0.5.2
15862024-05-20T19:58:21.987Z Compiling tower-service v0.3.2
15872024-05-20T19:58:22.109Z Compiling anstyle v1.0.7
15882024-05-20T19:58:22.179Z Compiling openssl-probe v0.1.5
15892024-05-20T19:58:22.243Z Compiling gimli v0.28.1
15902024-05-20T19:58:22.493Z Compiling stable_deref_trait v1.2.0
15912024-05-20T19:58:22.784Z Compiling cpufeatures v0.2.12
15922024-05-20T19:58:23.205Z Compiling hyper v0.14.28
15932024-05-20T19:58:23.592Z Compiling sha2 v0.10.8
15942024-05-20T19:58:24.262Z Compiling anstyle-parse v0.2.4
15952024-05-20T19:58:24.550Z Compiling stringprep v0.1.4
15962024-05-20T19:58:24.662Z Compiling url v2.5.0
15972024-05-20T19:58:26.101Z Compiling addr2line v0.21.0
15982024-05-20T19:58:27.084Z Compiling spki v0.7.3
15992024-05-20T19:58:27.556Z Compiling usdt-attr-macro v0.5.0
16002024-05-20T19:58:29.018Z Compiling usdt-macro v0.5.0
16012024-05-20T19:58:29.417Z Compiling md-5 v0.10.6
16022024-05-20T19:58:31.465Z Compiling idna v0.3.0
16032024-05-20T19:58:32.927Z Compiling diesel_table_macro_syntax v0.1.0
16042024-05-20T19:58:33.026Z Compiling num-integer v0.1.46
16052024-05-20T19:58:33.515Z Compiling object v0.32.2
16062024-05-20T19:58:33.621Z Compiling hash32 v0.2.1
16072024-05-20T19:58:33.960Z Compiling psl-types v2.0.11
16082024-05-20T19:58:34.153Z Compiling rustc-demangle v0.1.24
16092024-05-20T19:58:34.744Z Compiling fallible-iterator v0.2.0
16102024-05-20T19:58:35.379Z Compiling anstyle-query v1.0.3
16112024-05-20T19:58:36.214Z Compiling colorchoice v1.0.1
16122024-05-20T19:58:36.362Z Compiling is_terminal_polyfill v1.70.0
16132024-05-20T19:58:38.136Z Compiling anstream v0.6.14
16142024-05-20T19:58:38.907Z Compiling lazy_static v1.4.0
16152024-05-20T19:58:39.024Z Compiling postgres-protocol v0.6.6
16162024-05-20T19:58:40.365Z Compiling publicsuffix v2.2.3
16172024-05-20T19:58:40.582Z Compiling diesel_derives v2.1.4
16182024-05-20T19:58:45.891Z Compiling tokio-rustls v0.24.1
16192024-05-20T19:58:46.278Z Compiling pkcs8 v0.10.2
16202024-05-20T19:58:46.748Z Compiling terminal_size v0.3.0
16212024-05-20T19:58:46.930Z Compiling tokio-native-tls v0.3.1
16222024-05-20T19:58:47.184Z Compiling phf_shared v0.11.2
16232024-05-20T19:58:48.360Z Compiling strum_macros v0.25.3
16242024-05-20T19:58:48.708Z Compiling block-padding v0.3.3
16252024-05-20T19:58:48.909Z Compiling regress v0.9.1
16262024-05-20T19:58:49.312Z Compiling enum-as-inner v0.5.1
16272024-05-20T19:58:49.485Z Compiling clap_derive v4.5.4
16282024-05-20T19:58:50.158Z Compiling serde_repr v0.1.19
16292024-05-20T19:58:51.246Z Compiling ff v0.13.0
16302024-05-20T19:58:51.529Z Compiling scheduled-thread-pool v0.2.7
16312024-05-20T19:58:51.977Z Compiling encoding_rs v0.8.34
16322024-05-20T19:58:52.846Z Compiling either v1.12.0
16332024-05-20T19:58:53.278Z Compiling bitflags v1.3.2
16342024-05-20T19:58:53.313Z Compiling managed v0.8.0
16352024-05-20T19:58:53.355Z Compiling matches v0.1.10
16362024-05-20T19:58:53.687Z Compiling ident_case v1.0.1
16372024-05-20T19:58:53.800Z Compiling bit-vec v0.6.3
16382024-05-20T19:58:53.826Z Compiling base16ct v0.2.0
16392024-05-20T19:58:53.858Z Compiling clap_lex v0.7.0
16402024-05-20T19:58:54.117Z Compiling ipnet v2.9.0
16412024-05-20T19:58:54.591Z Compiling mime v0.3.17
16422024-05-20T19:58:55.541Z Compiling clap_builder v4.5.2
16432024-05-20T19:58:55.768Z Compiling sec1 v0.7.3
16442024-05-20T19:58:56.216Z Compiling darling_core v0.20.9
16452024-05-20T19:58:56.849Z Compiling idna v0.2.3
16462024-05-20T19:58:57.932Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16472024-05-20T19:59:00.137Z Compiling r2d2 v0.8.10
16482024-05-20T19:59:01.713Z Compiling group v0.13.0
16492024-05-20T19:59:01.902Z Compiling inout v0.1.3
16502024-05-20T19:59:02.432Z Compiling phf v0.11.2
16512024-05-20T19:59:02.498Z Compiling hyper-tls v0.5.0
16522024-05-20T19:59:02.694Z Compiling signal-hook-mio v0.2.3
16532024-05-20T19:59:02.834Z Compiling hyper-rustls v0.24.2
16542024-05-20T19:59:03.047Z Compiling cookie_store v0.20.0
16552024-05-20T19:59:03.176Z Compiling postgres-types v0.2.6
16562024-05-20T19:59:03.529Z Compiling num-bigint v0.4.5
16572024-05-20T19:59:04.290Z Compiling zerocopy v0.6.6
16582024-05-20T19:59:04.762Z Compiling hubpack v0.1.2
16592024-05-20T19:59:05.090Z Compiling rustls-pemfile v1.0.4
16602024-05-20T19:59:05.090Z Compiling phf_shared v0.10.0
16612024-05-20T19:59:05.091Z Compiling hkdf v0.12.4
16622024-05-20T19:59:05.091Z Compiling serde_urlencoded v0.7.1
16632024-05-20T19:59:05.566Z Compiling crossbeam-epoch v0.9.18
16642024-05-20T19:59:05.566Z Compiling ipnetwork v0.20.0
16652024-05-20T19:59:06.849Z Compiling futures-executor v0.3.30
16662024-05-20T19:59:07.616Z Compiling crypto-bigint v0.5.5
16672024-05-20T19:59:07.616Z Compiling float-cmp v0.9.0
16682024-05-20T19:59:07.616Z Compiling memmap v0.7.0
16692024-05-20T19:59:07.616Z Compiling data-encoding v2.6.0
16702024-05-20T19:59:07.617Z Compiling normalize-line-endings v0.3.0
16712024-05-20T19:59:07.617Z Compiling minimal-lexical v0.2.1
16722024-05-20T19:59:07.826Z Compiling webpki-roots v0.25.4
16732024-05-20T19:59:07.826Z Compiling fixedbitset v0.4.2
16742024-05-20T19:59:07.826Z Compiling static_assertions v1.1.0
16752024-05-20T19:59:07.826Z Compiling winnow v0.6.8
16762024-05-20T19:59:08.392Z Compiling unicode-segmentation v1.11.0
16772024-05-20T19:59:09.235Z Compiling new_debug_unreachable v1.0.6
16782024-05-20T19:59:09.235Z Compiling whoami v1.5.1
16792024-05-20T19:59:09.236Z Compiling difflib v0.4.0
16802024-05-20T19:59:09.236Z Compiling precomputed-hash v0.1.1
16812024-05-20T19:59:09.236Z Compiling predicates-core v1.0.6
16822024-05-20T19:59:09.236Z Compiling sync_wrapper v0.1.2
16832024-05-20T19:59:09.236Z Compiling string_cache v0.8.7
16842024-05-20T19:59:10.421Z Compiling predicates v3.1.0
16852024-05-20T19:59:10.421Z Compiling similar v2.5.0
16862024-05-20T19:59:10.421Z Compiling reqwest v0.11.27
16872024-05-20T19:59:10.421Z Compiling tokio-postgres v0.7.10
16882024-05-20T19:59:10.838Z Compiling elliptic-curve v0.13.8
16892024-05-20T19:59:10.838Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16902024-05-20T19:59:11.295Z Compiling toml_edit v0.22.13
16912024-05-20T19:59:11.295Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
16922024-05-20T19:59:12.789Z Compiling petgraph v0.6.5
16932024-05-20T19:59:13.342Z Compiling nom v7.1.3
16942024-05-20T19:59:14.625Z Compiling trust-dns-proto v0.22.0
16952024-05-20T19:59:15.993Z Compiling usdt v0.5.0
16962024-05-20T19:59:16.655Z Compiling yasna v0.5.2
16972024-05-20T19:59:16.830Z Compiling futures v0.3.30
16982024-05-20T19:59:16.830Z Compiling diesel v2.1.6
16992024-05-20T19:59:17.304Z Compiling crossterm v0.27.0
17002024-05-20T19:59:18.415Z Compiling flate2 v1.0.30
17012024-05-20T19:59:18.790Z Compiling cipher v0.4.4
17022024-05-20T19:59:30.122Z Compiling darling_macro v0.20.9
17032024-05-20T19:59:30.123Z Compiling clap v4.5.4
17042024-05-20T19:59:30.123Z Compiling bit-set v0.5.3
17052024-05-20T19:59:30.123Z Compiling itertools v0.10.5
17062024-05-20T19:59:30.123Z Compiling itertools v0.12.1
17072024-05-20T19:59:30.123Z Compiling console v0.15.8
17082024-05-20T19:59:30.124Z Compiling num-iter v0.1.45
17092024-05-20T19:59:30.124Z Compiling tokio-stream v0.1.15
17102024-05-20T19:59:30.124Z Compiling toml v0.7.8
17112024-05-20T19:59:30.124Z Compiling bstr v1.9.1
17122024-05-20T19:59:30.124Z Compiling hex v0.4.3
17132024-05-20T19:59:30.124Z Compiling peg-runtime v0.8.3
17142024-05-20T19:59:30.124Z Compiling lalrpop-util v0.19.12
17152024-05-20T19:59:30.124Z Compiling darling v0.20.9
17162024-05-20T19:59:30.124Z Compiling proc-macro-crate v1.3.1
17172024-05-20T19:59:30.124Z Compiling camino v1.1.7
17182024-05-20T19:59:30.124Z Compiling heapless v0.8.0
17192024-05-20T19:59:30.124Z Compiling num_enum_derive v0.5.11
17202024-05-20T19:59:30.965Z Compiling hash32 v0.3.1
17212024-05-20T19:59:32.047Z Compiling rustls-pki-types v1.7.0
17222024-05-20T19:59:32.397Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17232024-05-20T19:59:32.688Z Compiling smoltcp v0.11.0
17242024-05-20T19:59:42.325Z Compiling num_enum v0.5.11
17252024-05-20T19:59:44.359Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
17262024-05-20T19:59:44.702Z Compiling getopts v0.2.21
17272024-05-20T19:59:45.306Z Compiling dirs-sys-next v0.1.2
17282024-05-20T19:59:45.741Z Compiling proc-macro-error-attr v1.0.4
17292024-05-20T19:59:46.936Z Compiling rustls v0.22.4
17302024-05-20T19:59:46.994Z Compiling cobs v0.2.3
17312024-05-20T19:59:46.994Z Compiling embedded-io v0.4.0
17322024-05-20T19:59:46.994Z Compiling unsafe-libyaml v0.2.11
17332024-05-20T19:59:46.994Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17342024-05-20T19:59:47.116Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17352024-05-20T19:59:47.368Z Compiling paste v1.0.15
17362024-05-20T19:59:48.275Z Compiling serde_yaml v0.9.34+deprecated
17372024-05-20T19:59:48.401Z Compiling postcard v1.0.8
17382024-05-20T19:59:50.712Z Compiling dirs-next v2.0.0
17392024-05-20T19:59:51.697Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17402024-05-20T19:59:57.914Z Compiling rustls-webpki v0.102.4
17412024-05-20T20:00:02.572Z Compiling strum_macros v0.26.2
17422024-05-20T20:00:04.549Z Compiling structmeta-derive v0.3.0
17432024-05-20T20:00:04.623Z Compiling foreign-types-macros v0.2.3
17442024-05-20T20:00:05.521Z Compiling thread_local v1.1.8
17452024-05-20T20:00:06.284Z Compiling multer v3.1.0
17462024-05-20T20:00:06.352Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17472024-05-20T20:00:06.456Z Compiling proc-macro-error v1.0.4
17482024-05-20T20:00:06.677Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17492024-05-20T20:00:07.141Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17502024-05-20T20:00:07.501Z Compiling match_cfg v0.1.0
17512024-05-20T20:00:07.577Z Compiling foreign-types-shared v0.3.1
17522024-05-20T20:00:07.650Z Compiling slog-async v2.8.0
17532024-05-20T20:00:07.650Z Compiling hostname v0.3.1
17542024-05-20T20:00:07.726Z Compiling foreign-types v0.5.0
17552024-05-20T20:00:13.178Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17562024-05-20T20:00:13.769Z Compiling structmeta v0.3.0
17572024-05-20T20:00:14.088Z Compiling strum v0.26.2
17582024-05-20T20:00:16.500Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17592024-05-20T20:00:26.008Z Compiling term v0.7.0
17602024-05-20T20:00:29.354Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17612024-05-20T20:00:29.547Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17622024-05-20T20:00:30.754Z Compiling slog-json v2.6.1
17632024-05-20T20:00:30.872Z Compiling tabwriter v1.4.0
17642024-05-20T20:00:31.114Z Compiling crossbeam-channel v0.5.12
17652024-05-20T20:00:32.450Z Compiling http v1.1.0
17662024-05-20T20:00:32.505Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17672024-05-20T20:00:33.284Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17682024-05-20T20:00:33.482Z Compiling async-stream-impl v0.3.5
17692024-05-20T20:00:33.843Z Compiling cstr-argument v0.1.2
17702024-05-20T20:00:34.140Z Compiling is-terminal v0.4.12
17712024-05-20T20:00:34.201Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718)
17722024-05-20T20:00:34.202Z Compiling rayon-core v1.12.1
17732024-05-20T20:00:34.354Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
17742024-05-20T20:00:34.437Z Compiling pretty-hex v0.2.1
17752024-05-20T20:00:34.583Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
17762024-05-20T20:00:34.633Z Compiling fastrand v2.1.0
17772024-05-20T20:00:34.856Z Compiling crucible-workspace-hack v0.1.0
17782024-05-20T20:00:35.122Z Compiling take_mut v0.2.2
17792024-05-20T20:00:35.243Z Compiling base64 v0.22.1
17802024-05-20T20:00:35.268Z Compiling atomic-waker v1.1.2
17812024-05-20T20:00:35.504Z Compiling waitgroup v0.1.2
17822024-05-20T20:00:35.749Z Compiling rustls-pemfile v2.1.2
17832024-05-20T20:00:36.259Z Compiling tempfile v3.10.1
17842024-05-20T20:00:36.515Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17852024-05-20T20:00:36.668Z Compiling async-stream v0.3.5
17862024-05-20T20:00:36.872Z Compiling slog-term v2.9.1
17872024-05-20T20:00:36.959Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17882024-05-20T20:00:38.201Z Compiling slog-bunyan v2.5.0
17892024-05-20T20:00:38.855Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17902024-05-20T20:00:39.072Z Compiling tokio-rustls v0.25.0
17912024-05-20T20:00:39.263Z Compiling parse-display-derive v0.9.0
17922024-05-20T20:00:39.263Z Compiling toml v0.8.13
17932024-05-20T20:00:39.335Z Compiling serde_with_macros v3.8.1
17942024-05-20T20:00:40.384Z Compiling sha1 v0.10.6
17952024-05-20T20:00:41.111Z Compiling crossbeam-deque v0.8.5
17962024-05-20T20:00:41.448Z Compiling colored v2.1.0
17972024-05-20T20:00:41.592Z Compiling newtype-uuid v1.1.0
17982024-05-20T20:00:41.899Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718)
17992024-05-20T20:00:42.430Z Compiling serde_path_to_error v0.1.16
18002024-05-20T20:00:42.652Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18012024-05-20T20:00:42.760Z Compiling hostname v0.4.0
18022024-05-20T20:00:42.924Z Compiling socket2 v0.4.10
18032024-05-20T20:00:43.237Z Compiling instant v0.1.12
18042024-05-20T20:00:43.876Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18052024-05-20T20:00:43.876Z Compiling debug-ignore v1.0.5
18062024-05-20T20:00:43.876Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18072024-05-20T20:00:43.876Z Compiling backoff v0.4.0
18082024-05-20T20:00:44.328Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18092024-05-20T20:00:44.623Z Compiling parse-display v0.9.0
18102024-05-20T20:00:45.668Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18112024-05-20T20:00:45.773Z Compiling serde_with v3.8.1
18122024-05-20T20:00:46.364Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18132024-05-20T20:00:48.934Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18142024-05-20T20:00:49.277Z Compiling camino-tempfile v1.1.1
18152024-05-20T20:00:49.445Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
18162024-05-20T20:00:49.658Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18172024-05-20T20:00:49.774Z Compiling macaddr v1.0.1
18182024-05-20T20:00:49.911Z Compiling num-derive v0.4.2
18192024-05-20T20:00:49.975Z Compiling sigpipe v0.1.3
18202024-05-20T20:00:50.573Z Compiling libefi-sys v0.1.0
18212024-05-20T20:00:50.573Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
18222024-05-20T20:00:50.573Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18232024-05-20T20:00:50.863Z Compiling rayon v1.10.0
18242024-05-20T20:00:51.591Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18252024-05-20T20:00:51.773Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
18262024-05-20T20:00:53.180Z Compiling smf v0.2.3
18272024-05-20T20:00:54.284Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
18282024-05-20T20:00:54.643Z Compiling blake3 v1.5.1
18292024-05-20T20:00:54.643Z Compiling ring v0.16.20
18302024-05-20T20:00:54.643Z Compiling portable-atomic v1.6.0
18312024-05-20T20:00:55.043Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18322024-05-20T20:00:55.194Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18332024-05-20T20:00:56.675Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18342024-05-20T20:00:57.639Z Compiling xattr v1.3.1
18352024-05-20T20:00:58.102Z Compiling memmap2 v0.9.4
18362024-05-20T20:00:58.269Z Compiling filetime v0.2.23
18372024-05-20T20:00:58.700Z Compiling arrayvec v0.7.4
18382024-05-20T20:00:58.700Z Compiling arrayref v0.3.7
18392024-05-20T20:00:58.700Z Compiling same-file v1.0.6
18402024-05-20T20:00:58.908Z Compiling constant_time_eq v0.3.0
18412024-05-20T20:00:58.909Z Compiling untrusted v0.7.1
18422024-05-20T20:00:59.081Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18432024-05-20T20:00:59.322Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18442024-05-20T20:00:59.965Z Compiling walkdir v2.5.0
18452024-05-20T20:01:01.196Z Compiling tar v0.4.40
18462024-05-20T20:01:01.612Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18472024-05-20T20:01:02.230Z Compiling gethostname v0.4.3
18482024-05-20T20:01:02.460Z Compiling topological-sort v0.2.2
18492024-05-20T20:01:02.692Z Compiling number_prefix v0.4.0
18502024-05-20T20:01:02.907Z Compiling omicron-zone-package v0.11.0
18512024-05-20T20:01:02.972Z Compiling swrite v0.1.0
18522024-05-20T20:01:03.110Z Compiling indicatif v0.17.8
18532024-05-20T20:01:04.020Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18542024-05-20T20:01:06.594Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
18552024-05-20T20:01:08.055Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18562024-05-20T20:01:10.006Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
18572024-05-20T20:01:30.294Z Finished release [optimized] target(s) in 4m 30s
18582024-05-20T20:01:30.525Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
18592024-05-20T20:01:30.618ZLogging to: /work/oxidecomputer/omicron/out/LOG
18602024-05-20T20:01:30.643ZCreated new build target 'test' and set it as active
18612024-05-20T20:01:30.643Z
18622024-05-20T20:01:30.643Zreal 4:30.526781749
18632024-05-20T20:01:30.643Zuser 26:50.123669305
18642024-05-20T20:01:30.643Zsys 3:32.051717661
18652024-05-20T20:01:30.643Ztrap 1.049166192
18662024-05-20T20:01:30.643Ztflt 0.898103946
18672024-05-20T20:01:30.643Zdflt 0.745907277
18682024-05-20T20:01:30.643Zkflt 0.003130059
18692024-05-20T20:01:30.644Zlock 56:55.920150665
18702024-05-20T20:01:30.644Zslp 1:15:51.684115786
18712024-05-20T20:01:30.644Zlat 1:57.052877746
18722024-05-20T20:01:30.644Zstop 3:28.766647204
18732024-05-20T20:01:30.644Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
18742024-05-20T20:01:31.801Z Finished release [optimized] target(s) in 1.09s
18752024-05-20T20:01:31.833Z Running `target/release/omicron-package -t test package`
18762024-05-20T20:01:31.874ZLogging to: /work/oxidecomputer/omicron/out/LOG
18772024-05-20T20:01:33.023Z Compiling newline-converter v0.3.0
18782024-05-20T20:01:33.054Z Compiling humantime v2.1.0
18792024-05-20T20:01:33.054Z Compiling derive-where v1.2.7
18802024-05-20T20:01:33.054Z Compiling unicode-xid v0.2.4
18812024-05-20T20:01:33.560Z Compiling convert_case v0.4.0
18822024-05-20T20:01:33.561Z Compiling linked-hash-map v0.5.6
18832024-05-20T20:01:33.561Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18842024-05-20T20:01:33.561Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18852024-05-20T20:01:33.561Z Compiling expectorate v1.1.0
18862024-05-20T20:01:33.561Z Compiling password-hash v0.5.0
18872024-05-20T20:01:33.561Z Compiling blake2 v0.10.6
18882024-05-20T20:01:33.561Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18892024-05-20T20:01:33.561Z Compiling lru-cache v0.1.2
18902024-05-20T20:01:33.608Z Compiling semver v0.1.20
18912024-05-20T20:01:33.732Z Compiling derive_more v0.99.17
18922024-05-20T20:01:33.771Z Compiling argon2 v0.5.3
18932024-05-20T20:01:34.127Z Compiling rustc_version v0.1.7
18942024-05-20T20:01:34.347Z Compiling home v0.5.9
18952024-05-20T20:01:34.468Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18962024-05-20T20:01:34.554Z Compiling newtype_derive v0.1.6
18972024-05-20T20:01:34.859Z Compiling quick-error v1.2.3
18982024-05-20T20:01:34.988Z Compiling resolv-conf v0.7.0
18992024-05-20T20:01:35.508Z Compiling steno v0.4.0
19002024-05-20T20:01:35.533Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
19012024-05-20T20:01:35.751Z Compiling trust-dns-resolver v0.22.0
19022024-05-20T20:01:35.978Z Compiling slog-dtrace v0.3.0
19032024-05-20T20:01:36.241Z Compiling termcolor v1.4.1
19042024-05-20T20:01:36.437Z Compiling utf-8 v0.7.6
19052024-05-20T20:01:37.128Z Compiling num-rational v0.4.2
19062024-05-20T20:01:37.992Z Compiling num-complex v0.4.6
19072024-05-20T20:01:38.949Z Compiling num v0.4.3
19082024-05-20T20:01:39.009Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
19092024-05-20T20:01:39.046Z Compiling nibble_vec v0.1.0
19102024-05-20T20:01:39.234Z Compiling radium v0.7.0
19112024-05-20T20:01:39.259Z Compiling endian-type v0.1.2
19122024-05-20T20:01:39.452Z Compiling radix_trie v0.2.1
19132024-05-20T20:01:39.599Z Compiling tungstenite v0.20.1
19142024-05-20T20:01:39.623Z Compiling maybe-uninit v2.0.0
19152024-05-20T20:01:40.359Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
19162024-05-20T20:01:40.384Z Compiling tap v1.0.1
19172024-05-20T20:01:40.384Z Compiling wyz v0.5.1
19182024-05-20T20:01:40.532Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19192024-05-20T20:01:40.766Z Compiling tokio-tungstenite v0.20.1
19202024-05-20T20:01:41.288Z Compiling bzip2-sys v0.1.11+1.0.8
19212024-05-20T20:01:41.839Z Compiling packed_struct v0.10.1
19222024-05-20T20:01:42.006Z Compiling display-error-chain v0.2.0
19232024-05-20T20:01:42.160Z Compiling num-bigint-dig v0.8.4
19242024-05-20T20:01:42.425Z Compiling arc-swap v1.7.1
19252024-05-20T20:01:43.022Z Compiling funty v2.0.0
19262024-05-20T20:01:44.106Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19272024-05-20T20:01:44.314Z Compiling crc-catalog v2.4.0
19282024-05-20T20:01:44.436Z Compiling cancel-safe-futures v0.1.5
19292024-05-20T20:01:44.746Z Compiling crc v3.2.1
19302024-05-20T20:01:45.159Z Compiling bitvec v1.0.1
19312024-05-20T20:01:45.400Z Compiling slog-scope v4.4.0
19322024-05-20T20:01:46.502Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
19332024-05-20T20:01:48.526Z Compiling packed_struct_codegen v0.10.1
19342024-05-20T20:01:50.097Z Compiling fxhash v0.2.1
19352024-05-20T20:01:50.272Z Compiling indexmap v1.9.3
19362024-05-20T20:01:51.015Z Compiling nodrop v0.1.14
19372024-05-20T20:01:51.040Z Compiling array-init v0.0.4
19382024-05-20T20:01:51.818Z Compiling smallvec v0.6.14
19392024-05-20T20:01:53.972Z Compiling slog-stdlog v4.1.1
19402024-05-20T20:01:54.786Z Compiling rayon-core v1.12.1
19412024-05-20T20:01:54.811Z Compiling synstructure v0.12.6
19422024-05-20T20:01:55.035Z Compiling pkcs1 v0.7.5
19432024-05-20T20:01:55.139Z Compiling signature v2.2.0
19442024-05-20T20:01:55.376Z Compiling crossbeam-deque v0.8.5
19452024-05-20T20:01:55.676Z Compiling dirs-sys-next v0.1.2
19462024-05-20T20:01:56.093Z Compiling half v2.4.1
19472024-05-20T20:01:56.118Z Compiling hashbrown v0.12.3
19482024-05-20T20:01:56.713Z Compiling glob v0.3.1
19492024-05-20T20:01:57.191Z Compiling crunchy v0.2.2
19502024-05-20T20:01:57.374Z Compiling ciborium-io v0.2.2
19512024-05-20T20:01:57.496Z Compiling bitfield v0.14.0
19522024-05-20T20:01:57.577Z Compiling same-file v1.0.6
19532024-05-20T20:01:57.732Z Compiling fastrand v2.1.0
19542024-05-20T20:01:57.768Z Compiling walkdir v2.5.0
19552024-05-20T20:01:58.146Z Compiling tempfile v3.10.1
19562024-05-20T20:01:58.295Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19572024-05-20T20:01:58.330Z Compiling ciborium-ll v0.2.2
19582024-05-20T20:01:58.752Z Compiling clang-sys v1.7.0
19592024-05-20T20:01:59.330Z Compiling zerocopy-derive v0.2.0
19602024-05-20T20:01:59.549Z Compiling dirs-next v2.0.0
19612024-05-20T20:01:59.717Z Compiling rsa v0.9.6
19622024-05-20T20:02:00.760Z Compiling slog-envlogger v2.2.0
19632024-05-20T20:02:01.074Z Compiling serde-hex v0.1.0
19642024-05-20T20:02:01.881Z Compiling bzip2 v0.4.4
19652024-05-20T20:02:02.242Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
19662024-05-20T20:02:02.505Z Compiling env_logger v0.10.2
19672024-05-20T20:02:02.990Z Compiling camino v1.1.7
19682024-05-20T20:02:03.051Z Compiling x509-cert v0.2.5
19692024-05-20T20:02:04.389Z Compiling ron v0.8.1
19702024-05-20T20:02:04.639Z Compiling hashbrown v0.13.2
19712024-05-20T20:02:05.129Z Compiling tiny-keccak v2.0.2
19722024-05-20T20:02:05.184Z Compiling prettyplease v0.2.20
19732024-05-20T20:02:05.382Z Compiling crc-any v2.5.0
19742024-05-20T20:02:05.466Z Compiling maplit v1.0.2
19752024-05-20T20:02:05.600Z Compiling ring v0.16.20
19762024-05-20T20:02:05.732Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
19772024-05-20T20:02:06.185Z Compiling object v0.30.4
19782024-05-20T20:02:07.187Z Compiling blake3 v1.5.1
19792024-05-20T20:02:08.780Z Compiling zip v0.6.6
19802024-05-20T20:02:08.807Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19812024-05-20T20:02:09.577Z Compiling rayon v1.10.0
19822024-05-20T20:02:10.253Z Compiling term v0.7.0
19832024-05-20T20:02:11.034Z Compiling ciborium v0.2.2
19842024-05-20T20:02:11.505Z Compiling xattr v1.3.1
19852024-05-20T20:02:11.746Z Compiling atty v0.2.14
19862024-05-20T20:02:11.899Z Compiling memmap2 v0.9.4
19872024-05-20T20:02:12.294Z Compiling filetime v0.2.23
19882024-05-20T20:02:12.585Z Compiling path-slash v0.1.5
19892024-05-20T20:02:12.708Z Compiling arrayref v0.3.7
19902024-05-20T20:02:12.814Z Compiling untrusted v0.7.1
19912024-05-20T20:02:12.843Z Compiling arrayvec v0.7.4
19922024-05-20T20:02:12.926Z Compiling constant_time_eq v0.3.0
19932024-05-20T20:02:13.067Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
19942024-05-20T20:02:13.212Z Compiling tar v0.4.40
19952024-05-20T20:02:14.973Z Compiling ascii-canvas v3.0.0
19962024-05-20T20:02:15.229Z Compiling camino-tempfile v1.1.1
19972024-05-20T20:02:15.412Z Compiling toolchain_find v0.4.0
19982024-05-20T20:02:15.598Z Compiling toml v0.8.13
19992024-05-20T20:02:15.875Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20002024-05-20T20:02:16.344Z Compiling libsw v3.3.1
20012024-05-20T20:02:16.369Z Compiling ena v0.14.3
20022024-05-20T20:02:16.370Z Compiling is-terminal v0.4.12
20032024-05-20T20:02:16.370Z Compiling usdt-impl v0.3.5
20042024-05-20T20:02:16.557Z Compiling libloading v0.8.3
20052024-05-20T20:02:16.671Z Compiling bindgen v0.69.4
20062024-05-20T20:02:16.866Z Compiling owo-colors v4.0.0
20072024-05-20T20:02:16.992Z Compiling linear-map v1.2.0
20082024-05-20T20:02:17.040Z Compiling regex-syntax v0.6.29
20092024-05-20T20:02:17.339Z Compiling diff v0.1.13
20102024-05-20T20:02:17.595Z Compiling topological-sort v0.2.2
20112024-05-20T20:02:17.792Z Compiling parking_lot_core v0.8.6
20122024-05-20T20:02:17.823Z Compiling omicron-zone-package v0.11.0
20132024-05-20T20:02:18.962Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20142024-05-20T20:02:21.236Z Compiling lalrpop v0.19.12
20152024-05-20T20:02:22.267Z Compiling rustfmt-wrapper v0.2.1
20162024-05-20T20:02:22.733Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20172024-05-20T20:02:22.916Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
20182024-05-20T20:02:25.367Z Compiling which v4.4.2
20192024-05-20T20:02:25.393Z Compiling cexpr v0.6.0
20202024-05-20T20:02:25.418Z Compiling unicase v2.7.0
20212024-05-20T20:02:25.677Z Compiling shlex v1.3.0
20222024-05-20T20:02:26.018Z Compiling lazycell v1.3.0
20232024-05-20T20:02:26.175Z Compiling rustc-hash v1.1.0
20242024-05-20T20:02:26.439Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
20252024-05-20T20:02:27.328Z Compiling zerocopy v0.3.2
20262024-05-20T20:02:27.662Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
20272024-05-20T20:02:27.820Z Compiling derive_builder_core v0.20.0
20282024-05-20T20:02:28.522Z Compiling pem v3.0.4
20292024-05-20T20:02:29.625Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
20302024-05-20T20:02:30.213Z Compiling headers-core v0.2.0
20312024-05-20T20:02:30.241Z Compiling libxml v0.3.3
20322024-05-20T20:02:30.242Z Compiling async-recursion v1.1.1
20332024-05-20T20:02:30.242Z Compiling ref-cast v1.0.23
20342024-05-20T20:02:30.703Z Compiling headers v0.3.9
20352024-05-20T20:02:31.197Z Compiling derive_builder_macro v0.20.0
20362024-05-20T20:02:31.576Z Compiling dof v0.1.5
20372024-05-20T20:02:31.920Z Compiling parking_lot v0.11.2
20382024-05-20T20:02:32.270Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
20392024-05-20T20:02:33.964Z Compiling trust-dns-client v0.22.0
20402024-05-20T20:02:34.123Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
20412024-05-20T20:02:34.282Z Compiling strum_macros v0.24.3
20422024-05-20T20:02:36.534Z Compiling dtrace-parser v0.1.14
20432024-05-20T20:02:36.873Z Compiling toml v0.5.11
20442024-05-20T20:02:37.080Z Compiling ref-cast-impl v1.0.23
20452024-05-20T20:02:37.746Z Compiling samael v0.0.15
20462024-05-20T20:02:37.967Z Compiling vte_generate_state_changes v0.1.1
20472024-05-20T20:02:38.024Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
20482024-05-20T20:02:38.309Z Compiling cookie v0.18.1
20492024-05-20T20:02:38.502Z Compiling cfg_aliases v0.1.1
20502024-05-20T20:02:38.601Z Compiling indoc v1.0.9
20512024-05-20T20:02:38.629Z Compiling buf-list v1.0.3
20522024-05-20T20:02:39.192Z Compiling nix v0.28.0
20532024-05-20T20:02:39.515Z Compiling vte v0.11.1
20542024-05-20T20:02:39.811Z Compiling trust-dns-server v0.22.1
20552024-05-20T20:02:41.479Z Compiling sled v0.34.7
20562024-05-20T20:02:42.234Z Compiling derive_builder v0.20.0
20572024-05-20T20:02:43.072Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
20582024-05-20T20:02:43.346Z Compiling polar-core v0.27.3
20592024-05-20T20:02:45.779Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
20602024-05-20T20:02:45.861Z Compiling const_format_proc_macros v0.2.32
20612024-05-20T20:02:46.053Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
20622024-05-20T20:02:46.787Z Compiling fd-lock v4.0.2
20632024-05-20T20:02:46.984Z Compiling bb8 v0.8.3
20642024-05-20T20:02:47.418Z Compiling quick-xml v0.31.0
20652024-05-20T20:02:47.554Z Compiling oso-derive v0.27.3
20662024-05-20T20:02:48.346Z Compiling serde_tokenstream v0.1.7
20672024-05-20T20:02:48.767Z Compiling impl-trait-for-tuples v0.2.2
20682024-05-20T20:02:50.419Z Compiling pin-project-internal v1.1.5
20692024-05-20T20:02:52.834Z Compiling memoffset v0.7.1
20702024-05-20T20:02:52.883Z Compiling bytecount v0.6.8
20712024-05-20T20:02:53.044Z Compiling platforms v3.4.0
20722024-05-20T20:02:53.070Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
20732024-05-20T20:02:53.470Z Compiling papergrid v0.11.0
20742024-05-20T20:02:53.514Z Compiling curve25519-dalek v4.1.2
20752024-05-20T20:02:53.853Z Compiling pin-project v1.1.5
20762024-05-20T20:02:56.447Z Compiling const_format v0.2.32
20772024-05-20T20:02:57.521Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
20782024-05-20T20:03:00.031Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20792024-05-20T20:03:04.738Z Compiling oso v0.27.3
20802024-05-20T20:03:08.058Z Compiling strip-ansi-escapes v0.2.0
20812024-05-20T20:03:11.848Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
20822024-05-20T20:03:12.381Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
20832024-05-20T20:03:13.212Z Compiling tabled_derive v0.7.0
20842024-05-20T20:03:15.532Z Compiling kstat-rs v0.2.3
20852024-05-20T20:03:16.365Z Compiling snafu-derive v0.8.2
20862024-05-20T20:03:16.724Z Compiling keccak v0.1.5
20872024-05-20T20:03:17.420Z Compiling nu-ansi-term v0.50.0
20882024-05-20T20:03:18.845Z Compiling reedline v0.31.0
20892024-05-20T20:03:20.007Z Compiling sha3 v0.10.8
20902024-05-20T20:03:20.464Z Compiling snafu v0.8.2
20912024-05-20T20:03:20.748Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
20922024-05-20T20:03:21.609Z Compiling tabled v0.15.0
20932024-05-20T20:03:28.391Z Compiling mime_guess v2.0.4
20942024-05-20T20:03:29.519Z Compiling usdt-macro v0.3.5
20952024-05-20T20:03:30.547Z Compiling usdt-attr-macro v0.3.5
20962024-05-20T20:03:30.822Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
20972024-05-20T20:03:31.841Z Compiling env_logger v0.9.3
20982024-05-20T20:03:32.654Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
20992024-05-20T20:03:33.477Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
21002024-05-20T20:03:36.044Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21012024-05-20T20:03:36.182Z Compiling globset v0.4.14
21022024-05-20T20:03:38.705Z Compiling peg-macros v0.8.3
21032024-05-20T20:03:40.126Z Compiling olpc-cjson v0.1.3
21042024-05-20T20:03:40.409Z Compiling universal-hash v0.5.1
21052024-05-20T20:03:40.617Z Compiling secrecy v0.8.0
21062024-05-20T20:03:40.880Z Compiling serde_plain v1.0.2
21072024-05-20T20:03:41.213Z Compiling bitstruct_derive v0.1.0
21082024-05-20T20:03:41.368Z Compiling thiserror-impl-no-std v2.0.2
21092024-05-20T20:03:41.498Z Compiling curve25519-dalek-derive v0.1.1
21102024-05-20T20:03:42.278Z Compiling sqlparser_derive v0.2.2
21112024-05-20T20:03:42.693Z Compiling nanorand v0.7.0
21122024-05-20T20:03:43.159Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21132024-05-20T20:03:43.224Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21142024-05-20T20:03:43.297Z Compiling signature v1.6.4
21152024-05-20T20:03:43.346Z Compiling unicode_categories v0.1.1
21162024-05-20T20:03:43.434Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21172024-05-20T20:03:43.488Z Compiling salty v0.2.0
21182024-05-20T20:03:43.640Z Compiling opaque-debug v0.3.1
21192024-05-20T20:03:43.672Z Compiling ascii v1.1.0
21202024-05-20T20:03:43.748Z Compiling typed-path v0.7.1
21212024-05-20T20:03:43.866Z Compiling rustyline v14.0.0
21222024-05-20T20:03:44.047Z Compiling poly1305 v0.8.0
21232024-05-20T20:03:44.363Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
21242024-05-20T20:03:45.367Z Compiling thiserror-no-std v2.0.2
21252024-05-20T20:03:45.476Z Compiling sqlformat v0.2.3
21262024-05-20T20:03:46.468Z Compiling tough v0.17.1
21272024-05-20T20:03:48.795Z Compiling ed25519 v1.5.3
21282024-05-20T20:03:49.092Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21292024-05-20T20:03:49.317Z Compiling sqlparser v0.45.0
21302024-05-20T20:03:49.667Z Compiling flume v0.11.0
21312024-05-20T20:03:52.324Z Compiling bitstruct v0.1.1
21322024-05-20T20:03:52.436Z Compiling peg v0.8.3
21332024-05-20T20:03:52.535Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21342024-05-20T20:03:53.459Z Compiling usdt v0.3.5
21352024-05-20T20:03:53.886Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
21362024-05-20T20:04:08.348Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
21372024-05-20T20:04:08.443Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
21382024-05-20T20:04:08.609Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21392024-05-20T20:04:08.696Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21402024-05-20T20:04:08.696Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21412024-05-20T20:04:08.696Z Compiling chacha20 v0.9.1
21422024-05-20T20:04:08.696Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21432024-05-20T20:04:08.696Z Compiling aead v0.5.2
21442024-05-20T20:04:08.696Z Compiling bcs v0.1.6
21452024-05-20T20:04:08.696Z Compiling erased-serde v0.3.31
21462024-05-20T20:04:08.696Z Compiling serde-big-array v0.5.1
21472024-05-20T20:04:08.696Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21482024-05-20T20:04:08.696Z Compiling serde_arrays v0.1.0
21492024-05-20T20:04:08.696Z Compiling parse-size v1.0.0
21502024-05-20T20:04:08.697Z Compiling highway v1.1.0
21512024-05-20T20:04:08.697Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21522024-05-20T20:04:08.697Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
21532024-05-20T20:04:14.008Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21542024-05-20T20:04:18.315Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21552024-05-20T20:04:31.241Z Compiling chacha20poly1305 v0.10.1
21562024-05-20T20:04:32.033Z Compiling vsss-rs v3.3.4
21572024-05-20T20:04:34.933Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
21582024-05-20T20:04:35.303Z Compiling signal-hook-tokio v0.3.1
21592024-05-20T20:04:35.501Z Compiling heck v0.3.3
21602024-05-20T20:04:35.630Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
21612024-05-20T20:04:35.867Z Compiling castaway v0.2.2
21622024-05-20T20:04:35.891Z Compiling rand_seeder v0.2.3
21632024-05-20T20:04:36.040Z Compiling serde-big-array v0.4.1
21642024-05-20T20:04:36.254Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
21652024-05-20T20:04:36.543Z Compiling http-range v0.1.5
21662024-05-20T20:04:37.044Z Compiling hyper-staticfile v0.9.5
21672024-05-20T20:04:37.257Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
21682024-05-20T20:04:37.504Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21692024-05-20T20:04:37.878Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
21702024-05-20T20:04:38.064Z Compiling compact_str v0.7.1
21712024-05-20T20:04:38.643Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
21722024-05-20T20:04:39.437Z Compiling zone_cfg_derive v0.1.2
21732024-05-20T20:04:39.893Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
21742024-05-20T20:04:46.436Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21752024-05-20T20:04:46.983Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
21762024-05-20T20:04:52.344Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
21772024-05-20T20:04:53.856Z Compiling tungstenite v0.21.0
21782024-05-20T20:04:56.587Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
21792024-05-20T20:04:56.779Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
21802024-05-20T20:04:57.436Z Compiling lru v0.12.3
21812024-05-20T20:04:57.463Z Compiling stability v0.2.0
21822024-05-20T20:04:58.140Z Compiling indoc v2.0.5
21832024-05-20T20:04:58.455Z Compiling base64 v0.13.1
21842024-05-20T20:04:58.989Z Compiling cassowary v0.3.0
21852024-05-20T20:04:59.145Z Compiling corncobs v0.1.3
21862024-05-20T20:04:59.465Z Compiling ratatui v0.26.2
21872024-05-20T20:05:02.691Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21882024-05-20T20:05:03.342Z Compiling ron v0.7.1
21892024-05-20T20:05:04.707Z Compiling tokio-tungstenite v0.21.0
21902024-05-20T20:05:05.177Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
21912024-05-20T20:05:07.884Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21922024-05-20T20:05:08.432Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
21932024-05-20T20:05:13.906Z Compiling zone v0.1.8
21942024-05-20T20:05:16.963Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
21952024-05-20T20:05:23.002Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
21962024-05-20T20:05:24.093Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
21972024-05-20T20:05:25.069Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21982024-05-20T20:05:26.863Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
21992024-05-20T20:05:26.888Z Compiling portpicker v0.1.1
22002024-05-20T20:05:27.178Z Compiling unicode-linebreak v0.1.5
22012024-05-20T20:05:27.622Z Compiling smawk v0.3.2
22022024-05-20T20:05:27.829Z Compiling textwrap v0.16.1
22032024-05-20T20:05:31.473Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
22042024-05-20T20:05:35.001Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
22052024-05-20T20:05:35.995Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22062024-05-20T20:05:36.023Z Compiling rcgen v0.12.1
22072024-05-20T20:05:40.971Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
22082024-05-20T20:05:41.348Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
22092024-05-20T20:05:44.941Z Compiling atomicwrites v0.4.3
22102024-05-20T20:05:45.394Z Compiling fatfs v0.3.6
22112024-05-20T20:05:46.146Z Compiling subprocess v0.2.9
22122024-05-20T20:05:47.321Z Compiling rtoolbox v0.0.2
22132024-05-20T20:05:47.669Z Compiling assert_matches v1.5.0
22142024-05-20T20:05:47.774Z Compiling is_ci v1.2.0
22152024-05-20T20:05:47.849Z Compiling rpassword v7.3.1
22162024-05-20T20:05:48.192Z Compiling supports-color v3.0.0
22172024-05-20T20:05:48.274Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22182024-05-20T20:05:48.618Z Compiling tui-tree-widget v0.19.0
22192024-05-20T20:05:48.997Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
22202024-05-20T20:05:50.652Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
22212024-05-20T20:05:53.842Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
22222024-05-20T20:05:54.113Z Compiling csv-core v0.1.11
22232024-05-20T20:05:54.473Z Compiling shell-words v1.1.0
22242024-05-20T20:05:54.850Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
22252024-05-20T20:05:54.881Z Compiling csv v1.3.0
22262024-05-20T20:05:55.279Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
22272024-05-20T20:05:56.720Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
22282024-05-20T20:06:05.352Z Compiling multimap v0.10.0
22292024-05-20T20:06:05.693Z Compiling uzers v0.11.3
22302024-05-20T20:06:08.350Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
22312024-05-20T20:08:02.806Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
22322024-05-20T20:08:03.223Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22332024-05-20T20:14:44.985Z Finished release [optimized] target(s) in 13m 13s
22342024-05-20T20:16:44.730Z
22352024-05-20T20:16:44.756Zreal 15:14.105882316
22362024-05-20T20:16:44.756Zuser 1:33:29.838986977
22372024-05-20T20:16:44.756Zsys 4:20.440584185
22382024-05-20T20:16:44.756Ztrap 2.979177108
22392024-05-20T20:16:44.756Ztflt 1.018819372
22402024-05-20T20:16:44.756Zdflt 3.193254099
22412024-05-20T20:16:44.756Zkflt 0.016125007
22422024-05-20T20:16:44.757Zlock 6:31:32.071225828
22432024-05-20T20:16:44.757Zslp 3:35:05.019296565
22442024-05-20T20:16:44.757Zlat 2:13.277687047
22452024-05-20T20:16:44.757Zstop 1:06.128054713
22462024-05-20T20:16:44.757Z+ mapfile -t packages
22472024-05-20T20:16:44.757Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
22482024-05-20T20:16:45.867Z Finished release [optimized] target(s) in 1.06s
22492024-05-20T20:16:45.912Z Running `target/release/omicron-package -t test list-outputs`
22502024-05-20T20:16:45.943ZLogging to: /work/oxidecomputer/omicron/out/LOG
22512024-05-20T20:16:45.968Z+ ptime -m cargo build --locked --release -p xtask
22522024-05-20T20:16:46.610Z Downloading crates ...
22532024-05-20T20:16:46.673Z Downloaded cargo_toml v0.20.2
22542024-05-20T20:16:46.698Z Compiling serde v1.0.202
22552024-05-20T20:16:46.698Z Compiling libc v0.2.153
22562024-05-20T20:16:46.698Z Compiling rustix v0.38.34
22572024-05-20T20:16:46.698Z Compiling bitflags v2.5.0
22582024-05-20T20:16:46.698Z Compiling hashbrown v0.14.5
22592024-05-20T20:16:46.699Z Compiling syn v2.0.64
22602024-05-20T20:16:46.699Z Compiling serde_json v1.0.117
22612024-05-20T20:16:46.780Z Compiling fs-err v2.11.0
22622024-05-20T20:16:47.058Z Compiling anyhow v1.0.83
22632024-05-20T20:16:47.866Z Compiling indexmap v2.2.6
22642024-05-20T20:16:48.332Z Compiling errno v0.3.9
22652024-05-20T20:16:49.288Z Compiling terminal_size v0.3.0
22662024-05-20T20:16:49.399Z Compiling clap_builder v4.5.2
22672024-05-20T20:16:52.063Z Compiling serde_derive v1.0.202
22682024-05-20T20:16:52.063Z Compiling thiserror-impl v1.0.60
22692024-05-20T20:16:52.088Z Compiling clap_derive v4.5.4
22702024-05-20T20:16:54.158Z Compiling thiserror v1.0.60
22712024-05-20T20:16:54.810Z Compiling clap v4.5.4
22722024-05-20T20:17:01.581Z Compiling serde_spanned v0.6.6
22732024-05-20T20:17:01.606Z Compiling toml_datetime v0.6.6
22742024-05-20T20:17:01.606Z Compiling cargo-platform v0.1.8
22752024-05-20T20:17:01.606Z Compiling camino v1.1.7
22762024-05-20T20:17:01.607Z Compiling semver v1.0.23
22772024-05-20T20:17:01.607Z Compiling macaddr v1.0.1
22782024-05-20T20:17:01.859Z Compiling toml_edit v0.22.13
22792024-05-20T20:17:02.972Z Compiling cargo_metadata v0.18.1
22802024-05-20T20:17:04.517Z Compiling toml v0.8.13
22812024-05-20T20:17:05.340Z Compiling cargo_toml v0.20.2
22822024-05-20T20:17:16.852Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
22832024-05-20T20:17:28.840Z Finished release [optimized] target(s) in 42.83s
22842024-05-20T20:17:28.906Z
22852024-05-20T20:17:28.906Zreal 42.929887210
22862024-05-20T20:17:28.931Zuser 2:49.564027606
22872024-05-20T20:17:28.931Zsys 16.581318061
22882024-05-20T20:17:28.931Ztrap 0.069956528
22892024-05-20T20:17:28.931Ztflt 0.168108487
22902024-05-20T20:17:28.931Zdflt 0.892510494
22912024-05-20T20:17:28.931Zkflt 0.000036939
22922024-05-20T20:17:28.931Zlock 4:09.732142821
22932024-05-20T20:17:28.931Zslp 3:16.295661774
22942024-05-20T20:17:28.931Zlat 3.650511425
22952024-05-20T20:17:28.931Zstop 3.406593064
22962024-05-20T20:17:28.931Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
22972024-05-20T20:17:28.931Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
22982024-05-20T20:17:28.931Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
22992024-05-20T20:17:28.931Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
23002024-05-20T20:17:28.931Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
23012024-05-20T20:17:29.596Z Downloading crates ...
23022024-05-20T20:17:29.941Z Downloaded aes v0.8.4
23032024-05-20T20:17:29.989Z Downloaded russh-keys v0.43.0
23042024-05-20T20:17:29.989Z Downloaded russh-cryptovec v0.7.2
23052024-05-20T20:17:29.989Z Downloaded russh v0.43.0
23062024-05-20T20:17:29.990Z Downloaded rfc6979 v0.4.0
23072024-05-20T20:17:29.990Z Downloaded rand_core v0.5.1
23082024-05-20T20:17:29.990Z Downloaded rand_chacha v0.2.2
23092024-05-20T20:17:29.990Z Downloaded rand v0.7.3
23102024-05-20T20:17:29.990Z Downloaded primeorder v0.13.6
23112024-05-20T20:17:29.990Z Downloaded polyval v0.6.2
23122024-05-20T20:17:29.990Z Downloaded pbkdf2 v0.12.2
23132024-05-20T20:17:29.990Z Downloaded pbkdf2 v0.11.0
23142024-05-20T20:17:29.990Z Downloaded password-hash v0.4.2
23152024-05-20T20:17:29.990Z Downloaded p521 v0.13.3
23162024-05-20T20:17:29.990Z Downloaded p256 v0.13.2
23172024-05-20T20:17:29.990Z Downloaded option-ext v0.2.0
23182024-05-20T20:17:29.990Z Downloaded md5 v0.7.0
23192024-05-20T20:17:29.990Z Downloaded internet-checksum v0.2.1
23202024-05-20T20:17:29.990Z Downloaded hex-literal v0.4.1
23212024-05-20T20:17:29.990Z Downloaded ghash v0.5.1
23222024-05-20T20:17:29.991Z Downloaded getrandom v0.1.16
23232024-05-20T20:17:29.991Z Downloaded ed25519-dalek v2.1.1
23242024-05-20T20:17:29.991Z Downloaded ed25519 v2.2.3
23252024-05-20T20:17:29.991Z Downloaded ecdsa v0.16.9
23262024-05-20T20:17:29.991Z Downloaded dirs-sys v0.4.1
23272024-05-20T20:17:29.991Z Downloaded dirs v5.0.1
23282024-05-20T20:17:29.991Z Downloaded dhcproto-macros v0.1.0
23292024-05-20T20:17:29.991Z Downloaded dhcproto v0.11.0
23302024-05-20T20:17:29.991Z Downloaded ctr v0.9.2
23312024-05-20T20:17:29.991Z Downloaded cbc v0.1.2
23322024-05-20T20:17:29.991Z Downloaded blowfish v0.9.1
23332024-05-20T20:17:29.991Z Downloaded bcrypt-pbkdf v0.10.0
23342024-05-20T20:17:29.991Z Downloaded aes-gcm v0.10.3
23352024-05-20T20:17:30.119Z Compiling proc-macro2 v1.0.82
23362024-05-20T20:17:30.120Z Compiling unicode-ident v1.0.12
23372024-05-20T20:17:30.120Z Compiling libc v0.2.153
23382024-05-20T20:17:30.144Z Compiling cfg-if v1.0.0
23392024-05-20T20:17:30.144Z Compiling serde v1.0.202
23402024-05-20T20:17:30.145Z Compiling version_check v0.9.4
23412024-05-20T20:17:30.145Z Compiling autocfg v1.3.0
23422024-05-20T20:17:30.145Z Compiling byteorder v1.5.0
23432024-05-20T20:17:30.249Z Compiling memchr v2.7.2
23442024-05-20T20:17:30.367Z Compiling log v0.4.21
23452024-05-20T20:17:30.604Z Compiling once_cell v1.19.0
23462024-05-20T20:17:30.757Z Compiling itoa v1.0.11
23472024-05-20T20:17:30.782Z Compiling scopeguard v1.2.0
23482024-05-20T20:17:30.835Z Compiling smallvec v1.13.2
23492024-05-20T20:17:30.922Z Compiling typenum v1.17.0
23502024-05-20T20:17:30.961Z Compiling generic-array v0.14.7
23512024-05-20T20:17:30.986Z Compiling cc v1.0.97
23522024-05-20T20:17:31.033Z Compiling lock_api v0.4.12
23532024-05-20T20:17:31.190Z Compiling thiserror v1.0.60
23542024-05-20T20:17:31.336Z Compiling parking_lot_core v0.9.10
23552024-05-20T20:17:31.704Z Compiling quote v1.0.36
23562024-05-20T20:17:31.793Z Compiling pin-project-lite v0.2.14
23572024-05-20T20:17:31.862Z Compiling getrandom v0.2.14
23582024-05-20T20:17:31.920Z Compiling signal-hook-registry v1.4.2
23592024-05-20T20:17:32.143Z Compiling syn v2.0.64
23602024-05-20T20:17:32.322Z Compiling rand_core v0.6.4
23612024-05-20T20:17:32.346Z Compiling parking_lot v0.12.2
23622024-05-20T20:17:32.405Z Compiling libm v0.2.8
23632024-05-20T20:17:32.487Z Compiling subtle v2.5.0
23642024-05-20T20:17:32.664Z Compiling mio v0.8.11
23652024-05-20T20:17:32.729Z Compiling num-traits v0.2.19
23662024-05-20T20:17:32.806Z Compiling num_cpus v1.16.0
23672024-05-20T20:17:32.925Z Compiling socket2 v0.5.7
23682024-05-20T20:17:33.171Z Compiling ahash v0.8.11
23692024-05-20T20:17:33.197Z Compiling ryu v1.0.18
23702024-05-20T20:17:33.253Z Compiling serde_json v1.0.117
23712024-05-20T20:17:33.517Z Compiling allocator-api2 v0.2.18
23722024-05-20T20:17:33.558Z Compiling futures-core v0.3.30
23732024-05-20T20:17:33.757Z Compiling futures-sink v0.3.30
23742024-05-20T20:17:33.785Z Compiling const-oid v0.9.6
23752024-05-20T20:17:33.810Z Compiling equivalent v1.0.1
23762024-05-20T20:17:33.917Z Compiling slab v0.4.9
23772024-05-20T20:17:33.950Z Compiling fnv v1.0.7
23782024-05-20T20:17:34.046Z Compiling futures-channel v0.3.30
23792024-05-20T20:17:34.085Z Compiling futures-io v0.3.30
23802024-05-20T20:17:34.209Z Compiling futures-task v0.3.30
23812024-05-20T20:17:34.358Z Compiling pin-utils v0.1.0
23822024-05-20T20:17:34.400Z Compiling syn v1.0.109
23832024-05-20T20:17:34.471Z Compiling iana-time-zone v0.1.60
23842024-05-20T20:17:34.498Z Compiling tinyvec_macros v0.1.1
23852024-05-20T20:17:34.593Z Compiling tinyvec v1.6.0
23862024-05-20T20:17:34.654Z Compiling semver v1.0.23
23872024-05-20T20:17:34.867Z Compiling unicode-bidi v0.3.15
23882024-05-20T20:17:35.169Z Compiling schemars v0.8.19
23892024-05-20T20:17:35.195Z Compiling cpufeatures v0.2.12
23902024-05-20T20:17:35.220Z Compiling dyn-clone v1.0.17
23912024-05-20T20:17:35.295Z Compiling percent-encoding v2.3.1
23922024-05-20T20:17:35.319Z Compiling spin v0.9.8
23932024-05-20T20:17:35.412Z Compiling ppv-lite86 v0.2.17
23942024-05-20T20:17:35.502Z Compiling tracing-core v0.1.32
23952024-05-20T20:17:35.632Z Compiling powerfmt v0.2.0
23962024-05-20T20:17:35.682Z Compiling num-conv v0.1.0
23972024-05-20T20:17:35.818Z Compiling unicode-normalization v0.1.23
23982024-05-20T20:17:35.931Z Compiling time-core v0.1.2
23992024-05-20T20:17:35.988Z Compiling deranged v0.3.11
24002024-05-20T20:17:36.043Z Compiling form_urlencoded v1.2.1
24012024-05-20T20:17:36.097Z Compiling time-macros v0.2.18
24022024-05-20T20:17:36.140Z Compiling ring v0.17.8
24032024-05-20T20:17:36.345Z Compiling num_threads v0.1.7
24042024-05-20T20:17:36.488Z Compiling rand_chacha v0.3.1
24052024-05-20T20:17:36.737Z Compiling aho-corasick v1.1.3
24062024-05-20T20:17:36.761Z Compiling regex-syntax v0.8.3
24072024-05-20T20:17:37.603Z Compiling rand v0.8.5
24082024-05-20T20:17:37.968Z Compiling idna v0.5.0
24092024-05-20T20:17:39.073Z Compiling serde_derive_internals v0.29.1
24102024-05-20T20:17:39.419Z Compiling time v0.3.36
24112024-05-20T20:17:39.521Z Compiling slog v2.7.0
24122024-05-20T20:17:40.035Z Compiling regex-automata v0.4.6
24132024-05-20T20:17:40.069Z Compiling httparse v1.8.0
24142024-05-20T20:17:40.548Z Compiling url v2.5.0
24152024-05-20T20:17:41.466Z Compiling spin v0.5.2
24162024-05-20T20:17:41.529Z Compiling untrusted v0.9.0
24172024-05-20T20:17:42.338Z Compiling pkg-config v0.3.30
24182024-05-20T20:17:42.386Z Compiling vcpkg v0.2.15
24192024-05-20T20:17:42.680Z Compiling heck v0.4.1
24202024-05-20T20:17:43.084Z Compiling adler v1.0.2
24212024-05-20T20:17:43.284Z Compiling miniz_oxide v0.7.2
24222024-05-20T20:17:43.601Z Compiling lazy_static v1.4.0
24232024-05-20T20:17:43.712Z Compiling backtrace v0.3.71
24242024-05-20T20:17:44.031Z Compiling unicode-width v0.1.12
24252024-05-20T20:17:44.160Z Compiling gimli v0.28.1
24262024-05-20T20:17:44.218Z Compiling try-lock v0.2.5
24272024-05-20T20:17:44.267Z Compiling openssl-sys v0.9.102
24282024-05-20T20:17:44.366Z Compiling httpdate v1.0.3
24292024-05-20T20:17:44.558Z Compiling serde_derive v1.0.202
24302024-05-20T20:17:44.614Z Compiling zeroize_derive v1.4.2
24312024-05-20T20:17:44.757Z Compiling thiserror-impl v1.0.60
24322024-05-20T20:17:44.965Z Compiling zerocopy-derive v0.7.34
24332024-05-20T20:17:45.131Z Compiling tokio-macros v2.2.0
24342024-05-20T20:17:45.983Z Compiling zeroize v1.7.0
24352024-05-20T20:17:46.595Z Compiling futures-macro v0.3.30
24362024-05-20T20:17:46.975Z Compiling zerocopy v0.7.34
24372024-05-20T20:17:47.224Z Compiling schemars_derive v0.8.19
24382024-05-20T20:17:47.542Z Compiling crypto-common v0.1.6
24392024-05-20T20:17:47.660Z Compiling block-buffer v0.10.4
24402024-05-20T20:17:47.758Z Compiling tracing-attributes v0.1.27
24412024-05-20T20:17:47.904Z Compiling digest v0.10.7
24422024-05-20T20:17:48.288Z Compiling regex v1.10.4
24432024-05-20T20:17:48.333Z Compiling async-trait v0.1.80
24442024-05-20T20:17:48.372Z Compiling futures-util v0.3.30
24452024-05-20T20:17:48.701Z Compiling hashbrown v0.14.5
24462024-05-20T20:17:49.386Z Compiling addr2line v0.21.0
24472024-05-20T20:17:49.924Z Compiling want v0.3.1
24482024-05-20T20:17:49.962Z Compiling object v0.32.2
24492024-05-20T20:17:50.115Z Compiling rustc-demangle v0.1.24
24502024-05-20T20:17:50.188Z Compiling openssl v0.10.64
24512024-05-20T20:17:50.527Z Compiling ipnet v2.9.0
24522024-05-20T20:17:50.787Z Compiling tower-service v0.3.2
24532024-05-20T20:17:50.895Z Compiling anyhow v1.0.83
24542024-05-20T20:17:50.919Z Compiling foreign-types-shared v0.1.1
24552024-05-20T20:17:50.945Z Compiling base64 v0.21.7
24562024-05-20T20:17:51.015Z Compiling mime v0.3.17
24572024-05-20T20:17:51.072Z Compiling tracing v0.1.40
24582024-05-20T20:17:51.536Z Compiling foreign-types v0.3.2
24592024-05-20T20:17:51.602Z Compiling openssl-macros v0.1.1
24602024-05-20T20:17:51.627Z Compiling rustls v0.21.12
24612024-05-20T20:17:51.652Z Compiling base64ct v1.6.0
24622024-05-20T20:17:51.652Z Compiling crossbeam-utils v0.8.19
24632024-05-20T20:17:51.857Z Compiling heck v0.5.0
24642024-05-20T20:17:52.120Z Compiling winnow v0.5.40
24652024-05-20T20:17:52.146Z Compiling native-tls v0.2.11
24662024-05-20T20:17:52.302Z Compiling rustls-webpki v0.101.7
24672024-05-20T20:17:52.327Z Compiling sct v0.7.1
24682024-05-20T20:17:52.467Z Compiling cookie v0.17.0
24692024-05-20T20:17:52.603Z Compiling openssl-probe v0.1.5
24702024-05-20T20:17:52.739Z Compiling ucd-trie v0.1.6
24712024-05-20T20:17:52.767Z Compiling rustix v0.38.34
24722024-05-20T20:17:52.969Z Compiling pest v2.7.10
24732024-05-20T20:17:53.287Z Compiling futures-executor v0.3.30
24742024-05-20T20:17:53.513Z Compiling futures v0.3.30
24752024-05-20T20:17:53.781Z Compiling idna v0.3.0
24762024-05-20T20:17:53.966Z Compiling errno v0.3.9
24772024-05-20T20:17:54.183Z Compiling encoding_rs v0.8.34
24782024-05-20T20:17:54.757Z Compiling data-encoding v2.6.0
24792024-05-20T20:17:55.133Z Compiling rustversion v1.0.17
24802024-05-20T20:17:55.234Z Compiling psl-types v2.0.11
24812024-05-20T20:17:55.442Z Compiling publicsuffix v2.2.3
24822024-05-20T20:17:55.705Z Compiling pest_meta v2.7.10
24832024-05-20T20:17:55.984Z Compiling hmac v0.12.1
24842024-05-20T20:17:56.608Z Compiling bytes v1.6.0
24852024-05-20T20:17:56.751Z Compiling indexmap v2.2.6
24862024-05-20T20:17:56.994Z Compiling uuid v1.8.0
24872024-05-20T20:17:57.628Z Compiling tokio v1.37.0
24882024-05-20T20:17:57.653Z Compiling chrono v0.4.38
24892024-05-20T20:17:57.930Z Compiling bitflags v2.5.0
24902024-05-20T20:17:58.313Z Compiling http v0.2.12
24912024-05-20T20:17:58.383Z Compiling serde_tokenstream v0.2.0
24922024-05-20T20:17:58.772Z Compiling serde_spanned v0.6.6
24932024-05-20T20:17:58.845Z Compiling toml_datetime v0.6.6
24942024-05-20T20:17:59.278Z Compiling toml_edit v0.19.15
24952024-05-20T20:18:00.405Z Compiling http-body v0.4.6
24962024-05-20T20:18:00.747Z Compiling serde_urlencoded v0.7.1
24972024-05-20T20:18:00.801Z Compiling scroll_derive v0.12.0
24982024-05-20T20:18:01.049Z Compiling cookie_store v0.20.0
24992024-05-20T20:18:01.200Z Compiling openapiv3 v2.0.0
25002024-05-20T20:18:01.691Z Compiling pest_generator v2.7.10
25012024-05-20T20:18:02.074Z Compiling scroll v0.12.0
25022024-05-20T20:18:02.546Z Compiling rustls-pemfile v1.0.4
25032024-05-20T20:18:02.927Z Compiling plain v0.2.3
25042024-05-20T20:18:03.076Z Compiling bitflags v1.3.2
25052024-05-20T20:18:03.122Z Compiling webpki-roots v0.25.4
25062024-05-20T20:18:03.175Z Compiling sync_wrapper v0.1.2
25072024-05-20T20:18:03.270Z Compiling strsim v0.11.1
25082024-05-20T20:18:03.304Z Compiling pest_derive v2.7.10
25092024-05-20T20:18:03.330Z Compiling goblin v0.8.2
25102024-05-20T20:18:03.715Z Compiling rustc_version v0.4.0
25112024-05-20T20:18:04.111Z Compiling pem-rfc7468 v0.7.0
25122024-05-20T20:18:04.428Z Compiling tokio-util v0.7.11
25132024-05-20T20:18:04.626Z Compiling tokio-native-tls v0.3.1
25142024-05-20T20:18:04.820Z Compiling tokio-rustls v0.24.1
25152024-05-20T20:18:04.881Z Compiling block-padding v0.3.3
25162024-05-20T20:18:04.906Z Compiling der_derive v0.7.2
25172024-05-20T20:18:05.111Z Compiling usdt-impl v0.5.0
25182024-05-20T20:18:05.186Z Compiling pretty-hex v0.4.1
25192024-05-20T20:18:05.384Z Compiling h2 v0.3.26
25202024-05-20T20:18:05.426Z Compiling flagset v0.4.5
25212024-05-20T20:18:05.622Z Compiling inout v0.1.3
25222024-05-20T20:18:05.752Z Compiling dtrace-parser v0.2.0
25232024-05-20T20:18:05.869Z Compiling thread-id v4.2.1
25242024-05-20T20:18:05.991Z Compiling cipher v0.4.4
25252024-05-20T20:18:06.121Z Compiling sha2 v0.10.8
25262024-05-20T20:18:06.299Z Compiling either v1.12.0
25272024-05-20T20:18:06.456Z Compiling ff v0.13.0
25282024-05-20T20:18:06.659Z Compiling base16ct v0.2.0
25292024-05-20T20:18:06.684Z Compiling stable_deref_trait v1.2.0
25302024-05-20T20:18:06.778Z Compiling group v0.13.0
25312024-05-20T20:18:06.940Z Compiling hkdf v0.12.4
25322024-05-20T20:18:07.065Z Compiling crossbeam-epoch v0.9.18
25332024-05-20T20:18:07.090Z Compiling der v0.7.9
25342024-05-20T20:18:07.179Z Compiling crypto-bigint v0.5.5
25352024-05-20T20:18:07.644Z Compiling num-integer v0.1.46
25362024-05-20T20:18:07.757Z Compiling memmap v0.7.0
25372024-05-20T20:18:08.070Z Compiling dof v0.3.0
25382024-05-20T20:18:08.330Z Compiling crc32fast v1.4.0
25392024-05-20T20:18:08.921Z Compiling spki v0.7.3
25402024-05-20T20:18:09.263Z Compiling pkcs8 v0.10.2
25412024-05-20T20:18:09.800Z Compiling sec1 v0.7.3
25422024-05-20T20:18:10.080Z Compiling winnow v0.6.8
25432024-05-20T20:18:10.160Z Compiling managed v0.8.0
25442024-05-20T20:18:10.305Z Compiling elliptic-curve v0.13.8
25452024-05-20T20:18:10.330Z Compiling unicode-segmentation v1.11.0
25462024-05-20T20:18:10.614Z Compiling toml v0.7.8
25472024-05-20T20:18:10.732Z Compiling hex v0.4.3
25482024-05-20T20:18:11.041Z Compiling utf8parse v0.2.1
25492024-05-20T20:18:11.101Z Compiling matches v0.1.10
25502024-05-20T20:18:11.199Z Compiling hyper v0.14.28
25512024-05-20T20:18:11.223Z Compiling anstyle v1.0.7
25522024-05-20T20:18:11.328Z Compiling idna v0.2.3
25532024-05-20T20:18:11.692Z Compiling anstyle-parse v0.2.4
25542024-05-20T20:18:11.995Z Compiling ipnetwork v0.20.0
25552024-05-20T20:18:12.153Z Compiling enum-as-inner v0.5.1
25562024-05-20T20:18:12.265Z Compiling usdt-attr-macro v0.5.0
25572024-05-20T20:18:12.310Z Compiling usdt-macro v0.5.0
25582024-05-20T20:18:12.695Z Compiling colorchoice v1.0.1
25592024-05-20T20:18:12.778Z Compiling anstyle-query v1.0.3
25602024-05-20T20:18:12.856Z Compiling siphasher v0.3.11
25612024-05-20T20:18:12.901Z Compiling is_terminal_polyfill v1.70.0
25622024-05-20T20:18:13.027Z Compiling toml_edit v0.22.13
25632024-05-20T20:18:13.082Z Compiling bit-vec v0.6.3
25642024-05-20T20:18:13.192Z Compiling trust-dns-proto v0.22.0
25652024-05-20T20:18:13.258Z Compiling anstream v0.6.14
25662024-05-20T20:18:13.474Z Compiling flate2 v1.0.30
25672024-05-20T20:18:13.635Z Compiling num-bigint v0.4.5
25682024-05-20T20:18:13.728Z Compiling usdt v0.5.0
25692024-05-20T20:18:13.905Z Compiling heapless v0.7.17
25702024-05-20T20:18:14.253Z Compiling terminal_size v0.3.0
25712024-05-20T20:18:14.340Z Compiling regress v0.9.1
25722024-05-20T20:18:14.365Z Compiling finl_unicode v1.2.0
25732024-05-20T20:18:14.451Z Compiling signal-hook v0.3.17
25742024-05-20T20:18:14.476Z Compiling clap_lex v0.7.0
25752024-05-20T20:18:14.718Z Compiling clap_builder v4.5.2
25762024-05-20T20:18:14.864Z Compiling stringprep v0.1.4
25772024-05-20T20:18:14.986Z Compiling itertools v0.10.5
25782024-05-20T20:18:15.827Z Compiling clap_derive v4.5.4
25792024-05-20T20:18:17.343Z Compiling hyper-rustls v0.24.2
25802024-05-20T20:18:17.652Z Compiling hyper-tls v0.5.0
25812024-05-20T20:18:17.961Z Compiling reqwest v0.11.27
25822024-05-20T20:18:18.398Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
25832024-05-20T20:18:19.688Z Compiling yasna v0.5.2
25842024-05-20T20:18:19.874Z Compiling md-5 v0.10.6
25852024-05-20T20:18:20.102Z Compiling hash32 v0.2.1
25862024-05-20T20:18:20.176Z Compiling fallible-iterator v0.2.0
25872024-05-20T20:18:20.221Z Compiling smoltcp v0.9.1
25882024-05-20T20:18:20.451Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25892024-05-20T20:18:20.768Z Compiling postgres-protocol v0.6.6
25902024-05-20T20:18:21.166Z Compiling clap v4.5.4
25912024-05-20T20:18:21.280Z Compiling phf_shared v0.11.2
25922024-05-20T20:18:21.631Z Compiling tokio-stream v0.1.15
25932024-05-20T20:18:21.911Z Compiling hubpack_derive v0.1.1
25942024-05-20T20:18:21.939Z Compiling zerocopy-derive v0.6.6
25952024-05-20T20:18:22.148Z Compiling diesel_table_macro_syntax v0.1.0
25962024-05-20T20:18:22.451Z Compiling scheduled-thread-pool v0.2.7
25972024-05-20T20:18:22.505Z Compiling fs-err v2.11.0
25982024-05-20T20:18:22.619Z Compiling fixedbitset v0.4.2
25992024-05-20T20:18:22.744Z Compiling hubpack v0.1.2
26002024-05-20T20:18:22.800Z Compiling r2d2 v0.8.10
26012024-05-20T20:18:22.929Z Compiling petgraph v0.6.5
26022024-05-20T20:18:23.017Z Compiling diesel_derives v2.1.4
26032024-05-20T20:18:23.122Z Compiling signal-hook-mio v0.2.3
26042024-05-20T20:18:23.160Z Compiling phf v0.11.2
26052024-05-20T20:18:23.276Z Compiling postgres-types v0.2.6
26062024-05-20T20:18:23.659Z Compiling phf_shared v0.10.0
26072024-05-20T20:18:23.836Z Compiling zerocopy v0.6.6
26082024-05-20T20:18:24.067Z Compiling similar v2.5.0
26092024-05-20T20:18:24.561Z Compiling num-iter v0.1.45
26102024-05-20T20:18:24.643Z Compiling strum_macros v0.25.3
26112024-05-20T20:18:24.730Z Compiling serde_repr v0.1.19
26122024-05-20T20:18:24.914Z Compiling getopts v0.2.21
26132024-05-20T20:18:25.774Z Compiling console v0.15.8
26142024-05-20T20:18:25.800Z Compiling float-cmp v0.9.0
26152024-05-20T20:18:25.991Z Compiling static_assertions v1.1.0
26162024-05-20T20:18:26.092Z Compiling precomputed-hash v0.1.1
26172024-05-20T20:18:26.146Z Compiling unsafe-libyaml v0.2.11
26182024-05-20T20:18:26.206Z Compiling minimal-lexical v0.2.1
26192024-05-20T20:18:26.309Z Compiling whoami v1.5.1
26202024-05-20T20:18:26.666Z Compiling normalize-line-endings v0.3.0
26212024-05-20T20:18:26.805Z Compiling new_debug_unreachable v1.0.6
26222024-05-20T20:18:26.897Z Compiling difflib v0.4.0
26232024-05-20T20:18:26.927Z Compiling predicates-core v1.0.6
26242024-05-20T20:18:27.083Z Compiling string_cache v0.8.7
26252024-05-20T20:18:27.243Z Compiling predicates v3.1.0
26262024-05-20T20:18:27.505Z Compiling serde_yaml v0.9.34+deprecated
26272024-05-20T20:18:27.757Z Compiling tokio-postgres v0.7.10
26282024-05-20T20:18:28.264Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
26292024-05-20T20:18:28.292Z Compiling nom v7.1.3
26302024-05-20T20:18:28.729Z Compiling crossterm v0.27.0
26312024-05-20T20:18:31.048Z Compiling bit-set v0.5.3
26322024-05-20T20:18:31.218Z Compiling itertools v0.12.1
26332024-05-20T20:18:31.299Z Compiling bstr v1.9.1
26342024-05-20T20:18:31.716Z Compiling lalrpop-util v0.19.12
26352024-05-20T20:18:31.947Z Compiling peg-runtime v0.8.3
26362024-05-20T20:18:32.032Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
26372024-05-20T20:18:32.058Z Compiling sha1 v0.10.6
26382024-05-20T20:18:32.418Z Compiling camino v1.1.7
26392024-05-20T20:18:32.443Z Compiling ident_case v1.0.1
26402024-05-20T20:18:32.529Z Compiling strum_macros v0.26.2
26412024-05-20T20:18:32.609Z Compiling darling_core v0.20.9
26422024-05-20T20:18:32.888Z Compiling dirs-sys-next v0.1.2
26432024-05-20T20:18:33.014Z Compiling base64 v0.22.1
26442024-05-20T20:18:33.447Z Compiling match_cfg v0.1.0
26452024-05-20T20:18:33.552Z Compiling hostname v0.3.1
26462024-05-20T20:18:33.709Z Compiling dirs-next v2.0.0
26472024-05-20T20:18:33.779Z Compiling toml v0.8.13
26482024-05-20T20:18:33.911Z Compiling http v1.1.0
26492024-05-20T20:18:33.937Z Compiling thread_local v1.1.8
26502024-05-20T20:18:33.964Z Compiling rustls-pki-types v1.7.0
26512024-05-20T20:18:34.889Z Compiling slog-async v2.8.0
26522024-05-20T20:18:34.918Z Compiling term v0.7.0
26532024-05-20T20:18:34.992Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
26542024-05-20T20:18:35.017Z Compiling crossbeam-channel v0.5.12
26552024-05-20T20:18:35.312Z Compiling is-terminal v0.4.12
26562024-05-20T20:18:35.433Z Compiling paste v1.0.15
26572024-05-20T20:18:35.890Z Compiling take_mut v0.2.2
26582024-05-20T20:18:35.915Z Compiling diesel v2.1.6
26592024-05-20T20:18:36.026Z Compiling rustls v0.22.4
26602024-05-20T20:18:36.084Z Compiling slog-term v2.9.1
26612024-05-20T20:18:36.139Z Compiling rustls-webpki v0.102.4
26622024-05-20T20:18:36.313Z Compiling multer v3.1.0
26632024-05-20T20:18:36.605Z Compiling instant v0.1.12
26642024-05-20T20:18:37.036Z Compiling strum v0.26.2
26652024-05-20T20:18:37.184Z Compiling slog-json v2.6.1
26662024-05-20T20:18:37.209Z Compiling async-stream-impl v0.3.5
26672024-05-20T20:18:37.523Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718)
26682024-05-20T20:18:37.790Z Compiling atomic-waker v1.1.2
26692024-05-20T20:18:37.905Z Compiling debug-ignore v1.0.5
26702024-05-20T20:18:37.971Z Compiling waitgroup v0.1.2
26712024-05-20T20:18:38.053Z Compiling slog-bunyan v2.5.0
26722024-05-20T20:18:38.198Z Compiling rustls-pemfile v2.1.2
26732024-05-20T20:18:38.243Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718)
26742024-05-20T20:18:38.416Z Compiling async-stream v0.3.5
26752024-05-20T20:18:38.626Z Compiling serde_path_to_error v0.1.16
26762024-05-20T20:18:38.712Z Compiling structmeta-derive v0.3.0
26772024-05-20T20:18:38.821Z Compiling darling_macro v0.20.9
26782024-05-20T20:18:38.950Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
26792024-05-20T20:18:39.046Z Compiling hostname v0.4.0
26802024-05-20T20:18:39.109Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
26812024-05-20T20:18:39.275Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
26822024-05-20T20:18:39.418Z Compiling newtype-uuid v1.1.0
26832024-05-20T20:18:39.561Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26842024-05-20T20:18:39.696Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26852024-05-20T20:18:39.782Z Compiling darling v0.20.9
26862024-05-20T20:18:39.896Z Compiling serde_with_macros v3.8.1
26872024-05-20T20:18:39.974Z Compiling backoff v0.4.0
26882024-05-20T20:18:40.211Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26892024-05-20T20:18:40.268Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26902024-05-20T20:18:40.299Z Compiling macaddr v1.0.1
26912024-05-20T20:18:40.356Z Compiling proc-macro-crate v1.3.1
26922024-05-20T20:18:40.431Z Compiling fastrand v2.1.0
26932024-05-20T20:18:40.715Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26942024-05-20T20:18:40.909Z Compiling tokio-rustls v0.25.0
26952024-05-20T20:18:41.044Z Compiling tempfile v3.10.1
26962024-05-20T20:18:41.281Z Compiling num_enum_derive v0.5.11
26972024-05-20T20:18:41.403Z Compiling structmeta v0.3.0
26982024-05-20T20:18:41.810Z Compiling parse-display-derive v0.9.0
26992024-05-20T20:18:41.835Z Compiling proc-macro-error-attr v1.0.4
27002024-05-20T20:18:42.168Z Compiling proc-macro-error v1.0.4
27012024-05-20T20:18:42.436Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27022024-05-20T20:18:42.576Z Compiling serde_with v3.8.1
27032024-05-20T20:18:43.699Z Compiling foreign-types-macros v0.2.3
27042024-05-20T20:18:43.765Z Compiling num_enum v0.5.11
27052024-05-20T20:18:43.990Z Compiling foreign-types-shared v0.3.1
27062024-05-20T20:18:44.118Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27072024-05-20T20:18:44.433Z Compiling heapless v0.8.0
27082024-05-20T20:18:45.021Z Compiling foreign-types v0.5.0
27092024-05-20T20:18:45.563Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27102024-05-20T20:18:45.853Z Compiling cstr-argument v0.1.2
27112024-05-20T20:18:45.886Z Compiling hash32 v0.3.1
27122024-05-20T20:18:46.142Z Compiling pretty-hex v0.2.1
27132024-05-20T20:18:46.167Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
27142024-05-20T20:18:46.191Z Compiling smoltcp v0.11.0
27152024-05-20T20:18:46.215Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27162024-05-20T20:18:46.260Z Compiling parse-display v0.9.0
27172024-05-20T20:18:46.313Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27182024-05-20T20:18:46.647Z Compiling camino-tempfile v1.1.1
27192024-05-20T20:18:46.725Z Compiling tabwriter v1.4.0
27202024-05-20T20:18:46.842Z Compiling colored v2.1.0
27212024-05-20T20:18:46.866Z Compiling socket2 v0.4.10
27222024-05-20T20:18:47.038Z Compiling cobs v0.2.3
27232024-05-20T20:18:47.173Z Compiling embedded-io v0.4.0
27242024-05-20T20:18:47.692Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
27252024-05-20T20:18:47.692Z Compiling postcard v1.0.8
27262024-05-20T20:18:47.692Z Compiling crucible-workspace-hack v0.1.0
27272024-05-20T20:18:47.692Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
27282024-05-20T20:18:47.692Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
27292024-05-20T20:18:47.743Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
27302024-05-20T20:18:47.786Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
27312024-05-20T20:18:48.083Z Compiling smf v0.2.3
27322024-05-20T20:18:48.145Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
27332024-05-20T20:18:48.425Z Compiling humantime v2.1.0
27342024-05-20T20:18:48.662Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
27352024-05-20T20:18:48.686Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
27362024-05-20T20:18:48.864Z Compiling num-derive v0.4.2
27372024-05-20T20:18:49.128Z Compiling sigpipe v0.1.3
27382024-05-20T20:18:49.250Z Compiling utf-8 v0.7.6
27392024-05-20T20:18:49.275Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
27402024-05-20T20:18:49.541Z Compiling atty v0.2.14
27412024-05-20T20:18:49.639Z Compiling semver v0.1.20
27422024-05-20T20:18:49.673Z Compiling same-file v1.0.6
27432024-05-20T20:18:49.880Z Compiling platforms v3.4.0
27442024-05-20T20:18:49.973Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
27452024-05-20T20:18:50.196Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
27462024-05-20T20:18:50.393Z Compiling rayon-core v1.12.1
27472024-05-20T20:18:50.694Z Compiling curve25519-dalek v4.1.2
27482024-05-20T20:18:50.889Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
27492024-05-20T20:18:51.249Z Compiling rustc_version v0.1.7
27502024-05-20T20:18:51.504Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
27512024-05-20T20:18:51.530Z Compiling walkdir v2.5.0
27522024-05-20T20:18:51.677Z Compiling newline-converter v0.3.0
27532024-05-20T20:18:51.702Z Compiling crossbeam-deque v0.8.5
27542024-05-20T20:18:51.741Z Compiling universal-hash v0.5.1
27552024-05-20T20:18:51.826Z Compiling opaque-debug v0.3.1
27562024-05-20T20:18:51.917Z Compiling expectorate v1.1.0
27572024-05-20T20:18:51.942Z Compiling newtype_derive v0.1.6
27582024-05-20T20:18:52.059Z Compiling tungstenite v0.20.1
27592024-05-20T20:18:52.084Z Compiling xattr v1.3.1
27602024-05-20T20:18:52.172Z Compiling signature v2.2.0
27612024-05-20T20:18:52.213Z Compiling curve25519-dalek-derive v0.1.1
27622024-05-20T20:18:52.330Z Compiling ring v0.16.20
27632024-05-20T20:18:52.431Z Compiling blake3 v1.5.1
27642024-05-20T20:18:52.963Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
27652024-05-20T20:18:53.027Z Compiling filetime v0.2.23
27662024-05-20T20:18:53.284Z Compiling unicase v2.7.0
27672024-05-20T20:18:53.320Z Compiling getrandom v0.1.16
27682024-05-20T20:18:53.527Z Compiling termcolor v1.4.1
27692024-05-20T20:18:53.551Z Compiling linked-hash-map v0.5.6
27702024-05-20T20:18:53.607Z Compiling convert_case v0.4.0
27712024-05-20T20:18:53.848Z Compiling quick-error v1.2.3
27722024-05-20T20:18:53.873Z Compiling arc-swap v1.7.1
27732024-05-20T20:18:53.956Z Compiling lru-cache v0.1.2
27742024-05-20T20:18:53.994Z Compiling env_logger v0.9.3
27752024-05-20T20:18:54.022Z Compiling resolv-conf v0.7.0
27762024-05-20T20:18:54.324Z Compiling slog-scope v4.4.0
27772024-05-20T20:18:54.473Z Compiling derive_more v0.99.17
27782024-05-20T20:18:54.700Z Compiling tar v0.4.40
27792024-05-20T20:18:55.173Z Compiling tokio-tungstenite v0.20.1
27802024-05-20T20:18:55.198Z Compiling rayon v1.10.0
27812024-05-20T20:18:55.661Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27822024-05-20T20:18:56.051Z Compiling password-hash v0.5.0
27832024-05-20T20:18:56.464Z Compiling blake2 v0.10.6
27842024-05-20T20:18:56.804Z Compiling bitstruct_derive v0.1.0
27852024-05-20T20:18:56.979Z Compiling derive-where v1.2.7
27862024-05-20T20:18:57.571Z Compiling memmap2 v0.9.4
27872024-05-20T20:18:57.945Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27882024-05-20T20:18:58.048Z Compiling untrusted v0.7.1
27892024-05-20T20:18:58.080Z Compiling home v0.5.9
27902024-05-20T20:18:58.246Z Compiling constant_time_eq v0.3.0
27912024-05-20T20:18:58.303Z Compiling arrayref v0.3.7
27922024-05-20T20:18:58.388Z Compiling parking_lot_core v0.8.6
27932024-05-20T20:18:58.412Z Compiling arrayvec v0.7.4
27942024-05-20T20:18:58.773Z Compiling libefi-sys v0.1.0
27952024-05-20T20:18:58.798Z Compiling ascii v1.1.0
27962024-05-20T20:18:59.364Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
27972024-05-20T20:19:00.069Z Compiling toolchain_find v0.4.0
27982024-05-20T20:19:00.486Z Compiling bitstruct v0.1.1
27992024-05-20T20:19:00.601Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28002024-05-20T20:19:00.632Z Compiling argon2 v0.5.3
28012024-05-20T20:19:00.658Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28022024-05-20T20:19:00.949Z Compiling slog-stdlog v4.1.1
28032024-05-20T20:19:01.037Z Compiling trust-dns-resolver v0.22.0
28042024-05-20T20:19:01.469Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
28052024-05-20T20:19:01.613Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28062024-05-20T20:19:01.822Z Compiling num-rational v0.4.2
28072024-05-20T20:19:01.861Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28082024-05-20T20:19:02.241Z Compiling erased-serde v0.3.31
28092024-05-20T20:19:02.332Z Compiling serde_arrays v0.1.0
28102024-05-20T20:19:02.373Z Compiling rfc6979 v0.4.0
28112024-05-20T20:19:02.499Z Compiling aead v0.5.2
28122024-05-20T20:19:02.567Z Compiling num-complex v0.4.6
28132024-05-20T20:19:02.836Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
28142024-05-20T20:19:03.190Z Compiling nibble_vec v0.1.0
28152024-05-20T20:19:03.217Z Compiling slog-dtrace v0.3.0
28162024-05-20T20:19:03.388Z Compiling cancel-safe-futures v0.1.5
28172024-05-20T20:19:03.477Z Compiling keccak v0.1.5
28182024-05-20T20:19:03.477Z Compiling topological-sort v0.2.2
28192024-05-20T20:19:03.502Z Compiling endian-type v0.1.2
28202024-05-20T20:19:03.592Z Compiling num v0.4.3
28212024-05-20T20:19:03.686Z Compiling radix_trie v0.2.1
28222024-05-20T20:19:03.713Z Compiling omicron-zone-package v0.11.0
28232024-05-20T20:19:03.738Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28242024-05-20T20:19:03.764Z Compiling sha3 v0.10.8
28252024-05-20T20:19:04.379Z Compiling ecdsa v0.16.9
28262024-05-20T20:19:04.442Z Compiling mime_guess v2.0.4
28272024-05-20T20:19:04.669Z Compiling rand_core v0.5.1
28282024-05-20T20:19:05.053Z Compiling slog-envlogger v2.2.0
28292024-05-20T20:19:05.096Z Compiling steno v0.4.0
28302024-05-20T20:19:05.510Z Compiling rustfmt-wrapper v0.2.1
28312024-05-20T20:19:06.237Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28322024-05-20T20:19:06.300Z Compiling poly1305 v0.8.0
28332024-05-20T20:19:06.350Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
28342024-05-20T20:19:06.628Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28352024-05-20T20:19:06.717Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28362024-05-20T20:19:07.003Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28372024-05-20T20:19:07.277Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28382024-05-20T20:19:07.720Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28392024-05-20T20:19:07.749Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28402024-05-20T20:19:08.018Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28412024-05-20T20:19:08.244Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28422024-05-20T20:19:08.589Z Compiling primeorder v0.13.6
28432024-05-20T20:19:08.718Z Compiling heck v0.3.3
28442024-05-20T20:19:08.743Z Compiling chacha20 v0.9.1
28452024-05-20T20:19:09.055Z Compiling thiserror-impl-no-std v2.0.2
28462024-05-20T20:19:09.092Z Compiling secrecy v0.8.0
28472024-05-20T20:19:09.184Z Compiling half v2.4.1
28482024-05-20T20:19:09.303Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
28492024-05-20T20:19:09.328Z Compiling ciborium-io v0.2.2
28502024-05-20T20:19:09.440Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
28512024-05-20T20:19:09.465Z Compiling option-ext v0.2.0
28522024-05-20T20:19:09.590Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
28532024-05-20T20:19:09.676Z Compiling ciborium-ll v0.2.2
28542024-05-20T20:19:09.724Z Compiling dirs-sys v0.4.1
28552024-05-20T20:19:09.879Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
28562024-05-20T20:19:10.047Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28572024-05-20T20:19:10.279Z Compiling zone_cfg_derive v0.1.2
28582024-05-20T20:19:10.424Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28592024-05-20T20:19:11.146Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
28602024-05-20T20:19:11.489Z Compiling parking_lot v0.11.2
28612024-05-20T20:19:11.631Z Compiling rand_chacha v0.2.2
28622024-05-20T20:19:11.727Z Compiling trust-dns-client v0.22.0
28632024-05-20T20:19:11.795Z Compiling thiserror-no-std v2.0.2
28642024-05-20T20:19:12.420Z Compiling ed25519 v2.2.3
28652024-05-20T20:19:12.807Z Compiling polyval v0.6.2
28662024-05-20T20:19:12.841Z Compiling tungstenite v0.21.0
28672024-05-20T20:19:12.870Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28682024-05-20T20:19:13.024Z Compiling aes v0.8.4
28692024-05-20T20:19:13.175Z Compiling blowfish v0.9.1
28702024-05-20T20:19:13.257Z Compiling ctr v0.9.2
28712024-05-20T20:19:13.568Z Compiling libsw v3.3.1
28722024-05-20T20:19:13.593Z Compiling toml v0.5.11
28732024-05-20T20:19:13.849Z Compiling password-hash v0.4.2
28742024-05-20T20:19:14.282Z Compiling pbkdf2 v0.12.2
28752024-05-20T20:19:14.435Z Compiling gethostname v0.4.3
28762024-05-20T20:19:14.663Z Compiling fxhash v0.2.1
28772024-05-20T20:19:14.688Z Compiling base64 v0.13.1
28782024-05-20T20:19:14.713Z Compiling owo-colors v4.0.0
28792024-05-20T20:19:14.852Z Compiling swrite v0.1.0
28802024-05-20T20:19:14.972Z Compiling linear-map v1.2.0
28812024-05-20T20:19:15.191Z Compiling ron v0.7.1
28822024-05-20T20:19:15.247Z Compiling trust-dns-server v0.22.1
28832024-05-20T20:19:15.280Z Compiling sled v0.34.7
28842024-05-20T20:19:16.454Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28852024-05-20T20:19:16.662Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28862024-05-20T20:19:17.119Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28872024-05-20T20:19:19.511Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28882024-05-20T20:19:20.282Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28892024-05-20T20:19:20.909Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28902024-05-20T20:19:22.381Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28912024-05-20T20:19:22.946Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
28922024-05-20T20:19:23.107Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28932024-05-20T20:19:23.132Z Compiling bcrypt-pbkdf v0.10.0
28942024-05-20T20:19:23.667Z Compiling pbkdf2 v0.11.0
28952024-05-20T20:19:23.692Z Compiling tokio-tungstenite v0.21.0
28962024-05-20T20:19:24.084Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28972024-05-20T20:19:24.247Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28982024-05-20T20:19:24.277Z Compiling ghash v0.5.1
28992024-05-20T20:19:24.467Z Compiling ed25519-dalek v2.1.1
29002024-05-20T20:19:24.751Z Compiling rand v0.7.3
29012024-05-20T20:19:25.159Z Compiling vsss-rs v3.3.4
29022024-05-20T20:19:25.419Z Compiling zone v0.1.8
29032024-05-20T20:19:25.700Z Compiling ciborium v0.2.2
29042024-05-20T20:19:26.162Z Compiling dirs v5.0.1
29052024-05-20T20:19:26.870Z Compiling chacha20poly1305 v0.10.1
29062024-05-20T20:19:26.951Z Compiling p256 v0.13.2
29072024-05-20T20:19:27.070Z Compiling p521 v0.13.3
29082024-05-20T20:19:27.689Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29092024-05-20T20:19:27.978Z Compiling pem v3.0.4
29102024-05-20T20:19:28.415Z Compiling cbc v0.1.2
29112024-05-20T20:19:28.635Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
29122024-05-20T20:19:28.661Z Compiling headers-core v0.2.0
29132024-05-20T20:19:28.815Z Compiling kstat-rs v0.2.3
29142024-05-20T20:19:28.900Z Compiling portpicker v0.1.1
29152024-05-20T20:19:29.017Z Compiling nanorand v0.7.0
29162024-05-20T20:19:29.044Z Compiling russh-cryptovec v0.7.2
29172024-05-20T20:19:29.193Z Compiling http-range v0.1.5
29182024-05-20T20:19:29.304Z Compiling md5 v0.7.0
29192024-05-20T20:19:29.406Z Compiling glob v0.3.1
29202024-05-20T20:19:29.506Z Compiling hyper-staticfile v0.9.5
29212024-05-20T20:19:29.531Z Compiling russh-keys v0.43.0
29222024-05-20T20:19:29.555Z Compiling flume v0.11.0
29232024-05-20T20:19:29.724Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29242024-05-20T20:19:30.127Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29252024-05-20T20:19:30.240Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
29262024-05-20T20:19:30.353Z Compiling headers v0.3.9
29272024-05-20T20:19:32.076Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
29282024-05-20T20:19:33.126Z Compiling rcgen v0.12.1
29292024-05-20T20:19:33.504Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29302024-05-20T20:19:34.586Z Compiling aes-gcm v0.10.3
29312024-05-20T20:19:34.841Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29322024-05-20T20:19:35.734Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29332024-05-20T20:19:36.180Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29342024-05-20T20:19:36.439Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
29352024-05-20T20:19:37.791Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29362024-05-20T20:19:37.818Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
29372024-05-20T20:19:39.578Z Compiling atomicwrites v0.4.3
29382024-05-20T20:19:39.881Z Compiling subprocess v0.2.9
29392024-05-20T20:19:41.615Z Compiling display-error-chain v0.2.0
29402024-05-20T20:19:41.716Z Compiling hex-literal v0.4.1
29412024-05-20T20:19:41.790Z Compiling dhcproto-macros v0.1.0
29422024-05-20T20:19:41.860Z Compiling russh v0.43.0
29432024-05-20T20:19:41.885Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29442024-05-20T20:19:42.621Z Compiling dhcproto v0.11.0
29452024-05-20T20:19:43.665Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29462024-05-20T20:19:44.215Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29472024-05-20T20:19:44.605Z Compiling internet-checksum v0.2.1
29482024-05-20T20:19:45.476Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29492024-05-20T20:19:46.873Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29502024-05-20T20:20:13.070Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29512024-05-20T20:21:08.158Z Finished dev [unoptimized + debuginfo] target(s) in 3m 39s
29522024-05-20T20:21:08.264Z
29532024-05-20T20:21:08.265Zreal 3:39.318975286
29542024-05-20T20:21:08.265Zuser 17:31.972831011
29552024-05-20T20:21:08.265Zsys 4:10.500466230
29562024-05-20T20:21:08.290Ztrap 0.564921035
29572024-05-20T20:21:08.291Ztflt 0.246102569
29582024-05-20T20:21:08.291Zdflt 2.245843171
29592024-05-20T20:21:08.291Zkflt 0.000194511
29602024-05-20T20:21:08.291Zlock 37:14.245460731
29612024-05-20T20:21:08.291Zslp 50:20.109149097
29622024-05-20T20:21:08.291Zlat 1:02.305705897
29632024-05-20T20:21:08.291Zstop 2:09.293454813
29642024-05-20T20:21:08.291Z+ mkdir tests
29652024-05-20T20:21:08.291Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29662024-05-20T20:21:08.291Z+ xargs -I '{}' -t cp '{}' tests/
29672024-05-20T20:21:08.317Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-d9caab43602819e6 tests/
29682024-05-20T20:21:08.345Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-562ff04add60b960 tests/
29692024-05-20T20:21:08.374Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-1ebd58e5c16d1891 tests/
29702024-05-20T20:21:08.404Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-fa93711239d79f99 tests/
29712024-05-20T20:21:08.760Z+ 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/*)
29722024-05-20T20:21:08.760Z+ 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-562ff04add60b960 tests/commtest-1ebd58e5c16d1891 tests/dhcp_server-d9caab43602819e6 tests/end_to_end_tests-fa93711239d79f99 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
29732024-05-20T20:22:26.561ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29742024-05-20T20:22:26.561Za out/target/test 1K
29752024-05-20T20:22:26.562Za out/npuzone/npuzone 23144K
29762024-05-20T20:22:26.562Za package-manifest.toml 27K
29772024-05-20T20:22:26.562Za smf/sled-agent/non-gimlet/config.toml 4K
29782024-05-20T20:22:26.562Za target/release/omicron-package 31628K
29792024-05-20T20:22:26.562Za target/release/xtask 6668K
29802024-05-20T20:22:26.562Za target/debug/bootstrap 347651K
29812024-05-20T20:22:26.562Za tests/bootstrap-562ff04add60b960 24009K
29822024-05-20T20:22:26.562Za tests/commtest-1ebd58e5c16d1891 24009K
29832024-05-20T20:22:26.562Za tests/dhcp_server-d9caab43602819e6 24009K
29842024-05-20T20:22:26.562Za tests/end_to_end_tests-fa93711239d79f99 357694K
29852024-05-20T20:22:26.563Za out/clickhouse.tar.gz 222814K
29862024-05-20T20:22:26.563Za out/clickhouse_keeper.tar.gz 222802K
29872024-05-20T20:22:26.563Za out/cockroachdb.tar.gz 120777K
29882024-05-20T20:22:26.563Za out/crucible-pantry-zone.tar.gz 27188K
29892024-05-20T20:22:26.563Za out/crucible-zone.tar.gz 37954K
29902024-05-20T20:22:26.563Za out/external-dns.tar.gz 24841K
29912024-05-20T20:22:26.563Za out/internal-dns.tar.gz 24841K
29922024-05-20T20:22:26.563Za out/mg-ddm-gz.tar 60398K
29932024-05-20T20:22:26.563Za out/nexus.tar.gz 81282K
29942024-05-20T20:22:26.564Za out/ntp.tar.gz 8746K
29952024-05-20T20:22:26.564Za out/omicron-gateway-softnpu.tar.gz 14446K
29962024-05-20T20:22:26.564Za out/omicron-sled-agent.tar 92208K
29972024-05-20T20:22:26.564Za out/overlay.tar.gz 3K
29982024-05-20T20:22:26.564Za out/oximeter.tar.gz 39986K
29992024-05-20T20:22:26.564Za out/oxlog.tar 2898K
30002024-05-20T20:22:26.565Za out/probe.tar.gz 2764K
30012024-05-20T20:22:26.565Za out/propolis-server.tar.gz 65435K
30022024-05-20T20:22:26.565Za out/pumpkind-gz.tar 26665K
30032024-05-20T20:22:26.565Za out/switch-softnpu.tar.gz 194947K
30042024-05-20T20:22:26.593Z
30052024-05-20T20:22:26.593Zreal 1:17.797404897
30062024-05-20T20:22:26.593Zuser 1:11.694611754
30072024-05-20T20:22:26.593Zsys 7.834124396
30082024-05-20T20:22:26.593Ztrap 0.024347882
30092024-05-20T20:22:26.593Ztflt 0.000000000
30102024-05-20T20:22:26.593Zdflt 0.000000000
30112024-05-20T20:22:26.593Zkflt 0.000000000
30122024-05-20T20:22:26.594Zlock 0.000000000
30132024-05-20T20:22:26.594Zslp 1:11.320935267
30142024-05-20T20:22:26.594Zlat 4.715690468
30152024-05-20T20:22:26.594Zstop 0.000845858
30162024-05-20T20:22:26.594Zprocess exited: duration 1658609 ms, exit code 0
 
30172024-05-20T20:22:26.698Zfound 1 output files
30182024-05-20T20:22:26.698Zuploading: /work/package.tar.gz (1376243679 bytes)
30192024-05-20T20:33:17.256Zuploaded: /work/package.tar.gz