01HZ32JXVW6ECQRGS1HDTZGWZ5: helios / package

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

Buildomat Job: 01HZ32K5JSNJJH8MCNVDDNFE2H

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-05-29T21:03:29.696Zjob assigned to worker 01HZ32K600JARX5D9RRKRT0AFC (queued for 44 s)
 
22024-05-29T21:03:30.561Zstarting task 0: "setup"
32024-05-29T21:03:30.585Z++ uname -s
42024-05-29T21:03:30.585Z+ kern=SunOS
52024-05-29T21:03:30.586Z+ case "$kern" in
62024-05-29T21:03:30.586Z+ groupadd -g 12345 build
72024-05-29T21:03:30.586Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-05-29T21:03:32.656Z+ zfs create -o mountpoint=/work rpool/work
92024-05-29T21:03:32.685Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-05-29T21:03:32.685Z+ home_fs=zfs
112024-05-29T21:03:32.685Z+ [[ zfs == autofs ]]
122024-05-29T21:03:32.685Z+ mkdir -p /home/build
132024-05-29T21:03:32.685Z+ chown build:build /home/build /work
142024-05-29T21:03:34.652Z+ chmod 0700 /home/build /work
152024-05-29T21:03:34.697Zprocess exited: duration 4090 ms, exit code 0
 
