01HXX28A2BT6WH0H92J1NW5NYX: 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: 01HXX28GZ5E3KPZDPQ6JYCAYHZ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-05-15T02:46:33.660Zjob assigned to worker 01HXX28J9YFHMRAYM3KTVNA12D (queued for 45 s)
 
22024-05-15T02:46:34.158Zstarting task 0: "setup"
32024-05-15T02:46:34.188Z++ uname -s
42024-05-15T02:46:34.188Z+ kern=SunOS
52024-05-15T02:46:34.189Z+ case "$kern" in
62024-05-15T02:46:34.189Z+ groupadd -g 12345 build
72024-05-15T02:46:34.189Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-05-15T02:46:36.186Z+ zfs create -o mountpoint=/work rpool/work
92024-05-15T02:46:36.236Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-05-15T02:46:36.260Z+ home_fs=zfs
112024-05-15T02:46:36.260Z+ [[ zfs == autofs ]]
122024-05-15T02:46:36.260Z+ mkdir -p /home/build
132024-05-15T02:46:36.261Z+ chown build:build /home/build /work
142024-05-15T02:46:38.247Z+ chmod 0700 /home/build /work
152024-05-15T02:46:38.271Zprocess exited: duration 4096 ms, exit code 0
 
162024-05-15T02:46:38.320Zstarting task 1: "rust-toolchain"
172024-05-15T02:46:38.345Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-05-15T02:46:38.345Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.77.2 --profile default
192024-05-15T02:46:38.485Zinfo: downloading installer
202024-05-15T02:46:39.183Zwarning: it looks like you have an existing installation of Rust at:
212024-05-15T02:46:39.183Zwarning: /opt/ooce/bin
222024-05-15T02:46:39.183Zwarning: It is recommended that rustup be the primary Rust installation.
232024-05-15T02:46:39.183Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-05-15T02:46:39.183Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-05-15T02:46:39.183Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-05-15T02:46:39.183Zwarning: or pass `-y' to ignore all ignorable checks.
272024-05-15T02:46:39.183Zerror: cannot install while Rust is installed
282024-05-15T02:46:39.183Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-05-15T02:46:39.229Zinfo: profile set to 'default'
302024-05-15T02:46:39.229Zinfo: default host triple is x86_64-unknown-illumos
312024-05-15T02:46:39.254Zinfo: syncing channel updates for '1.77.2-x86_64-unknown-illumos'
322024-05-15T02:46:39.339Zinfo: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09)
332024-05-15T02:46:39.339Zinfo: downloading component 'cargo'
342024-05-15T02:46:40.167Zinfo: downloading component 'clippy'
352024-05-15T02:46:40.887Zinfo: downloading component 'rust-docs'
362024-05-15T02:46:41.551Zinfo: downloading component 'rust-std'
372024-05-15T02:46:41.933Zinfo: downloading component 'rustc'
382024-05-15T02:46:42.719Zinfo: downloading component 'rustfmt'
392024-05-15T02:46:42.800Zinfo: installing component 'cargo'
402024-05-15T02:46:43.854Zinfo: installing component 'clippy'
412024-05-15T02:46:44.260Zinfo: installing component 'rust-docs'
422024-05-15T02:46:46.603Zinfo: installing component 'rust-std'
432024-05-15T02:46:48.640Zinfo: installing component 'rustc'
442024-05-15T02:46:53.293Zinfo: installing component 'rustfmt'
452024-05-15T02:46:53.672Zinfo: default toolchain set to '1.77.2-x86_64-unknown-illumos'
462024-05-15T02:46:53.672Z
472024-05-15T02:46:53.792Z 1.77.2-x86_64-unknown-illumos installed - rustc 1.77.2 (25ef9e3d8 2024-04-09)
482024-05-15T02:46:53.793Z
492024-05-15T02:46:53.824Z
502024-05-15T02:46:53.824ZRust is installed now. Great!
512024-05-15T02:46:53.825Z
522024-05-15T02:46:53.825ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-05-15T02:46:53.825Zenvironment variable. This has not been done automatically.
542024-05-15T02:46:53.825Z
552024-05-15T02:46:53.825ZTo configure your current shell, you need to source
562024-05-15T02:46:53.826Zthe corresponding env file under $HOME/.cargo.
572024-05-15T02:46:53.826Z
582024-05-15T02:46:53.826ZThis is usually done by running one of the following (note the leading DOT):
592024-05-15T02:46:53.826Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-05-15T02:46:53.826Zsource "$HOME/.cargo/env.fish" # For fish
612024-05-15T02:46:53.873Z+ rustc --version
622024-05-15T02:46:53.993Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
632024-05-15T02:46:54.028Zprocess exited: duration 15673 ms, exit code 0
 
642024-05-15T02:46:54.085Zstarting task 2: "authentication"
652024-05-15T02:46:54.146Zprocess exited: duration 62 ms, exit code 0
 
662024-05-15T02:46:54.216Zstarting task 3: "clone repository"
672024-05-15T02:46:54.251Z+ mkdir -p /work/oxidecomputer/omicron
682024-05-15T02:46:54.251Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-05-15T02:46:54.284ZCloning into '/work/oxidecomputer/omicron'...
702024-05-15T02:46:59.824Z+ cd /work/oxidecomputer/omicron
712024-05-15T02:46:59.824Z+ git fetch origin f3c1fa8e5058c1e9c66125ead740f42a1576545b
722024-05-15T02:47:00.270ZFrom https://github.com/oxidecomputer/omicron
732024-05-15T02:47:00.270Z * branch f3c1fa8e5058c1e9c66125ead740f42a1576545b -> FETCH_HEAD
742024-05-15T02:47:00.295Z+ [[ -n iliana/releng ]]
752024-05-15T02:47:00.295Z++ git branch --show-current
762024-05-15T02:47:00.295Z+ current=main
772024-05-15T02:47:00.295Z+ [[ main != iliana/releng ]]
782024-05-15T02:47:00.295Z+ git branch -f iliana/releng f3c1fa8e5058c1e9c66125ead740f42a1576545b
792024-05-15T02:47:00.319Z+ git checkout -f iliana/releng
802024-05-15T02:47:00.463ZSwitched to branch 'iliana/releng'
812024-05-15T02:47:00.492Z+ git reset --hard f3c1fa8e5058c1e9c66125ead740f42a1576545b
822024-05-15T02:47:00.617ZHEAD is now at f3c1fa8e5 Merge remote-tracking branch 'origin/main' into iliana/releng
832024-05-15T02:47:00.649Zprocess exited: duration 6397 ms, exit code 0
 
842024-05-15T02:47:00.723Zstarting task 4: "build"
852024-05-15T02:47:00.749Z+ cargo --version
862024-05-15T02:47:01.215Zcargo 1.77.2 (e52e36006 2024-03-26)
872024-05-15T02:47:01.245Z+ rustc --version
882024-05-15T02:47:01.245Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
892024-05-15T02:47:01.245Z+ WORK=/work
902024-05-15T02:47:01.245Z+ pfexec mkdir -p /work
912024-05-15T02:47:01.245Z+ pfexec chown build /work
922024-05-15T02:47:01.245Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932024-05-15T02:47:05.159Z Startup: Refreshing catalog 'helios-dev' ... Done
942024-05-15T02:47:07.036Z Startup: Caching catalogs ... Done
952024-05-15T02:47:08.961ZPlanning: Solver setup ... Done (1.346s)
962024-05-15T02:47:08.993ZPlanning: Running solver ... Done (0.026s)
972024-05-15T02:47:09.507ZPlanning: Finding local manifests ... Done (0.002s)
982024-05-15T02:47:09.508ZPlanning: Fetching manifests: 0/4 0% complete
992024-05-15T02:47:09.563ZPlanning: Fetching manifests: 4/4 100% complete
1002024-05-15T02:47:09.620ZPlanning: Package planning ... Done (0.057s)
1012024-05-15T02:47:09.679ZPlanning: Merging actions ... Done (0.059s)
1022024-05-15T02:47:10.027ZPlanning: Checking for conflicting actions ... Done (0.348s)
1032024-05-15T02:47:10.053ZPlanning: Consolidating action changes ... Done (0.013s)
1042024-05-15T02:47:10.656ZPlanning: Evaluating mediators ... Done (0.616s)
1052024-05-15T02:47:10.680ZPlanning: Planning completed in 3.58 seconds
1062024-05-15T02:47:10.704Z Packages to install: 4
1072024-05-15T02:47:10.705Z Mediators to change: 2
1082024-05-15T02:47:10.705Z Services to change: 1
1092024-05-15T02:47:10.705Z Estimated space available: 148.91 GB
1102024-05-15T02:47:10.705ZEstimated space to be consumed: 1.45 GB
1112024-05-15T02:47:10.705Z Create boot environment: No
1122024-05-15T02:47:10.705ZCreate backup boot environment: No
1132024-05-15T02:47:10.705Z Rebuild boot archive: No
1142024-05-15T02:47:10.705Z
1152024-05-15T02:47:10.705ZChanged mediators:
1162024-05-15T02:47:10.705Z mediator clang:
1172024-05-15T02:47:10.705Z version: None -> 15 (system default)
1182024-05-15T02:47:10.705Z
1192024-05-15T02:47:10.705Z mediator llvm:
1202024-05-15T02:47:10.705Z version: 14 (system default) -> 15 (system default)
1212024-05-15T02:47:10.705Z
1222024-05-15T02:47:10.705ZChanged packages:
1232024-05-15T02:47:10.705Zhelios-dev
1242024-05-15T02:47:10.705Z developer/build-essential
1252024-05-15T02:47:10.705Z None -> 11-2.0
1262024-05-15T02:47:10.705Z library/libxmlsec1
1272024-05-15T02:47:10.705Z None -> 1.2.35-2.0
1282024-05-15T02:47:10.705Z ooce/developer/clang-15
1292024-05-15T02:47:10.706Z None -> 15.0.7-2.0
1302024-05-15T02:47:10.706Z ooce/developer/llvm-15
1312024-05-15T02:47:10.706Z None -> 15.0.7-2.0
1322024-05-15T02:47:10.706Z
1332024-05-15T02:47:10.706ZServices:
1342024-05-15T02:47:10.706Z restart_fmri:
1352024-05-15T02:47:10.706Z svc:/system/update-man-index:default
1362024-05-15T02:47:10.732Z
1372024-05-15T02:47:10.732ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1382024-05-15T02:47:15.735ZDownload: 767/3290 items 18.5/212.6MB 8% complete (3.9M/s)
1392024-05-15T02:47:20.774ZDownload: 1198/3290 items 82.9/212.6MB 39% complete (8.7M/s)
1402024-05-15T02:47:25.772ZDownload: 1787/3290 items 118.4/212.6MB 55% complete (10.0M/s)
1412024-05-15T02:47:30.789ZDownload: 2709/3290 items 120.8/212.6MB 56% complete (3.8M/s)
1422024-05-15T02:47:35.789ZDownload: 3247/3290 items 201.2/212.6MB 94% complete (8.2M/s)
1432024-05-15T02:47:38.353ZDownload: Completed 212.60 MB in 27.62 seconds (7.7M/s)
1442024-05-15T02:47:38.540Z Actions: 1/3689 actions (Installing new actions)
1452024-05-15T02:47:43.544Z Actions: 3239/3689 actions (Installing new actions)
1462024-05-15T02:47:44.357Z Actions: Completed 3689 actions in 5.82 seconds.
1472024-05-15T02:47:44.660Z Done (0.294s)
1482024-05-15T02:47:44.660Z Done (0.000s)
1492024-05-15T02:47:45.003Z Done (0.346s)
1502024-05-15T02:47:49.890Z Done (4.762s)
1512024-05-15T02:47:49.981Z Done (0.019s)
1522024-05-15T02:47:50.005Z Done (0.000s)
1532024-05-15T02:47:50.145Z Done (0.000s)
1542024-05-15T02:47:50.799ZPlanning: Evaluating mediator changes ... Done
1552024-05-15T02:47:51.041ZPlanning: Checking for conflicting actions ... Done
1562024-05-15T02:47:51.069ZPlanning: Consolidating action changes ... Done
1572024-05-15T02:47:51.383ZPlanning: Evaluating mediators ... Done
1582024-05-15T02:47:51.409ZPlanning: Planning completed in 0.60 seconds
1592024-05-15T02:47:51.433Z Mediators to change: 2
1602024-05-15T02:47:51.433Z Create boot environment: No
1612024-05-15T02:47:51.433ZCreate backup boot environment: No
1622024-05-15T02:47:51.483Z Done
1632024-05-15T02:47:51.483Z Done
1642024-05-15T02:47:51.743Z Done
1652024-05-15T02:47:56.098Z Done
1662024-05-15T02:47:56.195Z Done
1672024-05-15T02:47:56.219Z Done
1682024-05-15T02:47:56.269Z Done
1692024-05-15T02:47:57.056ZPlanning: Evaluating mediator changes ... Done
1702024-05-15T02:47:57.090ZPlanning: Merging actions ... Done
1712024-05-15T02:47:57.351ZPlanning: Checking for conflicting actions ... Done
1722024-05-15T02:47:57.377ZPlanning: Consolidating action changes ... Done
1732024-05-15T02:47:57.700ZPlanning: Evaluating mediators ... Done
1742024-05-15T02:47:57.769ZPlanning: Planning completed in 1.02 seconds
1752024-05-15T02:47:57.807Z Packages to change: 1
1762024-05-15T02:47:57.807Z Mediators to change: 1
1772024-05-15T02:47:57.832Z Services to change: 1
1782024-05-15T02:47:57.832Z Create boot environment: No
1792024-05-15T02:47:57.832ZCreate backup boot environment: Yes
1802024-05-15T02:47:59.357Z Actions: 1/6 actions (Updating modified actions)
1812024-05-15T02:47:59.387Z Actions: Completed 6 actions in 0.00 seconds.
1822024-05-15T02:47:59.387Z Done
1832024-05-15T02:47:59.387Z Done
1842024-05-15T02:47:59.466Z Done
1852024-05-15T02:48:03.636Z Done
1862024-05-15T02:48:03.722Z Done
1872024-05-15T02:48:03.756Z Done
1882024-05-15T02:48:03.803Z Done
1892024-05-15T02:48:04.301ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1902024-05-15T02:48:04.301Zclang system 15 system
1912024-05-15T02:48:04.301Zcsh system system illumos
1922024-05-15T02:48:04.301Zctags system system illumos
1932024-05-15T02:48:04.301Zgcc vendor 12 vendor
1942024-05-15T02:48:04.301Zgcc system 10 system
1952024-05-15T02:48:04.301Zgcc system 7 system
1962024-05-15T02:48:04.301Zgo system 1.20 system
1972024-05-15T02:48:04.301Zgo system 1.19 system
1982024-05-15T02:48:04.301Zllvm system 15 system
1992024-05-15T02:48:04.301Zllvm system 14 system
2002024-05-15T02:48:04.301Zmariadb system 10.6 system
2012024-05-15T02:48:04.301Zmta vendor vendor dma
2022024-05-15T02:48:04.301Zopenjdk system 17 system
2032024-05-15T02:48:04.301Zopenjdk system 11 system
2042024-05-15T02:48:04.301Zopenjdk system 1.8 system
2052024-05-15T02:48:04.302Zopenssl vendor 3 vendor
2062024-05-15T02:48:04.302Zperl system 5.36 system
2072024-05-15T02:48:04.302Zpostgresql system 15 system
2082024-05-15T02:48:04.302Zpostgresql system 13 system
2092024-05-15T02:48:04.302Zpython vendor 3 vendor
2102024-05-15T02:48:04.302Zpython system 2 system
2112024-05-15T02:48:04.302Zpython3 system 3.11 system
2122024-05-15T02:48:04.302Zruby system 3.0 system
2132024-05-15T02:48:04.302Zwords vendor vendor american-english
2142024-05-15T02:48:04.302Zwords system system australian-english
2152024-05-15T02:48:04.302Zwords system system british-english
2162024-05-15T02:48:04.302Zwords system system canadian-english
2172024-05-15T02:48:04.302Zwords system system french
2182024-05-15T02:48:04.302Zwords system system italian
2192024-05-15T02:48:04.302Zwords system system ngerman
2202024-05-15T02:48:04.302Zwords system system ogerman
2212024-05-15T02:48:04.302Zwords system system spanish
2222024-05-15T02:48:04.698ZPUBLISHER TYPE STATUS P LOCATION
2232024-05-15T02:48:04.698Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2242024-05-15T02:48:06.387ZFMRI IFO
2252024-05-15T02:48:06.387Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2262024-05-15T02:48:06.387Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2272024-05-15T02:48:06.387Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2282024-05-15T02:48:06.387Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2292024-05-15T02:48:06.387Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2302024-05-15T02:48:06.387Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2312024-05-15T02:48:06.387Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2322024-05-15T02:48:06.388Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2332024-05-15T02:48:06.388Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2342024-05-15T02:48:06.388Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2352024-05-15T02:48:06.388Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2362024-05-15T02:48:06.388Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2372024-05-15T02:48:06.642Z+ set -o errexit
2382024-05-15T02:48:06.691Z+++ dirname ./tools/ci_download_cockroachdb
2392024-05-15T02:48:06.691Z++ cd ./tools
2402024-05-15T02:48:06.691Z++ pwd
2412024-05-15T02:48:06.691Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2422024-05-15T02:48:06.691Z++ basename ./tools/ci_download_cockroachdb
2432024-05-15T02:48:06.691Z+ ARG0=ci_download_cockroachdb
2442024-05-15T02:48:06.692Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2452024-05-15T02:48:06.692Z+ CIDL_VERSION=v22.1.9
2462024-05-15T02:48:06.692Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2472024-05-15T02:48:06.692Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2482024-05-15T02:48:06.692Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2492024-05-15T02:48:06.692Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2502024-05-15T02:48:06.692Z+ TARGET_DIR=out
2512024-05-15T02:48:06.692Z+ DOWNLOAD_DIR=out/downloads
2522024-05-15T02:48:06.692Z+ DEST_DIR=./out/cockroachdb
2532024-05-15T02:48:06.692Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2542024-05-15T02:48:06.692Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2552024-05-15T02:48:06.692Z+ main
2562024-05-15T02:48:06.692Z+ [[ 0 != 0 ]]
2572024-05-15T02:48:06.692Z+ CIDL_OS=solaris2.11
2582024-05-15T02:48:06.692Z+ [[ 0 != 0 ]]
2592024-05-15T02:48:06.692Z+ configure_os solaris2.11
2602024-05-15T02:48:06.692Z+ echo 'current directory: /work/oxidecomputer/omicron'
2612024-05-15T02:48:06.692Z+ echo 'configuring based on OS: "solaris2.11"'
2622024-05-15T02:48:06.692Z+ case "$1" in
2632024-05-15T02:48:06.692Z+ CIDL_BUILD=illumos
2642024-05-15T02:48:06.692Z+ CIDL_SUFFIX=tar.gz
2652024-05-15T02:48:06.692Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2662024-05-15T02:48:06.692Zcurrent directory: /work/oxidecomputer/omicron
2672024-05-15T02:48:06.692Zconfiguring based on OS: "solaris2.11"
2682024-05-15T02:48:06.693Z+ CIDL_URL_BASE=https://illumos.org/downloads
2692024-05-15T02:48:06.693Z+ CIDL_ASSEMBLE=do_assemble_illumos
2702024-05-15T02:48:06.693Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2712024-05-15T02:48:06.693Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2722024-05-15T02:48:06.693Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2732024-05-15T02:48:06.693Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2742024-05-15T02:48:06.693Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2752024-05-15T02:48:06.693Z+ CIDL_SHA256FUNC=do_sha256sum
2762024-05-15T02:48:06.693Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2772024-05-15T02:48:06.693ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2782024-05-15T02:48:06.693Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2792024-05-15T02:48:06.693Z+ mkdir -p out/downloads
2802024-05-15T02:48:06.693ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2812024-05-15T02:48:06.693Z+ mkdir -p ./out/cockroachdb
2822024-05-15T02:48:06.693Z+ local DO_DOWNLOAD=true
2832024-05-15T02:48:06.693Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2842024-05-15T02:48:06.693Z+ '[' true == true ']'
2852024-05-15T02:48:06.693Z+ echo Downloading...
2862024-05-15T02:48:06.693ZDownloading...
2872024-05-15T02:48:06.693Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2882024-05-15T02:48:06.693Z+ 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
2892024-05-15T02:48:12.133Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2902024-05-15T02:48:12.158Z++ sha256sum
2912024-05-15T02:48:12.158Z++ awk '{print $1}'
2922024-05-15T02:48:12.196Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2932024-05-15T02:48:12.196Z+ [[ 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 ]]
2942024-05-15T02:48:12.197Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2952024-05-15T02:48:12.222Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2962024-05-15T02:48:15.128Z+ do_assemble_illumos
2972024-05-15T02:48:15.128Z+ rm -r ./out/cockroachdb
2982024-05-15T02:48:15.152Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2992024-05-15T02:48:15.477Z+ ./out/cockroachdb/bin/cockroach version
3002024-05-15T02:48:15.647ZBuild Tag: v22.1.9-dirty
3012024-05-15T02:48:15.647ZBuild Time: 2022/10/26 21:17:46
3022024-05-15T02:48:15.647ZDistribution: OSS
3032024-05-15T02:48:15.647ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3042024-05-15T02:48:15.647ZGo Version: go1.17.13
3052024-05-15T02:48:15.647ZC Compiler: gcc 10.3.0
3062024-05-15T02:48:15.647ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3072024-05-15T02:48:15.647ZBuild Type: release
3082024-05-15T02:48:15.672Z+ set -o errexit
3092024-05-15T02:48:15.672Z+++ dirname ./tools/ci_download_clickhouse
3102024-05-15T02:48:15.697Z++ cd ./tools
3112024-05-15T02:48:15.698Z++ pwd
3122024-05-15T02:48:15.698Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3132024-05-15T02:48:15.698Z++ basename ./tools/ci_download_clickhouse
3142024-05-15T02:48:15.698Z+ ARG0=ci_download_clickhouse
3152024-05-15T02:48:15.698Z+ TARGET_DIR=out
3162024-05-15T02:48:15.698Z+ DOWNLOAD_DIR=out/downloads
3172024-05-15T02:48:15.698Z+ DEST_DIR=./out/clickhouse
3182024-05-15T02:48:15.698Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3192024-05-15T02:48:15.698Z+ CIDL_VERSION=v23.8.7.24
3202024-05-15T02:48:15.698Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3212024-05-15T02:48:15.698Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3222024-05-15T02:48:15.698Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3232024-05-15T02:48:15.698Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3242024-05-15T02:48:15.698Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3252024-05-15T02:48:15.698Z+ main
3262024-05-15T02:48:15.698Z+ [[ 0 != 0 ]]
3272024-05-15T02:48:15.698Z+ CIDL_OS=solaris2.11
3282024-05-15T02:48:15.698Z+ [[ 0 != 0 ]]
3292024-05-15T02:48:15.698Z+ configure_os solaris2.11
3302024-05-15T02:48:15.698Z+ echo 'current directory: /work/oxidecomputer/omicron'
3312024-05-15T02:48:15.698Zcurrent directory: /work/oxidecomputer/omicron
3322024-05-15T02:48:15.699Z+ echo 'configuring based on OS: "solaris2.11"'
3332024-05-15T02:48:15.699Z+ CIDL_DASHREV=
3342024-05-15T02:48:15.699Z+ case "$1" in
3352024-05-15T02:48:15.699Zconfiguring based on OS: "solaris2.11"
3362024-05-15T02:48:15.699Z+ CIDL_PLATFORM=illumos
3372024-05-15T02:48:15.699Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3382024-05-15T02:48:15.699Z+ CIDL_MD5FUNC=do_md5sum
3392024-05-15T02:48:15.699Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3402024-05-15T02:48:15.699Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3412024-05-15T02:48:15.699Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3422024-05-15T02:48:15.699Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3432024-05-15T02:48:15.699Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3442024-05-15T02:48:15.699ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3452024-05-15T02:48:15.699Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3462024-05-15T02:48:15.699Z+ mkdir -p out/downloads
3472024-05-15T02:48:15.699ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3482024-05-15T02:48:15.699Z+ mkdir -p ./out/clickhouse
3492024-05-15T02:48:15.699Z+ local DO_DOWNLOAD=true
3502024-05-15T02:48:15.699Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3512024-05-15T02:48:15.699Z+ '[' true == true ']'
3522024-05-15T02:48:15.699Z+ echo Downloading...
3532024-05-15T02:48:15.699ZDownloading...
3542024-05-15T02:48:15.699Z+ 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
3552024-05-15T02:48:15.700Z+ 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
3562024-05-15T02:48:31.665Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3572024-05-15T02:48:31.690Z++ md5sum
3582024-05-15T02:48:31.690Z++ awk '{print $1}'
3592024-05-15T02:48:31.929Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3602024-05-15T02:48:31.929Z+ [[ 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 ]]
3612024-05-15T02:48:31.930Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3622024-05-15T02:48:31.930Z+ mkdir -p ./out/clickhouse
3632024-05-15T02:48:31.954Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3642024-05-15T02:48:37.019Z+ [[ solaris2.11 == darwin* ]]
3652024-05-15T02:48:37.019Z+ ./out/clickhouse/clickhouse server --version
3662024-05-15T02:48:37.120ZClickHouse server version 23.8.7.1.
3672024-05-15T02:48:37.146Z+ set -o errexit
3682024-05-15T02:48:37.172Z+++ dirname ./tools/ci_download_console
3692024-05-15T02:48:37.172Z++ cd ./tools
3702024-05-15T02:48:37.172Z++ pwd
3712024-05-15T02:48:37.172Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3722024-05-15T02:48:37.172Z++ basename ./tools/ci_download_console
3732024-05-15T02:48:37.172Z+ ARG0=ci_download_console
3742024-05-15T02:48:37.172Z+ TARGET_DIR=out
3752024-05-15T02:48:37.172Z+ DOWNLOAD_DIR=out/downloads
3762024-05-15T02:48:37.172Z+ DEST_DIR=./out/console-assets
3772024-05-15T02:48:37.172Z+ source /work/oxidecomputer/omicron/tools/console_version
3782024-05-15T02:48:37.172Z++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5
3792024-05-15T02:48:37.172Z++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
3802024-05-15T02:48:37.172Z+ URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
3812024-05-15T02:48:37.173Z+ TARBALL_FILE=out/downloads/console.tar.gz
3822024-05-15T02:48:37.173Z+ main
3832024-05-15T02:48:37.173Z+ [[ 0 != 0 ]]
3842024-05-15T02:48:37.173Z+ echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz'
3852024-05-15T02:48:37.173ZURL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
3862024-05-15T02:48:37.173Z+ echo 'Local file: out/downloads/console.tar.gz'
3872024-05-15T02:48:37.173Z+ local DO_DOWNLOAD=true
3882024-05-15T02:48:37.173Z+ [[ -f out/downloads/console.tar.gz ]]
3892024-05-15T02:48:37.173ZLocal file: out/downloads/console.tar.gz
3902024-05-15T02:48:37.173Z+ mkdir -p out/downloads
3912024-05-15T02:48:37.173Z+ '[' true == true ']'
3922024-05-15T02:48:37.173Z+ echo Downloading...
3932024-05-15T02:48:37.173Z+ do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz
3942024-05-15T02:48:37.173ZDownloading...
3952024-05-15T02:48:37.173Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
3962024-05-15T02:48:37.428Z++ do_sha256sum out/downloads/console.tar.gz
3972024-05-15T02:48:37.428Z++ case "$OSTYPE" in
3982024-05-15T02:48:37.428Z++ SHA=sha256sum
3992024-05-15T02:48:37.453Z++ sha256sum
4002024-05-15T02:48:37.453Z++ awk '{print $1}'
4012024-05-15T02:48:37.453Z+ calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
4022024-05-15T02:48:37.453Z+ [[ 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 ]]
4032024-05-15T02:48:37.453Z+ rm -rf ./out/console-assets
4042024-05-15T02:48:37.453Z+ mkdir -p ./out/console-assets
4052024-05-15T02:48:37.453Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4062024-05-15T02:48:37.453Z+ mkdir -p ./out/console-assets
4072024-05-15T02:48:37.453Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4082024-05-15T02:48:37.584Z+ set -o errexit
4092024-05-15T02:48:37.609Z+++ dirname ./tools/ci_download_dendrite_openapi
4102024-05-15T02:48:37.609Z++ cd ./tools
4112024-05-15T02:48:37.609Z++ pwd
4122024-05-15T02:48:37.609Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4132024-05-15T02:48:37.610Z++ basename ./tools/ci_download_dendrite_openapi
4142024-05-15T02:48:37.610Z+ ARG0=ci_download_dendrite_openapi
4152024-05-15T02:48:37.610Z+ TARGET_DIR=out
4162024-05-15T02:48:37.610Z+ DOWNLOAD_DIR=out/downloads
4172024-05-15T02:48:37.610Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4182024-05-15T02:48:37.610Z++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687
4192024-05-15T02:48:37.610Z++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4202024-05-15T02:48:37.610Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4212024-05-15T02:48:37.610Z+ LOCAL_FILE=out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4222024-05-15T02:48:37.610Z+ main
4232024-05-15T02:48:37.610Z+ [[ 0 != 0 ]]
4242024-05-15T02:48:37.610Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json'
4252024-05-15T02:48:37.610ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4262024-05-15T02:48:37.610ZLocal file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4272024-05-15T02:48:37.610Z+ echo 'Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json'
4282024-05-15T02:48:37.610Z+ local DO_DOWNLOAD=true
4292024-05-15T02:48:37.610Z+ [[ -f out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json ]]
4302024-05-15T02:48:37.610Z+ mkdir -p out/downloads
4312024-05-15T02:48:37.610Z+ '[' true == true ']'
4322024-05-15T02:48:37.610Z+ echo Downloading...
4332024-05-15T02:48:37.611ZDownloading...
4342024-05-15T02:48:37.611Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4352024-05-15T02:48:37.611Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4362024-05-15T02:48:38.153Z++ do_sha256sum out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4372024-05-15T02:48:38.153Z++ case "$OSTYPE" in
4382024-05-15T02:48:38.153Z++ SHA=sha256sum
4392024-05-15T02:48:38.178Z++ sha256sum
4402024-05-15T02:48:38.178Z++ awk '{print $1}'
4412024-05-15T02:48:38.178Z+ calculated_sha2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4422024-05-15T02:48:38.178Z+ [[ fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 != \f\c\3\9\7\e\2\5\4\d\c\1\5\0\8\5\0\f\b\a\1\2\0\1\3\d\f\1\4\7\a\a\9\b\2\3\2\9\6\0\5\6\f\b\4\d\9\3\f\6\5\c\1\8\0\6\e\2\5\b\0\8\2\3 ]]
4432024-05-15T02:48:38.178Z+ set -o errexit
4442024-05-15T02:48:38.178Z+++ dirname ./tools/ci_download_dendrite_stub
4452024-05-15T02:48:38.178Z++ cd ./tools
4462024-05-15T02:48:38.178Z++ pwd
4472024-05-15T02:48:38.227Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4482024-05-15T02:48:38.227Z++ basename ./tools/ci_download_dendrite_stub
4492024-05-15T02:48:38.227Z+ ARG0=ci_download_dendrite_stub
4502024-05-15T02:48:38.227Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4512024-05-15T02:48:38.227Z++ CIDL_SHA256_ILLUMOS=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
4522024-05-15T02:48:38.228Z++ CIDL_SHA256_LINUX_DPD=c255370062ce616f6fce5630fad7a1fbfa63aa7db964aeb6de410ba4a4bc3193
4532024-05-15T02:48:38.228Z++ CIDL_SHA256_LINUX_SWADM=7899b1603518489b2276f9d9043107a267060e3b05be51f08002adf3d118a7c9
4542024-05-15T02:48:38.228Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4552024-05-15T02:48:38.228Z++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687
4562024-05-15T02:48:38.228Z++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4572024-05-15T02:48:38.228Z+ TARGET_DIR=out
4582024-05-15T02:48:38.228Z+ DOWNLOAD_DIR=out/downloads
4592024-05-15T02:48:38.228Z+ DEST_DIR=./out/dendrite-stub
4602024-05-15T02:48:38.228Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4612024-05-15T02:48:38.228Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4622024-05-15T02:48:38.228Z+ REPO=oxidecomputer/dendrite
4632024-05-15T02:48:38.228Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687
4642024-05-15T02:48:38.228Z+ main
4652024-05-15T02:48:38.228Z+ [[ 0 != 0 ]]
4662024-05-15T02:48:38.228Z+ CIDL_OS=solaris2.11
4672024-05-15T02:48:38.228Z+ [[ 0 != 0 ]]
4682024-05-15T02:48:38.228Z+ configure_os solaris2.11
4692024-05-15T02:48:38.228Z+ echo 'current directory: /work/oxidecomputer/omicron'
4702024-05-15T02:48:38.228Z+ echo 'configuring based on OS: "solaris2.11"'
4712024-05-15T02:48:38.228Zcurrent directory: /work/oxidecomputer/omicron
4722024-05-15T02:48:38.228Z+ case "$1" in
4732024-05-15T02:48:38.228Z+ SET_BINARIES=
4742024-05-15T02:48:38.229Z+ CIDL_SHA256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
4752024-05-15T02:48:38.229Zconfiguring based on OS: "solaris2.11"
4762024-05-15T02:48:38.229Z+ CIDL_SHA256FUNC=do_sha256sum
4772024-05-15T02:48:38.229Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
4782024-05-15T02:48:38.229Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
4792024-05-15T02:48:38.229Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
4802024-05-15T02:48:38.229Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz'
4812024-05-15T02:48:38.229Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
4822024-05-15T02:48:38.229ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
4832024-05-15T02:48:38.229Z+ mkdir -p out/downloads
4842024-05-15T02:48:38.229ZLocal file: out/downloads/dendrite-stub.tar.gz
4852024-05-15T02:48:38.229Z+ mkdir -p ./out/dendrite-stub
4862024-05-15T02:48:38.229Z+ fetch_and_verify
4872024-05-15T02:48:38.229Z+ local DO_DOWNLOAD=true
4882024-05-15T02:48:38.229Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
4892024-05-15T02:48:38.229Z+ '[' true == true ']'
4902024-05-15T02:48:38.229Z+ echo Downloading...
4912024-05-15T02:48:38.229ZDownloading...
4922024-05-15T02:48:38.229Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
4932024-05-15T02:48:38.229Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
4942024-05-15T02:48:42.722Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
4952024-05-15T02:48:42.747Z++ sha256sum
4962024-05-15T02:48:42.747Z++ awk '{print $1}'
4972024-05-15T02:48:42.772Z+ calculated_sha256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
4982024-05-15T02:48:42.772Z+ [[ 1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b != \1\a\1\8\3\7\9\5\2\2\d\a\7\5\c\0\3\4\d\6\6\d\1\5\c\f\2\e\5\0\a\0\d\7\2\8\9\a\7\4\6\e\f\7\c\8\a\0\a\d\9\8\c\4\f\6\1\4\0\3\f\2\9\b ]]
4992024-05-15T02:48:42.772Z+ do_untar out/downloads/dendrite-stub.tar.gz
5002024-05-15T02:48:42.772Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5012024-05-15T02:48:43.585Z+ do_assemble
5022024-05-15T02:48:43.586Z+ rm -r ./out/dendrite-stub
5032024-05-15T02:48:43.611Z+ mkdir ./out/dendrite-stub
5042024-05-15T02:48:43.611Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5052024-05-15T02:48:43.740Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5062024-05-15T02:48:43.767Z+ set -o errexit
5072024-05-15T02:48:43.767Z+++ dirname ./tools/ci_download_maghemite_mgd
5082024-05-15T02:48:43.767Z++ cd ./tools
5092024-05-15T02:48:43.767Z++ pwd
5102024-05-15T02:48:43.767Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5112024-05-15T02:48:43.767Z++ basename ./tools/ci_download_maghemite_mgd
5122024-05-15T02:48:43.767Z+ ARG0=ci_download_maghemite_mgd
5132024-05-15T02:48:43.767Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5142024-05-15T02:48:43.767Z++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5152024-05-15T02:48:43.767Z++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19
5162024-05-15T02:48:43.767Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5172024-05-15T02:48:43.767Z++ COMMIT=025389ff39d594bf2b815377e2c1dc4dd23b1f96
5182024-05-15T02:48:43.767Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5192024-05-15T02:48:43.767Z+ TARGET_DIR=out
5202024-05-15T02:48:43.768Z+ DOWNLOAD_DIR=out/downloads
5212024-05-15T02:48:43.768Z+ DEST_DIR=./out/mgd
5222024-05-15T02:48:43.768Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5232024-05-15T02:48:43.768Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5242024-05-15T02:48:43.768Z+ REPO=oxidecomputer/maghemite
5252024-05-15T02:48:43.768Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96
5262024-05-15T02:48:43.768Z+ main
5272024-05-15T02:48:43.793Z+ rm -rf out/downloads/root
5282024-05-15T02:48:43.793Z+ [[ 0 != 0 ]]
5292024-05-15T02:48:43.793Z+ CIDL_OS=solaris2.11
5302024-05-15T02:48:43.793Z+ [[ 0 != 0 ]]
5312024-05-15T02:48:43.793Z+ configure_os solaris2.11
5322024-05-15T02:48:43.793Z+ echo 'current directory: /work/oxidecomputer/omicron'
5332024-05-15T02:48:43.793Zcurrent directory: /work/oxidecomputer/omicron
5342024-05-15T02:48:43.793Z+ echo 'configuring based on OS: "solaris2.11"'
5352024-05-15T02:48:43.793Zconfiguring based on OS: "solaris2.11"
5362024-05-15T02:48:43.793Z+ case "$1" in
5372024-05-15T02:48:43.793Z+ SET_BINARIES=
5382024-05-15T02:48:43.793Z+ CIDL_SHA256FUNC=do_sha256sum
5392024-05-15T02:48:43.793Z+ TARBALL_FILENAME=mgd.tar.gz
5402024-05-15T02:48:43.794Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5412024-05-15T02:48:43.794Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5422024-05-15T02:48:43.794Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz'
5432024-05-15T02:48:43.794Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5442024-05-15T02:48:43.794Z+ mkdir -p out/downloads
5452024-05-15T02:48:43.794ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5462024-05-15T02:48:43.794ZLocal file: out/downloads/mgd.tar.gz
5472024-05-15T02:48:43.794Z+ mkdir -p ./out/mgd
5482024-05-15T02:48:43.794Z+ fetch_and_verify
5492024-05-15T02:48:43.794Z+ local DO_DOWNLOAD=true
5502024-05-15T02:48:43.794Z+ [[ -f out/downloads/mgd.tar.gz ]]
5512024-05-15T02:48:43.794Z+ '[' true == true ']'
5522024-05-15T02:48:43.794Z+ echo Downloading...
5532024-05-15T02:48:43.794ZDownloading...
5542024-05-15T02:48:43.794Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz out/downloads/mgd.tar.gz
5552024-05-15T02:48:43.794Z+ 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
5562024-05-15T02:48:54.571Z++ do_sha256sum out/downloads/mgd.tar.gz
5572024-05-15T02:48:54.596Z++ sha256sum
5582024-05-15T02:48:54.596Z++ awk '{print $1}'
5592024-05-15T02:48:54.639Z+ calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5602024-05-15T02:48:54.640Z+ [[ 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 ]]
5612024-05-15T02:48:54.640Z+ do_untar out/downloads/mgd.tar.gz
5622024-05-15T02:48:54.640Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
5632024-05-15T02:48:55.369Z+ do_assemble
5642024-05-15T02:48:55.369Z+ rm -r ./out/mgd
5652024-05-15T02:48:55.394Z+ mkdir ./out/mgd
5662024-05-15T02:48:55.394Z+ cp -r out/downloads/root ./out/mgd/root
5672024-05-15T02:48:55.447Z+ set -o errexit
5682024-05-15T02:48:55.494Z+++ dirname ./tools/ci_download_transceiver_control
5692024-05-15T02:48:55.494Z++ cd ./tools
5702024-05-15T02:48:55.495Z++ pwd
5712024-05-15T02:48:55.495Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5722024-05-15T02:48:55.495Z++ basename ./tools/ci_download_transceiver_control
5732024-05-15T02:48:55.495Z+ ARG0=ci_download_transceiver_control
5742024-05-15T02:48:55.495Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5752024-05-15T02:48:55.495Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5762024-05-15T02:48:55.495Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5772024-05-15T02:48:55.495Z+ TARGET_DIR=out
5782024-05-15T02:48:55.495Z+ DOWNLOAD_DIR=out/downloads
5792024-05-15T02:48:55.495Z+ DEST_DIR=./out/transceiver-control
5802024-05-15T02:48:55.495Z+ BIN_DIR=/opt/oxide/bin
5812024-05-15T02:48:55.495Z+ BINARY=xcvradm
5822024-05-15T02:48:55.495Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5832024-05-15T02:48:55.495Z+ REPO=oxidecomputer/transceiver-control
5842024-05-15T02:48:55.495Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5852024-05-15T02:48:55.495Z+ main
5862024-05-15T02:48:55.495Z+ [[ 0 != 0 ]]
5872024-05-15T02:48:55.495Z+ CIDL_OS=solaris2.11
5882024-05-15T02:48:55.495Z+ [[ 0 != 0 ]]
5892024-05-15T02:48:55.495Z+ configure_os solaris2.11
5902024-05-15T02:48:55.495Z+ echo 'current directory: /work/oxidecomputer/omicron'
5912024-05-15T02:48:55.495Z+ echo 'configuring based on OS: "solaris2.11"'
5922024-05-15T02:48:55.495Zcurrent directory: /work/oxidecomputer/omicron
5932024-05-15T02:48:55.496Z+ case "$1" in
5942024-05-15T02:48:55.496Z+ SET_BINARIES=
5952024-05-15T02:48:55.496Zconfiguring based on OS: "solaris2.11"
5962024-05-15T02:48:55.496ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5972024-05-15T02:48:55.496Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5982024-05-15T02:48:55.496Z+ CIDL_SHA256FUNC=do_sha256sum
5992024-05-15T02:48:55.496Z+ ARCHIVE_FILENAME=xcvradm.gz
6002024-05-15T02:48:55.496Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6012024-05-15T02:48:55.496Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6022024-05-15T02:48:55.496Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6032024-05-15T02:48:55.496Z+ echo 'Local file: out/downloads/xcvradm.gz'
6042024-05-15T02:48:55.496Z+ mkdir -p out/downloads
6052024-05-15T02:48:55.496ZLocal file: out/downloads/xcvradm.gz
6062024-05-15T02:48:55.496Z+ mkdir -p ./out/transceiver-control
6072024-05-15T02:48:55.496Z+ fetch_and_verify
6082024-05-15T02:48:55.496Z+ local DO_DOWNLOAD=true
6092024-05-15T02:48:55.496Z+ [[ -f out/downloads/xcvradm.gz ]]
6102024-05-15T02:48:55.496Z+ '[' true == true ']'
6112024-05-15T02:48:55.496Z+ echo Downloading...
6122024-05-15T02:48:55.496ZDownloading...
6132024-05-15T02:48:55.496Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6142024-05-15T02:48:55.496Z+ 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
6152024-05-15T02:48:59.206Z++ do_sha256sum out/downloads/xcvradm.gz
6162024-05-15T02:48:59.231Z++ sha256sum
6172024-05-15T02:48:59.231Z++ awk '{print $1}'
6182024-05-15T02:48:59.231Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6192024-05-15T02:48:59.231Z+ [[ 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 ]]
6202024-05-15T02:48:59.231Z+ do_unpack out/downloads/xcvradm.gz
6212024-05-15T02:48:59.231Z+ mkdir -p out/downloads/root//opt/oxide/bin
6222024-05-15T02:48:59.231Z+ gzip -dc out/downloads/xcvradm.gz
6232024-05-15T02:48:59.360Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6242024-05-15T02:48:59.407Z+ do_assemble
6252024-05-15T02:48:59.407Z+ rm -r ./out/transceiver-control
6262024-05-15T02:48:59.407Z+ mkdir ./out/transceiver-control
6272024-05-15T02:48:59.407Z+ cp -r out/downloads/root ./out/transceiver-control/root
6282024-05-15T02:48:59.468Z+ set -o errexit
6292024-05-15T02:48:59.515Z+++ dirname ./tools/ci_download_thundermuffin
6302024-05-15T02:48:59.515Z++ cd ./tools
6312024-05-15T02:48:59.515Z++ pwd
6322024-05-15T02:48:59.516Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6332024-05-15T02:48:59.516Z++ basename ./tools/ci_download_thundermuffin
6342024-05-15T02:48:59.516Z+ ARG0=ci_download_thundermuffin
6352024-05-15T02:48:59.516Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
6362024-05-15T02:48:59.516Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6372024-05-15T02:48:59.516Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
6382024-05-15T02:48:59.516Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
6392024-05-15T02:48:59.516Z+ TARGET_DIR=out
6402024-05-15T02:48:59.516Z+ DOWNLOAD_DIR=out/downloads
6412024-05-15T02:48:59.516Z+ DEST_DIR=./out/thundermuffin
6422024-05-15T02:48:59.516Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
6432024-05-15T02:48:59.516Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6442024-05-15T02:48:59.516Z+ REPO=oxidecomputer/thundermuffin
6452024-05-15T02:48:59.516Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
6462024-05-15T02:48:59.516Z+ main
6472024-05-15T02:48:59.516Z+ rm -rf out/downloads/root
6482024-05-15T02:48:59.516Z+ [[ 0 != 0 ]]
6492024-05-15T02:48:59.516Z+ CIDL_OS=solaris2.11
6502024-05-15T02:48:59.516Z+ [[ 0 != 0 ]]
6512024-05-15T02:48:59.516Z+ configure_os solaris2.11
6522024-05-15T02:48:59.517Z+ echo 'current directory: /work/oxidecomputer/omicron'
6532024-05-15T02:48:59.517Zcurrent directory: /work/oxidecomputer/omicron
6542024-05-15T02:48:59.517Z+ echo 'configuring based on OS: "solaris2.11"'
6552024-05-15T02:48:59.517Zconfiguring based on OS: "solaris2.11"
6562024-05-15T02:48:59.517Z+ case "$1" in
6572024-05-15T02:48:59.517Z+ SET_BINARIES=
6582024-05-15T02:48:59.517Z+ CIDL_SHA256FUNC=do_sha256sum
6592024-05-15T02:48:59.517Z+ TARBALL_FILENAME=thundermuffin.tar.gz
6602024-05-15T02:48:59.517Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6612024-05-15T02:48:59.517Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
6622024-05-15T02:48:59.517Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
6632024-05-15T02:48:59.517ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6642024-05-15T02:48:59.517Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
6652024-05-15T02:48:59.517Z+ mkdir -p out/downloads
6662024-05-15T02:48:59.517ZLocal file: out/downloads/thundermuffin.tar.gz
6672024-05-15T02:48:59.517Z+ mkdir -p ./out/thundermuffin
6682024-05-15T02:48:59.543Z+ fetch_and_verify
6692024-05-15T02:48:59.543Z+ local DO_DOWNLOAD=true
6702024-05-15T02:48:59.543Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
6712024-05-15T02:48:59.543Z+ '[' true == true ']'
6722024-05-15T02:48:59.543Z+ echo Downloading...
6732024-05-15T02:48:59.543ZDownloading...
6742024-05-15T02:48:59.543Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
6752024-05-15T02:48:59.543Z+ 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
6762024-05-15T02:49:01.144Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
6772024-05-15T02:49:01.172Z++ sha256sum
6782024-05-15T02:49:01.173Z++ awk '{print $1}'
6792024-05-15T02:49:01.173Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6802024-05-15T02:49:01.173Z+ [[ 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 ]]
6812024-05-15T02:49:01.173Z+ do_untar out/downloads/thundermuffin.tar.gz
6822024-05-15T02:49:01.173Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
6832024-05-15T02:49:01.235Z+ do_assemble
6842024-05-15T02:49:01.236Z+ rm -r ./out/thundermuffin
6852024-05-15T02:49:01.271Z+ mkdir ./out/thundermuffin
6862024-05-15T02:49:01.271Z+ cp -r out/downloads/root ./out/thundermuffin/root
6872024-05-15T02:49:01.271ZAll prerequisites installed successfully
6882024-05-15T02:49:01.271Z
6892024-05-15T02:49:01.271Zreal 2:00.362582828
6902024-05-15T02:49:01.272Zuser 43.933606426
6912024-05-15T02:49:01.272Zsys 11.653083378
6922024-05-15T02:49:01.272Ztrap 0.012348978
6932024-05-15T02:49:01.272Ztflt 0.009231653
6942024-05-15T02:49:01.272Zdflt 0.016954846
6952024-05-15T02:49:01.272Zkflt 0.005205034
6962024-05-15T02:49:01.272Zlock 1.329330380
6972024-05-15T02:49:01.272Zslp 4:06.649354861
6982024-05-15T02:49:01.272Zlat 4.511040802
6992024-05-15T02:49:01.272Zstop 0.068089064
7002024-05-15T02:49:01.272Z+ ptime -m ./tools/ci_download_softnpu_machinery
7012024-05-15T02:49:01.308Zfetching npuzone
7022024-05-15T02:49:01.309ZEnsuring oxidecomputer/softnpu/image/npuzone in out/npuzone
7032024-05-15T02:49:01.309Z (commit: 3203c51cf4473d30991b522062ac0df2e045c2f2)
7042024-05-15T02:49:01.309ZGetting hash for npuzone
7052024-05-15T02:49:01.456Z (hash: 36095c7f9d613b9208415aeb67335836a25f72eed2f7a41931ba7d91ddb00568)
7062024-05-15T02:49:10.495Znpuzone downloaded successfully
7072024-05-15T02:49:10.526Z
7082024-05-15T02:49:10.527Zreal 9.231872605
7092024-05-15T02:49:10.527Zuser 0.291296701
7102024-05-15T02:49:10.527Zsys 0.147781283
7112024-05-15T02:49:10.527Ztrap 0.000160137
7122024-05-15T02:49:10.527Ztflt 0.000000000
7132024-05-15T02:49:10.527Zdflt 0.000000000
7142024-05-15T02:49:10.527Zkflt 0.000000000
7152024-05-15T02:49:10.528Zlock 0.000000000
7162024-05-15T02:49:10.528Zslp 27.154069240
7172024-05-15T02:49:10.528Zlat 0.062920302
7182024-05-15T02:49:10.528Zstop 0.000259679
7192024-05-15T02:49:10.528Z+ export CARGO_INCREMENTAL=0
7202024-05-15T02:49:10.528Z+ CARGO_INCREMENTAL=0
7212024-05-15T02:49:10.528Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
7222024-05-15T02:49:10.754Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7232024-05-15T02:49:11.330Z Updating git repository `https://github.com/oxidecomputer/zone`
7242024-05-15T02:49:11.827Z Updating crates.io index
7252024-05-15T02:49:11.889Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7262024-05-15T02:49:12.838Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7272024-05-15T02:49:13.748Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7282024-05-15T02:49:15.983Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7292024-05-15T02:49:16.503Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7302024-05-15T02:49:17.002Z Updating git repository `https://github.com/oxidecomputer/propolis`
7312024-05-15T02:49:18.198Z Updating git repository `https://github.com/oxidecomputer/crucible`
7322024-05-15T02:49:20.095Z Updating git repository `https://github.com/oxidecomputer/opte`
7332024-05-15T02:49:21.199Z Updating git repository `https://github.com/oxidecomputer/falcon`
7342024-05-15T02:49:22.140Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7352024-05-15T02:49:22.979Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7362024-05-15T02:49:23.381Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7372024-05-15T02:49:23.755Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7382024-05-15T02:49:24.302Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7392024-05-15T02:49:24.734Z Updating git repository `http://github.com/oxidecomputer/tofino`
7402024-05-15T02:49:25.217Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7412024-05-15T02:49:25.564Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7422024-05-15T02:49:25.937Z Updating git repository `https://github.com/oxidecomputer/libnvme`
7432024-05-15T02:49:26.374Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7442024-05-15T02:49:26.842Z Updating git repository `https://github.com/oxidecomputer/ispf`
7452024-05-15T02:49:27.261Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7462024-05-15T02:49:27.805Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7472024-05-15T02:49:28.674Z Updating git repository `https://github.com/jgallagher/nix`
7482024-05-15T02:49:30.322Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7492024-05-15T02:49:30.683Z Updating git repository `https://github.com/cbiffle/hubpack`
7502024-05-15T02:49:31.131Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7512024-05-15T02:49:31.659Z Updating git repository `https://github.com/oxidecomputer/typify`
7522024-05-15T02:49:34.048Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7532024-05-15T02:49:34.541Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7542024-05-15T02:49:34.975Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7552024-05-15T02:49:35.541Z Updating git repository `https://github.com/oxidecomputer/rfb`
7562024-05-15T02:49:36.984Z Downloading crates ...
7572024-05-15T02:49:37.102Z Downloaded crossbeam-deque v0.8.3
7582024-05-15T02:49:37.130Z Downloaded heck v0.4.1
7592024-05-15T02:49:37.130Z Downloaded httpdate v1.0.3
7602024-05-15T02:49:37.130Z Downloaded instant v0.1.12
7612024-05-15T02:49:37.130Z Downloaded ipnetwork v0.20.0
7622024-05-15T02:49:37.156Z Downloaded linear-map v1.2.0
7632024-05-15T02:49:37.156Z Downloaded lru v0.12.1
7642024-05-15T02:49:37.156Z Downloaded match_cfg v0.1.0
7652024-05-15T02:49:37.181Z Downloaded new_debug_unreachable v1.0.4
7662024-05-15T02:49:37.181Z Downloaded serde_tokenstream v0.1.7
7672024-05-15T02:49:37.206Z Downloaded equivalent v1.0.1
7682024-05-15T02:49:37.231Z Downloaded pretty-hex v0.4.1
7692024-05-15T02:49:37.231Z Downloaded tower-service v0.3.2
7702024-05-15T02:49:37.257Z Downloaded openssl-macros v0.1.1
7712024-05-15T02:49:37.257Z Downloaded openssl-probe v0.1.5
7722024-05-15T02:49:37.257Z Downloaded darling_macro v0.20.8
7732024-05-15T02:49:37.282Z Downloaded diesel_table_macro_syntax v0.1.0
7742024-05-15T02:49:37.282Z Downloaded defmt-parser v0.3.3
7752024-05-15T02:49:37.282Z Downloaded want v0.3.1
7762024-05-15T02:49:37.282Z Downloaded unicase v2.7.0
7772024-05-15T02:49:37.311Z Downloaded sigpipe v0.1.3
7782024-05-15T02:49:37.311Z Downloaded scroll_derive v0.12.0
7792024-05-15T02:49:37.311Z Downloaded portpicker v0.1.1
7802024-05-15T02:49:37.311Z Downloaded signature v2.1.0
7812024-05-15T02:49:37.337Z Downloaded plain v0.2.3
7822024-05-15T02:49:37.337Z Downloaded peg-runtime v0.8.3
7832024-05-15T02:49:37.337Z Downloaded parse-size v1.0.0
7842024-05-15T02:49:37.337Z Downloaded peg v0.8.3
7852024-05-15T02:49:37.337Z Downloaded smallvec v0.6.14
7862024-05-15T02:49:37.364Z Downloaded whoami v1.5.1
7872024-05-15T02:49:37.364Z Downloaded fastrand v2.0.1
7882024-05-15T02:49:37.364Z Downloaded fd-lock v4.0.2
7892024-05-15T02:49:37.364Z Downloaded socket2 v0.5.6
7902024-05-15T02:49:37.364Z Downloaded ff v0.13.0
7912024-05-15T02:49:37.390Z Downloaded fatfs v0.3.6
7922024-05-15T02:49:37.390Z Downloaded winnow v0.5.15
7932024-05-15T02:49:37.414Z Downloaded rustls v0.21.9
7942024-05-15T02:49:37.440Z Downloaded winnow v0.6.1
7952024-05-15T02:49:37.465Z Downloaded smoltcp v0.11.0
7962024-05-15T02:49:37.495Z Downloaded regex-automata v0.4.5
7972024-05-15T02:49:37.521Z Downloaded encoding_rs v0.8.33
7982024-05-15T02:49:37.548Z Downloaded libc v0.2.153
7992024-05-15T02:49:37.594Z Downloaded rustls v0.22.4
8002024-05-15T02:49:37.619Z Downloaded ring v0.17.8
8012024-05-15T02:49:37.704Z Downloaded ring v0.16.20
8022024-05-15T02:49:37.807Z Downloaded regex-syntax v0.8.2
8032024-05-15T02:49:37.831Z Downloaded regex-syntax v0.6.29
8042024-05-15T02:49:37.831Z Downloaded polar-core v0.27.3
8052024-05-15T02:49:37.856Z Downloaded petgraph v0.6.5
8062024-05-15T02:49:37.880Z Downloaded sled v0.34.7
8072024-05-15T02:49:37.880Z Downloaded sha3 v0.10.8
8082024-05-15T02:49:37.880Z Downloaded diesel v2.1.6
8092024-05-15T02:49:37.905Z Downloaded csv v1.3.0
8102024-05-15T02:49:37.929Z Downloaded openapiv3 v2.0.0
8112024-05-15T02:49:37.954Z Downloaded ratatui v0.26.2
8122024-05-15T02:49:37.978Z Downloaded smoltcp v0.9.1
8132024-05-15T02:49:37.979Z Downloaded rustls-webpki v0.101.7
8142024-05-15T02:49:38.006Z Downloaded rustix v0.38.31
8152024-05-15T02:49:38.031Z Downloaded regress v0.9.1
8162024-05-15T02:49:38.056Z Downloaded regex v1.10.4
8172024-05-15T02:49:38.056Z Downloaded webpki-roots v0.25.2
8182024-05-15T02:49:38.056Z Downloaded vcpkg v0.2.15
8192024-05-15T02:49:38.106Z Downloaded zerocopy-derive v0.6.6
8202024-05-15T02:49:38.131Z Downloaded openssl v0.10.64
8212024-05-15T02:49:38.131Z Downloaded radix_trie v0.2.1
8222024-05-15T02:49:38.156Z Downloaded nix v0.28.0
8232024-05-15T02:49:38.156Z Downloaded regex-automata v0.1.10
8242024-05-15T02:49:38.181Z Downloaded portable-atomic v1.4.3
8252024-05-15T02:49:38.181Z Downloaded zerocopy-derive v0.2.0
8262024-05-15T02:49:38.181Z Downloaded h2 v0.3.26
8272024-05-15T02:49:38.206Z Downloaded goblin v0.8.0
8282024-05-15T02:49:38.206Z Downloaded quick-xml v0.31.0
8292024-05-15T02:49:38.206Z Downloaded syn v1.0.109
8302024-05-15T02:49:38.231Z Downloaded idna v0.5.0
8312024-05-15T02:49:38.231Z Downloaded slog-stdlog v4.1.1
8322024-05-15T02:49:38.231Z Downloaded reqwest v0.11.27
8332024-05-15T02:49:38.231Z Downloaded rustls-webpki v0.102.1
8342024-05-15T02:49:38.255Z Downloaded trust-dns-proto v0.22.0
8352024-05-15T02:49:38.280Z Downloaded num-bigint-dig v0.8.4
8362024-05-15T02:49:38.280Z Downloaded rayon v1.10.0
8372024-05-15T02:49:38.307Z Downloaded tabled v0.15.0
8382024-05-15T02:49:38.307Z Downloaded syn v2.0.60
8392024-05-15T02:49:38.332Z Downloaded unicode_categories v0.1.1
8402024-05-15T02:49:38.332Z Downloaded fallible-iterator v0.2.0
8412024-05-15T02:49:38.332Z Downloaded slog-scope v4.4.0
8422024-05-15T02:49:38.332Z Downloaded pest_meta v2.7.6
8432024-05-15T02:49:38.332Z Downloaded pest v2.7.6
8442024-05-15T02:49:38.332Z Downloaded schemars v0.8.17
8452024-05-15T02:49:38.357Z Downloaded rustyline v14.0.0
8462024-05-15T02:49:38.357Z Downloaded sqlparser v0.45.0
8472024-05-15T02:49:38.381Z Downloaded expectorate v1.1.0
8482024-05-15T02:49:38.382Z Downloaded snafu v0.8.2
8492024-05-15T02:49:38.382Z Downloaded peg-macros v0.8.3
8502024-05-15T02:49:38.382Z Downloaded num-bigint v0.4.4
8512024-05-15T02:49:38.382Z Downloaded tokio-util v0.7.10
8522024-05-15T02:49:38.406Z Downloaded wyz v0.5.1
8532024-05-15T02:49:38.407Z Downloaded socket2 v0.4.9
8542024-05-15T02:49:38.407Z Downloaded snafu-derive v0.8.2
8552024-05-15T02:49:38.407Z Downloaded pest_derive v2.7.6
8562024-05-15T02:49:38.407Z Downloaded salty v0.2.0
8572024-05-15T02:49:38.407Z Downloaded slog v2.7.0
8582024-05-15T02:49:38.407Z Downloaded unsafe-libyaml v0.2.10
8592024-05-15T02:49:38.407Z Downloaded derive_more v0.99.17
8602024-05-15T02:49:38.431Z Downloaded lalrpop v0.19.12
8612024-05-15T02:49:38.431Z Downloaded which v4.4.0
8622024-05-15T02:49:38.431Z Downloaded spin v0.5.2
8632024-05-15T02:49:38.431Z Downloaded smf v0.2.3
8642024-05-15T02:49:38.432Z Downloaded smawk v0.3.1
8652024-05-15T02:49:38.456Z Downloaded smallvec v1.13.1
8662024-05-15T02:49:38.456Z Downloaded slog-term v2.9.1
8672024-05-15T02:49:38.456Z Downloaded platforms v3.0.2
8682024-05-15T02:49:38.456Z Downloaded hashbrown v0.12.3
8692024-05-15T02:49:38.456Z Downloaded tough v0.17.1
8702024-05-15T02:49:38.456Z Downloaded slog-json v2.6.1
8712024-05-15T02:49:38.481Z Downloaded paste v1.0.15
8722024-05-15T02:49:38.481Z Downloaded password-hash v0.5.0
8732024-05-15T02:49:38.481Z Downloaded parse-display v0.9.0
8742024-05-15T02:49:38.482Z Downloaded pest_generator v2.7.6
8752024-05-15T02:49:38.482Z Downloaded pem-rfc7468 v0.7.0
8762024-05-15T02:49:38.482Z Downloaded rustls-pemfile v2.1.2
8772024-05-15T02:49:38.482Z Downloaded ron v0.7.1
8782024-05-15T02:49:38.482Z Downloaded poly1305 v0.8.0
8792024-05-15T02:49:38.482Z Downloaded pin-project v1.1.3
8802024-05-15T02:49:38.510Z Downloaded samael v0.0.15
8812024-05-15T02:49:38.510Z Downloaded similar v2.4.0
8822024-05-15T02:49:38.510Z Downloaded serde v1.0.201
8832024-05-15T02:49:38.535Z Downloaded diesel_derives v2.1.2
8842024-05-15T02:49:38.535Z Downloaded curve25519-dalek v4.1.2
8852024-05-15T02:49:38.535Z Downloaded peeking_take_while v0.1.2
8862024-05-15T02:49:38.535Z Downloaded path-slash v0.1.5
8872024-05-15T02:49:38.535Z Downloaded parse-display-derive v0.9.0
8882024-05-15T02:49:38.535Z Downloaded percent-encoding v2.3.1
8892024-05-15T02:49:38.535Z Downloaded steno v0.4.0
8902024-05-15T02:49:38.535Z Downloaded vte v0.11.1
8912024-05-15T02:49:38.560Z Downloaded uuid v1.8.0
8922024-05-15T02:49:38.560Z Downloaded filetime v0.2.23
8932024-05-15T02:49:38.560Z Downloaded pem v3.0.4
8942024-05-15T02:49:38.560Z Downloaded resolv-conf v0.7.0
8952024-05-15T02:49:38.560Z Downloaded pkcs8 v0.10.2
8962024-05-15T02:49:38.560Z Downloaded pkcs1 v0.7.5
8972024-05-15T02:49:38.560Z Downloaded pin-project-lite v0.2.13
8982024-05-15T02:49:38.560Z Downloaded pin-project-internal v1.1.3
8992024-05-15T02:49:38.561Z Downloaded ryu v1.0.15
9002024-05-15T02:49:38.586Z Downloaded rustls-pki-types v1.3.0
9012024-05-15T02:49:38.586Z Downloaded rustls-pemfile v1.0.3
9022024-05-15T02:49:38.586Z Downloaded pkg-config v0.3.27
9032024-05-15T02:49:38.586Z Downloaded pin-utils v0.1.0
9042024-05-15T02:49:38.586Z Downloaded phf v0.11.2
9052024-05-15T02:49:38.586Z Downloaded rusty-fork v0.3.0
9062024-05-15T02:49:38.586Z Downloaded siphasher v0.3.11
9072024-05-15T02:49:38.586Z Downloaded signal-hook v0.3.17
9082024-05-15T02:49:38.586Z Downloaded papergrid v0.11.0
9092024-05-15T02:49:38.586Z Downloaded openssl-sys v0.9.102
9102024-05-15T02:49:38.611Z Downloaded toml_edit v0.22.12
9112024-05-15T02:49:38.636Z Downloaded tokio v1.37.0
9122024-05-15T02:49:38.666Z Downloaded phf_shared v0.11.2
9132024-05-15T02:49:38.692Z Downloaded phf_shared v0.10.0
9142024-05-15T02:49:38.692Z Downloaded slog-envlogger v2.2.0
9152024-05-15T02:49:38.692Z Downloaded slog-dtrace v0.3.0
9162024-05-15T02:49:38.692Z Downloaded slog-bunyan v2.5.0
9172024-05-15T02:49:38.692Z Downloaded slog-async v2.8.0
9182024-05-15T02:49:38.692Z Downloaded scheduled-thread-pool v0.2.7
9192024-05-15T02:49:38.692Z Downloaded same-file v1.0.6
9202024-05-15T02:49:38.692Z Downloaded rustversion v1.0.14
9212024-05-15T02:49:38.692Z Downloaded slab v0.4.9
9222024-05-15T02:49:38.692Z Downloaded sha2 v0.10.8
9232024-05-15T02:49:38.692Z Downloaded semver v1.0.22
9242024-05-15T02:49:38.692Z Downloaded semver v0.1.20
9252024-05-15T02:49:38.692Z Downloaded sec1 v0.7.3
9262024-05-15T02:49:38.692Z Downloaded sct v0.7.0
9272024-05-15T02:49:38.720Z Downloaded scroll v0.12.0
9282024-05-15T02:49:38.720Z Downloaded vsss-rs v3.3.4
9292024-05-15T02:49:38.720Z Downloaded unicode-normalization v0.1.22
9302024-05-15T02:49:38.720Z Downloaded typed-path v0.7.0
9312024-05-15T02:49:38.720Z Downloaded trust-dns-server v0.22.1
9322024-05-15T02:49:38.745Z Downloaded trust-dns-resolver v0.22.0
9332024-05-15T02:49:38.745Z Downloaded diff v0.1.13
9342024-05-15T02:49:38.745Z Downloaded toml_edit v0.19.15
9352024-05-15T02:49:38.779Z Downloaded signature v1.6.4
9362024-05-15T02:49:38.779Z Downloaded signal-hook-tokio v0.3.1
9372024-05-15T02:49:38.779Z Downloaded signal-hook-registry v1.4.1
9382024-05-15T02:49:38.779Z Downloaded signal-hook-mio v0.2.3
9392024-05-15T02:49:38.779Z Downloaded shlex v1.3.0
9402024-05-15T02:49:38.779Z Downloaded shell-words v1.1.0
9412024-05-15T02:49:38.779Z Downloaded secrecy v0.8.0
9422024-05-15T02:49:38.805Z Downloaded scopeguard v1.2.0
9432024-05-15T02:49:38.805Z Downloaded schemars_derive v0.8.17
9442024-05-15T02:49:38.806Z Downloaded termcolor v1.2.0
9452024-05-15T02:49:38.806Z Downloaded structmeta-derive v0.2.0
9462024-05-15T02:49:38.806Z Downloaded strsim v0.11.0
9472024-05-15T02:49:38.806Z Downloaded spin v0.9.8
9482024-05-15T02:49:38.806Z Downloaded unicode-segmentation v1.10.1
9492024-05-15T02:49:38.806Z Downloaded unicode-bidi v0.3.15
9502024-05-15T02:49:38.806Z Downloaded tungstenite v0.21.0
9512024-05-15T02:49:38.806Z Downloaded tungstenite v0.20.1
9522024-05-15T02:49:38.806Z Downloaded display-error-chain v0.2.0
9532024-05-15T02:49:38.832Z Downloaded half v2.3.1
9542024-05-15T02:49:38.832Z Downloaded serde-big-array v0.4.1
9552024-05-15T02:49:38.832Z Downloaded walkdir v2.5.0
9562024-05-15T02:49:38.832Z Downloaded waitgroup v0.1.2
9572024-05-15T02:49:38.832Z Downloaded wait-timeout v0.2.0
9582024-05-15T02:49:38.832Z Downloaded structmeta v0.2.0
9592024-05-15T02:49:38.832Z Downloaded strsim v0.10.0
9602024-05-15T02:49:38.832Z Downloaded strip-ansi-escapes v0.2.0
9612024-05-15T02:49:38.832Z Downloaded stringprep v0.1.3
9622024-05-15T02:49:38.832Z Downloaded string_cache v0.8.7
9632024-05-15T02:49:38.832Z Downloaded static_assertions v1.1.0
9642024-05-15T02:49:38.832Z Downloaded stable_deref_trait v1.2.0
9652024-05-15T02:49:38.833Z Downloaded sqlformat v0.2.3
9662024-05-15T02:49:38.833Z Downloaded spki v0.7.2
9672024-05-15T02:49:38.833Z Downloaded typenum v1.16.0
9682024-05-15T02:49:38.858Z Downloaded trust-dns-client v0.22.0
9692024-05-15T02:49:38.858Z Downloaded textwrap v0.16.1
9702024-05-15T02:49:38.858Z Downloaded derive_builder_core v0.20.0
9712024-05-15T02:49:38.858Z Downloaded terminal_size v0.3.0
9722024-05-15T02:49:38.858Z Downloaded structmeta v0.3.0
9732024-05-15T02:49:38.859Z Downloaded stability v0.2.0
9742024-05-15T02:49:38.859Z Downloaded sqlparser_derive v0.2.2
9752024-05-15T02:49:38.859Z Downloaded version_check v0.9.4
9762024-05-15T02:49:38.859Z Downloaded uzers v0.11.3
9772024-05-15T02:49:38.859Z Downloaded utf8parse v0.2.1
9782024-05-15T02:49:38.859Z Downloaded utf-8 v0.7.6
9792024-05-15T02:49:38.859Z Downloaded universal-hash v0.5.1
9802024-05-15T02:49:38.884Z Downloaded unicode-xid v0.2.4
9812024-05-15T02:49:38.884Z Downloaded unicode-width v0.1.11
9822024-05-15T02:49:38.884Z Downloaded unicode-ident v1.0.12
9832024-05-15T02:49:38.884Z Downloaded unarray v0.1.4
9842024-05-15T02:49:38.884Z Downloaded ucd-trie v0.1.6
9852024-05-15T02:49:38.884Z Downloaded tracing-core v0.1.32
9862024-05-15T02:49:38.884Z Downloaded test-strategy v0.3.1
9872024-05-15T02:49:38.884Z Downloaded dof v0.1.5
9882024-05-15T02:49:38.884Z Downloaded dirs-next v2.0.0
9892024-05-15T02:49:38.884Z Downloaded parking_lot v0.12.1
9902024-05-15T02:49:38.910Z Downloaded owo-colors v4.0.0
9912024-05-15T02:49:38.910Z Downloaded oso v0.27.3
9922024-05-15T02:49:38.910Z Downloaded serde_with v3.7.0
9932024-05-15T02:49:38.910Z Downloaded unicode-linebreak v0.1.5
9942024-05-15T02:49:38.910Z Downloaded tui-tree-widget v0.19.0
9952024-05-15T02:49:38.910Z Downloaded thiserror-impl v1.0.59
9962024-05-15T02:49:38.910Z Downloaded termios v0.3.3
9972024-05-15T02:49:38.910Z Downloaded parking_lot v0.11.2
9982024-05-15T02:49:38.938Z Downloaded num-complex v0.4.6
9992024-05-15T02:49:38.938Z Downloaded tracing v0.1.40
10002024-05-15T02:49:38.938Z Downloaded try-lock v0.2.4
10012024-05-15T02:49:38.938Z Downloaded thiserror-impl-no-std v2.0.2
10022024-05-15T02:49:38.938Z Downloaded thiserror v1.0.59
10032024-05-15T02:49:38.938Z Downloaded termtree v0.4.1
10042024-05-15T02:49:38.939Z Downloaded errno v0.3.8
10052024-05-15T02:49:38.939Z Downloaded dirs-sys-next v0.1.2
10062024-05-15T02:49:38.939Z Downloaded digest v0.10.7
10072024-05-15T02:49:38.965Z Downloaded difflib v0.4.0
10082024-05-15T02:49:38.965Z Downloaded derive_builder v0.20.0
10092024-05-15T02:49:38.965Z Downloaded zerocopy v0.7.32
10102024-05-15T02:49:38.991Z Downloaded zerocopy v0.6.6
10112024-05-15T02:49:38.991Z Downloaded x509-cert v0.2.4
10122024-05-15T02:49:38.991Z Downloaded vte_generate_state_changes v0.1.1
10132024-05-15T02:49:38.991Z Downloaded usdt-macro v0.5.0
10142024-05-15T02:49:38.991Z Downloaded derive-where v1.2.7
10152024-05-15T02:49:39.016Z Downloaded der v0.7.8
10162024-05-15T02:49:39.016Z Downloaded defmt-macros v0.3.6
10172024-05-15T02:49:39.016Z Downloaded zerocopy-derive v0.7.32
10182024-05-15T02:49:39.016Z Downloaded parking_lot_core v0.8.6
10192024-05-15T02:49:39.016Z Downloaded defmt v0.3.5
10202024-05-15T02:49:39.041Z Downloaded debug-ignore v1.0.5
10212024-05-15T02:49:39.041Z Downloaded darling_core v0.20.8
10222024-05-15T02:49:39.041Z Downloaded csv-core v0.1.11
10232024-05-15T02:49:39.041Z Downloaded cstr-argument v0.1.2
10242024-05-15T02:49:39.041Z Downloaded zerocopy v0.3.0
10252024-05-15T02:49:39.041Z Downloaded yasna v0.5.2
10262024-05-15T02:49:39.041Z Downloaded parking_lot_core v0.9.8
10272024-05-15T02:49:39.041Z Downloaded packed_struct v0.10.1
10282024-05-15T02:49:39.066Z Downloaded rand v0.8.5
10292024-05-15T02:49:39.066Z Downloaded publicsuffix v2.2.3
10302024-05-15T02:49:39.066Z Downloaded derive_builder_macro v0.20.0
10312024-05-15T02:49:39.066Z Downloaded deranged v0.3.11
10322024-05-15T02:49:39.066Z Downloaded der_derive v0.7.2
10332024-05-15T02:49:39.066Z Downloaded data-encoding v2.4.0
10342024-05-15T02:49:39.066Z Downloaded darling v0.20.8
10352024-05-15T02:49:39.066Z Downloaded curve25519-dalek-derive v0.1.0
10362024-05-15T02:49:39.066Z Downloaded zeroize_derive v1.4.2
10372024-05-15T02:49:39.092Z Downloaded zeroize v1.7.0
10382024-05-15T02:49:39.092Z Downloaded xattr v1.0.1
10392024-05-15T02:49:39.092Z Downloaded packed_struct_codegen v0.10.1
10402024-05-15T02:49:39.092Z Downloaded oso-derive v0.27.3
10412024-05-15T02:49:39.092Z Downloaded num v0.4.3
10422024-05-15T02:49:39.092Z Downloaded globset v0.4.13
10432024-05-15T02:49:39.093Z Downloaded gimli v0.28.0
10442024-05-15T02:49:39.120Z Downloaded futures-util v0.3.30
10452024-05-15T02:49:39.120Z Downloaded toml v0.8.12
10462024-05-15T02:49:39.146Z Downloaded toml v0.7.8
10472024-05-15T02:49:39.146Z Downloaded nom v7.1.3
10482024-05-15T02:49:39.146Z Downloaded minimal-lexical v0.2.1
10492024-05-15T02:49:39.146Z Downloaded itertools v0.12.1
10502024-05-15T02:49:39.197Z Downloaded bzip2-sys v0.1.11+1.0.8
10512024-05-15T02:49:39.222Z Downloaded hash32 v0.3.1
10522024-05-15T02:49:39.222Z Downloaded hash32 v0.2.1
10532024-05-15T02:49:39.222Z Downloaded group v0.13.0
10542024-05-15T02:49:39.222Z Downloaded futures v0.3.30
10552024-05-15T02:49:39.222Z Downloaded flume v0.11.0
10562024-05-15T02:49:39.222Z Downloaded flate2 v1.0.30
10572024-05-15T02:49:39.222Z Downloaded toml v0.5.11
10582024-05-15T02:49:39.223Z Downloaded tokio-tungstenite v0.20.1
10592024-05-15T02:49:39.223Z Downloaded proptest v1.4.0
10602024-05-15T02:49:39.223Z Downloaded object v0.32.1
10612024-05-15T02:49:39.223Z Downloaded object v0.30.4
10622024-05-15T02:49:39.248Z Downloaded libxml v0.3.3
10632024-05-15T02:49:39.248Z Downloaded itertools v0.10.5
10642024-05-15T02:49:39.248Z Downloaded num-conv v0.1.0
10652024-05-15T02:49:39.248Z Downloaded glob v0.3.1
10662024-05-15T02:49:39.248Z Downloaded getrandom v0.2.12
10672024-05-15T02:49:39.248Z Downloaded getopts v0.2.21
10682024-05-15T02:49:39.248Z Downloaded gethostname v0.4.3
10692024-05-15T02:49:39.248Z Downloaded generic-array v0.14.7
10702024-05-15T02:49:39.248Z Downloaded futures-task v0.3.30
10712024-05-15T02:49:39.273Z Downloaded futures-io v0.3.30
10722024-05-15T02:49:39.273Z Downloaded futures-executor v0.3.30
10732024-05-15T02:49:39.273Z Downloaded futures-core v0.3.30
10742024-05-15T02:49:39.273Z Downloaded futures-channel v0.3.30
10752024-05-15T02:49:39.273Z Downloaded funty v2.0.0
10762024-05-15T02:49:39.273Z Downloaded fs-err v2.11.0
10772024-05-15T02:49:39.274Z Downloaded fragile v2.0.0
10782024-05-15T02:49:39.274Z Downloaded foreign-types-macros v0.2.3
10792024-05-15T02:49:39.274Z Downloaded foreign-types v0.5.0
10802024-05-15T02:49:39.274Z Downloaded foreign-types v0.3.2
10812024-05-15T02:49:39.274Z Downloaded float-cmp v0.9.0
10822024-05-15T02:49:39.274Z Downloaded flagset v0.4.3
10832024-05-15T02:49:39.274Z Downloaded tracing-attributes v0.1.27
10842024-05-15T02:49:39.274Z Downloaded tokio-tungstenite v0.21.0
10852024-05-15T02:49:39.274Z Downloaded time v0.3.34
10862024-05-15T02:49:39.299Z Downloaded quote v1.0.36
10872024-05-15T02:49:39.299Z Downloaded crypto-bigint v0.5.2
10882024-05-15T02:49:39.299Z Downloaded mio v0.8.11
10892024-05-15T02:49:39.299Z Downloaded bstr v1.9.0
10902024-05-15T02:49:39.327Z Downloaded fxhash v0.2.1
10912024-05-15T02:49:39.327Z Downloaded futures-sink v0.3.30
10922024-05-15T02:49:39.327Z Downloaded futures-macro v0.3.30
10932024-05-15T02:49:39.327Z Downloaded form_urlencoded v1.2.1
10942024-05-15T02:49:39.327Z Downloaded foreign-types-shared v0.3.1
10952024-05-15T02:49:39.327Z Downloaded foreign-types-shared v0.1.1
10962024-05-15T02:49:39.327Z Downloaded fnv v1.0.7
10972024-05-15T02:49:39.327Z Downloaded fixedbitset v0.4.2
10982024-05-15T02:49:39.327Z Downloaded topological-sort v0.2.2
10992024-05-15T02:49:39.327Z Downloaded toolchain_find v0.4.0
11002024-05-15T02:49:39.328Z Downloaded toml_datetime v0.6.5
11012024-05-15T02:49:39.328Z Downloaded tokio-rustls v0.24.1
11022024-05-15T02:49:39.328Z Downloaded tokio-postgres v0.7.10
11032024-05-15T02:49:39.353Z Downloaded tinyvec v1.6.0
11042024-05-15T02:49:39.353Z Downloaded tiny-keccak v2.0.2
11052024-05-15T02:49:39.353Z Downloaded thiserror-no-std v2.0.2
11062024-05-15T02:49:39.353Z Downloaded ref-cast-impl v1.0.23
11072024-05-15T02:49:39.353Z Downloaded rand_seeder v0.2.3
11082024-05-15T02:49:39.353Z Downloaded rand_core v0.6.4
11092024-05-15T02:49:39.353Z Downloaded prettyplease v0.2.20
11102024-05-15T02:49:39.353Z Downloaded postcard v1.0.8
11112024-05-15T02:49:39.353Z Downloaded tar v0.4.40
11122024-05-15T02:49:39.378Z Downloaded memchr v2.7.1
11132024-05-15T02:49:39.378Z Downloaded tokio-stream v0.1.15
11142024-05-15T02:49:39.378Z Downloaded tokio-rustls v0.25.0
11152024-05-15T02:49:39.378Z Downloaded tokio-native-tls v0.3.1
11162024-05-15T02:49:39.378Z Downloaded tokio-macros v2.2.0
11172024-05-15T02:49:39.378Z Downloaded tinyvec_macros v0.1.1
11182024-05-15T02:49:39.378Z Downloaded time-macros v0.2.17
11192024-05-15T02:49:39.378Z Downloaded time-core v0.1.2
11202024-05-15T02:49:39.378Z Downloaded thread_local v1.1.7
11212024-05-15T02:49:39.378Z Downloaded thread-id v4.2.0
11222024-05-15T02:49:39.378Z Downloaded rand_xorshift v0.3.0
11232024-05-15T02:49:39.403Z Downloaded rand_chacha v0.3.1
11242024-05-15T02:49:39.403Z Downloaded radium v0.7.0
11252024-05-15T02:49:39.403Z Downloaded r2d2 v0.8.10
11262024-05-15T02:49:39.403Z Downloaded quick-error v1.2.3
11272024-05-15T02:49:39.403Z Downloaded psl-types v2.0.11
11282024-05-15T02:49:39.403Z Downloaded proc-macro2 v1.0.82
11292024-05-15T02:49:39.404Z Downloaded proc-macro-error-attr v1.0.4
11302024-05-15T02:49:39.404Z Downloaded proc-macro-error v1.0.4
11312024-05-15T02:49:39.404Z Downloaded proc-macro-crate v1.3.1
11322024-05-15T02:49:39.404Z Downloaded pretty-hex v0.2.1
11332024-05-15T02:49:39.404Z Downloaded predicates-tree v1.0.9
11342024-05-15T02:49:39.404Z Downloaded predicates-core v1.0.6
11352024-05-15T02:49:39.404Z Downloaded predicates v3.1.0
11362024-05-15T02:49:39.404Z Downloaded precomputed-hash v0.1.1
11372024-05-15T02:49:39.404Z Downloaded ppv-lite86 v0.2.17
11382024-05-15T02:49:39.404Z Downloaded powerfmt v0.2.0
11392024-05-15T02:49:39.429Z Downloaded postgres-types v0.2.6
11402024-05-15T02:49:39.430Z Downloaded postgres-protocol v0.6.6
11412024-05-15T02:49:39.430Z Downloaded omicron-zone-package v0.11.0
11422024-05-15T02:49:39.430Z Downloaded erased-serde v0.3.31
11432024-05-15T02:49:39.430Z Downloaded env_logger v0.10.0
11442024-05-15T02:49:39.430Z Downloaded env_logger v0.9.3
11452024-05-15T02:49:39.430Z Downloaded crossterm v0.27.0
11462024-05-15T02:49:39.430Z Downloaded usdt-impl v0.3.5
11472024-05-15T02:49:39.455Z Downloaded term v0.7.0
11482024-05-15T02:49:39.455Z Downloaded serde_yaml v0.9.25
11492024-05-15T02:49:39.455Z Downloaded serde_with_macros v3.7.0
11502024-05-15T02:49:39.455Z Downloaded serde_tokenstream v0.2.0
11512024-05-15T02:49:39.455Z Downloaded serde_json v1.0.116
11522024-05-15T02:49:39.455Z Downloaded libm v0.2.7
11532024-05-15T02:49:39.480Z Downloaded opaque-debug v0.3.0
11542024-05-15T02:49:39.480Z Downloaded once_cell v1.19.0
11552024-05-15T02:49:39.480Z Downloaded olpc-cjson v0.1.3
11562024-05-15T02:49:39.480Z Downloaded number_prefix v0.4.0
11572024-05-15T02:49:39.480Z Downloaded num_threads v0.1.6
11582024-05-15T02:49:39.481Z Downloaded num_enum_derive v0.5.11
11592024-05-15T02:49:39.481Z Downloaded num_enum v0.5.11
11602024-05-15T02:49:39.481Z Downloaded num_cpus v1.16.0
11612024-05-15T02:49:39.508Z Downloaded num-traits v0.2.19
11622024-05-15T02:49:39.508Z Downloaded num-rational v0.4.2
11632024-05-15T02:49:39.508Z Downloaded num-iter v0.1.45
11642024-05-15T02:49:39.508Z Downloaded num-integer v0.1.46
11652024-05-15T02:49:39.508Z Downloaded num-derive v0.4.0
11662024-05-15T02:49:39.508Z Downloaded enum-as-inner v0.5.1
11672024-05-15T02:49:39.508Z Downloaded ena v0.14.2
11682024-05-15T02:49:39.508Z Downloaded embedded-io v0.4.0
11692024-05-15T02:49:39.508Z Downloaded elliptic-curve v0.13.8
11702024-05-15T02:49:39.508Z Downloaded ed25519 v1.5.3
11712024-05-15T02:49:39.508Z Downloaded dyn-clone v1.0.17
11722024-05-15T02:49:39.509Z Downloaded dof v0.3.0
11732024-05-15T02:49:39.509Z Downloaded crypto-common v0.1.6
11742024-05-15T02:49:39.535Z Downloaded crucible-workspace-hack v0.1.0
11752024-05-15T02:49:39.535Z Downloaded crossbeam-epoch v0.9.18
11762024-05-15T02:49:39.535Z Downloaded zip v0.6.6
11772024-05-15T02:49:39.535Z Downloaded usdt-macro v0.3.5
11782024-05-15T02:49:39.535Z Downloaded usdt-impl v0.5.0
11792024-05-15T02:49:39.536Z Downloaded usdt-attr-macro v0.3.5
11802024-05-15T02:49:39.536Z Downloaded usdt v0.5.0
11812024-05-15T02:49:39.536Z Downloaded url v2.5.0
11822024-05-15T02:49:39.536Z Downloaded tap v1.0.1
11832024-05-15T02:49:39.536Z Downloaded tabwriter v1.4.0
11842024-05-15T02:49:39.536Z Downloaded tabled_derive v0.7.0
11852024-05-15T02:49:39.536Z Downloaded subprocess v0.2.9
11862024-05-15T02:49:39.536Z Downloaded strum_macros v0.26.1
11872024-05-15T02:49:39.536Z Downloaded serde_derive v1.0.201
11882024-05-15T02:49:39.536Z Downloaded rsa v0.9.2
11892024-05-15T02:49:39.573Z Downloaded ron v0.8.1
11902024-05-15T02:49:39.573Z Downloaded reedline v0.31.0
11912024-05-15T02:49:39.573Z Downloaded mockall_derive v0.12.1
11922024-05-15T02:49:39.573Z Downloaded mockall v0.12.1
11932024-05-15T02:49:39.573Z Downloaded miniz_oxide v0.7.1
11942024-05-15T02:49:39.573Z Downloaded indicatif v0.17.8
11952024-05-15T02:49:39.573Z Downloaded clap_builder v4.5.2
11962024-05-15T02:49:39.573Z Downloaded endian-type v0.1.2
11972024-05-15T02:49:39.598Z Downloaded either v1.11.0
11982024-05-15T02:49:39.598Z Downloaded dtrace-parser v0.2.0
11992024-05-15T02:49:39.598Z Downloaded dtrace-parser v0.1.14
12002024-05-15T02:49:39.598Z Downloaded downcast v0.11.0
12012024-05-15T02:49:39.598Z Downloaded crunchy v0.2.2
12022024-05-15T02:49:39.599Z Downloaded crossbeam-utils v0.8.19
12032024-05-15T02:49:39.599Z Downloaded zone_cfg_derive v0.1.2
12042024-05-15T02:49:39.599Z Downloaded zone v0.1.8
12052024-05-15T02:49:39.599Z Downloaded usdt-attr-macro v0.5.0
12062024-05-15T02:49:39.599Z Downloaded usdt v0.3.5
12072024-05-15T02:49:39.599Z Downloaded untrusted v0.9.0
12082024-05-15T02:49:39.599Z Downloaded untrusted v0.7.1
12092024-05-15T02:49:39.599Z Downloaded tempfile v3.10.1
12102024-05-15T02:49:39.599Z Downloaded take_mut v0.2.2
12112024-05-15T02:49:39.599Z Downloaded synstructure v0.12.6
12122024-05-15T02:49:39.599Z Downloaded sync_wrapper v0.1.2
12132024-05-15T02:49:39.599Z Downloaded swrite v0.1.0
12142024-05-15T02:49:39.599Z Downloaded supports-color v3.0.0
12152024-05-15T02:49:39.599Z Downloaded subtle v2.5.0
12162024-05-15T02:49:39.599Z Downloaded strum_macros v0.25.2
12172024-05-15T02:49:39.625Z Downloaded strum_macros v0.24.3
12182024-05-15T02:49:39.625Z Downloaded strum v0.26.2
12192024-05-15T02:49:39.625Z Downloaded structmeta-derive v0.3.0
12202024-05-15T02:49:39.625Z Downloaded sha1 v0.10.6
12212024-05-15T02:49:39.625Z Downloaded serde_urlencoded v0.7.1
12222024-05-15T02:49:39.625Z Downloaded serde_spanned v0.6.5
12232024-05-15T02:49:39.625Z Downloaded serde_repr v0.1.16
12242024-05-15T02:49:39.625Z Downloaded serde_plain v1.0.2
12252024-05-15T02:49:39.625Z Downloaded serde_path_to_error v0.1.16
12262024-05-15T02:49:39.625Z Downloaded serde_arrays v0.1.0
12272024-05-15T02:49:39.625Z Downloaded serde-hex v0.1.0
12282024-05-15T02:49:39.625Z Downloaded rustc_version v0.4.0
12292024-05-15T02:49:39.625Z Downloaded rustc_version v0.1.7
12302024-05-15T02:49:39.625Z Downloaded rustc-demangle v0.1.23
12312024-05-15T02:49:39.625Z Downloaded rpassword v7.3.1
12322024-05-15T02:49:39.625Z Downloaded ref-cast v1.0.23
12332024-05-15T02:49:39.653Z Downloaded rcgen v0.12.1
12342024-05-15T02:49:39.653Z Downloaded rayon-core v1.12.1
12352024-05-15T02:49:39.653Z Downloaded nu-ansi-term v0.50.0
12362024-05-15T02:49:39.653Z Downloaded nodrop v0.1.14
12372024-05-15T02:49:39.653Z Downloaded newtype-uuid v1.1.0
12382024-05-15T02:49:39.653Z Downloaded native-tls v0.2.11
12392024-05-15T02:49:39.653Z Downloaded nanorand v0.7.0
12402024-05-15T02:49:39.653Z Downloaded multimap v0.10.0
12412024-05-15T02:49:39.653Z Downloaded multer v3.1.0
12422024-05-15T02:49:39.653Z Downloaded mime_guess v2.0.4
12432024-05-15T02:49:39.653Z Downloaded memmap2 v0.7.1
12442024-05-15T02:49:39.678Z Downloaded managed v0.8.0
12452024-05-15T02:49:39.678Z Downloaded lru-cache v0.1.2
12462024-05-15T02:49:39.678Z Downloaded const-oid v0.9.6
12472024-05-15T02:49:39.678Z Downloaded compact_str v0.7.1
12482024-05-15T02:49:39.678Z Downloaded chacha20poly1305 v0.10.1
12492024-05-15T02:49:39.678Z Downloaded cc v1.0.83
12502024-05-15T02:49:39.678Z Downloaded bzip2 v0.4.4
12512024-05-15T02:49:39.679Z Downloaded bytes v1.6.0
12522024-05-15T02:49:39.679Z Downloaded blake3 v1.5.0
12532024-05-15T02:49:39.703Z Downloaded bindgen v0.69.2
12542024-05-15T02:49:39.703Z Downloaded serde_derive_internals v0.29.0
12552024-05-15T02:49:39.703Z Downloaded serde-big-array v0.5.1
12562024-05-15T02:49:39.703Z Downloaded rustfmt-wrapper v0.2.1
12572024-05-15T02:49:39.704Z Downloaded rustc-hash v1.1.0
12582024-05-15T02:49:39.704Z Downloaded rtoolbox v0.0.1
12592024-05-15T02:49:39.704Z Downloaded normalize-line-endings v0.3.0
12602024-05-15T02:49:39.704Z Downloaded nibble_vec v0.1.0
12612024-05-15T02:49:39.704Z Downloaded newtype_derive v0.1.6
12622024-05-15T02:49:39.704Z Downloaded newline-converter v0.3.0
12632024-05-15T02:49:39.704Z Downloaded mime v0.3.17
12642024-05-15T02:49:39.704Z Downloaded memoffset v0.7.1
12652024-05-15T02:49:39.729Z Downloaded maybe-uninit v2.0.0
12662024-05-15T02:49:39.729Z Downloaded macaddr v1.0.1
12672024-05-15T02:49:39.729Z Downloaded log v0.4.21
12682024-05-15T02:49:39.729Z Downloaded lock_api v0.4.10
12692024-05-15T02:49:39.729Z Downloaded lazy_static v1.4.0
12702024-05-15T02:49:39.729Z Downloaded keccak v0.1.4
12712024-05-15T02:49:39.729Z Downloaded indoc v2.0.3
12722024-05-15T02:49:39.730Z Downloaded crc32fast v1.3.2
12732024-05-15T02:49:39.730Z Downloaded cookie_store v0.20.0
12742024-05-15T02:49:39.730Z Downloaded cookie v0.17.0
12752024-05-15T02:49:39.730Z Downloaded convert_case v0.4.0
12762024-05-15T02:49:39.730Z Downloaded const_format_proc_macros v0.2.32
12772024-05-15T02:49:39.730Z Downloaded console v0.15.8
12782024-05-15T02:49:39.756Z Downloaded clap_lex v0.7.0
12792024-05-15T02:49:39.756Z Downloaded clap_derive v4.5.4
12802024-05-15T02:49:39.756Z Downloaded cipher v0.4.4
12812024-05-15T02:49:39.756Z Downloaded ciborium-ll v0.2.2
12822024-05-15T02:49:39.756Z Downloaded chrono v0.4.38
12832024-05-15T02:49:39.756Z Downloaded byteorder v1.5.0
12842024-05-15T02:49:39.756Z Downloaded memmap v0.7.0
12852024-05-15T02:49:39.756Z Downloaded md-5 v0.10.5
12862024-05-15T02:49:39.756Z Downloaded matches v0.1.10
12872024-05-15T02:49:39.756Z Downloaded maplit v1.0.2
12882024-05-15T02:49:39.756Z Downloaded linked-hash-map v0.5.6
12892024-05-15T02:49:39.781Z Downloaded libloading v0.7.4
12902024-05-15T02:49:39.781Z Downloaded libefi-sys v0.1.0
12912024-05-15T02:49:39.781Z Downloaded lalrpop-util v0.19.12
12922024-05-15T02:49:39.781Z Downloaded kstat-rs v0.2.3
12932024-05-15T02:49:39.781Z Downloaded itoa v1.0.9
12942024-05-15T02:49:39.781Z Downloaded is-terminal v0.4.9
12952024-05-15T02:49:39.781Z Downloaded ipnet v2.9.0
12962024-05-15T02:49:39.781Z Downloaded indoc v1.0.9
12972024-05-15T02:49:39.781Z Downloaded hyper-tls v0.5.0
12982024-05-15T02:49:39.781Z Downloaded crc v3.0.1
12992024-05-15T02:49:39.781Z Downloaded cpufeatures v0.2.12
13002024-05-15T02:49:39.781Z Downloaded cookie v0.18.1
13012024-05-15T02:49:39.782Z Downloaded constant_time_eq v0.3.0
13022024-05-15T02:49:39.782Z Downloaded colored v2.1.0
13032024-05-15T02:49:39.782Z Downloaded colorchoice v1.0.0
13042024-05-15T02:49:39.782Z Downloaded cobs v0.2.3
13052024-05-15T02:49:39.807Z Downloaded clap v4.5.4
13062024-05-15T02:49:39.807Z Downloaded ciborium v0.2.2
13072024-05-15T02:49:39.807Z Downloaded chacha20 v0.9.1
13082024-05-15T02:49:39.807Z Downloaded cfg_aliases v0.1.1
13092024-05-15T02:49:39.807Z Downloaded cexpr v0.6.0
13102024-05-15T02:49:39.807Z Downloaded castaway v0.2.2
13112024-05-15T02:49:39.807Z Downloaded cassowary v0.3.0
13122024-05-15T02:49:39.807Z Downloaded cargo-platform v0.1.3
13132024-05-15T02:49:39.807Z Downloaded camino-tempfile v1.1.1
13142024-05-15T02:49:39.832Z Downloaded camino v1.1.6
13152024-05-15T02:49:39.832Z Downloaded block-buffer v0.10.4
13162024-05-15T02:49:39.832Z Downloaded crossbeam-channel v0.5.8
13172024-05-15T02:49:39.832Z Downloaded crc-catalog v2.2.0
13182024-05-15T02:49:39.832Z Downloaded crc-any v2.4.3
13192024-05-15T02:49:39.832Z Downloaded corncobs v0.1.3
13202024-05-15T02:49:39.833Z Downloaded const_format v0.2.32
13212024-05-15T02:49:39.857Z Downloaded clang-sys v1.6.1
13222024-05-15T02:49:39.857Z Downloaded cfg-if v1.0.0
13232024-05-15T02:49:39.857Z Downloaded buf-list v1.0.3
13242024-05-15T02:49:39.857Z Downloaded bstr v0.2.17
13252024-05-15T02:49:39.883Z Downloaded bitstruct_derive v0.1.0
13262024-05-15T02:49:39.883Z Downloaded bitflags v2.4.2
13272024-05-15T02:49:39.883Z Downloaded bitflags v1.3.2
13282024-05-15T02:49:39.883Z Downloaded bitfield v0.14.0
13292024-05-15T02:49:39.883Z Downloaded bb8 v0.8.3
13302024-05-15T02:49:39.883Z Downloaded base64 v0.21.7
13312024-05-15T02:49:39.883Z Downloaded lazycell v1.3.0
13322024-05-15T02:49:39.883Z Downloaded inout v0.1.3
13332024-05-15T02:49:39.883Z Downloaded indexmap v2.2.6
13342024-05-15T02:49:39.883Z Downloaded impl-trait-for-tuples v0.2.2
13352024-05-15T02:49:39.911Z Downloaded idna v0.3.0
13362024-05-15T02:49:39.911Z Downloaded hyper v0.14.28
13372024-05-15T02:49:39.911Z Downloaded ciborium-io v0.2.2
13382024-05-15T02:49:39.911Z Downloaded cargo_metadata v0.18.1
13392024-05-15T02:49:39.911Z Downloaded cancel-safe-futures v0.1.5
13402024-05-15T02:49:39.936Z Downloaded block-padding v0.3.3
13412024-05-15T02:49:39.936Z Downloaded blake2 v0.10.6
13422024-05-15T02:49:39.936Z Downloaded bitstruct v0.1.1
13432024-05-15T02:49:39.936Z Downloaded bit-vec v0.6.3
13442024-05-15T02:49:39.936Z Downloaded bit-set v0.5.3
13452024-05-15T02:49:39.936Z Downloaded base64ct v1.6.0
13462024-05-15T02:49:39.936Z Downloaded base64 v0.22.1
13472024-05-15T02:49:39.936Z Downloaded libsw v3.3.1
13482024-05-15T02:49:39.936Z Downloaded is_ci v1.2.0
13492024-05-15T02:49:39.936Z Downloaded idna v0.2.3
13502024-05-15T02:49:39.936Z Downloaded bytecount v0.6.3
13512024-05-15T02:49:39.961Z Downloaded bitvec v1.0.1
13522024-05-15T02:49:39.961Z Downloaded bcs v0.1.6
13532024-05-15T02:49:39.961Z Downloaded base64 v0.13.1
13542024-05-15T02:49:39.961Z Downloaded atty v0.2.14
13552024-05-15T02:49:39.986Z Downloaded atomic-waker v1.1.1
13562024-05-15T02:49:39.986Z Downloaded indexmap v1.9.3
13572024-05-15T02:49:39.986Z Downloaded ident_case v1.0.1
13582024-05-15T02:49:39.986Z Downloaded iana-time-zone v0.1.57
13592024-05-15T02:49:39.986Z Downloaded hyper-staticfile v0.9.5
13602024-05-15T02:49:39.986Z Downloaded hubpack_derive v0.1.1
13612024-05-15T02:49:39.986Z Downloaded backtrace v0.3.69
13622024-05-15T02:49:39.986Z Downloaded backoff v0.4.0
13632024-05-15T02:49:39.986Z Downloaded async-stream v0.3.5
13642024-05-15T02:49:39.987Z Downloaded argon2 v0.5.3
13652024-05-15T02:49:39.987Z Downloaded hyper-rustls v0.24.2
13662024-05-15T02:49:40.012Z Downloaded humantime v2.1.0
13672024-05-15T02:49:40.012Z Downloaded hubpack v0.1.2
13682024-05-15T02:49:40.012Z Downloaded httparse v1.8.0
13692024-05-15T02:49:40.012Z Downloaded http-range v0.1.5
13702024-05-15T02:49:40.012Z Downloaded http v1.0.0
13712024-05-15T02:49:40.012Z Downloaded http v0.2.12
13722024-05-15T02:49:40.012Z Downloaded hostname v0.4.0
13732024-05-15T02:49:40.012Z Downloaded home v0.5.5
13742024-05-15T02:49:40.012Z Downloaded hmac v0.12.1
13752024-05-15T02:49:40.012Z Downloaded hkdf v0.12.4
13762024-05-15T02:49:40.012Z Downloaded highway v1.1.0
13772024-05-15T02:49:40.037Z Downloaded hex v0.4.3
13782024-05-15T02:49:40.037Z Downloaded autocfg v1.1.0
13792024-05-15T02:49:40.037Z Downloaded atomicwrites v0.4.3
13802024-05-15T02:49:40.037Z Downloaded async-trait v0.1.80
13812024-05-15T02:49:40.037Z Downloaded async-stream-impl v0.3.5
13822024-05-15T02:49:40.037Z Downloaded assert_matches v1.5.0
13832024-05-15T02:49:40.037Z Downloaded array-init v0.0.4
13842024-05-15T02:49:40.037Z Downloaded anyhow v1.0.83
13852024-05-15T02:49:40.037Z Downloaded http-body v0.4.5
13862024-05-15T02:49:40.037Z Downloaded hostname v0.3.1
13872024-05-15T02:49:40.037Z Downloaded heck v0.5.0
13882024-05-15T02:49:40.037Z Downloaded heapless v0.8.0
13892024-05-15T02:49:40.062Z Downloaded heapless v0.7.16
13902024-05-15T02:49:40.062Z Downloaded headers-core v0.2.0
13912024-05-15T02:49:40.062Z Downloaded headers v0.3.9
13922024-05-15T02:49:40.062Z Downloaded hashbrown v0.14.3
13932024-05-15T02:49:40.062Z Downloaded hashbrown v0.13.2
13942024-05-15T02:49:40.087Z Downloaded async-recursion v1.1.1
13952024-05-15T02:49:40.087Z Downloaded ascii-canvas v3.0.0
13962024-05-15T02:49:40.087Z Downloaded arrayvec v0.7.4
13972024-05-15T02:49:40.087Z Downloaded arc-swap v1.6.0
13982024-05-15T02:49:40.087Z Downloaded anstyle-query v1.0.0
13992024-05-15T02:49:40.087Z Downloaded anstream v0.6.11
14002024-05-15T02:49:40.087Z Downloaded addr2line v0.21.0
14012024-05-15T02:49:40.087Z Downloaded heck v0.3.3
14022024-05-15T02:49:40.087Z Downloaded base16ct v0.2.0
14032024-05-15T02:49:40.087Z Downloaded ascii v1.1.0
14042024-05-15T02:49:40.112Z Downloaded anstyle-parse v0.2.1
14052024-05-15T02:49:40.112Z Downloaded anstyle v1.0.7
14062024-05-15T02:49:40.113Z Downloaded allocator-api2 v0.2.16
14072024-05-15T02:49:40.113Z Downloaded ahash v0.8.8
14082024-05-15T02:49:40.113Z Downloaded adler v1.0.2
14092024-05-15T02:49:40.113Z Downloaded arrayref v0.3.7
14102024-05-15T02:49:40.113Z Downloaded aho-corasick v1.1.2
14112024-05-15T02:49:40.113Z Downloaded aead v0.5.2
14122024-05-15T02:49:40.395Z Compiling proc-macro2 v1.0.82
14132024-05-15T02:49:40.395Z Compiling unicode-ident v1.0.12
14142024-05-15T02:49:40.420Z Compiling libc v0.2.153
14152024-05-15T02:49:40.420Z Compiling serde v1.0.201
14162024-05-15T02:49:40.420Z Compiling autocfg v1.1.0
14172024-05-15T02:49:40.420Z Compiling version_check v0.9.4
14182024-05-15T02:49:40.420Z Compiling cfg-if v1.0.0
14192024-05-15T02:49:40.641Z Compiling once_cell v1.19.0
14202024-05-15T02:49:40.670Z Compiling parking_lot_core v0.9.8
14212024-05-15T02:49:40.736Z Compiling serde_json v1.0.116
14222024-05-15T02:49:41.086Z Compiling byteorder v1.5.0
14232024-05-15T02:49:41.113Z Compiling libm v0.2.7
14242024-05-15T02:49:41.139Z Compiling memchr v2.7.1
14252024-05-15T02:49:41.164Z Compiling ahash v0.8.8
14262024-05-15T02:49:41.362Z Compiling lock_api v0.4.10
14272024-05-15T02:49:41.456Z Compiling num-traits v0.2.19
14282024-05-15T02:49:41.522Z Compiling thiserror v1.0.59
14292024-05-15T02:49:41.558Z Compiling typenum v1.16.0
14302024-05-15T02:49:41.704Z Compiling log v0.4.21
14312024-05-15T02:49:42.017Z Compiling generic-array v0.14.7
14322024-05-15T02:49:42.325Z Compiling quote v1.0.36
14332024-05-15T02:49:42.411Z Compiling cc v1.0.83
14342024-05-15T02:49:42.476Z Compiling getrandom v0.2.12
14352024-05-15T02:49:42.596Z Compiling itoa v1.0.9
14362024-05-15T02:49:42.715Z Compiling syn v2.0.60
14372024-05-15T02:49:42.891Z Compiling scopeguard v1.2.0
14382024-05-15T02:49:43.058Z Compiling allocator-api2 v0.2.16
14392024-05-15T02:49:43.141Z Compiling slab v0.4.9
14402024-05-15T02:49:43.389Z Compiling ryu v1.0.15
14412024-05-15T02:49:43.478Z Compiling pin-project-lite v0.2.13
14422024-05-15T02:49:43.505Z Compiling smallvec v1.13.1
14432024-05-15T02:49:43.675Z Compiling schemars v0.8.17
14442024-05-15T02:49:43.719Z Compiling equivalent v1.0.1
14452024-05-15T02:49:43.744Z Compiling syn v1.0.109
14462024-05-15T02:49:44.224Z Compiling vcpkg v0.2.15
14472024-05-15T02:49:44.257Z Compiling pkg-config v0.3.27
14482024-05-15T02:49:44.489Z Compiling parking_lot v0.12.1
14492024-05-15T02:49:44.621Z Compiling ring v0.17.8
14502024-05-15T02:49:44.866Z Compiling signal-hook-registry v1.4.1
14512024-05-15T02:49:45.515Z Compiling mio v0.8.11
14522024-05-15T02:49:45.552Z Compiling openssl-sys v0.9.102
14532024-05-15T02:49:46.401Z Compiling fnv v1.0.7
14542024-05-15T02:49:46.511Z Compiling rand_core v0.6.4
14552024-05-15T02:49:46.650Z Compiling num_cpus v1.16.0
14562024-05-15T02:49:46.767Z Compiling socket2 v0.5.6
14572024-05-15T02:49:46.934Z Compiling num-conv v0.1.0
14582024-05-15T02:49:47.071Z Compiling time-core v0.1.2
14592024-05-15T02:49:47.137Z Compiling ring v0.16.20
14602024-05-15T02:49:47.244Z Compiling time-macros v0.2.17
14612024-05-15T02:49:47.378Z Compiling httparse v1.8.0
14622024-05-15T02:49:47.927Z Compiling futures-core v0.3.30
14632024-05-15T02:49:48.149Z Compiling rustix v0.38.31
14642024-05-15T02:49:48.250Z Compiling openssl v0.10.64
14652024-05-15T02:49:48.558Z Compiling serde_derive_internals v0.29.0
14662024-05-15T02:49:48.620Z Compiling crossbeam-utils v0.8.19
14672024-05-15T02:49:48.660Z Compiling semver v1.0.22
14682024-05-15T02:49:48.687Z Compiling iana-time-zone v0.1.57
14692024-05-15T02:49:49.073Z Compiling rustls v0.21.9
14702024-05-15T02:49:49.109Z Compiling native-tls v0.2.11
14712024-05-15T02:49:49.384Z Compiling spin v0.5.2
14722024-05-15T02:49:49.496Z Compiling tinyvec_macros v0.1.1
14732024-05-15T02:49:49.585Z Compiling tinyvec v1.6.0
14742024-05-15T02:49:49.609Z Compiling spin v0.9.8
14752024-05-15T02:49:49.987Z Compiling ucd-trie v0.1.6
14762024-05-15T02:49:50.063Z Compiling const-oid v0.9.6
14772024-05-15T02:49:50.095Z Compiling subtle v2.5.0
14782024-05-15T02:49:50.326Z Compiling futures-sink v0.3.30
14792024-05-15T02:49:50.477Z Compiling backtrace v0.3.69
14802024-05-15T02:49:50.682Z Compiling cookie v0.17.0
14812024-05-15T02:49:50.777Z Compiling unicode-normalization v0.1.22
14822024-05-15T02:49:50.849Z Compiling heck v0.5.0
14832024-05-15T02:49:50.953Z Compiling heck v0.4.1
14842024-05-15T02:49:51.204Z Compiling slog v2.7.0
14852024-05-15T02:49:51.309Z Compiling dyn-clone v1.0.17
14862024-05-15T02:49:51.422Z Compiling unicode-bidi v0.3.15
14872024-05-15T02:49:51.591Z Compiling futures-channel v0.3.30
14882024-05-15T02:49:51.833Z Compiling tracing-core v0.1.32
14892024-05-15T02:49:51.927Z Compiling futures-task v0.3.30
14902024-05-15T02:49:52.195Z Compiling pin-utils v0.1.0
14912024-05-15T02:49:52.292Z Compiling futures-io v0.3.30
14922024-05-15T02:49:52.711Z Compiling aho-corasick v1.1.2
14932024-05-15T02:49:52.741Z Compiling winnow v0.5.15
14942024-05-15T02:49:52.984Z Compiling serde_derive v1.0.201
14952024-05-15T02:49:53.051Z Compiling zerocopy-derive v0.7.32
14962024-05-15T02:49:53.898Z Compiling zeroize_derive v1.4.2
14972024-05-15T02:49:54.628Z Compiling thiserror-impl v1.0.59
14982024-05-15T02:49:54.669Z Compiling zerocopy v0.7.32
14992024-05-15T02:49:55.026Z Compiling tokio-macros v2.2.0
15002024-05-15T02:49:55.395Z Compiling futures-macro v0.3.30
15012024-05-15T02:49:55.952Z Compiling tracing-attributes v0.1.27
15022024-05-15T02:49:56.231Z Compiling schemars_derive v0.8.17
15032024-05-15T02:49:56.413Z Compiling hashbrown v0.14.3
15042024-05-15T02:49:56.892Z Compiling zeroize v1.7.0
15052024-05-15T02:49:57.441Z Compiling openssl-macros v0.1.1
15062024-05-15T02:49:57.935Z Compiling scroll_derive v0.12.0
15072024-05-15T02:49:58.082Z Compiling pest v2.7.6
15082024-05-15T02:49:58.231Z Compiling crypto-common v0.1.6
15092024-05-15T02:49:58.400Z Compiling futures-util v0.3.30
15102024-05-15T02:49:58.636Z Compiling tracing v0.1.40
15112024-05-15T02:49:58.704Z Compiling der_derive v0.7.2
15122024-05-15T02:49:59.096Z Compiling anyhow v1.0.83
15132024-05-15T02:49:59.432Z Compiling regex-syntax v0.8.2
15142024-05-15T02:49:59.969Z Compiling pest_meta v2.7.6
15152024-05-15T02:50:00.537Z Compiling block-buffer v0.10.4
15162024-05-15T02:50:00.841Z Compiling usdt-impl v0.5.0
15172024-05-15T02:50:01.083Z Compiling pest_generator v2.7.6
15182024-05-15T02:50:02.096Z Compiling regex-automata v0.4.5
15192024-05-15T02:50:02.408Z Compiling powerfmt v0.2.0
15202024-05-15T02:50:02.818Z Compiling untrusted v0.9.0
15212024-05-15T02:50:02.981Z Compiling rustversion v1.0.14
15222024-05-15T02:50:03.049Z Compiling bytes v1.6.0
15232024-05-15T02:50:03.443Z Compiling indexmap v2.2.6
15242024-05-15T02:50:04.007Z Compiling bitflags v2.4.2
15252024-05-15T02:50:04.032Z Compiling uuid v1.8.0
15262024-05-15T02:50:04.614Z Compiling tokio v1.37.0
15272024-05-15T02:50:04.638Z Compiling chrono v0.4.38
15282024-05-15T02:50:05.296Z Compiling serde_tokenstream v0.2.0
15292024-05-15T02:50:05.724Z Compiling serde_spanned v0.6.5
15302024-05-15T02:50:05.903Z Compiling toml_datetime v0.6.5
15312024-05-15T02:50:06.824Z Compiling http v0.2.12
15322024-05-15T02:50:07.794Z Compiling rustc_version v0.4.0
15332024-05-15T02:50:08.569Z Compiling toml_edit v0.19.15
15342024-05-15T02:50:09.032Z Compiling pest_derive v2.7.6
15352024-05-15T02:50:09.399Z Compiling heapless v0.7.16
15362024-05-15T02:50:09.747Z Compiling deranged v0.3.11
15372024-05-15T02:50:10.956Z Compiling digest v0.10.7
15382024-05-15T02:50:11.292Z Compiling scroll v0.12.0
15392024-05-15T02:50:11.561Z Compiling ppv-lite86 v0.2.17
15402024-05-15T02:50:11.734Z Compiling percent-encoding v2.3.1
15412024-05-15T02:50:12.173Z Compiling num_threads v0.1.6
15422024-05-15T02:50:12.306Z Compiling plain v0.2.3
15432024-05-15T02:50:12.387Z Compiling signal-hook v0.3.17
15442024-05-15T02:50:12.463Z Compiling goblin v0.8.0
15452024-05-15T02:50:12.648Z Compiling rand_chacha v0.3.1
15462024-05-15T02:50:12.682Z Compiling time v0.3.34
15472024-05-15T02:50:14.029Z Compiling regex v1.10.4
15482024-05-15T02:50:16.196Z Compiling pretty-hex v0.4.1
15492024-05-15T02:50:16.283Z Compiling crc32fast v1.3.2
15502024-05-15T02:50:16.626Z Compiling rand v0.8.5
15512024-05-15T02:50:16.807Z Compiling dof v0.3.0
15522024-05-15T02:50:17.343Z Compiling tokio-util v0.7.10
15532024-05-15T02:50:18.224Z Compiling dtrace-parser v0.2.0
15542024-05-15T02:50:18.495Z Compiling async-trait v0.1.80
15552024-05-15T02:50:19.584Z Compiling thread-id v4.2.0
15562024-05-15T02:50:19.646Z Compiling num-bigint v0.4.4
15572024-05-15T02:50:19.697Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
15582024-05-15T02:50:19.775Z Compiling unicode-width v0.1.11
15592024-05-15T02:50:19.916Z Compiling foreign-types-shared v0.1.1
15602024-05-15T02:50:20.013Z Compiling smoltcp v0.9.1
15612024-05-15T02:50:20.038Z Compiling untrusted v0.7.1
15622024-05-15T02:50:20.200Z Compiling base64ct v1.6.0
15632024-05-15T02:50:20.430Z Compiling foreign-types v0.3.2
15642024-05-15T02:50:20.647Z Compiling pem-rfc7468 v0.7.0
15652024-05-15T02:50:21.758Z Compiling form_urlencoded v1.2.1
15662024-05-15T02:50:22.485Z Compiling hmac v0.12.1
15672024-05-15T02:50:22.809Z Compiling errno v0.3.8
15682024-05-15T02:50:23.033Z Compiling adler v1.0.2
15692024-05-15T02:50:23.148Z Compiling base64 v0.21.7
15702024-05-15T02:50:23.197Z Compiling flagset v0.4.3
15712024-05-15T02:50:23.271Z Compiling siphasher v0.3.11
15722024-05-15T02:50:23.295Z Compiling try-lock v0.2.4
15732024-05-15T02:50:23.448Z Compiling want v0.3.1
15742024-05-15T02:50:23.509Z Compiling der v0.7.8
15752024-05-15T02:50:23.593Z Compiling miniz_oxide v0.7.1
15762024-05-15T02:50:24.256Z Compiling sct v0.7.0
15772024-05-15T02:50:24.478Z Compiling rustls-webpki v0.101.7
15782024-05-15T02:50:25.773Z Compiling h2 v0.3.26
15792024-05-15T02:50:26.311Z Compiling http-body v0.4.5
15802024-05-15T02:50:27.385Z Compiling openapiv3 v2.0.0
15812024-05-15T02:50:27.410Z Compiling hubpack_derive v0.1.1
15822024-05-15T02:50:27.502Z Compiling zerocopy-derive v0.6.6
15832024-05-15T02:50:27.827Z Compiling lazy_static v1.4.0
15842024-05-15T02:50:27.938Z Compiling idna v0.5.0
15852024-05-15T02:50:28.494Z Compiling fs-err v2.11.0
15862024-05-15T02:50:28.745Z Compiling utf8parse v0.2.1
15872024-05-15T02:50:28.922Z Compiling tower-service v0.3.2
15882024-05-15T02:50:29.064Z Compiling httpdate v1.0.3
15892024-05-15T02:50:29.186Z Compiling cpufeatures v0.2.12
15902024-05-15T02:50:29.273Z Compiling stable_deref_trait v1.2.0
15912024-05-15T02:50:29.327Z Compiling gimli v0.28.0
15922024-05-15T02:50:29.703Z Compiling openssl-probe v0.1.5
15932024-05-15T02:50:30.292Z Compiling anstyle v1.0.7
15942024-05-15T02:50:30.873Z Compiling sha2 v0.10.8
15952024-05-15T02:50:31.106Z Compiling anstyle-parse v0.2.1
15962024-05-15T02:50:31.369Z Compiling hyper v0.14.28
15972024-05-15T02:50:31.510Z Compiling url v2.5.0
15982024-05-15T02:50:32.926Z Compiling addr2line v0.21.0
15992024-05-15T02:50:33.988Z Compiling spki v0.7.2
16002024-05-15T02:50:34.306Z Compiling usdt-attr-macro v0.5.0
16012024-05-15T02:50:34.347Z Compiling usdt-macro v0.5.0
16022024-05-15T02:50:35.657Z Compiling md-5 v0.10.5
16032024-05-15T02:50:38.706Z Compiling idna v0.3.0
16042024-05-15T02:50:39.177Z Compiling stringprep v0.1.3
16052024-05-15T02:50:39.527Z Compiling diesel_table_macro_syntax v0.1.0
16062024-05-15T02:50:39.824Z Compiling num-integer v0.1.46
16072024-05-15T02:50:39.855Z Compiling object v0.32.1
16082024-05-15T02:50:40.122Z Compiling hash32 v0.2.1
16092024-05-15T02:50:43.246Z Compiling rustc-demangle v0.1.23
16102024-05-15T02:50:44.048Z Compiling psl-types v2.0.11
16112024-05-15T02:50:44.213Z Compiling fallible-iterator v0.2.0
16122024-05-15T02:50:44.785Z Compiling colorchoice v1.0.0
16132024-05-15T02:50:44.925Z Compiling anstyle-query v1.0.0
16142024-05-15T02:50:45.041Z Compiling anstream v0.6.11
16152024-05-15T02:50:45.555Z Compiling postgres-protocol v0.6.6
16162024-05-15T02:50:45.997Z Compiling publicsuffix v2.2.3
16172024-05-15T02:50:47.605Z Compiling diesel_derives v2.1.2
16182024-05-15T02:50:48.421Z Compiling tokio-rustls v0.24.1
16192024-05-15T02:50:52.644Z Compiling pkcs8 v0.10.2
16202024-05-15T02:50:53.074Z Compiling terminal_size v0.3.0
16212024-05-15T02:50:53.244Z Compiling tokio-native-tls v0.3.1
16222024-05-15T02:50:53.469Z Compiling phf_shared v0.11.2
16232024-05-15T02:50:53.792Z Compiling strum_macros v0.25.2
16242024-05-15T02:50:53.977Z Compiling block-padding v0.3.3
16252024-05-15T02:50:54.015Z Compiling regress v0.9.1
16262024-05-15T02:50:54.188Z Compiling enum-as-inner v0.5.1
16272024-05-15T02:50:54.857Z Compiling serde_repr v0.1.16
16282024-05-15T02:50:54.934Z Compiling clap_derive v4.5.4
16292024-05-15T02:50:56.690Z Compiling ff v0.13.0
16302024-05-15T02:50:56.901Z Compiling scheduled-thread-pool v0.2.7
16312024-05-15T02:50:57.652Z Compiling encoding_rs v0.8.33
16322024-05-15T02:50:58.008Z Compiling clap_lex v0.7.0
16332024-05-15T02:50:58.371Z Compiling ipnet v2.9.0
16342024-05-15T02:50:58.435Z Compiling bitflags v1.3.2
16352024-05-15T02:50:58.463Z Compiling strsim v0.10.0
16362024-05-15T02:50:58.654Z Compiling ident_case v1.0.1
16372024-05-15T02:50:58.840Z Compiling regex-automata v0.1.10
16382024-05-15T02:50:58.981Z Compiling managed v0.8.0
16392024-05-15T02:50:59.234Z Compiling strsim v0.11.0
16402024-05-15T02:50:59.402Z Compiling matches v0.1.10
16412024-05-15T02:50:59.660Z Compiling base16ct v0.2.0
16422024-05-15T02:50:59.685Z Compiling bit-vec v0.6.3
16432024-05-15T02:50:59.895Z Compiling mime v0.3.17
16442024-05-15T02:51:00.006Z Compiling sec1 v0.7.3
16452024-05-15T02:51:00.709Z Compiling clap_builder v4.5.2
16462024-05-15T02:51:00.790Z Compiling idna v0.2.3
16472024-05-15T02:51:02.155Z Compiling bstr v0.2.17
16482024-05-15T02:51:02.327Z Compiling darling_core v0.20.8
16492024-05-15T02:51:03.297Z Compiling r2d2 v0.8.10
16502024-05-15T02:51:04.274Z Compiling group v0.13.0
16512024-05-15T02:51:04.549Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
16522024-05-15T02:51:06.834Z Compiling inout v0.1.3
16532024-05-15T02:51:07.210Z Compiling phf v0.11.2
16542024-05-15T02:51:07.479Z Compiling hyper-tls v0.5.0
16552024-05-15T02:51:07.573Z Compiling signal-hook-mio v0.2.3
16562024-05-15T02:51:07.772Z Compiling hyper-rustls v0.24.2
16572024-05-15T02:51:08.062Z Compiling cookie_store v0.20.0
16582024-05-15T02:51:08.162Z Compiling postgres-types v0.2.6
16592024-05-15T02:51:08.342Z Compiling zerocopy v0.6.6
16602024-05-15T02:51:09.133Z Compiling hubpack v0.1.2
16612024-05-15T02:51:09.188Z Compiling phf_shared v0.10.0
16622024-05-15T02:51:09.287Z Compiling rustls-pemfile v1.0.3
16632024-05-15T02:51:09.494Z Compiling hkdf v0.12.4
16642024-05-15T02:51:09.518Z Compiling serde_urlencoded v0.7.1
16652024-05-15T02:51:09.604Z Compiling crossbeam-epoch v0.9.18
16662024-05-15T02:51:09.703Z Compiling ipnetwork v0.20.0
16672024-05-15T02:51:10.018Z Compiling futures-executor v0.3.30
16682024-05-15T02:51:10.444Z Compiling crypto-bigint v0.5.2
16692024-05-15T02:51:10.549Z Compiling float-cmp v0.9.0
16702024-05-15T02:51:10.684Z Compiling memmap v0.7.0
16712024-05-15T02:51:10.766Z Compiling either v1.11.0
16722024-05-15T02:51:10.865Z Compiling normalize-line-endings v0.3.0
16732024-05-15T02:51:10.965Z Compiling webpki-roots v0.25.2
16742024-05-15T02:51:10.989Z Compiling fixedbitset v0.4.2
16752024-05-15T02:51:11.111Z Compiling data-encoding v2.4.0
16762024-05-15T02:51:11.135Z Compiling unicode-segmentation v1.10.1
16772024-05-15T02:51:11.757Z Compiling precomputed-hash v0.1.1
16782024-05-15T02:51:11.863Z Compiling whoami v1.5.1
16792024-05-15T02:51:12.094Z Compiling new_debug_unreachable v1.0.4
16802024-05-15T02:51:12.119Z Compiling minimal-lexical v0.2.1
16812024-05-15T02:51:12.190Z Compiling difflib v0.4.0
16822024-05-15T02:51:12.432Z Compiling sync_wrapper v0.1.2
16832024-05-15T02:51:12.482Z Compiling winnow v0.6.1
16842024-05-15T02:51:13.120Z Compiling predicates-core v1.0.6
16852024-05-15T02:51:13.213Z Compiling static_assertions v1.1.0
16862024-05-15T02:51:13.331Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
16872024-05-15T02:51:13.359Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
16882024-05-15T02:51:13.384Z Compiling predicates v3.1.0
16892024-05-15T02:51:14.634Z Compiling reqwest v0.11.27
16902024-05-15T02:51:14.770Z Compiling nom v7.1.3
16912024-05-15T02:51:14.829Z Compiling string_cache v0.8.7
16922024-05-15T02:51:15.176Z Compiling toml_edit v0.22.12
16932024-05-15T02:51:15.371Z Compiling tokio-postgres v0.7.10
16942024-05-15T02:51:16.780Z Compiling elliptic-curve v0.13.8
16952024-05-15T02:51:17.330Z Compiling similar v2.4.0
16962024-05-15T02:51:17.580Z Compiling trust-dns-proto v0.22.0
16972024-05-15T02:51:17.754Z Compiling petgraph v0.6.5
16982024-05-15T02:51:18.967Z Compiling itertools v0.10.5
16992024-05-15T02:51:18.993Z Compiling usdt v0.5.0
17002024-05-15T02:51:19.710Z Compiling futures v0.3.30
17012024-05-15T02:51:19.818Z Compiling diesel v2.1.6
17022024-05-15T02:51:20.678Z Compiling yasna v0.5.2
17032024-05-15T02:51:21.182Z Compiling crossterm v0.27.0
17042024-05-15T02:51:21.300Z Compiling flate2 v1.0.30
17052024-05-15T02:51:21.359Z Compiling darling_macro v0.20.8
17062024-05-15T02:51:21.977Z Compiling cipher v0.4.4
17072024-05-15T02:51:22.372Z Compiling clap v4.5.4
17082024-05-15T02:51:22.486Z Compiling bit-set v0.5.3
17092024-05-15T02:51:22.720Z Compiling num-iter v0.1.45
17102024-05-15T02:51:23.436Z Compiling console v0.15.8
17112024-05-15T02:51:23.743Z Compiling tokio-stream v0.1.15
17122024-05-15T02:51:23.854Z Compiling toml v0.7.8
17132024-05-15T02:51:24.532Z Compiling bstr v1.9.0
17142024-05-15T02:51:24.783Z Compiling hex v0.4.3
17152024-05-15T02:51:25.674Z Compiling peg-runtime v0.8.3
17162024-05-15T02:51:25.699Z Compiling lalrpop-util v0.19.12
17172024-05-15T02:51:26.612Z Compiling darling v0.20.8
17182024-05-15T02:51:26.713Z Compiling proc-macro-crate v1.3.1
17192024-05-15T02:51:27.818Z Compiling camino v1.1.6
17202024-05-15T02:51:28.225Z Compiling heapless v0.8.0
17212024-05-15T02:51:28.930Z Compiling num_enum_derive v0.5.11
17222024-05-15T02:51:33.168Z Compiling hash32 v0.3.1
17232024-05-15T02:51:33.749Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17242024-05-15T02:51:35.299Z Compiling smoltcp v0.11.0
17252024-05-15T02:51:35.725Z Compiling rustls-pki-types v1.3.0
17262024-05-15T02:51:44.517Z Compiling num_enum v0.5.11
17272024-05-15T02:51:46.464Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
17282024-05-15T02:51:46.783Z Compiling getopts v0.2.21
17292024-05-15T02:51:47.732Z Compiling dirs-sys-next v0.1.2
17302024-05-15T02:51:48.054Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17312024-05-15T02:51:48.079Z Compiling proc-macro-error-attr v1.0.4
17322024-05-15T02:51:48.317Z Compiling paste v1.0.15
17332024-05-15T02:51:48.674Z Compiling unsafe-libyaml v0.2.10
17342024-05-15T02:51:49.102Z Compiling embedded-io v0.4.0
17352024-05-15T02:51:49.464Z Compiling cobs v0.2.3
17362024-05-15T02:51:49.785Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17372024-05-15T02:51:49.832Z Compiling rustls v0.22.4
17382024-05-15T02:51:50.097Z Compiling serde_yaml v0.9.25
17392024-05-15T02:51:50.122Z Compiling postcard v1.0.8
17402024-05-15T02:51:53.130Z Compiling dirs-next v2.0.0
17412024-05-15T02:51:54.412Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
17422024-05-15T02:51:59.661Z Compiling rustls-webpki v0.102.1
17432024-05-15T02:52:03.765Z Compiling strum_macros v0.26.1
17442024-05-15T02:52:04.930Z Compiling structmeta-derive v0.3.0
17452024-05-15T02:52:05.272Z Compiling foreign-types-macros v0.2.3
17462024-05-15T02:52:05.638Z Compiling thread_local v1.1.7
17472024-05-15T02:52:06.217Z Compiling proc-macro-error v1.0.4
17482024-05-15T02:52:06.321Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17492024-05-15T02:52:06.485Z Compiling multer v3.1.0
17502024-05-15T02:52:06.603Z Compiling match_cfg v0.1.0
17512024-05-15T02:52:06.699Z Compiling slog-async v2.8.0
17522024-05-15T02:52:07.270Z Compiling foreign-types-shared v0.3.1
17532024-05-15T02:52:07.547Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17542024-05-15T02:52:07.951Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17552024-05-15T02:52:11.393Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17562024-05-15T02:52:12.097Z Compiling foreign-types v0.5.0
17572024-05-15T02:52:12.128Z Compiling strum v0.26.2
17582024-05-15T02:52:12.731Z Compiling structmeta v0.3.0
17592024-05-15T02:52:13.131Z Compiling hostname v0.3.1
17602024-05-15T02:52:16.741Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
17612024-05-15T02:52:24.238Z Compiling term v0.7.0
17622024-05-15T02:52:27.850Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
17632024-05-15T02:52:28.084Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17642024-05-15T02:52:28.854Z Compiling slog-json v2.6.1
17652024-05-15T02:52:28.954Z Compiling is-terminal v0.4.9
17662024-05-15T02:52:29.071Z Compiling tabwriter v1.4.0
17672024-05-15T02:52:29.175Z Compiling crossbeam-channel v0.5.8
17682024-05-15T02:52:29.723Z Compiling http v1.0.0
17692024-05-15T02:52:30.257Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17702024-05-15T02:52:30.527Z Compiling async-stream-impl v0.3.5
17712024-05-15T02:52:30.940Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17722024-05-15T02:52:31.563Z Compiling cstr-argument v0.1.2
17732024-05-15T02:52:31.624Z Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
17742024-05-15T02:52:31.794Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
17752024-05-15T02:52:31.889Z Compiling atomic-waker v1.1.1
17762024-05-15T02:52:32.042Z Compiling take_mut v0.2.2
17772024-05-15T02:52:32.067Z Compiling pretty-hex v0.2.1
17782024-05-15T02:52:32.195Z Compiling rayon-core v1.12.1
17792024-05-15T02:52:32.254Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
17802024-05-15T02:52:32.462Z Compiling crucible-workspace-hack v0.1.0
17812024-05-15T02:52:32.543Z Compiling fastrand v2.0.1
17822024-05-15T02:52:32.707Z Compiling base64 v0.22.1
17832024-05-15T02:52:33.128Z Compiling tempfile v3.10.1
17842024-05-15T02:52:33.156Z Compiling rustls-pemfile v2.1.2
17852024-05-15T02:52:33.660Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17862024-05-15T02:52:33.848Z Compiling waitgroup v0.1.2
17872024-05-15T02:52:34.060Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17882024-05-15T02:52:34.260Z Compiling async-stream v0.3.5
17892024-05-15T02:52:34.813Z Compiling slog-bunyan v2.5.0
17902024-05-15T02:52:34.890Z Compiling slog-term v2.9.1
17912024-05-15T02:52:35.037Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
17922024-05-15T02:52:35.821Z Compiling tokio-rustls v0.25.0
17932024-05-15T02:52:36.198Z Compiling parse-display-derive v0.9.0
17942024-05-15T02:52:36.337Z Compiling toml v0.8.12
17952024-05-15T02:52:36.844Z Compiling serde_with_macros v3.7.0
17962024-05-15T02:52:37.189Z Compiling sha1 v0.10.6
17972024-05-15T02:52:37.876Z Compiling crossbeam-deque v0.8.3
17982024-05-15T02:52:38.191Z Compiling colored v2.1.0
17992024-05-15T02:52:39.048Z Compiling newtype-uuid v1.1.0
18002024-05-15T02:52:39.283Z Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
18012024-05-15T02:52:39.344Z Compiling serde_path_to_error v0.1.16
18022024-05-15T02:52:39.369Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18032024-05-15T02:52:39.922Z Compiling hostname v0.4.0
18042024-05-15T02:52:40.144Z Compiling socket2 v0.4.9
18052024-05-15T02:52:40.169Z Compiling instant v0.1.12
18062024-05-15T02:52:40.330Z Compiling debug-ignore v1.0.5
18072024-05-15T02:52:40.357Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18082024-05-15T02:52:40.468Z Compiling backoff v0.4.0
18092024-05-15T02:52:40.698Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18102024-05-15T02:52:41.522Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18112024-05-15T02:52:41.703Z Compiling parse-display v0.9.0
18122024-05-15T02:52:42.355Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18132024-05-15T02:52:42.690Z Compiling serde_with v3.7.0
18142024-05-15T02:52:43.321Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18152024-05-15T02:52:44.408Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18162024-05-15T02:52:45.133Z Compiling camino-tempfile v1.1.1
18172024-05-15T02:52:45.810Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
18182024-05-15T02:52:45.835Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18192024-05-15T02:52:46.002Z Compiling macaddr v1.0.1
18202024-05-15T02:52:46.089Z Compiling num-derive v0.4.0
18212024-05-15T02:52:46.208Z Compiling sigpipe v0.1.3
18222024-05-15T02:52:46.331Z Compiling libefi-sys v0.1.0
18232024-05-15T02:52:46.502Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
18242024-05-15T02:52:46.609Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18252024-05-15T02:52:46.963Z Compiling rayon v1.10.0
18262024-05-15T02:52:47.749Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
18272024-05-15T02:52:48.009Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18282024-05-15T02:52:49.117Z Compiling smf v0.2.3
18292024-05-15T02:52:49.763Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
18302024-05-15T02:52:50.076Z Compiling blake3 v1.5.0
18312024-05-15T02:52:50.370Z Compiling portable-atomic v1.4.3
18322024-05-15T02:52:51.180Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18332024-05-15T02:52:51.253Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18342024-05-15T02:52:51.393Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18352024-05-15T02:52:51.581Z Compiling filetime v0.2.23
18362024-05-15T02:52:51.867Z Compiling memmap2 v0.7.1
18372024-05-15T02:52:52.312Z Compiling xattr v1.0.1
18382024-05-15T02:52:52.365Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18392024-05-15T02:52:52.516Z Compiling arrayvec v0.7.4
18402024-05-15T02:52:52.591Z Compiling same-file v1.0.6
18412024-05-15T02:52:52.821Z Compiling arrayref v0.3.7
18422024-05-15T02:52:52.908Z Compiling constant_time_eq v0.3.0
18432024-05-15T02:52:52.933Z Compiling walkdir v2.5.0
18442024-05-15T02:52:54.049Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18452024-05-15T02:52:54.192Z Compiling tar v0.4.40
18462024-05-15T02:52:55.906Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18472024-05-15T02:52:56.239Z Compiling gethostname v0.4.3
18482024-05-15T02:52:56.454Z Compiling number_prefix v0.4.0
18492024-05-15T02:52:56.651Z Compiling topological-sort v0.2.2
18502024-05-15T02:52:56.698Z Compiling indicatif v0.17.8
18512024-05-15T02:52:56.873Z Compiling omicron-zone-package v0.11.0
18522024-05-15T02:52:57.603Z Compiling swrite v0.1.0
18532024-05-15T02:53:00.306Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18542024-05-15T02:53:03.203Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
18552024-05-15T02:53:04.310Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18562024-05-15T02:53:07.157Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
18572024-05-15T02:53:23.449Z Finished release [optimized] target(s) in 4m 12s
18582024-05-15T02:53:23.682Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
18592024-05-15T02:53:23.776ZLogging to: /work/oxidecomputer/omicron/out/LOG
18602024-05-15T02:53:23.800ZCreated new build target 'test' and set it as active
18612024-05-15T02:53:23.800Z
18622024-05-15T02:53:23.800Zreal 4:13.288154334
18632024-05-15T02:53:23.800Zuser 25:05.758707723
18642024-05-15T02:53:23.800Zsys 3:19.790148039
18652024-05-15T02:53:23.801Ztrap 0.901499449
18662024-05-15T02:53:23.801Ztflt 0.853958915
18672024-05-15T02:53:23.801Zdflt 0.738432322
18682024-05-15T02:53:23.801Zkflt 0.003056680
18692024-05-15T02:53:23.801Zlock 52:16.759816085
18702024-05-15T02:53:23.801Zslp 1:10:12.163422705
18712024-05-15T02:53:23.801Zlat 1:50.742939579
18722024-05-15T02:53:23.801Zstop 3:14.682241882
18732024-05-15T02:53:23.801Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
18742024-05-15T02:53:24.859Z Finished release [optimized] target(s) in 1.01s
18752024-05-15T02:53:24.895Z Running `target/release/omicron-package -t test package`
18762024-05-15T02:53:24.938ZLogging to: /work/oxidecomputer/omicron/out/LOG
18772024-05-15T02:53:26.082Z Compiling newline-converter v0.3.0
18782024-05-15T02:53:26.106Z Compiling humantime v2.1.0
18792024-05-15T02:53:26.131Z Compiling derive-where v1.2.7
18802024-05-15T02:53:26.131Z Compiling unicode-xid v0.2.4
18812024-05-15T02:53:26.155Z Compiling linked-hash-map v0.5.6
18822024-05-15T02:53:26.155Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18832024-05-15T02:53:26.155Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18842024-05-15T02:53:26.156Z Compiling password-hash v0.5.0
18852024-05-15T02:53:26.243Z Compiling expectorate v1.1.0
18862024-05-15T02:53:26.269Z Compiling blake2 v0.10.6
18872024-05-15T02:53:26.393Z Compiling semver v0.1.20
18882024-05-15T02:53:26.435Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18892024-05-15T02:53:26.463Z Compiling lru-cache v0.1.2
18902024-05-15T02:53:26.637Z Compiling argon2 v0.5.3
18912024-05-15T02:53:26.772Z Compiling rustc_version v0.1.7
18922024-05-15T02:53:26.850Z Compiling bytecount v0.6.3
18932024-05-15T02:53:27.096Z Compiling newtype_derive v0.1.6
18942024-05-15T02:53:27.120Z Compiling papergrid v0.11.0
18952024-05-15T02:53:27.242Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18962024-05-15T02:53:27.412Z Compiling tabled_derive v0.7.0
18972024-05-15T02:53:27.732Z Compiling quick-error v1.2.3
18982024-05-15T02:53:27.848Z Compiling resolv-conf v0.7.0
18992024-05-15T02:53:28.114Z Compiling steno v0.4.0
19002024-05-15T02:53:28.670Z Compiling trust-dns-resolver v0.22.0
19012024-05-15T02:53:28.733Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
19022024-05-15T02:53:29.138Z Compiling slog-dtrace v0.3.0
19032024-05-15T02:53:29.206Z Compiling tabled v0.15.0
19042024-05-15T02:53:29.397Z Compiling termcolor v1.2.0
19052024-05-15T02:53:30.299Z Compiling itertools v0.12.1
19062024-05-15T02:53:31.421Z Compiling utf-8 v0.7.6
19072024-05-15T02:53:32.917Z Compiling num-rational v0.4.2
19082024-05-15T02:53:33.227Z Compiling num-complex v0.4.6
19092024-05-15T02:53:34.245Z Compiling num v0.4.3
19102024-05-15T02:53:34.341Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
19112024-05-15T02:53:34.911Z Compiling nibble_vec v0.1.0
19122024-05-15T02:53:35.100Z Compiling radium v0.7.0
19132024-05-15T02:53:35.189Z Compiling endian-type v0.1.2
19142024-05-15T02:53:35.384Z Compiling radix_trie v0.2.1
19152024-05-15T02:53:35.472Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
19162024-05-15T02:53:36.138Z Compiling tungstenite v0.20.1
19172024-05-15T02:53:38.026Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19182024-05-15T02:53:38.501Z Compiling maybe-uninit v2.0.0
19192024-05-15T02:53:38.865Z Compiling tap v1.0.1
19202024-05-15T02:53:39.020Z Compiling wyz v0.5.1
19212024-05-15T02:53:39.455Z Compiling tokio-tungstenite v0.20.1
19222024-05-15T02:53:40.364Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19232024-05-15T02:53:40.388Z Compiling bzip2-sys v0.1.11+1.0.8
19242024-05-15T02:53:40.746Z Compiling crc-catalog v2.2.0
19252024-05-15T02:53:40.867Z Compiling funty v2.0.0
19262024-05-15T02:53:42.812Z Compiling cancel-safe-futures v0.1.5
19272024-05-15T02:53:43.092Z Compiling display-error-chain v0.2.0
19282024-05-15T02:53:43.248Z Compiling arc-swap v1.6.0
19292024-05-15T02:53:43.861Z Compiling num-bigint-dig v0.8.4
19302024-05-15T02:53:44.099Z Compiling packed_struct v0.10.1
19312024-05-15T02:53:44.466Z Compiling slog-scope v4.4.0
19322024-05-15T02:53:45.091Z Compiling bitvec v1.0.1
19332024-05-15T02:53:45.273Z Compiling crc v3.0.1
19342024-05-15T02:53:46.952Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
19352024-05-15T02:53:46.977Z Compiling packed_struct_codegen v0.10.1
19362024-05-15T02:53:47.144Z Compiling fxhash v0.2.1
19372024-05-15T02:53:47.323Z Compiling indexmap v1.9.3
19382024-05-15T02:53:47.562Z Compiling nodrop v0.1.14
19392024-05-15T02:53:47.661Z Compiling array-init v0.0.4
19402024-05-15T02:53:48.289Z Compiling smallvec v0.6.14
19412024-05-15T02:53:48.683Z Compiling slog-stdlog v4.1.1
19422024-05-15T02:53:49.460Z Compiling rayon-core v1.12.1
19432024-05-15T02:53:49.488Z Compiling synstructure v0.12.6
19442024-05-15T02:53:49.535Z Compiling pkcs1 v0.7.5
19452024-05-15T02:53:50.623Z Compiling signature v2.1.0
19462024-05-15T02:53:50.834Z Compiling crossbeam-deque v0.8.3
19472024-05-15T02:53:51.104Z Compiling dirs-sys-next v0.1.2
19482024-05-15T02:53:51.527Z Compiling half v2.3.1
19492024-05-15T02:53:52.106Z Compiling bitfield v0.14.0
19502024-05-15T02:53:52.224Z Compiling fastrand v2.0.1
19512024-05-15T02:53:52.347Z Compiling glob v0.3.1
19522024-05-15T02:53:52.620Z Compiling ciborium-io v0.2.2
19532024-05-15T02:53:52.657Z Compiling same-file v1.0.6
19542024-05-15T02:53:52.735Z Compiling hashbrown v0.12.3
19552024-05-15T02:53:52.840Z Compiling crunchy v0.2.2
19562024-05-15T02:53:53.007Z Compiling clang-sys v1.6.1
19572024-05-15T02:53:53.224Z Compiling walkdir v2.5.0
19582024-05-15T02:53:53.544Z Compiling ciborium-ll v0.2.2
19592024-05-15T02:53:53.810Z Compiling tempfile v3.10.1
19602024-05-15T02:53:53.956Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
19612024-05-15T02:53:54.463Z Compiling dirs-next v2.0.0
19622024-05-15T02:53:54.616Z Compiling rsa v0.9.2
19632024-05-15T02:53:55.071Z Compiling zerocopy-derive v0.2.0
19642024-05-15T02:53:55.935Z Compiling bzip2 v0.4.4
19652024-05-15T02:53:56.303Z Compiling slog-envlogger v2.2.0
19662024-05-15T02:53:56.459Z Compiling serde-hex v0.1.0
19672024-05-15T02:53:58.488Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19682024-05-15T02:53:58.612Z Compiling env_logger v0.10.0
19692024-05-15T02:53:58.746Z Compiling camino v1.1.6
19702024-05-15T02:53:58.807Z Compiling x509-cert v0.2.4
19712024-05-15T02:53:58.859Z Compiling ron v0.8.1
19722024-05-15T02:54:00.459Z Compiling hashbrown v0.13.2
19732024-05-15T02:54:01.549Z Compiling tiny-keccak v2.0.2
19742024-05-15T02:54:01.741Z Compiling maplit v1.0.2
19752024-05-15T02:54:01.780Z Compiling crc-any v2.4.3
19762024-05-15T02:54:01.841Z Compiling prettyplease v0.2.20
19772024-05-15T02:54:02.128Z Compiling blake3 v1.5.0
19782024-05-15T02:54:02.377Z Compiling object v0.30.4
19792024-05-15T02:54:02.544Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19802024-05-15T02:54:03.817Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
19812024-05-15T02:54:04.302Z Compiling zip v0.6.6
19822024-05-15T02:54:04.370Z Compiling rayon v1.10.0
19832024-05-15T02:54:04.711Z Compiling term v0.7.0
19842024-05-15T02:54:05.759Z Compiling ciborium v0.2.2
19852024-05-15T02:54:06.748Z Compiling memmap2 v0.7.1
19862024-05-15T02:54:07.065Z Compiling filetime v0.2.23
19872024-05-15T02:54:07.301Z Compiling xattr v1.0.1
19882024-05-15T02:54:07.514Z Compiling atty v0.2.14
19892024-05-15T02:54:07.616Z Compiling constant_time_eq v0.3.0
19902024-05-15T02:54:07.658Z Compiling arrayref v0.3.7
19912024-05-15T02:54:07.730Z Compiling home v0.5.5
19922024-05-15T02:54:07.755Z Compiling path-slash v0.1.5
19932024-05-15T02:54:07.930Z Compiling arrayvec v0.7.4
19942024-05-15T02:54:07.955Z Compiling toolchain_find v0.4.0
19952024-05-15T02:54:08.196Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
19962024-05-15T02:54:08.299Z Compiling tar v0.4.40
19972024-05-15T02:54:08.707Z Compiling ascii-canvas v3.0.0
19982024-05-15T02:54:09.103Z Compiling camino-tempfile v1.1.1
19992024-05-15T02:54:09.392Z Compiling toml v0.8.12
20002024-05-15T02:54:09.442Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
20012024-05-15T02:54:09.799Z Compiling is-terminal v0.4.9
20022024-05-15T02:54:09.827Z Compiling libsw v3.3.1
20032024-05-15T02:54:09.903Z Compiling ena v0.14.2
20042024-05-15T02:54:10.088Z Compiling libloading v0.7.4
20052024-05-15T02:54:10.226Z Compiling usdt-impl v0.3.5
20062024-05-15T02:54:10.383Z Compiling convert_case v0.4.0
20072024-05-15T02:54:10.507Z Compiling parking_lot_core v0.8.6
20082024-05-15T02:54:10.645Z Compiling linear-map v1.2.0
20092024-05-15T02:54:10.832Z Compiling bindgen v0.69.2
20102024-05-15T02:54:10.968Z Compiling regex-syntax v0.6.29
20112024-05-15T02:54:11.022Z Compiling topological-sort v0.2.2
20122024-05-15T02:54:11.583Z Compiling diff v0.1.13
20132024-05-15T02:54:11.610Z Compiling owo-colors v4.0.0
20142024-05-15T02:54:11.675Z Compiling omicron-zone-package v0.11.0
20152024-05-15T02:54:13.224Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20162024-05-15T02:54:13.275Z Compiling derive_more v0.99.17
20172024-05-15T02:54:15.130Z Compiling lalrpop v0.19.12
20182024-05-15T02:54:17.657Z Compiling rustfmt-wrapper v0.2.1
20192024-05-15T02:54:17.823Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
20202024-05-15T02:54:18.115Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
20212024-05-15T02:54:18.709Z Compiling cexpr v0.6.0
20222024-05-15T02:54:19.319Z Compiling which v4.4.0
20232024-05-15T02:54:19.757Z Compiling unicase v2.7.0
20242024-05-15T02:54:19.883Z Compiling rustc-hash v1.1.0
20252024-05-15T02:54:20.007Z Compiling peeking_take_while v0.1.2
20262024-05-15T02:54:20.032Z Compiling shlex v1.3.0
20272024-05-15T02:54:20.062Z Compiling lazycell v1.3.0
20282024-05-15T02:54:20.126Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
20292024-05-15T02:54:21.083Z Compiling zerocopy v0.3.0
20302024-05-15T02:54:21.676Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
20312024-05-15T02:54:22.476Z Compiling derive_builder_core v0.20.0
20322024-05-15T02:54:24.143Z Compiling pem v3.0.4
20332024-05-15T02:54:24.441Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
20342024-05-15T02:54:24.613Z Compiling headers-core v0.2.0
20352024-05-15T02:54:24.746Z Compiling libxml v0.3.3
20362024-05-15T02:54:25.037Z Compiling async-recursion v1.1.1
20372024-05-15T02:54:25.367Z Compiling ref-cast v1.0.23
20382024-05-15T02:54:25.730Z Compiling platforms v3.0.2
20392024-05-15T02:54:26.072Z Compiling headers v0.3.9
20402024-05-15T02:54:26.100Z Compiling derive_builder_macro v0.20.0
20412024-05-15T02:54:26.230Z Compiling dof v0.1.5
20422024-05-15T02:54:26.752Z Compiling parking_lot v0.11.2
20432024-05-15T02:54:26.854Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
20442024-05-15T02:54:28.947Z Compiling trust-dns-client v0.22.0
20452024-05-15T02:54:29.592Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
20462024-05-15T02:54:29.654Z Compiling strum_macros v0.24.3
20472024-05-15T02:54:29.655Z Compiling dtrace-parser v0.1.14
20482024-05-15T02:54:30.189Z Compiling toml v0.5.11
20492024-05-15T02:54:30.649Z Compiling ref-cast-impl v1.0.23
20502024-05-15T02:54:31.079Z Compiling samael v0.0.15
20512024-05-15T02:54:31.536Z Compiling vte_generate_state_changes v0.1.1
20522024-05-15T02:54:31.850Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
20532024-05-15T02:54:31.975Z Compiling cookie v0.18.1
20542024-05-15T02:54:32.033Z Compiling indoc v1.0.9
20552024-05-15T02:54:32.112Z Compiling buf-list v1.0.3
20562024-05-15T02:54:32.238Z Compiling cfg_aliases v0.1.1
20572024-05-15T02:54:32.337Z Compiling nix v0.28.0
20582024-05-15T02:54:32.748Z Compiling vte v0.11.1
20592024-05-15T02:54:32.814Z Compiling trust-dns-server v0.22.1
20602024-05-15T02:54:35.301Z Compiling sled v0.34.7
20612024-05-15T02:54:35.483Z Compiling derive_builder v0.20.0
20622024-05-15T02:54:36.175Z Compiling polar-core v0.27.3
20632024-05-15T02:54:37.914Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
20642024-05-15T02:54:38.965Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
20652024-05-15T02:54:39.203Z Compiling const_format_proc_macros v0.2.32
20662024-05-15T02:54:39.745Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
20672024-05-15T02:54:40.457Z Compiling fd-lock v4.0.2
20682024-05-15T02:54:40.638Z Compiling bb8 v0.8.3
20692024-05-15T02:54:40.763Z Compiling quick-xml v0.31.0
20702024-05-15T02:54:41.104Z Compiling serde_tokenstream v0.1.7
20712024-05-15T02:54:41.520Z Compiling impl-trait-for-tuples v0.2.2
20722024-05-15T02:54:43.861Z Compiling oso-derive v0.27.3
20732024-05-15T02:54:44.623Z Compiling pin-project-internal v1.1.3
20742024-05-15T02:54:45.708Z Compiling memoffset v0.7.1
20752024-05-15T02:54:45.957Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
20762024-05-15T02:54:46.690Z Compiling pin-project v1.1.3
20772024-05-15T02:54:46.791Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
20782024-05-15T02:54:47.306Z Compiling const_format v0.2.32
20792024-05-15T02:54:49.807Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20802024-05-15T02:54:50.555Z Compiling curve25519-dalek v4.1.2
20812024-05-15T02:54:50.891Z Compiling strip-ansi-escapes v0.2.0
20822024-05-15T02:54:54.027Z Compiling oso v0.27.3
20832024-05-15T02:55:03.215Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
20842024-05-15T02:55:03.746Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
20852024-05-15T02:55:05.527Z Compiling kstat-rs v0.2.3
20862024-05-15T02:55:06.288Z Compiling snafu-derive v0.8.2
20872024-05-15T02:55:07.754Z Compiling nu-ansi-term v0.50.0
20882024-05-15T02:55:08.510Z Compiling keccak v0.1.4
20892024-05-15T02:55:09.072Z Compiling sha3 v0.10.8
20902024-05-15T02:55:09.218Z Compiling reedline v0.31.0
20912024-05-15T02:55:09.313Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
20922024-05-15T02:55:10.191Z Compiling snafu v0.8.2
20932024-05-15T02:55:11.431Z Compiling mime_guess v2.0.4
20942024-05-15T02:55:13.638Z Compiling usdt-attr-macro v0.3.5
20952024-05-15T02:55:14.746Z Compiling usdt-macro v0.3.5
20962024-05-15T02:55:15.721Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
20972024-05-15T02:55:16.354Z Compiling env_logger v0.9.3
20982024-05-15T02:55:16.763Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
20992024-05-15T02:55:20.162Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
21002024-05-15T02:55:21.537Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21012024-05-15T02:55:21.906Z Compiling globset v0.4.13
21022024-05-15T02:55:22.429Z Compiling peg-macros v0.8.3
21032024-05-15T02:55:24.985Z Compiling olpc-cjson v0.1.3
21042024-05-15T02:55:25.256Z Compiling universal-hash v0.5.1
21052024-05-15T02:55:25.450Z Compiling secrecy v0.8.0
21062024-05-15T02:55:25.662Z Compiling thiserror-impl-no-std v2.0.2
21072024-05-15T02:55:27.573Z Compiling serde_plain v1.0.2
21082024-05-15T02:55:27.821Z Compiling bitstruct_derive v0.1.0
21092024-05-15T02:55:28.012Z Compiling curve25519-dalek-derive v0.1.0
21102024-05-15T02:55:28.335Z Compiling sqlparser_derive v0.2.2
21112024-05-15T02:55:28.456Z Compiling nanorand v0.7.0
21122024-05-15T02:55:28.840Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21132024-05-15T02:55:28.970Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21142024-05-15T02:55:29.097Z Compiling typed-path v0.7.0
21152024-05-15T02:55:29.175Z Compiling opaque-debug v0.3.0
21162024-05-15T02:55:29.210Z Compiling unicode_categories v0.1.1
21172024-05-15T02:55:29.236Z Compiling ascii v1.1.0
21182024-05-15T02:55:29.261Z Compiling signature v1.6.4
21192024-05-15T02:55:29.401Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21202024-05-15T02:55:29.510Z Compiling salty v0.2.0
21212024-05-15T02:55:29.871Z Compiling rustyline v14.0.0
21222024-05-15T02:55:29.903Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
21232024-05-15T02:55:29.928Z Compiling sqlformat v0.2.3
21242024-05-15T02:55:31.943Z Compiling tough v0.17.1
21252024-05-15T02:55:32.447Z Compiling ed25519 v1.5.3
21262024-05-15T02:55:32.479Z Compiling poly1305 v0.8.0
21272024-05-15T02:55:33.599Z Compiling sqlparser v0.45.0
21282024-05-15T02:55:36.777Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21292024-05-15T02:55:36.802Z Compiling bitstruct v0.1.1
21302024-05-15T02:55:36.802Z Compiling flume v0.11.0
21312024-05-15T02:55:37.331Z Compiling thiserror-no-std v2.0.2
21322024-05-15T02:55:37.446Z Compiling peg v0.8.3
21332024-05-15T02:55:37.566Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21342024-05-15T02:55:38.442Z Compiling usdt v0.3.5
21352024-05-15T02:55:38.861Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
21362024-05-15T02:55:39.890Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
21372024-05-15T02:55:40.165Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
21382024-05-15T02:55:46.653Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21392024-05-15T02:55:46.950Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21402024-05-15T02:55:47.242Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21412024-05-15T02:55:48.283Z Compiling chacha20 v0.9.1
21422024-05-15T02:55:48.689Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21432024-05-15T02:55:50.533Z Compiling aead v0.5.2
21442024-05-15T02:55:50.817Z Compiling bcs v0.1.6
21452024-05-15T02:55:51.558Z Compiling serde_arrays v0.1.0
21462024-05-15T02:55:51.724Z Compiling erased-serde v0.3.31
21472024-05-15T02:55:53.064Z Compiling serde-big-array v0.5.1
21482024-05-15T02:55:53.139Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21492024-05-15T02:55:53.294Z Compiling parse-size v1.0.0
21502024-05-15T02:55:53.541Z Compiling highway v1.1.0
21512024-05-15T02:55:53.838Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21522024-05-15T02:55:54.249Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
21532024-05-15T02:55:54.664Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21542024-05-15T02:56:02.212Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21552024-05-15T02:56:09.245Z Compiling chacha20poly1305 v0.10.1
21562024-05-15T02:56:10.811Z Compiling vsss-rs v3.3.4
21572024-05-15T02:56:14.856Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
21582024-05-15T02:56:15.472Z Compiling signal-hook-tokio v0.3.1
21592024-05-15T02:56:15.647Z Compiling heck v0.3.3
21602024-05-15T02:56:15.966Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
21612024-05-15T02:56:16.676Z Compiling castaway v0.2.2
21622024-05-15T02:56:16.841Z Compiling rand_seeder v0.2.3
21632024-05-15T02:56:17.197Z Compiling serde-big-array v0.4.1
21642024-05-15T02:56:17.386Z Compiling http-range v0.1.5
21652024-05-15T02:56:17.887Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
21662024-05-15T02:56:17.913Z Compiling hyper-staticfile v0.9.5
21672024-05-15T02:56:18.162Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
21682024-05-15T02:56:19.480Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21692024-05-15T02:56:20.354Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
21702024-05-15T02:56:20.517Z Compiling compact_str v0.7.1
21712024-05-15T02:56:20.547Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
21722024-05-15T02:56:20.575Z Compiling zone_cfg_derive v0.1.2
21732024-05-15T02:56:21.623Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
21742024-05-15T02:56:26.985Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21752024-05-15T02:56:27.500Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
21762024-05-15T02:56:32.539Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
21772024-05-15T02:56:34.044Z Compiling tungstenite v0.21.0
21782024-05-15T02:56:35.559Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
21792024-05-15T02:56:35.788Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
21802024-05-15T02:56:36.019Z Compiling lru v0.12.1
21812024-05-15T02:56:36.289Z Compiling stability v0.2.0
21822024-05-15T02:56:37.021Z Compiling corncobs v0.1.3
21832024-05-15T02:56:37.329Z Compiling indoc v2.0.3
21842024-05-15T02:56:38.065Z Compiling base64 v0.13.1
21852024-05-15T02:56:38.255Z Compiling cassowary v0.3.0
21862024-05-15T02:56:38.696Z Compiling ratatui v0.26.2
21872024-05-15T02:56:41.808Z Compiling ron v0.7.1
21882024-05-15T02:56:45.039Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21892024-05-15T02:56:45.683Z Compiling tokio-tungstenite v0.21.0
21902024-05-15T02:56:46.142Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
21912024-05-15T02:56:46.275Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21922024-05-15T02:56:46.858Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
21932024-05-15T02:56:52.658Z Compiling zone v0.1.8
21942024-05-15T02:56:55.430Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
21952024-05-15T02:57:03.421Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
21962024-05-15T02:57:04.102Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
21972024-05-15T02:57:04.511Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21982024-05-15T02:57:06.346Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
21992024-05-15T02:57:06.582Z Compiling portpicker v0.1.1
22002024-05-15T02:57:07.005Z Compiling smawk v0.3.1
22012024-05-15T02:57:07.221Z Compiling unicode-linebreak v0.1.5
22022024-05-15T02:57:07.666Z Compiling textwrap v0.16.1
22032024-05-15T02:57:10.183Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
22042024-05-15T02:57:12.654Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
22052024-05-15T02:57:14.839Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22062024-05-15T02:57:19.375Z Compiling rcgen v0.12.1
22072024-05-15T02:57:19.686Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
22082024-05-15T02:57:20.066Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
22092024-05-15T02:57:25.699Z Compiling atomicwrites v0.4.3
22102024-05-15T02:57:25.724Z Compiling fatfs v0.3.6
22112024-05-15T02:57:26.127Z Compiling rtoolbox v0.0.1
22122024-05-15T02:57:26.472Z Compiling subprocess v0.2.9
22132024-05-15T02:57:27.793Z Compiling is_ci v1.2.0
22142024-05-15T02:57:27.993Z Compiling assert_matches v1.5.0
22152024-05-15T02:57:28.432Z Compiling supports-color v3.0.0
22162024-05-15T02:57:28.432Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22172024-05-15T02:57:28.557Z Compiling rpassword v7.3.1
22182024-05-15T02:57:28.927Z Compiling tui-tree-widget v0.19.0
22192024-05-15T02:57:29.272Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
22202024-05-15T02:57:30.756Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
22212024-05-15T02:57:31.336Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
22222024-05-15T02:57:31.472Z Compiling csv-core v0.1.11
22232024-05-15T02:57:31.633Z Compiling shell-words v1.1.0
22242024-05-15T02:57:31.987Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
22252024-05-15T02:57:32.200Z Compiling csv v1.3.0
22262024-05-15T02:57:33.862Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
22272024-05-15T02:57:33.915Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
22282024-05-15T02:57:42.365Z Compiling multimap v0.10.0
22292024-05-15T02:57:42.696Z Compiling uzers v0.11.3
22302024-05-15T02:57:45.187Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
22312024-05-15T02:59:33.117Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
22322024-05-15T02:59:47.078Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22332024-05-15T03:05:55.288Z Finished release [optimized] target(s) in 12m 30s
22342024-05-15T03:07:07.767Z
22352024-05-15T03:07:07.767Zreal 13:43.984513355
22362024-05-15T03:07:07.767Zuser 1:29:20.688058740
22372024-05-15T03:07:07.767Zsys 4:15.392240151
22382024-05-15T03:07:07.767Ztrap 2.498398211
22392024-05-15T03:07:07.767Ztflt 1.111473863
22402024-05-15T03:07:07.767Zdflt 3.502286592
22412024-05-15T03:07:07.767Zkflt 0.000682155
22422024-05-15T03:07:07.767Zlock 5:51:25.190613982
22432024-05-15T03:07:07.793Zslp 3:24:10.698076660
22442024-05-15T03:07:07.793Zlat 2:09.848652029
22452024-05-15T03:07:07.793Zstop 1:05.769129938
22462024-05-15T03:07:07.793Z+ mapfile -t packages
22472024-05-15T03:07:07.793Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
22482024-05-15T03:07:08.874Z Finished release [optimized] target(s) in 1.04s
22492024-05-15T03:07:08.900Z Running `target/release/omicron-package -t test list-outputs`
22502024-05-15T03:07:08.943ZLogging to: /work/oxidecomputer/omicron/out/LOG
22512024-05-15T03:07:08.968Z+ ptime -m cargo build --locked --release -p xtask
22522024-05-15T03:07:09.618Z Downloading crates ...
22532024-05-15T03:07:09.689Z Downloaded cargo_toml v0.20.2
22542024-05-15T03:07:09.714Z Compiling serde v1.0.201
22552024-05-15T03:07:09.714Z Compiling libc v0.2.153
22562024-05-15T03:07:09.714Z Compiling rustix v0.38.31
22572024-05-15T03:07:09.714Z Compiling hashbrown v0.14.3
22582024-05-15T03:07:09.714Z Compiling bitflags v2.4.2
22592024-05-15T03:07:09.714Z Compiling serde_json v1.0.116
22602024-05-15T03:07:09.715Z Compiling syn v2.0.60
22612024-05-15T03:07:09.772Z Compiling fs-err v2.11.0
22622024-05-15T03:07:10.054Z Compiling anyhow v1.0.83
22632024-05-15T03:07:10.888Z Compiling indexmap v2.2.6
22642024-05-15T03:07:11.276Z Compiling errno v0.3.8
22652024-05-15T03:07:12.311Z Compiling terminal_size v0.3.0
22662024-05-15T03:07:12.433Z Compiling clap_builder v4.5.2
22672024-05-15T03:07:15.068Z Compiling serde_derive v1.0.201
22682024-05-15T03:07:15.068Z Compiling thiserror-impl v1.0.59
22692024-05-15T03:07:15.068Z Compiling clap_derive v4.5.4
22702024-05-15T03:07:18.000Z Compiling clap v4.5.4
22712024-05-15T03:07:19.788Z Compiling thiserror v1.0.59
22722024-05-15T03:07:24.531Z Compiling serde_spanned v0.6.5
22732024-05-15T03:07:24.531Z Compiling toml_datetime v0.6.5
22742024-05-15T03:07:24.556Z Compiling camino v1.1.6
22752024-05-15T03:07:24.556Z Compiling semver v1.0.22
22762024-05-15T03:07:24.556Z Compiling cargo-platform v0.1.3
22772024-05-15T03:07:24.556Z Compiling macaddr v1.0.1
22782024-05-15T03:07:24.799Z Compiling toml_edit v0.22.12
22792024-05-15T03:07:25.992Z Compiling cargo_metadata v0.18.1
22802024-05-15T03:07:27.290Z Compiling toml v0.8.12
22812024-05-15T03:07:28.258Z Compiling cargo_toml v0.20.2
22822024-05-15T03:07:40.051Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
22832024-05-15T03:07:51.701Z Finished release [optimized] target(s) in 42.68s
22842024-05-15T03:07:51.770Z
22852024-05-15T03:07:51.770Zreal 42.792044362
22862024-05-15T03:07:51.770Zuser 2:49.161354563
22872024-05-15T03:07:51.770Zsys 16.627037357
22882024-05-15T03:07:51.770Ztrap 0.060265253
22892024-05-15T03:07:51.770Ztflt 0.216950876
22902024-05-15T03:07:51.770Zdflt 0.870169602
22912024-05-15T03:07:51.770Zkflt 0.000061850
22922024-05-15T03:07:51.770Zlock 4:07.632916449
22932024-05-15T03:07:51.770Zslp 3:23.772356368
22942024-05-15T03:07:51.770Zlat 3.502214321
22952024-05-15T03:07:51.770Zstop 3.563128283
22962024-05-15T03:07:51.795Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
22972024-05-15T03:07:51.795Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
22982024-05-15T03:07:51.795Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
22992024-05-15T03:07:51.795Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
23002024-05-15T03:07:51.795Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
23012024-05-15T03:07:52.534Z Downloading crates ...
23022024-05-15T03:07:52.777Z Downloaded aes-gcm v0.10.3
23032024-05-15T03:07:52.801Z Downloaded russh-keys v0.43.0
23042024-05-15T03:07:52.801Z Downloaded getrandom v0.1.16
23052024-05-15T03:07:52.801Z Downloaded dhcproto-macros v0.1.0
23062024-05-15T03:07:52.801Z Downloaded russh-cryptovec v0.7.0
23072024-05-15T03:07:52.801Z Downloaded rfc6979 v0.4.0
23082024-05-15T03:07:52.802Z Downloaded russh v0.43.0
23092024-05-15T03:07:52.826Z Downloaded winapi v0.3.9
23102024-05-15T03:07:52.854Z Downloaded primeorder v0.13.6
23112024-05-15T03:07:52.879Z Downloaded p521 v0.13.3
23122024-05-15T03:07:52.879Z Downloaded rand_core v0.5.1
23132024-05-15T03:07:52.879Z Downloaded rand_chacha v0.2.2
23142024-05-15T03:07:52.879Z Downloaded rand v0.7.3
23152024-05-15T03:07:52.879Z Downloaded polyval v0.6.1
23162024-05-15T03:07:52.879Z Downloaded pbkdf2 v0.12.2
23172024-05-15T03:07:52.879Z Downloaded pbkdf2 v0.11.0
23182024-05-15T03:07:52.879Z Downloaded password-hash v0.4.2
23192024-05-15T03:07:52.879Z Downloaded p256 v0.13.2
23202024-05-15T03:07:52.904Z Downloaded option-ext v0.2.0
23212024-05-15T03:07:52.904Z Downloaded md5 v0.7.0
23222024-05-15T03:07:52.904Z Downloaded internet-checksum v0.2.1
23232024-05-15T03:07:52.904Z Downloaded hex-literal v0.4.1
23242024-05-15T03:07:52.904Z Downloaded ghash v0.5.0
23252024-05-15T03:07:52.904Z Downloaded ed25519-dalek v2.0.0
23262024-05-15T03:07:52.904Z Downloaded ed25519 v2.2.2
23272024-05-15T03:07:52.904Z Downloaded ecdsa v0.16.9
23282024-05-15T03:07:52.904Z Downloaded dirs-sys v0.4.1
23292024-05-15T03:07:52.904Z Downloaded dirs v5.0.1
23302024-05-15T03:07:52.904Z Downloaded dhcproto v0.11.0
23312024-05-15T03:07:52.904Z Downloaded ctr v0.9.2
23322024-05-15T03:07:52.904Z Downloaded cbc v0.1.2
23332024-05-15T03:07:52.904Z Downloaded blowfish v0.9.1
23342024-05-15T03:07:52.929Z Downloaded bcrypt-pbkdf v0.10.0
23352024-05-15T03:07:52.929Z Downloaded aes v0.8.3
23362024-05-15T03:07:53.087Z Compiling proc-macro2 v1.0.82
23372024-05-15T03:07:53.087Z Compiling unicode-ident v1.0.12
23382024-05-15T03:07:53.087Z Compiling libc v0.2.153
23392024-05-15T03:07:53.087Z Compiling cfg-if v1.0.0
23402024-05-15T03:07:53.087Z Compiling serde v1.0.201
23412024-05-15T03:07:53.112Z Compiling version_check v0.9.4
23422024-05-15T03:07:53.112Z Compiling autocfg v1.1.0
23432024-05-15T03:07:53.112Z Compiling memchr v2.7.1
23442024-05-15T03:07:53.252Z Compiling once_cell v1.19.0
23452024-05-15T03:07:53.306Z Compiling byteorder v1.5.0
23462024-05-15T03:07:53.621Z Compiling log v0.4.21
23472024-05-15T03:07:53.674Z Compiling itoa v1.0.9
23482024-05-15T03:07:53.698Z Compiling scopeguard v1.2.0
23492024-05-15T03:07:53.837Z Compiling smallvec v1.13.1
23502024-05-15T03:07:53.873Z Compiling typenum v1.16.0
23512024-05-15T03:07:53.912Z Compiling generic-array v0.14.7
23522024-05-15T03:07:53.963Z Compiling lock_api v0.4.10
23532024-05-15T03:07:54.060Z Compiling thiserror v1.0.59
23542024-05-15T03:07:54.220Z Compiling parking_lot_core v0.9.8
23552024-05-15T03:07:54.267Z Compiling pin-project-lite v0.2.13
23562024-05-15T03:07:54.386Z Compiling subtle v2.5.0
23572024-05-15T03:07:54.548Z Compiling quote v1.0.36
23582024-05-15T03:07:54.694Z Compiling libm v0.2.7
23592024-05-15T03:07:54.719Z Compiling num-traits v0.2.19
23602024-05-15T03:07:54.743Z Compiling ahash v0.8.8
23612024-05-15T03:07:54.768Z Compiling getrandom v0.2.12
23622024-05-15T03:07:54.940Z Compiling syn v2.0.60
23632024-05-15T03:07:54.973Z Compiling rand_core v0.6.4
23642024-05-15T03:07:55.029Z Compiling cc v1.0.83
23652024-05-15T03:07:55.160Z Compiling signal-hook-registry v1.4.1
23662024-05-15T03:07:55.218Z Compiling mio v0.8.11
23672024-05-15T03:07:55.416Z Compiling parking_lot v0.12.1
23682024-05-15T03:07:55.841Z Compiling socket2 v0.5.6
23692024-05-15T03:07:55.866Z Compiling num_cpus v1.16.0
23702024-05-15T03:07:55.972Z Compiling ryu v1.0.15
23712024-05-15T03:07:56.254Z Compiling serde_json v1.0.116
23722024-05-15T03:07:56.278Z Compiling allocator-api2 v0.2.16
23732024-05-15T03:07:56.310Z Compiling futures-core v0.3.30
23742024-05-15T03:07:56.396Z Compiling futures-sink v0.3.30
23752024-05-15T03:07:56.530Z Compiling fnv v1.0.7
23762024-05-15T03:07:56.555Z Compiling equivalent v1.0.1
23772024-05-15T03:07:56.587Z Compiling const-oid v0.9.6
23782024-05-15T03:07:56.651Z Compiling slab v0.4.9
23792024-05-15T03:07:56.675Z Compiling futures-channel v0.3.30
23802024-05-15T03:07:56.676Z Compiling spin v0.5.2
23812024-05-15T03:07:56.872Z Compiling futures-task v0.3.30
23822024-05-15T03:07:56.932Z Compiling futures-io v0.3.30
23832024-05-15T03:07:57.010Z Compiling pin-utils v0.1.0
23842024-05-15T03:07:57.099Z Compiling syn v1.0.109
23852024-05-15T03:07:57.140Z Compiling iana-time-zone v0.1.57
23862024-05-15T03:07:57.210Z Compiling tinyvec_macros v0.1.1
23872024-05-15T03:07:57.289Z Compiling tinyvec v1.6.0
23882024-05-15T03:07:57.313Z Compiling unicode-bidi v0.3.15
23892024-05-15T03:07:57.514Z Compiling schemars v0.8.17
23902024-05-15T03:07:57.538Z Compiling cpufeatures v0.2.12
23912024-05-15T03:07:57.623Z Compiling tracing-core v0.1.32
23922024-05-15T03:07:57.716Z Compiling dyn-clone v1.0.17
23932024-05-15T03:07:57.850Z Compiling percent-encoding v2.3.1
23942024-05-15T03:07:57.914Z Compiling ppv-lite86 v0.2.17
23952024-05-15T03:07:57.980Z Compiling spin v0.9.8
23962024-05-15T03:07:58.153Z Compiling num-conv v0.1.0
23972024-05-15T03:07:58.324Z Compiling time-core v0.1.2
23982024-05-15T03:07:58.398Z Compiling powerfmt v0.2.0
23992024-05-15T03:07:58.481Z Compiling unicode-normalization v0.1.22
24002024-05-15T03:07:58.505Z Compiling time-macros v0.2.17
24012024-05-15T03:07:58.553Z Compiling form_urlencoded v1.2.1
24022024-05-15T03:07:58.613Z Compiling num_threads v0.1.6
24032024-05-15T03:07:58.726Z Compiling deranged v0.3.11
24042024-05-15T03:07:58.769Z Compiling rand_chacha v0.3.1
24052024-05-15T03:07:58.866Z Compiling ring v0.17.8
24062024-05-15T03:07:58.891Z Compiling aho-corasick v1.1.2
24072024-05-15T03:07:59.412Z Compiling regex-syntax v0.8.2
24082024-05-15T03:08:00.228Z Compiling idna v0.5.0
24092024-05-15T03:08:00.354Z Compiling rand v0.8.5
24102024-05-15T03:08:01.321Z Compiling serde_derive_internals v0.29.0
24112024-05-15T03:08:01.540Z Compiling time v0.3.34
24122024-05-15T03:08:02.185Z Compiling httparse v1.8.0
24132024-05-15T03:08:02.610Z Compiling regex-automata v0.4.5
24142024-05-15T03:08:02.636Z Compiling slog v2.7.0
24152024-05-15T03:08:03.179Z Compiling url v2.5.0
24162024-05-15T03:08:04.131Z Compiling untrusted v0.9.0
24172024-05-15T03:08:04.279Z Compiling heck v0.4.1
24182024-05-15T03:08:04.663Z Compiling pkg-config v0.3.27
24192024-05-15T03:08:04.725Z Compiling vcpkg v0.2.15
24202024-05-15T03:08:04.911Z Compiling lazy_static v1.4.0
24212024-05-15T03:08:05.008Z Compiling adler v1.0.2
24222024-05-15T03:08:05.205Z Compiling unicode-width v0.1.11
24232024-05-15T03:08:05.342Z Compiling miniz_oxide v0.7.1
24242024-05-15T03:08:05.770Z Compiling semver v1.0.22
24252024-05-15T03:08:05.985Z Compiling backtrace v0.3.69
24262024-05-15T03:08:06.240Z Compiling ring v0.16.20
24272024-05-15T03:08:06.339Z Compiling try-lock v0.2.4
24282024-05-15T03:08:06.471Z Compiling gimli v0.28.0
24292024-05-15T03:08:06.495Z Compiling openssl-sys v0.9.102
24302024-05-15T03:08:06.563Z Compiling httpdate v1.0.3
24312024-05-15T03:08:06.732Z Compiling serde_derive v1.0.201
24322024-05-15T03:08:06.962Z Compiling zeroize_derive v1.4.2
24332024-05-15T03:08:07.182Z Compiling thiserror-impl v1.0.59
24342024-05-15T03:08:07.315Z Compiling zerocopy-derive v0.7.32
24352024-05-15T03:08:07.657Z Compiling tokio-macros v2.2.0
24362024-05-15T03:08:08.333Z Compiling zeroize v1.7.0
24372024-05-15T03:08:09.081Z Compiling futures-macro v0.3.30
24382024-05-15T03:08:09.307Z Compiling zerocopy v0.7.32
24392024-05-15T03:08:09.343Z Compiling schemars_derive v0.8.17
24402024-05-15T03:08:09.828Z Compiling crypto-common v0.1.6
24412024-05-15T03:08:10.018Z Compiling block-buffer v0.10.4
24422024-05-15T03:08:10.042Z Compiling tracing-attributes v0.1.27
24432024-05-15T03:08:10.251Z Compiling digest v0.10.7
24442024-05-15T03:08:10.276Z Compiling regex v1.10.4
24452024-05-15T03:08:10.660Z Compiling async-trait v0.1.80
24462024-05-15T03:08:10.783Z Compiling futures-util v0.3.30
24472024-05-15T03:08:11.069Z Compiling hashbrown v0.14.3
24482024-05-15T03:08:11.204Z Compiling addr2line v0.21.0
24492024-05-15T03:08:12.132Z Compiling want v0.3.1
24502024-05-15T03:08:12.216Z Compiling object v0.32.1
24512024-05-15T03:08:12.389Z Compiling rustix v0.38.31
24522024-05-15T03:08:12.975Z Compiling rustc-demangle v0.1.23
24532024-05-15T03:08:13.044Z Compiling anyhow v1.0.83
24542024-05-15T03:08:13.263Z Compiling tracing v0.1.40
24552024-05-15T03:08:13.287Z Compiling untrusted v0.7.1
24562024-05-15T03:08:13.390Z Compiling tower-service v0.3.2
24572024-05-15T03:08:13.439Z Compiling base64 v0.21.7
24582024-05-15T03:08:13.513Z Compiling foreign-types-shared v0.1.1
24592024-05-15T03:08:13.547Z Compiling ipnet v2.9.0
24602024-05-15T03:08:13.613Z Compiling mime v0.3.17
24612024-05-15T03:08:13.722Z Compiling openssl v0.10.64
24622024-05-15T03:08:13.785Z Compiling foreign-types v0.3.2
24632024-05-15T03:08:14.206Z Compiling openssl-macros v0.1.1
24642024-05-15T03:08:14.247Z Compiling errno v0.3.8
24652024-05-15T03:08:14.456Z Compiling heck v0.5.0
24662024-05-15T03:08:14.642Z Compiling crossbeam-utils v0.8.19
24672024-05-15T03:08:14.860Z Compiling base64ct v1.6.0
24682024-05-15T03:08:14.885Z Compiling winnow v0.5.15
24692024-05-15T03:08:15.169Z Compiling native-tls v0.2.11
24702024-05-15T03:08:15.266Z Compiling rustls v0.21.9
24712024-05-15T03:08:15.408Z Compiling rustls-webpki v0.101.7
24722024-05-15T03:08:15.499Z Compiling futures-executor v0.3.30
24732024-05-15T03:08:15.533Z Compiling cookie v0.17.0
24742024-05-15T03:08:15.776Z Compiling sct v0.7.0
24752024-05-15T03:08:15.980Z Compiling ucd-trie v0.1.6
24762024-05-15T03:08:16.005Z Compiling openssl-probe v0.1.5
24772024-05-15T03:08:16.297Z Compiling pest v2.7.6
24782024-05-15T03:08:16.574Z Compiling futures v0.3.30
24792024-05-15T03:08:17.147Z Compiling idna v0.3.0
24802024-05-15T03:08:17.482Z Compiling encoding_rs v0.8.33
24812024-05-15T03:08:17.808Z Compiling rustversion v1.0.14
24822024-05-15T03:08:18.378Z Compiling bytes v1.6.0
24832024-05-15T03:08:18.492Z Compiling indexmap v2.2.6
24842024-05-15T03:08:18.516Z Compiling uuid v1.8.0
24852024-05-15T03:08:18.628Z Compiling bitflags v2.4.2
24862024-05-15T03:08:19.051Z Compiling chrono v0.4.38
24872024-05-15T03:08:19.481Z Compiling tokio v1.37.0
24882024-05-15T03:08:19.660Z Compiling http v0.2.12
24892024-05-15T03:08:19.713Z Compiling serde_tokenstream v0.2.0
24902024-05-15T03:08:20.081Z Compiling serde_spanned v0.6.5
24912024-05-15T03:08:20.180Z Compiling toml_datetime v0.6.5
24922024-05-15T03:08:20.584Z Compiling toml_edit v0.19.15
24932024-05-15T03:08:20.974Z Compiling http-body v0.4.5
24942024-05-15T03:08:21.680Z Compiling data-encoding v2.4.0
24952024-05-15T03:08:22.072Z Compiling psl-types v2.0.11
24962024-05-15T03:08:22.247Z Compiling publicsuffix v2.2.3
24972024-05-15T03:08:22.546Z Compiling pest_meta v2.7.6
24982024-05-15T03:08:23.520Z Compiling serde_urlencoded v0.7.1
24992024-05-15T03:08:23.756Z Compiling hmac v0.12.1
25002024-05-15T03:08:23.979Z Compiling scroll_derive v0.12.0
25012024-05-15T03:08:24.029Z Compiling cookie_store v0.20.0
25022024-05-15T03:08:24.070Z Compiling pest_generator v2.7.6
25032024-05-15T03:08:25.213Z Compiling scroll v0.12.0
25042024-05-15T03:08:25.281Z Compiling openapiv3 v2.0.0
25052024-05-15T03:08:25.664Z Compiling rustls-pemfile v1.0.3
25062024-05-15T03:08:25.690Z Compiling webpki-roots v0.25.2
25072024-05-15T03:08:25.832Z Compiling bitflags v1.3.2
25082024-05-15T03:08:25.856Z Compiling plain v0.2.3
25092024-05-15T03:08:25.937Z Compiling tokio-util v0.7.10
25102024-05-15T03:08:26.018Z Compiling tokio-rustls v0.24.1
25112024-05-15T03:08:26.365Z Compiling tokio-native-tls v0.3.1
25122024-05-15T03:08:26.560Z Compiling sync_wrapper v0.1.2
25132024-05-15T03:08:26.585Z Compiling pest_derive v2.7.6
25142024-05-15T03:08:26.609Z Compiling goblin v0.8.0
25152024-05-15T03:08:26.698Z Compiling rustc_version v0.4.0
25162024-05-15T03:08:27.192Z Compiling h2 v0.3.26
25172024-05-15T03:08:27.244Z Compiling pem-rfc7468 v0.7.0
25182024-05-15T03:08:27.269Z Compiling block-padding v0.3.3
25192024-05-15T03:08:27.367Z Compiling der_derive v0.7.2
25202024-05-15T03:08:27.483Z Compiling usdt-impl v0.5.0
25212024-05-15T03:08:27.768Z Compiling flagset v0.4.3
25222024-05-15T03:08:27.864Z Compiling pretty-hex v0.4.1
25232024-05-15T03:08:28.072Z Compiling inout v0.1.3
25242024-05-15T03:08:28.105Z Compiling dtrace-parser v0.2.0
25252024-05-15T03:08:28.327Z Compiling thread-id v4.2.0
25262024-05-15T03:08:28.418Z Compiling cipher v0.4.4
25272024-05-15T03:08:28.442Z Compiling sha2 v0.10.8
25282024-05-15T03:08:28.872Z Compiling either v1.11.0
25292024-05-15T03:08:28.914Z Compiling ff v0.13.0
25302024-05-15T03:08:29.119Z Compiling base16ct v0.2.0
25312024-05-15T03:08:29.220Z Compiling stable_deref_trait v1.2.0
25322024-05-15T03:08:29.315Z Compiling group v0.13.0
25332024-05-15T03:08:29.404Z Compiling hkdf v0.12.4
25342024-05-15T03:08:29.545Z Compiling der v0.7.8
25352024-05-15T03:08:29.601Z Compiling crossbeam-epoch v0.9.18
25362024-05-15T03:08:29.634Z Compiling crypto-bigint v0.5.2
25372024-05-15T03:08:29.740Z Compiling num-integer v0.1.46
25382024-05-15T03:08:30.262Z Compiling memmap v0.7.0
25392024-05-15T03:08:30.394Z Compiling crc32fast v1.3.2
25402024-05-15T03:08:30.561Z Compiling winnow v0.6.1
25412024-05-15T03:08:30.881Z Compiling managed v0.8.0
25422024-05-15T03:08:31.109Z Compiling dof v0.3.0
25432024-05-15T03:08:31.244Z Compiling spki v0.7.2
25442024-05-15T03:08:31.591Z Compiling pkcs8 v0.10.2
25452024-05-15T03:08:32.149Z Compiling sec1 v0.7.3
25462024-05-15T03:08:32.373Z Compiling unicode-segmentation v1.10.1
25472024-05-15T03:08:32.706Z Compiling elliptic-curve v0.13.8
25482024-05-15T03:08:32.730Z Compiling toml v0.7.8
25492024-05-15T03:08:33.099Z Compiling hyper v0.14.28
25502024-05-15T03:08:33.149Z Compiling hex v0.4.3
25512024-05-15T03:08:33.427Z Compiling toml_edit v0.22.12
25522024-05-15T03:08:33.451Z Compiling num-bigint v0.4.4
25532024-05-15T03:08:33.666Z Compiling anstyle v1.0.7
25542024-05-15T03:08:33.709Z Compiling utf8parse v0.2.1
25552024-05-15T03:08:33.885Z Compiling matches v0.1.10
25562024-05-15T03:08:33.978Z Compiling idna v0.2.3
25572024-05-15T03:08:34.159Z Compiling anstyle-parse v0.2.1
25582024-05-15T03:08:34.322Z Compiling ipnetwork v0.20.0
25592024-05-15T03:08:34.461Z Compiling enum-as-inner v0.5.1
25602024-05-15T03:08:34.623Z Compiling bit-vec v0.6.3
25612024-05-15T03:08:34.983Z Compiling colorchoice v1.0.0
25622024-05-15T03:08:35.080Z Compiling anstyle-query v1.0.0
25632024-05-15T03:08:35.139Z Compiling siphasher v0.3.11
25642024-05-15T03:08:35.167Z Compiling usdt-attr-macro v0.5.0
25652024-05-15T03:08:35.204Z Compiling usdt-macro v0.5.0
25662024-05-15T03:08:35.280Z Compiling anstream v0.6.11
25672024-05-15T03:08:35.326Z Compiling trust-dns-proto v0.22.0
25682024-05-15T03:08:35.876Z Compiling flate2 v1.0.30
25692024-05-15T03:08:35.983Z Compiling heapless v0.7.16
25702024-05-15T03:08:36.366Z Compiling terminal_size v0.3.0
25712024-05-15T03:08:36.482Z Compiling regress v0.9.1
25722024-05-15T03:08:36.540Z Compiling usdt v0.5.0
25732024-05-15T03:08:36.565Z Compiling clap_lex v0.7.0
25742024-05-15T03:08:36.672Z Compiling strsim v0.11.0
25752024-05-15T03:08:36.979Z Compiling signal-hook v0.3.17
25762024-05-15T03:08:37.004Z Compiling clap_builder v4.5.2
25772024-05-15T03:08:37.314Z Compiling itertools v0.10.5
25782024-05-15T03:08:37.436Z Compiling clap_derive v4.5.4
25792024-05-15T03:08:39.591Z Compiling hyper-rustls v0.24.2
25802024-05-15T03:08:39.884Z Compiling hyper-tls v0.5.0
25812024-05-15T03:08:40.188Z Compiling reqwest v0.11.27
25822024-05-15T03:08:40.481Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
25832024-05-15T03:08:40.506Z Compiling yasna v0.5.2
25842024-05-15T03:08:41.286Z Compiling md-5 v0.10.5
25852024-05-15T03:08:41.464Z Compiling stringprep v0.1.3
25862024-05-15T03:08:41.523Z Compiling hash32 v0.2.1
25872024-05-15T03:08:41.837Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25882024-05-15T03:08:42.033Z Compiling regex-automata v0.1.10
25892024-05-15T03:08:42.067Z Compiling smoltcp v0.9.1
25902024-05-15T03:08:42.289Z Compiling fallible-iterator v0.2.0
25912024-05-15T03:08:42.448Z Compiling bstr v0.2.17
25922024-05-15T03:08:42.704Z Compiling clap v4.5.4
25932024-05-15T03:08:42.865Z Compiling postgres-protocol v0.6.6
25942024-05-15T03:08:43.517Z Compiling phf_shared v0.11.2
25952024-05-15T03:08:43.615Z Compiling tokio-stream v0.1.15
25962024-05-15T03:08:43.640Z Compiling hubpack_derive v0.1.1
25972024-05-15T03:08:43.887Z Compiling zerocopy-derive v0.6.6
25982024-05-15T03:08:43.993Z Compiling diesel_table_macro_syntax v0.1.0
25992024-05-15T03:08:44.028Z Compiling scheduled-thread-pool v0.2.7
26002024-05-15T03:08:44.368Z Compiling fs-err v2.11.0
26012024-05-15T03:08:44.471Z Compiling fixedbitset v0.4.2
26022024-05-15T03:08:44.496Z Compiling hubpack v0.1.2
26032024-05-15T03:08:44.582Z Compiling diesel_derives v2.1.2
26042024-05-15T03:08:44.789Z Compiling petgraph v0.6.5
26052024-05-15T03:08:44.870Z Compiling r2d2 v0.8.10
26062024-05-15T03:08:44.899Z Compiling phf v0.11.2
26072024-05-15T03:08:44.987Z Compiling postgres-types v0.2.6
26082024-05-15T03:08:45.204Z Compiling similar v2.4.0
26092024-05-15T03:08:45.770Z Compiling zerocopy v0.6.6
26102024-05-15T03:08:46.214Z Compiling signal-hook-mio v0.2.3
26112024-05-15T03:08:46.446Z Compiling phf_shared v0.10.0
26122024-05-15T03:08:46.604Z Compiling num-iter v0.1.45
26132024-05-15T03:08:46.775Z Compiling strum_macros v0.25.2
26142024-05-15T03:08:46.800Z Compiling serde_repr v0.1.16
26152024-05-15T03:08:46.858Z Compiling getopts v0.2.21
26162024-05-15T03:08:47.208Z Compiling console v0.15.8
26172024-05-15T03:08:47.712Z Compiling float-cmp v0.9.0
26182024-05-15T03:08:47.771Z Compiling minimal-lexical v0.2.1
26192024-05-15T03:08:47.915Z Compiling new_debug_unreachable v1.0.4
26202024-05-15T03:08:48.002Z Compiling normalize-line-endings v0.3.0
26212024-05-15T03:08:48.030Z Compiling difflib v0.4.0
26222024-05-15T03:08:48.114Z Compiling precomputed-hash v0.1.1
26232024-05-15T03:08:48.210Z Compiling static_assertions v1.1.0
26242024-05-15T03:08:48.234Z Compiling whoami v1.5.1
26252024-05-15T03:08:48.312Z Compiling unsafe-libyaml v0.2.10
26262024-05-15T03:08:48.464Z Compiling predicates-core v1.0.6
26272024-05-15T03:08:48.796Z Compiling predicates v3.1.0
26282024-05-15T03:08:48.832Z Compiling tokio-postgres v0.7.10
26292024-05-15T03:08:49.414Z Compiling serde_yaml v0.9.25
26302024-05-15T03:08:49.926Z Compiling string_cache v0.8.7
26312024-05-15T03:08:50.120Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
26322024-05-15T03:08:50.317Z Compiling nom v7.1.3
26332024-05-15T03:08:50.342Z Compiling crossterm v0.27.0
26342024-05-15T03:08:52.813Z Compiling bit-set v0.5.3
26352024-05-15T03:08:52.933Z Compiling bstr v1.9.0
26362024-05-15T03:08:53.077Z Compiling lalrpop-util v0.19.12
26372024-05-15T03:08:53.178Z Compiling peg-runtime v0.8.3
26382024-05-15T03:08:53.258Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
26392024-05-15T03:08:53.291Z Compiling sha1 v0.10.6
26402024-05-15T03:08:53.393Z Compiling camino v1.1.6
26412024-05-15T03:08:53.637Z Compiling ident_case v1.0.1
26422024-05-15T03:08:53.662Z Compiling strsim v0.10.0
26432024-05-15T03:08:53.751Z Compiling strum_macros v0.26.1
26442024-05-15T03:08:53.835Z Compiling dirs-sys-next v0.1.2
26452024-05-15T03:08:54.378Z Compiling darling_core v0.20.8
26462024-05-15T03:08:54.408Z Compiling base64 v0.22.1
26472024-05-15T03:08:54.458Z Compiling match_cfg v0.1.0
26482024-05-15T03:08:54.561Z Compiling hostname v0.3.1
26492024-05-15T03:08:54.658Z Compiling dirs-next v2.0.0
26502024-05-15T03:08:54.783Z Compiling toml v0.8.12
26512024-05-15T03:08:54.838Z Compiling http v1.0.0
26522024-05-15T03:08:54.868Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
26532024-05-15T03:08:54.968Z Compiling thread_local v1.1.7
26542024-05-15T03:08:55.079Z Compiling slog-async v2.8.0
26552024-05-15T03:08:55.457Z Compiling rustls-pki-types v1.3.0
26562024-05-15T03:08:55.575Z Compiling term v0.7.0
26572024-05-15T03:08:56.096Z Compiling is-terminal v0.4.9
26582024-05-15T03:08:56.215Z Compiling crossbeam-channel v0.5.8
26592024-05-15T03:08:56.239Z Compiling take_mut v0.2.2
26602024-05-15T03:08:56.378Z Compiling paste v1.0.15
26612024-05-15T03:08:56.793Z Compiling rustls v0.22.4
26622024-05-15T03:08:56.817Z Compiling diesel v2.1.6
26632024-05-15T03:08:56.934Z Compiling slog-term v2.9.1
26642024-05-15T03:08:57.072Z Compiling rustls-webpki v0.102.1
26652024-05-15T03:08:57.202Z Compiling multer v3.1.0
26662024-05-15T03:08:57.460Z Compiling instant v0.1.12
26672024-05-15T03:08:57.964Z Compiling slog-json v2.6.1
26682024-05-15T03:08:57.988Z Compiling strum v0.26.2
26692024-05-15T03:08:58.128Z Compiling async-stream-impl v0.3.5
26702024-05-15T03:08:58.285Z Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
26712024-05-15T03:08:58.550Z Compiling atomic-waker v1.1.1
26722024-05-15T03:08:58.724Z Compiling debug-ignore v1.0.5
26732024-05-15T03:08:58.749Z Compiling waitgroup v0.1.2
26742024-05-15T03:08:58.939Z Compiling slog-bunyan v2.5.0
26752024-05-15T03:08:58.978Z Compiling rustls-pemfile v2.1.2
26762024-05-15T03:08:59.130Z Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
26772024-05-15T03:08:59.161Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
26782024-05-15T03:08:59.274Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
26792024-05-15T03:08:59.396Z Compiling async-stream v0.3.5
26802024-05-15T03:08:59.420Z Compiling serde_path_to_error v0.1.16
26812024-05-15T03:08:59.698Z Compiling structmeta-derive v0.3.0
26822024-05-15T03:08:59.890Z Compiling hostname v0.4.0
26832024-05-15T03:09:00.093Z Compiling proc-macro-error-attr v1.0.4
26842024-05-15T03:09:00.121Z Compiling proc-macro-error v1.0.4
26852024-05-15T03:09:00.393Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
26862024-05-15T03:09:00.417Z Compiling darling_macro v0.20.8
26872024-05-15T03:09:00.833Z Compiling newtype-uuid v1.1.0
26882024-05-15T03:09:01.016Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26892024-05-15T03:09:01.115Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26902024-05-15T03:09:01.332Z Compiling darling v0.20.8
26912024-05-15T03:09:01.378Z Compiling backoff v0.4.0
26922024-05-15T03:09:01.456Z Compiling serde_with_macros v3.7.0
26932024-05-15T03:09:01.679Z Compiling tokio-rustls v0.25.0
26942024-05-15T03:09:01.706Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26952024-05-15T03:09:01.771Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26962024-05-15T03:09:01.862Z Compiling macaddr v1.0.1
26972024-05-15T03:09:01.918Z Compiling proc-macro-crate v1.3.1
26982024-05-15T03:09:02.161Z Compiling structmeta v0.3.0
26992024-05-15T03:09:02.252Z Compiling fastrand v2.0.1
27002024-05-15T03:09:02.553Z Compiling parse-display-derive v0.9.0
27012024-05-15T03:09:02.736Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27022024-05-15T03:09:02.842Z Compiling num_enum_derive v0.5.11
27032024-05-15T03:09:03.059Z Compiling tempfile v3.10.1
27042024-05-15T03:09:03.781Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27052024-05-15T03:09:04.106Z Compiling foreign-types-macros v0.2.3
27062024-05-15T03:09:04.131Z Compiling serde_with v3.7.0
27072024-05-15T03:09:05.391Z Compiling heapless v0.8.0
27082024-05-15T03:09:05.416Z Compiling num_enum v0.5.11
27092024-05-15T03:09:05.564Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27102024-05-15T03:09:05.847Z Compiling foreign-types-shared v0.3.1
27112024-05-15T03:09:05.967Z Compiling foreign-types v0.5.0
27122024-05-15T03:09:06.009Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
27132024-05-15T03:09:06.265Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27142024-05-15T03:09:06.351Z Compiling cstr-argument v0.1.2
27152024-05-15T03:09:06.572Z Compiling hash32 v0.3.1
27162024-05-15T03:09:06.804Z Compiling parse-display v0.9.0
27172024-05-15T03:09:06.830Z Compiling smoltcp v0.11.0
27182024-05-15T03:09:06.830Z Compiling pretty-hex v0.2.1
27192024-05-15T03:09:07.016Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27202024-05-15T03:09:07.270Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27212024-05-15T03:09:07.328Z Compiling camino-tempfile v1.1.1
27222024-05-15T03:09:07.369Z Compiling tabwriter v1.4.0
27232024-05-15T03:09:07.474Z Compiling colored v2.1.0
27242024-05-15T03:09:07.706Z Compiling socket2 v0.4.9
27252024-05-15T03:09:07.784Z Compiling embedded-io v0.4.0
27262024-05-15T03:09:07.809Z Compiling cobs v0.2.3
27272024-05-15T03:09:07.988Z Compiling postcard v1.0.8
27282024-05-15T03:09:08.108Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
27292024-05-15T03:09:08.133Z Compiling crucible-workspace-hack v0.1.0
27302024-05-15T03:09:08.368Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
27312024-05-15T03:09:08.463Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
27322024-05-15T03:09:08.487Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
27332024-05-15T03:09:08.523Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
27342024-05-15T03:09:08.745Z Compiling smf v0.2.3
27352024-05-15T03:09:08.845Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
27362024-05-15T03:09:08.948Z Compiling humantime v2.1.0
27372024-05-15T03:09:09.162Z Compiling platforms v3.0.2
27382024-05-15T03:09:09.424Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
27392024-05-15T03:09:09.492Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
27402024-05-15T03:09:09.517Z Compiling num-derive v0.4.0
27412024-05-15T03:09:09.868Z Compiling sigpipe v0.1.3
27422024-05-15T03:09:09.979Z Compiling utf-8 v0.7.6
27432024-05-15T03:09:10.003Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
27442024-05-15T03:09:10.361Z Compiling atty v0.2.14
27452024-05-15T03:09:10.483Z Compiling semver v0.1.20
27462024-05-15T03:09:10.678Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
27472024-05-15T03:09:10.769Z Compiling rayon-core v1.12.1
27482024-05-15T03:09:11.013Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
27492024-05-15T03:09:11.052Z Compiling same-file v1.0.6
27502024-05-15T03:09:11.258Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
27512024-05-15T03:09:11.285Z Compiling walkdir v2.5.0
27522024-05-15T03:09:11.956Z Compiling curve25519-dalek v4.1.2
27532024-05-15T03:09:12.046Z Compiling rustc_version v0.1.7
27542024-05-15T03:09:12.122Z Compiling newline-converter v0.3.0
27552024-05-15T03:09:12.261Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
27562024-05-15T03:09:12.285Z Compiling crossbeam-deque v0.8.3
27572024-05-15T03:09:12.431Z Compiling universal-hash v0.5.1
27582024-05-15T03:09:12.479Z Compiling opaque-debug v0.3.0
27592024-05-15T03:09:12.503Z Compiling newtype_derive v0.1.6
27602024-05-15T03:09:12.618Z Compiling expectorate v1.1.0
27612024-05-15T03:09:12.707Z Compiling tungstenite v0.20.1
27622024-05-15T03:09:12.731Z Compiling signature v2.1.0
27632024-05-15T03:09:12.771Z Compiling curve25519-dalek-derive v0.1.0
27642024-05-15T03:09:12.796Z Compiling blake3 v1.5.0
27652024-05-15T03:09:12.950Z Compiling filetime v0.2.23
27662024-05-15T03:09:13.239Z Compiling xattr v1.0.1
27672024-05-15T03:09:13.308Z Compiling unicase v2.7.0
27682024-05-15T03:09:13.471Z Compiling quick-error v1.2.3
27692024-05-15T03:09:13.574Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
27702024-05-15T03:09:13.604Z Compiling termcolor v1.2.0
27712024-05-15T03:09:13.748Z Compiling linked-hash-map v0.5.6
27722024-05-15T03:09:14.079Z Compiling arc-swap v1.6.0
27732024-05-15T03:09:14.159Z Compiling getrandom v0.1.16
27742024-05-15T03:09:14.348Z Compiling lru-cache v0.1.2
27752024-05-15T03:09:14.519Z Compiling slog-scope v4.4.0
27762024-05-15T03:09:14.543Z Compiling env_logger v0.9.3
27772024-05-15T03:09:14.643Z Compiling resolv-conf v0.7.0
27782024-05-15T03:09:14.751Z Compiling tokio-tungstenite v0.20.1
27792024-05-15T03:09:14.775Z Compiling tar v0.4.40
27802024-05-15T03:09:15.186Z Compiling rayon v1.10.0
27812024-05-15T03:09:15.314Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27822024-05-15T03:09:15.338Z Compiling password-hash v0.5.0
27832024-05-15T03:09:15.679Z Compiling blake2 v0.10.6
27842024-05-15T03:09:15.704Z Compiling bitstruct_derive v0.1.0
27852024-05-15T03:09:16.200Z Compiling derive-where v1.2.7
27862024-05-15T03:09:16.535Z Compiling memmap2 v0.7.1
27872024-05-15T03:09:16.724Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27882024-05-15T03:09:16.839Z Compiling libefi-sys v0.1.0
27892024-05-15T03:09:16.865Z Compiling arrayvec v0.7.4
27902024-05-15T03:09:16.889Z Compiling parking_lot_core v0.8.6
27912024-05-15T03:09:17.081Z Compiling bytecount v0.6.3
27922024-05-15T03:09:17.207Z Compiling ascii v1.1.0
27932024-05-15T03:09:17.273Z Compiling arrayref v0.3.7
27942024-05-15T03:09:17.297Z Compiling home v0.5.5
27952024-05-15T03:09:17.371Z Compiling constant_time_eq v0.3.0
27962024-05-15T03:09:17.524Z Compiling toolchain_find v0.4.0
27972024-05-15T03:09:17.549Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
27982024-05-15T03:09:17.743Z Compiling papergrid v0.11.0
27992024-05-15T03:09:18.154Z Compiling bitstruct v0.1.1
28002024-05-15T03:09:18.251Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28012024-05-15T03:09:18.479Z Compiling argon2 v0.5.3
28022024-05-15T03:09:19.069Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28032024-05-15T03:09:19.214Z Compiling trust-dns-resolver v0.22.0
28042024-05-15T03:09:20.133Z Compiling slog-stdlog v4.1.1
28052024-05-15T03:09:20.240Z Compiling tabled_derive v0.7.0
28062024-05-15T03:09:20.471Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28072024-05-15T03:09:20.709Z Compiling num-rational v0.4.2
28082024-05-15T03:09:20.822Z Compiling rfc6979 v0.4.0
28092024-05-15T03:09:20.960Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28102024-05-15T03:09:21.096Z Compiling erased-serde v0.3.31
28112024-05-15T03:09:21.203Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
28122024-05-15T03:09:21.283Z Compiling serde_arrays v0.1.0
28132024-05-15T03:09:21.308Z Compiling aead v0.5.2
28142024-05-15T03:09:21.434Z Compiling num-complex v0.4.6
28152024-05-15T03:09:21.610Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
28162024-05-15T03:09:21.936Z Compiling nibble_vec v0.1.0
28172024-05-15T03:09:22.115Z Compiling slog-dtrace v0.3.0
28182024-05-15T03:09:22.176Z Compiling topological-sort v0.2.2
28192024-05-15T03:09:22.226Z Compiling cancel-safe-futures v0.1.5
28202024-05-15T03:09:22.273Z Compiling endian-type v0.1.2
28212024-05-15T03:09:22.371Z Compiling keccak v0.1.4
28222024-05-15T03:09:22.396Z Compiling winapi v0.3.9
28232024-05-15T03:09:22.420Z Compiling tabled v0.15.0
28242024-05-15T03:09:22.475Z Compiling radix_trie v0.2.1
28252024-05-15T03:09:22.635Z Compiling sha3 v0.10.8
28262024-05-15T03:09:23.052Z Compiling omicron-zone-package v0.11.0
28272024-05-15T03:09:23.117Z Compiling num v0.4.3
28282024-05-15T03:09:23.222Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28292024-05-15T03:09:23.319Z Compiling ecdsa v0.16.9
28302024-05-15T03:09:23.406Z Compiling slog-envlogger v2.2.0
28312024-05-15T03:09:24.084Z Compiling rand_core v0.5.1
28322024-05-15T03:09:24.120Z Compiling mime_guess v2.0.4
28332024-05-15T03:09:24.454Z Compiling steno v0.4.0
28342024-05-15T03:09:25.307Z Compiling rustfmt-wrapper v0.2.1
28352024-05-15T03:09:25.528Z Compiling poly1305 v0.8.0
28362024-05-15T03:09:25.862Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
28372024-05-15T03:09:26.016Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28382024-05-15T03:09:26.436Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28392024-05-15T03:09:26.539Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28402024-05-15T03:09:26.970Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28412024-05-15T03:09:27.218Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28422024-05-15T03:09:27.534Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28432024-05-15T03:09:28.478Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28442024-05-15T03:09:28.503Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28452024-05-15T03:09:28.585Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28462024-05-15T03:09:28.610Z Compiling primeorder v0.13.6
28472024-05-15T03:09:28.676Z Compiling heck v0.3.3
28482024-05-15T03:09:28.776Z Compiling chacha20 v0.9.1
28492024-05-15T03:09:28.861Z Compiling thiserror-impl-no-std v2.0.2
28502024-05-15T03:09:29.061Z Compiling secrecy v0.8.0
28512024-05-15T03:09:29.090Z Compiling half v2.3.1
28522024-05-15T03:09:29.230Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
28532024-05-15T03:09:29.293Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
28542024-05-15T03:09:29.494Z Compiling option-ext v0.2.0
28552024-05-15T03:09:29.563Z Compiling ciborium-io v0.2.2
28562024-05-15T03:09:29.595Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
28572024-05-15T03:09:29.628Z Compiling convert_case v0.4.0
28582024-05-15T03:09:29.686Z Compiling ciborium-ll v0.2.2
28592024-05-15T03:09:29.730Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
28602024-05-15T03:09:30.029Z Compiling dirs-sys v0.4.1
28612024-05-15T03:09:30.297Z Compiling zone_cfg_derive v0.1.2
28622024-05-15T03:09:30.471Z Compiling derive_more v0.99.17
28632024-05-15T03:09:30.589Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28642024-05-15T03:09:30.850Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28652024-05-15T03:09:31.571Z Compiling thiserror-no-std v2.0.2
28662024-05-15T03:09:31.626Z Compiling parking_lot v0.11.2
28672024-05-15T03:09:31.650Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
28682024-05-15T03:09:31.682Z Compiling rand_chacha v0.2.2
28692024-05-15T03:09:32.044Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28702024-05-15T03:09:32.397Z Compiling trust-dns-client v0.22.0
28712024-05-15T03:09:32.891Z Compiling ed25519 v2.2.2
28722024-05-15T03:09:33.289Z Compiling polyval v0.6.1
28732024-05-15T03:09:33.335Z Compiling tungstenite v0.21.0
28742024-05-15T03:09:33.650Z Compiling blowfish v0.9.1
28752024-05-15T03:09:34.058Z Compiling ctr v0.9.2
28762024-05-15T03:09:34.156Z Compiling aes v0.8.3
28772024-05-15T03:09:34.377Z Compiling libsw v3.3.1
28782024-05-15T03:09:34.641Z Compiling toml v0.5.11
28792024-05-15T03:09:34.954Z Compiling password-hash v0.4.2
28802024-05-15T03:09:35.145Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28812024-05-15T03:09:35.817Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28822024-05-15T03:09:36.276Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28832024-05-15T03:09:37.331Z Compiling pbkdf2 v0.12.2
28842024-05-15T03:09:37.483Z Compiling gethostname v0.4.3
28852024-05-15T03:09:37.592Z Compiling fxhash v0.2.1
28862024-05-15T03:09:37.733Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28872024-05-15T03:09:37.773Z Compiling swrite v0.1.0
28882024-05-15T03:09:37.898Z Compiling base64 v0.13.1
28892024-05-15T03:09:38.392Z Compiling owo-colors v4.0.0
28902024-05-15T03:09:38.555Z Compiling linear-map v1.2.0
28912024-05-15T03:09:38.896Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28922024-05-15T03:09:39.934Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28932024-05-15T03:09:40.195Z Compiling ron v0.7.1
28942024-05-15T03:09:41.367Z Compiling sled v0.34.7
28952024-05-15T03:09:41.908Z Compiling bcrypt-pbkdf v0.10.0
28962024-05-15T03:09:42.165Z Compiling trust-dns-server v0.22.1
28972024-05-15T03:09:42.398Z Compiling pbkdf2 v0.11.0
28982024-05-15T03:09:42.430Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28992024-05-15T03:09:42.712Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
29002024-05-15T03:09:42.902Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
29012024-05-15T03:09:43.057Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29022024-05-15T03:09:43.082Z Compiling tokio-tungstenite v0.21.0
29032024-05-15T03:09:43.516Z Compiling ghash v0.5.0
29042024-05-15T03:09:43.671Z Compiling ed25519-dalek v2.0.0
29052024-05-15T03:09:44.559Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29062024-05-15T03:09:44.886Z Compiling russh-cryptovec v0.7.0
29072024-05-15T03:09:45.144Z Compiling rand v0.7.3
29082024-05-15T03:09:45.171Z Compiling vsss-rs v3.3.4
29092024-05-15T03:09:46.187Z Compiling zone v0.1.8
29102024-05-15T03:09:47.719Z Compiling dirs v5.0.1
29112024-05-15T03:09:47.908Z Compiling ciborium v0.2.2
29122024-05-15T03:09:47.933Z Compiling chacha20poly1305 v0.10.1
29132024-05-15T03:09:48.107Z Compiling p521 v0.13.3
29142024-05-15T03:09:48.325Z Compiling p256 v0.13.2
29152024-05-15T03:09:48.776Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29162024-05-15T03:09:49.023Z Compiling pem v3.0.4
29172024-05-15T03:09:49.161Z Compiling cbc v0.1.2
29182024-05-15T03:09:49.375Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
29192024-05-15T03:09:49.694Z Compiling headers-core v0.2.0
29202024-05-15T03:09:49.718Z Compiling kstat-rs v0.2.3
29212024-05-15T03:09:49.845Z Compiling portpicker v0.1.1
29222024-05-15T03:09:50.031Z Compiling nanorand v0.7.0
29232024-05-15T03:09:50.114Z Compiling glob v0.3.1
29242024-05-15T03:09:50.238Z Compiling http-range v0.1.5
29252024-05-15T03:09:50.528Z Compiling md5 v0.7.0
29262024-05-15T03:09:50.552Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29272024-05-15T03:09:50.552Z Compiling hyper-staticfile v0.9.5
29282024-05-15T03:09:50.796Z Compiling russh-keys v0.43.0
29292024-05-15T03:09:50.918Z Compiling flume v0.11.0
29302024-05-15T03:09:50.952Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29312024-05-15T03:09:51.349Z Compiling headers v0.3.9
29322024-05-15T03:09:51.478Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
29332024-05-15T03:09:52.929Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
29342024-05-15T03:09:53.481Z Compiling rcgen v0.12.1
29352024-05-15T03:09:54.481Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29362024-05-15T03:09:54.702Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29372024-05-15T03:09:55.439Z Compiling aes-gcm v0.10.3
29382024-05-15T03:09:55.696Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29392024-05-15T03:09:56.604Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29402024-05-15T03:09:58.346Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29412024-05-15T03:09:58.446Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
29422024-05-15T03:10:00.022Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
29432024-05-15T03:10:01.333Z Compiling atomicwrites v0.4.3
29442024-05-15T03:10:01.632Z Compiling itertools v0.12.1
29452024-05-15T03:10:02.349Z Compiling subprocess v0.2.9
29462024-05-15T03:10:03.075Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29472024-05-15T03:10:03.364Z Compiling hex-literal v0.4.1
29482024-05-15T03:10:03.531Z Compiling display-error-chain v0.2.0
29492024-05-15T03:10:03.725Z Compiling dhcproto-macros v0.1.0
29502024-05-15T03:10:04.179Z Compiling russh v0.43.0
29512024-05-15T03:10:04.220Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29522024-05-15T03:10:04.352Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29532024-05-15T03:10:04.662Z Compiling dhcproto v0.11.0
29542024-05-15T03:10:06.496Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29552024-05-15T03:10:07.365Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29562024-05-15T03:10:07.750Z Compiling internet-checksum v0.2.1
29572024-05-15T03:10:30.833Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29582024-05-15T03:11:21.988Z Finished dev [unoptimized + debuginfo] target(s) in 3m 30s
29592024-05-15T03:11:22.089Z
29602024-05-15T03:11:22.090Zreal 3:30.281444120
29612024-05-15T03:11:22.115Zuser 17:06.643997444
29622024-05-15T03:11:22.115Zsys 4:04.751241020
29632024-05-15T03:11:22.115Ztrap 0.508360368
29642024-05-15T03:11:22.115Ztflt 0.298131612
29652024-05-15T03:11:22.115Zdflt 2.130754833
29662024-05-15T03:11:22.115Zkflt 0.000213424
29672024-05-15T03:11:22.115Zlock 36:06.025979599
29682024-05-15T03:11:22.116Zslp 49:43.180080365
29692024-05-15T03:11:22.116Zlat 1:03.085042576
29702024-05-15T03:11:22.116Zstop 2:07.216414860
29712024-05-15T03:11:22.116Z+ mkdir tests
29722024-05-15T03:11:22.116Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29732024-05-15T03:11:22.116Z+ xargs -I '{}' -t cp '{}' tests/
29742024-05-15T03:11:22.140Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-eae59223581d5a9b tests/
29752024-05-15T03:11:22.164Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-94a001b0c3f3b63d tests/
29762024-05-15T03:11:22.192Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-08b5f866d18dc9bb tests/
29772024-05-15T03:11:22.218Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-c08cc910fae43ecc tests/
29782024-05-15T03:11:22.588Z+ 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/*)
29792024-05-15T03:11:22.612Z+ 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-08b5f866d18dc9bb tests/commtest-94a001b0c3f3b63d tests/dhcp_server-eae59223581d5a9b tests/end_to_end_tests-c08cc910fae43ecc 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
29802024-05-15T03:12:40.477ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29812024-05-15T03:12:40.477Za out/target/test 1K
29822024-05-15T03:12:40.477Za out/npuzone/npuzone 23144K
29832024-05-15T03:12:40.477Za package-manifest.toml 27K
29842024-05-15T03:12:40.477Za smf/sled-agent/non-gimlet/config.toml 4K
29852024-05-15T03:12:40.477Za target/release/omicron-package 31484K
29862024-05-15T03:12:40.477Za target/release/xtask 6668K
29872024-05-15T03:12:40.477Za target/debug/bootstrap 350096K
29882024-05-15T03:12:40.477Za tests/bootstrap-08b5f866d18dc9bb 23707K
29892024-05-15T03:12:40.477Za tests/commtest-94a001b0c3f3b63d 23707K
29902024-05-15T03:12:40.477Za tests/dhcp_server-eae59223581d5a9b 23707K
29912024-05-15T03:12:40.477Za tests/end_to_end_tests-c08cc910fae43ecc 360247K
29922024-05-15T03:12:40.477Za out/clickhouse.tar.gz 222733K
29932024-05-15T03:12:40.477Za out/clickhouse_keeper.tar.gz 222712K
29942024-05-15T03:12:40.477Za out/cockroachdb.tar.gz 120690K
29952024-05-15T03:12:40.477Za out/crucible-pantry-zone.tar.gz 27069K
29962024-05-15T03:12:40.477Za out/crucible-zone.tar.gz 37730K
29972024-05-15T03:12:40.478Za out/external-dns.tar.gz 25083K
29982024-05-15T03:12:40.478Za out/internal-dns.tar.gz 25083K
29992024-05-15T03:12:40.478Za out/mg-ddm-gz.tar 60398K
30002024-05-15T03:12:40.478Za out/nexus.tar.gz 82715K
30012024-05-15T03:12:40.478Za out/ntp.tar.gz 8697K
30022024-05-15T03:12:40.478Za out/omicron-gateway-softnpu.tar.gz 14315K
30032024-05-15T03:12:40.478Za out/omicron-sled-agent.tar 94669K
30042024-05-15T03:12:40.478Za out/overlay.tar.gz 3K
30052024-05-15T03:12:40.478Za out/oximeter.tar.gz 40995K
30062024-05-15T03:12:40.478Za out/oxlog.tar 2915K
30072024-05-15T03:12:40.478Za out/probe.tar.gz 2764K
30082024-05-15T03:12:40.478Za out/propolis-server.tar.gz 65036K
30092024-05-15T03:12:40.478Za out/pumpkind-gz.tar 26665K
30102024-05-15T03:12:40.478Za out/switch-softnpu.tar.gz 195738K
30112024-05-15T03:12:40.503Z
30122024-05-15T03:12:40.503Zreal 1:17.886688689
30132024-05-15T03:12:40.503Zuser 1:11.881962770
30142024-05-15T03:12:40.503Zsys 7.540194432
30152024-05-15T03:12:40.503Ztrap 0.023788622
30162024-05-15T03:12:40.503Ztflt 0.000000000
30172024-05-15T03:12:40.503Zdflt 0.000000000
30182024-05-15T03:12:40.503Zkflt 0.000000000
30192024-05-15T03:12:40.503Zlock 0.000000000
30202024-05-15T03:12:40.503Zslp 1:11.675434174
30212024-05-15T03:12:40.503Zlat 4.646797634
30222024-05-15T03:12:40.503Zstop 0.000705351
30232024-05-15T03:12:40.503Zprocess exited: duration 1539786 ms, exit code 0
 
30242024-05-15T03:12:40.589Zfound 1 output files
30252024-05-15T03:12:40.589Zuploading: /work/package.tar.gz (1382647054 bytes)
30262024-05-15T03:27:44.916Zuploaded: /work/package.tar.gz