01HYNJGRD236VDDV5H44261GWW: helios / package

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

Buildomat Job: 01HYNJGZKP2THR42CCZWYYM6K2

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-05-24T15:12:40.280Zjob assigned to worker 01HYNJGZTTJQKYY8BXEYP6QCR0 (queued for 51 s)
 
22024-05-24T15:12:48.097Zstarting task 0: "setup"
32024-05-24T15:12:48.159Z++ uname -s
42024-05-24T15:12:48.162Z+ kern=SunOS
52024-05-24T15:12:48.162Z+ case "$kern" in
62024-05-24T15:12:48.162Z+ groupadd -g 12345 build
72024-05-24T15:12:48.162Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-05-24T15:12:50.182Z+ zfs create -o mountpoint=/work rpool/work
92024-05-24T15:12:50.378Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-05-24T15:12:50.381Z+ home_fs=zfs
112024-05-24T15:12:50.381Z+ [[ zfs == autofs ]]
122024-05-24T15:12:50.381Z+ mkdir -p /home/build
132024-05-24T15:12:50.382Z+ chown build:build /home/build /work
142024-05-24T15:12:52.386Z+ chmod 0700 /home/build /work
152024-05-24T15:12:52.405Zprocess exited: duration 4289 ms, exit code 0
 
162024-05-24T15:12:52.437Zstarting task 1: "rust-toolchain"
172024-05-24T15:12:52.442Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-05-24T15:12:52.442Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
192024-05-24T15:12:52.603Zinfo: downloading installer
202024-05-24T15:12:54.470Zwarning: it looks like you have an existing installation of Rust at:
212024-05-24T15:12:54.470Zwarning: /opt/ooce/bin
222024-05-24T15:12:54.470Zwarning: It is recommended that rustup be the primary Rust installation.
232024-05-24T15:12:54.470Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-05-24T15:12:54.470Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-05-24T15:12:54.470Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-05-24T15:12:54.470Zwarning: or pass `-y' to ignore all ignorable checks.
272024-05-24T15:12:54.470Zerror: cannot install while Rust is installed
282024-05-24T15:12:54.470Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-05-24T15:12:54.573Zinfo: profile set to 'default'
302024-05-24T15:12:54.573Zinfo: default host triple is x86_64-unknown-illumos
312024-05-24T15:12:54.576Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
322024-05-24T15:12:54.708Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
332024-05-24T15:12:54.708Zinfo: downloading component 'cargo'
342024-05-24T15:12:55.407Zinfo: downloading component 'clippy'
352024-05-24T15:12:55.646Zinfo: downloading component 'rust-docs'
362024-05-24T15:12:56.580Zinfo: downloading component 'rust-std'
372024-05-24T15:12:58.152Zinfo: downloading component 'rustc'
382024-05-24T15:13:01.953Zinfo: downloading component 'rustfmt'
392024-05-24T15:13:02.211Zinfo: installing component 'cargo'
402024-05-24T15:13:03.126Zinfo: installing component 'clippy'
412024-05-24T15:13:03.914Zinfo: installing component 'rust-docs'
422024-05-24T15:13:05.005Zinfo: installing component 'rust-std'
432024-05-24T15:13:06.799Zinfo: installing component 'rustc'
442024-05-24T15:13:11.416Zinfo: installing component 'rustfmt'
452024-05-24T15:13:11.751Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
462024-05-24T15:13:11.752Z
472024-05-24T15:13:12.022Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
482024-05-24T15:13:12.022Z
492024-05-24T15:13:12.435Z
502024-05-24T15:13:12.435ZRust is installed now. Great!
512024-05-24T15:13:12.436Z
522024-05-24T15:13:12.436ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-05-24T15:13:12.436Zenvironment variable. This has not been done automatically.
542024-05-24T15:13:12.436Z
552024-05-24T15:13:12.437ZTo configure your current shell, you need to source
562024-05-24T15:13:12.437Zthe corresponding env file under $HOME/.cargo.
572024-05-24T15:13:12.437Z
582024-05-24T15:13:12.437ZThis is usually done by running one of the following (note the leading DOT):
592024-05-24T15:13:12.438Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-05-24T15:13:12.438Zsource "$HOME/.cargo/env.fish" # For fish
612024-05-24T15:13:12.447Z+ rustc --version
622024-05-24T15:13:12.447Zrustc 1.78.0 (9b00956e5 2024-04-29)
632024-05-24T15:13:12.447Zprocess exited: duration 19719 ms, exit code 0
 
642024-05-24T15:13:12.464Zstarting task 2: "authentication"
652024-05-24T15:13:12.493Zprocess exited: duration 26 ms, exit code 0
 
662024-05-24T15:13:12.915Zstarting task 3: "clone repository"
672024-05-24T15:13:12.919Z+ mkdir -p /work/oxidecomputer/omicron
682024-05-24T15:13:12.919Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-05-24T15:13:12.919ZCloning into '/work/oxidecomputer/omicron'...
702024-05-24T15:13:19.064Z+ cd /work/oxidecomputer/omicron
712024-05-24T15:13:19.065Z+ git fetch origin ac617d70685a3600e4bb8d3df159c7b1bcbeef10
722024-05-24T15:13:19.373ZFrom https://github.com/oxidecomputer/omicron
732024-05-24T15:13:19.374Z * branch ac617d70685a3600e4bb8d3df159c7b1bcbeef10 -> FETCH_HEAD
742024-05-24T15:13:19.382Z+ [[ -n ipnet-weeds ]]
752024-05-24T15:13:19.389Z++ git branch --show-current
762024-05-24T15:13:19.390Z+ current=main
772024-05-24T15:13:19.390Z+ [[ main != ipnet-weeds ]]
782024-05-24T15:13:19.390Z+ git branch -f ipnet-weeds ac617d70685a3600e4bb8d3df159c7b1bcbeef10
792024-05-24T15:13:19.397Z+ git checkout -f ipnet-weeds
802024-05-24T15:13:19.455ZSwitched to branch 'ipnet-weeds'
812024-05-24T15:13:19.462Z+ git reset --hard ac617d70685a3600e4bb8d3df159c7b1bcbeef10
822024-05-24T15:13:19.522ZHEAD is now at ac617d706 one more stray dep
832024-05-24T15:13:19.528Zprocess exited: duration 7011 ms, exit code 0
 
842024-05-24T15:13:19.540Zstarting task 4: "build"
852024-05-24T15:13:19.544Z+ cargo --version
862024-05-24T15:13:19.595Zcargo 1.78.0 (54d8815d0 2024-03-26)
872024-05-24T15:13:19.602Z+ rustc --version
882024-05-24T15:13:19.656Zrustc 1.78.0 (9b00956e5 2024-04-29)
892024-05-24T15:13:19.663Z+ WORK=/work
902024-05-24T15:13:19.663Z+ pfexec mkdir -p /work
912024-05-24T15:13:19.663Z+ pfexec chown build /work
922024-05-24T15:13:19.663Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932024-05-24T15:13:31.347Z Startup: Refreshing catalog 'helios-dev' ... Done
942024-05-24T15:13:33.393Z Startup: Caching catalogs ... Done
952024-05-24T15:13:35.324ZPlanning: Solver setup ... Done (1.444s)
962024-05-24T15:13:35.351ZPlanning: Running solver ... Done (0.028s)
972024-05-24T15:13:35.389ZPlanning: Finding local manifests ... Done (0.003s)
982024-05-24T15:13:35.398ZPlanning: Fetching manifests: 0/4 0% complete
992024-05-24T15:13:35.746ZPlanning: Fetching manifests: 4/4 100% complete
1002024-05-24T15:13:35.789ZPlanning: Package planning ... Done (0.046s)
1012024-05-24T15:13:35.841ZPlanning: Merging actions ... Done (0.051s)
1022024-05-24T15:13:37.349ZPlanning: Checking for conflicting actions ... Done (1.506s)
1032024-05-24T15:13:37.360ZPlanning: Consolidating action changes ... Done (0.011s)
1042024-05-24T15:13:45.630ZPlanning: Evaluating mediators ... Done (8.271s)
1052024-05-24T15:13:45.639ZPlanning: Planning completed in 12.18 seconds
1062024-05-24T15:13:46.271Z Packages to install: 4
1072024-05-24T15:13:46.272Z Mediators to change: 2
1082024-05-24T15:13:46.277Z Services to change: 1
1092024-05-24T15:13:46.277Z Estimated space available: 155.78 GB
1102024-05-24T15:13:46.277ZEstimated space to be consumed: 1.45 GB
1112024-05-24T15:13:46.277Z Create boot environment: No
1122024-05-24T15:13:46.277ZCreate backup boot environment: No
1132024-05-24T15:13:46.278Z Rebuild boot archive: No
1142024-05-24T15:13:46.278Z
1152024-05-24T15:13:46.278ZChanged mediators:
1162024-05-24T15:13:46.278Z mediator clang:
1172024-05-24T15:13:46.278Z version: None -> 15 (system default)
1182024-05-24T15:13:46.278Z
1192024-05-24T15:13:46.279Z mediator llvm:
1202024-05-24T15:13:46.279Z version: 14 (system default) -> 15 (system default)
1212024-05-24T15:13:46.279Z
1222024-05-24T15:13:46.279ZChanged packages:
1232024-05-24T15:13:46.279Zhelios-dev
1242024-05-24T15:13:46.279Z developer/build-essential
1252024-05-24T15:13:46.280Z None -> 11-2.0
1262024-05-24T15:13:46.280Z library/libxmlsec1
1272024-05-24T15:13:46.280Z None -> 1.2.35-2.0
1282024-05-24T15:13:46.280Z ooce/developer/clang-15
1292024-05-24T15:13:46.280Z None -> 15.0.7-2.0
1302024-05-24T15:13:46.280Z ooce/developer/llvm-15
1312024-05-24T15:13:46.281Z None -> 15.0.7-2.0
1322024-05-24T15:13:46.281Z
1332024-05-24T15:13:46.281ZServices:
1342024-05-24T15:13:46.281Z restart_fmri:
1352024-05-24T15:13:46.281Z svc:/system/update-man-index:default
1362024-05-24T15:13:46.581Z
1372024-05-24T15:13:46.581ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1382024-05-24T15:13:51.590ZDownload: 1570/3290 items 104.5/212.6MB 49% complete (21.2M/s)
1392024-05-24T15:13:57.000ZDownload: 3163/3290 items 144.7/212.6MB 68% complete (14.4M/s)
1402024-05-24T15:13:58.437ZDownload: Completed 212.60 MB in 11.85 seconds (17.9M/s)
1412024-05-24T15:13:59.338Z Actions: 1/3689 actions (Installing new actions)
1422024-05-24T15:14:04.405Z Actions: 3574/3689 actions (Installing new actions)
1432024-05-24T15:14:04.902Z Actions: Completed 3689 actions in 5.56 seconds.
1442024-05-24T15:14:05.124Z Done (0.211s)
1452024-05-24T15:14:05.124Z Done (0.000s)
1462024-05-24T15:14:05.415Z Done (0.297s)
1472024-05-24T15:14:11.845Z Done (6.281s)
1482024-05-24T15:14:12.136Z Done (0.224s)
1492024-05-24T15:14:12.144Z Done (0.000s)
1502024-05-24T15:14:12.319Z Done (0.000s)
1512024-05-24T15:14:12.840ZPlanning: Evaluating mediator changes ... Done
1522024-05-24T15:14:12.998ZPlanning: Checking for conflicting actions ... Done
1532024-05-24T15:14:13.002ZPlanning: Consolidating action changes ... Done
1542024-05-24T15:14:13.271ZPlanning: Evaluating mediators ... Done
1552024-05-24T15:14:13.279ZPlanning: Planning completed in 0.42 seconds
1562024-05-24T15:14:13.296Z Mediators to change: 2
1572024-05-24T15:14:13.296Z Create boot environment: No
1582024-05-24T15:14:13.296ZCreate backup boot environment: No
1592024-05-24T15:14:13.387Z Done
1602024-05-24T15:14:13.387Z Done
1612024-05-24T15:14:13.591Z Done
1622024-05-24T15:14:17.002Z Done
1632024-05-24T15:14:17.081Z Done
1642024-05-24T15:14:17.084Z Done
1652024-05-24T15:14:17.226Z Done
1662024-05-24T15:14:17.821ZPlanning: Evaluating mediator changes ... Done
1672024-05-24T15:14:17.826ZPlanning: Merging actions ... Done
1682024-05-24T15:14:18.015ZPlanning: Checking for conflicting actions ... Done
1692024-05-24T15:14:18.022ZPlanning: Consolidating action changes ... Done
1702024-05-24T15:14:18.265ZPlanning: Evaluating mediators ... Done
1712024-05-24T15:14:18.319ZPlanning: Planning completed in 0.73 seconds
1722024-05-24T15:14:18.353Z Packages to change: 1
1732024-05-24T15:14:18.353Z Mediators to change: 1
1742024-05-24T15:14:18.356Z Services to change: 1
1752024-05-24T15:14:18.356Z Create boot environment: No
1762024-05-24T15:14:18.356ZCreate backup boot environment: Yes
1772024-05-24T15:14:20.430Z Actions: 1/6 actions (Updating modified actions)
1782024-05-24T15:14:20.529Z Actions: Completed 6 actions in 0.09 seconds.
1792024-05-24T15:14:20.529Z Done
1802024-05-24T15:14:20.529Z Done
1812024-05-24T15:14:20.590Z Done
1822024-05-24T15:14:24.007Z Done
1832024-05-24T15:14:24.092Z Done
1842024-05-24T15:14:24.099Z Done
1852024-05-24T15:14:24.225Z Done
1862024-05-24T15:14:24.639ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1872024-05-24T15:14:24.639Zclang system 15 system
1882024-05-24T15:14:24.639Zcsh system system illumos
1892024-05-24T15:14:24.639Zctags system system illumos
1902024-05-24T15:14:24.639Zgcc vendor 12 vendor
1912024-05-24T15:14:24.639Zgcc system 10 system
1922024-05-24T15:14:24.639Zgcc system 7 system
1932024-05-24T15:14:24.639Zgo system 1.20 system
1942024-05-24T15:14:24.639Zgo system 1.19 system
1952024-05-24T15:14:24.639Zllvm system 15 system
1962024-05-24T15:14:24.640Zllvm system 14 system
1972024-05-24T15:14:24.640Zmariadb system 10.6 system
1982024-05-24T15:14:24.640Zmta vendor vendor dma
1992024-05-24T15:14:24.640Zopenjdk system 17 system
2002024-05-24T15:14:24.640Zopenjdk system 11 system
2012024-05-24T15:14:24.640Zopenjdk system 1.8 system
2022024-05-24T15:14:24.640Zopenssl vendor 3 vendor
2032024-05-24T15:14:24.640Zperl system 5.36 system
2042024-05-24T15:14:24.640Zpostgresql system 15 system
2052024-05-24T15:14:24.640Zpostgresql system 13 system
2062024-05-24T15:14:24.640Zpython vendor 3 vendor
2072024-05-24T15:14:24.640Zpython system 2 system
2082024-05-24T15:14:24.640Zpython3 system 3.11 system
2092024-05-24T15:14:24.640Zruby system 3.0 system
2102024-05-24T15:14:24.640Zwords vendor vendor american-english
2112024-05-24T15:14:24.640Zwords system system australian-english
2122024-05-24T15:14:24.640Zwords system system british-english
2132024-05-24T15:14:24.640Zwords system system canadian-english
2142024-05-24T15:14:24.640Zwords system system french
2152024-05-24T15:14:24.640Zwords system system italian
2162024-05-24T15:14:24.640Zwords system system ngerman
2172024-05-24T15:14:24.640Zwords system system ogerman
2182024-05-24T15:14:24.640Zwords system system spanish
2192024-05-24T15:14:24.962ZPUBLISHER TYPE STATUS P LOCATION
2202024-05-24T15:14:24.962Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2212024-05-24T15:14:26.357ZFMRI IFO
2222024-05-24T15:14:26.357Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2232024-05-24T15:14:26.358Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2242024-05-24T15:14:26.358Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2252024-05-24T15:14:26.359Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2262024-05-24T15:14:26.359Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2272024-05-24T15:14:26.359Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2282024-05-24T15:14:26.359Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2292024-05-24T15:14:26.359Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2302024-05-24T15:14:26.359Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2312024-05-24T15:14:26.359Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2322024-05-24T15:14:26.359Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2332024-05-24T15:14:26.359Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2342024-05-24T15:14:26.609Z+ set -o errexit
2352024-05-24T15:14:26.619Z+++ dirname ./tools/ci_download_cockroachdb
2362024-05-24T15:14:26.619Z++ cd ./tools
2372024-05-24T15:14:26.620Z++ pwd
2382024-05-24T15:14:26.620Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2392024-05-24T15:14:26.620Z++ basename ./tools/ci_download_cockroachdb
2402024-05-24T15:14:26.620Z+ ARG0=ci_download_cockroachdb
2412024-05-24T15:14:26.620Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2422024-05-24T15:14:26.620Z+ CIDL_VERSION=v22.1.9
2432024-05-24T15:14:26.620Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2442024-05-24T15:14:26.620Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2452024-05-24T15:14:26.620Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2462024-05-24T15:14:26.620Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2472024-05-24T15:14:26.621Z+ TARGET_DIR=out
2482024-05-24T15:14:26.621Z+ DOWNLOAD_DIR=out/downloads
2492024-05-24T15:14:26.621Z+ DEST_DIR=./out/cockroachdb
2502024-05-24T15:14:26.621Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2512024-05-24T15:14:26.621Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2522024-05-24T15:14:26.621Z+ main
2532024-05-24T15:14:26.621Z+ [[ 0 != 0 ]]
2542024-05-24T15:14:26.621Z+ CIDL_OS=solaris2.11
2552024-05-24T15:14:26.621Z+ [[ 0 != 0 ]]
2562024-05-24T15:14:26.621Z+ configure_os solaris2.11
2572024-05-24T15:14:26.621Z+ echo 'current directory: /work/oxidecomputer/omicron'
2582024-05-24T15:14:26.621Zcurrent directory: /work/oxidecomputer/omicron
2592024-05-24T15:14:26.622Z+ echo 'configuring based on OS: "solaris2.11"'
2602024-05-24T15:14:26.622Z+ case "$1" in
2612024-05-24T15:14:26.622Zconfiguring based on OS: "solaris2.11"
2622024-05-24T15:14:26.622Z+ CIDL_BUILD=illumos
2632024-05-24T15:14:26.622Z+ CIDL_SUFFIX=tar.gz
2642024-05-24T15:14:26.622Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2652024-05-24T15:14:26.622Z+ CIDL_URL_BASE=https://illumos.org/downloads
2662024-05-24T15:14:26.622Z+ CIDL_ASSEMBLE=do_assemble_illumos
2672024-05-24T15:14:26.622Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2682024-05-24T15:14:26.622Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2692024-05-24T15:14:26.622Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2702024-05-24T15:14:26.622Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2712024-05-24T15:14:26.622Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2722024-05-24T15:14:26.623Z+ CIDL_SHA256FUNC=do_sha256sum
2732024-05-24T15:14:26.623Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2742024-05-24T15:14:26.623Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2752024-05-24T15:14:26.623Z+ mkdir -p out/downloads
2762024-05-24T15:14:26.623ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2772024-05-24T15:14:26.623ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2782024-05-24T15:14:26.628Z+ mkdir -p ./out/cockroachdb
2792024-05-24T15:14:26.629Z+ local DO_DOWNLOAD=true
2802024-05-24T15:14:26.629Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2812024-05-24T15:14:26.629Z+ '[' true == true ']'
2822024-05-24T15:14:26.629Z+ echo Downloading...
2832024-05-24T15:14:26.629ZDownloading...
2842024-05-24T15:14:26.629Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2852024-05-24T15:14:26.629Z+ curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2862024-05-24T15:14:28.677Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2872024-05-24T15:14:28.680Z++ sha256sum
2882024-05-24T15:14:28.680Z++ awk '{print $1}'
2892024-05-24T15:14:28.739Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2902024-05-24T15:14:28.739Z+ [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]]
2912024-05-24T15:14:28.743Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2922024-05-24T15:14:28.744Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2932024-05-24T15:14:30.928Z+ do_assemble_illumos
2942024-05-24T15:14:30.928Z+ rm -r ./out/cockroachdb
2952024-05-24T15:14:30.931Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2962024-05-24T15:14:31.306Z+ ./out/cockroachdb/bin/cockroach version
2972024-05-24T15:14:31.608ZBuild Tag: v22.1.9-dirty
2982024-05-24T15:14:31.608ZBuild Time: 2022/10/26 21:17:46
2992024-05-24T15:14:31.608ZDistribution: OSS
3002024-05-24T15:14:31.608ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3012024-05-24T15:14:31.608ZGo Version: go1.17.13
3022024-05-24T15:14:31.609ZC Compiler: gcc 10.3.0
3032024-05-24T15:14:31.609ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3042024-05-24T15:14:31.609ZBuild Type: release
3052024-05-24T15:14:31.620Z+ set -o errexit
3062024-05-24T15:14:31.623Z+++ dirname ./tools/ci_download_clickhouse
3072024-05-24T15:14:31.627Z++ cd ./tools
3082024-05-24T15:14:31.627Z++ pwd
3092024-05-24T15:14:31.627Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3102024-05-24T15:14:31.627Z++ basename ./tools/ci_download_clickhouse
3112024-05-24T15:14:31.627Z+ ARG0=ci_download_clickhouse
3122024-05-24T15:14:31.627Z+ TARGET_DIR=out
3132024-05-24T15:14:31.627Z+ DOWNLOAD_DIR=out/downloads
3142024-05-24T15:14:31.627Z+ DEST_DIR=./out/clickhouse
3152024-05-24T15:14:31.631Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3162024-05-24T15:14:31.631Z+ CIDL_VERSION=v23.8.7.24
3172024-05-24T15:14:31.631Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3182024-05-24T15:14:31.631Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3192024-05-24T15:14:31.631Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3202024-05-24T15:14:31.631Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3212024-05-24T15:14:31.631Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3222024-05-24T15:14:31.631Z+ main
3232024-05-24T15:14:31.631Z+ [[ 0 != 0 ]]
3242024-05-24T15:14:31.631Z+ CIDL_OS=solaris2.11
3252024-05-24T15:14:31.631Z+ [[ 0 != 0 ]]
3262024-05-24T15:14:31.631Z+ configure_os solaris2.11
3272024-05-24T15:14:31.631Z+ echo 'current directory: /work/oxidecomputer/omicron'
3282024-05-24T15:14:31.632Zcurrent directory: /work/oxidecomputer/omicron
3292024-05-24T15:14:31.632Z+ echo 'configuring based on OS: "solaris2.11"'
3302024-05-24T15:14:31.632Z+ CIDL_DASHREV=
3312024-05-24T15:14:31.632Z+ case "$1" in
3322024-05-24T15:14:31.632Zconfiguring based on OS: "solaris2.11"
3332024-05-24T15:14:31.632Z+ CIDL_PLATFORM=illumos
3342024-05-24T15:14:31.632Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3352024-05-24T15:14:31.632Z+ CIDL_MD5FUNC=do_md5sum
3362024-05-24T15:14:31.632Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3372024-05-24T15:14:31.632Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3382024-05-24T15:14:31.632Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3392024-05-24T15:14:31.632Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3402024-05-24T15:14:31.632Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3412024-05-24T15:14:31.632ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3422024-05-24T15:14:31.632Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3432024-05-24T15:14:31.632ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3442024-05-24T15:14:31.632Z+ mkdir -p out/downloads
3452024-05-24T15:14:31.635Z+ mkdir -p ./out/clickhouse
3462024-05-24T15:14:31.636Z+ local DO_DOWNLOAD=true
3472024-05-24T15:14:31.636Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3482024-05-24T15:14:31.636Z+ '[' true == true ']'
3492024-05-24T15:14:31.636Z+ echo Downloading...
3502024-05-24T15:14:31.636ZDownloading...
3512024-05-24T15:14:31.636Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3522024-05-24T15:14:31.636Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3532024-05-24T15:14:33.224Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3542024-05-24T15:14:33.227Z++ md5sum
3552024-05-24T15:14:33.227Z++ awk '{print $1}'
3562024-05-24T15:14:33.524Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3572024-05-24T15:14:33.524Z+ [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]]
3582024-05-24T15:14:33.527Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3592024-05-24T15:14:33.527Z+ mkdir -p ./out/clickhouse
3602024-05-24T15:14:33.527Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3612024-05-24T15:14:37.336Z+ [[ solaris2.11 == darwin* ]]
3622024-05-24T15:14:37.336Z+ ./out/clickhouse/clickhouse server --version
3632024-05-24T15:14:37.921ZClickHouse server version 23.8.7.1.
3642024-05-24T15:14:37.940Z+ set -o errexit
3652024-05-24T15:14:37.943Z+++ dirname ./tools/ci_download_console
3662024-05-24T15:14:37.946Z++ cd ./tools
3672024-05-24T15:14:37.946Z++ pwd
3682024-05-24T15:14:37.946Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3692024-05-24T15:14:37.946Z++ basename ./tools/ci_download_console
3702024-05-24T15:14:37.946Z+ ARG0=ci_download_console
3712024-05-24T15:14:37.946Z+ TARGET_DIR=out
3722024-05-24T15:14:37.946Z+ DOWNLOAD_DIR=out/downloads
3732024-05-24T15:14:37.946Z+ DEST_DIR=./out/console-assets
3742024-05-24T15:14:37.946Z+ source /work/oxidecomputer/omicron/tools/console_version
3752024-05-24T15:14:37.946Z++ COMMIT=a228b75ba35952b68c0b8b0892c452d4fc29467a
3762024-05-24T15:14:37.946Z++ SHA2=8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048
3772024-05-24T15:14:37.946Z+ URL=https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz
3782024-05-24T15:14:37.947Z+ TARBALL_FILE=out/downloads/console.tar.gz
3792024-05-24T15:14:37.950Z+ main
3802024-05-24T15:14:37.950Z+ [[ 0 != 0 ]]
3812024-05-24T15:14:37.950Z+ echo 'URL: https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz'
3822024-05-24T15:14:37.950ZURL: https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz
3832024-05-24T15:14:37.951Z+ echo 'Local file: out/downloads/console.tar.gz'
3842024-05-24T15:14:37.951ZLocal file: out/downloads/console.tar.gz
3852024-05-24T15:14:37.951Z+ local DO_DOWNLOAD=true
3862024-05-24T15:14:37.951Z+ [[ -f out/downloads/console.tar.gz ]]
3872024-05-24T15:14:37.951Z+ mkdir -p out/downloads
3882024-05-24T15:14:37.951Z+ '[' true == true ']'
3892024-05-24T15:14:37.951Z+ echo Downloading...
3902024-05-24T15:14:37.951ZDownloading...
3912024-05-24T15:14:37.951Z+ do_download_curl https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz out/downloads/console.tar.gz
3922024-05-24T15:14:37.951Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz
3932024-05-24T15:14:38.517Z++ do_sha256sum out/downloads/console.tar.gz
3942024-05-24T15:14:38.520Z++ case "$OSTYPE" in
3952024-05-24T15:14:38.520Z++ SHA=sha256sum
3962024-05-24T15:14:38.521Z++ sha256sum
3972024-05-24T15:14:38.521Z++ awk '{print $1}'
3982024-05-24T15:14:38.525Z+ calculated_sha2=8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048
3992024-05-24T15:14:38.528Z+ [[ 8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048 != \8\d\5\b\0\6\6\8\0\e\5\9\8\6\b\6\3\3\b\3\f\9\7\e\4\6\d\7\8\2\3\e\a\2\d\d\d\f\2\b\9\8\9\3\0\d\8\c\6\a\4\f\7\d\c\1\e\b\3\8\2\0\4\8 ]]
4002024-05-24T15:14:38.528Z+ rm -rf ./out/console-assets
4012024-05-24T15:14:38.528Z+ mkdir -p ./out/console-assets
4022024-05-24T15:14:38.532Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4032024-05-24T15:14:38.532Z+ mkdir -p ./out/console-assets
4042024-05-24T15:14:38.532Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4052024-05-24T15:14:38.623Z+ set -o errexit
4062024-05-24T15:14:38.626Z+++ dirname ./tools/ci_download_dendrite_openapi
4072024-05-24T15:14:38.629Z++ cd ./tools
4082024-05-24T15:14:38.629Z++ pwd
4092024-05-24T15:14:38.630Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4102024-05-24T15:14:38.630Z++ basename ./tools/ci_download_dendrite_openapi
4112024-05-24T15:14:38.630Z+ ARG0=ci_download_dendrite_openapi
4122024-05-24T15:14:38.630Z+ TARGET_DIR=out
4132024-05-24T15:14:38.630Z+ DOWNLOAD_DIR=out/downloads
4142024-05-24T15:14:38.630Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4152024-05-24T15:14:38.630Z++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4162024-05-24T15:14:38.630Z++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4172024-05-24T15:14:38.630Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json
4182024-05-24T15:14:38.630Z+ LOCAL_FILE=out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4192024-05-24T15:14:38.630Z+ main
4202024-05-24T15:14:38.633Z+ [[ 0 != 0 ]]
4212024-05-24T15:14:38.633Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json'
4222024-05-24T15:14:38.633ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json
4232024-05-24T15:14:38.633ZLocal file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4242024-05-24T15:14:38.633Z+ echo 'Local file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json'
4252024-05-24T15:14:38.633Z+ local DO_DOWNLOAD=true
4262024-05-24T15:14:38.633Z+ [[ -f out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json ]]
4272024-05-24T15:14:38.633Z+ mkdir -p out/downloads
4282024-05-24T15:14:38.633Z+ '[' true == true ']'
4292024-05-24T15:14:38.633Z+ echo Downloading...
4302024-05-24T15:14:38.634ZDownloading...
4312024-05-24T15:14:38.634Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4322024-05-24T15:14:38.634Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json
4332024-05-24T15:14:38.871Z++ do_sha256sum out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4342024-05-24T15:14:38.871Z++ case "$OSTYPE" in
4352024-05-24T15:14:38.874Z++ SHA=sha256sum
4362024-05-24T15:14:38.874Z++ sha256sum
4372024-05-24T15:14:38.875Z++ awk '{print $1}'
4382024-05-24T15:14:38.878Z+ calculated_sha2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4392024-05-24T15:14:38.878Z+ [[ 213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 != \2\1\3\0\3\1\a\a\0\5\8\f\0\a\a\3\5\5\9\6\4\e\4\a\5\c\a\3\5\0\d\b\3\0\1\1\0\4\5\4\b\a\d\5\c\7\7\c\b\c\9\4\a\b\7\7\f\d\c\b\e\0\1\3 ]]
4402024-05-24T15:14:38.883Z+ set -o errexit
4412024-05-24T15:14:38.886Z+++ dirname ./tools/ci_download_dendrite_stub
4422024-05-24T15:14:38.889Z++ cd ./tools
4432024-05-24T15:14:38.889Z++ pwd
4442024-05-24T15:14:38.889Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4452024-05-24T15:14:38.889Z++ basename ./tools/ci_download_dendrite_stub
4462024-05-24T15:14:38.893Z+ ARG0=ci_download_dendrite_stub
4472024-05-24T15:14:38.893Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4482024-05-24T15:14:38.893Z++ CIDL_SHA256_ILLUMOS=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
4492024-05-24T15:14:38.893Z++ CIDL_SHA256_LINUX_DPD=fa38138db9ce1c2cababd11dd9ef1289295e4a8185c78372f6ff1a090c75a05b
4502024-05-24T15:14:38.893Z++ CIDL_SHA256_LINUX_SWADM=ebda6c0a8e29f40c389337fe2e37c1191eeeb34d729de7724b6d707bb6c9a882
4512024-05-24T15:14:38.893Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4522024-05-24T15:14:38.893Z++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4532024-05-24T15:14:38.893Z++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4542024-05-24T15:14:38.893Z+ TARGET_DIR=out
4552024-05-24T15:14:38.893Z+ DOWNLOAD_DIR=out/downloads
4562024-05-24T15:14:38.893Z+ DEST_DIR=./out/dendrite-stub
4572024-05-24T15:14:38.893Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4582024-05-24T15:14:38.893Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4592024-05-24T15:14:38.893Z+ REPO=oxidecomputer/dendrite
4602024-05-24T15:14:38.893Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4612024-05-24T15:14:38.893Z+ main
4622024-05-24T15:14:38.893Z+ [[ 0 != 0 ]]
4632024-05-24T15:14:38.893Z+ CIDL_OS=solaris2.11
4642024-05-24T15:14:38.894Z+ [[ 0 != 0 ]]
4652024-05-24T15:14:38.894Z+ configure_os solaris2.11
4662024-05-24T15:14:38.894Z+ echo 'current directory: /work/oxidecomputer/omicron'
4672024-05-24T15:14:38.894Zcurrent directory: /work/oxidecomputer/omicron
4682024-05-24T15:14:38.894Z+ echo 'configuring based on OS: "solaris2.11"'
4692024-05-24T15:14:38.894Z+ case "$1" in
4702024-05-24T15:14:38.894Zconfiguring based on OS: "solaris2.11"
4712024-05-24T15:14:38.894Z+ SET_BINARIES=
4722024-05-24T15:14:38.894Z+ CIDL_SHA256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
4732024-05-24T15:14:38.894Z+ CIDL_SHA256FUNC=do_sha256sum
4742024-05-24T15:14:38.894Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
4752024-05-24T15:14:38.894Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz
4762024-05-24T15:14:38.894Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
4772024-05-24T15:14:38.894Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz'
4782024-05-24T15:14:38.894ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz
4792024-05-24T15:14:38.894Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
4802024-05-24T15:14:38.894Z+ mkdir -p out/downloads
4812024-05-24T15:14:38.894ZLocal file: out/downloads/dendrite-stub.tar.gz
4822024-05-24T15:14:38.894Z+ mkdir -p ./out/dendrite-stub
4832024-05-24T15:14:38.898Z+ fetch_and_verify
4842024-05-24T15:14:38.898Z+ local DO_DOWNLOAD=true
4852024-05-24T15:14:38.898Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
4862024-05-24T15:14:38.898Z+ '[' true == true ']'
4872024-05-24T15:14:38.898Z+ echo Downloading...
4882024-05-24T15:14:38.898ZDownloading...
4892024-05-24T15:14:38.898Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
4902024-05-24T15:14:38.898Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz
4912024-05-24T15:14:43.357Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
4922024-05-24T15:14:43.360Z++ sha256sum
4932024-05-24T15:14:43.360Z++ awk '{print $1}'
4942024-05-24T15:14:43.380Z+ calculated_sha256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
4952024-05-24T15:14:43.380Z+ [[ 5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 != \5\9\2\9\f\9\a\b\f\0\d\a\f\4\b\b\f\1\7\d\8\3\5\e\5\d\6\9\f\c\8\4\2\b\9\6\1\7\b\3\1\2\f\b\5\6\4\4\f\a\9\9\d\a\f\7\8\5\2\0\3\7\0\0 ]]
4962024-05-24T15:14:43.383Z+ do_untar out/downloads/dendrite-stub.tar.gz
4972024-05-24T15:14:43.383Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
4982024-05-24T15:14:44.013Z+ do_assemble
4992024-05-24T15:14:44.013Z+ rm -r ./out/dendrite-stub
5002024-05-24T15:14:44.016Z+ mkdir ./out/dendrite-stub
5012024-05-24T15:14:44.019Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5022024-05-24T15:14:44.108Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5032024-05-24T15:14:44.117Z+ set -o errexit
5042024-05-24T15:14:44.120Z+++ dirname ./tools/ci_download_maghemite_mgd
5052024-05-24T15:14:44.123Z++ cd ./tools
5062024-05-24T15:14:44.123Z++ pwd
5072024-05-24T15:14:44.123Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5082024-05-24T15:14:44.123Z++ basename ./tools/ci_download_maghemite_mgd
5092024-05-24T15:14:44.137Z+ ARG0=ci_download_maghemite_mgd
5102024-05-24T15:14:44.137Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5112024-05-24T15:14:44.137Z++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5122024-05-24T15:14:44.137Z++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19
5132024-05-24T15:14:44.137Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5142024-05-24T15:14:44.137Z++ COMMIT=23b0cf439f9f62b9a4933e55cc72bcaddc9596cd
5152024-05-24T15:14:44.137Z++ SHA2=fdb33ee7425923560534672264008ef8948d227afce948ab704de092ad72157c
5162024-05-24T15:14:44.137Z+ TARGET_DIR=out
5172024-05-24T15:14:44.138Z+ DOWNLOAD_DIR=out/downloads
5182024-05-24T15:14:44.138Z+ DEST_DIR=./out/mgd
5192024-05-24T15:14:44.138Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5202024-05-24T15:14:44.138Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5212024-05-24T15:14:44.138Z+ REPO=oxidecomputer/maghemite
5222024-05-24T15:14:44.138Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd
5232024-05-24T15:14:44.138Z+ main
5242024-05-24T15:14:44.138Z+ rm -rf out/downloads/root
5252024-05-24T15:14:44.138Z+ [[ 0 != 0 ]]
5262024-05-24T15:14:44.138Z+ CIDL_OS=solaris2.11
5272024-05-24T15:14:44.138Z+ [[ 0 != 0 ]]
5282024-05-24T15:14:44.138Z+ configure_os solaris2.11
5292024-05-24T15:14:44.138Z+ echo 'current directory: /work/oxidecomputer/omicron'
5302024-05-24T15:14:44.138Zcurrent directory: /work/oxidecomputer/omicron
5312024-05-24T15:14:44.138Z+ echo 'configuring based on OS: "solaris2.11"'
5322024-05-24T15:14:44.138Zconfiguring based on OS: "solaris2.11"
5332024-05-24T15:14:44.138Z+ case "$1" in
5342024-05-24T15:14:44.138Z+ SET_BINARIES=
5352024-05-24T15:14:44.138Z+ CIDL_SHA256FUNC=do_sha256sum
5362024-05-24T15:14:44.138Z+ TARBALL_FILENAME=mgd.tar.gz
5372024-05-24T15:14:44.138Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz
5382024-05-24T15:14:44.138Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5392024-05-24T15:14:44.138Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz'
5402024-05-24T15:14:44.138ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz
5412024-05-24T15:14:44.139ZLocal file: out/downloads/mgd.tar.gz
5422024-05-24T15:14:44.139Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5432024-05-24T15:14:44.139Z+ mkdir -p out/downloads
5442024-05-24T15:14:44.139Z+ mkdir -p ./out/mgd
5452024-05-24T15:14:44.139Z+ fetch_and_verify
5462024-05-24T15:14:44.139Z+ local DO_DOWNLOAD=true
5472024-05-24T15:14:44.139Z+ [[ -f out/downloads/mgd.tar.gz ]]
5482024-05-24T15:14:44.139Z+ '[' true == true ']'
5492024-05-24T15:14:44.139Z+ echo Downloading...
5502024-05-24T15:14:44.139ZDownloading...
5512024-05-24T15:14:44.139Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz out/downloads/mgd.tar.gz
5522024-05-24T15:14:44.139Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz
5532024-05-24T15:14:48.761Z++ do_sha256sum out/downloads/mgd.tar.gz
5542024-05-24T15:14:48.764Z++ sha256sum
5552024-05-24T15:14:48.764Z++ awk '{print $1}'
5562024-05-24T15:14:48.783Z+ calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5572024-05-24T15:14:48.784Z+ [[ e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd != \e\0\9\0\7\d\e\3\9\c\a\9\f\8\a\b\4\5\d\4\0\d\3\6\1\a\1\d\b\e\e\d\4\b\d\8\e\9\b\1\5\7\f\8\d\3\d\8\f\e\0\a\4\b\c\2\5\9\d\9\3\3\b\d ]]
5582024-05-24T15:14:48.787Z+ do_untar out/downloads/mgd.tar.gz
5592024-05-24T15:14:48.787Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
5602024-05-24T15:14:49.366Z+ do_assemble
5612024-05-24T15:14:49.366Z+ rm -r ./out/mgd
5622024-05-24T15:14:49.370Z+ mkdir ./out/mgd
5632024-05-24T15:14:49.373Z+ cp -r out/downloads/root ./out/mgd/root
5642024-05-24T15:14:49.450Z+ set -o errexit
5652024-05-24T15:14:49.453Z+++ dirname ./tools/ci_download_transceiver_control
5662024-05-24T15:14:49.456Z++ cd ./tools
5672024-05-24T15:14:49.456Z++ pwd
5682024-05-24T15:14:49.456Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5692024-05-24T15:14:49.456Z++ basename ./tools/ci_download_transceiver_control
5702024-05-24T15:14:49.456Z+ ARG0=ci_download_transceiver_control
5712024-05-24T15:14:49.456Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5722024-05-24T15:14:49.459Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5732024-05-24T15:14:49.459Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5742024-05-24T15:14:49.459Z+ TARGET_DIR=out
5752024-05-24T15:14:49.459Z+ DOWNLOAD_DIR=out/downloads
5762024-05-24T15:14:49.459Z+ DEST_DIR=./out/transceiver-control
5772024-05-24T15:14:49.460Z+ BIN_DIR=/opt/oxide/bin
5782024-05-24T15:14:49.460Z+ BINARY=xcvradm
5792024-05-24T15:14:49.460Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5802024-05-24T15:14:49.460Z+ REPO=oxidecomputer/transceiver-control
5812024-05-24T15:14:49.460Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5822024-05-24T15:14:49.460Z+ main
5832024-05-24T15:14:49.460Z+ [[ 0 != 0 ]]
5842024-05-24T15:14:49.460Z+ CIDL_OS=solaris2.11
5852024-05-24T15:14:49.460Z+ [[ 0 != 0 ]]
5862024-05-24T15:14:49.460Z+ configure_os solaris2.11
5872024-05-24T15:14:49.460Z+ echo 'current directory: /work/oxidecomputer/omicron'
5882024-05-24T15:14:49.460Zcurrent directory: /work/oxidecomputer/omicron
5892024-05-24T15:14:49.460Z+ echo 'configuring based on OS: "solaris2.11"'
5902024-05-24T15:14:49.460Z+ case "$1" in
5912024-05-24T15:14:49.460Zconfiguring based on OS: "solaris2.11"
5922024-05-24T15:14:49.460Z+ SET_BINARIES=
5932024-05-24T15:14:49.460Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5942024-05-24T15:14:49.460Z+ CIDL_SHA256FUNC=do_sha256sum
5952024-05-24T15:14:49.460Z+ ARCHIVE_FILENAME=xcvradm.gz
5962024-05-24T15:14:49.460Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5972024-05-24T15:14:49.460Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
5982024-05-24T15:14:49.460Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
5992024-05-24T15:14:49.460Z+ echo 'Local file: out/downloads/xcvradm.gz'
6002024-05-24T15:14:49.461ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6012024-05-24T15:14:49.461ZLocal file: out/downloads/xcvradm.gz
6022024-05-24T15:14:49.461Z+ mkdir -p out/downloads
6032024-05-24T15:14:49.461Z+ mkdir -p ./out/transceiver-control
6042024-05-24T15:14:49.464Z+ fetch_and_verify
6052024-05-24T15:14:49.464Z+ local DO_DOWNLOAD=true
6062024-05-24T15:14:49.464Z+ [[ -f out/downloads/xcvradm.gz ]]
6072024-05-24T15:14:49.464Z+ '[' true == true ']'
6082024-05-24T15:14:49.464Z+ echo Downloading...
6092024-05-24T15:14:49.464ZDownloading...
6102024-05-24T15:14:49.464Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6112024-05-24T15:14:49.464Z+ curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6122024-05-24T15:14:51.361Z++ do_sha256sum out/downloads/xcvradm.gz
6132024-05-24T15:14:51.364Z++ sha256sum
6142024-05-24T15:14:51.364Z++ awk '{print $1}'
6152024-05-24T15:14:51.370Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6162024-05-24T15:14:51.373Z+ [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]]
6172024-05-24T15:14:51.373Z+ do_unpack out/downloads/xcvradm.gz
6182024-05-24T15:14:51.373Z+ mkdir -p out/downloads/root//opt/oxide/bin
6192024-05-24T15:14:51.374Z+ gzip -dc out/downloads/xcvradm.gz
6202024-05-24T15:14:51.490Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6212024-05-24T15:14:51.493Z+ do_assemble
6222024-05-24T15:14:51.493Z+ rm -r ./out/transceiver-control
6232024-05-24T15:14:51.496Z+ mkdir ./out/transceiver-control
6242024-05-24T15:14:51.496Z+ cp -r out/downloads/root ./out/transceiver-control/root
6252024-05-24T15:14:51.578Z+ set -o errexit
6262024-05-24T15:14:51.581Z+++ dirname ./tools/ci_download_thundermuffin
6272024-05-24T15:14:51.581Z++ cd ./tools
6282024-05-24T15:14:51.584Z++ pwd
6292024-05-24T15:14:51.584Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6302024-05-24T15:14:51.584Z++ basename ./tools/ci_download_thundermuffin
6312024-05-24T15:14:51.584Z+ ARG0=ci_download_thundermuffin
6322024-05-24T15:14:51.585Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
6332024-05-24T15:14:51.585Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6342024-05-24T15:14:51.585Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
6352024-05-24T15:14:51.585Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
6362024-05-24T15:14:51.585Z+ TARGET_DIR=out
6372024-05-24T15:14:51.585Z+ DOWNLOAD_DIR=out/downloads
6382024-05-24T15:14:51.585Z+ DEST_DIR=./out/thundermuffin
6392024-05-24T15:14:51.585Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
6402024-05-24T15:14:51.585Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6412024-05-24T15:14:51.585Z+ REPO=oxidecomputer/thundermuffin
6422024-05-24T15:14:51.585Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
6432024-05-24T15:14:51.585Z+ main
6442024-05-24T15:14:51.588Z+ rm -rf out/downloads/root
6452024-05-24T15:14:51.592Z+ [[ 0 != 0 ]]
6462024-05-24T15:14:51.592Z+ CIDL_OS=solaris2.11
6472024-05-24T15:14:51.592Z+ [[ 0 != 0 ]]
6482024-05-24T15:14:51.592Z+ configure_os solaris2.11
6492024-05-24T15:14:51.592Z+ echo 'current directory: /work/oxidecomputer/omicron'
6502024-05-24T15:14:51.592Z+ echo 'configuring based on OS: "solaris2.11"'
6512024-05-24T15:14:51.592Zcurrent directory: /work/oxidecomputer/omicron
6522024-05-24T15:14:51.592Z+ case "$1" in
6532024-05-24T15:14:51.592Z+ SET_BINARIES=
6542024-05-24T15:14:51.592Zconfiguring based on OS: "solaris2.11"
6552024-05-24T15:14:51.592Z+ CIDL_SHA256FUNC=do_sha256sum
6562024-05-24T15:14:51.592Z+ TARBALL_FILENAME=thundermuffin.tar.gz
6572024-05-24T15:14:51.592Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6582024-05-24T15:14:51.592Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
6592024-05-24T15:14:51.592Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
6602024-05-24T15:14:51.592ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6612024-05-24T15:14:51.592ZLocal file: out/downloads/thundermuffin.tar.gz
6622024-05-24T15:14:51.592Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
6632024-05-24T15:14:51.592Z+ mkdir -p out/downloads
6642024-05-24T15:14:51.596Z+ mkdir -p ./out/thundermuffin
6652024-05-24T15:14:51.596Z+ fetch_and_verify
6662024-05-24T15:14:51.596Z+ local DO_DOWNLOAD=true
6672024-05-24T15:14:51.596Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
6682024-05-24T15:14:51.596Z+ '[' true == true ']'
6692024-05-24T15:14:51.596Z+ echo Downloading...
6702024-05-24T15:14:51.596ZDownloading...
6712024-05-24T15:14:51.596Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
6722024-05-24T15:14:51.596Z+ curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6732024-05-24T15:14:51.817Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
6742024-05-24T15:14:51.820Z++ sha256sum
6752024-05-24T15:14:51.820Z++ awk '{print $1}'
6762024-05-24T15:14:51.823Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6772024-05-24T15:14:51.823Z+ [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]]
6782024-05-24T15:14:51.823Z+ do_untar out/downloads/thundermuffin.tar.gz
6792024-05-24T15:14:51.823Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
6802024-05-24T15:14:51.889Z+ do_assemble
6812024-05-24T15:14:51.889Z+ rm -r ./out/thundermuffin
6822024-05-24T15:14:51.893Z+ mkdir ./out/thundermuffin
6832024-05-24T15:14:51.893Z+ cp -r out/downloads/root ./out/thundermuffin/root
6842024-05-24T15:14:51.907ZAll prerequisites installed successfully
6852024-05-24T15:14:51.910Z
6862024-05-24T15:14:51.910Zreal 1:32.217909582
6872024-05-24T15:14:51.910Zuser 36.771579063
6882024-05-24T15:14:51.910Zsys 6.443041178
6892024-05-24T15:14:51.910Ztrap 0.009072951
6902024-05-24T15:14:51.911Ztflt 0.256253075
6912024-05-24T15:14:51.911Zdflt 0.240494444
6922024-05-24T15:14:51.911Zkflt 0.369943777
6932024-05-24T15:14:51.911Zlock 1.712487613
6942024-05-24T15:14:51.911Zslp 2:53.166544716
6952024-05-24T15:14:51.911Zlat 2.069637010
6962024-05-24T15:14:51.911Zstop 0.116756794
6972024-05-24T15:14:51.911Z+ ptime -m ./tools/ci_download_softnpu_machinery
6982024-05-24T15:14:51.915Zfetching npuzone
6992024-05-24T15:14:51.921ZEnsuring oxidecomputer/softnpu/image/npuzone in out/npuzone
7002024-05-24T15:14:51.921Z (commit: 3203c51cf4473d30991b522062ac0df2e045c2f2)
7012024-05-24T15:14:51.922ZGetting hash for npuzone
7022024-05-24T15:14:52.009Z (hash: 36095c7f9d613b9208415aeb67335836a25f72eed2f7a41931ba7d91ddb00568)
7032024-05-24T15:14:59.434Znpuzone downloaded successfully
7042024-05-24T15:14:59.437Z
7052024-05-24T15:14:59.441Zreal 7.528151811
7062024-05-24T15:14:59.441Zuser 0.260436018
7072024-05-24T15:14:59.441Zsys 0.090528010
7082024-05-24T15:14:59.442Ztrap 0.000106455
7092024-05-24T15:14:59.442Ztflt 0.000000000
7102024-05-24T15:14:59.442Zdflt 0.000000000
7112024-05-24T15:14:59.442Zkflt 0.000000000
7122024-05-24T15:14:59.442Zlock 0.000000000
7132024-05-24T15:14:59.442Zslp 22.141437225
7142024-05-24T15:14:59.442Zlat 0.063347295
7152024-05-24T15:14:59.442Zstop 0.000168545
7162024-05-24T15:14:59.442Z+ export CARGO_INCREMENTAL=0
7172024-05-24T15:14:59.442Z+ CARGO_INCREMENTAL=0
7182024-05-24T15:14:59.442Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
7192024-05-24T15:14:59.652Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7202024-05-24T15:15:00.095Z Updating git repository `https://github.com/oxidecomputer/zone`
7212024-05-24T15:15:00.519Z Updating crates.io index
7222024-05-24T15:15:00.618Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7232024-05-24T15:15:01.327Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7242024-05-24T15:15:02.136Z Updating git repository `https://github.com/oxidecomputer/oxnet`
7252024-05-24T15:15:02.500Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7262024-05-24T15:15:04.434Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7272024-05-24T15:15:04.816Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7282024-05-24T15:15:05.233Z Updating git repository `https://github.com/oxidecomputer/propolis`
7292024-05-24T15:15:06.322Z Updating git repository `https://github.com/oxidecomputer/crucible`
7302024-05-24T15:15:08.218Z Updating git repository `https://github.com/oxidecomputer/opte`
7312024-05-24T15:15:09.282Z Updating git repository `https://github.com/oxidecomputer/falcon`
7322024-05-24T15:15:10.201Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7332024-05-24T15:15:10.817Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7342024-05-24T15:15:11.260Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7352024-05-24T15:15:11.674Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7362024-05-24T15:15:12.226Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7372024-05-24T15:15:12.620Z Updating git repository `http://github.com/oxidecomputer/tofino`
7382024-05-24T15:15:13.073Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7392024-05-24T15:15:13.558Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7402024-05-24T15:15:13.945Z Updating git repository `https://github.com/oxidecomputer/libnvme`
7412024-05-24T15:15:14.322Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7422024-05-24T15:15:14.765Z Updating git repository `https://github.com/oxidecomputer/ispf`
7432024-05-24T15:15:15.341Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7442024-05-24T15:15:15.740Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7452024-05-24T15:15:16.315Z Updating git repository `https://github.com/jgallagher/nix`
7462024-05-24T15:15:17.424Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7472024-05-24T15:15:17.749Z Updating git repository `https://github.com/cbiffle/hubpack.git`
7482024-05-24T15:15:18.213Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7492024-05-24T15:15:18.608Z Updating git repository `https://github.com/oxidecomputer/typify`
7502024-05-24T15:15:20.654Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7512024-05-24T15:15:21.016Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7522024-05-24T15:15:21.314Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7532024-05-24T15:15:21.937Z Updating git repository `https://github.com/oxidecomputer/rfb`
7542024-05-24T15:15:23.074Z Downloading crates ...
7552024-05-24T15:15:23.208Z Downloaded hex v0.4.3
7562024-05-24T15:15:23.211Z Downloaded headers-core v0.2.0
7572024-05-24T15:15:23.215Z Downloaded httparse v1.8.0
7582024-05-24T15:15:23.219Z Downloaded aead v0.5.2
7592024-05-24T15:15:23.222Z Downloaded adler v1.0.2
7602024-05-24T15:15:23.225Z Downloaded http-range v0.1.5
7612024-05-24T15:15:23.229Z Downloaded addr2line v0.21.0
7622024-05-24T15:15:23.235Z Downloaded anstyle-parse v0.2.4
7632024-05-24T15:15:23.242Z Downloaded headers v0.3.9
7642024-05-24T15:15:23.251Z Downloaded http v0.2.12
7652024-05-24T15:15:23.258Z Downloaded maplit v1.0.2
7662024-05-24T15:15:23.261Z Downloaded humantime v2.1.0
7672024-05-24T15:15:23.261Z Downloaded arrayref v0.3.7
7682024-05-24T15:15:23.264Z Downloaded assert_matches v1.5.0
7692024-05-24T15:15:23.264Z Downloaded ascii-canvas v3.0.0
7702024-05-24T15:15:23.267Z Downloaded anstyle-query v1.0.3
7712024-05-24T15:15:23.267Z Downloaded anstream v0.6.14
7722024-05-24T15:15:23.273Z Downloaded argon2 v0.5.3
7732024-05-24T15:15:23.276Z Downloaded anstyle v1.0.7
7742024-05-24T15:15:23.276Z Downloaded hashbrown v0.13.2
7752024-05-24T15:15:23.279Z Downloaded cpufeatures v0.2.12
7762024-05-24T15:15:23.279Z Downloaded indicatif v0.17.8
7772024-05-24T15:15:23.283Z Downloaded async-stream-impl v0.3.5
7782024-05-24T15:15:23.286Z Downloaded allocator-api2 v0.2.18
7792024-05-24T15:15:23.289Z Downloaded libloading v0.8.3
7802024-05-24T15:15:23.291Z Downloaded newtype_derive v0.1.6
7812024-05-24T15:15:23.294Z Downloaded newline-converter v0.3.0
7822024-05-24T15:15:23.295Z Downloaded httpdate v1.0.3
7832024-05-24T15:15:23.295Z Downloaded heapless v0.8.0
7842024-05-24T15:15:23.306Z Downloaded lru v0.12.3
7852024-05-24T15:15:23.306Z Downloaded convert_case v0.4.0
7862024-05-24T15:15:23.306Z Downloaded inout v0.1.3
7872024-05-24T15:15:23.306Z Downloaded native-tls v0.2.11
7882024-05-24T15:15:23.306Z Downloaded hubpack_derive v0.1.1
7892024-05-24T15:15:23.306Z Downloaded const-oid v0.9.6
7902024-05-24T15:15:23.310Z Downloaded bitstruct v0.1.1
7912024-05-24T15:15:23.310Z Downloaded bcs v0.1.6
7922024-05-24T15:15:23.313Z Downloaded heck v0.4.1
7932024-05-24T15:15:23.317Z Downloaded hostname v0.4.0
7942024-05-24T15:15:23.320Z Downloaded cookie v0.18.1
7952024-05-24T15:15:23.323Z Downloaded new_debug_unreachable v1.0.6
7962024-05-24T15:15:23.323Z Downloaded matches v0.1.10
7972024-05-24T15:15:23.326Z Downloaded instant v0.1.12
7982024-05-24T15:15:23.326Z Downloaded match_cfg v0.1.0
7992024-05-24T15:15:23.326Z Downloaded cfg_aliases v0.1.1
8002024-05-24T15:15:23.331Z Downloaded hubpack v0.1.2
8012024-05-24T15:15:23.331Z Downloaded http-body v0.4.6
8022024-05-24T15:15:23.334Z Downloaded home v0.5.9
8032024-05-24T15:15:23.334Z Downloaded heapless v0.7.17
8042024-05-24T15:15:23.337Z Downloaded heck v0.5.0
8052024-05-24T15:15:23.337Z Downloaded managed v0.8.0
8062024-05-24T15:15:23.341Z Downloaded nodrop v0.1.14
8072024-05-24T15:15:23.341Z Downloaded ident_case v1.0.1
8082024-05-24T15:15:23.341Z Downloaded maybe-uninit v2.0.0
8092024-05-24T15:15:23.344Z Downloaded cassowary v0.3.0
8102024-05-24T15:15:23.344Z Downloaded is-terminal v0.4.12
8112024-05-24T15:15:23.346Z Downloaded async-recursion v1.1.1
8122024-05-24T15:15:23.349Z Downloaded lru-cache v0.1.2
8132024-05-24T15:15:23.349Z Downloaded hashbrown v0.14.5
8142024-05-24T15:15:23.355Z Downloaded hashbrown v0.12.3
8152024-05-24T15:15:23.359Z Downloaded is_terminal_polyfill v1.70.0
8162024-05-24T15:15:23.362Z Downloaded multimap v0.10.0
8172024-05-24T15:15:23.365Z Downloaded macaddr v1.0.1
8182024-05-24T15:15:23.365Z Downloaded crc-catalog v2.4.0
8192024-05-24T15:15:23.365Z Downloaded colorchoice v1.0.1
8202024-05-24T15:15:23.368Z Downloaded clap_lex v0.7.0
8212024-05-24T15:15:23.368Z Downloaded ipnet v2.9.0
8222024-05-24T15:15:23.371Z Downloaded byteorder v1.5.0
8232024-05-24T15:15:23.374Z Downloaded lock_api v0.4.12
8242024-05-24T15:15:23.374Z Downloaded serde-big-array v0.5.1
8252024-05-24T15:15:23.377Z Downloaded hyper-rustls v0.24.2
8262024-05-24T15:15:23.380Z Downloaded swrite v0.1.0
8272024-05-24T15:15:23.383Z Downloaded newtype-uuid v1.1.0
8282024-05-24T15:15:23.383Z Downloaded mime v0.3.17
8292024-05-24T15:15:23.389Z Downloaded autocfg v1.3.0
8302024-05-24T15:15:23.389Z Downloaded ipnetwork v0.20.0
8312024-05-24T15:15:23.392Z Downloaded lazycell v1.3.0
8322024-05-24T15:15:23.392Z Downloaded hyper-tls v0.5.0
8332024-05-24T15:15:23.392Z Downloaded indoc v2.0.5
8342024-05-24T15:15:23.395Z Downloaded console v0.15.8
8352024-05-24T15:15:23.397Z Downloaded time-core v0.1.2
8362024-05-24T15:15:23.398Z Downloaded memmap v0.7.0
8372024-05-24T15:15:23.400Z Downloaded libsw v3.3.1
8382024-05-24T15:15:23.403Z Downloaded nibble_vec v0.1.0
8392024-05-24T15:15:23.403Z Downloaded hyper-staticfile v0.9.5
8402024-05-24T15:15:23.406Z Downloaded libefi-sys v0.1.0
8412024-05-24T15:15:23.409Z Downloaded atomicwrites v0.4.3
8422024-05-24T15:15:23.409Z Downloaded atomic-waker v1.1.2
8432024-05-24T15:15:23.409Z Downloaded chacha20 v0.9.1
8442024-05-24T15:15:23.412Z Downloaded buf-list v1.0.3
8452024-05-24T15:15:23.415Z Downloaded ref-cast-impl v1.0.23
8462024-05-24T15:15:23.418Z Downloaded rustc_version v0.4.0
8472024-05-24T15:15:23.418Z Downloaded clang-sys v1.7.0
8482024-05-24T15:15:23.420Z Downloaded multer v3.1.0
8492024-05-24T15:15:23.423Z Downloaded usdt-macro v0.5.0
8502024-05-24T15:15:23.423Z Downloaded rtoolbox v0.0.2
8512024-05-24T15:15:23.426Z Downloaded usdt-macro v0.3.5
8522024-05-24T15:15:23.426Z Downloaded rusty-fork v0.3.0
8532024-05-24T15:15:23.429Z Downloaded cargo_metadata v0.18.1
8542024-05-24T15:15:23.429Z Downloaded serde-hex v0.1.0
8552024-05-24T15:15:23.432Z Downloaded signal-hook-tokio v0.3.1
8562024-05-24T15:15:23.433Z Downloaded ciborium-ll v0.2.2
8572024-05-24T15:15:23.438Z Downloaded memmap2 v0.9.4
8582024-05-24T15:15:23.441Z Downloaded slog-envlogger v2.2.0
8592024-05-24T15:15:23.441Z Downloaded foreign-types-shared v0.1.1
8602024-05-24T15:15:23.442Z Downloaded const_format_proc_macros v0.2.32
8612024-05-24T15:15:23.442Z Downloaded cexpr v0.6.0
8622024-05-24T15:15:23.445Z Downloaded blake2 v0.10.6
8632024-05-24T15:15:23.448Z Downloaded toml_datetime v0.6.6
8642024-05-24T15:15:23.448Z Downloaded supports-color v3.0.0
8652024-05-24T15:15:23.451Z Downloaded slog-json v2.6.1
8662024-05-24T15:15:23.454Z Downloaded slog-dtrace v0.3.0
8672024-05-24T15:15:23.454Z Downloaded termios v0.3.3
8682024-05-24T15:15:23.457Z Downloaded subtle v2.5.0
8692024-05-24T15:15:23.457Z Downloaded spki v0.7.3
8702024-05-24T15:15:23.460Z Downloaded mockall_derive v0.12.1
8712024-05-24T15:15:23.463Z Downloaded same-file v1.0.6
8722024-05-24T15:15:23.463Z Downloaded xattr v1.3.1
8732024-05-24T15:15:23.466Z Downloaded usdt-impl v0.5.0
8742024-05-24T15:15:23.466Z Downloaded usdt-impl v0.3.5
8752024-05-24T15:15:23.469Z Downloaded cancel-safe-futures v0.1.5
8762024-05-24T15:15:23.472Z Downloaded rustls-pemfile v2.1.2
8772024-05-24T15:15:23.475Z Downloaded difflib v0.4.0
8782024-05-24T15:15:23.475Z Downloaded deranged v0.3.11
8792024-05-24T15:15:23.478Z Downloaded zeroize v1.7.0
8802024-05-24T15:15:23.478Z Downloaded openssl-probe v0.1.5
8812024-05-24T15:15:23.481Z Downloaded opaque-debug v0.3.1
8822024-05-24T15:15:23.481Z Downloaded semver v1.0.23
8832024-05-24T15:15:23.487Z Downloaded openssl-macros v0.1.1
8842024-05-24T15:15:23.487Z Downloaded num-conv v0.1.0
8852024-05-24T15:15:23.490Z Downloaded compact_str v0.7.1
8862024-05-24T15:15:23.490Z Downloaded futures-task v0.3.30
8872024-05-24T15:15:23.490Z Downloaded form_urlencoded v1.2.1
8882024-05-24T15:15:23.494Z Downloaded flagset v0.4.5
8892024-05-24T15:15:23.494Z Downloaded fixedbitset v0.4.2
8902024-05-24T15:15:23.497Z Downloaded stability v0.2.0
8912024-05-24T15:15:23.497Z Downloaded sqlformat v0.2.3
8922024-05-24T15:15:23.499Z Downloaded miniz_oxide v0.7.2
8932024-05-24T15:15:23.502Z Downloaded fallible-iterator v0.2.0
8942024-05-24T15:15:23.502Z Downloaded tokio-tungstenite v0.21.0
8952024-05-24T15:15:23.505Z Downloaded tokio-stream v0.1.15
8962024-05-24T15:15:23.509Z Downloaded foreign-types-shared v0.3.1
8972024-05-24T15:15:23.512Z Downloaded time-macros v0.2.18
8982024-05-24T15:15:23.515Z Downloaded tower-service v0.3.2
8992024-05-24T15:15:23.515Z Downloaded vte_generate_state_changes v0.1.1
9002024-05-24T15:15:23.515Z Downloaded thiserror-impl-no-std v2.0.2
9012024-05-24T15:15:23.518Z Downloaded sync_wrapper v0.1.2
9022024-05-24T15:15:23.518Z Downloaded pest_generator v2.7.10
9032024-05-24T15:15:23.521Z Downloaded tokio-tungstenite v0.20.1
9042024-05-24T15:15:23.524Z Downloaded base64 v0.13.1
9052024-05-24T15:15:23.528Z Downloaded tokio-rustls v0.25.0
9062024-05-24T15:15:23.531Z Downloaded either v1.12.0
9072024-05-24T15:15:23.531Z Downloaded downcast v0.11.0
9082024-05-24T15:15:23.531Z Downloaded ed25519 v1.5.3
9092024-05-24T15:15:23.537Z Downloaded scroll v0.12.0
9102024-05-24T15:15:23.537Z Downloaded clap v4.5.4
9112024-05-24T15:15:23.544Z Downloaded foreign-types v0.3.2
9122024-05-24T15:15:23.546Z Downloaded number_prefix v0.4.0
9132024-05-24T15:15:23.546Z Downloaded derive_builder_macro v0.20.0
9142024-05-24T15:15:23.550Z Downloaded num_threads v0.1.7
9152024-05-24T15:15:23.550Z Downloaded rand_seeder v0.2.3
9162024-05-24T15:15:23.553Z Downloaded rand_core v0.6.4
9172024-05-24T15:15:23.553Z Downloaded precomputed-hash v0.1.1
9182024-05-24T15:15:23.553Z Downloaded foreign-types-macros v0.2.3
9192024-05-24T15:15:23.556Z Downloaded rustls-pemfile v1.0.4
9202024-05-24T15:15:23.556Z Downloaded rand_xorshift v0.3.0
9212024-05-24T15:15:23.559Z Downloaded dtrace-parser v0.2.0
9222024-05-24T15:15:23.559Z Downloaded thiserror-no-std v2.0.2
9232024-05-24T15:15:23.563Z Downloaded terminal_size v0.3.0
9242024-05-24T15:15:23.566Z Downloaded untrusted v0.9.0
9252024-05-24T15:15:23.569Z Downloaded untrusted v0.7.1
9262024-05-24T15:15:23.569Z Downloaded signature v1.6.4
9272024-05-24T15:15:23.572Z Downloaded pretty-hex v0.2.1
9282024-05-24T15:15:23.572Z Downloaded toml v0.5.11
9292024-05-24T15:15:23.575Z Downloaded strsim v0.11.1
9302024-05-24T15:15:23.578Z Downloaded const_format v0.2.32
9312024-05-24T15:15:23.581Z Downloaded cc v1.0.97
9322024-05-24T15:15:23.588Z Downloaded zerocopy v0.3.2
9332024-05-24T15:15:23.591Z Downloaded crossbeam-utils v0.8.19
9342024-05-24T15:15:23.591Z Downloaded sigpipe v0.1.3
9352024-05-24T15:15:23.591Z Downloaded pretty-hex v0.4.1
9362024-05-24T15:15:23.594Z Downloaded indexmap v2.2.6
9372024-05-24T15:15:23.597Z Downloaded dof v0.3.0
9382024-05-24T15:15:23.600Z Downloaded zeroize_derive v1.4.2
9392024-05-24T15:15:23.600Z Downloaded usdt v0.3.5
9402024-05-24T15:15:23.600Z Downloaded unicase v2.7.0
9412024-05-24T15:15:23.603Z Downloaded num_enum_derive v0.5.11
9422024-05-24T15:15:23.611Z Downloaded percent-encoding v2.3.1
9432024-05-24T15:15:23.611Z Downloaded http v1.1.0
9442024-05-24T15:15:23.611Z Downloaded num_enum v0.5.11
9452024-05-24T15:15:23.614Z Downloaded fxhash v0.2.1
9462024-05-24T15:15:23.617Z Downloaded phf v0.11.2
9472024-05-24T15:15:23.617Z Downloaded pem v3.0.4
9482024-05-24T15:15:23.620Z Downloaded rustversion v1.0.17
9492024-05-24T15:15:23.622Z Downloaded predicates v3.1.0
9502024-05-24T15:15:23.625Z Downloaded fs-err v2.11.0
9512024-05-24T15:15:23.628Z Downloaded num-complex v0.4.6
9522024-05-24T15:15:23.631Z Downloaded diff v0.1.13
9532024-05-24T15:15:23.634Z Downloaded predicates-tree v1.0.9
9542024-05-24T15:15:23.634Z Downloaded derive_builder_core v0.20.0
9552024-05-24T15:15:23.637Z Downloaded stable_deref_trait v1.2.0
9562024-05-24T15:15:23.640Z Downloaded memchr v2.7.2
9572024-05-24T15:15:23.643Z Downloaded pest_meta v2.7.10
9582024-05-24T15:15:23.649Z Downloaded string_cache v0.8.7
9592024-05-24T15:15:23.652Z Downloaded universal-hash v0.5.1
9602024-05-24T15:15:23.652Z Downloaded signature v2.2.0
9612024-05-24T15:15:23.652Z Downloaded pem-rfc7468 v0.7.0
9622024-05-24T15:15:23.655Z Downloaded psl-types v2.0.11
9632024-05-24T15:15:23.655Z Downloaded elliptic-curve v0.13.8
9642024-05-24T15:15:23.659Z Downloaded password-hash v0.5.0
9652024-05-24T15:15:23.662Z Downloaded take_mut v0.2.2
9662024-05-24T15:15:23.665Z Downloaded structmeta-derive v0.3.0
9672024-05-24T15:15:23.665Z Downloaded structmeta v0.3.0
9682024-05-24T15:15:23.665Z Downloaded scroll_derive v0.12.0
9692024-05-24T15:15:23.668Z Downloaded fd-lock v4.0.2
9702024-05-24T15:15:23.671Z Downloaded ena v0.14.3
9712024-05-24T15:15:23.671Z Downloaded structmeta-derive v0.2.0
9722024-05-24T15:15:23.674Z Downloaded signal-hook v0.3.17
9732024-05-24T15:15:23.676Z Downloaded embedded-io v0.4.0
9742024-05-24T15:15:23.679Z Downloaded dyn-clone v1.0.17
9752024-05-24T15:15:23.679Z Downloaded vsss-rs v3.3.4
9762024-05-24T15:15:23.682Z Downloaded version_check v0.9.4
9772024-05-24T15:15:23.685Z Downloaded endian-type v0.1.2
9782024-05-24T15:15:23.685Z Downloaded parse-display v0.9.0
9792024-05-24T15:15:23.685Z Downloaded packed_struct v0.10.1
9802024-05-24T15:15:23.688Z Downloaded unicode_categories v0.1.1
9812024-05-24T15:15:23.691Z Downloaded serde_with_macros v3.8.1
9822024-05-24T15:15:23.694Z Downloaded tokio-macros v2.2.0
9832024-05-24T15:15:23.694Z Downloaded samael v0.0.15
9842024-05-24T15:15:23.701Z Downloaded mio v0.8.11
9852024-05-24T15:15:23.705Z Downloaded rustfmt-wrapper v0.2.1
9862024-05-24T15:15:23.707Z Downloaded scopeguard v1.2.0
9872024-05-24T15:15:23.710Z Downloaded usdt-attr-macro v0.5.0
9882024-05-24T15:15:23.710Z Downloaded gethostname v0.4.3
9892024-05-24T15:15:23.710Z Downloaded generic-array v0.14.7
9902024-05-24T15:15:23.713Z Downloaded openssl-sys v0.9.102
9912024-05-24T15:15:23.717Z Downloaded float-cmp v0.9.0
9922024-05-24T15:15:23.720Z Downloaded tabwriter v1.4.0
9932024-05-24T15:15:23.723Z Downloaded secrecy v0.8.0
9942024-05-24T15:15:23.723Z Downloaded schemars v0.8.20
9952024-05-24T15:15:23.735Z Downloaded rustc_version v0.1.7
9962024-05-24T15:15:23.739Z Downloaded crypto-common v0.1.6
9972024-05-24T15:15:23.739Z Downloaded tinyvec_macros v0.1.1
9982024-05-24T15:15:23.739Z Downloaded toolchain_find v0.4.0
9992024-05-24T15:15:23.742Z Downloaded wyz v0.5.1
10002024-05-24T15:15:23.742Z Downloaded errno v0.3.9
10012024-05-24T15:15:23.745Z Downloaded tungstenite v0.21.0
10022024-05-24T15:15:23.748Z Downloaded digest v0.10.7
10032024-05-24T15:15:23.750Z Downloaded futures-macro v0.3.30
10042024-05-24T15:15:23.751Z Downloaded futures-io v0.3.30
10052024-05-24T15:15:23.754Z Downloaded erased-serde v0.3.31
10062024-05-24T15:15:23.757Z Downloaded defmt-parser v0.3.4
10072024-05-24T15:15:23.757Z Downloaded radium v0.7.0
10082024-05-24T15:15:23.757Z Downloaded pin-project-lite v0.2.14
10092024-05-24T15:15:23.764Z Downloaded rand v0.8.5
10102024-05-24T15:15:23.767Z Downloaded pin-project-internal v1.1.5
10112024-05-24T15:15:23.770Z Downloaded glob v0.3.1
10122024-05-24T15:15:23.770Z Downloaded rayon-core v1.12.1
10132024-05-24T15:15:23.773Z Downloaded libm v0.2.8
10142024-05-24T15:15:23.781Z Downloaded thiserror-impl v1.0.60
10152024-05-24T15:15:23.784Z Downloaded strum_macros v0.24.3
10162024-05-24T15:15:23.787Z Downloaded getopts v0.2.21
10172024-05-24T15:15:23.787Z Downloaded sct v0.7.1
10182024-05-24T15:15:23.791Z Downloaded thiserror v1.0.60
10192024-05-24T15:15:23.796Z Downloaded peg v0.8.3
10202024-05-24T15:15:23.800Z Downloaded want v0.3.1
10212024-05-24T15:15:23.803Z Downloaded futures-executor v0.3.30
10222024-05-24T15:15:23.803Z Downloaded tiny-keccak v2.0.2
10232024-05-24T15:15:23.806Z Downloaded tracing-attributes v0.1.27
10242024-05-24T15:15:23.809Z Downloaded crunchy v0.2.2
10252024-05-24T15:15:23.812Z Downloaded rpassword v7.3.1
10262024-05-24T15:15:23.812Z Downloaded getrandom v0.2.14
10272024-05-24T15:15:23.819Z Downloaded futures-sink v0.3.30
10282024-05-24T15:15:23.823Z Downloaded serde_plain v1.0.2
10292024-05-24T15:15:23.823Z Downloaded serde_path_to_error v0.1.16
10302024-05-24T15:15:23.823Z Downloaded enum-as-inner v0.5.1
10312024-05-24T15:15:23.823Z Downloaded tokio-util v0.7.11
10322024-05-24T15:15:23.829Z Downloaded rustls-pki-types v1.7.0
10332024-05-24T15:15:23.832Z Downloaded serde_repr v0.1.19
10342024-05-24T15:15:23.835Z Downloaded equivalent v1.0.1
10352024-05-24T15:15:23.835Z Downloaded tap v1.0.1
10362024-05-24T15:15:23.838Z Downloaded oso-derive v0.27.3
10372024-05-24T15:15:23.838Z Downloaded which v4.4.2
10382024-05-24T15:15:23.841Z Downloaded peg-macros v0.8.3
10392024-05-24T15:15:23.841Z Downloaded parking_lot v0.11.2
10402024-05-24T15:15:23.844Z Downloaded dof v0.1.5
10412024-05-24T15:15:23.847Z Downloaded wait-timeout v0.2.0
10422024-05-24T15:15:23.847Z Downloaded ref-cast v1.0.23
10432024-05-24T15:15:23.850Z Downloaded quote v1.0.36
10442024-05-24T15:15:23.853Z Downloaded pin-project v1.1.5
10452024-05-24T15:15:23.864Z Downloaded ff v0.13.0
10462024-05-24T15:15:23.868Z Downloaded parse-size v1.0.0
10472024-05-24T15:15:23.868Z Downloaded pkg-config v0.3.30
10482024-05-24T15:15:23.871Z Downloaded olpc-cjson v0.1.3
10492024-05-24T15:15:23.871Z Downloaded fastrand v2.1.0
10502024-05-24T15:15:23.871Z Downloaded globset v0.4.14
10512024-05-24T15:15:23.877Z Downloaded time v0.3.36
10522024-05-24T15:15:23.880Z Downloaded num-integer v0.1.46
10532024-05-24T15:15:23.883Z Downloaded darling_macro v0.20.9
10542024-05-24T15:15:23.883Z Downloaded smawk v0.3.2
10552024-05-24T15:15:23.886Z Downloaded der_derive v0.7.2
10562024-05-24T15:15:23.889Z Downloaded try-lock v0.2.5
10572024-05-24T15:15:23.889Z Downloaded postgres-types v0.2.6
10582024-05-24T15:15:23.892Z Downloaded postgres-protocol v0.6.6
10592024-05-24T15:15:23.892Z Downloaded portpicker v0.1.1
10602024-05-24T15:15:23.896Z Downloaded parking_lot_core v0.9.10
10612024-05-24T15:15:23.897Z Downloaded packed_struct_codegen v0.10.1
10622024-05-24T15:15:23.899Z Downloaded unarray v0.1.4
10632024-05-24T15:15:23.899Z Downloaded env_logger v0.10.2
10642024-05-24T15:15:23.902Z Downloaded display-error-chain v0.2.0
10652024-05-24T15:15:23.903Z Downloaded termcolor v1.4.1
10662024-05-24T15:15:23.905Z Downloaded term v0.7.0
10672024-05-24T15:15:23.908Z Downloaded tempfile v3.10.1
10682024-05-24T15:15:23.911Z Downloaded cstr-argument v0.1.2
10692024-05-24T15:15:23.911Z Downloaded tokio-postgres v0.7.10
10702024-05-24T15:15:23.916Z Downloaded crucible-workspace-hack v0.1.0
10712024-05-24T15:15:23.919Z Downloaded group v0.13.0
10722024-05-24T15:15:23.919Z Downloaded filetime v0.2.23
10732024-05-24T15:15:23.922Z Downloaded tracing-core v0.1.32
10742024-05-24T15:15:23.928Z Downloaded data-encoding v2.6.0
10752024-05-24T15:15:23.928Z Downloaded paste v1.0.15
10762024-05-24T15:15:23.931Z Downloaded slog-async v2.8.0
10772024-05-24T15:15:23.931Z Downloaded zip v0.6.6
10782024-05-24T15:15:23.934Z Downloaded strum v0.26.2
10792024-05-24T15:15:23.937Z Downloaded usdt-attr-macro v0.3.5
10802024-05-24T15:15:23.937Z Downloaded diesel_table_macro_syntax v0.1.0
10812024-05-24T15:15:23.937Z Downloaded slog-scope v4.4.0
10822024-05-24T15:15:23.940Z Downloaded slog-bunyan v2.5.0
10832024-05-24T15:15:23.940Z Downloaded serde_tokenstream v0.2.0
10842024-05-24T15:15:23.943Z Downloaded serde_tokenstream v0.1.7
10852024-05-24T15:15:23.946Z Downloaded papergrid v0.11.0
10862024-05-24T15:15:23.951Z Downloaded derive_builder v0.20.0
10872024-05-24T15:15:23.956Z Downloaded normalize-line-endings v0.3.0
10882024-05-24T15:15:23.959Z Downloaded subprocess v0.2.9
10892024-05-24T15:15:23.963Z Downloaded textwrap v0.16.1
10902024-05-24T15:15:23.966Z Downloaded tls_codec v0.4.1
10912024-05-24T15:15:23.966Z Downloaded num_cpus v1.16.0
10922024-05-24T15:15:23.969Z Downloaded owo-colors v4.0.0
10932024-05-24T15:15:23.972Z Downloaded rcgen v0.12.1
10942024-05-24T15:15:23.975Z Downloaded phf_shared v0.10.0
10952024-05-24T15:15:23.975Z Downloaded plain v0.2.3
10962024-05-24T15:15:23.975Z Downloaded path-slash v0.1.5
10972024-05-24T15:15:23.978Z Downloaded tinyvec v1.6.0
10982024-05-24T15:15:23.984Z Downloaded serde_yaml v0.9.34+deprecated
10992024-05-24T15:15:23.987Z Downloaded serde_derive_internals v0.29.1
11002024-05-24T15:15:23.987Z Downloaded tls_codec_derive v0.4.1
11012024-05-24T15:15:23.987Z Downloaded hkdf v0.12.4
11022024-05-24T15:15:23.991Z Downloaded strum_macros v0.25.3
11032024-05-24T15:15:23.993Z Downloaded spin v0.5.2
11042024-05-24T15:15:23.994Z Downloaded unicode-xid v0.2.4
11052024-05-24T15:15:23.997Z Downloaded unicode-linebreak v0.1.5
11062024-05-24T15:15:23.997Z Downloaded resolv-conf v0.7.0
11072024-05-24T15:15:24.001Z Downloaded whoami v1.5.1
11082024-05-24T15:15:24.001Z Downloaded rustc-demangle v0.1.24
11092024-05-24T15:15:24.004Z Downloaded oso v0.27.3
11102024-05-24T15:15:24.007Z Downloaded socket2 v0.4.10
11112024-05-24T15:15:24.007Z Downloaded dirs-sys-next v0.1.2
11122024-05-24T15:15:24.010Z Downloaded tui-tree-widget v0.19.0
11132024-05-24T15:15:24.010Z Downloaded dirs-next v2.0.0
11142024-05-24T15:15:24.010Z Downloaded csv-core v0.1.11
11152024-05-24T15:15:24.013Z Downloaded futures-core v0.3.30
11162024-05-24T15:15:24.013Z Downloaded publicsuffix v2.2.3
11172024-05-24T15:15:24.016Z Downloaded ucd-trie v0.1.6
11182024-05-24T15:15:24.019Z Downloaded parse-display-derive v0.9.0
11192024-05-24T15:15:24.020Z Downloaded funty v2.0.0
11202024-05-24T15:15:24.025Z Downloaded parking_lot v0.12.2
11212024-05-24T15:15:24.026Z Downloaded crypto-bigint v0.5.5
11222024-05-24T15:15:24.029Z Downloaded blake3 v1.5.1
11232024-05-24T15:15:24.037Z Downloaded slog-stdlog v4.1.1
11242024-05-24T15:15:24.040Z Downloaded usdt v0.5.0
11252024-05-24T15:15:24.040Z Downloaded strum_macros v0.26.2
11262024-05-24T15:15:24.043Z Downloaded unicode-width v0.1.12
11272024-05-24T15:15:24.046Z Downloaded waitgroup v0.1.2
11282024-05-24T15:15:24.046Z Downloaded derive_more v0.99.17
11292024-05-24T15:15:24.050Z Downloaded half v2.4.1
11302024-05-24T15:15:24.053Z Downloaded der v0.7.9
11312024-05-24T15:15:24.059Z Downloaded nu-ansi-term v0.50.0
11322024-05-24T15:15:24.061Z Downloaded num v0.4.3
11332024-05-24T15:15:24.064Z Downloaded parking_lot_core v0.8.6
11342024-05-24T15:15:24.067Z Downloaded futures-channel v0.3.30
11352024-05-24T15:15:24.070Z Downloaded unicode-bidi v0.3.15
11362024-05-24T15:15:24.073Z Downloaded platforms v3.4.0
11372024-05-24T15:15:24.076Z Downloaded smallvec v0.6.14
11382024-05-24T15:15:24.082Z Downloaded typenum v1.17.0
11392024-05-24T15:15:24.082Z Downloaded ron v0.8.1
11402024-05-24T15:15:24.085Z Downloaded expectorate v1.1.0
11412024-05-24T15:15:24.088Z Downloaded similar v2.5.0
11422024-05-24T15:15:24.092Z Downloaded walkdir v2.5.0
11432024-05-24T15:15:24.095Z Downloaded h2 v0.3.26
11442024-05-24T15:15:24.101Z Downloaded zerocopy v0.7.34
11452024-05-24T15:15:24.118Z Downloaded ron v0.7.1
11462024-05-24T15:15:24.122Z Downloaded rsa v0.9.6
11472024-05-24T15:15:24.127Z Downloaded rustyline v14.0.0
11482024-05-24T15:15:24.132Z Downloaded unsafe-libyaml v0.2.11
11492024-05-24T15:15:24.136Z Downloaded sqlparser v0.45.0
11502024-05-24T15:15:24.142Z Downloaded lalrpop v0.19.12
11512024-05-24T15:15:24.154Z Downloaded flate2 v1.0.30
11522024-05-24T15:15:24.158Z Downloaded rustls-webpki v0.101.7
11532024-05-24T15:15:24.173Z Downloaded trust-dns-resolver v0.22.0
11542024-05-24T15:15:24.177Z Downloaded trust-dns-server v0.22.1
11552024-05-24T15:15:24.183Z Downloaded crossterm v0.27.0
11562024-05-24T15:15:24.188Z Downloaded num-bigint v0.4.5
11572024-05-24T15:15:24.194Z Downloaded typed-path v0.7.1
11582024-05-24T15:15:24.200Z Downloaded futures-util v0.3.30
11592024-05-24T15:15:24.212Z Downloaded webpki-roots v0.25.4
11602024-05-24T15:15:24.216Z Downloaded quick-xml v0.31.0
11612024-05-24T15:15:24.222Z Downloaded regex-automata v0.1.10
11622024-05-24T15:15:24.228Z Downloaded serde_json v1.0.117
11632024-05-24T15:15:24.236Z Downloaded idna v0.3.0
11642024-05-24T15:15:24.250Z Downloaded unicode-normalization v0.1.23
11652024-05-24T15:15:24.254Z Downloaded object v0.30.4
11662024-05-24T15:15:24.257Z Downloaded reedline v0.31.0
11672024-05-24T15:15:24.264Z Downloaded nix v0.28.0
11682024-05-24T15:15:24.279Z Downloaded proptest v1.4.0
11692024-05-24T15:15:24.286Z Downloaded smoltcp v0.9.1
11702024-05-24T15:15:24.297Z Downloaded serde_with v3.8.1
11712024-05-24T15:15:24.305Z Downloaded rustls v0.21.12
11722024-05-24T15:15:24.317Z Downloaded bstr v1.9.1
11732024-05-24T15:15:24.329Z Downloaded syn v2.0.64
11742024-05-24T15:15:24.339Z Downloaded rustls v0.22.4
11752024-05-24T15:15:24.353Z Downloaded vcpkg v0.2.15
11762024-05-24T15:15:24.392Z Downloaded rustix v0.38.34
11772024-05-24T15:15:24.418Z Downloaded reqwest v0.11.27
11782024-05-24T15:15:24.422Z Downloaded goblin v0.8.2
11792024-05-24T15:15:24.428Z Downloaded bzip2-sys v0.1.11+1.0.8
11802024-05-24T15:15:24.442Z Downloaded gimli v0.28.1
11812024-05-24T15:15:24.449Z Downloaded winnow v0.5.40
11822024-05-24T15:15:24.458Z Downloaded regex-syntax v0.8.3
11832024-05-24T15:15:24.466Z Downloaded winnow v0.6.8
11842024-05-24T15:15:24.475Z Downloaded radix_trie v0.2.1
11852024-05-24T15:15:24.481Z Downloaded openssl v0.10.64
11862024-05-24T15:15:24.492Z Downloaded openapiv3 v2.0.0
11872024-05-24T15:15:24.503Z Downloaded regex v1.10.4
11882024-05-24T15:15:24.517Z Downloaded tokio v1.37.0
11892024-05-24T15:15:24.555Z Downloaded idna v0.5.0
11902024-05-24T15:15:24.560Z Downloaded csv v1.3.0
11912024-05-24T15:15:24.581Z Downloaded object v0.32.2
11922024-05-24T15:15:24.591Z Downloaded trust-dns-proto v0.22.0
11932024-05-24T15:15:24.624Z Downloaded polar-core v0.27.3
11942024-05-24T15:15:24.627Z Downloaded curve25519-dalek v4.1.2
11952024-05-24T15:15:24.627Z Downloaded regex-syntax v0.6.29
11962024-05-24T15:15:24.630Z Downloaded smoltcp v0.11.0
11972024-05-24T15:15:24.641Z Downloaded diesel v2.1.6
11982024-05-24T15:15:24.658Z Downloaded encoding_rs v0.8.34
11992024-05-24T15:15:24.680Z Downloaded regress v0.9.1
12002024-05-24T15:15:24.689Z Downloaded sled v0.34.7
12012024-05-24T15:15:24.699Z Downloaded zerocopy-derive v0.2.0
12022024-05-24T15:15:24.707Z Downloaded zerocopy-derive v0.6.6
12032024-05-24T15:15:24.717Z Downloaded ratatui v0.26.2
12042024-05-24T15:15:24.735Z Downloaded bstr v0.2.17
12052024-05-24T15:15:24.745Z Downloaded syn v1.0.109
12062024-05-24T15:15:24.755Z Downloaded tabled v0.15.0
12072024-05-24T15:15:24.771Z Downloaded libc v0.2.153
12082024-05-24T15:15:24.798Z Downloaded regex-automata v0.4.6
12092024-05-24T15:15:24.815Z Downloaded finl_unicode v1.2.0
12102024-05-24T15:15:24.828Z Downloaded sha3 v0.10.8
12112024-05-24T15:15:24.833Z Downloaded petgraph v0.6.5
12122024-05-24T15:15:24.851Z Downloaded rustls-webpki v0.102.4
12132024-05-24T15:15:24.866Z Downloaded ring v0.17.8
12142024-05-24T15:15:24.935Z Downloaded bindgen v0.69.4
12152024-05-24T15:15:24.941Z Downloaded portable-atomic v1.6.0
12162024-05-24T15:15:24.947Z Downloaded futures v0.3.30
12172024-05-24T15:15:24.951Z Downloaded poly1305 v0.8.0
12182024-05-24T15:15:24.954Z Downloaded toml_edit v0.22.13
12192024-05-24T15:15:24.975Z Downloaded tough v0.17.1
12202024-05-24T15:15:24.982Z Downloaded clap_builder v4.5.2
12212024-05-24T15:15:24.988Z Downloaded rayon v1.10.0
12222024-05-24T15:15:24.997Z Downloaded unicode-ident v1.0.12
12232024-05-24T15:15:25.000Z Downloaded rustc-hash v1.1.0
12242024-05-24T15:15:25.003Z Downloaded socket2 v0.5.7
12252024-05-24T15:15:25.003Z Downloaded serde_derive v1.0.202
12262024-05-24T15:15:25.009Z Downloaded num-traits v0.2.19
12272024-05-24T15:15:25.012Z Downloaded steno v0.4.0
12282024-05-24T15:15:25.012Z Downloaded omicron-zone-package v0.11.0
12292024-05-24T15:15:25.015Z Downloaded trust-dns-client v0.22.0
12302024-05-24T15:15:25.019Z Downloaded toml_edit v0.19.15
12312024-05-24T15:15:25.034Z Downloaded hyper v0.14.28
12322024-05-24T15:15:25.042Z Downloaded test-strategy v0.3.1
12332024-05-24T15:15:25.045Z Downloaded tar v0.4.40
12342024-05-24T15:15:25.048Z Downloaded serde_urlencoded v0.7.1
12352024-05-24T15:15:25.051Z Downloaded postcard v1.0.8
12362024-05-24T15:15:25.054Z Downloaded smallvec v1.13.2
12372024-05-24T15:15:25.054Z Downloaded idna v0.2.3
12382024-05-24T15:15:25.061Z Downloaded unicode-segmentation v1.11.0
12392024-05-24T15:15:25.064Z Downloaded chrono v0.4.38
12402024-05-24T15:15:25.071Z Downloaded flume v0.11.0
12412024-05-24T15:15:25.075Z Downloaded siphasher v0.3.11
12422024-05-24T15:15:25.081Z Downloaded pkcs8 v0.10.2
12432024-05-24T15:15:25.084Z Downloaded curve25519-dalek-derive v0.1.1
12442024-05-24T15:15:25.084Z Downloaded serde_arrays v0.1.0
12452024-05-24T15:15:25.084Z Downloaded pest v2.7.10
12462024-05-24T15:15:25.091Z Downloaded num-bigint-dig v0.8.4
12472024-05-24T15:15:25.096Z Downloaded salty v0.2.0
12482024-05-24T15:15:25.101Z Downloaded slog-term v2.9.1
12492024-05-24T15:15:25.104Z Downloaded pkcs1 v0.7.5
12502024-05-24T15:15:25.111Z Downloaded bitvec v1.0.1
12512024-05-24T15:15:25.120Z Downloaded smf v0.2.3
12522024-05-24T15:15:25.123Z Downloaded env_logger v0.9.3
12532024-05-24T15:15:25.123Z Downloaded slog v2.7.0
12542024-05-24T15:15:25.126Z Downloaded diesel_derives v2.1.4
12552024-05-24T15:15:25.130Z Downloaded tungstenite v0.20.1
12562024-05-24T15:15:25.134Z Downloaded itertools v0.10.5
12572024-05-24T15:15:25.139Z Downloaded pin-utils v0.1.0
12582024-05-24T15:15:25.142Z Downloaded num-iter v0.1.45
12592024-05-24T15:15:25.142Z Downloaded tracing v0.1.40
12602024-05-24T15:15:25.145Z Downloaded yasna v0.5.2
12612024-05-24T15:15:25.151Z Downloaded snafu v0.8.2
12622024-05-24T15:15:25.154Z Downloaded itertools v0.12.1
12632024-05-24T15:15:25.159Z Downloaded defmt-macros v0.3.9
12642024-05-24T15:15:25.162Z Downloaded snafu-derive v0.8.2
12652024-05-24T15:15:25.164Z Downloaded prettyplease v0.2.20
12662024-05-24T15:15:25.167Z Downloaded zone v0.1.8
12672024-05-24T15:15:25.167Z Downloaded tabled_derive v0.7.0
12682024-05-24T15:15:25.170Z Downloaded tokio-native-tls v0.3.1
12692024-05-24T15:15:25.170Z Downloaded fatfs v0.3.6
12702024-05-24T15:15:25.173Z Downloaded slab v0.4.9
12712024-05-24T15:15:25.176Z Downloaded defmt v0.3.8
12722024-05-24T15:15:25.179Z Downloaded uuid v1.8.0
12732024-05-24T15:15:25.181Z Downloaded utf-8 v0.7.6
12742024-05-24T15:15:25.181Z Downloaded ring v0.16.20
12752024-05-24T15:15:25.260Z Downloaded proc-macro2 v1.0.82
12762024-05-24T15:15:25.263Z Downloaded zerocopy v0.6.6
12772024-05-24T15:15:25.266Z Downloaded x509-cert v0.2.5
12782024-05-24T15:15:25.270Z Downloaded url v2.5.0
12792024-05-24T15:15:25.276Z Downloaded r2d2 v0.8.10
12802024-05-24T15:15:25.279Z Downloaded tokio-rustls v0.24.1
12812024-05-24T15:15:25.279Z Downloaded structmeta v0.2.0
12822024-05-24T15:15:25.279Z Downloaded sec1 v0.7.3
12832024-05-24T15:15:25.279Z Downloaded quick-error v1.2.3
12842024-05-24T15:15:25.282Z Downloaded num-rational v0.4.2
12852024-05-24T15:15:25.282Z Downloaded zone_cfg_derive v0.1.2
12862024-05-24T15:15:25.282Z Downloaded phf_shared v0.11.2
12872024-05-24T15:15:25.282Z Downloaded ryu v1.0.18
12882024-05-24T15:15:25.285Z Downloaded libxml v0.3.3
12892024-05-24T15:15:25.290Z Downloaded base64 v0.21.7
12902024-05-24T15:15:25.293Z Downloaded uzers v0.11.3
12912024-05-24T15:15:25.296Z Downloaded utf8parse v0.2.1
12922024-05-24T15:15:25.296Z Downloaded debug-ignore v1.0.5
12932024-05-24T15:15:25.299Z Downloaded zerocopy-derive v0.7.34
12942024-05-24T15:15:25.303Z Downloaded serde_spanned v0.6.6
12952024-05-24T15:15:25.303Z Downloaded nom v7.1.3
12962024-05-24T15:15:25.307Z Downloaded minimal-lexical v0.2.1
12972024-05-24T15:15:25.310Z Downloaded static_assertions v1.1.0
12982024-05-24T15:15:25.313Z Downloaded crossbeam-channel v0.5.12
12992024-05-24T15:15:25.316Z Downloaded vte v0.11.1
13002024-05-24T15:15:25.319Z Downloaded predicates-core v1.0.6
13012024-05-24T15:15:25.319Z Downloaded synstructure v0.12.6
13022024-05-24T15:15:25.325Z Downloaded darling_core v0.20.9
13032024-05-24T15:15:25.327Z Downloaded backtrace v0.3.71
13042024-05-24T15:15:25.330Z Downloaded chacha20poly1305 v0.10.1
13052024-05-24T15:15:25.330Z Downloaded fragile v2.0.0
13062024-05-24T15:15:25.333Z Downloaded foreign-types v0.5.0
13072024-05-24T15:15:25.333Z Downloaded sha2 v0.10.8
13082024-05-24T15:15:25.333Z Downloaded hash32 v0.3.1
13092024-05-24T15:15:25.336Z Downloaded hash32 v0.2.1
13102024-05-24T15:15:25.336Z Downloaded fnv v1.0.7
13112024-05-24T15:15:25.336Z Downloaded rand_chacha v0.3.1
13122024-05-24T15:15:25.340Z Downloaded proc-macro-error v1.0.4
13132024-05-24T15:15:25.342Z Downloaded serde v1.0.202
13142024-05-24T15:15:25.345Z Downloaded topological-sort v0.2.2
13152024-05-24T15:15:25.345Z Downloaded thread_local v1.1.8
13162024-05-24T15:15:25.345Z Downloaded thread-id v4.2.1
13172024-05-24T15:15:25.349Z Downloaded derive-where v1.2.7
13182024-05-24T15:15:25.352Z Downloaded crossbeam-epoch v0.9.18
13192024-05-24T15:15:25.355Z Downloaded bytes v1.6.0
13202024-05-24T15:15:25.358Z Downloaded base64 v0.22.1
13212024-05-24T15:15:25.363Z Downloaded strip-ansi-escapes v0.2.0
13222024-05-24T15:15:25.363Z Downloaded shlex v1.3.0
13232024-05-24T15:15:25.363Z Downloaded pest_derive v2.7.10
13242024-05-24T15:15:25.366Z Downloaded once_cell v1.19.0
13252024-05-24T15:15:25.366Z Downloaded shell-words v1.1.0
13262024-05-24T15:15:25.366Z Downloaded schemars_derive v0.8.20
13272024-05-24T15:15:25.369Z Downloaded scheduled-thread-pool v0.2.7
13282024-05-24T15:15:25.369Z Downloaded toml v0.8.13
13292024-05-24T15:15:25.372Z Downloaded toml v0.7.8
13302024-05-24T15:15:25.375Z Downloaded stringprep v0.1.4
13312024-05-24T15:15:25.375Z Downloaded sha1 v0.10.6
13322024-05-24T15:15:25.378Z Downloaded ppv-lite86 v0.2.17
13332024-05-24T15:15:25.379Z Downloaded peg-runtime v0.8.3
13342024-05-24T15:15:25.379Z Downloaded dtrace-parser v0.1.14
13352024-05-24T15:15:25.379Z Downloaded spin v0.9.8
13362024-05-24T15:15:25.382Z Downloaded proc-macro-error-attr v1.0.4
13372024-05-24T15:15:25.382Z Downloaded num-derive v0.4.2
13382024-05-24T15:15:25.385Z Downloaded proc-macro-crate v1.3.1
13392024-05-24T15:15:25.385Z Downloaded powerfmt v0.2.0
13402024-05-24T15:15:25.385Z Downloaded darling v0.20.9
13412024-05-24T15:15:25.388Z Downloaded ciborium v0.2.2
13422024-05-24T15:15:25.391Z Downloaded camino v1.1.7
13432024-05-24T15:15:25.394Z Downloaded bitflags v2.5.0
13442024-05-24T15:15:25.397Z Downloaded mime_guess v2.0.4
13452024-05-24T15:15:25.397Z Downloaded log v0.4.21
13462024-05-24T15:15:25.400Z Downloaded linear-map v1.2.0
13472024-05-24T15:15:25.405Z Downloaded indexmap v1.9.3
13482024-05-24T15:15:25.405Z Downloaded backoff v0.4.0
13492024-05-24T15:15:25.409Z Downloaded async-trait v0.1.80
13502024-05-24T15:15:25.409Z Downloaded signal-hook-registry v1.4.2
13512024-05-24T15:15:25.409Z Downloaded signal-hook-mio v0.2.3
13522024-05-24T15:15:25.412Z Downloaded semver v0.1.20
13532024-05-24T15:15:25.412Z Downloaded bzip2 v0.4.4
13542024-05-24T15:15:25.412Z Downloaded lalrpop-util v0.19.12
13552024-05-24T15:15:25.415Z Downloaded iana-time-zone v0.1.60
13562024-05-24T15:15:25.415Z Downloaded cookie v0.17.0
13572024-05-24T15:15:25.418Z Downloaded cobs v0.2.3
13582024-05-24T15:15:25.418Z Downloaded mockall v0.12.1
13592024-05-24T15:15:25.421Z Downloaded hmac v0.12.1
13602024-05-24T15:15:25.421Z Downloaded corncobs v0.1.3
13612024-05-24T15:15:25.421Z Downloaded colored v2.1.0
13622024-05-24T15:15:25.424Z Downloaded cfg-if v1.0.0
13632024-05-24T15:15:25.424Z Downloaded kstat-rs v0.2.3
13642024-05-24T15:15:25.427Z Downloaded itoa v1.0.11
13652024-05-24T15:15:25.427Z Downloaded termtree v0.4.1
13662024-05-24T15:15:25.427Z Downloaded keccak v0.1.5
13672024-05-24T15:15:25.434Z Downloaded cookie_store v0.20.0
13682024-05-24T15:15:25.435Z Downloaded camino-tempfile v1.1.1
13692024-05-24T15:15:25.435Z Downloaded lazy_static v1.4.0
13702024-05-24T15:15:25.435Z Downloaded indoc v1.0.9
13712024-05-24T15:15:25.435Z Downloaded impl-trait-for-tuples v0.2.2
13722024-05-24T15:15:25.438Z Downloaded constant_time_eq v0.3.0
13732024-05-24T15:15:25.438Z Downloaded cipher v0.4.4
13742024-05-24T15:15:25.448Z Downloaded sqlparser_derive v0.2.2
13752024-05-24T15:15:25.448Z Downloaded serde-big-array v0.4.1
13762024-05-24T15:15:25.448Z Downloaded nanorand v0.7.0
13772024-05-24T15:15:25.448Z Downloaded crc32fast v1.4.0
13782024-05-24T15:15:25.448Z Downloaded crc-any v2.5.0
13792024-05-24T15:15:25.448Z Downloaded hostname v0.3.1
13802024-05-24T15:15:25.448Z Downloaded castaway v0.2.2
13812024-05-24T15:15:25.448Z Downloaded bitflags v1.3.2
13822024-05-24T15:15:25.452Z Downloaded bit-set v0.5.3
13832024-05-24T15:15:25.452Z Downloaded base16ct v0.2.0
13842024-05-24T15:15:25.452Z Downloaded bytecount v0.6.8
13852024-05-24T15:15:25.456Z Downloaded block-padding v0.3.3
13862024-05-24T15:15:25.456Z Downloaded bit-vec v0.6.3
13872024-05-24T15:15:25.456Z Downloaded block-buffer v0.10.4
13882024-05-24T15:15:25.459Z Downloaded memoffset v0.7.1
13892024-05-24T15:15:25.459Z Downloaded md-5 v0.10.6
13902024-05-24T15:15:25.459Z Downloaded linked-hash-map v0.5.6
13912024-05-24T15:15:25.462Z Downloaded cargo-platform v0.1.8
13922024-05-24T15:15:25.462Z Downloaded bitfield v0.14.0
13932024-05-24T15:15:25.462Z Downloaded bb8 v0.8.3
13942024-05-24T15:15:25.468Z Downloaded is_ci v1.2.0
13952024-05-24T15:15:25.468Z Downloaded ciborium-io v0.2.2
13962024-05-24T15:15:25.468Z Downloaded atty v0.2.14
13972024-05-24T15:15:25.468Z Downloaded crc v3.2.1
13982024-05-24T15:15:25.472Z Downloaded clap_derive v4.5.4
13992024-05-24T15:15:25.472Z Downloaded bitstruct_derive v0.1.0
14002024-05-24T15:15:25.472Z Downloaded anyhow v1.0.83
14012024-05-24T15:15:25.481Z Downloaded heck v0.3.3
14022024-05-24T15:15:25.481Z Downloaded base64ct v1.6.0
14032024-05-24T15:15:25.481Z Downloaded highway v1.1.0
14042024-05-24T15:15:25.484Z Downloaded crossbeam-deque v0.8.5
14052024-05-24T15:15:25.485Z Downloaded async-stream v0.3.5
14062024-05-24T15:15:25.485Z Downloaded ascii v1.1.0
14072024-05-24T15:15:25.485Z Downloaded arrayvec v0.7.4
14082024-05-24T15:15:25.485Z Downloaded arc-swap v1.7.1
14092024-05-24T15:15:25.487Z Downloaded array-init v0.0.4
14102024-05-24T15:15:25.488Z Downloaded aho-corasick v1.1.3
14112024-05-24T15:15:26.494Z Downloaded ahash v0.8.11
14122024-05-24T15:15:26.498Z Compiling proc-macro2 v1.0.82
14132024-05-24T15:15:26.498Z Compiling unicode-ident v1.0.12
14142024-05-24T15:15:26.498Z Compiling libc v0.2.153
14152024-05-24T15:15:26.498Z Compiling serde v1.0.202
14162024-05-24T15:15:26.498Z Compiling autocfg v1.3.0
14172024-05-24T15:15:26.498Z Compiling version_check v0.9.4
14182024-05-24T15:15:26.498Z Compiling cfg-if v1.0.0
14192024-05-24T15:15:26.498Z Compiling cc v1.0.97
14202024-05-24T15:15:26.498Z Compiling parking_lot_core v0.9.10
14212024-05-24T15:15:26.498Z Compiling once_cell v1.19.0
14222024-05-24T15:15:26.565Z Compiling libm v0.2.8
14232024-05-24T15:15:26.667Z Compiling ahash v0.8.11
14242024-05-24T15:15:26.763Z Compiling lock_api v0.4.12
14252024-05-24T15:15:28.195Z Compiling serde_json v1.0.117
14262024-05-24T15:15:29.373Z Compiling byteorder v1.5.0
14272024-05-24T15:15:29.377Z Compiling num-traits v0.2.19
14282024-05-24T15:15:29.377Z Compiling memchr v2.7.2
14292024-05-24T15:15:29.377Z Compiling thiserror v1.0.60
14302024-05-24T15:15:29.377Z Compiling typenum v1.17.0
14312024-05-24T15:15:29.699Z Compiling log v0.4.21
14322024-05-24T15:15:29.769Z Compiling generic-array v0.14.7
14332024-05-24T15:15:29.853Z Compiling itoa v1.0.11
14342024-05-24T15:15:30.077Z Compiling scopeguard v1.2.0
14352024-05-24T15:15:30.521Z Compiling quote v1.0.36
14362024-05-24T15:15:30.751Z Compiling getrandom v0.2.14
14372024-05-24T15:15:31.005Z Compiling syn v2.0.64
14382024-05-24T15:15:31.095Z Compiling allocator-api2 v0.2.18
14392024-05-24T15:15:31.144Z Compiling slab v0.4.9
14402024-05-24T15:15:31.302Z Compiling ring v0.17.8
14412024-05-24T15:15:31.376Z Compiling ryu v1.0.18
14422024-05-24T15:15:31.478Z Compiling pin-project-lite v0.2.14
14432024-05-24T15:15:31.545Z Compiling smallvec v1.13.2
14442024-05-24T15:15:31.606Z Compiling schemars v0.8.20
14452024-05-24T15:15:31.855Z Compiling semver v1.0.23
14462024-05-24T15:15:31.984Z Compiling syn v1.0.109
14472024-05-24T15:15:32.008Z Compiling equivalent v1.0.1
14482024-05-24T15:15:32.274Z Compiling parking_lot v0.12.2
14492024-05-24T15:15:32.433Z Compiling pkg-config v0.3.30
14502024-05-24T15:15:32.468Z Compiling vcpkg v0.2.15
14512024-05-24T15:15:32.773Z Compiling signal-hook-registry v1.4.2
14522024-05-24T15:15:33.807Z Compiling mio v0.8.11
14532024-05-24T15:15:34.181Z Compiling openssl-sys v0.9.102
14542024-05-24T15:15:34.798Z Compiling fnv v1.0.7
14552024-05-24T15:15:34.927Z Compiling rand_core v0.6.4
14562024-05-24T15:15:35.056Z Compiling num_cpus v1.16.0
14572024-05-24T15:15:35.191Z Compiling socket2 v0.5.7
14582024-05-24T15:15:35.331Z Compiling time-core v0.1.2
14592024-05-24T15:15:35.368Z Compiling num-conv v0.1.0
14602024-05-24T15:15:35.650Z Compiling time-macros v0.2.18
14612024-05-24T15:15:35.783Z Compiling httparse v1.8.0
14622024-05-24T15:15:36.302Z Compiling futures-core v0.3.30
14632024-05-24T15:15:36.563Z Compiling openssl v0.10.64
14642024-05-24T15:15:37.031Z Compiling iana-time-zone v0.1.60
14652024-05-24T15:15:37.167Z Compiling crossbeam-utils v0.8.19
14662024-05-24T15:15:37.379Z Compiling rustix v0.38.34
14672024-05-24T15:15:37.666Z Compiling spin v0.9.8
14682024-05-24T15:15:37.833Z Compiling native-tls v0.2.11
14692024-05-24T15:15:37.997Z Compiling rustls v0.21.12
14702024-05-24T15:15:38.068Z Compiling tinyvec_macros v0.1.1
14712024-05-24T15:15:38.158Z Compiling tinyvec v1.6.0
14722024-05-24T15:15:38.347Z Compiling serde_derive_internals v0.29.1
14732024-05-24T15:15:38.827Z Compiling futures-sink v0.3.30
14742024-05-24T15:15:38.902Z Compiling subtle v2.5.0
14752024-05-24T15:15:38.965Z Compiling const-oid v0.9.6
14762024-05-24T15:15:39.082Z Compiling ucd-trie v0.1.6
14772024-05-24T15:15:39.284Z Compiling unicode-normalization v0.1.23
14782024-05-24T15:15:39.713Z Compiling backtrace v0.3.71
14792024-05-24T15:15:40.111Z Compiling cookie v0.17.0
14802024-05-24T15:15:40.331Z Compiling dyn-clone v1.0.17
14812024-05-24T15:15:40.471Z Compiling unicode-bidi v0.3.15
14822024-05-24T15:15:40.497Z Compiling heck v0.4.1
14832024-05-24T15:15:40.567Z Compiling slog v2.7.0
14842024-05-24T15:15:40.669Z Compiling heck v0.5.0
14852024-05-24T15:15:40.948Z Compiling futures-channel v0.3.30
14862024-05-24T15:15:41.208Z Compiling strsim v0.11.1
14872024-05-24T15:15:41.384Z Compiling futures-task v0.3.30
14882024-05-24T15:15:41.431Z Compiling pin-utils v0.1.0
14892024-05-24T15:15:41.696Z Compiling futures-io v0.3.30
14902024-05-24T15:15:41.976Z Compiling aho-corasick v1.1.3
14912024-05-24T15:15:42.333Z Compiling anyhow v1.0.83
14922024-05-24T15:15:42.462Z Compiling winnow v0.5.40
14932024-05-24T15:15:42.820Z Compiling untrusted v0.9.0
14942024-05-24T15:15:42.997Z Compiling regex-syntax v0.8.3
14952024-05-24T15:15:43.723Z Compiling serde_derive v1.0.202
14962024-05-24T15:15:44.321Z Compiling zerocopy-derive v0.7.34
14972024-05-24T15:15:44.446Z Compiling zeroize_derive v1.4.2
14982024-05-24T15:15:45.734Z Compiling thiserror-impl v1.0.60
14992024-05-24T15:15:45.950Z Compiling tokio-macros v2.2.0
15002024-05-24T15:15:46.170Z Compiling zerocopy v0.7.34
15012024-05-24T15:15:46.210Z Compiling futures-macro v0.3.30
15022024-05-24T15:15:46.229Z Compiling schemars_derive v0.8.20
15032024-05-24T15:15:48.095Z Compiling tracing-attributes v0.1.27
15042024-05-24T15:15:48.453Z Compiling hashbrown v0.14.5
15052024-05-24T15:15:48.496Z Compiling zeroize v1.7.0
15062024-05-24T15:15:49.216Z Compiling openssl-macros v0.1.1
15072024-05-24T15:15:49.827Z Compiling scroll_derive v0.12.0
15082024-05-24T15:15:49.877Z Compiling pest v2.7.10
15092024-05-24T15:15:50.059Z Compiling crypto-common v0.1.6
15102024-05-24T15:15:50.252Z Compiling futures-util v0.3.30
15112024-05-24T15:15:50.678Z Compiling der_derive v0.7.2
15122024-05-24T15:15:51.231Z Compiling block-buffer v0.10.4
15132024-05-24T15:15:51.487Z Compiling regex-automata v0.4.6
15142024-05-24T15:15:52.569Z Compiling pest_meta v2.7.10
15152024-05-24T15:15:52.942Z Compiling tracing-core v0.1.32
15162024-05-24T15:15:55.155Z Compiling pest_generator v2.7.10
15172024-05-24T15:15:56.785Z Compiling bytes v1.6.0
15182024-05-24T15:15:56.940Z Compiling indexmap v2.2.6
15192024-05-24T15:15:57.066Z Compiling uuid v1.8.0
15202024-05-24T15:15:57.800Z Compiling chrono v0.4.38
15212024-05-24T15:15:57.921Z Compiling bitflags v2.5.0
15222024-05-24T15:15:58.301Z Compiling serde_tokenstream v0.2.0
15232024-05-24T15:15:58.523Z Compiling tokio v1.37.0
15242024-05-24T15:15:59.705Z Compiling toml_datetime v0.6.6
15252024-05-24T15:16:00.490Z Compiling serde_spanned v0.6.6
15262024-05-24T15:16:00.943Z Compiling http v0.2.12
15272024-05-24T15:16:02.489Z Compiling toml_edit v0.19.15
15282024-05-24T15:16:04.833Z Compiling rustc_version v0.4.0
15292024-05-24T15:16:05.442Z Compiling pest_derive v2.7.10
15302024-05-24T15:16:05.657Z Compiling usdt-impl v0.5.0
15312024-05-24T15:16:05.953Z Compiling powerfmt v0.2.0
15322024-05-24T15:16:06.167Z Compiling rustversion v1.0.17
15332024-05-24T15:16:06.389Z Compiling deranged v0.3.11
15342024-05-24T15:16:06.475Z Compiling heapless v0.7.17
15352024-05-24T15:16:06.862Z Compiling tracing v0.1.40
15362024-05-24T15:16:06.885Z Compiling digest v0.10.7
15372024-05-24T15:16:07.308Z Compiling scroll v0.12.0
15382024-05-24T15:16:08.181Z Compiling num_threads v0.1.7
15392024-05-24T15:16:08.306Z Compiling ppv-lite86 v0.2.17
15402024-05-24T15:16:08.587Z Compiling percent-encoding v2.3.1
15412024-05-24T15:16:09.073Z Compiling plain v0.2.3
15422024-05-24T15:16:09.369Z Compiling signal-hook v0.3.17
15432024-05-24T15:16:09.493Z Compiling time v0.3.36
15442024-05-24T15:16:09.594Z Compiling goblin v0.8.2
15452024-05-24T15:16:09.614Z Compiling rand_chacha v0.3.1
15462024-05-24T15:16:10.896Z Compiling regex v1.10.4
15472024-05-24T15:16:12.104Z Compiling crc32fast v1.4.0
15482024-05-24T15:16:12.185Z Compiling pretty-hex v0.4.1
15492024-05-24T15:16:12.506Z Compiling rand v0.8.5
15502024-05-24T15:16:13.838Z Compiling tokio-util v0.7.11
15512024-05-24T15:16:15.376Z Compiling dof v0.3.0
15522024-05-24T15:16:15.409Z Compiling dtrace-parser v0.2.0
15532024-05-24T15:16:15.993Z Compiling async-trait v0.1.80
15542024-05-24T15:16:16.253Z Compiling thread-id v4.2.1
15552024-05-24T15:16:16.371Z Compiling foreign-types-shared v0.1.1
15562024-05-24T15:16:16.486Z Compiling unicode-width v0.1.12
15572024-05-24T15:16:16.704Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
15582024-05-24T15:16:17.275Z Compiling smoltcp v0.9.1
15592024-05-24T15:16:17.385Z Compiling base64ct v1.6.0
15602024-05-24T15:16:17.450Z Compiling foreign-types v0.3.2
15612024-05-24T15:16:17.875Z Compiling pem-rfc7468 v0.7.0
15622024-05-24T15:16:18.949Z Compiling form_urlencoded v1.2.1
15632024-05-24T15:16:19.262Z Compiling hmac v0.12.1
15642024-05-24T15:16:19.520Z Compiling adler v1.0.2
15652024-05-24T15:16:19.604Z Compiling try-lock v0.2.5
15662024-05-24T15:16:19.604Z Compiling siphasher v0.3.11
15672024-05-24T15:16:19.982Z Compiling base64 v0.21.7
15682024-05-24T15:16:20.038Z Compiling flagset v0.4.5
15692024-05-24T15:16:20.041Z Compiling want v0.3.1
15702024-05-24T15:16:20.330Z Compiling der v0.7.9
15712024-05-24T15:16:20.664Z Compiling miniz_oxide v0.7.2
15722024-05-24T15:16:21.076Z Compiling h2 v0.3.26
15732024-05-24T15:16:22.920Z Compiling rustls-webpki v0.101.7
15742024-05-24T15:16:23.557Z Compiling sct v0.7.1
15752024-05-24T15:16:23.847Z Compiling http-body v0.4.6
15762024-05-24T15:16:24.632Z Compiling openapiv3 v2.0.0
15772024-05-24T15:16:24.851Z Compiling hubpack_derive v0.1.1
15782024-05-24T15:16:24.912Z Compiling zerocopy-derive v0.6.6
15792024-05-24T15:16:24.938Z Compiling idna v0.5.0
15802024-05-24T15:16:25.664Z Compiling errno v0.3.9
15812024-05-24T15:16:25.912Z Compiling fs-err v2.11.0
15822024-05-24T15:16:25.960Z Compiling spin v0.5.2
15832024-05-24T15:16:26.178Z Compiling stable_deref_trait v1.2.0
15842024-05-24T15:16:26.295Z Compiling utf8parse v0.2.1
15852024-05-24T15:16:26.363Z Compiling gimli v0.28.1
15862024-05-24T15:16:26.476Z Compiling cpufeatures v0.2.12
15872024-05-24T15:16:26.575Z Compiling tower-service v0.3.2
15882024-05-24T15:16:26.717Z Compiling httpdate v1.0.3
15892024-05-24T15:16:27.342Z Compiling anstyle v1.0.7
15902024-05-24T15:16:27.773Z Compiling openssl-probe v0.1.5
15912024-05-24T15:16:27.876Z Compiling finl_unicode v1.2.0
15922024-05-24T15:16:28.324Z Compiling hyper v0.14.28
15932024-05-24T15:16:28.450Z Compiling stringprep v0.1.4
15942024-05-24T15:16:29.432Z Compiling sha2 v0.10.8
15952024-05-24T15:16:29.608Z Compiling anstyle-parse v0.2.4
15962024-05-24T15:16:30.313Z Compiling url v2.5.0
15972024-05-24T15:16:31.775Z Compiling addr2line v0.21.0
15982024-05-24T15:16:32.845Z Compiling spki v0.7.3
15992024-05-24T15:16:33.198Z Compiling usdt-macro v0.5.0
16002024-05-24T15:16:34.520Z Compiling usdt-attr-macro v0.5.0
16012024-05-24T15:16:34.858Z Compiling md-5 v0.10.6
16022024-05-24T15:16:37.407Z Compiling idna v0.3.0
16032024-05-24T15:16:38.903Z Compiling diesel_table_macro_syntax v0.1.0
16042024-05-24T15:16:39.173Z Compiling num-integer v0.1.46
16052024-05-24T15:16:39.678Z Compiling object v0.32.2
16062024-05-24T15:16:39.861Z Compiling hash32 v0.2.1
16072024-05-24T15:16:40.248Z Compiling anstyle-query v1.0.3
16082024-05-24T15:16:40.467Z Compiling colorchoice v1.0.1
16092024-05-24T15:16:41.368Z Compiling is_terminal_polyfill v1.70.0
16102024-05-24T15:16:41.536Z Compiling fallible-iterator v0.2.0
16112024-05-24T15:16:42.278Z Compiling psl-types v2.0.11
16122024-05-24T15:16:43.238Z Compiling rustc-demangle v0.1.24
16132024-05-24T15:16:47.306Z Compiling lazy_static v1.4.0
16142024-05-24T15:16:47.418Z Compiling publicsuffix v2.2.3
16152024-05-24T15:16:47.669Z Compiling postgres-protocol v0.6.6
16162024-05-24T15:16:47.925Z Compiling anstream v0.6.14
16172024-05-24T15:16:48.590Z Compiling diesel_derives v2.1.4
16182024-05-24T15:16:53.346Z Compiling tokio-rustls v0.24.1
16192024-05-24T15:16:54.592Z Compiling pkcs8 v0.10.2
16202024-05-24T15:16:55.095Z Compiling terminal_size v0.3.0
16212024-05-24T15:16:55.159Z Compiling tokio-native-tls v0.3.1
16222024-05-24T15:16:55.430Z Compiling phf_shared v0.11.2
16232024-05-24T15:16:56.653Z Compiling strum_macros v0.25.3
16242024-05-24T15:16:56.862Z Compiling block-padding v0.3.3
16252024-05-24T15:16:57.101Z Compiling regress v0.9.1
16262024-05-24T15:16:57.140Z Compiling enum-as-inner v0.5.1
16272024-05-24T15:16:57.463Z Compiling clap_derive v4.5.4
16282024-05-24T15:16:58.072Z Compiling serde_repr v0.1.19
16292024-05-24T15:17:00.450Z Compiling ff v0.13.0
16302024-05-24T15:17:00.707Z Compiling scheduled-thread-pool v0.2.7
16312024-05-24T15:17:01.781Z Compiling encoding_rs v0.8.34
16322024-05-24T15:17:01.987Z Compiling ipnet v2.9.0
16332024-05-24T15:17:02.198Z Compiling either v1.12.0
16342024-05-24T15:17:02.575Z Compiling base16ct v0.2.0
16352024-05-24T15:17:02.623Z Compiling bitflags v1.3.2
16362024-05-24T15:17:02.838Z Compiling managed v0.8.0
16372024-05-24T15:17:02.860Z Compiling mime v0.3.17
16382024-05-24T15:17:03.257Z Compiling clap_lex v0.7.0
16392024-05-24T15:17:03.542Z Compiling ident_case v1.0.1
16402024-05-24T15:17:03.702Z Compiling matches v0.1.10
16412024-05-24T15:17:03.722Z Compiling bit-vec v0.6.3
16422024-05-24T15:17:04.440Z Compiling idna v0.2.3
16432024-05-24T15:17:04.647Z Compiling darling_core v0.20.9
16442024-05-24T15:17:04.671Z Compiling clap_builder v4.5.2
16452024-05-24T15:17:08.281Z Compiling sec1 v0.7.3
16462024-05-24T15:17:10.330Z Compiling r2d2 v0.8.10
16472024-05-24T15:17:10.706Z Compiling group v0.13.0
16482024-05-24T15:17:10.919Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16492024-05-24T15:17:12.145Z Compiling inout v0.1.3
16502024-05-24T15:17:12.707Z Compiling phf v0.11.2
16512024-05-24T15:17:12.750Z Compiling hyper-tls v0.5.0
16522024-05-24T15:17:13.021Z Compiling signal-hook-mio v0.2.3
16532024-05-24T15:17:13.079Z Compiling hyper-rustls v0.24.2
16542024-05-24T15:17:13.316Z Compiling cookie_store v0.20.0
16552024-05-24T15:17:13.409Z Compiling postgres-types v0.2.6
16562024-05-24T15:17:13.883Z Compiling num-bigint v0.4.5
16572024-05-24T15:17:13.904Z Compiling zerocopy v0.6.6
16582024-05-24T15:17:14.759Z Compiling hubpack v0.1.2
16592024-05-24T15:17:14.803Z Compiling rustls-pemfile v1.0.4
16602024-05-24T15:17:14.852Z Compiling phf_shared v0.10.0
16612024-05-24T15:17:15.171Z Compiling hkdf v0.12.4
16622024-05-24T15:17:15.191Z Compiling crossbeam-epoch v0.9.18
16632024-05-24T15:17:15.235Z Compiling serde_urlencoded v0.7.1
16642024-05-24T15:17:15.754Z Compiling ipnetwork v0.20.0
16652024-05-24T15:17:16.555Z Compiling futures-executor v0.3.30
16662024-05-24T15:17:16.651Z Compiling crypto-bigint v0.5.5
16672024-05-24T15:17:16.974Z Compiling float-cmp v0.9.0
16682024-05-24T15:17:17.047Z Compiling memmap v0.7.0
16692024-05-24T15:17:17.376Z Compiling predicates-core v1.0.6
16702024-05-24T15:17:17.699Z Compiling fixedbitset v0.4.2
16712024-05-24T15:17:18.090Z Compiling sync_wrapper v0.1.2
16722024-05-24T15:17:18.222Z Compiling whoami v1.5.1
16732024-05-24T15:17:18.819Z Compiling static_assertions v1.1.0
16742024-05-24T15:17:19.033Z Compiling precomputed-hash v0.1.1
16752024-05-24T15:17:19.154Z Compiling data-encoding v2.6.0
16762024-05-24T15:17:20.060Z Compiling difflib v0.4.0
16772024-05-24T15:17:20.505Z Compiling new_debug_unreachable v1.0.6
16782024-05-24T15:17:20.604Z Compiling minimal-lexical v0.2.1
16792024-05-24T15:17:20.643Z Compiling unicode-segmentation v1.11.0
16802024-05-24T15:17:20.766Z Compiling winnow v0.6.8
16812024-05-24T15:17:20.792Z Compiling normalize-line-endings v0.3.0
16822024-05-24T15:17:20.915Z Compiling webpki-roots v0.25.4
16832024-05-24T15:17:21.071Z Compiling reqwest v0.11.27
16842024-05-24T15:17:21.084Z Compiling nom v7.1.3
16852024-05-24T15:17:21.337Z Compiling similar v2.5.0
16862024-05-24T15:17:21.433Z Compiling predicates v3.1.0
16872024-05-24T15:17:23.388Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16882024-05-24T15:17:23.409Z Compiling string_cache v0.8.7
16892024-05-24T15:17:23.826Z Compiling trust-dns-proto v0.22.0
16902024-05-24T15:17:24.516Z Compiling toml_edit v0.22.13
16912024-05-24T15:17:24.542Z Compiling elliptic-curve v0.13.8
16922024-05-24T15:17:24.734Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
16932024-05-24T15:17:25.255Z Compiling tokio-postgres v0.7.10
16942024-05-24T15:17:27.325Z Compiling petgraph v0.6.5
16952024-05-24T15:17:27.748Z Compiling usdt v0.5.0
16962024-05-24T15:17:29.769Z Compiling futures v0.3.30
16972024-05-24T15:17:29.773Z Compiling yasna v0.5.2
16982024-05-24T15:17:29.894Z Compiling diesel v2.1.6
16992024-05-24T15:17:31.158Z Compiling crossterm v0.27.0
17002024-05-24T15:17:31.225Z Compiling flate2 v1.0.30
17012024-05-24T15:17:31.414Z Compiling cipher v0.4.4
17022024-05-24T15:17:31.843Z Compiling darling_macro v0.20.9
17032024-05-24T15:17:31.944Z Compiling clap v4.5.4
17042024-05-24T15:17:32.069Z Compiling bit-set v0.5.3
17052024-05-24T15:17:32.129Z Compiling itertools v0.10.5
17062024-05-24T15:17:32.187Z Compiling itertools v0.12.1
17072024-05-24T15:17:32.784Z Compiling console v0.15.8
17082024-05-24T15:17:33.645Z Compiling num-iter v0.1.45
17092024-05-24T15:17:34.348Z Compiling tokio-stream v0.1.15
17102024-05-24T15:17:34.521Z Compiling toml v0.7.8
17112024-05-24T15:17:34.606Z Compiling hex v0.4.3
17122024-05-24T15:17:34.981Z Compiling bstr v1.9.1
17132024-05-24T15:17:35.566Z Compiling peg-runtime v0.8.3
17142024-05-24T15:17:35.833Z Compiling lalrpop-util v0.19.12
17152024-05-24T15:17:36.166Z Compiling darling v0.20.9
17162024-05-24T15:17:36.283Z Compiling proc-macro-crate v1.3.1
17172024-05-24T15:17:36.833Z Compiling heapless v0.8.0
17182024-05-24T15:17:37.329Z Compiling camino v1.1.7
17192024-05-24T15:17:40.049Z Compiling num_enum_derive v0.5.11
17202024-05-24T15:17:44.693Z Compiling hash32 v0.3.1
17212024-05-24T15:17:45.449Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17222024-05-24T15:17:45.534Z Compiling rustls-pki-types v1.7.0
17232024-05-24T15:17:45.945Z Compiling smoltcp v0.11.0
17242024-05-24T15:17:56.575Z Compiling num_enum v0.5.11
17252024-05-24T15:17:59.922Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
17262024-05-24T15:18:00.177Z Compiling getopts v0.2.21
17272024-05-24T15:18:01.715Z Compiling dirs-sys-next v0.1.2
17282024-05-24T15:18:02.238Z Compiling proc-macro-error-attr v1.0.4
17292024-05-24T15:18:02.517Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17302024-05-24T15:18:02.522Z Compiling embedded-io v0.4.0
17312024-05-24T15:18:02.785Z Compiling unsafe-libyaml v0.2.11
17322024-05-24T15:18:03.423Z Compiling paste v1.0.15
17332024-05-24T15:18:03.855Z Compiling rustls v0.22.4
17342024-05-24T15:18:04.110Z Compiling cobs v0.2.3
17352024-05-24T15:18:04.523Z Compiling postcard v1.0.8
17362024-05-24T15:18:05.457Z Compiling serde_yaml v0.9.34+deprecated
17372024-05-24T15:18:05.503Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17382024-05-24T15:18:07.903Z Compiling dirs-next v2.0.0
17392024-05-24T15:18:09.637Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17402024-05-24T15:18:16.198Z Compiling rustls-webpki v0.102.4
17412024-05-24T15:18:21.249Z Compiling strum_macros v0.26.2
17422024-05-24T15:18:21.647Z Compiling foreign-types-macros v0.2.3
17432024-05-24T15:18:22.845Z Compiling structmeta-derive v0.3.0
17442024-05-24T15:18:23.418Z Compiling thread_local v1.1.8
17452024-05-24T15:18:24.014Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
17462024-05-24T15:18:24.150Z Compiling multer v3.1.0
17472024-05-24T15:18:24.300Z Compiling proc-macro-error v1.0.4
17482024-05-24T15:18:24.591Z Compiling foreign-types-shared v0.3.1
17492024-05-24T15:18:25.064Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
17502024-05-24T15:18:25.227Z Compiling match_cfg v0.1.0
17512024-05-24T15:18:25.725Z Compiling slog-async v2.8.0
17522024-05-24T15:18:26.466Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17532024-05-24T15:18:30.772Z Compiling strum v0.26.2
17542024-05-24T15:18:30.957Z Compiling structmeta v0.3.0
17552024-05-24T15:18:31.356Z Compiling hostname v0.3.1
17562024-05-24T15:18:31.527Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
17572024-05-24T15:18:32.893Z Compiling foreign-types v0.5.0
17582024-05-24T15:18:36.850Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17592024-05-24T15:18:48.350Z Compiling term v0.7.0
17602024-05-24T15:18:52.828Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17612024-05-24T15:18:52.851Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
17622024-05-24T15:18:53.873Z Compiling slog-json v2.6.1
17632024-05-24T15:18:54.381Z Compiling tabwriter v1.4.0
17642024-05-24T15:18:54.419Z Compiling crossbeam-channel v0.5.12
17652024-05-24T15:18:56.120Z Compiling http v1.1.0
17662024-05-24T15:18:56.504Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17672024-05-24T15:18:56.622Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
17682024-05-24T15:18:56.643Z Compiling async-stream-impl v0.3.5
17692024-05-24T15:18:57.274Z Compiling cstr-argument v0.1.2
17702024-05-24T15:18:57.428Z Compiling is-terminal v0.4.12
17712024-05-24T15:18:57.521Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
17722024-05-24T15:18:57.805Z Compiling take_mut v0.2.2
17732024-05-24T15:18:57.880Z Compiling pretty-hex v0.2.1
17742024-05-24T15:18:57.975Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
17752024-05-24T15:18:58.080Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
17762024-05-24T15:18:58.230Z Compiling atomic-waker v1.1.2
17772024-05-24T15:18:58.430Z Compiling rayon-core v1.12.1
17782024-05-24T15:18:58.630Z Compiling crucible-workspace-hack v0.1.0
17792024-05-24T15:18:58.696Z Compiling base64 v0.22.1
17802024-05-24T15:18:58.744Z Compiling fastrand v2.1.0
17812024-05-24T15:18:58.953Z Compiling waitgroup v0.1.2
17822024-05-24T15:18:59.201Z Compiling tempfile v3.10.1
17832024-05-24T15:18:59.416Z Compiling rustls-pemfile v2.1.2
17842024-05-24T15:18:59.836Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17852024-05-24T15:19:00.239Z Compiling async-stream v0.3.5
17862024-05-24T15:19:00.714Z Compiling slog-term v2.9.1
17872024-05-24T15:19:01.022Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17882024-05-24T15:19:02.398Z Compiling slog-bunyan v2.5.0
17892024-05-24T15:19:02.667Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17902024-05-24T15:19:03.239Z Compiling tokio-rustls v0.25.0
17912024-05-24T15:19:03.424Z Compiling parse-display-derive v0.9.0
17922024-05-24T15:19:03.488Z Compiling toml v0.8.13
17932024-05-24T15:19:03.621Z Compiling serde_with_macros v3.8.1
17942024-05-24T15:19:03.693Z Compiling sha1 v0.10.6
17952024-05-24T15:19:04.505Z Compiling crossbeam-deque v0.8.5
17962024-05-24T15:19:04.884Z Compiling colored v2.1.0
17972024-05-24T15:19:05.383Z Compiling newtype-uuid v1.1.0
17982024-05-24T15:19:05.725Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
17992024-05-24T15:19:06.257Z Compiling serde_path_to_error v0.1.16
18002024-05-24T15:19:06.317Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18012024-05-24T15:19:07.040Z Compiling hostname v0.4.0
18022024-05-24T15:19:07.241Z Compiling socket2 v0.4.10
18032024-05-24T15:19:07.299Z Compiling instant v0.1.12
18042024-05-24T15:19:07.371Z Compiling debug-ignore v1.0.5
18052024-05-24T15:19:07.467Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18062024-05-24T15:19:07.530Z Compiling backoff v0.4.0
18072024-05-24T15:19:07.842Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
18082024-05-24T15:19:08.737Z Compiling parse-display v0.9.0
18092024-05-24T15:19:10.424Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18102024-05-24T15:19:10.642Z Compiling serde_with v3.8.1
18112024-05-24T15:19:10.670Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18122024-05-24T15:19:11.142Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18132024-05-24T15:19:12.484Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18142024-05-24T15:19:13.204Z Compiling camino-tempfile v1.1.1
18152024-05-24T15:19:14.106Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
18162024-05-24T15:19:14.298Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18172024-05-24T15:19:14.481Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7)
18182024-05-24T15:19:14.595Z Compiling macaddr v1.0.1
18192024-05-24T15:19:15.079Z Compiling num-derive v0.4.2
18202024-05-24T15:19:15.238Z Compiling sigpipe v0.1.3
18212024-05-24T15:19:15.371Z Compiling libefi-sys v0.1.0
18222024-05-24T15:19:15.684Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
18232024-05-24T15:19:16.226Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18242024-05-24T15:19:16.557Z Compiling rayon v1.10.0
18252024-05-24T15:19:17.368Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
18262024-05-24T15:19:18.187Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
18272024-05-24T15:19:18.942Z Compiling smf v0.2.3
18282024-05-24T15:19:19.514Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
18292024-05-24T15:19:19.862Z Compiling blake3 v1.5.1
18302024-05-24T15:19:20.413Z Compiling ring v0.16.20
18312024-05-24T15:19:21.538Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18322024-05-24T15:19:21.557Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18332024-05-24T15:19:21.595Z Compiling portable-atomic v1.6.0
18342024-05-24T15:19:23.572Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18352024-05-24T15:19:24.799Z Compiling xattr v1.3.1
18362024-05-24T15:19:24.964Z Compiling memmap2 v0.9.4
18372024-05-24T15:19:25.147Z Compiling filetime v0.2.23
18382024-05-24T15:19:25.508Z Compiling untrusted v0.7.1
18392024-05-24T15:19:25.529Z Compiling constant_time_eq v0.3.0
18402024-05-24T15:19:25.704Z Compiling same-file v1.0.6
18412024-05-24T15:19:25.707Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18422024-05-24T15:19:25.874Z Compiling arrayref v0.3.7
18432024-05-24T15:19:25.971Z Compiling arrayvec v0.7.4
18442024-05-24T15:19:25.992Z Compiling walkdir v2.5.0
18452024-05-24T15:19:27.495Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18462024-05-24T15:19:28.475Z Compiling tar v0.4.40
18472024-05-24T15:19:29.175Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18482024-05-24T15:19:29.743Z Compiling gethostname v0.4.3
18492024-05-24T15:19:30.011Z Compiling number_prefix v0.4.0
18502024-05-24T15:19:30.253Z Compiling topological-sort v0.2.2
18512024-05-24T15:19:30.270Z Compiling swrite v0.1.0
18522024-05-24T15:19:30.513Z Compiling omicron-zone-package v0.11.0
18532024-05-24T15:19:31.184Z Compiling indicatif v0.17.8
18542024-05-24T15:19:32.854Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18552024-05-24T15:19:36.010Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
18562024-05-24T15:19:36.603Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18572024-05-24T15:19:38.506Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
18582024-05-24T15:19:57.144Z Finished `release` profile [optimized] target(s) in 4m 57s
18592024-05-24T15:19:57.435Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
18602024-05-24T15:19:57.498ZLogging to: /work/oxidecomputer/omicron/out/LOG
18612024-05-24T15:19:57.501ZCreated new build target 'test' and set it as active
18622024-05-24T15:19:57.501Z
18632024-05-24T15:19:57.501Zreal 4:58.032883044
18642024-05-24T15:19:57.501Zuser 30:35.201330531
18652024-05-24T15:19:57.501Zsys 3:57.201696078
18662024-05-24T15:19:57.501Ztrap 0.867323408
18672024-05-24T15:19:57.501Ztflt 8.171973653
18682024-05-24T15:19:57.501Zdflt 10.270061827
18692024-05-24T15:19:57.501Zkflt 0.026288153
18702024-05-24T15:19:57.501Zlock 1:05:14.308875245
18712024-05-24T15:19:57.501Zslp 1:28:36.655392856
18722024-05-24T15:19:57.501Zlat 1:57.702442546
18732024-05-24T15:19:57.501Zstop 3:30.916841837
18742024-05-24T15:19:57.502Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
18752024-05-24T15:19:58.319Z Finished `release` profile [optimized] target(s) in 0.77s
18762024-05-24T15:19:58.355Z Running `target/release/omicron-package -t test package`
18772024-05-24T15:19:58.387ZLogging to: /work/oxidecomputer/omicron/out/LOG
18782024-05-24T15:19:59.255Z Compiling newline-converter v0.3.0
18792024-05-24T15:19:59.258Z Compiling humantime v2.1.0
18802024-05-24T15:19:59.355Z Compiling derive-where v1.2.7
18812024-05-24T15:19:59.360Z Compiling unicode-xid v0.2.4
18822024-05-24T15:19:59.366Z Compiling linked-hash-map v0.5.6
18832024-05-24T15:19:59.369Z Compiling convert_case v0.4.0
18842024-05-24T15:19:59.384Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18852024-05-24T15:19:59.387Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18862024-05-24T15:19:59.490Z Compiling expectorate v1.1.0
18872024-05-24T15:19:59.523Z Compiling password-hash v0.5.0
18882024-05-24T15:19:59.645Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18892024-05-24T15:19:59.691Z Compiling lru-cache v0.1.2
18902024-05-24T15:19:59.865Z Compiling blake2 v0.10.6
18912024-05-24T15:20:00.103Z Compiling derive_more v0.99.17
18922024-05-24T15:20:00.117Z Compiling semver v0.1.20
18932024-05-24T15:20:00.640Z Compiling argon2 v0.5.3
18942024-05-24T15:20:00.946Z Compiling rustc_version v0.1.7
18952024-05-24T15:20:01.361Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18962024-05-24T15:20:01.644Z Compiling newtype_derive v0.1.6
18972024-05-24T15:20:01.922Z Compiling home v0.5.9
18982024-05-24T15:20:01.961Z Compiling quick-error v1.2.3
18992024-05-24T15:20:02.094Z Compiling resolv-conf v0.7.0
19002024-05-24T15:20:02.212Z Compiling steno v0.4.0
19012024-05-24T15:20:02.436Z Compiling trust-dns-resolver v0.22.0
19022024-05-24T15:20:02.867Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
19032024-05-24T15:20:03.555Z Compiling slog-dtrace v0.3.0
19042024-05-24T15:20:03.776Z Compiling termcolor v1.4.1
19052024-05-24T15:20:04.881Z Compiling utf-8 v0.7.6
19062024-05-24T15:20:05.400Z Compiling num-rational v0.4.2
19072024-05-24T15:20:06.584Z Compiling num-complex v0.4.6
19082024-05-24T15:20:06.806Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
19092024-05-24T15:20:07.714Z Compiling num v0.4.3
19102024-05-24T15:20:07.727Z Compiling nibble_vec v0.1.0
19112024-05-24T15:20:07.756Z Compiling endian-type v0.1.2
19122024-05-24T15:20:07.814Z Compiling radium v0.7.0
19132024-05-24T15:20:07.924Z Compiling radix_trie v0.2.1
19142024-05-24T15:20:07.951Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
19152024-05-24T15:20:08.215Z Compiling tungstenite v0.20.1
19162024-05-24T15:20:08.767Z Compiling maybe-uninit v2.0.0
19172024-05-24T15:20:09.188Z Compiling tap v1.0.1
19182024-05-24T15:20:09.364Z Compiling wyz v0.5.1
19192024-05-24T15:20:09.768Z Compiling tokio-tungstenite v0.20.1
19202024-05-24T15:20:10.807Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19212024-05-24T15:20:11.718Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19222024-05-24T15:20:11.790Z Compiling bzip2-sys v0.1.11+1.0.8
19232024-05-24T15:20:12.183Z Compiling cancel-safe-futures v0.1.5
19242024-05-24T15:20:12.511Z Compiling packed_struct v0.10.1
19252024-05-24T15:20:12.947Z Compiling funty v2.0.0
19262024-05-24T15:20:13.259Z Compiling num-bigint-dig v0.8.4
19272024-05-24T15:20:13.518Z Compiling arc-swap v1.7.1
19282024-05-24T15:20:14.161Z Compiling display-error-chain v0.2.0
19292024-05-24T15:20:14.323Z Compiling crc-catalog v2.4.0
19302024-05-24T15:20:14.462Z Compiling crc v3.2.1
19312024-05-24T15:20:15.468Z Compiling bitvec v1.0.1
19322024-05-24T15:20:16.336Z Compiling slog-scope v4.4.0
19332024-05-24T15:20:17.318Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
19342024-05-24T15:20:19.933Z Compiling packed_struct_codegen v0.10.1
19352024-05-24T15:20:21.553Z Compiling fxhash v0.2.1
19362024-05-24T15:20:21.774Z Compiling indexmap v1.9.3
19372024-05-24T15:20:22.056Z Compiling nodrop v0.1.14
19382024-05-24T15:20:22.182Z Compiling array-init v0.0.4
19392024-05-24T15:20:23.163Z Compiling smallvec v0.6.14
19402024-05-24T15:20:23.440Z Compiling slog-stdlog v4.1.1
19412024-05-24T15:20:24.289Z Compiling rayon-core v1.12.1
19422024-05-24T15:20:24.309Z Compiling synstructure v0.12.6
19432024-05-24T15:20:24.343Z Compiling pkcs1 v0.7.5
19442024-05-24T15:20:25.829Z Compiling signature v2.2.0
19452024-05-24T15:20:26.090Z Compiling crossbeam-deque v0.8.5
19462024-05-24T15:20:26.434Z Compiling dirs-sys-next v0.1.2
19472024-05-24T15:20:26.689Z Compiling half v2.4.1
19482024-05-24T15:20:26.943Z Compiling bitfield v0.14.0
19492024-05-24T15:20:27.243Z Compiling ciborium-io v0.2.2
19502024-05-24T15:20:27.370Z Compiling hashbrown v0.12.3
19512024-05-24T15:20:27.382Z Compiling crunchy v0.2.2
19522024-05-24T15:20:27.804Z Compiling fastrand v2.1.0
19532024-05-24T15:20:28.298Z Compiling same-file v1.0.6
19542024-05-24T15:20:28.312Z Compiling glob v0.3.1
19552024-05-24T15:20:28.516Z Compiling walkdir v2.5.0
19562024-05-24T15:20:29.127Z Compiling clang-sys v1.7.0
19572024-05-24T15:20:29.163Z Compiling tempfile v3.10.1
19582024-05-24T15:20:29.763Z Compiling ciborium-ll v0.2.2
19592024-05-24T15:20:29.774Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19602024-05-24T15:20:29.921Z Compiling dirs-next v2.0.0
19612024-05-24T15:20:30.249Z Compiling rsa v0.9.6
19622024-05-24T15:20:31.356Z Compiling zerocopy-derive v0.2.0
19632024-05-24T15:20:31.695Z Compiling slog-envlogger v2.2.0
19642024-05-24T15:20:33.094Z Compiling serde-hex v0.1.0
19652024-05-24T15:20:33.525Z Compiling bzip2 v0.4.4
19662024-05-24T15:20:33.975Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
19672024-05-24T15:20:34.194Z Compiling env_logger v0.10.2
19682024-05-24T15:20:34.280Z Compiling camino v1.1.7
19692024-05-24T15:20:34.342Z Compiling x509-cert v0.2.5
19702024-05-24T15:20:35.612Z Compiling ron v0.8.1
19712024-05-24T15:20:37.330Z Compiling hashbrown v0.13.2
19722024-05-24T15:20:38.066Z Compiling maplit v1.0.2
19732024-05-24T15:20:38.179Z Compiling crc-any v2.5.0
19742024-05-24T15:20:38.379Z Compiling prettyplease v0.2.20
19752024-05-24T15:20:38.652Z Compiling tiny-keccak v2.0.2
19762024-05-24T15:20:38.703Z Compiling object v0.30.4
19772024-05-24T15:20:38.929Z Compiling ring v0.16.20
19782024-05-24T15:20:39.074Z Compiling blake3 v1.5.1
19792024-05-24T15:20:39.420Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
19802024-05-24T15:20:41.497Z Compiling zip v0.6.6
19812024-05-24T15:20:41.819Z Compiling rayon v1.10.0
19822024-05-24T15:20:41.965Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19832024-05-24T15:20:42.068Z Compiling ciborium v0.2.2
19842024-05-24T15:20:44.232Z Compiling term v0.7.0
19852024-05-24T15:20:44.465Z Compiling xattr v1.3.1
19862024-05-24T15:20:44.714Z Compiling atty v0.2.14
19872024-05-24T15:20:44.856Z Compiling memmap2 v0.9.4
19882024-05-24T15:20:45.260Z Compiling filetime v0.2.23
19892024-05-24T15:20:45.515Z Compiling path-slash v0.1.5
19902024-05-24T15:20:45.549Z Compiling arrayvec v0.7.4
19912024-05-24T15:20:45.741Z Compiling untrusted v0.7.1
19922024-05-24T15:20:45.904Z Compiling arrayref v0.3.7
19932024-05-24T15:20:45.952Z Compiling constant_time_eq v0.3.0
19942024-05-24T15:20:46.066Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
19952024-05-24T15:20:46.523Z Compiling tar v0.4.40
19962024-05-24T15:20:47.872Z Compiling ascii-canvas v3.0.0
19972024-05-24T15:20:48.357Z Compiling camino-tempfile v1.1.1
19982024-05-24T15:20:48.762Z Compiling toolchain_find v0.4.0
19992024-05-24T15:20:48.765Z Compiling toml v0.8.13
20002024-05-24T15:20:49.320Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20012024-05-24T15:20:49.449Z Compiling libsw v3.3.1
20022024-05-24T15:20:49.743Z Compiling ena v0.14.3
20032024-05-24T15:20:49.784Z Compiling is-terminal v0.4.12
20042024-05-24T15:20:49.903Z Compiling libloading v0.8.3
20052024-05-24T15:20:50.138Z Compiling usdt-impl v0.3.5
20062024-05-24T15:20:50.273Z Compiling bindgen v0.69.4
20072024-05-24T15:20:50.277Z Compiling owo-colors v4.0.0
20082024-05-24T15:20:50.459Z Compiling regex-syntax v0.6.29
20092024-05-24T15:20:50.688Z Compiling topological-sort v0.2.2
20102024-05-24T15:20:50.888Z Compiling parking_lot_core v0.8.6
20112024-05-24T15:20:51.301Z Compiling linear-map v1.2.0
20122024-05-24T15:20:51.656Z Compiling diff v0.1.13
20132024-05-24T15:20:51.694Z Compiling omicron-zone-package v0.11.0
20142024-05-24T15:20:53.122Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20152024-05-24T15:20:55.631Z Compiling lalrpop v0.19.12
20162024-05-24T15:20:57.105Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20172024-05-24T15:20:57.333Z Compiling rustfmt-wrapper v0.2.1
20182024-05-24T15:20:59.225Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
20192024-05-24T15:21:00.559Z Compiling which v4.4.2
20202024-05-24T15:21:00.636Z Compiling cexpr v0.6.0
20212024-05-24T15:21:01.077Z Compiling unicase v2.7.0
20222024-05-24T15:21:01.358Z Compiling lazycell v1.3.0
20232024-05-24T15:21:01.526Z Compiling shlex v1.3.0
20242024-05-24T15:21:01.810Z Compiling rustc-hash v1.1.0
20252024-05-24T15:21:01.903Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
20262024-05-24T15:21:03.133Z Compiling zerocopy v0.3.2
20272024-05-24T15:21:03.242Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
20282024-05-24T15:21:03.669Z Compiling derive_builder_core v0.20.0
20292024-05-24T15:21:04.352Z Compiling pem v3.0.4
20302024-05-24T15:21:05.879Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
20312024-05-24T15:21:05.891Z Compiling headers-core v0.2.0
20322024-05-24T15:21:06.047Z Compiling libxml v0.3.3
20332024-05-24T15:21:06.090Z Compiling async-recursion v1.1.1
20342024-05-24T15:21:06.364Z Compiling ref-cast v1.0.23
20352024-05-24T15:21:06.908Z Compiling headers v0.3.9
20362024-05-24T15:21:07.522Z Compiling derive_builder_macro v0.20.0
20372024-05-24T15:21:08.301Z Compiling dof v0.1.5
20382024-05-24T15:21:09.069Z Compiling parking_lot v0.11.2
20392024-05-24T15:21:10.628Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
20402024-05-24T15:21:11.248Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
20412024-05-24T15:21:11.439Z Compiling trust-dns-client v0.22.0
20422024-05-24T15:21:11.528Z Compiling strum_macros v0.24.3
20432024-05-24T15:21:14.652Z Compiling dtrace-parser v0.1.14
20442024-05-24T15:21:14.912Z Compiling toml v0.5.11
20452024-05-24T15:21:15.801Z Compiling samael v0.0.15
20462024-05-24T15:21:16.196Z Compiling ref-cast-impl v1.0.23
20472024-05-24T15:21:16.435Z Compiling vte_generate_state_changes v0.1.1
20482024-05-24T15:21:17.024Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
20492024-05-24T15:21:17.309Z Compiling cookie v0.18.1
20502024-05-24T15:21:17.354Z Compiling buf-list v1.0.3
20512024-05-24T15:21:17.368Z Compiling indoc v1.0.9
20522024-05-24T15:21:17.597Z Compiling cfg_aliases v0.1.1
20532024-05-24T15:21:17.699Z Compiling nix v0.28.0
20542024-05-24T15:21:18.375Z Compiling vte v0.11.1
20552024-05-24T15:21:18.394Z Compiling trust-dns-server v0.22.1
20562024-05-24T15:21:20.287Z Compiling sled v0.34.7
20572024-05-24T15:21:22.219Z Compiling derive_builder v0.20.0
20582024-05-24T15:21:22.685Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
20592024-05-24T15:21:22.888Z Compiling polar-core v0.27.3
20602024-05-24T15:21:24.915Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
20612024-05-24T15:21:25.165Z Compiling const_format_proc_macros v0.2.32
20622024-05-24T15:21:26.120Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
20632024-05-24T15:21:27.106Z Compiling fd-lock v4.0.2
20642024-05-24T15:21:27.314Z Compiling bb8 v0.8.3
20652024-05-24T15:21:27.613Z Compiling quick-xml v0.31.0
20662024-05-24T15:21:27.801Z Compiling serde_tokenstream v0.1.7
20672024-05-24T15:21:28.251Z Compiling oso-derive v0.27.3
20682024-05-24T15:21:29.218Z Compiling impl-trait-for-tuples v0.2.2
20692024-05-24T15:21:31.179Z Compiling pin-project-internal v1.1.5
20702024-05-24T15:21:33.917Z Compiling memoffset v0.7.1
20712024-05-24T15:21:33.933Z Compiling platforms v3.4.0
20722024-05-24T15:21:34.193Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
20732024-05-24T15:21:34.452Z Compiling bytecount v0.6.8
20742024-05-24T15:21:34.475Z Compiling curve25519-dalek v4.1.2
20752024-05-24T15:21:34.748Z Compiling papergrid v0.11.0
20762024-05-24T15:21:38.426Z Compiling pin-project v1.1.5
20772024-05-24T15:21:38.559Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
20782024-05-24T15:21:39.106Z Compiling const_format v0.2.32
20792024-05-24T15:21:41.743Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20802024-05-24T15:21:47.115Z Compiling strip-ansi-escapes v0.2.0
20812024-05-24T15:21:47.876Z Compiling oso v0.27.3
20822024-05-24T15:21:54.197Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
20832024-05-24T15:21:54.382Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
20842024-05-24T15:21:55.743Z Compiling tabled_derive v0.7.0
20852024-05-24T15:21:58.059Z Compiling kstat-rs v0.2.3
20862024-05-24T15:21:59.020Z Compiling snafu-derive v0.8.2
20872024-05-24T15:21:59.575Z Compiling keccak v0.1.5
20882024-05-24T15:22:00.571Z Compiling nu-ansi-term v0.50.0
20892024-05-24T15:22:01.880Z Compiling reedline v0.31.0
20902024-05-24T15:22:03.309Z Compiling sha3 v0.10.8
20912024-05-24T15:22:04.072Z Compiling snafu v0.8.2
20922024-05-24T15:22:04.181Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
20932024-05-24T15:22:06.046Z Compiling tabled v0.15.0
20942024-05-24T15:22:13.602Z Compiling mime_guess v2.0.4
20952024-05-24T15:22:14.797Z Compiling usdt-macro v0.3.5
20962024-05-24T15:22:16.028Z Compiling usdt-attr-macro v0.3.5
20972024-05-24T15:22:16.123Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
20982024-05-24T15:22:17.590Z Compiling env_logger v0.9.3
20992024-05-24T15:22:19.240Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
21002024-05-24T15:22:19.302Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
21012024-05-24T15:22:22.120Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21022024-05-24T15:22:22.586Z Compiling globset v0.4.14
21032024-05-24T15:22:25.030Z Compiling peg-macros v0.8.3
21042024-05-24T15:22:27.096Z Compiling olpc-cjson v0.1.3
21052024-05-24T15:22:27.433Z Compiling universal-hash v0.5.1
21062024-05-24T15:22:27.610Z Compiling secrecy v0.8.0
21072024-05-24T15:22:27.654Z Compiling bitstruct_derive v0.1.0
21082024-05-24T15:22:27.874Z Compiling thiserror-impl-no-std v2.0.2
21092024-05-24T15:22:28.435Z Compiling serde_plain v1.0.2
21102024-05-24T15:22:28.903Z Compiling curve25519-dalek-derive v0.1.1
21112024-05-24T15:22:28.943Z Compiling sqlparser_derive v0.2.2
21122024-05-24T15:22:29.958Z Compiling nanorand v0.7.0
21132024-05-24T15:22:30.310Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21142024-05-24T15:22:30.433Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21152024-05-24T15:22:30.449Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21162024-05-24T15:22:30.576Z Compiling ascii v1.1.0
21172024-05-24T15:22:30.695Z Compiling unicode_categories v0.1.1
21182024-05-24T15:22:30.744Z Compiling opaque-debug v0.3.1
21192024-05-24T15:22:30.845Z Compiling salty v0.2.0
21202024-05-24T15:22:30.999Z Compiling typed-path v0.7.1
21212024-05-24T15:22:31.023Z Compiling signature v1.6.4
21222024-05-24T15:22:31.165Z Compiling ed25519 v1.5.3
21232024-05-24T15:22:31.240Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
21242024-05-24T15:22:31.317Z Compiling sqlformat v0.2.3
21252024-05-24T15:22:31.483Z Compiling rustyline v14.0.0
21262024-05-24T15:22:33.647Z Compiling tough v0.17.1
21272024-05-24T15:22:37.766Z Compiling poly1305 v0.8.0
21282024-05-24T15:22:37.868Z Compiling thiserror-no-std v2.0.2
21292024-05-24T15:22:37.993Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21302024-05-24T15:22:38.258Z Compiling flume v0.11.0
21312024-05-24T15:22:39.272Z Compiling sqlparser v0.45.0
21322024-05-24T15:22:42.162Z Compiling bitstruct v0.1.1
21332024-05-24T15:22:42.274Z Compiling peg v0.8.3
21342024-05-24T15:22:42.383Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21352024-05-24T15:22:43.423Z Compiling usdt v0.3.5
21362024-05-24T15:22:43.435Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
21372024-05-24T15:22:43.939Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
21382024-05-24T15:22:47.204Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
21392024-05-24T15:22:50.962Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21402024-05-24T15:22:51.270Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21412024-05-24T15:22:52.861Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21422024-05-24T15:22:54.019Z Compiling chacha20 v0.9.1
21432024-05-24T15:22:54.477Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21442024-05-24T15:22:55.630Z Compiling aead v0.5.2
21452024-05-24T15:22:55.968Z Compiling bcs v0.1.6
21462024-05-24T15:22:56.669Z Compiling serde_arrays v0.1.0
21472024-05-24T15:22:56.851Z Compiling erased-serde v0.3.31
21482024-05-24T15:22:56.890Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21492024-05-24T15:22:57.695Z Compiling serde-big-array v0.5.1
21502024-05-24T15:22:57.945Z Compiling highway v1.1.0
21512024-05-24T15:22:58.490Z Compiling parse-size v1.0.0
21522024-05-24T15:22:58.752Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21532024-05-24T15:22:59.307Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
21542024-05-24T15:23:07.208Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21552024-05-24T15:23:22.149Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21562024-05-24T15:23:22.652Z Compiling chacha20poly1305 v0.10.1
21572024-05-24T15:23:23.920Z Compiling vsss-rs v3.3.4
21582024-05-24T15:23:28.600Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
21592024-05-24T15:23:28.847Z Compiling signal-hook-tokio v0.3.1
21602024-05-24T15:23:29.024Z Compiling heck v0.3.3
21612024-05-24T15:23:29.042Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
21622024-05-24T15:23:29.285Z Compiling castaway v0.2.2
21632024-05-24T15:23:29.380Z Compiling rand_seeder v0.2.3
21642024-05-24T15:23:29.463Z Compiling serde-big-array v0.4.1
21652024-05-24T15:23:29.758Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
21662024-05-24T15:23:30.037Z Compiling http-range v0.1.5
21672024-05-24T15:23:30.595Z Compiling hyper-staticfile v0.9.5
21682024-05-24T15:23:31.185Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
21692024-05-24T15:23:31.494Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21702024-05-24T15:23:32.826Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
21712024-05-24T15:23:33.030Z Compiling compact_str v0.7.1
21722024-05-24T15:23:33.675Z Compiling zone_cfg_derive v0.1.2
21732024-05-24T15:23:33.845Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
21742024-05-24T15:23:34.521Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
21752024-05-24T15:23:41.799Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21762024-05-24T15:23:42.424Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
21772024-05-24T15:23:48.866Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
21782024-05-24T15:23:50.366Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
21792024-05-24T15:23:50.623Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
21802024-05-24T15:23:50.882Z Compiling tungstenite v0.21.0
21812024-05-24T15:23:56.157Z Compiling lru v0.12.3
21822024-05-24T15:23:56.536Z Compiling stability v0.2.0
21832024-05-24T15:23:57.594Z Compiling indoc v2.0.5
21842024-05-24T15:23:57.684Z Compiling cassowary v0.3.0
21852024-05-24T15:23:58.581Z Compiling base64 v0.13.1
21862024-05-24T15:23:59.405Z Compiling corncobs v0.1.3
21872024-05-24T15:23:59.785Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21882024-05-24T15:24:00.521Z Compiling ron v0.7.1
21892024-05-24T15:24:01.541Z Compiling ratatui v0.26.2
21902024-05-24T15:24:03.338Z Compiling tokio-tungstenite v0.21.0
21912024-05-24T15:24:03.975Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
21922024-05-24T15:24:06.017Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21932024-05-24T15:24:06.668Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
21942024-05-24T15:24:17.418Z Compiling zone v0.1.8
21952024-05-24T15:24:18.123Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
21962024-05-24T15:24:23.562Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
21972024-05-24T15:24:24.968Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
21982024-05-24T15:24:27.849Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
21992024-05-24T15:24:28.122Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22002024-05-24T15:24:29.454Z Compiling portpicker v0.1.1
22012024-05-24T15:24:29.966Z Compiling smawk v0.3.2
22022024-05-24T15:24:30.216Z Compiling unicode-linebreak v0.1.5
22032024-05-24T15:24:30.725Z Compiling textwrap v0.16.1
22042024-05-24T15:24:34.444Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
22052024-05-24T15:24:37.216Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
22062024-05-24T15:24:40.335Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22072024-05-24T15:24:40.640Z Compiling rcgen v0.12.1
22082024-05-24T15:24:46.379Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
22092024-05-24T15:24:46.865Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
22102024-05-24T15:24:50.814Z Compiling atomicwrites v0.4.3
22112024-05-24T15:24:51.337Z Compiling fatfs v0.3.6
22122024-05-24T15:24:53.587Z Compiling subprocess v0.2.9
22132024-05-24T15:24:53.828Z Compiling rtoolbox v0.0.2
22142024-05-24T15:24:53.848Z Compiling is_ci v1.2.0
22152024-05-24T15:24:54.131Z Compiling assert_matches v1.5.0
22162024-05-24T15:24:54.147Z Compiling rpassword v7.3.1
22172024-05-24T15:24:54.255Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22182024-05-24T15:24:54.564Z Compiling supports-color v3.0.0
22192024-05-24T15:24:55.211Z Compiling tui-tree-widget v0.19.0
22202024-05-24T15:24:55.639Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
22212024-05-24T15:24:58.614Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
22222024-05-24T15:25:00.187Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
22232024-05-24T15:25:00.312Z Compiling csv-core v0.1.11
22242024-05-24T15:25:00.450Z Compiling shell-words v1.1.0
22252024-05-24T15:25:00.868Z Compiling csv v1.3.0
22262024-05-24T15:25:01.168Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
22272024-05-24T15:25:01.426Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
22282024-05-24T15:25:03.041Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
22292024-05-24T15:25:13.025Z Compiling multimap v0.10.0
22302024-05-24T15:25:13.410Z Compiling uzers v0.11.3
22312024-05-24T15:25:16.229Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
22322024-05-24T15:27:23.265Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
22332024-05-24T15:27:24.837Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22342024-05-24T15:33:32.579Z Finished `release` profile [optimized] target(s) in 13m 34s
22352024-05-24T15:34:30.077Z
22362024-05-24T15:34:30.077Zreal 14:32.491088882
22372024-05-24T15:34:30.077Zuser 1:40:02.527817268
22382024-05-24T15:34:30.077Zsys 5:26.940340024
22392024-05-24T15:34:30.077Ztrap 2.271914236
22402024-05-24T15:34:30.077Ztflt 2.259160701
22412024-05-24T15:34:30.080Zdflt 3.478146683
22422024-05-24T15:34:30.080Zkflt 0.079741668
22432024-05-24T15:34:30.080Zlock 6:20:35.917764629
22442024-05-24T15:34:30.080Zslp 3:57:20.293683876
22452024-05-24T15:34:30.080Zlat 2:19.590619801
22462024-05-24T15:34:30.080Zstop 1:23.923897055
22472024-05-24T15:34:30.080Z+ mapfile -t packages
22482024-05-24T15:34:30.080Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
22492024-05-24T15:34:30.917Z Finished `release` profile [optimized] target(s) in 0.79s
22502024-05-24T15:34:30.954Z Running `target/release/omicron-package -t test list-outputs`
22512024-05-24T15:34:30.986ZLogging to: /work/oxidecomputer/omicron/out/LOG
22522024-05-24T15:34:30.990Z+ ptime -m cargo build --locked --release -p xtask
22532024-05-24T15:34:31.465Z Downloading crates ...
22542024-05-24T15:34:31.561Z Downloaded cargo_toml v0.20.2
22552024-05-24T15:34:31.588Z Compiling serde v1.0.202
22562024-05-24T15:34:31.591Z Compiling libc v0.2.153
22572024-05-24T15:34:31.591Z Compiling rustix v0.38.34
22582024-05-24T15:34:31.591Z Compiling bitflags v2.5.0
22592024-05-24T15:34:31.591Z Compiling hashbrown v0.14.5
22602024-05-24T15:34:31.591Z Compiling syn v2.0.64
22612024-05-24T15:34:31.674Z Compiling serde_json v1.0.117
22622024-05-24T15:34:31.687Z Compiling fs-err v2.11.0
22632024-05-24T15:34:31.963Z Compiling anyhow v1.0.83
22642024-05-24T15:34:32.981Z Compiling indexmap v2.2.6
22652024-05-24T15:34:33.286Z Compiling errno v0.3.9
22662024-05-24T15:34:34.129Z Compiling terminal_size v0.3.0
22672024-05-24T15:34:34.214Z Compiling clap_builder v4.5.2
22682024-05-24T15:34:36.533Z Compiling serde_derive v1.0.202
22692024-05-24T15:34:36.536Z Compiling thiserror-impl v1.0.60
22702024-05-24T15:34:36.536Z Compiling clap_derive v4.5.4
22712024-05-24T15:34:38.302Z Compiling thiserror v1.0.60
22722024-05-24T15:34:39.726Z Compiling clap v4.5.4
22732024-05-24T15:34:45.507Z Compiling serde_spanned v0.6.6
22742024-05-24T15:34:45.510Z Compiling toml_datetime v0.6.6
22752024-05-24T15:34:45.511Z Compiling semver v1.0.23
22762024-05-24T15:34:45.511Z Compiling cargo-platform v0.1.8
22772024-05-24T15:34:45.511Z Compiling camino v1.1.7
22782024-05-24T15:34:45.511Z Compiling macaddr v1.0.1
22792024-05-24T15:34:45.814Z Compiling toml_edit v0.22.13
22802024-05-24T15:34:47.035Z Compiling cargo_metadata v0.18.1
22812024-05-24T15:34:48.365Z Compiling toml v0.8.13
22822024-05-24T15:34:49.144Z Compiling cargo_toml v0.20.2
22832024-05-24T15:35:00.432Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
22842024-05-24T15:35:11.144Z Finished `release` profile [optimized] target(s) in 40.10s
22852024-05-24T15:35:11.235Z
22862024-05-24T15:35:11.235Zreal 40.222942398
22872024-05-24T15:35:11.235Zuser 2:54.190761106
22882024-05-24T15:35:11.235Zsys 18.243326297
22892024-05-24T15:35:11.235Ztrap 0.062354147
22902024-05-24T15:35:11.235Ztflt 0.199552513
22912024-05-24T15:35:11.235Zdflt 0.673572830
22922024-05-24T15:35:11.235Zkflt 0.000012929
22932024-05-24T15:35:11.235Zlock 4:33.733264647
22942024-05-24T15:35:11.239Zslp 3:20.994539492
22952024-05-24T15:35:11.239Zlat 2.822791892
22962024-05-24T15:35:11.239Zstop 3.779356869
22972024-05-24T15:35:11.239Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
22982024-05-24T15:35:11.239Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
22992024-05-24T15:35:11.239Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
23002024-05-24T15:35:11.239Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
23012024-05-24T15:35:11.239Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
23022024-05-24T15:35:11.738Z Downloading crates ...
23032024-05-24T15:35:11.932Z Downloaded polyval v0.6.2
23042024-05-24T15:35:11.937Z Downloaded hex-literal v0.4.1
23052024-05-24T15:35:11.945Z Downloaded md5 v0.7.0
23062024-05-24T15:35:11.948Z Downloaded dhcproto-macros v0.1.0
23072024-05-24T15:35:11.951Z Downloaded ed25519-dalek v2.1.1
23082024-05-24T15:35:11.957Z Downloaded russh-cryptovec v0.7.2
23092024-05-24T15:35:11.960Z Downloaded option-ext v0.2.0
23102024-05-24T15:35:11.960Z Downloaded internet-checksum v0.2.1
23112024-05-24T15:35:11.963Z Downloaded cbc v0.1.2
23122024-05-24T15:35:11.963Z Downloaded pbkdf2 v0.11.0
23132024-05-24T15:35:11.966Z Downloaded ghash v0.5.1
23142024-05-24T15:35:11.966Z Downloaded rfc6979 v0.4.0
23152024-05-24T15:35:11.967Z Downloaded primeorder v0.13.6
23162024-05-24T15:35:11.969Z Downloaded ed25519 v2.2.3
23172024-05-24T15:35:11.970Z Downloaded rand_core v0.5.1
23182024-05-24T15:35:11.972Z Downloaded rand_chacha v0.2.2
23192024-05-24T15:35:11.972Z Downloaded ctr v0.9.2
23202024-05-24T15:35:11.976Z Downloaded dirs-sys v0.4.1
23212024-05-24T15:35:11.976Z Downloaded pbkdf2 v0.12.2
23222024-05-24T15:35:11.979Z Downloaded dirs v5.0.1
23232024-05-24T15:35:11.979Z Downloaded blowfish v0.9.1
23242024-05-24T15:35:11.979Z Downloaded getrandom v0.1.16
23252024-05-24T15:35:11.982Z Downloaded bcrypt-pbkdf v0.10.0
23262024-05-24T15:35:11.982Z Downloaded password-hash v0.4.2
23272024-05-24T15:35:11.985Z Downloaded ecdsa v0.16.9
23282024-05-24T15:35:11.988Z Downloaded russh-keys v0.43.0
23292024-05-24T15:35:11.991Z Downloaded dhcproto v0.11.0
23302024-05-24T15:35:11.993Z Downloaded p256 v0.13.2
23312024-05-24T15:35:11.996Z Downloaded aes v0.8.4
23322024-05-24T15:35:11.999Z Downloaded russh v0.43.0
23332024-05-24T15:35:12.004Z Downloaded rand v0.7.3
23342024-05-24T15:35:12.008Z Downloaded p521 v0.13.3
23352024-05-24T15:35:12.015Z Downloaded aes-gcm v0.10.3
23362024-05-24T15:35:12.140Z Compiling proc-macro2 v1.0.82
23372024-05-24T15:35:12.140Z Compiling unicode-ident v1.0.12
23382024-05-24T15:35:12.140Z Compiling libc v0.2.153
23392024-05-24T15:35:12.143Z Compiling cfg-if v1.0.0
23402024-05-24T15:35:12.143Z Compiling serde v1.0.202
23412024-05-24T15:35:12.143Z Compiling version_check v0.9.4
23422024-05-24T15:35:12.144Z Compiling autocfg v1.3.0
23432024-05-24T15:35:12.144Z Compiling byteorder v1.5.0
23442024-05-24T15:35:12.314Z Compiling memchr v2.7.2
23452024-05-24T15:35:12.381Z Compiling log v0.4.21
23462024-05-24T15:35:12.688Z Compiling once_cell v1.19.0
23472024-05-24T15:35:12.797Z Compiling itoa v1.0.11
23482024-05-24T15:35:12.811Z Compiling scopeguard v1.2.0
23492024-05-24T15:35:12.947Z Compiling smallvec v1.13.2
23502024-05-24T15:35:13.013Z Compiling typenum v1.17.0
23512024-05-24T15:35:13.067Z Compiling thiserror v1.0.60
23522024-05-24T15:35:13.081Z Compiling generic-array v0.14.7
23532024-05-24T15:35:13.206Z Compiling lock_api v0.4.12
23542024-05-24T15:35:13.327Z Compiling cc v1.0.97
23552024-05-24T15:35:13.434Z Compiling parking_lot_core v0.9.10
23562024-05-24T15:35:13.634Z Compiling quote v1.0.36
23572024-05-24T15:35:13.997Z Compiling syn v2.0.64
23582024-05-24T15:35:14.011Z Compiling pin-project-lite v0.2.14
23592024-05-24T15:35:14.063Z Compiling libm v0.2.8
23602024-05-24T15:35:14.119Z Compiling getrandom v0.2.14
23612024-05-24T15:35:14.339Z Compiling rand_core v0.6.4
23622024-05-24T15:35:14.479Z Compiling signal-hook-registry v1.4.2
23632024-05-24T15:35:14.575Z Compiling num-traits v0.2.19
23642024-05-24T15:35:14.644Z Compiling subtle v2.5.0
23652024-05-24T15:35:14.829Z Compiling parking_lot v0.12.2
23662024-05-24T15:35:15.029Z Compiling mio v0.8.11
23672024-05-24T15:35:15.055Z Compiling ryu v1.0.18
23682024-05-24T15:35:15.316Z Compiling socket2 v0.5.7
23692024-05-24T15:35:15.396Z Compiling num_cpus v1.16.0
23702024-05-24T15:35:15.514Z Compiling ahash v0.8.11
23712024-05-24T15:35:15.662Z Compiling serde_json v1.0.117
23722024-05-24T15:35:15.806Z Compiling allocator-api2 v0.2.18
23732024-05-24T15:35:15.988Z Compiling futures-core v0.3.30
23742024-05-24T15:35:16.239Z Compiling equivalent v1.0.1
23752024-05-24T15:35:16.298Z Compiling futures-sink v0.3.30
23762024-05-24T15:35:16.315Z Compiling const-oid v0.9.6
23772024-05-24T15:35:16.332Z Compiling slab v0.4.9
23782024-05-24T15:35:16.346Z Compiling fnv v1.0.7
23792024-05-24T15:35:16.443Z Compiling futures-channel v0.3.30
23802024-05-24T15:35:16.514Z Compiling pin-utils v0.1.0
23812024-05-24T15:35:16.612Z Compiling futures-task v0.3.30
23822024-05-24T15:35:16.648Z Compiling futures-io v0.3.30
23832024-05-24T15:35:16.870Z Compiling iana-time-zone v0.1.60
23842024-05-24T15:35:16.912Z Compiling syn v1.0.109
23852024-05-24T15:35:16.927Z Compiling tinyvec_macros v0.1.1
23862024-05-24T15:35:16.975Z Compiling semver v1.0.23
23872024-05-24T15:35:17.009Z Compiling tinyvec v1.6.0
23882024-05-24T15:35:17.087Z Compiling schemars v0.8.20
23892024-05-24T15:35:17.332Z Compiling unicode-bidi v0.3.15
23902024-05-24T15:35:17.445Z Compiling dyn-clone v1.0.17
23912024-05-24T15:35:17.538Z Compiling cpufeatures v0.2.12
23922024-05-24T15:35:17.630Z Compiling percent-encoding v2.3.1
23932024-05-24T15:35:17.656Z Compiling spin v0.9.8
23942024-05-24T15:35:17.987Z Compiling ppv-lite86 v0.2.17
23952024-05-24T15:35:18.055Z Compiling tracing-core v0.1.32
23962024-05-24T15:35:18.069Z Compiling time-core v0.1.2
23972024-05-24T15:35:18.216Z Compiling num-conv v0.1.0
23982024-05-24T15:35:18.252Z Compiling powerfmt v0.2.0
23992024-05-24T15:35:18.424Z Compiling unicode-normalization v0.1.23
24002024-05-24T15:35:18.484Z Compiling time-macros v0.2.18
24012024-05-24T15:35:18.641Z Compiling deranged v0.3.11
24022024-05-24T15:35:18.707Z Compiling form_urlencoded v1.2.1
24032024-05-24T15:35:18.912Z Compiling ring v0.17.8
24042024-05-24T15:35:19.021Z Compiling num_threads v0.1.7
24052024-05-24T15:35:19.148Z Compiling rand_chacha v0.3.1
24062024-05-24T15:35:19.436Z Compiling aho-corasick v1.1.3
24072024-05-24T15:35:19.487Z Compiling regex-syntax v0.8.3
24082024-05-24T15:35:20.584Z Compiling rand v0.8.5
24092024-05-24T15:35:21.401Z Compiling serde_derive_internals v0.29.1
24102024-05-24T15:35:21.999Z Compiling time v0.3.36
24112024-05-24T15:35:22.723Z Compiling idna v0.5.0
24122024-05-24T15:35:22.935Z Compiling regex-automata v0.4.6
24132024-05-24T15:35:24.278Z Compiling slog v2.7.0
24142024-05-24T15:35:24.296Z Compiling httparse v1.8.0
24152024-05-24T15:35:24.743Z Compiling url v2.5.0
24162024-05-24T15:35:24.822Z Compiling spin v0.5.2
24172024-05-24T15:35:25.047Z Compiling untrusted v0.9.0
24182024-05-24T15:35:26.296Z Compiling pkg-config v0.3.30
24192024-05-24T15:35:26.657Z Compiling vcpkg v0.2.15
24202024-05-24T15:35:26.676Z Compiling heck v0.4.1
24212024-05-24T15:35:27.190Z Compiling adler v1.0.2
24222024-05-24T15:35:27.377Z Compiling miniz_oxide v0.7.2
24232024-05-24T15:35:27.418Z Compiling lazy_static v1.4.0
24242024-05-24T15:35:27.525Z Compiling backtrace v0.3.71
24252024-05-24T15:35:27.923Z Compiling gimli v0.28.1
24262024-05-24T15:35:27.953Z Compiling httpdate v1.0.3
24272024-05-24T15:35:28.419Z Compiling regex v1.10.4
24282024-05-24T15:35:28.866Z Compiling openssl-sys v0.9.102
24292024-05-24T15:35:28.920Z Compiling try-lock v0.2.5
24302024-05-24T15:35:29.004Z Compiling serde_derive v1.0.202
24312024-05-24T15:35:29.061Z Compiling zeroize_derive v1.4.2
24322024-05-24T15:35:29.129Z Compiling thiserror-impl v1.0.60
24332024-05-24T15:35:29.527Z Compiling zerocopy-derive v0.7.34
24342024-05-24T15:35:29.856Z Compiling tokio-macros v2.2.0
24352024-05-24T15:35:30.697Z Compiling zeroize v1.7.0
24362024-05-24T15:35:31.623Z Compiling futures-macro v0.3.30
24372024-05-24T15:35:31.946Z Compiling zerocopy v0.7.34
24382024-05-24T15:35:32.181Z Compiling schemars_derive v0.8.20
24392024-05-24T15:35:32.571Z Compiling crypto-common v0.1.6
24402024-05-24T15:35:32.615Z Compiling block-buffer v0.10.4
24412024-05-24T15:35:32.803Z Compiling tracing-attributes v0.1.27
24422024-05-24T15:35:32.833Z Compiling digest v0.10.7
24432024-05-24T15:35:32.876Z Compiling async-trait v0.1.80
24442024-05-24T15:35:33.386Z Compiling unicode-width v0.1.12
24452024-05-24T15:35:33.624Z Compiling addr2line v0.21.0
24462024-05-24T15:35:33.742Z Compiling futures-util v0.3.30
24472024-05-24T15:35:34.249Z Compiling hashbrown v0.14.5
24482024-05-24T15:35:34.263Z Compiling want v0.3.1
24492024-05-24T15:35:34.572Z Compiling object v0.32.2
24502024-05-24T15:35:35.524Z Compiling anyhow v1.0.83
24512024-05-24T15:35:35.609Z Compiling openssl v0.10.64
24522024-05-24T15:35:35.715Z Compiling tower-service v0.3.2
24532024-05-24T15:35:35.837Z Compiling rustc-demangle v0.1.24
24542024-05-24T15:35:35.993Z Compiling base64 v0.21.7
24552024-05-24T15:35:36.075Z Compiling mime v0.3.17
24562024-05-24T15:35:36.229Z Compiling foreign-types-shared v0.1.1
24572024-05-24T15:35:36.331Z Compiling ipnet v2.9.0
24582024-05-24T15:35:36.699Z Compiling foreign-types v0.3.2
24592024-05-24T15:35:36.753Z Compiling tracing v0.1.40
24602024-05-24T15:35:36.840Z Compiling openssl-macros v0.1.1
24612024-05-24T15:35:36.958Z Compiling base64ct v1.6.0
24622024-05-24T15:35:37.273Z Compiling rustls v0.21.12
24632024-05-24T15:35:37.523Z Compiling heck v0.5.0
24642024-05-24T15:35:37.549Z Compiling winnow v0.5.40
24652024-05-24T15:35:37.584Z Compiling native-tls v0.2.11
24662024-05-24T15:35:37.710Z Compiling crossbeam-utils v0.8.19
24672024-05-24T15:35:37.933Z Compiling rustls-webpki v0.101.7
24682024-05-24T15:35:38.015Z Compiling sct v0.7.1
24692024-05-24T15:35:38.199Z Compiling cookie v0.17.0
24702024-05-24T15:35:38.312Z Compiling rustix v0.38.34
24712024-05-24T15:35:38.342Z Compiling ucd-trie v0.1.6
24722024-05-24T15:35:38.452Z Compiling openssl-probe v0.1.5
24732024-05-24T15:35:38.970Z Compiling pest v2.7.10
24742024-05-24T15:35:39.889Z Compiling futures-executor v0.3.30
24752024-05-24T15:35:39.906Z Compiling idna v0.3.0
24762024-05-24T15:35:40.454Z Compiling futures v0.3.30
24772024-05-24T15:35:40.561Z Compiling errno v0.3.9
24782024-05-24T15:35:40.564Z Compiling encoding_rs v0.8.34
24792024-05-24T15:35:40.784Z Compiling psl-types v2.0.11
24802024-05-24T15:35:41.326Z Compiling data-encoding v2.6.0
24812024-05-24T15:35:41.523Z Compiling rustversion v1.0.17
24822024-05-24T15:35:41.972Z Compiling pest_meta v2.7.10
24832024-05-24T15:35:42.318Z Compiling publicsuffix v2.2.3
24842024-05-24T15:35:42.662Z Compiling hmac v0.12.1
24852024-05-24T15:35:42.897Z Compiling scroll_derive v0.12.0
24862024-05-24T15:35:43.684Z Compiling bytes v1.6.0
24872024-05-24T15:35:43.973Z Compiling indexmap v2.2.6
24882024-05-24T15:35:44.397Z Compiling uuid v1.8.0
24892024-05-24T15:35:44.531Z Compiling chrono v0.4.38
24902024-05-24T15:35:45.014Z Compiling tokio v1.37.0
24912024-05-24T15:35:45.163Z Compiling bitflags v2.5.0
24922024-05-24T15:35:45.597Z Compiling http v0.2.12
24932024-05-24T15:35:45.802Z Compiling serde_tokenstream v0.2.0
24942024-05-24T15:35:46.168Z Compiling serde_spanned v0.6.6
24952024-05-24T15:35:46.339Z Compiling toml_datetime v0.6.6
24962024-05-24T15:35:46.888Z Compiling toml_edit v0.19.15
24972024-05-24T15:35:47.357Z Compiling http-body v0.4.6
24982024-05-24T15:35:47.997Z Compiling serde_urlencoded v0.7.1
24992024-05-24T15:35:48.156Z Compiling openapiv3 v2.0.0
25002024-05-24T15:35:48.410Z Compiling cookie_store v0.20.0
25012024-05-24T15:35:48.516Z Compiling scroll v0.12.0
25022024-05-24T15:35:49.075Z Compiling pest_generator v2.7.10
25032024-05-24T15:35:50.898Z Compiling rustls-pemfile v1.0.4
25042024-05-24T15:35:50.898Z Compiling bitflags v1.3.2
25052024-05-24T15:35:50.996Z Compiling plain v0.2.3
25062024-05-24T15:35:51.144Z Compiling strsim v0.11.1
25072024-05-24T15:35:51.158Z Compiling sync_wrapper v0.1.2
25082024-05-24T15:35:51.279Z Compiling webpki-roots v0.25.4
25092024-05-24T15:35:51.357Z Compiling pest_derive v2.7.10
25102024-05-24T15:35:51.425Z Compiling goblin v0.8.2
25112024-05-24T15:35:51.519Z Compiling rustc_version v0.4.0
25122024-05-24T15:35:52.092Z Compiling pem-rfc7468 v0.7.0
25132024-05-24T15:35:52.131Z Compiling block-padding v0.3.3
25142024-05-24T15:35:52.272Z Compiling der_derive v0.7.2
25152024-05-24T15:35:52.626Z Compiling usdt-impl v0.5.0
25162024-05-24T15:35:52.852Z Compiling tokio-util v0.7.11
25172024-05-24T15:35:52.929Z Compiling tokio-native-tls v0.3.1
25182024-05-24T15:35:52.972Z Compiling tokio-rustls v0.24.1
25192024-05-24T15:35:53.204Z Compiling flagset v0.4.5
25202024-05-24T15:35:53.372Z Compiling pretty-hex v0.4.1
25212024-05-24T15:35:53.556Z Compiling inout v0.1.3
25222024-05-24T15:35:53.577Z Compiling dtrace-parser v0.2.0
25232024-05-24T15:35:53.821Z Compiling h2 v0.3.26
25242024-05-24T15:35:54.247Z Compiling thread-id v4.2.1
25252024-05-24T15:35:54.355Z Compiling cipher v0.4.4
25262024-05-24T15:35:54.858Z Compiling der v0.7.9
25272024-05-24T15:35:54.893Z Compiling sha2 v0.10.8
25282024-05-24T15:35:55.116Z Compiling either v1.12.0
25292024-05-24T15:35:55.264Z Compiling ff v0.13.0
25302024-05-24T15:35:55.482Z Compiling stable_deref_trait v1.2.0
25312024-05-24T15:35:55.521Z Compiling base16ct v0.2.0
25322024-05-24T15:35:55.582Z Compiling group v0.13.0
25332024-05-24T15:35:55.794Z Compiling hkdf v0.12.4
25342024-05-24T15:35:55.829Z Compiling crossbeam-epoch v0.9.18
25352024-05-24T15:35:55.896Z Compiling crypto-bigint v0.5.5
25362024-05-24T15:35:56.033Z Compiling num-integer v0.1.46
25372024-05-24T15:35:56.671Z Compiling memmap v0.7.0
25382024-05-24T15:35:56.848Z Compiling crc32fast v1.4.0
25392024-05-24T15:35:57.057Z Compiling dof v0.3.0
25402024-05-24T15:35:57.329Z Compiling spki v0.7.3
25412024-05-24T15:35:57.715Z Compiling pkcs8 v0.10.2
25422024-05-24T15:35:58.319Z Compiling sec1 v0.7.3
25432024-05-24T15:35:58.409Z Compiling winnow v0.6.8
25442024-05-24T15:35:58.890Z Compiling elliptic-curve v0.13.8
25452024-05-24T15:35:59.392Z Compiling unicode-segmentation v1.11.0
25462024-05-24T15:35:59.720Z Compiling managed v0.8.0
25472024-05-24T15:36:00.152Z Compiling toml v0.7.8
25482024-05-24T15:36:00.218Z Compiling ipnetwork v0.20.0
25492024-05-24T15:36:00.232Z Compiling hex v0.4.3
25502024-05-24T15:36:00.325Z Compiling anstyle v1.0.7
25512024-05-24T15:36:00.790Z Compiling hyper v0.14.28
25522024-05-24T15:36:00.836Z Compiling matches v0.1.10
25532024-05-24T15:36:00.926Z Compiling utf8parse v0.2.1
25542024-05-24T15:36:01.091Z Compiling anstyle-parse v0.2.4
25552024-05-24T15:36:01.160Z Compiling idna v0.2.3
25562024-05-24T15:36:01.417Z Compiling enum-as-inner v0.5.1
25572024-05-24T15:36:01.894Z Compiling toml_edit v0.22.13
25582024-05-24T15:36:01.916Z Compiling anstyle-query v1.0.3
25592024-05-24T15:36:02.007Z Compiling usdt-attr-macro v0.5.0
25602024-05-24T15:36:02.050Z Compiling usdt-macro v0.5.0
25612024-05-24T15:36:02.208Z Compiling bit-vec v0.6.3
25622024-05-24T15:36:02.413Z Compiling is_terminal_polyfill v1.70.0
25632024-05-24T15:36:02.537Z Compiling colorchoice v1.0.1
25642024-05-24T15:36:02.667Z Compiling siphasher v0.3.11
25652024-05-24T15:36:02.684Z Compiling anstream v0.6.14
25662024-05-24T15:36:02.773Z Compiling trust-dns-proto v0.22.0
25672024-05-24T15:36:03.061Z Compiling flate2 v1.0.30
25682024-05-24T15:36:03.407Z Compiling num-bigint v0.4.5
25692024-05-24T15:36:03.529Z Compiling heapless v0.7.17
25702024-05-24T15:36:03.686Z Compiling usdt v0.5.0
25712024-05-24T15:36:03.951Z Compiling terminal_size v0.3.0
25722024-05-24T15:36:03.988Z Compiling regress v0.9.1
25732024-05-24T15:36:04.152Z Compiling signal-hook v0.3.17
25742024-05-24T15:36:04.187Z Compiling finl_unicode v1.2.0
25752024-05-24T15:36:04.192Z Compiling clap_lex v0.7.0
25762024-05-24T15:36:04.494Z Compiling clap_builder v4.5.2
25772024-05-24T15:36:04.700Z Compiling stringprep v0.1.4
25782024-05-24T15:36:04.764Z Compiling itertools v0.10.5
25792024-05-24T15:36:05.917Z Compiling clap_derive v4.5.4
25802024-05-24T15:36:07.607Z Compiling hyper-tls v0.5.0
25812024-05-24T15:36:07.964Z Compiling hyper-rustls v0.24.2
25822024-05-24T15:36:08.316Z Compiling reqwest v0.11.27
25832024-05-24T15:36:09.149Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
25842024-05-24T15:36:10.522Z Compiling yasna v0.5.2
25852024-05-24T15:36:10.784Z Compiling md-5 v0.10.6
25862024-05-24T15:36:11.049Z Compiling hash32 v0.2.1
25872024-05-24T15:36:11.070Z Compiling smoltcp v0.9.1
25882024-05-24T15:36:11.426Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25892024-05-24T15:36:11.439Z Compiling fallible-iterator v0.2.0
25902024-05-24T15:36:12.128Z Compiling postgres-protocol v0.6.6
25912024-05-24T15:36:12.259Z Compiling clap v4.5.4
25922024-05-24T15:36:12.480Z Compiling phf_shared v0.11.2
25932024-05-24T15:36:12.874Z Compiling tokio-stream v0.1.15
25942024-05-24T15:36:13.064Z Compiling hubpack_derive v0.1.1
25952024-05-24T15:36:13.383Z Compiling zerocopy-derive v0.6.6
25962024-05-24T15:36:13.473Z Compiling diesel_table_macro_syntax v0.1.0
25972024-05-24T15:36:13.863Z Compiling scheduled-thread-pool v0.2.7
25982024-05-24T15:36:13.882Z Compiling fs-err v2.11.0
25992024-05-24T15:36:13.925Z Compiling fixedbitset v0.4.2
26002024-05-24T15:36:13.955Z Compiling hubpack v0.1.2
26012024-05-24T15:36:14.131Z Compiling r2d2 v0.8.10
26022024-05-24T15:36:14.276Z Compiling petgraph v0.6.5
26032024-05-24T15:36:14.360Z Compiling diesel_derives v2.1.4
26042024-05-24T15:36:14.442Z Compiling postgres-types v0.2.6
26052024-05-24T15:36:14.483Z Compiling phf v0.11.2
26062024-05-24T15:36:14.757Z Compiling signal-hook-mio v0.2.3
26072024-05-24T15:36:15.210Z Compiling phf_shared v0.10.0
26082024-05-24T15:36:15.624Z Compiling zerocopy v0.6.6
26092024-05-24T15:36:15.638Z Compiling similar v2.5.0
26102024-05-24T15:36:15.967Z Compiling num-iter v0.1.45
26112024-05-24T15:36:16.155Z Compiling strum_macros v0.25.3
26122024-05-24T15:36:16.474Z Compiling console v0.15.8
26132024-05-24T15:36:16.569Z Compiling getopts v0.2.21
26142024-05-24T15:36:17.611Z Compiling serde_repr v0.1.19
26152024-05-24T15:36:18.027Z Compiling float-cmp v0.9.0
26162024-05-24T15:36:18.171Z Compiling minimal-lexical v0.2.1
26172024-05-24T15:36:18.242Z Compiling normalize-line-endings v0.3.0
26182024-05-24T15:36:18.330Z Compiling new_debug_unreachable v1.0.6
26192024-05-24T15:36:18.367Z Compiling static_assertions v1.1.0
26202024-05-24T15:36:18.417Z Compiling unsafe-libyaml v0.2.11
26212024-05-24T15:36:18.460Z Compiling whoami v1.5.1
26222024-05-24T15:36:18.686Z Compiling precomputed-hash v0.1.1
26232024-05-24T15:36:18.789Z Compiling difflib v0.4.0
26242024-05-24T15:36:18.804Z Compiling predicates-core v1.0.6
26252024-05-24T15:36:19.104Z Compiling string_cache v0.8.7
26262024-05-24T15:36:19.170Z Compiling predicates v3.1.0
26272024-05-24T15:36:19.568Z Compiling tokio-postgres v0.7.10
26282024-05-24T15:36:20.342Z Compiling serde_yaml v0.9.34+deprecated
26292024-05-24T15:36:20.395Z Compiling nom v7.1.3
26302024-05-24T15:36:20.543Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
26312024-05-24T15:36:20.938Z Compiling crossterm v0.27.0
26322024-05-24T15:36:24.187Z Compiling bit-set v0.5.3
26332024-05-24T15:36:24.463Z Compiling itertools v0.12.1
26342024-05-24T15:36:24.644Z Compiling bstr v1.9.1
26352024-05-24T15:36:24.659Z Compiling peg-runtime v0.8.3
26362024-05-24T15:36:24.693Z Compiling lalrpop-util v0.19.12
26372024-05-24T15:36:24.887Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
26382024-05-24T15:36:25.028Z Compiling sha1 v0.10.6
26392024-05-24T15:36:25.316Z Compiling camino v1.1.7
26402024-05-24T15:36:25.319Z Compiling ident_case v1.0.1
26412024-05-24T15:36:25.455Z Compiling strum_macros v0.26.2
26422024-05-24T15:36:25.495Z Compiling darling_core v0.20.9
26432024-05-24T15:36:26.250Z Compiling dirs-sys-next v0.1.2
26442024-05-24T15:36:26.422Z Compiling base64 v0.22.1
26452024-05-24T15:36:26.928Z Compiling match_cfg v0.1.0
26462024-05-24T15:36:26.989Z Compiling dirs-next v2.0.0
26472024-05-24T15:36:27.017Z Compiling hostname v0.3.1
26482024-05-24T15:36:27.175Z Compiling toml v0.8.13
26492024-05-24T15:36:27.211Z Compiling http v1.1.0
26502024-05-24T15:36:27.259Z Compiling thread_local v1.1.8
26512024-05-24T15:36:27.695Z Compiling slog-async v2.8.0
26522024-05-24T15:36:27.825Z Compiling rustls-pki-types v1.7.0
26532024-05-24T15:36:28.260Z Compiling term v0.7.0
26542024-05-24T15:36:28.651Z Compiling crossbeam-channel v0.5.12
26552024-05-24T15:36:28.907Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
26562024-05-24T15:36:28.947Z Compiling is-terminal v0.4.12
26572024-05-24T15:36:29.073Z Compiling rustls v0.22.4
26582024-05-24T15:36:29.317Z Compiling take_mut v0.2.2
26592024-05-24T15:36:29.471Z Compiling paste v1.0.15
26602024-05-24T15:36:29.780Z Compiling slog-term v2.9.1
26612024-05-24T15:36:29.848Z Compiling rustls-webpki v0.102.4
26622024-05-24T15:36:30.023Z Compiling multer v3.1.0
26632024-05-24T15:36:30.297Z Compiling diesel v2.1.6
26642024-05-24T15:36:30.311Z Compiling instant v0.1.12
26652024-05-24T15:36:30.657Z Compiling strum v0.26.2
26662024-05-24T15:36:30.906Z Compiling slog-json v2.6.1
26672024-05-24T15:36:30.998Z Compiling async-stream-impl v0.3.5
26682024-05-24T15:36:31.287Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
26692024-05-24T15:36:31.594Z Compiling atomic-waker v1.1.2
26702024-05-24T15:36:31.785Z Compiling debug-ignore v1.0.5
26712024-05-24T15:36:31.799Z Compiling waitgroup v0.1.2
26722024-05-24T15:36:31.985Z Compiling slog-bunyan v2.5.0
26732024-05-24T15:36:32.024Z Compiling rustls-pemfile v2.1.2
26742024-05-24T15:36:32.166Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
26752024-05-24T15:36:32.416Z Compiling async-stream v0.3.5
26762024-05-24T15:36:32.499Z Compiling serde_path_to_error v0.1.16
26772024-05-24T15:36:32.731Z Compiling structmeta-derive v0.3.0
26782024-05-24T15:36:32.817Z Compiling darling_macro v0.20.9
26792024-05-24T15:36:33.048Z Compiling hostname v0.4.0
26802024-05-24T15:36:33.301Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
26812024-05-24T15:36:33.313Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
26822024-05-24T15:36:33.331Z Compiling newtype-uuid v1.1.0
26832024-05-24T15:36:33.445Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
26842024-05-24T15:36:33.572Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26852024-05-24T15:36:33.600Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26862024-05-24T15:36:33.849Z Compiling darling v0.20.9
26872024-05-24T15:36:33.864Z Compiling backoff v0.4.0
26882024-05-24T15:36:33.958Z Compiling serde_with_macros v3.8.1
26892024-05-24T15:36:34.169Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26902024-05-24T15:36:34.311Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7)
26912024-05-24T15:36:34.326Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26922024-05-24T15:36:34.427Z Compiling macaddr v1.0.1
26932024-05-24T15:36:34.507Z Compiling proc-macro-crate v1.3.1
26942024-05-24T15:36:34.874Z Compiling tokio-rustls v0.25.0
26952024-05-24T15:36:35.051Z Compiling fastrand v2.1.0
26962024-05-24T15:36:35.586Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26972024-05-24T15:36:35.649Z Compiling num_enum_derive v0.5.11
26982024-05-24T15:36:35.804Z Compiling structmeta v0.3.0
26992024-05-24T15:36:35.937Z Compiling tempfile v3.10.1
27002024-05-24T15:36:36.245Z Compiling parse-display-derive v0.9.0
27012024-05-24T15:36:36.843Z Compiling proc-macro-error-attr v1.0.4
27022024-05-24T15:36:37.133Z Compiling serde_with v3.8.1
27032024-05-24T15:36:37.176Z Compiling proc-macro-error v1.0.4
27042024-05-24T15:36:37.449Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27052024-05-24T15:36:38.471Z Compiling num_enum v0.5.11
27062024-05-24T15:36:38.617Z Compiling foreign-types-macros v0.2.3
27072024-05-24T15:36:38.631Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27082024-05-24T15:36:38.885Z Compiling heapless v0.8.0
27092024-05-24T15:36:39.440Z Compiling foreign-types-shared v0.3.1
27102024-05-24T15:36:39.835Z Compiling foreign-types v0.5.0
27112024-05-24T15:36:40.279Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27122024-05-24T15:36:40.557Z Compiling cstr-argument v0.1.2
27132024-05-24T15:36:40.803Z Compiling hash32 v0.3.1
27142024-05-24T15:36:41.060Z Compiling smoltcp v0.11.0
27152024-05-24T15:36:41.089Z Compiling pretty-hex v0.2.1
27162024-05-24T15:36:41.263Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27172024-05-24T15:36:41.277Z Compiling parse-display v0.9.0
27182024-05-24T15:36:41.280Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27192024-05-24T15:36:41.656Z Compiling camino-tempfile v1.1.1
27202024-05-24T15:36:41.847Z Compiling tabwriter v1.4.0
27212024-05-24T15:36:41.907Z Compiling colored v2.1.0
27222024-05-24T15:36:41.982Z Compiling socket2 v0.4.10
27232024-05-24T15:36:42.055Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
27242024-05-24T15:36:42.115Z Compiling embedded-io v0.4.0
27252024-05-24T15:36:42.335Z Compiling cobs v0.2.3
27262024-05-24T15:36:42.379Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
27272024-05-24T15:36:42.612Z Compiling postcard v1.0.8
27282024-05-24T15:36:42.640Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
27292024-05-24T15:36:42.669Z Compiling crucible-workspace-hack v0.1.0
27302024-05-24T15:36:42.869Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
27312024-05-24T15:36:42.883Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
27322024-05-24T15:36:42.936Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
27332024-05-24T15:36:43.319Z Compiling smf v0.2.3
27342024-05-24T15:36:43.399Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
27352024-05-24T15:36:43.725Z Compiling humantime v2.1.0
27362024-05-24T15:36:43.955Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
27372024-05-24T15:36:44.004Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
27382024-05-24T15:36:44.252Z Compiling num-derive v0.4.2
27392024-05-24T15:36:44.467Z Compiling sigpipe v0.1.3
27402024-05-24T15:36:44.583Z Compiling utf-8 v0.7.6
27412024-05-24T15:36:44.683Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
27422024-05-24T15:36:44.926Z Compiling atty v0.2.14
27432024-05-24T15:36:45.059Z Compiling platforms v3.4.0
27442024-05-24T15:36:45.111Z Compiling same-file v1.0.6
27452024-05-24T15:36:45.343Z Compiling rayon-core v1.12.1
27462024-05-24T15:36:45.415Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
27472024-05-24T15:36:45.602Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
27482024-05-24T15:36:45.710Z Compiling semver v0.1.20
27492024-05-24T15:36:46.399Z Compiling rustc_version v0.1.7
27502024-05-24T15:36:46.779Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
27512024-05-24T15:36:47.106Z Compiling curve25519-dalek v4.1.2
27522024-05-24T15:36:47.165Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
27532024-05-24T15:36:47.283Z Compiling walkdir v2.5.0
27542024-05-24T15:36:47.594Z Compiling newline-converter v0.3.0
27552024-05-24T15:36:47.713Z Compiling crossbeam-deque v0.8.5
27562024-05-24T15:36:47.728Z Compiling universal-hash v0.5.1
27572024-05-24T15:36:47.747Z Compiling opaque-debug v0.3.1
27582024-05-24T15:36:47.835Z Compiling expectorate v1.1.0
27592024-05-24T15:36:47.869Z Compiling newtype_derive v0.1.6
27602024-05-24T15:36:47.913Z Compiling tungstenite v0.20.1
27612024-05-24T15:36:48.026Z Compiling xattr v1.3.1
27622024-05-24T15:36:48.039Z Compiling signature v2.2.0
27632024-05-24T15:36:48.126Z Compiling curve25519-dalek-derive v0.1.1
27642024-05-24T15:36:48.275Z Compiling blake3 v1.5.1
27652024-05-24T15:36:48.331Z Compiling ring v0.16.20
27662024-05-24T15:36:48.880Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
27672024-05-24T15:36:49.180Z Compiling filetime v0.2.23
27682024-05-24T15:36:49.412Z Compiling unicase v2.7.0
27692024-05-24T15:36:49.506Z Compiling convert_case v0.4.0
27702024-05-24T15:36:49.678Z Compiling linked-hash-map v0.5.6
27712024-05-24T15:36:49.703Z Compiling getrandom v0.1.16
27722024-05-24T15:36:49.795Z Compiling arc-swap v1.7.1
27732024-05-24T15:36:50.020Z Compiling termcolor v1.4.1
27742024-05-24T15:36:50.042Z Compiling quick-error v1.2.3
27752024-05-24T15:36:50.107Z Compiling lru-cache v0.1.2
27762024-05-24T15:36:50.183Z Compiling resolv-conf v0.7.0
27772024-05-24T15:36:50.294Z Compiling slog-scope v4.4.0
27782024-05-24T15:36:50.451Z Compiling env_logger v0.9.3
27792024-05-24T15:36:50.545Z Compiling derive_more v0.99.17
27802024-05-24T15:36:50.968Z Compiling tar v0.4.40
27812024-05-24T15:36:50.995Z Compiling tokio-tungstenite v0.20.1
27822024-05-24T15:36:51.939Z Compiling rayon v1.10.0
27832024-05-24T15:36:52.109Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27842024-05-24T15:36:52.582Z Compiling password-hash v0.5.0
27852024-05-24T15:36:53.148Z Compiling blake2 v0.10.6
27862024-05-24T15:36:53.619Z Compiling bitstruct_derive v0.1.0
27872024-05-24T15:36:53.639Z Compiling derive-where v1.2.7
27882024-05-24T15:36:54.487Z Compiling memmap2 v0.9.4
27892024-05-24T15:36:54.941Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27902024-05-24T15:36:54.974Z Compiling ascii v1.1.0
27912024-05-24T15:36:55.078Z Compiling constant_time_eq v0.3.0
27922024-05-24T15:36:55.256Z Compiling home v0.5.9
27932024-05-24T15:36:55.521Z Compiling parking_lot_core v0.8.6
27942024-05-24T15:36:55.577Z Compiling arrayvec v0.7.4
27952024-05-24T15:36:55.969Z Compiling untrusted v0.7.1
27962024-05-24T15:36:55.983Z Compiling arrayref v0.3.7
27972024-05-24T15:36:56.072Z Compiling libefi-sys v0.1.0
27982024-05-24T15:36:56.381Z Compiling toolchain_find v0.4.0
27992024-05-24T15:36:57.104Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
28002024-05-24T15:36:57.290Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28012024-05-24T15:36:57.560Z Compiling bitstruct v0.1.1
28022024-05-24T15:36:57.675Z Compiling argon2 v0.5.3
28032024-05-24T15:36:58.618Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28042024-05-24T15:36:59.039Z Compiling trust-dns-resolver v0.22.0
28052024-05-24T15:36:59.096Z Compiling slog-stdlog v4.1.1
28062024-05-24T15:36:59.184Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28072024-05-24T15:36:59.450Z Compiling num-rational v0.4.2
28082024-05-24T15:36:59.634Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28092024-05-24T15:36:59.909Z Compiling erased-serde v0.3.31
28102024-05-24T15:36:59.929Z Compiling serde_arrays v0.1.0
28112024-05-24T15:36:59.970Z Compiling rfc6979 v0.4.0
28122024-05-24T15:37:00.086Z Compiling aead v0.5.2
28132024-05-24T15:37:00.155Z Compiling num-complex v0.4.6
28142024-05-24T15:37:00.454Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
28152024-05-24T15:37:00.489Z Compiling nibble_vec v0.1.0
28162024-05-24T15:37:00.692Z Compiling slog-dtrace v0.3.0
28172024-05-24T15:37:00.793Z Compiling endian-type v0.1.2
28182024-05-24T15:37:00.813Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
28192024-05-24T15:37:00.953Z Compiling keccak v0.1.5
28202024-05-24T15:37:01.017Z Compiling topological-sort v0.2.2
28212024-05-24T15:37:01.094Z Compiling cancel-safe-futures v0.1.5
28222024-05-24T15:37:01.213Z Compiling omicron-zone-package v0.11.0
28232024-05-24T15:37:01.217Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28242024-05-24T15:37:01.274Z Compiling sha3 v0.10.8
28252024-05-24T15:37:01.430Z Compiling num v0.4.3
28262024-05-24T15:37:01.533Z Compiling radix_trie v0.2.1
28272024-05-24T15:37:02.183Z Compiling ecdsa v0.16.9
28282024-05-24T15:37:02.264Z Compiling rand_core v0.5.1
28292024-05-24T15:37:02.419Z Compiling slog-envlogger v2.2.0
28302024-05-24T15:37:02.764Z Compiling mime_guess v2.0.4
28312024-05-24T15:37:02.975Z Compiling steno v0.4.0
28322024-05-24T15:37:03.211Z Compiling rustfmt-wrapper v0.2.1
28332024-05-24T15:37:04.491Z Compiling poly1305 v0.8.0
28342024-05-24T15:37:04.523Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
28352024-05-24T15:37:05.256Z Compiling heck v0.3.3
28362024-05-24T15:37:05.560Z Compiling primeorder v0.13.6
28372024-05-24T15:37:05.676Z Compiling chacha20 v0.9.1
28382024-05-24T15:37:06.075Z Compiling thiserror-impl-no-std v2.0.2
28392024-05-24T15:37:06.118Z Compiling secrecy v0.8.0
28402024-05-24T15:37:06.183Z Compiling half v2.4.1
28412024-05-24T15:37:06.370Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
28422024-05-24T15:37:06.417Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28432024-05-24T15:37:06.654Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
28442024-05-24T15:37:06.752Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
28452024-05-24T15:37:06.810Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28462024-05-24T15:37:06.824Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28472024-05-24T15:37:07.009Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28482024-05-24T15:37:07.541Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28492024-05-24T15:37:07.711Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28502024-05-24T15:37:08.052Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28512024-05-24T15:37:08.381Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28522024-05-24T15:37:08.846Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28532024-05-24T15:37:08.903Z Compiling ciborium-io v0.2.2
28542024-05-24T15:37:09.019Z Compiling option-ext v0.2.0
28552024-05-24T15:37:09.022Z Compiling ciborium-ll v0.2.2
28562024-05-24T15:37:09.159Z Compiling dirs-sys v0.4.1
28572024-05-24T15:37:09.233Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28582024-05-24T15:37:09.371Z Compiling thiserror-no-std v2.0.2
28592024-05-24T15:37:09.418Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28602024-05-24T15:37:09.499Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
28612024-05-24T15:37:09.540Z Compiling zone_cfg_derive v0.1.2
28622024-05-24T15:37:10.127Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
28632024-05-24T15:37:10.279Z Compiling parking_lot v0.11.2
28642024-05-24T15:37:10.540Z Compiling rand_chacha v0.2.2
28652024-05-24T15:37:11.092Z Compiling trust-dns-client v0.22.0
28662024-05-24T15:37:11.366Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28672024-05-24T15:37:11.842Z Compiling ed25519 v2.2.3
28682024-05-24T15:37:11.901Z Compiling polyval v0.6.2
28692024-05-24T15:37:12.337Z Compiling tungstenite v0.21.0
28702024-05-24T15:37:12.375Z Compiling blowfish v0.9.1
28712024-05-24T15:37:12.533Z Compiling ctr v0.9.2
28722024-05-24T15:37:12.808Z Compiling aes v0.8.4
28732024-05-24T15:37:12.869Z Compiling libsw v3.3.1
28742024-05-24T15:37:13.176Z Compiling toml v0.5.11
28752024-05-24T15:37:14.311Z Compiling password-hash v0.4.2
28762024-05-24T15:37:14.486Z Compiling pbkdf2 v0.12.2
28772024-05-24T15:37:14.558Z Compiling gethostname v0.4.3
28782024-05-24T15:37:14.651Z Compiling fxhash v0.2.1
28792024-05-24T15:37:14.842Z Compiling owo-colors v4.0.0
28802024-05-24T15:37:14.856Z Compiling base64 v0.13.1
28812024-05-24T15:37:15.256Z Compiling swrite v0.1.0
28822024-05-24T15:37:15.376Z Compiling linear-map v1.2.0
28832024-05-24T15:37:15.461Z Compiling ron v0.7.1
28842024-05-24T15:37:15.574Z Compiling trust-dns-server v0.22.1
28852024-05-24T15:37:15.729Z Compiling sled v0.34.7
28862024-05-24T15:37:17.047Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28872024-05-24T15:37:17.138Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28882024-05-24T15:37:17.880Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28892024-05-24T15:37:21.989Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28902024-05-24T15:37:22.540Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28912024-05-24T15:37:22.932Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28922024-05-24T15:37:24.381Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28932024-05-24T15:37:24.611Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28942024-05-24T15:37:25.388Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
28952024-05-24T15:37:25.419Z Compiling pbkdf2 v0.11.0
28962024-05-24T15:37:25.785Z Compiling bcrypt-pbkdf v0.10.0
28972024-05-24T15:37:26.269Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28982024-05-24T15:37:26.392Z Compiling tokio-tungstenite v0.21.0
28992024-05-24T15:37:26.713Z Compiling ghash v0.5.1
29002024-05-24T15:37:26.908Z Compiling ed25519-dalek v2.1.1
29012024-05-24T15:37:27.009Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29022024-05-24T15:37:27.036Z Compiling zone v0.1.8
29032024-05-24T15:37:27.456Z Compiling rand v0.7.3
29042024-05-24T15:37:28.655Z Compiling vsss-rs v3.3.4
29052024-05-24T15:37:28.668Z Compiling dirs v5.0.1
29062024-05-24T15:37:28.850Z Compiling ciborium v0.2.2
29072024-05-24T15:37:29.545Z Compiling chacha20poly1305 v0.10.1
29082024-05-24T15:37:29.765Z Compiling p256 v0.13.2
29092024-05-24T15:37:30.052Z Compiling p521 v0.13.3
29102024-05-24T15:37:30.315Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29112024-05-24T15:37:30.620Z Compiling pem v3.0.4
29122024-05-24T15:37:31.003Z Compiling cbc v0.1.2
29132024-05-24T15:37:31.251Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
29142024-05-24T15:37:31.451Z Compiling headers-core v0.2.0
29152024-05-24T15:37:31.606Z Compiling kstat-rs v0.2.3
29162024-05-24T15:37:31.648Z Compiling portpicker v0.1.1
29172024-05-24T15:37:31.972Z Compiling nanorand v0.7.0
29182024-05-24T15:37:32.255Z Compiling russh-cryptovec v0.7.2
29192024-05-24T15:37:32.403Z Compiling glob v0.3.1
29202024-05-24T15:37:32.544Z Compiling md5 v0.7.0
29212024-05-24T15:37:32.547Z Compiling http-range v0.1.5
29222024-05-24T15:37:32.571Z Compiling flume v0.11.0
29232024-05-24T15:37:32.930Z Compiling russh-keys v0.43.0
29242024-05-24T15:37:33.065Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29252024-05-24T15:37:33.243Z Compiling hyper-staticfile v0.9.5
29262024-05-24T15:37:33.426Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29272024-05-24T15:37:34.201Z Compiling headers v0.3.9
29282024-05-24T15:37:36.185Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
29292024-05-24T15:37:36.345Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
29302024-05-24T15:37:37.155Z Compiling rcgen v0.12.1
29312024-05-24T15:37:37.322Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29322024-05-24T15:37:39.132Z Compiling aes-gcm v0.10.3
29332024-05-24T15:37:39.435Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29342024-05-24T15:37:39.714Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29352024-05-24T15:37:40.099Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29362024-05-24T15:37:41.223Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29372024-05-24T15:37:43.159Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
29382024-05-24T15:37:44.357Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
29392024-05-24T15:37:46.040Z Compiling atomicwrites v0.4.3
29402024-05-24T15:37:46.402Z Compiling subprocess v0.2.9
29412024-05-24T15:37:46.844Z Compiling hex-literal v0.4.1
29422024-05-24T15:37:46.995Z Compiling dhcproto-macros v0.1.0
29432024-05-24T15:37:47.979Z Compiling display-error-chain v0.2.0
29442024-05-24T15:37:48.163Z Compiling dhcproto v0.11.0
29452024-05-24T15:37:48.479Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29462024-05-24T15:37:50.415Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29472024-05-24T15:37:50.580Z Compiling russh v0.43.0
29482024-05-24T15:37:51.165Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29492024-05-24T15:37:51.589Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29502024-05-24T15:37:52.059Z Compiling internet-checksum v0.2.1
29512024-05-24T15:37:52.238Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29522024-05-24T15:38:12.811Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29532024-05-24T15:38:55.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 44s
29542024-05-24T15:38:55.615Z
29552024-05-24T15:38:55.619Zreal 3:44.330522905
29562024-05-24T15:38:55.619Zuser 20:09.909502984
29572024-05-24T15:38:55.619Zsys 4:23.394504285
29582024-05-24T15:38:55.619Ztrap 0.613913116
29592024-05-24T15:38:55.619Ztflt 0.433870564
29602024-05-24T15:38:55.619Zdflt 1.923836465
29612024-05-24T15:38:55.619Zkflt 0.000266027
29622024-05-24T15:38:55.619Zlock 42:47.983594520
29632024-05-24T15:38:55.619Zslp 58:20.782536361
29642024-05-24T15:38:55.619Zlat 1:06.865820710
29652024-05-24T15:38:55.619Zstop 2:12.923815226
29662024-05-24T15:38:55.619Z+ mkdir tests
29672024-05-24T15:38:55.622Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29682024-05-24T15:38:55.622Z+ xargs -I '{}' -t cp '{}' tests/
29692024-05-24T15:38:56.740Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-cbda8dbe393d41c0 tests/
29702024-05-24T15:38:56.760Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-9c10d1ae51891722 tests/
29712024-05-24T15:38:56.780Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-4d583b94d201053b tests/
29722024-05-24T15:38:56.799Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b02f3c95adfad367 tests/
29732024-05-24T15:38:57.103Z+ 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/*)
29742024-05-24T15:38:57.106Z+ 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-4d583b94d201053b tests/commtest-cbda8dbe393d41c0 tests/dhcp_server-9c10d1ae51891722 tests/end_to_end_tests-b02f3c95adfad367 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
29752024-05-24T15:40:00.175ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29762024-05-24T15:40:00.175Za out/target/test 1K
29772024-05-24T15:40:00.175Za out/npuzone/npuzone 23144K
29782024-05-24T15:40:00.175Za package-manifest.toml 27K
29792024-05-24T15:40:00.175Za smf/sled-agent/non-gimlet/config.toml 4K
29802024-05-24T15:40:00.175Za target/release/omicron-package 31819K
29812024-05-24T15:40:00.175Za target/release/xtask 6795K
29822024-05-24T15:40:00.175Za target/debug/bootstrap 350211K
29832024-05-24T15:40:00.175Za tests/bootstrap-4d583b94d201053b 23990K
29842024-05-24T15:40:00.176Za tests/commtest-cbda8dbe393d41c0 23990K
29852024-05-24T15:40:00.176Za tests/dhcp_server-9c10d1ae51891722 23990K
29862024-05-24T15:40:00.176Za tests/end_to_end_tests-b02f3c95adfad367 360358K
29872024-05-24T15:40:00.176Za out/clickhouse.tar.gz 222999K
29882024-05-24T15:40:00.176Za out/clickhouse_keeper.tar.gz 222992K
29892024-05-24T15:40:00.176Za out/cockroachdb.tar.gz 120955K
29902024-05-24T15:40:00.176Za out/crucible-pantry-zone.tar.gz 27302K
29912024-05-24T15:40:00.176Za out/crucible-zone.tar.gz 38059K
29922024-05-24T15:40:00.176Za out/external-dns.tar.gz 25088K
29932024-05-24T15:40:00.176Za out/internal-dns.tar.gz 25089K
29942024-05-24T15:40:00.176Za out/mg-ddm-gz.tar 60408K
29952024-05-24T15:40:00.176Za out/nexus.tar.gz 82207K
29962024-05-24T15:40:00.176Za out/ntp.tar.gz 8852K
29972024-05-24T15:40:00.176Za out/omicron-gateway-softnpu.tar.gz 14639K
29982024-05-24T15:40:00.176Za out/omicron-sled-agent.tar 92805K
29992024-05-24T15:40:00.176Za out/overlay.tar.gz 3K
30002024-05-24T15:40:00.176Za out/oximeter.tar.gz 40307K
30012024-05-24T15:40:00.176Za out/oxlog.tar 2934K
30022024-05-24T15:40:00.176Za out/probe.tar.gz 2764K
30032024-05-24T15:40:00.176Za out/propolis-server.tar.gz 65435K
30042024-05-24T15:40:00.176Za out/pumpkind-gz.tar 26665K
30052024-05-24T15:40:00.176Za out/switch-softnpu.tar.gz 196250K
30062024-05-24T15:40:00.180Z
30072024-05-24T15:40:00.180Zreal 1:03.062312977
30082024-05-24T15:40:00.180Zuser 1:00.437448094
30092024-05-24T15:40:00.180Zsys 3.462055954
30102024-05-24T15:40:00.180Ztrap 0.015394510
30112024-05-24T15:40:00.180Ztflt 0.000000000
30122024-05-24T15:40:00.180Zdflt 0.000000000
30132024-05-24T15:40:00.180Zkflt 0.000000000
30142024-05-24T15:40:00.180Zlock 0.000000000
30152024-05-24T15:40:00.180Zslp 1:00.450074376
30162024-05-24T15:40:00.180Zlat 1.756561511
30172024-05-24T15:40:00.180Zstop 0.000206700
30182024-05-24T15:40:00.180Zprocess exited: duration 1600497 ms, exit code 0
 
30192024-05-24T15:40:00.194Zfound 1 output files
30202024-05-24T15:40:00.194Zuploading: /work/package.tar.gz (1382935857 bytes)
30212024-05-24T15:47:18.828Zuploaded: /work/package.tar.gz