162024-05-29T21:03:34.763Zstarting task 1: "rust-toolchain"
172024-05-29T21:03:34.793Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-05-29T21:03:34.793Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.77.2 --profile default
192024-05-29T21:03:34.908Zinfo: downloading installer
202024-05-29T21:03:35.427Zwarning: it looks like you have an existing installation of Rust at:
212024-05-29T21:03:35.427Zwarning: /opt/ooce/bin
222024-05-29T21:03:35.427Zwarning: It is recommended that rustup be the primary Rust installation.
232024-05-29T21:03:35.427Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-05-29T21:03:35.427Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-05-29T21:03:35.428Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-05-29T21:03:35.428Zwarning: or pass `-y' to ignore all ignorable checks.
272024-05-29T21:03:35.428Zerror: cannot install while Rust is installed
282024-05-29T21:03:35.428Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-05-29T21:03:35.486Zinfo: profile set to 'default'
302024-05-29T21:03:35.486Zinfo: default host triple is x86_64-unknown-illumos
312024-05-29T21:03:35.486Zinfo: syncing channel updates for '1.77.2-x86_64-unknown-illumos'
322024-05-29T21:03:36.007Zinfo: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09)
332024-05-29T21:03:36.007Zinfo: downloading component 'cargo'
342024-05-29T21:03:36.040Zinfo: downloading component 'clippy'
352024-05-29T21:03:36.041Zinfo: downloading component 'rust-docs'
362024-05-29T21:03:36.071Zinfo: downloading component 'rust-std'
372024-05-29T21:03:36.361Zinfo: downloading component 'rustc'
382024-05-29T21:03:36.974Zinfo: downloading component 'rustfmt'
392024-05-29T21:03:37.030Zinfo: installing component 'cargo'
402024-05-29T21:03:38.190Zinfo: installing component 'clippy'
412024-05-29T21:03:38.590Zinfo: installing component 'rust-docs'
422024-05-29T21:03:41.138Zinfo: installing component 'rust-std'
432024-05-29T21:03:43.040Zinfo: installing component 'rustc'
442024-05-29T21:03:47.674Zinfo: installing component 'rustfmt'
452024-05-29T21:03:48.064Zinfo: default toolchain set to '1.77.2-x86_64-unknown-illumos'
462024-05-29T21:03:48.064Z
472024-05-29T21:03:48.183Z 1.77.2-x86_64-unknown-illumos installed - rustc 1.77.2 (25ef9e3d8 2024-04-09)
482024-05-29T21:03:48.183Z
492024-05-29T21:03:48.236Z
502024-05-29T21:03:48.236ZRust is installed now. Great!
512024-05-29T21:03:48.236Z
522024-05-29T21:03:48.236ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-05-29T21:03:48.237Zenvironment variable. This has not been done automatically.
542024-05-29T21:03:48.237Z
552024-05-29T21:03:48.237ZTo configure your current shell, you need to source
562024-05-29T21:03:48.237Zthe corresponding env file under $HOME/.cargo.
572024-05-29T21:03:48.237Z
582024-05-29T21:03:48.237ZThis is usually done by running one of the following (note the leading DOT):
592024-05-29T21:03:48.238Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-05-29T21:03:48.238Zsource "$HOME/.cargo/env.fish" # For fish
612024-05-29T21:03:48.273Z+ rustc --version
622024-05-29T21:03:48.378Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
632024-05-29T21:03:48.405Zprocess exited: duration 13617 ms, exit code 0
 
642024-05-29T21:03:48.461Zstarting task 2: "authentication"
652024-05-29T21:03:48.520Zprocess exited: duration 62 ms, exit code 0
 
662024-05-29T21:03:48.586Zstarting task 3: "clone repository"
672024-05-29T21:03:48.625Z+ mkdir -p /work/oxidecomputer/omicron
682024-05-29T21:03:48.625Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-05-29T21:03:48.625ZCloning into '/work/oxidecomputer/omicron'...
702024-05-29T21:03:54.359Z+ cd /work/oxidecomputer/omicron
712024-05-29T21:03:54.359Z+ git fetch origin 6917f4231e3fdd771a6b1156631d90a25eff1231
722024-05-29T21:03:55.110ZFrom https://github.com/oxidecomputer/omicron
732024-05-29T21:03:55.110Z * branch 6917f4231e3fdd771a6b1156631d90a25eff1231 -> FETCH_HEAD
742024-05-29T21:03:55.134Z+ [[ -n '' ]]
752024-05-29T21:03:55.134Z+ git reset --hard 6917f4231e3fdd771a6b1156631d90a25eff1231
762024-05-29T21:03:55.294ZHEAD is now at 6917f4231 wait until the task starts
772024-05-29T21:03:55.319Zprocess exited: duration 6720 ms, exit code 0
 
782024-05-29T21:03:55.370Zstarting task 4: "build"
792024-05-29T21:03:55.397Z+ cargo --version
802024-05-29T21:03:55.465Zcargo 1.77.2 (e52e36006 2024-03-26)
812024-05-29T21:03:55.490Z+ rustc --version
822024-05-29T21:03:55.587Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
832024-05-29T21:03:55.587Z+ WORK=/work
842024-05-29T21:03:55.587Z+ pfexec mkdir -p /work
852024-05-29T21:03:55.587Z+ pfexec chown build /work
862024-05-29T21:03:55.587Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872024-05-29T21:04:00.292Z Startup: Refreshing catalog 'helios-dev' ... Done
882024-05-29T21:04:02.213Z Startup: Caching catalogs ... Done
892024-05-29T21:04:04.561ZPlanning: Solver setup ... Done (1.775s)
902024-05-29T21:04:04.595ZPlanning: Running solver ... Done (0.033s)
912024-05-29T21:04:04.628ZPlanning: Finding local manifests ... Done (0.002s)
922024-05-29T21:04:04.713ZPlanning: Fetching manifests: 0/4 0% complete
932024-05-29T21:04:05.689ZPlanning: Fetching manifests: 4/4 100% complete
942024-05-29T21:04:05.748ZPlanning: Package planning ... Done (0.059s)
952024-05-29T21:04:05.809ZPlanning: Merging actions ... Done (0.060s)
962024-05-29T21:04:06.169ZPlanning: Checking for conflicting actions ... Done (0.355s)
972024-05-29T21:04:06.199ZPlanning: Consolidating action changes ... Done (0.013s)
982024-05-29T21:04:06.826ZPlanning: Evaluating mediators ... Done (0.648s)
992024-05-29T21:04:07.265ZPlanning: Planning completed in 4.57 seconds
1002024-05-29T21:04:07.296Z Packages to install: 4
1012024-05-29T21:04:07.296Z Mediators to change: 2
1022024-05-29T21:04:07.296Z Services to change: 1
1032024-05-29T21:04:07.296Z Estimated space available: 148.91 GB
1042024-05-29T21:04:07.296ZEstimated space to be consumed: 1.45 GB
1052024-05-29T21:04:07.296Z Create boot environment: No
1062024-05-29T21:04:07.297ZCreate backup boot environment: No
1072024-05-29T21:04:07.297Z Rebuild boot archive: No
1082024-05-29T21:04:07.297Z
1092024-05-29T21:04:07.297ZChanged mediators:
1102024-05-29T21:04:07.297Z mediator clang:
1112024-05-29T21:04:07.297Z version: None -> 15 (system default)
1122024-05-29T21:04:07.297Z
1132024-05-29T21:04:07.297Z mediator llvm:
1142024-05-29T21:04:07.297Z version: 14 (system default) -> 15 (system default)
1152024-05-29T21:04:07.298Z
1162024-05-29T21:04:07.298ZChanged packages:
1172024-05-29T21:04:07.298Zhelios-dev
1182024-05-29T21:04:07.298Z developer/build-essential
1192024-05-29T21:04:07.298Z None -> 11-2.0
1202024-05-29T21:04:07.298Z library/libxmlsec1
1212024-05-29T21:04:07.298Z None -> 1.2.35-2.0
1222024-05-29T21:04:07.298Z ooce/developer/clang-15
1232024-05-29T21:04:07.299Z None -> 15.0.7-2.0
1242024-05-29T21:04:07.299Z ooce/developer/llvm-15
1252024-05-29T21:04:07.299Z None -> 15.0.7-2.0
1262024-05-29T21:04:07.299Z
1272024-05-29T21:04:07.299ZServices:
1282024-05-29T21:04:07.299Z restart_fmri:
1292024-05-29T21:04:07.299Z svc:/system/update-man-index:default
1302024-05-29T21:04:07.299Z
1312024-05-29T21:04:07.300ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1322024-05-29T21:04:11.915ZDownload: 872/3290 items 18.9/212.6MB 8% complete (3.9M/s)
1332024-05-29T21:04:16.918ZDownload: 1308/3290 items 108.0/212.6MB 50% complete (10.8M/s)
1342024-05-29T21:04:21.945ZDownload: 2220/3290 items 119.2/212.6MB 56% complete (10.1M/s)
1352024-05-29T21:04:26.964ZDownload: 2522/3290 items 120.3/212.6MB 56% complete (1.9M/s)
1362024-05-29T21:04:31.971ZDownload: 3248/3290 items 202.9/212.6MB 95% complete (8.3M/s)
1372024-05-29T21:04:33.076ZDownload: Completed 212.60 MB in 26.17 seconds (8.1M/s)
1382024-05-29T21:04:33.316Z Actions: 1/3689 actions (Installing new actions)
1392024-05-29T21:04:38.376Z Actions: 2604/3689 actions (Installing new actions)
1402024-05-29T21:04:39.009Z Actions: Completed 3689 actions in 5.69 seconds.
1412024-05-29T21:04:39.324Z Done (0.305s)
1422024-05-29T21:04:39.324Z Done (0.000s)
1432024-05-29T21:04:39.685Z Done (0.362s)
1442024-05-29T21:04:44.718Z Done (4.902s)
1452024-05-29T21:04:44.806Z Done (0.019s)
1462024-05-29T21:04:44.831Z Done (0.000s)
1472024-05-29T21:04:44.973Z Done (0.000s)
1482024-05-29T21:04:45.641ZPlanning: Evaluating mediator changes ... Done
1492024-05-29T21:04:45.900ZPlanning: Checking for conflicting actions ... Done
1502024-05-29T21:04:45.924ZPlanning: Consolidating action changes ... Done
1512024-05-29T21:04:46.251ZPlanning: Evaluating mediators ... Done
1522024-05-29T21:04:46.276ZPlanning: Planning completed in 0.61 seconds
1532024-05-29T21:04:46.300Z Mediators to change: 2
1542024-05-29T21:04:46.300Z Create boot environment: No
1552024-05-29T21:04:46.300ZCreate backup boot environment: No
1562024-05-29T21:04:46.345Z Done
1572024-05-29T21:04:46.345Z Done
1582024-05-29T21:04:46.654Z Done
1592024-05-29T21:04:51.076Z Done
1602024-05-29T21:04:51.162Z Done
1612024-05-29T21:04:51.187Z Done
1622024-05-29T21:04:51.238Z Done
1632024-05-29T21:04:51.995ZPlanning: Evaluating mediator changes ... Done
1642024-05-29T21:04:52.030ZPlanning: Merging actions ... Done
1652024-05-29T21:04:52.693ZPlanning: Checking for conflicting actions ... Done
1662024-05-29T21:04:52.720ZPlanning: Consolidating action changes ... Done
1672024-05-29T21:04:52.720ZPlanning: Evaluating mediators ... Done
1682024-05-29T21:04:52.720ZPlanning: Planning completed in 0.98 seconds
1692024-05-29T21:04:52.751Z Packages to change: 1
1702024-05-29T21:04:52.751Z Mediators to change: 1
1712024-05-29T21:04:52.751Z Services to change: 1
1722024-05-29T21:04:52.751Z Create boot environment: No
1732024-05-29T21:04:52.751ZCreate backup boot environment: Yes
1742024-05-29T21:04:54.270Z Actions: 1/6 actions (Updating modified actions)
1752024-05-29T21:04:54.295Z Actions: Completed 6 actions in 0.00 seconds.
1762024-05-29T21:04:54.295Z Done
1772024-05-29T21:04:54.295Z Done
1782024-05-29T21:04:54.354Z Done
1792024-05-29T21:04:58.655Z Done
1802024-05-29T21:04:58.752Z Done
1812024-05-29T21:04:58.790Z Done
1822024-05-29T21:04:58.825Z Done
1832024-05-29T21:04:59.317ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1842024-05-29T21:04:59.317Zclang system 15 system
1852024-05-29T21:04:59.317Zcsh system system illumos
1862024-05-29T21:04:59.317Zctags system system illumos
1872024-05-29T21:04:59.318Zgcc vendor 12 vendor
1882024-05-29T21:04:59.318Zgcc system 10 system
1892024-05-29T21:04:59.318Zgcc system 7 system
1902024-05-29T21:04:59.318Zgo system 1.20 system
1912024-05-29T21:04:59.318Zgo system 1.19 system
1922024-05-29T21:04:59.319Zllvm system 15 system
1932024-05-29T21:04:59.319Zllvm system 14 system
1942024-05-29T21:04:59.319Zmariadb system 10.6 system
1952024-05-29T21:04:59.319Zmta vendor vendor dma
1962024-05-29T21:04:59.319Zopenjdk system 17 system
1972024-05-29T21:04:59.319Zopenjdk system 11 system
1982024-05-29T21:04:59.320Zopenjdk system 1.8 system
1992024-05-29T21:04:59.320Zopenssl vendor 3 vendor
2002024-05-29T21:04:59.320Zperl system 5.36 system
2012024-05-29T21:04:59.320Zpostgresql system 15 system
2022024-05-29T21:04:59.320Zpostgresql system 13 system
2032024-05-29T21:04:59.320Zpython vendor 3 vendor
2042024-05-29T21:04:59.321Zpython system 2 system
2052024-05-29T21:04:59.321Zpython3 system 3.11 system
2062024-05-29T21:04:59.321Zruby system 3.0 system
2072024-05-29T21:04:59.321Zwords vendor vendor american-english
2082024-05-29T21:04:59.321Zwords system system australian-english
2092024-05-29T21:04:59.321Zwords system system british-english
2102024-05-29T21:04:59.322Zwords system system canadian-english
2112024-05-29T21:04:59.322Zwords system system french
2122024-05-29T21:04:59.322Zwords system system italian
2132024-05-29T21:04:59.322Zwords system system ngerman
2142024-05-29T21:04:59.322Zwords system system ogerman
2152024-05-29T21:04:59.322Zwords system system spanish
2162024-05-29T21:04:59.702ZPUBLISHER TYPE STATUS P LOCATION
2172024-05-29T21:04:59.702Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2182024-05-29T21:05:01.845ZFMRI IFO
2192024-05-29T21:05:01.845Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2202024-05-29T21:05:01.846Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2212024-05-29T21:05:01.846Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2222024-05-29T21:05:01.846Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2232024-05-29T21:05:01.846Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2242024-05-29T21:05:01.846Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2252024-05-29T21:05:01.846Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2262024-05-29T21:05:01.846Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2272024-05-29T21:05:01.846Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2282024-05-29T21:05:01.847Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2292024-05-29T21:05:01.847Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2302024-05-29T21:05:01.847Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2312024-05-29T21:05:01.929Z+ set -o errexit
2322024-05-29T21:05:01.929Z+++ dirname ./tools/ci_download_cockroachdb
2332024-05-29T21:05:01.929Z++ cd ./tools
2342024-05-29T21:05:01.929Z++ pwd
2352024-05-29T21:05:01.929Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2362024-05-29T21:05:01.929Z++ basename ./tools/ci_download_cockroachdb
2372024-05-29T21:05:01.929Z+ ARG0=ci_download_cockroachdb
2382024-05-29T21:05:01.929Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2392024-05-29T21:05:01.929Z+ CIDL_VERSION=v22.1.9
2402024-05-29T21:05:01.929Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2412024-05-29T21:05:01.929Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2422024-05-29T21:05:01.929Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2432024-05-29T21:05:01.929Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2442024-05-29T21:05:01.929Z+ TARGET_DIR=out
2452024-05-29T21:05:01.930Z+ DOWNLOAD_DIR=out/downloads
2462024-05-29T21:05:01.930Z+ DEST_DIR=./out/cockroachdb
2472024-05-29T21:05:01.930Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2482024-05-29T21:05:01.930Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2492024-05-29T21:05:01.930Z+ main
2502024-05-29T21:05:01.930Z+ [[ 0 != 0 ]]
2512024-05-29T21:05:01.930Z+ CIDL_OS=solaris2.11
2522024-05-29T21:05:01.931Z+ [[ 0 != 0 ]]
2532024-05-29T21:05:01.931Z+ configure_os solaris2.11
2542024-05-29T21:05:01.931Z+ echo 'current directory: /work/oxidecomputer/omicron'
2552024-05-29T21:05:01.931Zcurrent directory: /work/oxidecomputer/omicron
2562024-05-29T21:05:01.931Z+ echo 'configuring based on OS: "solaris2.11"'
2572024-05-29T21:05:01.931Zconfiguring based on OS: "solaris2.11"
2582024-05-29T21:05:01.931Z+ case "$1" in
2592024-05-29T21:05:01.931Z+ CIDL_BUILD=illumos
2602024-05-29T21:05:01.932Z+ CIDL_SUFFIX=tar.gz
2612024-05-29T21:05:01.932Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2622024-05-29T21:05:01.932Z+ CIDL_URL_BASE=https://illumos.org/downloads
2632024-05-29T21:05:01.932Z+ CIDL_ASSEMBLE=do_assemble_illumos
2642024-05-29T21:05:01.932Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2652024-05-29T21:05:01.932Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2662024-05-29T21:05:01.932Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2672024-05-29T21:05:01.932Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2682024-05-29T21:05:01.932Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2692024-05-29T21:05:01.932Z+ CIDL_SHA256FUNC=do_sha256sum
2702024-05-29T21:05:01.933Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2712024-05-29T21:05:01.933Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2722024-05-29T21:05:01.933ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2732024-05-29T21:05:01.933ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2742024-05-29T21:05:01.933Z+ mkdir -p out/downloads
2752024-05-29T21:05:01.933Z+ mkdir -p ./out/cockroachdb
2762024-05-29T21:05:01.933Z+ local DO_DOWNLOAD=true
2772024-05-29T21:05:01.933ZDownloading...
2782024-05-29T21:05:01.933Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2792024-05-29T21:05:01.933Z+ '[' true == true ']'
2802024-05-29T21:05:01.933Z+ echo Downloading...
2812024-05-29T21:05:01.933Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2822024-05-29T21:05:01.933Z+ 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
2832024-05-29T21:05:07.526Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2842024-05-29T21:05:07.553Z++ sha256sum
2852024-05-29T21:05:07.553Z++ awk '{print $1}'
2862024-05-29T21:05:07.604Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2872024-05-29T21:05:07.604Z+ [[ 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 ]]
2882024-05-29T21:05:07.604Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2892024-05-29T21:05:07.629Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2902024-05-29T21:05:10.545Z+ do_assemble_illumos
2912024-05-29T21:05:10.545Z+ rm -r ./out/cockroachdb
2922024-05-29T21:05:10.600Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2932024-05-29T21:05:10.902Z+ ./out/cockroachdb/bin/cockroach version
2942024-05-29T21:05:11.084ZBuild Tag: v22.1.9-dirty
2952024-05-29T21:05:11.084ZBuild Time: 2022/10/26 21:17:46
2962024-05-29T21:05:11.084ZDistribution: OSS
2972024-05-29T21:05:11.084ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
2982024-05-29T21:05:11.084ZGo Version: go1.17.13
2992024-05-29T21:05:11.084ZC Compiler: gcc 10.3.0
3002024-05-29T21:05:11.084ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3012024-05-29T21:05:11.084ZBuild Type: release
3022024-05-29T21:05:11.108Z+ set -o errexit
3032024-05-29T21:05:11.135Z+++ dirname ./tools/ci_download_clickhouse
3042024-05-29T21:05:11.136Z++ cd ./tools
3052024-05-29T21:05:11.136Z++ pwd
3062024-05-29T21:05:11.136Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3072024-05-29T21:05:11.136Z++ basename ./tools/ci_download_clickhouse
3082024-05-29T21:05:11.136Z+ ARG0=ci_download_clickhouse
3092024-05-29T21:05:11.136Z+ TARGET_DIR=out
3102024-05-29T21:05:11.136Z+ DOWNLOAD_DIR=out/downloads
3112024-05-29T21:05:11.136Z+ DEST_DIR=./out/clickhouse
3122024-05-29T21:05:11.136Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3132024-05-29T21:05:11.137Z+ CIDL_VERSION=v23.8.7.24
3142024-05-29T21:05:11.137Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3152024-05-29T21:05:11.137Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3162024-05-29T21:05:11.137Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3172024-05-29T21:05:11.137Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3182024-05-29T21:05:11.137Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3192024-05-29T21:05:11.137Z+ main
3202024-05-29T21:05:11.137Z+ [[ 0 != 0 ]]
3212024-05-29T21:05:11.137Z+ CIDL_OS=solaris2.11
3222024-05-29T21:05:11.137Z+ [[ 0 != 0 ]]
3232024-05-29T21:05:11.137Z+ configure_os solaris2.11
3242024-05-29T21:05:11.138Z+ echo 'current directory: /work/oxidecomputer/omicron'
3252024-05-29T21:05:11.138Z+ echo 'configuring based on OS: "solaris2.11"'
3262024-05-29T21:05:11.138Z+ CIDL_DASHREV=
3272024-05-29T21:05:11.138Zcurrent directory: /work/oxidecomputer/omicron
3282024-05-29T21:05:11.138Zconfiguring based on OS: "solaris2.11"
3292024-05-29T21:05:11.138Z+ case "$1" in
3302024-05-29T21:05:11.138Z+ CIDL_PLATFORM=illumos
3312024-05-29T21:05:11.138Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3322024-05-29T21:05:11.138Z+ CIDL_MD5FUNC=do_md5sum
3332024-05-29T21:05:11.138Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3342024-05-29T21:05:11.138Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3352024-05-29T21:05:11.138Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3362024-05-29T21:05:11.138Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3372024-05-29T21:05:11.138Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3382024-05-29T21:05:11.138Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3392024-05-29T21:05:11.138Z+ mkdir -p out/downloads
3402024-05-29T21:05:11.139ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3412024-05-29T21:05:11.139ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3422024-05-29T21:05:11.139Z+ mkdir -p ./out/clickhouse
3432024-05-29T21:05:11.139Z+ local DO_DOWNLOAD=true
3442024-05-29T21:05:11.139Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3452024-05-29T21:05:11.139Z+ '[' true == true ']'
3462024-05-29T21:05:11.139Z+ echo Downloading...
3472024-05-29T21:05:11.139ZDownloading...
3482024-05-29T21:05:11.139Z+ 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
3492024-05-29T21:05:11.139Z+ 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
3502024-05-29T21:05:20.087Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3512024-05-29T21:05:20.125Z++ md5sum
3522024-05-29T21:05:20.125Z++ awk '{print $1}'
3532024-05-29T21:05:20.358Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3542024-05-29T21:05:20.358Z+ [[ 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 ]]
3552024-05-29T21:05:20.358Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3562024-05-29T21:05:20.390Z+ mkdir -p ./out/clickhouse
3572024-05-29T21:05:20.390Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3582024-05-29T21:05:25.458Z+ [[ solaris2.11 == darwin* ]]
3592024-05-29T21:05:25.458Z+ ./out/clickhouse/clickhouse server --version
3602024-05-29T21:05:25.531ZClickHouse server version 23.8.7.1.
3612024-05-29T21:05:25.557Z+ set -o errexit
3622024-05-29T21:05:25.557Z+++ dirname ./tools/ci_download_console
3632024-05-29T21:05:25.582Z++ cd ./tools
3642024-05-29T21:05:25.582Z++ pwd
3652024-05-29T21:05:25.607Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3662024-05-29T21:05:25.607Z++ basename ./tools/ci_download_console
3672024-05-29T21:05:25.607Z+ ARG0=ci_download_console
3682024-05-29T21:05:25.607Z+ TARGET_DIR=out
3692024-05-29T21:05:25.607Z+ DOWNLOAD_DIR=out/downloads
3702024-05-29T21:05:25.607Z+ DEST_DIR=./out/console-assets
3712024-05-29T21:05:25.607Z+ source /work/oxidecomputer/omicron/tools/console_version
3722024-05-29T21:05:25.607Z++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5
3732024-05-29T21:05:25.608Z++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
3742024-05-29T21:05:25.608Z+ URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
3752024-05-29T21:05:25.608Z+ TARBALL_FILE=out/downloads/console.tar.gz
3762024-05-29T21:05:25.608Z+ main
3772024-05-29T21:05:25.608Z+ [[ 0 != 0 ]]
3782024-05-29T21:05:25.608Z+ echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz'
3792024-05-29T21:05:25.608ZURL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
3802024-05-29T21:05:25.608Z+ echo 'Local file: out/downloads/console.tar.gz'
3812024-05-29T21:05:25.608ZLocal file: out/downloads/console.tar.gz
3822024-05-29T21:05:25.608Z+ local DO_DOWNLOAD=true
3832024-05-29T21:05:25.609Z+ [[ -f out/downloads/console.tar.gz ]]
3842024-05-29T21:05:25.609Z+ mkdir -p out/downloads
3852024-05-29T21:05:25.609Z+ '[' true == true ']'
3862024-05-29T21:05:25.609Z+ echo Downloading...
3872024-05-29T21:05:25.609ZDownloading...
3882024-05-29T21:05:25.609Z+ do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz
3892024-05-29T21:05:25.609Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
3902024-05-29T21:05:26.186Z++ do_sha256sum out/downloads/console.tar.gz
3912024-05-29T21:05:26.186Z++ case "$OSTYPE" in
3922024-05-29T21:05:26.186Z++ SHA=sha256sum
3932024-05-29T21:05:26.214Z++ sha256sum
3942024-05-29T21:05:26.214Z++ awk '{print $1}'
3952024-05-29T21:05:26.214Z+ calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
3962024-05-29T21:05:26.214Z+ [[ f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c != \f\3\b\c\5\1\a\9\d\d\f\5\3\5\6\e\c\d\a\8\5\f\f\1\1\e\e\c\0\3\2\d\a\8\8\0\b\e\1\6\2\3\5\8\b\b\7\e\e\6\7\6\a\b\8\2\3\e\5\9\4\7\6\c ]]
3972024-05-29T21:05:26.214Z+ rm -rf ./out/console-assets
3982024-05-29T21:05:26.214Z+ mkdir -p ./out/console-assets
3992024-05-29T21:05:26.214Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4002024-05-29T21:05:26.214Z+ mkdir -p ./out/console-assets
4012024-05-29T21:05:26.214Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4022024-05-29T21:05:26.327Z+ set -o errexit
4032024-05-29T21:05:26.354Z+++ dirname ./tools/ci_download_dendrite_openapi
4042024-05-29T21:05:26.354Z++ cd ./tools
4052024-05-29T21:05:26.354Z++ pwd
4062024-05-29T21:05:26.354Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4072024-05-29T21:05:26.354Z++ basename ./tools/ci_download_dendrite_openapi
4082024-05-29T21:05:26.354Z+ ARG0=ci_download_dendrite_openapi
4092024-05-29T21:05:26.354Z+ TARGET_DIR=out
4102024-05-29T21:05:26.354Z+ DOWNLOAD_DIR=out/downloads
4112024-05-29T21:05:26.354Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4122024-05-29T21:05:26.354Z++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4132024-05-29T21:05:26.354Z++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4142024-05-29T21:05:26.354Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json
4152024-05-29T21:05:26.355Z+ LOCAL_FILE=out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4162024-05-29T21:05:26.355Z+ main
4172024-05-29T21:05:26.355Z+ [[ 0 != 0 ]]
4182024-05-29T21:05:26.355Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json'
4192024-05-29T21:05:26.355Z+ echo 'Local file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json'
4202024-05-29T21:05:26.355ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json
4212024-05-29T21:05:26.355ZLocal file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4222024-05-29T21:05:26.356Z+ local DO_DOWNLOAD=true
4232024-05-29T21:05:26.356Z+ [[ -f out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json ]]
4242024-05-29T21:05:26.356Z+ mkdir -p out/downloads
4252024-05-29T21:05:26.356Z+ '[' true == true ']'
4262024-05-29T21:05:26.356Z+ echo Downloading...
4272024-05-29T21:05:26.356ZDownloading...
4282024-05-29T21:05:26.356Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4292024-05-29T21:05:26.356Z+ 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
4302024-05-29T21:05:26.661Z++ do_sha256sum out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4312024-05-29T21:05:26.661Z++ case "$OSTYPE" in
4322024-05-29T21:05:26.661Z++ SHA=sha256sum
4332024-05-29T21:05:26.690Z++ sha256sum
4342024-05-29T21:05:26.690Z++ awk '{print $1}'
4352024-05-29T21:05:26.690Z+ calculated_sha2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4362024-05-29T21:05:26.690Z+ [[ 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 ]]
4372024-05-29T21:05:26.690Z+ set -o errexit
4382024-05-29T21:05:26.690Z+++ dirname ./tools/ci_download_dendrite_stub
4392024-05-29T21:05:26.691Z++ cd ./tools
4402024-05-29T21:05:26.691Z++ pwd
4412024-05-29T21:05:26.691Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4422024-05-29T21:05:26.691Z++ basename ./tools/ci_download_dendrite_stub
4432024-05-29T21:05:26.691Z+ ARG0=ci_download_dendrite_stub
4442024-05-29T21:05:26.691Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4452024-05-29T21:05:26.691Z++ CIDL_SHA256_ILLUMOS=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
4462024-05-29T21:05:26.691Z++ CIDL_SHA256_LINUX_DPD=fa38138db9ce1c2cababd11dd9ef1289295e4a8185c78372f6ff1a090c75a05b
4472024-05-29T21:05:26.691Z++ CIDL_SHA256_LINUX_SWADM=ebda6c0a8e29f40c389337fe2e37c1191eeeb34d729de7724b6d707bb6c9a882
4482024-05-29T21:05:26.691Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4492024-05-29T21:05:26.691Z++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4502024-05-29T21:05:26.691Z++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4512024-05-29T21:05:26.692Z+ TARGET_DIR=out
4522024-05-29T21:05:26.692Z+ DOWNLOAD_DIR=out/downloads
4532024-05-29T21:05:26.692Z+ DEST_DIR=./out/dendrite-stub
4542024-05-29T21:05:26.692Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4552024-05-29T21:05:26.692Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4562024-05-29T21:05:26.692Z+ REPO=oxidecomputer/dendrite
4572024-05-29T21:05:26.692Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4582024-05-29T21:05:26.692Z+ main
4592024-05-29T21:05:26.692Z+ [[ 0 != 0 ]]
4602024-05-29T21:05:26.692Z+ CIDL_OS=solaris2.11
4612024-05-29T21:05:26.692Z+ [[ 0 != 0 ]]
4622024-05-29T21:05:26.692Z+ configure_os solaris2.11
4632024-05-29T21:05:26.692Z+ echo 'current directory: /work/oxidecomputer/omicron'
4642024-05-29T21:05:26.692Z+ echo 'configuring based on OS: "solaris2.11"'
4652024-05-29T21:05:26.692Zcurrent directory: /work/oxidecomputer/omicron
4662024-05-29T21:05:26.693Z+ case "$1" in
4672024-05-29T21:05:26.693Zconfiguring based on OS: "solaris2.11"
4682024-05-29T21:05:26.693Z+ SET_BINARIES=
4692024-05-29T21:05:26.693Z+ CIDL_SHA256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
4702024-05-29T21:05:26.693Z+ CIDL_SHA256FUNC=do_sha256sum
4712024-05-29T21:05:26.693Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
4722024-05-29T21:05:26.694Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz
4732024-05-29T21:05:26.694Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
4742024-05-29T21:05:26.694Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz'
4752024-05-29T21:05:26.694Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
4762024-05-29T21:05:26.694ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz
4772024-05-29T21:05:26.694Z+ mkdir -p out/downloads
4782024-05-29T21:05:26.694ZLocal file: out/downloads/dendrite-stub.tar.gz
4792024-05-29T21:05:26.721Z+ mkdir -p ./out/dendrite-stub
4802024-05-29T21:05:26.722Z+ fetch_and_verify
4812024-05-29T21:05:26.722Z+ local DO_DOWNLOAD=true
4822024-05-29T21:05:26.722Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
4832024-05-29T21:05:26.722Z+ '[' true == true ']'
4842024-05-29T21:05:26.722Z+ echo Downloading...
4852024-05-29T21:05:26.722ZDownloading...
4862024-05-29T21:05:26.723Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
4872024-05-29T21:05:26.723Z+ 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
4882024-05-29T21:05:34.383Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
4892024-05-29T21:05:34.409Z++ sha256sum
4902024-05-29T21:05:34.409Z++ awk '{print $1}'
4912024-05-29T21:05:34.409Z+ calculated_sha256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
4922024-05-29T21:05:34.409Z+ [[ 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 ]]
4932024-05-29T21:05:34.409Z+ do_untar out/downloads/dendrite-stub.tar.gz
4942024-05-29T21:05:34.410Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
4952024-05-29T21:05:35.231Z+ do_assemble
4962024-05-29T21:05:35.232Z+ rm -r ./out/dendrite-stub
4972024-05-29T21:05:35.260Z+ mkdir ./out/dendrite-stub
4982024-05-29T21:05:35.260Z+ cp -r out/downloads/root ./out/dendrite-stub/root
4992024-05-29T21:05:35.388Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5002024-05-29T21:05:35.864Z+ set -o errexit
5012024-05-29T21:05:35.864Z+++ dirname ./tools/ci_download_maghemite_mgd
5022024-05-29T21:05:35.864Z++ cd ./tools
5032024-05-29T21:05:35.864Z++ pwd
5042024-05-29T21:05:35.864Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5052024-05-29T21:05:35.864Z++ basename ./tools/ci_download_maghemite_mgd
5062024-05-29T21:05:35.864Z+ ARG0=ci_download_maghemite_mgd
5072024-05-29T21:05:35.864Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5082024-05-29T21:05:35.864Z++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5092024-05-29T21:05:35.865Z++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19
5102024-05-29T21:05:35.865Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5112024-05-29T21:05:35.865Z++ COMMIT=025389ff39d594bf2b815377e2c1dc4dd23b1f96
5122024-05-29T21:05:35.865Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5132024-05-29T21:05:35.865Z+ TARGET_DIR=out
5142024-05-29T21:05:35.865Z+ DOWNLOAD_DIR=out/downloads
5152024-05-29T21:05:35.865Z+ DEST_DIR=./out/mgd
5162024-05-29T21:05:35.865Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5172024-05-29T21:05:35.865Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5182024-05-29T21:05:35.865Z+ REPO=oxidecomputer/maghemite
5192024-05-29T21:05:35.865Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96
5202024-05-29T21:05:35.865Z+ main
5212024-05-29T21:05:35.865Z+ rm -rf out/downloads/root
5222024-05-29T21:05:35.983Z+ [[ 0 != 0 ]]
5232024-05-29T21:05:35.983Z+ CIDL_OS=solaris2.11
5242024-05-29T21:05:35.983Z+ [[ 0 != 0 ]]
5252024-05-29T21:05:35.983Z+ configure_os solaris2.11
5262024-05-29T21:05:35.983Z+ echo 'current directory: /work/oxidecomputer/omicron'
5272024-05-29T21:05:35.983Z+ echo 'configuring based on OS: "solaris2.11"'
5282024-05-29T21:05:35.983Z+ case "$1" in
5292024-05-29T21:05:35.984Z+ SET_BINARIES=
5302024-05-29T21:05:35.984Z+ CIDL_SHA256FUNC=do_sha256sum
5312024-05-29T21:05:35.984Z+ TARBALL_FILENAME=mgd.tar.gz
5322024-05-29T21:05:35.984Zcurrent directory: /work/oxidecomputer/omicron
5332024-05-29T21:05:35.984Zconfiguring based on OS: "solaris2.11"
5342024-05-29T21:05:35.984Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5352024-05-29T21:05:35.984Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5362024-05-29T21:05:35.984Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz'
5372024-05-29T21:05:35.984Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5382024-05-29T21:05:35.984ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5392024-05-29T21:05:35.984ZLocal file: out/downloads/mgd.tar.gz
5402024-05-29T21:05:35.984Z+ mkdir -p out/downloads
5412024-05-29T21:05:35.984Z+ mkdir -p ./out/mgd
5422024-05-29T21:05:35.985Z+ fetch_and_verify
5432024-05-29T21:05:35.985Z+ local DO_DOWNLOAD=true
5442024-05-29T21:05:35.985Z+ [[ -f out/downloads/mgd.tar.gz ]]
5452024-05-29T21:05:35.985Z+ '[' true == true ']'
5462024-05-29T21:05:35.985Z+ echo Downloading...
5472024-05-29T21:05:35.985ZDownloading...
5482024-05-29T21:05:35.985Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz out/downloads/mgd.tar.gz
5492024-05-29T21:05:35.985Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5502024-05-29T21:05:48.329Z++ do_sha256sum out/downloads/mgd.tar.gz
5512024-05-29T21:05:48.353Z++ sha256sum
5522024-05-29T21:05:48.353Z++ awk '{print $1}'
5532024-05-29T21:05:48.378Z+ calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5542024-05-29T21:05:48.378Z+ [[ 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 ]]
5552024-05-29T21:05:48.378Z+ do_untar out/downloads/mgd.tar.gz
5562024-05-29T21:05:48.378Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
5572024-05-29T21:05:49.133Z+ do_assemble
5582024-05-29T21:05:49.133Z+ rm -r ./out/mgd
5592024-05-29T21:05:49.161Z+ mkdir ./out/mgd
5602024-05-29T21:05:49.162Z+ cp -r out/downloads/root ./out/mgd/root
5612024-05-29T21:05:49.218Z+ set -o errexit
5622024-05-29T21:05:49.264Z+++ dirname ./tools/ci_download_transceiver_control
5632024-05-29T21:05:49.264Z++ cd ./tools
5642024-05-29T21:05:49.264Z++ pwd
5652024-05-29T21:05:49.264Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5662024-05-29T21:05:49.264Z++ basename ./tools/ci_download_transceiver_control
5672024-05-29T21:05:49.264Z+ ARG0=ci_download_transceiver_control
5682024-05-29T21:05:49.264Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5692024-05-29T21:05:49.264Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5702024-05-29T21:05:49.264Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5712024-05-29T21:05:49.264Z+ TARGET_DIR=out
5722024-05-29T21:05:49.265Z+ DOWNLOAD_DIR=out/downloads
5732024-05-29T21:05:49.265Z+ DEST_DIR=./out/transceiver-control
5742024-05-29T21:05:49.265Z+ BIN_DIR=/opt/oxide/bin
5752024-05-29T21:05:49.265Z+ BINARY=xcvradm
5762024-05-29T21:05:49.265Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5772024-05-29T21:05:49.265Z+ REPO=oxidecomputer/transceiver-control
5782024-05-29T21:05:49.265Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5792024-05-29T21:05:49.265Z+ main
5802024-05-29T21:05:49.265Z+ [[ 0 != 0 ]]
5812024-05-29T21:05:49.265Z+ CIDL_OS=solaris2.11
5822024-05-29T21:05:49.265Z+ [[ 0 != 0 ]]
5832024-05-29T21:05:49.265Z+ configure_os solaris2.11
5842024-05-29T21:05:49.265Z+ echo 'current directory: /work/oxidecomputer/omicron'
5852024-05-29T21:05:49.266Z+ echo 'configuring based on OS: "solaris2.11"'
5862024-05-29T21:05:49.266Zcurrent directory: /work/oxidecomputer/omicron
5872024-05-29T21:05:49.266Zconfiguring based on OS: "solaris2.11"
5882024-05-29T21:05:49.266Z+ case "$1" in
5892024-05-29T21:05:49.266Z+ SET_BINARIES=
5902024-05-29T21:05:49.266Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5912024-05-29T21:05:49.266Z+ CIDL_SHA256FUNC=do_sha256sum
5922024-05-29T21:05:49.266Z+ ARCHIVE_FILENAME=xcvradm.gz
5932024-05-29T21:05:49.266Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5942024-05-29T21:05:49.266ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5952024-05-29T21:05:49.266ZLocal file: out/downloads/xcvradm.gz
5962024-05-29T21:05:49.266Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
5972024-05-29T21:05:49.266Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
5982024-05-29T21:05:49.267Z+ echo 'Local file: out/downloads/xcvradm.gz'
5992024-05-29T21:05:49.267Z+ mkdir -p out/downloads
6002024-05-29T21:05:49.267Z+ mkdir -p ./out/transceiver-control
6012024-05-29T21:05:49.267Z+ fetch_and_verify
6022024-05-29T21:05:49.267Z+ local DO_DOWNLOAD=true
6032024-05-29T21:05:49.267Z+ [[ -f out/downloads/xcvradm.gz ]]
6042024-05-29T21:05:49.267Z+ '[' true == true ']'
6052024-05-29T21:05:49.267Z+ echo Downloading...
6062024-05-29T21:05:49.267ZDownloading...
6072024-05-29T21:05:49.267Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6082024-05-29T21:05:49.267Z+ 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
6092024-05-29T21:05:54.570Z++ do_sha256sum out/downloads/xcvradm.gz
6102024-05-29T21:05:55.031Z++ sha256sum
6112024-05-29T21:05:55.031Z++ awk '{print $1}'
6122024-05-29T21:05:55.031Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6132024-05-29T21:05:55.031Z+ [[ 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 ]]
6142024-05-29T21:05:55.031Z+ do_unpack out/downloads/xcvradm.gz
6152024-05-29T21:05:55.032Z+ mkdir -p out/downloads/root//opt/oxide/bin
6162024-05-29T21:05:55.032Z+ gzip -dc out/downloads/xcvradm.gz
6172024-05-29T21:05:55.032Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6182024-05-29T21:05:55.032Z+ do_assemble
6192024-05-29T21:05:55.032Z+ rm -r ./out/transceiver-control
6202024-05-29T21:05:55.032Z+ mkdir ./out/transceiver-control
6212024-05-29T21:05:55.032Z+ cp -r out/downloads/root ./out/transceiver-control/root
6222024-05-29T21:05:55.032Z+ set -o errexit
6232024-05-29T21:05:55.033Z+++ dirname ./tools/ci_download_thundermuffin
6242024-05-29T21:05:55.033Z++ cd ./tools
6252024-05-29T21:05:55.033Z++ pwd
6262024-05-29T21:05:55.033Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6272024-05-29T21:05:55.033Z++ basename ./tools/ci_download_thundermuffin
6282024-05-29T21:05:55.033Z+ ARG0=ci_download_thundermuffin
6292024-05-29T21:05:55.033Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
6302024-05-29T21:05:55.033Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6312024-05-29T21:05:55.033Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
6322024-05-29T21:05:55.033Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
6332024-05-29T21:05:55.033Z+ TARGET_DIR=out
6342024-05-29T21:05:55.033Z+ DOWNLOAD_DIR=out/downloads
6352024-05-29T21:05:55.033Z+ DEST_DIR=./out/thundermuffin
6362024-05-29T21:05:55.033Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
6372024-05-29T21:05:55.033Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6382024-05-29T21:05:55.033Z+ REPO=oxidecomputer/thundermuffin
6392024-05-29T21:05:55.034Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
6402024-05-29T21:05:55.034Z+ main
6412024-05-29T21:05:55.034Z+ rm -rf out/downloads/root
6422024-05-29T21:05:55.034Z+ [[ 0 != 0 ]]
6432024-05-29T21:05:55.034Z+ CIDL_OS=solaris2.11
6442024-05-29T21:05:55.034Z+ [[ 0 != 0 ]]
6452024-05-29T21:05:55.034Z+ configure_os solaris2.11
6462024-05-29T21:05:55.034Z+ echo 'current directory: /work/oxidecomputer/omicron'
6472024-05-29T21:05:55.034Z+ echo 'configuring based on OS: "solaris2.11"'
6482024-05-29T21:05:55.034Zcurrent directory: /work/oxidecomputer/omicron
6492024-05-29T21:05:55.034Zconfiguring based on OS: "solaris2.11"
6502024-05-29T21:05:55.034Z+ case "$1" in
6512024-05-29T21:05:55.034Z+ SET_BINARIES=
6522024-05-29T21:05:55.034Z+ CIDL_SHA256FUNC=do_sha256sum
6532024-05-29T21:05:55.034Z+ TARBALL_FILENAME=thundermuffin.tar.gz
6542024-05-29T21:05:55.034Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6552024-05-29T21:05:55.035Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
6562024-05-29T21:05:55.035Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
6572024-05-29T21:05:55.035Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
6582024-05-29T21:05:55.035Z+ mkdir -p out/downloads
6592024-05-29T21:05:55.035ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6602024-05-29T21:05:55.035ZLocal file: out/downloads/thundermuffin.tar.gz
6612024-05-29T21:05:55.035Z+ mkdir -p ./out/thundermuffin
6622024-05-29T21:05:55.035Z+ fetch_and_verify
6632024-05-29T21:05:55.035Z+ local DO_DOWNLOAD=true
6642024-05-29T21:05:55.035Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
6652024-05-29T21:05:55.035Z+ '[' true == true ']'
6662024-05-29T21:05:55.035Z+ echo Downloading...
6672024-05-29T21:05:55.035ZDownloading...
6682024-05-29T21:05:55.035Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
6692024-05-29T21:05:55.036Z+ 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
6702024-05-29T21:05:55.930Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
6712024-05-29T21:05:55.964Z++ sha256sum
6722024-05-29T21:05:55.964Z++ awk '{print $1}'
6732024-05-29T21:05:55.964Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6742024-05-29T21:05:55.965Z+ [[ 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 ]]
6752024-05-29T21:05:55.965Z+ do_untar out/downloads/thundermuffin.tar.gz
6762024-05-29T21:05:55.965Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
6772024-05-29T21:05:56.033Z+ do_assemble
6782024-05-29T21:05:56.033Z+ rm -r ./out/thundermuffin
6792024-05-29T21:05:56.061Z+ mkdir ./out/thundermuffin
6802024-05-29T21:05:56.062Z+ cp -r out/downloads/root ./out/thundermuffin/root
6812024-05-29T21:05:56.062ZAll prerequisites installed successfully
6822024-05-29T21:05:56.062Z
6832024-05-29T21:05:56.062Zreal 2:00.463324838
6842024-05-29T21:05:56.063Zuser 44.782840526
6852024-05-29T21:05:56.063Zsys 11.764524092
6862024-05-29T21:05:56.063Ztrap 0.015166857
6872024-05-29T21:05:56.064Ztflt 0.009208971
6882024-05-29T21:05:56.064Zdflt 0.017236001
6892024-05-29T21:05:56.064Zkflt 0.005106132
6902024-05-29T21:05:56.064Zlock 1.459484735
6912024-05-29T21:05:56.065Zslp 4:05.900619219
6922024-05-29T21:05:56.065Zlat 4.371143620
6932024-05-29T21:05:56.065Zstop 0.073764039
6942024-05-29T21:05:56.065Z+ ptime -m ./tools/ci_download_softnpu_machinery
6952024-05-29T21:05:56.065Zfetching npuzone
6962024-05-29T21:05:56.094ZEnsuring oxidecomputer/softnpu/image/npuzone in out/npuzone
6972024-05-29T21:05:56.094Z (commit: 3203c51cf4473d30991b522062ac0df2e045c2f2)
6982024-05-29T21:05:56.094ZGetting hash for npuzone
6992024-05-29T21:05:56.277Z (hash: 36095c7f9d613b9208415aeb67335836a25f72eed2f7a41931ba7d91ddb00568)
7002024-05-29T21:06:03.013Znpuzone downloaded successfully
7012024-05-29T21:06:03.039Z
7022024-05-29T21:06:03.039Zreal 6.973166190
7032024-05-29T21:06:03.039Zuser 0.295334876
7042024-05-29T21:06:03.039Zsys 0.149611283
7052024-05-29T21:06:03.039Ztrap 0.000032982
7062024-05-29T21:06:03.039Ztflt 0.000000000
7072024-05-29T21:06:03.039Zdflt 0.000004972
7082024-05-29T21:06:03.039Zkflt 0.000000000
7092024-05-29T21:06:03.039Zlock 0.000000000
7102024-05-29T21:06:03.039Zslp 20.356734537
7112024-05-29T21:06:03.039Zlat 0.077829406
7122024-05-29T21:06:03.039Zstop 0.000274084
7132024-05-29T21:06:03.039Z+ export CARGO_INCREMENTAL=0
7142024-05-29T21:06:03.039Z+ CARGO_INCREMENTAL=0
7152024-05-29T21:06:03.039Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
7162024-05-29T21:06:03.297Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7172024-05-29T21:06:03.829Z Updating git repository `https://github.com/oxidecomputer/zone`
7182024-05-29T21:06:04.235Z Updating crates.io index
7192024-05-29T21:06:04.277Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7202024-05-29T21:06:05.070Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7212024-05-29T21:06:05.858Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7222024-05-29T21:06:08.198Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7232024-05-29T21:06:08.636Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7242024-05-29T21:06:08.963Z Updating git repository `https://github.com/oxidecomputer/propolis`
7252024-05-29T21:06:10.068Z Updating git repository `https://github.com/oxidecomputer/crucible`
7262024-05-29T21:06:11.919Z Updating git repository `https://github.com/oxidecomputer/opte`
7272024-05-29T21:06:12.982Z Updating git repository `https://github.com/oxidecomputer/falcon`
7282024-05-29T21:06:13.780Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7292024-05-29T21:06:14.502Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7302024-05-29T21:06:14.907Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7312024-05-29T21:06:15.309Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7322024-05-29T21:06:15.831Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7332024-05-29T21:06:16.258Z Updating git repository `http://github.com/oxidecomputer/tofino`
7342024-05-29T21:06:16.724Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7352024-05-29T21:06:17.078Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7362024-05-29T21:06:17.398Z Updating git repository `https://github.com/oxidecomputer/libnvme`
7372024-05-29T21:06:17.793Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7382024-05-29T21:06:18.262Z Updating git repository `https://github.com/oxidecomputer/ispf`
7392024-05-29T21:06:18.842Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7402024-05-29T21:06:19.200Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7412024-05-29T21:06:19.963Z Updating git repository `https://github.com/jgallagher/nix`
7422024-05-29T21:06:21.010Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7432024-05-29T21:06:21.356Z Updating git repository `https://github.com/cbiffle/hubpack.git`
7442024-05-29T21:06:21.769Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7452024-05-29T21:06:22.306Z Updating git repository `https://github.com/oxidecomputer/typify`
7462024-05-29T21:06:24.748Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7472024-05-29T21:06:25.205Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7482024-05-29T21:06:25.617Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7492024-05-29T21:06:26.260Z Updating git repository `https://github.com/oxidecomputer/rfb`
7502024-05-29T21:06:27.620Z Downloading crates ...
7512024-05-29T21:06:27.737Z Downloaded addr2line v0.21.0
7522024-05-29T21:06:27.766Z Downloaded anstream v0.6.14
7532024-05-29T21:06:27.766Z Downloaded async-stream v0.3.5
7542024-05-29T21:06:27.766Z Downloaded atty v0.2.14
7552024-05-29T21:06:27.766Z Downloaded bitstruct_derive v0.1.0
7562024-05-29T21:06:27.766Z Downloaded argon2 v0.5.3
7572024-05-29T21:06:27.824Z Downloaded http-range v0.1.5
7582024-05-29T21:06:27.888Z Downloaded time-core v0.1.2
7592024-05-29T21:06:27.913Z Downloaded tokio-macros v2.2.0
7602024-05-29T21:06:27.913Z Downloaded tokio-rustls v0.25.0
7612024-05-29T21:06:27.937Z Downloaded toml_datetime v0.6.6
7622024-05-29T21:06:27.937Z Downloaded tinyvec v1.6.0
7632024-05-29T21:06:27.937Z Downloaded futures-io v0.3.30
7642024-05-29T21:06:27.937Z Downloaded futures-executor v0.3.30
7652024-05-29T21:06:27.937Z Downloaded fxhash v0.2.1
7662024-05-29T21:06:27.937Z Downloaded path-slash v0.1.5
7672024-05-29T21:06:27.964Z Downloaded phf_shared v0.10.0
7682024-05-29T21:06:27.965Z Downloaded num-rational v0.4.2
7692024-05-29T21:06:27.965Z Downloaded pem v3.0.4
7702024-05-29T21:06:27.965Z Downloaded phf v0.11.2
7712024-05-29T21:06:27.965Z Downloaded portpicker v0.1.1
7722024-05-29T21:06:27.965Z Downloaded plain v0.2.3
7732024-05-29T21:06:27.993Z Downloaded platforms v3.4.0
7742024-05-29T21:06:27.993Z Downloaded rand_seeder v0.2.3
7752024-05-29T21:06:27.993Z Downloaded darling_macro v0.20.9
7762024-05-29T21:06:27.993Z Downloaded scheduled-thread-pool v0.2.7
7772024-05-29T21:06:27.993Z Downloaded quick-error v1.2.3
7782024-05-29T21:06:27.993Z Downloaded rand_core v0.6.4
7792024-05-29T21:06:27.994Z Downloaded downcast v0.11.0
7802024-05-29T21:06:27.994Z Downloaded strum v0.26.2
7812024-05-29T21:06:28.019Z Downloaded curve25519-dalek-derive v0.1.1
7822024-05-29T21:06:28.019Z Downloaded usdt-attr-macro v0.3.5
7832024-05-29T21:06:28.019Z Downloaded usdt-attr-macro v0.5.0
7842024-05-29T21:06:28.019Z Downloaded derive_builder_macro v0.20.0
7852024-05-29T21:06:28.019Z Downloaded utf8parse v0.2.1
7862024-05-29T21:06:28.019Z Downloaded tower-service v0.3.2
7872024-05-29T21:06:28.019Z Downloaded usdt-macro v0.3.5
7882024-05-29T21:06:28.019Z Downloaded version_check v0.9.4
7892024-05-29T21:06:28.019Z Downloaded crunchy v0.2.2
7902024-05-29T21:06:28.044Z Downloaded semver v0.1.20
7912024-05-29T21:06:28.044Z Downloaded serde-big-array v0.5.1
7922024-05-29T21:06:28.044Z Downloaded zone v0.1.8
7932024-05-29T21:06:28.044Z Downloaded serde-big-array v0.4.1
7942024-05-29T21:06:28.045Z Downloaded digest v0.10.7
7952024-05-29T21:06:28.045Z Downloaded zerocopy-derive v0.7.34
7962024-05-29T21:06:28.071Z Downloaded try-lock v0.2.5
7972024-05-29T21:06:28.071Z Downloaded display-error-chain v0.2.0
7982024-05-29T21:06:28.071Z Downloaded strsim v0.11.1
7992024-05-29T21:06:28.071Z Downloaded dof v0.3.0
8002024-05-29T21:06:28.071Z Downloaded zerocopy v0.3.2
8012024-05-29T21:06:28.071Z Downloaded stable_deref_trait v1.2.0
8022024-05-29T21:06:28.071Z Downloaded want v0.3.1
8032024-05-29T21:06:28.072Z Downloaded tui-tree-widget v0.19.0
8042024-05-29T21:06:28.072Z Downloaded walkdir v2.5.0
8052024-05-29T21:06:28.108Z Downloaded endian-type v0.1.2
8062024-05-29T21:06:28.108Z Downloaded unicode-linebreak v0.1.5
8072024-05-29T21:06:28.108Z Downloaded wyz v0.5.1
8082024-05-29T21:06:28.108Z Downloaded sqlformat v0.2.3
8092024-05-29T21:06:28.108Z Downloaded unicase v2.7.0
8102024-05-29T21:06:28.108Z Downloaded untrusted v0.7.1
8112024-05-29T21:06:28.108Z Downloaded der_derive v0.7.2
8122024-05-29T21:06:28.108Z Downloaded which v4.4.2
8132024-05-29T21:06:28.153Z Downloaded url v2.5.0
8142024-05-29T21:06:28.153Z Downloaded derive_builder v0.20.0
8152024-05-29T21:06:28.153Z Downloaded unicode-bidi v0.3.15
8162024-05-29T21:06:28.153Z Downloaded diesel_derives v2.1.4
8172024-05-29T21:06:28.153Z Downloaded der v0.7.9
8182024-05-29T21:06:28.179Z Downloaded unicode-normalization v0.1.23
8192024-05-29T21:06:28.179Z Downloaded winnow v0.6.8
8202024-05-29T21:06:28.204Z Downloaded smoltcp v0.11.0
8212024-05-29T21:06:28.229Z Downloaded webpki-roots v0.25.4
8222024-05-29T21:06:28.229Z Downloaded ratatui v0.26.2
8232024-05-29T21:06:28.254Z Downloaded regex-automata v0.4.6
8242024-05-29T21:06:28.281Z Downloaded sha3 v0.10.8
8252024-05-29T21:06:28.310Z Downloaded petgraph v0.6.5
8262024-05-29T21:06:28.335Z Downloaded tokio v1.37.0
8272024-05-29T21:06:28.372Z Downloaded libc v0.2.153
8282024-05-29T21:06:28.413Z Downloaded encoding_rs v0.8.34
8292024-05-29T21:06:28.444Z Downloaded csv v1.3.0
8302024-05-29T21:06:28.468Z Downloaded finl_unicode v1.2.0
8312024-05-29T21:06:28.494Z Downloaded trust-dns-proto v0.22.0
8322024-05-29T21:06:28.520Z Downloaded ring v0.17.8
8332024-05-29T21:06:28.595Z Downloaded ring v0.16.20
8342024-05-29T21:06:28.689Z Downloaded diesel v2.1.6
8352024-05-29T21:06:28.713Z Downloaded regress v0.9.1
8362024-05-29T21:06:28.737Z Downloaded regex-syntax v0.8.3
8372024-05-29T21:06:28.737Z Downloaded regex-syntax v0.6.29
8382024-05-29T21:06:28.762Z Downloaded smoltcp v0.9.1
8392024-05-29T21:06:28.762Z Downloaded zerocopy-derive v0.6.6
8402024-05-29T21:06:28.793Z Downloaded zerocopy-derive v0.2.0
8412024-05-29T21:06:28.794Z Downloaded vcpkg v0.2.15
8422024-05-29T21:06:28.838Z Downloaded regex v1.10.4
8432024-05-29T21:06:29.276Z Downloaded radix_trie v0.2.1
8442024-05-29T21:06:29.276Z Downloaded polar-core v0.27.3
8452024-05-29T21:06:29.305Z Downloaded winnow v0.5.40
8462024-05-29T21:06:29.305Z Downloaded sqlparser v0.45.0
8472024-05-29T21:06:29.305Z Downloaded zerocopy v0.7.34
8482024-05-29T21:06:29.305Z Downloaded curve25519-dalek v4.1.2
8492024-05-29T21:06:29.305Z Downloaded openapiv3 v2.0.0
8502024-05-29T21:06:29.305Z Downloaded unicode_categories v0.1.1
8512024-05-29T21:06:29.305Z Downloaded unicode-segmentation v1.11.0
8522024-05-29T21:06:29.305Z Downloaded expectorate v1.1.0
8532024-05-29T21:06:29.305Z Downloaded x509-cert v0.2.5
8542024-05-29T21:06:29.305Z Downloaded serde_json v1.0.117
8552024-05-29T21:06:29.305Z Downloaded crossterm v0.27.0
8562024-05-29T21:06:29.305Z Downloaded tough v0.17.1
8572024-05-29T21:06:29.306Z Downloaded reqwest v0.11.27
8582024-05-29T21:06:29.306Z Downloaded openssl v0.10.64
8592024-05-29T21:06:29.306Z Downloaded object v0.32.2
8602024-05-29T21:06:29.306Z Downloaded object v0.30.4
8612024-05-29T21:06:29.306Z Downloaded derive-where v1.2.7
8622024-05-29T21:06:29.306Z Downloaded unsafe-libyaml v0.2.11
8632024-05-29T21:06:29.306Z Downloaded reedline v0.31.0
8642024-05-29T21:06:29.306Z Downloaded proptest v1.4.0
8652024-05-29T21:06:29.306Z Downloaded fatfs v0.3.6
8662024-05-29T21:06:29.306Z Downloaded trust-dns-server v0.22.1
8672024-05-29T21:06:29.306Z Downloaded trust-dns-resolver v0.22.0
8682024-05-29T21:06:29.306Z Downloaded snafu v0.8.2
8692024-05-29T21:06:29.306Z Downloaded flume v0.11.0
8702024-05-29T21:06:29.306Z Downloaded flate2 v1.0.30
8712024-05-29T21:06:29.306Z Downloaded trust-dns-client v0.22.0
8722024-05-29T21:06:29.306Z Downloaded steno v0.4.0
8732024-05-29T21:06:29.306Z Downloaded crypto-bigint v0.5.5
8742024-05-29T21:06:29.306Z Downloaded rustyline v14.0.0
8752024-05-29T21:06:29.306Z Downloaded regex-automata v0.1.10
8762024-05-29T21:06:29.307Z Downloaded portable-atomic v1.6.0
8772024-05-29T21:06:29.307Z Downloaded nix v0.28.0
8782024-05-29T21:06:29.307Z Downloaded deranged v0.3.11
8792024-05-29T21:06:29.307Z Downloaded whoami v1.5.1
8802024-05-29T21:06:29.307Z Downloaded unicode-width v0.1.12
8812024-05-29T21:06:29.307Z Downloaded unicode-ident v1.0.12
8822024-05-29T21:06:29.307Z Downloaded tungstenite v0.20.1
8832024-05-29T21:06:29.307Z Downloaded idna v0.2.3
8842024-05-29T21:06:29.307Z Downloaded serde_derive_internals v0.29.1
8852024-05-29T21:06:29.307Z Downloaded spin v0.9.8
8862024-05-29T21:06:29.307Z Downloaded socket2 v0.5.7
8872024-05-29T21:06:29.307Z Downloaded socket2 v0.4.10
8882024-05-29T21:06:29.307Z Downloaded tracing v0.1.40
8892024-05-29T21:06:29.307Z Downloaded serde_with v3.8.1
8902024-05-29T21:06:29.307Z Downloaded quick-xml v0.31.0
8912024-05-29T21:06:29.307Z Downloaded universal-hash v0.5.1
8922024-05-29T21:06:29.307Z Downloaded unicode-xid v0.2.4
8932024-05-29T21:06:29.307Z Downloaded serde_derive v1.0.202
8942024-05-29T21:06:29.307Z Downloaded toml_edit v0.22.13
8952024-05-29T21:06:29.307Z Downloaded toml_edit v0.19.15
8962024-05-29T21:06:29.308Z Downloaded pest v2.7.10
8972024-05-29T21:06:29.308Z Downloaded idna v0.3.0
8982024-05-29T21:06:29.308Z Downloaded fastrand v2.1.0
8992024-05-29T21:06:29.308Z Downloaded fallible-iterator v0.2.0
9002024-05-29T21:06:29.308Z Downloaded csv-core v0.1.11
9012024-05-29T21:06:29.308Z Downloaded snafu-derive v0.8.2
9022024-05-29T21:06:29.308Z Downloaded tracing-core v0.1.32
9032024-05-29T21:06:29.308Z Downloaded zerocopy v0.6.6
9042024-05-29T21:06:29.308Z Downloaded similar v2.5.0
9052024-05-29T21:06:29.308Z Downloaded enum-as-inner v0.5.1
9062024-05-29T21:06:29.308Z Downloaded crossbeam-utils v0.8.19
9072024-05-29T21:06:29.308Z Downloaded serde v1.0.202
9082024-05-29T21:06:29.308Z Downloaded serde-hex v0.1.0
9092024-05-29T21:06:29.308Z Downloaded float-cmp v0.9.0
9102024-05-29T21:06:29.308Z Downloaded filetime v0.2.23
9112024-05-29T21:06:29.308Z Downloaded ff v0.13.0
9122024-05-29T21:06:29.308Z Downloaded defmt v0.3.8
9132024-05-29T21:06:29.308Z Downloaded spki v0.7.3
9142024-05-29T21:06:29.308Z Downloaded spin v0.5.2
9152024-05-29T21:06:29.309Z Downloaded salty v0.2.0
9162024-05-29T21:06:29.343Z Downloaded slog-term v2.9.1
9172024-05-29T21:06:29.343Z Downloaded rand v0.8.5
9182024-05-29T21:06:29.344Z Downloaded cstr-argument v0.1.2
9192024-05-29T21:06:29.344Z Downloaded serde_arrays v0.1.0
9202024-05-29T21:06:29.344Z Downloaded fd-lock v4.0.2
9212024-05-29T21:06:29.344Z Downloaded defmt-parser v0.3.4
9222024-05-29T21:06:29.344Z Downloaded defmt-macros v0.3.9
9232024-05-29T21:06:29.344Z Downloaded typed-path v0.7.1
9242024-05-29T21:06:29.344Z Downloaded flagset v0.4.5
9252024-05-29T21:06:29.344Z Downloaded yasna v0.5.2
9262024-05-29T21:06:29.345Z Downloaded diff v0.1.13
9272024-05-29T21:06:29.345Z Downloaded smallvec v1.13.2
9282024-05-29T21:06:29.375Z Downloaded zip v0.6.6
9292024-05-29T21:06:29.375Z Downloaded elliptic-curve v0.13.8
9302024-05-29T21:06:29.375Z Downloaded rcgen v0.12.1
9312024-05-29T21:06:29.375Z Downloaded fixedbitset v0.4.2
9322024-05-29T21:06:29.376Z Downloaded dof v0.1.5
9332024-05-29T21:06:29.376Z Downloaded scroll v0.12.0
9342024-05-29T21:06:29.376Z Downloaded signal-hook v0.3.17
9352024-05-29T21:06:29.376Z Downloaded xattr v1.3.1
9362024-05-29T21:06:29.376Z Downloaded derive_more v0.99.17
9372024-05-29T21:06:29.376Z Downloaded crossbeam-epoch v0.9.18
9382024-05-29T21:06:29.376Z Downloaded vte v0.11.1
9392024-05-29T21:06:29.376Z Downloaded darling_core v0.20.9
9402024-05-29T21:06:29.406Z Downloaded schemars v0.8.19
9412024-05-29T21:06:29.406Z Downloaded ron v0.8.1
9422024-05-29T21:06:29.406Z Downloaded idna v0.5.0
9432024-05-29T21:06:29.406Z Downloaded hyper v0.14.28
9442024-05-29T21:06:29.443Z Downloaded strip-ansi-escapes v0.2.0
9452024-05-29T21:06:29.443Z Downloaded stringprep v0.1.4
9462024-05-29T21:06:29.443Z Downloaded string_cache v0.8.7
9472024-05-29T21:06:29.443Z Downloaded static_assertions v1.1.0
9482024-05-29T21:06:29.443Z Downloaded tracing-attributes v0.1.27
9492024-05-29T21:06:29.443Z Downloaded subprocess v0.2.9
9502024-05-29T21:06:29.444Z Downloaded samael v0.0.15
9512024-05-29T21:06:29.444Z Downloaded scopeguard v1.2.0
9522024-05-29T21:06:29.444Z Downloaded dirs-sys-next v0.1.2
9532024-05-29T21:06:29.480Z Downloaded dirs-next v2.0.0
9542024-05-29T21:06:29.480Z Downloaded wait-timeout v0.2.0
9552024-05-29T21:06:29.480Z Downloaded smf v0.2.3
9562024-05-29T21:06:29.480Z Downloaded smawk v0.3.2
9572024-05-29T21:06:29.480Z Downloaded smallvec v0.6.14
9582024-05-29T21:06:29.480Z Downloaded signal-hook-tokio v0.3.1
9592024-05-29T21:06:29.480Z Downloaded crypto-common v0.1.6
9602024-05-29T21:06:29.480Z Downloaded semver v1.0.23
9612024-05-29T21:06:29.480Z Downloaded rayon-core v1.12.1
9622024-05-29T21:06:29.480Z Downloaded lalrpop v0.19.12
9632024-05-29T21:06:29.480Z Downloaded sct v0.7.1
9642024-05-29T21:06:29.480Z Downloaded vsss-rs v3.3.4
9652024-05-29T21:06:29.481Z Downloaded usdt v0.5.0
9662024-05-29T21:06:29.481Z Downloaded usdt v0.3.5
9672024-05-29T21:06:29.481Z Downloaded untrusted v0.9.0
9682024-05-29T21:06:29.481Z Downloaded zeroize v1.7.0
9692024-05-29T21:06:29.481Z Downloaded ryu v1.0.18
9702024-05-29T21:06:29.505Z Downloaded scroll_derive v0.12.0
9712024-05-29T21:06:29.505Z Downloaded signal-hook-registry v1.4.2
9722024-05-29T21:06:29.505Z Downloaded signal-hook-mio v0.2.3
9732024-05-29T21:06:29.505Z Downloaded shlex v1.3.0
9742024-05-29T21:06:29.505Z Downloaded shell-words v1.1.0
9752024-05-29T21:06:29.505Z Downloaded erased-serde v0.3.31
9762024-05-29T21:06:29.506Z Downloaded ron v0.7.1
9772024-05-29T21:06:29.506Z Downloaded zeroize_derive v1.4.2
9782024-05-29T21:06:29.506Z Downloaded topological-sort v0.2.2
9792024-05-29T21:06:29.506Z Downloaded slog-stdlog v4.1.1
9802024-05-29T21:06:29.506Z Downloaded uuid v1.8.0
9812024-05-29T21:06:29.506Z Downloaded tungstenite v0.21.0
9822024-05-29T21:06:29.506Z Downloaded strum_macros v0.26.2
9832024-05-29T21:06:29.531Z Downloaded sha2 v0.10.8
9842024-05-29T21:06:29.532Z Downloaded difflib v0.4.0
9852024-05-29T21:06:29.532Z Downloaded diesel_table_macro_syntax v0.1.0
9862024-05-29T21:06:29.532Z Downloaded waitgroup v0.1.2
9872024-05-29T21:06:29.532Z Downloaded vte_generate_state_changes v0.1.1
9882024-05-29T21:06:29.532Z Downloaded structmeta-derive v0.3.0
9892024-05-29T21:06:29.532Z Downloaded signature v2.2.0
9902024-05-29T21:06:29.532Z Downloaded sec1 v0.7.3
9912024-05-29T21:06:29.532Z Downloaded env_logger v0.10.2
9922024-05-29T21:06:29.532Z Downloaded env_logger v0.9.3
9932024-05-29T21:06:29.532Z Downloaded sha1 v0.10.6
9942024-05-29T21:06:29.532Z Downloaded serde_yaml v0.9.34+deprecated
9952024-05-29T21:06:29.532Z Downloaded secrecy v0.8.0
9962024-05-29T21:06:29.568Z Downloaded errno v0.3.9
9972024-05-29T21:06:29.569Z Downloaded ucd-trie v0.1.6
9982024-05-29T21:06:29.569Z Downloaded typenum v1.17.0
9992024-05-29T21:06:29.569Z Downloaded ena v0.14.3
10002024-05-29T21:06:29.569Z Downloaded embedded-io v0.4.0
10012024-05-29T21:06:29.569Z Downloaded crucible-workspace-hack v0.1.0
10022024-05-29T21:06:29.569Z Downloaded zone_cfg_derive v0.1.2
10032024-05-29T21:06:29.569Z Downloaded structmeta-derive v0.2.0
10042024-05-29T21:06:29.569Z Downloaded structmeta v0.3.0
10052024-05-29T21:06:29.569Z Downloaded structmeta v0.2.0
10062024-05-29T21:06:29.569Z Downloaded signature v1.6.4
10072024-05-29T21:06:29.569Z Downloaded derive_builder_core v0.20.0
10082024-05-29T21:06:29.569Z Downloaded schemars_derive v0.8.19
10092024-05-29T21:06:29.569Z Downloaded rusty-fork v0.3.0
10102024-05-29T21:06:29.569Z Downloaded publicsuffix v2.2.3
10112024-05-29T21:06:29.594Z Downloaded prettyplease v0.2.20
10122024-05-29T21:06:29.594Z Downloaded postcard v1.0.8
10132024-05-29T21:06:29.594Z Downloaded usdt-impl v0.5.0
10142024-05-29T21:06:29.594Z Downloaded usdt-impl v0.3.5
10152024-05-29T21:06:29.594Z Downloaded subtle v2.5.0
10162024-05-29T21:06:29.594Z Downloaded serde_with_macros v3.8.1
10172024-05-29T21:06:29.594Z Downloaded ed25519 v1.5.3
10182024-05-29T21:06:29.594Z Downloaded proc-macro2 v1.0.82
10192024-05-29T21:06:29.594Z Downloaded toolchain_find v0.4.0
10202024-05-29T21:06:29.594Z Downloaded stability v0.2.0
10212024-05-29T21:06:29.594Z Downloaded sqlparser_derive v0.2.2
10222024-05-29T21:06:29.594Z Downloaded sigpipe v0.1.3
10232024-05-29T21:06:29.594Z Downloaded equivalent v1.0.1
10242024-05-29T21:06:29.594Z Downloaded uzers v0.11.3
10252024-05-29T21:06:29.594Z Downloaded strum_macros v0.25.3
10262024-05-29T21:06:29.594Z Downloaded serde_repr v0.1.19
10272024-05-29T21:06:29.595Z Downloaded utf-8 v0.7.6
10282024-05-29T21:06:29.595Z Downloaded darling v0.20.9
10292024-05-29T21:06:29.619Z Downloaded postgres-types v0.2.6
10302024-05-29T21:06:29.619Z Downloaded usdt-macro v0.5.0
10312024-05-29T21:06:29.619Z Downloaded unarray v0.1.4
10322024-05-29T21:06:29.619Z Downloaded serde_tokenstream v0.2.0
10332024-05-29T21:06:29.619Z Downloaded serde_tokenstream v0.1.7
10342024-05-29T21:06:29.619Z Downloaded serde_spanned v0.6.6
10352024-05-29T21:06:29.619Z Downloaded serde_path_to_error v0.1.16
10362024-05-29T21:06:29.619Z Downloaded either v1.12.0
10372024-05-29T21:06:29.619Z Downloaded tokio-util v0.7.11
10382024-05-29T21:06:29.643Z Downloaded serde_plain v1.0.2
10392024-05-29T21:06:29.643Z Downloaded data-encoding v2.6.0
10402024-05-29T21:06:29.643Z Downloaded rustversion v1.0.17
10412024-05-29T21:06:29.644Z Downloaded serde_urlencoded v0.7.1
10422024-05-29T21:06:29.644Z Downloaded dyn-clone v1.0.17
10432024-05-29T21:06:29.644Z Downloaded dtrace-parser v0.2.0
10442024-05-29T21:06:29.644Z Downloaded debug-ignore v1.0.5
10452024-05-29T21:06:29.644Z Downloaded same-file v1.0.6
10462024-05-29T21:06:29.644Z Downloaded proc-macro-error v1.0.4
10472024-05-29T21:06:29.644Z Downloaded papergrid v0.11.0
10482024-05-29T21:06:29.668Z Downloaded num-bigint v0.4.5
10492024-05-29T21:06:29.668Z Downloaded openssl-sys v0.9.102
10502024-05-29T21:06:29.668Z Downloaded num-bigint-dig v0.8.4
10512024-05-29T21:06:29.669Z Downloaded dtrace-parser v0.1.14
10522024-05-29T21:06:29.669Z Downloaded rand_xorshift v0.3.0
10532024-05-29T21:06:29.669Z Downloaded quote v1.0.36
10542024-05-29T21:06:29.694Z Downloaded proc-macro-crate v1.3.1
10552024-05-29T21:06:29.694Z Downloaded gimli v0.28.1
10562024-05-29T21:06:29.694Z Downloaded rand_chacha v0.3.1
10572024-05-29T21:06:29.694Z Downloaded psl-types v2.0.11
10582024-05-29T21:06:29.694Z Downloaded ppv-lite86 v0.2.17
10592024-05-29T21:06:29.694Z Downloaded parking_lot v0.11.2
10602024-05-29T21:06:29.694Z Downloaded owo-colors v4.0.0
10612024-05-29T21:06:29.694Z Downloaded oso v0.27.3
10622024-05-29T21:06:29.721Z Downloaded omicron-zone-package v0.11.0
10632024-05-29T21:06:29.721Z Downloaded pretty-hex v0.2.1
10642024-05-29T21:06:29.721Z Downloaded predicates-tree v1.0.9
10652024-05-29T21:06:29.721Z Downloaded predicates-core v1.0.6
10662024-05-29T21:06:29.721Z Downloaded pkcs1 v0.7.5
10672024-05-29T21:06:29.721Z Downloaded r2d2 v0.8.10
10682024-05-29T21:06:29.722Z Downloaded proc-macro-error-attr v1.0.4
10692024-05-29T21:06:29.722Z Downloaded predicates v3.1.0
10702024-05-29T21:06:29.722Z Downloaded powerfmt v0.2.0
10712024-05-29T21:06:29.722Z Downloaded parking_lot v0.12.2
10722024-05-29T21:06:29.722Z Downloaded radium v0.7.0
10732024-05-29T21:06:29.722Z Downloaded pretty-hex v0.4.1
10742024-05-29T21:06:29.722Z Downloaded pin-project v1.1.5
10752024-05-29T21:06:29.747Z Downloaded pest_meta v2.7.10
10762024-05-29T21:06:29.747Z Downloaded parking_lot_core v0.9.10
10772024-05-29T21:06:29.747Z Downloaded parking_lot_core v0.8.6
10782024-05-29T21:06:29.747Z Downloaded num_enum v0.5.11
10792024-05-29T21:06:29.773Z Downloaded precomputed-hash v0.1.1
10802024-05-29T21:06:29.773Z Downloaded postgres-protocol v0.6.6
10812024-05-29T21:06:29.773Z Downloaded poly1305 v0.8.0
10822024-05-29T21:06:29.773Z Downloaded pkcs8 v0.10.2
10832024-05-29T21:06:29.773Z Downloaded pin-project-lite v0.2.14
10842024-05-29T21:06:29.773Z Downloaded packed_struct v0.10.1
10852024-05-29T21:06:29.773Z Downloaded num_enum_derive v0.5.11
10862024-05-29T21:06:29.773Z Downloaded num-traits v0.2.19
10872024-05-29T21:06:29.773Z Downloaded num-derive v0.4.2
10882024-05-29T21:06:29.773Z Downloaded num v0.4.3
10892024-05-29T21:06:29.800Z Downloaded itertools v0.12.1
10902024-05-29T21:06:29.801Z Downloaded pkg-config v0.3.30
10912024-05-29T21:06:29.801Z Downloaded pin-project-internal v1.1.5
10922024-05-29T21:06:29.801Z Downloaded pest_derive v2.7.10
10932024-05-29T21:06:29.801Z Downloaded pem-rfc7468 v0.7.0
10942024-05-29T21:06:29.801Z Downloaded peg-macros v0.8.3
10952024-05-29T21:06:29.801Z Downloaded packed_struct_codegen v0.10.1
10962024-05-29T21:06:29.801Z Downloaded oso-derive v0.27.3
10972024-05-29T21:06:29.801Z Downloaded once_cell v1.19.0
10982024-05-29T21:06:29.801Z Downloaded olpc-cjson v0.1.3
10992024-05-29T21:06:29.831Z Downloaded num_cpus v1.16.0
11002024-05-29T21:06:29.831Z Downloaded num-integer v0.1.46
11012024-05-29T21:06:29.832Z Downloaded num-conv v0.1.0
11022024-05-29T21:06:29.832Z Downloaded num-complex v0.4.6
11032024-05-29T21:06:29.832Z Downloaded nu-ansi-term v0.50.0
11042024-05-29T21:06:29.832Z Downloaded pin-utils v0.1.0
11052024-05-29T21:06:29.832Z Downloaded phf_shared v0.11.2
11062024-05-29T21:06:29.832Z Downloaded pest_generator v2.7.10
11072024-05-29T21:06:29.832Z Downloaded percent-encoding v2.3.1
11082024-05-29T21:06:29.832Z Downloaded password-hash v0.5.0
11092024-05-29T21:06:29.832Z Downloaded parse-display-derive v0.9.0
11102024-05-29T21:06:29.832Z Downloaded openssl-probe v0.1.5
11112024-05-29T21:06:29.832Z Downloaded openssl-macros v0.1.1
11122024-05-29T21:06:29.832Z Downloaded opaque-debug v0.3.1
11132024-05-29T21:06:29.832Z Downloaded number_prefix v0.4.0
11142024-05-29T21:06:29.832Z Downloaded num_threads v0.1.7
11152024-05-29T21:06:29.832Z Downloaded hash32 v0.3.1
11162024-05-29T21:06:29.832Z Downloaded peg-runtime v0.8.3
11172024-05-29T21:06:29.832Z Downloaded parse-display v0.9.0
11182024-05-29T21:06:29.860Z Downloaded half v2.4.1
11192024-05-29T21:06:29.860Z Downloaded h2 v0.3.26
11202024-05-29T21:06:29.860Z Downloaded minimal-lexical v0.2.1
11212024-05-29T21:06:29.860Z Downloaded peg v0.8.3
11222024-05-29T21:06:29.860Z Downloaded paste v1.0.15
11232024-05-29T21:06:29.860Z Downloaded itertools v0.10.5
11242024-05-29T21:06:29.893Z Downloaded num-iter v0.1.45
11252024-05-29T21:06:29.893Z Downloaded hash32 v0.2.1
11262024-05-29T21:06:29.893Z Downloaded goblin v0.8.2
11272024-05-29T21:06:29.893Z Downloaded toml v0.5.11
11282024-05-29T21:06:29.893Z Downloaded normalize-line-endings v0.3.0
11292024-05-29T21:06:29.893Z Downloaded futures-util v0.3.30
11302024-05-29T21:06:29.923Z Downloaded mio v0.8.11
11312024-05-29T21:06:29.923Z Downloaded parse-size v1.0.0
11322024-05-29T21:06:29.924Z Downloaded group v0.13.0
11332024-05-29T21:06:29.924Z Downloaded globset v0.4.14
11342024-05-29T21:06:29.924Z Downloaded glob v0.3.1
11352024-05-29T21:06:29.924Z Downloaded getrandom v0.2.14
11362024-05-29T21:06:29.924Z Downloaded getopts v0.2.21
11372024-05-29T21:06:29.924Z Downloaded gethostname v0.4.3
11382024-05-29T21:06:29.924Z Downloaded generic-array v0.14.7
11392024-05-29T21:06:29.924Z Downloaded futures-sink v0.3.30
11402024-05-29T21:06:29.924Z Downloaded futures-macro v0.3.30
11412024-05-29T21:06:29.925Z Downloaded fragile v2.0.0
11422024-05-29T21:06:29.925Z Downloaded tokio-postgres v0.7.10
11432024-05-29T21:06:29.960Z Downloaded memchr v2.7.2
11442024-05-29T21:06:29.961Z Downloaded futures-task v0.3.30
11452024-05-29T21:06:29.961Z Downloaded futures-channel v0.3.30
11462024-05-29T21:06:29.961Z Downloaded funty v2.0.0
11472024-05-29T21:06:29.961Z Downloaded fs-err v2.11.0
11482024-05-29T21:06:29.961Z Downloaded futures v0.3.30
11492024-05-29T21:06:29.961Z Downloaded toml v0.8.13
11502024-05-29T21:06:29.961Z Downloaded toml v0.7.8
11512024-05-29T21:06:29.961Z Downloaded tokio-stream v0.1.15
11522024-05-29T21:06:29.987Z Downloaded futures-core v0.3.30
11532024-05-29T21:06:29.987Z Downloaded form_urlencoded v1.2.1
11542024-05-29T21:06:29.987Z Downloaded foreign-types-shared v0.3.1
11552024-05-29T21:06:29.987Z Downloaded foreign-types-shared v0.1.1
11562024-05-29T21:06:29.987Z Downloaded foreign-types-macros v0.2.3
11572024-05-29T21:06:29.987Z Downloaded foreign-types v0.5.0
11582024-05-29T21:06:29.987Z Downloaded foreign-types v0.3.2
11592024-05-29T21:06:29.987Z Downloaded fnv v1.0.7
11602024-05-29T21:06:29.987Z Downloaded tokio-tungstenite v0.20.1
11612024-05-29T21:06:29.987Z Downloaded sled v0.34.7
11622024-05-29T21:06:29.987Z Downloaded nom v7.1.3
11632024-05-29T21:06:29.987Z Downloaded libm v0.2.8
11642024-05-29T21:06:30.012Z Downloaded indicatif v0.17.8
11652024-05-29T21:06:30.012Z Downloaded tokio-tungstenite v0.21.0
11662024-05-29T21:06:30.013Z Downloaded tabled v0.15.0
11672024-05-29T21:06:30.037Z Downloaded syn v2.0.64
11682024-05-29T21:06:30.061Z Downloaded syn v1.0.109
11692024-05-29T21:06:30.061Z Downloaded rustls v0.22.4
11702024-05-29T21:06:30.086Z Downloaded rustix v0.38.34
11712024-05-29T21:06:30.114Z Downloaded log v0.4.21
11722024-05-29T21:06:30.114Z Downloaded indexmap v2.2.6
11732024-05-29T21:06:30.114Z Downloaded tokio-rustls v0.24.1
11742024-05-29T21:06:30.114Z Downloaded tokio-native-tls v0.3.1
11752024-05-29T21:06:30.139Z Downloaded time v0.3.36
11762024-05-29T21:06:30.139Z Downloaded rustls v0.21.12
11772024-05-29T21:06:30.139Z Downloaded indexmap v1.9.3
11782024-05-29T21:06:30.163Z Downloaded bstr v0.2.17
11792024-05-29T21:06:30.163Z Downloaded tls_codec_derive v0.4.1
11802024-05-29T21:06:30.163Z Downloaded tls_codec v0.4.1
11812024-05-29T21:06:30.163Z Downloaded tinyvec_macros v0.1.1
11822024-05-29T21:06:30.163Z Downloaded tiny-keccak v2.0.2
11832024-05-29T21:06:30.163Z Downloaded time-macros v0.2.18
11842024-05-29T21:06:30.163Z Downloaded thread_local v1.1.8
11852024-05-29T21:06:30.188Z Downloaded thread-id v4.2.1
11862024-05-29T21:06:30.188Z Downloaded thiserror-no-std v2.0.2
11872024-05-29T21:06:30.188Z Downloaded thiserror-impl-no-std v2.0.2
11882024-05-29T21:06:30.188Z Downloaded thiserror-impl v1.0.60
11892024-05-29T21:06:30.188Z Downloaded thiserror v1.0.60
11902024-05-29T21:06:30.188Z Downloaded textwrap v0.16.1
11912024-05-29T21:06:30.188Z Downloaded test-strategy v0.3.1
11922024-05-29T21:06:30.188Z Downloaded termios v0.3.3
11932024-05-29T21:06:30.215Z Downloaded terminal_size v0.3.0
11942024-05-29T21:06:30.215Z Downloaded term v0.7.0
11952024-05-29T21:06:30.215Z Downloaded tar v0.4.40
11962024-05-29T21:06:30.215Z Downloaded rustls-webpki v0.102.4
11972024-05-29T21:06:30.250Z Downloaded rustls-webpki v0.101.7
11982024-05-29T21:06:30.250Z Downloaded rayon v1.10.0
11992024-05-29T21:06:30.279Z Downloaded nibble_vec v0.1.0
12002024-05-29T21:06:30.279Z Downloaded native-tls v0.2.11
12012024-05-29T21:06:30.279Z Downloaded multimap v0.10.0
12022024-05-29T21:06:30.279Z Downloaded multer v3.1.0
12032024-05-29T21:06:30.279Z Downloaded mockall_derive v0.12.1
12042024-05-29T21:06:30.280Z Downloaded mockall v0.12.1
12052024-05-29T21:06:30.280Z Downloaded miniz_oxide v0.7.2
12062024-05-29T21:06:30.280Z Downloaded mime_guess v2.0.4
12072024-05-29T21:06:30.280Z Downloaded mime v0.3.17
12082024-05-29T21:06:30.280Z Downloaded memoffset v0.7.1
12092024-05-29T21:06:30.280Z Downloaded memmap2 v0.9.4
12102024-05-29T21:06:30.280Z Downloaded memmap v0.7.0
12112024-05-29T21:06:30.280Z Downloaded maybe-uninit v2.0.0
12122024-05-29T21:06:30.280Z Downloaded maplit v1.0.2
12132024-05-29T21:06:30.309Z Downloaded managed v0.8.0
12142024-05-29T21:06:30.309Z Downloaded macaddr v1.0.1
12152024-05-29T21:06:30.309Z Downloaded lru-cache v0.1.2
12162024-05-29T21:06:30.309Z Downloaded lru v0.12.3
12172024-05-29T21:06:30.310Z Downloaded lock_api v0.4.12
12182024-05-29T21:06:30.310Z Downloaded linear-map v1.2.0
12192024-05-29T21:06:30.310Z Downloaded libloading v0.8.3
12202024-05-29T21:06:30.310Z Downloaded libefi-sys v0.1.0
12212024-05-29T21:06:30.310Z Downloaded lalrpop-util v0.19.12
12222024-05-29T21:06:30.310Z Downloaded ipnetwork v0.20.0
12232024-05-29T21:06:30.310Z Downloaded indoc v1.0.9
12242024-05-29T21:06:30.310Z Downloaded impl-trait-for-tuples v0.2.2
12252024-05-29T21:06:30.310Z Downloaded iana-time-zone v0.1.60
12262024-05-29T21:06:30.310Z Downloaded httparse v1.8.0
12272024-05-29T21:06:30.340Z Downloaded clap_builder v4.5.2
12282024-05-29T21:06:30.340Z Downloaded chrono v0.4.38
12292024-05-29T21:06:30.340Z Downloaded bstr v1.9.1
12302024-05-29T21:06:30.367Z Downloaded bitflags v2.5.0
12312024-05-29T21:06:30.367Z Downloaded termtree v0.4.1
12322024-05-29T21:06:30.368Z Downloaded termcolor v1.4.1
12332024-05-29T21:06:30.368Z Downloaded tempfile v3.10.1
12342024-05-29T21:06:30.368Z Downloaded tap v1.0.1
12352024-05-29T21:06:30.368Z Downloaded take_mut v0.2.2
12362024-05-29T21:06:30.368Z Downloaded tabwriter v1.4.0
12372024-05-29T21:06:30.368Z Downloaded tabled_derive v0.7.0
12382024-05-29T21:06:30.368Z Downloaded synstructure v0.12.6
12392024-05-29T21:06:30.368Z Downloaded sync_wrapper v0.1.2
12402024-05-29T21:06:30.369Z Downloaded swrite v0.1.0
12412024-05-29T21:06:30.369Z Downloaded supports-color v3.0.0
12422024-05-29T21:06:30.369Z Downloaded strum_macros v0.24.3
12432024-05-29T21:06:30.369Z Downloaded slog-scope v4.4.0
12442024-05-29T21:06:30.369Z Downloaded slog-json v2.6.1
12452024-05-29T21:06:30.369Z Downloaded slog-envlogger v2.2.0
12462024-05-29T21:06:30.369Z Downloaded slog-dtrace v0.3.0
12472024-05-29T21:06:30.369Z Downloaded slog-bunyan v2.5.0
12482024-05-29T21:06:30.403Z Downloaded slog-async v2.8.0
12492024-05-29T21:06:30.403Z Downloaded slog v2.7.0
12502024-05-29T21:06:30.403Z Downloaded slab v0.4.9
12512024-05-29T21:06:30.403Z Downloaded siphasher v0.3.11
12522024-05-29T21:06:30.403Z Downloaded rustls-pki-types v1.7.0
12532024-05-29T21:06:30.403Z Downloaded rustls-pemfile v2.1.2
12542024-05-29T21:06:30.404Z Downloaded rustls-pemfile v1.0.4
12552024-05-29T21:06:30.404Z Downloaded rustfmt-wrapper v0.2.1
12562024-05-29T21:06:30.404Z Downloaded rustc_version v0.4.0
12572024-05-29T21:06:30.404Z Downloaded rustc_version v0.1.7
12582024-05-29T21:06:30.404Z Downloaded rustc-hash v1.1.0
12592024-05-29T21:06:30.404Z Downloaded rustc-demangle v0.1.24
12602024-05-29T21:06:30.404Z Downloaded rtoolbox v0.0.2
12612024-05-29T21:06:30.404Z Downloaded rsa v0.9.6
12622024-05-29T21:06:30.429Z Downloaded rpassword v7.3.1
12632024-05-29T21:06:30.429Z Downloaded resolv-conf v0.7.0
12642024-05-29T21:06:30.429Z Downloaded ref-cast-impl v1.0.23
12652024-05-29T21:06:30.429Z Downloaded ref-cast v1.0.23
12662024-05-29T21:06:30.429Z Downloaded nodrop v0.1.14
12672024-05-29T21:06:30.429Z Downloaded newtype_derive v0.1.6
12682024-05-29T21:06:30.429Z Downloaded newtype-uuid v1.1.0
12692024-05-29T21:06:30.429Z Downloaded newline-converter v0.3.0
12702024-05-29T21:06:30.429Z Downloaded new_debug_unreachable v1.0.6
12712024-05-29T21:06:30.429Z Downloaded nanorand v0.7.0
12722024-05-29T21:06:30.430Z Downloaded md-5 v0.10.6
12732024-05-29T21:06:30.430Z Downloaded matches v0.1.10
12742024-05-29T21:06:30.430Z Downloaded match_cfg v0.1.0
12752024-05-29T21:06:30.430Z Downloaded linked-hash-map v0.5.6
12762024-05-29T21:06:30.430Z Downloaded libxml v0.3.3
12772024-05-29T21:06:30.430Z Downloaded libsw v3.3.1
12782024-05-29T21:06:30.430Z Downloaded lazycell v1.3.0
12792024-05-29T21:06:30.454Z Downloaded lazy_static v1.4.0
12802024-05-29T21:06:30.454Z Downloaded kstat-rs v0.2.3
12812024-05-29T21:06:30.454Z Downloaded keccak v0.1.5
12822024-05-29T21:06:30.454Z Downloaded itoa v1.0.11
12832024-05-29T21:06:30.454Z Downloaded is_terminal_polyfill v1.70.0
12842024-05-29T21:06:30.454Z Downloaded is_ci v1.2.0
12852024-05-29T21:06:30.454Z Downloaded is-terminal v0.4.12
12862024-05-29T21:06:30.454Z Downloaded ipnet v2.9.0
12872024-05-29T21:06:30.454Z Downloaded instant v0.1.12
12882024-05-29T21:06:30.454Z Downloaded inout v0.1.3
12892024-05-29T21:06:30.455Z Downloaded indoc v2.0.5
12902024-05-29T21:06:30.455Z Downloaded ident_case v1.0.1
12912024-05-29T21:06:30.455Z Downloaded hyper-tls v0.5.0
12922024-05-29T21:06:30.455Z Downloaded hyper-staticfile v0.9.5
12932024-05-29T21:06:30.455Z Downloaded hyper-rustls v0.24.2
12942024-05-29T21:06:30.481Z Downloaded humantime v2.1.0
12952024-05-29T21:06:30.481Z Downloaded hubpack_derive v0.1.1
12962024-05-29T21:06:30.482Z Downloaded hubpack v0.1.2
12972024-05-29T21:06:30.482Z Downloaded httpdate v1.0.3
12982024-05-29T21:06:30.482Z Downloaded hkdf v0.12.4
12992024-05-29T21:06:30.482Z Downloaded heck v0.5.0
13002024-05-29T21:06:30.482Z Downloaded hashbrown v0.14.5
13012024-05-29T21:06:30.482Z Downloaded crossbeam-channel v0.5.12
13022024-05-29T21:06:30.482Z Downloaded crc32fast v1.4.0
13032024-05-29T21:06:30.482Z Downloaded crc-catalog v2.4.0
13042024-05-29T21:06:30.506Z Downloaded crc-any v2.5.0
13052024-05-29T21:06:30.506Z Downloaded crc v3.2.1
13062024-05-29T21:06:30.506Z Downloaded cpufeatures v0.2.12
13072024-05-29T21:06:30.506Z Downloaded cookie v0.18.1
13082024-05-29T21:06:30.506Z Downloaded cookie v0.17.0
13092024-05-29T21:06:30.506Z Downloaded constant_time_eq v0.3.0
13102024-05-29T21:06:30.506Z Downloaded const_format_proc_macros v0.2.32
13112024-05-29T21:06:30.506Z Downloaded const_format v0.2.32
13122024-05-29T21:06:30.507Z Downloaded const-oid v0.9.6
13132024-05-29T21:06:30.507Z Downloaded console v0.15.8
13142024-05-29T21:06:30.531Z Downloaded compact_str v0.7.1
13152024-05-29T21:06:30.531Z Downloaded colored v2.1.0
13162024-05-29T21:06:30.531Z Downloaded colorchoice v1.0.1
13172024-05-29T21:06:30.531Z Downloaded cobs v0.2.3
13182024-05-29T21:06:30.531Z Downloaded clap_derive v4.5.4
13192024-05-29T21:06:30.531Z Downloaded clap v4.5.4
13202024-05-29T21:06:30.555Z Downloaded clang-sys v1.7.0
13212024-05-29T21:06:30.555Z Downloaded cipher v0.4.4
13222024-05-29T21:06:30.556Z Downloaded ciborium-ll v0.2.2
13232024-05-29T21:06:30.556Z Downloaded ciborium v0.2.2
13242024-05-29T21:06:30.556Z Downloaded chacha20poly1305 v0.10.1
13252024-05-29T21:06:30.556Z Downloaded cc v1.0.97
13262024-05-29T21:06:30.556Z Downloaded cargo_metadata v0.18.1
13272024-05-29T21:06:30.556Z Downloaded cancel-safe-futures v0.1.5
13282024-05-29T21:06:30.556Z Downloaded camino v1.1.7
13292024-05-29T21:06:30.556Z Downloaded bzip2-sys v0.1.11+1.0.8
13302024-05-29T21:06:30.584Z Downloaded bzip2 v0.4.4
13312024-05-29T21:06:30.584Z Downloaded bytecount v0.6.8
13322024-05-29T21:06:30.584Z Downloaded block-padding v0.3.3
13332024-05-29T21:06:30.585Z Downloaded bitfield v0.14.0
13342024-05-29T21:06:30.585Z Downloaded base64 v0.13.1
13352024-05-29T21:06:30.585Z Downloaded base16ct v0.2.0
13362024-05-29T21:06:30.585Z Downloaded http-body v0.4.6
13372024-05-29T21:06:30.585Z Downloaded http v1.1.0
13382024-05-29T21:06:30.614Z Downloaded http v0.2.12
13392024-05-29T21:06:30.614Z Downloaded hostname v0.4.0
13402024-05-29T21:06:30.614Z Downloaded hostname v0.3.1
13412024-05-29T21:06:30.614Z Downloaded home v0.5.9
13422024-05-29T21:06:30.614Z Downloaded hmac v0.12.1
13432024-05-29T21:06:30.614Z Downloaded highway v1.1.0
13442024-05-29T21:06:30.614Z Downloaded hex v0.4.3
13452024-05-29T21:06:30.614Z Downloaded heck v0.4.1
13462024-05-29T21:06:30.614Z Downloaded heck v0.3.3
13472024-05-29T21:06:30.615Z Downloaded heapless v0.8.0
13482024-05-29T21:06:30.657Z Downloaded heapless v0.7.17
13492024-05-29T21:06:30.657Z Downloaded headers-core v0.2.0
13502024-05-29T21:06:30.657Z Downloaded headers v0.3.9
13512024-05-29T21:06:30.658Z Downloaded hashbrown v0.13.2
13522024-05-29T21:06:30.658Z Downloaded hashbrown v0.12.3
13532024-05-29T21:06:30.658Z Downloaded crossbeam-deque v0.8.5
13542024-05-29T21:06:30.658Z Downloaded corncobs v0.1.3
13552024-05-29T21:06:30.658Z Downloaded cookie_store v0.20.0
13562024-05-29T21:06:30.658Z Downloaded convert_case v0.4.0
13572024-05-29T21:06:30.658Z Downloaded clap_lex v0.7.0
13582024-05-29T21:06:30.658Z Downloaded ciborium-io v0.2.2
13592024-05-29T21:06:30.689Z Downloaded chacha20 v0.9.1
13602024-05-29T21:06:30.689Z Downloaded cfg_aliases v0.1.1
13612024-05-29T21:06:30.689Z Downloaded cfg-if v1.0.0
13622024-05-29T21:06:30.689Z Downloaded cexpr v0.6.0
13632024-05-29T21:06:30.689Z Downloaded castaway v0.2.2
13642024-05-29T21:06:30.689Z Downloaded cassowary v0.3.0
13652024-05-29T21:06:30.689Z Downloaded cargo-platform v0.1.8
13662024-05-29T21:06:30.689Z Downloaded camino-tempfile v1.1.1
13672024-05-29T21:06:30.689Z Downloaded bytes v1.6.0
13682024-05-29T21:06:30.689Z Downloaded byteorder v1.5.0
13692024-05-29T21:06:30.689Z Downloaded buf-list v1.0.3
13702024-05-29T21:06:30.689Z Downloaded block-buffer v0.10.4
13712024-05-29T21:06:30.689Z Downloaded blake3 v1.5.1
13722024-05-29T21:06:30.689Z Downloaded blake2 v0.10.6
13732024-05-29T21:06:30.689Z Downloaded bitvec v1.0.1
13742024-05-29T21:06:30.714Z Downloaded bitstruct v0.1.1
13752024-05-29T21:06:30.714Z Downloaded bitflags v1.3.2
13762024-05-29T21:06:30.714Z Downloaded bit-vec v0.6.3
13772024-05-29T21:06:30.714Z Downloaded bit-set v0.5.3
13782024-05-29T21:06:30.714Z Downloaded bindgen v0.69.4
13792024-05-29T21:06:30.739Z Downloaded base64 v0.21.7
13802024-05-29T21:06:30.739Z Downloaded backtrace v0.3.71
13812024-05-29T21:06:30.739Z Downloaded atomic-waker v1.1.2
13822024-05-29T21:06:30.739Z Downloaded async-recursion v1.1.1
13832024-05-29T21:06:30.739Z Downloaded bcs v0.1.6
13842024-05-29T21:06:30.770Z Downloaded bb8 v0.8.3
13852024-05-29T21:06:30.771Z Downloaded base64ct v1.6.0
13862024-05-29T21:06:30.771Z Downloaded base64 v0.22.1
13872024-05-29T21:06:30.771Z Downloaded backoff v0.4.0
13882024-05-29T21:06:30.771Z Downloaded autocfg v1.3.0
13892024-05-29T21:06:30.771Z Downloaded assert_matches v1.5.0
13902024-05-29T21:06:30.771Z Downloaded arrayref v0.3.7
13912024-05-29T21:06:30.771Z Downloaded adler v1.0.2
13922024-05-29T21:06:30.771Z Downloaded atomicwrites v0.4.3
13932024-05-29T21:06:30.771Z Downloaded async-trait v0.1.80
13942024-05-29T21:06:30.772Z Downloaded async-stream-impl v0.3.5
13952024-05-29T21:06:30.772Z Downloaded ascii-canvas v3.0.0
13962024-05-29T21:06:31.212Z Downloaded ascii v1.1.0
13972024-05-29T21:06:31.212Z Downloaded arrayvec v0.7.4
13982024-05-29T21:06:31.212Z Downloaded array-init v0.0.4
13992024-05-29T21:06:31.212Z Downloaded arc-swap v1.7.1
14002024-05-29T21:06:31.213Z Downloaded anyhow v1.0.83
14012024-05-29T21:06:31.213Z Downloaded anstyle-query v1.0.3
14022024-05-29T21:06:31.213Z Downloaded anstyle-parse v0.2.4
14032024-05-29T21:06:31.213Z Downloaded anstyle v1.0.7
14042024-05-29T21:06:31.214Z Downloaded allocator-api2 v0.2.18
14052024-05-29T21:06:31.214Z Downloaded aho-corasick v1.1.3
14062024-05-29T21:06:31.214Z Downloaded ahash v0.8.11
14072024-05-29T21:06:31.243Z Downloaded aead v0.5.2
14082024-05-29T21:06:31.244Z Compiling proc-macro2 v1.0.82
14092024-05-29T21:06:31.244Z Compiling unicode-ident v1.0.12
14102024-05-29T21:06:31.244Z Compiling libc v0.2.153
14112024-05-29T21:06:31.244Z Compiling serde v1.0.202
14122024-05-29T21:06:31.244Z Compiling autocfg v1.3.0
14132024-05-29T21:06:31.245Z Compiling version_check v0.9.4
14142024-05-29T21:06:31.245Z Compiling cfg-if v1.0.0
14152024-05-29T21:06:31.283Z Compiling cc v1.0.97
14162024-05-29T21:06:31.309Z Compiling parking_lot_core v0.9.10
14172024-05-29T21:06:31.467Z Compiling once_cell v1.19.0
14182024-05-29T21:06:31.831Z Compiling ahash v0.8.11
14192024-05-29T21:06:31.859Z Compiling serde_json v1.0.117
14202024-05-29T21:06:32.005Z Compiling byteorder v1.5.0
14212024-05-29T21:06:32.035Z Compiling lock_api v0.4.12
14222024-05-29T21:06:32.201Z Compiling libm v0.2.8
14232024-05-29T21:06:32.235Z Compiling num-traits v0.2.19
14242024-05-29T21:06:32.367Z Compiling memchr v2.7.2
14252024-05-29T21:06:32.444Z Compiling thiserror v1.0.60
14262024-05-29T21:06:32.575Z Compiling typenum v1.17.0
14272024-05-29T21:06:32.575Z Compiling log v0.4.21
14282024-05-29T21:06:32.986Z Compiling quote v1.0.36
14292024-05-29T21:06:33.018Z Compiling generic-array v0.14.7
14302024-05-29T21:06:33.334Z Compiling getrandom v0.2.14
14312024-05-29T21:06:33.454Z Compiling syn v2.0.64
14322024-05-29T21:06:33.673Z Compiling itoa v1.0.11
14332024-05-29T21:06:33.733Z Compiling scopeguard v1.2.0
14342024-05-29T21:06:34.105Z Compiling allocator-api2 v0.2.18
14352024-05-29T21:06:34.223Z Compiling slab v0.4.9
14362024-05-29T21:06:34.568Z Compiling ring v0.17.8
14372024-05-29T21:06:34.604Z Compiling ryu v1.0.18
14382024-05-29T21:06:34.691Z Compiling pin-project-lite v0.2.14
14392024-05-29T21:06:34.820Z Compiling smallvec v1.13.2
14402024-05-29T21:06:34.956Z Compiling semver v1.0.23
14412024-05-29T21:06:34.980Z Compiling schemars v0.8.19
14422024-05-29T21:06:35.005Z Compiling equivalent v1.0.1
14432024-05-29T21:06:35.097Z Compiling syn v1.0.109
14442024-05-29T21:06:35.356Z Compiling vcpkg v0.2.15
14452024-05-29T21:06:35.383Z Compiling pkg-config v0.3.30
14462024-05-29T21:06:35.627Z Compiling parking_lot v0.12.2
14472024-05-29T21:06:36.013Z Compiling signal-hook-registry v1.4.2
14482024-05-29T21:06:36.659Z Compiling mio v0.8.11
14492024-05-29T21:06:36.690Z Compiling openssl-sys v0.9.102
14502024-05-29T21:06:37.577Z Compiling fnv v1.0.7
14512024-05-29T21:06:37.638Z Compiling rand_core v0.6.4
14522024-05-29T21:06:37.704Z Compiling socket2 v0.5.7
14532024-05-29T21:06:37.962Z Compiling num_cpus v1.16.0
14542024-05-29T21:06:38.086Z Compiling num-conv v0.1.0
14552024-05-29T21:06:38.125Z Compiling time-core v0.1.2
14562024-05-29T21:06:38.325Z Compiling time-macros v0.2.18
14572024-05-29T21:06:38.441Z Compiling httparse v1.8.0
14582024-05-29T21:06:38.956Z Compiling futures-core v0.3.30
14592024-05-29T21:06:39.184Z Compiling openssl v0.10.64
14602024-05-29T21:06:39.516Z Compiling rustix v0.38.34
14612024-05-29T21:06:39.546Z Compiling iana-time-zone v0.1.60
14622024-05-29T21:06:39.623Z Compiling crossbeam-utils v0.8.19
14632024-05-29T21:06:39.837Z Compiling serde_derive_internals v0.29.1
14642024-05-29T21:06:40.049Z Compiling spin v0.9.8
14652024-05-29T21:06:40.138Z Compiling rustls v0.21.12
14662024-05-29T21:06:40.366Z Compiling native-tls v0.2.11
14672024-05-29T21:06:40.473Z Compiling tinyvec_macros v0.1.1
14682024-05-29T21:06:40.550Z Compiling tinyvec v1.6.0
14692024-05-29T21:06:40.807Z Compiling ucd-trie v0.1.6
14702024-05-29T21:06:40.974Z Compiling subtle v2.5.0
14712024-05-29T21:06:41.237Z Compiling const-oid v0.9.6
14722024-05-29T21:06:41.323Z Compiling futures-sink v0.3.30
14732024-05-29T21:06:41.658Z Compiling unicode-normalization v0.1.23
14742024-05-29T21:06:41.688Z Compiling backtrace v0.3.71
14752024-05-29T21:06:41.714Z Compiling cookie v0.17.0
14762024-05-29T21:06:41.973Z Compiling heck v0.5.0
14772024-05-29T21:06:42.049Z Compiling heck v0.4.1
14782024-05-29T21:06:42.327Z Compiling dyn-clone v1.0.17
14792024-05-29T21:06:42.477Z Compiling slog v2.7.0
14802024-05-29T21:06:42.514Z Compiling unicode-bidi v0.3.15
14812024-05-29T21:06:42.834Z Compiling futures-channel v0.3.30
14822024-05-29T21:06:42.882Z Compiling pin-utils v0.1.0
14832024-05-29T21:06:43.002Z Compiling futures-io v0.3.30
14842024-05-29T21:06:43.246Z Compiling strsim v0.11.1
14852024-05-29T21:06:43.308Z Compiling futures-task v0.3.30
14862024-05-29T21:06:43.866Z Compiling aho-corasick v1.1.3
14872024-05-29T21:06:43.899Z Compiling untrusted v0.9.0
14882024-05-29T21:06:44.073Z Compiling winnow v0.5.40
14892024-05-29T21:06:44.215Z Compiling regex-syntax v0.8.3
14902024-05-29T21:06:44.247Z Compiling serde_derive v1.0.202
14912024-05-29T21:06:44.450Z Compiling zerocopy-derive v0.7.34
14922024-05-29T21:06:45.447Z Compiling zeroize_derive v1.4.2
14932024-05-29T21:06:46.042Z Compiling zerocopy v0.7.34
14942024-05-29T21:06:46.586Z Compiling thiserror-impl v1.0.60
14952024-05-29T21:06:46.955Z Compiling tokio-macros v2.2.0
14962024-05-29T21:06:47.182Z Compiling futures-macro v0.3.30
14972024-05-29T21:06:47.811Z Compiling hashbrown v0.14.5
14982024-05-29T21:06:48.172Z Compiling schemars_derive v0.8.19
14992024-05-29T21:06:48.208Z Compiling tracing-attributes v0.1.27
15002024-05-29T21:06:48.702Z Compiling zeroize v1.7.0
15012024-05-29T21:06:48.985Z Compiling openssl-macros v0.1.1
15022024-05-29T21:06:49.156Z Compiling scroll_derive v0.12.0
15032024-05-29T21:06:49.597Z Compiling pest v2.7.10
15042024-05-29T21:06:50.259Z Compiling crypto-common v0.1.6
15052024-05-29T21:06:50.283Z Compiling futures-util v0.3.30
15062024-05-29T21:06:50.435Z Compiling der_derive v0.7.2
15072024-05-29T21:06:50.869Z Compiling anyhow v1.0.83
15082024-05-29T21:06:51.290Z Compiling block-buffer v0.10.4
15092024-05-29T21:06:51.491Z Compiling pest_meta v2.7.10
15102024-05-29T21:06:52.079Z Compiling regex-automata v0.4.6
15112024-05-29T21:06:52.198Z Compiling tracing-core v0.1.32
15122024-05-29T21:06:54.228Z Compiling pest_generator v2.7.10
15132024-05-29T21:06:54.625Z Compiling bytes v1.6.0
15142024-05-29T21:06:55.533Z Compiling indexmap v2.2.6
15152024-05-29T21:06:55.913Z Compiling uuid v1.8.0
15162024-05-29T21:06:56.401Z Compiling tokio v1.37.0
15172024-05-29T21:06:56.518Z Compiling bitflags v2.5.0
15182024-05-29T21:06:56.793Z Compiling serde_tokenstream v0.2.0
15192024-05-29T21:06:56.912Z Compiling chrono v0.4.38
15202024-05-29T21:06:58.463Z Compiling toml_datetime v0.6.6
15212024-05-29T21:06:59.059Z Compiling serde_spanned v0.6.6
15222024-05-29T21:06:59.238Z Compiling http v0.2.12
15232024-05-29T21:06:59.629Z Compiling toml_edit v0.19.15
15242024-05-29T21:07:00.981Z Compiling rustc_version v0.4.0
15252024-05-29T21:07:01.237Z Compiling pest_derive v2.7.10
15262024-05-29T21:07:01.406Z Compiling usdt-impl v0.5.0
15272024-05-29T21:07:01.480Z Compiling rustversion v1.0.17
15282024-05-29T21:07:01.688Z Compiling powerfmt v0.2.0
15292024-05-29T21:07:01.851Z Compiling heapless v0.7.17
15302024-05-29T21:07:02.035Z Compiling deranged v0.3.11
15312024-05-29T21:07:02.128Z Compiling tracing v0.1.40
15322024-05-29T21:07:02.196Z Compiling digest v0.10.7
15332024-05-29T21:07:02.557Z Compiling scroll v0.12.0
15342024-05-29T21:07:03.189Z Compiling plain v0.2.3
15352024-05-29T21:07:03.327Z Compiling percent-encoding v2.3.1
15362024-05-29T21:07:03.741Z Compiling signal-hook v0.3.17
15372024-05-29T21:07:03.834Z Compiling num_threads v0.1.7
15382024-05-29T21:07:04.014Z Compiling ppv-lite86 v0.2.17
15392024-05-29T21:07:04.185Z Compiling time v0.3.36
15402024-05-29T21:07:04.332Z Compiling goblin v0.8.2
15412024-05-29T21:07:04.626Z Compiling rand_chacha v0.3.1
15422024-05-29T21:07:05.325Z Compiling regex v1.10.4
15432024-05-29T21:07:06.524Z Compiling crc32fast v1.4.0
15442024-05-29T21:07:06.857Z Compiling pretty-hex v0.4.1
15452024-05-29T21:07:07.953Z Compiling rand v0.8.5
15462024-05-29T21:07:09.142Z Compiling dof v0.3.0
15472024-05-29T21:07:09.166Z Compiling tokio-util v0.7.11
15482024-05-29T21:07:10.171Z Compiling dtrace-parser v0.2.0
15492024-05-29T21:07:10.618Z Compiling async-trait v0.1.80
15502024-05-29T21:07:10.885Z Compiling thread-id v4.2.1
15512024-05-29T21:07:10.982Z Compiling smoltcp v0.9.1
15522024-05-29T21:07:11.091Z Compiling unicode-width v0.1.12
15532024-05-29T21:07:11.233Z Compiling base64ct v1.6.0
15542024-05-29T21:07:11.275Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
15552024-05-29T21:07:11.479Z Compiling foreign-types-shared v0.1.1
15562024-05-29T21:07:11.574Z Compiling foreign-types v0.3.2
15572024-05-29T21:07:11.664Z Compiling pem-rfc7468 v0.7.0
15582024-05-29T21:07:12.576Z Compiling form_urlencoded v1.2.1
15592024-05-29T21:07:12.833Z Compiling hmac v0.12.1
15602024-05-29T21:07:13.031Z Compiling base64 v0.21.7
15612024-05-29T21:07:13.060Z Compiling try-lock v0.2.5
15622024-05-29T21:07:13.196Z Compiling adler v1.0.2
15632024-05-29T21:07:13.367Z Compiling siphasher v0.3.11
15642024-05-29T21:07:13.452Z Compiling flagset v0.4.5
15652024-05-29T21:07:13.610Z Compiling der v0.7.9
15662024-05-29T21:07:13.729Z Compiling want v0.3.1
15672024-05-29T21:07:13.822Z Compiling miniz_oxide v0.7.2
15682024-05-29T21:07:14.191Z Compiling h2 v0.3.26
15692024-05-29T21:07:14.938Z Compiling sct v0.7.1
15702024-05-29T21:07:15.175Z Compiling rustls-webpki v0.101.7
15712024-05-29T21:07:16.084Z Compiling http-body v0.4.6
15722024-05-29T21:07:16.612Z Compiling openapiv3 v2.0.0
15732024-05-29T21:07:16.944Z Compiling hubpack_derive v0.1.1
15742024-05-29T21:07:17.558Z Compiling zerocopy-derive v0.6.6
15752024-05-29T21:07:17.605Z Compiling idna v0.5.0
15762024-05-29T21:07:17.921Z Compiling errno v0.3.9
15772024-05-29T21:07:18.326Z Compiling fs-err v2.11.0
15782024-05-29T21:07:18.646Z Compiling spin v0.5.2
15792024-05-29T21:07:18.670Z Compiling finl_unicode v1.2.0
15802024-05-29T21:07:18.815Z Compiling tower-service v0.3.2
15812024-05-29T21:07:19.068Z Compiling httpdate v1.0.3
15822024-05-29T21:07:19.463Z Compiling openssl-probe v0.1.5
15832024-05-29T21:07:19.703Z Compiling utf8parse v0.2.1
15842024-05-29T21:07:19.728Z Compiling stable_deref_trait v1.2.0
15852024-05-29T21:07:19.807Z Compiling gimli v0.28.1
15862024-05-29T21:07:19.842Z Compiling anstyle v1.0.7
15872024-05-29T21:07:19.878Z Compiling cpufeatures v0.2.12
15882024-05-29T21:07:19.878Z Compiling hyper v0.14.28
15892024-05-29T21:07:19.929Z Compiling anstyle-parse v0.2.4
15902024-05-29T21:07:19.967Z Compiling sha2 v0.10.8
15912024-05-29T21:07:20.583Z Compiling stringprep v0.1.4
15922024-05-29T21:07:21.452Z Compiling url v2.5.0
15932024-05-29T21:07:23.536Z Compiling addr2line v0.21.0
15942024-05-29T21:07:24.213Z Compiling spki v0.7.3
15952024-05-29T21:07:24.750Z Compiling usdt-attr-macro v0.5.0
15962024-05-29T21:07:25.438Z Compiling usdt-macro v0.5.0
15972024-05-29T21:07:26.203Z Compiling md-5 v0.10.6
15982024-05-29T21:07:27.570Z Compiling idna v0.3.0
15992024-05-29T21:07:28.674Z Compiling diesel_table_macro_syntax v0.1.0
16002024-05-29T21:07:29.005Z Compiling num-integer v0.1.46
16012024-05-29T21:07:29.577Z Compiling object v0.32.2
16022024-05-29T21:07:29.605Z Compiling hash32 v0.2.1
16032024-05-29T21:07:30.251Z Compiling is_terminal_polyfill v1.70.0
16042024-05-29T21:07:30.481Z Compiling fallible-iterator v0.2.0
16052024-05-29T21:07:31.067Z Compiling psl-types v2.0.11
16062024-05-29T21:07:31.845Z Compiling anstyle-query v1.0.3
16072024-05-29T21:07:31.966Z Compiling rustc-demangle v0.1.24
16082024-05-29T21:07:33.564Z Compiling colorchoice v1.0.1
16092024-05-29T21:07:33.709Z Compiling anstream v0.6.14
16102024-05-29T21:07:34.318Z Compiling lazy_static v1.4.0
16112024-05-29T21:07:35.657Z Compiling publicsuffix v2.2.3
16122024-05-29T21:07:35.857Z Compiling postgres-protocol v0.6.6
16132024-05-29T21:07:36.412Z Compiling diesel_derives v2.1.4
16142024-05-29T21:07:41.463Z Compiling tokio-rustls v0.24.1
16152024-05-29T21:07:41.592Z Compiling pkcs8 v0.10.2
16162024-05-29T21:07:41.817Z Compiling terminal_size v0.3.0
16172024-05-29T21:07:42.011Z Compiling tokio-native-tls v0.3.1
16182024-05-29T21:07:42.225Z Compiling phf_shared v0.11.2
16192024-05-29T21:07:42.639Z Compiling strum_macros v0.25.3
16202024-05-29T21:07:43.409Z Compiling block-padding v0.3.3
16212024-05-29T21:07:43.541Z Compiling regress v0.9.1
16222024-05-29T21:07:43.607Z Compiling enum-as-inner v0.5.1
16232024-05-29T21:07:43.905Z Compiling clap_derive v4.5.4
16242024-05-29T21:07:44.389Z Compiling serde_repr v0.1.19
16252024-05-29T21:07:45.614Z Compiling ff v0.13.0
16262024-05-29T21:07:45.832Z Compiling scheduled-thread-pool v0.2.7
16272024-05-29T21:07:46.417Z Compiling encoding_rs v0.8.34
16282024-05-29T21:07:47.078Z Compiling bitflags v1.3.2
16292024-05-29T21:07:47.173Z Compiling either v1.12.0
16302024-05-29T21:07:47.334Z Compiling bit-vec v0.6.3
16312024-05-29T21:07:47.639Z Compiling clap_lex v0.7.0
16322024-05-29T21:07:47.893Z Compiling managed v0.8.0
16332024-05-29T21:07:48.297Z Compiling ident_case v1.0.1
16342024-05-29T21:07:48.376Z Compiling mime v0.3.17
16352024-05-29T21:07:48.440Z Compiling ipnet v2.9.0
16362024-05-29T21:07:48.533Z Compiling matches v0.1.10
16372024-05-29T21:07:48.981Z Compiling base16ct v0.2.0
16382024-05-29T21:07:49.215Z Compiling sec1 v0.7.3
16392024-05-29T21:07:49.291Z Compiling idna v0.2.3
16402024-05-29T21:07:49.600Z Compiling darling_core v0.20.9
16412024-05-29T21:07:50.362Z Compiling clap_builder v4.5.2
16422024-05-29T21:07:52.412Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16432024-05-29T21:07:54.035Z Compiling r2d2 v0.8.10
16442024-05-29T21:07:54.492Z Compiling group v0.13.0
16452024-05-29T21:07:55.217Z Compiling inout v0.1.3
16462024-05-29T21:07:55.918Z Compiling phf v0.11.2
16472024-05-29T21:07:56.095Z Compiling hyper-tls v0.5.0
16482024-05-29T21:07:56.152Z Compiling hyper-rustls v0.24.2
16492024-05-29T21:07:56.383Z Compiling signal-hook-mio v0.2.3
16502024-05-29T21:07:56.521Z Compiling cookie_store v0.20.0
16512024-05-29T21:07:56.604Z Compiling postgres-types v0.2.6
16522024-05-29T21:07:57.021Z Compiling num-bigint v0.4.5
16532024-05-29T21:07:57.045Z Compiling zerocopy v0.6.6
16542024-05-29T21:07:57.694Z Compiling hubpack v0.1.2
16552024-05-29T21:07:57.719Z Compiling phf_shared v0.10.0
16562024-05-29T21:07:57.811Z Compiling rustls-pemfile v1.0.4
16572024-05-29T21:07:58.030Z Compiling hkdf v0.12.4
16582024-05-29T21:07:58.061Z Compiling serde_urlencoded v0.7.1
16592024-05-29T21:07:58.221Z Compiling crossbeam-epoch v0.9.18
16602024-05-29T21:07:58.509Z Compiling ipnetwork v0.20.0
16612024-05-29T21:07:58.537Z Compiling futures-executor v0.3.30
16622024-05-29T21:07:59.164Z Compiling crypto-bigint v0.5.5
16632024-05-29T21:07:59.324Z Compiling float-cmp v0.9.0
16642024-05-29T21:07:59.381Z Compiling memmap v0.7.0
16652024-05-29T21:07:59.570Z Compiling normalize-line-endings v0.3.0
16662024-05-29T21:07:59.678Z Compiling difflib v0.4.0
16672024-05-29T21:07:59.736Z Compiling whoami v1.5.1
16682024-05-29T21:08:00.222Z Compiling sync_wrapper v0.1.2
16692024-05-29T21:08:00.344Z Compiling predicates-core v1.0.6
16702024-05-29T21:08:00.674Z Compiling static_assertions v1.1.0
16712024-05-29T21:08:00.701Z Compiling precomputed-hash v0.1.1
16722024-05-29T21:08:00.772Z Compiling minimal-lexical v0.2.1
16732024-05-29T21:08:00.814Z Compiling unicode-segmentation v1.11.0
16742024-05-29T21:08:01.419Z Compiling new_debug_unreachable v1.0.6
16752024-05-29T21:08:01.509Z Compiling fixedbitset v0.4.2
16762024-05-29T21:08:01.577Z Compiling data-encoding v2.6.0
16772024-05-29T21:08:01.831Z Compiling webpki-roots v0.25.4
16782024-05-29T21:08:01.934Z Compiling winnow v0.6.8
16792024-05-29T21:08:01.961Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16802024-05-29T21:08:01.987Z Compiling reqwest v0.11.27
16812024-05-29T21:08:02.126Z Compiling trust-dns-proto v0.22.0
16822024-05-29T21:08:02.308Z Compiling petgraph v0.6.5
16832024-05-29T21:08:02.882Z Compiling string_cache v0.8.7
16842024-05-29T21:08:03.218Z Compiling elliptic-curve v0.13.8
16852024-05-29T21:08:03.747Z Compiling similar v2.5.0
16862024-05-29T21:08:04.751Z Compiling toml_edit v0.22.13
16872024-05-29T21:08:04.959Z Compiling nom v7.1.3
16882024-05-29T21:08:05.333Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
16892024-05-29T21:08:05.360Z Compiling predicates v3.1.0
16902024-05-29T21:08:07.616Z Compiling tokio-postgres v0.7.10
16912024-05-29T21:08:07.797Z Compiling usdt v0.5.0
16922024-05-29T21:08:08.514Z Compiling yasna v0.5.2
16932024-05-29T21:08:08.777Z Compiling diesel v2.1.6
16942024-05-29T21:08:09.643Z Compiling futures v0.3.30
16952024-05-29T21:08:10.379Z Compiling crossterm v0.27.0
16962024-05-29T21:08:10.413Z Compiling flate2 v1.0.30
16972024-05-29T21:08:10.505Z Compiling cipher v0.4.4
16982024-05-29T21:08:11.085Z Compiling darling_macro v0.20.9
16992024-05-29T21:08:11.149Z Compiling clap v4.5.4
17002024-05-29T21:08:11.260Z Compiling itertools v0.10.5
17012024-05-29T21:08:11.472Z Compiling itertools v0.12.1
17022024-05-29T21:08:11.830Z Compiling bit-set v0.5.3
17032024-05-29T21:08:12.062Z Compiling console v0.15.8
17042024-05-29T21:08:12.933Z Compiling num-iter v0.1.45
17052024-05-29T21:08:13.304Z Compiling tokio-stream v0.1.15
17062024-05-29T21:08:13.672Z Compiling toml v0.7.8
17072024-05-29T21:08:13.828Z Compiling bstr v1.9.1
17082024-05-29T21:08:13.956Z Compiling hex v0.4.3
17092024-05-29T21:08:14.402Z Compiling peg-runtime v0.8.3
17102024-05-29T21:08:14.601Z Compiling lalrpop-util v0.19.12
17112024-05-29T21:08:15.118Z Compiling darling v0.20.9
17122024-05-29T21:08:15.227Z Compiling proc-macro-crate v1.3.1
17132024-05-29T21:08:15.908Z Compiling heapless v0.8.0
17142024-05-29T21:08:16.481Z Compiling camino v1.1.7
17152024-05-29T21:08:18.543Z Compiling num_enum_derive v0.5.11
17162024-05-29T21:08:22.098Z Compiling hash32 v0.3.1
17172024-05-29T21:08:22.955Z Compiling smoltcp v0.11.0
17182024-05-29T21:08:23.470Z Compiling rustls-pki-types v1.7.0
17192024-05-29T21:08:24.997Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17202024-05-29T21:08:33.736Z Compiling num_enum v0.5.11
17212024-05-29T21:08:35.251Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
17222024-05-29T21:08:35.454Z Compiling getopts v0.2.21
17232024-05-29T21:08:36.072Z Compiling dirs-sys-next v0.1.2
17242024-05-29T21:08:36.101Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17252024-05-29T21:08:36.354Z Compiling proc-macro-error-attr v1.0.4
17262024-05-29T21:08:36.538Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17272024-05-29T21:08:36.612Z Compiling cobs v0.2.3
17282024-05-29T21:08:36.989Z Compiling rustls v0.22.4
17292024-05-29T21:08:37.088Z Compiling unsafe-libyaml v0.2.11
17302024-05-29T21:08:37.547Z Compiling paste v1.0.15
17312024-05-29T21:08:37.921Z Compiling embedded-io v0.4.0
17322024-05-29T21:08:38.109Z Compiling postcard v1.0.8
17332024-05-29T21:08:38.381Z Compiling serde_yaml v0.9.34+deprecated
17342024-05-29T21:08:41.315Z Compiling dirs-next v2.0.0
17352024-05-29T21:08:41.601Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17362024-05-29T21:08:46.971Z Compiling rustls-webpki v0.102.4
17372024-05-29T21:08:51.603Z Compiling strum_macros v0.26.2
17382024-05-29T21:08:52.667Z Compiling structmeta-derive v0.3.0
17392024-05-29T21:08:52.788Z Compiling foreign-types-macros v0.2.3
17402024-05-29T21:08:53.992Z Compiling thread_local v1.1.8
17412024-05-29T21:08:54.471Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17422024-05-29T21:08:54.681Z Compiling proc-macro-error v1.0.4
17432024-05-29T21:08:54.748Z Compiling multer v3.1.0
17442024-05-29T21:08:55.125Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17452024-05-29T21:08:55.373Z Compiling foreign-types-shared v0.3.1
17462024-05-29T21:08:55.496Z Compiling match_cfg v0.1.0
17472024-05-29T21:08:55.591Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17482024-05-29T21:08:56.354Z Compiling slog-async v2.8.0
17492024-05-29T21:08:59.161Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17502024-05-29T21:09:01.494Z Compiling hostname v0.3.1
17512024-05-29T21:09:01.630Z Compiling foreign-types v0.5.0
17522024-05-29T21:09:01.769Z Compiling strum v0.26.2
17532024-05-29T21:09:01.952Z Compiling structmeta v0.3.0
17542024-05-29T21:09:06.469Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17552024-05-29T21:09:13.581Z Compiling term v0.7.0
17562024-05-29T21:09:16.706Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17572024-05-29T21:09:17.374Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17582024-05-29T21:09:17.959Z Compiling slog-json v2.6.1
17592024-05-29T21:09:18.196Z Compiling tabwriter v1.4.0
17602024-05-29T21:09:18.384Z Compiling crossbeam-channel v0.5.12
17612024-05-29T21:09:19.757Z Compiling http v1.1.0
17622024-05-29T21:09:19.818Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17632024-05-29T21:09:20.435Z Compiling async-stream-impl v0.3.5
17642024-05-29T21:09:20.527Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17652024-05-29T21:09:21.186Z Compiling cstr-argument v0.1.2
17662024-05-29T21:09:21.211Z Compiling is-terminal v0.4.12
17672024-05-29T21:09:21.342Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718)
17682024-05-29T21:09:21.413Z Compiling base64 v0.22.1
17692024-05-29T21:09:21.440Z Compiling rayon-core v1.12.1
17702024-05-29T21:09:21.618Z Compiling atomic-waker v1.1.2
17712024-05-29T21:09:21.703Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
17722024-05-29T21:09:21.786Z Compiling fastrand v2.1.0
17732024-05-29T21:09:21.946Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
17742024-05-29T21:09:22.181Z Compiling pretty-hex v0.2.1
17752024-05-29T21:09:22.300Z Compiling crucible-workspace-hack v0.1.0
17762024-05-29T21:09:22.368Z Compiling take_mut v0.2.2
17772024-05-29T21:09:22.849Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17782024-05-29T21:09:23.236Z Compiling tempfile v3.10.1
17792024-05-29T21:09:23.296Z Compiling rustls-pemfile v2.1.2
17802024-05-29T21:09:23.450Z Compiling waitgroup v0.1.2
17812024-05-29T21:09:23.776Z Compiling async-stream v0.3.5
17822024-05-29T21:09:23.955Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17832024-05-29T21:09:24.098Z Compiling slog-term v2.9.1
17842024-05-29T21:09:25.072Z Compiling slog-bunyan v2.5.0
17852024-05-29T21:09:25.294Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17862024-05-29T21:09:25.500Z Compiling tokio-rustls v0.25.0
17872024-05-29T21:09:25.879Z Compiling parse-display-derive v0.9.0
17882024-05-29T21:09:25.948Z Compiling toml v0.8.13
17892024-05-29T21:09:26.320Z Compiling serde_with_macros v3.8.1
17902024-05-29T21:09:27.050Z Compiling sha1 v0.10.6
17912024-05-29T21:09:27.705Z Compiling crossbeam-deque v0.8.5
17922024-05-29T21:09:28.015Z Compiling colored v2.1.0
17932024-05-29T21:09:28.391Z Compiling newtype-uuid v1.1.0
17942024-05-29T21:09:28.666Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718)
17952024-05-29T21:09:28.999Z Compiling serde_path_to_error v0.1.16
17962024-05-29T21:09:29.097Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17972024-05-29T21:09:29.704Z Compiling socket2 v0.4.10
17982024-05-29T21:09:29.830Z Compiling hostname v0.4.0
17992024-05-29T21:09:30.050Z Compiling instant v0.1.12
18002024-05-29T21:09:30.096Z Compiling debug-ignore v1.0.5
18012024-05-29T21:09:30.204Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18022024-05-29T21:09:30.239Z Compiling backoff v0.4.0
18032024-05-29T21:09:30.520Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18042024-05-29T21:09:31.034Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18052024-05-29T21:09:31.213Z Compiling parse-display v0.9.0
18062024-05-29T21:09:31.994Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18072024-05-29T21:09:32.386Z Compiling serde_with v3.8.1
18082024-05-29T21:09:32.877Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18092024-05-29T21:09:33.999Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18102024-05-29T21:09:34.600Z Compiling camino-tempfile v1.1.1
18112024-05-29T21:09:35.452Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
18122024-05-29T21:09:35.582Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18132024-05-29T21:09:35.703Z Compiling macaddr v1.0.1
18142024-05-29T21:09:35.744Z Compiling num-derive v0.4.2
18152024-05-29T21:09:35.853Z Compiling sigpipe v0.1.3
18162024-05-29T21:09:35.976Z Compiling libefi-sys v0.1.0
18172024-05-29T21:09:36.202Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18182024-05-29T21:09:36.259Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
18192024-05-29T21:09:36.724Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18202024-05-29T21:09:37.446Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
18212024-05-29T21:09:37.648Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18222024-05-29T21:09:38.795Z Compiling rayon v1.10.0
18232024-05-29T21:09:39.004Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18242024-05-29T21:09:39.575Z Compiling smf v0.2.3
18252024-05-29T21:09:41.363Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
18262024-05-29T21:09:41.712Z Compiling blake3 v1.5.1
18272024-05-29T21:09:41.743Z Compiling ring v0.16.20
18282024-05-29T21:09:41.770Z Compiling portable-atomic v1.6.0
18292024-05-29T21:09:42.637Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18302024-05-29T21:09:42.897Z Compiling xattr v1.3.1
18312024-05-29T21:09:43.188Z Compiling memmap2 v0.9.4
18322024-05-29T21:09:43.303Z Compiling filetime v0.2.23
18332024-05-29T21:09:43.581Z Compiling arrayvec v0.7.4
18342024-05-29T21:09:43.610Z Compiling same-file v1.0.6
18352024-05-29T21:09:43.655Z Compiling arrayref v0.3.7
18362024-05-29T21:09:43.765Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18372024-05-29T21:09:43.867Z Compiling constant_time_eq v0.3.0
18382024-05-29T21:09:43.934Z Compiling untrusted v0.7.1
18392024-05-29T21:09:44.031Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18402024-05-29T21:09:44.103Z Compiling walkdir v2.5.0
18412024-05-29T21:09:44.836Z Compiling tar v0.4.40
18422024-05-29T21:09:46.145Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18432024-05-29T21:09:46.299Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18442024-05-29T21:09:46.984Z Compiling gethostname v0.4.3
18452024-05-29T21:09:47.211Z Compiling topological-sort v0.2.2
18462024-05-29T21:09:47.420Z Compiling number_prefix v0.4.0
18472024-05-29T21:09:47.632Z Compiling indicatif v0.17.8
18482024-05-29T21:09:47.658Z Compiling swrite v0.1.0
18492024-05-29T21:09:48.599Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
18502024-05-29T21:09:50.749Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18512024-05-29T21:09:51.473Z Compiling omicron-zone-package v0.11.0
18522024-05-29T21:09:53.093Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
18532024-05-29T21:10:12.680Z Finished release [optimized] target(s) in 4m 09s
18542024-05-29T21:10:12.906Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
18552024-05-29T21:10:12.999ZLogging to: /work/oxidecomputer/omicron/out/LOG
18562024-05-29T21:10:13.024ZCreated new build target 'test' and set it as active
18572024-05-29T21:10:13.024Z
18582024-05-29T21:10:13.024Zreal 4:09.978441537
18592024-05-29T21:10:13.024Zuser 24:54.165522003
18602024-05-29T21:10:13.024Zsys 3:18.766891847
18612024-05-29T21:10:13.024Ztrap 0.790427651
18622024-05-29T21:10:13.024Ztflt 0.873137969
18632024-05-29T21:10:13.024Zdflt 0.735101609
18642024-05-29T21:10:13.024Zkflt 0.006009059
18652024-05-29T21:10:13.024Zlock 52:31.609526414
18662024-05-29T21:10:13.024Zslp 1:10:12.757303035
18672024-05-29T21:10:13.024Zlat 1:54.443194098
18682024-05-29T21:10:13.024Zstop 3:20.607791515
18692024-05-29T21:10:13.024Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
18702024-05-29T21:10:14.070Z Finished release [optimized] target(s) in 1.00s
18712024-05-29T21:10:14.106Z Running `target/release/omicron-package -t test package`
18722024-05-29T21:10:14.149ZLogging to: /work/oxidecomputer/omicron/out/LOG
18732024-05-29T21:10:15.255Z Compiling newline-converter v0.3.0
18742024-05-29T21:10:15.255Z Compiling humantime v2.1.0
18752024-05-29T21:10:15.280Z Compiling derive-where v1.2.7
18762024-05-29T21:10:15.280Z Compiling unicode-xid v0.2.4
18772024-05-29T21:10:15.280Z Compiling linked-hash-map v0.5.6
18782024-05-29T21:10:15.280Z Compiling convert_case v0.4.0
18792024-05-29T21:10:15.334Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18802024-05-29T21:10:15.334Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18812024-05-29T21:10:15.418Z Compiling expectorate v1.1.0
18822024-05-29T21:10:15.452Z Compiling password-hash v0.5.0
18832024-05-29T21:10:15.582Z Compiling blake2 v0.10.6
18842024-05-29T21:10:15.617Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18852024-05-29T21:10:15.642Z Compiling lru-cache v0.1.2
18862024-05-29T21:10:15.814Z Compiling semver v0.1.20
18872024-05-29T21:10:15.955Z Compiling argon2 v0.5.3
18882024-05-29T21:10:15.981Z Compiling derive_more v0.99.17
18892024-05-29T21:10:16.266Z Compiling rustc_version v0.1.7
18902024-05-29T21:10:16.538Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18912024-05-29T21:10:16.601Z Compiling newtype_derive v0.1.6
18922024-05-29T21:10:16.904Z Compiling quick-error v1.2.3
18932024-05-29T21:10:17.023Z Compiling home v0.5.9
18942024-05-29T21:10:17.049Z Compiling resolv-conf v0.7.0
18952024-05-29T21:10:17.292Z Compiling steno v0.4.0
18962024-05-29T21:10:17.316Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
18972024-05-29T21:10:17.757Z Compiling trust-dns-resolver v0.22.0
18982024-05-29T21:10:17.972Z Compiling slog-dtrace v0.3.0
18992024-05-29T21:10:18.222Z Compiling termcolor v1.4.1
19002024-05-29T21:10:18.365Z Compiling utf-8 v0.7.6
19012024-05-29T21:10:19.092Z Compiling num-rational v0.4.2
19022024-05-29T21:10:19.896Z Compiling num-complex v0.4.6
19032024-05-29T21:10:20.799Z Compiling num v0.4.3
19042024-05-29T21:10:20.832Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
19052024-05-29T21:10:20.895Z Compiling nibble_vec v0.1.0
19062024-05-29T21:10:21.063Z Compiling endian-type v0.1.2
19072024-05-29T21:10:21.088Z Compiling radium v0.7.0
19082024-05-29T21:10:21.261Z Compiling radix_trie v0.2.1
19092024-05-29T21:10:21.454Z Compiling tungstenite v0.20.1
19102024-05-29T21:10:21.552Z Compiling maybe-uninit v2.0.0
19112024-05-29T21:10:21.693Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
19122024-05-29T21:10:21.911Z Compiling tap v1.0.1
19132024-05-29T21:10:22.065Z Compiling wyz v0.5.1
19142024-05-29T21:10:22.446Z Compiling tokio-tungstenite v0.20.1
19152024-05-29T21:10:22.516Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19162024-05-29T21:10:22.892Z Compiling bzip2-sys v0.1.11+1.0.8
19172024-05-29T21:10:23.257Z Compiling arc-swap v1.7.1
19182024-05-29T21:10:23.877Z Compiling cancel-safe-futures v0.1.5
19192024-05-29T21:10:24.145Z Compiling packed_struct v0.10.1
19202024-05-29T21:10:24.481Z Compiling num-bigint-dig v0.8.4
19212024-05-29T21:10:24.719Z Compiling crc-catalog v2.4.0
19222024-05-29T21:10:24.850Z Compiling display-error-chain v0.2.0
19232024-05-29T21:10:25.001Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19242024-05-29T21:10:25.667Z Compiling funty v2.0.0
19252024-05-29T21:10:25.693Z Compiling crc v3.2.1
19262024-05-29T21:10:27.095Z Compiling bitvec v1.0.1
19272024-05-29T21:10:27.315Z Compiling slog-scope v4.4.0
19282024-05-29T21:10:28.155Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
19292024-05-29T21:10:30.224Z Compiling fxhash v0.2.1
19302024-05-29T21:10:30.397Z Compiling packed_struct_codegen v0.10.1
19312024-05-29T21:10:31.114Z Compiling indexmap v1.9.3
19322024-05-29T21:10:31.361Z Compiling nodrop v0.1.14
19332024-05-29T21:10:31.469Z Compiling array-init v0.0.4
19342024-05-29T21:10:32.533Z Compiling smallvec v0.6.14
19352024-05-29T21:10:32.898Z Compiling slog-stdlog v4.1.1
19362024-05-29T21:10:35.492Z Compiling rayon-core v1.12.1
19372024-05-29T21:10:35.518Z Compiling synstructure v0.12.6
19382024-05-29T21:10:35.518Z Compiling pkcs1 v0.7.5
19392024-05-29T21:10:35.813Z Compiling signature v2.2.0
19402024-05-29T21:10:36.030Z Compiling crossbeam-deque v0.8.5
19412024-05-29T21:10:36.293Z Compiling dirs-sys-next v0.1.2
19422024-05-29T21:10:36.657Z Compiling half v2.4.1
19432024-05-29T21:10:36.695Z Compiling ciborium-io v0.2.2
19442024-05-29T21:10:36.803Z Compiling fastrand v2.1.0
19452024-05-29T21:10:37.218Z Compiling glob v0.3.1
19462024-05-29T21:10:37.244Z Compiling crunchy v0.2.2
19472024-05-29T21:10:37.595Z Compiling bitfield v0.14.0
19482024-05-29T21:10:37.826Z Compiling same-file v1.0.6
19492024-05-29T21:10:37.853Z Compiling hashbrown v0.12.3
19502024-05-29T21:10:38.004Z Compiling walkdir v2.5.0
19512024-05-29T21:10:38.501Z Compiling clang-sys v1.7.0
19522024-05-29T21:10:38.581Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19532024-05-29T21:10:39.088Z Compiling tempfile v3.10.1
19542024-05-29T21:10:39.638Z Compiling ciborium-ll v0.2.2
19552024-05-29T21:10:39.717Z Compiling zerocopy-derive v0.2.0
19562024-05-29T21:10:39.795Z Compiling dirs-next v2.0.0
19572024-05-29T21:10:40.019Z Compiling rsa v0.9.6
19582024-05-29T21:10:41.076Z Compiling slog-envlogger v2.2.0
19592024-05-29T21:10:41.197Z Compiling serde-hex v0.1.0
19602024-05-29T21:10:43.225Z Compiling bzip2 v0.4.4
19612024-05-29T21:10:43.375Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
19622024-05-29T21:10:43.581Z Compiling env_logger v0.10.2
19632024-05-29T21:10:43.639Z Compiling camino v1.1.7
19642024-05-29T21:10:43.693Z Compiling x509-cert v0.2.5
19652024-05-29T21:10:44.495Z Compiling ron v0.8.1
19662024-05-29T21:10:45.047Z Compiling hashbrown v0.13.2
19672024-05-29T21:10:45.244Z Compiling tiny-keccak v2.0.2
19682024-05-29T21:10:45.466Z Compiling prettyplease v0.2.20
19692024-05-29T21:10:45.698Z Compiling maplit v1.0.2
19702024-05-29T21:10:45.800Z Compiling crc-any v2.5.0
19712024-05-29T21:10:46.097Z Compiling object v0.30.4
19722024-05-29T21:10:46.168Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
19732024-05-29T21:10:46.591Z Compiling ring v0.16.20
19742024-05-29T21:10:47.542Z Compiling blake3 v1.5.1
19752024-05-29T21:10:47.849Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19762024-05-29T21:10:49.364Z Compiling zip v0.6.6
19772024-05-29T21:10:49.388Z Compiling rayon v1.10.0
19782024-05-29T21:10:50.840Z Compiling term v0.7.0
19792024-05-29T21:10:51.588Z Compiling ciborium v0.2.2
19802024-05-29T21:10:52.002Z Compiling xattr v1.3.1
19812024-05-29T21:10:52.203Z Compiling memmap2 v0.9.4
19822024-05-29T21:10:52.534Z Compiling atty v0.2.14
19832024-05-29T21:10:52.657Z Compiling filetime v0.2.23
19842024-05-29T21:10:52.891Z Compiling untrusted v0.7.1
19852024-05-29T21:10:53.013Z Compiling path-slash v0.1.5
19862024-05-29T21:10:53.053Z Compiling constant_time_eq v0.3.0
19872024-05-29T21:10:53.079Z Compiling arrayref v0.3.7
19882024-05-29T21:10:53.168Z Compiling arrayvec v0.7.4
19892024-05-29T21:10:53.193Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
19902024-05-29T21:10:53.303Z Compiling tar v0.4.40
19912024-05-29T21:10:54.802Z Compiling ascii-canvas v3.0.0
19922024-05-29T21:10:54.906Z Compiling camino-tempfile v1.1.1
19932024-05-29T21:10:55.178Z Compiling toolchain_find v0.4.0
19942024-05-29T21:10:55.244Z Compiling toml v0.8.13
19952024-05-29T21:10:55.630Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19962024-05-29T21:10:55.870Z Compiling libsw v3.3.1
19972024-05-29T21:10:55.972Z Compiling ena v0.14.3
19982024-05-29T21:10:56.140Z Compiling is-terminal v0.4.12
19992024-05-29T21:10:56.258Z Compiling usdt-impl v0.3.5
20002024-05-29T21:10:56.301Z Compiling libloading v0.8.3
20012024-05-29T21:10:56.478Z Compiling diff v0.1.13
20022024-05-29T21:10:56.538Z Compiling bindgen v0.69.4
20032024-05-29T21:10:56.605Z Compiling topological-sort v0.2.2
20042024-05-29T21:10:56.680Z Compiling linear-map v1.2.0
20052024-05-29T21:10:56.788Z Compiling parking_lot_core v0.8.6
20062024-05-29T21:10:56.896Z Compiling regex-syntax v0.6.29
20072024-05-29T21:10:56.930Z Compiling owo-colors v4.0.0
20082024-05-29T21:10:57.036Z Compiling omicron-zone-package v0.11.0
20092024-05-29T21:10:58.976Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20102024-05-29T21:11:00.911Z Compiling lalrpop v0.19.12
20112024-05-29T21:11:01.325Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20122024-05-29T21:11:01.490Z Compiling rustfmt-wrapper v0.2.1
20132024-05-29T21:11:01.913Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
20142024-05-29T21:11:03.982Z Compiling which v4.4.2
20152024-05-29T21:11:04.427Z Compiling cexpr v0.6.0
20162024-05-29T21:11:04.853Z Compiling unicase v2.7.0
20172024-05-29T21:11:05.098Z Compiling lazycell v1.3.0
20182024-05-29T21:11:05.229Z Compiling rustc-hash v1.1.0
20192024-05-29T21:11:05.350Z Compiling shlex v1.3.0
20202024-05-29T21:11:05.621Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
20212024-05-29T21:11:06.400Z Compiling zerocopy v0.3.2
20222024-05-29T21:11:06.750Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
20232024-05-29T21:11:06.861Z Compiling derive_builder_core v0.20.0
20242024-05-29T21:11:07.568Z Compiling pem v3.0.4
20252024-05-29T21:11:08.628Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
20262024-05-29T21:11:08.822Z Compiling headers-core v0.2.0
20272024-05-29T21:11:08.853Z Compiling libxml v0.3.3
20282024-05-29T21:11:08.988Z Compiling async-recursion v1.1.1
20292024-05-29T21:11:09.209Z Compiling ref-cast v1.0.23
20302024-05-29T21:11:09.748Z Compiling headers v0.3.9
20312024-05-29T21:11:09.775Z Compiling derive_builder_macro v0.20.0
20322024-05-29T21:11:10.272Z Compiling dof v0.1.5
20332024-05-29T21:11:10.512Z Compiling parking_lot v0.11.2
20342024-05-29T21:11:10.888Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
20352024-05-29T21:11:12.541Z Compiling trust-dns-client v0.22.0
20362024-05-29T21:11:12.863Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
20372024-05-29T21:11:13.096Z Compiling strum_macros v0.24.3
20382024-05-29T21:11:15.312Z Compiling dtrace-parser v0.1.14
20392024-05-29T21:11:15.339Z Compiling toml v0.5.11
20402024-05-29T21:11:15.677Z Compiling ref-cast-impl v1.0.23
20412024-05-29T21:11:16.530Z Compiling samael v0.0.15
20422024-05-29T21:11:16.560Z Compiling vte_generate_state_changes v0.1.1
20432024-05-29T21:11:16.665Z Compiling cookie v0.18.1
20442024-05-29T21:11:16.913Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
20452024-05-29T21:11:17.067Z Compiling buf-list v1.0.3
20462024-05-29T21:11:17.177Z Compiling cfg_aliases v0.1.1
20472024-05-29T21:11:17.275Z Compiling indoc v1.0.9
20482024-05-29T21:11:17.469Z Compiling nix v0.28.0
20492024-05-29T21:11:17.672Z Compiling vte v0.11.1
20502024-05-29T21:11:18.062Z Compiling trust-dns-server v0.22.1
20512024-05-29T21:11:19.481Z Compiling sled v0.34.7
20522024-05-29T21:11:20.880Z Compiling derive_builder v0.20.0
20532024-05-29T21:11:21.242Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
20542024-05-29T21:11:21.663Z Compiling polar-core v0.27.3
20552024-05-29T21:11:23.496Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
20562024-05-29T21:11:23.728Z Compiling const_format_proc_macros v0.2.32
20572024-05-29T21:11:23.830Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
20582024-05-29T21:11:25.040Z Compiling fd-lock v4.0.2
20592024-05-29T21:11:25.207Z Compiling bb8 v0.8.3
20602024-05-29T21:11:25.293Z Compiling quick-xml v0.31.0
20612024-05-29T21:11:25.625Z Compiling oso-derive v0.27.3
20622024-05-29T21:11:26.360Z Compiling serde_tokenstream v0.1.7
20632024-05-29T21:11:26.745Z Compiling impl-trait-for-tuples v0.2.2
20642024-05-29T21:11:27.883Z Compiling pin-project-internal v1.1.5
20652024-05-29T21:11:30.018Z Compiling memoffset v0.7.1
20662024-05-29T21:11:30.179Z Compiling platforms v3.4.0
20672024-05-29T21:11:30.271Z Compiling bytecount v0.6.8
20682024-05-29T21:11:30.518Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
20692024-05-29T21:11:30.602Z Compiling curve25519-dalek v4.1.2
20702024-05-29T21:11:30.769Z Compiling papergrid v0.11.0
20712024-05-29T21:11:33.917Z Compiling pin-project v1.1.5
20722024-05-29T21:11:34.029Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
20732024-05-29T21:11:34.537Z Compiling const_format v0.2.32
20742024-05-29T21:11:36.873Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20752024-05-29T21:11:41.242Z Compiling oso v0.27.3
20762024-05-29T21:11:43.942Z Compiling strip-ansi-escapes v0.2.0
20772024-05-29T21:11:47.726Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
20782024-05-29T21:11:47.944Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
20792024-05-29T21:11:48.956Z Compiling tabled_derive v0.7.0
20802024-05-29T21:11:50.689Z Compiling kstat-rs v0.2.3
20812024-05-29T21:11:51.433Z Compiling snafu-derive v0.8.2
20822024-05-29T21:11:52.046Z Compiling keccak v0.1.5
20832024-05-29T21:11:52.724Z Compiling nu-ansi-term v0.50.0
20842024-05-29T21:11:53.673Z Compiling reedline v0.31.0
20852024-05-29T21:11:55.098Z Compiling sha3 v0.10.8
20862024-05-29T21:11:55.196Z Compiling snafu v0.8.2
20872024-05-29T21:11:55.769Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
20882024-05-29T21:11:56.245Z Compiling tabled v0.15.0
20892024-05-29T21:12:02.952Z Compiling mime_guess v2.0.4
20902024-05-29T21:12:04.023Z Compiling usdt-attr-macro v0.3.5
20912024-05-29T21:12:05.104Z Compiling usdt-macro v0.3.5
20922024-05-29T21:12:05.240Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
20932024-05-29T21:12:06.197Z Compiling env_logger v0.9.3
20942024-05-29T21:12:06.339Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
20952024-05-29T21:12:07.999Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
20962024-05-29T21:12:09.894Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20972024-05-29T21:12:10.268Z Compiling globset v0.4.14
20982024-05-29T21:12:12.435Z Compiling peg-macros v0.8.3
20992024-05-29T21:12:13.364Z Compiling olpc-cjson v0.1.3
21002024-05-29T21:12:13.624Z Compiling universal-hash v0.5.1
21012024-05-29T21:12:13.822Z Compiling secrecy v0.8.0
21022024-05-29T21:12:14.022Z Compiling bitstruct_derive v0.1.0
21032024-05-29T21:12:14.902Z Compiling serde_plain v1.0.2
21042024-05-29T21:12:15.038Z Compiling thiserror-impl-no-std v2.0.2
21052024-05-29T21:12:15.181Z Compiling nanorand v0.7.0
21062024-05-29T21:12:15.324Z Compiling sqlparser_derive v0.2.2
21072024-05-29T21:12:15.785Z Compiling curve25519-dalek-derive v0.1.1
21082024-05-29T21:12:16.153Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21092024-05-29T21:12:16.263Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21102024-05-29T21:12:16.506Z Compiling ascii v1.1.0
21112024-05-29T21:12:16.909Z Compiling signature v1.6.4
21122024-05-29T21:12:16.933Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21132024-05-29T21:12:17.054Z Compiling opaque-debug v0.3.1
21142024-05-29T21:12:17.149Z Compiling unicode_categories v0.1.1
21152024-05-29T21:12:17.173Z Compiling salty v0.2.0
21162024-05-29T21:12:17.200Z Compiling typed-path v0.7.1
21172024-05-29T21:12:17.387Z Compiling sqlformat v0.2.3
21182024-05-29T21:12:17.448Z Compiling rustyline v14.0.0
21192024-05-29T21:12:17.537Z Compiling thiserror-no-std v2.0.2
21202024-05-29T21:12:17.643Z Compiling poly1305 v0.8.0
21212024-05-29T21:12:18.851Z Compiling ed25519 v1.5.3
21222024-05-29T21:12:19.113Z Compiling tough v0.17.1
21232024-05-29T21:12:22.540Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
21242024-05-29T21:12:23.696Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21252024-05-29T21:12:23.954Z Compiling sqlparser v0.45.0
21262024-05-29T21:12:24.498Z Compiling flume v0.11.0
21272024-05-29T21:12:25.089Z Compiling bitstruct v0.1.1
21282024-05-29T21:12:25.192Z Compiling peg v0.8.3
21292024-05-29T21:12:25.291Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21302024-05-29T21:12:26.127Z Compiling usdt v0.3.5
21312024-05-29T21:12:26.485Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
21322024-05-29T21:12:26.522Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
21332024-05-29T21:12:27.503Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
21342024-05-29T21:12:34.273Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21352024-05-29T21:12:34.636Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21362024-05-29T21:12:34.930Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21372024-05-29T21:12:35.919Z Compiling chacha20 v0.9.1
21382024-05-29T21:12:36.312Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21392024-05-29T21:12:36.541Z Compiling aead v0.5.2
21402024-05-29T21:12:36.845Z Compiling bcs v0.1.6
21412024-05-29T21:12:37.624Z Compiling serde-big-array v0.5.1
21422024-05-29T21:12:37.846Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21432024-05-29T21:12:38.060Z Compiling serde_arrays v0.1.0
21442024-05-29T21:12:38.238Z Compiling erased-serde v0.3.31
21452024-05-29T21:12:38.540Z Compiling highway v1.1.0
21462024-05-29T21:12:39.526Z Compiling parse-size v1.0.0
21472024-05-29T21:12:39.633Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21482024-05-29T21:12:39.772Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21492024-05-29T21:12:43.929Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
21502024-05-29T21:12:48.227Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21512024-05-29T21:13:00.641Z Compiling chacha20poly1305 v0.10.1
21522024-05-29T21:13:00.840Z Compiling vsss-rs v3.3.4
21532024-05-29T21:13:03.713Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
21542024-05-29T21:13:04.214Z Compiling signal-hook-tokio v0.3.1
21552024-05-29T21:13:04.284Z Compiling heck v0.3.3
21562024-05-29T21:13:04.394Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
21572024-05-29T21:13:04.608Z Compiling castaway v0.2.2
21582024-05-29T21:13:04.685Z Compiling rand_seeder v0.2.3
21592024-05-29T21:13:04.746Z Compiling serde-big-array v0.4.1
21602024-05-29T21:13:04.774Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
21612024-05-29T21:13:04.919Z Compiling http-range v0.1.5
21622024-05-29T21:13:05.055Z Compiling hyper-staticfile v0.9.5
21632024-05-29T21:13:05.408Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
21642024-05-29T21:13:06.099Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21652024-05-29T21:13:06.574Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
21662024-05-29T21:13:06.746Z Compiling compact_str v0.7.1
21672024-05-29T21:13:07.118Z Compiling zone_cfg_derive v0.1.2
21682024-05-29T21:13:07.620Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
21692024-05-29T21:13:07.949Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
21702024-05-29T21:13:13.767Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21712024-05-29T21:13:14.335Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
21722024-05-29T21:13:19.457Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
21732024-05-29T21:13:20.277Z Compiling tungstenite v0.21.0
21742024-05-29T21:13:24.403Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
21752024-05-29T21:13:24.722Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
21762024-05-29T21:13:24.912Z Compiling lru v0.12.3
21772024-05-29T21:13:24.952Z Compiling stability v0.2.0
21782024-05-29T21:13:25.198Z Compiling corncobs v0.1.3
21792024-05-29T21:13:25.513Z Compiling indoc v2.0.5
21802024-05-29T21:13:25.712Z Compiling cassowary v0.3.0
21812024-05-29T21:13:26.248Z Compiling base64 v0.13.1
21822024-05-29T21:13:26.857Z Compiling ron v0.7.1
21832024-05-29T21:13:29.083Z Compiling ratatui v0.26.2
21842024-05-29T21:13:30.983Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21852024-05-29T21:13:31.229Z Compiling tokio-tungstenite v0.21.0
21862024-05-29T21:13:31.594Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
21872024-05-29T21:13:31.682Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21882024-05-29T21:13:32.206Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
21892024-05-29T21:13:42.456Z Compiling zone v0.1.8
21902024-05-29T21:13:42.603Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
21912024-05-29T21:13:51.185Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
21922024-05-29T21:13:52.351Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
21932024-05-29T21:13:53.413Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21942024-05-29T21:13:53.437Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
21952024-05-29T21:13:53.674Z Compiling portpicker v0.1.1
21962024-05-29T21:13:54.120Z Compiling smawk v0.3.2
21972024-05-29T21:13:54.336Z Compiling unicode-linebreak v0.1.5
21982024-05-29T21:13:54.753Z Compiling textwrap v0.16.1
21992024-05-29T21:13:57.233Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
22002024-05-29T21:13:57.788Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
22012024-05-29T21:13:59.408Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22022024-05-29T21:13:59.506Z Compiling rcgen v0.12.1
22032024-05-29T21:14:03.152Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
22042024-05-29T21:14:03.506Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
22052024-05-29T21:14:07.697Z Compiling atomicwrites v0.4.3
22062024-05-29T21:14:08.146Z Compiling fatfs v0.3.6
22072024-05-29T21:14:08.170Z Compiling rtoolbox v0.0.2
22082024-05-29T21:14:08.537Z Compiling subprocess v0.2.9
22092024-05-29T21:14:09.172Z Compiling is_ci v1.2.0
22102024-05-29T21:14:09.411Z Compiling assert_matches v1.5.0
22112024-05-29T21:14:10.183Z Compiling supports-color v3.0.0
22122024-05-29T21:14:10.406Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22132024-05-29T21:14:10.725Z Compiling rpassword v7.3.1
22142024-05-29T21:14:11.084Z Compiling tui-tree-widget v0.19.0
22152024-05-29T21:14:11.404Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
22162024-05-29T21:14:12.801Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
22172024-05-29T21:14:16.266Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
22182024-05-29T21:14:16.513Z Compiling csv-core v0.1.11
22192024-05-29T21:14:16.855Z Compiling shell-words v1.1.0
22202024-05-29T21:14:17.210Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
22212024-05-29T21:14:17.244Z Compiling csv v1.3.0
22222024-05-29T21:14:18.159Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
22232024-05-29T21:14:18.894Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
22242024-05-29T21:14:27.036Z Compiling multimap v0.10.0
22252024-05-29T21:14:27.353Z Compiling uzers v0.11.3
22262024-05-29T21:14:29.820Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
22272024-05-29T21:16:05.043Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
22282024-05-29T21:16:07.337Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22292024-05-29T21:22:26.470Z Finished release [optimized] target(s) in 12m 12s
22302024-05-29T21:23:40.082Z
22312024-05-29T21:23:40.083Zreal 13:27.059903326
22322024-05-29T21:23:40.083Zuser 1:28:28.209828155
22332024-05-29T21:23:40.083Zsys 4:08.623452797
22342024-05-29T21:23:40.083Ztrap 2.321635163
22352024-05-29T21:23:40.083Ztflt 1.117182862
22362024-05-29T21:23:40.084Zdflt 3.827572152
22372024-05-29T21:23:40.114Zkflt 0.015075960
22382024-05-29T21:23:40.115Zlock 5:42:55.913064257
22392024-05-29T21:23:40.115Zslp 3:21:54.895202106
22402024-05-29T21:23:40.115Zlat 2:13.224856155
22412024-05-29T21:23:40.115Zstop 1:05.057562559
22422024-05-29T21:23:40.115Z+ mapfile -t packages
22432024-05-29T21:23:40.115Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
22442024-05-29T21:23:41.152Z Finished release [optimized] target(s) in 0.99s
22452024-05-29T21:23:41.633Z Running `target/release/omicron-package -t test list-outputs`
22462024-05-29T21:23:41.634ZLogging to: /work/oxidecomputer/omicron/out/LOG
22472024-05-29T21:23:41.634Z+ ptime -m cargo build --locked --release -p xtask
22482024-05-29T21:23:41.877Z Downloading crates ...
22492024-05-29T21:23:41.939Z Downloaded cargo_toml v0.20.2
22502024-05-29T21:23:42.383Z Compiling serde v1.0.202
22512024-05-29T21:23:42.383Z Compiling libc v0.2.153
22522024-05-29T21:23:42.383Z Compiling rustix v0.38.34
22532024-05-29T21:23:42.383Z Compiling hashbrown v0.14.5
22542024-05-29T21:23:42.383Z Compiling bitflags v2.5.0
22552024-05-29T21:23:42.383Z Compiling syn v2.0.64
22562024-05-29T21:23:42.417Z Compiling serde_json v1.0.117
22572024-05-29T21:23:42.418Z Compiling fs-err v2.11.0
22582024-05-29T21:23:42.418Z Compiling anyhow v1.0.83
22592024-05-29T21:23:43.116Z Compiling indexmap v2.2.6
22602024-05-29T21:23:43.499Z Compiling errno v0.3.9
22612024-05-29T21:23:44.519Z Compiling terminal_size v0.3.0
22622024-05-29T21:23:44.622Z Compiling clap_builder v4.5.2
22632024-05-29T21:23:47.200Z Compiling serde_derive v1.0.202
22642024-05-29T21:23:47.200Z Compiling thiserror-impl v1.0.60
22652024-05-29T21:23:47.225Z Compiling clap_derive v4.5.4
22662024-05-29T21:23:48.919Z Compiling thiserror v1.0.60
22672024-05-29T21:23:50.523Z Compiling clap v4.5.4
22682024-05-29T21:23:57.043Z Compiling toml_datetime v0.6.6
22692024-05-29T21:23:57.044Z Compiling serde_spanned v0.6.6
22702024-05-29T21:23:57.068Z Compiling semver v1.0.23
22712024-05-29T21:23:57.068Z Compiling camino v1.1.7
22722024-05-29T21:23:57.068Z Compiling cargo-platform v0.1.8
22732024-05-29T21:23:57.068Z Compiling macaddr v1.0.1
22742024-05-29T21:23:57.323Z Compiling toml_edit v0.22.13
22752024-05-29T21:23:58.442Z Compiling cargo_metadata v0.18.1
22762024-05-29T21:23:59.836Z Compiling toml v0.8.13
22772024-05-29T21:24:00.712Z Compiling cargo_toml v0.20.2
22782024-05-29T21:24:12.471Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
22792024-05-29T21:24:24.102Z Finished release [optimized] target(s) in 42.81s
22802024-05-29T21:24:24.157Z
22812024-05-29T21:24:24.157Zreal 42.912300380
22822024-05-29T21:24:24.157Zuser 2:49.201008319
22832024-05-29T21:24:24.157Zsys 16.873460454
22842024-05-29T21:24:24.157Ztrap 0.061813371
22852024-05-29T21:24:24.157Ztflt 0.300789179
22862024-05-29T21:24:24.157Zdflt 0.865148124
22872024-05-29T21:24:24.157Zkflt 0.000081120
22882024-05-29T21:24:24.183Zlock 4:08.500644907
22892024-05-29T21:24:24.184Zslp 3:18.010521042
22902024-05-29T21:24:24.184Zlat 3.852631320
22912024-05-29T21:24:24.184Zstop 3.355556624
22922024-05-29T21:24:24.184Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
22932024-05-29T21:24:24.184Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
22942024-05-29T21:24:24.184Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
22952024-05-29T21:24:24.185Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
22962024-05-29T21:24:24.185Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
22972024-05-29T21:24:24.821Z Downloading crates ...
22982024-05-29T21:24:25.036Z Downloaded ecdsa v0.16.9
22992024-05-29T21:24:25.060Z Downloaded ctr v0.9.2
23002024-05-29T21:24:25.060Z Downloaded dhcproto-macros v0.1.0
23012024-05-29T21:24:25.060Z Downloaded dhcproto v0.11.0
23022024-05-29T21:24:25.060Z Downloaded russh-cryptovec v0.7.2
23032024-05-29T21:24:25.060Z Downloaded dirs v5.0.1
23042024-05-29T21:24:25.060Z Downloaded rand_chacha v0.2.2
23052024-05-29T21:24:25.060Z Downloaded ed25519 v2.2.3
23062024-05-29T21:24:25.060Z Downloaded primeorder v0.13.6
23072024-05-29T21:24:25.060Z Downloaded rfc6979 v0.4.0
23082024-05-29T21:24:25.060Z Downloaded pbkdf2 v0.12.2
23092024-05-29T21:24:25.060Z Downloaded russh-keys v0.43.0
23102024-05-29T21:24:25.136Z Downloaded getrandom v0.1.16
23112024-05-29T21:24:25.137Z Downloaded p256 v0.13.2
23122024-05-29T21:24:25.137Z Downloaded russh v0.43.0
23132024-05-29T21:24:25.137Z Downloaded rand v0.7.3
23142024-05-29T21:24:25.137Z Downloaded p521 v0.13.3
23152024-05-29T21:24:25.162Z Downloaded aes-gcm v0.10.3
23162024-05-29T21:24:25.162Z Downloaded aes v0.8.4
23172024-05-29T21:24:25.162Z Downloaded ed25519-dalek v2.1.1
23182024-05-29T21:24:25.163Z Downloaded rand_core v0.5.1
23192024-05-29T21:24:25.163Z Downloaded pbkdf2 v0.11.0
23202024-05-29T21:24:25.163Z Downloaded internet-checksum v0.2.1
23212024-05-29T21:24:25.163Z Downloaded blowfish v0.9.1
23222024-05-29T21:24:25.163Z Downloaded polyval v0.6.2
23232024-05-29T21:24:25.163Z Downloaded password-hash v0.4.2
23242024-05-29T21:24:25.163Z Downloaded ghash v0.5.1
23252024-05-29T21:24:25.163Z Downloaded cbc v0.1.2
23262024-05-29T21:24:25.163Z Downloaded dirs-sys v0.4.1
23272024-05-29T21:24:25.163Z Downloaded bcrypt-pbkdf v0.10.0
23282024-05-29T21:24:25.163Z Downloaded option-ext v0.2.0
23292024-05-29T21:24:25.163Z Downloaded md5 v0.7.0
23302024-05-29T21:24:25.163Z Downloaded hex-literal v0.4.1
23312024-05-29T21:24:25.288Z Compiling proc-macro2 v1.0.82
23322024-05-29T21:24:25.288Z Compiling unicode-ident v1.0.12
23332024-05-29T21:24:25.288Z Compiling libc v0.2.153
23342024-05-29T21:24:25.325Z Compiling cfg-if v1.0.0
23352024-05-29T21:24:25.325Z Compiling serde v1.0.202
23362024-05-29T21:24:25.325Z Compiling version_check v0.9.4
23372024-05-29T21:24:25.325Z Compiling autocfg v1.3.0
23382024-05-29T21:24:25.326Z Compiling byteorder v1.5.0
23392024-05-29T21:24:25.405Z Compiling memchr v2.7.2
23402024-05-29T21:24:25.475Z Compiling log v0.4.21
23412024-05-29T21:24:26.604Z Compiling once_cell v1.19.0
23422024-05-29T21:24:26.605Z Compiling itoa v1.0.11
23432024-05-29T21:24:26.605Z Compiling scopeguard v1.2.0
23442024-05-29T21:24:26.605Z Compiling smallvec v1.13.2
23452024-05-29T21:24:26.605Z Compiling typenum v1.17.0
23462024-05-29T21:24:26.605Z Compiling generic-array v0.14.7
23472024-05-29T21:24:26.605Z Compiling thiserror v1.0.60
23482024-05-29T21:24:26.605Z Compiling lock_api v0.4.12
23492024-05-29T21:24:26.605Z Compiling cc v1.0.97
23502024-05-29T21:24:26.605Z Compiling parking_lot_core v0.9.10
23512024-05-29T21:24:26.644Z Compiling quote v1.0.36
23522024-05-29T21:24:26.748Z Compiling pin-project-lite v0.2.14
23532024-05-29T21:24:26.774Z Compiling subtle v2.5.0
23542024-05-29T21:24:26.855Z Compiling getrandom v0.2.14
23552024-05-29T21:24:27.021Z Compiling syn v2.0.64
23562024-05-29T21:24:27.058Z Compiling rand_core v0.6.4
23572024-05-29T21:24:27.216Z Compiling parking_lot v0.12.2
23582024-05-29T21:24:27.257Z Compiling signal-hook-registry v1.4.2
23592024-05-29T21:24:27.463Z Compiling libm v0.2.8
23602024-05-29T21:24:27.493Z Compiling mio v0.8.11
23612024-05-29T21:24:27.936Z Compiling num-traits v0.2.19
23622024-05-29T21:24:27.963Z Compiling num_cpus v1.16.0
23632024-05-29T21:24:27.963Z Compiling socket2 v0.5.7
23642024-05-29T21:24:28.015Z Compiling ahash v0.8.11
23652024-05-29T21:24:28.067Z Compiling ryu v1.0.18
23662024-05-29T21:24:28.216Z Compiling serde_json v1.0.117
23672024-05-29T21:24:28.348Z Compiling allocator-api2 v0.2.18
23682024-05-29T21:24:28.373Z Compiling futures-core v0.3.30
23692024-05-29T21:24:28.571Z Compiling futures-sink v0.3.30
23702024-05-29T21:24:28.602Z Compiling const-oid v0.9.6
23712024-05-29T21:24:28.696Z Compiling equivalent v1.0.1
23722024-05-29T21:24:28.769Z Compiling slab v0.4.9
23732024-05-29T21:24:28.809Z Compiling fnv v1.0.7
23742024-05-29T21:24:28.928Z Compiling futures-channel v0.3.30
23752024-05-29T21:24:28.991Z Compiling pin-utils v0.1.0
23762024-05-29T21:24:29.121Z Compiling futures-io v0.3.30
23772024-05-29T21:24:29.172Z Compiling futures-task v0.3.30
23782024-05-29T21:24:29.293Z Compiling iana-time-zone v0.1.60
23792024-05-29T21:24:29.340Z Compiling syn v1.0.109
23802024-05-29T21:24:29.397Z Compiling tinyvec_macros v0.1.1
23812024-05-29T21:24:29.461Z Compiling unicode-bidi v0.3.15
23822024-05-29T21:24:29.490Z Compiling tinyvec v1.6.0
23832024-05-29T21:24:29.518Z Compiling semver v1.0.23
23842024-05-29T21:24:29.675Z Compiling cpufeatures v0.2.12
23852024-05-29T21:24:29.759Z Compiling schemars v0.8.19
23862024-05-29T21:24:29.996Z Compiling dyn-clone v1.0.17
23872024-05-29T21:24:30.080Z Compiling percent-encoding v2.3.1
23882024-05-29T21:24:30.105Z Compiling spin v0.9.8
23892024-05-29T21:24:30.191Z Compiling ppv-lite86 v0.2.17
23902024-05-29T21:24:30.321Z Compiling tracing-core v0.1.32
23912024-05-29T21:24:30.393Z Compiling time-core v0.1.2
23922024-05-29T21:24:30.436Z Compiling num-conv v0.1.0
23932024-05-29T21:24:30.550Z Compiling unicode-normalization v0.1.23
23942024-05-29T21:24:30.648Z Compiling powerfmt v0.2.0
23952024-05-29T21:24:30.685Z Compiling form_urlencoded v1.2.1
23962024-05-29T21:24:30.712Z Compiling time-macros v0.2.18
23972024-05-29T21:24:31.211Z Compiling ring v0.17.8
23982024-05-29T21:24:31.738Z Compiling deranged v0.3.11
23992024-05-29T21:24:31.738Z Compiling num_threads v0.1.7
24002024-05-29T21:24:31.738Z Compiling rand_chacha v0.3.1
24012024-05-29T21:24:31.738Z Compiling aho-corasick v1.1.3
24022024-05-29T21:24:31.738Z Compiling regex-syntax v0.8.3
24032024-05-29T21:24:32.528Z Compiling rand v0.8.5
24042024-05-29T21:24:32.554Z Compiling idna v0.5.0
24052024-05-29T21:24:33.546Z Compiling serde_derive_internals v0.29.1
24062024-05-29T21:24:33.934Z Compiling time v0.3.36
24072024-05-29T21:24:34.383Z Compiling slog v2.7.0
24082024-05-29T21:24:34.632Z Compiling regex-automata v0.4.6
24092024-05-29T21:24:34.871Z Compiling httparse v1.8.0
24102024-05-29T21:24:35.318Z Compiling url v2.5.0
24112024-05-29T21:24:35.893Z Compiling untrusted v0.9.0
24122024-05-29T21:24:36.058Z Compiling spin v0.5.2
24132024-05-29T21:24:36.961Z Compiling vcpkg v0.2.15
24142024-05-29T21:24:37.148Z Compiling pkg-config v0.3.30
24152024-05-29T21:24:37.470Z Compiling adler v1.0.2
24162024-05-29T21:24:37.665Z Compiling heck v0.4.1
24172024-05-29T21:24:38.034Z Compiling miniz_oxide v0.7.2
24182024-05-29T21:24:38.404Z Compiling lazy_static v1.4.0
24192024-05-29T21:24:38.453Z Compiling backtrace v0.3.71
24202024-05-29T21:24:38.510Z Compiling unicode-width v0.1.12
24212024-05-29T21:24:38.702Z Compiling try-lock v0.2.5
24222024-05-29T21:24:38.739Z Compiling openssl-sys v0.9.102
24232024-05-29T21:24:38.823Z Compiling gimli v0.28.1
24242024-05-29T21:24:38.882Z Compiling httpdate v1.0.3
24252024-05-29T21:24:39.235Z Compiling regex v1.10.4
24262024-05-29T21:24:39.276Z Compiling want v0.3.1
24272024-05-29T21:24:39.311Z Compiling serde_derive v1.0.202
24282024-05-29T21:24:39.338Z Compiling zeroize_derive v1.4.2
24292024-05-29T21:24:39.513Z Compiling thiserror-impl v1.0.60
24302024-05-29T21:24:39.593Z Compiling zerocopy-derive v0.7.34
24312024-05-29T21:24:40.101Z Compiling tokio-macros v2.2.0
24322024-05-29T21:24:41.002Z Compiling zeroize v1.7.0
24332024-05-29T21:24:41.499Z Compiling zerocopy v0.7.34
24342024-05-29T21:24:41.529Z Compiling futures-macro v0.3.30
24352024-05-29T21:24:41.616Z Compiling schemars_derive v0.8.19
24362024-05-29T21:24:42.098Z Compiling crypto-common v0.1.6
24372024-05-29T21:24:42.314Z Compiling block-buffer v0.10.4
24382024-05-29T21:24:42.342Z Compiling tracing-attributes v0.1.27
24392024-05-29T21:24:42.525Z Compiling digest v0.10.7
24402024-05-29T21:24:42.662Z Compiling async-trait v0.1.80
24412024-05-29T21:24:42.989Z Compiling addr2line v0.21.0
24422024-05-29T21:24:43.661Z Compiling hashbrown v0.14.5
24432024-05-29T21:24:43.687Z Compiling futures-util v0.3.30
24442024-05-29T21:24:43.687Z Compiling object v0.32.2
24452024-05-29T21:24:44.342Z Compiling mime v0.3.17
24462024-05-29T21:24:44.441Z Compiling ipnet v2.9.0
24472024-05-29T21:24:44.836Z Compiling base64 v0.21.7
24482024-05-29T21:24:44.973Z Compiling rustc-demangle v0.1.24
24492024-05-29T21:24:45.120Z Compiling anyhow v1.0.83
24502024-05-29T21:24:45.437Z Compiling tower-service v0.3.2
24512024-05-29T21:24:45.480Z Compiling openssl v0.10.64
24522024-05-29T21:24:45.539Z Compiling tracing v0.1.40
24532024-05-29T21:24:45.578Z Compiling foreign-types-shared v0.1.1
24542024-05-29T21:24:45.660Z Compiling foreign-types v0.3.2
24552024-05-29T21:24:45.766Z Compiling openssl-macros v0.1.1
24562024-05-29T21:24:45.766Z Compiling crossbeam-utils v0.8.19
24572024-05-29T21:24:45.850Z Compiling heck v0.5.0
24582024-05-29T21:24:45.988Z Compiling base64ct v1.6.0
24592024-05-29T21:24:46.259Z Compiling winnow v0.5.40
24602024-05-29T21:24:46.288Z Compiling native-tls v0.2.11
24612024-05-29T21:24:46.422Z Compiling rustls v0.21.12
24622024-05-29T21:24:46.483Z Compiling sct v0.7.1
24632024-05-29T21:24:46.590Z Compiling rustls-webpki v0.101.7
24642024-05-29T21:24:46.711Z Compiling cookie v0.17.0
24652024-05-29T21:24:46.802Z Compiling rustix v0.38.34
24662024-05-29T21:24:46.878Z Compiling openssl-probe v0.1.5
24672024-05-29T21:24:46.954Z Compiling ucd-trie v0.1.6
24682024-05-29T21:24:47.572Z Compiling pest v2.7.10
24692024-05-29T21:24:48.144Z Compiling futures-executor v0.3.30
24702024-05-29T21:24:48.443Z Compiling futures v0.3.30
24712024-05-29T21:24:48.552Z Compiling idna v0.3.0
24722024-05-29T21:24:48.589Z Compiling errno v0.3.9
24732024-05-29T21:24:48.638Z Compiling encoding_rs v0.8.34
24742024-05-29T21:24:49.350Z Compiling rustversion v1.0.17
24752024-05-29T21:24:49.378Z Compiling data-encoding v2.6.0
24762024-05-29T21:24:49.820Z Compiling psl-types v2.0.11
24772024-05-29T21:24:49.985Z Compiling publicsuffix v2.2.3
24782024-05-29T21:24:50.011Z Compiling pest_meta v2.7.10
24792024-05-29T21:24:50.290Z Compiling hmac v0.12.1
24802024-05-29T21:24:50.485Z Compiling bytes v1.6.0
24812024-05-29T21:24:51.105Z Compiling indexmap v2.2.6
24822024-05-29T21:24:51.206Z Compiling tokio v1.37.0
24832024-05-29T21:24:51.493Z Compiling chrono v0.4.38
24842024-05-29T21:24:51.771Z Compiling uuid v1.8.0
24852024-05-29T21:24:52.134Z Compiling bitflags v2.5.0
24862024-05-29T21:24:52.500Z Compiling http v0.2.12
24872024-05-29T21:24:52.822Z Compiling serde_tokenstream v0.2.0
24882024-05-29T21:24:52.877Z Compiling serde_spanned v0.6.6
24892024-05-29T21:24:53.082Z Compiling toml_datetime v0.6.6
24902024-05-29T21:24:53.460Z Compiling toml_edit v0.19.15
24912024-05-29T21:24:54.174Z Compiling http-body v0.4.6
24922024-05-29T21:24:54.505Z Compiling serde_urlencoded v0.7.1
24932024-05-29T21:24:54.546Z Compiling scroll_derive v0.12.0
24942024-05-29T21:24:54.683Z Compiling openapiv3 v2.0.0
24952024-05-29T21:24:54.924Z Compiling cookie_store v0.20.0
24962024-05-29T21:24:55.720Z Compiling scroll v0.12.0
24972024-05-29T21:24:56.137Z Compiling pest_generator v2.7.10
24982024-05-29T21:24:56.297Z Compiling rustls-pemfile v1.0.4
24992024-05-29T21:24:56.663Z Compiling sync_wrapper v0.1.2
25002024-05-29T21:24:56.777Z Compiling bitflags v1.3.2
25012024-05-29T21:24:56.802Z Compiling webpki-roots v0.25.4
25022024-05-29T21:24:56.870Z Compiling strsim v0.11.1
25032024-05-29T21:24:56.944Z Compiling plain v0.2.3
25042024-05-29T21:24:57.062Z Compiling goblin v0.8.2
25052024-05-29T21:24:57.429Z Compiling tokio-util v0.7.11
25062024-05-29T21:24:57.642Z Compiling tokio-rustls v0.24.1
25072024-05-29T21:24:57.708Z Compiling pest_derive v2.7.10
25082024-05-29T21:24:58.039Z Compiling rustc_version v0.4.0
25092024-05-29T21:24:58.403Z Compiling h2 v0.3.26
25102024-05-29T21:24:58.499Z Compiling tokio-native-tls v0.3.1
25112024-05-29T21:24:58.526Z Compiling pem-rfc7468 v0.7.0
25122024-05-29T21:24:58.664Z Compiling block-padding v0.3.3
25132024-05-29T21:24:58.742Z Compiling der_derive v0.7.2
25142024-05-29T21:24:58.920Z Compiling usdt-impl v0.5.0
25152024-05-29T21:24:59.623Z Compiling flagset v0.4.5
25162024-05-29T21:24:59.648Z Compiling pretty-hex v0.4.1
25172024-05-29T21:24:59.648Z Compiling inout v0.1.3
25182024-05-29T21:24:59.648Z Compiling dtrace-parser v0.2.0
25192024-05-29T21:24:59.648Z Compiling thread-id v4.2.1
25202024-05-29T21:25:00.151Z Compiling cipher v0.4.4
25212024-05-29T21:25:00.177Z Compiling sha2 v0.10.8
25222024-05-29T21:25:00.177Z Compiling either v1.12.0
25232024-05-29T21:25:00.177Z Compiling ff v0.13.0
25242024-05-29T21:25:01.385Z Compiling base16ct v0.2.0
25252024-05-29T21:25:01.422Z Compiling stable_deref_trait v1.2.0
25262024-05-29T21:25:01.422Z Compiling group v0.13.0
25272024-05-29T21:25:01.422Z Compiling hkdf v0.12.4
25282024-05-29T21:25:01.423Z Compiling crossbeam-epoch v0.9.18
25292024-05-29T21:25:01.423Z Compiling der v0.7.9
25302024-05-29T21:25:01.423Z Compiling crypto-bigint v0.5.5
25312024-05-29T21:25:01.423Z Compiling num-integer v0.1.46
25322024-05-29T21:25:01.454Z Compiling dof v0.3.0
25332024-05-29T21:25:01.876Z Compiling memmap v0.7.0
25342024-05-29T21:25:02.460Z Compiling spki v0.7.3
25352024-05-29T21:25:02.804Z Compiling pkcs8 v0.10.2
25362024-05-29T21:25:03.233Z Compiling sec1 v0.7.3
25372024-05-29T21:25:03.286Z Compiling crc32fast v1.4.0
25382024-05-29T21:25:03.313Z Compiling unicode-segmentation v1.11.0
25392024-05-29T21:25:03.459Z Compiling winnow v0.6.8
25402024-05-29T21:25:03.559Z Compiling elliptic-curve v0.13.8
25412024-05-29T21:25:03.716Z Compiling hyper v0.14.28
25422024-05-29T21:25:03.789Z Compiling managed v0.8.0
25432024-05-29T21:25:04.183Z Compiling toml v0.7.8
25442024-05-29T21:25:04.244Z Compiling hex v0.4.3
25452024-05-29T21:25:04.328Z Compiling utf8parse v0.2.1
25462024-05-29T21:25:04.468Z Compiling matches v0.1.10
25472024-05-29T21:25:04.553Z Compiling anstyle v1.0.7
25482024-05-29T21:25:04.753Z Compiling idna v0.2.3
25492024-05-29T21:25:04.920Z Compiling anstyle-parse v0.2.4
25502024-05-29T21:25:05.197Z Compiling ipnetwork v0.20.0
25512024-05-29T21:25:05.222Z Compiling usdt-attr-macro v0.5.0
25522024-05-29T21:25:05.588Z Compiling usdt-macro v0.5.0
25532024-05-29T21:25:05.623Z Compiling enum-as-inner v0.5.1
25542024-05-29T21:25:05.958Z Compiling siphasher v0.3.11
25552024-05-29T21:25:05.983Z Compiling colorchoice v1.0.1
25562024-05-29T21:25:06.112Z Compiling toml_edit v0.22.13
25572024-05-29T21:25:06.276Z Compiling is_terminal_polyfill v1.70.0
25582024-05-29T21:25:06.386Z Compiling bit-vec v0.6.3
25592024-05-29T21:25:06.444Z Compiling anstyle-query v1.0.3
25602024-05-29T21:25:06.472Z Compiling trust-dns-proto v0.22.0
25612024-05-29T21:25:06.570Z Compiling anstream v0.6.14
25622024-05-29T21:25:06.602Z Compiling flate2 v1.0.30
25632024-05-29T21:25:06.769Z Compiling num-bigint v0.4.5
25642024-05-29T21:25:06.794Z Compiling heapless v0.7.17
25652024-05-29T21:25:06.834Z Compiling usdt v0.5.0
25662024-05-29T21:25:07.181Z Compiling terminal_size v0.3.0
25672024-05-29T21:25:07.205Z Compiling regress v0.9.1
25682024-05-29T21:25:07.266Z Compiling signal-hook v0.3.17
25692024-05-29T21:25:07.348Z Compiling finl_unicode v1.2.0
25702024-05-29T21:25:07.386Z Compiling clap_lex v0.7.0
25712024-05-29T21:25:07.587Z Compiling itertools v0.10.5
25722024-05-29T21:25:07.809Z Compiling stringprep v0.1.4
25732024-05-29T21:25:07.863Z Compiling clap_builder v4.5.2
25742024-05-29T21:25:08.766Z Compiling clap_derive v4.5.4
25752024-05-29T21:25:09.929Z Compiling hyper-rustls v0.24.2
25762024-05-29T21:25:10.250Z Compiling hyper-tls v0.5.0
25772024-05-29T21:25:10.582Z Compiling reqwest v0.11.27
25782024-05-29T21:25:11.152Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
25792024-05-29T21:25:11.884Z Compiling yasna v0.5.2
25802024-05-29T21:25:12.885Z Compiling md-5 v0.10.6
25812024-05-29T21:25:13.103Z Compiling hash32 v0.2.1
25822024-05-29T21:25:13.134Z Compiling smoltcp v0.9.1
25832024-05-29T21:25:13.420Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25842024-05-29T21:25:13.450Z Compiling fallible-iterator v0.2.0
25852024-05-29T21:25:13.770Z Compiling clap v4.5.4
25862024-05-29T21:25:14.062Z Compiling postgres-protocol v0.6.6
25872024-05-29T21:25:14.135Z Compiling phf_shared v0.11.2
25882024-05-29T21:25:14.454Z Compiling tokio-stream v0.1.15
25892024-05-29T21:25:14.887Z Compiling hubpack_derive v0.1.1
25902024-05-29T21:25:14.887Z Compiling zerocopy-derive v0.6.6
25912024-05-29T21:25:15.128Z Compiling diesel_table_macro_syntax v0.1.0
25922024-05-29T21:25:15.214Z Compiling scheduled-thread-pool v0.2.7
25932024-05-29T21:25:15.240Z Compiling fs-err v2.11.0
25942024-05-29T21:25:15.449Z Compiling fixedbitset v0.4.2
25952024-05-29T21:25:15.489Z Compiling diesel_derives v2.1.4
25962024-05-29T21:25:15.616Z Compiling r2d2 v0.8.10
25972024-05-29T21:25:15.642Z Compiling hubpack v0.1.2
25982024-05-29T21:25:15.726Z Compiling petgraph v0.6.5
25992024-05-29T21:25:15.827Z Compiling postgres-types v0.2.6
26002024-05-29T21:25:16.023Z Compiling phf v0.11.2
26012024-05-29T21:25:16.267Z Compiling signal-hook-mio v0.2.3
26022024-05-29T21:25:16.531Z Compiling zerocopy v0.6.6
26032024-05-29T21:25:16.648Z Compiling phf_shared v0.10.0
26042024-05-29T21:25:16.982Z Compiling similar v2.5.0
26052024-05-29T21:25:17.057Z Compiling num-iter v0.1.45
26062024-05-29T21:25:17.185Z Compiling strum_macros v0.25.3
26072024-05-29T21:25:17.223Z Compiling serde_repr v0.1.19
26082024-05-29T21:25:17.625Z Compiling console v0.15.8
26092024-05-29T21:25:18.230Z Compiling getopts v0.2.21
26102024-05-29T21:25:18.841Z Compiling float-cmp v0.9.0
26112024-05-29T21:25:18.873Z Compiling whoami v1.5.1
26122024-05-29T21:25:18.998Z Compiling normalize-line-endings v0.3.0
26132024-05-29T21:25:19.049Z Compiling predicates-core v1.0.6
26142024-05-29T21:25:19.091Z Compiling static_assertions v1.1.0
26152024-05-29T21:25:19.116Z Compiling difflib v0.4.0
26162024-05-29T21:25:19.191Z Compiling minimal-lexical v0.2.1
26172024-05-29T21:25:19.777Z Compiling precomputed-hash v0.1.1
26182024-05-29T21:25:19.808Z Compiling unsafe-libyaml v0.2.11
26192024-05-29T21:25:19.808Z Compiling new_debug_unreachable v1.0.6
26202024-05-29T21:25:19.808Z Compiling string_cache v0.8.7
26212024-05-29T21:25:19.808Z Compiling nom v7.1.3
26222024-05-29T21:25:19.957Z Compiling predicates v3.1.0
26232024-05-29T21:25:20.819Z Compiling serde_yaml v0.9.34+deprecated
26242024-05-29T21:25:20.844Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
26252024-05-29T21:25:20.918Z Compiling tokio-postgres v0.7.10
26262024-05-29T21:25:21.351Z Compiling crossterm v0.27.0
26272024-05-29T21:25:23.314Z Compiling bit-set v0.5.3
26282024-05-29T21:25:23.386Z Compiling itertools v0.12.1
26292024-05-29T21:25:23.387Z Compiling bstr v1.9.1
26302024-05-29T21:25:23.899Z Compiling peg-runtime v0.8.3
26312024-05-29T21:25:24.298Z Compiling lalrpop-util v0.19.12
26322024-05-29T21:25:24.438Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
26332024-05-29T21:25:24.587Z Compiling sha1 v0.10.6
26342024-05-29T21:25:24.633Z Compiling camino v1.1.7
26352024-05-29T21:25:24.802Z Compiling ident_case v1.0.1
26362024-05-29T21:25:24.828Z Compiling strum_macros v0.26.2
26372024-05-29T21:25:24.922Z Compiling darling_core v0.20.9
26382024-05-29T21:25:24.952Z Compiling dirs-sys-next v0.1.2
26392024-05-29T21:25:24.978Z Compiling match_cfg v0.1.0
26402024-05-29T21:25:25.048Z Compiling base64 v0.22.1
26412024-05-29T21:25:25.477Z Compiling dirs-next v2.0.0
26422024-05-29T21:25:25.592Z Compiling hostname v0.3.1
26432024-05-29T21:25:25.635Z Compiling toml v0.8.13
26442024-05-29T21:25:25.680Z Compiling http v1.1.0
26452024-05-29T21:25:25.782Z Compiling thread_local v1.1.8
26462024-05-29T21:25:26.004Z Compiling slog-async v2.8.0
26472024-05-29T21:25:26.235Z Compiling rustls-pki-types v1.7.0
26482024-05-29T21:25:26.486Z Compiling term v0.7.0
26492024-05-29T21:25:26.533Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
26502024-05-29T21:25:26.921Z Compiling crossbeam-channel v0.5.12
26512024-05-29T21:25:27.030Z Compiling is-terminal v0.4.12
26522024-05-29T21:25:27.148Z Compiling take_mut v0.2.2
26532024-05-29T21:25:27.303Z Compiling paste v1.0.15
26542024-05-29T21:25:27.351Z Compiling diesel v2.1.6
26552024-05-29T21:25:27.679Z Compiling rustls v0.22.4
26562024-05-29T21:25:27.795Z Compiling slog-term v2.9.1
26572024-05-29T21:25:27.841Z Compiling rustls-webpki v0.102.4
26582024-05-29T21:25:27.949Z Compiling multer v3.1.0
26592024-05-29T21:25:28.221Z Compiling instant v0.1.12
26602024-05-29T21:25:28.827Z Compiling slog-json v2.6.1
26612024-05-29T21:25:29.031Z Compiling strum v0.26.2
26622024-05-29T21:25:29.173Z Compiling async-stream-impl v0.3.5
26632024-05-29T21:25:29.203Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718)
26642024-05-29T21:25:29.444Z Compiling atomic-waker v1.1.2
26652024-05-29T21:25:29.479Z Compiling debug-ignore v1.0.5
26662024-05-29T21:25:29.605Z Compiling waitgroup v0.1.2
26672024-05-29T21:25:29.683Z Compiling slog-bunyan v2.5.0
26682024-05-29T21:25:29.801Z Compiling rustls-pemfile v2.1.2
26692024-05-29T21:25:29.854Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718)
26702024-05-29T21:25:30.205Z Compiling serde_path_to_error v0.1.16
26712024-05-29T21:25:30.259Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
26722024-05-29T21:25:30.319Z Compiling async-stream v0.3.5
26732024-05-29T21:25:30.379Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
26742024-05-29T21:25:30.583Z Compiling structmeta-derive v0.3.0
26752024-05-29T21:25:30.608Z Compiling hostname v0.4.0
26762024-05-29T21:25:30.797Z Compiling darling_macro v0.20.9
26772024-05-29T21:25:30.822Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
26782024-05-29T21:25:30.888Z Compiling newtype-uuid v1.1.0
26792024-05-29T21:25:31.068Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26802024-05-29T21:25:31.140Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26812024-05-29T21:25:31.395Z Compiling backoff v0.4.0
26822024-05-29T21:25:31.638Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26832024-05-29T21:25:31.696Z Compiling darling v0.20.9
26842024-05-29T21:25:31.725Z Compiling macaddr v1.0.1
26852024-05-29T21:25:31.725Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26862024-05-29T21:25:31.794Z Compiling serde_with_macros v3.8.1
26872024-05-29T21:25:31.819Z Compiling proc-macro-crate v1.3.1
26882024-05-29T21:25:31.883Z Compiling fastrand v2.1.0
26892024-05-29T21:25:32.067Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26902024-05-29T21:25:32.348Z Compiling tokio-rustls v0.25.0
26912024-05-29T21:25:32.394Z Compiling tempfile v3.10.1
26922024-05-29T21:25:32.702Z Compiling num_enum_derive v0.5.11
26932024-05-29T21:25:33.017Z Compiling structmeta v0.3.0
26942024-05-29T21:25:33.115Z Compiling proc-macro-error-attr v1.0.4
26952024-05-29T21:25:33.402Z Compiling parse-display-derive v0.9.0
26962024-05-29T21:25:33.435Z Compiling proc-macro-error v1.0.4
26972024-05-29T21:25:33.733Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26982024-05-29T21:25:34.421Z Compiling serde_with v3.8.1
26992024-05-29T21:25:34.953Z Compiling foreign-types-macros v0.2.3
27002024-05-29T21:25:35.010Z Compiling num_enum v0.5.11
27012024-05-29T21:25:35.166Z Compiling foreign-types-shared v0.3.1
27022024-05-29T21:25:35.289Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27032024-05-29T21:25:35.594Z Compiling heapless v0.8.0
27042024-05-29T21:25:36.178Z Compiling foreign-types v0.5.0
27052024-05-29T21:25:36.718Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27062024-05-29T21:25:36.993Z Compiling cstr-argument v0.1.2
27072024-05-29T21:25:37.032Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
27082024-05-29T21:25:37.232Z Compiling hash32 v0.3.1
27092024-05-29T21:25:37.272Z Compiling smoltcp v0.11.0
27102024-05-29T21:25:37.461Z Compiling pretty-hex v0.2.1
27112024-05-29T21:25:37.554Z Compiling parse-display v0.9.0
27122024-05-29T21:25:38.048Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27132024-05-29T21:25:38.078Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27142024-05-29T21:25:38.078Z Compiling camino-tempfile v1.1.1
27152024-05-29T21:25:38.079Z Compiling tabwriter v1.4.0
27162024-05-29T21:25:38.142Z Compiling colored v2.1.0
27172024-05-29T21:25:38.181Z Compiling socket2 v0.4.10
27182024-05-29T21:25:38.314Z Compiling embedded-io v0.4.0
27192024-05-29T21:25:38.384Z Compiling cobs v0.2.3
27202024-05-29T21:25:38.517Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
27212024-05-29T21:25:38.644Z Compiling postcard v1.0.8
27222024-05-29T21:25:38.773Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
27232024-05-29T21:25:38.800Z Compiling crucible-workspace-hack v0.1.0
27242024-05-29T21:25:39.014Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
27252024-05-29T21:25:39.059Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
27262024-05-29T21:25:39.100Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
27272024-05-29T21:25:39.394Z Compiling smf v0.2.3
27282024-05-29T21:25:39.454Z Compiling humantime v2.1.0
27292024-05-29T21:25:39.813Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
27302024-05-29T21:25:39.977Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
27312024-05-29T21:25:40.002Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
27322024-05-29T21:25:40.125Z Compiling num-derive v0.4.2
27332024-05-29T21:25:40.371Z Compiling sigpipe v0.1.3
27342024-05-29T21:25:40.488Z Compiling utf-8 v0.7.6
27352024-05-29T21:25:40.548Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
27362024-05-29T21:25:40.772Z Compiling atty v0.2.14
27372024-05-29T21:25:40.893Z Compiling semver v0.1.20
27382024-05-29T21:25:40.919Z Compiling rayon-core v1.12.1
27392024-05-29T21:25:41.172Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
27402024-05-29T21:25:41.197Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
27412024-05-29T21:25:41.459Z Compiling same-file v1.0.6
27422024-05-29T21:25:41.656Z Compiling platforms v3.4.0
27432024-05-29T21:25:41.985Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
27442024-05-29T21:25:42.350Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
27452024-05-29T21:25:42.380Z Compiling curve25519-dalek v4.1.2
27462024-05-29T21:25:42.527Z Compiling walkdir v2.5.0
27472024-05-29T21:25:42.780Z Compiling rustc_version v0.1.7
27482024-05-29T21:25:42.808Z Compiling newline-converter v0.3.0
27492024-05-29T21:25:42.875Z Compiling crossbeam-deque v0.8.5
27502024-05-29T21:25:42.910Z Compiling universal-hash v0.5.1
27512024-05-29T21:25:42.936Z Compiling opaque-debug v0.3.1
27522024-05-29T21:25:43.014Z Compiling expectorate v1.1.0
27532024-05-29T21:25:43.194Z Compiling tungstenite v0.20.1
27542024-05-29T21:25:43.222Z Compiling xattr v1.3.1
27552024-05-29T21:25:43.258Z Compiling signature v2.2.0
27562024-05-29T21:25:43.258Z Compiling newtype_derive v0.1.6
27572024-05-29T21:25:43.439Z Compiling curve25519-dalek-derive v0.1.1
27582024-05-29T21:25:43.479Z Compiling ring v0.16.20
27592024-05-29T21:25:43.514Z Compiling blake3 v1.5.1
27602024-05-29T21:25:43.826Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
27612024-05-29T21:25:44.090Z Compiling filetime v0.2.23
27622024-05-29T21:25:44.559Z Compiling unicase v2.7.0
27632024-05-29T21:25:44.559Z Compiling termcolor v1.4.1
27642024-05-29T21:25:44.648Z Compiling convert_case v0.4.0
27652024-05-29T21:25:44.759Z Compiling getrandom v0.1.16
27662024-05-29T21:25:44.784Z Compiling quick-error v1.2.3
27672024-05-29T21:25:44.809Z Compiling arc-swap v1.7.1
27682024-05-29T21:25:44.926Z Compiling linked-hash-map v0.5.6
27692024-05-29T21:25:44.981Z Compiling resolv-conf v0.7.0
27702024-05-29T21:25:45.212Z Compiling lru-cache v0.1.2
27712024-05-29T21:25:45.237Z Compiling slog-scope v4.4.0
27722024-05-29T21:25:45.348Z Compiling env_logger v0.9.3
27732024-05-29T21:25:45.484Z Compiling derive_more v0.99.17
27742024-05-29T21:25:45.660Z Compiling tar v0.4.40
27752024-05-29T21:25:46.088Z Compiling tokio-tungstenite v0.20.1
27762024-05-29T21:25:46.522Z Compiling rayon v1.10.0
27772024-05-29T21:25:46.637Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27782024-05-29T21:25:47.003Z Compiling password-hash v0.5.0
27792024-05-29T21:25:47.361Z Compiling blake2 v0.10.6
27802024-05-29T21:25:47.838Z Compiling bitstruct_derive v0.1.0
27812024-05-29T21:25:47.907Z Compiling derive-where v1.2.7
27822024-05-29T21:25:48.481Z Compiling memmap2 v0.9.4
27832024-05-29T21:25:48.881Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27842024-05-29T21:25:49.003Z Compiling parking_lot_core v0.8.6
27852024-05-29T21:25:49.436Z Compiling untrusted v0.7.1
27862024-05-29T21:25:49.495Z Compiling ascii v1.1.0
27872024-05-29T21:25:49.495Z Compiling libefi-sys v0.1.0
27882024-05-29T21:25:49.625Z Compiling arrayvec v0.7.4
27892024-05-29T21:25:49.708Z Compiling arrayref v0.3.7
27902024-05-29T21:25:49.797Z Compiling constant_time_eq v0.3.0
27912024-05-29T21:25:49.961Z Compiling home v0.5.9
27922024-05-29T21:25:49.998Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
27932024-05-29T21:25:50.179Z Compiling toolchain_find v0.4.0
27942024-05-29T21:25:50.944Z Compiling bitstruct v0.1.1
27952024-05-29T21:25:51.080Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27962024-05-29T21:25:51.223Z Compiling argon2 v0.5.3
27972024-05-29T21:25:51.316Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27982024-05-29T21:25:51.861Z Compiling slog-stdlog v4.1.1
27992024-05-29T21:25:51.958Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
28002024-05-29T21:25:52.184Z Compiling trust-dns-resolver v0.22.0
28012024-05-29T21:25:52.240Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28022024-05-29T21:25:52.414Z Compiling num-rational v0.4.2
28032024-05-29T21:25:52.439Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28042024-05-29T21:25:52.787Z Compiling rfc6979 v0.4.0
28052024-05-29T21:25:52.891Z Compiling erased-serde v0.3.31
28062024-05-29T21:25:52.970Z Compiling serde_arrays v0.1.0
28072024-05-29T21:25:53.140Z Compiling aead v0.5.2
28082024-05-29T21:25:53.511Z Compiling num-complex v0.4.6
28092024-05-29T21:25:53.614Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
28102024-05-29T21:25:54.002Z Compiling nibble_vec v0.1.0
28112024-05-29T21:25:54.027Z Compiling slog-dtrace v0.3.0
28122024-05-29T21:25:54.053Z Compiling topological-sort v0.2.2
28132024-05-29T21:25:54.178Z Compiling cancel-safe-futures v0.1.5
28142024-05-29T21:25:54.203Z Compiling endian-type v0.1.2
28152024-05-29T21:25:54.241Z Compiling keccak v0.1.5
28162024-05-29T21:25:54.359Z Compiling omicron-zone-package v0.11.0
28172024-05-29T21:25:54.404Z Compiling radix_trie v0.2.1
28182024-05-29T21:25:54.472Z Compiling sha3 v0.10.8
28192024-05-29T21:25:54.509Z Compiling num v0.4.3
28202024-05-29T21:25:54.709Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28212024-05-29T21:25:54.973Z Compiling ecdsa v0.16.9
28222024-05-29T21:25:55.010Z Compiling mime_guess v2.0.4
28232024-05-29T21:25:55.255Z Compiling rand_core v0.5.1
28242024-05-29T21:25:55.648Z Compiling slog-envlogger v2.2.0
28252024-05-29T21:25:55.683Z Compiling steno v0.4.0
28262024-05-29T21:25:55.997Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28272024-05-29T21:25:56.325Z Compiling rustfmt-wrapper v0.2.1
28282024-05-29T21:25:56.384Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28292024-05-29T21:25:56.644Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28302024-05-29T21:25:56.800Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28312024-05-29T21:25:57.027Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28322024-05-29T21:25:57.533Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28332024-05-29T21:25:57.587Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28342024-05-29T21:25:57.868Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28352024-05-29T21:25:58.244Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28362024-05-29T21:25:58.517Z Compiling poly1305 v0.8.0
28372024-05-29T21:25:58.574Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
28382024-05-29T21:25:58.814Z Compiling primeorder v0.13.6
28392024-05-29T21:25:59.214Z Compiling heck v0.3.3
28402024-05-29T21:25:59.290Z Compiling chacha20 v0.9.1
28412024-05-29T21:25:59.571Z Compiling thiserror-impl-no-std v2.0.2
28422024-05-29T21:25:59.678Z Compiling secrecy v0.8.0
28432024-05-29T21:25:59.712Z Compiling half v2.4.1
28442024-05-29T21:25:59.888Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
28452024-05-29T21:25:59.914Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
28462024-05-29T21:26:00.207Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
28472024-05-29T21:26:00.232Z Compiling option-ext v0.2.0
28482024-05-29T21:26:00.233Z Compiling ciborium-io v0.2.2
28492024-05-29T21:26:00.263Z Compiling dirs-sys v0.4.1
28502024-05-29T21:26:00.308Z Compiling ciborium-ll v0.2.2
28512024-05-29T21:26:00.363Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
28522024-05-29T21:26:00.652Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28532024-05-29T21:26:00.811Z Compiling zone_cfg_derive v0.1.2
28542024-05-29T21:26:01.325Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
28552024-05-29T21:26:01.651Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28562024-05-29T21:26:01.930Z Compiling parking_lot v0.11.2
28572024-05-29T21:26:02.104Z Compiling rand_chacha v0.2.2
28582024-05-29T21:26:02.130Z Compiling trust-dns-client v0.22.0
28592024-05-29T21:26:02.225Z Compiling thiserror-no-std v2.0.2
28602024-05-29T21:26:02.824Z Compiling ed25519 v2.2.3
28612024-05-29T21:26:03.173Z Compiling polyval v0.6.2
28622024-05-29T21:26:03.227Z Compiling tungstenite v0.21.0
28632024-05-29T21:26:03.253Z Compiling ctr v0.9.2
28642024-05-29T21:26:03.301Z Compiling blowfish v0.9.1
28652024-05-29T21:26:03.579Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28662024-05-29T21:26:03.620Z Compiling aes v0.8.4
28672024-05-29T21:26:03.704Z Compiling libsw v3.3.1
28682024-05-29T21:26:04.008Z Compiling toml v0.5.11
28692024-05-29T21:26:04.034Z Compiling password-hash v0.4.2
28702024-05-29T21:26:04.663Z Compiling pbkdf2 v0.12.2
28712024-05-29T21:26:04.795Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28722024-05-29T21:26:04.832Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28732024-05-29T21:26:05.048Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28742024-05-29T21:26:05.763Z Compiling gethostname v0.4.3
28752024-05-29T21:26:05.988Z Compiling fxhash v0.2.1
28762024-05-29T21:26:06.176Z Compiling owo-colors v4.0.0
28772024-05-29T21:26:06.987Z Compiling base64 v0.13.1
28782024-05-29T21:26:07.497Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28792024-05-29T21:26:07.925Z Compiling swrite v0.1.0
28802024-05-29T21:26:08.038Z Compiling linear-map v1.2.0
28812024-05-29T21:26:08.325Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28822024-05-29T21:26:08.367Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28832024-05-29T21:26:08.876Z Compiling ron v0.7.1
28842024-05-29T21:26:10.751Z Compiling sled v0.34.7
28852024-05-29T21:26:10.796Z Compiling trust-dns-server v0.22.1
28862024-05-29T21:26:10.994Z Compiling bcrypt-pbkdf v0.10.0
28872024-05-29T21:26:11.445Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28882024-05-29T21:26:11.492Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
28892024-05-29T21:26:11.518Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28902024-05-29T21:26:12.080Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28912024-05-29T21:26:12.436Z Compiling pbkdf2 v0.11.0
28922024-05-29T21:26:12.741Z Compiling tokio-tungstenite v0.21.0
28932024-05-29T21:26:13.209Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28942024-05-29T21:26:13.559Z Compiling ghash v0.5.1
28952024-05-29T21:26:13.737Z Compiling ed25519-dalek v2.1.1
28962024-05-29T21:26:13.870Z Compiling rand v0.7.3
28972024-05-29T21:26:13.960Z Compiling vsss-rs v3.3.4
28982024-05-29T21:26:15.440Z Compiling zone v0.1.8
28992024-05-29T21:26:15.938Z Compiling ciborium v0.2.2
29002024-05-29T21:26:16.002Z Compiling dirs v5.0.1
29012024-05-29T21:26:16.745Z Compiling chacha20poly1305 v0.10.1
29022024-05-29T21:26:16.946Z Compiling p521 v0.13.3
29032024-05-29T21:26:17.148Z Compiling p256 v0.13.2
29042024-05-29T21:26:17.504Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29052024-05-29T21:26:17.563Z Compiling pem v3.0.4
29062024-05-29T21:26:17.849Z Compiling cbc v0.1.2
29072024-05-29T21:26:18.062Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
29082024-05-29T21:26:18.229Z Compiling headers-core v0.2.0
29092024-05-29T21:26:18.376Z Compiling kstat-rs v0.2.3
29102024-05-29T21:26:18.411Z Compiling portpicker v0.1.1
29112024-05-29T21:26:18.678Z Compiling nanorand v0.7.0
29122024-05-29T21:26:18.773Z Compiling russh-cryptovec v0.7.2
29132024-05-29T21:26:18.918Z Compiling md5 v0.7.0
29142024-05-29T21:26:19.103Z Compiling glob v0.3.1
29152024-05-29T21:26:19.205Z Compiling http-range v0.1.5
29162024-05-29T21:26:19.285Z Compiling russh-keys v0.43.0
29172024-05-29T21:26:19.342Z Compiling flume v0.11.0
29182024-05-29T21:26:19.935Z Compiling hyper-staticfile v0.9.5
29192024-05-29T21:26:19.974Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29202024-05-29T21:26:19.974Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29212024-05-29T21:26:20.196Z Compiling headers v0.3.9
29222024-05-29T21:26:20.329Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
29232024-05-29T21:26:21.862Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
29242024-05-29T21:26:21.946Z Compiling rcgen v0.12.1
29252024-05-29T21:26:23.068Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29262024-05-29T21:26:23.967Z Compiling aes-gcm v0.10.3
29272024-05-29T21:26:24.218Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29282024-05-29T21:26:25.214Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29292024-05-29T21:26:25.884Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29302024-05-29T21:26:27.400Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29312024-05-29T21:26:27.454Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
29322024-05-29T21:26:28.815Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
29332024-05-29T21:26:29.508Z Compiling atomicwrites v0.4.3
29342024-05-29T21:26:29.807Z Compiling subprocess v0.2.9
29352024-05-29T21:26:31.054Z Compiling display-error-chain v0.2.0
29362024-05-29T21:26:31.209Z Compiling hex-literal v0.4.1
29372024-05-29T21:26:31.374Z Compiling dhcproto-macros v0.1.0
29382024-05-29T21:26:31.421Z Compiling russh v0.43.0
29392024-05-29T21:26:31.476Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29402024-05-29T21:26:32.225Z Compiling dhcproto v0.11.0
29412024-05-29T21:26:33.168Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29422024-05-29T21:26:33.814Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29432024-05-29T21:26:35.080Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29442024-05-29T21:26:35.115Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29452024-05-29T21:26:35.472Z Compiling internet-checksum v0.2.1
29462024-05-29T21:27:00.129Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29472024-05-29T21:27:54.953Z Finished dev [unoptimized + debuginfo] target(s) in 3m 30s
29482024-05-29T21:27:55.098Z
29492024-05-29T21:27:55.099Zreal 3:30.888082134
29502024-05-29T21:27:55.099Zuser 16:52.111313888
29512024-05-29T21:27:55.099Zsys 4:05.231120969
29522024-05-29T21:27:55.099Ztrap 0.504933534
29532024-05-29T21:27:55.099Ztflt 0.266438885
29542024-05-29T21:27:55.099Zdflt 2.187487981
29552024-05-29T21:27:55.099Zkflt 0.000539379
29562024-05-29T21:27:55.099Zlock 35:43.723935633
29572024-05-29T21:27:55.100Zslp 48:46.051630421
29582024-05-29T21:27:55.100Zlat 1:00.854820896
29592024-05-29T21:27:55.100Zstop 1:54.229910784
29602024-05-29T21:27:55.132Z+ mkdir tests
29612024-05-29T21:27:55.132Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29622024-05-29T21:27:55.132Z+ xargs -I '{}' -t cp '{}' tests/
29632024-05-29T21:27:55.162Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-d9caab43602819e6 tests/
29642024-05-29T21:27:55.192Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-562ff04add60b960 tests/
29652024-05-29T21:27:55.234Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-1ebd58e5c16d1891 tests/
29662024-05-29T21:27:55.264Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-fa93711239d79f99 tests/
29672024-05-29T21:27:55.640Z+ 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/*)
29682024-05-29T21:27:55.682Z+ ptime -m tar cvzf /work/package.tar.gz out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-562ff04add60b960 tests/commtest-1ebd58e5c16d1891 tests/dhcp_server-d9caab43602819e6 tests/end_to_end_tests-fa93711239d79f99 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
29692024-05-29T21:29:16.343ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29702024-05-29T21:29:16.343Za out/target/test 1K
29712024-05-29T21:29:16.344Za out/npuzone/npuzone 23144K
29722024-05-29T21:29:16.344Za package-manifest.toml 27K
29732024-05-29T21:29:16.344Za smf/sled-agent/non-gimlet/config.toml 4K
29742024-05-29T21:29:16.344Za target/release/omicron-package 31629K
29752024-05-29T21:29:16.344Za target/release/xtask 6668K
29762024-05-29T21:29:16.345Za target/debug/bootstrap 347661K
29772024-05-29T21:29:16.345Za tests/bootstrap-562ff04add60b960 24009K
29782024-05-29T21:29:16.345Za tests/commtest-1ebd58e5c16d1891 24009K
29792024-05-29T21:29:16.345Za tests/dhcp_server-d9caab43602819e6 24009K
29802024-05-29T21:29:16.345Za tests/end_to_end_tests-fa93711239d79f99 357708K
29812024-05-29T21:29:16.345Za out/clickhouse.tar.gz 222821K
29822024-05-29T21:29:16.345Za out/clickhouse_keeper.tar.gz 222807K
29832024-05-29T21:29:16.345Za out/cockroachdb.tar.gz 120780K
29842024-05-29T21:29:16.346Za out/crucible-pantry-zone.tar.gz 27189K
29852024-05-29T21:29:16.346Za out/crucible-zone.tar.gz 37955K
29862024-05-29T21:29:16.346Za out/external-dns.tar.gz 24842K
29872024-05-29T21:29:16.346Za out/internal-dns.tar.gz 24842K
29882024-05-29T21:29:16.346Za out/mg-ddm-gz.tar 60398K
29892024-05-29T21:29:16.346Za out/nexus.tar.gz 81453K
29902024-05-29T21:29:16.347Za out/ntp.tar.gz 8747K
29912024-05-29T21:29:16.347Za out/omicron-gateway-softnpu.tar.gz 14447K
29922024-05-29T21:29:16.347Za out/omicron-sled-agent.tar 92274K
29932024-05-29T21:29:16.347Za out/overlay.tar.gz 3K
29942024-05-29T21:29:16.347Za out/oximeter.tar.gz 39988K
29952024-05-29T21:29:16.347Za out/oxlog.tar 2898K
29962024-05-29T21:29:16.347Za out/probe.tar.gz 2764K
29972024-05-29T21:29:16.348Za out/propolis-server.tar.gz 65435K
29982024-05-29T21:29:16.348Za out/pumpkind-gz.tar 26665K
29992024-05-29T21:29:16.348Za out/switch-softnpu.tar.gz 194970K
30002024-05-29T21:29:16.378Z
30012024-05-29T21:29:16.378Zreal 1:19.702766683
30022024-05-29T21:29:16.378Zuser 1:13.576052740
30032024-05-29T21:29:16.378Zsys 7.837608822
30042024-05-29T21:29:16.378Ztrap 0.023400008
30052024-05-29T21:29:16.378Ztflt 0.000000000
30062024-05-29T21:29:16.379Zdflt 0.000000000
30072024-05-29T21:29:16.379Zkflt 0.000000000
30082024-05-29T21:29:16.379Zlock 0.000000000
30092024-05-29T21:29:16.379Zslp 1:13.330199307
30102024-05-29T21:29:16.379Zlat 4.632505662
30112024-05-29T21:29:16.379Zstop 0.000873084
30122024-05-29T21:29:16.380Zprocess exited: duration 1519985 ms, exit code 0
 
30132024-05-29T21:29:16.534Zfound 1 output files
30142024-05-29T21:29:16.563Zuploading: /work/package.tar.gz (1376517673 bytes)
30152024-05-29T21:40:50.439Zuploaded: /work/package.tar.gz