01HYPHAW41CARCE04G1K5VZ3Y5: 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: 01HYPHB3TRYP39ZN9Y894Y0APR

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-05-25T00:11:07.902Zjob assigned to worker 01HYPHB5TANVW70574M0W43V48 (queued for 45 s)
 
22024-05-25T00:11:08.437Zstarting task 0: "setup"
32024-05-25T00:11:08.475Z++ uname -s
42024-05-25T00:11:08.475Z+ kern=SunOS
52024-05-25T00:11:08.475Z+ case "$kern" in
62024-05-25T00:11:08.476Z+ groupadd -g 12345 build
72024-05-25T00:11:08.476Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-05-25T00:11:10.470Z+ zfs create -o mountpoint=/work rpool/work
92024-05-25T00:11:10.516Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-05-25T00:11:10.542Z+ home_fs=zfs
112024-05-25T00:11:10.542Z+ [[ zfs == autofs ]]
122024-05-25T00:11:10.542Z+ mkdir -p /home/build
132024-05-25T00:11:10.542Z+ chown build:build /home/build /work
142024-05-25T00:11:12.527Z+ chmod 0700 /home/build /work
152024-05-25T00:11:12.553Zprocess exited: duration 4095 ms, exit code 0
 
162024-05-25T00:11:12.609Zstarting task 1: "rust-toolchain"
172024-05-25T00:11:12.639Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-05-25T00:11:12.639Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
192024-05-25T00:11:12.782Zinfo: downloading installer
202024-05-25T00:11:13.208Zwarning: it looks like you have an existing installation of Rust at:
212024-05-25T00:11:13.209Zwarning: /opt/ooce/bin
222024-05-25T00:11:13.209Zwarning: It is recommended that rustup be the primary Rust installation.
232024-05-25T00:11:13.209Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-05-25T00:11:13.209Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-05-25T00:11:13.209Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-05-25T00:11:13.209Zwarning: or pass `-y' to ignore all ignorable checks.
272024-05-25T00:11:13.209Zerror: cannot install while Rust is installed
282024-05-25T00:11:13.209Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-05-25T00:11:13.267Zinfo: profile set to 'default'
302024-05-25T00:11:13.267Zinfo: default host triple is x86_64-unknown-illumos
312024-05-25T00:11:13.293Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
322024-05-25T00:11:13.376Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
332024-05-25T00:11:13.376Zinfo: downloading component 'cargo'
342024-05-25T00:11:13.526Zinfo: downloading component 'clippy'
352024-05-25T00:11:13.593Zinfo: downloading component 'rust-docs'
362024-05-25T00:11:13.780Zinfo: downloading component 'rust-std'
372024-05-25T00:11:14.060Zinfo: downloading component 'rustc'
382024-05-25T00:11:14.806Zinfo: downloading component 'rustfmt'
392024-05-25T00:11:14.869Zinfo: installing component 'cargo'
402024-05-25T00:11:15.983Zinfo: installing component 'clippy'
412024-05-25T00:11:16.411Zinfo: installing component 'rust-docs'
422024-05-25T00:11:19.036Zinfo: installing component 'rust-std'
432024-05-25T00:11:21.110Zinfo: installing component 'rustc'
442024-05-25T00:11:26.237Zinfo: installing component 'rustfmt'
452024-05-25T00:11:26.608Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
462024-05-25T00:11:26.609Z
472024-05-25T00:11:26.738Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
482024-05-25T00:11:26.738Z
492024-05-25T00:11:26.767Z
502024-05-25T00:11:26.767ZRust is installed now. Great!
512024-05-25T00:11:26.767Z
522024-05-25T00:11:26.767ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-05-25T00:11:26.767Zenvironment variable. This has not been done automatically.
542024-05-25T00:11:26.767Z
552024-05-25T00:11:26.768ZTo configure your current shell, you need to source
562024-05-25T00:11:26.768Zthe corresponding env file under $HOME/.cargo.
572024-05-25T00:11:26.768Z
582024-05-25T00:11:26.768ZThis is usually done by running one of the following (note the leading DOT):
592024-05-25T00:11:26.768Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-05-25T00:11:26.768Zsource "$HOME/.cargo/env.fish" # For fish
612024-05-25T00:11:26.827Z+ rustc --version
622024-05-25T00:11:26.938Zrustc 1.78.0 (9b00956e5 2024-04-29)
632024-05-25T00:11:26.963Zprocess exited: duration 14336 ms, exit code 0
 
642024-05-25T00:11:27.508Zstarting task 2: "authentication"
652024-05-25T00:11:27.595Zprocess exited: duration 58 ms, exit code 0
 
662024-05-25T00:11:27.655Zstarting task 3: "clone repository"
672024-05-25T00:11:27.680Z+ mkdir -p /work/oxidecomputer/omicron
682024-05-25T00:11:27.680Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-05-25T00:11:27.705ZCloning into '/work/oxidecomputer/omicron'...
702024-05-25T00:11:33.517Z+ cd /work/oxidecomputer/omicron
712024-05-25T00:11:33.542Z+ git fetch origin 0871b51a150bc5d867c19211de9da297ce9a32d2
722024-05-25T00:11:33.951ZFrom https://github.com/oxidecomputer/omicron
732024-05-25T00:11:33.952Z * branch 0871b51a150bc5d867c19211de9da297ce9a32d2 -> FETCH_HEAD
742024-05-25T00:11:33.983Z+ [[ -n iliana/crdb-cluster-version-v2 ]]
752024-05-25T00:11:33.983Z++ git branch --show-current
762024-05-25T00:11:33.983Z+ current=main
772024-05-25T00:11:33.983Z+ [[ main != iliana/crdb-cluster-version-v2 ]]
782024-05-25T00:11:33.984Z+ git branch -f iliana/crdb-cluster-version-v2 0871b51a150bc5d867c19211de9da297ce9a32d2
792024-05-25T00:11:33.984Z+ git checkout -f iliana/crdb-cluster-version-v2
802024-05-25T00:11:34.160ZSwitched to branch 'iliana/crdb-cluster-version-v2'
812024-05-25T00:11:34.186Z+ git reset --hard 0871b51a150bc5d867c19211de9da297ce9a32d2
822024-05-25T00:11:34.186ZHEAD is now at 0871b51a1 Merge remote-tracking branch 'origin/main' into iliana/crdb-cluster-version-v2
832024-05-25T00:11:34.186Zprocess exited: duration 6527 ms, exit code 0
 
842024-05-25T00:11:34.238Zstarting task 4: "build"
852024-05-25T00:11:34.263Z+ cargo --version
862024-05-25T00:11:34.338Zcargo 1.78.0 (54d8815d0 2024-03-26)
872024-05-25T00:11:34.363Z+ rustc --version
882024-05-25T00:11:34.443Zrustc 1.78.0 (9b00956e5 2024-04-29)
892024-05-25T00:11:34.471Z+ WORK=/work
902024-05-25T00:11:34.471Z+ pfexec mkdir -p /work
912024-05-25T00:11:34.471Z+ pfexec chown build /work
922024-05-25T00:11:34.472Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932024-05-25T00:11:39.713Z Startup: Refreshing catalog 'helios-dev' ... Done
942024-05-25T00:11:41.784Z Startup: Caching catalogs ... Done
952024-05-25T00:11:44.268ZPlanning: Solver setup ... Done (1.874s)
962024-05-25T00:11:44.301ZPlanning: Running solver ... Done (0.033s)
972024-05-25T00:11:44.336ZPlanning: Finding local manifests ... Done (0.002s)
982024-05-25T00:11:44.834ZPlanning: Fetching manifests: 0/4 0% complete
992024-05-25T00:11:45.243ZPlanning: Fetching manifests: 4/4 100% complete
1002024-05-25T00:11:45.290ZPlanning: Package planning ... Done (0.057s)
1012024-05-25T00:11:45.354ZPlanning: Merging actions ... Done (0.060s)
1022024-05-25T00:11:46.106ZPlanning: Checking for conflicting actions ... Done (0.348s)
1032024-05-25T00:11:46.138ZPlanning: Consolidating action changes ... Done (0.013s)
1042024-05-25T00:11:46.679ZPlanning: Evaluating mediators ... Done (0.636s)
1052024-05-25T00:11:46.679ZPlanning: Planning completed in 4.52 seconds
1062024-05-25T00:11:46.679Z Packages to install: 4
1072024-05-25T00:11:46.679Z Mediators to change: 2
1082024-05-25T00:11:46.679Z Services to change: 1
1092024-05-25T00:11:46.680Z Estimated space available: 148.90 GB
1102024-05-25T00:11:46.680ZEstimated space to be consumed: 1.45 GB
1112024-05-25T00:11:46.680Z Create boot environment: No
1122024-05-25T00:11:46.680ZCreate backup boot environment: No
1132024-05-25T00:11:46.680Z Rebuild boot archive: No
1142024-05-25T00:11:46.680Z
1152024-05-25T00:11:46.680ZChanged mediators:
1162024-05-25T00:11:46.680Z mediator clang:
1172024-05-25T00:11:46.680Z version: None -> 15 (system default)
1182024-05-25T00:11:46.680Z
1192024-05-25T00:11:46.680Z mediator llvm:
1202024-05-25T00:11:46.680Z version: 14 (system default) -> 15 (system default)
1212024-05-25T00:11:46.680Z
1222024-05-25T00:11:46.680ZChanged packages:
1232024-05-25T00:11:46.681Zhelios-dev
1242024-05-25T00:11:46.681Z developer/build-essential
1252024-05-25T00:11:46.681Z None -> 11-2.0
1262024-05-25T00:11:46.681Z library/libxmlsec1
1272024-05-25T00:11:46.681Z None -> 1.2.35-2.0
1282024-05-25T00:11:46.681Z ooce/developer/clang-15
1292024-05-25T00:11:46.681Z None -> 15.0.7-2.0
1302024-05-25T00:11:46.681Z ooce/developer/llvm-15
1312024-05-25T00:11:46.681Z None -> 15.0.7-2.0
1322024-05-25T00:11:46.681Z
1332024-05-25T00:11:46.681ZServices:
1342024-05-25T00:11:46.681Z restart_fmri:
1352024-05-25T00:11:46.681Z svc:/system/update-man-index:default
1362024-05-25T00:11:46.681Z
1372024-05-25T00:11:46.681ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1382024-05-25T00:11:51.438ZDownload: 553/3290 items 17.5/212.6MB 8% complete (3.6M/s)
1392024-05-25T00:11:56.452ZDownload: 1198/3290 items 81.2/212.6MB 38% complete (8.3M/s)
1402024-05-25T00:12:01.498ZDownload: 2225/3290 items 119.2/212.6MB 56% complete (10.2M/s)
1412024-05-25T00:12:06.491ZDownload: 3248/3290 items 182.3/212.6MB 85% complete (10.2M/s)
1422024-05-25T00:12:08.870ZDownload: Completed 212.60 MB in 22.05 seconds (9.6M/s)
1432024-05-25T00:12:08.870Z Actions: 1/3689 actions (Installing new actions)
1442024-05-25T00:12:14.777Z Actions: 3172/3689 actions (Installing new actions)
1452024-05-25T00:12:14.777Z Actions: Completed 3689 actions in 5.69 seconds.
1462024-05-25T00:12:14.778Z Done (0.314s)
1472024-05-25T00:12:14.778Z Done (0.000s)
1482024-05-25T00:12:14.992Z Done (0.354s)
1492024-05-25T00:12:19.996Z Done (4.877s)
1502024-05-25T00:12:20.094Z Done (0.020s)
1512024-05-25T00:12:20.119Z Done (0.000s)
1522024-05-25T00:12:20.249Z Done (0.000s)
1532024-05-25T00:12:20.840ZPlanning: Evaluating mediator changes ... Done
1542024-05-25T00:12:21.072ZPlanning: Checking for conflicting actions ... Done
1552024-05-25T00:12:21.097ZPlanning: Consolidating action changes ... Done
1562024-05-25T00:12:21.378ZPlanning: Evaluating mediators ... Done
1572024-05-25T00:12:21.403ZPlanning: Planning completed in 0.54 seconds
1582024-05-25T00:12:21.429Z Mediators to change: 2
1592024-05-25T00:12:21.429Z Create boot environment: No
1602024-05-25T00:12:21.429ZCreate backup boot environment: No
1612024-05-25T00:12:21.475Z Done
1622024-05-25T00:12:21.475Z Done
1632024-05-25T00:12:22.126Z Done
1642024-05-25T00:12:26.218Z Done
1652024-05-25T00:12:26.320Z Done
1662024-05-25T00:12:26.320Z Done
1672024-05-25T00:12:26.391Z Done
1682024-05-25T00:12:27.139ZPlanning: Evaluating mediator changes ... Done
1692024-05-25T00:12:27.173ZPlanning: Merging actions ... Done
1702024-05-25T00:12:27.377ZPlanning: Checking for conflicting actions ... Done
1712024-05-25T00:12:27.402ZPlanning: Consolidating action changes ... Done
1722024-05-25T00:12:27.715ZPlanning: Evaluating mediators ... Done
1732024-05-25T00:12:27.787ZPlanning: Planning completed in 0.97 seconds
1742024-05-25T00:12:27.829Z Packages to change: 1
1752024-05-25T00:12:27.829Z Mediators to change: 1
1762024-05-25T00:12:27.830Z Services to change: 1
1772024-05-25T00:12:27.830Z Create boot environment: No
1782024-05-25T00:12:27.830ZCreate backup boot environment: Yes
1792024-05-25T00:12:29.377Z Actions: 1/6 actions (Updating modified actions)
1802024-05-25T00:12:29.411Z Actions: Completed 6 actions in 0.00 seconds.
1812024-05-25T00:12:29.412Z Done
1822024-05-25T00:12:29.412Z Done
1832024-05-25T00:12:29.461Z Done
1842024-05-25T00:12:34.165Z Done
1852024-05-25T00:12:34.194Z Done
1862024-05-25T00:12:34.194Z Done
1872024-05-25T00:12:34.194Z Done
1882024-05-25T00:12:34.431ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1892024-05-25T00:12:34.431Zclang system 15 system
1902024-05-25T00:12:34.432Zcsh system system illumos
1912024-05-25T00:12:34.432Zctags system system illumos
1922024-05-25T00:12:34.432Zgcc vendor 12 vendor
1932024-05-25T00:12:34.432Zgcc system 10 system
1942024-05-25T00:12:34.432Zgcc system 7 system
1952024-05-25T00:12:34.432Zgo system 1.20 system
1962024-05-25T00:12:34.432Zgo system 1.19 system
1972024-05-25T00:12:34.432Zllvm system 15 system
1982024-05-25T00:12:34.432Zllvm system 14 system
1992024-05-25T00:12:34.432Zmariadb system 10.6 system
2002024-05-25T00:12:34.432Zmta vendor vendor dma
2012024-05-25T00:12:34.432Zopenjdk system 17 system
2022024-05-25T00:12:34.432Zopenjdk system 11 system
2032024-05-25T00:12:34.433Zopenjdk system 1.8 system
2042024-05-25T00:12:34.433Zopenssl vendor 3 vendor
2052024-05-25T00:12:34.433Zperl system 5.36 system
2062024-05-25T00:12:34.433Zpostgresql system 15 system
2072024-05-25T00:12:34.433Zpostgresql system 13 system
2082024-05-25T00:12:34.433Zpython vendor 3 vendor
2092024-05-25T00:12:34.433Zpython system 2 system
2102024-05-25T00:12:34.433Zpython3 system 3.11 system
2112024-05-25T00:12:34.433Zruby system 3.0 system
2122024-05-25T00:12:34.433Zwords vendor vendor american-english
2132024-05-25T00:12:34.433Zwords system system australian-english
2142024-05-25T00:12:34.433Zwords system system british-english
2152024-05-25T00:12:34.434Zwords system system canadian-english
2162024-05-25T00:12:34.434Zwords system system french
2172024-05-25T00:12:34.434Zwords system system italian
2182024-05-25T00:12:34.434Zwords system system ngerman
2192024-05-25T00:12:34.434Zwords system system ogerman
2202024-05-25T00:12:34.434Zwords system system spanish
2212024-05-25T00:12:34.835ZPUBLISHER TYPE STATUS P LOCATION
2222024-05-25T00:12:34.836Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2232024-05-25T00:12:36.596ZFMRI IFO
2242024-05-25T00:12:36.596Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2252024-05-25T00:12:36.597Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2262024-05-25T00:12:36.597Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2272024-05-25T00:12:36.597Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2282024-05-25T00:12:36.597Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2292024-05-25T00:12:36.597Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2302024-05-25T00:12:36.597Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2312024-05-25T00:12:36.597Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2322024-05-25T00:12:36.598Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2332024-05-25T00:12:36.598Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2342024-05-25T00:12:36.598Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2352024-05-25T00:12:36.598Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2362024-05-25T00:12:36.869Z+ set -o errexit
2372024-05-25T00:12:36.917Z+++ dirname ./tools/ci_download_cockroachdb
2382024-05-25T00:12:36.917Z++ cd ./tools
2392024-05-25T00:12:36.917Z++ pwd
2402024-05-25T00:12:36.918Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2412024-05-25T00:12:36.918Z++ basename ./tools/ci_download_cockroachdb
2422024-05-25T00:12:36.918Z+ ARG0=ci_download_cockroachdb
2432024-05-25T00:12:36.918Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2442024-05-25T00:12:36.918Z+ CIDL_VERSION=v22.1.9
2452024-05-25T00:12:36.918Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2462024-05-25T00:12:36.918Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2472024-05-25T00:12:36.918Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2482024-05-25T00:12:36.918Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2492024-05-25T00:12:36.918Z+ TARGET_DIR=out
2502024-05-25T00:12:36.918Z+ DOWNLOAD_DIR=out/downloads
2512024-05-25T00:12:36.918Z+ DEST_DIR=./out/cockroachdb
2522024-05-25T00:12:36.918Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2532024-05-25T00:12:36.918Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2542024-05-25T00:12:36.918Z+ main
2552024-05-25T00:12:36.919Z+ [[ 0 != 0 ]]
2562024-05-25T00:12:36.919Z+ CIDL_OS=solaris2.11
2572024-05-25T00:12:36.919Z+ [[ 0 != 0 ]]
2582024-05-25T00:12:36.919Z+ configure_os solaris2.11
2592024-05-25T00:12:36.919Z+ echo 'current directory: /work/oxidecomputer/omicron'
2602024-05-25T00:12:36.919Z+ echo 'configuring based on OS: "solaris2.11"'
2612024-05-25T00:12:36.919Z+ case "$1" in
2622024-05-25T00:12:36.919Z+ CIDL_BUILD=illumos
2632024-05-25T00:12:36.919Zcurrent directory: /work/oxidecomputer/omicron
2642024-05-25T00:12:36.919Zconfiguring based on OS: "solaris2.11"
2652024-05-25T00:12:36.919Z+ CIDL_SUFFIX=tar.gz
2662024-05-25T00:12:36.919Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2672024-05-25T00:12:36.919Z+ CIDL_URL_BASE=https://illumos.org/downloads
2682024-05-25T00:12:36.919Z+ CIDL_ASSEMBLE=do_assemble_illumos
2692024-05-25T00:12:36.919Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2702024-05-25T00:12:36.919Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2712024-05-25T00:12:36.920Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2722024-05-25T00:12:36.920Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2732024-05-25T00:12:36.920Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2742024-05-25T00:12:36.920Z+ CIDL_SHA256FUNC=do_sha256sum
2752024-05-25T00:12:36.920Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2762024-05-25T00:12:36.920Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2772024-05-25T00:12:36.920Z+ mkdir -p out/downloads
2782024-05-25T00:12:36.920ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2792024-05-25T00:12:36.920ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2802024-05-25T00:12:36.920Z+ mkdir -p ./out/cockroachdb
2812024-05-25T00:12:36.920Z+ local DO_DOWNLOAD=true
2822024-05-25T00:12:36.920Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2832024-05-25T00:12:36.920Z+ '[' true == true ']'
2842024-05-25T00:12:36.920Z+ echo Downloading...
2852024-05-25T00:12:36.920ZDownloading...
2862024-05-25T00:12:36.920Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2872024-05-25T00:12:36.921Z+ 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
2882024-05-25T00:12:42.334Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2892024-05-25T00:12:42.358Z++ sha256sum
2902024-05-25T00:12:42.359Z++ awk '{print $1}'
2912024-05-25T00:12:42.412Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2922024-05-25T00:12:42.412Z+ [[ 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 ]]
2932024-05-25T00:12:42.412Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2942024-05-25T00:12:42.412Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2952024-05-25T00:12:45.426Z+ do_assemble_illumos
2962024-05-25T00:12:45.426Z+ rm -r ./out/cockroachdb
2972024-05-25T00:12:45.456Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2982024-05-25T00:12:45.879Z+ ./out/cockroachdb/bin/cockroach version
2992024-05-25T00:12:46.119ZBuild Tag: v22.1.9-dirty
3002024-05-25T00:12:46.120ZBuild Time: 2022/10/26 21:17:46
3012024-05-25T00:12:46.120ZDistribution: OSS
3022024-05-25T00:12:46.120ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3032024-05-25T00:12:46.120ZGo Version: go1.17.13
3042024-05-25T00:12:46.120ZC Compiler: gcc 10.3.0
3052024-05-25T00:12:46.120ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3062024-05-25T00:12:46.120ZBuild Type: release
3072024-05-25T00:12:46.155Z+ set -o errexit
3082024-05-25T00:12:46.206Z+++ dirname ./tools/ci_download_clickhouse
3092024-05-25T00:12:46.206Z++ cd ./tools
3102024-05-25T00:12:46.206Z++ pwd
3112024-05-25T00:12:46.206Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3122024-05-25T00:12:46.206Z++ basename ./tools/ci_download_clickhouse
3132024-05-25T00:12:46.206Z+ ARG0=ci_download_clickhouse
3142024-05-25T00:12:46.207Z+ TARGET_DIR=out
3152024-05-25T00:12:46.207Z+ DOWNLOAD_DIR=out/downloads
3162024-05-25T00:12:46.207Z+ DEST_DIR=./out/clickhouse
3172024-05-25T00:12:46.207Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3182024-05-25T00:12:46.207Z+ CIDL_VERSION=v23.8.7.24
3192024-05-25T00:12:46.207Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3202024-05-25T00:12:46.207Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3212024-05-25T00:12:46.207Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3222024-05-25T00:12:46.207Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3232024-05-25T00:12:46.207Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3242024-05-25T00:12:46.207Z+ main
3252024-05-25T00:12:46.207Z+ [[ 0 != 0 ]]
3262024-05-25T00:12:46.207Z+ CIDL_OS=solaris2.11
3272024-05-25T00:12:46.207Z+ [[ 0 != 0 ]]
3282024-05-25T00:12:46.207Z+ configure_os solaris2.11
3292024-05-25T00:12:46.207Z+ echo 'current directory: /work/oxidecomputer/omicron'
3302024-05-25T00:12:46.208Z+ echo 'configuring based on OS: "solaris2.11"'
3312024-05-25T00:12:46.208Z+ CIDL_DASHREV=
3322024-05-25T00:12:46.208Z+ case "$1" in
3332024-05-25T00:12:46.208Zcurrent directory: /work/oxidecomputer/omicron
3342024-05-25T00:12:46.208Z+ CIDL_PLATFORM=illumos
3352024-05-25T00:12:46.208Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3362024-05-25T00:12:46.208Zconfiguring based on OS: "solaris2.11"
3372024-05-25T00:12:46.208Z+ CIDL_MD5FUNC=do_md5sum
3382024-05-25T00:12:46.208Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3392024-05-25T00:12:46.208Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3402024-05-25T00:12:46.208Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3412024-05-25T00:12:46.208Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3422024-05-25T00:12:46.208Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3432024-05-25T00:12:46.208Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3442024-05-25T00:12:46.208ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3452024-05-25T00:12:46.209Z+ mkdir -p out/downloads
3462024-05-25T00:12:46.209ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3472024-05-25T00:12:46.209Z+ mkdir -p ./out/clickhouse
3482024-05-25T00:12:46.209Z+ local DO_DOWNLOAD=true
3492024-05-25T00:12:46.209Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3502024-05-25T00:12:46.209Z+ '[' true == true ']'
3512024-05-25T00:12:46.209Z+ echo Downloading...
3522024-05-25T00:12:46.209Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3532024-05-25T00:12:46.209ZDownloading...
3542024-05-25T00:12:46.209Z+ 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
3552024-05-25T00:12:53.710Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3562024-05-25T00:12:53.735Z++ md5sum
3572024-05-25T00:12:53.735Z++ awk '{print $1}'
3582024-05-25T00:12:53.999Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3592024-05-25T00:12:53.999Z+ [[ 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 ]]
3602024-05-25T00:12:53.999Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3612024-05-25T00:12:53.999Z+ mkdir -p ./out/clickhouse
3622024-05-25T00:12:54.028Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3632024-05-25T00:12:59.351Z+ [[ solaris2.11 == darwin* ]]
3642024-05-25T00:12:59.351Z+ ./out/clickhouse/clickhouse server --version
3652024-05-25T00:12:59.515ZClickHouse server version 23.8.7.1.
3662024-05-25T00:12:59.550Z+ set -o errexit
3672024-05-25T00:12:59.550Z+++ dirname ./tools/ci_download_console
3682024-05-25T00:12:59.550Z++ cd ./tools
3692024-05-25T00:12:59.550Z++ pwd
3702024-05-25T00:12:59.550Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3712024-05-25T00:12:59.550Z++ basename ./tools/ci_download_console
3722024-05-25T00:12:59.550Z+ ARG0=ci_download_console
3732024-05-25T00:12:59.550Z+ TARGET_DIR=out
3742024-05-25T00:12:59.550Z+ DOWNLOAD_DIR=out/downloads
3752024-05-25T00:12:59.550Z+ DEST_DIR=./out/console-assets
3762024-05-25T00:12:59.550Z+ source /work/oxidecomputer/omicron/tools/console_version
3772024-05-25T00:12:59.551Z++ COMMIT=a228b75ba35952b68c0b8b0892c452d4fc29467a
3782024-05-25T00:12:59.551Z++ SHA2=8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048
3792024-05-25T00:12:59.551Z+ URL=https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz
3802024-05-25T00:12:59.551Z+ TARBALL_FILE=out/downloads/console.tar.gz
3812024-05-25T00:12:59.551Z+ main
3822024-05-25T00:12:59.551Z+ [[ 0 != 0 ]]
3832024-05-25T00:12:59.551Z+ echo 'URL: https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz'
3842024-05-25T00:12:59.551Z+ echo 'Local file: out/downloads/console.tar.gz'
3852024-05-25T00:12:59.551ZURL: https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz
3862024-05-25T00:12:59.551ZLocal file: out/downloads/console.tar.gz
3872024-05-25T00:12:59.551Z+ local DO_DOWNLOAD=true
3882024-05-25T00:12:59.551Z+ [[ -f out/downloads/console.tar.gz ]]
3892024-05-25T00:12:59.551Z+ mkdir -p out/downloads
3902024-05-25T00:12:59.583Z+ '[' true == true ']'
3912024-05-25T00:12:59.583Z+ echo Downloading...
3922024-05-25T00:12:59.583ZDownloading...
3932024-05-25T00:12:59.583Z+ do_download_curl https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz out/downloads/console.tar.gz
3942024-05-25T00:12:59.583Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz
3952024-05-25T00:12:59.797Z++ do_sha256sum out/downloads/console.tar.gz
3962024-05-25T00:12:59.797Z++ case "$OSTYPE" in
3972024-05-25T00:12:59.798Z++ SHA=sha256sum
3982024-05-25T00:12:59.823Z++ sha256sum
3992024-05-25T00:12:59.823Z++ awk '{print $1}'
4002024-05-25T00:12:59.823Z+ calculated_sha2=8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048
4012024-05-25T00:12:59.823Z+ [[ 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 ]]
4022024-05-25T00:12:59.823Z+ rm -rf ./out/console-assets
4032024-05-25T00:12:59.823Z+ mkdir -p ./out/console-assets
4042024-05-25T00:12:59.823Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4052024-05-25T00:12:59.823Z+ mkdir -p ./out/console-assets
4062024-05-25T00:12:59.823Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4072024-05-25T00:12:59.947Z+ set -o errexit
4082024-05-25T00:12:59.972Z+++ dirname ./tools/ci_download_dendrite_openapi
4092024-05-25T00:12:59.973Z++ cd ./tools
4102024-05-25T00:12:59.973Z++ pwd
4112024-05-25T00:12:59.973Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4122024-05-25T00:12:59.973Z++ basename ./tools/ci_download_dendrite_openapi
4132024-05-25T00:12:59.973Z+ ARG0=ci_download_dendrite_openapi
4142024-05-25T00:12:59.973Z+ TARGET_DIR=out
4152024-05-25T00:12:59.973Z+ DOWNLOAD_DIR=out/downloads
4162024-05-25T00:12:59.973Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4172024-05-25T00:12:59.973Z++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4182024-05-25T00:12:59.973Z++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4192024-05-25T00:12:59.973Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json
4202024-05-25T00:12:59.973Z+ LOCAL_FILE=out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4212024-05-25T00:12:59.973Z+ main
4222024-05-25T00:12:59.973Z+ [[ 0 != 0 ]]
4232024-05-25T00:12:59.974Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json'
4242024-05-25T00:12:59.974Z+ echo 'Local file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json'
4252024-05-25T00:12:59.974Z+ local DO_DOWNLOAD=true
4262024-05-25T00:12:59.974Z+ [[ -f out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json ]]
4272024-05-25T00:12:59.974ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json
4282024-05-25T00:12:59.974ZLocal file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4292024-05-25T00:12:59.974Z+ mkdir -p out/downloads
4302024-05-25T00:12:59.974Z+ '[' true == true ']'
4312024-05-25T00:12:59.974Z+ echo Downloading...
4322024-05-25T00:12:59.974ZDownloading...
4332024-05-25T00:12:59.974Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4342024-05-25T00:12:59.974Z+ 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
4352024-05-25T00:13:00.675Z++ do_sha256sum out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4362024-05-25T00:13:00.676Z++ case "$OSTYPE" in
4372024-05-25T00:13:00.676Z++ SHA=sha256sum
4382024-05-25T00:13:00.714Z++ sha256sum
4392024-05-25T00:13:00.714Z++ awk '{print $1}'
4402024-05-25T00:13:00.714Z+ calculated_sha2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4412024-05-25T00:13:00.714Z+ [[ 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 ]]
4422024-05-25T00:13:00.714Z+ set -o errexit
4432024-05-25T00:13:00.714Z+++ dirname ./tools/ci_download_dendrite_stub
4442024-05-25T00:13:00.714Z++ cd ./tools
4452024-05-25T00:13:00.715Z++ pwd
4462024-05-25T00:13:00.715Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4472024-05-25T00:13:00.764Z++ basename ./tools/ci_download_dendrite_stub
4482024-05-25T00:13:00.764Z+ ARG0=ci_download_dendrite_stub
4492024-05-25T00:13:00.764Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4502024-05-25T00:13:00.764Z++ CIDL_SHA256_ILLUMOS=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
4512024-05-25T00:13:00.764Z++ CIDL_SHA256_LINUX_DPD=fa38138db9ce1c2cababd11dd9ef1289295e4a8185c78372f6ff1a090c75a05b
4522024-05-25T00:13:00.764Z++ CIDL_SHA256_LINUX_SWADM=ebda6c0a8e29f40c389337fe2e37c1191eeeb34d729de7724b6d707bb6c9a882
4532024-05-25T00:13:00.764Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4542024-05-25T00:13:00.764Z++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4552024-05-25T00:13:00.765Z++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4562024-05-25T00:13:00.765Z+ TARGET_DIR=out
4572024-05-25T00:13:00.765Z+ DOWNLOAD_DIR=out/downloads
4582024-05-25T00:13:00.765Z+ DEST_DIR=./out/dendrite-stub
4592024-05-25T00:13:00.765Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4602024-05-25T00:13:00.765Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4612024-05-25T00:13:00.765Z+ REPO=oxidecomputer/dendrite
4622024-05-25T00:13:00.765Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4632024-05-25T00:13:00.765Z+ main
4642024-05-25T00:13:00.765Z+ [[ 0 != 0 ]]
4652024-05-25T00:13:00.765Z+ CIDL_OS=solaris2.11
4662024-05-25T00:13:00.765Z+ [[ 0 != 0 ]]
4672024-05-25T00:13:00.765Z+ configure_os solaris2.11
4682024-05-25T00:13:00.765Z+ echo 'current directory: /work/oxidecomputer/omicron'
4692024-05-25T00:13:00.765Z+ echo 'configuring based on OS: "solaris2.11"'
4702024-05-25T00:13:00.765Zcurrent directory: /work/oxidecomputer/omicron
4712024-05-25T00:13:00.766Zconfiguring based on OS: "solaris2.11"
4722024-05-25T00:13:00.766Z+ case "$1" in
4732024-05-25T00:13:00.766Z+ SET_BINARIES=
4742024-05-25T00:13:00.766Z+ CIDL_SHA256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
4752024-05-25T00:13:00.766Z+ CIDL_SHA256FUNC=do_sha256sum
4762024-05-25T00:13:00.766Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
4772024-05-25T00:13:00.766Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz
4782024-05-25T00:13:00.766Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
4792024-05-25T00:13:00.766Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz'
4802024-05-25T00:13:00.766ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz
4812024-05-25T00:13:00.766Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
4822024-05-25T00:13:00.766Z+ mkdir -p out/downloads
4832024-05-25T00:13:00.766ZLocal file: out/downloads/dendrite-stub.tar.gz
4842024-05-25T00:13:00.766Z+ mkdir -p ./out/dendrite-stub
4852024-05-25T00:13:00.766Z+ fetch_and_verify
4862024-05-25T00:13:00.767Z+ local DO_DOWNLOAD=true
4872024-05-25T00:13:00.767Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
4882024-05-25T00:13:00.767Z+ '[' true == true ']'
4892024-05-25T00:13:00.767Z+ echo Downloading...
4902024-05-25T00:13:00.767ZDownloading...
4912024-05-25T00:13:00.767Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
4922024-05-25T00:13:00.767Z+ 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
4932024-05-25T00:13:09.262Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
4942024-05-25T00:13:09.301Z++ sha256sum
4952024-05-25T00:13:09.301Z++ awk '{print $1}'
4962024-05-25T00:13:09.301Z+ calculated_sha256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
4972024-05-25T00:13:09.301Z+ [[ 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 ]]
4982024-05-25T00:13:09.301Z+ do_untar out/downloads/dendrite-stub.tar.gz
4992024-05-25T00:13:09.302Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5002024-05-25T00:13:09.769Z+ do_assemble
5012024-05-25T00:13:09.770Z+ rm -r ./out/dendrite-stub
5022024-05-25T00:13:09.795Z+ mkdir ./out/dendrite-stub
5032024-05-25T00:13:09.795Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5042024-05-25T00:13:09.923Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5052024-05-25T00:13:09.948Z+ set -o errexit
5062024-05-25T00:13:09.948Z+++ dirname ./tools/ci_download_maghemite_mgd
5072024-05-25T00:13:09.948Z++ cd ./tools
5082024-05-25T00:13:09.948Z++ pwd
5092024-05-25T00:13:09.948Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5102024-05-25T00:13:09.995Z++ basename ./tools/ci_download_maghemite_mgd
5112024-05-25T00:13:09.996Z+ ARG0=ci_download_maghemite_mgd
5122024-05-25T00:13:09.996Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5132024-05-25T00:13:09.996Z++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5142024-05-25T00:13:09.996Z++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19
5152024-05-25T00:13:09.996Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5162024-05-25T00:13:09.996Z++ COMMIT=23b0cf439f9f62b9a4933e55cc72bcaddc9596cd
5172024-05-25T00:13:09.996Z++ SHA2=fdb33ee7425923560534672264008ef8948d227afce948ab704de092ad72157c
5182024-05-25T00:13:09.996Z+ TARGET_DIR=out
5192024-05-25T00:13:09.996Z+ DOWNLOAD_DIR=out/downloads
5202024-05-25T00:13:09.996Z+ DEST_DIR=./out/mgd
5212024-05-25T00:13:09.996Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5222024-05-25T00:13:09.996Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5232024-05-25T00:13:09.996Z+ REPO=oxidecomputer/maghemite
5242024-05-25T00:13:09.997Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd
5252024-05-25T00:13:09.997Z+ main
5262024-05-25T00:13:09.997Z+ rm -rf out/downloads/root
5272024-05-25T00:13:09.997Z+ [[ 0 != 0 ]]
5282024-05-25T00:13:09.997Z+ CIDL_OS=solaris2.11
5292024-05-25T00:13:09.997Z+ [[ 0 != 0 ]]
5302024-05-25T00:13:09.997Z+ configure_os solaris2.11
5312024-05-25T00:13:09.997Z+ echo 'current directory: /work/oxidecomputer/omicron'
5322024-05-25T00:13:09.997Z+ echo 'configuring based on OS: "solaris2.11"'
5332024-05-25T00:13:09.997Zcurrent directory: /work/oxidecomputer/omicron
5342024-05-25T00:13:09.997Zconfiguring based on OS: "solaris2.11"
5352024-05-25T00:13:09.997Z+ case "$1" in
5362024-05-25T00:13:09.997Z+ SET_BINARIES=
5372024-05-25T00:13:09.997Z+ CIDL_SHA256FUNC=do_sha256sum
5382024-05-25T00:13:09.997Z+ TARBALL_FILENAME=mgd.tar.gz
5392024-05-25T00:13:09.997Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz
5402024-05-25T00:13:09.998Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5412024-05-25T00:13:09.998Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz'
5422024-05-25T00:13:09.998Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5432024-05-25T00:13:09.998Z+ mkdir -p out/downloads
5442024-05-25T00:13:09.998ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz
5452024-05-25T00:13:09.998ZLocal file: out/downloads/mgd.tar.gz
5462024-05-25T00:13:09.998Z+ mkdir -p ./out/mgd
5472024-05-25T00:13:09.998Z+ fetch_and_verify
5482024-05-25T00:13:09.998Z+ local DO_DOWNLOAD=true
5492024-05-25T00:13:09.998Z+ [[ -f out/downloads/mgd.tar.gz ]]
5502024-05-25T00:13:09.998Z+ '[' true == true ']'
5512024-05-25T00:13:09.998Z+ echo Downloading...
5522024-05-25T00:13:09.998Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz out/downloads/mgd.tar.gz
5532024-05-25T00:13:09.998ZDownloading...
5542024-05-25T00:13:09.998Z+ 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
5552024-05-25T00:13:18.623Z++ do_sha256sum out/downloads/mgd.tar.gz
5562024-05-25T00:13:18.653Z++ sha256sum
5572024-05-25T00:13:18.654Z++ awk '{print $1}'
5582024-05-25T00:13:18.682Z+ calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5592024-05-25T00:13:18.682Z+ [[ 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 ]]
5602024-05-25T00:13:18.682Z+ do_untar out/downloads/mgd.tar.gz
5612024-05-25T00:13:18.682Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
5622024-05-25T00:13:19.435Z+ do_assemble
5632024-05-25T00:13:19.435Z+ rm -r ./out/mgd
5642024-05-25T00:13:19.460Z+ mkdir ./out/mgd
5652024-05-25T00:13:19.460Z+ cp -r out/downloads/root ./out/mgd/root
5662024-05-25T00:13:19.510Z+ set -o errexit
5672024-05-25T00:13:19.557Z+++ dirname ./tools/ci_download_transceiver_control
5682024-05-25T00:13:19.557Z++ cd ./tools
5692024-05-25T00:13:19.557Z++ pwd
5702024-05-25T00:13:19.557Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5712024-05-25T00:13:19.557Z++ basename ./tools/ci_download_transceiver_control
5722024-05-25T00:13:19.557Z+ ARG0=ci_download_transceiver_control
5732024-05-25T00:13:19.557Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5742024-05-25T00:13:19.557Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5752024-05-25T00:13:19.557Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5762024-05-25T00:13:19.557Z+ TARGET_DIR=out
5772024-05-25T00:13:19.558Z+ DOWNLOAD_DIR=out/downloads
5782024-05-25T00:13:19.558Z+ DEST_DIR=./out/transceiver-control
5792024-05-25T00:13:19.558Z+ BIN_DIR=/opt/oxide/bin
5802024-05-25T00:13:19.558Z+ BINARY=xcvradm
5812024-05-25T00:13:19.558Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5822024-05-25T00:13:19.558Z+ REPO=oxidecomputer/transceiver-control
5832024-05-25T00:13:19.558Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5842024-05-25T00:13:19.558Z+ main
5852024-05-25T00:13:19.558Z+ [[ 0 != 0 ]]
5862024-05-25T00:13:19.558Z+ CIDL_OS=solaris2.11
5872024-05-25T00:13:19.558Z+ [[ 0 != 0 ]]
5882024-05-25T00:13:19.558Z+ configure_os solaris2.11
5892024-05-25T00:13:19.559Z+ echo 'current directory: /work/oxidecomputer/omicron'
5902024-05-25T00:13:19.559Z+ echo 'configuring based on OS: "solaris2.11"'
5912024-05-25T00:13:19.559Z+ case "$1" in
5922024-05-25T00:13:19.559Z+ SET_BINARIES=
5932024-05-25T00:13:19.559Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5942024-05-25T00:13:19.559Zcurrent directory: /work/oxidecomputer/omicron
5952024-05-25T00:13:19.559Z+ CIDL_SHA256FUNC=do_sha256sum
5962024-05-25T00:13:19.559Zconfiguring based on OS: "solaris2.11"
5972024-05-25T00:13:19.559Z+ ARCHIVE_FILENAME=xcvradm.gz
5982024-05-25T00:13:19.559Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5992024-05-25T00:13:19.559Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6002024-05-25T00:13:19.559Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6012024-05-25T00:13:19.559ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6022024-05-25T00:13:19.559Z+ echo 'Local file: out/downloads/xcvradm.gz'
6032024-05-25T00:13:19.559Z+ mkdir -p out/downloads
6042024-05-25T00:13:19.560ZLocal file: out/downloads/xcvradm.gz
6052024-05-25T00:13:19.560Z+ mkdir -p ./out/transceiver-control
6062024-05-25T00:13:19.560Z+ fetch_and_verify
6072024-05-25T00:13:19.560Z+ local DO_DOWNLOAD=true
6082024-05-25T00:13:19.560Z+ [[ -f out/downloads/xcvradm.gz ]]
6092024-05-25T00:13:19.560Z+ '[' true == true ']'
6102024-05-25T00:13:19.560Z+ echo Downloading...
6112024-05-25T00:13:19.560ZDownloading...
6122024-05-25T00:13:19.560Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6132024-05-25T00:13:19.560Z+ 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
6142024-05-25T00:13:23.508Z++ do_sha256sum out/downloads/xcvradm.gz
6152024-05-25T00:13:23.533Z++ sha256sum
6162024-05-25T00:13:23.534Z++ awk '{print $1}'
6172024-05-25T00:13:23.534Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6182024-05-25T00:13:23.534Z+ [[ 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 ]]
6192024-05-25T00:13:23.534Z+ do_unpack out/downloads/xcvradm.gz
6202024-05-25T00:13:23.534Z+ mkdir -p out/downloads/root//opt/oxide/bin
6212024-05-25T00:13:23.534Z+ gzip -dc out/downloads/xcvradm.gz
6222024-05-25T00:13:23.663Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6232024-05-25T00:13:23.687Z+ do_assemble
6242024-05-25T00:13:23.687Z+ rm -r ./out/transceiver-control
6252024-05-25T00:13:23.687Z+ mkdir ./out/transceiver-control
6262024-05-25T00:13:23.688Z+ cp -r out/downloads/root ./out/transceiver-control/root
6272024-05-25T00:13:23.796Z+ set -o errexit
6282024-05-25T00:13:23.843Z+++ dirname ./tools/ci_download_thundermuffin
6292024-05-25T00:13:23.843Z++ cd ./tools
6302024-05-25T00:13:23.843Z++ pwd
6312024-05-25T00:13:23.843Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6322024-05-25T00:13:23.844Z++ basename ./tools/ci_download_thundermuffin
6332024-05-25T00:13:23.844Z+ ARG0=ci_download_thundermuffin
6342024-05-25T00:13:23.844Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
6352024-05-25T00:13:23.844Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6362024-05-25T00:13:23.844Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
6372024-05-25T00:13:23.844Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
6382024-05-25T00:13:23.844Z+ TARGET_DIR=out
6392024-05-25T00:13:23.844Z+ DOWNLOAD_DIR=out/downloads
6402024-05-25T00:13:23.844Z+ DEST_DIR=./out/thundermuffin
6412024-05-25T00:13:23.844Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
6422024-05-25T00:13:23.844Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6432024-05-25T00:13:23.844Z+ REPO=oxidecomputer/thundermuffin
6442024-05-25T00:13:23.844Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
6452024-05-25T00:13:23.844Z+ main
6462024-05-25T00:13:23.844Z+ rm -rf out/downloads/root
6472024-05-25T00:13:23.845Z+ [[ 0 != 0 ]]
6482024-05-25T00:13:23.845Z+ CIDL_OS=solaris2.11
6492024-05-25T00:13:23.845Z+ [[ 0 != 0 ]]
6502024-05-25T00:13:23.845Z+ configure_os solaris2.11
6512024-05-25T00:13:23.845Z+ echo 'current directory: /work/oxidecomputer/omicron'
6522024-05-25T00:13:23.845Zcurrent directory: /work/oxidecomputer/omicron
6532024-05-25T00:13:23.845Z+ echo 'configuring based on OS: "solaris2.11"'
6542024-05-25T00:13:23.845Z+ case "$1" in
6552024-05-25T00:13:23.845Z+ SET_BINARIES=
6562024-05-25T00:13:23.845Zconfiguring based on OS: "solaris2.11"
6572024-05-25T00:13:23.845Z+ CIDL_SHA256FUNC=do_sha256sum
6582024-05-25T00:13:23.845Z+ TARBALL_FILENAME=thundermuffin.tar.gz
6592024-05-25T00:13:23.845Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6602024-05-25T00:13:23.845Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
6612024-05-25T00:13:23.845Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
6622024-05-25T00:13:23.846ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6632024-05-25T00:13:23.846ZLocal file: out/downloads/thundermuffin.tar.gz
6642024-05-25T00:13:23.846Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
6652024-05-25T00:13:23.846Z+ mkdir -p out/downloads
6662024-05-25T00:13:23.846Z+ mkdir -p ./out/thundermuffin
6672024-05-25T00:13:23.846Z+ fetch_and_verify
6682024-05-25T00:13:23.846Z+ local DO_DOWNLOAD=true
6692024-05-25T00:13:23.846Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
6702024-05-25T00:13:23.846Z+ '[' true == true ']'
6712024-05-25T00:13:23.846Z+ echo Downloading...
6722024-05-25T00:13:23.846ZDownloading...
6732024-05-25T00:13:23.846Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
6742024-05-25T00:13:23.846Z+ 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
6752024-05-25T00:13:24.530Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
6762024-05-25T00:13:24.558Z++ sha256sum
6772024-05-25T00:13:24.558Z++ awk '{print $1}'
6782024-05-25T00:13:24.558Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6792024-05-25T00:13:24.558Z+ [[ 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 ]]
6802024-05-25T00:13:24.558Z+ do_untar out/downloads/thundermuffin.tar.gz
6812024-05-25T00:13:24.558Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
6822024-05-25T00:13:24.628Z+ do_assemble
6832024-05-25T00:13:24.629Z+ rm -r ./out/thundermuffin
6842024-05-25T00:13:24.658Z+ mkdir ./out/thundermuffin
6852024-05-25T00:13:24.658Z+ cp -r out/downloads/root ./out/thundermuffin/root
6862024-05-25T00:13:24.658ZAll prerequisites installed successfully
6872024-05-25T00:13:24.659Z
6882024-05-25T00:13:24.659Zreal 1:50.191367174
6892024-05-25T00:13:24.659Zuser 45.659388553
6902024-05-25T00:13:24.659Zsys 11.609867855
6912024-05-25T00:13:24.659Ztrap 0.017783738
6922024-05-25T00:13:24.659Ztflt 0.009126287
6932024-05-25T00:13:24.659Zdflt 0.018137625
6942024-05-25T00:13:24.659Zkflt 0.005503730
6952024-05-25T00:13:24.659Zlock 1.878750978
6962024-05-25T00:13:24.659Zslp 3:38.085526917
6972024-05-25T00:13:24.659Zlat 4.664159555
6982024-05-25T00:13:24.659Zstop 0.062081604
6992024-05-25T00:13:24.659Z+ ptime -m ./tools/ci_download_softnpu_machinery
7002024-05-25T00:13:24.684Zfetching npuzone
7012024-05-25T00:13:24.685ZEnsuring oxidecomputer/softnpu/image/npuzone in out/npuzone
7022024-05-25T00:13:24.685Z (commit: 3203c51cf4473d30991b522062ac0df2e045c2f2)
7032024-05-25T00:13:24.685ZGetting hash for npuzone
7042024-05-25T00:13:24.820Z (hash: 36095c7f9d613b9208415aeb67335836a25f72eed2f7a41931ba7d91ddb00568)
7052024-05-25T00:13:33.839Znpuzone downloaded successfully
7062024-05-25T00:13:33.864Z
7072024-05-25T00:13:33.864Zreal 9.195493663
7082024-05-25T00:13:33.864Zuser 0.341615659
7092024-05-25T00:13:33.864Zsys 0.205042741
7102024-05-25T00:13:33.865Ztrap 0.000061699
7112024-05-25T00:13:33.865Ztflt 0.000000000
7122024-05-25T00:13:33.865Zdflt 0.000000000
7132024-05-25T00:13:33.865Zkflt 0.000000000
7142024-05-25T00:13:33.865Zlock 0.000000000
7152024-05-25T00:13:33.865Zslp 26.834960942
7162024-05-25T00:13:33.865Zlat 0.166142520
7172024-05-25T00:13:33.865Zstop 0.000251493
7182024-05-25T00:13:33.865Z+ export CARGO_INCREMENTAL=0
7192024-05-25T00:13:33.865Z+ CARGO_INCREMENTAL=0
7202024-05-25T00:13:33.865Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
7212024-05-25T00:13:34.129Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7222024-05-25T00:13:34.620Z Updating git repository `https://github.com/oxidecomputer/zone`
7232024-05-25T00:13:35.027Z Updating crates.io index
7242024-05-25T00:13:35.052Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7252024-05-25T00:13:35.837Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7262024-05-25T00:13:36.592Z Updating git repository `https://github.com/oxidecomputer/oxnet`
7272024-05-25T00:13:36.966Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7282024-05-25T00:13:39.226Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7292024-05-25T00:13:39.606Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7302024-05-25T00:13:39.974Z Updating git repository `https://github.com/oxidecomputer/propolis`
7312024-05-25T00:13:41.100Z Updating git repository `https://github.com/oxidecomputer/crucible`
7322024-05-25T00:13:43.253Z Updating git repository `https://github.com/oxidecomputer/opte`
7332024-05-25T00:13:44.420Z Updating git repository `https://github.com/oxidecomputer/falcon`
7342024-05-25T00:13:45.354Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7352024-05-25T00:13:45.993Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7362024-05-25T00:13:46.417Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7372024-05-25T00:13:46.840Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7382024-05-25T00:13:47.316Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7392024-05-25T00:13:47.700Z Updating git repository `http://github.com/oxidecomputer/tofino`
7402024-05-25T00:13:48.162Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7412024-05-25T00:13:48.516Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7422024-05-25T00:13:48.872Z Updating git repository `https://github.com/oxidecomputer/libnvme`
7432024-05-25T00:13:49.316Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7442024-05-25T00:13:49.737Z Updating git repository `https://github.com/oxidecomputer/ispf`
7452024-05-25T00:13:50.165Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7462024-05-25T00:13:50.567Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7472024-05-25T00:13:51.386Z Updating git repository `https://github.com/jgallagher/nix`
7482024-05-25T00:13:52.503Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7492024-05-25T00:13:52.859Z Updating git repository `https://github.com/cbiffle/hubpack.git`
7502024-05-25T00:13:53.248Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7512024-05-25T00:13:53.839Z Updating git repository `https://github.com/oxidecomputer/typify`
7522024-05-25T00:13:56.011Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7532024-05-25T00:13:56.472Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7542024-05-25T00:13:56.885Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7552024-05-25T00:13:57.513Z Updating git repository `https://github.com/oxidecomputer/rfb`
7562024-05-25T00:13:59.275Z Downloading crates ...
7572024-05-25T00:13:59.396Z Downloaded ascii-canvas v3.0.0
7582024-05-25T00:13:59.423Z Downloaded async-recursion v1.1.1
7592024-05-25T00:13:59.461Z Downloaded hostname v0.3.1
7602024-05-25T00:13:59.462Z Downloaded hyper-rustls v0.24.2
7612024-05-25T00:13:59.487Z Downloaded ident_case v1.0.1
7622024-05-25T00:13:59.487Z Downloaded md-5 v0.10.6
7632024-05-25T00:13:59.487Z Downloaded inout v0.1.3
7642024-05-25T00:13:59.487Z Downloaded hyper-staticfile v0.9.5
7652024-05-25T00:13:59.488Z Downloaded ciborium-io v0.2.2
7662024-05-25T00:13:59.488Z Downloaded matches v0.1.10
7672024-05-25T00:13:59.488Z Downloaded lru v0.12.3
7682024-05-25T00:13:59.488Z Downloaded cfg_aliases v0.1.1
7692024-05-25T00:13:59.488Z Downloaded httparse v1.8.0
7702024-05-25T00:13:59.488Z Downloaded clap_lex v0.7.0
7712024-05-25T00:13:59.562Z Downloaded number_prefix v0.4.0
7722024-05-25T00:13:59.637Z Downloaded predicates v3.1.0
7732024-05-25T00:13:59.703Z Downloaded num-conv v0.1.0
7742024-05-25T00:13:59.770Z Downloaded similar v2.5.0
7752024-05-25T00:13:59.803Z Downloaded tokio-macros v2.2.0
7762024-05-25T00:13:59.829Z Downloaded tower-service v0.3.2
7772024-05-25T00:13:59.854Z Downloaded which v4.4.2
7782024-05-25T00:13:59.879Z Downloaded cstr-argument v0.1.2
7792024-05-25T00:13:59.879Z Downloaded crypto-common v0.1.6
7802024-05-25T00:13:59.879Z Downloaded tough v0.17.1
7812024-05-25T00:13:59.879Z Downloaded trust-dns-proto v0.22.0
7822024-05-25T00:13:59.904Z Downloaded crypto-bigint v0.5.5
7832024-05-25T00:13:59.904Z Downloaded winnow v0.5.40
7842024-05-25T00:13:59.929Z Downloaded vcpkg v0.2.15
7852024-05-25T00:13:59.973Z Downloaded sled v0.34.7
7862024-05-25T00:13:59.999Z Downloaded encoding_rs v0.8.34
7872024-05-25T00:14:00.026Z Downloaded webpki-roots v0.25.4
7882024-05-25T00:14:00.026Z Downloaded csv v1.3.0
7892024-05-25T00:14:00.051Z Downloaded tabled v0.15.0
7902024-05-25T00:14:00.076Z Downloaded syn v2.0.64
7912024-05-25T00:14:00.101Z Downloaded syn v1.0.109
7922024-05-25T00:14:00.101Z Downloaded x509-cert v0.2.5
7932024-05-25T00:14:00.126Z Downloaded winnow v0.6.8
7942024-05-25T00:14:00.126Z Downloaded tokio v1.37.0
7952024-05-25T00:14:00.167Z Downloaded zerocopy v0.3.2
7962024-05-25T00:14:00.192Z Downloaded yasna v0.5.2
7972024-05-25T00:14:00.192Z Downloaded xattr v1.3.1
7982024-05-25T00:14:00.192Z Downloaded ring v0.17.8
7992024-05-25T00:14:00.260Z Downloaded whoami v1.5.1
8002024-05-25T00:14:00.286Z Downloaded walkdir v2.5.0
8012024-05-25T00:14:00.286Z Downloaded wait-timeout v0.2.0
8022024-05-25T00:14:00.286Z Downloaded vte v0.11.1
8032024-05-25T00:14:00.286Z Downloaded vsss-rs v3.3.4
8042024-05-25T00:14:00.286Z Downloaded unicode-normalization v0.1.23
8052024-05-25T00:14:00.286Z Downloaded ring v0.16.20
8062024-05-25T00:14:00.374Z Downloaded trust-dns-server v0.22.1
8072024-05-25T00:14:00.399Z Downloaded trust-dns-resolver v0.22.0
8082024-05-25T00:14:00.399Z Downloaded trust-dns-client v0.22.0
8092024-05-25T00:14:00.399Z Downloaded tracing-core v0.1.32
8102024-05-25T00:14:00.399Z Downloaded tracing v0.1.40
8112024-05-25T00:14:00.425Z Downloaded toml_edit v0.22.13
8122024-05-25T00:14:00.450Z Downloaded toml_edit v0.19.15
8132024-05-25T00:14:00.450Z Downloaded finl_unicode v1.2.0
8142024-05-25T00:14:00.474Z Downloaded crunchy v0.2.2
8152024-05-25T00:14:00.474Z Downloaded crucible-workspace-hack v0.1.0
8162024-05-25T00:14:00.474Z Downloaded wyz v0.5.1
8172024-05-25T00:14:00.474Z Downloaded waitgroup v0.1.2
8182024-05-25T00:14:00.475Z Downloaded vte_generate_state_changes v0.1.1
8192024-05-25T00:14:00.475Z Downloaded version_check v0.9.4
8202024-05-25T00:14:00.475Z Downloaded uzers v0.11.3
8212024-05-25T00:14:00.475Z Downloaded uuid v1.8.0
8222024-05-25T00:14:00.500Z Downloaded url v2.5.0
8232024-05-25T00:14:00.500Z Downloaded untrusted v0.7.1
8242024-05-25T00:14:00.500Z Downloaded unsafe-libyaml v0.2.11
8252024-05-25T00:14:00.500Z Downloaded unicode_categories v0.1.1
8262024-05-25T00:14:00.500Z Downloaded unicode-width v0.1.12
8272024-05-25T00:14:00.500Z Downloaded unicode-segmentation v1.11.0
8282024-05-25T00:14:00.500Z Downloaded unicode-ident v1.0.12
8292024-05-25T00:14:00.500Z Downloaded unicode-bidi v0.3.15
8302024-05-25T00:14:00.501Z Downloaded unarray v0.1.4
8312024-05-25T00:14:00.526Z Downloaded ucd-trie v0.1.6
8322024-05-25T00:14:00.526Z Downloaded typenum v1.17.0
8332024-05-25T00:14:00.526Z Downloaded typed-path v0.7.1
8342024-05-25T00:14:00.526Z Downloaded tungstenite v0.21.0
8352024-05-25T00:14:00.526Z Downloaded tungstenite v0.20.1
8362024-05-25T00:14:00.526Z Downloaded tui-tree-widget v0.19.0
8372024-05-25T00:14:00.526Z Downloaded tap v1.0.1
8382024-05-25T00:14:00.526Z Downloaded tabwriter v1.4.0
8392024-05-25T00:14:00.552Z Downloaded tabled_derive v0.7.0
8402024-05-25T00:14:00.552Z Downloaded subprocess v0.2.9
8412024-05-25T00:14:00.552Z Downloaded sha3 v0.10.8
8422024-05-25T00:14:00.552Z Downloaded want v0.3.1
8432024-05-25T00:14:00.552Z Downloaded utf8parse v0.2.1
8442024-05-25T00:14:00.552Z Downloaded utf-8 v0.7.6
8452024-05-25T00:14:00.552Z Downloaded usdt-macro v0.5.0
8462024-05-25T00:14:00.552Z Downloaded usdt-macro v0.3.5
8472024-05-25T00:14:00.552Z Downloaded usdt-impl v0.5.0
8482024-05-25T00:14:00.553Z Downloaded usdt-impl v0.3.5
8492024-05-25T00:14:00.553Z Downloaded usdt-attr-macro v0.5.0
8502024-05-25T00:14:00.553Z Downloaded usdt-attr-macro v0.3.5
8512024-05-25T00:14:00.553Z Downloaded usdt v0.5.0
8522024-05-25T00:14:00.553Z Downloaded usdt v0.3.5
8532024-05-25T00:14:00.553Z Downloaded untrusted v0.9.0
8542024-05-25T00:14:00.553Z Downloaded universal-hash v0.5.1
8552024-05-25T00:14:00.553Z Downloaded unicode-xid v0.2.4
8562024-05-25T00:14:00.578Z Downloaded unicode-linebreak v0.1.5
8572024-05-25T00:14:00.579Z Downloaded unicase v2.7.0
8582024-05-25T00:14:00.579Z Downloaded try-lock v0.2.5
8592024-05-25T00:14:00.579Z Downloaded tracing-attributes v0.1.27
8602024-05-25T00:14:00.579Z Downloaded toml_datetime v0.6.6
8612024-05-25T00:14:00.579Z Downloaded toml v0.8.13
8622024-05-25T00:14:00.579Z Downloaded toml v0.7.8
8632024-05-25T00:14:00.579Z Downloaded toml v0.5.11
8642024-05-25T00:14:00.579Z Downloaded tokio-util v0.7.11
8652024-05-25T00:14:00.604Z Downloaded tokio-tungstenite v0.21.0
8662024-05-25T00:14:00.604Z Downloaded tokio-postgres v0.7.10
8672024-05-25T00:14:00.604Z Downloaded tokio-native-tls v0.3.1
8682024-05-25T00:14:00.604Z Downloaded thiserror-impl-no-std v2.0.2
8692024-05-25T00:14:00.604Z Downloaded thiserror-impl v1.0.60
8702024-05-25T00:14:00.605Z Downloaded thiserror v1.0.60
8712024-05-25T00:14:00.605Z Downloaded textwrap v0.16.1
8722024-05-25T00:14:00.638Z Downloaded test-strategy v0.3.1
8732024-05-25T00:14:00.638Z Downloaded termtree v0.4.1
8742024-05-25T00:14:00.638Z Downloaded termios v0.3.3
8752024-05-25T00:14:00.639Z Downloaded terminal_size v0.3.0
8762024-05-25T00:14:00.639Z Downloaded termcolor v1.4.1
8772024-05-25T00:14:00.639Z Downloaded term v0.7.0
8782024-05-25T00:14:00.639Z Downloaded tempfile v3.10.1
8792024-05-25T00:14:00.639Z Downloaded tar v0.4.40
8802024-05-25T00:14:00.639Z Downloaded take_mut v0.2.2
8812024-05-25T00:14:00.639Z Downloaded synstructure v0.12.6
8822024-05-25T00:14:00.639Z Downloaded sync_wrapper v0.1.2
8832024-05-25T00:14:00.664Z Downloaded topological-sort v0.2.2
8842024-05-25T00:14:00.664Z Downloaded toolchain_find v0.4.0
8852024-05-25T00:14:00.664Z Downloaded tokio-tungstenite v0.20.1
8862024-05-25T00:14:00.664Z Downloaded tokio-stream v0.1.15
8872024-05-25T00:14:00.664Z Downloaded tokio-rustls v0.25.0
8882024-05-25T00:14:00.664Z Downloaded tokio-rustls v0.24.1
8892024-05-25T00:14:00.664Z Downloaded swrite v0.1.0
8902024-05-25T00:14:00.665Z Downloaded supports-color v3.0.0
8912024-05-25T00:14:00.665Z Downloaded subtle v2.5.0
8922024-05-25T00:14:00.665Z Downloaded strum_macros v0.26.2
8932024-05-25T00:14:00.665Z Downloaded strum_macros v0.25.3
8942024-05-25T00:14:00.665Z Downloaded slab v0.4.9
8952024-05-25T00:14:00.665Z Downloaded siphasher v0.3.11
8962024-05-25T00:14:00.665Z Downloaded semver v1.0.23
8972024-05-25T00:14:00.665Z Downloaded semver v0.1.20
8982024-05-25T00:14:00.665Z Downloaded secrecy v0.8.0
8992024-05-25T00:14:00.665Z Downloaded sec1 v0.7.3
9002024-05-25T00:14:00.691Z Downloaded sct v0.7.1
9012024-05-25T00:14:00.691Z Downloaded scroll v0.12.0
9022024-05-25T00:14:00.691Z Downloaded scopeguard v1.2.0
9032024-05-25T00:14:00.691Z Downloaded schemars_derive v0.8.20
9042024-05-25T00:14:00.691Z Downloaded schemars v0.8.20
9052024-05-25T00:14:00.691Z Downloaded same-file v1.0.6
9062024-05-25T00:14:00.691Z Downloaded samael v0.0.15
9072024-05-25T00:14:00.716Z Downloaded salty v0.2.0
9082024-05-25T00:14:00.716Z Downloaded ryu v1.0.18
9092024-05-25T00:14:00.716Z Downloaded rustyline v14.0.0
9102024-05-25T00:14:00.716Z Downloaded rustversion v1.0.17
9112024-05-25T00:14:00.716Z Downloaded rustls-webpki v0.102.4
9122024-05-25T00:14:00.742Z Downloaded rustls-webpki v0.101.7
9132024-05-25T00:14:00.767Z Downloaded rustls v0.22.4
9142024-05-25T00:14:00.805Z Downloaded rustls v0.21.12
9152024-05-25T00:14:00.805Z Downloaded rustix v0.38.34
9162024-05-25T00:14:00.832Z Downloaded ratatui v0.26.2
9172024-05-25T00:14:00.857Z Downloaded diesel v2.1.6
9182024-05-25T00:14:00.883Z Downloaded petgraph v0.6.5
9192024-05-25T00:14:00.908Z Downloaded tls_codec_derive v0.4.1
9202024-05-25T00:14:00.908Z Downloaded tls_codec v0.4.1
9212024-05-25T00:14:00.908Z Downloaded tinyvec_macros v0.1.1
9222024-05-25T00:14:00.908Z Downloaded tinyvec v1.6.0
9232024-05-25T00:14:00.908Z Downloaded tiny-keccak v2.0.2
9242024-05-25T00:14:00.908Z Downloaded time-macros v0.2.18
9252024-05-25T00:14:00.908Z Downloaded time-core v0.1.2
9262024-05-25T00:14:00.908Z Downloaded time v0.3.36
9272024-05-25T00:14:00.933Z Downloaded thread_local v1.1.8
9282024-05-25T00:14:00.934Z Downloaded thread-id v4.2.1
9292024-05-25T00:14:00.934Z Downloaded thiserror-no-std v2.0.2
9302024-05-25T00:14:00.934Z Downloaded signal-hook-tokio v0.3.1
9312024-05-25T00:14:00.934Z Downloaded signal-hook-registry v1.4.2
9322024-05-25T00:14:00.934Z Downloaded signal-hook-mio v0.2.3
9332024-05-25T00:14:00.934Z Downloaded signal-hook v0.3.17
9342024-05-25T00:14:00.934Z Downloaded shlex v1.3.0
9352024-05-25T00:14:00.934Z Downloaded shell-words v1.1.0
9362024-05-25T00:14:00.934Z Downloaded serde_with v3.8.1
9372024-05-25T00:14:00.960Z Downloaded serde_plain v1.0.2
9382024-05-25T00:14:00.960Z Downloaded serde_path_to_error v0.1.16
9392024-05-25T00:14:00.960Z Downloaded serde_json v1.0.117
9402024-05-25T00:14:00.960Z Downloaded scroll_derive v0.12.0
9412024-05-25T00:14:00.960Z Downloaded scheduled-thread-pool v0.2.7
9422024-05-25T00:14:00.960Z Downloaded rusty-fork v0.3.0
9432024-05-25T00:14:00.960Z Downloaded openssl v0.10.64
9442024-05-25T00:14:00.985Z Downloaded object v0.32.2
9452024-05-25T00:14:00.985Z Downloaded object v0.30.4
9462024-05-25T00:14:01.011Z Downloaded num_enum_derive v0.5.11
9472024-05-25T00:14:01.011Z Downloaded num_enum v0.5.11
9482024-05-25T00:14:01.011Z Downloaded num-traits v0.2.19
9492024-05-25T00:14:01.011Z Downloaded num-rational v0.4.2
9502024-05-25T00:14:01.011Z Downloaded num-iter v0.1.45
9512024-05-25T00:14:01.011Z Downloaded num-complex v0.4.6
9522024-05-25T00:14:01.011Z Downloaded num-bigint-dig v0.8.4
9532024-05-25T00:14:01.037Z Downloaded num-bigint v0.4.5
9542024-05-25T00:14:01.037Z Downloaded num v0.4.3
9552024-05-25T00:14:01.037Z Downloaded nu-ansi-term v0.50.0
9562024-05-25T00:14:01.037Z Downloaded hash32 v0.3.1
9572024-05-25T00:14:01.037Z Downloaded hash32 v0.2.1
9582024-05-25T00:14:01.037Z Downloaded h2 v0.3.26
9592024-05-25T00:14:01.037Z Downloaded futures-util v0.3.30
9602024-05-25T00:14:01.062Z Downloaded flagset v0.4.5
9612024-05-25T00:14:01.063Z Downloaded fixedbitset v0.4.2
9622024-05-25T00:14:01.063Z Downloaded filetime v0.2.23
9632024-05-25T00:14:01.063Z Downloaded ff v0.13.0
9642024-05-25T00:14:01.063Z Downloaded fd-lock v4.0.2
9652024-05-25T00:14:01.063Z Downloaded fatfs v0.3.6
9662024-05-25T00:14:01.063Z Downloaded fastrand v2.1.0
9672024-05-25T00:14:01.088Z Downloaded fallible-iterator v0.2.0
9682024-05-25T00:14:01.088Z Downloaded expectorate v1.1.0
9692024-05-25T00:14:01.089Z Downloaded errno v0.3.9
9702024-05-25T00:14:01.089Z Downloaded erased-serde v0.3.31
9712024-05-25T00:14:01.089Z Downloaded equivalent v1.0.1
9722024-05-25T00:14:01.089Z Downloaded env_logger v0.10.2
9732024-05-25T00:14:01.089Z Downloaded env_logger v0.9.3
9742024-05-25T00:14:01.089Z Downloaded enum-as-inner v0.5.1
9752024-05-25T00:14:01.089Z Downloaded endian-type v0.1.2
9762024-05-25T00:14:01.089Z Downloaded dyn-clone v1.0.17
9772024-05-25T00:14:01.089Z Downloaded dtrace-parser v0.2.0
9782024-05-25T00:14:01.089Z Downloaded dtrace-parser v0.1.14
9792024-05-25T00:14:01.089Z Downloaded downcast v0.11.0
9802024-05-25T00:14:01.089Z Downloaded dof v0.3.0
9812024-05-25T00:14:01.124Z Downloaded dof v0.1.5
9822024-05-25T00:14:01.124Z Downloaded display-error-chain v0.2.0
9832024-05-25T00:14:01.125Z Downloaded dirs-sys-next v0.1.2
9842024-05-25T00:14:01.125Z Downloaded dirs-next v2.0.0
9852024-05-25T00:14:01.125Z Downloaded digest v0.10.7
9862024-05-25T00:14:01.125Z Downloaded difflib v0.4.0
9872024-05-25T00:14:01.125Z Downloaded diff v0.1.13
9882024-05-25T00:14:01.125Z Downloaded diesel_derives v2.1.4
9892024-05-25T00:14:01.125Z Downloaded derive_more v0.99.17
9902024-05-25T00:14:01.125Z Downloaded derive_builder_core v0.20.0
9912024-05-25T00:14:01.150Z Downloaded derive_builder v0.20.0
9922024-05-25T00:14:01.151Z Downloaded derive-where v1.2.7
9932024-05-25T00:14:01.151Z Downloaded der_derive v0.7.2
9942024-05-25T00:14:01.151Z Downloaded der v0.7.9
9952024-05-25T00:14:01.151Z Downloaded defmt-macros v0.3.9
9962024-05-25T00:14:01.151Z Downloaded debug-ignore v1.0.5
9972024-05-25T00:14:01.151Z Downloaded data-encoding v2.6.0
9982024-05-25T00:14:01.151Z Downloaded curve25519-dalek v4.1.2
9992024-05-25T00:14:01.176Z Downloaded regex-automata v0.4.6
10002024-05-25T00:14:01.177Z Downloaded libc v0.2.153
10012024-05-25T00:14:01.212Z Downloaded bzip2-sys v0.1.11+1.0.8
10022024-05-25T00:14:01.237Z Downloaded signature v2.2.0
10032024-05-25T00:14:01.238Z Downloaded signature v1.6.4
10042024-05-25T00:14:01.238Z Downloaded sha2 v0.10.8
10052024-05-25T00:14:01.238Z Downloaded serde_urlencoded v0.7.1
10062024-05-25T00:14:01.238Z Downloaded serde_tokenstream v0.2.0
10072024-05-25T00:14:01.263Z Downloaded serde_tokenstream v0.1.7
10082024-05-25T00:14:01.263Z Downloaded serde_spanned v0.6.6
10092024-05-25T00:14:01.263Z Downloaded serde_repr v0.1.19
10102024-05-25T00:14:01.264Z Downloaded serde_derive_internals v0.29.1
10112024-05-25T00:14:01.264Z Downloaded serde_derive v1.0.202
10122024-05-25T00:14:01.264Z Downloaded serde_arrays v0.1.0
10132024-05-25T00:14:01.264Z Downloaded serde-hex v0.1.0
10142024-05-25T00:14:01.264Z Downloaded serde-big-array v0.5.1
10152024-05-25T00:14:01.264Z Downloaded serde-big-array v0.4.1
10162024-05-25T00:14:01.264Z Downloaded serde v1.0.202
10172024-05-25T00:14:01.290Z Downloaded rustls-pki-types v1.7.0
10182024-05-25T00:14:01.291Z Downloaded rustls-pemfile v2.1.2
10192024-05-25T00:14:01.291Z Downloaded rustls-pemfile v1.0.4
10202024-05-25T00:14:01.291Z Downloaded rustfmt-wrapper v0.2.1
10212024-05-25T00:14:01.291Z Downloaded rustc_version v0.4.0
10222024-05-25T00:14:01.291Z Downloaded rustc_version v0.1.7
10232024-05-25T00:14:01.291Z Downloaded rustc-hash v1.1.0
10242024-05-25T00:14:01.291Z Downloaded rustc-demangle v0.1.24
10252024-05-25T00:14:01.291Z Downloaded rtoolbox v0.0.2
10262024-05-25T00:14:01.291Z Downloaded rsa v0.9.6
10272024-05-25T00:14:01.291Z Downloaded rpassword v7.3.1
10282024-05-25T00:14:01.291Z Downloaded ron v0.8.1
10292024-05-25T00:14:01.317Z Downloaded rand_xorshift v0.3.0
10302024-05-25T00:14:01.317Z Downloaded rand_seeder v0.2.3
10312024-05-25T00:14:01.317Z Downloaded rand_core v0.6.4
10322024-05-25T00:14:01.317Z Downloaded papergrid v0.11.0
10332024-05-25T00:14:01.317Z Downloaded packed_struct_codegen v0.10.1
10342024-05-25T00:14:01.317Z Downloaded packed_struct v0.10.1
10352024-05-25T00:14:01.317Z Downloaded owo-colors v4.0.0
10362024-05-25T00:14:01.317Z Downloaded oso-derive v0.27.3
10372024-05-25T00:14:01.317Z Downloaded oso v0.27.3
10382024-05-25T00:14:01.343Z Downloaded openssl-sys v0.9.102
10392024-05-25T00:14:01.343Z Downloaded openssl-probe v0.1.5
10402024-05-25T00:14:01.343Z Downloaded openssl-macros v0.1.1
10412024-05-25T00:14:01.343Z Downloaded omicron-zone-package v0.11.0
10422024-05-25T00:14:01.343Z Downloaded olpc-cjson v0.1.3
10432024-05-25T00:14:01.343Z Downloaded num_threads v0.1.7
10442024-05-25T00:14:01.343Z Downloaded num_cpus v1.16.0
10452024-05-25T00:14:01.343Z Downloaded normalize-line-endings v0.3.0
10462024-05-25T00:14:01.343Z Downloaded goblin v0.8.2
10472024-05-25T00:14:01.369Z Downloaded gimli v0.28.1
10482024-05-25T00:14:01.369Z Downloaded gethostname v0.4.3
10492024-05-25T00:14:01.369Z Downloaded generic-array v0.14.7
10502024-05-25T00:14:01.369Z Downloaded fxhash v0.2.1
10512024-05-25T00:14:01.369Z Downloaded futures-task v0.3.30
10522024-05-25T00:14:01.369Z Downloaded futures-sink v0.3.30
10532024-05-25T00:14:01.369Z Downloaded futures-macro v0.3.30
10542024-05-25T00:14:01.369Z Downloaded futures-io v0.3.30
10552024-05-25T00:14:01.369Z Downloaded futures-executor v0.3.30
10562024-05-25T00:14:01.369Z Downloaded futures-core v0.3.30
10572024-05-25T00:14:01.369Z Downloaded futures-channel v0.3.30
10582024-05-25T00:14:01.395Z Downloaded futures v0.3.30
10592024-05-25T00:14:01.395Z Downloaded funty v2.0.0
10602024-05-25T00:14:01.395Z Downloaded fs-err v2.11.0
10612024-05-25T00:14:01.395Z Downloaded flate2 v1.0.30
10622024-05-25T00:14:01.395Z Downloaded diesel_table_macro_syntax v0.1.0
10632024-05-25T00:14:01.395Z Downloaded derive_builder_macro v0.20.0
10642024-05-25T00:14:01.395Z Downloaded deranged v0.3.11
10652024-05-25T00:14:01.395Z Downloaded defmt-parser v0.3.4
10662024-05-25T00:14:01.395Z Downloaded defmt v0.3.8
10672024-05-25T00:14:01.395Z Downloaded darling_macro v0.20.9
10682024-05-25T00:14:01.395Z Downloaded darling_core v0.20.9
10692024-05-25T00:14:01.421Z Downloaded darling v0.20.9
10702024-05-25T00:14:01.421Z Downloaded curve25519-dalek-derive v0.1.1
10712024-05-25T00:14:01.421Z Downloaded radix_trie v0.2.1
10722024-05-25T00:14:01.421Z Downloaded quick-xml v0.31.0
10732024-05-25T00:14:01.446Z Downloaded quick-error v1.2.3
10742024-05-25T00:14:01.446Z Downloaded publicsuffix v2.2.3
10752024-05-25T00:14:01.446Z Downloaded psl-types v2.0.11
10762024-05-25T00:14:01.446Z Downloaded proptest v1.4.0
10772024-05-25T00:14:01.446Z Downloaded proc-macro2 v1.0.82
10782024-05-25T00:14:01.446Z Downloaded proc-macro-error-attr v1.0.4
10792024-05-25T00:14:01.447Z Downloaded proc-macro-error v1.0.4
10802024-05-25T00:14:01.472Z Downloaded proc-macro-crate v1.3.1
10812024-05-25T00:14:01.472Z Downloaded prettyplease v0.2.20
10822024-05-25T00:14:01.472Z Downloaded pretty-hex v0.4.1
10832024-05-25T00:14:01.472Z Downloaded pretty-hex v0.2.1
10842024-05-25T00:14:01.472Z Downloaded predicates-tree v1.0.9
10852024-05-25T00:14:01.472Z Downloaded predicates-core v1.0.6
10862024-05-25T00:14:01.473Z Downloaded precomputed-hash v0.1.1
10872024-05-25T00:14:01.473Z Downloaded ppv-lite86 v0.2.17
10882024-05-25T00:14:01.473Z Downloaded powerfmt v0.2.0
10892024-05-25T00:14:01.473Z Downloaded postgres-types v0.2.6
10902024-05-25T00:14:01.473Z Downloaded postgres-protocol v0.6.6
10912024-05-25T00:14:01.473Z Downloaded postcard v1.0.8
10922024-05-25T00:14:01.473Z Downloaded portpicker v0.1.1
10932024-05-25T00:14:01.473Z Downloaded portable-atomic v1.6.0
10942024-05-25T00:14:01.498Z Downloaded poly1305 v0.8.0
10952024-05-25T00:14:01.498Z Downloaded polar-core v0.27.3
10962024-05-25T00:14:01.498Z Downloaded openapiv3 v2.0.0
10972024-05-25T00:14:01.523Z Downloaded zerocopy-derive v0.6.6
10982024-05-25T00:14:01.523Z Downloaded zerocopy-derive v0.2.0
10992024-05-25T00:14:01.549Z Downloaded regex-syntax v0.8.3
11002024-05-25T00:14:01.549Z Downloaded regex-syntax v0.6.29
11012024-05-25T00:14:01.574Z Downloaded half v2.4.1
11022024-05-25T00:14:01.574Z Downloaded group v0.13.0
11032024-05-25T00:14:01.575Z Downloaded globset v0.4.14
11042024-05-25T00:14:01.575Z Downloaded glob v0.3.1
11052024-05-25T00:14:01.575Z Downloaded getrandom v0.2.14
11062024-05-25T00:14:01.575Z Downloaded getopts v0.2.21
11072024-05-25T00:14:01.575Z Downloaded csv-core v0.1.11
11082024-05-25T00:14:01.575Z Downloaded rand_chacha v0.3.1
11092024-05-25T00:14:01.575Z Downloaded rand v0.8.5
11102024-05-25T00:14:01.575Z Downloaded radium v0.7.0
11112024-05-25T00:14:01.575Z Downloaded r2d2 v0.8.10
11122024-05-25T00:14:01.601Z Downloaded quote v1.0.36
11132024-05-25T00:14:01.601Z Downloaded platforms v3.4.0
11142024-05-25T00:14:01.601Z Downloaded plain v0.2.3
11152024-05-25T00:14:01.601Z Downloaded pin-project-lite v0.2.14
11162024-05-25T00:14:01.601Z Downloaded pin-project-internal v1.1.5
11172024-05-25T00:14:01.601Z Downloaded pin-project v1.1.5
11182024-05-25T00:14:01.637Z Downloaded phf_shared v0.11.2
11192024-05-25T00:14:01.637Z Downloaded phf_shared v0.10.0
11202024-05-25T00:14:01.637Z Downloaded phf v0.11.2
11212024-05-25T00:14:01.637Z Downloaded pest_meta v2.7.10
11222024-05-25T00:14:01.637Z Downloaded pest_generator v2.7.10
11232024-05-25T00:14:01.637Z Downloaded pest_derive v2.7.10
11242024-05-25T00:14:01.637Z Downloaded pest v2.7.10
11252024-05-25T00:14:01.637Z Downloaded percent-encoding v2.3.1
11262024-05-25T00:14:01.637Z Downloaded pem-rfc7468 v0.7.0
11272024-05-25T00:14:01.637Z Downloaded parking_lot v0.11.2
11282024-05-25T00:14:01.663Z Downloaded smoltcp v0.11.0
11292024-05-25T00:14:01.663Z Downloaded smoltcp v0.9.1
11302024-05-25T00:14:01.663Z Downloaded slog-stdlog v4.1.1
11312024-05-25T00:14:01.663Z Downloaded slog-scope v4.4.0
11322024-05-25T00:14:01.663Z Downloaded slog-json v2.6.1
11332024-05-25T00:14:01.689Z Downloaded slog-envlogger v2.2.0
11342024-05-25T00:14:01.689Z Downloaded slog-dtrace v0.3.0
11352024-05-25T00:14:01.689Z Downloaded slog-bunyan v2.5.0
11362024-05-25T00:14:01.690Z Downloaded slog-async v2.8.0
11372024-05-25T00:14:01.690Z Downloaded slog v2.7.0
11382024-05-25T00:14:01.690Z Downloaded sha1 v0.10.6
11392024-05-25T00:14:01.690Z Downloaded serde_yaml v0.9.34+deprecated
11402024-05-25T00:14:01.690Z Downloaded ron v0.7.1
11412024-05-25T00:14:01.690Z Downloaded regress v0.9.1
11422024-05-25T00:14:01.715Z Downloaded regex v1.10.4
11432024-05-25T00:14:01.715Z Downloaded rayon-core v1.12.1
11442024-05-25T00:14:01.741Z Downloaded rayon v1.10.0
11452024-05-25T00:14:01.741Z Downloaded nix v0.28.0
11462024-05-25T00:14:01.767Z Downloaded clap v4.5.4
11472024-05-25T00:14:01.767Z Downloaded clang-sys v1.7.0
11482024-05-25T00:14:01.767Z Downloaded ciborium v0.2.2
11492024-05-25T00:14:01.767Z Downloaded chrono v0.4.38
11502024-05-25T00:14:01.793Z Downloaded bytes v1.6.0
11512024-05-25T00:14:01.793Z Downloaded bstr v1.9.1
11522024-05-25T00:14:01.793Z Downloaded bstr v0.2.17
11532024-05-25T00:14:01.818Z Downloaded pkg-config v0.3.30
11542024-05-25T00:14:01.818Z Downloaded pkcs8 v0.10.2
11552024-05-25T00:14:01.818Z Downloaded pkcs1 v0.7.5
11562024-05-25T00:14:01.818Z Downloaded pin-utils v0.1.0
11572024-05-25T00:14:01.818Z Downloaded pem v3.0.4
11582024-05-25T00:14:01.818Z Downloaded peg-runtime v0.8.3
11592024-05-25T00:14:01.818Z Downloaded peg-macros v0.8.3
11602024-05-25T00:14:01.844Z Downloaded peg v0.8.3
11612024-05-25T00:14:01.844Z Downloaded path-slash v0.1.5
11622024-05-25T00:14:01.844Z Downloaded paste v1.0.15
11632024-05-25T00:14:01.844Z Downloaded password-hash v0.5.0
11642024-05-25T00:14:01.844Z Downloaded parse-size v1.0.0
11652024-05-25T00:14:01.844Z Downloaded parse-display-derive v0.9.0
11662024-05-25T00:14:01.844Z Downloaded parse-display v0.9.0
11672024-05-25T00:14:01.844Z Downloaded parking_lot_core v0.9.10
11682024-05-25T00:14:01.844Z Downloaded parking_lot_core v0.8.6
11692024-05-25T00:14:01.844Z Downloaded parking_lot v0.12.2
11702024-05-25T00:14:01.844Z Downloaded opaque-debug v0.3.1
11712024-05-25T00:14:01.870Z Downloaded once_cell v1.19.0
11722024-05-25T00:14:01.870Z Downloaded flume v0.11.0
11732024-05-25T00:14:01.870Z Downloaded ed25519 v1.5.3
11742024-05-25T00:14:01.870Z Downloaded zerocopy v0.7.34
11752024-05-25T00:14:01.895Z Downloaded zerocopy v0.6.6
11762024-05-25T00:14:01.895Z Downloaded string_cache v0.8.7
11772024-05-25T00:14:01.895Z Downloaded steno v0.4.0
11782024-05-25T00:14:01.895Z Downloaded sqlparser v0.45.0
11792024-05-25T00:14:01.895Z Downloaded spki v0.7.3
11802024-05-25T00:14:01.921Z Downloaded spin v0.9.8
11812024-05-25T00:14:01.921Z Downloaded spin v0.5.2
11822024-05-25T00:14:01.921Z Downloaded socket2 v0.5.7
11832024-05-25T00:14:01.921Z Downloaded socket2 v0.4.10
11842024-05-25T00:14:01.921Z Downloaded snafu-derive v0.8.2
11852024-05-25T00:14:01.921Z Downloaded snafu v0.8.2
11862024-05-25T00:14:01.921Z Downloaded smf v0.2.3
11872024-05-25T00:14:01.921Z Downloaded smawk v0.3.2
11882024-05-25T00:14:01.922Z Downloaded smallvec v1.13.2
11892024-05-25T00:14:01.947Z Downloaded smallvec v0.6.14
11902024-05-25T00:14:01.947Z Downloaded slog-term v2.9.1
11912024-05-25T00:14:01.947Z Downloaded serde_with_macros v3.8.1
11922024-05-25T00:14:01.948Z Downloaded resolv-conf v0.7.0
11932024-05-25T00:14:01.948Z Downloaded reqwest v0.11.27
11942024-05-25T00:14:01.948Z Downloaded regex-automata v0.1.10
11952024-05-25T00:14:01.973Z Downloaded ref-cast-impl v1.0.23
11962024-05-25T00:14:01.973Z Downloaded ref-cast v1.0.23
11972024-05-25T00:14:01.973Z Downloaded reedline v0.31.0
11982024-05-25T00:14:01.974Z Downloaded rcgen v0.12.1
11992024-05-25T00:14:01.974Z Downloaded nom v7.1.3
12002024-05-25T00:14:01.999Z Downloaded nodrop v0.1.14
12012024-05-25T00:14:02.000Z Downloaded nibble_vec v0.1.0
12022024-05-25T00:14:02.000Z Downloaded newtype_derive v0.1.6
12032024-05-25T00:14:02.000Z Downloaded newtype-uuid v1.1.0
12042024-05-25T00:14:02.000Z Downloaded newline-converter v0.3.0
12052024-05-25T00:14:02.000Z Downloaded new_debug_unreachable v1.0.6
12062024-05-25T00:14:02.000Z Downloaded native-tls v0.2.11
12072024-05-25T00:14:02.000Z Downloaded nanorand v0.7.0
12082024-05-25T00:14:02.000Z Downloaded multimap v0.10.0
12092024-05-25T00:14:02.000Z Downloaded multer v3.1.0
12102024-05-25T00:14:02.001Z Downloaded mockall_derive v0.12.1
12112024-05-25T00:14:02.001Z Downloaded mockall v0.12.1
12122024-05-25T00:14:02.036Z Downloaded mio v0.8.11
12132024-05-25T00:14:02.036Z Downloaded miniz_oxide v0.7.2
12142024-05-25T00:14:02.036Z Downloaded minimal-lexical v0.2.1
12152024-05-25T00:14:02.036Z Downloaded mime_guess v2.0.4
12162024-05-25T00:14:02.036Z Downloaded mime v0.3.17
12172024-05-25T00:14:02.036Z Downloaded memoffset v0.7.1
12182024-05-25T00:14:02.036Z Downloaded memmap2 v0.9.4
12192024-05-25T00:14:02.036Z Downloaded memmap v0.7.0
12202024-05-25T00:14:02.037Z Downloaded memchr v2.7.2
12212024-05-25T00:14:02.062Z Downloaded match_cfg v0.1.0
12222024-05-25T00:14:02.062Z Downloaded maplit v1.0.2
12232024-05-25T00:14:02.062Z Downloaded managed v0.8.0
12242024-05-25T00:14:02.062Z Downloaded macaddr v1.0.1
12252024-05-25T00:14:02.062Z Downloaded lru-cache v0.1.2
12262024-05-25T00:14:02.062Z Downloaded log v0.4.21
12272024-05-25T00:14:02.063Z Downloaded linked-hash-map v0.5.6
12282024-05-25T00:14:02.063Z Downloaded libxml v0.3.3
12292024-05-25T00:14:02.063Z Downloaded libsw v3.3.1
12302024-05-25T00:14:02.063Z Downloaded libm v0.2.8
12312024-05-25T00:14:02.088Z Downloaded libloading v0.8.3
12322024-05-25T00:14:02.088Z Downloaded libefi-sys v0.1.0
12332024-05-25T00:14:02.088Z Downloaded lazycell v1.3.0
12342024-05-25T00:14:02.088Z Downloaded lazy_static v1.4.0
12352024-05-25T00:14:02.088Z Downloaded lalrpop v0.19.12
12362024-05-25T00:14:02.114Z Downloaded kstat-rs v0.2.3
12372024-05-25T00:14:02.115Z Downloaded keccak v0.1.5
12382024-05-25T00:14:02.115Z Downloaded itoa v1.0.11
12392024-05-25T00:14:02.115Z Downloaded itertools v0.12.1
12402024-05-25T00:14:02.115Z Downloaded itertools v0.10.5
12412024-05-25T00:14:02.115Z Downloaded idna v0.5.0
12422024-05-25T00:14:02.140Z Downloaded idna v0.2.3
12432024-05-25T00:14:02.140Z Downloaded crossbeam-channel v0.5.12
12442024-05-25T00:14:02.140Z Downloaded crc32fast v1.4.0
12452024-05-25T00:14:02.140Z Downloaded crc-catalog v2.4.0
12462024-05-25T00:14:02.140Z Downloaded crc-any v2.5.0
12472024-05-25T00:14:02.166Z Downloaded crc v3.2.1
12482024-05-25T00:14:02.166Z Downloaded cookie_store v0.20.0
12492024-05-25T00:14:02.166Z Downloaded cookie v0.18.1
12502024-05-25T00:14:02.166Z Downloaded cookie v0.17.0
12512024-05-25T00:14:02.166Z Downloaded const_format v0.2.32
12522024-05-25T00:14:02.167Z Downloaded const-oid v0.9.6
12532024-05-25T00:14:02.167Z Downloaded console v0.15.8
12542024-05-25T00:14:02.192Z Downloaded compact_str v0.7.1
12552024-05-25T00:14:02.192Z Downloaded colored v2.1.0
12562024-05-25T00:14:02.192Z Downloaded clap_builder v4.5.2
12572024-05-25T00:14:02.192Z Downloaded chacha20poly1305 v0.10.1
12582024-05-25T00:14:02.192Z Downloaded chacha20 v0.9.1
12592024-05-25T00:14:02.193Z Downloaded cfg-if v1.0.0
12602024-05-25T00:14:02.193Z Downloaded cexpr v0.6.0
12612024-05-25T00:14:02.219Z Downloaded cc v1.0.97
12622024-05-25T00:14:02.219Z Downloaded castaway v0.2.2
12632024-05-25T00:14:02.219Z Downloaded cargo_metadata v0.18.1
12642024-05-25T00:14:02.219Z Downloaded cargo-platform v0.1.8
12652024-05-25T00:14:02.219Z Downloaded cancel-safe-futures v0.1.5
12662024-05-25T00:14:02.220Z Downloaded camino-tempfile v1.1.1
12672024-05-25T00:14:02.220Z Downloaded camino v1.1.7
12682024-05-25T00:14:02.220Z Downloaded bzip2 v0.4.4
12692024-05-25T00:14:02.245Z Downloaded bytecount v0.6.8
12702024-05-25T00:14:02.246Z Downloaded bit-set v0.5.3
12712024-05-25T00:14:02.246Z Downloaded num-integer v0.1.46
12722024-05-25T00:14:02.246Z Downloaded num-derive v0.4.2
12732024-05-25T00:14:02.246Z Downloaded fragile v2.0.0
12742024-05-25T00:14:02.246Z Downloaded form_urlencoded v1.2.1
12752024-05-25T00:14:02.246Z Downloaded foreign-types-shared v0.3.1
12762024-05-25T00:14:02.246Z Downloaded foreign-types-shared v0.1.1
12772024-05-25T00:14:02.246Z Downloaded foreign-types-macros v0.2.3
12782024-05-25T00:14:02.246Z Downloaded foreign-types v0.5.0
12792024-05-25T00:14:02.246Z Downloaded foreign-types v0.3.2
12802024-05-25T00:14:02.246Z Downloaded fnv v1.0.7
12812024-05-25T00:14:02.246Z Downloaded float-cmp v0.9.0
12822024-05-25T00:14:02.246Z Downloaded ena v0.14.3
12832024-05-25T00:14:02.246Z Downloaded embedded-io v0.4.0
12842024-05-25T00:14:02.246Z Downloaded elliptic-curve v0.13.8
12852024-05-25T00:14:02.272Z Downloaded either v1.12.0
12862024-05-25T00:14:02.272Z Downloaded crossterm v0.27.0
12872024-05-25T00:14:02.272Z Downloaded crossbeam-utils v0.8.19
12882024-05-25T00:14:02.272Z Downloaded crossbeam-epoch v0.9.18
12892024-05-25T00:14:02.272Z Downloaded zone_cfg_derive v0.1.2
12902024-05-25T00:14:02.272Z Downloaded zone v0.1.8
12912024-05-25T00:14:02.272Z Downloaded zip v0.6.6
12922024-05-25T00:14:02.272Z Downloaded zeroize_derive v1.4.2
12932024-05-25T00:14:02.298Z Downloaded zeroize v1.7.0
12942024-05-25T00:14:02.298Z Downloaded zerocopy-derive v0.7.34
12952024-05-25T00:14:02.298Z Downloaded strum_macros v0.24.3
12962024-05-25T00:14:02.299Z Downloaded strum v0.26.2
12972024-05-25T00:14:02.299Z Downloaded structmeta-derive v0.3.0
12982024-05-25T00:14:02.299Z Downloaded structmeta-derive v0.2.0
12992024-05-25T00:14:02.299Z Downloaded structmeta v0.3.0
13002024-05-25T00:14:02.299Z Downloaded structmeta v0.2.0
13012024-05-25T00:14:02.299Z Downloaded strsim v0.11.1
13022024-05-25T00:14:02.299Z Downloaded strip-ansi-escapes v0.2.0
13032024-05-25T00:14:02.299Z Downloaded stringprep v0.1.4
13042024-05-25T00:14:02.299Z Downloaded static_assertions v1.1.0
13052024-05-25T00:14:02.299Z Downloaded stable_deref_trait v1.2.0
13062024-05-25T00:14:02.299Z Downloaded stability v0.2.0
13072024-05-25T00:14:02.325Z Downloaded sqlparser_derive v0.2.2
13082024-05-25T00:14:02.325Z Downloaded sqlformat v0.2.3
13092024-05-25T00:14:02.325Z Downloaded sigpipe v0.1.3
13102024-05-25T00:14:02.325Z Downloaded maybe-uninit v2.0.0
13112024-05-25T00:14:02.325Z Downloaded lock_api v0.4.12
13122024-05-25T00:14:02.325Z Downloaded is_ci v1.2.0
13132024-05-25T00:14:02.325Z Downloaded is-terminal v0.4.12
13142024-05-25T00:14:02.325Z Downloaded ipnetwork v0.20.0
13152024-05-25T00:14:02.325Z Downloaded ipnet v2.9.0
13162024-05-25T00:14:02.325Z Downloaded instant v0.1.12
13172024-05-25T00:14:02.325Z Downloaded indoc v1.0.9
13182024-05-25T00:14:02.326Z Downloaded indicatif v0.17.8
13192024-05-25T00:14:02.326Z Downloaded indexmap v2.2.6
13202024-05-25T00:14:02.351Z Downloaded indexmap v1.9.3
13212024-05-25T00:14:02.351Z Downloaded impl-trait-for-tuples v0.2.2
13222024-05-25T00:14:02.351Z Downloaded idna v0.3.0
13232024-05-25T00:14:02.351Z Downloaded iana-time-zone v0.1.60
13242024-05-25T00:14:02.351Z Downloaded hyper v0.14.28
13252024-05-25T00:14:02.377Z Downloaded cpufeatures v0.2.12
13262024-05-25T00:14:02.377Z Downloaded corncobs v0.1.3
13272024-05-25T00:14:02.377Z Downloaded convert_case v0.4.0
13282024-05-25T00:14:02.377Z Downloaded constant_time_eq v0.3.0
13292024-05-25T00:14:02.377Z Downloaded const_format_proc_macros v0.2.32
13302024-05-25T00:14:02.377Z Downloaded colorchoice v1.0.1
13312024-05-25T00:14:02.377Z Downloaded cobs v0.2.3
13322024-05-25T00:14:02.377Z Downloaded clap_derive v4.5.4
13332024-05-25T00:14:02.377Z Downloaded blake3 v1.5.1
13342024-05-25T00:14:02.403Z Downloaded cipher v0.4.4
13352024-05-25T00:14:02.403Z Downloaded bitflags v1.3.2
13362024-05-25T00:14:02.403Z Downloaded cassowary v0.3.0
13372024-05-25T00:14:02.403Z Downloaded linear-map v1.2.0
13382024-05-25T00:14:02.403Z Downloaded lalrpop-util v0.19.12
13392024-05-25T00:14:02.403Z Downloaded is_terminal_polyfill v1.70.0
13402024-05-25T00:14:02.403Z Downloaded indoc v2.0.5
13412024-05-25T00:14:02.403Z Downloaded hyper-tls v0.5.0
13422024-05-25T00:14:02.403Z Downloaded ciborium-ll v0.2.2
13432024-05-25T00:14:02.403Z Downloaded block-padding v0.3.3
13442024-05-25T00:14:02.404Z Downloaded backoff v0.4.0
13452024-05-25T00:14:02.430Z Downloaded bitvec v1.0.1
13462024-05-25T00:14:02.430Z Downloaded http v0.2.12
13472024-05-25T00:14:02.456Z Downloaded hostname v0.4.0
13482024-05-25T00:14:02.456Z Downloaded home v0.5.9
13492024-05-25T00:14:02.456Z Downloaded hmac v0.12.1
13502024-05-25T00:14:02.456Z Downloaded highway v1.1.0
13512024-05-25T00:14:02.456Z Downloaded heck v0.5.0
13522024-05-25T00:14:02.456Z Downloaded heck v0.4.1
13532024-05-25T00:14:02.456Z Downloaded heck v0.3.3
13542024-05-25T00:14:02.456Z Downloaded heapless v0.7.17
13552024-05-25T00:14:02.457Z Downloaded byteorder v1.5.0
13562024-05-25T00:14:02.457Z Downloaded buf-list v1.0.3
13572024-05-25T00:14:02.457Z Downloaded block-buffer v0.10.4
13582024-05-25T00:14:02.482Z Downloaded humantime v2.1.0
13592024-05-25T00:14:02.482Z Downloaded hubpack_derive v0.1.1
13602024-05-25T00:14:02.482Z Downloaded hubpack v0.1.2
13612024-05-25T00:14:02.482Z Downloaded httpdate v1.0.3
13622024-05-25T00:14:02.482Z Downloaded http-range v0.1.5
13632024-05-25T00:14:02.482Z Downloaded http-body v0.4.6
13642024-05-25T00:14:02.482Z Downloaded http v1.1.0
13652024-05-25T00:14:02.482Z Downloaded hkdf v0.12.4
13662024-05-25T00:14:02.482Z Downloaded hex v0.4.3
13672024-05-25T00:14:02.482Z Downloaded heapless v0.8.0
13682024-05-25T00:14:02.482Z Downloaded headers-core v0.2.0
13692024-05-25T00:14:02.482Z Downloaded headers v0.3.9
13702024-05-25T00:14:02.508Z Downloaded hashbrown v0.14.5
13712024-05-25T00:14:02.508Z Downloaded hashbrown v0.13.2
13722024-05-25T00:14:02.508Z Downloaded hashbrown v0.12.3
13732024-05-25T00:14:02.508Z Downloaded crossbeam-deque v0.8.5
13742024-05-25T00:14:02.533Z Downloaded blake2 v0.10.6
13752024-05-25T00:14:02.534Z Downloaded bitstruct_derive v0.1.0
13762024-05-25T00:14:02.534Z Downloaded bitstruct v0.1.1
13772024-05-25T00:14:02.534Z Downloaded bitflags v2.5.0
13782024-05-25T00:14:02.534Z Downloaded bitfield v0.14.0
13792024-05-25T00:14:02.534Z Downloaded bit-vec v0.6.3
13802024-05-25T00:14:02.534Z Downloaded bindgen v0.69.4
13812024-05-25T00:14:02.560Z Downloaded bcs v0.1.6
13822024-05-25T00:14:02.560Z Downloaded bb8 v0.8.3
13832024-05-25T00:14:02.560Z Downloaded base64ct v1.6.0
13842024-05-25T00:14:02.560Z Downloaded base64 v0.22.1
13852024-05-25T00:14:02.560Z Downloaded base64 v0.21.7
13862024-05-25T00:14:02.560Z Downloaded base64 v0.13.1
13872024-05-25T00:14:02.560Z Downloaded base16ct v0.2.0
13882024-05-25T00:14:02.560Z Downloaded backtrace v0.3.71
13892024-05-25T00:14:02.586Z Downloaded autocfg v1.3.0
13902024-05-25T00:14:02.586Z Downloaded atty v0.2.14
13912024-05-25T00:14:02.586Z Downloaded atomicwrites v0.4.3
13922024-05-25T00:14:02.586Z Downloaded atomic-waker v1.1.2
13932024-05-25T00:14:02.586Z Downloaded async-trait v0.1.80
13942024-05-25T00:14:02.586Z Downloaded async-stream-impl v0.3.5
13952024-05-25T00:14:02.586Z Downloaded async-stream v0.3.5
13962024-05-25T00:14:02.586Z Downloaded assert_matches v1.5.0
13972024-05-25T00:14:02.586Z Downloaded argon2 v0.5.3
13982024-05-25T00:14:02.586Z Downloaded ascii v1.1.0
13992024-05-25T00:14:02.586Z Downloaded arrayvec v0.7.4
14002024-05-25T00:14:02.613Z Downloaded arrayref v0.3.7
14012024-05-25T00:14:02.614Z Downloaded array-init v0.0.4
14022024-05-25T00:14:02.614Z Downloaded arc-swap v1.7.1
14032024-05-25T00:14:02.614Z Downloaded anyhow v1.0.83
14042024-05-25T00:14:02.614Z Downloaded anstyle-query v1.0.3
14052024-05-25T00:14:02.614Z Downloaded anstyle-parse v0.2.4
14062024-05-25T00:14:02.614Z Downloaded anstyle v1.0.7
14072024-05-25T00:14:02.614Z Downloaded anstream v0.6.14
14082024-05-25T00:14:02.614Z Downloaded allocator-api2 v0.2.18
14092024-05-25T00:14:02.641Z Downloaded aho-corasick v1.1.3
14102024-05-25T00:14:02.641Z Downloaded ahash v0.8.11
14112024-05-25T00:14:02.641Z Downloaded aead v0.5.2
14122024-05-25T00:14:02.641Z Downloaded adler v1.0.2
14132024-05-25T00:14:02.641Z Downloaded addr2line v0.21.0
14142024-05-25T00:14:02.945Z Compiling proc-macro2 v1.0.82
14152024-05-25T00:14:02.945Z Compiling unicode-ident v1.0.12
14162024-05-25T00:14:02.945Z Compiling libc v0.2.153
14172024-05-25T00:14:02.945Z Compiling serde v1.0.202
14182024-05-25T00:14:02.982Z Compiling autocfg v1.3.0
14192024-05-25T00:14:02.982Z Compiling version_check v0.9.4
14202024-05-25T00:14:02.983Z Compiling cfg-if v1.0.0
14212024-05-25T00:14:03.217Z Compiling cc v1.0.97
14222024-05-25T00:14:03.251Z Compiling parking_lot_core v0.9.10
14232024-05-25T00:14:03.276Z Compiling once_cell v1.19.0
14242024-05-25T00:14:03.695Z Compiling serde_json v1.0.117
14252024-05-25T00:14:03.766Z Compiling ahash v0.8.11
14262024-05-25T00:14:03.793Z Compiling libm v0.2.8
14272024-05-25T00:14:03.835Z Compiling lock_api v0.4.12
14282024-05-25T00:14:04.116Z Compiling byteorder v1.5.0
14292024-05-25T00:14:04.219Z Compiling num-traits v0.2.19
14302024-05-25T00:14:04.341Z Compiling memchr v2.7.2
14312024-05-25T00:14:04.380Z Compiling thiserror v1.0.60
14322024-05-25T00:14:04.646Z Compiling typenum v1.17.0
14332024-05-25T00:14:05.034Z Compiling log v0.4.21
14342024-05-25T00:14:05.090Z Compiling generic-array v0.14.7
14352024-05-25T00:14:05.477Z Compiling quote v1.0.36
14362024-05-25T00:14:05.514Z Compiling getrandom v0.2.14
14372024-05-25T00:14:05.841Z Compiling syn v2.0.64
14382024-05-25T00:14:05.866Z Compiling itoa v1.0.11
14392024-05-25T00:14:05.989Z Compiling scopeguard v1.2.0
14402024-05-25T00:14:06.169Z Compiling allocator-api2 v0.2.18
14412024-05-25T00:14:06.265Z Compiling slab v0.4.9
14422024-05-25T00:14:06.526Z Compiling ring v0.17.8
14432024-05-25T00:14:06.590Z Compiling ryu v1.0.18
14442024-05-25T00:14:06.654Z Compiling smallvec v1.13.2
14452024-05-25T00:14:06.684Z Compiling pin-project-lite v0.2.14
14462024-05-25T00:14:06.819Z Compiling schemars v0.8.20
14472024-05-25T00:14:06.912Z Compiling semver v1.0.23
14482024-05-25T00:14:07.128Z Compiling equivalent v1.0.1
14492024-05-25T00:14:07.158Z Compiling syn v1.0.109
14502024-05-25T00:14:07.363Z Compiling parking_lot v0.12.2
14512024-05-25T00:14:07.547Z Compiling pkg-config v0.3.30
14522024-05-25T00:14:07.583Z Compiling vcpkg v0.2.15
14532024-05-25T00:14:07.775Z Compiling signal-hook-registry v1.4.2
14542024-05-25T00:14:08.692Z Compiling mio v0.8.11
14552024-05-25T00:14:09.128Z Compiling openssl-sys v0.9.102
14562024-05-25T00:14:09.268Z Compiling fnv v1.0.7
14572024-05-25T00:14:09.493Z Compiling rand_core v0.6.4
14582024-05-25T00:14:09.847Z Compiling socket2 v0.5.7
14592024-05-25T00:14:09.873Z Compiling num_cpus v1.16.0
14602024-05-25T00:14:10.008Z Compiling num-conv v0.1.0
14612024-05-25T00:14:10.222Z Compiling time-core v0.1.2
14622024-05-25T00:14:10.378Z Compiling time-macros v0.2.18
14632024-05-25T00:14:10.478Z Compiling httparse v1.8.0
14642024-05-25T00:14:11.003Z Compiling futures-core v0.3.30
14652024-05-25T00:14:11.235Z Compiling openssl v0.10.64
14662024-05-25T00:14:11.550Z Compiling iana-time-zone v0.1.60
14672024-05-25T00:14:11.581Z Compiling rustix v0.38.34
14682024-05-25T00:14:11.606Z Compiling crossbeam-utils v0.8.19
14692024-05-25T00:14:11.878Z Compiling serde_derive_internals v0.29.1
14702024-05-25T00:14:12.107Z Compiling spin v0.9.8
14712024-05-25T00:14:12.382Z Compiling tinyvec_macros v0.1.1
14722024-05-25T00:14:12.474Z Compiling rustls v0.21.12
14732024-05-25T00:14:12.499Z Compiling native-tls v0.2.11
14742024-05-25T00:14:12.638Z Compiling tinyvec v1.6.0
14752024-05-25T00:14:12.952Z Compiling subtle v2.5.0
14762024-05-25T00:14:13.195Z Compiling futures-sink v0.3.30
14772024-05-25T00:14:13.356Z Compiling const-oid v0.9.6
14782024-05-25T00:14:13.396Z Compiling ucd-trie v0.1.6
14792024-05-25T00:14:13.850Z Compiling unicode-normalization v0.1.23
14802024-05-25T00:14:13.969Z Compiling backtrace v0.3.71
14812024-05-25T00:14:14.094Z Compiling cookie v0.17.0
14822024-05-25T00:14:14.383Z Compiling heck v0.4.1
14832024-05-25T00:14:14.409Z Compiling unicode-bidi v0.3.15
14842024-05-25T00:14:14.789Z Compiling slog v2.7.0
14852024-05-25T00:14:14.873Z Compiling heck v0.5.0
14862024-05-25T00:14:14.956Z Compiling dyn-clone v1.0.17
14872024-05-25T00:14:15.293Z Compiling futures-channel v0.3.30
14882024-05-25T00:14:15.493Z Compiling pin-utils v0.1.0
14892024-05-25T00:14:15.553Z Compiling futures-io v0.3.30
14902024-05-25T00:14:15.599Z Compiling futures-task v0.3.30
14912024-05-25T00:14:15.717Z Compiling strsim v0.11.1
14922024-05-25T00:14:16.197Z Compiling aho-corasick v1.1.3
14932024-05-25T00:14:16.275Z Compiling winnow v0.5.40
14942024-05-25T00:14:16.499Z Compiling anyhow v1.0.83
14952024-05-25T00:14:16.745Z Compiling serde_derive v1.0.202
14962024-05-25T00:14:16.916Z Compiling zerocopy-derive v0.7.34
14972024-05-25T00:14:18.108Z Compiling zeroize_derive v1.4.2
14982024-05-25T00:14:18.273Z Compiling thiserror-impl v1.0.60
14992024-05-25T00:14:18.621Z Compiling zerocopy v0.7.34
15002024-05-25T00:14:19.355Z Compiling tokio-macros v2.2.0
15012024-05-25T00:14:19.385Z Compiling futures-macro v0.3.30
15022024-05-25T00:14:19.808Z Compiling schemars_derive v0.8.20
15032024-05-25T00:14:20.481Z Compiling hashbrown v0.14.5
15042024-05-25T00:14:20.506Z Compiling tracing-attributes v0.1.27
15052024-05-25T00:14:20.621Z Compiling zeroize v1.7.0
15062024-05-25T00:14:21.075Z Compiling openssl-macros v0.1.1
15072024-05-25T00:14:21.671Z Compiling scroll_derive v0.12.0
15082024-05-25T00:14:21.696Z Compiling pest v2.7.10
15092024-05-25T00:14:22.034Z Compiling crypto-common v0.1.6
15102024-05-25T00:14:22.207Z Compiling futures-util v0.3.30
15112024-05-25T00:14:22.302Z Compiling der_derive v0.7.2
15122024-05-25T00:14:23.056Z Compiling regex-syntax v0.8.3
15132024-05-25T00:14:23.264Z Compiling untrusted v0.9.0
15142024-05-25T00:14:24.123Z Compiling pest_meta v2.7.10
15152024-05-25T00:14:24.240Z Compiling block-buffer v0.10.4
15162024-05-25T00:14:24.441Z Compiling tracing-core v0.1.32
15172024-05-25T00:14:26.352Z Compiling pest_generator v2.7.10
15182024-05-25T00:14:27.560Z Compiling bytes v1.6.0
15192024-05-25T00:14:27.916Z Compiling indexmap v2.2.6
15202024-05-25T00:14:28.566Z Compiling uuid v1.8.0
15212024-05-25T00:14:28.639Z Compiling chrono v0.4.38
15222024-05-25T00:14:29.236Z Compiling tokio v1.37.0
15232024-05-25T00:14:29.300Z Compiling bitflags v2.5.0
15242024-05-25T00:14:29.633Z Compiling serde_tokenstream v0.2.0
15252024-05-25T00:14:30.192Z Compiling serde_spanned v0.6.6
15262024-05-25T00:14:30.382Z Compiling toml_datetime v0.6.6
15272024-05-25T00:14:30.438Z Compiling http v0.2.12
15282024-05-25T00:14:31.283Z Compiling toml_edit v0.19.15
15292024-05-25T00:14:32.536Z Compiling rustc_version v0.4.0
15302024-05-25T00:14:33.067Z Compiling pest_derive v2.7.10
15312024-05-25T00:14:33.688Z Compiling regex-automata v0.4.6
15322024-05-25T00:14:34.255Z Compiling usdt-impl v0.5.0
15332024-05-25T00:14:34.527Z Compiling rustversion v1.0.17
15342024-05-25T00:14:35.014Z Compiling powerfmt v0.2.0
15352024-05-25T00:14:35.246Z Compiling heapless v0.7.17
15362024-05-25T00:14:35.482Z Compiling deranged v0.3.11
15372024-05-25T00:14:35.606Z Compiling tracing v0.1.40
15382024-05-25T00:14:35.638Z Compiling digest v0.10.7
15392024-05-25T00:14:36.003Z Compiling scroll v0.12.0
15402024-05-25T00:14:36.473Z Compiling plain v0.2.3
15412024-05-25T00:14:36.618Z Compiling percent-encoding v2.3.1
15422024-05-25T00:14:37.026Z Compiling num_threads v0.1.7
15432024-05-25T00:14:37.083Z Compiling signal-hook v0.3.17
15442024-05-25T00:14:37.320Z Compiling ppv-lite86 v0.2.17
15452024-05-25T00:14:37.557Z Compiling time v0.3.36
15462024-05-25T00:14:37.584Z Compiling goblin v0.8.2
15472024-05-25T00:14:37.948Z Compiling rand_chacha v0.3.1
15482024-05-25T00:14:38.743Z Compiling regex v1.10.4
15492024-05-25T00:14:40.126Z Compiling crc32fast v1.4.0
15502024-05-25T00:14:40.673Z Compiling pretty-hex v0.4.1
15512024-05-25T00:14:41.703Z Compiling rand v0.8.5
15522024-05-25T00:14:42.934Z Compiling dof v0.3.0
15532024-05-25T00:14:42.959Z Compiling tokio-util v0.7.11
15542024-05-25T00:14:44.054Z Compiling dtrace-parser v0.2.0
15552024-05-25T00:14:44.417Z Compiling async-trait v0.1.80
15562024-05-25T00:14:44.610Z Compiling thread-id v4.2.1
15572024-05-25T00:14:45.033Z Compiling smoltcp v0.9.1
15582024-05-25T00:14:45.126Z Compiling unicode-width v0.1.12
15592024-05-25T00:14:45.202Z Compiling base64ct v1.6.0
15602024-05-25T00:14:45.227Z Compiling foreign-types-shared v0.1.1
15612024-05-25T00:14:45.315Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
15622024-05-25T00:14:45.345Z Compiling foreign-types v0.3.2
15632024-05-25T00:14:45.717Z Compiling pem-rfc7468 v0.7.0
15642024-05-25T00:14:46.421Z Compiling form_urlencoded v1.2.1
15652024-05-25T00:14:46.805Z Compiling hmac v0.12.1
15662024-05-25T00:14:47.047Z Compiling base64 v0.21.7
15672024-05-25T00:14:47.072Z Compiling try-lock v0.2.5
15682024-05-25T00:14:47.225Z Compiling flagset v0.4.5
15692024-05-25T00:14:47.423Z Compiling siphasher v0.3.11
15702024-05-25T00:14:47.473Z Compiling adler v1.0.2
15712024-05-25T00:14:47.643Z Compiling miniz_oxide v0.7.2
15722024-05-25T00:14:47.701Z Compiling want v0.3.1
15732024-05-25T00:14:47.754Z Compiling der v0.7.9
15742024-05-25T00:14:48.381Z Compiling h2 v0.3.26
15752024-05-25T00:14:48.751Z Compiling sct v0.7.1
15762024-05-25T00:14:49.058Z Compiling rustls-webpki v0.101.7
15772024-05-25T00:14:50.289Z Compiling http-body v0.4.6
15782024-05-25T00:14:50.745Z Compiling openapiv3 v2.0.0
15792024-05-25T00:14:50.970Z Compiling hubpack_derive v0.1.1
15802024-05-25T00:14:51.312Z Compiling zerocopy-derive v0.6.6
15812024-05-25T00:14:51.638Z Compiling idna v0.5.0
15822024-05-25T00:14:51.823Z Compiling errno v0.3.9
15832024-05-25T00:14:52.031Z Compiling fs-err v2.11.0
15842024-05-25T00:14:52.163Z Compiling spin v0.5.2
15852024-05-25T00:14:52.264Z Compiling utf8parse v0.2.1
15862024-05-25T00:14:52.412Z Compiling cpufeatures v0.2.12
15872024-05-25T00:14:52.503Z Compiling anstyle v1.0.7
15882024-05-25T00:14:52.708Z Compiling tower-service v0.3.2
15892024-05-25T00:14:52.849Z Compiling httpdate v1.0.3
15902024-05-25T00:14:52.876Z Compiling openssl-probe v0.1.5
15912024-05-25T00:14:53.217Z Compiling gimli v0.28.1
15922024-05-25T00:14:53.242Z Compiling stable_deref_trait v1.2.0
15932024-05-25T00:14:53.345Z Compiling finl_unicode v1.2.0
15942024-05-25T00:14:53.835Z Compiling stringprep v0.1.4
15952024-05-25T00:14:54.515Z Compiling hyper v0.14.28
15962024-05-25T00:14:54.703Z Compiling sha2 v0.10.8
15972024-05-25T00:14:54.939Z Compiling anstyle-parse v0.2.4
15982024-05-25T00:14:55.225Z Compiling url v2.5.0
15992024-05-25T00:14:57.585Z Compiling addr2line v0.21.0
16002024-05-25T00:14:58.312Z Compiling spki v0.7.3
16012024-05-25T00:14:58.464Z Compiling usdt-macro v0.5.0
16022024-05-25T00:14:58.663Z Compiling usdt-attr-macro v0.5.0
16032024-05-25T00:14:59.819Z Compiling md-5 v0.10.6
16042024-05-25T00:15:02.057Z Compiling idna v0.3.0
16052024-05-25T00:15:02.990Z Compiling diesel_table_macro_syntax v0.1.0
16062024-05-25T00:15:03.121Z Compiling num-integer v0.1.46
16072024-05-25T00:15:03.296Z Compiling object v0.32.2
16082024-05-25T00:15:03.687Z Compiling hash32 v0.2.1
16092024-05-25T00:15:03.927Z Compiling colorchoice v1.0.1
16102024-05-25T00:15:04.006Z Compiling anstyle-query v1.0.3
16112024-05-25T00:15:04.143Z Compiling psl-types v2.0.11
16122024-05-25T00:15:04.570Z Compiling fallible-iterator v0.2.0
16132024-05-25T00:15:05.137Z Compiling rustc-demangle v0.1.24
16142024-05-25T00:15:07.434Z Compiling is_terminal_polyfill v1.70.0
16152024-05-25T00:15:07.970Z Compiling anstream v0.6.14
16162024-05-25T00:15:09.681Z Compiling postgres-protocol v0.6.6
16172024-05-25T00:15:09.735Z Compiling lazy_static v1.4.0
16182024-05-25T00:15:09.846Z Compiling publicsuffix v2.2.3
16192024-05-25T00:15:09.983Z Compiling diesel_derives v2.1.4
16202024-05-25T00:15:10.872Z Compiling tokio-rustls v0.24.1
16212024-05-25T00:15:14.984Z Compiling pkcs8 v0.10.2
16222024-05-25T00:15:15.031Z Compiling terminal_size v0.3.0
16232024-05-25T00:15:15.207Z Compiling tokio-native-tls v0.3.1
16242024-05-25T00:15:15.445Z Compiling phf_shared v0.11.2
16252024-05-25T00:15:15.923Z Compiling strum_macros v0.25.3
16262024-05-25T00:15:16.663Z Compiling block-padding v0.3.3
16272024-05-25T00:15:16.861Z Compiling regress v0.9.1
16282024-05-25T00:15:16.904Z Compiling enum-as-inner v0.5.1
16292024-05-25T00:15:17.687Z Compiling clap_derive v4.5.4
16302024-05-25T00:15:17.712Z Compiling serde_repr v0.1.19
16312024-05-25T00:15:18.914Z Compiling ff v0.13.0
16322024-05-25T00:15:19.143Z Compiling scheduled-thread-pool v0.2.7
16332024-05-25T00:15:20.191Z Compiling encoding_rs v0.8.34
16342024-05-25T00:15:20.519Z Compiling managed v0.8.0
16352024-05-25T00:15:21.189Z Compiling mime v0.3.17
16362024-05-25T00:15:21.310Z Compiling matches v0.1.10
16372024-05-25T00:15:21.410Z Compiling ident_case v1.0.1
16382024-05-25T00:15:21.575Z Compiling clap_lex v0.7.0
16392024-05-25T00:15:21.867Z Compiling either v1.12.0
16402024-05-25T00:15:21.990Z Compiling bit-vec v0.6.3
16412024-05-25T00:15:22.095Z Compiling bitflags v1.3.2
16422024-05-25T00:15:22.193Z Compiling base16ct v0.2.0
16432024-05-25T00:15:22.256Z Compiling ipnet v2.9.0
16442024-05-25T00:15:23.055Z Compiling sec1 v0.7.3
16452024-05-25T00:15:23.162Z Compiling clap_builder v4.5.2
16462024-05-25T00:15:23.519Z Compiling darling_core v0.20.9
16472024-05-25T00:15:24.363Z Compiling idna v0.2.3
16482024-05-25T00:15:26.672Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16492024-05-25T00:15:27.630Z Compiling r2d2 v0.8.10
16502024-05-25T00:15:28.233Z Compiling group v0.13.0
16512024-05-25T00:15:28.868Z Compiling inout v0.1.3
16522024-05-25T00:15:29.369Z Compiling phf v0.11.2
16532024-05-25T00:15:29.398Z Compiling hyper-tls v0.5.0
16542024-05-25T00:15:29.618Z Compiling signal-hook-mio v0.2.3
16552024-05-25T00:15:29.765Z Compiling hyper-rustls v0.24.2
16562024-05-25T00:15:29.790Z Compiling cookie_store v0.20.0
16572024-05-25T00:15:30.060Z Compiling postgres-types v0.2.6
16582024-05-25T00:15:30.332Z Compiling num-bigint v0.4.5
16592024-05-25T00:15:30.836Z Compiling zerocopy v0.6.6
16602024-05-25T00:15:31.159Z Compiling hubpack v0.1.2
16612024-05-25T00:15:31.218Z Compiling phf_shared v0.10.0
16622024-05-25T00:15:31.512Z Compiling rustls-pemfile v1.0.4
16632024-05-25T00:15:31.537Z Compiling hkdf v0.12.4
16642024-05-25T00:15:31.537Z Compiling serde_urlencoded v0.7.1
16652024-05-25T00:15:31.840Z Compiling crossbeam-epoch v0.9.18
16662024-05-25T00:15:32.063Z Compiling ipnetwork v0.20.0
16672024-05-25T00:15:32.189Z Compiling futures-executor v0.3.30
16682024-05-25T00:15:32.842Z Compiling crypto-bigint v0.5.5
16692024-05-25T00:15:33.109Z Compiling float-cmp v0.9.0
16702024-05-25T00:15:33.134Z Compiling memmap v0.7.0
16712024-05-25T00:15:33.420Z Compiling precomputed-hash v0.1.1
16722024-05-25T00:15:33.527Z Compiling predicates-core v1.0.6
16732024-05-25T00:15:33.797Z Compiling webpki-roots v0.25.4
16742024-05-25T00:15:33.957Z Compiling new_debug_unreachable v1.0.6
16752024-05-25T00:15:34.043Z Compiling whoami v1.5.1
16762024-05-25T00:15:34.518Z Compiling minimal-lexical v0.2.1
16772024-05-25T00:15:35.281Z Compiling normalize-line-endings v0.3.0
16782024-05-25T00:15:35.392Z Compiling unicode-segmentation v1.11.0
16792024-05-25T00:15:35.466Z Compiling data-encoding v2.6.0
16802024-05-25T00:15:35.589Z Compiling winnow v0.6.8
16812024-05-25T00:15:35.684Z Compiling difflib v0.4.0
16822024-05-25T00:15:36.019Z Compiling sync_wrapper v0.1.2
16832024-05-25T00:15:36.150Z Compiling fixedbitset v0.4.2
16842024-05-25T00:15:36.482Z Compiling static_assertions v1.1.0
16852024-05-25T00:15:36.510Z Compiling petgraph v0.6.5
16862024-05-25T00:15:36.583Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
16872024-05-25T00:15:36.609Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16882024-05-25T00:15:36.725Z Compiling reqwest v0.11.27
16892024-05-25T00:15:36.806Z Compiling predicates v3.1.0
16902024-05-25T00:15:38.000Z Compiling trust-dns-proto v0.22.0
16912024-05-25T00:15:38.401Z Compiling toml_edit v0.22.13
16922024-05-25T00:15:39.642Z Compiling similar v2.5.0
16932024-05-25T00:15:40.906Z Compiling elliptic-curve v0.13.8
16942024-05-25T00:15:41.004Z Compiling nom v7.1.3
16952024-05-25T00:15:41.278Z Compiling tokio-postgres v0.7.10
16962024-05-25T00:15:41.491Z Compiling string_cache v0.8.7
16972024-05-25T00:15:41.843Z Compiling usdt v0.5.0
16982024-05-25T00:15:42.842Z Compiling futures v0.3.30
16992024-05-25T00:15:42.955Z Compiling diesel v2.1.6
17002024-05-25T00:15:43.177Z Compiling yasna v0.5.2
17012024-05-25T00:15:44.304Z Compiling crossterm v0.27.0
17022024-05-25T00:15:44.488Z Compiling flate2 v1.0.30
17032024-05-25T00:15:44.522Z Compiling cipher v0.4.4
17042024-05-25T00:15:44.900Z Compiling darling_macro v0.20.9
17052024-05-25T00:15:44.928Z Compiling clap v4.5.4
17062024-05-25T00:15:45.042Z Compiling itertools v0.10.5
17072024-05-25T00:15:45.255Z Compiling itertools v0.12.1
17082024-05-25T00:15:45.282Z Compiling bit-set v0.5.3
17092024-05-25T00:15:45.657Z Compiling console v0.15.8
17102024-05-25T00:15:46.709Z Compiling num-iter v0.1.45
17112024-05-25T00:15:46.940Z Compiling bstr v1.9.1
17122024-05-25T00:15:47.103Z Compiling tokio-stream v0.1.15
17132024-05-25T00:15:47.205Z Compiling toml v0.7.8
17142024-05-25T00:15:47.442Z Compiling hex v0.4.3
17152024-05-25T00:15:47.945Z Compiling lalrpop-util v0.19.12
17162024-05-25T00:15:48.084Z Compiling peg-runtime v0.8.3
17172024-05-25T00:15:48.384Z Compiling darling v0.20.9
17182024-05-25T00:15:48.497Z Compiling proc-macro-crate v1.3.1
17192024-05-25T00:15:49.433Z Compiling camino v1.1.7
17202024-05-25T00:15:49.860Z Compiling heapless v0.8.0
17212024-05-25T00:15:52.262Z Compiling num_enum_derive v0.5.11
17222024-05-25T00:15:55.360Z Compiling hash32 v0.3.1
17232024-05-25T00:15:55.850Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17242024-05-25T00:15:56.144Z Compiling smoltcp v0.11.0
17252024-05-25T00:15:56.634Z Compiling rustls-pki-types v1.7.0
17262024-05-25T00:16:05.333Z Compiling num_enum v0.5.11
17272024-05-25T00:16:07.138Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
17282024-05-25T00:16:07.556Z Compiling getopts v0.2.21
17292024-05-25T00:16:08.742Z Compiling dirs-sys-next v0.1.2
17302024-05-25T00:16:09.063Z Compiling proc-macro-error-attr v1.0.4
17312024-05-25T00:16:09.287Z Compiling unsafe-libyaml v0.2.11
17322024-05-25T00:16:09.675Z Compiling paste v1.0.15
17332024-05-25T00:16:10.064Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17342024-05-25T00:16:10.897Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17352024-05-25T00:16:10.934Z Compiling embedded-io v0.4.0
17362024-05-25T00:16:11.084Z Compiling rustls v0.22.4
17372024-05-25T00:16:11.125Z Compiling cobs v0.2.3
17382024-05-25T00:16:11.349Z Compiling postcard v1.0.8
17392024-05-25T00:16:11.659Z Compiling serde_yaml v0.9.34+deprecated
17402024-05-25T00:16:13.702Z Compiling dirs-next v2.0.0
17412024-05-25T00:16:14.715Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17422024-05-25T00:16:19.875Z Compiling rustls-webpki v0.102.4
17432024-05-25T00:16:24.071Z Compiling strum_macros v0.26.2
17442024-05-25T00:16:24.384Z Compiling structmeta-derive v0.3.0
17452024-05-25T00:16:25.605Z Compiling foreign-types-macros v0.2.3
17462024-05-25T00:16:26.479Z Compiling thread_local v1.1.8
17472024-05-25T00:16:26.533Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
17482024-05-25T00:16:26.559Z Compiling multer v3.1.0
17492024-05-25T00:16:26.802Z Compiling proc-macro-error v1.0.4
17502024-05-25T00:16:26.931Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17512024-05-25T00:16:27.157Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
17522024-05-25T00:16:27.919Z Compiling slog-async v2.8.0
17532024-05-25T00:16:27.963Z Compiling match_cfg v0.1.0
17542024-05-25T00:16:28.389Z Compiling foreign-types-shared v0.3.1
17552024-05-25T00:16:28.500Z Compiling foreign-types v0.5.0
17562024-05-25T00:16:29.027Z Compiling hostname v0.3.1
17572024-05-25T00:16:32.057Z Compiling strum v0.26.2
17582024-05-25T00:16:32.772Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
17592024-05-25T00:16:35.436Z Compiling structmeta v0.3.0
17602024-05-25T00:16:38.231Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17612024-05-25T00:16:45.337Z Compiling term v0.7.0
17622024-05-25T00:16:47.602Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17632024-05-25T00:16:48.548Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
17642024-05-25T00:16:49.349Z Compiling slog-json v2.6.1
17652024-05-25T00:16:49.791Z Compiling tabwriter v1.4.0
17662024-05-25T00:16:50.244Z Compiling crossbeam-channel v0.5.12
17672024-05-25T00:16:51.391Z Compiling http v1.1.0
17682024-05-25T00:16:51.554Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17692024-05-25T00:16:51.768Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
17702024-05-25T00:16:51.794Z Compiling async-stream-impl v0.3.5
17712024-05-25T00:16:52.167Z Compiling cstr-argument v0.1.2
17722024-05-25T00:16:52.387Z Compiling is-terminal v0.4.12
17732024-05-25T00:16:52.421Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
17742024-05-25T00:16:52.514Z Compiling crucible-workspace-hack v0.1.0
17752024-05-25T00:16:52.667Z Compiling rayon-core v1.12.1
17762024-05-25T00:16:52.900Z Compiling atomic-waker v1.1.2
17772024-05-25T00:16:53.077Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
17782024-05-25T00:16:53.141Z Compiling fastrand v2.1.0
17792024-05-25T00:16:53.311Z Compiling take_mut v0.2.2
17802024-05-25T00:16:53.467Z Compiling base64 v0.22.1
17812024-05-25T00:16:53.662Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
17822024-05-25T00:16:53.714Z Compiling pretty-hex v0.2.1
17832024-05-25T00:16:53.955Z Compiling rustls-pemfile v2.1.2
17842024-05-25T00:16:53.983Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17852024-05-25T00:16:54.310Z Compiling tempfile v3.10.1
17862024-05-25T00:16:54.588Z Compiling waitgroup v0.1.2
17872024-05-25T00:16:54.821Z Compiling async-stream v0.3.5
17882024-05-25T00:16:55.211Z Compiling slog-term v2.9.1
17892024-05-25T00:16:55.969Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17902024-05-25T00:16:56.871Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17912024-05-25T00:16:56.897Z Compiling slog-bunyan v2.5.0
17922024-05-25T00:16:57.166Z Compiling tokio-rustls v0.25.0
17932024-05-25T00:16:57.289Z Compiling parse-display-derive v0.9.0
17942024-05-25T00:16:57.375Z Compiling toml v0.8.13
17952024-05-25T00:16:57.545Z Compiling serde_with_macros v3.8.1
17962024-05-25T00:16:57.650Z Compiling sha1 v0.10.6
17972024-05-25T00:16:58.256Z Compiling crossbeam-deque v0.8.5
17982024-05-25T00:16:58.574Z Compiling colored v2.1.0
17992024-05-25T00:16:59.653Z Compiling newtype-uuid v1.1.0
18002024-05-25T00:16:59.682Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
18012024-05-25T00:16:59.937Z Compiling serde_path_to_error v0.1.16
18022024-05-25T00:17:00.418Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18032024-05-25T00:17:00.764Z Compiling hostname v0.4.0
18042024-05-25T00:17:00.995Z Compiling socket2 v0.4.10
18052024-05-25T00:17:01.022Z Compiling instant v0.1.12
18062024-05-25T00:17:01.149Z Compiling debug-ignore v1.0.5
18072024-05-25T00:17:01.182Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18082024-05-25T00:17:01.250Z Compiling backoff v0.4.0
18092024-05-25T00:17:01.547Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
18102024-05-25T00:17:02.270Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18112024-05-25T00:17:02.461Z Compiling parse-display v0.9.0
18122024-05-25T00:17:02.845Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18132024-05-25T00:17:03.279Z Compiling serde_with v3.8.1
18142024-05-25T00:17:03.997Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18152024-05-25T00:17:05.065Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18162024-05-25T00:17:06.427Z Compiling camino-tempfile v1.1.1
18172024-05-25T00:17:06.774Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
18182024-05-25T00:17:06.852Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18192024-05-25T00:17:07.012Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7)
18202024-05-25T00:17:07.095Z Compiling macaddr v1.0.1
18212024-05-25T00:17:07.190Z Compiling num-derive v0.4.2
18222024-05-25T00:17:07.593Z Compiling sigpipe v0.1.3
18232024-05-25T00:17:07.723Z Compiling libefi-sys v0.1.0
18242024-05-25T00:17:07.976Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
18252024-05-25T00:17:08.367Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18262024-05-25T00:17:08.457Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18272024-05-25T00:17:08.857Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
18282024-05-25T00:17:09.974Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18292024-05-25T00:17:10.181Z Compiling rayon v1.10.0
18302024-05-25T00:17:11.089Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
18312024-05-25T00:17:11.140Z Compiling smf v0.2.3
18322024-05-25T00:17:13.290Z Compiling ring v0.16.20
18332024-05-25T00:17:13.772Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
18342024-05-25T00:17:14.125Z Compiling blake3 v1.5.1
18352024-05-25T00:17:14.165Z Compiling portable-atomic v1.6.0
18362024-05-25T00:17:15.092Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18372024-05-25T00:17:15.139Z Compiling xattr v1.3.1
18382024-05-25T00:17:15.396Z Compiling filetime v0.2.23
18392024-05-25T00:17:15.450Z Compiling memmap2 v0.9.4
18402024-05-25T00:17:15.729Z Compiling arrayvec v0.7.4
18412024-05-25T00:17:15.953Z Compiling arrayref v0.3.7
18422024-05-25T00:17:16.062Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18432024-05-25T00:17:16.522Z Compiling same-file v1.0.6
18442024-05-25T00:17:16.548Z Compiling constant_time_eq v0.3.0
18452024-05-25T00:17:16.548Z Compiling untrusted v0.7.1
18462024-05-25T00:17:16.548Z Compiling walkdir v2.5.0
18472024-05-25T00:17:16.548Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18482024-05-25T00:17:16.951Z Compiling tar v0.4.40
18492024-05-25T00:17:17.631Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18502024-05-25T00:17:18.197Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18512024-05-25T00:17:18.479Z Compiling gethostname v0.4.3
18522024-05-25T00:17:18.715Z Compiling number_prefix v0.4.0
18532024-05-25T00:17:18.966Z Compiling topological-sort v0.2.2
18542024-05-25T00:17:19.193Z Compiling indicatif v0.17.8
18552024-05-25T00:17:19.535Z Compiling swrite v0.1.0
18562024-05-25T00:17:21.300Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
18572024-05-25T00:17:21.360Z Compiling omicron-zone-package v0.11.0
18582024-05-25T00:17:21.914Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18592024-05-25T00:17:23.370Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
18602024-05-25T00:17:44.080Z Finished `release` profile [optimized] target(s) in 4m 10s
18612024-05-25T00:17:44.339Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
18622024-05-25T00:17:44.423ZLogging to: /work/oxidecomputer/omicron/out/LOG
18632024-05-25T00:17:44.449ZCreated new build target 'test' and set it as active
18642024-05-25T00:17:44.449Z
18652024-05-25T00:17:44.449Zreal 4:10.579466281
18662024-05-25T00:17:44.450Zuser 24:34.872816844
18672024-05-25T00:17:44.450Zsys 3:28.287967998
18682024-05-25T00:17:44.450Ztrap 0.823385567
18692024-05-25T00:17:44.450Ztflt 0.863652991
18702024-05-25T00:17:44.450Zdflt 0.774030729
18712024-05-25T00:17:44.450Zkflt 0.002617044
18722024-05-25T00:17:44.450Zlock 51:33.826755057
18732024-05-25T00:17:44.450Zslp 1:09:47.788701747
18742024-05-25T00:17:44.450Zlat 1:51.598478673
18752024-05-25T00:17:44.450Zstop 3:19.614899013
18762024-05-25T00:17:44.450Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
18772024-05-25T00:17:45.576Z Finished `release` profile [optimized] target(s) in 1.08s
18782024-05-25T00:17:45.625Z Running `target/release/omicron-package -t test package`
18792024-05-25T00:17:45.670ZLogging to: /work/oxidecomputer/omicron/out/LOG
18802024-05-25T00:17:46.862Z Compiling newline-converter v0.3.0
18812024-05-25T00:17:46.889Z Compiling humantime v2.1.0
18822024-05-25T00:17:46.889Z Compiling derive-where v1.2.7
18832024-05-25T00:17:46.889Z Compiling unicode-xid v0.2.4
18842024-05-25T00:17:46.918Z Compiling linked-hash-map v0.5.6
18852024-05-25T00:17:46.918Z Compiling convert_case v0.4.0
18862024-05-25T00:17:46.951Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18872024-05-25T00:17:46.951Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18882024-05-25T00:17:47.039Z Compiling expectorate v1.1.0
18892024-05-25T00:17:47.186Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18902024-05-25T00:17:47.212Z Compiling password-hash v0.5.0
18912024-05-25T00:17:47.248Z Compiling lru-cache v0.1.2
18922024-05-25T00:17:47.436Z Compiling blake2 v0.10.6
18932024-05-25T00:17:47.558Z Compiling semver v0.1.20
18942024-05-25T00:17:47.621Z Compiling derive_more v0.99.17
18952024-05-25T00:17:48.051Z Compiling argon2 v0.5.3
18962024-05-25T00:17:48.348Z Compiling rustc_version v0.1.7
18972024-05-25T00:17:48.698Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18982024-05-25T00:17:49.037Z Compiling newtype_derive v0.1.6
18992024-05-25T00:17:49.236Z Compiling quick-error v1.2.3
19002024-05-25T00:17:49.336Z Compiling home v0.5.9
19012024-05-25T00:17:49.429Z Compiling resolv-conf v0.7.0
19022024-05-25T00:17:49.470Z Compiling steno v0.4.0
19032024-05-25T00:17:49.496Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
19042024-05-25T00:17:49.534Z Compiling slog-dtrace v0.3.0
19052024-05-25T00:17:49.767Z Compiling trust-dns-resolver v0.22.0
19062024-05-25T00:17:49.930Z Compiling termcolor v1.4.1
19072024-05-25T00:17:50.752Z Compiling utf-8 v0.7.6
19082024-05-25T00:17:51.049Z Compiling num-rational v0.4.2
19092024-05-25T00:17:52.042Z Compiling num-complex v0.4.6
19102024-05-25T00:17:52.356Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
19112024-05-25T00:17:52.937Z Compiling num v0.4.3
19122024-05-25T00:17:53.056Z Compiling nibble_vec v0.1.0
19132024-05-25T00:17:53.083Z Compiling endian-type v0.1.2
19142024-05-25T00:17:53.184Z Compiling radium v0.7.0
19152024-05-25T00:17:53.217Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
19162024-05-25T00:17:53.256Z Compiling tungstenite v0.20.1
19172024-05-25T00:17:53.297Z Compiling radix_trie v0.2.1
19182024-05-25T00:17:53.553Z Compiling maybe-uninit v2.0.0
19192024-05-25T00:17:53.897Z Compiling tap v1.0.1
19202024-05-25T00:17:54.052Z Compiling wyz v0.5.1
19212024-05-25T00:17:54.441Z Compiling tokio-tungstenite v0.20.1
19222024-05-25T00:17:54.574Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19232024-05-25T00:17:54.919Z Compiling bzip2-sys v0.1.11+1.0.8
19242024-05-25T00:17:55.258Z Compiling packed_struct v0.10.1
19252024-05-25T00:17:55.577Z Compiling display-error-chain v0.2.0
19262024-05-25T00:17:55.731Z Compiling cancel-safe-futures v0.1.5
19272024-05-25T00:17:55.990Z Compiling arc-swap v1.7.1
19282024-05-25T00:17:56.568Z Compiling funty v2.0.0
19292024-05-25T00:17:57.442Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19302024-05-25T00:17:57.479Z Compiling crc-catalog v2.4.0
19312024-05-25T00:17:57.575Z Compiling num-bigint-dig v0.8.4
19322024-05-25T00:17:57.845Z Compiling crc v3.2.1
19332024-05-25T00:17:58.581Z Compiling bitvec v1.0.1
19342024-05-25T00:17:59.247Z Compiling slog-scope v4.4.0
19352024-05-25T00:18:00.058Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
19362024-05-25T00:18:02.062Z Compiling fxhash v0.2.1
19372024-05-25T00:18:02.246Z Compiling packed_struct_codegen v0.10.1
19382024-05-25T00:18:02.790Z Compiling indexmap v1.9.3
19392024-05-25T00:18:03.019Z Compiling nodrop v0.1.14
19402024-05-25T00:18:03.137Z Compiling array-init v0.0.4
19412024-05-25T00:18:04.255Z Compiling smallvec v0.6.14
19422024-05-25T00:18:04.640Z Compiling slog-stdlog v4.1.1
19432024-05-25T00:18:06.535Z Compiling rayon-core v1.12.1
19442024-05-25T00:18:06.561Z Compiling synstructure v0.12.6
19452024-05-25T00:18:07.227Z Compiling pkcs1 v0.7.5
19462024-05-25T00:18:07.339Z Compiling signature v2.2.0
19472024-05-25T00:18:07.565Z Compiling crossbeam-deque v0.8.5
19482024-05-25T00:18:07.807Z Compiling dirs-sys-next v0.1.2
19492024-05-25T00:18:07.834Z Compiling half v2.4.1
19502024-05-25T00:18:08.250Z Compiling ciborium-io v0.2.2
19512024-05-25T00:18:08.367Z Compiling bitfield v0.14.0
19522024-05-25T00:18:08.457Z Compiling same-file v1.0.6
19532024-05-25T00:18:08.619Z Compiling crunchy v0.2.2
19542024-05-25T00:18:08.645Z Compiling hashbrown v0.12.3
19552024-05-25T00:18:08.977Z Compiling glob v0.3.1
19562024-05-25T00:18:09.636Z Compiling fastrand v2.1.0
19572024-05-25T00:18:10.054Z Compiling tempfile v3.10.1
19582024-05-25T00:18:10.256Z Compiling clang-sys v1.7.0
19592024-05-25T00:18:10.627Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19602024-05-25T00:18:10.699Z Compiling walkdir v2.5.0
19612024-05-25T00:18:10.790Z Compiling ciborium-ll v0.2.2
19622024-05-25T00:18:11.182Z Compiling dirs-next v2.0.0
19632024-05-25T00:18:11.241Z Compiling rsa v0.9.6
19642024-05-25T00:18:11.339Z Compiling zerocopy-derive v0.2.0
19652024-05-25T00:18:12.644Z Compiling slog-envlogger v2.2.0
19662024-05-25T00:18:12.703Z Compiling serde-hex v0.1.0
19672024-05-25T00:18:13.652Z Compiling bzip2 v0.4.4
19682024-05-25T00:18:14.045Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
19692024-05-25T00:18:14.308Z Compiling env_logger v0.10.2
19702024-05-25T00:18:14.719Z Compiling camino v1.1.7
19712024-05-25T00:18:14.784Z Compiling x509-cert v0.2.5
19722024-05-25T00:18:15.527Z Compiling ron v0.8.1
19732024-05-25T00:18:16.548Z Compiling hashbrown v0.13.2
19742024-05-25T00:18:16.720Z Compiling crc-any v2.5.0
19752024-05-25T00:18:16.795Z Compiling tiny-keccak v2.0.2
19762024-05-25T00:18:17.011Z Compiling maplit v1.0.2
19772024-05-25T00:18:17.114Z Compiling prettyplease v0.2.20
19782024-05-25T00:18:17.374Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
19792024-05-25T00:18:17.434Z Compiling blake3 v1.5.1
19802024-05-25T00:18:17.630Z Compiling object v0.30.4
19812024-05-25T00:18:17.766Z Compiling ring v0.16.20
19822024-05-25T00:18:19.518Z Compiling zip v0.6.6
19832024-05-25T00:18:19.855Z Compiling rayon v1.10.0
19842024-05-25T00:18:20.356Z Compiling term v0.7.0
19852024-05-25T00:18:21.413Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19862024-05-25T00:18:21.766Z Compiling ciborium v0.2.2
19872024-05-25T00:18:21.962Z Compiling xattr v1.3.1
19882024-05-25T00:18:22.170Z Compiling filetime v0.2.23
19892024-05-25T00:18:22.435Z Compiling atty v0.2.14
19902024-05-25T00:18:22.562Z Compiling memmap2 v0.9.4
19912024-05-25T00:18:22.917Z Compiling arrayref v0.3.7
19922024-05-25T00:18:23.014Z Compiling constant_time_eq v0.3.0
19932024-05-25T00:18:23.156Z Compiling path-slash v0.1.5
19942024-05-25T00:18:23.371Z Compiling untrusted v0.7.1
19952024-05-25T00:18:23.478Z Compiling arrayvec v0.7.4
19962024-05-25T00:18:23.619Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
19972024-05-25T00:18:24.181Z Compiling tar v0.4.40
19982024-05-25T00:18:25.318Z Compiling ascii-canvas v3.0.0
19992024-05-25T00:18:25.673Z Compiling camino-tempfile v1.1.1
20002024-05-25T00:18:25.725Z Compiling toolchain_find v0.4.0
20012024-05-25T00:18:26.034Z Compiling toml v0.8.13
20022024-05-25T00:18:26.188Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20032024-05-25T00:18:26.230Z Compiling libsw v3.3.1
20042024-05-25T00:18:26.510Z Compiling ena v0.14.3
20052024-05-25T00:18:26.562Z Compiling is-terminal v0.4.12
20062024-05-25T00:18:26.682Z Compiling usdt-impl v0.3.5
20072024-05-25T00:18:26.847Z Compiling libloading v0.8.3
20082024-05-25T00:18:26.952Z Compiling diff v0.1.13
20092024-05-25T00:18:27.176Z Compiling owo-colors v4.0.0
20102024-05-25T00:18:27.301Z Compiling bindgen v0.69.4
20112024-05-25T00:18:27.431Z Compiling regex-syntax v0.6.29
20122024-05-25T00:18:27.657Z Compiling parking_lot_core v0.8.6
20132024-05-25T00:18:27.978Z Compiling linear-map v1.2.0
20142024-05-25T00:18:28.175Z Compiling topological-sort v0.2.2
20152024-05-25T00:18:28.337Z Compiling omicron-zone-package v0.11.0
20162024-05-25T00:18:29.375Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20172024-05-25T00:18:31.637Z Compiling lalrpop v0.19.12
20182024-05-25T00:18:32.795Z Compiling rustfmt-wrapper v0.2.1
20192024-05-25T00:18:33.244Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20202024-05-25T00:18:34.560Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
20212024-05-25T00:18:35.434Z Compiling which v4.4.2
20222024-05-25T00:18:35.570Z Compiling cexpr v0.6.0
20232024-05-25T00:18:35.888Z Compiling unicase v2.7.0
20242024-05-25T00:18:36.124Z Compiling shlex v1.3.0
20252024-05-25T00:18:36.260Z Compiling lazycell v1.3.0
20262024-05-25T00:18:36.410Z Compiling rustc-hash v1.1.0
20272024-05-25T00:18:36.449Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
20282024-05-25T00:18:37.094Z Compiling zerocopy v0.3.2
20292024-05-25T00:18:37.564Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
20302024-05-25T00:18:37.602Z Compiling derive_builder_core v0.20.0
20312024-05-25T00:18:38.467Z Compiling pem v3.0.4
20322024-05-25T00:18:39.325Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
20332024-05-25T00:18:39.520Z Compiling headers-core v0.2.0
20342024-05-25T00:18:39.658Z Compiling libxml v0.3.3
20352024-05-25T00:18:39.718Z Compiling async-recursion v1.1.1
20362024-05-25T00:18:39.935Z Compiling ref-cast v1.0.23
20372024-05-25T00:18:40.384Z Compiling headers v0.3.9
20382024-05-25T00:18:40.874Z Compiling derive_builder_macro v0.20.0
20392024-05-25T00:18:41.540Z Compiling dof v0.1.5
20402024-05-25T00:18:42.162Z Compiling parking_lot v0.11.2
20412024-05-25T00:18:42.374Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
20422024-05-25T00:18:43.611Z Compiling trust-dns-client v0.22.0
20432024-05-25T00:18:43.876Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
20442024-05-25T00:18:44.120Z Compiling strum_macros v0.24.3
20452024-05-25T00:18:46.485Z Compiling dtrace-parser v0.1.14
20462024-05-25T00:18:46.735Z Compiling toml v0.5.11
20472024-05-25T00:18:46.820Z Compiling ref-cast-impl v1.0.23
20482024-05-25T00:18:47.688Z Compiling vte_generate_state_changes v0.1.1
20492024-05-25T00:18:47.770Z Compiling samael v0.0.15
20502024-05-25T00:18:47.890Z Compiling cookie v0.18.1
20512024-05-25T00:18:48.129Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
20522024-05-25T00:18:48.188Z Compiling cfg_aliases v0.1.1
20532024-05-25T00:18:48.291Z Compiling indoc v1.0.9
20542024-05-25T00:18:48.392Z Compiling buf-list v1.0.3
20552024-05-25T00:18:49.003Z Compiling nix v0.28.0
20562024-05-25T00:18:49.078Z Compiling vte v0.11.1
20572024-05-25T00:18:49.595Z Compiling trust-dns-server v0.22.1
20582024-05-25T00:18:51.544Z Compiling sled v0.34.7
20592024-05-25T00:18:52.126Z Compiling derive_builder v0.20.0
20602024-05-25T00:18:52.299Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
20612024-05-25T00:18:53.348Z Compiling polar-core v0.27.3
20622024-05-25T00:18:54.933Z Compiling const_format_proc_macros v0.2.32
20632024-05-25T00:18:54.959Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
20642024-05-25T00:18:55.154Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
20652024-05-25T00:18:56.282Z Compiling fd-lock v4.0.2
20662024-05-25T00:18:56.456Z Compiling bb8 v0.8.3
20672024-05-25T00:18:56.495Z Compiling quick-xml v0.31.0
20682024-05-25T00:18:56.899Z Compiling serde_tokenstream v0.1.7
20692024-05-25T00:18:57.291Z Compiling impl-trait-for-tuples v0.2.2
20702024-05-25T00:18:59.203Z Compiling oso-derive v0.27.3
20712024-05-25T00:18:59.957Z Compiling pin-project-internal v1.1.5
20722024-05-25T00:19:01.481Z Compiling memoffset v0.7.1
20732024-05-25T00:19:01.708Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
20742024-05-25T00:19:01.925Z Compiling platforms v3.4.0
20752024-05-25T00:19:02.078Z Compiling bytecount v0.6.8
20762024-05-25T00:19:02.328Z Compiling papergrid v0.11.0
20772024-05-25T00:19:02.386Z Compiling curve25519-dalek v4.1.2
20782024-05-25T00:19:02.707Z Compiling pin-project v1.1.5
20792024-05-25T00:19:04.444Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
20802024-05-25T00:19:04.957Z Compiling const_format v0.2.32
20812024-05-25T00:19:07.296Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20822024-05-25T00:19:14.292Z Compiling oso v0.27.3
20832024-05-25T00:19:16.094Z Compiling strip-ansi-escapes v0.2.0
20842024-05-25T00:19:17.885Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
20852024-05-25T00:19:18.630Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
20862024-05-25T00:19:19.142Z Compiling tabled_derive v0.7.0
20872024-05-25T00:19:20.834Z Compiling kstat-rs v0.2.3
20882024-05-25T00:19:21.605Z Compiling snafu-derive v0.8.2
20892024-05-25T00:19:22.758Z Compiling nu-ansi-term v0.50.0
20902024-05-25T00:19:23.736Z Compiling keccak v0.1.5
20912024-05-25T00:19:24.445Z Compiling sha3 v0.10.8
20922024-05-25T00:19:24.875Z Compiling reedline v0.31.0
20932024-05-25T00:19:25.144Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
20942024-05-25T00:19:25.442Z Compiling snafu v0.8.2
20952024-05-25T00:19:28.040Z Compiling tabled v0.15.0
20962024-05-25T00:19:33.409Z Compiling mime_guess v2.0.4
20972024-05-25T00:19:34.382Z Compiling usdt-attr-macro v0.3.5
20982024-05-25T00:19:34.873Z Compiling usdt-macro v0.3.5
20992024-05-25T00:19:35.476Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
21002024-05-25T00:19:35.995Z Compiling env_logger v0.9.3
21012024-05-25T00:19:36.616Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
21022024-05-25T00:19:37.092Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
21032024-05-25T00:19:39.703Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21042024-05-25T00:19:40.087Z Compiling globset v0.4.14
21052024-05-25T00:19:43.104Z Compiling peg-macros v0.8.3
21062024-05-25T00:19:43.825Z Compiling olpc-cjson v0.1.3
21072024-05-25T00:19:44.092Z Compiling universal-hash v0.5.1
21082024-05-25T00:19:44.292Z Compiling secrecy v0.8.0
21092024-05-25T00:19:44.464Z Compiling thiserror-impl-no-std v2.0.2
21102024-05-25T00:19:44.515Z Compiling bitstruct_derive v0.1.0
21112024-05-25T00:19:45.506Z Compiling serde_plain v1.0.2
21122024-05-25T00:19:45.631Z Compiling nanorand v0.7.0
21132024-05-25T00:19:45.950Z Compiling sqlparser_derive v0.2.2
21142024-05-25T00:19:46.121Z Compiling curve25519-dalek-derive v0.1.1
21152024-05-25T00:19:46.280Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21162024-05-25T00:19:46.410Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21172024-05-25T00:19:46.631Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21182024-05-25T00:19:46.779Z Compiling opaque-debug v0.3.1
21192024-05-25T00:19:46.864Z Compiling unicode_categories v0.1.1
21202024-05-25T00:19:46.890Z Compiling salty v0.2.0
21212024-05-25T00:19:46.927Z Compiling signature v1.6.4
21222024-05-25T00:19:47.078Z Compiling typed-path v0.7.1
21232024-05-25T00:19:47.160Z Compiling ascii v1.1.0
21242024-05-25T00:19:47.247Z Compiling sqlformat v0.2.3
21252024-05-25T00:19:47.806Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
21262024-05-25T00:19:49.764Z Compiling tough v0.17.1
21272024-05-25T00:19:51.139Z Compiling ed25519 v1.5.3
21282024-05-25T00:19:51.413Z Compiling poly1305 v0.8.0
21292024-05-25T00:19:52.543Z Compiling sqlparser v0.45.0
21302024-05-25T00:19:52.569Z Compiling rustyline v14.0.0
21312024-05-25T00:19:53.383Z Compiling thiserror-no-std v2.0.2
21322024-05-25T00:19:53.489Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21332024-05-25T00:19:53.715Z Compiling flume v0.11.0
21342024-05-25T00:19:54.325Z Compiling peg v0.8.3
21352024-05-25T00:19:54.428Z Compiling bitstruct v0.1.1
21362024-05-25T00:19:54.539Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21372024-05-25T00:19:55.422Z Compiling usdt v0.3.5
21382024-05-25T00:19:55.606Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
21392024-05-25T00:19:55.870Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
21402024-05-25T00:20:02.272Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
21412024-05-25T00:20:03.298Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21422024-05-25T00:20:03.579Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21432024-05-25T00:20:03.845Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21442024-05-25T00:20:04.922Z Compiling chacha20 v0.9.1
21452024-05-25T00:20:05.305Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21462024-05-25T00:20:06.306Z Compiling aead v0.5.2
21472024-05-25T00:20:06.605Z Compiling bcs v0.1.6
21482024-05-25T00:20:07.105Z Compiling serde_arrays v0.1.0
21492024-05-25T00:20:07.279Z Compiling erased-serde v0.3.31
21502024-05-25T00:20:07.366Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21512024-05-25T00:20:08.018Z Compiling serde-big-array v0.5.1
21522024-05-25T00:20:08.256Z Compiling highway v1.1.0
21532024-05-25T00:20:08.621Z Compiling parse-size v1.0.0
21542024-05-25T00:20:08.866Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21552024-05-25T00:20:09.399Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
21562024-05-25T00:20:18.147Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21572024-05-25T00:20:27.021Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21582024-05-25T00:20:27.465Z Compiling chacha20poly1305 v0.10.1
21592024-05-25T00:20:29.009Z Compiling vsss-rs v3.3.4
21602024-05-25T00:20:32.446Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
21612024-05-25T00:20:32.646Z Compiling signal-hook-tokio v0.3.1
21622024-05-25T00:20:32.824Z Compiling heck v0.3.3
21632024-05-25T00:20:33.059Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
21642024-05-25T00:20:33.149Z Compiling castaway v0.2.2
21652024-05-25T00:20:33.340Z Compiling rand_seeder v0.2.3
21662024-05-25T00:20:33.675Z Compiling serde-big-array v0.4.1
21672024-05-25T00:20:33.701Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
21682024-05-25T00:20:33.857Z Compiling http-range v0.1.5
21692024-05-25T00:20:34.345Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
21702024-05-25T00:20:34.804Z Compiling hyper-staticfile v0.9.5
21712024-05-25T00:20:34.925Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21722024-05-25T00:20:35.450Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
21732024-05-25T00:20:35.615Z Compiling compact_str v0.7.1
21742024-05-25T00:20:35.968Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
21752024-05-25T00:20:36.880Z Compiling zone_cfg_derive v0.1.2
21762024-05-25T00:20:37.280Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
21772024-05-25T00:20:42.669Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21782024-05-25T00:20:43.182Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
21792024-05-25T00:20:48.214Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
21802024-05-25T00:20:49.967Z Compiling tungstenite v0.21.0
21812024-05-25T00:20:52.750Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
21822024-05-25T00:20:52.960Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
21832024-05-25T00:20:53.179Z Compiling lru v0.12.3
21842024-05-25T00:20:53.466Z Compiling stability v0.2.0
21852024-05-25T00:20:54.128Z Compiling cassowary v0.3.0
21862024-05-25T00:20:54.259Z Compiling corncobs v0.1.3
21872024-05-25T00:20:54.556Z Compiling indoc v2.0.5
21882024-05-25T00:20:55.328Z Compiling base64 v0.13.1
21892024-05-25T00:20:55.939Z Compiling ron v0.7.1
21902024-05-25T00:20:57.210Z Compiling ratatui v0.26.2
21912024-05-25T00:20:59.653Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21922024-05-25T00:21:00.174Z Compiling tokio-tungstenite v0.21.0
21932024-05-25T00:21:00.234Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
21942024-05-25T00:21:00.646Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21952024-05-25T00:21:01.163Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
21962024-05-25T00:21:09.746Z Compiling zone v0.1.8
21972024-05-25T00:21:09.979Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
21982024-05-25T00:21:14.836Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
21992024-05-25T00:21:15.959Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
22002024-05-25T00:21:18.176Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22012024-05-25T00:21:19.043Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
22022024-05-25T00:21:19.267Z Compiling portpicker v0.1.1
22032024-05-25T00:21:19.696Z Compiling unicode-linebreak v0.1.5
22042024-05-25T00:21:20.150Z Compiling smawk v0.3.2
22052024-05-25T00:21:20.358Z Compiling textwrap v0.16.1
22062024-05-25T00:21:23.382Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
22072024-05-25T00:21:26.329Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
22082024-05-25T00:21:27.680Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22092024-05-25T00:21:27.827Z Compiling rcgen v0.12.1
22102024-05-25T00:21:32.772Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
22112024-05-25T00:21:33.132Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
22122024-05-25T00:21:35.683Z Compiling atomicwrites v0.4.3
22132024-05-25T00:21:36.118Z Compiling fatfs v0.3.6
22142024-05-25T00:21:38.322Z Compiling rtoolbox v0.0.2
22152024-05-25T00:21:38.385Z Compiling subprocess v0.2.9
22162024-05-25T00:21:38.679Z Compiling is_ci v1.2.0
22172024-05-25T00:21:38.705Z Compiling assert_matches v1.5.0
22182024-05-25T00:21:38.796Z Compiling supports-color v3.0.0
22192024-05-25T00:21:38.947Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22202024-05-25T00:21:42.465Z Compiling rpassword v7.3.1
22212024-05-25T00:21:42.608Z Compiling tui-tree-widget v0.19.0
22222024-05-25T00:21:42.838Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
22232024-05-25T00:21:42.966Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
22242024-05-25T00:21:43.454Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
22252024-05-25T00:21:43.688Z Compiling csv-core v0.1.11
22262024-05-25T00:21:44.416Z Compiling shell-words v1.1.0
22272024-05-25T00:21:44.589Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
22282024-05-25T00:21:44.719Z Compiling csv v1.3.0
22292024-05-25T00:21:44.809Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
22302024-05-25T00:21:46.443Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
22312024-05-25T00:21:54.127Z Compiling multimap v0.10.0
22322024-05-25T00:21:54.446Z Compiling uzers v0.11.3
22332024-05-25T00:21:56.735Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
22342024-05-25T00:23:03.885Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
22352024-05-25T00:23:24.543Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22362024-05-25T00:29:43.591Z Finished `release` profile [optimized] target(s) in 11m 57s
22372024-05-25T00:30:59.053Z
22382024-05-25T00:30:59.053Zreal 13:14.619767473
22392024-05-25T00:30:59.053Zuser 1:24:35.028047920
22402024-05-25T00:30:59.053Zsys 4:48.673129770
22412024-05-25T00:30:59.053Ztrap 2.291033627
22422024-05-25T00:30:59.053Ztflt 1.102673701
22432024-05-25T00:30:59.053Zdflt 3.153075547
22442024-05-25T00:30:59.053Zkflt 0.017132101
22452024-05-25T00:30:59.054Zlock 5:35:56.834009776
22462024-05-25T00:30:59.054Zslp 3:12:16.544833708
22472024-05-25T00:30:59.054Zlat 2:08.497974536
22482024-05-25T00:30:59.054Zstop 1:22.996092446
22492024-05-25T00:30:59.080Z+ mapfile -t packages
22502024-05-25T00:30:59.080Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
22512024-05-25T00:31:00.298Z Finished `release` profile [optimized] target(s) in 1.16s
22522024-05-25T00:31:00.345Z Running `target/release/omicron-package -t test list-outputs`
22532024-05-25T00:31:00.398ZLogging to: /work/oxidecomputer/omicron/out/LOG
22542024-05-25T00:31:00.427Z+ ptime -m cargo build --locked --release -p xtask
22552024-05-25T00:31:01.110Z Downloading crates ...
22562024-05-25T00:31:01.183Z Downloaded cargo_toml v0.20.2
22572024-05-25T00:31:01.210Z Compiling serde v1.0.202
22582024-05-25T00:31:01.210Z Compiling libc v0.2.153
22592024-05-25T00:31:01.210Z Compiling rustix v0.38.34
22602024-05-25T00:31:01.210Z Compiling bitflags v2.5.0
22612024-05-25T00:31:01.210Z Compiling hashbrown v0.14.5
22622024-05-25T00:31:01.210Z Compiling syn v2.0.64
22632024-05-25T00:31:01.237Z Compiling serde_json v1.0.117
22642024-05-25T00:31:01.237Z Compiling fs-err v2.11.0
22652024-05-25T00:31:01.531Z Compiling anyhow v1.0.83
22662024-05-25T00:31:02.448Z Compiling indexmap v2.2.6
22672024-05-25T00:31:02.896Z Compiling errno v0.3.9
22682024-05-25T00:31:04.031Z Compiling terminal_size v0.3.0
22692024-05-25T00:31:04.149Z Compiling clap_builder v4.5.2
22702024-05-25T00:31:07.313Z Compiling serde_derive v1.0.202
22712024-05-25T00:31:07.339Z Compiling thiserror-impl v1.0.60
22722024-05-25T00:31:07.339Z Compiling clap_derive v4.5.4
22732024-05-25T00:31:09.407Z Compiling thiserror v1.0.60
22742024-05-25T00:31:10.517Z Compiling clap v4.5.4
22752024-05-25T00:31:17.429Z Compiling serde_spanned v0.6.6
22762024-05-25T00:31:17.429Z Compiling toml_datetime v0.6.6
22772024-05-25T00:31:17.456Z Compiling cargo-platform v0.1.8
22782024-05-25T00:31:17.456Z Compiling camino v1.1.7
22792024-05-25T00:31:17.456Z Compiling semver v1.0.23
22802024-05-25T00:31:17.456Z Compiling macaddr v1.0.1
22812024-05-25T00:31:17.739Z Compiling toml_edit v0.22.13
22822024-05-25T00:31:18.993Z Compiling cargo_metadata v0.18.1
22832024-05-25T00:31:20.566Z Compiling toml v0.8.13
22842024-05-25T00:31:21.724Z Compiling cargo_toml v0.20.2
22852024-05-25T00:31:33.621Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
22862024-05-25T00:31:45.567Z Finished `release` profile [optimized] target(s) in 45.09s
22872024-05-25T00:31:45.690Z
22882024-05-25T00:31:45.690Zreal 45.257313100
22892024-05-25T00:31:45.690Zuser 2:50.504773961
22902024-05-25T00:31:45.690Zsys 20.504384609
22912024-05-25T00:31:45.690Ztrap 0.071647592
22922024-05-25T00:31:45.690Ztflt 0.218982479
22932024-05-25T00:31:45.690Zdflt 0.938716940
22942024-05-25T00:31:45.690Zkflt 0.000000000
22952024-05-25T00:31:45.690Zlock 4:59.246949737
22962024-05-25T00:31:45.690Zslp 3:22.644414521
22972024-05-25T00:31:45.690Zlat 3.500859890
22982024-05-25T00:31:45.690Zstop 4.116111296
22992024-05-25T00:31:45.716Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
23002024-05-25T00:31:45.716Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
23012024-05-25T00:31:45.716Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
23022024-05-25T00:31:45.716Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
23032024-05-25T00:31:45.716Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
23042024-05-25T00:31:46.427Z Downloading crates ...
23052024-05-25T00:31:46.661Z Downloaded bcrypt-pbkdf v0.10.0
23062024-05-25T00:31:46.697Z Downloaded internet-checksum v0.2.1
23072024-05-25T00:31:46.697Z Downloaded dhcproto v0.11.0
23082024-05-25T00:31:46.697Z Downloaded option-ext v0.2.0
23092024-05-25T00:31:46.697Z Downloaded md5 v0.7.0
23102024-05-25T00:31:46.697Z Downloaded dhcproto-macros v0.1.0
23112024-05-25T00:31:46.697Z Downloaded russh-cryptovec v0.7.2
23122024-05-25T00:31:46.723Z Downloaded rand_chacha v0.2.2
23132024-05-25T00:31:46.723Z Downloaded dirs-sys v0.4.1
23142024-05-25T00:31:46.723Z Downloaded dirs v5.0.1
23152024-05-25T00:31:46.723Z Downloaded rfc6979 v0.4.0
23162024-05-25T00:31:46.723Z Downloaded polyval v0.6.2
23172024-05-25T00:31:46.723Z Downloaded russh-keys v0.43.0
23182024-05-25T00:31:46.723Z Downloaded password-hash v0.4.2
23192024-05-25T00:31:46.723Z Downloaded p256 v0.13.2
23202024-05-25T00:31:46.724Z Downloaded russh v0.43.0
23212024-05-25T00:31:46.724Z Downloaded blowfish v0.9.1
23222024-05-25T00:31:46.724Z Downloaded rand v0.7.3
23232024-05-25T00:31:46.724Z Downloaded p521 v0.13.3
23242024-05-25T00:31:46.749Z Downloaded ed25519-dalek v2.1.1
23252024-05-25T00:31:46.749Z Downloaded getrandom v0.1.16
23262024-05-25T00:31:46.750Z Downloaded ed25519 v2.2.3
23272024-05-25T00:31:46.750Z Downloaded ecdsa v0.16.9
23282024-05-25T00:31:46.750Z Downloaded aes v0.8.4
23292024-05-25T00:31:46.750Z Downloaded pbkdf2 v0.12.2
23302024-05-25T00:31:46.750Z Downloaded cbc v0.1.2
23312024-05-25T00:31:46.750Z Downloaded rand_core v0.5.1
23322024-05-25T00:31:46.750Z Downloaded primeorder v0.13.6
23332024-05-25T00:31:46.750Z Downloaded pbkdf2 v0.11.0
23342024-05-25T00:31:46.776Z Downloaded ghash v0.5.1
23352024-05-25T00:31:46.776Z Downloaded aes-gcm v0.10.3
23362024-05-25T00:31:46.776Z Downloaded ctr v0.9.2
23372024-05-25T00:31:46.777Z Downloaded hex-literal v0.4.1
23382024-05-25T00:31:46.947Z Compiling proc-macro2 v1.0.82
23392024-05-25T00:31:46.947Z Compiling unicode-ident v1.0.12
23402024-05-25T00:31:46.973Z Compiling libc v0.2.153
23412024-05-25T00:31:46.973Z Compiling cfg-if v1.0.0
23422024-05-25T00:31:46.973Z Compiling serde v1.0.202
23432024-05-25T00:31:46.973Z Compiling version_check v0.9.4
23442024-05-25T00:31:46.973Z Compiling autocfg v1.3.0
23452024-05-25T00:31:46.999Z Compiling byteorder v1.5.0
23462024-05-25T00:31:47.089Z Compiling memchr v2.7.2
23472024-05-25T00:31:47.237Z Compiling log v0.4.21
23482024-05-25T00:31:47.472Z Compiling once_cell v1.19.0
23492024-05-25T00:31:47.574Z Compiling itoa v1.0.11
23502024-05-25T00:31:47.647Z Compiling scopeguard v1.2.0
23512024-05-25T00:31:47.745Z Compiling smallvec v1.13.2
23522024-05-25T00:31:47.782Z Compiling typenum v1.17.0
23532024-05-25T00:31:47.808Z Compiling generic-array v0.14.7
23542024-05-25T00:31:47.862Z Compiling cc v1.0.97
23552024-05-25T00:31:47.893Z Compiling lock_api v0.4.12
23562024-05-25T00:31:48.117Z Compiling thiserror v1.0.60
23572024-05-25T00:31:48.167Z Compiling parking_lot_core v0.9.10
23582024-05-25T00:31:48.609Z Compiling quote v1.0.36
23592024-05-25T00:31:48.666Z Compiling pin-project-lite v0.2.14
23602024-05-25T00:31:48.754Z Compiling libm v0.2.8
23612024-05-25T00:31:48.780Z Compiling num-traits v0.2.19
23622024-05-25T00:31:48.806Z Compiling subtle v2.5.0
23632024-05-25T00:31:49.034Z Compiling syn v2.0.64
23642024-05-25T00:31:49.085Z Compiling getrandom v0.2.14
23652024-05-25T00:31:49.335Z Compiling signal-hook-registry v1.4.2
23662024-05-25T00:31:49.378Z Compiling rand_core v0.6.4
23672024-05-25T00:31:49.601Z Compiling parking_lot v0.12.2
23682024-05-25T00:31:49.884Z Compiling mio v0.8.11
23692024-05-25T00:31:50.059Z Compiling ryu v1.0.18
23702024-05-25T00:31:50.103Z Compiling socket2 v0.5.7
23712024-05-25T00:31:50.374Z Compiling num_cpus v1.16.0
23722024-05-25T00:31:50.479Z Compiling ahash v0.8.11
23732024-05-25T00:31:50.506Z Compiling serde_json v1.0.117
23742024-05-25T00:31:50.589Z Compiling allocator-api2 v0.2.18
23752024-05-25T00:31:50.824Z Compiling futures-core v0.3.30
23762024-05-25T00:31:50.850Z Compiling const-oid v0.9.6
23772024-05-25T00:31:50.952Z Compiling equivalent v1.0.1
23782024-05-25T00:31:51.033Z Compiling futures-sink v0.3.30
23792024-05-25T00:31:51.059Z Compiling slab v0.4.9
23802024-05-25T00:31:51.089Z Compiling fnv v1.0.7
23812024-05-25T00:31:51.089Z Compiling futures-io v0.3.30
23822024-05-25T00:31:51.196Z Compiling futures-channel v0.3.30
23832024-05-25T00:31:51.222Z Compiling futures-task v0.3.30
23842024-05-25T00:31:51.275Z Compiling pin-utils v0.1.0
23852024-05-25T00:31:51.377Z Compiling iana-time-zone v0.1.60
23862024-05-25T00:31:51.402Z Compiling syn v1.0.109
23872024-05-25T00:31:51.532Z Compiling tinyvec_macros v0.1.1
23882024-05-25T00:31:51.573Z Compiling tinyvec v1.6.0
23892024-05-25T00:31:51.599Z Compiling schemars v0.8.20
23902024-05-25T00:31:51.723Z Compiling unicode-bidi v0.3.15
23912024-05-25T00:31:51.793Z Compiling semver v1.0.23
23922024-05-25T00:31:51.927Z Compiling cpufeatures v0.2.12
23932024-05-25T00:31:52.011Z Compiling dyn-clone v1.0.17
23942024-05-25T00:31:52.037Z Compiling percent-encoding v2.3.1
23952024-05-25T00:31:52.216Z Compiling spin v0.9.8
23962024-05-25T00:31:52.308Z Compiling ppv-lite86 v0.2.17
23972024-05-25T00:31:52.352Z Compiling tracing-core v0.1.32
23982024-05-25T00:31:52.377Z Compiling time-core v0.1.2
23992024-05-25T00:31:52.534Z Compiling powerfmt v0.2.0
24002024-05-25T00:31:52.582Z Compiling num-conv v0.1.0
24012024-05-25T00:31:52.787Z Compiling unicode-normalization v0.1.23
24022024-05-25T00:31:52.859Z Compiling time-macros v0.2.18
24032024-05-25T00:31:52.903Z Compiling deranged v0.3.11
24042024-05-25T00:31:52.929Z Compiling form_urlencoded v1.2.1
24052024-05-25T00:31:53.045Z Compiling ring v0.17.8
24062024-05-25T00:31:53.243Z Compiling num_threads v0.1.7
24072024-05-25T00:31:53.392Z Compiling rand_chacha v0.3.1
24082024-05-25T00:31:53.625Z Compiling aho-corasick v1.1.3
24092024-05-25T00:31:53.721Z Compiling regex-syntax v0.8.3
24102024-05-25T00:31:54.621Z Compiling rand v0.8.5
24112024-05-25T00:31:55.325Z Compiling serde_derive_internals v0.29.1
24122024-05-25T00:31:55.825Z Compiling time v0.3.36
24132024-05-25T00:31:56.503Z Compiling idna v0.5.0
24142024-05-25T00:31:56.846Z Compiling regex-automata v0.4.6
24152024-05-25T00:31:57.900Z Compiling httparse v1.8.0
24162024-05-25T00:31:57.944Z Compiling slog v2.7.0
24172024-05-25T00:31:58.368Z Compiling url v2.5.0
24182024-05-25T00:31:58.487Z Compiling spin v0.5.2
24192024-05-25T00:31:58.553Z Compiling untrusted v0.9.0
24202024-05-25T00:31:59.650Z Compiling vcpkg v0.2.15
24212024-05-25T00:32:00.134Z Compiling pkg-config v0.3.30
24222024-05-25T00:32:00.162Z Compiling adler v1.0.2
24232024-05-25T00:32:00.396Z Compiling heck v0.4.1
24242024-05-25T00:32:00.612Z Compiling miniz_oxide v0.7.2
24252024-05-25T00:32:00.859Z Compiling lazy_static v1.4.0
24262024-05-25T00:32:00.970Z Compiling backtrace v0.3.71
24272024-05-25T00:32:01.345Z Compiling httpdate v1.0.3
24282024-05-25T00:32:01.539Z Compiling regex v1.10.4
24292024-05-25T00:32:01.700Z Compiling openssl-sys v0.9.102
24302024-05-25T00:32:01.755Z Compiling serde_derive v1.0.202
24312024-05-25T00:32:01.808Z Compiling zeroize_derive v1.4.2
24322024-05-25T00:32:01.950Z Compiling thiserror-impl v1.0.60
24332024-05-25T00:32:02.143Z Compiling zerocopy-derive v0.7.34
24342024-05-25T00:32:02.494Z Compiling tokio-macros v2.2.0
24352024-05-25T00:32:02.580Z Compiling futures-macro v0.3.30
24362024-05-25T00:32:03.167Z Compiling zeroize v1.7.0
24372024-05-25T00:32:04.002Z Compiling schemars_derive v0.8.20
24382024-05-25T00:32:04.163Z Compiling zerocopy v0.7.34
24392024-05-25T00:32:04.464Z Compiling futures-util v0.3.30
24402024-05-25T00:32:04.646Z Compiling tracing-attributes v0.1.27
24412024-05-25T00:32:04.798Z Compiling crypto-common v0.1.6
24422024-05-25T00:32:04.998Z Compiling block-buffer v0.10.4
24432024-05-25T00:32:05.024Z Compiling async-trait v0.1.80
24442024-05-25T00:32:05.254Z Compiling digest v0.10.7
24452024-05-25T00:32:05.765Z Compiling unicode-width v0.1.12
24462024-05-25T00:32:05.967Z Compiling hashbrown v0.14.5
24472024-05-25T00:32:06.077Z Compiling try-lock v0.2.5
24482024-05-25T00:32:06.216Z Compiling gimli v0.28.1
24492024-05-25T00:32:06.840Z Compiling want v0.3.1
24502024-05-25T00:32:07.141Z Compiling object v0.32.2
24512024-05-25T00:32:07.175Z Compiling openssl v0.10.64
24522024-05-25T00:32:07.401Z Compiling ipnet v2.9.0
24532024-05-25T00:32:07.530Z Compiling tower-service v0.3.2
24542024-05-25T00:32:07.655Z Compiling mime v0.3.17
24552024-05-25T00:32:07.973Z Compiling tracing v0.1.40
24562024-05-25T00:32:08.192Z Compiling foreign-types-shared v0.1.1
24572024-05-25T00:32:08.218Z Compiling rustc-demangle v0.1.24
24582024-05-25T00:32:08.309Z Compiling anyhow v1.0.83
24592024-05-25T00:32:08.490Z Compiling base64 v0.21.7
24602024-05-25T00:32:08.529Z Compiling foreign-types v0.3.2
24612024-05-25T00:32:09.107Z Compiling openssl-macros v0.1.1
24622024-05-25T00:32:09.166Z Compiling rustls v0.21.12
24632024-05-25T00:32:09.226Z Compiling winnow v0.5.40
24642024-05-25T00:32:09.393Z Compiling crossbeam-utils v0.8.19
24652024-05-25T00:32:09.743Z Compiling addr2line v0.21.0
24662024-05-25T00:32:09.929Z Compiling futures-executor v0.3.30
24672024-05-25T00:32:09.954Z Compiling native-tls v0.2.11
24682024-05-25T00:32:09.980Z Compiling base64ct v1.6.0
24692024-05-25T00:32:10.223Z Compiling heck v0.5.0
24702024-05-25T00:32:10.373Z Compiling sct v0.7.1
24712024-05-25T00:32:10.401Z Compiling rustls-webpki v0.101.7
24722024-05-25T00:32:10.447Z Compiling cookie v0.17.0
24732024-05-25T00:32:10.508Z Compiling ucd-trie v0.1.6
24742024-05-25T00:32:10.659Z Compiling rustix v0.38.34
24752024-05-25T00:32:10.690Z Compiling openssl-probe v0.1.5
24762024-05-25T00:32:10.716Z Compiling pest v2.7.10
24772024-05-25T00:32:11.433Z Compiling futures v0.3.30
24782024-05-25T00:32:11.554Z Compiling idna v0.3.0
24792024-05-25T00:32:12.025Z Compiling errno v0.3.9
24802024-05-25T00:32:12.158Z Compiling encoding_rs v0.8.34
24812024-05-25T00:32:12.249Z Compiling rustversion v1.0.17
24822024-05-25T00:32:12.316Z Compiling psl-types v2.0.11
24832024-05-25T00:32:12.492Z Compiling data-encoding v2.6.0
24842024-05-25T00:32:12.957Z Compiling pest_meta v2.7.10
24852024-05-25T00:32:13.259Z Compiling publicsuffix v2.2.3
24862024-05-25T00:32:13.533Z Compiling hmac v0.12.1
24872024-05-25T00:32:13.759Z Compiling bytes v1.6.0
24882024-05-25T00:32:14.394Z Compiling indexmap v2.2.6
24892024-05-25T00:32:14.643Z Compiling tokio v1.37.0
24902024-05-25T00:32:14.919Z Compiling uuid v1.8.0
24912024-05-25T00:32:15.584Z Compiling chrono v0.4.38
24922024-05-25T00:32:15.953Z Compiling bitflags v2.5.0
24932024-05-25T00:32:16.138Z Compiling http v0.2.12
24942024-05-25T00:32:16.349Z Compiling serde_tokenstream v0.2.0
24952024-05-25T00:32:16.519Z Compiling toml_datetime v0.6.6
24962024-05-25T00:32:16.768Z Compiling serde_spanned v0.6.6
24972024-05-25T00:32:16.953Z Compiling toml_edit v0.19.15
24982024-05-25T00:32:17.756Z Compiling http-body v0.4.6
24992024-05-25T00:32:18.258Z Compiling serde_urlencoded v0.7.1
25002024-05-25T00:32:18.758Z Compiling scroll_derive v0.12.0
25012024-05-25T00:32:18.801Z Compiling openapiv3 v2.0.0
25022024-05-25T00:32:18.865Z Compiling cookie_store v0.20.0
25032024-05-25T00:32:20.011Z Compiling scroll v0.12.0
25042024-05-25T00:32:20.212Z Compiling pest_generator v2.7.10
25052024-05-25T00:32:20.713Z Compiling rustls-pemfile v1.0.4
25062024-05-25T00:32:20.747Z Compiling strsim v0.11.1
25072024-05-25T00:32:21.136Z Compiling plain v0.2.3
25082024-05-25T00:32:21.280Z Compiling bitflags v1.3.2
25092024-05-25T00:32:21.388Z Compiling tokio-util v0.7.11
25102024-05-25T00:32:21.584Z Compiling tokio-rustls v0.24.1
25112024-05-25T00:32:21.864Z Compiling sync_wrapper v0.1.2
25122024-05-25T00:32:21.931Z Compiling webpki-roots v0.25.4
25132024-05-25T00:32:22.001Z Compiling pest_derive v2.7.10
25142024-05-25T00:32:22.092Z Compiling goblin v0.8.2
25152024-05-25T00:32:22.406Z Compiling h2 v0.3.26
25162024-05-25T00:32:22.434Z Compiling tokio-native-tls v0.3.1
25172024-05-25T00:32:22.584Z Compiling rustc_version v0.4.0
25182024-05-25T00:32:22.705Z Compiling pem-rfc7468 v0.7.0
25192024-05-25T00:32:22.730Z Compiling block-padding v0.3.3
25202024-05-25T00:32:22.947Z Compiling der_derive v0.7.2
25212024-05-25T00:32:23.286Z Compiling usdt-impl v0.5.0
25222024-05-25T00:32:23.418Z Compiling flagset v0.4.5
25232024-05-25T00:32:23.586Z Compiling pretty-hex v0.4.1
25242024-05-25T00:32:23.774Z Compiling inout v0.1.3
25252024-05-25T00:32:23.800Z Compiling dtrace-parser v0.2.0
25262024-05-25T00:32:23.883Z Compiling thread-id v4.2.1
25272024-05-25T00:32:24.025Z Compiling sha2 v0.10.8
25282024-05-25T00:32:24.088Z Compiling cipher v0.4.4
25292024-05-25T00:32:24.278Z Compiling either v1.12.0
25302024-05-25T00:32:24.552Z Compiling ff v0.13.0
25312024-05-25T00:32:24.633Z Compiling base16ct v0.2.0
25322024-05-25T00:32:24.758Z Compiling stable_deref_trait v1.2.0
25332024-05-25T00:32:24.856Z Compiling group v0.13.0
25342024-05-25T00:32:24.930Z Compiling hkdf v0.12.4
25352024-05-25T00:32:25.165Z Compiling crossbeam-epoch v0.9.18
25362024-05-25T00:32:25.191Z Compiling der v0.7.9
25372024-05-25T00:32:25.191Z Compiling crypto-bigint v0.5.5
25382024-05-25T00:32:25.717Z Compiling num-integer v0.1.46
25392024-05-25T00:32:25.888Z Compiling memmap v0.7.0
25402024-05-25T00:32:26.208Z Compiling crc32fast v1.4.0
25412024-05-25T00:32:26.373Z Compiling unicode-segmentation v1.11.0
25422024-05-25T00:32:26.535Z Compiling winnow v0.6.8
25432024-05-25T00:32:26.702Z Compiling managed v0.8.0
25442024-05-25T00:32:27.062Z Compiling dof v0.3.0
25452024-05-25T00:32:27.088Z Compiling spki v0.7.3
25462024-05-25T00:32:27.418Z Compiling pkcs8 v0.10.2
25472024-05-25T00:32:27.920Z Compiling hyper v0.14.28
25482024-05-25T00:32:28.003Z Compiling sec1 v0.7.3
25492024-05-25T00:32:28.543Z Compiling elliptic-curve v0.13.8
25502024-05-25T00:32:29.260Z Compiling toml v0.7.8
25512024-05-25T00:32:29.335Z Compiling toml_edit v0.22.13
25522024-05-25T00:32:29.361Z Compiling ipnetwork v0.20.0
25532024-05-25T00:32:29.640Z Compiling hex v0.4.3
25542024-05-25T00:32:30.044Z Compiling utf8parse v0.2.1
25552024-05-25T00:32:30.164Z Compiling matches v0.1.10
25562024-05-25T00:32:30.197Z Compiling anstyle v1.0.7
25572024-05-25T00:32:30.223Z Compiling anstyle-parse v0.2.4
25582024-05-25T00:32:30.264Z Compiling idna v0.2.3
25592024-05-25T00:32:30.505Z Compiling enum-as-inner v0.5.1
25602024-05-25T00:32:30.598Z Compiling is_terminal_polyfill v1.70.0
25612024-05-25T00:32:30.713Z Compiling colorchoice v1.0.1
25622024-05-25T00:32:30.741Z Compiling anstyle-query v1.0.3
25632024-05-25T00:32:30.866Z Compiling siphasher v0.3.11
25642024-05-25T00:32:30.892Z Compiling bit-vec v0.6.3
25652024-05-25T00:32:30.997Z Compiling usdt-macro v0.5.0
25662024-05-25T00:32:31.220Z Compiling usdt-attr-macro v0.5.0
25672024-05-25T00:32:31.298Z Compiling anstream v0.6.14
25682024-05-25T00:32:31.324Z Compiling flate2 v1.0.30
25692024-05-25T00:32:31.383Z Compiling trust-dns-proto v0.22.0
25702024-05-25T00:32:31.560Z Compiling num-bigint v0.4.5
25712024-05-25T00:32:31.994Z Compiling heapless v0.7.17
25722024-05-25T00:32:32.162Z Compiling terminal_size v0.3.0
25732024-05-25T00:32:32.273Z Compiling regress v0.9.1
25742024-05-25T00:32:32.355Z Compiling finl_unicode v1.2.0
25752024-05-25T00:32:32.387Z Compiling signal-hook v0.3.17
25762024-05-25T00:32:32.624Z Compiling clap_lex v0.7.0
25772024-05-25T00:32:32.691Z Compiling usdt v0.5.0
25782024-05-25T00:32:32.878Z Compiling clap_builder v4.5.2
25792024-05-25T00:32:33.134Z Compiling stringprep v0.1.4
25802024-05-25T00:32:33.254Z Compiling itertools v0.10.5
25812024-05-25T00:32:34.344Z Compiling hyper-tls v0.5.0
25822024-05-25T00:32:34.667Z Compiling hyper-rustls v0.24.2
25832024-05-25T00:32:34.969Z Compiling reqwest v0.11.27
25842024-05-25T00:32:35.719Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
25852024-05-25T00:32:36.311Z Compiling yasna v0.5.2
25862024-05-25T00:32:36.541Z Compiling clap_derive v4.5.4
25872024-05-25T00:32:36.621Z Compiling md-5 v0.10.6
25882024-05-25T00:32:36.871Z Compiling hash32 v0.2.1
25892024-05-25T00:32:37.223Z Compiling fallible-iterator v0.2.0
25902024-05-25T00:32:37.798Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25912024-05-25T00:32:37.905Z Compiling smoltcp v0.9.1
25922024-05-25T00:32:38.603Z Compiling postgres-protocol v0.6.6
25932024-05-25T00:32:39.506Z Compiling phf_shared v0.11.2
25942024-05-25T00:32:39.619Z Compiling tokio-stream v0.1.15
25952024-05-25T00:32:39.747Z Compiling hubpack_derive v0.1.1
25962024-05-25T00:32:39.854Z Compiling zerocopy-derive v0.6.6
25972024-05-25T00:32:40.362Z Compiling diesel_table_macro_syntax v0.1.0
25982024-05-25T00:32:40.506Z Compiling scheduled-thread-pool v0.2.7
25992024-05-25T00:32:40.533Z Compiling fs-err v2.11.0
26002024-05-25T00:32:40.729Z Compiling clap v4.5.4
26012024-05-25T00:32:40.770Z Compiling fixedbitset v0.4.2
26022024-05-25T00:32:40.863Z Compiling diesel_derives v2.1.4
26032024-05-25T00:32:40.952Z Compiling r2d2 v0.8.10
26042024-05-25T00:32:41.116Z Compiling petgraph v0.6.5
26052024-05-25T00:32:41.186Z Compiling hubpack v0.1.2
26062024-05-25T00:32:41.212Z Compiling phf v0.11.2
26072024-05-25T00:32:41.500Z Compiling postgres-types v0.2.6
26082024-05-25T00:32:41.597Z Compiling signal-hook-mio v0.2.3
26092024-05-25T00:32:41.861Z Compiling zerocopy v0.6.6
26102024-05-25T00:32:42.016Z Compiling phf_shared v0.10.0
26112024-05-25T00:32:42.364Z Compiling similar v2.5.0
26122024-05-25T00:32:42.555Z Compiling num-iter v0.1.45
26132024-05-25T00:32:42.729Z Compiling strum_macros v0.25.3
26142024-05-25T00:32:42.834Z Compiling getopts v0.2.21
26152024-05-25T00:32:43.179Z Compiling console v0.15.8
26162024-05-25T00:32:43.766Z Compiling serde_repr v0.1.19
26172024-05-25T00:32:44.590Z Compiling float-cmp v0.9.0
26182024-05-25T00:32:44.616Z Compiling normalize-line-endings v0.3.0
26192024-05-25T00:32:44.643Z Compiling difflib v0.4.0
26202024-05-25T00:32:44.744Z Compiling static_assertions v1.1.0
26212024-05-25T00:32:44.797Z Compiling predicates-core v1.0.6
26222024-05-25T00:32:44.849Z Compiling unsafe-libyaml v0.2.11
26232024-05-25T00:32:44.875Z Compiling minimal-lexical v0.2.1
26242024-05-25T00:32:45.139Z Compiling precomputed-hash v0.1.1
26252024-05-25T00:32:45.253Z Compiling whoami v1.5.1
26262024-05-25T00:32:45.335Z Compiling new_debug_unreachable v1.0.6
26272024-05-25T00:32:45.438Z Compiling string_cache v0.8.7
26282024-05-25T00:32:45.824Z Compiling serde_yaml v0.9.34+deprecated
26292024-05-25T00:32:45.865Z Compiling tokio-postgres v0.7.10
26302024-05-25T00:32:46.048Z Compiling nom v7.1.3
26312024-05-25T00:32:46.375Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
26322024-05-25T00:32:46.401Z Compiling predicates v3.1.0
26332024-05-25T00:32:47.901Z Compiling crossterm v0.27.0
26342024-05-25T00:32:48.784Z Compiling bit-set v0.5.3
26352024-05-25T00:32:49.087Z Compiling itertools v0.12.1
26362024-05-25T00:32:49.115Z Compiling bstr v1.9.1
26372024-05-25T00:32:49.553Z Compiling peg-runtime v0.8.3
26382024-05-25T00:32:50.132Z Compiling lalrpop-util v0.19.12
26392024-05-25T00:32:50.159Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
26402024-05-25T00:32:50.449Z Compiling sha1 v0.10.6
26412024-05-25T00:32:50.549Z Compiling camino v1.1.7
26422024-05-25T00:32:50.661Z Compiling ident_case v1.0.1
26432024-05-25T00:32:50.836Z Compiling darling_core v0.20.9
26442024-05-25T00:32:50.862Z Compiling strum_macros v0.26.2
26452024-05-25T00:32:51.084Z Compiling dirs-sys-next v0.1.2
26462024-05-25T00:32:51.110Z Compiling base64 v0.22.1
26472024-05-25T00:32:51.653Z Compiling match_cfg v0.1.0
26482024-05-25T00:32:51.682Z Compiling dirs-next v2.0.0
26492024-05-25T00:32:51.765Z Compiling hostname v0.3.1
26502024-05-25T00:32:51.796Z Compiling toml v0.8.13
26512024-05-25T00:32:51.869Z Compiling http v1.1.0
26522024-05-25T00:32:52.001Z Compiling thread_local v1.1.8
26532024-05-25T00:32:52.027Z Compiling rustls-pki-types v1.7.0
26542024-05-25T00:32:52.247Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
26552024-05-25T00:32:52.533Z Compiling slog-async v2.8.0
26562024-05-25T00:32:52.740Z Compiling term v0.7.0
26572024-05-25T00:32:53.012Z Compiling crossbeam-channel v0.5.12
26582024-05-25T00:32:53.253Z Compiling is-terminal v0.4.12
26592024-05-25T00:32:53.392Z Compiling take_mut v0.2.2
26602024-05-25T00:32:53.545Z Compiling rustls v0.22.4
26612024-05-25T00:32:53.668Z Compiling diesel v2.1.6
26622024-05-25T00:32:53.774Z Compiling paste v1.0.15
26632024-05-25T00:32:54.086Z Compiling slog-term v2.9.1
26642024-05-25T00:32:54.156Z Compiling rustls-webpki v0.102.4
26652024-05-25T00:32:54.321Z Compiling multer v3.1.0
26662024-05-25T00:32:54.562Z Compiling instant v0.1.12
26672024-05-25T00:32:55.115Z Compiling strum v0.26.2
26682024-05-25T00:32:55.208Z Compiling slog-json v2.6.1
26692024-05-25T00:32:55.276Z Compiling async-stream-impl v0.3.5
26702024-05-25T00:32:55.563Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
26712024-05-25T00:32:55.805Z Compiling atomic-waker v1.1.2
26722024-05-25T00:32:55.865Z Compiling debug-ignore v1.0.5
26732024-05-25T00:32:55.995Z Compiling waitgroup v0.1.2
26742024-05-25T00:32:56.031Z Compiling slog-bunyan v2.5.0
26752024-05-25T00:32:56.190Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
26762024-05-25T00:32:56.216Z Compiling rustls-pemfile v2.1.2
26772024-05-25T00:32:56.241Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
26782024-05-25T00:32:56.325Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
26792024-05-25T00:32:56.465Z Compiling async-stream v0.3.5
26802024-05-25T00:32:56.623Z Compiling serde_path_to_error v0.1.16
26812024-05-25T00:32:56.777Z Compiling structmeta-derive v0.3.0
26822024-05-25T00:32:57.009Z Compiling darling_macro v0.20.9
26832024-05-25T00:32:57.035Z Compiling hostname v0.4.0
26842024-05-25T00:32:57.263Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
26852024-05-25T00:32:57.351Z Compiling newtype-uuid v1.1.0
26862024-05-25T00:32:57.528Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26872024-05-25T00:32:57.629Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26882024-05-25T00:32:57.880Z Compiling darling v0.20.9
26892024-05-25T00:32:57.905Z Compiling backoff v0.4.0
26902024-05-25T00:32:58.010Z Compiling serde_with_macros v3.8.1
26912024-05-25T00:32:58.117Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26922024-05-25T00:32:58.201Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26932024-05-25T00:32:58.226Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7)
26942024-05-25T00:32:58.272Z Compiling macaddr v1.0.1
26952024-05-25T00:32:58.397Z Compiling proc-macro-crate v1.3.1
26962024-05-25T00:32:58.656Z Compiling tokio-rustls v0.25.0
26972024-05-25T00:32:58.874Z Compiling fastrand v2.1.0
26982024-05-25T00:32:59.370Z Compiling structmeta v0.3.0
26992024-05-25T00:32:59.436Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27002024-05-25T00:32:59.474Z Compiling num_enum_derive v0.5.11
27012024-05-25T00:32:59.772Z Compiling tempfile v3.10.1
27022024-05-25T00:32:59.803Z Compiling parse-display-derive v0.9.0
27032024-05-25T00:33:00.573Z Compiling proc-macro-error-attr v1.0.4
27042024-05-25T00:33:00.708Z Compiling serde_with v3.8.1
27052024-05-25T00:33:00.919Z Compiling proc-macro-error v1.0.4
27062024-05-25T00:33:01.140Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27072024-05-25T00:33:01.787Z Compiling num_enum v0.5.11
27082024-05-25T00:33:01.939Z Compiling foreign-types-macros v0.2.3
27092024-05-25T00:33:02.270Z Compiling foreign-types-shared v0.3.1
27102024-05-25T00:33:02.398Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27112024-05-25T00:33:02.627Z Compiling heapless v0.8.0
27122024-05-25T00:33:02.995Z Compiling foreign-types v0.5.0
27132024-05-25T00:33:03.403Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
27142024-05-25T00:33:03.806Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27152024-05-25T00:33:03.865Z Compiling cstr-argument v0.1.2
27162024-05-25T00:33:04.069Z Compiling parse-display v0.9.0
27172024-05-25T00:33:04.161Z Compiling hash32 v0.3.1
27182024-05-25T00:33:04.186Z Compiling pretty-hex v0.2.1
27192024-05-25T00:33:04.238Z Compiling smoltcp v0.11.0
27202024-05-25T00:33:04.410Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27212024-05-25T00:33:04.749Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27222024-05-25T00:33:04.793Z Compiling camino-tempfile v1.1.1
27232024-05-25T00:33:04.880Z Compiling tabwriter v1.4.0
27242024-05-25T00:33:05.002Z Compiling colored v2.1.0
27252024-05-25T00:33:05.253Z Compiling socket2 v0.4.10
27262024-05-25T00:33:05.315Z Compiling embedded-io v0.4.0
27272024-05-25T00:33:05.383Z Compiling cobs v0.2.3
27282024-05-25T00:33:05.523Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
27292024-05-25T00:33:05.648Z Compiling postcard v1.0.8
27302024-05-25T00:33:05.680Z Compiling crucible-workspace-hack v0.1.0
27312024-05-25T00:33:05.773Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
27322024-05-25T00:33:05.962Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
27332024-05-25T00:33:06.023Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
27342024-05-25T00:33:06.048Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
27352024-05-25T00:33:06.348Z Compiling smf v0.2.3
27362024-05-25T00:33:06.380Z Compiling humantime v2.1.0
27372024-05-25T00:33:06.572Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
27382024-05-25T00:33:06.856Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
27392024-05-25T00:33:06.882Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
27402024-05-25T00:33:06.921Z Compiling num-derive v0.4.2
27412024-05-25T00:33:07.280Z Compiling sigpipe v0.1.3
27422024-05-25T00:33:07.406Z Compiling utf-8 v0.7.6
27432024-05-25T00:33:07.591Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
27442024-05-25T00:33:07.708Z Compiling atty v0.2.14
27452024-05-25T00:33:07.842Z Compiling semver v0.1.20
27462024-05-25T00:33:07.972Z Compiling platforms v3.4.0
27472024-05-25T00:33:08.096Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
27482024-05-25T00:33:08.443Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
27492024-05-25T00:33:08.534Z Compiling rayon-core v1.12.1
27502024-05-25T00:33:08.776Z Compiling same-file v1.0.6
27512024-05-25T00:33:08.857Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
27522024-05-25T00:33:09.086Z Compiling walkdir v2.5.0
27532024-05-25T00:33:09.794Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
27542024-05-25T00:33:09.821Z Compiling curve25519-dalek v4.1.2
27552024-05-25T00:33:09.858Z Compiling rustc_version v0.1.7
27562024-05-25T00:33:09.948Z Compiling newline-converter v0.3.0
27572024-05-25T00:33:09.974Z Compiling crossbeam-deque v0.8.5
27582024-05-25T00:33:10.079Z Compiling universal-hash v0.5.1
27592024-05-25T00:33:10.108Z Compiling opaque-debug v0.3.1
27602024-05-25T00:33:10.202Z Compiling expectorate v1.1.0
27612024-05-25T00:33:10.282Z Compiling tungstenite v0.20.1
27622024-05-25T00:33:10.336Z Compiling newtype_derive v0.1.6
27632024-05-25T00:33:10.362Z Compiling xattr v1.3.1
27642024-05-25T00:33:10.500Z Compiling signature v2.2.0
27652024-05-25T00:33:10.585Z Compiling curve25519-dalek-derive v0.1.1
27662024-05-25T00:33:10.636Z Compiling ring v0.16.20
27672024-05-25T00:33:10.783Z Compiling blake3 v1.5.1
27682024-05-25T00:33:11.307Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
27692024-05-25T00:33:11.559Z Compiling filetime v0.2.23
27702024-05-25T00:33:11.594Z Compiling unicase v2.7.0
27712024-05-25T00:33:11.845Z Compiling convert_case v0.4.0
27722024-05-25T00:33:11.870Z Compiling linked-hash-map v0.5.6
27732024-05-25T00:33:11.895Z Compiling quick-error v1.2.3
27742024-05-25T00:33:11.922Z Compiling termcolor v1.4.1
27752024-05-25T00:33:12.042Z Compiling getrandom v0.1.16
27762024-05-25T00:33:12.103Z Compiling arc-swap v1.7.1
27772024-05-25T00:33:12.184Z Compiling lru-cache v0.1.2
27782024-05-25T00:33:12.357Z Compiling env_logger v0.9.3
27792024-05-25T00:33:12.390Z Compiling resolv-conf v0.7.0
27802024-05-25T00:33:12.690Z Compiling slog-scope v4.4.0
27812024-05-25T00:33:12.745Z Compiling derive_more v0.99.17
27822024-05-25T00:33:12.934Z Compiling tar v0.4.40
27832024-05-25T00:33:13.560Z Compiling tokio-tungstenite v0.20.1
27842024-05-25T00:33:13.586Z Compiling rayon v1.10.0
27852024-05-25T00:33:14.132Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27862024-05-25T00:33:14.525Z Compiling password-hash v0.5.0
27872024-05-25T00:33:14.836Z Compiling blake2 v0.10.6
27882024-05-25T00:33:15.479Z Compiling bitstruct_derive v0.1.0
27892024-05-25T00:33:15.520Z Compiling derive-where v1.2.7
27902024-05-25T00:33:15.866Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27912024-05-25T00:33:15.997Z Compiling memmap2 v0.9.4
27922024-05-25T00:33:16.394Z Compiling arrayvec v0.7.4
27932024-05-25T00:33:16.623Z Compiling constant_time_eq v0.3.0
27942024-05-25T00:33:16.762Z Compiling libefi-sys v0.1.0
27952024-05-25T00:33:16.802Z Compiling untrusted v0.7.1
27962024-05-25T00:33:16.981Z Compiling parking_lot_core v0.8.6
27972024-05-25T00:33:17.007Z Compiling home v0.5.9
27982024-05-25T00:33:17.275Z Compiling ascii v1.1.0
27992024-05-25T00:33:17.371Z Compiling arrayref v0.3.7
28002024-05-25T00:33:17.687Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
28012024-05-25T00:33:17.843Z Compiling toolchain_find v0.4.0
28022024-05-25T00:33:18.579Z Compiling bitstruct v0.1.1
28032024-05-25T00:33:18.693Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28042024-05-25T00:33:18.866Z Compiling argon2 v0.5.3
28052024-05-25T00:33:18.987Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28062024-05-25T00:33:19.233Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
28072024-05-25T00:33:19.384Z Compiling slog-stdlog v4.1.1
28082024-05-25T00:33:19.474Z Compiling trust-dns-resolver v0.22.0
28092024-05-25T00:33:19.733Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28102024-05-25T00:33:19.892Z Compiling num-rational v0.4.2
28112024-05-25T00:33:19.994Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28122024-05-25T00:33:20.361Z Compiling rfc6979 v0.4.0
28132024-05-25T00:33:20.421Z Compiling serde_arrays v0.1.0
28142024-05-25T00:33:20.545Z Compiling erased-serde v0.3.31
28152024-05-25T00:33:20.580Z Compiling aead v0.5.2
28162024-05-25T00:33:20.935Z Compiling num-complex v0.4.6
28172024-05-25T00:33:21.260Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
28182024-05-25T00:33:21.440Z Compiling nibble_vec v0.1.0
28192024-05-25T00:33:21.580Z Compiling slog-dtrace v0.3.0
28202024-05-25T00:33:21.625Z Compiling endian-type v0.1.2
28212024-05-25T00:33:21.707Z Compiling topological-sort v0.2.2
28222024-05-25T00:33:21.731Z Compiling cancel-safe-futures v0.1.5
28232024-05-25T00:33:21.835Z Compiling keccak v0.1.5
28242024-05-25T00:33:21.860Z Compiling radix_trie v0.2.1
28252024-05-25T00:33:21.915Z Compiling omicron-zone-package v0.11.0
28262024-05-25T00:33:21.944Z Compiling num v0.4.3
28272024-05-25T00:33:22.071Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28282024-05-25T00:33:22.157Z Compiling sha3 v0.10.8
28292024-05-25T00:33:22.480Z Compiling ecdsa v0.16.9
28302024-05-25T00:33:22.592Z Compiling rand_core v0.5.1
28312024-05-25T00:33:23.035Z Compiling slog-envlogger v2.2.0
28322024-05-25T00:33:23.061Z Compiling mime_guess v2.0.4
28332024-05-25T00:33:23.216Z Compiling steno v0.4.0
28342024-05-25T00:33:24.112Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28352024-05-25T00:33:24.137Z Compiling rustfmt-wrapper v0.2.1
28362024-05-25T00:33:24.478Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28372024-05-25T00:33:24.630Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28382024-05-25T00:33:24.840Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28392024-05-25T00:33:24.964Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28402024-05-25T00:33:25.158Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28412024-05-25T00:33:25.717Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28422024-05-25T00:33:25.939Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28432024-05-25T00:33:26.030Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28442024-05-25T00:33:26.064Z Compiling poly1305 v0.8.0
28452024-05-25T00:33:26.311Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
28462024-05-25T00:33:26.590Z Compiling primeorder v0.13.6
28472024-05-25T00:33:26.939Z Compiling heck v0.3.3
28482024-05-25T00:33:27.026Z Compiling chacha20 v0.9.1
28492024-05-25T00:33:27.318Z Compiling thiserror-impl-no-std v2.0.2
28502024-05-25T00:33:27.437Z Compiling secrecy v0.8.0
28512024-05-25T00:33:27.468Z Compiling half v2.4.1
28522024-05-25T00:33:27.649Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
28532024-05-25T00:33:27.693Z Compiling ciborium-io v0.2.2
28542024-05-25T00:33:27.827Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
28552024-05-25T00:33:27.885Z Compiling option-ext v0.2.0
28562024-05-25T00:33:27.965Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
28572024-05-25T00:33:27.991Z Compiling dirs-sys v0.4.1
28582024-05-25T00:33:28.017Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
28592024-05-25T00:33:28.255Z Compiling ciborium-ll v0.2.2
28602024-05-25T00:33:28.563Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28612024-05-25T00:33:28.604Z Compiling zone_cfg_derive v0.1.2
28622024-05-25T00:33:29.116Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28632024-05-25T00:33:29.359Z Compiling parking_lot v0.11.2
28642024-05-25T00:33:30.011Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
28652024-05-25T00:33:30.109Z Compiling rand_chacha v0.2.2
28662024-05-25T00:33:30.179Z Compiling thiserror-no-std v2.0.2
28672024-05-25T00:33:30.296Z Compiling trust-dns-client v0.22.0
28682024-05-25T00:33:30.835Z Compiling ed25519 v2.2.3
28692024-05-25T00:33:30.869Z Compiling polyval v0.6.2
28702024-05-25T00:33:31.148Z Compiling tungstenite v0.21.0
28712024-05-25T00:33:31.261Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28722024-05-25T00:33:31.288Z Compiling blowfish v0.9.1
28732024-05-25T00:33:31.657Z Compiling ctr v0.9.2
28742024-05-25T00:33:31.682Z Compiling aes v0.8.4
28752024-05-25T00:33:31.682Z Compiling libsw v3.3.1
28762024-05-25T00:33:31.987Z Compiling toml v0.5.11
28772024-05-25T00:33:32.024Z Compiling password-hash v0.4.2
28782024-05-25T00:33:32.830Z Compiling pbkdf2 v0.12.2
28792024-05-25T00:33:32.940Z Compiling gethostname v0.4.3
28802024-05-25T00:33:33.001Z Compiling fxhash v0.2.1
28812024-05-25T00:33:33.057Z Compiling linear-map v1.2.0
28822024-05-25T00:33:33.188Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28832024-05-25T00:33:33.213Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28842024-05-25T00:33:33.369Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28852024-05-25T00:33:33.828Z Compiling swrite v0.1.0
28862024-05-25T00:33:34.003Z Compiling base64 v0.13.1
28872024-05-25T00:33:34.537Z Compiling owo-colors v4.0.0
28882024-05-25T00:33:35.150Z Compiling ron v0.7.1
28892024-05-25T00:33:36.588Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28902024-05-25T00:33:37.305Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28912024-05-25T00:33:37.499Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28922024-05-25T00:33:37.543Z Compiling trust-dns-server v0.22.1
28932024-05-25T00:33:39.713Z Compiling sled v0.34.7
28942024-05-25T00:33:39.822Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28952024-05-25T00:33:40.527Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28962024-05-25T00:33:40.654Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28972024-05-25T00:33:40.758Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
28982024-05-25T00:33:41.357Z Compiling bcrypt-pbkdf v0.10.0
28992024-05-25T00:33:41.898Z Compiling pbkdf2 v0.11.0
29002024-05-25T00:33:42.217Z Compiling tokio-tungstenite v0.21.0
29012024-05-25T00:33:42.699Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29022024-05-25T00:33:42.744Z Compiling ghash v0.5.1
29032024-05-25T00:33:42.928Z Compiling ed25519-dalek v2.1.1
29042024-05-25T00:33:43.292Z Compiling rand v0.7.3
29052024-05-25T00:33:43.333Z Compiling vsss-rs v3.3.4
29062024-05-25T00:33:43.932Z Compiling zone v0.1.8
29072024-05-25T00:33:44.355Z Compiling ciborium v0.2.2
29082024-05-25T00:33:45.602Z Compiling dirs v5.0.1
29092024-05-25T00:33:45.687Z Compiling chacha20poly1305 v0.10.1
29102024-05-25T00:33:45.784Z Compiling p256 v0.13.2
29112024-05-25T00:33:45.888Z Compiling p521 v0.13.3
29122024-05-25T00:33:46.239Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29132024-05-25T00:33:46.542Z Compiling pem v3.0.4
29142024-05-25T00:33:47.180Z Compiling cbc v0.1.2
29152024-05-25T00:33:47.294Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
29162024-05-25T00:33:47.403Z Compiling headers-core v0.2.0
29172024-05-25T00:33:47.549Z Compiling kstat-rs v0.2.3
29182024-05-25T00:33:47.623Z Compiling portpicker v0.1.1
29192024-05-25T00:33:47.842Z Compiling nanorand v0.7.0
29202024-05-25T00:33:47.904Z Compiling russh-cryptovec v0.7.2
29212024-05-25T00:33:48.131Z Compiling md5 v0.7.0
29222024-05-25T00:33:48.175Z Compiling glob v0.3.1
29232024-05-25T00:33:48.347Z Compiling http-range v0.1.5
29242024-05-25T00:33:48.557Z Compiling hyper-staticfile v0.9.5
29252024-05-25T00:33:48.582Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29262024-05-25T00:33:48.686Z Compiling russh-keys v0.43.0
29272024-05-25T00:33:49.031Z Compiling flume v0.11.0
29282024-05-25T00:33:49.435Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29292024-05-25T00:33:49.606Z Compiling headers v0.3.9
29302024-05-25T00:33:49.682Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
29312024-05-25T00:33:51.285Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
29322024-05-25T00:33:51.583Z Compiling rcgen v0.12.1
29332024-05-25T00:33:52.182Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29342024-05-25T00:33:53.704Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29352024-05-25T00:33:54.106Z Compiling aes-gcm v0.10.3
29362024-05-25T00:33:54.371Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29372024-05-25T00:33:54.771Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29382024-05-25T00:33:56.335Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29392024-05-25T00:33:57.054Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
29402024-05-25T00:33:59.927Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
29412024-05-25T00:34:00.150Z Compiling atomicwrites v0.4.3
29422024-05-25T00:34:00.473Z Compiling subprocess v0.2.9
29432024-05-25T00:34:01.320Z Compiling hex-literal v0.4.1
29442024-05-25T00:34:01.365Z Compiling display-error-chain v0.2.0
29452024-05-25T00:34:01.477Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29462024-05-25T00:34:01.535Z Compiling dhcproto-macros v0.1.0
29472024-05-25T00:34:02.196Z Compiling russh v0.43.0
29482024-05-25T00:34:02.398Z Compiling dhcproto v0.11.0
29492024-05-25T00:34:02.486Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29502024-05-25T00:34:02.996Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29512024-05-25T00:34:04.894Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29522024-05-25T00:34:05.307Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29532024-05-25T00:34:05.714Z Compiling internet-checksum v0.2.1
29542024-05-25T00:34:29.915Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29552024-05-25T00:35:26.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 41s
29562024-05-25T00:35:27.040Z
29572024-05-25T00:35:27.040Zreal 3:41.306874210
29582024-05-25T00:35:27.040Zuser 17:43.331535403
29592024-05-25T00:35:27.040Zsys 4:20.425148594
29602024-05-25T00:35:27.040Ztrap 0.540136212
29612024-05-25T00:35:27.040Ztflt 0.293080272
29622024-05-25T00:35:27.040Zdflt 2.690772552
29632024-05-25T00:35:27.040Zkflt 0.000377741
29642024-05-25T00:35:27.040Zlock 37:57.633216079
29652024-05-25T00:35:27.041Zslp 50:38.143065344
29662024-05-25T00:35:27.065Zlat 1:10.028226060
29672024-05-25T00:35:27.065Zstop 2:41.486391201
29682024-05-25T00:35:27.066Z+ mkdir tests
29692024-05-25T00:35:27.066Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29702024-05-25T00:35:27.066Z+ xargs -I '{}' -t cp '{}' tests/
29712024-05-25T00:35:27.090Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-bf2f6047b8df42ec tests/
29722024-05-25T00:35:27.114Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-595648015907451c tests/
29732024-05-25T00:35:27.139Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-edf3d84d38618952 tests/
29742024-05-25T00:35:27.163Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-5b73e338e9e1a49d tests/
29752024-05-25T00:35:27.511Z+ 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/*)
29762024-05-25T00:35:27.536Z+ 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-595648015907451c tests/commtest-edf3d84d38618952 tests/dhcp_server-bf2f6047b8df42ec tests/end_to_end_tests-5b73e338e9e1a49d 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
29772024-05-25T00:36:45.315ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29782024-05-25T00:36:45.316Za out/target/test 1K
29792024-05-25T00:36:45.316Za out/npuzone/npuzone 23144K
29802024-05-25T00:36:45.316Za package-manifest.toml 27K
29812024-05-25T00:36:45.316Za smf/sled-agent/non-gimlet/config.toml 4K
29822024-05-25T00:36:45.316Za target/release/omicron-package 31822K
29832024-05-25T00:36:45.316Za target/release/xtask 6795K
29842024-05-25T00:36:45.316Za target/debug/bootstrap 350878K
29852024-05-25T00:36:45.316Za tests/bootstrap-595648015907451c 23990K
29862024-05-25T00:36:45.316Za tests/commtest-edf3d84d38618952 23990K
29872024-05-25T00:36:45.316Za tests/dhcp_server-bf2f6047b8df42ec 23990K
29882024-05-25T00:36:45.316Za tests/end_to_end_tests-5b73e338e9e1a49d 361029K
29892024-05-25T00:36:45.316Za out/clickhouse.tar.gz 223046K
29902024-05-25T00:36:45.316Za out/clickhouse_keeper.tar.gz 223037K
29912024-05-25T00:36:45.317Za out/cockroachdb.tar.gz 120998K
29922024-05-25T00:36:45.317Za out/crucible-pantry-zone.tar.gz 27303K
29932024-05-25T00:36:45.317Za out/crucible-zone.tar.gz 38058K
29942024-05-25T00:36:45.317Za out/external-dns.tar.gz 25089K
29952024-05-25T00:36:45.317Za out/internal-dns.tar.gz 25087K
29962024-05-25T00:36:45.317Za out/mg-ddm-gz.tar 60408K
29972024-05-25T00:36:45.317Za out/nexus.tar.gz 82354K
29982024-05-25T00:36:45.317Za out/ntp.tar.gz 8851K
29992024-05-25T00:36:45.317Za out/omicron-gateway-softnpu.tar.gz 14639K
30002024-05-25T00:36:45.317Za out/omicron-sled-agent.tar 93118K
30012024-05-25T00:36:45.317Za out/overlay.tar.gz 3K
30022024-05-25T00:36:45.317Za out/oximeter.tar.gz 40464K
30032024-05-25T00:36:45.317Za out/oxlog.tar 2934K
30042024-05-25T00:36:45.317Za out/probe.tar.gz 2764K
30052024-05-25T00:36:45.318Za out/propolis-server.tar.gz 65435K
30062024-05-25T00:36:45.318Za out/pumpkind-gz.tar 26665K
30072024-05-25T00:36:45.318Za out/switch-softnpu.tar.gz 196372K
30082024-05-25T00:36:45.353Z
30092024-05-25T00:36:45.353Zreal 1:17.802314788
30102024-05-25T00:36:45.353Zuser 1:11.888245964
30112024-05-25T00:36:45.353Zsys 7.300461568
30122024-05-25T00:36:45.353Ztrap 0.023954738
30132024-05-25T00:36:45.353Ztflt 0.000000000
30142024-05-25T00:36:45.353Zdflt 0.000000000
30152024-05-25T00:36:45.353Zkflt 0.000000000
30162024-05-25T00:36:45.353Zlock 0.000000000
30172024-05-25T00:36:45.353Zslp 1:11.852205335
30182024-05-25T00:36:45.353Zlat 4.533053781
30192024-05-25T00:36:45.353Zstop 0.001020147
30202024-05-25T00:36:45.353Zprocess exited: duration 1511106 ms, exit code 0
 
30212024-05-25T00:36:45.439Zfound 1 output files
30222024-05-25T00:36:45.439Zuploading: /work/package.tar.gz (1383868462 bytes)
30232024-05-25T00:48:54.178Zuploaded: /work/package.tar.gz