01HYHPS39VWGDZ0TBWDT9A8495: 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: 01HYHPSBPPDY7MFAR53EA20DF6

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-05-23T03:10:27.152Zjob assigned to worker 01HYHPSHV1J37HJ6A00HHBS3DM (queued for 1 m 7 s)
 
22024-05-23T03:10:34.720Zstarting task 0: "setup"
32024-05-23T03:10:34.773Z++ uname -s
42024-05-23T03:10:34.777Z+ kern=SunOS
52024-05-23T03:10:34.777Z+ case "$kern" in
62024-05-23T03:10:34.777Z+ groupadd -g 12345 build
72024-05-23T03:10:34.777Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-05-23T03:10:36.792Z+ zfs create -o mountpoint=/work rpool/work
92024-05-23T03:10:36.947Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-05-23T03:10:36.963Z+ home_fs=zfs
112024-05-23T03:10:36.963Z+ [[ zfs == autofs ]]
122024-05-23T03:10:36.963Z+ mkdir -p /home/build
132024-05-23T03:10:36.963Z+ chown build:build /home/build /work
142024-05-23T03:10:38.961Z+ chmod 0700 /home/build /work
152024-05-23T03:10:38.971Zprocess exited: duration 4238 ms, exit code 0
 
162024-05-23T03:10:39.014Zstarting task 1: "rust-toolchain"
172024-05-23T03:10:39.024Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-05-23T03:10:39.024Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
192024-05-23T03:10:39.303Zinfo: downloading installer
202024-05-23T03:10:40.467Zwarning: it looks like you have an existing installation of Rust at:
212024-05-23T03:10:40.467Zwarning: /opt/ooce/bin
222024-05-23T03:10:40.467Zwarning: It is recommended that rustup be the primary Rust installation.
232024-05-23T03:10:40.467Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-05-23T03:10:40.467Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-05-23T03:10:40.468Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-05-23T03:10:40.468Zwarning: or pass `-y' to ignore all ignorable checks.
272024-05-23T03:10:40.468Zerror: cannot install while Rust is installed
282024-05-23T03:10:40.468Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-05-23T03:10:40.578Zinfo: profile set to 'default'
302024-05-23T03:10:40.578Zinfo: default host triple is x86_64-unknown-illumos
312024-05-23T03:10:40.582Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
322024-05-23T03:10:40.706Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
332024-05-23T03:10:40.706Zinfo: downloading component 'cargo'
342024-05-23T03:10:41.368Zinfo: downloading component 'clippy'
352024-05-23T03:10:41.610Zinfo: downloading component 'rust-docs'
362024-05-23T03:10:42.474Zinfo: downloading component 'rust-std'
372024-05-23T03:10:43.876Zinfo: downloading component 'rustc'
382024-05-23T03:10:47.393Zinfo: downloading component 'rustfmt'
392024-05-23T03:10:47.588Zinfo: installing component 'cargo'
402024-05-23T03:10:48.446Zinfo: installing component 'clippy'
412024-05-23T03:10:48.822Zinfo: installing component 'rust-docs'
422024-05-23T03:10:50.345Zinfo: installing component 'rust-std'
432024-05-23T03:10:52.157Zinfo: installing component 'rustc'
442024-05-23T03:10:57.021Zinfo: installing component 'rustfmt'
452024-05-23T03:10:57.034Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
462024-05-23T03:10:57.034Z
472024-05-23T03:10:57.231Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
482024-05-23T03:10:57.232Z
492024-05-23T03:10:57.235Z
502024-05-23T03:10:57.235ZRust is installed now. Great!
512024-05-23T03:10:57.235Z
522024-05-23T03:10:57.235ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-05-23T03:10:57.236Zenvironment variable. This has not been done automatically.
542024-05-23T03:10:57.236Z
552024-05-23T03:10:57.236ZTo configure your current shell, you need to source
562024-05-23T03:10:57.236Zthe corresponding env file under $HOME/.cargo.
572024-05-23T03:10:57.236Z
582024-05-23T03:10:57.236ZThis is usually done by running one of the following (note the leading DOT):
592024-05-23T03:10:57.236Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-05-23T03:10:57.236Zsource "$HOME/.cargo/env.fish" # For fish
612024-05-23T03:10:57.302Z+ rustc --version
622024-05-23T03:10:57.370Zrustc 1.78.0 (9b00956e5 2024-04-29)
632024-05-23T03:10:57.375Zprocess exited: duration 18359 ms, exit code 0
 
642024-05-23T03:10:57.384Zstarting task 2: "authentication"
652024-05-23T03:10:57.406Zprocess exited: duration 22 ms, exit code 0
 
662024-05-23T03:10:57.414Zstarting task 3: "clone repository"
672024-05-23T03:10:57.419Z+ mkdir -p /work/oxidecomputer/omicron
682024-05-23T03:10:57.423Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-05-23T03:10:57.618ZCloning into '/work/oxidecomputer/omicron'...
702024-05-23T03:11:04.273Z+ cd /work/oxidecomputer/omicron
712024-05-23T03:11:04.273Z+ git fetch origin 760c34d9e07ae6b61c82b08d49d4cb5949c5b27d
722024-05-23T03:11:04.580ZFrom https://github.com/oxidecomputer/omicron
732024-05-23T03:11:04.580Z * branch 760c34d9e07ae6b61c82b08d49d4cb5949c5b27d -> FETCH_HEAD
742024-05-23T03:11:04.590Z+ [[ -n iliana/rust-1.78 ]]
752024-05-23T03:11:04.594Z++ git branch --show-current
762024-05-23T03:11:04.594Z+ current=main
772024-05-23T03:11:04.595Z+ [[ main != iliana/rust-1.78 ]]
782024-05-23T03:11:04.595Z+ git branch -f iliana/rust-1.78 760c34d9e07ae6b61c82b08d49d4cb5949c5b27d
792024-05-23T03:11:04.599Z+ git checkout -f iliana/rust-1.78
802024-05-23T03:11:05.566ZSwitched to branch 'iliana/rust-1.78'
812024-05-23T03:11:05.567Z+ git reset --hard 760c34d9e07ae6b61c82b08d49d4cb5949c5b27d
822024-05-23T03:11:05.567ZHEAD is now at 760c34d9e Merge remote-tracking branch 'origin/main' into iliana/rust-1.78
832024-05-23T03:11:05.567Zprocess exited: duration 7335 ms, exit code 0
 
842024-05-23T03:11:05.577Zstarting task 4: "build"
852024-05-23T03:11:05.587Z+ cargo --version
862024-05-23T03:11:05.639Zcargo 1.78.0 (54d8815d0 2024-03-26)
872024-05-23T03:11:05.643Z+ rustc --version
882024-05-23T03:11:05.698Zrustc 1.78.0 (9b00956e5 2024-04-29)
892024-05-23T03:11:05.702Z+ WORK=/work
902024-05-23T03:11:05.702Z+ pfexec mkdir -p /work
912024-05-23T03:11:05.706Z+ pfexec chown build /work
922024-05-23T03:11:05.711Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932024-05-23T03:11:22.841Z Startup: Refreshing catalog 'helios-dev' ... Done
942024-05-23T03:11:24.878Z Startup: Caching catalogs ... Done
952024-05-23T03:11:26.895ZPlanning: Solver setup ... Done (1.521s)
962024-05-23T03:11:26.925ZPlanning: Running solver ... Done (0.026s)
972024-05-23T03:11:26.965ZPlanning: Finding local manifests ... Done (0.003s)
982024-05-23T03:11:26.989ZPlanning: Fetching manifests: 0/4 0% complete
992024-05-23T03:11:27.338ZPlanning: Fetching manifests: 4/4 100% complete
1002024-05-23T03:11:27.386ZPlanning: Package planning ... Done (0.048s)
1012024-05-23T03:11:27.446ZPlanning: Merging actions ... Done (0.051s)
1022024-05-23T03:11:28.958ZPlanning: Checking for conflicting actions ... Done (1.517s)
1032024-05-23T03:11:28.966ZPlanning: Consolidating action changes ... Done (0.011s)
1042024-05-23T03:11:35.259ZPlanning: Evaluating mediators ... Done (6.292s)
1052024-05-23T03:11:35.268ZPlanning: Planning completed in 10.33 seconds
1062024-05-23T03:11:36.098Z Packages to install: 4
1072024-05-23T03:11:36.099Z Mediators to change: 2
1082024-05-23T03:11:36.099Z Services to change: 1
1092024-05-23T03:11:36.102Z Estimated space available: 155.78 GB
1102024-05-23T03:11:36.102ZEstimated space to be consumed: 1.45 GB
1112024-05-23T03:11:36.102Z Create boot environment: No
1122024-05-23T03:11:36.102ZCreate backup boot environment: No
1132024-05-23T03:11:36.102Z Rebuild boot archive: No
1142024-05-23T03:11:36.102Z
1152024-05-23T03:11:36.102ZChanged mediators:
1162024-05-23T03:11:36.103Z mediator clang:
1172024-05-23T03:11:36.103Z version: None -> 15 (system default)
1182024-05-23T03:11:36.103Z
1192024-05-23T03:11:36.103Z mediator llvm:
1202024-05-23T03:11:36.103Z version: 14 (system default) -> 15 (system default)
1212024-05-23T03:11:36.103Z
1222024-05-23T03:11:36.103ZChanged packages:
1232024-05-23T03:11:36.103Zhelios-dev
1242024-05-23T03:11:36.103Z developer/build-essential
1252024-05-23T03:11:36.103Z None -> 11-2.0
1262024-05-23T03:11:36.103Z library/libxmlsec1
1272024-05-23T03:11:36.103Z None -> 1.2.35-2.0
1282024-05-23T03:11:36.103Z ooce/developer/clang-15
1292024-05-23T03:11:36.103Z None -> 15.0.7-2.0
1302024-05-23T03:11:36.103Z ooce/developer/llvm-15
1312024-05-23T03:11:36.103Z None -> 15.0.7-2.0
1322024-05-23T03:11:36.103Z
1332024-05-23T03:11:36.103ZServices:
1342024-05-23T03:11:36.103Z restart_fmri:
1352024-05-23T03:11:36.103Z svc:/system/update-man-index:default
1362024-05-23T03:11:36.381Z
1372024-05-23T03:11:36.381ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1382024-05-23T03:11:41.382ZDownload: 1112/3290 items 28.1/212.6MB 13% complete (5.5M/s)
1392024-05-23T03:12:05.189ZDownload: 1198/3290 items 83.5/212.6MB 39% complete
1402024-05-23T03:12:10.195ZDownload: 2203/3290 items 119.2/212.6MB 56% complete (7.2M/s)
1412024-05-23T03:12:15.192ZDownload: 2969/3290 items 121.2/212.6MB 57% complete (3.8M/s)
1422024-05-23T03:12:19.086ZDownload: Completed 212.60 MB in 42.70 seconds (5.0M/s)
1432024-05-23T03:12:24.962Z Actions: 1/3689 actions (Installing new actions)
1442024-05-23T03:12:29.988Z Actions: 3609/3689 actions (Installing new actions)
1452024-05-23T03:12:30.218Z Actions: Completed 3689 actions in 5.26 seconds.
1462024-05-23T03:12:30.448Z Done (0.225s)
1472024-05-23T03:12:30.448Z Done (0.000s)
1482024-05-23T03:12:30.752Z Done (0.304s)
1492024-05-23T03:12:36.200Z Done (5.293s)
1502024-05-23T03:12:36.369Z Done (0.092s)
1512024-05-23T03:12:36.373Z Done (0.000s)
1522024-05-23T03:12:36.569Z Done (0.000s)
1532024-05-23T03:12:37.127ZPlanning: Evaluating mediator changes ... Done
1542024-05-23T03:12:37.291ZPlanning: Checking for conflicting actions ... Done
1552024-05-23T03:12:37.295ZPlanning: Consolidating action changes ... Done
1562024-05-23T03:12:37.559ZPlanning: Evaluating mediators ... Done
1572024-05-23T03:12:37.564ZPlanning: Planning completed in 0.43 seconds
1582024-05-23T03:12:37.593Z Mediators to change: 2
1592024-05-23T03:12:37.593Z Create boot environment: No
1602024-05-23T03:12:37.597ZCreate backup boot environment: No
1612024-05-23T03:12:37.673Z Done
1622024-05-23T03:12:37.673Z Done
1632024-05-23T03:12:37.892Z Done
1642024-05-23T03:12:41.420Z Done
1652024-05-23T03:12:41.503Z Done
1662024-05-23T03:12:41.509Z Done
1672024-05-23T03:12:41.647Z Done
1682024-05-23T03:12:42.277ZPlanning: Evaluating mediator changes ... Done
1692024-05-23T03:12:42.764ZPlanning: Merging actions ... Done
1702024-05-23T03:12:42.764ZPlanning: Checking for conflicting actions ... Done
1712024-05-23T03:12:42.764ZPlanning: Consolidating action changes ... Done
1722024-05-23T03:12:42.764ZPlanning: Evaluating mediators ... Done
1732024-05-23T03:12:42.783ZPlanning: Planning completed in 0.77 seconds
1742024-05-23T03:12:42.827Z Packages to change: 1
1752024-05-23T03:12:42.827Z Mediators to change: 1
1762024-05-23T03:12:42.845Z Services to change: 1
1772024-05-23T03:12:42.845Z Create boot environment: No
1782024-05-23T03:12:42.845ZCreate backup boot environment: Yes
1792024-05-23T03:12:44.716Z Actions: 1/6 actions (Updating modified actions)
1802024-05-23T03:12:44.859Z Actions: Completed 6 actions in 0.14 seconds.
1812024-05-23T03:12:44.863Z Done
1822024-05-23T03:12:44.863Z Done
1832024-05-23T03:12:44.924Z Done
1842024-05-23T03:12:48.540Z Done
1852024-05-23T03:12:48.625Z Done
1862024-05-23T03:12:48.629Z Done
1872024-05-23T03:12:48.771Z Done
1882024-05-23T03:12:49.213ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1892024-05-23T03:12:49.213Zclang system 15 system
1902024-05-23T03:12:49.213Zcsh system system illumos
1912024-05-23T03:12:49.213Zctags system system illumos
1922024-05-23T03:12:49.213Zgcc vendor 12 vendor
1932024-05-23T03:12:49.213Zgcc system 10 system
1942024-05-23T03:12:49.213Zgcc system 7 system
1952024-05-23T03:12:49.213Zgo system 1.20 system
1962024-05-23T03:12:49.213Zgo system 1.19 system
1972024-05-23T03:12:49.213Zllvm system 15 system
1982024-05-23T03:12:49.213Zllvm system 14 system
1992024-05-23T03:12:49.213Zmariadb system 10.6 system
2002024-05-23T03:12:49.213Zmta vendor vendor dma
2012024-05-23T03:12:49.213Zopenjdk system 17 system
2022024-05-23T03:12:49.213Zopenjdk system 11 system
2032024-05-23T03:12:49.214Zopenjdk system 1.8 system
2042024-05-23T03:12:49.214Zopenssl vendor 3 vendor
2052024-05-23T03:12:49.214Zperl system 5.36 system
2062024-05-23T03:12:49.214Zpostgresql system 15 system
2072024-05-23T03:12:49.214Zpostgresql system 13 system
2082024-05-23T03:12:49.214Zpython vendor 3 vendor
2092024-05-23T03:12:49.214Zpython system 2 system
2102024-05-23T03:12:49.214Zpython3 system 3.11 system
2112024-05-23T03:12:49.214Zruby system 3.0 system
2122024-05-23T03:12:49.214Zwords vendor vendor american-english
2132024-05-23T03:12:49.214Zwords system system australian-english
2142024-05-23T03:12:49.214Zwords system system british-english
2152024-05-23T03:12:49.214Zwords system system canadian-english
2162024-05-23T03:12:49.214Zwords system system french
2172024-05-23T03:12:49.214Zwords system system italian
2182024-05-23T03:12:49.214Zwords system system ngerman
2192024-05-23T03:12:49.214Zwords system system ogerman
2202024-05-23T03:12:49.214Zwords system system spanish
2212024-05-23T03:12:49.550ZPUBLISHER TYPE STATUS P LOCATION
2222024-05-23T03:12:49.550Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2232024-05-23T03:12:51.006ZFMRI IFO
2242024-05-23T03:12:51.007Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2252024-05-23T03:12:51.007Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2262024-05-23T03:12:51.007Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2272024-05-23T03:12:51.007Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2282024-05-23T03:12:51.007Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2292024-05-23T03:12:51.007Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2302024-05-23T03:12:51.007Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2312024-05-23T03:12:51.007Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2322024-05-23T03:12:51.007Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2332024-05-23T03:12:51.007Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2342024-05-23T03:12:51.007Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2352024-05-23T03:12:51.007Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2362024-05-23T03:12:51.279Z+ set -o errexit
2372024-05-23T03:12:51.284Z+++ dirname ./tools/ci_download_cockroachdb
2382024-05-23T03:12:51.284Z++ cd ./tools
2392024-05-23T03:12:51.284Z++ pwd
2402024-05-23T03:12:51.284Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2412024-05-23T03:12:51.288Z++ basename ./tools/ci_download_cockroachdb
2422024-05-23T03:12:51.288Z+ ARG0=ci_download_cockroachdb
2432024-05-23T03:12:51.288Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2442024-05-23T03:12:51.292Z+ CIDL_VERSION=v22.1.9
2452024-05-23T03:12:51.292Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2462024-05-23T03:12:51.292Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2472024-05-23T03:12:51.292Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2482024-05-23T03:12:51.292Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2492024-05-23T03:12:51.292Z+ TARGET_DIR=out
2502024-05-23T03:12:51.292Z+ DOWNLOAD_DIR=out/downloads
2512024-05-23T03:12:51.293Z+ DEST_DIR=./out/cockroachdb
2522024-05-23T03:12:51.293Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2532024-05-23T03:12:51.293Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2542024-05-23T03:12:51.293Z+ main
2552024-05-23T03:12:51.293Z+ [[ 0 != 0 ]]
2562024-05-23T03:12:51.293Z+ CIDL_OS=solaris2.11
2572024-05-23T03:12:51.293Z+ [[ 0 != 0 ]]
2582024-05-23T03:12:51.293Z+ configure_os solaris2.11
2592024-05-23T03:12:51.293Z+ echo 'current directory: /work/oxidecomputer/omicron'
2602024-05-23T03:12:51.293Zcurrent directory: /work/oxidecomputer/omicron
2612024-05-23T03:12:51.293Z+ echo 'configuring based on OS: "solaris2.11"'
2622024-05-23T03:12:51.293Zconfiguring based on OS: "solaris2.11"
2632024-05-23T03:12:51.293Z+ case "$1" in
2642024-05-23T03:12:51.293Z+ CIDL_BUILD=illumos
2652024-05-23T03:12:51.293Z+ CIDL_SUFFIX=tar.gz
2662024-05-23T03:12:51.293Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2672024-05-23T03:12:51.293Z+ CIDL_URL_BASE=https://illumos.org/downloads
2682024-05-23T03:12:51.293Z+ CIDL_ASSEMBLE=do_assemble_illumos
2692024-05-23T03:12:51.293Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2702024-05-23T03:12:51.293Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2712024-05-23T03:12:51.293Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2722024-05-23T03:12:51.293Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2732024-05-23T03:12:51.293Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2742024-05-23T03:12:51.294Z+ CIDL_SHA256FUNC=do_sha256sum
2752024-05-23T03:12:51.294Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2762024-05-23T03:12:51.294ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2772024-05-23T03:12:51.294Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2782024-05-23T03:12:51.294ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2792024-05-23T03:12:51.294Z+ mkdir -p out/downloads
2802024-05-23T03:12:51.299Z+ mkdir -p ./out/cockroachdb
2812024-05-23T03:12:51.299Z+ local DO_DOWNLOAD=true
2822024-05-23T03:12:51.299Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2832024-05-23T03:12:51.299Z+ '[' true == true ']'
2842024-05-23T03:12:51.299ZDownloading...
2852024-05-23T03:12:51.299Z+ echo Downloading...
2862024-05-23T03:12:51.299Z+ 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-23T03:12:51.300Z+ 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-23T03:12:54.451Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2892024-05-23T03:12:54.455Z++ sha256sum
2902024-05-23T03:12:54.455Z++ awk '{print $1}'
2912024-05-23T03:12:54.513Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2922024-05-23T03:12:54.519Z+ [[ 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-23T03:12:54.519Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2942024-05-23T03:12:54.519Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2952024-05-23T03:12:56.700Z+ do_assemble_illumos
2962024-05-23T03:12:56.700Z+ rm -r ./out/cockroachdb
2972024-05-23T03:12:56.703Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2982024-05-23T03:12:57.124Z+ ./out/cockroachdb/bin/cockroach version
2992024-05-23T03:12:57.347ZBuild Tag: v22.1.9-dirty
3002024-05-23T03:12:57.347ZBuild Time: 2022/10/26 21:17:46
3012024-05-23T03:12:57.347ZDistribution: OSS
3022024-05-23T03:12:57.347ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3032024-05-23T03:12:57.347ZGo Version: go1.17.13
3042024-05-23T03:12:57.347ZC Compiler: gcc 10.3.0
3052024-05-23T03:12:57.347ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3062024-05-23T03:12:57.347ZBuild Type: release
3072024-05-23T03:12:57.368Z+ set -o errexit
3082024-05-23T03:12:57.372Z+++ dirname ./tools/ci_download_clickhouse
3092024-05-23T03:12:57.372Z++ cd ./tools
3102024-05-23T03:12:57.372Z++ pwd
3112024-05-23T03:12:57.372Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3122024-05-23T03:12:57.372Z++ basename ./tools/ci_download_clickhouse
3132024-05-23T03:12:57.378Z+ ARG0=ci_download_clickhouse
3142024-05-23T03:12:57.378Z+ TARGET_DIR=out
3152024-05-23T03:12:57.378Z+ DOWNLOAD_DIR=out/downloads
3162024-05-23T03:12:57.378Z+ DEST_DIR=./out/clickhouse
3172024-05-23T03:12:57.378Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3182024-05-23T03:12:57.378Z+ CIDL_VERSION=v23.8.7.24
3192024-05-23T03:12:57.378Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3202024-05-23T03:12:57.378Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3212024-05-23T03:12:57.378Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3222024-05-23T03:12:57.378Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3232024-05-23T03:12:57.378Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3242024-05-23T03:12:57.378Z+ main
3252024-05-23T03:12:57.378Z+ [[ 0 != 0 ]]
3262024-05-23T03:12:57.378Z+ CIDL_OS=solaris2.11
3272024-05-23T03:12:57.378Z+ [[ 0 != 0 ]]
3282024-05-23T03:12:57.378Z+ configure_os solaris2.11
3292024-05-23T03:12:57.378Z+ echo 'current directory: /work/oxidecomputer/omicron'
3302024-05-23T03:12:57.378Zcurrent directory: /work/oxidecomputer/omicron
3312024-05-23T03:12:57.378Z+ echo 'configuring based on OS: "solaris2.11"'
3322024-05-23T03:12:57.378Z+ CIDL_DASHREV=
3332024-05-23T03:12:57.378Z+ case "$1" in
3342024-05-23T03:12:57.378Zconfiguring based on OS: "solaris2.11"
3352024-05-23T03:12:57.379Z+ CIDL_PLATFORM=illumos
3362024-05-23T03:12:57.379Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3372024-05-23T03:12:57.379Z+ CIDL_MD5FUNC=do_md5sum
3382024-05-23T03:12:57.379Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3392024-05-23T03:12:57.379Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3402024-05-23T03:12:57.379Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3412024-05-23T03:12:57.379Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3422024-05-23T03:12:57.379Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3432024-05-23T03:12:57.379ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3442024-05-23T03:12:57.379Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3452024-05-23T03:12:57.379Z+ mkdir -p out/downloads
3462024-05-23T03:12:57.379ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3472024-05-23T03:12:57.383Z+ mkdir -p ./out/clickhouse
3482024-05-23T03:12:57.383Z+ local DO_DOWNLOAD=true
3492024-05-23T03:12:57.383Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3502024-05-23T03:12:57.383Z+ '[' true == true ']'
3512024-05-23T03:12:57.383Z+ echo Downloading...
3522024-05-23T03:12:57.383ZDownloading...
3532024-05-23T03:12:57.383Z+ 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
3542024-05-23T03:12:57.384Z+ 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-23T03:12:59.143Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3562024-05-23T03:12:59.152Z++ md5sum
3572024-05-23T03:12:59.152Z++ awk '{print $1}'
3582024-05-23T03:12:59.420Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3592024-05-23T03:12:59.420Z+ [[ 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-23T03:12:59.430Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3612024-05-23T03:12:59.430Z+ mkdir -p ./out/clickhouse
3622024-05-23T03:12:59.430Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3632024-05-23T03:13:03.290Z+ [[ solaris2.11 == darwin* ]]
3642024-05-23T03:13:03.290Z+ ./out/clickhouse/clickhouse server --version
3652024-05-23T03:13:03.625ZClickHouse server version 23.8.7.1.
3662024-05-23T03:13:03.648Z+ set -o errexit
3672024-05-23T03:13:03.648Z+++ dirname ./tools/ci_download_console
3682024-05-23T03:13:03.648Z++ cd ./tools
3692024-05-23T03:13:03.649Z++ pwd
3702024-05-23T03:13:03.649Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3712024-05-23T03:13:03.649Z++ basename ./tools/ci_download_console
3722024-05-23T03:13:03.649Z+ ARG0=ci_download_console
3732024-05-23T03:13:03.649Z+ TARGET_DIR=out
3742024-05-23T03:13:03.649Z+ DOWNLOAD_DIR=out/downloads
3752024-05-23T03:13:03.649Z+ DEST_DIR=./out/console-assets
3762024-05-23T03:13:03.649Z+ source /work/oxidecomputer/omicron/tools/console_version
3772024-05-23T03:13:03.649Z++ COMMIT=a228b75ba35952b68c0b8b0892c452d4fc29467a
3782024-05-23T03:13:03.649Z++ SHA2=8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048
3792024-05-23T03:13:03.649Z+ URL=https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz
3802024-05-23T03:13:03.649Z+ TARBALL_FILE=out/downloads/console.tar.gz
3812024-05-23T03:13:03.649Z+ main
3822024-05-23T03:13:03.650Z+ [[ 0 != 0 ]]
3832024-05-23T03:13:03.650Z+ echo 'URL: https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz'
3842024-05-23T03:13:03.650ZURL: https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz
3852024-05-23T03:13:03.650Z+ echo 'Local file: out/downloads/console.tar.gz'
3862024-05-23T03:13:03.650ZLocal file: out/downloads/console.tar.gz
3872024-05-23T03:13:03.650Z+ local DO_DOWNLOAD=true
3882024-05-23T03:13:03.650Z+ [[ -f out/downloads/console.tar.gz ]]
3892024-05-23T03:13:03.650Z+ mkdir -p out/downloads
3902024-05-23T03:13:03.650Z+ '[' true == true ']'
3912024-05-23T03:13:03.650Z+ echo Downloading...
3922024-05-23T03:13:03.651ZDownloading...
3932024-05-23T03:13:03.651Z+ do_download_curl https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz out/downloads/console.tar.gz
3942024-05-23T03:13:03.651Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz
3952024-05-23T03:13:04.134Z++ do_sha256sum out/downloads/console.tar.gz
3962024-05-23T03:13:04.139Z++ case "$OSTYPE" in
3972024-05-23T03:13:04.139Z++ SHA=sha256sum
3982024-05-23T03:13:04.139Z++ sha256sum
3992024-05-23T03:13:04.139Z++ awk '{print $1}'
4002024-05-23T03:13:04.144Z+ calculated_sha2=8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048
4012024-05-23T03:13:04.144Z+ [[ 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-23T03:13:04.144Z+ rm -rf ./out/console-assets
4032024-05-23T03:13:04.147Z+ mkdir -p ./out/console-assets
4042024-05-23T03:13:04.148Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4052024-05-23T03:13:04.148Z+ mkdir -p ./out/console-assets
4062024-05-23T03:13:04.151Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4072024-05-23T03:13:04.244Z+ set -o errexit
4082024-05-23T03:13:04.248Z+++ dirname ./tools/ci_download_dendrite_openapi
4092024-05-23T03:13:04.249Z++ cd ./tools
4102024-05-23T03:13:04.249Z++ pwd
4112024-05-23T03:13:04.249Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4122024-05-23T03:13:04.253Z++ basename ./tools/ci_download_dendrite_openapi
4132024-05-23T03:13:04.253Z+ ARG0=ci_download_dendrite_openapi
4142024-05-23T03:13:04.253Z+ TARGET_DIR=out
4152024-05-23T03:13:04.253Z+ DOWNLOAD_DIR=out/downloads
4162024-05-23T03:13:04.253Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4172024-05-23T03:13:04.253Z++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4182024-05-23T03:13:04.253Z++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4192024-05-23T03:13:04.253Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json
4202024-05-23T03:13:04.253Z+ LOCAL_FILE=out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4212024-05-23T03:13:04.253Z+ main
4222024-05-23T03:13:04.253Z+ [[ 0 != 0 ]]
4232024-05-23T03:13:04.254Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json'
4242024-05-23T03:13:04.254ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json
4252024-05-23T03:13:04.254Z+ echo 'Local file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json'
4262024-05-23T03:13:04.254Z+ local DO_DOWNLOAD=true
4272024-05-23T03:13:04.254ZLocal file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4282024-05-23T03:13:04.254Z+ [[ -f out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json ]]
4292024-05-23T03:13:04.254Z+ mkdir -p out/downloads
4302024-05-23T03:13:04.254Z+ '[' true == true ']'
4312024-05-23T03:13:04.254Z+ echo Downloading...
4322024-05-23T03:13:04.254ZDownloading...
4332024-05-23T03:13:04.254Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4342024-05-23T03:13:04.254Z+ 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-23T03:13:04.521Z++ do_sha256sum out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4362024-05-23T03:13:04.521Z++ case "$OSTYPE" in
4372024-05-23T03:13:04.525Z++ SHA=sha256sum
4382024-05-23T03:13:04.525Z++ sha256sum
4392024-05-23T03:13:04.525Z++ awk '{print $1}'
4402024-05-23T03:13:04.529Z+ calculated_sha2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4412024-05-23T03:13:04.529Z+ [[ 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-23T03:13:04.533Z+ set -o errexit
4432024-05-23T03:13:04.538Z+++ dirname ./tools/ci_download_dendrite_stub
4442024-05-23T03:13:04.538Z++ cd ./tools
4452024-05-23T03:13:04.538Z++ pwd
4462024-05-23T03:13:04.543Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4472024-05-23T03:13:04.543Z++ basename ./tools/ci_download_dendrite_stub
4482024-05-23T03:13:04.543Z+ ARG0=ci_download_dendrite_stub
4492024-05-23T03:13:04.543Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4502024-05-23T03:13:04.543Z++ CIDL_SHA256_ILLUMOS=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
4512024-05-23T03:13:04.543Z++ CIDL_SHA256_LINUX_DPD=fa38138db9ce1c2cababd11dd9ef1289295e4a8185c78372f6ff1a090c75a05b
4522024-05-23T03:13:04.543Z++ CIDL_SHA256_LINUX_SWADM=ebda6c0a8e29f40c389337fe2e37c1191eeeb34d729de7724b6d707bb6c9a882
4532024-05-23T03:13:04.543Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4542024-05-23T03:13:04.543Z++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4552024-05-23T03:13:04.543Z++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4562024-05-23T03:13:04.543Z+ TARGET_DIR=out
4572024-05-23T03:13:04.543Z+ DOWNLOAD_DIR=out/downloads
4582024-05-23T03:13:04.543Z+ DEST_DIR=./out/dendrite-stub
4592024-05-23T03:13:04.544Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4602024-05-23T03:13:04.544Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4612024-05-23T03:13:04.544Z+ REPO=oxidecomputer/dendrite
4622024-05-23T03:13:04.544Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4632024-05-23T03:13:04.544Z+ main
4642024-05-23T03:13:04.544Z+ [[ 0 != 0 ]]
4652024-05-23T03:13:04.544Z+ CIDL_OS=solaris2.11
4662024-05-23T03:13:04.544Z+ [[ 0 != 0 ]]
4672024-05-23T03:13:04.544Z+ configure_os solaris2.11
4682024-05-23T03:13:04.544Z+ echo 'current directory: /work/oxidecomputer/omicron'
4692024-05-23T03:13:04.544Zcurrent directory: /work/oxidecomputer/omicron
4702024-05-23T03:13:04.544Z+ echo 'configuring based on OS: "solaris2.11"'
4712024-05-23T03:13:04.544Zconfiguring based on OS: "solaris2.11"
4722024-05-23T03:13:04.544Z+ case "$1" in
4732024-05-23T03:13:04.544Z+ SET_BINARIES=
4742024-05-23T03:13:04.544Z+ CIDL_SHA256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
4752024-05-23T03:13:04.544Z+ CIDL_SHA256FUNC=do_sha256sum
4762024-05-23T03:13:04.544Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
4772024-05-23T03:13:04.544Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz
4782024-05-23T03:13:04.544Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
4792024-05-23T03:13:04.544Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz'
4802024-05-23T03:13:04.544ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz
4812024-05-23T03:13:04.544Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
4822024-05-23T03:13:04.544ZLocal file: out/downloads/dendrite-stub.tar.gz
4832024-05-23T03:13:04.545Z+ mkdir -p out/downloads
4842024-05-23T03:13:04.549Z+ mkdir -p ./out/dendrite-stub
4852024-05-23T03:13:04.549Z+ fetch_and_verify
4862024-05-23T03:13:04.549Z+ local DO_DOWNLOAD=true
4872024-05-23T03:13:04.549Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
4882024-05-23T03:13:04.549Z+ '[' true == true ']'
4892024-05-23T03:13:04.549Z+ echo Downloading...
4902024-05-23T03:13:04.549ZDownloading...
4912024-05-23T03:13:04.549Z+ 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-23T03:13:04.549Z+ 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-23T03:13:10.003Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
4942024-05-23T03:13:10.019Z++ sha256sum
4952024-05-23T03:13:10.019Z++ awk '{print $1}'
4962024-05-23T03:13:10.026Z+ calculated_sha256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
4972024-05-23T03:13:10.031Z+ [[ 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-23T03:13:10.031Z+ do_untar out/downloads/dendrite-stub.tar.gz
4992024-05-23T03:13:10.031Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5002024-05-23T03:13:10.705Z+ do_assemble
5012024-05-23T03:13:10.705Z+ rm -r ./out/dendrite-stub
5022024-05-23T03:13:10.717Z+ mkdir ./out/dendrite-stub
5032024-05-23T03:13:10.717Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5042024-05-23T03:13:10.754Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5052024-05-23T03:13:10.764Z+ set -o errexit
5062024-05-23T03:13:10.770Z+++ dirname ./tools/ci_download_maghemite_mgd
5072024-05-23T03:13:10.770Z++ cd ./tools
5082024-05-23T03:13:10.770Z++ pwd
5092024-05-23T03:13:10.770Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5102024-05-23T03:13:10.770Z++ basename ./tools/ci_download_maghemite_mgd
5112024-05-23T03:13:10.770Z+ ARG0=ci_download_maghemite_mgd
5122024-05-23T03:13:10.771Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5132024-05-23T03:13:10.771Z++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5142024-05-23T03:13:10.771Z++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19
5152024-05-23T03:13:10.771Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5162024-05-23T03:13:10.771Z++ COMMIT=23b0cf439f9f62b9a4933e55cc72bcaddc9596cd
5172024-05-23T03:13:10.771Z++ SHA2=fdb33ee7425923560534672264008ef8948d227afce948ab704de092ad72157c
5182024-05-23T03:13:10.771Z+ TARGET_DIR=out
5192024-05-23T03:13:10.771Z+ DOWNLOAD_DIR=out/downloads
5202024-05-23T03:13:10.771Z+ DEST_DIR=./out/mgd
5212024-05-23T03:13:10.772Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5222024-05-23T03:13:10.772Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5232024-05-23T03:13:10.772Z+ REPO=oxidecomputer/maghemite
5242024-05-23T03:13:10.772Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd
5252024-05-23T03:13:10.772Z+ main
5262024-05-23T03:13:10.772Z+ rm -rf out/downloads/root
5272024-05-23T03:13:10.778Z+ [[ 0 != 0 ]]
5282024-05-23T03:13:10.779Z+ CIDL_OS=solaris2.11
5292024-05-23T03:13:10.779Z+ [[ 0 != 0 ]]
5302024-05-23T03:13:10.779Z+ configure_os solaris2.11
5312024-05-23T03:13:10.779Z+ echo 'current directory: /work/oxidecomputer/omicron'
5322024-05-23T03:13:10.779Zcurrent directory: /work/oxidecomputer/omicron
5332024-05-23T03:13:10.779Z+ echo 'configuring based on OS: "solaris2.11"'
5342024-05-23T03:13:10.779Z+ case "$1" in
5352024-05-23T03:13:10.779Zconfiguring based on OS: "solaris2.11"
5362024-05-23T03:13:10.780Z+ SET_BINARIES=
5372024-05-23T03:13:10.780Z+ CIDL_SHA256FUNC=do_sha256sum
5382024-05-23T03:13:10.780Z+ TARBALL_FILENAME=mgd.tar.gz
5392024-05-23T03:13:10.780Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz
5402024-05-23T03:13:10.780Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5412024-05-23T03:13:10.780Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz'
5422024-05-23T03:13:10.780ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz
5432024-05-23T03:13:10.780Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5442024-05-23T03:13:10.781Z+ mkdir -p out/downloads
5452024-05-23T03:13:10.781ZLocal file: out/downloads/mgd.tar.gz
5462024-05-23T03:13:10.787Z+ mkdir -p ./out/mgd
5472024-05-23T03:13:10.787Z+ fetch_and_verify
5482024-05-23T03:13:10.788Z+ local DO_DOWNLOAD=true
5492024-05-23T03:13:10.788Z+ [[ -f out/downloads/mgd.tar.gz ]]
5502024-05-23T03:13:10.788Z+ '[' true == true ']'
5512024-05-23T03:13:10.788Z+ echo Downloading...
5522024-05-23T03:13:10.788ZDownloading...
5532024-05-23T03:13:10.788Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz out/downloads/mgd.tar.gz
5542024-05-23T03:13:10.788Z+ 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-23T03:13:19.970Z++ do_sha256sum out/downloads/mgd.tar.gz
5562024-05-23T03:13:19.974Z++ sha256sum
5572024-05-23T03:13:19.974Z++ awk '{print $1}'
5582024-05-23T03:13:19.996Z+ calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5592024-05-23T03:13:20.002Z+ [[ 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-23T03:13:20.003Z+ do_untar out/downloads/mgd.tar.gz
5612024-05-23T03:13:20.003Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
5622024-05-23T03:13:20.581Z+ do_assemble
5632024-05-23T03:13:20.581Z+ rm -r ./out/mgd
5642024-05-23T03:13:20.586Z+ mkdir ./out/mgd
5652024-05-23T03:13:20.586Z+ cp -r out/downloads/root ./out/mgd/root
5662024-05-23T03:13:20.667Z+ set -o errexit
5672024-05-23T03:13:20.671Z+++ dirname ./tools/ci_download_transceiver_control
5682024-05-23T03:13:20.671Z++ cd ./tools
5692024-05-23T03:13:20.671Z++ pwd
5702024-05-23T03:13:20.677Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5712024-05-23T03:13:20.677Z++ basename ./tools/ci_download_transceiver_control
5722024-05-23T03:13:20.677Z+ ARG0=ci_download_transceiver_control
5732024-05-23T03:13:20.677Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5742024-05-23T03:13:20.677Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5752024-05-23T03:13:20.677Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5762024-05-23T03:13:20.677Z+ TARGET_DIR=out
5772024-05-23T03:13:20.677Z+ DOWNLOAD_DIR=out/downloads
5782024-05-23T03:13:20.677Z+ DEST_DIR=./out/transceiver-control
5792024-05-23T03:13:20.677Z+ BIN_DIR=/opt/oxide/bin
5802024-05-23T03:13:20.677Z+ BINARY=xcvradm
5812024-05-23T03:13:20.677Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5822024-05-23T03:13:20.677Z+ REPO=oxidecomputer/transceiver-control
5832024-05-23T03:13:20.677Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5842024-05-23T03:13:20.677Z+ main
5852024-05-23T03:13:20.677Z+ [[ 0 != 0 ]]
5862024-05-23T03:13:20.678Z+ CIDL_OS=solaris2.11
5872024-05-23T03:13:20.678Z+ [[ 0 != 0 ]]
5882024-05-23T03:13:20.678Z+ configure_os solaris2.11
5892024-05-23T03:13:20.678Z+ echo 'current directory: /work/oxidecomputer/omicron'
5902024-05-23T03:13:20.678Zcurrent directory: /work/oxidecomputer/omicron
5912024-05-23T03:13:20.678Z+ echo 'configuring based on OS: "solaris2.11"'
5922024-05-23T03:13:20.678Z+ case "$1" in
5932024-05-23T03:13:20.678Zconfiguring based on OS: "solaris2.11"
5942024-05-23T03:13:20.678Z+ SET_BINARIES=
5952024-05-23T03:13:20.678Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5962024-05-23T03:13:20.678Z+ CIDL_SHA256FUNC=do_sha256sum
5972024-05-23T03:13:20.679Z+ ARCHIVE_FILENAME=xcvradm.gz
5982024-05-23T03:13:20.679Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5992024-05-23T03:13:20.679Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6002024-05-23T03:13:20.679Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6012024-05-23T03:13:20.679Z+ echo 'Local file: out/downloads/xcvradm.gz'
6022024-05-23T03:13:20.679ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6032024-05-23T03:13:20.679ZLocal file: out/downloads/xcvradm.gz
6042024-05-23T03:13:20.679Z+ mkdir -p out/downloads
6052024-05-23T03:13:20.684Z+ mkdir -p ./out/transceiver-control
6062024-05-23T03:13:20.684Z+ fetch_and_verify
6072024-05-23T03:13:20.684Z+ local DO_DOWNLOAD=true
6082024-05-23T03:13:20.684Z+ [[ -f out/downloads/xcvradm.gz ]]
6092024-05-23T03:13:20.685Z+ '[' true == true ']'
6102024-05-23T03:13:20.685Z+ echo Downloading...
6112024-05-23T03:13:20.685ZDownloading...
6122024-05-23T03:13:20.685Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6132024-05-23T03:13:20.685Z+ 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-23T03:13:22.612Z++ do_sha256sum out/downloads/xcvradm.gz
6152024-05-23T03:13:22.615Z++ sha256sum
6162024-05-23T03:13:22.615Z++ awk '{print $1}'
6172024-05-23T03:13:22.621Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6182024-05-23T03:13:22.624Z+ [[ 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-23T03:13:22.624Z+ do_unpack out/downloads/xcvradm.gz
6202024-05-23T03:13:22.624Z+ mkdir -p out/downloads/root//opt/oxide/bin
6212024-05-23T03:13:22.624Z+ gzip -dc out/downloads/xcvradm.gz
6222024-05-23T03:13:22.741Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6232024-05-23T03:13:22.745Z+ do_assemble
6242024-05-23T03:13:22.745Z+ rm -r ./out/transceiver-control
6252024-05-23T03:13:22.749Z+ mkdir ./out/transceiver-control
6262024-05-23T03:13:22.749Z+ cp -r out/downloads/root ./out/transceiver-control/root
6272024-05-23T03:13:22.842Z+ set -o errexit
6282024-05-23T03:13:22.846Z+++ dirname ./tools/ci_download_thundermuffin
6292024-05-23T03:13:22.846Z++ cd ./tools
6302024-05-23T03:13:22.846Z++ pwd
6312024-05-23T03:13:22.846Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6322024-05-23T03:13:22.851Z++ basename ./tools/ci_download_thundermuffin
6332024-05-23T03:13:22.851Z+ ARG0=ci_download_thundermuffin
6342024-05-23T03:13:22.851Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
6352024-05-23T03:13:22.851Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6362024-05-23T03:13:22.851Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
6372024-05-23T03:13:22.851Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
6382024-05-23T03:13:22.851Z+ TARGET_DIR=out
6392024-05-23T03:13:22.852Z+ DOWNLOAD_DIR=out/downloads
6402024-05-23T03:13:22.852Z+ DEST_DIR=./out/thundermuffin
6412024-05-23T03:13:22.852Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
6422024-05-23T03:13:22.852Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6432024-05-23T03:13:22.852Z+ REPO=oxidecomputer/thundermuffin
6442024-05-23T03:13:22.852Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
6452024-05-23T03:13:22.852Z+ main
6462024-05-23T03:13:22.852Z+ rm -rf out/downloads/root
6472024-05-23T03:13:22.857Z+ [[ 0 != 0 ]]
6482024-05-23T03:13:22.861Z+ CIDL_OS=solaris2.11
6492024-05-23T03:13:22.861Z+ [[ 0 != 0 ]]
6502024-05-23T03:13:22.861Z+ configure_os solaris2.11
6512024-05-23T03:13:22.861Z+ echo 'current directory: /work/oxidecomputer/omicron'
6522024-05-23T03:13:22.861Zcurrent directory: /work/oxidecomputer/omicron
6532024-05-23T03:13:22.861Z+ echo 'configuring based on OS: "solaris2.11"'
6542024-05-23T03:13:22.861Z+ case "$1" in
6552024-05-23T03:13:22.861Zconfiguring based on OS: "solaris2.11"
6562024-05-23T03:13:22.862Z+ SET_BINARIES=
6572024-05-23T03:13:22.862Z+ CIDL_SHA256FUNC=do_sha256sum
6582024-05-23T03:13:22.862Z+ TARBALL_FILENAME=thundermuffin.tar.gz
6592024-05-23T03:13:22.862Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6602024-05-23T03:13:22.862Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
6612024-05-23T03:13:22.862Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
6622024-05-23T03:13:22.862ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6632024-05-23T03:13:22.862Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
6642024-05-23T03:13:22.862ZLocal file: out/downloads/thundermuffin.tar.gz
6652024-05-23T03:13:22.862Z+ mkdir -p out/downloads
6662024-05-23T03:13:22.862Z+ mkdir -p ./out/thundermuffin
6672024-05-23T03:13:22.872Z+ fetch_and_verify
6682024-05-23T03:13:22.872Z+ local DO_DOWNLOAD=true
6692024-05-23T03:13:22.872Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
6702024-05-23T03:13:22.872Z+ '[' true == true ']'
6712024-05-23T03:13:22.872Z+ echo Downloading...
6722024-05-23T03:13:22.872ZDownloading...
6732024-05-23T03:13:22.872Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
6742024-05-23T03:13:22.872Z+ 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-23T03:13:23.479Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
6762024-05-23T03:13:23.483Z++ sha256sum
6772024-05-23T03:13:23.483Z++ awk '{print $1}'
6782024-05-23T03:13:23.487Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6792024-05-23T03:13:23.487Z+ [[ 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-23T03:13:23.487Z+ do_untar out/downloads/thundermuffin.tar.gz
6812024-05-23T03:13:23.487Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
6822024-05-23T03:13:23.550Z+ do_assemble
6832024-05-23T03:13:23.550Z+ rm -r ./out/thundermuffin
6842024-05-23T03:13:23.554Z+ mkdir ./out/thundermuffin
6852024-05-23T03:13:23.554Z+ cp -r out/downloads/root ./out/thundermuffin/root
6862024-05-23T03:13:23.565ZAll prerequisites installed successfully
6872024-05-23T03:13:23.569Z
6882024-05-23T03:13:23.569Zreal 2:17.773176659
6892024-05-23T03:13:23.570Zuser 38.515366807
6902024-05-23T03:13:23.570Zsys 7.183845151
6912024-05-23T03:13:23.570Ztrap 0.009983439
6922024-05-23T03:13:23.570Ztflt 0.360271241
6932024-05-23T03:13:23.570Zdflt 0.411052074
6942024-05-23T03:13:23.570Zkflt 0.199322040
6952024-05-23T03:13:23.570Zlock 1.699088175
6962024-05-23T03:13:23.570Zslp 4:28.045654379
6972024-05-23T03:13:23.570Zlat 2.091978061
6982024-05-23T03:13:23.570Zstop 0.141683443
6992024-05-23T03:13:23.570Z+ ptime -m ./tools/ci_download_softnpu_machinery
7002024-05-23T03:13:23.577Zfetching npuzone
7012024-05-23T03:13:23.586ZEnsuring oxidecomputer/softnpu/image/npuzone in out/npuzone
7022024-05-23T03:13:23.586Z (commit: 3203c51cf4473d30991b522062ac0df2e045c2f2)
7032024-05-23T03:13:23.590ZGetting hash for npuzone
7042024-05-23T03:13:23.671Z (hash: 36095c7f9d613b9208415aeb67335836a25f72eed2f7a41931ba7d91ddb00568)
7052024-05-23T03:13:30.259Znpuzone downloaded successfully
7062024-05-23T03:13:30.263Z
7072024-05-23T03:13:30.263Zreal 6.693154242
7082024-05-23T03:13:30.263Zuser 0.266916794
7092024-05-23T03:13:30.263Zsys 0.096399002
7102024-05-23T03:13:30.263Ztrap 0.000091441
7112024-05-23T03:13:30.264Ztflt 0.000000000
7122024-05-23T03:13:30.264Zdflt 0.000000000
7132024-05-23T03:13:30.264Zkflt 0.000000000
7142024-05-23T03:13:30.264Zlock 0.000000000
7152024-05-23T03:13:30.264Zslp 19.641639458
7162024-05-23T03:13:30.264Zlat 0.043868999
7172024-05-23T03:13:30.264Zstop 0.000186278
7182024-05-23T03:13:30.264Z+ export CARGO_INCREMENTAL=0
7192024-05-23T03:13:30.264Z+ CARGO_INCREMENTAL=0
7202024-05-23T03:13:30.264Z+ 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-23T03:13:30.490Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7222024-05-23T03:13:30.817Z Updating git repository `https://github.com/oxidecomputer/zone`
7232024-05-23T03:13:31.160Z Updating crates.io index
7242024-05-23T03:13:31.207Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7252024-05-23T03:13:31.903Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7262024-05-23T03:13:32.641Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7272024-05-23T03:13:34.901Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7282024-05-23T03:13:35.419Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7292024-05-23T03:13:35.715Z Updating git repository `https://github.com/oxidecomputer/propolis`
7302024-05-23T03:13:36.756Z Updating git repository `https://github.com/oxidecomputer/crucible`
7312024-05-23T03:13:38.586Z Updating git repository `https://github.com/oxidecomputer/opte`
7322024-05-23T03:13:39.571Z Updating git repository `https://github.com/oxidecomputer/falcon`
7332024-05-23T03:13:40.296Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7342024-05-23T03:13:40.879Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7352024-05-23T03:13:41.206Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7362024-05-23T03:13:41.469Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7372024-05-23T03:13:41.825Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7382024-05-23T03:13:42.133Z Updating git repository `http://github.com/oxidecomputer/tofino`
7392024-05-23T03:13:42.444Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7402024-05-23T03:13:42.705Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7412024-05-23T03:13:42.980Z Updating git repository `https://github.com/oxidecomputer/libnvme`
7422024-05-23T03:13:43.409Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7432024-05-23T03:13:43.830Z Updating git repository `https://github.com/oxidecomputer/ispf`
7442024-05-23T03:13:44.198Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7452024-05-23T03:13:44.478Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7462024-05-23T03:13:45.136Z Updating git repository `https://github.com/jgallagher/nix`
7472024-05-23T03:13:46.023Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7482024-05-23T03:13:46.306Z Updating git repository `https://github.com/cbiffle/hubpack.git`
7492024-05-23T03:13:46.638Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7502024-05-23T03:13:47.052Z Updating git repository `https://github.com/oxidecomputer/typify`
7512024-05-23T03:13:49.082Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7522024-05-23T03:13:49.480Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7532024-05-23T03:13:49.766Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7542024-05-23T03:13:50.190Z Updating git repository `https://github.com/oxidecomputer/rfb`
7552024-05-23T03:13:51.407Z Downloading crates ...
7562024-05-23T03:13:51.531Z Downloaded argon2 v0.5.3
7572024-05-23T03:13:51.538Z Downloaded anstream v0.6.14
7582024-05-23T03:13:51.543Z Downloaded anyhow v1.0.83
7592024-05-23T03:13:51.547Z Downloaded bit-vec v0.6.3
7602024-05-23T03:13:51.551Z Downloaded crossbeam-deque v0.8.5
7612024-05-23T03:13:51.551Z Downloaded array-init v0.0.4
7622024-05-23T03:13:51.551Z Downloaded anstyle v1.0.7
7632024-05-23T03:13:51.555Z Downloaded adler v1.0.2
7642024-05-23T03:13:51.555Z Downloaded addr2line v0.21.0
7652024-05-23T03:13:51.560Z Downloaded headers-core v0.2.0
7662024-05-23T03:13:51.560Z Downloaded hostname v0.3.1
7672024-05-23T03:13:51.564Z Downloaded allocator-api2 v0.2.18
7682024-05-23T03:13:51.570Z Downloaded backoff v0.4.0
7692024-05-23T03:13:51.570Z Downloaded heck v0.5.0
7702024-05-23T03:13:51.574Z Downloaded home v0.5.9
7712024-05-23T03:13:51.574Z Downloaded heck v0.3.3
7722024-05-23T03:13:51.574Z Downloaded highway v1.1.0
7732024-05-23T03:13:51.579Z Downloaded http-range v0.1.5
7742024-05-23T03:13:51.584Z Downloaded async-stream v0.3.5
7752024-05-23T03:13:51.584Z Downloaded anstyle-query v1.0.3
7762024-05-23T03:13:51.588Z Downloaded bit-set v0.5.3
7772024-05-23T03:13:51.588Z Downloaded autocfg v1.3.0
7782024-05-23T03:13:51.592Z Downloaded hashbrown v0.14.5
7792024-05-23T03:13:51.596Z Downloaded http-body v0.4.6
7802024-05-23T03:13:51.600Z Downloaded heck v0.4.1
7812024-05-23T03:13:51.600Z Downloaded hubpack v0.1.2
7822024-05-23T03:13:51.600Z Downloaded bb8 v0.8.3
7832024-05-23T03:13:51.604Z Downloaded ascii-canvas v3.0.0
7842024-05-23T03:13:51.604Z Downloaded bytecount v0.6.8
7852024-05-23T03:13:51.608Z Downloaded hmac v0.12.1
7862024-05-23T03:13:51.608Z Downloaded block-padding v0.3.3
7872024-05-23T03:13:51.608Z Downloaded arc-swap v1.7.1
7882024-05-23T03:13:51.611Z Downloaded crc-catalog v2.4.0
7892024-05-23T03:13:51.615Z Downloaded hubpack_derive v0.1.1
7902024-05-23T03:13:51.616Z Downloaded httparse v1.8.0
7912024-05-23T03:13:51.620Z Downloaded httpdate v1.0.3
7922024-05-23T03:13:51.620Z Downloaded hyper-staticfile v0.9.5
7932024-05-23T03:13:51.623Z Downloaded colorchoice v1.0.1
7942024-05-23T03:13:51.623Z Downloaded iana-time-zone v0.1.60
7952024-05-23T03:13:51.627Z Downloaded http v0.2.12
7962024-05-23T03:13:51.634Z Downloaded bitfield v0.14.0
7972024-05-23T03:13:51.638Z Downloaded humantime v2.1.0
7982024-05-23T03:13:51.638Z Downloaded hex v0.4.3
7992024-05-23T03:13:51.638Z Downloaded cipher v0.4.4
8002024-05-23T03:13:51.638Z Downloaded base16ct v0.2.0
8012024-05-23T03:13:51.638Z Downloaded ident_case v1.0.1
8022024-05-23T03:13:51.642Z Downloaded bitstruct_derive v0.1.0
8032024-05-23T03:13:51.642Z Downloaded libsw v3.3.1
8042024-05-23T03:13:51.646Z Downloaded ahash v0.8.11
8052024-05-23T03:13:51.646Z Downloaded cfg_aliases v0.1.1
8062024-05-23T03:13:51.650Z Downloaded http v1.1.0
8072024-05-23T03:13:51.653Z Downloaded ciborium-io v0.2.2
8082024-05-23T03:13:51.653Z Downloaded ciborium-ll v0.2.2
8092024-05-23T03:13:51.657Z Downloaded bitstruct v0.1.1
8102024-05-23T03:13:51.658Z Downloaded ascii v1.1.0
8112024-05-23T03:13:51.662Z Downloaded hostname v0.4.0
8122024-05-23T03:13:51.662Z Downloaded mime v0.3.17
8132024-05-23T03:13:51.666Z Downloaded lru-cache v0.1.2
8142024-05-23T03:13:51.666Z Downloaded block-buffer v0.10.4
8152024-05-23T03:13:51.666Z Downloaded itoa v1.0.11
8162024-05-23T03:13:51.670Z Downloaded assert_matches v1.5.0
8172024-05-23T03:13:51.670Z Downloaded constant_time_eq v0.3.0
8182024-05-23T03:13:51.670Z Downloaded instant v0.1.12
8192024-05-23T03:13:51.675Z Downloaded atomicwrites v0.4.3
8202024-05-23T03:13:51.675Z Downloaded crc v3.2.1
8212024-05-23T03:13:51.678Z Downloaded heapless v0.7.17
8222024-05-23T03:13:51.682Z Downloaded match_cfg v0.1.0
8232024-05-23T03:13:51.682Z Downloaded nodrop v0.1.14
8242024-05-23T03:13:51.682Z Downloaded newtype_derive v0.1.6
8252024-05-23T03:13:51.686Z Downloaded is_terminal_polyfill v1.70.0
8262024-05-23T03:13:51.686Z Downloaded is_ci v1.2.0
8272024-05-23T03:13:51.693Z Downloaded mockall v0.12.1
8282024-05-23T03:13:51.693Z Downloaded impl-trait-for-tuples v0.2.2
8292024-05-23T03:13:51.697Z Downloaded hyper-tls v0.5.0
8302024-05-23T03:13:51.697Z Downloaded strum v0.26.2
8312024-05-23T03:13:51.697Z Downloaded lalrpop-util v0.19.12
8322024-05-23T03:13:51.697Z Downloaded clap_lex v0.7.0
8332024-05-23T03:13:51.697Z Downloaded byteorder v1.5.0
8342024-05-23T03:13:51.701Z Downloaded newline-converter v0.3.0
8352024-05-23T03:13:51.701Z Downloaded base64ct v1.6.0
8362024-05-23T03:13:51.705Z Downloaded is-terminal v0.4.12
8372024-05-23T03:13:51.705Z Downloaded new_debug_unreachable v1.0.6
8382024-05-23T03:13:51.705Z Downloaded matches v0.1.10
8392024-05-23T03:13:51.705Z Downloaded colored v2.1.0
8402024-05-23T03:13:51.709Z Downloaded async-recursion v1.1.1
8412024-05-23T03:13:51.713Z Downloaded bitflags v1.3.2
8422024-05-23T03:13:51.717Z Downloaded hashbrown v0.12.3
8432024-05-23T03:13:51.721Z Downloaded chacha20 v0.9.1
8442024-05-23T03:13:51.725Z Downloaded castaway v0.2.2
8452024-05-23T03:13:51.725Z Downloaded tower-service v0.3.2
8462024-05-23T03:13:51.725Z Downloaded usdt-attr-macro v0.3.5
8472024-05-23T03:13:51.729Z Downloaded vte_generate_state_changes v0.1.1
8482024-05-23T03:13:51.729Z Downloaded usdt-attr-macro v0.5.0
8492024-05-23T03:13:51.729Z Downloaded cassowary v0.3.0
8502024-05-23T03:13:51.729Z Downloaded cargo-platform v0.1.8
8512024-05-23T03:13:51.733Z Downloaded cfg-if v1.0.0
8522024-05-23T03:13:51.733Z Downloaded ipnetwork v0.20.0
8532024-05-23T03:13:51.738Z Downloaded cexpr v0.6.0
8542024-05-23T03:13:51.738Z Downloaded rustc_version v0.4.0
8552024-05-23T03:13:51.742Z Downloaded nanorand v0.7.0
8562024-05-23T03:13:51.742Z Downloaded memoffset v0.7.1
8572024-05-23T03:13:51.742Z Downloaded crunchy v0.2.2
8582024-05-23T03:13:51.746Z Downloaded semver v0.1.20
8592024-05-23T03:13:51.746Z Downloaded const_format_proc_macros v0.2.32
8602024-05-23T03:13:51.750Z Downloaded md-5 v0.10.6
8612024-05-23T03:13:51.750Z Downloaded linked-hash-map v0.5.6
8622024-05-23T03:13:51.750Z Downloaded hyper-rustls v0.24.2
8632024-05-23T03:13:51.753Z Downloaded newtype-uuid v1.1.0
8642024-05-23T03:13:51.757Z Downloaded slog-envlogger v2.2.0
8652024-05-23T03:13:51.757Z Downloaded nibble_vec v0.1.0
8662024-05-23T03:13:51.758Z Downloaded multimap v0.10.0
8672024-05-23T03:13:51.766Z Downloaded multer v3.1.0
8682024-05-23T03:13:51.766Z Downloaded crucible-workspace-hack v0.1.0
8692024-05-23T03:13:51.769Z Downloaded base64 v0.22.1
8702024-05-23T03:13:51.770Z Downloaded mockall_derive v0.12.1
8712024-05-23T03:13:51.770Z Downloaded lock_api v0.4.12
8722024-05-23T03:13:51.773Z Downloaded equivalent v1.0.1
8732024-05-23T03:13:51.774Z Downloaded headers v0.3.9
8742024-05-23T03:13:51.777Z Downloaded foreign-types v0.3.2
8752024-05-23T03:13:51.781Z Downloaded opaque-debug v0.3.1
8762024-05-23T03:13:51.781Z Downloaded signature v2.2.0
8772024-05-23T03:13:51.785Z Downloaded crc32fast v1.4.0
8782024-05-23T03:13:51.785Z Downloaded strum_macros v0.25.3
8792024-05-23T03:13:51.790Z Downloaded strum_macros v0.24.3
8802024-05-23T03:13:51.790Z Downloaded toml_datetime v0.6.6
8812024-05-23T03:13:51.793Z Downloaded unicase v2.7.0
8822024-05-23T03:13:51.793Z Downloaded wyz v0.5.1
8832024-05-23T03:13:51.797Z Downloaded usdt-impl v0.3.5
8842024-05-23T03:13:51.797Z Downloaded phf_shared v0.10.0
8852024-05-23T03:13:51.797Z Downloaded mime_guess v2.0.4
8862024-05-23T03:13:51.802Z Downloaded clap_derive v4.5.4
8872024-05-23T03:13:51.806Z Downloaded clang-sys v1.7.0
8882024-05-23T03:13:51.806Z Downloaded cancel-safe-futures v0.1.5
8892024-05-23T03:13:51.812Z Downloaded camino v1.1.7
8902024-05-23T03:13:51.816Z Downloaded path-slash v0.1.5
8912024-05-23T03:13:51.816Z Downloaded dof v0.1.5
8922024-05-23T03:13:51.816Z Downloaded libloading v0.8.3
8932024-05-23T03:13:51.816Z Downloaded crc-any v2.5.0
8942024-05-23T03:13:51.819Z Downloaded serde_derive_internals v0.29.1
8952024-05-23T03:13:51.820Z Downloaded libefi-sys v0.1.0
8962024-05-23T03:13:51.823Z Downloaded rpassword v7.3.1
8972024-05-23T03:13:51.823Z Downloaded heapless v0.8.0
8982024-05-23T03:13:51.827Z Downloaded clap v4.5.4
8992024-05-23T03:13:51.837Z Downloaded slog-json v2.6.1
9002024-05-23T03:13:51.842Z Downloaded psl-types v2.0.11
9012024-05-23T03:13:51.842Z Downloaded futures-macro v0.3.30
9022024-05-23T03:13:51.842Z Downloaded fastrand v2.1.0
9032024-05-23T03:13:51.846Z Downloaded hash32 v0.2.1
9042024-05-23T03:13:51.846Z Downloaded ed25519 v1.5.3
9052024-05-23T03:13:51.850Z Downloaded unarray v0.1.4
9062024-05-23T03:13:51.850Z Downloaded cookie_store v0.20.0
9072024-05-23T03:13:51.854Z Downloaded indexmap v1.9.3
9082024-05-23T03:13:51.858Z Downloaded tempfile v3.10.1
9092024-05-23T03:13:51.858Z Downloaded getopts v0.2.21
9102024-05-23T03:13:51.862Z Downloaded phf_shared v0.11.2
9112024-05-23T03:13:51.862Z Downloaded paste v1.0.15
9122024-05-23T03:13:51.866Z Downloaded cargo_metadata v0.18.1
9132024-05-23T03:13:51.866Z Downloaded predicates-core v1.0.6
9142024-05-23T03:13:51.874Z Downloaded phf v0.11.2
9152024-05-23T03:13:51.874Z Downloaded olpc-cjson v0.1.3
9162024-05-23T03:13:51.880Z Downloaded miniz_oxide v0.7.2
9172024-05-23T03:13:51.880Z Downloaded structmeta-derive v0.3.0
9182024-05-23T03:13:51.880Z Downloaded structmeta v0.3.0
9192024-05-23T03:13:51.880Z Downloaded radium v0.7.0
9202024-05-23T03:13:51.880Z Downloaded proc-macro-crate v1.3.1
9212024-05-23T03:13:51.880Z Downloaded cookie v0.18.1
9222024-05-23T03:13:51.884Z Downloaded base64 v0.13.1
9232024-05-23T03:13:51.884Z Downloaded blake2 v0.10.6
9242024-05-23T03:13:51.887Z Downloaded log v0.4.21
9252024-05-23T03:13:51.891Z Downloaded dtrace-parser v0.2.0
9262024-05-23T03:13:51.891Z Downloaded dtrace-parser v0.1.14
9272024-05-23T03:13:51.895Z Downloaded derive_builder_macro v0.20.0
9282024-05-23T03:13:51.895Z Downloaded darling_macro v0.20.9
9292024-05-23T03:13:51.895Z Downloaded downcast v0.11.0
9302024-05-23T03:13:51.899Z Downloaded usdt-macro v0.5.0
9312024-05-23T03:13:51.899Z Downloaded siphasher v0.3.11
9322024-05-23T03:13:51.899Z Downloaded precomputed-hash v0.1.1
9332024-05-23T03:13:51.899Z Downloaded oso-derive v0.27.3
9342024-05-23T03:13:51.903Z Downloaded foreign-types-shared v0.3.1
9352024-05-23T03:13:51.903Z Downloaded spin v0.5.2
9362024-05-23T03:13:51.903Z Downloaded socket2 v0.4.10
9372024-05-23T03:13:51.906Z Downloaded indexmap v2.2.6
9382024-05-23T03:13:51.909Z Downloaded compact_str v0.7.1
9392024-05-23T03:13:51.913Z Downloaded structmeta-derive v0.2.0
9402024-05-23T03:13:51.913Z Downloaded subtle v2.5.0
9412024-05-23T03:13:51.917Z Downloaded structmeta v0.2.0
9422024-05-23T03:13:51.917Z Downloaded getrandom v0.2.14
9432024-05-23T03:13:51.921Z Downloaded slog-stdlog v4.1.1
9442024-05-23T03:13:51.921Z Downloaded slog-scope v4.4.0
9452024-05-23T03:13:51.926Z Downloaded poly1305 v0.8.0
9462024-05-23T03:13:51.929Z Downloaded password-hash v0.5.0
9472024-05-23T03:13:51.930Z Downloaded sqlparser_derive v0.2.2
9482024-05-23T03:13:51.930Z Downloaded num-rational v0.4.2
9492024-05-23T03:13:51.933Z Downloaded supports-color v3.0.0
9502024-05-23T03:13:51.933Z Downloaded vte v0.11.1
9512024-05-23T03:13:51.939Z Downloaded ucd-trie v0.1.6
9522024-05-23T03:13:51.943Z Downloaded samael v0.0.15
9532024-05-23T03:13:51.943Z Downloaded once_cell v1.19.0
9542024-05-23T03:13:51.946Z Downloaded stability v0.2.0
9552024-05-23T03:13:51.949Z Downloaded serde-big-array v0.5.1
9562024-05-23T03:13:51.949Z Downloaded xattr v1.3.1
9572024-05-23T03:13:51.952Z Downloaded derive_more v0.99.17
9582024-05-23T03:13:51.956Z Downloaded whoami v1.5.1
9592024-05-23T03:13:51.959Z Downloaded termtree v0.4.1
9602024-05-23T03:13:51.963Z Downloaded num-iter v0.1.45
9612024-05-23T03:13:51.963Z Downloaded num-integer v0.1.46
9622024-05-23T03:13:51.966Z Downloaded want v0.3.1
9632024-05-23T03:13:51.966Z Downloaded const_format v0.2.32
9642024-05-23T03:13:51.970Z Downloaded tinyvec_macros v0.1.1
9652024-05-23T03:13:51.974Z Downloaded minimal-lexical v0.2.1
9662024-05-23T03:13:51.978Z Downloaded packed_struct v0.10.1
9672024-05-23T03:13:51.986Z Downloaded stringprep v0.1.4
9682024-05-23T03:13:51.986Z Downloaded waitgroup v0.1.2
9692024-05-23T03:13:51.986Z Downloaded omicron-zone-package v0.11.0
9702024-05-23T03:13:51.992Z Downloaded strum_macros v0.26.2
9712024-05-23T03:13:51.996Z Downloaded rustc_version v0.1.7
9722024-05-23T03:13:51.996Z Downloaded powerfmt v0.2.0
9732024-05-23T03:13:51.996Z Downloaded serde_arrays v0.1.0
9742024-05-23T03:13:52.000Z Downloaded pest_generator v2.7.10
9752024-05-23T03:13:52.003Z Downloaded number_prefix v0.4.0
9762024-05-23T03:13:52.003Z Downloaded unicode-bidi v0.3.15
9772024-05-23T03:13:52.003Z Downloaded quick-error v1.2.3
9782024-05-23T03:13:52.006Z Downloaded ppv-lite86 v0.2.17
9792024-05-23T03:13:52.011Z Downloaded cc v1.0.97
9802024-05-23T03:13:52.014Z Downloaded zerocopy-derive v0.7.34
9812024-05-23T03:13:52.018Z Downloaded sha1 v0.10.6
9822024-05-23T03:13:52.018Z Downloaded tokio-tungstenite v0.20.1
9832024-05-23T03:13:52.021Z Downloaded scroll_derive v0.12.0
9842024-05-23T03:13:52.021Z Downloaded tap v1.0.1
9852024-05-23T03:13:52.025Z Downloaded fs-err v2.11.0
9862024-05-23T03:13:52.025Z Downloaded der_derive v0.7.2
9872024-05-23T03:13:52.031Z Downloaded fatfs v0.3.6
9882024-05-23T03:13:52.034Z Downloaded crossbeam-channel v0.5.12
9892024-05-23T03:13:52.038Z Downloaded ron v0.7.1
9902024-05-23T03:13:52.041Z Downloaded version_check v0.9.4
9912024-05-23T03:13:52.044Z Downloaded toolchain_find v0.4.0
9922024-05-23T03:13:52.044Z Downloaded uzers v0.11.3
9932024-05-23T03:13:52.047Z Downloaded tiny-keccak v2.0.2
9942024-05-23T03:13:52.051Z Downloaded futures-channel v0.3.30
9952024-05-23T03:13:52.051Z Downloaded flagset v0.4.5
9962024-05-23T03:13:52.054Z Downloaded either v1.12.0
9972024-05-23T03:13:52.060Z Downloaded float-cmp v0.9.0
9982024-05-23T03:13:52.060Z Downloaded quote v1.0.36
9992024-05-23T03:13:52.063Z Downloaded owo-colors v4.0.0
10002024-05-23T03:13:52.064Z Downloaded subprocess v0.2.9
10012024-05-23T03:13:52.067Z Downloaded trust-dns-resolver v0.22.0
10022024-05-23T03:13:52.070Z Downloaded diesel_table_macro_syntax v0.1.0
10032024-05-23T03:13:52.073Z Downloaded glob v0.3.1
10042024-05-23T03:13:52.073Z Downloaded sha2 v0.10.8
10052024-05-23T03:13:52.076Z Downloaded memchr v2.7.2
10062024-05-23T03:13:52.080Z Downloaded fd-lock v4.0.2
10072024-05-23T03:13:52.083Z Downloaded rtoolbox v0.0.2
10082024-05-23T03:13:52.086Z Downloaded toml v0.8.13
10092024-05-23T03:13:52.089Z Downloaded parse-size v1.0.0
10102024-05-23T03:13:52.089Z Downloaded rcgen v0.12.1
10112024-05-23T03:13:52.104Z Downloaded typenum v1.17.0
10122024-05-23T03:13:52.108Z Downloaded serde_spanned v0.6.6
10132024-05-23T03:13:52.111Z Downloaded stable_deref_trait v1.2.0
10142024-05-23T03:13:52.111Z Downloaded sqlformat v0.2.3
10152024-05-23T03:13:52.115Z Downloaded spki v0.7.3
10162024-05-23T03:13:52.115Z Downloaded pest_meta v2.7.10
10172024-05-23T03:13:52.121Z Downloaded oso v0.27.3
10182024-05-23T03:13:52.124Z Downloaded topological-sort v0.2.2
10192024-05-23T03:13:52.124Z Downloaded static_assertions v1.1.0
10202024-05-23T03:13:52.124Z Downloaded time-macros v0.2.18
10212024-05-23T03:13:52.127Z Downloaded env_logger v0.9.3
10222024-05-23T03:13:52.130Z Downloaded debug-ignore v1.0.5
10232024-05-23T03:13:52.133Z Downloaded crypto-common v0.1.6
10242024-05-23T03:13:52.133Z Downloaded utf8parse v0.2.1
10252024-05-23T03:13:52.134Z Downloaded pin-project v1.1.5
10262024-05-23T03:13:52.146Z Downloaded futures v0.3.30
10272024-05-23T03:13:52.151Z Downloaded normalize-line-endings v0.3.0
10282024-05-23T03:13:52.154Z Downloaded foreign-types-shared v0.1.1
10292024-05-23T03:13:52.154Z Downloaded filetime v0.2.23
10302024-05-23T03:13:52.158Z Downloaded test-strategy v0.3.1
10312024-05-23T03:13:52.161Z Downloaded ff v0.13.0
10322024-05-23T03:13:52.161Z Downloaded scopeguard v1.2.0
10332024-05-23T03:13:52.170Z Downloaded rand_chacha v0.3.1
10342024-05-23T03:13:52.170Z Downloaded parse-display-derive v0.9.0
10352024-05-23T03:13:52.170Z Downloaded parse-display v0.9.0
10362024-05-23T03:13:52.170Z Downloaded schemars_derive v0.8.19
10372024-05-23T03:13:52.171Z Downloaded pkcs1 v0.7.5
10382024-05-23T03:13:52.175Z Downloaded unicode-ident v1.0.12
10392024-05-23T03:13:52.175Z Downloaded smf v0.2.3
10402024-05-23T03:13:52.178Z Downloaded tabled_derive v0.7.0
10412024-05-23T03:13:52.178Z Downloaded smawk v0.3.2
10422024-05-23T03:13:52.181Z Downloaded signal-hook-registry v1.4.2
10432024-05-23T03:13:52.181Z Downloaded proc-macro-error-attr v1.0.4
10442024-05-23T03:13:52.184Z Downloaded hash32 v0.3.1
10452024-05-23T03:13:52.184Z Downloaded tokio-native-tls v0.3.1
10462024-05-23T03:13:52.188Z Downloaded tracing-attributes v0.1.27
10472024-05-23T03:13:52.194Z Downloaded unicode-xid v0.2.4
10482024-05-23T03:13:52.194Z Downloaded tokio-macros v2.2.0
10492024-05-23T03:13:52.197Z Downloaded embedded-io v0.4.0
10502024-05-23T03:13:52.197Z Downloaded rustc-demangle v0.1.24
10512024-05-23T03:13:52.197Z Downloaded data-encoding v2.6.0
10522024-05-23T03:13:52.200Z Downloaded untrusted v0.9.0
10532024-05-23T03:13:52.200Z Downloaded yasna v0.5.2
10542024-05-23T03:13:52.204Z Downloaded globset v0.4.14
10552024-05-23T03:13:52.204Z Downloaded env_logger v0.10.2
10562024-05-23T03:13:52.207Z Downloaded derive-where v1.2.7
10572024-05-23T03:13:52.211Z Downloaded mio v0.8.11
10582024-05-23T03:13:52.217Z Downloaded tinyvec v1.6.0
10592024-05-23T03:13:52.221Z Downloaded display-error-chain v0.2.0
10602024-05-23T03:13:52.224Z Downloaded futures-core v0.3.30
10612024-05-23T03:13:52.225Z Downloaded group v0.13.0
10622024-05-23T03:13:52.228Z Downloaded sct v0.7.1
10632024-05-23T03:13:52.232Z Downloaded itertools v0.12.1
10642024-05-23T03:13:52.237Z Downloaded textwrap v0.16.1
10652024-05-23T03:13:52.242Z Downloaded sigpipe v0.1.3
10662024-05-23T03:13:52.245Z Downloaded peg v0.8.3
10672024-05-23T03:13:52.249Z Downloaded zone_cfg_derive v0.1.2
10682024-05-23T03:13:52.249Z Downloaded sec1 v0.7.3
10692024-05-23T03:13:52.249Z Downloaded plain v0.2.3
10702024-05-23T03:13:52.255Z Downloaded proc-macro-error v1.0.4
10712024-05-23T03:13:52.259Z Downloaded parking_lot_core v0.8.6
10722024-05-23T03:13:52.259Z Downloaded pretty-hex v0.4.1
10732024-05-23T03:13:52.259Z Downloaded pretty-hex v0.2.1
10742024-05-23T03:13:52.263Z Downloaded zone v0.1.8
10752024-05-23T03:13:52.263Z Downloaded tls_codec_derive v0.4.1
10762024-05-23T03:13:52.263Z Downloaded tokio-stream v0.1.15
10772024-05-23T03:13:52.267Z Downloaded difflib v0.4.0
10782024-05-23T03:13:52.271Z Downloaded futures-io v0.3.30
10792024-05-23T03:13:52.271Z Downloaded futures-executor v0.3.30
10802024-05-23T03:13:52.271Z Downloaded scheduled-thread-pool v0.2.7
10812024-05-23T03:13:52.275Z Downloaded zeroize_derive v1.4.2
10822024-05-23T03:13:52.275Z Downloaded terminal_size v0.3.0
10832024-05-23T03:13:52.279Z Downloaded termcolor v1.4.1
10842024-05-23T03:13:52.279Z Downloaded flume v0.11.0
10852024-05-23T03:13:52.283Z Downloaded same-file v1.0.6
10862024-05-23T03:13:52.283Z Downloaded num-conv v0.1.0
10872024-05-23T03:13:52.283Z Downloaded itertools v0.10.5
10882024-05-23T03:13:52.291Z Downloaded flate2 v1.0.30
10892024-05-23T03:13:52.296Z Downloaded take_mut v0.2.2
10902024-05-23T03:13:52.300Z Downloaded num_enum_derive v0.5.11
10912024-05-23T03:13:52.300Z Downloaded fnv v1.0.7
10922024-05-23T03:13:52.305Z Downloaded signature v1.6.4
10932024-05-23T03:13:52.306Z Downloaded openssl-probe v0.1.5
10942024-05-23T03:13:52.306Z Downloaded futures-task v0.3.30
10952024-05-23T03:13:52.306Z Downloaded nu-ansi-term v0.50.0
10962024-05-23T03:13:52.313Z Downloaded openssl-macros v0.1.1
10972024-05-23T03:13:52.313Z Downloaded serde-big-array v0.4.1
10982024-05-23T03:13:52.317Z Downloaded slog v2.7.0
10992024-05-23T03:13:52.317Z Downloaded socket2 v0.5.7
11002024-05-23T03:13:52.317Z Downloaded typed-path v0.7.1
11012024-05-23T03:13:52.324Z Downloaded untrusted v0.7.1
11022024-05-23T03:13:52.324Z Downloaded peg-runtime v0.8.3
11032024-05-23T03:13:52.328Z Downloaded predicates v3.1.0
11042024-05-23T03:13:52.328Z Downloaded usdt-impl v0.5.0
11052024-05-23T03:13:52.332Z Downloaded fxhash v0.2.1
11062024-05-23T03:13:52.332Z Downloaded uuid v1.8.0
11072024-05-23T03:13:52.336Z Downloaded expectorate v1.1.0
11082024-05-23T03:13:52.336Z Downloaded postgres-types v0.2.6
11092024-05-23T03:13:52.340Z Downloaded platforms v3.4.0
11102024-05-23T03:13:52.343Z Downloaded parking_lot v0.11.2
11112024-05-23T03:13:52.344Z Downloaded postgres-protocol v0.6.6
11122024-05-23T03:13:52.348Z Downloaded half v2.4.1
11132024-05-23T03:13:52.348Z Downloaded term v0.7.0
11142024-05-23T03:13:52.352Z Downloaded secrecy v0.8.0
11152024-05-23T03:13:52.355Z Downloaded packed_struct_codegen v0.10.1
11162024-05-23T03:13:52.356Z Downloaded toml_edit v0.19.15
11172024-05-23T03:13:52.371Z Downloaded futures-sink v0.3.30
11182024-05-23T03:13:52.375Z Downloaded try-lock v0.2.5
11192024-05-23T03:13:52.375Z Downloaded fixedbitset v0.4.2
11202024-05-23T03:13:52.375Z Downloaded rustls-pemfile v2.1.2
11212024-05-23T03:13:52.382Z Downloaded num_threads v0.1.7
11222024-05-23T03:13:52.382Z Downloaded usdt v0.5.0
11232024-05-23T03:13:52.382Z Downloaded slog-dtrace v0.3.0
11242024-05-23T03:13:52.386Z Downloaded slog-bunyan v2.5.0
11252024-05-23T03:13:52.386Z Downloaded tabwriter v1.4.0
11262024-05-23T03:13:52.386Z Downloaded portpicker v0.1.1
11272024-05-23T03:13:52.386Z Downloaded parking_lot v0.12.2
11282024-05-23T03:13:52.390Z Downloaded clap_builder v4.5.2
11292024-05-23T03:13:52.394Z Downloaded endian-type v0.1.2
11302024-05-23T03:13:52.398Z Downloaded swrite v0.1.0
11312024-05-23T03:13:52.398Z Downloaded curve25519-dalek-derive v0.1.1
11322024-05-23T03:13:52.398Z Downloaded deranged v0.3.11
11332024-05-23T03:13:52.398Z Downloaded rustls-pemfile v1.0.4
11342024-05-23T03:13:52.402Z Downloaded x509-cert v0.2.5
11352024-05-23T03:13:52.406Z Downloaded predicates-tree v1.0.9
11362024-05-23T03:13:52.411Z Downloaded tracing v0.1.40
11372024-05-23T03:13:52.415Z Downloaded prettyplease v0.2.20
11382024-05-23T03:13:52.419Z Downloaded dyn-clone v1.0.17
11392024-05-23T03:13:52.419Z Downloaded dirs-sys-next v0.1.2
11402024-05-23T03:13:52.419Z Downloaded pkg-config v0.3.30
11412024-05-23T03:13:52.422Z Downloaded num-bigint-dig v0.8.4
11422024-05-23T03:13:52.426Z Downloaded slab v0.4.9
11432024-05-23T03:13:52.426Z Downloaded resolv-conf v0.7.0
11442024-05-23T03:13:52.430Z Downloaded num v0.4.3
11452024-05-23T03:13:52.430Z Downloaded num-complex v0.4.6
11462024-05-23T03:13:52.435Z Downloaded cstr-argument v0.1.2
11472024-05-23T03:13:52.435Z Downloaded ena v0.14.3
11482024-05-23T03:13:52.435Z Downloaded serde_tokenstream v0.2.0
11492024-05-23T03:13:52.440Z Downloaded synstructure v0.12.6
11502024-05-23T03:13:52.444Z Downloaded zerocopy v0.6.6
11512024-05-23T03:13:52.444Z Downloaded gethostname v0.4.3
11522024-05-23T03:13:52.444Z Downloaded num_enum v0.5.11
11532024-05-23T03:13:52.449Z Downloaded unicode-width v0.1.12
11542024-05-23T03:13:52.453Z Downloaded universal-hash v0.5.1
11552024-05-23T03:13:52.453Z Downloaded derive_builder v0.20.0
11562024-05-23T03:13:52.457Z Downloaded fallible-iterator v0.2.0
11572024-05-23T03:13:52.460Z Downloaded serde_derive v1.0.202
11582024-05-23T03:13:52.464Z Downloaded digest v0.10.7
11592024-05-23T03:13:52.464Z Downloaded usdt v0.3.5
11602024-05-23T03:13:52.464Z Downloaded tokio-postgres v0.7.10
11612024-05-23T03:13:52.469Z Downloaded rustyline v14.0.0
11622024-05-23T03:13:52.474Z Downloaded crossbeam-epoch v0.9.18
11632024-05-23T03:13:52.478Z Downloaded rayon v1.10.0
11642024-05-23T03:13:52.488Z Downloaded num_cpus v1.16.0
11652024-05-23T03:13:52.491Z Downloaded publicsuffix v2.2.3
11662024-05-23T03:13:52.495Z Downloaded portable-atomic v1.6.0
11672024-05-23T03:13:52.503Z Downloaded hyper v0.14.28
11682024-05-23T03:13:52.509Z Downloaded csv-core v0.1.11
11692024-05-23T03:13:52.513Z Downloaded ryu v1.0.18
11702024-05-23T03:13:52.517Z Downloaded postcard v1.0.8
11712024-05-23T03:13:52.521Z Downloaded slog-async v2.8.0
11722024-05-23T03:13:52.521Z Downloaded time v0.3.36
11732024-05-23T03:13:52.527Z Downloaded rand v0.8.5
11742024-05-23T03:13:52.531Z Downloaded winnow v0.6.8
11752024-05-23T03:13:52.541Z Downloaded zip v0.6.6
11762024-05-23T03:13:52.546Z Downloaded erased-serde v0.3.31
11772024-05-23T03:13:52.550Z Downloaded darling v0.20.9
11782024-05-23T03:13:52.554Z Downloaded der v0.7.9
11792024-05-23T03:13:52.558Z Downloaded trust-dns-client v0.22.0
11802024-05-23T03:13:52.563Z Downloaded smallvec v1.13.2
11812024-05-23T03:13:52.567Z Downloaded unsafe-libyaml v0.2.11
11822024-05-23T03:13:52.571Z Downloaded tracing-core v0.1.32
11832024-05-23T03:13:52.575Z Downloaded toml v0.5.11
11842024-05-23T03:13:52.575Z Downloaded rustls-webpki v0.101.7
11852024-05-23T03:13:52.592Z Downloaded darling_core v0.20.9
11862024-05-23T03:13:52.596Z Downloaded winnow v0.5.40
11872024-05-23T03:13:52.603Z Downloaded bindgen v0.69.4
11882024-05-23T03:13:52.610Z Downloaded chrono v0.4.38
11892024-05-23T03:13:52.618Z Downloaded elliptic-curve v0.13.8
11902024-05-23T03:13:52.621Z Downloaded serde v1.0.202
11912024-05-23T03:13:52.625Z Downloaded unicode_categories v0.1.1
11922024-05-23T03:13:52.629Z Downloaded tungstenite v0.21.0
11932024-05-23T03:13:52.634Z Downloaded tungstenite v0.20.1
11942024-05-23T03:13:52.634Z Downloaded crossterm v0.27.0
11952024-05-23T03:13:52.640Z Downloaded quick-xml v0.31.0
11962024-05-23T03:13:52.646Z Downloaded lalrpop v0.19.12
11972024-05-23T03:13:52.657Z Downloaded diff v0.1.13
11982024-05-23T03:13:52.661Z Downloaded tough v0.17.1
11992024-05-23T03:13:52.676Z Downloaded bitvec v1.0.1
12002024-05-23T03:13:52.690Z Downloaded sqlparser v0.45.0
12012024-05-23T03:13:52.695Z Downloaded num-bigint v0.4.5
12022024-05-23T03:13:52.701Z Downloaded trust-dns-server v0.22.1
12032024-05-23T03:13:52.706Z Downloaded unicode-segmentation v1.11.0
12042024-05-23T03:13:52.711Z Downloaded unicode-normalization v0.1.23
12052024-05-23T03:13:52.715Z Downloaded h2 v0.3.26
12062024-05-23T03:13:52.720Z Downloaded serde_json v1.0.117
12072024-05-23T03:13:52.727Z Downloaded proptest v1.4.0
12082024-05-23T03:13:52.736Z Downloaded goblin v0.8.2
12092024-05-23T03:13:52.742Z Downloaded tokio-util v0.7.11
12102024-05-23T03:13:52.753Z Downloaded zerocopy v0.7.34
12112024-05-23T03:13:52.765Z Downloaded nix v0.28.0
12122024-05-23T03:13:52.777Z Downloaded futures-util v0.3.30
12132024-05-23T03:13:52.788Z Downloaded reqwest v0.11.27
12142024-05-23T03:13:52.796Z Downloaded object v0.30.4
12152024-05-23T03:13:52.806Z Downloaded vcpkg v0.2.15
12162024-05-23T03:13:52.845Z Downloaded trust-dns-proto v0.22.0
12172024-05-23T03:13:52.857Z Downloaded smoltcp v0.9.1
12182024-05-23T03:13:52.869Z Downloaded tabled v0.15.0
12192024-05-23T03:13:52.885Z Downloaded polar-core v0.27.3
12202024-05-23T03:13:52.893Z Downloaded regex v1.10.4
12212024-05-23T03:13:52.906Z Downloaded regex-syntax v0.8.3
12222024-05-23T03:13:52.914Z Downloaded openapiv3 v2.0.0
12232024-05-23T03:13:52.928Z Downloaded rustls v0.21.12
12242024-05-23T03:13:52.938Z Downloaded radix_trie v0.2.1
12252024-05-23T03:13:52.943Z Downloaded regex-syntax v0.6.29
12262024-05-23T03:13:52.951Z Downloaded gimli v0.28.1
12272024-05-23T03:13:52.962Z Downloaded regress v0.9.1
12282024-05-23T03:13:52.968Z Downloaded syn v1.0.109
12292024-05-23T03:13:52.978Z Downloaded syn v2.0.64
12302024-05-23T03:13:52.990Z Downloaded rustls v0.22.4
12312024-05-23T03:13:53.003Z Downloaded rustix v0.38.34
12322024-05-23T03:13:53.025Z Downloaded curve25519-dalek v4.1.2
12332024-05-23T03:13:53.035Z Downloaded zerocopy-derive v0.2.0
12342024-05-23T03:13:53.042Z Downloaded sled v0.34.7
12352024-05-23T03:13:53.052Z Downloaded bstr v1.9.1
12362024-05-23T03:13:53.063Z Downloaded openssl v0.10.64
12372024-05-23T03:13:53.072Z Downloaded regex-automata v0.4.6
12382024-05-23T03:13:53.090Z Downloaded finl_unicode v1.2.0
12392024-05-23T03:13:53.102Z Downloaded ratatui v0.26.2
12402024-05-23T03:13:53.122Z Downloaded sha3 v0.10.8
12412024-05-23T03:13:53.126Z Downloaded bzip2-sys v0.1.11+1.0.8
12422024-05-23T03:13:53.136Z Downloaded libc v0.2.153
12432024-05-23T03:13:53.163Z Downloaded zerocopy-derive v0.6.6
12442024-05-23T03:13:53.173Z Downloaded encoding_rs v0.8.34
12452024-05-23T03:13:53.194Z Downloaded bstr v0.2.17
12462024-05-23T03:13:53.206Z Downloaded petgraph v0.6.5
12472024-05-23T03:13:53.222Z Downloaded object v0.32.2
12482024-05-23T03:13:53.233Z Downloaded tokio v1.37.0
12492024-05-23T03:13:53.267Z Downloaded diesel v2.1.6
12502024-05-23T03:13:53.285Z Downloaded csv v1.3.0
12512024-05-23T03:13:53.305Z Downloaded smoltcp v0.11.0
12522024-05-23T03:13:53.317Z Downloaded webpki-roots v0.25.4
12532024-05-23T03:13:53.321Z Downloaded idna v0.2.3
12542024-05-23T03:13:53.327Z Downloaded pest v2.7.10
12552024-05-23T03:13:53.332Z Downloaded idna v0.5.0
12562024-05-23T03:13:53.339Z Downloaded idna v0.3.0
12572024-05-23T03:13:53.345Z Downloaded steno v0.4.0
12582024-05-23T03:13:53.349Z Downloaded rustls-webpki v0.102.4
12592024-05-23T03:13:53.368Z Downloaded salty v0.2.0
12602024-05-23T03:13:53.372Z Downloaded url v2.5.0
12612024-05-23T03:13:53.376Z Downloaded serde_with v3.8.1
12622024-05-23T03:13:53.382Z Downloaded pem-rfc7468 v0.7.0
12632024-05-23T03:13:53.386Z Downloaded similar v2.5.0
12642024-05-23T03:13:53.391Z Downloaded papergrid v0.11.0
12652024-05-23T03:13:53.396Z Downloaded defmt v0.3.8
12662024-05-23T03:13:53.400Z Downloaded rayon-core v1.12.1
12672024-05-23T03:13:53.400Z Downloaded regex-automata v0.1.10
12682024-05-23T03:13:53.405Z Downloaded rustls-pki-types v1.7.0
12692024-05-23T03:13:53.409Z Downloaded rand_core v0.6.4
12702024-05-23T03:13:53.409Z Downloaded reedline v0.31.0
12712024-05-23T03:13:53.415Z Downloaded tokio-tungstenite v0.21.0
12722024-05-23T03:13:53.428Z Downloaded schemars v0.8.19
12732024-05-23T03:13:53.433Z Downloaded generic-array v0.14.7
12742024-05-23T03:13:53.433Z Downloaded tui-tree-widget v0.19.0
12752024-05-23T03:13:53.433Z Downloaded pem v3.0.4
12762024-05-23T03:13:53.433Z Downloaded crossbeam-utils v0.8.19
12772024-05-23T03:13:53.438Z Downloaded signal-hook v0.3.17
12782024-05-23T03:13:53.438Z Downloaded pkcs8 v0.10.2
12792024-05-23T03:13:53.442Z Downloaded percent-encoding v2.3.1
12802024-05-23T03:13:53.442Z Downloaded rand_seeder v0.2.3
12812024-05-23T03:13:53.442Z Downloaded parking_lot_core v0.9.10
12822024-05-23T03:13:53.446Z Downloaded shell-words v1.1.0
12832024-05-23T03:13:53.446Z Downloaded serde_urlencoded v0.7.1
12842024-05-23T03:13:53.446Z Downloaded ref-cast v1.0.23
12852024-05-23T03:13:53.452Z Downloaded dof v0.3.0
12862024-05-23T03:13:53.452Z Downloaded nom v7.1.3
12872024-05-23T03:13:53.456Z Downloaded sync_wrapper v0.1.2
12882024-05-23T03:13:53.456Z Downloaded rand_xorshift v0.3.0
12892024-05-23T03:13:53.457Z Downloaded derive_builder_core v0.20.0
12902024-05-23T03:13:53.461Z Downloaded toml_edit v0.22.13
12912024-05-23T03:13:53.479Z Downloaded blake3 v1.5.1
12922024-05-23T03:13:53.485Z Downloaded termios v0.3.3
12932024-05-23T03:13:53.489Z Downloaded toml v0.7.8
12942024-05-23T03:13:53.492Z Downloaded openssl-sys v0.9.102
12952024-05-23T03:13:53.496Z Downloaded signal-hook-tokio v0.3.1
12962024-05-23T03:13:53.496Z Downloaded signal-hook-mio v0.2.3
12972024-05-23T03:13:53.500Z Downloaded hkdf v0.12.4
12982024-05-23T03:13:53.500Z Downloaded proc-macro2 v1.0.82
12992024-05-23T03:13:53.504Z Downloaded enum-as-inner v0.5.1
13002024-05-23T03:13:53.504Z Downloaded zerocopy v0.3.2
13012024-05-23T03:13:53.504Z Downloaded pest_derive v2.7.10
13022024-05-23T03:13:53.507Z Downloaded libm v0.2.8
13032024-05-23T03:13:53.513Z Downloaded diesel_derives v2.1.4
13042024-05-23T03:13:53.517Z Downloaded pin-project-lite v0.2.14
13052024-05-23T03:13:53.521Z Downloaded pin-project-internal v1.1.5
13062024-05-23T03:13:53.525Z Downloaded peg-macros v0.8.3
13072024-05-23T03:13:53.525Z Downloaded slog-term v2.9.1
13082024-05-23T03:13:53.529Z Downloaded walkdir v2.5.0
13092024-05-23T03:13:53.529Z Downloaded serde_repr v0.1.19
13102024-05-23T03:13:53.532Z Downloaded serde_path_to_error v0.1.16
13112024-05-23T03:13:53.532Z Downloaded rustc-hash v1.1.0
13122024-05-23T03:13:53.532Z Downloaded r2d2 v0.8.10
13132024-05-23T03:13:53.539Z Downloaded pin-utils v0.1.0
13142024-05-23T03:13:53.539Z Downloaded vsss-rs v3.3.4
13152024-05-23T03:13:53.543Z Downloaded ron v0.8.1
13162024-05-23T03:13:53.543Z Downloaded rsa v0.9.6
13172024-05-23T03:13:53.547Z Downloaded libxml v0.3.3
13182024-05-23T03:13:53.552Z Downloaded crypto-bigint v0.5.5
13192024-05-23T03:13:53.558Z Downloaded smallvec v0.6.14
13202024-05-23T03:13:53.562Z Downloaded aho-corasick v1.1.3
13212024-05-23T03:13:53.566Z Downloaded dirs-next v2.0.0
13222024-05-23T03:13:53.569Z Downloaded wait-timeout v0.2.0
13232024-05-23T03:13:53.569Z Downloaded tls_codec v0.4.1
13242024-05-23T03:13:53.573Z Downloaded num-traits v0.2.19
13252024-05-23T03:13:53.573Z Downloaded time-core v0.1.2
13262024-05-23T03:13:53.573Z Downloaded thread_local v1.1.8
13272024-05-23T03:13:53.577Z Downloaded thread-id v4.2.1
13282024-05-23T03:13:53.577Z Downloaded spin v0.9.8
13292024-05-23T03:13:53.577Z Downloaded tokio-rustls v0.25.0
13302024-05-23T03:13:53.581Z Downloaded string_cache v0.8.7
13312024-05-23T03:13:53.581Z Downloaded funty v2.0.0
13322024-05-23T03:13:53.581Z Downloaded strsim v0.11.1
13332024-05-23T03:13:53.585Z Downloaded num-derive v0.4.2
13342024-05-23T03:13:53.585Z Downloaded fragile v2.0.0
13352024-05-23T03:13:53.585Z Downloaded form_urlencoded v1.2.1
13362024-05-23T03:13:53.589Z Downloaded errno v0.3.9
13372024-05-23T03:13:53.589Z Downloaded utf-8 v0.7.6
13382024-05-23T03:13:53.589Z Downloaded usdt-macro v0.3.5
13392024-05-23T03:13:53.589Z Downloaded unicode-linebreak v0.1.5
13402024-05-23T03:13:53.595Z Downloaded serde_with_macros v3.8.1
13412024-05-23T03:13:53.595Z Downloaded serde_yaml v0.9.34+deprecated
13422024-05-23T03:13:53.599Z Downloaded snafu v0.8.2
13432024-05-23T03:13:53.602Z Downloaded which v4.4.2
13442024-05-23T03:13:53.602Z Downloaded base64 v0.21.7
13452024-05-23T03:13:53.606Z Downloaded serde_plain v1.0.2
13462024-05-23T03:13:53.606Z Downloaded serde-hex v0.1.0
13472024-05-23T03:13:53.610Z Downloaded rusty-fork v0.3.0
13482024-05-23T03:13:53.610Z Downloaded rustversion v1.0.17
13492024-05-23T03:13:53.615Z Downloaded tokio-rustls v0.24.1
13502024-05-23T03:13:53.615Z Downloaded tar v0.4.40
13512024-05-23T03:13:53.618Z Downloaded chacha20poly1305 v0.10.1
13522024-05-23T03:13:53.618Z Downloaded backtrace v0.3.71
13532024-05-23T03:13:53.622Z Downloaded foreign-types-macros v0.2.3
13542024-05-23T03:13:53.626Z Downloaded foreign-types v0.5.0
13552024-05-23T03:13:53.626Z Downloaded defmt-parser v0.3.4
13562024-05-23T03:13:53.626Z Downloaded defmt-macros v0.3.9
13572024-05-23T03:13:53.630Z Downloaded zeroize v1.7.0
13582024-05-23T03:13:53.630Z Downloaded snafu-derive v0.8.2
13592024-05-23T03:13:53.634Z Downloaded serde_tokenstream v0.1.7
13602024-05-23T03:13:53.637Z Downloaded semver v1.0.23
13612024-05-23T03:13:53.637Z Downloaded scroll v0.12.0
13622024-05-23T03:13:53.641Z Downloaded indicatif v0.17.8
13632024-05-23T03:13:53.645Z Downloaded bytes v1.6.0
13642024-05-23T03:13:53.652Z Downloaded bitflags v2.5.0
13652024-05-23T03:13:53.656Z Downloaded ipnet v2.9.0
13662024-05-23T03:13:53.656Z Downloaded thiserror v1.0.60
13672024-05-23T03:13:53.656Z Downloaded strip-ansi-escapes v0.2.0
13682024-05-23T03:13:53.660Z Downloaded thiserror-no-std v2.0.2
13692024-05-23T03:13:53.660Z Downloaded thiserror-impl-no-std v2.0.2
13702024-05-23T03:13:53.664Z Downloaded thiserror-impl v1.0.60
13712024-05-23T03:13:53.664Z Downloaded lru v0.12.3
13722024-05-23T03:13:53.664Z Downloaded camino-tempfile v1.1.1
13732024-05-23T03:13:53.668Z Downloaded bzip2 v0.4.4
13742024-05-23T03:13:53.668Z Downloaded cookie v0.17.0
13752024-05-23T03:13:53.671Z Downloaded cobs v0.2.3
13762024-05-23T03:13:53.671Z Downloaded shlex v1.3.0
13772024-05-23T03:13:53.671Z Downloaded corncobs v0.1.3
13782024-05-23T03:13:53.675Z Downloaded convert_case v0.4.0
13792024-05-23T03:13:53.675Z Downloaded ciborium v0.2.2
13802024-05-23T03:13:53.675Z Downloaded async-trait v0.1.80
13812024-05-23T03:13:53.679Z Downloaded hashbrown v0.13.2
13822024-05-23T03:13:53.682Z Downloaded native-tls v0.2.11
13832024-05-23T03:13:53.686Z Downloaded memmap2 v0.9.4
13842024-05-23T03:13:53.686Z Downloaded managed v0.8.0
13852024-05-23T03:13:53.690Z Downloaded lazycell v1.3.0
13862024-05-23T03:13:53.690Z Downloaded indoc v2.0.5
13872024-05-23T03:13:53.690Z Downloaded console v0.15.8
13882024-05-23T03:13:53.694Z Downloaded bcs v0.1.6
13892024-05-23T03:13:53.697Z Downloaded maybe-uninit v2.0.0
13902024-05-23T03:13:53.697Z Downloaded linear-map v1.2.0
13912024-05-23T03:13:53.697Z Downloaded indoc v1.0.9
13922024-05-23T03:13:53.704Z Downloaded rustfmt-wrapper v0.2.1
13932024-05-23T03:13:53.704Z Downloaded memmap v0.7.0
13942024-05-23T03:13:53.704Z Downloaded maplit v1.0.2
13952024-05-23T03:13:53.708Z Downloaded macaddr v1.0.1
13962024-05-23T03:13:53.708Z Downloaded lazy_static v1.4.0
13972024-05-23T03:13:53.708Z Downloaded kstat-rs v0.2.3
13982024-05-23T03:13:53.708Z Downloaded keccak v0.1.5
13992024-05-23T03:13:53.708Z Downloaded inout v0.1.3
14002024-05-23T03:13:53.708Z Downloaded ref-cast-impl v1.0.23
14012024-05-23T03:13:53.708Z Downloaded atomic-waker v1.1.2
14022024-05-23T03:13:53.712Z Downloaded atty v0.2.14
14032024-05-23T03:13:53.712Z Downloaded cpufeatures v0.2.12
14042024-05-23T03:13:53.712Z Downloaded arrayvec v0.7.4
14052024-05-23T03:13:53.716Z Downloaded arrayref v0.3.7
14062024-05-23T03:13:53.716Z Downloaded async-stream-impl v0.3.5
14072024-05-23T03:13:53.716Z Downloaded const-oid v0.9.6
14082024-05-23T03:13:53.720Z Downloaded buf-list v1.0.3
14092024-05-23T03:13:53.720Z Downloaded anstyle-parse v0.2.4
14102024-05-23T03:13:53.720Z Downloaded aead v0.5.2
14112024-05-23T03:13:53.801Z Downloaded ring v0.17.8
14122024-05-23T03:13:53.920Z Downloaded ring v0.16.20
14132024-05-23T03:13:54.434Z Compiling proc-macro2 v1.0.82
14142024-05-23T03:13:54.434Z Compiling unicode-ident v1.0.12
14152024-05-23T03:13:54.438Z Compiling libc v0.2.153
14162024-05-23T03:13:54.438Z Compiling serde v1.0.202
14172024-05-23T03:13:54.438Z Compiling autocfg v1.3.0
14182024-05-23T03:13:54.438Z Compiling version_check v0.9.4
14192024-05-23T03:13:54.482Z Compiling cfg-if v1.0.0
14202024-05-23T03:13:54.607Z Compiling cc v1.0.97
14212024-05-23T03:13:54.626Z Compiling parking_lot_core v0.9.10
14222024-05-23T03:13:54.674Z Compiling once_cell v1.19.0
14232024-05-23T03:13:55.072Z Compiling byteorder v1.5.0
14242024-05-23T03:13:55.101Z Compiling ahash v0.8.11
14252024-05-23T03:13:55.235Z Compiling lock_api v0.4.12
14262024-05-23T03:13:55.389Z Compiling serde_json v1.0.117
14272024-05-23T03:13:56.641Z Compiling libm v0.2.8
14282024-05-23T03:13:57.088Z Compiling num-traits v0.2.19
14292024-05-23T03:13:57.088Z Compiling memchr v2.7.2
14302024-05-23T03:13:57.158Z Compiling thiserror v1.0.60
14312024-05-23T03:13:57.216Z Compiling typenum v1.17.0
14322024-05-23T03:13:57.274Z Compiling log v0.4.21
14332024-05-23T03:13:57.352Z Compiling generic-array v0.14.7
14342024-05-23T03:13:57.857Z Compiling scopeguard v1.2.0
14352024-05-23T03:13:58.044Z Compiling itoa v1.0.11
14362024-05-23T03:13:58.173Z Compiling quote v1.0.36
14372024-05-23T03:13:58.638Z Compiling syn v2.0.64
14382024-05-23T03:13:58.760Z Compiling getrandom v0.2.14
14392024-05-23T03:13:58.960Z Compiling allocator-api2 v0.2.18
14402024-05-23T03:13:59.079Z Compiling slab v0.4.9
14412024-05-23T03:13:59.252Z Compiling ring v0.17.8
14422024-05-23T03:13:59.277Z Compiling ryu v1.0.18
14432024-05-23T03:13:59.415Z Compiling smallvec v1.13.2
14442024-05-23T03:13:59.442Z Compiling pin-project-lite v0.2.14
14452024-05-23T03:13:59.626Z Compiling schemars v0.8.19
14462024-05-23T03:13:59.717Z Compiling semver v1.0.23
14472024-05-23T03:13:59.763Z Compiling equivalent v1.0.1
14482024-05-23T03:13:59.854Z Compiling syn v1.0.109
14492024-05-23T03:14:00.042Z Compiling vcpkg v0.2.15
14502024-05-23T03:14:00.137Z Compiling pkg-config v0.3.30
14512024-05-23T03:14:00.251Z Compiling parking_lot v0.12.2
14522024-05-23T03:14:00.557Z Compiling signal-hook-registry v1.4.2
14532024-05-23T03:14:01.249Z Compiling mio v0.8.11
14542024-05-23T03:14:01.770Z Compiling openssl-sys v0.9.102
14552024-05-23T03:14:02.538Z Compiling fnv v1.0.7
14562024-05-23T03:14:02.701Z Compiling rand_core v0.6.4
14572024-05-23T03:14:03.110Z Compiling socket2 v0.5.7
14582024-05-23T03:14:03.155Z Compiling num_cpus v1.16.0
14592024-05-23T03:14:03.301Z Compiling num-conv v0.1.0
14602024-05-23T03:14:03.310Z Compiling time-core v0.1.2
14612024-05-23T03:14:03.589Z Compiling time-macros v0.2.18
14622024-05-23T03:14:03.889Z Compiling httparse v1.8.0
14632024-05-23T03:14:04.459Z Compiling futures-core v0.3.30
14642024-05-23T03:14:04.726Z Compiling openssl v0.10.64
14652024-05-23T03:14:05.583Z Compiling rustix v0.38.34
14662024-05-23T03:14:05.588Z Compiling crossbeam-utils v0.8.19
14672024-05-23T03:14:05.588Z Compiling iana-time-zone v0.1.60
14682024-05-23T03:14:05.686Z Compiling spin v0.9.8
14692024-05-23T03:14:05.857Z Compiling rustls v0.21.12
14702024-05-23T03:14:05.899Z Compiling native-tls v0.2.11
14712024-05-23T03:14:06.122Z Compiling serde_derive_internals v0.29.1
14722024-05-23T03:14:06.144Z Compiling tinyvec_macros v0.1.1
14732024-05-23T03:14:06.246Z Compiling tinyvec v1.6.0
14742024-05-23T03:14:06.808Z Compiling const-oid v0.9.6
14752024-05-23T03:14:06.879Z Compiling ucd-trie v0.1.6
14762024-05-23T03:14:07.372Z Compiling futures-sink v0.3.30
14772024-05-23T03:14:07.521Z Compiling subtle v2.5.0
14782024-05-23T03:14:07.658Z Compiling unicode-normalization v0.1.23
14792024-05-23T03:14:07.945Z Compiling backtrace v0.3.71
14802024-05-23T03:14:08.735Z Compiling cookie v0.17.0
14812024-05-23T03:14:08.768Z Compiling slog v2.7.0
14822024-05-23T03:14:08.768Z Compiling dyn-clone v1.0.17
14832024-05-23T03:14:08.769Z Compiling heck v0.4.1
14842024-05-23T03:14:08.783Z Compiling unicode-bidi v0.3.15
14852024-05-23T03:14:08.794Z Compiling heck v0.5.0
14862024-05-23T03:14:09.128Z Compiling futures-channel v0.3.30
14872024-05-23T03:14:09.210Z Compiling strsim v0.11.1
14882024-05-23T03:14:09.320Z Compiling pin-utils v0.1.0
14892024-05-23T03:14:09.586Z Compiling futures-io v0.3.30
14902024-05-23T03:14:09.888Z Compiling futures-task v0.3.30
14912024-05-23T03:14:10.250Z Compiling aho-corasick v1.1.3
14922024-05-23T03:14:10.394Z Compiling untrusted v0.9.0
14932024-05-23T03:14:10.594Z Compiling anyhow v1.0.83
14942024-05-23T03:14:10.860Z Compiling regex-syntax v0.8.3
14952024-05-23T03:14:11.133Z Compiling winnow v0.5.40
14962024-05-23T03:14:11.726Z Compiling serde_derive v1.0.202
14972024-05-23T03:14:12.161Z Compiling zerocopy-derive v0.7.34
14982024-05-23T03:14:12.542Z Compiling zeroize_derive v1.4.2
14992024-05-23T03:14:13.993Z Compiling thiserror-impl v1.0.60
15002024-05-23T03:14:14.275Z Compiling zerocopy v0.7.34
15012024-05-23T03:14:14.721Z Compiling tokio-macros v2.2.0
15022024-05-23T03:14:14.867Z Compiling futures-macro v0.3.30
15032024-05-23T03:14:16.115Z Compiling schemars_derive v0.8.19
15042024-05-23T03:14:16.506Z Compiling hashbrown v0.14.5
15052024-05-23T03:14:16.648Z Compiling tracing-attributes v0.1.27
15062024-05-23T03:14:16.754Z Compiling zeroize v1.7.0
15072024-05-23T03:14:17.455Z Compiling openssl-macros v0.1.1
15082024-05-23T03:14:18.138Z Compiling scroll_derive v0.12.0
15092024-05-23T03:14:18.434Z Compiling pest v2.7.10
15102024-05-23T03:14:19.036Z Compiling crypto-common v0.1.6
15112024-05-23T03:14:19.209Z Compiling futures-util v0.3.30
15122024-05-23T03:14:19.233Z Compiling der_derive v0.7.2
15132024-05-23T03:14:19.981Z Compiling block-buffer v0.10.4
15142024-05-23T03:14:20.226Z Compiling regex-automata v0.4.6
15152024-05-23T03:14:21.116Z Compiling pest_meta v2.7.10
15162024-05-23T03:14:21.513Z Compiling tracing-core v0.1.32
15172024-05-23T03:14:24.033Z Compiling pest_generator v2.7.10
15182024-05-23T03:14:25.911Z Compiling bytes v1.6.0
15192024-05-23T03:14:26.007Z Compiling indexmap v2.2.6
15202024-05-23T03:14:26.666Z Compiling uuid v1.8.0
15212024-05-23T03:14:27.033Z Compiling tokio v1.37.0
15222024-05-23T03:14:27.462Z Compiling bitflags v2.5.0
15232024-05-23T03:14:27.821Z Compiling serde_tokenstream v0.2.0
15242024-05-23T03:14:28.059Z Compiling chrono v0.4.38
15252024-05-23T03:14:30.067Z Compiling toml_datetime v0.6.6
15262024-05-23T03:14:30.955Z Compiling serde_spanned v0.6.6
15272024-05-23T03:14:31.173Z Compiling http v0.2.12
15282024-05-23T03:14:31.643Z Compiling toml_edit v0.19.15
15292024-05-23T03:14:33.499Z Compiling rustc_version v0.4.0
15302024-05-23T03:14:33.566Z Compiling pest_derive v2.7.10
15312024-05-23T03:14:34.033Z Compiling usdt-impl v0.5.0
15322024-05-23T03:14:34.140Z Compiling powerfmt v0.2.0
15332024-05-23T03:14:34.342Z Compiling rustversion v1.0.17
15342024-05-23T03:14:34.387Z Compiling heapless v0.7.17
15352024-05-23T03:14:34.652Z Compiling deranged v0.3.11
15362024-05-23T03:14:34.765Z Compiling tracing v0.1.40
15372024-05-23T03:14:35.033Z Compiling digest v0.10.7
15382024-05-23T03:14:35.469Z Compiling scroll v0.12.0
15392024-05-23T03:14:36.033Z Compiling percent-encoding v2.3.1
15402024-05-23T03:14:36.366Z Compiling plain v0.2.3
15412024-05-23T03:14:36.527Z Compiling ppv-lite86 v0.2.17
15422024-05-23T03:14:36.840Z Compiling signal-hook v0.3.17
15432024-05-23T03:14:37.339Z Compiling num_threads v0.1.7
15442024-05-23T03:14:37.411Z Compiling rand_chacha v0.3.1
15452024-05-23T03:14:37.480Z Compiling goblin v0.8.2
15462024-05-23T03:14:37.625Z Compiling time v0.3.36
15472024-05-23T03:14:38.945Z Compiling regex v1.10.4
15482024-05-23T03:14:40.387Z Compiling pretty-hex v0.4.1
15492024-05-23T03:14:40.788Z Compiling crc32fast v1.4.0
15502024-05-23T03:14:42.080Z Compiling rand v0.8.5
15512024-05-23T03:14:43.190Z Compiling dof v0.3.0
15522024-05-23T03:14:43.719Z Compiling tokio-util v0.7.11
15532024-05-23T03:14:45.113Z Compiling dtrace-parser v0.2.0
15542024-05-23T03:14:45.135Z Compiling async-trait v0.1.80
15552024-05-23T03:14:45.481Z Compiling thread-id v4.2.1
15562024-05-23T03:14:45.606Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
15572024-05-23T03:14:45.914Z Compiling unicode-width v0.1.12
15582024-05-23T03:14:46.128Z Compiling smoltcp v0.9.1
15592024-05-23T03:14:46.703Z Compiling base64ct v1.6.0
15602024-05-23T03:14:46.756Z Compiling foreign-types-shared v0.1.1
15612024-05-23T03:14:46.868Z Compiling foreign-types v0.3.2
15622024-05-23T03:14:47.308Z Compiling pem-rfc7468 v0.7.0
15632024-05-23T03:14:48.035Z Compiling form_urlencoded v1.2.1
15642024-05-23T03:14:48.505Z Compiling hmac v0.12.1
15652024-05-23T03:14:48.730Z Compiling base64 v0.21.7
15662024-05-23T03:14:48.766Z Compiling siphasher v0.3.11
15672024-05-23T03:14:48.808Z Compiling adler v1.0.2
15682024-05-23T03:14:48.938Z Compiling flagset v0.4.5
15692024-05-23T03:14:49.098Z Compiling try-lock v0.2.5
15702024-05-23T03:14:49.273Z Compiling want v0.3.1
15712024-05-23T03:14:49.415Z Compiling der v0.7.9
15722024-05-23T03:14:49.510Z Compiling miniz_oxide v0.7.2
15732024-05-23T03:14:50.286Z Compiling h2 v0.3.26
15742024-05-23T03:14:51.286Z Compiling sct v0.7.1
15752024-05-23T03:14:51.563Z Compiling rustls-webpki v0.101.7
15762024-05-23T03:14:52.679Z Compiling http-body v0.4.6
15772024-05-23T03:14:53.337Z Compiling openapiv3 v2.0.0
15782024-05-23T03:14:53.778Z Compiling hubpack_derive v0.1.1
15792024-05-23T03:14:54.020Z Compiling zerocopy-derive v0.6.6
15802024-05-23T03:14:54.360Z Compiling idna v0.5.0
15812024-05-23T03:14:54.666Z Compiling errno v0.3.9
15822024-05-23T03:14:54.919Z Compiling fs-err v2.11.0
15832024-05-23T03:14:55.012Z Compiling finl_unicode v1.2.0
15842024-05-23T03:14:55.220Z Compiling httpdate v1.0.3
15852024-05-23T03:14:55.697Z Compiling spin v0.5.2
15862024-05-23T03:14:55.957Z Compiling gimli v0.28.1
15872024-05-23T03:14:55.997Z Compiling tower-service v0.3.2
15882024-05-23T03:14:56.020Z Compiling openssl-probe v0.1.5
15892024-05-23T03:14:56.108Z Compiling anstyle v1.0.7
15902024-05-23T03:14:56.301Z Compiling cpufeatures v0.2.12
15912024-05-23T03:14:56.560Z Compiling utf8parse v0.2.1
15922024-05-23T03:14:56.727Z Compiling stable_deref_trait v1.2.0
15932024-05-23T03:14:56.881Z Compiling anstyle-parse v0.2.4
15942024-05-23T03:14:57.257Z Compiling hyper v0.14.28
15952024-05-23T03:14:58.030Z Compiling sha2 v0.10.8
15962024-05-23T03:14:58.781Z Compiling stringprep v0.1.4
15972024-05-23T03:14:59.206Z Compiling url v2.5.0
15982024-05-23T03:15:00.947Z Compiling addr2line v0.21.0
15992024-05-23T03:15:02.316Z Compiling spki v0.7.3
16002024-05-23T03:15:02.706Z Compiling usdt-attr-macro v0.5.0
16012024-05-23T03:15:03.226Z Compiling usdt-macro v0.5.0
16022024-05-23T03:15:04.343Z Compiling md-5 v0.10.6
16032024-05-23T03:15:06.783Z Compiling idna v0.3.0
16042024-05-23T03:15:08.359Z Compiling diesel_table_macro_syntax v0.1.0
16052024-05-23T03:15:08.418Z Compiling num-integer v0.1.46
16062024-05-23T03:15:08.865Z Compiling object v0.32.2
16072024-05-23T03:15:09.156Z Compiling hash32 v0.2.1
16082024-05-23T03:15:11.397Z Compiling psl-types v2.0.11
16092024-05-23T03:15:11.397Z Compiling rustc-demangle v0.1.24
16102024-05-23T03:15:11.541Z Compiling fallible-iterator v0.2.0
16112024-05-23T03:15:12.362Z Compiling colorchoice v1.0.1
16122024-05-23T03:15:12.520Z Compiling anstyle-query v1.0.3
16132024-05-23T03:15:12.547Z Compiling is_terminal_polyfill v1.70.0
16142024-05-23T03:15:17.605Z Compiling anstream v0.6.14
16152024-05-23T03:15:17.630Z Compiling lazy_static v1.4.0
16162024-05-23T03:15:17.688Z Compiling postgres-protocol v0.6.6
16172024-05-23T03:15:18.295Z Compiling publicsuffix v2.2.3
16182024-05-23T03:15:18.555Z Compiling diesel_derives v2.1.4
16192024-05-23T03:15:21.744Z Compiling tokio-rustls v0.24.1
16202024-05-23T03:15:24.148Z Compiling pkcs8 v0.10.2
16212024-05-23T03:15:24.508Z Compiling terminal_size v0.3.0
16222024-05-23T03:15:24.683Z Compiling tokio-native-tls v0.3.1
16232024-05-23T03:15:24.973Z Compiling phf_shared v0.11.2
16242024-05-23T03:15:26.070Z Compiling strum_macros v0.25.3
16252024-05-23T03:15:26.154Z Compiling block-padding v0.3.3
16262024-05-23T03:15:26.395Z Compiling regress v0.9.1
16272024-05-23T03:15:26.634Z Compiling enum-as-inner v0.5.1
16282024-05-23T03:15:27.623Z Compiling serde_repr v0.1.19
16292024-05-23T03:15:28.053Z Compiling clap_derive v4.5.4
16302024-05-23T03:15:30.080Z Compiling ff v0.13.0
16312024-05-23T03:15:30.354Z Compiling scheduled-thread-pool v0.2.7
16322024-05-23T03:15:31.146Z Compiling encoding_rs v0.8.34
16332024-05-23T03:15:32.209Z Compiling mime v0.3.17
16342024-05-23T03:15:32.309Z Compiling bit-vec v0.6.3
16352024-05-23T03:15:32.656Z Compiling bitflags v1.3.2
16362024-05-23T03:15:32.749Z Compiling base16ct v0.2.0
16372024-05-23T03:15:32.773Z Compiling ipnet v2.9.0
16382024-05-23T03:15:33.330Z Compiling either v1.12.0
16392024-05-23T03:15:33.393Z Compiling managed v0.8.0
16402024-05-23T03:15:33.843Z Compiling clap_lex v0.7.0
16412024-05-23T03:15:34.318Z Compiling ident_case v1.0.1
16422024-05-23T03:15:34.361Z Compiling matches v0.1.10
16432024-05-23T03:15:34.463Z Compiling idna v0.2.3
16442024-05-23T03:15:34.485Z Compiling darling_core v0.20.9
16452024-05-23T03:15:35.197Z Compiling clap_builder v4.5.2
16462024-05-23T03:15:38.614Z Compiling sec1 v0.7.3
16472024-05-23T03:15:40.733Z Compiling r2d2 v0.8.10
16482024-05-23T03:15:40.933Z Compiling group v0.13.0
16492024-05-23T03:15:41.251Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16502024-05-23T03:15:42.093Z Compiling inout v0.1.3
16512024-05-23T03:15:42.833Z Compiling phf v0.11.2
16522024-05-23T03:15:43.006Z Compiling hyper-tls v0.5.0
16532024-05-23T03:15:43.518Z Compiling signal-hook-mio v0.2.3
16542024-05-23T03:15:43.519Z Compiling hyper-rustls v0.24.2
16552024-05-23T03:15:43.566Z Compiling cookie_store v0.20.0
16562024-05-23T03:15:43.620Z Compiling postgres-types v0.2.6
16572024-05-23T03:15:44.035Z Compiling num-bigint v0.4.5
16582024-05-23T03:15:44.548Z Compiling zerocopy v0.6.6
16592024-05-23T03:15:45.015Z Compiling hubpack v0.1.2
16602024-05-23T03:15:45.082Z Compiling rustls-pemfile v1.0.4
16612024-05-23T03:15:45.556Z Compiling phf_shared v0.10.0
16622024-05-23T03:15:45.982Z Compiling hkdf v0.12.4
16632024-05-23T03:15:45.982Z Compiling serde_urlencoded v0.7.1
16642024-05-23T03:15:45.987Z Compiling crossbeam-epoch v0.9.18
16652024-05-23T03:15:46.039Z Compiling ipnetwork v0.20.0
16662024-05-23T03:15:46.151Z Compiling futures-executor v0.3.30
16672024-05-23T03:15:46.838Z Compiling crypto-bigint v0.5.5
16682024-05-23T03:15:47.064Z Compiling float-cmp v0.9.0
16692024-05-23T03:15:47.126Z Compiling memmap v0.7.0
16702024-05-23T03:15:47.472Z Compiling winnow v0.6.8
16712024-05-23T03:15:47.694Z Compiling whoami v1.5.1
16722024-05-23T03:15:48.252Z Compiling fixedbitset v0.4.2
16732024-05-23T03:15:48.680Z Compiling static_assertions v1.1.0
16742024-05-23T03:15:48.792Z Compiling predicates-core v1.0.6
16752024-05-23T03:15:49.132Z Compiling minimal-lexical v0.2.1
16762024-05-23T03:15:49.656Z Compiling difflib v0.4.0
16772024-05-23T03:15:50.439Z Compiling webpki-roots v0.25.4
16782024-05-23T03:15:51.014Z Compiling data-encoding v2.6.0
16792024-05-23T03:15:51.031Z Compiling sync_wrapper v0.1.2
16802024-05-23T03:15:51.032Z Compiling normalize-line-endings v0.3.0
16812024-05-23T03:15:51.032Z Compiling precomputed-hash v0.1.1
16822024-05-23T03:15:51.032Z Compiling new_debug_unreachable v1.0.6
16832024-05-23T03:15:51.088Z Compiling unicode-segmentation v1.11.0
16842024-05-23T03:15:51.092Z Compiling string_cache v0.8.7
16852024-05-23T03:15:51.203Z Compiling trust-dns-proto v0.22.0
16862024-05-23T03:15:51.459Z Compiling reqwest v0.11.27
16872024-05-23T03:15:51.549Z Compiling predicates v3.1.0
16882024-05-23T03:15:51.862Z Compiling similar v2.5.0
16892024-05-23T03:15:52.260Z Compiling toml_edit v0.22.13
16902024-05-23T03:15:53.993Z Compiling elliptic-curve v0.13.8
16912024-05-23T03:15:54.146Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16922024-05-23T03:15:54.722Z Compiling nom v7.1.3
16932024-05-23T03:15:54.744Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
16942024-05-23T03:15:57.167Z Compiling petgraph v0.6.5
16952024-05-23T03:15:58.541Z Compiling tokio-postgres v0.7.10
16962024-05-23T03:15:58.546Z Compiling usdt v0.5.0
16972024-05-23T03:15:59.499Z Compiling yasna v0.5.2
16982024-05-23T03:15:59.688Z Compiling diesel v2.1.6
16992024-05-23T03:15:59.848Z Compiling futures v0.3.30
17002024-05-23T03:16:00.975Z Compiling crossterm v0.27.0
17012024-05-23T03:16:01.102Z Compiling flate2 v1.0.30
17022024-05-23T03:16:01.130Z Compiling cipher v0.4.4
17032024-05-23T03:16:01.869Z Compiling darling_macro v0.20.9
17042024-05-23T03:16:02.002Z Compiling clap v4.5.4
17052024-05-23T03:16:02.169Z Compiling itertools v0.10.5
17062024-05-23T03:16:02.698Z Compiling itertools v0.12.1
17072024-05-23T03:16:02.875Z Compiling bit-set v0.5.3
17082024-05-23T03:16:04.028Z Compiling console v0.15.8
17092024-05-23T03:16:04.309Z Compiling num-iter v0.1.45
17102024-05-23T03:16:04.765Z Compiling tokio-stream v0.1.15
17112024-05-23T03:16:05.093Z Compiling toml v0.7.8
17122024-05-23T03:16:05.289Z Compiling bstr v1.9.1
17132024-05-23T03:16:05.747Z Compiling hex v0.4.3
17142024-05-23T03:16:06.122Z Compiling peg-runtime v0.8.3
17152024-05-23T03:16:06.653Z Compiling lalrpop-util v0.19.12
17162024-05-23T03:16:07.001Z Compiling darling v0.20.9
17172024-05-23T03:16:07.161Z Compiling proc-macro-crate v1.3.1
17182024-05-23T03:16:09.085Z Compiling camino v1.1.7
17192024-05-23T03:16:09.490Z Compiling heapless v0.8.0
17202024-05-23T03:16:10.859Z Compiling num_enum_derive v0.5.11
17212024-05-23T03:16:16.872Z Compiling hash32 v0.3.1
17222024-05-23T03:16:16.922Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17232024-05-23T03:16:17.041Z Compiling rustls-pki-types v1.7.0
17242024-05-23T03:16:18.429Z Compiling smoltcp v0.11.0
17252024-05-23T03:16:28.158Z Compiling num_enum v0.5.11
17262024-05-23T03:16:31.002Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
17272024-05-23T03:16:31.479Z Compiling getopts v0.2.21
17282024-05-23T03:16:33.084Z Compiling dirs-sys-next v0.1.2
17292024-05-23T03:16:33.862Z Compiling proc-macro-error-attr v1.0.4
17302024-05-23T03:16:34.283Z Compiling cobs v0.2.3
17312024-05-23T03:16:34.618Z Compiling paste v1.0.15
17322024-05-23T03:16:34.740Z Compiling embedded-io v0.4.0
17332024-05-23T03:16:34.994Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17342024-05-23T03:16:35.080Z Compiling rustls v0.22.4
17352024-05-23T03:16:35.356Z Compiling unsafe-libyaml v0.2.11
17362024-05-23T03:16:36.449Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17372024-05-23T03:16:36.684Z Compiling postcard v1.0.8
17382024-05-23T03:16:36.707Z Compiling serde_yaml v0.9.34+deprecated
17392024-05-23T03:16:39.209Z Compiling dirs-next v2.0.0
17402024-05-23T03:16:41.159Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17412024-05-23T03:16:47.209Z Compiling rustls-webpki v0.102.4
17422024-05-23T03:16:53.018Z Compiling strum_macros v0.26.2
17432024-05-23T03:16:53.456Z Compiling structmeta-derive v0.3.0
17442024-05-23T03:16:54.780Z Compiling foreign-types-macros v0.2.3
17452024-05-23T03:16:56.177Z Compiling thread_local v1.1.8
17462024-05-23T03:16:56.211Z Compiling proc-macro-error v1.0.4
17472024-05-23T03:16:56.260Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
17482024-05-23T03:16:56.513Z Compiling multer v3.1.0
17492024-05-23T03:16:56.550Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17502024-05-23T03:16:56.821Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
17512024-05-23T03:16:57.534Z Compiling slog-async v2.8.0
17522024-05-23T03:16:57.778Z Compiling match_cfg v0.1.0
17532024-05-23T03:16:58.259Z Compiling foreign-types-shared v0.3.1
17542024-05-23T03:16:58.390Z Compiling foreign-types v0.5.0
17552024-05-23T03:16:59.143Z Compiling hostname v0.3.1
17562024-05-23T03:17:02.340Z Compiling strum v0.26.2
17572024-05-23T03:17:04.828Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
17582024-05-23T03:17:05.437Z Compiling structmeta v0.3.0
17592024-05-23T03:17:09.954Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17602024-05-23T03:17:20.100Z Compiling term v0.7.0
17612024-05-23T03:17:22.942Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17622024-05-23T03:17:24.494Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
17632024-05-23T03:17:25.561Z Compiling slog-json v2.6.1
17642024-05-23T03:17:25.588Z Compiling tabwriter v1.4.0
17652024-05-23T03:17:26.127Z Compiling crossbeam-channel v0.5.12
17662024-05-23T03:17:27.741Z Compiling http v1.1.0
17672024-05-23T03:17:27.876Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17682024-05-23T03:17:28.501Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
17692024-05-23T03:17:28.733Z Compiling async-stream-impl v0.3.5
17702024-05-23T03:17:29.268Z Compiling cstr-argument v0.1.2
17712024-05-23T03:17:29.380Z Compiling is-terminal v0.4.12
17722024-05-23T03:17:29.511Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718)
17732024-05-23T03:17:29.534Z Compiling crucible-workspace-hack v0.1.0
17742024-05-23T03:17:29.803Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
17752024-05-23T03:17:29.828Z Compiling atomic-waker v1.1.2
17762024-05-23T03:17:29.999Z Compiling rayon-core v1.12.1
17772024-05-23T03:17:30.031Z Compiling pretty-hex v0.2.1
17782024-05-23T03:17:30.242Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
17792024-05-23T03:17:30.282Z Compiling base64 v0.22.1
17802024-05-23T03:17:30.529Z Compiling take_mut v0.2.2
17812024-05-23T03:17:30.711Z Compiling fastrand v2.1.0
17822024-05-23T03:17:31.408Z Compiling tempfile v3.10.1
17832024-05-23T03:17:31.432Z Compiling rustls-pemfile v2.1.2
17842024-05-23T03:17:32.283Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17852024-05-23T03:17:32.411Z Compiling async-stream v0.3.5
17862024-05-23T03:17:32.705Z Compiling waitgroup v0.1.2
17872024-05-23T03:17:32.878Z Compiling slog-term v2.9.1
17882024-05-23T03:17:32.960Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17892024-05-23T03:17:34.311Z Compiling slog-bunyan v2.5.0
17902024-05-23T03:17:34.606Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17912024-05-23T03:17:34.856Z Compiling tokio-rustls v0.25.0
17922024-05-23T03:17:35.334Z Compiling parse-display-derive v0.9.0
17932024-05-23T03:17:35.471Z Compiling toml v0.8.13
17942024-05-23T03:17:35.634Z Compiling serde_with_macros v3.8.1
17952024-05-23T03:17:36.026Z Compiling sha1 v0.10.6
17962024-05-23T03:17:36.861Z Compiling crossbeam-deque v0.8.5
17972024-05-23T03:17:37.253Z Compiling colored v2.1.0
17982024-05-23T03:17:38.433Z Compiling newtype-uuid v1.1.0
17992024-05-23T03:17:38.609Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718)
18002024-05-23T03:17:38.774Z Compiling serde_path_to_error v0.1.16
18012024-05-23T03:17:39.436Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18022024-05-23T03:17:39.838Z Compiling socket2 v0.4.10
18032024-05-23T03:17:40.174Z Compiling hostname v0.4.0
18042024-05-23T03:17:40.435Z Compiling instant v0.1.12
18052024-05-23T03:17:40.621Z Compiling debug-ignore v1.0.5
18062024-05-23T03:17:40.621Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18072024-05-23T03:17:40.903Z Compiling backoff v0.4.0
18082024-05-23T03:17:41.055Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
18092024-05-23T03:17:41.364Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18102024-05-23T03:17:41.575Z Compiling parse-display v0.9.0
18112024-05-23T03:17:42.490Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18122024-05-23T03:17:42.984Z Compiling serde_with v3.8.1
18132024-05-23T03:17:43.871Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18142024-05-23T03:17:45.247Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18152024-05-23T03:17:47.331Z Compiling camino-tempfile v1.1.1
18162024-05-23T03:17:47.690Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
18172024-05-23T03:17:48.144Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18182024-05-23T03:17:48.187Z Compiling macaddr v1.0.1
18192024-05-23T03:17:48.335Z Compiling num-derive v0.4.2
18202024-05-23T03:17:48.361Z Compiling sigpipe v0.1.3
18212024-05-23T03:17:48.492Z Compiling libefi-sys v0.1.0
18222024-05-23T03:17:48.798Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
18232024-05-23T03:17:48.821Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18242024-05-23T03:17:49.331Z Compiling rayon v1.10.0
18252024-05-23T03:17:50.038Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
18262024-05-23T03:17:50.678Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
18272024-05-23T03:17:52.299Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18282024-05-23T03:17:52.323Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18292024-05-23T03:17:53.607Z Compiling smf v0.2.3
18302024-05-23T03:17:55.317Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
18312024-05-23T03:17:55.697Z Compiling blake3 v1.5.1
18322024-05-23T03:17:55.778Z Compiling ring v0.16.20
18332024-05-23T03:17:56.297Z Compiling portable-atomic v1.6.0
18342024-05-23T03:17:57.279Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18352024-05-23T03:17:57.293Z Compiling xattr v1.3.1
18362024-05-23T03:17:57.631Z Compiling memmap2 v0.9.4
18372024-05-23T03:17:58.212Z Compiling filetime v0.2.23
18382024-05-23T03:17:58.428Z Compiling constant_time_eq v0.3.0
18392024-05-23T03:17:58.579Z Compiling arrayvec v0.7.4
18402024-05-23T03:17:58.625Z Compiling arrayref v0.3.7
18412024-05-23T03:17:58.747Z Compiling same-file v1.0.6
18422024-05-23T03:17:59.031Z Compiling untrusted v0.7.1
18432024-05-23T03:17:59.056Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18442024-05-23T03:17:59.227Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18452024-05-23T03:17:59.249Z Compiling walkdir v2.5.0
18462024-05-23T03:18:00.265Z Compiling tar v0.4.40
18472024-05-23T03:18:01.985Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18482024-05-23T03:18:02.430Z Compiling gethostname v0.4.3
18492024-05-23T03:18:02.718Z Compiling topological-sort v0.2.2
18502024-05-23T03:18:02.993Z Compiling number_prefix v0.4.0
18512024-05-23T03:18:03.267Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18522024-05-23T03:18:03.360Z Compiling indicatif v0.17.8
18532024-05-23T03:18:03.674Z Compiling swrite v0.1.0
18542024-05-23T03:18:05.638Z Compiling omicron-zone-package v0.11.0
18552024-05-23T03:18:06.520Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
18562024-05-23T03:18:08.167Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18572024-05-23T03:18:09.754Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
18582024-05-23T03:18:30.445Z Finished `release` profile [optimized] target(s) in 5m 00s
18592024-05-23T03:18:30.737Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
18602024-05-23T03:18:30.807ZLogging to: /work/oxidecomputer/omicron/out/LOG
18612024-05-23T03:18:30.811ZCreated new build target 'test' and set it as active
18622024-05-23T03:18:30.811Z
18632024-05-23T03:18:30.811Zreal 5:00.515378918
18642024-05-23T03:18:30.811Zuser 31:14.206417788
18652024-05-23T03:18:30.811Zsys 4:05.004634249
18662024-05-23T03:18:30.811Ztrap 0.924811882
18672024-05-23T03:18:30.811Ztflt 6.617243035
18682024-05-23T03:18:30.811Zdflt 7.248157237
18692024-05-23T03:18:30.812Zkflt 0.040745813
18702024-05-23T03:18:30.812Zlock 1:06:34.395556405
18712024-05-23T03:18:30.812Zslp 1:29:50.799299788
18722024-05-23T03:18:30.812Zlat 2:03.031796692
18732024-05-23T03:18:30.812Zstop 3:49.346266744
18742024-05-23T03:18:30.812Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
18752024-05-23T03:18:31.672Z Finished `release` profile [optimized] target(s) in 0.81s
18762024-05-23T03:18:31.713Z Running `target/release/omicron-package -t test package`
18772024-05-23T03:18:31.746ZLogging to: /work/oxidecomputer/omicron/out/LOG
18782024-05-23T03:18:32.688Z Compiling newline-converter v0.3.0
18792024-05-23T03:18:32.692Z Compiling humantime v2.1.0
18802024-05-23T03:18:32.782Z Compiling derive-where v1.2.7
18812024-05-23T03:18:32.786Z Compiling unicode-xid v0.2.4
18822024-05-23T03:18:32.807Z Compiling linked-hash-map v0.5.6
18832024-05-23T03:18:32.810Z Compiling convert_case v0.4.0
18842024-05-23T03:18:32.828Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18852024-05-23T03:18:32.829Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18862024-05-23T03:18:32.919Z Compiling expectorate v1.1.0
18872024-05-23T03:18:32.934Z Compiling password-hash v0.5.0
18882024-05-23T03:18:33.080Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18892024-05-23T03:18:33.125Z Compiling blake2 v0.10.6
18902024-05-23T03:18:33.178Z Compiling lru-cache v0.1.2
18912024-05-23T03:18:33.389Z Compiling semver v0.1.20
18922024-05-23T03:18:33.618Z Compiling argon2 v0.5.3
18932024-05-23T03:18:33.632Z Compiling derive_more v0.99.17
18942024-05-23T03:18:33.955Z Compiling rustc_version v0.1.7
18952024-05-23T03:18:34.344Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18962024-05-23T03:18:34.370Z Compiling newtype_derive v0.1.6
18972024-05-23T03:18:34.711Z Compiling quick-error v1.2.3
18982024-05-23T03:18:34.858Z Compiling home v0.5.9
18992024-05-23T03:18:34.931Z Compiling resolv-conf v0.7.0
19002024-05-23T03:18:35.171Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
19012024-05-23T03:18:35.224Z Compiling steno v0.4.0
19022024-05-23T03:18:36.453Z Compiling trust-dns-resolver v0.22.0
19032024-05-23T03:18:36.461Z Compiling slog-dtrace v0.3.0
19042024-05-23T03:18:36.461Z Compiling termcolor v1.4.1
19052024-05-23T03:18:36.643Z Compiling utf-8 v0.7.6
19062024-05-23T03:18:37.536Z Compiling num-rational v0.4.2
19072024-05-23T03:18:38.580Z Compiling num-complex v0.4.6
19082024-05-23T03:18:39.594Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
19092024-05-23T03:18:39.892Z Compiling num v0.4.3
19102024-05-23T03:18:39.990Z Compiling nibble_vec v0.1.0
19112024-05-23T03:18:40.003Z Compiling radium v0.7.0
19122024-05-23T03:18:40.220Z Compiling endian-type v0.1.2
19132024-05-23T03:18:40.442Z Compiling radix_trie v0.2.1
19142024-05-23T03:18:40.452Z Compiling tungstenite v0.20.1
19152024-05-23T03:18:40.648Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
19162024-05-23T03:18:41.104Z Compiling tap v1.0.1
19172024-05-23T03:18:41.275Z Compiling maybe-uninit v2.0.0
19182024-05-23T03:18:41.360Z Compiling wyz v0.5.1
19192024-05-23T03:18:41.785Z Compiling tokio-tungstenite v0.20.1
19202024-05-23T03:18:42.386Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19212024-05-23T03:18:42.390Z Compiling bzip2-sys v0.1.11+1.0.8
19222024-05-23T03:18:42.828Z Compiling display-error-chain v0.2.0
19232024-05-23T03:18:43.012Z Compiling cancel-safe-futures v0.1.5
19242024-05-23T03:18:43.333Z Compiling packed_struct v0.10.1
19252024-05-23T03:18:43.736Z Compiling num-bigint-dig v0.8.4
19262024-05-23T03:18:44.015Z Compiling crc-catalog v2.4.0
19272024-05-23T03:18:44.163Z Compiling arc-swap v1.7.1
19282024-05-23T03:18:44.849Z Compiling funty v2.0.0
19292024-05-23T03:18:45.647Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19302024-05-23T03:18:46.480Z Compiling bitvec v1.0.1
19312024-05-23T03:18:47.466Z Compiling slog-scope v4.4.0
19322024-05-23T03:18:48.190Z Compiling crc v3.2.1
19332024-05-23T03:18:50.204Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
19342024-05-23T03:18:51.030Z Compiling packed_struct_codegen v0.10.1
19352024-05-23T03:18:53.589Z Compiling fxhash v0.2.1
19362024-05-23T03:18:54.119Z Compiling indexmap v1.9.3
19372024-05-23T03:18:54.119Z Compiling nodrop v0.1.14
19382024-05-23T03:18:54.119Z Compiling array-init v0.0.4
19392024-05-23T03:18:55.374Z Compiling smallvec v0.6.14
19402024-05-23T03:18:57.383Z Compiling slog-stdlog v4.1.1
19412024-05-23T03:18:57.798Z Compiling rayon-core v1.12.1
19422024-05-23T03:18:57.824Z Compiling synstructure v0.12.6
19432024-05-23T03:18:58.332Z Compiling pkcs1 v0.7.5
19442024-05-23T03:18:58.402Z Compiling signature v2.2.0
19452024-05-23T03:18:58.680Z Compiling crossbeam-deque v0.8.5
19462024-05-23T03:18:59.010Z Compiling dirs-sys-next v0.1.2
19472024-05-23T03:18:59.820Z Compiling half v2.4.1
19482024-05-23T03:18:59.830Z Compiling glob v0.3.1
19492024-05-23T03:19:00.131Z Compiling hashbrown v0.12.3
19502024-05-23T03:19:00.362Z Compiling ciborium-io v0.2.2
19512024-05-23T03:19:00.489Z Compiling fastrand v2.1.0
19522024-05-23T03:19:01.012Z Compiling bitfield v0.14.0
19532024-05-23T03:19:01.301Z Compiling crunchy v0.2.2
19542024-05-23T03:19:01.430Z Compiling same-file v1.0.6
19552024-05-23T03:19:01.650Z Compiling walkdir v2.5.0
19562024-05-23T03:19:02.299Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19572024-05-23T03:19:02.332Z Compiling tempfile v3.10.1
19582024-05-23T03:19:02.880Z Compiling ciborium-ll v0.2.2
19592024-05-23T03:19:03.128Z Compiling clang-sys v1.7.0
19602024-05-23T03:19:03.385Z Compiling zerocopy-derive v0.2.0
19612024-05-23T03:19:03.796Z Compiling dirs-next v2.0.0
19622024-05-23T03:19:03.967Z Compiling rsa v0.9.6
19632024-05-23T03:19:05.100Z Compiling slog-envlogger v2.2.0
19642024-05-23T03:19:06.510Z Compiling serde-hex v0.1.0
19652024-05-23T03:19:06.603Z Compiling bzip2 v0.4.4
19662024-05-23T03:19:07.068Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
19672024-05-23T03:19:07.398Z Compiling env_logger v0.10.2
19682024-05-23T03:19:07.669Z Compiling camino v1.1.7
19692024-05-23T03:19:07.734Z Compiling x509-cert v0.2.5
19702024-05-23T03:19:09.541Z Compiling ron v0.8.1
19712024-05-23T03:19:10.627Z Compiling hashbrown v0.13.2
19722024-05-23T03:19:11.457Z Compiling tiny-keccak v2.0.2
19732024-05-23T03:19:11.717Z Compiling prettyplease v0.2.20
19742024-05-23T03:19:11.748Z Compiling crc-any v2.5.0
19752024-05-23T03:19:11.934Z Compiling maplit v1.0.2
19762024-05-23T03:19:12.032Z Compiling object v0.30.4
19772024-05-23T03:19:12.083Z Compiling ring v0.16.20
19782024-05-23T03:19:12.649Z Compiling blake3 v1.5.1
19792024-05-23T03:19:13.041Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
19802024-05-23T03:19:14.811Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19812024-05-23T03:19:15.627Z Compiling zip v0.6.6
19822024-05-23T03:19:15.726Z Compiling rayon v1.10.0
19832024-05-23T03:19:16.909Z Compiling term v0.7.0
19842024-05-23T03:19:18.312Z Compiling ciborium v0.2.2
19852024-05-23T03:19:18.719Z Compiling xattr v1.3.1
19862024-05-23T03:19:18.993Z Compiling memmap2 v0.9.4
19872024-05-23T03:19:19.452Z Compiling filetime v0.2.23
19882024-05-23T03:19:19.784Z Compiling atty v0.2.14
19892024-05-23T03:19:19.938Z Compiling path-slash v0.1.5
19902024-05-23T03:19:20.000Z Compiling arrayvec v0.7.4
19912024-05-23T03:19:20.166Z Compiling arrayref v0.3.7
19922024-05-23T03:19:20.267Z Compiling constant_time_eq v0.3.0
19932024-05-23T03:19:20.409Z Compiling untrusted v0.7.1
19942024-05-23T03:19:20.441Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
19952024-05-23T03:19:20.634Z Compiling tar v0.4.40
19962024-05-23T03:19:22.334Z Compiling ascii-canvas v3.0.0
19972024-05-23T03:19:22.555Z Compiling camino-tempfile v1.1.1
19982024-05-23T03:19:22.820Z Compiling toolchain_find v0.4.0
19992024-05-23T03:19:22.989Z Compiling toml v0.8.13
20002024-05-23T03:19:23.401Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20012024-05-23T03:19:23.840Z Compiling libsw v3.3.1
20022024-05-23T03:19:23.999Z Compiling ena v0.14.3
20032024-05-23T03:19:24.160Z Compiling is-terminal v0.4.12
20042024-05-23T03:19:24.295Z Compiling libloading v0.8.3
20052024-05-23T03:19:24.451Z Compiling usdt-impl v0.3.5
20062024-05-23T03:19:24.604Z Compiling linear-map v1.2.0
20072024-05-23T03:19:24.690Z Compiling diff v0.1.13
20082024-05-23T03:19:24.762Z Compiling topological-sort v0.2.2
20092024-05-23T03:19:24.979Z Compiling parking_lot_core v0.8.6
20102024-05-23T03:19:24.996Z Compiling bindgen v0.69.4
20112024-05-23T03:19:25.220Z Compiling regex-syntax v0.6.29
20122024-05-23T03:19:25.264Z Compiling owo-colors v4.0.0
20132024-05-23T03:19:25.430Z Compiling omicron-zone-package v0.11.0
20142024-05-23T03:19:28.079Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20152024-05-23T03:19:30.542Z Compiling lalrpop v0.19.12
20162024-05-23T03:19:31.102Z Compiling rustfmt-wrapper v0.2.1
20172024-05-23T03:19:31.704Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20182024-05-23T03:19:32.380Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
20192024-05-23T03:19:34.675Z Compiling which v4.4.2
20202024-05-23T03:19:35.192Z Compiling cexpr v0.6.0
20212024-05-23T03:19:35.556Z Compiling unicase v2.7.0
20222024-05-23T03:19:35.849Z Compiling lazycell v1.3.0
20232024-05-23T03:19:36.029Z Compiling shlex v1.3.0
20242024-05-23T03:19:36.422Z Compiling rustc-hash v1.1.0
20252024-05-23T03:19:36.491Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
20262024-05-23T03:19:36.849Z Compiling zerocopy v0.3.2
20272024-05-23T03:19:37.434Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
20282024-05-23T03:19:37.479Z Compiling derive_builder_core v0.20.0
20292024-05-23T03:19:38.551Z Compiling pem v3.0.4
20302024-05-23T03:19:39.767Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
20312024-05-23T03:19:39.987Z Compiling headers-core v0.2.0
20322024-05-23T03:19:40.105Z Compiling libxml v0.3.3
20332024-05-23T03:19:40.146Z Compiling async-recursion v1.1.1
20342024-05-23T03:19:40.455Z Compiling ref-cast v1.0.23
20352024-05-23T03:19:40.995Z Compiling headers v0.3.9
20362024-05-23T03:19:41.623Z Compiling derive_builder_macro v0.20.0
20372024-05-23T03:19:42.451Z Compiling dof v0.1.5
20382024-05-23T03:19:43.231Z Compiling parking_lot v0.11.2
20392024-05-23T03:19:44.729Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
20402024-05-23T03:19:45.314Z Compiling trust-dns-client v0.22.0
20412024-05-23T03:19:45.366Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
20422024-05-23T03:19:45.651Z Compiling dtrace-parser v0.1.14
20432024-05-23T03:19:47.536Z Compiling strum_macros v0.24.3
20442024-05-23T03:19:49.623Z Compiling toml v0.5.11
20452024-05-23T03:19:50.418Z Compiling ref-cast-impl v1.0.23
20462024-05-23T03:19:50.963Z Compiling samael v0.0.15
20472024-05-23T03:19:51.036Z Compiling vte_generate_state_changes v0.1.1
20482024-05-23T03:19:51.479Z Compiling cookie v0.18.1
20492024-05-23T03:19:51.658Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
20502024-05-23T03:19:51.774Z Compiling cfg_aliases v0.1.1
20512024-05-23T03:19:51.886Z Compiling indoc v1.0.9
20522024-05-23T03:19:51.951Z Compiling buf-list v1.0.3
20532024-05-23T03:19:52.579Z Compiling nix v0.28.0
20542024-05-23T03:19:52.701Z Compiling vte v0.11.1
20552024-05-23T03:19:52.845Z Compiling trust-dns-server v0.22.1
20562024-05-23T03:19:55.666Z Compiling sled v0.34.7
20572024-05-23T03:19:56.271Z Compiling derive_builder v0.20.0
20582024-05-23T03:19:57.149Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
20592024-05-23T03:19:58.536Z Compiling polar-core v0.27.3
20602024-05-23T03:19:59.727Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
20612024-05-23T03:20:00.003Z Compiling const_format_proc_macros v0.2.32
20622024-05-23T03:20:00.615Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
20632024-05-23T03:20:01.707Z Compiling fd-lock v4.0.2
20642024-05-23T03:20:01.915Z Compiling bb8 v0.8.3
20652024-05-23T03:20:01.961Z Compiling quick-xml v0.31.0
20662024-05-23T03:20:02.442Z Compiling serde_tokenstream v0.1.7
20672024-05-23T03:20:02.954Z Compiling impl-trait-for-tuples v0.2.2
20682024-05-23T03:20:05.743Z Compiling oso-derive v0.27.3
20692024-05-23T03:20:06.711Z Compiling pin-project-internal v1.1.5
20702024-05-23T03:20:08.286Z Compiling memoffset v0.7.1
20712024-05-23T03:20:08.587Z Compiling platforms v3.4.0
20722024-05-23T03:20:09.178Z Compiling bytecount v0.6.8
20732024-05-23T03:20:09.874Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
20742024-05-23T03:20:09.879Z Compiling pin-project v1.1.5
20752024-05-23T03:20:09.879Z Compiling papergrid v0.11.0
20762024-05-23T03:20:09.879Z Compiling curve25519-dalek v4.1.2
20772024-05-23T03:20:12.594Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
20782024-05-23T03:20:13.286Z Compiling const_format v0.2.32
20792024-05-23T03:20:14.552Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20802024-05-23T03:20:23.722Z Compiling oso v0.27.3
20812024-05-23T03:20:25.792Z Compiling strip-ansi-escapes v0.2.0
20822024-05-23T03:20:30.213Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
20832024-05-23T03:20:30.715Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
20842024-05-23T03:20:31.782Z Compiling tabled_derive v0.7.0
20852024-05-23T03:20:34.176Z Compiling kstat-rs v0.2.3
20862024-05-23T03:20:35.160Z Compiling snafu-derive v0.8.2
20872024-05-23T03:20:35.964Z Compiling nu-ansi-term v0.50.0
20882024-05-23T03:20:37.261Z Compiling keccak v0.1.5
20892024-05-23T03:20:37.956Z Compiling sha3 v0.10.8
20902024-05-23T03:20:38.294Z Compiling reedline v0.31.0
20912024-05-23T03:20:39.262Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
20922024-05-23T03:20:40.255Z Compiling snafu v0.8.2
20932024-05-23T03:20:40.891Z Compiling tabled v0.15.0
20942024-05-23T03:20:48.306Z Compiling mime_guess v2.0.4
20952024-05-23T03:20:50.701Z Compiling usdt-macro v0.3.5
20962024-05-23T03:20:51.335Z Compiling usdt-attr-macro v0.3.5
20972024-05-23T03:20:51.957Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
20982024-05-23T03:20:52.958Z Compiling env_logger v0.9.3
20992024-05-23T03:20:54.196Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
21002024-05-23T03:20:55.552Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
21012024-05-23T03:20:57.446Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21022024-05-23T03:20:57.928Z Compiling globset v0.4.14
21032024-05-23T03:21:01.840Z Compiling peg-macros v0.8.3
21042024-05-23T03:21:02.348Z Compiling olpc-cjson v0.1.3
21052024-05-23T03:21:02.698Z Compiling universal-hash v0.5.1
21062024-05-23T03:21:02.930Z Compiling secrecy v0.8.0
21072024-05-23T03:21:03.230Z Compiling bitstruct_derive v0.1.0
21082024-05-23T03:21:04.133Z Compiling thiserror-impl-no-std v2.0.2
21092024-05-23T03:21:04.554Z Compiling serde_plain v1.0.2
21102024-05-23T03:21:05.074Z Compiling nanorand v0.7.0
21112024-05-23T03:21:05.308Z Compiling curve25519-dalek-derive v0.1.1
21122024-05-23T03:21:05.841Z Compiling sqlparser_derive v0.2.2
21132024-05-23T03:21:05.846Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21142024-05-23T03:21:05.992Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21152024-05-23T03:21:06.290Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21162024-05-23T03:21:06.598Z Compiling typed-path v0.7.1
21172024-05-23T03:21:06.888Z Compiling unicode_categories v0.1.1
21182024-05-23T03:21:06.900Z Compiling ascii v1.1.0
21192024-05-23T03:21:07.089Z Compiling opaque-debug v0.3.1
21202024-05-23T03:21:07.198Z Compiling signature v1.6.4
21212024-05-23T03:21:07.243Z Compiling salty v0.2.0
21222024-05-23T03:21:07.356Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
21232024-05-23T03:21:07.680Z Compiling ed25519 v1.5.3
21242024-05-23T03:21:07.691Z Compiling poly1305 v0.8.0
21252024-05-23T03:21:07.974Z Compiling sqlformat v0.2.3
21262024-05-23T03:21:09.197Z Compiling tough v0.17.1
21272024-05-23T03:21:09.770Z Compiling thiserror-no-std v2.0.2
21282024-05-23T03:21:09.894Z Compiling rustyline v14.0.0
21292024-05-23T03:21:13.191Z Compiling sqlparser v0.45.0
21302024-05-23T03:21:19.297Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21312024-05-23T03:21:19.572Z Compiling flume v0.11.0
21322024-05-23T03:21:20.350Z Compiling peg v0.8.3
21332024-05-23T03:21:20.470Z Compiling bitstruct v0.1.1
21342024-05-23T03:21:20.600Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21352024-05-23T03:21:21.696Z Compiling usdt v0.3.5
21362024-05-23T03:21:22.075Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
21372024-05-23T03:21:22.115Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
21382024-05-23T03:21:22.240Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
21392024-05-23T03:21:31.678Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21402024-05-23T03:21:32.008Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21412024-05-23T03:21:32.294Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21422024-05-23T03:21:33.124Z Compiling chacha20 v0.9.1
21432024-05-23T03:21:33.522Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21442024-05-23T03:21:33.592Z Compiling aead v0.5.2
21452024-05-23T03:21:33.943Z Compiling bcs v0.1.6
21462024-05-23T03:21:34.937Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21472024-05-23T03:21:35.779Z Compiling erased-serde v0.3.31
21482024-05-23T03:21:35.784Z Compiling serde_arrays v0.1.0
21492024-05-23T03:21:35.974Z Compiling serde-big-array v0.5.1
21502024-05-23T03:21:36.230Z Compiling highway v1.1.0
21512024-05-23T03:21:37.540Z Compiling parse-size v1.0.0
21522024-05-23T03:21:37.655Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21532024-05-23T03:21:37.816Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21542024-05-23T03:21:42.707Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
21552024-05-23T03:21:59.936Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21562024-05-23T03:22:00.411Z Compiling chacha20poly1305 v0.10.1
21572024-05-23T03:22:02.079Z Compiling vsss-rs v3.3.4
21582024-05-23T03:22:05.187Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
21592024-05-23T03:22:05.943Z Compiling signal-hook-tokio v0.3.1
21602024-05-23T03:22:06.150Z Compiling heck v0.3.3
21612024-05-23T03:22:06.535Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
21622024-05-23T03:22:06.934Z Compiling castaway v0.2.2
21632024-05-23T03:22:07.147Z Compiling rand_seeder v0.2.3
21642024-05-23T03:22:07.547Z Compiling serde-big-array v0.4.1
21652024-05-23T03:22:07.753Z Compiling http-range v0.1.5
21662024-05-23T03:22:08.343Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
21672024-05-23T03:22:08.651Z Compiling hyper-staticfile v0.9.5
21682024-05-23T03:22:08.749Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
21692024-05-23T03:22:09.946Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21702024-05-23T03:22:10.238Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
21712024-05-23T03:22:10.461Z Compiling compact_str v0.7.1
21722024-05-23T03:22:11.355Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
21732024-05-23T03:22:11.760Z Compiling zone_cfg_derive v0.1.2
21742024-05-23T03:22:13.208Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
21752024-05-23T03:22:19.647Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21762024-05-23T03:22:20.336Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
21772024-05-23T03:22:26.921Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
21782024-05-23T03:22:27.701Z Compiling tungstenite v0.21.0
21792024-05-23T03:22:33.042Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
21802024-05-23T03:22:33.339Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
21812024-05-23T03:22:33.605Z Compiling lru v0.12.3
21822024-05-23T03:22:33.760Z Compiling stability v0.2.0
21832024-05-23T03:22:33.964Z Compiling indoc v2.0.5
21842024-05-23T03:22:34.726Z Compiling cassowary v0.3.0
21852024-05-23T03:22:34.967Z Compiling corncobs v0.1.3
21862024-05-23T03:22:35.348Z Compiling base64 v0.13.1
21872024-05-23T03:22:36.135Z Compiling ron v0.7.1
21882024-05-23T03:22:38.662Z Compiling ratatui v0.26.2
21892024-05-23T03:22:41.678Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21902024-05-23T03:22:41.875Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
21912024-05-23T03:22:42.405Z Compiling tokio-tungstenite v0.21.0
21922024-05-23T03:22:43.036Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21932024-05-23T03:22:43.774Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
21942024-05-23T03:22:54.925Z Compiling zone v0.1.8
21952024-05-23T03:22:55.331Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
21962024-05-23T03:23:07.006Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
21972024-05-23T03:23:07.792Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
21982024-05-23T03:23:08.462Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21992024-05-23T03:23:10.649Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
22002024-05-23T03:23:10.910Z Compiling portpicker v0.1.1
22012024-05-23T03:23:11.420Z Compiling unicode-linebreak v0.1.5
22022024-05-23T03:23:11.957Z Compiling smawk v0.3.2
22032024-05-23T03:23:12.223Z Compiling textwrap v0.16.1
22042024-05-23T03:23:13.718Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
22052024-05-23T03:23:15.978Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
22062024-05-23T03:23:18.870Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22072024-05-23T03:23:19.974Z Compiling rcgen v0.12.1
22082024-05-23T03:23:25.714Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
22092024-05-23T03:23:26.208Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
22102024-05-23T03:23:27.172Z Compiling atomicwrites v0.4.3
22112024-05-23T03:23:27.731Z Compiling fatfs v0.3.6
22122024-05-23T03:23:30.224Z Compiling subprocess v0.2.9
22132024-05-23T03:23:30.582Z Compiling rtoolbox v0.0.2
22142024-05-23T03:23:31.031Z Compiling assert_matches v1.5.0
22152024-05-23T03:23:31.141Z Compiling is_ci v1.2.0
22162024-05-23T03:23:31.425Z Compiling supports-color v3.0.0
22172024-05-23T03:23:32.442Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22182024-05-23T03:23:33.302Z Compiling rpassword v7.3.1
22192024-05-23T03:23:33.755Z Compiling tui-tree-widget v0.19.0
22202024-05-23T03:23:34.170Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
22212024-05-23T03:23:35.371Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
22222024-05-23T03:23:39.649Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
22232024-05-23T03:23:39.723Z Compiling csv-core v0.1.11
22242024-05-23T03:23:39.859Z Compiling shell-words v1.1.0
22252024-05-23T03:23:39.964Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
22262024-05-23T03:23:40.308Z Compiling csv v1.3.0
22272024-05-23T03:23:40.589Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
22282024-05-23T03:23:42.424Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
22292024-05-23T03:23:56.053Z Compiling multimap v0.10.0
22302024-05-23T03:23:56.079Z Compiling uzers v0.11.3
22312024-05-23T03:23:56.079Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
22322024-05-23T03:26:00.984Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
22332024-05-23T03:26:05.080Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22342024-05-23T03:32:35.341Z Finished `release` profile [optimized] target(s) in 14m 03s
22352024-05-23T03:33:39.651Z
22362024-05-23T03:33:39.662Zreal 15:08.746191532
22372024-05-23T03:33:39.662Zuser 1:43:03.500260280
22382024-05-23T03:33:39.662Zsys 5:45.672823931
22392024-05-23T03:33:39.662Ztrap 2.408264335
22402024-05-23T03:33:39.663Ztflt 2.141263357
22412024-05-23T03:33:39.663Zdflt 4.016731120
22422024-05-23T03:33:39.663Zkflt 0.051551560
22432024-05-23T03:33:39.663Zlock 6:25:53.747714548
22442024-05-23T03:33:39.663Zslp 4:06:41.706991214
22452024-05-23T03:33:39.663Zlat 2:33.458251038
22462024-05-23T03:33:39.663Zstop 1:38.912632364
22472024-05-23T03:33:39.663Z+ mapfile -t packages
22482024-05-23T03:33:39.663Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
22492024-05-23T03:33:40.562Z Finished `release` profile [optimized] target(s) in 0.84s
22502024-05-23T03:33:40.581Z Running `target/release/omicron-package -t test list-outputs`
22512024-05-23T03:33:40.617ZLogging to: /work/oxidecomputer/omicron/out/LOG
22522024-05-23T03:33:40.622Z+ ptime -m cargo build --locked --release -p xtask
22532024-05-23T03:33:41.115Z Downloading crates ...
22542024-05-23T03:33:41.264Z Downloaded cargo_toml v0.20.2
22552024-05-23T03:33:41.278Z Compiling serde v1.0.202
22562024-05-23T03:33:41.278Z Compiling libc v0.2.153
22572024-05-23T03:33:41.282Z Compiling rustix v0.38.34
22582024-05-23T03:33:41.282Z Compiling hashbrown v0.14.5
22592024-05-23T03:33:41.282Z Compiling bitflags v2.5.0
22602024-05-23T03:33:41.282Z Compiling serde_json v1.0.117
22612024-05-23T03:33:41.282Z Compiling syn v2.0.64
22622024-05-23T03:33:41.354Z Compiling fs-err v2.11.0
22632024-05-23T03:33:41.616Z Compiling anyhow v1.0.83
22642024-05-23T03:33:42.637Z Compiling indexmap v2.2.6
22652024-05-23T03:33:43.141Z Compiling errno v0.3.9
22662024-05-23T03:33:44.053Z Compiling terminal_size v0.3.0
22672024-05-23T03:33:44.142Z Compiling clap_builder v4.5.2
22682024-05-23T03:33:46.518Z Compiling serde_derive v1.0.202
22692024-05-23T03:33:46.518Z Compiling thiserror-impl v1.0.60
22702024-05-23T03:33:46.518Z Compiling clap_derive v4.5.4
22712024-05-23T03:33:48.436Z Compiling thiserror v1.0.60
22722024-05-23T03:33:50.104Z Compiling clap v4.5.4
22732024-05-23T03:33:56.021Z Compiling toml_datetime v0.6.6
22742024-05-23T03:33:56.025Z Compiling serde_spanned v0.6.6
22752024-05-23T03:33:56.025Z Compiling cargo-platform v0.1.8
22762024-05-23T03:33:56.025Z Compiling camino v1.1.7
22772024-05-23T03:33:56.025Z Compiling semver v1.0.23
22782024-05-23T03:33:56.025Z Compiling macaddr v1.0.1
22792024-05-23T03:33:56.359Z Compiling toml_edit v0.22.13
22802024-05-23T03:33:57.599Z Compiling cargo_metadata v0.18.1
22812024-05-23T03:33:58.970Z Compiling toml v0.8.13
22822024-05-23T03:33:59.869Z Compiling cargo_toml v0.20.2
22832024-05-23T03:34:11.301Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
22842024-05-23T03:34:22.407Z Finished `release` profile [optimized] target(s) in 41.72s
22852024-05-23T03:34:22.489Z
22862024-05-23T03:34:22.489Zreal 41.844565103
22872024-05-23T03:34:22.489Zuser 2:58.476403293
22882024-05-23T03:34:22.489Zsys 18.276566120
22892024-05-23T03:34:22.490Ztrap 0.062560585
22902024-05-23T03:34:22.490Ztflt 0.161415297
22912024-05-23T03:34:22.494Zdflt 0.738659111
22922024-05-23T03:34:22.494Zkflt 0.000000000
22932024-05-23T03:34:22.494Zlock 4:48.301726692
22942024-05-23T03:34:22.494Zslp 3:24.205384552
22952024-05-23T03:34:22.494Zlat 2.959390149
22962024-05-23T03:34:22.494Zstop 3.940827950
22972024-05-23T03:34:22.494Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
22982024-05-23T03:34:22.494Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
22992024-05-23T03:34:22.494Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
23002024-05-23T03:34:22.494Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
23012024-05-23T03:34:22.494Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
23022024-05-23T03:34:23.017Z Downloading crates ...
23032024-05-23T03:34:23.212Z Downloaded dirs v5.0.1
23042024-05-23T03:34:23.227Z Downloaded blowfish v0.9.1
23052024-05-23T03:34:23.231Z Downloaded aes v0.8.4
23062024-05-23T03:34:23.234Z Downloaded option-ext v0.2.0
23072024-05-23T03:34:23.235Z Downloaded md5 v0.7.0
23082024-05-23T03:34:23.239Z Downloaded dhcproto-macros v0.1.0
23092024-05-23T03:34:23.244Z Downloaded russh-cryptovec v0.7.2
23102024-05-23T03:34:23.248Z Downloaded rfc6979 v0.4.0
23112024-05-23T03:34:23.248Z Downloaded pbkdf2 v0.12.2
23122024-05-23T03:34:23.248Z Downloaded bcrypt-pbkdf v0.10.0
23132024-05-23T03:34:23.252Z Downloaded polyval v0.6.2
23142024-05-23T03:34:23.256Z Downloaded internet-checksum v0.2.1
23152024-05-23T03:34:23.256Z Downloaded rand_chacha v0.2.2
23162024-05-23T03:34:23.256Z Downloaded ctr v0.9.2
23172024-05-23T03:34:23.256Z Downloaded cbc v0.1.2
23182024-05-23T03:34:23.263Z Downloaded primeorder v0.13.6
23192024-05-23T03:34:23.264Z Downloaded getrandom v0.1.16
23202024-05-23T03:34:23.264Z Downloaded dirs-sys v0.4.1
23212024-05-23T03:34:23.268Z Downloaded hex-literal v0.4.1
23222024-05-23T03:34:23.268Z Downloaded ghash v0.5.1
23232024-05-23T03:34:23.268Z Downloaded rand_core v0.5.1
23242024-05-23T03:34:23.268Z Downloaded pbkdf2 v0.11.0
23252024-05-23T03:34:23.268Z Downloaded password-hash v0.4.2
23262024-05-23T03:34:23.272Z Downloaded ed25519 v2.2.3
23272024-05-23T03:34:23.272Z Downloaded russh-keys v0.43.0
23282024-05-23T03:34:23.272Z Downloaded ecdsa v0.16.9
23292024-05-23T03:34:23.276Z Downloaded dhcproto v0.11.0
23302024-05-23T03:34:23.277Z Downloaded p256 v0.13.2
23312024-05-23T03:34:23.283Z Downloaded ed25519-dalek v2.1.1
23322024-05-23T03:34:23.290Z Downloaded russh v0.43.0
23332024-05-23T03:34:23.296Z Downloaded rand v0.7.3
23342024-05-23T03:34:23.300Z Downloaded p521 v0.13.3
23352024-05-23T03:34:23.305Z Downloaded aes-gcm v0.10.3
23362024-05-23T03:34:23.438Z Compiling proc-macro2 v1.0.82
23372024-05-23T03:34:23.438Z Compiling unicode-ident v1.0.12
23382024-05-23T03:34:23.442Z Compiling libc v0.2.153
23392024-05-23T03:34:23.442Z Compiling cfg-if v1.0.0
23402024-05-23T03:34:23.442Z Compiling serde v1.0.202
23412024-05-23T03:34:23.442Z Compiling version_check v0.9.4
23422024-05-23T03:34:23.442Z Compiling autocfg v1.3.0
23432024-05-23T03:34:23.442Z Compiling byteorder v1.5.0
23442024-05-23T03:34:23.651Z Compiling memchr v2.7.2
23452024-05-23T03:34:23.696Z Compiling log v0.4.21
23462024-05-23T03:34:24.028Z Compiling once_cell v1.19.0
23472024-05-23T03:34:24.075Z Compiling itoa v1.0.11
23482024-05-23T03:34:24.141Z Compiling scopeguard v1.2.0
23492024-05-23T03:34:24.268Z Compiling smallvec v1.13.2
23502024-05-23T03:34:24.282Z Compiling typenum v1.17.0
23512024-05-23T03:34:24.382Z Compiling generic-array v0.14.7
23522024-05-23T03:34:24.437Z Compiling thiserror v1.0.60
23532024-05-23T03:34:24.590Z Compiling lock_api v0.4.12
23542024-05-23T03:34:24.649Z Compiling cc v1.0.97
23552024-05-23T03:34:25.139Z Compiling parking_lot_core v0.9.10
23562024-05-23T03:34:25.155Z Compiling quote v1.0.36
23572024-05-23T03:34:25.332Z Compiling syn v2.0.64
23582024-05-23T03:34:25.481Z Compiling pin-project-lite v0.2.14
23592024-05-23T03:34:25.496Z Compiling subtle v2.5.0
23602024-05-23T03:34:25.606Z Compiling getrandom v0.2.14
23612024-05-23T03:34:25.840Z Compiling rand_core v0.6.4
23622024-05-23T03:34:25.893Z Compiling signal-hook-registry v1.4.2
23632024-05-23T03:34:25.979Z Compiling libm v0.2.8
23642024-05-23T03:34:26.090Z Compiling parking_lot v0.12.2
23652024-05-23T03:34:26.329Z Compiling mio v0.8.11
23662024-05-23T03:34:26.361Z Compiling num-traits v0.2.19
23672024-05-23T03:34:26.711Z Compiling socket2 v0.5.7
23682024-05-23T03:34:26.868Z Compiling num_cpus v1.16.0
23692024-05-23T03:34:26.935Z Compiling ahash v0.8.11
23702024-05-23T03:34:26.993Z Compiling ryu v1.0.18
23712024-05-23T03:34:27.081Z Compiling serde_json v1.0.117
23722024-05-23T03:34:27.400Z Compiling allocator-api2 v0.2.18
23732024-05-23T03:34:27.437Z Compiling futures-core v0.3.30
23742024-05-23T03:34:27.702Z Compiling futures-sink v0.3.30
23752024-05-23T03:34:27.717Z Compiling equivalent v1.0.1
23762024-05-23T03:34:27.772Z Compiling const-oid v0.9.6
23772024-05-23T03:34:27.822Z Compiling slab v0.4.9
23782024-05-23T03:34:27.874Z Compiling fnv v1.0.7
23792024-05-23T03:34:27.881Z Compiling futures-channel v0.3.30
23802024-05-23T03:34:28.015Z Compiling futures-io v0.3.30
23812024-05-23T03:34:28.218Z Compiling pin-utils v0.1.0
23822024-05-23T03:34:28.290Z Compiling futures-task v0.3.30
23832024-05-23T03:34:28.316Z Compiling iana-time-zone v0.1.60
23842024-05-23T03:34:28.334Z Compiling syn v1.0.109
23852024-05-23T03:34:28.350Z Compiling tinyvec_macros v0.1.1
23862024-05-23T03:34:28.438Z Compiling tinyvec v1.6.0
23872024-05-23T03:34:28.504Z Compiling semver v1.0.23
23882024-05-23T03:34:28.599Z Compiling unicode-bidi v0.3.15
23892024-05-23T03:34:28.793Z Compiling cpufeatures v0.2.12
23902024-05-23T03:34:28.894Z Compiling schemars v0.8.19
23912024-05-23T03:34:29.063Z Compiling dyn-clone v1.0.17
23922024-05-23T03:34:29.248Z Compiling percent-encoding v2.3.1
23932024-05-23T03:34:29.279Z Compiling spin v0.9.8
23942024-05-23T03:34:29.532Z Compiling ppv-lite86 v0.2.17
23952024-05-23T03:34:29.629Z Compiling tracing-core v0.1.32
23962024-05-23T03:34:29.668Z Compiling num-conv v0.1.0
23972024-05-23T03:34:29.699Z Compiling powerfmt v0.2.0
23982024-05-23T03:34:29.898Z Compiling unicode-normalization v0.1.23
23992024-05-23T03:34:29.962Z Compiling time-core v0.1.2
24002024-05-23T03:34:30.536Z Compiling deranged v0.3.11
24012024-05-23T03:34:30.545Z Compiling time-macros v0.2.18
24022024-05-23T03:34:30.545Z Compiling form_urlencoded v1.2.1
24032024-05-23T03:34:30.545Z Compiling ring v0.17.8
24042024-05-23T03:34:30.545Z Compiling num_threads v0.1.7
24052024-05-23T03:34:30.654Z Compiling rand_chacha v0.3.1
24062024-05-23T03:34:31.000Z Compiling aho-corasick v1.1.3
24072024-05-23T03:34:31.111Z Compiling regex-syntax v0.8.3
24082024-05-23T03:34:32.080Z Compiling rand v0.8.5
24092024-05-23T03:34:33.009Z Compiling serde_derive_internals v0.29.1
24102024-05-23T03:34:33.646Z Compiling time v0.3.36
24112024-05-23T03:34:34.257Z Compiling idna v0.5.0
24122024-05-23T03:34:34.489Z Compiling httparse v1.8.0
24132024-05-23T03:34:34.912Z Compiling regex-automata v0.4.6
24142024-05-23T03:34:35.875Z Compiling slog v2.7.0
24152024-05-23T03:34:35.912Z Compiling url v2.5.0
24162024-05-23T03:34:36.510Z Compiling spin v0.5.2
24172024-05-23T03:34:36.749Z Compiling untrusted v0.9.0
24182024-05-23T03:34:37.869Z Compiling vcpkg v0.2.15
24192024-05-23T03:34:37.997Z Compiling pkg-config v0.3.30
24202024-05-23T03:34:38.447Z Compiling heck v0.4.1
24212024-05-23T03:34:38.950Z Compiling adler v1.0.2
24222024-05-23T03:34:39.182Z Compiling miniz_oxide v0.7.2
24232024-05-23T03:34:39.294Z Compiling lazy_static v1.4.0
24242024-05-23T03:34:39.414Z Compiling backtrace v0.3.71
24252024-05-23T03:34:39.619Z Compiling unicode-width v0.1.12
24262024-05-23T03:34:39.841Z Compiling gimli v0.28.1
24272024-05-23T03:34:40.289Z Compiling httpdate v1.0.3
24282024-05-23T03:34:40.289Z Compiling openssl-sys v0.9.102
24292024-05-23T03:34:40.353Z Compiling regex v1.10.4
24302024-05-23T03:34:40.720Z Compiling serde_derive v1.0.202
24312024-05-23T03:34:41.176Z Compiling zeroize_derive v1.4.2
24322024-05-23T03:34:41.185Z Compiling zerocopy-derive v0.7.34
24332024-05-23T03:34:41.185Z Compiling thiserror-impl v1.0.60
24342024-05-23T03:34:41.446Z Compiling tokio-macros v2.2.0
24352024-05-23T03:34:42.524Z Compiling zeroize v1.7.0
24362024-05-23T03:34:43.240Z Compiling futures-macro v0.3.30
24372024-05-23T03:34:43.406Z Compiling zerocopy v0.7.34
24382024-05-23T03:34:44.196Z Compiling schemars_derive v0.8.19
24392024-05-23T03:34:44.328Z Compiling crypto-common v0.1.6
24402024-05-23T03:34:44.574Z Compiling block-buffer v0.10.4
24412024-05-23T03:34:44.803Z Compiling digest v0.10.7
24422024-05-23T03:34:44.807Z Compiling tracing-attributes v0.1.27
24432024-05-23T03:34:44.833Z Compiling async-trait v0.1.80
24442024-05-23T03:34:45.398Z Compiling try-lock v0.2.5
24452024-05-23T03:34:45.480Z Compiling futures-util v0.3.30
24462024-05-23T03:34:45.532Z Compiling want v0.3.1
24472024-05-23T03:34:45.759Z Compiling hashbrown v0.14.5
24482024-05-23T03:34:45.839Z Compiling addr2line v0.21.0
24492024-05-23T03:34:46.507Z Compiling object v0.32.2
24502024-05-23T03:34:47.256Z Compiling foreign-types-shared v0.1.1
24512024-05-23T03:34:47.372Z Compiling base64 v0.21.7
24522024-05-23T03:34:47.678Z Compiling ipnet v2.9.0
24532024-05-23T03:34:47.799Z Compiling anyhow v1.0.83
24542024-05-23T03:34:48.190Z Compiling rustc-demangle v0.1.24
24552024-05-23T03:34:48.411Z Compiling openssl v0.10.64
24562024-05-23T03:34:48.548Z Compiling tower-service v0.3.2
24572024-05-23T03:34:48.683Z Compiling mime v0.3.17
24582024-05-23T03:34:48.924Z Compiling tracing v0.1.40
24592024-05-23T03:34:48.978Z Compiling foreign-types v0.3.2
24602024-05-23T03:34:49.075Z Compiling openssl-macros v0.1.1
24612024-05-23T03:34:49.192Z Compiling crossbeam-utils v0.8.19
24622024-05-23T03:34:49.299Z Compiling rustls v0.21.12
24632024-05-23T03:34:49.477Z Compiling base64ct v1.6.0
24642024-05-23T03:34:49.538Z Compiling heck v0.5.0
24652024-05-23T03:34:49.789Z Compiling native-tls v0.2.11
24662024-05-23T03:34:49.909Z Compiling winnow v0.5.40
24672024-05-23T03:34:50.089Z Compiling sct v0.7.1
24682024-05-23T03:34:50.108Z Compiling rustls-webpki v0.101.7
24692024-05-23T03:34:50.145Z Compiling cookie v0.17.0
24702024-05-23T03:34:50.404Z Compiling ucd-trie v0.1.6
24712024-05-23T03:34:50.409Z Compiling rustix v0.38.34
24722024-05-23T03:34:50.474Z Compiling openssl-probe v0.1.5
24732024-05-23T03:34:50.831Z Compiling pest v2.7.10
24742024-05-23T03:34:51.380Z Compiling futures-executor v0.3.30
24752024-05-23T03:34:51.898Z Compiling futures v0.3.30
24762024-05-23T03:34:52.022Z Compiling idna v0.3.0
24772024-05-23T03:34:52.069Z Compiling errno v0.3.9
24782024-05-23T03:34:52.317Z Compiling encoding_rs v0.8.34
24792024-05-23T03:34:53.687Z Compiling data-encoding v2.6.0
24802024-05-23T03:34:53.837Z Compiling psl-types v2.0.11
24812024-05-23T03:34:53.866Z Compiling rustversion v1.0.17
24822024-05-23T03:34:53.929Z Compiling pest_meta v2.7.10
24832024-05-23T03:34:54.012Z Compiling publicsuffix v2.2.3
24842024-05-23T03:34:55.205Z Compiling hmac v0.12.1
24852024-05-23T03:34:55.456Z Compiling scroll_derive v0.12.0
24862024-05-23T03:34:55.827Z Compiling bytes v1.6.0
24872024-05-23T03:34:56.145Z Compiling indexmap v2.2.6
24882024-05-23T03:34:57.001Z Compiling tokio v1.37.0
24892024-05-23T03:34:57.034Z Compiling chrono v0.4.38
24902024-05-23T03:34:57.139Z Compiling uuid v1.8.0
24912024-05-23T03:34:57.206Z Compiling bitflags v2.5.0
24922024-05-23T03:34:57.663Z Compiling http v0.2.12
24932024-05-23T03:34:58.422Z Compiling serde_tokenstream v0.2.0
24942024-05-23T03:34:58.611Z Compiling serde_spanned v0.6.6
24952024-05-23T03:34:58.840Z Compiling toml_datetime v0.6.6
24962024-05-23T03:34:59.305Z Compiling http-body v0.4.6
24972024-05-23T03:34:59.309Z Compiling toml_edit v0.19.15
24982024-05-23T03:35:00.268Z Compiling serde_urlencoded v0.7.1
24992024-05-23T03:35:00.464Z Compiling cookie_store v0.20.0
25002024-05-23T03:35:00.833Z Compiling openapiv3 v2.0.0
25012024-05-23T03:35:01.083Z Compiling scroll v0.12.0
25022024-05-23T03:35:01.668Z Compiling pest_generator v2.7.10
25032024-05-23T03:35:02.438Z Compiling rustls-pemfile v1.0.4
25042024-05-23T03:35:02.899Z Compiling plain v0.2.3
25052024-05-23T03:35:03.063Z Compiling webpki-roots v0.25.4
25062024-05-23T03:35:03.225Z Compiling strsim v0.11.1
25072024-05-23T03:35:03.650Z Compiling sync_wrapper v0.1.2
25082024-05-23T03:35:03.791Z Compiling bitflags v1.3.2
25092024-05-23T03:35:03.802Z Compiling pest_derive v2.7.10
25102024-05-23T03:35:03.978Z Compiling goblin v0.8.2
25112024-05-23T03:35:03.983Z Compiling rustc_version v0.4.0
25122024-05-23T03:35:04.220Z Compiling pem-rfc7468 v0.7.0
25132024-05-23T03:35:04.612Z Compiling block-padding v0.3.3
25142024-05-23T03:35:04.628Z Compiling der_derive v0.7.2
25152024-05-23T03:35:04.858Z Compiling usdt-impl v0.5.0
25162024-05-23T03:35:05.017Z Compiling tokio-util v0.7.11
25172024-05-23T03:35:05.486Z Compiling tokio-rustls v0.24.1
25182024-05-23T03:35:05.799Z Compiling tokio-native-tls v0.3.1
25192024-05-23T03:35:05.904Z Compiling flagset v0.4.5
25202024-05-23T03:35:06.084Z Compiling h2 v0.3.26
25212024-05-23T03:35:06.122Z Compiling pretty-hex v0.4.1
25222024-05-23T03:35:06.480Z Compiling inout v0.1.3
25232024-05-23T03:35:06.497Z Compiling dtrace-parser v0.2.0
25242024-05-23T03:35:06.765Z Compiling thread-id v4.2.1
25252024-05-23T03:35:06.882Z Compiling cipher v0.4.4
25262024-05-23T03:35:07.338Z Compiling der v0.7.9
25272024-05-23T03:35:07.429Z Compiling sha2 v0.10.8
25282024-05-23T03:35:07.806Z Compiling either v1.12.0
25292024-05-23T03:35:08.017Z Compiling ff v0.13.0
25302024-05-23T03:35:08.234Z Compiling base16ct v0.2.0
25312024-05-23T03:35:08.249Z Compiling stable_deref_trait v1.2.0
25322024-05-23T03:35:08.354Z Compiling group v0.13.0
25332024-05-23T03:35:08.986Z Compiling hkdf v0.12.4
25342024-05-23T03:35:08.990Z Compiling crossbeam-epoch v0.9.18
25352024-05-23T03:35:08.990Z Compiling crypto-bigint v0.5.5
25362024-05-23T03:35:08.990Z Compiling num-integer v0.1.46
25372024-05-23T03:35:09.497Z Compiling dof v0.3.0
25382024-05-23T03:35:09.651Z Compiling spki v0.7.3
25392024-05-23T03:35:10.043Z Compiling pkcs8 v0.10.2
25402024-05-23T03:35:10.894Z Compiling sec1 v0.7.3
25412024-05-23T03:35:11.040Z Compiling memmap v0.7.0
25422024-05-23T03:35:11.418Z Compiling crc32fast v1.4.0
25432024-05-23T03:35:11.485Z Compiling unicode-segmentation v1.11.0
25442024-05-23T03:35:11.867Z Compiling elliptic-curve v0.13.8
25452024-05-23T03:35:11.986Z Compiling winnow v0.6.8
25462024-05-23T03:35:12.314Z Compiling managed v0.8.0
25472024-05-23T03:35:12.458Z Compiling toml v0.7.8
25482024-05-23T03:35:12.673Z Compiling hex v0.4.3
25492024-05-23T03:35:12.707Z Compiling matches v0.1.10
25502024-05-23T03:35:12.758Z Compiling anstyle v1.0.7
25512024-05-23T03:35:12.801Z Compiling utf8parse v0.2.1
25522024-05-23T03:35:12.961Z Compiling hyper v0.14.28
25532024-05-23T03:35:13.246Z Compiling anstyle-parse v0.2.4
25542024-05-23T03:35:13.282Z Compiling idna v0.2.3
25552024-05-23T03:35:13.576Z Compiling ipnetwork v0.20.0
25562024-05-23T03:35:14.221Z Compiling enum-as-inner v0.5.1
25572024-05-23T03:35:14.535Z Compiling is_terminal_polyfill v1.70.0
25582024-05-23T03:35:14.573Z Compiling usdt-attr-macro v0.5.0
25592024-05-23T03:35:14.682Z Compiling usdt-macro v0.5.0
25602024-05-23T03:35:14.899Z Compiling colorchoice v1.0.1
25612024-05-23T03:35:14.933Z Compiling anstyle-query v1.0.3
25622024-05-23T03:35:15.053Z Compiling bit-vec v0.6.3
25632024-05-23T03:35:15.069Z Compiling siphasher v0.3.11
25642024-05-23T03:35:15.281Z Compiling trust-dns-proto v0.22.0
25652024-05-23T03:35:15.459Z Compiling anstream v0.6.14
25662024-05-23T03:35:15.505Z Compiling toml_edit v0.22.13
25672024-05-23T03:35:15.900Z Compiling flate2 v1.0.30
25682024-05-23T03:35:16.177Z Compiling num-bigint v0.4.5
25692024-05-23T03:35:16.191Z Compiling heapless v0.7.17
25702024-05-23T03:35:16.297Z Compiling usdt v0.5.0
25712024-05-23T03:35:16.630Z Compiling terminal_size v0.3.0
25722024-05-23T03:35:16.804Z Compiling regress v0.9.1
25732024-05-23T03:35:16.840Z Compiling finl_unicode v1.2.0
25742024-05-23T03:35:16.907Z Compiling signal-hook v0.3.17
25752024-05-23T03:35:16.921Z Compiling clap_lex v0.7.0
25762024-05-23T03:35:17.233Z Compiling clap_builder v4.5.2
25772024-05-23T03:35:17.443Z Compiling stringprep v0.1.4
25782024-05-23T03:35:17.533Z Compiling itertools v0.10.5
25792024-05-23T03:35:18.744Z Compiling clap_derive v4.5.4
25802024-05-23T03:35:20.394Z Compiling hyper-tls v0.5.0
25812024-05-23T03:35:20.757Z Compiling hyper-rustls v0.24.2
25822024-05-23T03:35:21.119Z Compiling reqwest v0.11.27
25832024-05-23T03:35:22.097Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
25842024-05-23T03:35:23.152Z Compiling yasna v0.5.2
25852024-05-23T03:35:23.973Z Compiling md-5 v0.10.6
25862024-05-23T03:35:24.189Z Compiling hash32 v0.2.1
25872024-05-23T03:35:24.242Z Compiling fallible-iterator v0.2.0
25882024-05-23T03:35:24.530Z Compiling smoltcp v0.9.1
25892024-05-23T03:35:24.607Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25902024-05-23T03:35:24.959Z Compiling postgres-protocol v0.6.6
25912024-05-23T03:35:25.297Z Compiling clap v4.5.4
25922024-05-23T03:35:25.440Z Compiling phf_shared v0.11.2
25932024-05-23T03:35:25.845Z Compiling tokio-stream v0.1.15
25942024-05-23T03:35:26.321Z Compiling hubpack_derive v0.1.1
25952024-05-23T03:35:26.386Z Compiling zerocopy-derive v0.6.6
25962024-05-23T03:35:26.465Z Compiling diesel_table_macro_syntax v0.1.0
25972024-05-23T03:35:26.856Z Compiling scheduled-thread-pool v0.2.7
25982024-05-23T03:35:26.894Z Compiling fs-err v2.11.0
25992024-05-23T03:35:26.967Z Compiling fixedbitset v0.4.2
26002024-05-23T03:35:27.114Z Compiling r2d2 v0.8.10
26012024-05-23T03:35:27.276Z Compiling hubpack v0.1.2
26022024-05-23T03:35:27.346Z Compiling petgraph v0.6.5
26032024-05-23T03:35:27.444Z Compiling diesel_derives v2.1.4
26042024-05-23T03:35:27.541Z Compiling signal-hook-mio v0.2.3
26052024-05-23T03:35:27.701Z Compiling phf v0.11.2
26062024-05-23T03:35:27.752Z Compiling postgres-types v0.2.6
26072024-05-23T03:35:28.297Z Compiling phf_shared v0.10.0
26082024-05-23T03:35:28.677Z Compiling zerocopy v0.6.6
26092024-05-23T03:35:28.691Z Compiling similar v2.5.0
26102024-05-23T03:35:29.363Z Compiling num-iter v0.1.45
26112024-05-23T03:35:29.469Z Compiling strum_macros v0.25.3
26122024-05-23T03:35:29.544Z Compiling serde_repr v0.1.19
26132024-05-23T03:35:29.755Z Compiling getopts v0.2.21
26142024-05-23T03:35:30.795Z Compiling console v0.15.8
26152024-05-23T03:35:30.808Z Compiling float-cmp v0.9.0
26162024-05-23T03:35:31.020Z Compiling minimal-lexical v0.2.1
26172024-05-23T03:35:31.286Z Compiling unsafe-libyaml v0.2.11
26182024-05-23T03:35:31.326Z Compiling whoami v1.5.1
26192024-05-23T03:35:31.547Z Compiling predicates-core v1.0.6
26202024-05-23T03:35:31.942Z Compiling new_debug_unreachable v1.0.6
26212024-05-23T03:35:32.002Z Compiling precomputed-hash v0.1.1
26222024-05-23T03:35:32.038Z Compiling difflib v0.4.0
26232024-05-23T03:35:32.162Z Compiling normalize-line-endings v0.3.0
26242024-05-23T03:35:32.294Z Compiling static_assertions v1.1.0
26252024-05-23T03:35:32.391Z Compiling string_cache v0.8.7
26262024-05-23T03:35:32.410Z Compiling tokio-postgres v0.7.10
26272024-05-23T03:35:32.865Z Compiling serde_yaml v0.9.34+deprecated
26282024-05-23T03:35:33.309Z Compiling predicates v3.1.0
26292024-05-23T03:35:33.752Z Compiling nom v7.1.3
26302024-05-23T03:35:33.933Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
26312024-05-23T03:35:35.114Z Compiling crossterm v0.27.0
26322024-05-23T03:35:37.482Z Compiling bit-set v0.5.3
26332024-05-23T03:35:37.564Z Compiling itertools v0.12.1
26342024-05-23T03:35:37.635Z Compiling bstr v1.9.1
26352024-05-23T03:35:37.770Z Compiling lalrpop-util v0.19.12
26362024-05-23T03:35:38.100Z Compiling peg-runtime v0.8.3
26372024-05-23T03:35:38.116Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
26382024-05-23T03:35:38.547Z Compiling sha1 v0.10.6
26392024-05-23T03:35:38.791Z Compiling camino v1.1.7
26402024-05-23T03:35:38.985Z Compiling ident_case v1.0.1
26412024-05-23T03:35:39.054Z Compiling strum_macros v0.26.2
26422024-05-23T03:35:39.170Z Compiling darling_core v0.20.9
26432024-05-23T03:35:39.507Z Compiling dirs-sys-next v0.1.2
26442024-05-23T03:35:39.776Z Compiling base64 v0.22.1
26452024-05-23T03:35:40.162Z Compiling match_cfg v0.1.0
26462024-05-23T03:35:40.259Z Compiling hostname v0.3.1
26472024-05-23T03:35:40.475Z Compiling dirs-next v2.0.0
26482024-05-23T03:35:40.517Z Compiling toml v0.8.13
26492024-05-23T03:35:40.571Z Compiling http v1.1.0
26502024-05-23T03:35:40.666Z Compiling thread_local v1.1.8
26512024-05-23T03:35:40.804Z Compiling slog-async v2.8.0
26522024-05-23T03:35:41.248Z Compiling rustls-pki-types v1.7.0
26532024-05-23T03:35:41.423Z Compiling term v0.7.0
26542024-05-23T03:35:42.119Z Compiling crossbeam-channel v0.5.12
26552024-05-23T03:35:42.366Z Compiling is-terminal v0.4.12
26562024-05-23T03:35:42.504Z Compiling rustls v0.22.4
26572024-05-23T03:35:42.725Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
26582024-05-23T03:35:42.771Z Compiling paste v1.0.15
26592024-05-23T03:35:43.108Z Compiling take_mut v0.2.2
26602024-05-23T03:35:43.184Z Compiling slog-term v2.9.1
26612024-05-23T03:35:43.296Z Compiling rustls-webpki v0.102.4
26622024-05-23T03:35:43.333Z Compiling multer v3.1.0
26632024-05-23T03:35:43.621Z Compiling instant v0.1.12
26642024-05-23T03:35:43.724Z Compiling diesel v2.1.6
26652024-05-23T03:35:44.436Z Compiling strum v0.26.2
26662024-05-23T03:35:44.453Z Compiling slog-json v2.6.1
26672024-05-23T03:35:44.612Z Compiling async-stream-impl v0.3.5
26682024-05-23T03:35:44.834Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718)
26692024-05-23T03:35:45.085Z Compiling debug-ignore v1.0.5
26702024-05-23T03:35:45.115Z Compiling atomic-waker v1.1.2
26712024-05-23T03:35:45.228Z Compiling waitgroup v0.1.2
26722024-05-23T03:35:45.374Z Compiling slog-bunyan v2.5.0
26732024-05-23T03:35:45.467Z Compiling rustls-pemfile v2.1.2
26742024-05-23T03:35:45.588Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718)
26752024-05-23T03:35:45.978Z Compiling serde_path_to_error v0.1.16
26762024-05-23T03:35:46.047Z Compiling async-stream v0.3.5
26772024-05-23T03:35:46.390Z Compiling structmeta-derive v0.3.0
26782024-05-23T03:35:46.563Z Compiling hostname v0.4.0
26792024-05-23T03:35:46.646Z Compiling darling_macro v0.20.9
26802024-05-23T03:35:46.816Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
26812024-05-23T03:35:46.838Z Compiling newtype-uuid v1.1.0
26822024-05-23T03:35:47.150Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26832024-05-23T03:35:47.177Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26842024-05-23T03:35:47.372Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
26852024-05-23T03:35:47.481Z Compiling backoff v0.4.0
26862024-05-23T03:35:47.513Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
26872024-05-23T03:35:47.704Z Compiling darling v0.20.9
26882024-05-23T03:35:47.808Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26892024-05-23T03:35:47.824Z Compiling serde_with_macros v3.8.1
26902024-05-23T03:35:47.908Z Compiling macaddr v1.0.1
26912024-05-23T03:35:47.945Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26922024-05-23T03:35:47.959Z Compiling proc-macro-crate v1.3.1
26932024-05-23T03:35:48.109Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26942024-05-23T03:35:48.353Z Compiling fastrand v2.1.0
26952024-05-23T03:35:48.475Z Compiling proc-macro-error-attr v1.0.4
26962024-05-23T03:35:48.769Z Compiling tokio-rustls v0.25.0
26972024-05-23T03:35:48.945Z Compiling tempfile v3.10.1
26982024-05-23T03:35:49.110Z Compiling num_enum_derive v0.5.11
26992024-05-23T03:35:49.659Z Compiling structmeta v0.3.0
27002024-05-23T03:35:49.918Z Compiling proc-macro-error v1.0.4
27012024-05-23T03:35:50.128Z Compiling parse-display-derive v0.9.0
27022024-05-23T03:35:50.209Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27032024-05-23T03:35:51.324Z Compiling serde_with v3.8.1
27042024-05-23T03:35:51.497Z Compiling foreign-types-macros v0.2.3
27052024-05-23T03:35:51.993Z Compiling num_enum v0.5.11
27062024-05-23T03:35:52.214Z Compiling foreign-types-shared v0.3.1
27072024-05-23T03:35:52.339Z Compiling heapless v0.8.0
27082024-05-23T03:35:52.922Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27092024-05-23T03:35:53.215Z Compiling foreign-types v0.5.0
27102024-05-23T03:35:53.688Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27112024-05-23T03:35:53.982Z Compiling cstr-argument v0.1.2
27122024-05-23T03:35:54.254Z Compiling hash32 v0.3.1
27132024-05-23T03:35:54.492Z Compiling smoltcp v0.11.0
27142024-05-23T03:35:54.530Z Compiling pretty-hex v0.2.1
27152024-05-23T03:35:54.707Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27162024-05-23T03:35:55.157Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27172024-05-23T03:35:55.238Z Compiling camino-tempfile v1.1.1
27182024-05-23T03:35:55.258Z Compiling tabwriter v1.4.0
27192024-05-23T03:35:55.274Z Compiling parse-display v0.9.0
27202024-05-23T03:35:55.711Z Compiling colored v2.1.0
27212024-05-23T03:35:55.775Z Compiling socket2 v0.4.10
27222024-05-23T03:35:55.789Z Compiling cobs v0.2.3
27232024-05-23T03:35:55.974Z Compiling embedded-io v0.4.0
27242024-05-23T03:35:56.096Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
27252024-05-23T03:35:56.187Z Compiling postcard v1.0.8
27262024-05-23T03:35:56.295Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
27272024-05-23T03:35:56.384Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
27282024-05-23T03:35:56.499Z Compiling crucible-workspace-hack v0.1.0
27292024-05-23T03:35:56.626Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
27302024-05-23T03:35:56.671Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
27312024-05-23T03:35:56.772Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
27322024-05-23T03:35:57.056Z Compiling smf v0.2.3
27332024-05-23T03:35:57.097Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
27342024-05-23T03:35:57.428Z Compiling humantime v2.1.0
27352024-05-23T03:35:57.791Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
27362024-05-23T03:35:58.011Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
27372024-05-23T03:35:58.166Z Compiling num-derive v0.4.2
27382024-05-23T03:35:58.493Z Compiling sigpipe v0.1.3
27392024-05-23T03:35:58.593Z Compiling utf-8 v0.7.6
27402024-05-23T03:35:58.620Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
27412024-05-23T03:35:58.936Z Compiling atty v0.2.14
27422024-05-23T03:35:59.073Z Compiling rayon-core v1.12.1
27432024-05-23T03:35:59.084Z Compiling platforms v3.4.0
27442024-05-23T03:35:59.338Z Compiling same-file v1.0.6
27452024-05-23T03:35:59.365Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
27462024-05-23T03:35:59.562Z Compiling semver v0.1.20
27472024-05-23T03:35:59.747Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
27482024-05-23T03:36:00.278Z Compiling rustc_version v0.1.7
27492024-05-23T03:36:00.709Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
27502024-05-23T03:36:00.768Z Compiling curve25519-dalek v4.1.2
27512024-05-23T03:36:01.281Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
27522024-05-23T03:36:01.324Z Compiling walkdir v2.5.0
27532024-05-23T03:36:01.421Z Compiling newline-converter v0.3.0
27542024-05-23T03:36:01.518Z Compiling crossbeam-deque v0.8.5
27552024-05-23T03:36:01.587Z Compiling universal-hash v0.5.1
27562024-05-23T03:36:01.630Z Compiling opaque-debug v0.3.1
27572024-05-23T03:36:01.725Z Compiling expectorate v1.1.0
27582024-05-23T03:36:01.860Z Compiling newtype_derive v0.1.6
27592024-05-23T03:36:01.881Z Compiling tungstenite v0.20.1
27602024-05-23T03:36:01.897Z Compiling xattr v1.3.1
27612024-05-23T03:36:02.119Z Compiling signature v2.2.0
27622024-05-23T03:36:02.157Z Compiling curve25519-dalek-derive v0.1.1
27632024-05-23T03:36:02.210Z Compiling ring v0.16.20
27642024-05-23T03:36:02.459Z Compiling blake3 v1.5.1
27652024-05-23T03:36:03.046Z Compiling filetime v0.2.23
27662024-05-23T03:36:03.347Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
27672024-05-23T03:36:03.417Z Compiling unicase v2.7.0
27682024-05-23T03:36:03.432Z Compiling arc-swap v1.7.1
27692024-05-23T03:36:03.700Z Compiling getrandom v0.1.16
27702024-05-23T03:36:03.775Z Compiling quick-error v1.2.3
27712024-05-23T03:36:03.839Z Compiling convert_case v0.4.0
27722024-05-23T03:36:11.258Z Compiling termcolor v1.4.1
27732024-05-23T03:36:11.258Z Compiling linked-hash-map v0.5.6
27742024-05-23T03:36:11.258Z Compiling resolv-conf v0.7.0
27752024-05-23T03:36:11.258Z Compiling lru-cache v0.1.2
27762024-05-23T03:36:11.258Z Compiling env_logger v0.9.3
27772024-05-23T03:36:11.258Z Compiling slog-scope v4.4.0
27782024-05-23T03:36:11.258Z Compiling derive_more v0.99.17
27792024-05-23T03:36:11.394Z Compiling tar v0.4.40
27802024-05-23T03:36:11.394Z Compiling tokio-tungstenite v0.20.1
27812024-05-23T03:36:11.430Z Compiling rayon v1.10.0
27822024-05-23T03:36:11.430Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27832024-05-23T03:36:11.430Z Compiling password-hash v0.5.0
27842024-05-23T03:36:11.430Z Compiling blake2 v0.10.6
27852024-05-23T03:36:11.430Z Compiling bitstruct_derive v0.1.0
27862024-05-23T03:36:11.431Z Compiling derive-where v1.2.7
27872024-05-23T03:36:11.431Z Compiling memmap2 v0.9.4
27882024-05-23T03:36:11.431Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27892024-05-23T03:36:11.431Z Compiling arrayref v0.3.7
27902024-05-23T03:36:11.431Z Compiling arrayvec v0.7.4
27912024-05-23T03:36:11.431Z Compiling constant_time_eq v0.3.0
27922024-05-23T03:36:11.431Z Compiling ascii v1.1.0
27932024-05-23T03:36:11.431Z Compiling untrusted v0.7.1
27942024-05-23T03:36:11.431Z Compiling home v0.5.9
27952024-05-23T03:36:11.431Z Compiling parking_lot_core v0.8.6
27962024-05-23T03:36:11.431Z Compiling libefi-sys v0.1.0
27972024-05-23T03:36:11.431Z Compiling toolchain_find v0.4.0
27982024-05-23T03:36:11.432Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
27992024-05-23T03:36:11.510Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28002024-05-23T03:36:11.784Z Compiling bitstruct v0.1.1
28012024-05-23T03:36:11.908Z Compiling argon2 v0.5.3
28022024-05-23T03:36:12.366Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28032024-05-23T03:36:12.800Z Compiling slog-stdlog v4.1.1
28042024-05-23T03:36:13.084Z Compiling trust-dns-resolver v0.22.0
28052024-05-23T03:36:13.468Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28062024-05-23T03:36:13.568Z Compiling num-rational v0.4.2
28072024-05-23T03:36:13.716Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28082024-05-23T03:36:14.109Z Compiling erased-serde v0.3.31
28092024-05-23T03:36:14.231Z Compiling serde_arrays v0.1.0
28102024-05-23T03:36:14.394Z Compiling rfc6979 v0.4.0
28112024-05-23T03:36:14.593Z Compiling aead v0.5.2
28122024-05-23T03:36:14.833Z Compiling num-complex v0.4.6
28132024-05-23T03:36:14.874Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
28142024-05-23T03:36:14.981Z Compiling nibble_vec v0.1.0
28152024-05-23T03:36:15.187Z Compiling slog-dtrace v0.3.0
28162024-05-23T03:36:15.262Z Compiling topological-sort v0.2.2
28172024-05-23T03:36:15.393Z Compiling keccak v0.1.5
28182024-05-23T03:36:15.459Z Compiling endian-type v0.1.2
28192024-05-23T03:36:15.476Z Compiling cancel-safe-futures v0.1.5
28202024-05-23T03:36:15.557Z Compiling omicron-zone-package v0.11.0
28212024-05-23T03:36:15.666Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
28222024-05-23T03:36:15.689Z Compiling radix_trie v0.2.1
28232024-05-23T03:36:15.829Z Compiling num v0.4.3
28242024-05-23T03:36:15.937Z Compiling sha3 v0.10.8
28252024-05-23T03:36:16.060Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28262024-05-23T03:36:16.363Z Compiling ecdsa v0.16.9
28272024-05-23T03:36:16.417Z Compiling rand_core v0.5.1
28282024-05-23T03:36:16.954Z Compiling mime_guess v2.0.4
28292024-05-23T03:36:17.012Z Compiling slog-envlogger v2.2.0
28302024-05-23T03:36:17.243Z Compiling steno v0.4.0
28312024-05-23T03:36:17.889Z Compiling rustfmt-wrapper v0.2.1
28322024-05-23T03:36:18.926Z Compiling poly1305 v0.8.0
28332024-05-23T03:36:19.092Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
28342024-05-23T03:36:19.618Z Compiling primeorder v0.13.6
28352024-05-23T03:36:19.837Z Compiling heck v0.3.3
28362024-05-23T03:36:20.151Z Compiling chacha20 v0.9.1
28372024-05-23T03:36:20.289Z Compiling thiserror-impl-no-std v2.0.2
28382024-05-23T03:36:20.622Z Compiling secrecy v0.8.0
28392024-05-23T03:36:20.711Z Compiling half v2.4.1
28402024-05-23T03:36:20.866Z Compiling ciborium-io v0.2.2
28412024-05-23T03:36:20.984Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28422024-05-23T03:36:21.001Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
28432024-05-23T03:36:21.265Z Compiling option-ext v0.2.0
28442024-05-23T03:36:21.279Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
28452024-05-23T03:36:21.382Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28462024-05-23T03:36:21.398Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28472024-05-23T03:36:21.560Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28482024-05-23T03:36:22.211Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28492024-05-23T03:36:22.444Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28502024-05-23T03:36:22.659Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28512024-05-23T03:36:23.102Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28522024-05-23T03:36:23.433Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28532024-05-23T03:36:23.651Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
28542024-05-23T03:36:23.730Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28552024-05-23T03:36:23.751Z Compiling thiserror-no-std v2.0.2
28562024-05-23T03:36:23.804Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
28572024-05-23T03:36:23.864Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28582024-05-23T03:36:24.034Z Compiling dirs-sys v0.4.1
28592024-05-23T03:36:24.105Z Compiling ciborium-ll v0.2.2
28602024-05-23T03:36:24.460Z Compiling zone_cfg_derive v0.1.2
28612024-05-23T03:36:24.684Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
28622024-05-23T03:36:25.062Z Compiling parking_lot v0.11.2
28632024-05-23T03:36:25.119Z Compiling rand_chacha v0.2.2
28642024-05-23T03:36:25.259Z Compiling trust-dns-client v0.22.0
28652024-05-23T03:36:26.651Z Compiling ed25519 v2.2.3
28662024-05-23T03:36:26.664Z Compiling polyval v0.6.2
28672024-05-23T03:36:27.142Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28682024-05-23T03:36:27.174Z Compiling tungstenite v0.21.0
28692024-05-23T03:36:27.340Z Compiling ctr v0.9.2
28702024-05-23T03:36:27.583Z Compiling blowfish v0.9.1
28712024-05-23T03:36:27.722Z Compiling aes v0.8.4
28722024-05-23T03:36:28.026Z Compiling libsw v3.3.1
28732024-05-23T03:36:28.376Z Compiling toml v0.5.11
28742024-05-23T03:36:28.517Z Compiling password-hash v0.4.2
28752024-05-23T03:36:29.438Z Compiling pbkdf2 v0.12.2
28762024-05-23T03:36:29.514Z Compiling gethostname v0.4.3
28772024-05-23T03:36:29.596Z Compiling fxhash v0.2.1
28782024-05-23T03:36:29.798Z Compiling swrite v0.1.0
28792024-05-23T03:36:29.812Z Compiling base64 v0.13.1
28802024-05-23T03:36:29.831Z Compiling linear-map v1.2.0
28812024-05-23T03:36:29.926Z Compiling owo-colors v4.0.0
28822024-05-23T03:36:30.175Z Compiling trust-dns-server v0.22.1
28832024-05-23T03:36:30.447Z Compiling ron v0.7.1
28842024-05-23T03:36:30.559Z Compiling sled v0.34.7
28852024-05-23T03:36:32.217Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28862024-05-23T03:36:32.268Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28872024-05-23T03:36:32.951Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28882024-05-23T03:36:37.306Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28892024-05-23T03:36:37.419Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28902024-05-23T03:36:38.201Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28912024-05-23T03:36:38.261Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
28922024-05-23T03:36:39.132Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28932024-05-23T03:36:39.875Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28942024-05-23T03:36:40.614Z Compiling bcrypt-pbkdf v0.10.0
28952024-05-23T03:36:41.246Z Compiling pbkdf2 v0.11.0
28962024-05-23T03:36:41.386Z Compiling tokio-tungstenite v0.21.0
28972024-05-23T03:36:41.619Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28982024-05-23T03:36:41.871Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28992024-05-23T03:36:41.922Z Compiling ghash v0.5.1
29002024-05-23T03:36:42.079Z Compiling ed25519-dalek v2.1.1
29012024-05-23T03:36:42.138Z Compiling zone v0.1.8
29022024-05-23T03:36:42.644Z Compiling rand v0.7.3
29032024-05-23T03:36:43.361Z Compiling ciborium v0.2.2
29042024-05-23T03:36:43.606Z Compiling dirs v5.0.1
29052024-05-23T03:36:43.855Z Compiling vsss-rs v3.3.4
29062024-05-23T03:36:44.982Z Compiling chacha20poly1305 v0.10.1
29072024-05-23T03:36:45.213Z Compiling p521 v0.13.3
29082024-05-23T03:36:45.283Z Compiling p256 v0.13.2
29092024-05-23T03:36:45.344Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29102024-05-23T03:36:46.149Z Compiling pem v3.0.4
29112024-05-23T03:36:47.011Z Compiling cbc v0.1.2
29122024-05-23T03:36:47.027Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
29132024-05-23T03:36:47.291Z Compiling headers-core v0.2.0
29142024-05-23T03:36:47.446Z Compiling kstat-rs v0.2.3
29152024-05-23T03:36:47.470Z Compiling portpicker v0.1.1
29162024-05-23T03:36:47.656Z Compiling nanorand v0.7.0
29172024-05-23T03:36:47.769Z Compiling russh-cryptovec v0.7.2
29182024-05-23T03:36:47.823Z Compiling glob v0.3.1
29192024-05-23T03:36:48.090Z Compiling http-range v0.1.5
29202024-05-23T03:36:48.093Z Compiling md5 v0.7.0
29212024-05-23T03:36:48.246Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29222024-05-23T03:36:48.473Z Compiling russh-keys v0.43.0
29232024-05-23T03:36:48.596Z Compiling hyper-staticfile v0.9.5
29242024-05-23T03:36:48.628Z Compiling flume v0.11.0
29252024-05-23T03:36:49.343Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29262024-05-23T03:36:49.566Z Compiling headers v0.3.9
29272024-05-23T03:36:51.611Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
29282024-05-23T03:36:52.068Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
29292024-05-23T03:36:52.450Z Compiling rcgen v0.12.1
29302024-05-23T03:36:52.645Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29312024-05-23T03:36:55.021Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29322024-05-23T03:36:55.102Z Compiling aes-gcm v0.10.3
29332024-05-23T03:36:55.492Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29342024-05-23T03:36:55.973Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29352024-05-23T03:36:56.928Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29362024-05-23T03:36:58.625Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
29372024-05-23T03:37:00.311Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
29382024-05-23T03:37:02.131Z Compiling atomicwrites v0.4.3
29392024-05-23T03:37:02.530Z Compiling subprocess v0.2.9
29402024-05-23T03:37:02.982Z Compiling hex-literal v0.4.1
29412024-05-23T03:37:03.146Z Compiling dhcproto-macros v0.1.0
29422024-05-23T03:37:04.155Z Compiling display-error-chain v0.2.0
29432024-05-23T03:37:04.334Z Compiling dhcproto v0.11.0
29442024-05-23T03:37:04.657Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29452024-05-23T03:37:05.948Z Compiling russh v0.43.0
29462024-05-23T03:37:06.860Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29472024-05-23T03:37:07.580Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29482024-05-23T03:37:07.828Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29492024-05-23T03:37:08.207Z Compiling internet-checksum v0.2.1
29502024-05-23T03:37:09.010Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29512024-05-23T03:37:30.940Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29522024-05-23T03:38:15.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 52s
29532024-05-23T03:38:15.543Z
29542024-05-23T03:38:15.550Zreal 3:52.998586874
29552024-05-23T03:38:15.550Zuser 20:47.885155366
29562024-05-23T03:38:15.550Zsys 4:32.784297780
29572024-05-23T03:38:15.550Ztrap 0.628144962
29582024-05-23T03:38:15.550Ztflt 0.500729577
29592024-05-23T03:38:15.551Zdflt 2.383126711
29602024-05-23T03:38:15.551Zkflt 0.000073061
29612024-05-23T03:38:15.551Zlock 44:05.421520797
29622024-05-23T03:38:15.551Zslp 59:41.334769181
29632024-05-23T03:38:15.551Zlat 1:12.028812568
29642024-05-23T03:38:15.551Zstop 2:39.740649672
29652024-05-23T03:38:15.551Z+ mkdir tests
29662024-05-23T03:38:15.552Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29672024-05-23T03:38:15.552Z+ xargs -I '{}' -t cp '{}' tests/
29682024-05-23T03:38:16.862Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-451fa36426f63278 tests/
29692024-05-23T03:38:16.925Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-42bc164b1028ebb1 tests/
29702024-05-23T03:38:16.945Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-c665353dee2cc12b tests/
29712024-05-23T03:38:16.958Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-54d6d2c111a1c056 tests/
29722024-05-23T03:38:17.293Z+ 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/*)
29732024-05-23T03:38:17.300Z+ 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-42bc164b1028ebb1 tests/commtest-c665353dee2cc12b tests/dhcp_server-451fa36426f63278 tests/end_to_end_tests-54d6d2c111a1c056 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
29742024-05-23T03:39:20.475ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29752024-05-23T03:39:20.475Za out/target/test 1K
29762024-05-23T03:39:20.475Za out/npuzone/npuzone 23144K
29772024-05-23T03:39:20.475Za package-manifest.toml 27K
29782024-05-23T03:39:20.475Za smf/sled-agent/non-gimlet/config.toml 4K
29792024-05-23T03:39:20.475Za target/release/omicron-package 31741K
29802024-05-23T03:39:20.475Za target/release/xtask 6795K
29812024-05-23T03:39:20.475Za target/debug/bootstrap 350367K
29822024-05-23T03:39:20.475Za tests/bootstrap-42bc164b1028ebb1 23990K
29832024-05-23T03:39:20.475Za tests/commtest-c665353dee2cc12b 23990K
29842024-05-23T03:39:20.475Za tests/dhcp_server-451fa36426f63278 23990K
29852024-05-23T03:39:20.475Za tests/end_to_end_tests-54d6d2c111a1c056 360517K
29862024-05-23T03:39:20.475Za out/clickhouse.tar.gz 222974K
29872024-05-23T03:39:20.475Za out/clickhouse_keeper.tar.gz 222958K
29882024-05-23T03:39:20.475Za out/cockroachdb.tar.gz 120919K
29892024-05-23T03:39:20.475Za out/crucible-pantry-zone.tar.gz 27264K
29902024-05-23T03:39:20.475Za out/crucible-zone.tar.gz 38022K
29912024-05-23T03:39:20.476Za out/external-dns.tar.gz 25058K
29922024-05-23T03:39:20.476Za out/internal-dns.tar.gz 25058K
29932024-05-23T03:39:20.476Za out/mg-ddm-gz.tar 60408K
29942024-05-23T03:39:20.476Za out/nexus.tar.gz 81987K
29952024-05-23T03:39:20.476Za out/ntp.tar.gz 8817K
29962024-05-23T03:39:20.476Za out/omicron-gateway-softnpu.tar.gz 14597K
29972024-05-23T03:39:20.476Za out/omicron-sled-agent.tar 93092K
29982024-05-23T03:39:20.476Za out/overlay.tar.gz 3K
29992024-05-23T03:39:20.476Za out/oximeter.tar.gz 40318K
30002024-05-23T03:39:20.476Za out/oxlog.tar 2934K
30012024-05-23T03:39:20.476Za out/probe.tar.gz 2764K
30022024-05-23T03:39:20.476Za out/propolis-server.tar.gz 65435K
30032024-05-23T03:39:20.476Za out/pumpkind-gz.tar 26665K
30042024-05-23T03:39:20.476Za out/switch-softnpu.tar.gz 196023K
30052024-05-23T03:39:20.481Z
30062024-05-23T03:39:20.481Zreal 1:03.174397747
30072024-05-23T03:39:20.481Zuser 1:00.427903635
30082024-05-23T03:39:20.481Zsys 3.747118036
30092024-05-23T03:39:20.481Ztrap 0.014348304
30102024-05-23T03:39:20.481Ztflt 0.000000000
30112024-05-23T03:39:20.481Zdflt 0.000000000
30122024-05-23T03:39:20.481Zkflt 0.000000000
30132024-05-23T03:39:20.481Zlock 0.000000000
30142024-05-23T03:39:20.481Zslp 1:00.394603649
30152024-05-23T03:39:20.481Zlat 1.760496197
30162024-05-23T03:39:20.481Zstop 0.000528242
30172024-05-23T03:39:20.481Zprocess exited: duration 1694746 ms, exit code 0
 
30182024-05-23T03:39:20.499Zfound 1 output files
30192024-05-23T03:39:20.499Zuploading: /work/package.tar.gz (1382206404 bytes)
30202024-05-23T03:46:42.044Zuploaded: /work/package.tar.gz