01HZ3QKHPMBCCJ8YBNKB73T86N: helios / package

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

Buildomat Job: 01HZ3QKY87RVXTDD3PER8FEA3D

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-05-30T03:11:20.870Zjob assigned to worker 01HZ3QM5P0EWHPF4E2PVWRNZ3G (queued for 1 m 10 s)
 
22024-05-30T03:11:29.233Zstarting task 0: "setup"
32024-05-30T03:11:29.284Z++ uname -s
42024-05-30T03:11:29.298Z+ kern=SunOS
52024-05-30T03:11:29.298Z+ case "$kern" in
62024-05-30T03:11:29.298Z+ groupadd -g 12345 build
72024-05-30T03:11:29.299Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-05-30T03:11:31.317Z+ zfs create -o mountpoint=/work rpool/work
92024-05-30T03:11:31.396Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-05-30T03:11:31.418Z+ home_fs=zfs
112024-05-30T03:11:31.418Z+ [[ zfs == autofs ]]
122024-05-30T03:11:31.418Z+ mkdir -p /home/build
132024-05-30T03:11:31.418Z+ chown build:build /home/build /work
142024-05-30T03:11:33.398Z+ chmod 0700 /home/build /work
152024-05-30T03:11:33.418Zprocess exited: duration 4172 ms, exit code 0
 
162024-05-30T03:11:33.439Zstarting task 1: "rust-toolchain"
172024-05-30T03:11:33.452Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-05-30T03:11:33.454Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
192024-05-30T03:11:33.578Zinfo: downloading installer
202024-05-30T03:11:35.649Zwarning: it looks like you have an existing installation of Rust at:
212024-05-30T03:11:35.650Zwarning: /opt/ooce/bin
222024-05-30T03:11:35.650Zwarning: It is recommended that rustup be the primary Rust installation.
232024-05-30T03:11:35.650Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-05-30T03:11:35.651Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-05-30T03:11:35.652Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-05-30T03:11:35.652Zwarning: or pass `-y' to ignore all ignorable checks.
272024-05-30T03:11:35.652Zerror: cannot install while Rust is installed
282024-05-30T03:11:35.653Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-05-30T03:11:35.677Zinfo: profile set to 'default'
302024-05-30T03:11:35.677Zinfo: default host triple is x86_64-unknown-illumos
312024-05-30T03:11:35.678Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
322024-05-30T03:11:35.678Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
332024-05-30T03:11:35.678Zinfo: downloading component 'cargo'
342024-05-30T03:11:36.298Zinfo: downloading component 'clippy'
352024-05-30T03:11:36.577Zinfo: downloading component 'rust-docs'
362024-05-30T03:11:37.662Zinfo: downloading component 'rust-std'
372024-05-30T03:11:39.484Zinfo: downloading component 'rustc'
382024-05-30T03:11:43.930Zinfo: downloading component 'rustfmt'
392024-05-30T03:11:44.559Zinfo: installing component 'cargo'
402024-05-30T03:11:45.465Zinfo: installing component 'clippy'
412024-05-30T03:11:45.484Zinfo: installing component 'rust-docs'
422024-05-30T03:11:46.973Zinfo: installing component 'rust-std'
432024-05-30T03:11:48.741Zinfo: installing component 'rustc'
442024-05-30T03:11:53.101Zinfo: installing component 'rustfmt'
452024-05-30T03:11:53.556Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
462024-05-30T03:11:53.556Z
472024-05-30T03:11:53.753Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
482024-05-30T03:11:53.754Z
492024-05-30T03:11:54.998Z
502024-05-30T03:11:54.998ZRust is installed now. Great!
512024-05-30T03:11:54.998Z
522024-05-30T03:11:54.999ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-05-30T03:11:54.999Zenvironment variable. This has not been done automatically.
542024-05-30T03:11:54.999Z
552024-05-30T03:11:54.999ZTo configure your current shell, you need to source
562024-05-30T03:11:55.000Zthe corresponding env file under $HOME/.cargo.
572024-05-30T03:11:55.000Z
582024-05-30T03:11:55.000ZThis is usually done by running one of the following (note the leading DOT):
592024-05-30T03:11:55.000Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-05-30T03:11:55.000Zsource "$HOME/.cargo/env.fish" # For fish
612024-05-30T03:11:55.019Z+ rustc --version
622024-05-30T03:11:55.020Zrustc 1.78.0 (9b00956e5 2024-04-29)
632024-05-30T03:11:55.020Zprocess exited: duration 20552 ms, exit code 0
 
642024-05-30T03:11:55.051Zstarting task 2: "authentication"
652024-05-30T03:11:55.500ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
662024-05-30T03:12:10.036Zprocess exited: duration 14986 ms, exit code 0
 
672024-05-30T03:12:10.082Zstarting task 3: "clone repository"
682024-05-30T03:12:10.108Z+ mkdir -p /work/oxidecomputer/omicron
692024-05-30T03:12:10.108Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
702024-05-30T03:12:10.868ZCloning into '/work/oxidecomputer/omicron'...
712024-05-30T03:12:18.162Z+ cd /work/oxidecomputer/omicron
722024-05-30T03:12:18.163Z+ git fetch origin 456520b82107f9d050f4ddbc7b80468a4184d3d4
732024-05-30T03:12:18.523ZFrom https://github.com/oxidecomputer/omicron
742024-05-30T03:12:18.524Z * branch 456520b82107f9d050f4ddbc7b80468a4184d3d4 -> FETCH_HEAD
752024-05-30T03:12:18.541Z+ [[ -n renovate/either-1.x ]]
762024-05-30T03:12:18.541Z++ git branch --show-current
772024-05-30T03:12:18.541Z+ current=main
782024-05-30T03:12:18.541Z+ [[ main != renovate/either-1.x ]]
792024-05-30T03:12:18.542Z+ git branch -f renovate/either-1.x 456520b82107f9d050f4ddbc7b80468a4184d3d4
802024-05-30T03:12:18.542Z+ git checkout -f renovate/either-1.x
812024-05-30T03:12:18.676ZSwitched to branch 'renovate/either-1.x'
822024-05-30T03:12:18.706Z+ git reset --hard 456520b82107f9d050f4ddbc7b80468a4184d3d4
832024-05-30T03:12:18.801ZHEAD is now at 456520b82 Update Rust crate either to 1.12.0
842024-05-30T03:12:18.820Zprocess exited: duration 8724 ms, exit code 0
 
852024-05-30T03:12:18.871Zstarting task 4: "build"
862024-05-30T03:12:18.894Z+ cargo --version
872024-05-30T03:12:18.928Zcargo 1.78.0 (54d8815d0 2024-03-26)
882024-05-30T03:12:18.943Z+ rustc --version
892024-05-30T03:12:18.995Zrustc 1.78.0 (9b00956e5 2024-04-29)
902024-05-30T03:12:19.024Z+ WORK=/work
912024-05-30T03:12:19.024Z+ pfexec mkdir -p /work
922024-05-30T03:12:19.024Z+ pfexec chown build /work
932024-05-30T03:12:19.024Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
942024-05-30T03:12:35.764Z Startup: Refreshing catalog 'helios-dev' ... Done
952024-05-30T03:12:37.784Z Startup: Caching catalogs ... Done
962024-05-30T03:12:39.864ZPlanning: Solver setup ... Done (1.535s)
972024-05-30T03:12:39.896ZPlanning: Running solver ... Done (0.030s)
982024-05-30T03:12:40.329ZPlanning: Finding local manifests ... Done (0.004s)
992024-05-30T03:12:40.329ZPlanning: Fetching manifests: 0/4 0% complete
1002024-05-30T03:12:40.329ZPlanning: Fetching manifests: 4/4 100% complete
1012024-05-30T03:12:40.330ZPlanning: Package planning ... Done (0.053s)
1022024-05-30T03:12:40.330ZPlanning: Merging actions ... Done (0.052s)
1032024-05-30T03:12:41.618ZPlanning: Checking for conflicting actions ... Done (1.327s)
1042024-05-30T03:12:41.641ZPlanning: Consolidating action changes ... Done (0.011s)
1052024-05-30T03:12:47.675ZPlanning: Evaluating mediators ... Done (6.045s)
1062024-05-30T03:12:47.689ZPlanning: Planning completed in 9.84 seconds
1072024-05-30T03:12:48.094Z Packages to install: 4
1082024-05-30T03:12:48.095Z Mediators to change: 2
1092024-05-30T03:12:48.095Z Services to change: 1
1102024-05-30T03:12:48.516Z Estimated space available: 155.78 GB
1112024-05-30T03:12:48.516ZEstimated space to be consumed: 1.45 GB
1122024-05-30T03:12:48.516Z Create boot environment: No
1132024-05-30T03:12:48.516ZCreate backup boot environment: No
1142024-05-30T03:12:48.516Z Rebuild boot archive: No
1152024-05-30T03:12:48.516Z
1162024-05-30T03:12:48.516ZChanged mediators:
1172024-05-30T03:12:48.516Z mediator clang:
1182024-05-30T03:12:48.516Z version: None -> 15 (system default)
1192024-05-30T03:12:48.516Z
1202024-05-30T03:12:48.517Z mediator llvm:
1212024-05-30T03:12:48.517Z version: 14 (system default) -> 15 (system default)
1222024-05-30T03:12:48.517Z
1232024-05-30T03:12:48.517ZChanged packages:
1242024-05-30T03:12:48.517Zhelios-dev
1252024-05-30T03:12:48.517Z developer/build-essential
1262024-05-30T03:12:48.517Z None -> 11-2.0
1272024-05-30T03:12:48.517Z library/libxmlsec1
1282024-05-30T03:12:48.517Z None -> 1.2.35-2.0
1292024-05-30T03:12:48.517Z ooce/developer/clang-15
1302024-05-30T03:12:48.517Z None -> 15.0.7-2.0
1312024-05-30T03:12:48.517Z ooce/developer/llvm-15
1322024-05-30T03:12:48.517Z None -> 15.0.7-2.0
1332024-05-30T03:12:48.517Z
1342024-05-30T03:12:48.517ZServices:
1352024-05-30T03:12:48.518Z restart_fmri:
1362024-05-30T03:12:48.518Z svc:/system/update-man-index:default
1372024-05-30T03:12:48.988Z
1382024-05-30T03:12:48.988ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1392024-05-30T03:12:53.306ZDownload: 1193/3290 items 79.0/212.6MB 37% complete (16.0M/s)
1402024-05-30T03:12:58.315ZDownload: 1507/3290 items 117.4/212.6MB 55% complete (12.1M/s)
1412024-05-30T03:13:03.367ZDownload: 2155/3290 items 119.0/212.6MB 55% complete (5.2M/s)
1422024-05-30T03:13:08.377ZDownload: 2283/3290 items 119.5/212.6MB 56% complete (212k/s)
1432024-05-30T03:13:13.412ZDownload: 2730/3290 items 120.8/212.6MB 56% complete (184k/s)
1442024-05-30T03:13:18.426ZDownload: 3240/3290 items 202.6/212.6MB 95% complete (8.2M/s)
1452024-05-30T03:13:24.407ZDownload: 3248/3290 items 203.1/212.6MB 95% complete (8.3M/s)
1462024-05-30T03:13:27.571ZDownload: Completed 212.60 MB in 39.33 seconds (5.4M/s)
1472024-05-30T03:13:27.803Z Actions: 1/3689 actions (Installing new actions)
1482024-05-30T03:13:33.020Z Actions: 3687/3689 actions (Installing new actions)
1492024-05-30T03:13:33.475Z Actions: Completed 3689 actions in 5.25 seconds.
1502024-05-30T03:13:33.488Z Done (0.230s)
1512024-05-30T03:13:33.488Z Done (0.000s)
1522024-05-30T03:13:33.599Z Done (0.303s)
1532024-05-30T03:13:39.513Z Done (5.346s)
1542024-05-30T03:13:39.830Z Done (0.146s)
1552024-05-30T03:13:39.830Z Done (0.000s)
1562024-05-30T03:13:39.830Z Done (0.000s)
1572024-05-30T03:13:40.162ZPlanning: Evaluating mediator changes ... Done
1582024-05-30T03:13:40.346ZPlanning: Checking for conflicting actions ... Done
1592024-05-30T03:13:40.363ZPlanning: Consolidating action changes ... Done
1602024-05-30T03:13:41.019ZPlanning: Evaluating mediators ... Done
1612024-05-30T03:13:41.036ZPlanning: Planning completed in 0.46 seconds
1622024-05-30T03:13:41.036Z Mediators to change: 2
1632024-05-30T03:13:41.036Z Create boot environment: No
1642024-05-30T03:13:41.037ZCreate backup boot environment: No
1652024-05-30T03:13:41.037Z Done
1662024-05-30T03:13:41.037Z Done
1672024-05-30T03:13:41.037Z Done
1682024-05-30T03:13:44.649Z Done
1692024-05-30T03:13:44.739Z Done
1702024-05-30T03:13:44.775Z Done
1712024-05-30T03:13:45.373Z Done
1722024-05-30T03:13:45.999ZPlanning: Evaluating mediator changes ... Done
1732024-05-30T03:13:46.027ZPlanning: Merging actions ... Done
1742024-05-30T03:13:46.188ZPlanning: Checking for conflicting actions ... Done
1752024-05-30T03:13:46.206ZPlanning: Consolidating action changes ... Done
1762024-05-30T03:13:46.454ZPlanning: Evaluating mediators ... Done
1772024-05-30T03:13:46.515ZPlanning: Planning completed in 0.76 seconds
1782024-05-30T03:13:46.542Z Packages to change: 1
1792024-05-30T03:13:46.542Z Mediators to change: 1
1802024-05-30T03:13:46.542Z Services to change: 1
1812024-05-30T03:13:46.546Z Create boot environment: No
1822024-05-30T03:13:46.547ZCreate backup boot environment: Yes
1832024-05-30T03:13:48.415Z Actions: 1/6 actions (Updating modified actions)
1842024-05-30T03:13:48.484Z Actions: Completed 6 actions in 0.07 seconds.
1852024-05-30T03:13:48.491Z Done
1862024-05-30T03:13:48.491Z Done
1872024-05-30T03:13:48.560Z Done
1882024-05-30T03:13:52.225Z Done
1892024-05-30T03:13:52.311Z Done
1902024-05-30T03:13:52.327Z Done
1912024-05-30T03:13:52.502Z Done
1922024-05-30T03:13:52.962ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1932024-05-30T03:13:52.962Zclang system 15 system
1942024-05-30T03:13:52.962Zcsh system system illumos
1952024-05-30T03:13:52.962Zctags system system illumos
1962024-05-30T03:13:52.962Zgcc vendor 12 vendor
1972024-05-30T03:13:52.963Zgcc system 10 system
1982024-05-30T03:13:52.963Zgcc system 7 system
1992024-05-30T03:13:52.963Zgo system 1.20 system
2002024-05-30T03:13:52.963Zgo system 1.19 system
2012024-05-30T03:13:52.963Zllvm system 15 system
2022024-05-30T03:13:52.963Zllvm system 14 system
2032024-05-30T03:13:52.963Zmariadb system 10.6 system
2042024-05-30T03:13:52.964Zmta vendor vendor dma
2052024-05-30T03:13:52.964Zopenjdk system 17 system
2062024-05-30T03:13:52.964Zopenjdk system 11 system
2072024-05-30T03:13:52.964Zopenjdk system 1.8 system
2082024-05-30T03:13:52.964Zopenssl vendor 3 vendor
2092024-05-30T03:13:52.964Zperl system 5.36 system
2102024-05-30T03:13:52.964Zpostgresql system 15 system
2112024-05-30T03:13:52.964Zpostgresql system 13 system
2122024-05-30T03:13:52.964Zpython vendor 3 vendor
2132024-05-30T03:13:52.964Zpython system 2 system
2142024-05-30T03:13:52.964Zpython3 system 3.11 system
2152024-05-30T03:13:52.964Zruby system 3.0 system
2162024-05-30T03:13:52.964Zwords vendor vendor american-english
2172024-05-30T03:13:52.965Zwords system system australian-english
2182024-05-30T03:13:52.965Zwords system system british-english
2192024-05-30T03:13:52.965Zwords system system canadian-english
2202024-05-30T03:13:52.965Zwords system system french
2212024-05-30T03:13:52.965Zwords system system italian
2222024-05-30T03:13:52.965Zwords system system ngerman
2232024-05-30T03:13:52.965Zwords system system ogerman
2242024-05-30T03:13:52.966Zwords system system spanish
2252024-05-30T03:13:53.286ZPUBLISHER TYPE STATUS P LOCATION
2262024-05-30T03:13:53.286Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2272024-05-30T03:13:54.744ZFMRI IFO
2282024-05-30T03:13:54.744Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2292024-05-30T03:13:54.744Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2302024-05-30T03:13:54.745Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2312024-05-30T03:13:54.745Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2322024-05-30T03:13:54.745Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2332024-05-30T03:13:54.745Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2342024-05-30T03:13:54.746Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2352024-05-30T03:13:54.746Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2362024-05-30T03:13:54.746Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2372024-05-30T03:13:54.746Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2382024-05-30T03:13:54.747Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2392024-05-30T03:13:54.747Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2402024-05-30T03:13:55.034Z+ set -o errexit
2412024-05-30T03:13:55.040Z+++ dirname ./tools/ci_download_cockroachdb
2422024-05-30T03:13:55.041Z++ cd ./tools
2432024-05-30T03:13:55.041Z++ pwd
2442024-05-30T03:13:55.041Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2452024-05-30T03:13:55.041Z++ basename ./tools/ci_download_cockroachdb
2462024-05-30T03:13:55.042Z+ ARG0=ci_download_cockroachdb
2472024-05-30T03:13:55.042Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2482024-05-30T03:13:55.042Z+ CIDL_VERSION=v22.1.9
2492024-05-30T03:13:55.042Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2502024-05-30T03:13:55.042Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2512024-05-30T03:13:55.042Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2522024-05-30T03:13:55.043Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2532024-05-30T03:13:55.043Z+ TARGET_DIR=out
2542024-05-30T03:13:55.043Z+ DOWNLOAD_DIR=out/downloads
2552024-05-30T03:13:55.043Z+ DEST_DIR=./out/cockroachdb
2562024-05-30T03:13:55.043Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2572024-05-30T03:13:55.043Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2582024-05-30T03:13:55.043Z+ main
2592024-05-30T03:13:55.043Z+ [[ 0 != 0 ]]
2602024-05-30T03:13:55.043Z+ CIDL_OS=solaris2.11
2612024-05-30T03:13:55.043Z+ [[ 0 != 0 ]]
2622024-05-30T03:13:55.044Z+ configure_os solaris2.11
2632024-05-30T03:13:55.044Z+ echo 'current directory: /work/oxidecomputer/omicron'
2642024-05-30T03:13:55.044Zcurrent directory: /work/oxidecomputer/omicron
2652024-05-30T03:13:55.044Z+ echo 'configuring based on OS: "solaris2.11"'
2662024-05-30T03:13:55.044Z+ case "$1" in
2672024-05-30T03:13:55.044Zconfiguring based on OS: "solaris2.11"
2682024-05-30T03:13:55.044Z+ CIDL_BUILD=illumos
2692024-05-30T03:13:55.044Z+ CIDL_SUFFIX=tar.gz
2702024-05-30T03:13:55.044Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2712024-05-30T03:13:55.044Z+ CIDL_URL_BASE=https://illumos.org/downloads
2722024-05-30T03:13:55.044Z+ CIDL_ASSEMBLE=do_assemble_illumos
2732024-05-30T03:13:55.044Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2742024-05-30T03:13:55.047Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2752024-05-30T03:13:55.047Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2762024-05-30T03:13:55.047Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2772024-05-30T03:13:55.047Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2782024-05-30T03:13:55.047Z+ CIDL_SHA256FUNC=do_sha256sum
2792024-05-30T03:13:55.048Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2802024-05-30T03:13:55.048ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2812024-05-30T03:13:55.048Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2822024-05-30T03:13:55.048Z+ mkdir -p out/downloads
2832024-05-30T03:13:55.048ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2842024-05-30T03:13:55.048Z+ mkdir -p ./out/cockroachdb
2852024-05-30T03:13:55.048Z+ local DO_DOWNLOAD=true
2862024-05-30T03:13:55.048Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2872024-05-30T03:13:55.048Z+ '[' true == true ']'
2882024-05-30T03:13:55.048Z+ echo Downloading...
2892024-05-30T03:13:55.048ZDownloading...
2902024-05-30T03:13:55.048Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2912024-05-30T03:13:55.048Z+ 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
2922024-05-30T03:14:00.565Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2932024-05-30T03:14:00.595Z++ sha256sum
2942024-05-30T03:14:00.595Z++ awk '{print $1}'
2952024-05-30T03:14:00.632Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2962024-05-30T03:14:00.632Z+ [[ 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 ]]
2972024-05-30T03:14:00.647Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2982024-05-30T03:14:00.647Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2992024-05-30T03:14:02.825Z+ do_assemble_illumos
3002024-05-30T03:14:02.825Z+ rm -r ./out/cockroachdb
3012024-05-30T03:14:02.835Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3022024-05-30T03:14:03.204Z+ ./out/cockroachdb/bin/cockroach version
3032024-05-30T03:14:03.398ZBuild Tag: v22.1.9-dirty
3042024-05-30T03:14:03.399ZBuild Time: 2022/10/26 21:17:46
3052024-05-30T03:14:03.399ZDistribution: OSS
3062024-05-30T03:14:03.399ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3072024-05-30T03:14:03.400ZGo Version: go1.17.13
3082024-05-30T03:14:03.400ZC Compiler: gcc 10.3.0
3092024-05-30T03:14:03.400ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3102024-05-30T03:14:03.401ZBuild Type: release
3112024-05-30T03:14:03.422Z+ set -o errexit
3122024-05-30T03:14:03.423Z+++ dirname ./tools/ci_download_clickhouse
3132024-05-30T03:14:03.423Z++ cd ./tools
3142024-05-30T03:14:03.424Z++ pwd
3152024-05-30T03:14:03.425Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3162024-05-30T03:14:03.425Z++ basename ./tools/ci_download_clickhouse
3172024-05-30T03:14:03.425Z+ ARG0=ci_download_clickhouse
3182024-05-30T03:14:03.425Z+ TARGET_DIR=out
3192024-05-30T03:14:03.426Z+ DOWNLOAD_DIR=out/downloads
3202024-05-30T03:14:03.426Z+ DEST_DIR=./out/clickhouse
3212024-05-30T03:14:03.426Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3222024-05-30T03:14:03.426Z+ CIDL_VERSION=v23.8.7.24
3232024-05-30T03:14:03.426Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3242024-05-30T03:14:03.426Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3252024-05-30T03:14:03.427Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3262024-05-30T03:14:03.427Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3272024-05-30T03:14:03.427Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3282024-05-30T03:14:03.427Z+ main
3292024-05-30T03:14:03.427Z+ [[ 0 != 0 ]]
3302024-05-30T03:14:03.427Z+ CIDL_OS=solaris2.11
3312024-05-30T03:14:03.428Z+ [[ 0 != 0 ]]
3322024-05-30T03:14:03.428Z+ configure_os solaris2.11
3332024-05-30T03:14:03.428Z+ echo 'current directory: /work/oxidecomputer/omicron'
3342024-05-30T03:14:03.428Zcurrent directory: /work/oxidecomputer/omicron
3352024-05-30T03:14:03.428Z+ echo 'configuring based on OS: "solaris2.11"'
3362024-05-30T03:14:03.428Z+ CIDL_DASHREV=
3372024-05-30T03:14:03.429Z+ case "$1" in
3382024-05-30T03:14:03.429Zconfiguring based on OS: "solaris2.11"
3392024-05-30T03:14:03.429Z+ CIDL_PLATFORM=illumos
3402024-05-30T03:14:03.429Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3412024-05-30T03:14:03.429Z+ CIDL_MD5FUNC=do_md5sum
3422024-05-30T03:14:03.429Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3432024-05-30T03:14:03.430Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3442024-05-30T03:14:03.430Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3452024-05-30T03:14:03.430Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3462024-05-30T03:14:03.431Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3472024-05-30T03:14:03.431ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3482024-05-30T03:14:03.431Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3492024-05-30T03:14:03.432Z+ mkdir -p out/downloads
3502024-05-30T03:14:03.432ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3512024-05-30T03:14:03.432Z+ mkdir -p ./out/clickhouse
3522024-05-30T03:14:03.432Z+ local DO_DOWNLOAD=true
3532024-05-30T03:14:03.432Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3542024-05-30T03:14:03.432Z+ '[' true == true ']'
3552024-05-30T03:14:03.432Z+ echo Downloading...
3562024-05-30T03:14:03.433ZDownloading...
3572024-05-30T03:14:03.433Z+ 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
3582024-05-30T03:14:03.433Z+ 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
3592024-05-30T03:14:05.272Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3602024-05-30T03:14:05.729Z++ md5sum
3612024-05-30T03:14:05.729Z++ awk '{print $1}'
3622024-05-30T03:14:05.729Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3632024-05-30T03:14:05.730Z+ [[ 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 ]]
3642024-05-30T03:14:05.730Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3652024-05-30T03:14:05.730Z+ mkdir -p ./out/clickhouse
3662024-05-30T03:14:05.730Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3672024-05-30T03:14:09.409Z+ [[ solaris2.11 == darwin* ]]
3682024-05-30T03:14:09.409Z+ ./out/clickhouse/clickhouse server --version
3692024-05-30T03:14:09.652ZClickHouse server version 23.8.7.1.
3702024-05-30T03:14:09.669Z+ set -o errexit
3712024-05-30T03:14:09.685Z+++ dirname ./tools/ci_download_console
3722024-05-30T03:14:09.685Z++ cd ./tools
3732024-05-30T03:14:09.685Z++ pwd
3742024-05-30T03:14:09.685Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3752024-05-30T03:14:09.685Z++ basename ./tools/ci_download_console
3762024-05-30T03:14:09.685Z+ ARG0=ci_download_console
3772024-05-30T03:14:09.685Z+ TARGET_DIR=out
3782024-05-30T03:14:09.685Z+ DOWNLOAD_DIR=out/downloads
3792024-05-30T03:14:09.685Z+ DEST_DIR=./out/console-assets
3802024-05-30T03:14:09.685Z+ source /work/oxidecomputer/omicron/tools/console_version
3812024-05-30T03:14:09.685Z++ COMMIT=a228b75ba35952b68c0b8b0892c452d4fc29467a
3822024-05-30T03:14:09.685Z++ SHA2=8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048
3832024-05-30T03:14:09.685Z+ URL=https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz
3842024-05-30T03:14:09.685Z+ TARBALL_FILE=out/downloads/console.tar.gz
3852024-05-30T03:14:09.685Z+ main
3862024-05-30T03:14:09.685Z+ [[ 0 != 0 ]]
3872024-05-30T03:14:09.685Z+ echo 'URL: https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz'
3882024-05-30T03:14:09.685Z+ echo 'Local file: out/downloads/console.tar.gz'
3892024-05-30T03:14:09.685ZURL: https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz
3902024-05-30T03:14:09.685ZLocal file: out/downloads/console.tar.gz
3912024-05-30T03:14:09.686Z+ local DO_DOWNLOAD=true
3922024-05-30T03:14:09.686Z+ [[ -f out/downloads/console.tar.gz ]]
3932024-05-30T03:14:09.686Z+ mkdir -p out/downloads
3942024-05-30T03:14:09.686Z+ '[' true == true ']'
3952024-05-30T03:14:09.686Z+ echo Downloading...
3962024-05-30T03:14:09.686ZDownloading...
3972024-05-30T03:14:09.686Z+ do_download_curl https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz out/downloads/console.tar.gz
3982024-05-30T03:14:09.686Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz
3992024-05-30T03:14:10.316Z++ do_sha256sum out/downloads/console.tar.gz
4002024-05-30T03:14:10.316Z++ case "$OSTYPE" in
4012024-05-30T03:14:10.316Z++ SHA=sha256sum
4022024-05-30T03:14:10.337Z++ sha256sum
4032024-05-30T03:14:10.338Z++ awk '{print $1}'
4042024-05-30T03:14:10.338Z+ calculated_sha2=8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048
4052024-05-30T03:14:10.338Z+ [[ 8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048 != \8\d\5\b\0\6\6\8\0\e\5\9\8\6\b\6\3\3\b\3\f\9\7\e\4\6\d\7\8\2\3\e\a\2\d\d\d\f\2\b\9\8\9\3\0\d\8\c\6\a\4\f\7\d\c\1\e\b\3\8\2\0\4\8 ]]
4062024-05-30T03:14:10.338Z+ rm -rf ./out/console-assets
4072024-05-30T03:14:10.339Z+ mkdir -p ./out/console-assets
4082024-05-30T03:14:10.339Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4092024-05-30T03:14:10.339Z+ mkdir -p ./out/console-assets
4102024-05-30T03:14:10.339Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4112024-05-30T03:14:10.429Z+ set -o errexit
4122024-05-30T03:14:10.450Z+++ dirname ./tools/ci_download_dendrite_openapi
4132024-05-30T03:14:10.451Z++ cd ./tools
4142024-05-30T03:14:10.451Z++ pwd
4152024-05-30T03:14:10.451Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4162024-05-30T03:14:10.451Z++ basename ./tools/ci_download_dendrite_openapi
4172024-05-30T03:14:10.451Z+ ARG0=ci_download_dendrite_openapi
4182024-05-30T03:14:10.451Z+ TARGET_DIR=out
4192024-05-30T03:14:10.451Z+ DOWNLOAD_DIR=out/downloads
4202024-05-30T03:14:10.451Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4212024-05-30T03:14:10.451Z++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4222024-05-30T03:14:10.452Z++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4232024-05-30T03:14:10.452Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json
4242024-05-30T03:14:10.452Z+ LOCAL_FILE=out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4252024-05-30T03:14:10.452Z+ main
4262024-05-30T03:14:10.452Z+ [[ 0 != 0 ]]
4272024-05-30T03:14:10.452Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json'
4282024-05-30T03:14:10.452ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json
4292024-05-30T03:14:10.453Z+ echo 'Local file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json'
4302024-05-30T03:14:10.453Z+ local DO_DOWNLOAD=true
4312024-05-30T03:14:10.453ZLocal file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4322024-05-30T03:14:10.453Z+ [[ -f out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json ]]
4332024-05-30T03:14:10.453Z+ mkdir -p out/downloads
4342024-05-30T03:14:10.453Z+ '[' true == true ']'
4352024-05-30T03:14:10.453Z+ echo Downloading...
4362024-05-30T03:14:10.453ZDownloading...
4372024-05-30T03:14:10.454Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4382024-05-30T03:14:10.454Z+ 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
4392024-05-30T03:14:13.495Z++ do_sha256sum out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4402024-05-30T03:14:13.495Z++ case "$OSTYPE" in
4412024-05-30T03:14:13.495Z++ SHA=sha256sum
4422024-05-30T03:14:13.559Z++ sha256sum
4432024-05-30T03:14:13.559Z++ awk '{print $1}'
4442024-05-30T03:14:13.560Z+ calculated_sha2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4452024-05-30T03:14:13.560Z+ [[ 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 ]]
4462024-05-30T03:14:13.560Z+ set -o errexit
4472024-05-30T03:14:13.560Z+++ dirname ./tools/ci_download_dendrite_stub
4482024-05-30T03:14:13.560Z++ cd ./tools
4492024-05-30T03:14:13.560Z++ pwd
4502024-05-30T03:14:13.560Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4512024-05-30T03:14:13.560Z++ basename ./tools/ci_download_dendrite_stub
4522024-05-30T03:14:13.561Z+ ARG0=ci_download_dendrite_stub
4532024-05-30T03:14:13.561Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4542024-05-30T03:14:13.561Z++ CIDL_SHA256_ILLUMOS=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
4552024-05-30T03:14:13.561Z++ CIDL_SHA256_LINUX_DPD=fa38138db9ce1c2cababd11dd9ef1289295e4a8185c78372f6ff1a090c75a05b
4562024-05-30T03:14:13.561Z++ CIDL_SHA256_LINUX_SWADM=ebda6c0a8e29f40c389337fe2e37c1191eeeb34d729de7724b6d707bb6c9a882
4572024-05-30T03:14:13.561Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4582024-05-30T03:14:13.561Z++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4592024-05-30T03:14:13.561Z++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4602024-05-30T03:14:13.561Z+ TARGET_DIR=out
4612024-05-30T03:14:13.562Z+ DOWNLOAD_DIR=out/downloads
4622024-05-30T03:14:13.562Z+ DEST_DIR=./out/dendrite-stub
4632024-05-30T03:14:13.562Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4642024-05-30T03:14:13.562Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4652024-05-30T03:14:13.562Z+ REPO=oxidecomputer/dendrite
4662024-05-30T03:14:13.562Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4672024-05-30T03:14:13.562Z+ main
4682024-05-30T03:14:13.562Z+ [[ 0 != 0 ]]
4692024-05-30T03:14:13.562Z+ CIDL_OS=solaris2.11
4702024-05-30T03:14:13.562Z+ [[ 0 != 0 ]]
4712024-05-30T03:14:13.562Z+ configure_os solaris2.11
4722024-05-30T03:14:13.562Z+ echo 'current directory: /work/oxidecomputer/omicron'
4732024-05-30T03:14:13.563Z+ echo 'configuring based on OS: "solaris2.11"'
4742024-05-30T03:14:13.563Zcurrent directory: /work/oxidecomputer/omicron
4752024-05-30T03:14:13.563Zconfiguring based on OS: "solaris2.11"
4762024-05-30T03:14:13.563Z+ case "$1" in
4772024-05-30T03:14:13.563Z+ SET_BINARIES=
4782024-05-30T03:14:13.563Z+ CIDL_SHA256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
4792024-05-30T03:14:13.563Z+ CIDL_SHA256FUNC=do_sha256sum
4802024-05-30T03:14:13.563Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
4812024-05-30T03:14:13.564Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz
4822024-05-30T03:14:13.564Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
4832024-05-30T03:14:13.564Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz'
4842024-05-30T03:14:13.564ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz
4852024-05-30T03:14:13.564Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
4862024-05-30T03:14:13.564Z+ mkdir -p out/downloads
4872024-05-30T03:14:13.564ZLocal file: out/downloads/dendrite-stub.tar.gz
4882024-05-30T03:14:13.564Z+ mkdir -p ./out/dendrite-stub
4892024-05-30T03:14:13.564Z+ fetch_and_verify
4902024-05-30T03:14:13.564Z+ local DO_DOWNLOAD=true
4912024-05-30T03:14:13.565Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
4922024-05-30T03:14:13.565Z+ '[' true == true ']'
4932024-05-30T03:14:13.565Z+ echo Downloading...
4942024-05-30T03:14:13.565ZDownloading...
4952024-05-30T03:14:13.565Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
4962024-05-30T03:14:13.565Z+ 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
4972024-05-30T03:14:32.175Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
4982024-05-30T03:14:32.211Z++ sha256sum
4992024-05-30T03:14:32.211Z++ awk '{print $1}'
5002024-05-30T03:14:32.238Z+ calculated_sha256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
5012024-05-30T03:14:32.238Z+ [[ 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 ]]
5022024-05-30T03:14:32.238Z+ do_untar out/downloads/dendrite-stub.tar.gz
5032024-05-30T03:14:32.238Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5042024-05-30T03:14:32.842Z+ do_assemble
5052024-05-30T03:14:32.842Z+ rm -r ./out/dendrite-stub
5062024-05-30T03:14:32.858Z+ mkdir ./out/dendrite-stub
5072024-05-30T03:14:32.858Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5082024-05-30T03:14:32.924Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5092024-05-30T03:14:32.937Z+ set -o errexit
5102024-05-30T03:14:32.952Z+++ dirname ./tools/ci_download_maghemite_mgd
5112024-05-30T03:14:32.952Z++ cd ./tools
5122024-05-30T03:14:32.952Z++ pwd
5132024-05-30T03:14:32.953Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5142024-05-30T03:14:32.953Z++ basename ./tools/ci_download_maghemite_mgd
5152024-05-30T03:14:32.953Z+ ARG0=ci_download_maghemite_mgd
5162024-05-30T03:14:32.953Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5172024-05-30T03:14:32.953Z++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5182024-05-30T03:14:32.953Z++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19
5192024-05-30T03:14:32.954Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5202024-05-30T03:14:32.954Z++ COMMIT=23b0cf439f9f62b9a4933e55cc72bcaddc9596cd
5212024-05-30T03:14:32.954Z++ SHA2=fdb33ee7425923560534672264008ef8948d227afce948ab704de092ad72157c
5222024-05-30T03:14:32.954Z+ TARGET_DIR=out
5232024-05-30T03:14:32.954Z+ DOWNLOAD_DIR=out/downloads
5242024-05-30T03:14:32.955Z+ DEST_DIR=./out/mgd
5252024-05-30T03:14:32.955Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5262024-05-30T03:14:32.955Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5272024-05-30T03:14:32.956Z+ REPO=oxidecomputer/maghemite
5282024-05-30T03:14:32.956Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd
5292024-05-30T03:14:32.956Z+ main
5302024-05-30T03:14:32.956Z+ rm -rf out/downloads/root
5312024-05-30T03:14:32.977Z+ [[ 0 != 0 ]]
5322024-05-30T03:14:32.977Z+ CIDL_OS=solaris2.11
5332024-05-30T03:14:32.978Z+ [[ 0 != 0 ]]
5342024-05-30T03:14:32.978Z+ configure_os solaris2.11
5352024-05-30T03:14:32.978Z+ echo 'current directory: /work/oxidecomputer/omicron'
5362024-05-30T03:14:32.978Zcurrent directory: /work/oxidecomputer/omicron
5372024-05-30T03:14:32.978Z+ echo 'configuring based on OS: "solaris2.11"'
5382024-05-30T03:14:32.979Zconfiguring based on OS: "solaris2.11"
5392024-05-30T03:14:32.979Z+ case "$1" in
5402024-05-30T03:14:32.979Z+ SET_BINARIES=
5412024-05-30T03:14:32.980Z+ CIDL_SHA256FUNC=do_sha256sum
5422024-05-30T03:14:32.980Z+ TARBALL_FILENAME=mgd.tar.gz
5432024-05-30T03:14:32.980Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz
5442024-05-30T03:14:32.980Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5452024-05-30T03:14:32.981Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz'
5462024-05-30T03:14:32.981Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5472024-05-30T03:14:32.981ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz
5482024-05-30T03:14:32.982ZLocal file: out/downloads/mgd.tar.gz
5492024-05-30T03:14:32.982Z+ mkdir -p out/downloads
5502024-05-30T03:14:32.982Z+ mkdir -p ./out/mgd
5512024-05-30T03:14:32.982Z+ fetch_and_verify
5522024-05-30T03:14:32.983Z+ local DO_DOWNLOAD=true
5532024-05-30T03:14:32.983Z+ [[ -f out/downloads/mgd.tar.gz ]]
5542024-05-30T03:14:32.983Z+ '[' true == true ']'
5552024-05-30T03:14:32.984Z+ echo Downloading...
5562024-05-30T03:14:32.984ZDownloading...
5572024-05-30T03:14:32.984Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz out/downloads/mgd.tar.gz
5582024-05-30T03:14:32.984Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz
5592024-05-30T03:15:16.158Z++ do_sha256sum out/downloads/mgd.tar.gz
5602024-05-30T03:15:16.188Z++ sha256sum
5612024-05-30T03:15:16.188Z++ awk '{print $1}'
5622024-05-30T03:15:16.613Z+ calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5632024-05-30T03:15:16.613Z+ [[ 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 ]]
5642024-05-30T03:15:16.614Z+ do_untar out/downloads/mgd.tar.gz
5652024-05-30T03:15:16.614Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
5662024-05-30T03:15:16.770Z+ do_assemble
5672024-05-30T03:15:16.771Z+ rm -r ./out/mgd
5682024-05-30T03:15:16.788Z+ mkdir ./out/mgd
5692024-05-30T03:15:16.788Z+ cp -r out/downloads/root ./out/mgd/root
5702024-05-30T03:15:16.851Z+ set -o errexit
5712024-05-30T03:15:17.270Z+++ dirname ./tools/ci_download_transceiver_control
5722024-05-30T03:15:17.270Z++ cd ./tools
5732024-05-30T03:15:17.270Z++ pwd
5742024-05-30T03:15:17.270Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5752024-05-30T03:15:17.270Z++ basename ./tools/ci_download_transceiver_control
5762024-05-30T03:15:17.270Z+ ARG0=ci_download_transceiver_control
5772024-05-30T03:15:17.270Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5782024-05-30T03:15:17.270Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5792024-05-30T03:15:17.271Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5802024-05-30T03:15:17.271Z+ TARGET_DIR=out
5812024-05-30T03:15:17.271Z+ DOWNLOAD_DIR=out/downloads
5822024-05-30T03:15:17.271Z+ DEST_DIR=./out/transceiver-control
5832024-05-30T03:15:17.271Z+ BIN_DIR=/opt/oxide/bin
5842024-05-30T03:15:17.271Z+ BINARY=xcvradm
5852024-05-30T03:15:17.272Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5862024-05-30T03:15:17.272Z+ REPO=oxidecomputer/transceiver-control
5872024-05-30T03:15:17.272Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5882024-05-30T03:15:17.272Z+ main
5892024-05-30T03:15:17.272Z+ [[ 0 != 0 ]]
5902024-05-30T03:15:17.272Z+ CIDL_OS=solaris2.11
5912024-05-30T03:15:17.272Z+ [[ 0 != 0 ]]
5922024-05-30T03:15:17.273Z+ configure_os solaris2.11
5932024-05-30T03:15:17.273Z+ echo 'current directory: /work/oxidecomputer/omicron'
5942024-05-30T03:15:17.273Zcurrent directory: /work/oxidecomputer/omicron
5952024-05-30T03:15:17.273Zconfiguring based on OS: "solaris2.11"
5962024-05-30T03:15:17.273Z+ echo 'configuring based on OS: "solaris2.11"'
5972024-05-30T03:15:17.273Z+ case "$1" in
5982024-05-30T03:15:17.274Z+ SET_BINARIES=
5992024-05-30T03:15:17.274Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6002024-05-30T03:15:17.274Z+ CIDL_SHA256FUNC=do_sha256sum
6012024-05-30T03:15:17.274Z+ ARCHIVE_FILENAME=xcvradm.gz
6022024-05-30T03:15:17.274Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6032024-05-30T03:15:17.274Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6042024-05-30T03:15:17.275Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6052024-05-30T03:15:17.275ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6062024-05-30T03:15:17.275ZLocal file: out/downloads/xcvradm.gz
6072024-05-30T03:15:17.275Z+ echo 'Local file: out/downloads/xcvradm.gz'
6082024-05-30T03:15:17.275Z+ mkdir -p out/downloads
6092024-05-30T03:15:17.275Z+ mkdir -p ./out/transceiver-control
6102024-05-30T03:15:17.276Z+ fetch_and_verify
6112024-05-30T03:15:17.276Z+ local DO_DOWNLOAD=true
6122024-05-30T03:15:17.276Z+ [[ -f out/downloads/xcvradm.gz ]]
6132024-05-30T03:15:17.276Z+ '[' true == true ']'
6142024-05-30T03:15:17.276Z+ echo Downloading...
6152024-05-30T03:15:17.277ZDownloading...
6162024-05-30T03:15:17.277Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6172024-05-30T03:15:17.277Z+ 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
6182024-05-30T03:15:23.917Z++ do_sha256sum out/downloads/xcvradm.gz
6192024-05-30T03:15:23.935Z++ sha256sum
6202024-05-30T03:15:23.935Z++ awk '{print $1}'
6212024-05-30T03:15:23.935Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6222024-05-30T03:15:23.935Z+ [[ 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 ]]
6232024-05-30T03:15:23.935Z+ do_unpack out/downloads/xcvradm.gz
6242024-05-30T03:15:23.935Z+ mkdir -p out/downloads/root//opt/oxide/bin
6252024-05-30T03:15:23.936Z+ gzip -dc out/downloads/xcvradm.gz
6262024-05-30T03:15:24.051Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6272024-05-30T03:15:24.059Z+ do_assemble
6282024-05-30T03:15:24.059Z+ rm -r ./out/transceiver-control
6292024-05-30T03:15:24.059Z+ mkdir ./out/transceiver-control
6302024-05-30T03:15:24.059Z+ cp -r out/downloads/root ./out/transceiver-control/root
6312024-05-30T03:15:24.128Z+ set -o errexit
6322024-05-30T03:15:24.132Z+++ dirname ./tools/ci_download_thundermuffin
6332024-05-30T03:15:24.132Z++ cd ./tools
6342024-05-30T03:15:24.136Z++ pwd
6352024-05-30T03:15:24.136Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6362024-05-30T03:15:24.136Z++ basename ./tools/ci_download_thundermuffin
6372024-05-30T03:15:24.136Z+ ARG0=ci_download_thundermuffin
6382024-05-30T03:15:24.136Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
6392024-05-30T03:15:24.136Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6402024-05-30T03:15:24.136Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
6412024-05-30T03:15:24.137Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
6422024-05-30T03:15:24.137Z+ TARGET_DIR=out
6432024-05-30T03:15:24.137Z+ DOWNLOAD_DIR=out/downloads
6442024-05-30T03:15:24.137Z+ DEST_DIR=./out/thundermuffin
6452024-05-30T03:15:24.137Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
6462024-05-30T03:15:24.137Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6472024-05-30T03:15:24.137Z+ REPO=oxidecomputer/thundermuffin
6482024-05-30T03:15:24.137Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
6492024-05-30T03:15:24.137Z+ main
6502024-05-30T03:15:24.137Z+ rm -rf out/downloads/root
6512024-05-30T03:15:24.143Z+ [[ 0 != 0 ]]
6522024-05-30T03:15:24.143Z+ CIDL_OS=solaris2.11
6532024-05-30T03:15:24.147Z+ [[ 0 != 0 ]]
6542024-05-30T03:15:24.147Z+ configure_os solaris2.11
6552024-05-30T03:15:24.147Z+ echo 'current directory: /work/oxidecomputer/omicron'
6562024-05-30T03:15:24.147Zcurrent directory: /work/oxidecomputer/omicron
6572024-05-30T03:15:24.147Z+ echo 'configuring based on OS: "solaris2.11"'
6582024-05-30T03:15:24.148Zconfiguring based on OS: "solaris2.11"
6592024-05-30T03:15:24.148Z+ case "$1" in
6602024-05-30T03:15:24.148Z+ SET_BINARIES=
6612024-05-30T03:15:24.148Z+ CIDL_SHA256FUNC=do_sha256sum
6622024-05-30T03:15:24.148Z+ TARBALL_FILENAME=thundermuffin.tar.gz
6632024-05-30T03:15:24.148Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6642024-05-30T03:15:24.148Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
6652024-05-30T03:15:24.148Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
6662024-05-30T03:15:24.148ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6672024-05-30T03:15:24.148Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
6682024-05-30T03:15:24.148Z+ mkdir -p out/downloads
6692024-05-30T03:15:24.148ZLocal file: out/downloads/thundermuffin.tar.gz
6702024-05-30T03:15:24.148Z+ mkdir -p ./out/thundermuffin
6712024-05-30T03:15:24.153Z+ fetch_and_verify
6722024-05-30T03:15:24.153Z+ local DO_DOWNLOAD=true
6732024-05-30T03:15:24.154Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
6742024-05-30T03:15:24.154Z+ '[' true == true ']'
6752024-05-30T03:15:24.154Z+ echo Downloading...
6762024-05-30T03:15:24.154ZDownloading...
6772024-05-30T03:15:24.154Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
6782024-05-30T03:15:24.154Z+ 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
6792024-05-30T03:15:26.662Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
6802024-05-30T03:15:27.098Z++ sha256sum
6812024-05-30T03:15:27.099Z++ awk '{print $1}'
6822024-05-30T03:15:27.099Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6832024-05-30T03:15:27.099Z+ [[ 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 ]]
6842024-05-30T03:15:27.099Z+ do_untar out/downloads/thundermuffin.tar.gz
6852024-05-30T03:15:27.099Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
6862024-05-30T03:15:27.099Z+ do_assemble
6872024-05-30T03:15:27.099Z+ rm -r ./out/thundermuffin
6882024-05-30T03:15:27.100Z+ mkdir ./out/thundermuffin
6892024-05-30T03:15:27.100Z+ cp -r out/downloads/root ./out/thundermuffin/root
6902024-05-30T03:15:27.100ZAll prerequisites installed successfully
6912024-05-30T03:15:27.100Z
6922024-05-30T03:15:27.100Zreal 3:07.641849993
6932024-05-30T03:15:27.100Zuser 38.547020046
6942024-05-30T03:15:27.100Zsys 6.984787709
6952024-05-30T03:15:27.100Ztrap 0.009652811
6962024-05-30T03:15:27.100Ztflt 0.322658251
6972024-05-30T03:15:27.100Zdflt 0.418491536
6982024-05-30T03:15:27.100Zkflt 0.319960034
6992024-05-30T03:15:27.101Zlock 1.362668158
7002024-05-30T03:15:27.101Zslp 7:07.406649760
7012024-05-30T03:15:27.101Zlat 2.021578408
7022024-05-30T03:15:27.101Zstop 0.160662210
7032024-05-30T03:15:27.101Z+ ptime -m ./tools/ci_download_softnpu_machinery
7042024-05-30T03:15:27.101Zfetching npuzone
7052024-05-30T03:15:27.101ZEnsuring oxidecomputer/softnpu/image/npuzone in out/npuzone
7062024-05-30T03:15:27.101Z (commit: 3203c51cf4473d30991b522062ac0df2e045c2f2)
7072024-05-30T03:15:27.102ZGetting hash for npuzone
7082024-05-30T03:15:27.102Z (hash: 36095c7f9d613b9208415aeb67335836a25f72eed2f7a41931ba7d91ddb00568)
7092024-05-30T03:15:40.034Znpuzone downloaded successfully
7102024-05-30T03:15:40.052Z
7112024-05-30T03:15:40.053Zreal 13.289086899
7122024-05-30T03:15:40.053Zuser 0.282076447
7132024-05-30T03:15:40.053Zsys 0.106716296
7142024-05-30T03:15:40.053Ztrap 0.000042456
7152024-05-30T03:15:40.053Ztflt 0.000000000
7162024-05-30T03:15:40.053Zdflt 0.000002489
7172024-05-30T03:15:40.053Zkflt 0.000000000
7182024-05-30T03:15:40.054Zlock 0.000000000
7192024-05-30T03:15:40.054Zslp 39.373897593
7202024-05-30T03:15:40.054Zlat 0.074320138
7212024-05-30T03:15:40.054Zstop 0.000174659
7222024-05-30T03:15:40.054Z+ export CARGO_INCREMENTAL=0
7232024-05-30T03:15:40.054Z+ CARGO_INCREMENTAL=0
7242024-05-30T03:15:40.054Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
7252024-05-30T03:15:40.280Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7262024-05-30T03:15:41.008Z Updating git repository `https://github.com/oxidecomputer/zone`
7272024-05-30T03:15:41.045Z Updating crates.io index
7282024-05-30T03:15:41.046Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7292024-05-30T03:15:41.580Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7302024-05-30T03:15:42.266Z Updating git repository `https://github.com/oxidecomputer/oxnet`
7312024-05-30T03:15:42.572Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7322024-05-30T03:15:44.673Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7332024-05-30T03:15:45.130Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7342024-05-30T03:15:45.396Z Updating git repository `https://github.com/oxidecomputer/propolis`
7352024-05-30T03:15:46.420Z Updating git repository `https://github.com/oxidecomputer/crucible`
7362024-05-30T03:15:48.323Z Updating git repository `https://github.com/oxidecomputer/opte`
7372024-05-30T03:15:49.192Z Updating git repository `https://github.com/oxidecomputer/falcon`
7382024-05-30T03:15:49.919Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7392024-05-30T03:15:50.462Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7402024-05-30T03:15:50.778Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7412024-05-30T03:15:51.139Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7422024-05-30T03:15:51.445Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7432024-05-30T03:15:51.722Z Updating git repository `http://github.com/oxidecomputer/tofino`
7442024-05-30T03:15:52.059Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7452024-05-30T03:15:52.364Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7462024-05-30T03:15:52.602Z Updating git repository `https://github.com/oxidecomputer/libnvme`
7472024-05-30T03:15:52.903Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7482024-05-30T03:15:53.202Z Updating git repository `https://github.com/oxidecomputer/ispf`
7492024-05-30T03:15:53.518Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7502024-05-30T03:15:53.860Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7512024-05-30T03:15:54.481Z Updating git repository `https://github.com/jgallagher/nix`
7522024-05-30T03:15:55.469Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7532024-05-30T03:15:55.785Z Updating git repository `https://github.com/cbiffle/hubpack.git`
7542024-05-30T03:15:56.060Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7552024-05-30T03:15:56.468Z Updating git repository `https://github.com/oxidecomputer/typify`
7562024-05-30T03:15:58.458Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7572024-05-30T03:15:58.777Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7582024-05-30T03:15:59.038Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7592024-05-30T03:15:59.533Z Updating git repository `https://github.com/oxidecomputer/rfb`
7602024-05-30T03:16:00.584Z Downloading crates ...
7612024-05-30T03:16:00.682Z Downloaded allocator-api2 v0.2.18
7622024-05-30T03:16:00.695Z Downloaded aead v0.5.2
7632024-05-30T03:16:00.696Z Downloaded anstream v0.6.14
7642024-05-30T03:16:00.696Z Downloaded anstyle-parse v0.2.4
7652024-05-30T03:16:00.708Z Downloaded crossbeam-deque v0.8.5
7662024-05-30T03:16:00.709Z Downloaded anstyle v1.0.7
7672024-05-30T03:16:00.709Z Downloaded adler v1.0.2
7682024-05-30T03:16:00.709Z Downloaded aho-corasick v1.1.3
7692024-05-30T03:16:00.724Z Downloaded ahash v0.8.11
7702024-05-30T03:16:00.724Z Downloaded addr2line v0.21.0
7712024-05-30T03:16:00.725Z Downloaded anyhow v1.0.83
7722024-05-30T03:16:01.153Z Downloaded async-trait v0.1.80
7732024-05-30T03:16:01.153Z Downloaded autocfg v1.3.0
7742024-05-30T03:16:01.153Z Downloaded argon2 v0.5.3
7752024-05-30T03:16:01.153Z Downloaded hubpack_derive v0.1.1
7762024-05-30T03:16:01.153Z Downloaded hashbrown v0.13.2
7772024-05-30T03:16:01.153Z Downloaded ascii-canvas v3.0.0
7782024-05-30T03:16:01.153Z Downloaded hostname v0.4.0
7792024-05-30T03:16:01.153Z Downloaded bitflags v1.3.2
7802024-05-30T03:16:01.167Z Downloaded bitfield v0.14.0
7812024-05-30T03:16:01.167Z Downloaded hashbrown v0.12.3
7822024-05-30T03:16:01.168Z Downloaded bitflags v2.5.0
7832024-05-30T03:16:01.168Z Downloaded httpdate v1.0.3
7842024-05-30T03:16:01.168Z Downloaded httparse v1.8.0
7852024-05-30T03:16:01.168Z Downloaded http-body v0.4.6
7862024-05-30T03:16:01.168Z Downloaded heck v0.4.1
7872024-05-30T03:16:01.168Z Downloaded hex v0.4.3
7882024-05-30T03:16:01.168Z Downloaded heck v0.3.3
7892024-05-30T03:16:01.168Z Downloaded hostname v0.3.1
7902024-05-30T03:16:01.168Z Downloaded bindgen v0.69.4
7912024-05-30T03:16:01.168Z Downloaded bcs v0.1.6
7922024-05-30T03:16:01.168Z Downloaded atomic-waker v1.1.2
7932024-05-30T03:16:01.168Z Downloaded http v1.1.0
7942024-05-30T03:16:01.169Z Downloaded hubpack v0.1.2
7952024-05-30T03:16:01.169Z Downloaded http v0.2.12
7962024-05-30T03:16:01.169Z Downloaded home v0.5.9
7972024-05-30T03:16:01.169Z Downloaded bitvec v1.0.1
7982024-05-30T03:16:01.169Z Downloaded http-range v0.1.5
7992024-05-30T03:16:01.169Z Downloaded ident_case v1.0.1
8002024-05-30T03:16:01.169Z Downloaded bitstruct v0.1.1
8012024-05-30T03:16:01.169Z Downloaded atomicwrites v0.4.3
8022024-05-30T03:16:01.169Z Downloaded highway v1.1.0
8032024-05-30T03:16:01.169Z Downloaded hashbrown v0.14.5
8042024-05-30T03:16:01.169Z Downloaded match_cfg v0.1.0
8052024-05-30T03:16:01.169Z Downloaded backtrace v0.3.71
8062024-05-30T03:16:01.170Z Downloaded async-stream v0.3.5
8072024-05-30T03:16:01.170Z Downloaded newline-converter v0.3.0
8082024-05-30T03:16:01.170Z Downloaded is-terminal v0.4.12
8092024-05-30T03:16:01.170Z Downloaded camino-tempfile v1.1.1
8102024-05-30T03:16:01.170Z Downloaded newtype_derive v0.1.6
8112024-05-30T03:16:01.170Z Downloaded mockall v0.12.1
8122024-05-30T03:16:01.170Z Downloaded matches v0.1.10
8132024-05-30T03:16:01.170Z Downloaded keccak v0.1.5
8142024-05-30T03:16:01.170Z Downloaded cargo_metadata v0.18.1
8152024-05-30T03:16:01.170Z Downloaded impl-trait-for-tuples v0.2.2
8162024-05-30T03:16:01.170Z Downloaded new_debug_unreachable v1.0.6
8172024-05-30T03:16:01.170Z Downloaded lazycell v1.3.0
8182024-05-30T03:16:01.170Z Downloaded lazy_static v1.4.0
8192024-05-30T03:16:01.171Z Downloaded ipnetwork v0.20.0
8202024-05-30T03:16:01.171Z Downloaded itoa v1.0.11
8212024-05-30T03:16:01.171Z Downloaded inout v0.1.3
8222024-05-30T03:16:01.171Z Downloaded hyper-tls v0.5.0
8232024-05-30T03:16:01.171Z Downloaded bzip2 v0.4.4
8242024-05-30T03:16:01.171Z Downloaded cfg_aliases v0.1.1
8252024-05-30T03:16:01.171Z Downloaded newtype-uuid v1.1.0
8262024-05-30T03:16:01.171Z Downloaded macaddr v1.0.1
8272024-05-30T03:16:01.171Z Downloaded lru v0.12.3
8282024-05-30T03:16:01.171Z Downloaded libefi-sys v0.1.0
8292024-05-30T03:16:01.171Z Downloaded lalrpop-util v0.19.12
8302024-05-30T03:16:01.171Z Downloaded ciborium-ll v0.2.2
8312024-05-30T03:16:01.171Z Downloaded md-5 v0.10.6
8322024-05-30T03:16:01.171Z Downloaded nanorand v0.7.0
8332024-05-30T03:16:01.171Z Downloaded maplit v1.0.2
8342024-05-30T03:16:01.172Z Downloaded blake3 v1.5.1
8352024-05-30T03:16:01.172Z Downloaded lru-cache v0.1.2
8362024-05-30T03:16:01.172Z Downloaded usdt-attr-macro v0.5.0
8372024-05-30T03:16:01.172Z Downloaded waitgroup v0.1.2
8382024-05-30T03:16:01.172Z Downloaded camino v1.1.7
8392024-05-30T03:16:01.172Z Downloaded convert_case v0.4.0
8402024-05-30T03:16:01.172Z Downloaded bytecount v0.6.8
8412024-05-30T03:16:01.172Z Downloaded time-core v0.1.2
8422024-05-30T03:16:01.172Z Downloaded mime v0.3.17
8432024-05-30T03:16:01.172Z Downloaded memmap v0.7.0
8442024-05-30T03:16:01.172Z Downloaded cookie_store v0.20.0
8452024-05-30T03:16:01.172Z Downloaded cobs v0.2.3
8462024-05-30T03:16:01.172Z Downloaded linear-map v1.2.0
8472024-05-30T03:16:01.172Z Downloaded rtoolbox v0.0.2
8482024-05-30T03:16:01.172Z Downloaded slab v0.4.9
8492024-05-30T03:16:01.172Z Downloaded siphasher v0.3.11
8502024-05-30T03:16:01.173Z Downloaded serde-big-array v0.5.1
8512024-05-30T03:16:01.173Z Downloaded lock_api v0.4.12
8522024-05-30T03:16:01.173Z Downloaded hyper-staticfile v0.9.5
8532024-05-30T03:16:01.173Z Downloaded crc v3.2.1
8542024-05-30T03:16:01.173Z Downloaded multer v3.1.0
8552024-05-30T03:16:01.173Z Downloaded clap_derive v4.5.4
8562024-05-30T03:16:01.173Z Downloaded nodrop v0.1.14
8572024-05-30T03:16:01.173Z Downloaded native-tls v0.2.11
8582024-05-30T03:16:01.174Z Downloaded libloading v0.8.3
8592024-05-30T03:16:01.174Z Downloaded ipnet v2.9.0
8602024-05-30T03:16:01.174Z Downloaded tiny-keccak v2.0.2
8612024-05-30T03:16:01.174Z Downloaded synstructure v0.12.6
8622024-05-30T03:16:01.174Z Downloaded strip-ansi-escapes v0.2.0
8632024-05-30T03:16:01.174Z Downloaded sigpipe v0.1.3
8642024-05-30T03:16:01.175Z Downloaded ref-cast-impl v1.0.23
8652024-05-30T03:16:01.175Z Downloaded indoc v2.0.5
8662024-05-30T03:16:01.175Z Downloaded iana-time-zone v0.1.60
8672024-05-30T03:16:01.175Z Downloaded opaque-debug v0.3.1
8682024-05-30T03:16:01.175Z Downloaded peg-runtime v0.8.3
8692024-05-30T03:16:01.175Z Downloaded fxhash v0.2.1
8702024-05-30T03:16:01.176Z Downloaded foreign-types-shared v0.3.1
8712024-05-30T03:16:01.176Z Downloaded serde_plain v1.0.2
8722024-05-30T03:16:01.176Z Downloaded scheduled-thread-pool v0.2.7
8732024-05-30T03:16:01.176Z Downloaded zone_cfg_derive v0.1.2
8742024-05-30T03:16:01.176Z Downloaded zone v0.1.8
8752024-05-30T03:16:01.176Z Downloaded vte_generate_state_changes v0.1.1
8762024-05-30T03:16:01.176Z Downloaded wait-timeout v0.2.0
8772024-05-30T03:16:01.177Z Downloaded number_prefix v0.4.0
8782024-05-30T03:16:01.177Z Downloaded utf-8 v0.7.6
8792024-05-30T03:16:01.177Z Downloaded crc32fast v1.4.0
8802024-05-30T03:16:01.213Z Downloaded cookie v0.17.0
8812024-05-30T03:16:01.213Z Downloaded phf_shared v0.10.0
8822024-05-30T03:16:01.213Z Downloaded shell-words v1.1.0
8832024-05-30T03:16:01.214Z Downloaded log v0.4.21
8842024-05-30T03:16:01.214Z Downloaded serde_path_to_error v0.1.16
8852024-05-30T03:16:01.214Z Downloaded secrecy v0.8.0
8862024-05-30T03:16:01.214Z Downloaded mime_guess v2.0.4
8872024-05-30T03:16:01.214Z Downloaded swrite v0.1.0
8882024-05-30T03:16:01.214Z Downloaded supports-color v3.0.0
8892024-05-30T03:16:01.214Z Downloaded clap v4.5.4
8902024-05-30T03:16:01.214Z Downloaded const-oid v0.9.6
8912024-05-30T03:16:01.214Z Downloaded fd-lock v4.0.2
8922024-05-30T03:16:01.215Z Downloaded version_check v0.9.4
8932024-05-30T03:16:01.215Z Downloaded embedded-io v0.4.0
8942024-05-30T03:16:01.215Z Downloaded deranged v0.3.11
8952024-05-30T03:16:01.215Z Downloaded curve25519-dalek-derive v0.1.1
8962024-05-30T03:16:01.215Z Downloaded futures-task v0.3.30
8972024-05-30T03:16:01.215Z Downloaded try-lock v0.2.5
8982024-05-30T03:16:01.215Z Downloaded getopts v0.2.21
8992024-05-30T03:16:01.216Z Downloaded strum v0.26.2
9002024-05-30T03:16:01.216Z Downloaded parse-display v0.9.0
9012024-05-30T03:16:01.216Z Downloaded gethostname v0.4.3
9022024-05-30T03:16:01.216Z Downloaded generic-array v0.14.7
9032024-05-30T03:16:01.216Z Downloaded darling_macro v0.20.9
9042024-05-30T03:16:01.216Z Downloaded stability v0.2.0
9052024-05-30T03:16:01.217Z Downloaded phf_shared v0.11.2
9062024-05-30T03:16:01.217Z Downloaded usdt-attr-macro v0.3.5
9072024-05-30T03:16:01.217Z Downloaded pem v3.0.4
9082024-05-30T03:16:01.217Z Downloaded sqlparser_derive v0.2.2
9092024-05-30T03:16:01.217Z Downloaded console v0.15.8
9102024-05-30T03:16:01.218Z Downloaded proc-macro-crate v1.3.1
9112024-05-30T03:16:01.218Z Downloaded derive_builder v0.20.0
9122024-05-30T03:16:01.218Z Downloaded rpassword v7.3.1
9132024-05-30T03:16:01.218Z Downloaded chacha20poly1305 v0.10.1
9142024-05-30T03:16:01.218Z Downloaded derive_builder_core v0.20.0
9152024-05-30T03:16:01.218Z Downloaded socket2 v0.4.10
9162024-05-30T03:16:01.219Z Downloaded darling v0.20.9
9172024-05-30T03:16:01.219Z Downloaded resolv-conf v0.7.0
9182024-05-30T03:16:01.219Z Downloaded mockall_derive v0.12.1
9192024-05-30T03:16:01.219Z Downloaded futures-macro v0.3.30
9202024-05-30T03:16:01.219Z Downloaded der_derive v0.7.2
9212024-05-30T03:16:01.219Z Downloaded vte v0.11.1
9222024-05-30T03:16:01.220Z Downloaded vsss-rs v3.3.4
9232024-05-30T03:16:01.220Z Downloaded static_assertions v1.1.0
9242024-05-30T03:16:01.220Z Downloaded usdt v0.5.0
9252024-05-30T03:16:01.220Z Downloaded whoami v1.5.1
9262024-05-30T03:16:01.220Z Downloaded fixedbitset v0.4.2
9272024-05-30T03:16:01.220Z Downloaded toml v0.7.8
9282024-05-30T03:16:01.221Z Downloaded once_cell v1.19.0
9292024-05-30T03:16:01.221Z Downloaded normalize-line-endings v0.3.0
9302024-05-30T03:16:01.221Z Downloaded funty v2.0.0
9312024-05-30T03:16:01.221Z Downloaded similar v2.5.0
9322024-05-30T03:16:01.221Z Downloaded miniz_oxide v0.7.2
9332024-05-30T03:16:01.221Z Downloaded psl-types v2.0.11
9342024-05-30T03:16:01.222Z Downloaded proc-macro-error v1.0.4
9352024-05-30T03:16:01.222Z Downloaded unicode-linebreak v0.1.5
9362024-05-30T03:16:01.222Z Downloaded tinyvec_macros v0.1.1
9372024-05-30T03:16:01.222Z Downloaded take_mut v0.2.2
9382024-05-30T03:16:01.222Z Downloaded packed_struct_codegen v0.10.1
9392024-05-30T03:16:01.222Z Downloaded group v0.13.0
9402024-05-30T03:16:01.223Z Downloaded flagset v0.4.5
9412024-05-30T03:16:01.223Z Downloaded slog-term v2.9.1
9422024-05-30T03:16:01.223Z Downloaded unicode-ident v1.0.12
9432024-05-30T03:16:01.223Z Downloaded futures v0.3.30
9442024-05-30T03:16:01.223Z Downloaded indicatif v0.17.8
9452024-05-30T03:16:01.223Z Downloaded sha2 v0.10.8
9462024-05-30T03:16:01.224Z Downloaded errno v0.3.9
9472024-05-30T03:16:01.224Z Downloaded toolchain_find v0.4.0
9482024-05-30T03:16:01.224Z Downloaded defmt-macros v0.3.9
9492024-05-30T03:16:01.224Z Downloaded hash32 v0.3.1
9502024-05-30T03:16:01.224Z Downloaded fatfs v0.3.6
9512024-05-30T03:16:01.224Z Downloaded data-encoding v2.6.0
9522024-05-30T03:16:01.225Z Downloaded csv-core v0.1.11
9532024-05-30T03:16:01.225Z Downloaded tracing-core v0.1.32
9542024-05-30T03:16:01.225Z Downloaded serde_with_macros v3.8.1
9552024-05-30T03:16:01.225Z Downloaded quick-error v1.2.3
9562024-05-30T03:16:01.225Z Downloaded predicates-core v1.0.6
9572024-05-30T03:16:01.225Z Downloaded openssl-macros v0.1.1
9582024-05-30T03:16:01.226Z Downloaded dtrace-parser v0.2.0
9592024-05-30T03:16:01.226Z Downloaded diesel_table_macro_syntax v0.1.0
9602024-05-30T03:16:01.226Z Downloaded pretty-hex v0.4.1
9612024-05-30T03:16:01.226Z Downloaded pretty-hex v0.2.1
9622024-05-30T03:16:01.226Z Downloaded tui-tree-widget v0.19.0
9632024-05-30T03:16:01.226Z Downloaded precomputed-hash v0.1.1
9642024-05-30T03:16:01.226Z Downloaded serde_tokenstream v0.2.0
9652024-05-30T03:16:01.227Z Downloaded serde_tokenstream v0.1.7
9662024-05-30T03:16:01.227Z Downloaded schemars_derive v0.8.20
9672024-05-30T03:16:01.227Z Downloaded tower-service v0.3.2
9682024-05-30T03:16:01.227Z Downloaded tabwriter v1.4.0
9692024-05-30T03:16:01.227Z Downloaded crossbeam-channel v0.5.12
9702024-05-30T03:16:01.227Z Downloaded serde_derive_internals v0.29.1
9712024-05-30T03:16:01.227Z Downloaded mio v0.8.11
9722024-05-30T03:16:01.227Z Downloaded snafu v0.8.2
9732024-05-30T03:16:01.227Z Downloaded tabled_derive v0.7.0
9742024-05-30T03:16:01.227Z Downloaded unicase v2.7.0
9752024-05-30T03:16:01.227Z Downloaded signal-hook-tokio v0.3.1
9762024-05-30T03:16:01.228Z Downloaded topological-sort v0.2.2
9772024-05-30T03:16:01.228Z Downloaded nu-ansi-term v0.50.0
9782024-05-30T03:16:01.228Z Downloaded hash32 v0.2.1
9792024-05-30T03:16:01.228Z Downloaded packed_struct v0.10.1
9802024-05-30T03:16:01.250Z Downloaded scopeguard v1.2.0
9812024-05-30T03:16:01.250Z Downloaded glob v0.3.1
9822024-05-30T03:16:01.251Z Downloaded fs-err v2.11.0
9832024-05-30T03:16:01.251Z Downloaded display-error-chain v0.2.0
9842024-05-30T03:16:01.251Z Downloaded either v1.12.0
9852024-05-30T03:16:01.251Z Downloaded socket2 v0.5.7
9862024-05-30T03:16:01.251Z Downloaded derive_builder_macro v0.20.0
9872024-05-30T03:16:01.251Z Downloaded ena v0.14.3
9882024-05-30T03:16:01.251Z Downloaded num_enum_derive v0.5.11
9892024-05-30T03:16:01.251Z Downloaded serde-big-array v0.4.1
9902024-05-30T03:16:01.251Z Downloaded der v0.7.9
9912024-05-30T03:16:01.251Z Downloaded tracing v0.1.40
9922024-05-30T03:16:01.251Z Downloaded semver v0.1.20
9932024-05-30T03:16:01.251Z Downloaded rand_xorshift v0.3.0
9942024-05-30T03:16:01.251Z Downloaded cstr-argument v0.1.2
9952024-05-30T03:16:01.251Z Downloaded portpicker v0.1.1
9962024-05-30T03:16:01.251Z Downloaded serde_yaml v0.9.34+deprecated
9972024-05-30T03:16:01.251Z Downloaded tap v1.0.1
9982024-05-30T03:16:01.252Z Downloaded ron v0.8.1
9992024-05-30T03:16:01.252Z Downloaded rustls-pemfile v1.0.4
10002024-05-30T03:16:01.252Z Downloaded hkdf v0.12.4
10012024-05-30T03:16:01.252Z Downloaded untrusted v0.7.1
10022024-05-30T03:16:01.252Z Downloaded endian-type v0.1.2
10032024-05-30T03:16:01.252Z Downloaded crunchy v0.2.2
10042024-05-30T03:16:01.252Z Downloaded crucible-workspace-hack v0.1.0
10052024-05-30T03:16:01.252Z Downloaded globset v0.4.14
10062024-05-30T03:16:01.252Z Downloaded dtrace-parser v0.1.14
10072024-05-30T03:16:01.252Z Downloaded downcast v0.11.0
10082024-05-30T03:16:01.252Z Downloaded dirs-next v2.0.0
10092024-05-30T03:16:01.252Z Downloaded digest v0.10.7
10102024-05-30T03:16:01.252Z Downloaded dirs-sys-next v0.1.2
10112024-05-30T03:16:01.252Z Downloaded difflib v0.4.0
10122024-05-30T03:16:01.253Z Downloaded path-slash v0.1.5
10132024-05-30T03:16:01.253Z Downloaded usdt-macro v0.5.0
10142024-05-30T03:16:01.253Z Downloaded dof v0.1.5
10152024-05-30T03:16:01.253Z Downloaded zeroize_derive v1.4.2
10162024-05-30T03:16:01.253Z Downloaded xattr v1.3.1
10172024-05-30T03:16:01.253Z Downloaded prettyplease v0.2.20
10182024-05-30T03:16:01.283Z Downloaded termtree v0.4.1
10192024-05-30T03:16:01.283Z Downloaded num-conv v0.1.0
10202024-05-30T03:16:01.283Z Downloaded pem-rfc7468 v0.7.0
10212024-05-30T03:16:01.283Z Downloaded peg-macros v0.8.3
10222024-05-30T03:16:01.283Z Downloaded scroll_derive v0.12.0
10232024-05-30T03:16:01.283Z Downloaded parse-size v1.0.0
10242024-05-30T03:16:01.298Z Downloaded rsa v0.9.6
10252024-05-30T03:16:01.298Z Downloaded oso-derive v0.27.3
10262024-05-30T03:16:01.298Z Downloaded defmt-parser v0.3.4
10272024-05-30T03:16:01.298Z Downloaded darling_core v0.20.9
10282024-05-30T03:16:01.299Z Downloaded zip v0.6.6
10292024-05-30T03:16:01.299Z Downloaded equivalent v1.0.1
10302024-05-30T03:16:01.299Z Downloaded signature v1.6.4
10312024-05-30T03:16:01.299Z Downloaded thread-id v4.2.1
10322024-05-30T03:16:01.299Z Downloaded crypto-common v0.1.6
10332024-05-30T03:16:01.299Z Downloaded tokio-native-tls v0.3.1
10342024-05-30T03:16:01.299Z Downloaded libm v0.2.8
10352024-05-30T03:16:02.279Z Downloaded signature v2.2.0
10362024-05-30T03:16:02.280Z Downloaded paste v1.0.15
10372024-05-30T03:16:02.280Z Downloaded tokio-rustls v0.24.1
10382024-05-30T03:16:02.280Z Downloaded shlex v1.3.0
10392024-05-30T03:16:02.280Z Downloaded thiserror-impl-no-std v2.0.2
10402024-05-30T03:16:02.280Z Downloaded terminal_size v0.3.0
10412024-05-30T03:16:02.281Z Downloaded utf8parse v0.2.1
10422024-05-30T03:16:02.281Z Downloaded usdt v0.3.5
10432024-05-30T03:16:02.281Z Downloaded serde_urlencoded v0.7.1
10442024-05-30T03:16:02.281Z Downloaded steno v0.4.0
10452024-05-30T03:16:02.281Z Downloaded unicode-bidi v0.3.15
10462024-05-30T03:16:02.282Z Downloaded rustc-hash v1.1.0
10472024-05-30T03:16:02.282Z Downloaded parse-display-derive v0.9.0
10482024-05-30T03:16:02.282Z Downloaded uuid v1.8.0
10492024-05-30T03:16:02.282Z Downloaded time v0.3.36
10502024-05-30T03:16:02.282Z Downloaded scroll v0.12.0
10512024-05-30T03:16:02.282Z Downloaded termcolor v1.4.1
10522024-05-30T03:16:02.283Z Downloaded spin v0.5.2
10532024-05-30T03:16:02.283Z Downloaded num-iter v0.1.45
10542024-05-30T03:16:02.283Z Downloaded num-integer v0.1.46
10552024-05-30T03:16:02.283Z Downloaded password-hash v0.5.0
10562024-05-30T03:16:02.284Z Downloaded r2d2 v0.8.10
10572024-05-30T03:16:02.284Z Downloaded serde_arrays v0.1.0
10582024-05-30T03:16:02.284Z Downloaded textwrap v0.16.1
10592024-05-30T03:16:02.284Z Downloaded publicsuffix v2.2.3
10602024-05-30T03:16:02.284Z Downloaded futures-core v0.3.30
10612024-05-30T03:16:02.285Z Downloaded openssl-probe v0.1.5
10622024-05-30T03:16:02.285Z Downloaded unicode-normalization v0.1.23
10632024-05-30T03:16:02.285Z Downloaded want v0.3.1
10642024-05-30T03:16:02.285Z Downloaded pest_generator v2.7.10
10652024-05-30T03:16:02.285Z Downloaded zerocopy v0.3.2
10662024-05-30T03:16:02.286Z Downloaded slog v2.7.0
10672024-05-30T03:16:02.286Z Downloaded toml_datetime v0.6.6
10682024-05-30T03:16:02.286Z Downloaded diesel_derives v2.1.4
10692024-05-30T03:16:02.286Z Downloaded sqlformat v0.2.3
10702024-05-30T03:16:02.287Z Downloaded num_threads v0.1.7
10712024-05-30T03:16:02.287Z Downloaded rustc-demangle v0.1.24
10722024-05-30T03:16:02.287Z Downloaded num-complex v0.4.6
10732024-05-30T03:16:02.287Z Downloaded test-strategy v0.3.1
10742024-05-30T03:16:02.288Z Downloaded float-cmp v0.9.0
10752024-05-30T03:16:02.288Z Downloaded slog-bunyan v2.5.0
10762024-05-30T03:16:02.288Z Downloaded ppv-lite86 v0.2.17
10772024-05-30T03:16:02.288Z Downloaded futures-io v0.3.30
10782024-05-30T03:16:02.288Z Downloaded erased-serde v0.3.31
10792024-05-30T03:16:02.289Z Downloaded itertools v0.12.1
10802024-05-30T03:16:02.289Z Downloaded itertools v0.10.5
10812024-05-30T03:16:02.289Z Downloaded pkg-config v0.3.30
10822024-05-30T03:16:02.289Z Downloaded tls_codec_derive v0.4.1
10832024-05-30T03:16:02.290Z Downloaded slog-dtrace v0.3.0
10842024-05-30T03:16:02.290Z Downloaded wyz v0.5.1
10852024-05-30T03:16:02.290Z Downloaded tar v0.4.40
10862024-05-30T03:16:02.290Z Downloaded enum-as-inner v0.5.1
10872024-05-30T03:16:02.290Z Downloaded zeroize v1.7.0
10882024-05-30T03:16:02.290Z Downloaded which v4.4.2
10892024-05-30T03:16:02.291Z Downloaded serde_derive v1.0.202
10902024-05-30T03:16:02.291Z Downloaded signal-hook v0.3.17
10912024-05-30T03:16:02.291Z Downloaded slog-envlogger v2.2.0
10922024-05-30T03:16:02.291Z Downloaded sec1 v0.7.3
10932024-05-30T03:16:02.291Z Downloaded ref-cast v1.0.23
10942024-05-30T03:16:02.291Z Downloaded serde_json v1.0.117
10952024-05-30T03:16:02.292Z Downloaded serde-hex v0.1.0
10962024-05-30T03:16:02.292Z Downloaded num_cpus v1.16.0
10972024-05-30T03:16:02.292Z Downloaded form_urlencoded v1.2.1
10982024-05-30T03:16:02.292Z Downloaded untrusted v0.9.0
10992024-05-30T03:16:02.293Z Downloaded env_logger v0.9.3
11002024-05-30T03:16:02.293Z Downloaded num_enum v0.5.11
11012024-05-30T03:16:02.293Z Downloaded parking_lot_core v0.9.10
11022024-05-30T03:16:02.293Z Downloaded tokio-macros v2.2.0
11032024-05-30T03:16:02.294Z Downloaded openssl-sys v0.9.102
11042024-05-30T03:16:02.294Z Downloaded rustc_version v0.4.0
11052024-05-30T03:16:02.294Z Downloaded foreign-types v0.3.2
11062024-05-30T03:16:02.294Z Downloaded peg v0.8.3
11072024-05-30T03:16:02.295Z Downloaded radium v0.7.0
11082024-05-30T03:16:02.295Z Downloaded pkcs8 v0.10.2
11092024-05-30T03:16:02.295Z Downloaded foreign-types v0.5.0
11102024-05-30T03:16:02.295Z Downloaded pkcs1 v0.7.5
11112024-05-30T03:16:02.296Z Downloaded yasna v0.5.2
11122024-05-30T03:16:02.296Z Downloaded env_logger v0.10.2
11132024-05-30T03:16:02.312Z Downloaded smallvec v0.6.14
11142024-05-30T03:16:02.313Z Downloaded powerfmt v0.2.0
11152024-05-30T03:16:02.313Z Downloaded x509-cert v0.2.5
11162024-05-30T03:16:02.313Z Downloaded slog-scope v4.4.0
11172024-05-30T03:16:02.313Z Downloaded foreign-types-shared v0.1.1
11182024-05-30T03:16:02.313Z Downloaded walkdir v2.5.0
11192024-05-30T03:16:02.314Z Downloaded unicode-segmentation v1.11.0
11202024-05-30T03:16:02.314Z Downloaded rand_chacha v0.3.1
11212024-05-30T03:16:02.314Z Downloaded fnv v1.0.7
11222024-05-30T03:16:02.314Z Downloaded sct v0.7.1
11232024-05-30T03:16:02.315Z Downloaded unsafe-libyaml v0.2.11
11242024-05-30T03:16:02.315Z Downloaded postgres-protocol v0.6.6
11252024-05-30T03:16:02.315Z Downloaded slog-json v2.6.1
11262024-05-30T03:16:02.315Z Downloaded universal-hash v0.5.1
11272024-05-30T03:16:02.315Z Downloaded filetime v0.2.23
11282024-05-30T03:16:02.315Z Downloaded postcard v1.0.8
11292024-05-30T03:16:02.316Z Downloaded num-derive v0.4.2
11302024-05-30T03:16:02.316Z Downloaded ff v0.13.0
11312024-05-30T03:16:02.316Z Downloaded thiserror-no-std v2.0.2
11322024-05-30T03:16:02.316Z Downloaded rustc_version v0.1.7
11332024-05-30T03:16:02.316Z Downloaded foreign-types-macros v0.2.3
11342024-05-30T03:16:02.317Z Downloaded tls_codec v0.4.1
11352024-05-30T03:16:02.343Z Downloaded smawk v0.3.2
11362024-05-30T03:16:02.344Z Downloaded rustls-pki-types v1.7.0
11372024-05-30T03:16:02.344Z Downloaded smallvec v1.13.2
11382024-05-30T03:16:02.344Z Downloaded toml v0.8.13
11392024-05-30T03:16:02.344Z Downloaded rand_core v0.6.4
11402024-05-30T03:16:02.344Z Downloaded rand_seeder v0.2.3
11412024-05-30T03:16:02.345Z Downloaded tungstenite v0.20.1
11422024-05-30T03:16:02.345Z Downloaded rayon v1.10.0
11432024-05-30T03:16:02.345Z Downloaded tokio-postgres v0.7.10
11442024-05-30T03:16:02.345Z Downloaded usdt-impl v0.5.0
11452024-05-30T03:16:02.345Z Downloaded tempfile v3.10.1
11462024-05-30T03:16:02.346Z Downloaded ucd-trie v0.1.6
11472024-05-30T03:16:02.346Z Downloaded crypto-bigint v0.5.5
11482024-05-30T03:16:02.346Z Downloaded winnow v0.5.40
11492024-05-30T03:16:02.346Z Downloaded getrandom v0.2.14
11502024-05-30T03:16:02.346Z Downloaded pest_meta v2.7.10
11512024-05-30T03:16:02.347Z Downloaded num v0.4.3
11522024-05-30T03:16:02.347Z Downloaded schemars v0.8.20
11532024-05-30T03:16:02.347Z Downloaded samael v0.0.15
11542024-05-30T03:16:02.347Z Downloaded subprocess v0.2.9
11552024-05-30T03:16:02.347Z Downloaded serde v1.0.202
11562024-05-30T03:16:02.348Z Downloaded chrono v0.4.38
11572024-05-30T03:16:02.348Z Downloaded h2 v0.3.26
11582024-05-30T03:16:02.348Z Downloaded tinyvec v1.6.0
11592024-05-30T03:16:02.348Z Downloaded crossterm v0.27.0
11602024-05-30T03:16:02.348Z Downloaded pest v2.7.10
11612024-05-30T03:16:02.349Z Downloaded url v2.5.0
11622024-05-30T03:16:02.349Z Downloaded toml_edit v0.22.13
11632024-05-30T03:16:02.349Z Downloaded tough v0.17.1
11642024-05-30T03:16:02.349Z Downloaded expectorate v1.1.0
11652024-05-30T03:16:02.349Z Downloaded rustyline v14.0.0
11662024-05-30T03:16:02.350Z Downloaded syn v1.0.109
11672024-05-30T03:16:02.350Z Downloaded typed-path v0.7.1
11682024-05-30T03:16:02.350Z Downloaded salty v0.2.0
11692024-05-30T03:16:02.350Z Downloaded tokio-util v0.7.11
11702024-05-30T03:16:02.350Z Downloaded goblin v0.8.2
11712024-05-30T03:16:02.350Z Downloaded num-bigint-dig v0.8.4
11722024-05-30T03:16:02.351Z Downloaded idna v0.5.0
11732024-05-30T03:16:02.351Z Downloaded quick-xml v0.31.0
11742024-05-30T03:16:02.351Z Downloaded winnow v0.6.8
11752024-05-30T03:16:02.351Z Downloaded tabled v0.15.0
11762024-05-30T03:16:02.351Z Downloaded nix v0.28.0
11772024-05-30T03:16:02.351Z Downloaded sqlparser v0.45.0
11782024-05-30T03:16:02.352Z Downloaded regex v1.10.4
11792024-05-30T03:16:02.352Z Downloaded openssl v0.10.64
11802024-05-30T03:16:02.352Z Downloaded rustls-webpki v0.101.7
11812024-05-30T03:16:02.352Z Downloaded proptest v1.4.0
11822024-05-30T03:16:02.352Z Downloaded trust-dns-proto v0.22.0
11832024-05-30T03:16:02.352Z Downloaded syn v2.0.64
11842024-05-30T03:16:02.352Z Downloaded radix_trie v0.2.1
11852024-05-30T03:16:02.353Z Downloaded object v0.30.4
11862024-05-30T03:16:02.353Z Downloaded webpki-roots v0.25.4
11872024-05-30T03:16:02.353Z Downloaded rustls-webpki v0.102.4
11882024-05-30T03:16:02.353Z Downloaded gimli v0.28.1
11892024-05-30T03:16:02.354Z Downloaded vcpkg v0.2.15
11902024-05-30T03:16:02.354Z Downloaded polar-core v0.27.3
11912024-05-30T03:16:02.354Z Downloaded smoltcp v0.9.1
11922024-05-30T03:16:02.354Z Downloaded diesel v2.1.6
11932024-05-30T03:16:02.354Z Downloaded rustls v0.22.4
11942024-05-30T03:16:02.354Z Downloaded ratatui v0.26.2
11952024-05-30T03:16:02.355Z Downloaded zerocopy-derive v0.2.0
11962024-05-30T03:16:02.355Z Downloaded sled v0.34.7
11972024-05-30T03:16:02.355Z Downloaded rustix v0.38.34
11982024-05-30T03:16:02.355Z Downloaded rustls v0.21.12
11992024-05-30T03:16:02.355Z Downloaded bzip2-sys v0.1.11+1.0.8
12002024-05-30T03:16:02.355Z Downloaded zerocopy-derive v0.6.6
12012024-05-30T03:16:02.356Z Downloaded regex-automata v0.4.6
12022024-05-30T03:16:02.356Z Downloaded finl_unicode v1.2.0
12032024-05-30T03:16:02.356Z Downloaded tokio v1.37.0
12042024-05-30T03:16:02.356Z Downloaded libc v0.2.153
12052024-05-30T03:16:02.356Z Downloaded petgraph v0.6.5
12062024-05-30T03:16:02.356Z Downloaded csv v1.3.0
12072024-05-30T03:16:02.357Z Downloaded sha3 v0.10.8
12082024-05-30T03:16:02.357Z Downloaded encoding_rs v0.8.34
12092024-05-30T03:16:02.357Z Downloaded regress v0.9.1
12102024-05-30T03:16:02.357Z Downloaded smoltcp v0.11.0
12112024-05-30T03:16:02.357Z Downloaded regex-syntax v0.8.3
12122024-05-30T03:16:02.357Z Downloaded bstr v1.9.1
12132024-05-30T03:16:02.357Z Downloaded object v0.32.2
12142024-05-30T03:16:02.357Z Downloaded openapiv3 v2.0.0
12152024-05-30T03:16:02.392Z Downloaded curve25519-dalek v4.1.2
12162024-05-30T03:16:02.392Z Downloaded regex-syntax v0.6.29
12172024-05-30T03:16:02.392Z Downloaded bstr v0.2.17
12182024-05-30T03:16:02.393Z Downloaded idna v0.3.0
12192024-05-30T03:16:02.405Z Downloaded idna v0.2.3
12202024-05-30T03:16:02.406Z Downloaded regex-automata v0.1.10
12212024-05-30T03:16:02.406Z Downloaded num-bigint v0.4.5
12222024-05-30T03:16:02.406Z Downloaded reedline v0.31.0
12232024-05-30T03:16:02.406Z Downloaded portable-atomic v1.6.0
12242024-05-30T03:16:02.417Z Downloaded zerocopy v0.7.34
12252024-05-30T03:16:02.433Z Downloaded lalrpop v0.19.12
12262024-05-30T03:16:02.444Z Downloaded flume v0.11.0
12272024-05-30T03:16:02.444Z Downloaded rand v0.8.5
12282024-05-30T03:16:02.444Z Downloaded zerocopy v0.6.6
12292024-05-30T03:16:02.444Z Downloaded trust-dns-resolver v0.22.0
12302024-05-30T03:16:02.453Z Downloaded toml_edit v0.19.15
12312024-05-30T03:16:02.462Z Downloaded tungstenite v0.21.0
12322024-05-30T03:16:02.483Z Downloaded ring v0.17.8
12332024-05-30T03:16:02.543Z Downloaded reqwest v0.11.27
12342024-05-30T03:16:02.964Z Downloaded futures-util v0.3.30
12352024-05-30T03:16:02.964Z Downloaded tokio-tungstenite v0.21.0
12362024-05-30T03:16:02.965Z Downloaded omicron-zone-package v0.11.0
12372024-05-30T03:16:02.965Z Downloaded num-traits v0.2.19
12382024-05-30T03:16:02.965Z Downloaded ryu v1.0.18
12392024-05-30T03:16:02.965Z Downloaded serde_with v3.8.1
12402024-05-30T03:16:02.965Z Downloaded clap_builder v4.5.2
12412024-05-30T03:16:02.965Z Downloaded ring v0.16.20
12422024-05-30T03:16:02.965Z Downloaded hyper v0.14.28
12432024-05-30T03:16:02.965Z Downloaded typenum v1.17.0
12442024-05-30T03:16:02.965Z Downloaded thread_local v1.1.8
12452024-05-30T03:16:02.965Z Downloaded tokio-tungstenite v0.20.1
12462024-05-30T03:16:02.965Z Downloaded spin v0.9.8
12472024-05-30T03:16:02.965Z Downloaded rustversion v1.0.17
12482024-05-30T03:16:02.965Z Downloaded pin-utils v0.1.0
12492024-05-30T03:16:02.966Z Downloaded olpc-cjson v0.1.3
12502024-05-30T03:16:02.966Z Downloaded futures-executor v0.3.30
12512024-05-30T03:16:02.966Z Downloaded fragile v2.0.0
12522024-05-30T03:16:02.966Z Downloaded quote v1.0.36
12532024-05-30T03:16:02.966Z Downloaded num-rational v0.4.2
12542024-05-30T03:16:02.966Z Downloaded term v0.7.0
12552024-05-30T03:16:02.966Z Downloaded rcgen v0.12.1
12562024-05-30T03:16:02.966Z Downloaded oso v0.27.3
12572024-05-30T03:16:02.966Z Downloaded slog-async v2.8.0
12582024-05-30T03:16:02.966Z Downloaded predicates v3.1.0
12592024-05-30T03:16:02.966Z Downloaded unicode_categories v0.1.1
12602024-05-30T03:16:02.966Z Downloaded percent-encoding v2.3.1
12612024-05-30T03:16:02.966Z Downloaded usdt-macro v0.3.5
12622024-05-30T03:16:02.966Z Downloaded derive_more v0.99.17
12632024-05-30T03:16:02.966Z Downloaded diff v0.1.13
12642024-05-30T03:16:02.966Z Downloaded nom v7.1.3
12652024-05-30T03:16:02.967Z Downloaded termios v0.3.3
12662024-05-30T03:16:02.967Z Downloaded flate2 v1.0.30
12672024-05-30T03:16:02.967Z Downloaded libxml v0.3.3
12682024-05-30T03:16:02.967Z Downloaded dof v0.3.0
12692024-05-30T03:16:02.967Z Downloaded trust-dns-server v0.22.1
12702024-05-30T03:16:02.967Z Downloaded semver v1.0.23
12712024-05-30T03:16:02.967Z Downloaded pest_derive v2.7.10
12722024-05-30T03:16:02.967Z Downloaded zerocopy-derive v0.7.34
12732024-05-30T03:16:02.967Z Downloaded tokio-rustls v0.25.0
12742024-05-30T03:16:02.967Z Downloaded subtle v2.5.0
12752024-05-30T03:16:02.968Z Downloaded ed25519 v1.5.3
12762024-05-30T03:16:02.968Z Downloaded parking_lot v0.12.2
12772024-05-30T03:16:02.968Z Downloaded papergrid v0.11.0
12782024-05-30T03:16:02.968Z Downloaded thiserror-impl v1.0.60
12792024-05-30T03:16:02.968Z Downloaded smf v0.2.3
12802024-05-30T03:16:02.968Z Downloaded signal-hook-mio v0.2.3
12812024-05-30T03:16:02.968Z Downloaded platforms v3.4.0
12822024-05-30T03:16:02.968Z Downloaded owo-colors v4.0.0
12832024-05-30T03:16:02.968Z Downloaded plain v0.2.3
12842024-05-30T03:16:02.968Z Downloaded uzers v0.11.3
12852024-05-30T03:16:02.968Z Downloaded thiserror v1.0.60
12862024-05-30T03:16:02.968Z Downloaded signal-hook-registry v1.4.2
12872024-05-30T03:16:02.968Z Downloaded unicode-width v0.1.12
12882024-05-30T03:16:02.968Z Downloaded trust-dns-client v0.22.0
12892024-05-30T03:16:02.968Z Downloaded tokio-stream v0.1.15
12902024-05-30T03:16:02.968Z Downloaded half v2.4.1
12912024-05-30T03:16:02.968Z Downloaded dyn-clone v1.0.17
12922024-05-30T03:16:02.969Z Downloaded unarray v0.1.4
12932024-05-30T03:16:02.969Z Downloaded postgres-types v0.2.6
12942024-05-30T03:16:02.969Z Downloaded poly1305 v0.8.0
12952024-05-30T03:16:02.969Z Downloaded crossbeam-utils v0.8.19
12962024-05-30T03:16:02.969Z Downloaded pin-project v1.1.5
12972024-05-30T03:16:02.969Z Downloaded parking_lot_core v0.8.6
12982024-05-30T03:16:02.969Z Downloaded memchr v2.7.2
12992024-05-30T03:16:02.969Z Downloaded futures-channel v0.3.30
13002024-05-30T03:16:02.969Z Downloaded ron v0.7.1
13012024-05-30T03:16:02.969Z Downloaded rayon-core v1.12.1
13022024-05-30T03:16:02.969Z Downloaded minimal-lexical v0.2.1
13032024-05-30T03:16:02.969Z Downloaded indexmap v2.2.6
13042024-05-30T03:16:02.969Z Downloaded elliptic-curve v0.13.8
13052024-05-30T03:16:02.969Z Downloaded spki v0.7.3
13062024-05-30T03:16:02.969Z Downloaded slog-stdlog v4.1.1
13072024-05-30T03:16:02.969Z Downloaded serde_spanned v0.6.6
13082024-05-30T03:16:02.969Z Downloaded serde_repr v0.1.19
13092024-05-30T03:16:02.969Z Downloaded proc-macro2 v1.0.82
13102024-05-30T03:16:02.970Z Downloaded derive-where v1.2.7
13112024-05-30T03:16:02.970Z Downloaded predicates-tree v1.0.9
13122024-05-30T03:16:02.970Z Downloaded parking_lot v0.11.2
13132024-05-30T03:16:02.970Z Downloaded crossbeam-epoch v0.9.18
13142024-05-30T03:16:02.970Z Downloaded defmt v0.3.8
13152024-05-30T03:16:02.970Z Downloaded debug-ignore v1.0.5
13162024-05-30T03:16:02.970Z Downloaded usdt-impl v0.3.5
13172024-05-30T03:16:02.970Z Downloaded strum_macros v0.26.2
13182024-05-30T03:16:02.970Z Downloaded strum_macros v0.25.3
13192024-05-30T03:16:02.970Z Downloaded strum_macros v0.24.3
13202024-05-30T03:16:02.970Z Downloaded structmeta-derive v0.2.0
13212024-05-30T03:16:02.970Z Downloaded structmeta v0.3.0
13222024-05-30T03:16:02.970Z Downloaded structmeta v0.2.0
13232024-05-30T03:16:02.970Z Downloaded strsim v0.11.1
13242024-05-30T03:16:02.970Z Downloaded stringprep v0.1.4
13252024-05-30T03:16:02.971Z Downloaded proc-macro-error-attr v1.0.4
13262024-05-30T03:16:02.971Z Downloaded pin-project-lite v0.2.14
13272024-05-30T03:16:02.971Z Downloaded pin-project-internal v1.1.5
13282024-05-30T03:16:02.971Z Downloaded toml v0.5.11
13292024-05-30T03:16:02.971Z Downloaded sha1 v0.10.6
13302024-05-30T03:16:02.971Z Downloaded unicode-xid v0.2.4
13312024-05-30T03:16:02.971Z Downloaded string_cache v0.8.7
13322024-05-30T03:16:02.971Z Downloaded stable_deref_trait v1.2.0
13332024-05-30T03:16:02.971Z Downloaded rustls-pemfile v2.1.2
13342024-05-30T03:16:02.987Z Downloaded indexmap v1.9.3
13352024-05-30T03:16:02.987Z Downloaded structmeta-derive v0.3.0
13362024-05-30T03:16:02.987Z Downloaded const_format v0.2.32
13372024-05-30T03:16:02.987Z Downloaded compact_str v0.7.1
13382024-05-30T03:16:02.987Z Downloaded phf v0.11.2
13392024-05-30T03:16:02.988Z Downloaded bytes v1.6.0
13402024-05-30T03:16:02.988Z Downloaded futures-sink v0.3.30
13412024-05-30T03:16:02.988Z Downloaded fallible-iterator v0.2.0
13422024-05-30T03:16:02.988Z Downloaded fastrand v2.1.0
13432024-05-30T03:16:02.988Z Downloaded tracing-attributes v0.1.27
13442024-05-30T03:16:02.988Z Downloaded time-macros v0.2.18
13452024-05-30T03:16:02.988Z Downloaded snafu-derive v0.8.2
13462024-05-30T03:16:02.988Z Downloaded crc-any v2.5.0
13472024-05-30T03:16:02.988Z Downloaded memmap2 v0.9.4
13482024-05-30T03:16:02.988Z Downloaded clang-sys v1.7.0
13492024-05-30T03:16:02.988Z Downloaded same-file v1.0.6
13502024-05-30T03:16:02.988Z Downloaded rusty-fork v0.3.0
13512024-05-30T03:16:02.988Z Downloaded rustfmt-wrapper v0.2.1
13522024-05-30T03:16:02.988Z Downloaded cookie v0.18.1
13532024-05-30T03:16:02.988Z Downloaded clap_lex v0.7.0
13542024-05-30T03:16:02.988Z Downloaded const_format_proc_macros v0.2.32
13552024-05-30T03:16:02.989Z Downloaded corncobs v0.1.3
13562024-05-30T03:16:02.989Z Downloaded buf-list v1.0.3
13572024-05-30T03:16:02.989Z Downloaded libsw v3.3.1
13582024-05-30T03:16:02.989Z Downloaded colored v2.1.0
13592024-05-30T03:16:02.989Z Downloaded colorchoice v1.0.1
13602024-05-30T03:16:02.989Z Downloaded byteorder v1.5.0
13612024-05-30T03:16:02.989Z Downloaded nibble_vec v0.1.0
13622024-05-30T03:16:02.989Z Downloaded base64 v0.22.1
13632024-05-30T03:16:02.989Z Downloaded sync_wrapper v0.1.2
13642024-05-30T03:16:02.989Z Downloaded multimap v0.10.0
13652024-05-30T03:16:02.989Z Downloaded memoffset v0.7.1
13662024-05-30T03:16:02.989Z Downloaded maybe-uninit v2.0.0
13672024-05-30T03:16:02.989Z Downloaded managed v0.8.0
13682024-05-30T03:16:02.989Z Downloaded indoc v1.0.9
13692024-05-30T03:16:02.989Z Downloaded hyper-rustls v0.24.2
13702024-05-30T03:16:02.990Z Downloaded crc-catalog v2.4.0
13712024-05-30T03:16:02.990Z Downloaded cpufeatures v0.2.12
13722024-05-30T03:16:02.990Z Downloaded constant_time_eq v0.3.0
13732024-05-30T03:16:02.990Z Downloaded cipher v0.4.4
13742024-05-30T03:16:02.990Z Downloaded chacha20 v0.9.1
13752024-05-30T03:16:02.990Z Downloaded cc v1.0.97
13762024-05-30T03:16:02.990Z Downloaded linked-hash-map v0.5.6
13772024-05-30T03:16:02.990Z Downloaded kstat-rs v0.2.3
13782024-05-30T03:16:02.990Z Downloaded cfg-if v1.0.0
13792024-05-30T03:16:02.990Z Downloaded cexpr v0.6.0
13802024-05-30T03:16:02.990Z Downloaded cassowary v0.3.0
13812024-05-30T03:16:02.990Z Downloaded cancel-safe-futures v0.1.5
13822024-05-30T03:16:02.990Z Downloaded cargo-platform v0.1.8
13832024-05-30T03:16:02.990Z Downloaded block-padding v0.3.3
13842024-05-30T03:16:02.990Z Downloaded humantime v2.1.0
13852024-05-30T03:16:02.990Z Downloaded instant v0.1.12
13862024-05-30T03:16:02.990Z Downloaded ciborium v0.2.2
13872024-05-30T03:16:02.990Z Downloaded castaway v0.2.2
13882024-05-30T03:16:02.991Z Downloaded block-buffer v0.10.4
13892024-05-30T03:16:02.991Z Downloaded blake2 v0.10.6
13902024-05-30T03:16:02.991Z Downloaded bit-set v0.5.3
13912024-05-30T03:16:02.991Z Downloaded is_terminal_polyfill v1.70.0
13922024-05-30T03:16:02.991Z Downloaded is_ci v1.2.0
13932024-05-30T03:16:02.991Z Downloaded ciborium-io v0.2.2
13942024-05-30T03:16:02.991Z Downloaded bit-vec v0.6.3
13952024-05-30T03:16:02.991Z Downloaded bb8 v0.8.3
13962024-05-30T03:16:02.991Z Downloaded arrayvec v0.7.4
13972024-05-30T03:16:02.991Z Downloaded base64 v0.13.1
13982024-05-30T03:16:02.991Z Downloaded bitstruct_derive v0.1.0
13992024-05-30T03:16:02.991Z Downloaded backoff v0.4.0
14002024-05-30T03:16:02.991Z Downloaded base16ct v0.2.0
14012024-05-30T03:16:02.991Z Downloaded atty v0.2.14
14022024-05-30T03:16:02.991Z Downloaded async-recursion v1.1.1
14032024-05-30T03:16:02.991Z Downloaded assert_matches v1.5.0
14042024-05-30T03:16:02.991Z Downloaded heck v0.5.0
14052024-05-30T03:16:02.991Z Downloaded heapless v0.7.17
14062024-05-30T03:16:02.991Z Downloaded arrayref v0.3.7
14072024-05-30T03:16:02.992Z Downloaded heapless v0.8.0
14082024-05-30T03:16:02.992Z Downloaded headers-core v0.2.0
14092024-05-30T03:16:02.992Z Downloaded hmac v0.12.1
14102024-05-30T03:16:02.992Z Downloaded headers v0.3.9
14112024-05-30T03:16:02.992Z Downloaded base64 v0.21.7
14122024-05-30T03:16:02.992Z Downloaded ascii v1.1.0
14132024-05-30T03:16:02.992Z Downloaded base64ct v1.6.0
14142024-05-30T03:16:02.992Z Downloaded arc-swap v1.7.1
14152024-05-30T03:16:03.045Z Downloaded anstyle-query v1.0.3
14162024-05-30T03:16:03.045Z Downloaded async-stream-impl v0.3.5
14172024-05-30T03:16:03.045Z Downloaded array-init v0.0.4
14182024-05-30T03:16:03.424Z Compiling proc-macro2 v1.0.82
14192024-05-30T03:16:03.425Z Compiling unicode-ident v1.0.12
14202024-05-30T03:16:03.425Z Compiling libc v0.2.153
14212024-05-30T03:16:03.434Z Compiling serde v1.0.202
14222024-05-30T03:16:03.434Z Compiling autocfg v1.3.0
14232024-05-30T03:16:03.467Z Compiling version_check v0.9.4
14242024-05-30T03:16:03.477Z Compiling cfg-if v1.0.0
14252024-05-30T03:16:03.610Z Compiling cc v1.0.97
14262024-05-30T03:16:03.653Z Compiling parking_lot_core v0.9.10
14272024-05-30T03:16:03.683Z Compiling once_cell v1.19.0
14282024-05-30T03:16:04.065Z Compiling serde_json v1.0.117
14292024-05-30T03:16:04.141Z Compiling ahash v0.8.11
14302024-05-30T03:16:04.181Z Compiling lock_api v0.4.12
14312024-05-30T03:16:05.422Z Compiling libm v0.2.8
14322024-05-30T03:16:05.436Z Compiling byteorder v1.5.0
14332024-05-30T03:16:05.436Z Compiling num-traits v0.2.19
14342024-05-30T03:16:05.436Z Compiling memchr v2.7.2
14352024-05-30T03:16:05.806Z Compiling thiserror v1.0.60
14362024-05-30T03:16:05.827Z Compiling typenum v1.17.0
14372024-05-30T03:16:05.827Z Compiling log v0.4.21
14382024-05-30T03:16:06.052Z Compiling generic-array v0.14.7
14392024-05-30T03:16:06.309Z Compiling itoa v1.0.11
14402024-05-30T03:16:06.589Z Compiling scopeguard v1.2.0
14412024-05-30T03:16:06.744Z Compiling quote v1.0.36
14422024-05-30T03:16:06.950Z Compiling getrandom v0.2.14
14432024-05-30T03:16:07.211Z Compiling syn v2.0.64
14442024-05-30T03:16:07.656Z Compiling allocator-api2 v0.2.18
14452024-05-30T03:16:07.656Z Compiling slab v0.4.9
14462024-05-30T03:16:07.823Z Compiling ring v0.17.8
14472024-05-30T03:16:07.882Z Compiling ryu v1.0.18
14482024-05-30T03:16:07.939Z Compiling pin-project-lite v0.2.14
14492024-05-30T03:16:07.977Z Compiling smallvec v1.13.2
14502024-05-30T03:16:08.081Z Compiling schemars v0.8.20
14512024-05-30T03:16:08.330Z Compiling semver v1.0.23
14522024-05-30T03:16:08.462Z Compiling equivalent v1.0.1
14532024-05-30T03:16:08.492Z Compiling syn v1.0.109
14542024-05-30T03:16:08.774Z Compiling parking_lot v0.12.2
14552024-05-30T03:16:08.912Z Compiling pkg-config v0.3.30
14562024-05-30T03:16:09.045Z Compiling vcpkg v0.2.15
14572024-05-30T03:16:09.301Z Compiling signal-hook-registry v1.4.2
14582024-05-30T03:16:10.363Z Compiling mio v0.8.11
14592024-05-30T03:16:10.799Z Compiling openssl-sys v0.9.102
14602024-05-30T03:16:11.430Z Compiling fnv v1.0.7
14612024-05-30T03:16:11.562Z Compiling rand_core v0.6.4
14622024-05-30T03:16:11.744Z Compiling num_cpus v1.16.0
14632024-05-30T03:16:11.891Z Compiling socket2 v0.5.7
14642024-05-30T03:16:12.389Z Compiling num-conv v0.1.0
14652024-05-30T03:16:12.910Z Compiling time-core v0.1.2
14662024-05-30T03:16:12.910Z Compiling time-macros v0.2.18
14672024-05-30T03:16:12.910Z Compiling httparse v1.8.0
14682024-05-30T03:16:13.010Z Compiling futures-core v0.3.30
14692024-05-30T03:16:13.294Z Compiling openssl v0.10.64
14702024-05-30T03:16:13.688Z Compiling crossbeam-utils v0.8.19
14712024-05-30T03:16:13.878Z Compiling rustix v0.38.34
14722024-05-30T03:16:13.906Z Compiling iana-time-zone v0.1.60
14732024-05-30T03:16:14.299Z Compiling spin v0.9.8
14742024-05-30T03:16:14.596Z Compiling tinyvec_macros v0.1.1
14752024-05-30T03:16:14.660Z Compiling rustls v0.21.12
14762024-05-30T03:16:15.080Z Compiling native-tls v0.2.11
14772024-05-30T03:16:15.080Z Compiling serde_derive_internals v0.29.1
14782024-05-30T03:16:15.081Z Compiling tinyvec v1.6.0
14792024-05-30T03:16:15.310Z Compiling subtle v2.5.0
14802024-05-30T03:16:15.725Z Compiling ucd-trie v0.1.6
14812024-05-30T03:16:15.787Z Compiling const-oid v0.9.6
14822024-05-30T03:16:16.013Z Compiling futures-sink v0.3.30
14832024-05-30T03:16:16.225Z Compiling unicode-normalization v0.1.23
14842024-05-30T03:16:16.472Z Compiling backtrace v0.3.71
14852024-05-30T03:16:16.824Z Compiling cookie v0.17.0
14862024-05-30T03:16:16.915Z Compiling heck v0.4.1
14872024-05-30T03:16:17.153Z Compiling slog v2.7.0
14882024-05-30T03:16:17.248Z Compiling heck v0.5.0
14892024-05-30T03:16:17.314Z Compiling unicode-bidi v0.3.15
14902024-05-30T03:16:17.365Z Compiling dyn-clone v1.0.17
14912024-05-30T03:16:17.649Z Compiling futures-channel v0.3.30
14922024-05-30T03:16:18.033Z Compiling futures-task v0.3.30
14932024-05-30T03:16:18.087Z Compiling strsim v0.11.1
14942024-05-30T03:16:18.553Z Compiling pin-utils v0.1.0
14952024-05-30T03:16:18.592Z Compiling futures-io v0.3.30
14962024-05-30T03:16:18.900Z Compiling aho-corasick v1.1.3
14972024-05-30T03:16:20.277Z Compiling untrusted v0.9.0
14982024-05-30T03:16:20.278Z Compiling regex-syntax v0.8.3
14992024-05-30T03:16:20.278Z Compiling anyhow v1.0.83
15002024-05-30T03:16:20.453Z Compiling winnow v0.5.40
15012024-05-30T03:16:20.479Z Compiling serde_derive v1.0.202
15022024-05-30T03:16:20.932Z Compiling zerocopy-derive v0.7.34
15032024-05-30T03:16:20.987Z Compiling zeroize_derive v1.4.2
15042024-05-30T03:16:22.426Z Compiling thiserror-impl v1.0.60
15052024-05-30T03:16:23.039Z Compiling zerocopy v0.7.34
15062024-05-30T03:16:23.391Z Compiling tokio-macros v2.2.0
15072024-05-30T03:16:23.460Z Compiling futures-macro v0.3.30
15082024-05-30T03:16:24.312Z Compiling schemars_derive v0.8.20
15092024-05-30T03:16:25.320Z Compiling hashbrown v0.14.5
15102024-05-30T03:16:25.347Z Compiling tracing-attributes v0.1.27
15112024-05-30T03:16:25.385Z Compiling zeroize v1.7.0
15122024-05-30T03:16:27.326Z Compiling openssl-macros v0.1.1
15132024-05-30T03:16:27.337Z Compiling scroll_derive v0.12.0
15142024-05-30T03:16:27.338Z Compiling pest v2.7.10
15152024-05-30T03:16:27.338Z Compiling crypto-common v0.1.6
15162024-05-30T03:16:27.506Z Compiling futures-util v0.3.30
15172024-05-30T03:16:28.206Z Compiling der_derive v0.7.2
15182024-05-30T03:16:28.606Z Compiling block-buffer v0.10.4
15192024-05-30T03:16:28.864Z Compiling regex-automata v0.4.6
15202024-05-30T03:16:29.657Z Compiling pest_meta v2.7.10
15212024-05-30T03:16:30.551Z Compiling tracing-core v0.1.32
15222024-05-30T03:16:33.045Z Compiling pest_generator v2.7.10
15232024-05-30T03:16:33.861Z Compiling bytes v1.6.0
15242024-05-30T03:16:34.767Z Compiling indexmap v2.2.6
15252024-05-30T03:16:35.025Z Compiling uuid v1.8.0
15262024-05-30T03:16:35.790Z Compiling chrono v0.4.38
15272024-05-30T03:16:36.343Z Compiling tokio v1.37.0
15282024-05-30T03:16:36.411Z Compiling bitflags v2.5.0
15292024-05-30T03:16:37.001Z Compiling serde_tokenstream v0.2.0
15302024-05-30T03:16:37.639Z Compiling serde_spanned v0.6.6
15312024-05-30T03:16:37.856Z Compiling toml_datetime v0.6.6
15322024-05-30T03:16:40.327Z Compiling http v0.2.12
15332024-05-30T03:16:40.404Z Compiling toml_edit v0.19.15
15342024-05-30T03:16:42.177Z Compiling rustc_version v0.4.0
15352024-05-30T03:16:42.687Z Compiling pest_derive v2.7.10
15362024-05-30T03:16:42.782Z Compiling usdt-impl v0.5.0
15372024-05-30T03:16:42.805Z Compiling rustversion v1.0.17
15382024-05-30T03:16:43.104Z Compiling powerfmt v0.2.0
15392024-05-30T03:16:43.448Z Compiling deranged v0.3.11
15402024-05-30T03:16:43.500Z Compiling heapless v0.7.17
15412024-05-30T03:16:43.598Z Compiling tracing v0.1.40
15422024-05-30T03:16:43.949Z Compiling digest v0.10.7
15432024-05-30T03:16:44.314Z Compiling scroll v0.12.0
15442024-05-30T03:16:45.066Z Compiling signal-hook v0.3.17
15452024-05-30T03:16:45.077Z Compiling percent-encoding v2.3.1
15462024-05-30T03:16:45.778Z Compiling ppv-lite86 v0.2.17
15472024-05-30T03:16:45.792Z Compiling plain v0.2.3
15482024-05-30T03:16:45.792Z Compiling num_threads v0.1.7
15492024-05-30T03:16:45.807Z Compiling goblin v0.8.2
15502024-05-30T03:16:45.882Z Compiling time v0.3.36
15512024-05-30T03:16:46.189Z Compiling rand_chacha v0.3.1
15522024-05-30T03:16:47.562Z Compiling regex v1.10.4
15532024-05-30T03:16:48.875Z Compiling pretty-hex v0.4.1
15542024-05-30T03:16:49.768Z Compiling crc32fast v1.4.0
15552024-05-30T03:16:50.642Z Compiling rand v0.8.5
15562024-05-30T03:16:50.744Z Compiling tokio-util v0.7.11
15572024-05-30T03:16:52.110Z Compiling dof v0.3.0
15582024-05-30T03:16:52.294Z Compiling dtrace-parser v0.2.0
15592024-05-30T03:16:53.995Z Compiling async-trait v0.1.80
15602024-05-30T03:16:54.095Z Compiling thread-id v4.2.1
15612024-05-30T03:16:54.139Z Compiling unicode-width v0.1.12
15622024-05-30T03:16:54.230Z Compiling smoltcp v0.9.1
15632024-05-30T03:16:54.358Z Compiling foreign-types-shared v0.1.1
15642024-05-30T03:16:54.468Z Compiling base64ct v1.6.0
15652024-05-30T03:16:54.491Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
15662024-05-30T03:16:55.081Z Compiling pem-rfc7468 v0.7.0
15672024-05-30T03:16:55.119Z Compiling foreign-types v0.3.2
15682024-05-30T03:16:56.331Z Compiling form_urlencoded v1.2.1
15692024-05-30T03:16:56.844Z Compiling hmac v0.12.1
15702024-05-30T03:16:56.921Z Compiling adler v1.0.2
15712024-05-30T03:16:57.195Z Compiling base64 v0.21.7
15722024-05-30T03:16:57.236Z Compiling try-lock v0.2.5
15732024-05-30T03:16:57.666Z Compiling siphasher v0.3.11
15742024-05-30T03:16:57.666Z Compiling flagset v0.4.5
15752024-05-30T03:16:57.666Z Compiling der v0.7.9
15762024-05-30T03:16:57.666Z Compiling want v0.3.1
15772024-05-30T03:16:57.936Z Compiling miniz_oxide v0.7.2
15782024-05-30T03:16:58.626Z Compiling h2 v0.3.26
15792024-05-30T03:16:58.814Z Compiling sct v0.7.1
15802024-05-30T03:16:59.124Z Compiling rustls-webpki v0.101.7
15812024-05-30T03:17:00.728Z Compiling http-body v0.4.6
15822024-05-30T03:17:01.318Z Compiling openapiv3 v2.0.0
15832024-05-30T03:17:01.807Z Compiling hubpack_derive v0.1.1
15842024-05-30T03:17:02.813Z Compiling zerocopy-derive v0.6.6
15852024-05-30T03:17:02.824Z Compiling idna v0.5.0
15862024-05-30T03:17:03.024Z Compiling errno v0.3.9
15872024-05-30T03:17:03.292Z Compiling fs-err v2.11.0
15882024-05-30T03:17:03.441Z Compiling gimli v0.28.1
15892024-05-30T03:17:03.577Z Compiling cpufeatures v0.2.12
15902024-05-30T03:17:03.998Z Compiling httpdate v1.0.3
15912024-05-30T03:17:04.623Z Compiling anstyle v1.0.7
15922024-05-30T03:17:04.766Z Compiling spin v0.5.2
15932024-05-30T03:17:05.109Z Compiling tower-service v0.3.2
15942024-05-30T03:17:05.250Z Compiling stable_deref_trait v1.2.0
15952024-05-30T03:17:05.374Z Compiling finl_unicode v1.2.0
15962024-05-30T03:17:05.440Z Compiling openssl-probe v0.1.5
15972024-05-30T03:17:05.610Z Compiling utf8parse v0.2.1
15982024-05-30T03:17:05.798Z Compiling hyper v0.14.28
15992024-05-30T03:17:06.281Z Compiling stringprep v0.1.4
16002024-05-30T03:17:06.360Z Compiling anstyle-parse v0.2.4
16012024-05-30T03:17:07.285Z Compiling sha2 v0.10.8
16022024-05-30T03:17:07.514Z Compiling url v2.5.0
16032024-05-30T03:17:08.110Z Compiling addr2line v0.21.0
16042024-05-30T03:17:10.164Z Compiling spki v0.7.3
16052024-05-30T03:17:10.548Z Compiling usdt-macro v0.5.0
16062024-05-30T03:17:10.880Z Compiling usdt-attr-macro v0.5.0
16072024-05-30T03:17:12.499Z Compiling md-5 v0.10.6
16082024-05-30T03:17:15.242Z Compiling idna v0.3.0
16092024-05-30T03:17:16.845Z Compiling diesel_table_macro_syntax v0.1.0
16102024-05-30T03:17:17.105Z Compiling num-integer v0.1.46
16112024-05-30T03:17:17.233Z Compiling object v0.32.2
16122024-05-30T03:17:17.808Z Compiling hash32 v0.2.1
16132024-05-30T03:17:18.136Z Compiling colorchoice v1.0.1
16142024-05-30T03:17:18.303Z Compiling is_terminal_polyfill v1.70.0
16152024-05-30T03:17:18.445Z Compiling psl-types v2.0.11
16162024-05-30T03:17:19.321Z Compiling fallible-iterator v0.2.0
16172024-05-30T03:17:20.054Z Compiling anstyle-query v1.0.3
16182024-05-30T03:17:20.206Z Compiling rustc-demangle v0.1.24
16192024-05-30T03:17:23.160Z Compiling anstream v0.6.14
16202024-05-30T03:17:23.836Z Compiling postgres-protocol v0.6.6
16212024-05-30T03:17:25.611Z Compiling lazy_static v1.4.0
16222024-05-30T03:17:25.738Z Compiling publicsuffix v2.2.3
16232024-05-30T03:17:26.038Z Compiling diesel_derives v2.1.4
16242024-05-30T03:17:31.637Z Compiling tokio-rustls v0.24.1
16252024-05-30T03:17:32.425Z Compiling pkcs8 v0.10.2
16262024-05-30T03:17:32.915Z Compiling terminal_size v0.3.0
16272024-05-30T03:17:33.136Z Compiling tokio-native-tls v0.3.1
16282024-05-30T03:17:33.431Z Compiling phf_shared v0.11.2
16292024-05-30T03:17:34.500Z Compiling strum_macros v0.25.3
16302024-05-30T03:17:34.839Z Compiling block-padding v0.3.3
16312024-05-30T03:17:35.096Z Compiling regress v0.9.1
16322024-05-30T03:17:35.390Z Compiling enum-as-inner v0.5.1
16332024-05-30T03:17:35.662Z Compiling serde_repr v0.1.19
16342024-05-30T03:17:36.375Z Compiling clap_derive v4.5.4
16352024-05-30T03:17:38.890Z Compiling ff v0.13.0
16362024-05-30T03:17:38.896Z Compiling scheduled-thread-pool v0.2.7
16372024-05-30T03:17:39.754Z Compiling encoding_rs v0.8.34
16382024-05-30T03:17:39.909Z Compiling ipnet v2.9.0
16392024-05-30T03:17:40.338Z Compiling base16ct v0.2.0
16402024-05-30T03:17:40.629Z Compiling ident_case v1.0.1
16412024-05-30T03:17:40.808Z Compiling mime v0.3.17
16422024-05-30T03:17:41.022Z Compiling clap_lex v0.7.0
16432024-05-30T03:17:41.064Z Compiling bitflags v1.3.2
16442024-05-30T03:17:41.185Z Compiling managed v0.8.0
16452024-05-30T03:17:41.498Z Compiling bit-vec v0.6.3
16462024-05-30T03:17:41.691Z Compiling either v1.12.0
16472024-05-30T03:17:41.938Z Compiling matches v0.1.10
16482024-05-30T03:17:42.809Z Compiling idna v0.2.3
16492024-05-30T03:17:43.168Z Compiling clap_builder v4.5.2
16502024-05-30T03:17:44.878Z Compiling darling_core v0.20.9
16512024-05-30T03:17:44.879Z Compiling sec1 v0.7.3
16522024-05-30T03:17:46.872Z Compiling r2d2 v0.8.10
16532024-05-30T03:17:48.486Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16542024-05-30T03:17:49.670Z Compiling group v0.13.0
16552024-05-30T03:17:50.708Z Compiling inout v0.1.3
16562024-05-30T03:17:51.082Z Compiling phf v0.11.2
16572024-05-30T03:17:51.305Z Compiling hyper-tls v0.5.0
16582024-05-30T03:17:51.387Z Compiling signal-hook-mio v0.2.3
16592024-05-30T03:17:51.566Z Compiling hyper-rustls v0.24.2
16602024-05-30T03:17:51.928Z Compiling cookie_store v0.20.0
16612024-05-30T03:17:52.106Z Compiling postgres-types v0.2.6
16622024-05-30T03:17:52.398Z Compiling num-bigint v0.4.5
16632024-05-30T03:17:53.124Z Compiling zerocopy v0.6.6
16642024-05-30T03:17:53.510Z Compiling hubpack v0.1.2
16652024-05-30T03:17:53.584Z Compiling rustls-pemfile v1.0.4
16662024-05-30T03:17:53.975Z Compiling phf_shared v0.10.0
16672024-05-30T03:17:53.975Z Compiling hkdf v0.12.4
16682024-05-30T03:17:54.427Z Compiling serde_urlencoded v0.7.1
16692024-05-30T03:17:54.430Z Compiling crossbeam-epoch v0.9.18
16702024-05-30T03:17:54.430Z Compiling ipnetwork v0.20.0
16712024-05-30T03:17:55.190Z Compiling futures-executor v0.3.30
16722024-05-30T03:17:55.570Z Compiling crypto-bigint v0.5.5
16732024-05-30T03:17:56.297Z Compiling float-cmp v0.9.0
16742024-05-30T03:17:56.311Z Compiling memmap v0.7.0
16752024-05-30T03:17:56.311Z Compiling data-encoding v2.6.0
16762024-05-30T03:17:56.312Z Compiling webpki-roots v0.25.4
16772024-05-30T03:17:56.947Z Compiling static_assertions v1.1.0
16782024-05-30T03:17:57.797Z Compiling precomputed-hash v0.1.1
16792024-05-30T03:17:57.835Z Compiling whoami v1.5.1
16802024-05-30T03:17:57.931Z Compiling normalize-line-endings v0.3.0
16812024-05-30T03:17:58.064Z Compiling fixedbitset v0.4.2
16822024-05-30T03:17:58.436Z Compiling difflib v0.4.0
16832024-05-30T03:17:58.502Z Compiling new_debug_unreachable v1.0.6
16842024-05-30T03:17:58.615Z Compiling sync_wrapper v0.1.2
16852024-05-30T03:17:58.648Z Compiling minimal-lexical v0.2.1
16862024-05-30T03:17:58.765Z Compiling predicates-core v1.0.6
16872024-05-30T03:17:59.100Z Compiling winnow v0.6.8
16882024-05-30T03:17:59.165Z Compiling unicode-segmentation v1.11.0
16892024-05-30T03:17:59.565Z Compiling nom v7.1.3
16902024-05-30T03:17:59.716Z Compiling predicates v3.1.0
16912024-05-30T03:17:59.975Z Compiling similar v2.5.0
16922024-05-30T03:18:01.343Z Compiling reqwest v0.11.27
16932024-05-30T03:18:01.517Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16942024-05-30T03:18:02.005Z Compiling string_cache v0.8.7
16952024-05-30T03:18:02.072Z Compiling elliptic-curve v0.13.8
16962024-05-30T03:18:02.431Z Compiling petgraph v0.6.5
16972024-05-30T03:18:02.867Z Compiling toml_edit v0.22.13
16982024-05-30T03:18:02.896Z Compiling tokio-postgres v0.7.10
16992024-05-30T03:18:04.845Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
17002024-05-30T03:18:05.487Z Compiling trust-dns-proto v0.22.0
17012024-05-30T03:18:05.937Z Compiling usdt v0.5.0
17022024-05-30T03:18:07.140Z Compiling futures v0.3.30
17032024-05-30T03:18:07.197Z Compiling yasna v0.5.2
17042024-05-30T03:18:07.275Z Compiling diesel v2.1.6
17052024-05-30T03:18:08.786Z Compiling crossterm v0.27.0
17062024-05-30T03:18:09.073Z Compiling flate2 v1.0.30
17072024-05-30T03:18:10.213Z Compiling cipher v0.4.4
17082024-05-30T03:18:10.477Z Compiling darling_macro v0.20.9
17092024-05-30T03:18:11.275Z Compiling clap v4.5.4
17102024-05-30T03:18:11.293Z Compiling itertools v0.10.5
17112024-05-30T03:18:11.396Z Compiling itertools v0.12.1
17122024-05-30T03:18:11.882Z Compiling bit-set v0.5.3
17132024-05-30T03:18:12.175Z Compiling console v0.15.8
17142024-05-30T03:18:12.904Z Compiling num-iter v0.1.45
17152024-05-30T03:18:14.226Z Compiling tokio-stream v0.1.15
17162024-05-30T03:18:14.239Z Compiling toml v0.7.8
17172024-05-30T03:18:14.239Z Compiling bstr v1.9.1
17182024-05-30T03:18:14.810Z Compiling hex v0.4.3
17192024-05-30T03:18:14.810Z Compiling peg-runtime v0.8.3
17202024-05-30T03:18:15.201Z Compiling lalrpop-util v0.19.12
17212024-05-30T03:18:15.657Z Compiling darling v0.20.9
17222024-05-30T03:18:15.701Z Compiling proc-macro-crate v1.3.1
17232024-05-30T03:18:16.739Z Compiling camino v1.1.7
17242024-05-30T03:18:17.438Z Compiling heapless v0.8.0
17252024-05-30T03:18:19.097Z Compiling num_enum_derive v0.5.11
17262024-05-30T03:18:24.877Z Compiling hash32 v0.3.1
17272024-05-30T03:18:25.335Z Compiling rustls-pki-types v1.7.0
17282024-05-30T03:18:27.594Z Compiling smoltcp v0.11.0
17292024-05-30T03:18:27.703Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17302024-05-30T03:18:37.092Z Compiling num_enum v0.5.11
17312024-05-30T03:18:39.904Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
17322024-05-30T03:18:40.421Z Compiling getopts v0.2.21
17332024-05-30T03:18:41.625Z Compiling dirs-sys-next v0.1.2
17342024-05-30T03:18:42.916Z Compiling proc-macro-error-attr v1.0.4
17352024-05-30T03:18:43.016Z Compiling embedded-io v0.4.0
17362024-05-30T03:18:43.170Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17372024-05-30T03:18:43.276Z Compiling rustls v0.22.4
17382024-05-30T03:18:43.489Z Compiling unsafe-libyaml v0.2.11
17392024-05-30T03:18:43.509Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17402024-05-30T03:18:44.298Z Compiling paste v1.0.15
17412024-05-30T03:18:44.811Z Compiling cobs v0.2.3
17422024-05-30T03:18:44.910Z Compiling serde_yaml v0.9.34+deprecated
17432024-05-30T03:18:45.200Z Compiling postcard v1.0.8
17442024-05-30T03:18:48.773Z Compiling dirs-next v2.0.0
17452024-05-30T03:18:50.287Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17462024-05-30T03:18:53.730Z Compiling rustls-webpki v0.102.4
17472024-05-30T03:19:00.584Z Compiling strum_macros v0.26.2
17482024-05-30T03:19:01.506Z Compiling structmeta-derive v0.3.0
17492024-05-30T03:19:02.175Z Compiling foreign-types-macros v0.2.3
17502024-05-30T03:19:04.147Z Compiling thread_local v1.1.8
17512024-05-30T03:19:04.226Z Compiling multer v3.1.0
17522024-05-30T03:19:04.674Z Compiling proc-macro-error v1.0.4
17532024-05-30T03:19:04.674Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
17542024-05-30T03:19:04.703Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
17552024-05-30T03:19:04.860Z Compiling foreign-types-shared v0.3.1
17562024-05-30T03:19:05.690Z Compiling match_cfg v0.1.0
17572024-05-30T03:19:05.925Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17582024-05-30T03:19:06.340Z Compiling slog-async v2.8.0
17592024-05-30T03:19:07.008Z Compiling hostname v0.3.1
17602024-05-30T03:19:11.811Z Compiling strum v0.26.2
17612024-05-30T03:19:12.016Z Compiling foreign-types v0.5.0
17622024-05-30T03:19:12.345Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
17632024-05-30T03:19:13.455Z Compiling structmeta v0.3.0
17642024-05-30T03:19:16.848Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17652024-05-30T03:19:29.180Z Compiling term v0.7.0
17662024-05-30T03:19:33.765Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17672024-05-30T03:19:33.877Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
17682024-05-30T03:19:35.212Z Compiling slog-json v2.6.1
17692024-05-30T03:19:35.330Z Compiling tabwriter v1.4.0
17702024-05-30T03:19:35.766Z Compiling crossbeam-channel v0.5.12
17712024-05-30T03:19:37.426Z Compiling http v1.1.0
17722024-05-30T03:19:37.474Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17732024-05-30T03:19:37.622Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
17742024-05-30T03:19:38.298Z Compiling async-stream-impl v0.3.5
17752024-05-30T03:19:38.472Z Compiling cstr-argument v0.1.2
17762024-05-30T03:19:38.675Z Compiling is-terminal v0.4.12
17772024-05-30T03:19:38.747Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
17782024-05-30T03:19:38.821Z Compiling rayon-core v1.12.1
17792024-05-30T03:19:39.053Z Compiling take_mut v0.2.2
17802024-05-30T03:19:39.121Z Compiling pretty-hex v0.2.1
17812024-05-30T03:19:39.344Z Compiling base64 v0.22.1
17822024-05-30T03:19:39.539Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
17832024-05-30T03:19:40.281Z Compiling crucible-workspace-hack v0.1.0
17842024-05-30T03:19:40.355Z Compiling atomic-waker v1.1.2
17852024-05-30T03:19:40.465Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
17862024-05-30T03:19:40.562Z Compiling fastrand v2.1.0
17872024-05-30T03:19:40.637Z Compiling waitgroup v0.1.2
17882024-05-30T03:19:40.788Z Compiling rustls-pemfile v2.1.2
17892024-05-30T03:19:40.947Z Compiling async-stream v0.3.5
17902024-05-30T03:19:41.288Z Compiling tempfile v3.10.1
17912024-05-30T03:19:41.312Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17922024-05-30T03:19:42.179Z Compiling slog-term v2.9.1
17932024-05-30T03:19:43.083Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17942024-05-30T03:19:44.473Z Compiling slog-bunyan v2.5.0
17952024-05-30T03:19:44.559Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17962024-05-30T03:19:44.784Z Compiling tokio-rustls v0.25.0
17972024-05-30T03:19:44.802Z Compiling parse-display-derive v0.9.0
17982024-05-30T03:19:44.974Z Compiling toml v0.8.13
17992024-05-30T03:19:45.293Z Compiling serde_with_macros v3.8.1
18002024-05-30T03:19:45.517Z Compiling sha1 v0.10.6
18012024-05-30T03:19:46.185Z Compiling crossbeam-deque v0.8.5
18022024-05-30T03:19:46.600Z Compiling colored v2.1.0
18032024-05-30T03:19:47.966Z Compiling newtype-uuid v1.1.0
18042024-05-30T03:19:48.022Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
18052024-05-30T03:19:48.325Z Compiling serde_path_to_error v0.1.16
18062024-05-30T03:19:48.959Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18072024-05-30T03:19:49.377Z Compiling socket2 v0.4.10
18082024-05-30T03:19:49.690Z Compiling hostname v0.4.0
18092024-05-30T03:19:49.973Z Compiling instant v0.1.12
18102024-05-30T03:19:50.078Z Compiling debug-ignore v1.0.5
18112024-05-30T03:19:50.105Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18122024-05-30T03:19:50.158Z Compiling backoff v0.4.0
18132024-05-30T03:19:50.513Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
18142024-05-30T03:19:50.945Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18152024-05-30T03:19:51.175Z Compiling parse-display v0.9.0
18162024-05-30T03:19:51.947Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18172024-05-30T03:19:52.449Z Compiling serde_with v3.8.1
18182024-05-30T03:19:53.354Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18192024-05-30T03:19:54.705Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18202024-05-30T03:19:55.427Z Compiling camino-tempfile v1.1.1
18212024-05-30T03:19:56.355Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
18222024-05-30T03:19:56.814Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18232024-05-30T03:19:56.844Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7)
18242024-05-30T03:19:57.013Z Compiling macaddr v1.0.1
18252024-05-30T03:19:57.065Z Compiling num-derive v0.4.2
18262024-05-30T03:19:57.787Z Compiling sigpipe v0.1.3
18272024-05-30T03:19:57.933Z Compiling libefi-sys v0.1.0
18282024-05-30T03:19:58.250Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18292024-05-30T03:19:59.352Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18302024-05-30T03:19:59.388Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
18312024-05-30T03:20:00.589Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
18322024-05-30T03:20:01.062Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18332024-05-30T03:20:01.194Z Compiling rayon v1.10.0
18342024-05-30T03:20:01.723Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
18352024-05-30T03:20:04.548Z Compiling smf v0.2.3
18362024-05-30T03:20:05.292Z Compiling blake3 v1.5.1
18372024-05-30T03:20:05.318Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
18382024-05-30T03:20:05.682Z Compiling ring v0.16.20
18392024-05-30T03:20:05.853Z Compiling portable-atomic v1.6.0
18402024-05-30T03:20:07.301Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18412024-05-30T03:20:07.354Z Compiling xattr v1.3.1
18422024-05-30T03:20:07.664Z Compiling filetime v0.2.23
18432024-05-30T03:20:07.688Z Compiling memmap2 v0.9.4
18442024-05-30T03:20:08.023Z Compiling same-file v1.0.6
18452024-05-30T03:20:08.258Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18462024-05-30T03:20:08.310Z Compiling constant_time_eq v0.3.0
18472024-05-30T03:20:08.430Z Compiling arrayvec v0.7.4
18482024-05-30T03:20:08.456Z Compiling arrayref v0.3.7
18492024-05-30T03:20:08.494Z Compiling untrusted v0.7.1
18502024-05-30T03:20:08.572Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18512024-05-30T03:20:08.698Z Compiling walkdir v2.5.0
18522024-05-30T03:20:09.558Z Compiling tar v0.4.40
18532024-05-30T03:20:10.229Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18542024-05-30T03:20:10.613Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18552024-05-30T03:20:12.295Z Compiling gethostname v0.4.3
18562024-05-30T03:20:12.529Z Compiling number_prefix v0.4.0
18572024-05-30T03:20:12.599Z Compiling topological-sort v0.2.2
18582024-05-30T03:20:12.789Z Compiling swrite v0.1.0
18592024-05-30T03:20:12.932Z Compiling indicatif v0.17.8
18602024-05-30T03:20:13.510Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
18612024-05-30T03:20:14.944Z Compiling omicron-zone-package v0.11.0
18622024-05-30T03:20:16.129Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18632024-05-30T03:20:18.085Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
18642024-05-30T03:20:40.296Z Finished `release` profile [optimized] target(s) in 4m 59s
18652024-05-30T03:20:40.300Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
18662024-05-30T03:20:40.300ZLogging to: /work/oxidecomputer/omicron/out/LOG
18672024-05-30T03:20:40.300ZCreated new build target 'test' and set it as active
18682024-05-30T03:20:40.300Z
18692024-05-30T03:20:40.300Zreal 5:00.236749254
18702024-05-30T03:20:40.300Zuser 31:11.619619265
18712024-05-30T03:20:40.300Zsys 4:09.575934438
18722024-05-30T03:20:40.300Ztrap 0.933279132
18732024-05-30T03:20:40.300Ztflt 5.439554170
18742024-05-30T03:20:40.300Zdflt 5.210382838
18752024-05-30T03:20:40.300Zkflt 0.018770542
18762024-05-30T03:20:40.300Zlock 1:07:08.580755340
18772024-05-30T03:20:40.300Zslp 1:29:47.387602963
18782024-05-30T03:20:40.300Zlat 2:04.648412573
18792024-05-30T03:20:40.300Zstop 4:03.543669960
18802024-05-30T03:20:40.300Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
18812024-05-30T03:20:41.160Z Finished `release` profile [optimized] target(s) in 0.83s
18822024-05-30T03:20:41.213Z Running `target/release/omicron-package -t test package`
18832024-05-30T03:20:41.235ZLogging to: /work/oxidecomputer/omicron/out/LOG
18842024-05-30T03:20:42.157Z Compiling newline-converter v0.3.0
18852024-05-30T03:20:42.157Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18862024-05-30T03:20:42.160Z Compiling humantime v2.1.0
18872024-05-30T03:20:42.268Z Compiling derive-where v1.2.7
18882024-05-30T03:20:42.271Z Compiling unicode-xid v0.2.4
18892024-05-30T03:20:42.271Z Compiling convert_case v0.4.0
18902024-05-30T03:20:42.271Z Compiling linked-hash-map v0.5.6
18912024-05-30T03:20:42.286Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18922024-05-30T03:20:42.394Z Compiling expectorate v1.1.0
18932024-05-30T03:20:42.408Z Compiling password-hash v0.5.0
18942024-05-30T03:20:42.476Z Compiling blake2 v0.10.6
18952024-05-30T03:20:42.561Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18962024-05-30T03:20:42.691Z Compiling lru-cache v0.1.2
18972024-05-30T03:20:42.894Z Compiling semver v0.1.20
18982024-05-30T03:20:43.037Z Compiling derive_more v0.99.17
18992024-05-30T03:20:43.070Z Compiling argon2 v0.5.3
19002024-05-30T03:20:43.461Z Compiling rustc_version v0.1.7
19012024-05-30T03:20:43.677Z Compiling slog-dtrace v0.3.0
19022024-05-30T03:20:43.870Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19032024-05-30T03:20:43.958Z Compiling newtype_derive v0.1.6
19042024-05-30T03:20:44.298Z Compiling home v0.5.9
19052024-05-30T03:20:44.442Z Compiling quick-error v1.2.3
19062024-05-30T03:20:44.579Z Compiling resolv-conf v0.7.0
19072024-05-30T03:20:44.658Z Compiling steno v0.4.0
19082024-05-30T03:20:45.526Z Compiling trust-dns-resolver v0.22.0
19092024-05-30T03:20:45.532Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
19102024-05-30T03:20:46.155Z Compiling termcolor v1.4.1
19112024-05-30T03:20:46.287Z Compiling utf-8 v0.7.6
19122024-05-30T03:20:46.626Z Compiling num-rational v0.4.2
19132024-05-30T03:20:47.232Z Compiling num-complex v0.4.6
19142024-05-30T03:20:48.520Z Compiling num v0.4.3
19152024-05-30T03:20:48.629Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
19162024-05-30T03:20:49.091Z Compiling nibble_vec v0.1.0
19172024-05-30T03:20:49.160Z Compiling endian-type v0.1.2
19182024-05-30T03:20:49.303Z Compiling radium v0.7.0
19192024-05-30T03:20:49.392Z Compiling radix_trie v0.2.1
19202024-05-30T03:20:49.690Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
19212024-05-30T03:20:49.751Z Compiling tungstenite v0.20.1
19222024-05-30T03:20:50.333Z Compiling tap v1.0.1
19232024-05-30T03:20:50.352Z Compiling maybe-uninit v2.0.0
19242024-05-30T03:20:50.512Z Compiling wyz v0.5.1
19252024-05-30T03:20:50.857Z Compiling tokio-tungstenite v0.20.1
19262024-05-30T03:20:51.479Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19272024-05-30T03:20:51.547Z Compiling bzip2-sys v0.1.11+1.0.8
19282024-05-30T03:20:51.977Z Compiling arc-swap v1.7.1
19292024-05-30T03:20:52.653Z Compiling crc-catalog v2.4.0
19302024-05-30T03:20:52.807Z Compiling display-error-chain v0.2.0
19312024-05-30T03:20:52.988Z Compiling cancel-safe-futures v0.1.5
19322024-05-30T03:20:53.313Z Compiling packed_struct v0.10.1
19332024-05-30T03:20:54.124Z Compiling num-bigint-dig v0.8.4
19342024-05-30T03:20:54.135Z Compiling funty v2.0.0
19352024-05-30T03:20:55.052Z Compiling crc v3.2.1
19362024-05-30T03:20:55.940Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19372024-05-30T03:20:56.580Z Compiling bitvec v1.0.1
19382024-05-30T03:20:57.014Z Compiling slog-scope v4.4.0
19392024-05-30T03:20:58.028Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
19402024-05-30T03:21:01.103Z Compiling fxhash v0.2.1
19412024-05-30T03:21:01.319Z Compiling packed_struct_codegen v0.10.1
19422024-05-30T03:21:02.660Z Compiling indexmap v1.9.3
19432024-05-30T03:21:02.952Z Compiling nodrop v0.1.14
19442024-05-30T03:21:03.077Z Compiling array-init v0.0.4
19452024-05-30T03:21:04.548Z Compiling smallvec v0.6.14
19462024-05-30T03:21:05.039Z Compiling slog-stdlog v4.1.1
19472024-05-30T03:21:06.996Z Compiling rayon-core v1.12.1
19482024-05-30T03:21:07.021Z Compiling synstructure v0.12.6
19492024-05-30T03:21:07.063Z Compiling pkcs1 v0.7.5
19502024-05-30T03:21:08.197Z Compiling signature v2.2.0
19512024-05-30T03:21:08.484Z Compiling crossbeam-deque v0.8.5
19522024-05-30T03:21:08.589Z Compiling dirs-sys-next v0.1.2
19532024-05-30T03:21:08.815Z Compiling half v2.4.1
19542024-05-30T03:21:09.120Z Compiling glob v0.3.1
19552024-05-30T03:21:09.519Z Compiling bitfield v0.14.0
19562024-05-30T03:21:09.817Z Compiling crunchy v0.2.2
19572024-05-30T03:21:09.954Z Compiling hashbrown v0.12.3
19582024-05-30T03:21:10.262Z Compiling same-file v1.0.6
19592024-05-30T03:21:10.497Z Compiling fastrand v2.1.0
19602024-05-30T03:21:11.020Z Compiling ciborium-io v0.2.2
19612024-05-30T03:21:11.120Z Compiling ciborium-ll v0.2.2
19622024-05-30T03:21:11.151Z Compiling tempfile v3.10.1
19632024-05-30T03:21:11.588Z Compiling walkdir v2.5.0
19642024-05-30T03:21:11.943Z Compiling clang-sys v1.7.0
19652024-05-30T03:21:12.215Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19662024-05-30T03:21:12.343Z Compiling rsa v0.9.6
19672024-05-30T03:21:12.631Z Compiling dirs-next v2.0.0
19682024-05-30T03:21:13.752Z Compiling zerocopy-derive v0.2.0
19692024-05-30T03:21:14.464Z Compiling slog-envlogger v2.2.0
19702024-05-30T03:21:15.554Z Compiling serde-hex v0.1.0
19712024-05-30T03:21:16.701Z Compiling bzip2 v0.4.4
19722024-05-30T03:21:16.982Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
19732024-05-30T03:21:17.159Z Compiling env_logger v0.10.2
19742024-05-30T03:21:17.312Z Compiling camino v1.1.7
19752024-05-30T03:21:17.369Z Compiling x509-cert v0.2.5
19762024-05-30T03:21:17.780Z Compiling ron v0.8.1
19772024-05-30T03:21:19.255Z Compiling hashbrown v0.13.2
19782024-05-30T03:21:20.384Z Compiling crc-any v2.5.0
19792024-05-30T03:21:20.567Z Compiling tiny-keccak v2.0.2
19802024-05-30T03:21:20.607Z Compiling maplit v1.0.2
19812024-05-30T03:21:20.726Z Compiling prettyplease v0.2.20
19822024-05-30T03:21:20.851Z Compiling object v0.30.4
19832024-05-30T03:21:21.029Z Compiling blake3 v1.5.1
19842024-05-30T03:21:21.271Z Compiling ring v0.16.20
19852024-05-30T03:21:21.423Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
19862024-05-30T03:21:23.922Z Compiling zip v0.6.6
19872024-05-30T03:21:23.957Z Compiling rayon v1.10.0
19882024-05-30T03:21:24.085Z Compiling term v0.7.0
19892024-05-30T03:21:25.415Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19902024-05-30T03:21:26.648Z Compiling ciborium v0.2.2
19912024-05-30T03:21:26.819Z Compiling xattr v1.3.1
19922024-05-30T03:21:27.072Z Compiling memmap2 v0.9.4
19932024-05-30T03:21:27.479Z Compiling filetime v0.2.23
19942024-05-30T03:21:27.801Z Compiling atty v0.2.14
19952024-05-30T03:21:27.936Z Compiling path-slash v0.1.5
19962024-05-30T03:21:28.155Z Compiling untrusted v0.7.1
19972024-05-30T03:21:28.330Z Compiling arrayvec v0.7.4
19982024-05-30T03:21:28.703Z Compiling arrayref v0.3.7
19992024-05-30T03:21:28.717Z Compiling constant_time_eq v0.3.0
20002024-05-30T03:21:28.802Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
20012024-05-30T03:21:29.507Z Compiling tar v0.4.40
20022024-05-30T03:21:30.735Z Compiling ascii-canvas v3.0.0
20032024-05-30T03:21:31.248Z Compiling camino-tempfile v1.1.1
20042024-05-30T03:21:31.374Z Compiling toolchain_find v0.4.0
20052024-05-30T03:21:31.658Z Compiling toml v0.8.13
20062024-05-30T03:21:31.935Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20072024-05-30T03:21:32.150Z Compiling libsw v3.3.1
20082024-05-30T03:21:32.354Z Compiling ena v0.14.3
20092024-05-30T03:21:32.460Z Compiling is-terminal v0.4.12
20102024-05-30T03:21:32.593Z Compiling usdt-impl v0.3.5
20112024-05-30T03:21:32.767Z Compiling libloading v0.8.3
20122024-05-30T03:21:32.926Z Compiling owo-colors v4.0.0
20132024-05-30T03:21:33.164Z Compiling topological-sort v0.2.2
20142024-05-30T03:21:33.248Z Compiling bindgen v0.69.4
20152024-05-30T03:21:33.378Z Compiling regex-syntax v0.6.29
20162024-05-30T03:21:33.688Z Compiling diff v0.1.13
20172024-05-30T03:21:33.931Z Compiling linear-map v1.2.0
20182024-05-30T03:21:34.245Z Compiling parking_lot_core v0.8.6
20192024-05-30T03:21:34.343Z Compiling omicron-zone-package v0.11.0
20202024-05-30T03:21:35.749Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20212024-05-30T03:21:38.664Z Compiling lalrpop v0.19.12
20222024-05-30T03:21:40.080Z Compiling rustfmt-wrapper v0.2.1
20232024-05-30T03:21:40.685Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20242024-05-30T03:21:43.215Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
20252024-05-30T03:21:43.234Z Compiling which v4.4.2
20262024-05-30T03:21:43.637Z Compiling cexpr v0.6.0
20272024-05-30T03:21:43.757Z Compiling unicase v2.7.0
20282024-05-30T03:21:44.043Z Compiling shlex v1.3.0
20292024-05-30T03:21:44.416Z Compiling rustc-hash v1.1.0
20302024-05-30T03:21:44.563Z Compiling lazycell v1.3.0
20312024-05-30T03:21:44.870Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
20322024-05-30T03:21:45.849Z Compiling zerocopy v0.3.2
20332024-05-30T03:21:46.182Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
20342024-05-30T03:21:46.436Z Compiling derive_builder_core v0.20.0
20352024-05-30T03:21:47.289Z Compiling pem v3.0.4
20362024-05-30T03:21:48.674Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
20372024-05-30T03:21:48.861Z Compiling headers-core v0.2.0
20382024-05-30T03:21:48.902Z Compiling libxml v0.3.3
20392024-05-30T03:21:49.022Z Compiling async-recursion v1.1.1
20402024-05-30T03:21:49.253Z Compiling ref-cast v1.0.23
20412024-05-30T03:21:49.788Z Compiling headers v0.3.9
20422024-05-30T03:21:50.501Z Compiling derive_builder_macro v0.20.0
20432024-05-30T03:21:51.312Z Compiling dof v0.1.5
20442024-05-30T03:21:52.118Z Compiling parking_lot v0.11.2
20452024-05-30T03:21:53.634Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
20462024-05-30T03:21:54.410Z Compiling trust-dns-client v0.22.0
20472024-05-30T03:21:55.293Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
20482024-05-30T03:21:55.578Z Compiling dtrace-parser v0.1.14
20492024-05-30T03:21:57.408Z Compiling strum_macros v0.24.3
20502024-05-30T03:21:57.703Z Compiling toml v0.5.11
20512024-05-30T03:21:58.647Z Compiling samael v0.0.15
20522024-05-30T03:21:59.320Z Compiling ref-cast-impl v1.0.23
20532024-05-30T03:22:00.243Z Compiling vte_generate_state_changes v0.1.1
20542024-05-30T03:22:00.469Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
20552024-05-30T03:22:00.753Z Compiling cookie v0.18.1
20562024-05-30T03:22:00.820Z Compiling buf-list v1.0.3
20572024-05-30T03:22:00.853Z Compiling cfg_aliases v0.1.1
20582024-05-30T03:22:00.979Z Compiling indoc v1.0.9
20592024-05-30T03:22:01.117Z Compiling nix v0.28.0
20602024-05-30T03:22:01.502Z Compiling vte v0.11.1
20612024-05-30T03:22:02.018Z Compiling trust-dns-server v0.22.1
20622024-05-30T03:22:05.441Z Compiling sled v0.34.7
20632024-05-30T03:22:05.992Z Compiling derive_builder v0.20.0
20642024-05-30T03:22:06.189Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
20652024-05-30T03:22:06.868Z Compiling polar-core v0.27.3
20662024-05-30T03:22:07.982Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
20672024-05-30T03:22:08.256Z Compiling const_format_proc_macros v0.2.32
20682024-05-30T03:22:09.609Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
20692024-05-30T03:22:10.303Z Compiling fd-lock v4.0.2
20702024-05-30T03:22:10.533Z Compiling bb8 v0.8.3
20712024-05-30T03:22:11.071Z Compiling quick-xml v0.31.0
20722024-05-30T03:22:11.546Z Compiling serde_tokenstream v0.1.7
20732024-05-30T03:22:12.035Z Compiling impl-trait-for-tuples v0.2.2
20742024-05-30T03:22:14.835Z Compiling oso-derive v0.27.3
20752024-05-30T03:22:15.807Z Compiling pin-project-internal v1.1.5
20762024-05-30T03:22:17.345Z Compiling memoffset v0.7.1
20772024-05-30T03:22:17.626Z Compiling bytecount v0.6.8
20782024-05-30T03:22:17.916Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
20792024-05-30T03:22:18.189Z Compiling platforms v3.4.0
20802024-05-30T03:22:18.624Z Compiling pin-project v1.1.5
20812024-05-30T03:22:18.774Z Compiling curve25519-dalek v4.1.2
20822024-05-30T03:22:18.789Z Compiling papergrid v0.11.0
20832024-05-30T03:22:21.263Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
20842024-05-30T03:22:21.914Z Compiling const_format v0.2.32
20852024-05-30T03:22:23.189Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20862024-05-30T03:22:32.293Z Compiling oso v0.27.3
20872024-05-30T03:22:37.135Z Compiling strip-ansi-escapes v0.2.0
20882024-05-30T03:22:39.911Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
20892024-05-30T03:22:41.706Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
20902024-05-30T03:22:41.902Z Compiling tabled_derive v0.7.0
20912024-05-30T03:22:44.257Z Compiling kstat-rs v0.2.3
20922024-05-30T03:22:45.277Z Compiling snafu-derive v0.8.2
20932024-05-30T03:22:47.011Z Compiling nu-ansi-term v0.50.0
20942024-05-30T03:22:47.878Z Compiling keccak v0.1.5
20952024-05-30T03:22:48.386Z Compiling sha3 v0.10.8
20962024-05-30T03:22:48.911Z Compiling reedline v0.31.0
20972024-05-30T03:22:49.157Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
20982024-05-30T03:22:49.397Z Compiling tabled v0.15.0
20992024-05-30T03:22:50.378Z Compiling snafu v0.8.2
21002024-05-30T03:22:58.099Z Compiling mime_guess v2.0.4
21012024-05-30T03:22:59.843Z Compiling usdt-attr-macro v0.3.5
21022024-05-30T03:23:01.147Z Compiling usdt-macro v0.3.5
21032024-05-30T03:23:01.284Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
21042024-05-30T03:23:02.578Z Compiling env_logger v0.9.3
21052024-05-30T03:23:04.412Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
21062024-05-30T03:23:04.528Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
21072024-05-30T03:23:07.107Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21082024-05-30T03:23:07.576Z Compiling globset v0.4.14
21092024-05-30T03:23:11.120Z Compiling peg-macros v0.8.3
21102024-05-30T03:23:12.412Z Compiling olpc-cjson v0.1.3
21112024-05-30T03:23:12.755Z Compiling universal-hash v0.5.1
21122024-05-30T03:23:12.992Z Compiling secrecy v0.8.0
21132024-05-30T03:23:13.231Z Compiling thiserror-impl-no-std v2.0.2
21142024-05-30T03:23:13.266Z Compiling bitstruct_derive v0.1.0
21152024-05-30T03:23:14.542Z Compiling serde_plain v1.0.2
21162024-05-30T03:23:14.593Z Compiling nanorand v0.7.0
21172024-05-30T03:23:15.076Z Compiling curve25519-dalek-derive v0.1.1
21182024-05-30T03:23:15.389Z Compiling sqlparser_derive v0.2.2
21192024-05-30T03:23:15.461Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21202024-05-30T03:23:15.593Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21212024-05-30T03:23:15.894Z Compiling salty v0.2.0
21222024-05-30T03:23:16.021Z Compiling opaque-debug v0.3.1
21232024-05-30T03:23:16.131Z Compiling ascii v1.1.0
21242024-05-30T03:23:16.418Z Compiling typed-path v0.7.1
21252024-05-30T03:23:16.540Z Compiling unicode_categories v0.1.1
21262024-05-30T03:23:16.684Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21272024-05-30T03:23:16.842Z Compiling signature v1.6.4
21282024-05-30T03:23:16.885Z Compiling sqlformat v0.2.3
21292024-05-30T03:23:16.994Z Compiling ed25519 v1.5.3
21302024-05-30T03:23:17.296Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
21312024-05-30T03:23:19.677Z Compiling tough v0.17.1
21322024-05-30T03:23:23.201Z Compiling rustyline v14.0.0
21332024-05-30T03:23:23.216Z Compiling sqlparser v0.45.0
21342024-05-30T03:23:25.317Z Compiling poly1305 v0.8.0
21352024-05-30T03:23:26.845Z Compiling thiserror-no-std v2.0.2
21362024-05-30T03:23:27.029Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21372024-05-30T03:23:27.306Z Compiling flume v0.11.0
21382024-05-30T03:23:27.969Z Compiling peg v0.8.3
21392024-05-30T03:23:28.038Z Compiling bitstruct v0.1.1
21402024-05-30T03:23:28.082Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21412024-05-30T03:23:28.629Z Compiling usdt v0.3.5
21422024-05-30T03:23:28.693Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
21432024-05-30T03:23:29.120Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
21442024-05-30T03:23:35.570Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
21452024-05-30T03:23:38.374Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21462024-05-30T03:23:38.732Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21472024-05-30T03:23:39.005Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21482024-05-30T03:23:40.215Z Compiling chacha20 v0.9.1
21492024-05-30T03:23:40.696Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21502024-05-30T03:23:41.240Z Compiling aead v0.5.2
21512024-05-30T03:23:41.568Z Compiling bcs v0.1.6
21522024-05-30T03:23:42.526Z Compiling erased-serde v0.3.31
21532024-05-30T03:23:42.836Z Compiling serde_arrays v0.1.0
21542024-05-30T03:23:43.030Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21552024-05-30T03:23:43.860Z Compiling serde-big-array v0.5.1
21562024-05-30T03:23:44.131Z Compiling parse-size v1.0.0
21572024-05-30T03:23:44.207Z Compiling highway v1.1.0
21582024-05-30T03:23:44.413Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21592024-05-30T03:23:45.583Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
21602024-05-30T03:23:56.144Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21612024-05-30T03:23:56.623Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21622024-05-30T03:24:08.531Z Compiling chacha20poly1305 v0.10.1
21632024-05-30T03:24:10.407Z Compiling vsss-rs v3.3.4
21642024-05-30T03:24:15.113Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
21652024-05-30T03:24:15.543Z Compiling signal-hook-tokio v0.3.1
21662024-05-30T03:24:15.694Z Compiling heck v0.3.3
21672024-05-30T03:24:15.744Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
21682024-05-30T03:24:15.857Z Compiling castaway v0.2.2
21692024-05-30T03:24:16.046Z Compiling rand_seeder v0.2.3
21702024-05-30T03:24:16.074Z Compiling serde-big-array v0.4.1
21712024-05-30T03:24:16.417Z Compiling http-range v0.1.5
21722024-05-30T03:24:16.982Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
21732024-05-30T03:24:17.290Z Compiling hyper-staticfile v0.9.5
21742024-05-30T03:24:17.944Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
21752024-05-30T03:24:18.138Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
21762024-05-30T03:24:18.355Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21772024-05-30T03:24:19.573Z Compiling zone_cfg_derive v0.1.2
21782024-05-30T03:24:19.776Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
21792024-05-30T03:24:20.430Z Compiling compact_str v0.7.1
21802024-05-30T03:24:20.998Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
21812024-05-30T03:24:28.817Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21822024-05-30T03:24:29.459Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
21832024-05-30T03:24:36.056Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
21842024-05-30T03:24:37.477Z Compiling tungstenite v0.21.0
21852024-05-30T03:24:42.836Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
21862024-05-30T03:24:43.055Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
21872024-05-30T03:24:43.107Z Compiling lru v0.12.3
21882024-05-30T03:24:43.334Z Compiling stability v0.2.0
21892024-05-30T03:24:43.450Z Compiling corncobs v0.1.3
21902024-05-30T03:24:43.820Z Compiling base64 v0.13.1
21912024-05-30T03:24:44.302Z Compiling cassowary v0.3.0
21922024-05-30T03:24:44.584Z Compiling indoc v2.0.5
21932024-05-30T03:24:45.603Z Compiling ratatui v0.26.2
21942024-05-30T03:24:48.110Z Compiling ron v0.7.1
21952024-05-30T03:24:50.753Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21962024-05-30T03:24:51.519Z Compiling tokio-tungstenite v0.21.0
21972024-05-30T03:24:52.125Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
21982024-05-30T03:24:53.586Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21992024-05-30T03:24:54.263Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
22002024-05-30T03:25:02.134Z Compiling zone v0.1.8
22012024-05-30T03:25:03.523Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
22022024-05-30T03:25:11.082Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
22032024-05-30T03:25:13.996Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
22042024-05-30T03:25:14.271Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22052024-05-30T03:25:15.376Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
22062024-05-30T03:25:15.663Z Compiling portpicker v0.1.1
22072024-05-30T03:25:16.169Z Compiling csv-core v0.1.11
22082024-05-30T03:25:17.306Z Compiling smawk v0.3.2
22092024-05-30T03:25:17.323Z Compiling unicode-linebreak v0.1.5
22102024-05-30T03:25:17.797Z Compiling textwrap v0.16.1
22112024-05-30T03:25:20.122Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
22122024-05-30T03:25:21.626Z Compiling csv v1.3.0
22132024-05-30T03:25:23.840Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
22142024-05-30T03:25:27.080Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22152024-05-30T03:25:27.876Z Compiling rcgen v0.12.1
22162024-05-30T03:25:33.156Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
22172024-05-30T03:25:33.639Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
22182024-05-30T03:25:33.923Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
22192024-05-30T03:25:38.173Z Compiling atomicwrites v0.4.3
22202024-05-30T03:25:38.706Z Compiling fatfs v0.3.6
22212024-05-30T03:25:40.651Z Compiling rtoolbox v0.0.2
22222024-05-30T03:25:41.112Z Compiling subprocess v0.2.9
22232024-05-30T03:25:41.127Z Compiling assert_matches v1.5.0
22242024-05-30T03:25:41.231Z Compiling is_ci v1.2.0
22252024-05-30T03:25:41.517Z Compiling supports-color v3.0.0
22262024-05-30T03:25:42.174Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22272024-05-30T03:25:45.838Z Compiling rpassword v7.3.1
22282024-05-30T03:25:46.215Z Compiling tui-tree-widget v0.19.0
22292024-05-30T03:25:46.298Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
22302024-05-30T03:25:46.301Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
22312024-05-30T03:25:46.643Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
22322024-05-30T03:25:46.927Z Compiling shell-words v1.1.0
22332024-05-30T03:25:47.366Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
22342024-05-30T03:25:47.504Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
22352024-05-30T03:26:11.315Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
22362024-05-30T03:26:21.402Z Compiling uzers v0.11.3
22372024-05-30T03:26:22.636Z Compiling multimap v0.10.0
22382024-05-30T03:26:24.327Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
22392024-05-30T03:28:47.942Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
22402024-05-30T03:28:48.375Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22412024-05-30T03:34:53.183Z Finished `release` profile [optimized] target(s) in 14m 11s
22422024-05-30T03:38:51.662Z
22432024-05-30T03:38:51.681Zreal 18:11.327612634
22442024-05-30T03:38:51.681Zuser 1:44:31.579886471
22452024-05-30T03:38:51.682Zsys 5:37.904289561
22462024-05-30T03:38:51.682Ztrap 2.506110570
22472024-05-30T03:38:51.682Ztflt 2.158362668
22482024-05-30T03:38:51.682Zdflt 2.884158159
22492024-05-30T03:38:51.682Zkflt 0.001023264
22502024-05-30T03:38:51.682Zlock 7:48:05.759767043
22512024-05-30T03:38:51.682Zslp 4:14:30.117557713
22522024-05-30T03:38:51.683Zlat 2:29.891921447
22532024-05-30T03:38:51.683Zstop 1:38.217620971
22542024-05-30T03:38:51.683Z+ mapfile -t packages
22552024-05-30T03:38:51.683Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
22562024-05-30T03:38:52.579Z Finished `release` profile [optimized] target(s) in 0.87s
22572024-05-30T03:38:52.618Z Running `target/release/omicron-package -t test list-outputs`
22582024-05-30T03:38:52.653ZLogging to: /work/oxidecomputer/omicron/out/LOG
22592024-05-30T03:38:52.658Z+ ptime -m cargo build --locked --release -p xtask
22602024-05-30T03:38:53.146Z Downloading crates ...
22612024-05-30T03:38:53.268Z Downloaded cargo_toml v0.20.2
22622024-05-30T03:38:53.285Z Compiling serde v1.0.202
22632024-05-30T03:38:53.285Z Compiling libc v0.2.153
22642024-05-30T03:38:53.285Z Compiling rustix v0.38.34
22652024-05-30T03:38:53.300Z Compiling bitflags v2.5.0
22662024-05-30T03:38:53.300Z Compiling hashbrown v0.14.5
22672024-05-30T03:38:53.300Z Compiling syn v2.0.64
22682024-05-30T03:38:53.356Z Compiling serde_json v1.0.117
22692024-05-30T03:38:53.410Z Compiling fs-err v2.11.0
22702024-05-30T03:38:53.696Z Compiling anyhow v1.0.83
22712024-05-30T03:38:54.622Z Compiling indexmap v2.2.6
22722024-05-30T03:38:54.995Z Compiling errno v0.3.9
22732024-05-30T03:38:55.831Z Compiling terminal_size v0.3.0
22742024-05-30T03:38:55.922Z Compiling clap_builder v4.5.2
22752024-05-30T03:38:58.254Z Compiling serde_derive v1.0.202
22762024-05-30T03:38:58.254Z Compiling thiserror-impl v1.0.60
22772024-05-30T03:38:58.257Z Compiling clap_derive v4.5.4
22782024-05-30T03:38:59.973Z Compiling thiserror v1.0.60
22792024-05-30T03:39:01.929Z Compiling clap v4.5.4
22802024-05-30T03:39:07.632Z Compiling toml_datetime v0.6.6
22812024-05-30T03:39:07.632Z Compiling serde_spanned v0.6.6
22822024-05-30T03:39:07.635Z Compiling semver v1.0.23
22832024-05-30T03:39:07.635Z Compiling cargo-platform v0.1.8
22842024-05-30T03:39:07.635Z Compiling camino v1.1.7
22852024-05-30T03:39:07.635Z Compiling macaddr v1.0.1
22862024-05-30T03:39:07.944Z Compiling toml_edit v0.22.13
22872024-05-30T03:39:09.216Z Compiling cargo_metadata v0.18.1
22882024-05-30T03:39:10.607Z Compiling toml v0.8.13
22892024-05-30T03:39:11.537Z Compiling cargo_toml v0.20.2
22902024-05-30T03:39:22.864Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
22912024-05-30T03:39:33.276Z Finished `release` profile [optimized] target(s) in 40.56s
22922024-05-30T03:39:33.369Z
22932024-05-30T03:39:33.370Zreal 40.691754061
22942024-05-30T03:39:33.370Zuser 2:58.994732395
22952024-05-30T03:39:33.370Zsys 17.686259832
22962024-05-30T03:39:33.370Ztrap 0.060620437
22972024-05-30T03:39:33.370Ztflt 0.207021867
22982024-05-30T03:39:33.370Zdflt 0.768190709
22992024-05-30T03:39:33.370Zkflt 0.000021639
23002024-05-30T03:39:33.370Zlock 4:17.136895476
23012024-05-30T03:39:33.374Zslp 3:25.567570973
23022024-05-30T03:39:33.374Zlat 2.650480504
23032024-05-30T03:39:33.374Zstop 4.407069937
23042024-05-30T03:39:33.374Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
23052024-05-30T03:39:33.374Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
23062024-05-30T03:39:33.374Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
23072024-05-30T03:39:33.374Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
23082024-05-30T03:39:33.374Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
23092024-05-30T03:39:33.900Z Downloading crates ...
23102024-05-30T03:39:34.130Z Downloaded dhcproto-macros v0.1.0
23112024-05-30T03:39:34.134Z Downloaded md5 v0.7.0
23122024-05-30T03:39:34.134Z Downloaded option-ext v0.2.0
23132024-05-30T03:39:34.137Z Downloaded russh-cryptovec v0.7.2
23142024-05-30T03:39:34.146Z Downloaded rand_core v0.5.1
23152024-05-30T03:39:34.150Z Downloaded ghash v0.5.1
23162024-05-30T03:39:34.154Z Downloaded dirs v5.0.1
23172024-05-30T03:39:34.154Z Downloaded bcrypt-pbkdf v0.10.0
23182024-05-30T03:39:34.154Z Downloaded primeorder v0.13.6
23192024-05-30T03:39:34.155Z Downloaded polyval v0.6.2
23202024-05-30T03:39:34.158Z Downloaded pbkdf2 v0.11.0
23212024-05-30T03:39:34.159Z Downloaded hex-literal v0.4.1
23222024-05-30T03:39:34.159Z Downloaded ed25519 v2.2.3
23232024-05-30T03:39:34.162Z Downloaded cbc v0.1.2
23242024-05-30T03:39:34.163Z Downloaded rfc6979 v0.4.0
23252024-05-30T03:39:34.166Z Downloaded rand_chacha v0.2.2
23262024-05-30T03:39:34.166Z Downloaded internet-checksum v0.2.1
23272024-05-30T03:39:34.166Z Downloaded ctr v0.9.2
23282024-05-30T03:39:34.166Z Downloaded aes v0.8.4
23292024-05-30T03:39:34.175Z Downloaded dirs-sys v0.4.1
23302024-05-30T03:39:34.178Z Downloaded blowfish v0.9.1
23312024-05-30T03:39:34.179Z Downloaded pbkdf2 v0.12.2
23322024-05-30T03:39:34.179Z Downloaded russh-keys v0.43.0
23332024-05-30T03:39:34.179Z Downloaded password-hash v0.4.2
23342024-05-30T03:39:34.183Z Downloaded getrandom v0.1.16
23352024-05-30T03:39:34.183Z Downloaded ecdsa v0.16.9
23362024-05-30T03:39:34.193Z Downloaded p256 v0.13.2
23372024-05-30T03:39:34.204Z Downloaded dhcproto v0.11.0
23382024-05-30T03:39:34.211Z Downloaded ed25519-dalek v2.1.1
23392024-05-30T03:39:34.215Z Downloaded russh v0.43.0
23402024-05-30T03:39:34.219Z Downloaded rand v0.7.3
23412024-05-30T03:39:34.224Z Downloaded aes-gcm v0.10.3
23422024-05-30T03:39:34.228Z Downloaded p521 v0.13.3
23432024-05-30T03:39:34.364Z Compiling proc-macro2 v1.0.82
23442024-05-30T03:39:34.364Z Compiling unicode-ident v1.0.12
23452024-05-30T03:39:34.364Z Compiling libc v0.2.153
23462024-05-30T03:39:34.369Z Compiling cfg-if v1.0.0
23472024-05-30T03:39:34.369Z Compiling serde v1.0.202
23482024-05-30T03:39:34.370Z Compiling version_check v0.9.4
23492024-05-30T03:39:34.370Z Compiling autocfg v1.3.0
23502024-05-30T03:39:34.370Z Compiling byteorder v1.5.0
23512024-05-30T03:39:34.550Z Compiling memchr v2.7.2
23522024-05-30T03:39:34.637Z Compiling log v0.4.21
23532024-05-30T03:39:34.915Z Compiling itoa v1.0.11
23542024-05-30T03:39:35.093Z Compiling once_cell v1.19.0
23552024-05-30T03:39:35.111Z Compiling scopeguard v1.2.0
23562024-05-30T03:39:35.128Z Compiling smallvec v1.13.2
23572024-05-30T03:39:35.278Z Compiling typenum v1.17.0
23582024-05-30T03:39:35.693Z Compiling generic-array v0.14.7
23592024-05-30T03:39:35.693Z Compiling lock_api v0.4.12
23602024-05-30T03:39:35.693Z Compiling thiserror v1.0.60
23612024-05-30T03:39:35.693Z Compiling cc v1.0.97
23622024-05-30T03:39:35.709Z Compiling parking_lot_core v0.9.10
23632024-05-30T03:39:36.091Z Compiling quote v1.0.36
23642024-05-30T03:39:36.348Z Compiling pin-project-lite v0.2.14
23652024-05-30T03:39:36.353Z Compiling libm v0.2.8
23662024-05-30T03:39:36.378Z Compiling num-traits v0.2.19
23672024-05-30T03:39:36.484Z Compiling syn v2.0.64
23682024-05-30T03:39:36.572Z Compiling getrandom v0.2.14
23692024-05-30T03:39:36.841Z Compiling rand_core v0.6.4
23702024-05-30T03:39:36.903Z Compiling signal-hook-registry v1.4.2
23712024-05-30T03:39:36.981Z Compiling subtle v2.5.0
23722024-05-30T03:39:37.073Z Compiling parking_lot v0.12.2
23732024-05-30T03:39:37.384Z Compiling mio v0.8.11
23742024-05-30T03:39:37.591Z Compiling ryu v1.0.18
23752024-05-30T03:39:37.720Z Compiling socket2 v0.5.7
23762024-05-30T03:39:37.948Z Compiling num_cpus v1.16.0
23772024-05-30T03:39:38.052Z Compiling ahash v0.8.11
23782024-05-30T03:39:38.483Z Compiling serde_json v1.0.117
23792024-05-30T03:39:38.495Z Compiling allocator-api2 v0.2.18
23802024-05-30T03:39:38.508Z Compiling futures-core v0.3.30
23812024-05-30T03:39:38.721Z Compiling const-oid v0.9.6
23822024-05-30T03:39:38.728Z Compiling futures-sink v0.3.30
23832024-05-30T03:39:38.770Z Compiling equivalent v1.0.1
23842024-05-30T03:39:38.793Z Compiling slab v0.4.9
23852024-05-30T03:39:38.880Z Compiling fnv v1.0.7
23862024-05-30T03:39:38.898Z Compiling futures-channel v0.3.30
23872024-05-30T03:39:38.901Z Compiling futures-task v0.3.30
23882024-05-30T03:39:39.018Z Compiling futures-io v0.3.30
23892024-05-30T03:39:39.023Z Compiling pin-utils v0.1.0
23902024-05-30T03:39:39.115Z Compiling iana-time-zone v0.1.60
23912024-05-30T03:39:39.243Z Compiling syn v1.0.109
23922024-05-30T03:39:39.329Z Compiling tinyvec_macros v0.1.1
23932024-05-30T03:39:39.347Z Compiling unicode-bidi v0.3.15
23942024-05-30T03:39:39.420Z Compiling tinyvec v1.6.0
23952024-05-30T03:39:39.509Z Compiling semver v1.0.23
23962024-05-30T03:39:39.598Z Compiling schemars v0.8.20
23972024-05-30T03:39:39.975Z Compiling cpufeatures v0.2.12
23982024-05-30T03:39:40.088Z Compiling dyn-clone v1.0.17
23992024-05-30T03:39:40.117Z Compiling percent-encoding v2.3.1
24002024-05-30T03:39:40.313Z Compiling spin v0.9.8
24012024-05-30T03:39:40.456Z Compiling ppv-lite86 v0.2.17
24022024-05-30T03:39:40.505Z Compiling tracing-core v0.1.32
24032024-05-30T03:39:40.686Z Compiling num-conv v0.1.0
24042024-05-30T03:39:40.733Z Compiling time-core v0.1.2
24052024-05-30T03:39:40.864Z Compiling unicode-normalization v0.1.23
24062024-05-30T03:39:40.889Z Compiling powerfmt v0.2.0
24072024-05-30T03:39:40.932Z Compiling form_urlencoded v1.2.1
24082024-05-30T03:39:41.008Z Compiling time-macros v0.2.18
24092024-05-30T03:39:41.257Z Compiling deranged v0.3.11
24102024-05-30T03:39:41.273Z Compiling ring v0.17.8
24112024-05-30T03:39:41.310Z Compiling num_threads v0.1.7
24122024-05-30T03:39:41.446Z Compiling rand_chacha v0.3.1
24132024-05-30T03:39:41.981Z Compiling aho-corasick v1.1.3
24142024-05-30T03:39:42.006Z Compiling regex-syntax v0.8.3
24152024-05-30T03:39:43.231Z Compiling rand v0.8.5
24162024-05-30T03:39:43.809Z Compiling idna v0.5.0
24172024-05-30T03:39:44.468Z Compiling serde_derive_internals v0.29.1
24182024-05-30T03:39:45.290Z Compiling time v0.3.36
24192024-05-30T03:39:45.411Z Compiling regex-automata v0.4.6
24202024-05-30T03:39:45.429Z Compiling slog v2.7.0
24212024-05-30T03:39:45.919Z Compiling httparse v1.8.0
24222024-05-30T03:39:46.480Z Compiling url v2.5.0
24232024-05-30T03:39:47.354Z Compiling untrusted v0.9.0
24242024-05-30T03:39:47.544Z Compiling spin v0.5.2
24252024-05-30T03:39:48.689Z Compiling pkg-config v0.3.30
24262024-05-30T03:39:48.791Z Compiling vcpkg v0.2.15
24272024-05-30T03:39:49.115Z Compiling adler v1.0.2
24282024-05-30T03:39:49.365Z Compiling heck v0.4.1
24292024-05-30T03:39:49.878Z Compiling miniz_oxide v0.7.2
24302024-05-30T03:39:50.335Z Compiling lazy_static v1.4.0
24312024-05-30T03:39:50.462Z Compiling backtrace v0.3.71
24322024-05-30T03:39:50.851Z Compiling unicode-width v0.1.12
24332024-05-30T03:39:50.902Z Compiling regex v1.10.4
24342024-05-30T03:39:51.070Z Compiling openssl-sys v0.9.102
24352024-05-30T03:39:51.091Z Compiling gimli v0.28.1
24362024-05-30T03:39:51.524Z Compiling httpdate v1.0.3
24372024-05-30T03:39:51.750Z Compiling try-lock v0.2.5
24382024-05-30T03:39:51.907Z Compiling want v0.3.1
24392024-05-30T03:39:51.963Z Compiling serde_derive v1.0.202
24402024-05-30T03:39:52.009Z Compiling zeroize_derive v1.4.2
24412024-05-30T03:39:52.025Z Compiling thiserror-impl v1.0.60
24422024-05-30T03:39:52.074Z Compiling zerocopy-derive v0.7.34
24432024-05-30T03:39:52.204Z Compiling tokio-macros v2.2.0
24442024-05-30T03:39:53.715Z Compiling zeroize v1.7.0
24452024-05-30T03:39:53.975Z Compiling futures-macro v0.3.30
24462024-05-30T03:39:54.523Z Compiling zerocopy v0.7.34
24472024-05-30T03:39:55.007Z Compiling schemars_derive v0.8.20
24482024-05-30T03:39:55.552Z Compiling crypto-common v0.1.6
24492024-05-30T03:39:55.676Z Compiling block-buffer v0.10.4
24502024-05-30T03:39:55.792Z Compiling tracing-attributes v0.1.27
24512024-05-30T03:39:55.992Z Compiling digest v0.10.7
24522024-05-30T03:39:56.199Z Compiling futures-util v0.3.30
24532024-05-30T03:39:56.217Z Compiling async-trait v0.1.80
24542024-05-30T03:39:56.593Z Compiling addr2line v0.21.0
24552024-05-30T03:39:56.772Z Compiling hashbrown v0.14.5
24562024-05-30T03:39:57.292Z Compiling object v0.32.2
24572024-05-30T03:39:58.213Z Compiling base64 v0.21.7
24582024-05-30T03:39:58.505Z Compiling openssl v0.10.64
24592024-05-30T03:39:58.921Z Compiling anyhow v1.0.83
24602024-05-30T03:39:58.975Z Compiling mime v0.3.17
24612024-05-30T03:39:59.185Z Compiling foreign-types-shared v0.1.1
24622024-05-30T03:39:59.203Z Compiling rustc-demangle v0.1.24
24632024-05-30T03:39:59.301Z Compiling tower-service v0.3.2
24642024-05-30T03:39:59.433Z Compiling ipnet v2.9.0
24652024-05-30T03:39:59.592Z Compiling foreign-types v0.3.2
24662024-05-30T03:39:59.754Z Compiling openssl-macros v0.1.1
24672024-05-30T03:39:59.957Z Compiling tracing v0.1.40
24682024-05-30T03:40:00.165Z Compiling native-tls v0.2.11
24692024-05-30T03:40:00.460Z Compiling winnow v0.5.40
24702024-05-30T03:40:00.536Z Compiling crossbeam-utils v0.8.19
24712024-05-30T03:40:00.547Z Compiling rustls v0.21.12
24722024-05-30T03:40:00.738Z Compiling base64ct v1.6.0
24732024-05-30T03:40:00.773Z Compiling heck v0.5.0
24742024-05-30T03:40:01.207Z Compiling rustls-webpki v0.101.7
24752024-05-30T03:40:01.223Z Compiling sct v0.7.1
24762024-05-30T03:40:01.338Z Compiling cookie v0.17.0
24772024-05-30T03:40:01.394Z Compiling rustix v0.38.34
24782024-05-30T03:40:01.540Z Compiling openssl-probe v0.1.5
24792024-05-30T03:40:01.620Z Compiling ucd-trie v0.1.6
24802024-05-30T03:40:01.915Z Compiling futures-executor v0.3.30
24812024-05-30T03:40:02.282Z Compiling futures v0.3.30
24822024-05-30T03:40:02.404Z Compiling pest v2.7.10
24832024-05-30T03:40:02.553Z Compiling idna v0.3.0
24842024-05-30T03:40:03.159Z Compiling errno v0.3.9
24852024-05-30T03:40:03.414Z Compiling encoding_rs v0.8.34
24862024-05-30T03:40:03.799Z Compiling rustversion v1.0.17
24872024-05-30T03:40:04.399Z Compiling data-encoding v2.6.0
24882024-05-30T03:40:04.525Z Compiling psl-types v2.0.11
24892024-05-30T03:40:04.715Z Compiling publicsuffix v2.2.3
24902024-05-30T03:40:05.315Z Compiling pest_meta v2.7.10
24912024-05-30T03:40:05.800Z Compiling hmac v0.12.1
24922024-05-30T03:40:05.884Z Compiling scroll_derive v0.12.0
24932024-05-30T03:40:06.937Z Compiling bytes v1.6.0
24942024-05-30T03:40:07.522Z Compiling indexmap v2.2.6
24952024-05-30T03:40:07.664Z Compiling uuid v1.8.0
24962024-05-30T03:40:07.901Z Compiling tokio v1.37.0
24972024-05-30T03:40:08.041Z Compiling chrono v0.4.38
24982024-05-30T03:40:08.281Z Compiling bitflags v2.5.0
24992024-05-30T03:40:08.922Z Compiling http v0.2.12
25002024-05-30T03:40:09.140Z Compiling serde_tokenstream v0.2.0
25012024-05-30T03:40:09.534Z Compiling toml_datetime v0.6.6
25022024-05-30T03:40:09.716Z Compiling serde_spanned v0.6.6
25032024-05-30T03:40:09.965Z Compiling toml_edit v0.19.15
25042024-05-30T03:40:10.799Z Compiling http-body v0.4.6
25052024-05-30T03:40:11.571Z Compiling serde_urlencoded v0.7.1
25062024-05-30T03:40:11.715Z Compiling openapiv3 v2.0.0
25072024-05-30T03:40:12.061Z Compiling cookie_store v0.20.0
25082024-05-30T03:40:12.075Z Compiling scroll v0.12.0
25092024-05-30T03:40:12.652Z Compiling pest_generator v2.7.10
25102024-05-30T03:40:13.653Z Compiling rustls-pemfile v1.0.4
25112024-05-30T03:40:14.129Z Compiling bitflags v1.3.2
25122024-05-30T03:40:14.233Z Compiling strsim v0.11.1
25132024-05-30T03:40:14.421Z Compiling sync_wrapper v0.1.2
25142024-05-30T03:40:14.560Z Compiling webpki-roots v0.25.4
25152024-05-30T03:40:14.677Z Compiling plain v0.2.3
25162024-05-30T03:40:14.719Z Compiling rustc_version v0.4.0
25172024-05-30T03:40:14.799Z Compiling pest_derive v2.7.10
25182024-05-30T03:40:14.833Z Compiling goblin v0.8.2
25192024-05-30T03:40:15.192Z Compiling pem-rfc7468 v0.7.0
25202024-05-30T03:40:15.509Z Compiling block-padding v0.3.3
25212024-05-30T03:40:15.614Z Compiling der_derive v0.7.2
25222024-05-30T03:40:16.560Z Compiling usdt-impl v0.5.0
25232024-05-30T03:40:16.576Z Compiling tokio-util v0.7.11
25242024-05-30T03:40:16.576Z Compiling tokio-rustls v0.24.1
25252024-05-30T03:40:16.576Z Compiling pretty-hex v0.4.1
25262024-05-30T03:40:16.577Z Compiling flagset v0.4.5
25272024-05-30T03:40:16.730Z Compiling tokio-native-tls v0.3.1
25282024-05-30T03:40:16.997Z Compiling h2 v0.3.26
25292024-05-30T03:40:17.223Z Compiling inout v0.1.3
25302024-05-30T03:40:17.439Z Compiling dtrace-parser v0.2.0
25312024-05-30T03:40:17.485Z Compiling thread-id v4.2.1
25322024-05-30T03:40:17.582Z Compiling cipher v0.4.4
25332024-05-30T03:40:18.139Z Compiling sha2 v0.10.8
25342024-05-30T03:40:18.283Z Compiling der v0.7.9
25352024-05-30T03:40:18.522Z Compiling either v1.12.0
25362024-05-30T03:40:18.959Z Compiling ff v0.13.0
25372024-05-30T03:40:19.092Z Compiling stable_deref_trait v1.2.0
25382024-05-30T03:40:19.196Z Compiling base16ct v0.2.0
25392024-05-30T03:40:19.213Z Compiling group v0.13.0
25402024-05-30T03:40:19.548Z Compiling hkdf v0.12.4
25412024-05-30T03:40:19.569Z Compiling crossbeam-epoch v0.9.18
25422024-05-30T03:40:19.630Z Compiling crypto-bigint v0.5.5
25432024-05-30T03:40:19.831Z Compiling num-integer v0.1.46
25442024-05-30T03:40:20.383Z Compiling dof v0.3.0
25452024-05-30T03:40:20.651Z Compiling spki v0.7.3
25462024-05-30T03:40:21.054Z Compiling pkcs8 v0.10.2
25472024-05-30T03:40:21.654Z Compiling sec1 v0.7.3
25482024-05-30T03:40:21.762Z Compiling memmap v0.7.0
25492024-05-30T03:40:22.147Z Compiling crc32fast v1.4.0
25502024-05-30T03:40:22.232Z Compiling unicode-segmentation v1.11.0
25512024-05-30T03:40:22.714Z Compiling elliptic-curve v0.13.8
25522024-05-30T03:40:22.757Z Compiling winnow v0.6.8
25532024-05-30T03:40:23.087Z Compiling managed v0.8.0
25542024-05-30T03:40:23.539Z Compiling toml v0.7.8
25552024-05-30T03:40:23.605Z Compiling ipnetwork v0.20.0
25562024-05-30T03:40:23.623Z Compiling hex v0.4.3
25572024-05-30T03:40:23.641Z Compiling hyper v0.14.28
25582024-05-30T03:40:24.259Z Compiling utf8parse v0.2.1
25592024-05-30T03:40:24.432Z Compiling matches v0.1.10
25602024-05-30T03:40:24.534Z Compiling anstyle v1.0.7
25612024-05-30T03:40:24.552Z Compiling idna v0.2.3
25622024-05-30T03:40:25.001Z Compiling anstyle-parse v0.2.4
25632024-05-30T03:40:25.303Z Compiling enum-as-inner v0.5.1
25642024-05-30T03:40:25.356Z Compiling is_terminal_polyfill v1.70.0
25652024-05-30T03:40:25.489Z Compiling colorchoice v1.0.1
25662024-05-30T03:40:25.587Z Compiling usdt-macro v0.5.0
25672024-05-30T03:40:25.660Z Compiling usdt-attr-macro v0.5.0
25682024-05-30T03:40:25.798Z Compiling anstyle-query v1.0.3
25692024-05-30T03:40:25.959Z Compiling bit-vec v0.6.3
25702024-05-30T03:40:26.248Z Compiling toml_edit v0.22.13
25712024-05-30T03:40:26.388Z Compiling siphasher v0.3.11
25722024-05-30T03:40:26.458Z Compiling trust-dns-proto v0.22.0
25732024-05-30T03:40:26.589Z Compiling anstream v0.6.14
25742024-05-30T03:40:26.793Z Compiling flate2 v1.0.30
25752024-05-30T03:40:27.130Z Compiling num-bigint v0.4.5
25762024-05-30T03:40:27.377Z Compiling usdt v0.5.0
25772024-05-30T03:40:27.380Z Compiling heapless v0.7.17
25782024-05-30T03:40:27.597Z Compiling terminal_size v0.3.0
25792024-05-30T03:40:27.764Z Compiling regress v0.9.1
25802024-05-30T03:40:27.814Z Compiling signal-hook v0.3.17
25812024-05-30T03:40:27.834Z Compiling finl_unicode v1.2.0
25822024-05-30T03:40:27.887Z Compiling clap_lex v0.7.0
25832024-05-30T03:40:28.168Z Compiling clap_builder v4.5.2
25842024-05-30T03:40:28.413Z Compiling stringprep v0.1.4
25852024-05-30T03:40:28.431Z Compiling itertools v0.10.5
25862024-05-30T03:40:29.660Z Compiling clap_derive v4.5.4
25872024-05-30T03:40:31.424Z Compiling hyper-rustls v0.24.2
25882024-05-30T03:40:31.797Z Compiling hyper-tls v0.5.0
25892024-05-30T03:40:32.156Z Compiling reqwest v0.11.27
25902024-05-30T03:40:32.976Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
25912024-05-30T03:40:33.727Z Compiling yasna v0.5.2
25922024-05-30T03:40:34.889Z Compiling md-5 v0.10.6
25932024-05-30T03:40:35.009Z Compiling hash32 v0.2.1
25942024-05-30T03:40:35.075Z Compiling smoltcp v0.9.1
25952024-05-30T03:40:35.165Z Compiling fallible-iterator v0.2.0
25962024-05-30T03:40:35.430Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25972024-05-30T03:40:35.876Z Compiling postgres-protocol v0.6.6
25982024-05-30T03:40:35.892Z Compiling clap v4.5.4
25992024-05-30T03:40:36.706Z Compiling phf_shared v0.11.2
26002024-05-30T03:40:36.715Z Compiling tokio-stream v0.1.15
26012024-05-30T03:40:37.392Z Compiling hubpack_derive v0.1.1
26022024-05-30T03:40:37.811Z Compiling zerocopy-derive v0.6.6
26032024-05-30T03:40:37.811Z Compiling diesel_table_macro_syntax v0.1.0
26042024-05-30T03:40:37.821Z Compiling scheduled-thread-pool v0.2.7
26052024-05-30T03:40:37.821Z Compiling fs-err v2.11.0
26062024-05-30T03:40:37.881Z Compiling fixedbitset v0.4.2
26072024-05-30T03:40:37.926Z Compiling r2d2 v0.8.10
26082024-05-30T03:40:38.109Z Compiling hubpack v0.1.2
26092024-05-30T03:40:38.129Z Compiling petgraph v0.6.5
26102024-05-30T03:40:38.287Z Compiling diesel_derives v2.1.4
26112024-05-30T03:40:38.326Z Compiling postgres-types v0.2.6
26122024-05-30T03:40:38.556Z Compiling phf v0.11.2
26132024-05-30T03:40:38.894Z Compiling signal-hook-mio v0.2.3
26142024-05-30T03:40:39.343Z Compiling phf_shared v0.10.0
26152024-05-30T03:40:39.444Z Compiling zerocopy v0.6.6
26162024-05-30T03:40:39.762Z Compiling similar v2.5.0
26172024-05-30T03:40:39.917Z Compiling num-iter v0.1.45
26182024-05-30T03:40:40.126Z Compiling strum_macros v0.25.3
26192024-05-30T03:40:40.313Z Compiling serde_repr v0.1.19
26202024-05-30T03:40:40.520Z Compiling console v0.15.8
26212024-05-30T03:40:41.607Z Compiling getopts v0.2.21
26222024-05-30T03:40:42.198Z Compiling float-cmp v0.9.0
26232024-05-30T03:40:42.251Z Compiling predicates-core v1.0.6
26242024-05-30T03:40:42.420Z Compiling static_assertions v1.1.0
26252024-05-30T03:40:42.426Z Compiling normalize-line-endings v0.3.0
26262024-05-30T03:40:42.547Z Compiling minimal-lexical v0.2.1
26272024-05-30T03:40:42.562Z Compiling difflib v0.4.0
26282024-05-30T03:40:42.625Z Compiling whoami v1.5.1
26292024-05-30T03:40:42.633Z Compiling new_debug_unreachable v1.0.6
26302024-05-30T03:40:42.751Z Compiling precomputed-hash v0.1.1
26312024-05-30T03:40:42.869Z Compiling unsafe-libyaml v0.2.11
26322024-05-30T03:40:43.069Z Compiling tokio-postgres v0.7.10
26332024-05-30T03:40:43.282Z Compiling nom v7.1.3
26342024-05-30T03:40:44.259Z Compiling serde_yaml v0.9.34+deprecated
26352024-05-30T03:40:44.458Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
26362024-05-30T03:40:44.858Z Compiling predicates v3.1.0
26372024-05-30T03:40:46.634Z Compiling string_cache v0.8.7
26382024-05-30T03:40:47.076Z Compiling crossterm v0.27.0
26392024-05-30T03:40:47.985Z Compiling bit-set v0.5.3
26402024-05-30T03:40:48.159Z Compiling itertools v0.12.1
26412024-05-30T03:40:48.295Z Compiling bstr v1.9.1
26422024-05-30T03:40:48.330Z Compiling peg-runtime v0.8.3
26432024-05-30T03:40:48.729Z Compiling lalrpop-util v0.19.12
26442024-05-30T03:40:49.033Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
26452024-05-30T03:40:49.079Z Compiling sha1 v0.10.6
26462024-05-30T03:40:49.485Z Compiling camino v1.1.7
26472024-05-30T03:40:49.514Z Compiling ident_case v1.0.1
26482024-05-30T03:40:50.140Z Compiling darling_core v0.20.9
26492024-05-30T03:40:50.153Z Compiling strum_macros v0.26.2
26502024-05-30T03:40:50.188Z Compiling dirs-sys-next v0.1.2
26512024-05-30T03:40:50.884Z Compiling base64 v0.22.1
26522024-05-30T03:40:50.931Z Compiling match_cfg v0.1.0
26532024-05-30T03:40:51.066Z Compiling hostname v0.3.1
26542024-05-30T03:40:51.243Z Compiling dirs-next v2.0.0
26552024-05-30T03:40:51.733Z Compiling toml v0.8.13
26562024-05-30T03:40:51.748Z Compiling http v1.1.0
26572024-05-30T03:40:51.748Z Compiling thread_local v1.1.8
26582024-05-30T03:40:51.748Z Compiling rustls-pki-types v1.7.0
26592024-05-30T03:40:52.037Z Compiling slog-async v2.8.0
26602024-05-30T03:40:52.645Z Compiling term v0.7.0
26612024-05-30T03:40:52.660Z Compiling crossbeam-channel v0.5.12
26622024-05-30T03:40:53.177Z Compiling is-terminal v0.4.12
26632024-05-30T03:40:53.316Z Compiling take_mut v0.2.2
26642024-05-30T03:40:53.460Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
26652024-05-30T03:40:53.482Z Compiling rustls v0.22.4
26662024-05-30T03:40:53.750Z Compiling paste v1.0.15
26672024-05-30T03:40:53.976Z Compiling slog-term v2.9.1
26682024-05-30T03:40:54.202Z Compiling rustls-webpki v0.102.4
26692024-05-30T03:40:55.315Z Compiling multer v3.1.0
26702024-05-30T03:40:55.315Z Compiling diesel v2.1.6
26712024-05-30T03:40:55.315Z Compiling instant v0.1.12
26722024-05-30T03:40:55.315Z Compiling slog-json v2.6.1
26732024-05-30T03:40:55.563Z Compiling strum v0.26.2
26742024-05-30T03:40:55.692Z Compiling async-stream-impl v0.3.5
26752024-05-30T03:40:55.762Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
26762024-05-30T03:40:56.074Z Compiling debug-ignore v1.0.5
26772024-05-30T03:40:56.136Z Compiling atomic-waker v1.1.2
26782024-05-30T03:40:56.311Z Compiling waitgroup v0.1.2
26792024-05-30T03:40:56.349Z Compiling slog-bunyan v2.5.0
26802024-05-30T03:40:56.532Z Compiling rustls-pemfile v2.1.2
26812024-05-30T03:40:56.562Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
26822024-05-30T03:40:57.043Z Compiling serde_path_to_error v0.1.16
26832024-05-30T03:40:57.185Z Compiling async-stream v0.3.5
26842024-05-30T03:40:57.378Z Compiling darling_macro v0.20.9
26852024-05-30T03:40:57.522Z Compiling structmeta-derive v0.3.0
26862024-05-30T03:40:57.544Z Compiling hostname v0.4.0
26872024-05-30T03:40:57.816Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
26882024-05-30T03:40:57.893Z Compiling newtype-uuid v1.1.0
26892024-05-30T03:40:58.086Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
26902024-05-30T03:40:58.109Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26912024-05-30T03:40:58.178Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26922024-05-30T03:40:58.217Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
26932024-05-30T03:40:58.404Z Compiling darling v0.20.9
26942024-05-30T03:40:58.469Z Compiling backoff v0.4.0
26952024-05-30T03:40:58.512Z Compiling serde_with_macros v3.8.1
26962024-05-30T03:40:58.799Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26972024-05-30T03:40:58.857Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26982024-05-30T03:40:58.870Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7)
26992024-05-30T03:40:58.962Z Compiling macaddr v1.0.1
27002024-05-30T03:40:59.031Z Compiling proc-macro-crate v1.3.1
27012024-05-30T03:40:59.420Z Compiling tokio-rustls v0.25.0
27022024-05-30T03:40:59.599Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27032024-05-30T03:40:59.931Z Compiling fastrand v2.1.0
27042024-05-30T03:41:00.178Z Compiling num_enum_derive v0.5.11
27052024-05-30T03:41:00.907Z Compiling tempfile v3.10.1
27062024-05-30T03:41:00.920Z Compiling structmeta v0.3.0
27072024-05-30T03:41:01.129Z Compiling parse-display-derive v0.9.0
27082024-05-30T03:41:01.466Z Compiling proc-macro-error-attr v1.0.4
27092024-05-30T03:41:01.746Z Compiling serde_with v3.8.1
27102024-05-30T03:41:01.836Z Compiling proc-macro-error v1.0.4
27112024-05-30T03:41:02.139Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27122024-05-30T03:41:03.135Z Compiling num_enum v0.5.11
27132024-05-30T03:41:03.301Z Compiling foreign-types-macros v0.2.3
27142024-05-30T03:41:03.408Z Compiling heapless v0.8.0
27152024-05-30T03:41:03.972Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27162024-05-30T03:41:04.237Z Compiling foreign-types-shared v0.3.1
27172024-05-30T03:41:04.808Z Compiling foreign-types v0.5.0
27182024-05-30T03:41:05.106Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27192024-05-30T03:41:05.424Z Compiling cstr-argument v0.1.2
27202024-05-30T03:41:05.638Z Compiling hash32 v0.3.1
27212024-05-30T03:41:05.702Z Compiling pretty-hex v0.2.1
27222024-05-30T03:41:05.842Z Compiling smoltcp v0.11.0
27232024-05-30T03:41:05.910Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27242024-05-30T03:41:06.083Z Compiling parse-display v0.9.0
27252024-05-30T03:41:06.184Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27262024-05-30T03:41:06.295Z Compiling camino-tempfile v1.1.1
27272024-05-30T03:41:06.652Z Compiling tabwriter v1.4.0
27282024-05-30T03:41:06.782Z Compiling colored v2.1.0
27292024-05-30T03:41:06.799Z Compiling socket2 v0.4.10
27302024-05-30T03:41:06.815Z Compiling cobs v0.2.3
27312024-05-30T03:41:06.850Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
27322024-05-30T03:41:07.046Z Compiling embedded-io v0.4.0
27332024-05-30T03:41:07.169Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
27342024-05-30T03:41:07.269Z Compiling postcard v1.0.8
27352024-05-30T03:41:07.456Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
27362024-05-30T03:41:07.584Z Compiling crucible-workspace-hack v0.1.0
27372024-05-30T03:41:07.677Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
27382024-05-30T03:41:07.714Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
27392024-05-30T03:41:07.860Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
27402024-05-30T03:41:08.160Z Compiling smf v0.2.3
27412024-05-30T03:41:08.209Z Compiling humantime v2.1.0
27422024-05-30T03:41:08.631Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
27432024-05-30T03:41:08.697Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
27442024-05-30T03:41:08.760Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
27452024-05-30T03:41:08.970Z Compiling num-derive v0.4.2
27462024-05-30T03:41:09.255Z Compiling sigpipe v0.1.3
27472024-05-30T03:41:09.386Z Compiling utf-8 v0.7.6
27482024-05-30T03:41:09.624Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
27492024-05-30T03:41:09.746Z Compiling atty v0.2.14
27502024-05-30T03:41:09.887Z Compiling same-file v1.0.6
27512024-05-30T03:41:10.078Z Compiling platforms v3.4.0
27522024-05-30T03:41:10.131Z Compiling semver v0.1.20
27532024-05-30T03:41:10.220Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
27542024-05-30T03:41:10.813Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
27552024-05-30T03:41:10.839Z Compiling rayon-core v1.12.1
27562024-05-30T03:41:11.194Z Compiling curve25519-dalek v4.1.2
27572024-05-30T03:41:11.603Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
27582024-05-30T03:41:11.845Z Compiling rustc_version v0.1.7
27592024-05-30T03:41:11.969Z Compiling walkdir v2.5.0
27602024-05-30T03:41:12.154Z Compiling newline-converter v0.3.0
27612024-05-30T03:41:12.375Z Compiling crossbeam-deque v0.8.5
27622024-05-30T03:41:12.533Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
27632024-05-30T03:41:12.557Z Compiling universal-hash v0.5.1
27642024-05-30T03:41:12.654Z Compiling opaque-debug v0.3.1
27652024-05-30T03:41:12.759Z Compiling newtype_derive v0.1.6
27662024-05-30T03:41:12.780Z Compiling expectorate v1.1.0
27672024-05-30T03:41:12.900Z Compiling tungstenite v0.20.1
27682024-05-30T03:41:12.940Z Compiling xattr v1.3.1
27692024-05-30T03:41:12.943Z Compiling signature v2.2.0
27702024-05-30T03:41:13.019Z Compiling curve25519-dalek-derive v0.1.1
27712024-05-30T03:41:13.227Z Compiling blake3 v1.5.1
27722024-05-30T03:41:13.246Z Compiling ring v0.16.20
27732024-05-30T03:41:13.834Z Compiling filetime v0.2.23
27742024-05-30T03:41:14.205Z Compiling unicase v2.7.0
27752024-05-30T03:41:14.362Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d)
27762024-05-30T03:41:14.502Z Compiling linked-hash-map v0.5.6
27772024-05-30T03:41:14.571Z Compiling termcolor v1.4.1
27782024-05-30T03:41:14.616Z Compiling arc-swap v1.7.1
27792024-05-30T03:41:14.632Z Compiling quick-error v1.2.3
27802024-05-30T03:41:14.785Z Compiling convert_case v0.4.0
27812024-05-30T03:41:14.861Z Compiling getrandom v0.1.16
27822024-05-30T03:41:15.000Z Compiling lru-cache v0.1.2
27832024-05-30T03:41:15.215Z Compiling slog-scope v4.4.0
27842024-05-30T03:41:15.297Z Compiling env_logger v0.9.3
27852024-05-30T03:41:15.484Z Compiling resolv-conf v0.7.0
27862024-05-30T03:41:15.794Z Compiling derive_more v0.99.17
27872024-05-30T03:41:15.864Z Compiling tar v0.4.40
27882024-05-30T03:41:16.342Z Compiling tokio-tungstenite v0.20.1
27892024-05-30T03:41:16.901Z Compiling rayon v1.10.0
27902024-05-30T03:41:17.730Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27912024-05-30T03:41:17.807Z Compiling password-hash v0.5.0
27922024-05-30T03:41:18.136Z Compiling blake2 v0.10.6
27932024-05-30T03:41:18.493Z Compiling bitstruct_derive v0.1.0
27942024-05-30T03:41:18.890Z Compiling derive-where v1.2.7
27952024-05-30T03:41:19.528Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27962024-05-30T03:41:19.683Z Compiling memmap2 v0.9.4
27972024-05-30T03:41:19.860Z Compiling ascii v1.1.0
27982024-05-30T03:41:20.180Z Compiling libefi-sys v0.1.0
27992024-05-30T03:41:20.459Z Compiling arrayvec v0.7.4
28002024-05-30T03:41:20.512Z Compiling parking_lot_core v0.8.6
28012024-05-30T03:41:20.874Z Compiling untrusted v0.7.1
28022024-05-30T03:41:21.015Z Compiling arrayref v0.3.7
28032024-05-30T03:41:21.090Z Compiling constant_time_eq v0.3.0
28042024-05-30T03:41:21.113Z Compiling home v0.5.9
28052024-05-30T03:41:21.290Z Compiling toolchain_find v0.4.0
28062024-05-30T03:41:22.055Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
28072024-05-30T03:41:22.573Z Compiling bitstruct v0.1.1
28082024-05-30T03:41:22.706Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28092024-05-30T03:41:22.985Z Compiling argon2 v0.5.3
28102024-05-30T03:41:23.573Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28112024-05-30T03:41:24.021Z Compiling trust-dns-resolver v0.22.0
28122024-05-30T03:41:24.377Z Compiling slog-stdlog v4.1.1
28132024-05-30T03:41:24.513Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28142024-05-30T03:41:24.720Z Compiling num-rational v0.4.2
28152024-05-30T03:41:24.770Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28162024-05-30T03:41:25.109Z Compiling serde_arrays v0.1.0
28172024-05-30T03:41:25.132Z Compiling erased-serde v0.3.31
28182024-05-30T03:41:25.271Z Compiling rfc6979 v0.4.0
28192024-05-30T03:41:25.302Z Compiling aead v0.5.2
28202024-05-30T03:41:25.881Z Compiling num-complex v0.4.6
28212024-05-30T03:41:25.900Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
28222024-05-30T03:41:25.900Z Compiling nibble_vec v0.1.0
28232024-05-30T03:41:25.936Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
28242024-05-30T03:41:26.060Z Compiling slog-dtrace v0.3.0
28252024-05-30T03:41:26.142Z Compiling cancel-safe-futures v0.1.5
28262024-05-30T03:41:26.334Z Compiling topological-sort v0.2.2
28272024-05-30T03:41:26.490Z Compiling keccak v0.1.5
28282024-05-30T03:41:26.561Z Compiling endian-type v0.1.2
28292024-05-30T03:41:26.567Z Compiling omicron-zone-package v0.11.0
28302024-05-30T03:41:26.578Z Compiling num v0.4.3
28312024-05-30T03:41:27.048Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28322024-05-30T03:41:27.059Z Compiling sha3 v0.10.8
28332024-05-30T03:41:27.059Z Compiling radix_trie v0.2.1
28342024-05-30T03:41:27.521Z Compiling ecdsa v0.16.9
28352024-05-30T03:41:27.592Z Compiling slog-envlogger v2.2.0
28362024-05-30T03:41:28.263Z Compiling rand_core v0.5.1
28372024-05-30T03:41:28.353Z Compiling mime_guess v2.0.4
28382024-05-30T03:41:28.372Z Compiling steno v0.4.0
28392024-05-30T03:41:29.621Z Compiling rustfmt-wrapper v0.2.1
28402024-05-30T03:41:29.709Z Compiling poly1305 v0.8.0
28412024-05-30T03:41:30.211Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
28422024-05-30T03:41:30.555Z Compiling primeorder v0.13.6
28432024-05-30T03:41:31.038Z Compiling heck v0.3.3
28442024-05-30T03:41:31.090Z Compiling chacha20 v0.9.1
28452024-05-30T03:41:31.352Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28462024-05-30T03:41:31.487Z Compiling thiserror-impl-no-std v2.0.2
28472024-05-30T03:41:31.510Z Compiling secrecy v0.8.0
28482024-05-30T03:41:31.544Z Compiling half v2.4.1
28492024-05-30T03:41:31.751Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28502024-05-30T03:41:31.782Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28512024-05-30T03:41:32.151Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28522024-05-30T03:41:32.506Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28532024-05-30T03:41:33.006Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28542024-05-30T03:41:33.121Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28552024-05-30T03:41:34.015Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28562024-05-30T03:41:34.184Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28572024-05-30T03:41:34.217Z Compiling ciborium-io v0.2.2
28582024-05-30T03:41:34.358Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
28592024-05-30T03:41:34.383Z Compiling option-ext v0.2.0
28602024-05-30T03:41:34.517Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
28612024-05-30T03:41:34.532Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
28622024-05-30T03:41:34.669Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
28632024-05-30T03:41:34.692Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28642024-05-30T03:41:34.811Z Compiling dirs-sys v0.4.1
28652024-05-30T03:41:34.825Z Compiling thiserror-no-std v2.0.2
28662024-05-30T03:41:34.943Z Compiling ciborium-ll v0.2.2
28672024-05-30T03:41:35.427Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28682024-05-30T03:41:35.428Z Compiling zone_cfg_derive v0.1.2
28692024-05-30T03:41:35.530Z Compiling parking_lot v0.11.2
28702024-05-30T03:41:35.913Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
28712024-05-30T03:41:36.326Z Compiling rand_chacha v0.2.2
28722024-05-30T03:41:36.389Z Compiling trust-dns-client v0.22.0
28732024-05-30T03:41:37.243Z Compiling ed25519 v2.2.3
28742024-05-30T03:41:37.567Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28752024-05-30T03:41:37.748Z Compiling polyval v0.6.2
28762024-05-30T03:41:38.027Z Compiling tungstenite v0.21.0
28772024-05-30T03:41:38.214Z Compiling ctr v0.9.2
28782024-05-30T03:41:38.369Z Compiling blowfish v0.9.1
28792024-05-30T03:41:38.576Z Compiling aes v0.8.4
28802024-05-30T03:41:38.826Z Compiling libsw v3.3.1
28812024-05-30T03:41:39.163Z Compiling toml v0.5.11
28822024-05-30T03:41:39.505Z Compiling password-hash v0.4.2
28832024-05-30T03:41:39.602Z Compiling pbkdf2 v0.12.2
28842024-05-30T03:41:39.804Z Compiling gethostname v0.4.3
28852024-05-30T03:41:40.129Z Compiling fxhash v0.2.1
28862024-05-30T03:41:40.275Z Compiling swrite v0.1.0
28872024-05-30T03:41:40.358Z Compiling base64 v0.13.1
28882024-05-30T03:41:40.410Z Compiling owo-colors v4.0.0
28892024-05-30T03:41:40.490Z Compiling linear-map v1.2.0
28902024-05-30T03:41:40.875Z Compiling ron v0.7.1
28912024-05-30T03:41:41.020Z Compiling trust-dns-server v0.22.1
28922024-05-30T03:41:41.599Z Compiling sled v0.34.7
28932024-05-30T03:41:42.821Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28942024-05-30T03:41:43.115Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28952024-05-30T03:41:43.348Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28962024-05-30T03:41:47.344Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28972024-05-30T03:41:48.195Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28982024-05-30T03:41:48.333Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28992024-05-30T03:41:50.258Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
29002024-05-30T03:41:50.664Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
29012024-05-30T03:41:50.948Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29022024-05-30T03:41:52.079Z Compiling pbkdf2 v0.11.0
29032024-05-30T03:41:52.162Z Compiling bcrypt-pbkdf v0.10.0
29042024-05-30T03:41:52.200Z Compiling tokio-tungstenite v0.21.0
29052024-05-30T03:41:52.283Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29062024-05-30T03:41:52.753Z Compiling ghash v0.5.1
29072024-05-30T03:41:52.781Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29082024-05-30T03:41:52.960Z Compiling ed25519-dalek v2.1.1
29092024-05-30T03:41:53.070Z Compiling zone v0.1.8
29102024-05-30T03:41:53.514Z Compiling rand v0.7.3
29112024-05-30T03:41:53.826Z Compiling ciborium v0.2.2
29122024-05-30T03:41:54.163Z Compiling dirs v5.0.1
29132024-05-30T03:41:54.409Z Compiling vsss-rs v3.3.4
29142024-05-30T03:41:55.332Z Compiling chacha20poly1305 v0.10.1
29152024-05-30T03:41:55.572Z Compiling p256 v0.13.2
29162024-05-30T03:41:56.002Z Compiling p521 v0.13.3
29172024-05-30T03:41:56.156Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29182024-05-30T03:41:56.517Z Compiling pem v3.0.4
29192024-05-30T03:41:57.361Z Compiling cbc v0.1.2
29202024-05-30T03:41:57.498Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
29212024-05-30T03:41:57.610Z Compiling headers-core v0.2.0
29222024-05-30T03:41:57.782Z Compiling kstat-rs v0.2.3
29232024-05-30T03:41:57.872Z Compiling portpicker v0.1.1
29242024-05-30T03:41:58.205Z Compiling nanorand v0.7.0
29252024-05-30T03:41:58.439Z Compiling russh-cryptovec v0.7.2
29262024-05-30T03:41:58.564Z Compiling http-range v0.1.5
29272024-05-30T03:41:58.687Z Compiling md5 v0.7.0
29282024-05-30T03:41:58.767Z Compiling glob v0.3.1
29292024-05-30T03:41:58.826Z Compiling hyper-staticfile v0.9.5
29302024-05-30T03:41:58.941Z Compiling flume v0.11.0
29312024-05-30T03:41:59.154Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29322024-05-30T03:41:59.233Z Compiling russh-keys v0.43.0
29332024-05-30T03:41:59.805Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29342024-05-30T03:41:59.855Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
29352024-05-30T03:42:02.856Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
29362024-05-30T03:42:03.837Z Compiling headers v0.3.9
29372024-05-30T03:42:03.842Z Compiling rcgen v0.12.1
29382024-05-30T03:42:05.430Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29392024-05-30T03:42:05.453Z Compiling aes-gcm v0.10.3
29402024-05-30T03:42:05.764Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29412024-05-30T03:42:06.115Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29422024-05-30T03:42:07.730Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29432024-05-30T03:42:08.171Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29442024-05-30T03:42:09.866Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
29452024-05-30T03:42:10.959Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
29462024-05-30T03:42:12.752Z Compiling atomicwrites v0.4.3
29472024-05-30T03:42:13.112Z Compiling subprocess v0.2.9
29482024-05-30T03:42:14.598Z Compiling display-error-chain v0.2.0
29492024-05-30T03:42:14.782Z Compiling dhcproto-macros v0.1.0
29502024-05-30T03:42:15.120Z Compiling hex-literal v0.4.1
29512024-05-30T03:42:15.249Z Compiling russh v0.43.0
29522024-05-30T03:42:15.291Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29532024-05-30T03:42:15.765Z Compiling dhcproto v0.11.0
29542024-05-30T03:42:17.204Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29552024-05-30T03:42:18.153Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29562024-05-30T03:42:19.313Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29572024-05-30T03:42:19.406Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29582024-05-30T03:42:19.876Z Compiling internet-checksum v0.2.1
29592024-05-30T03:42:40.363Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29602024-05-30T03:43:24.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 51s
29612024-05-30T03:43:25.281Z
29622024-05-30T03:43:25.284Zreal 3:51.463696424
29632024-05-30T03:43:25.284Zuser 20:39.570081244
29642024-05-30T03:43:25.284Zsys 4:32.448521407
29652024-05-30T03:43:25.284Ztrap 0.614998868
29662024-05-30T03:43:25.284Ztflt 0.545895412
29672024-05-30T03:43:25.284Zdflt 2.043193224
29682024-05-30T03:43:25.285Zkflt 0.000046178
29692024-05-30T03:43:25.285Zlock 43:50.498388508
29702024-05-30T03:43:25.285Zslp 59:10.786476675
29712024-05-30T03:43:25.285Zlat 1:13.148119518
29722024-05-30T03:43:25.285Zstop 2:56.118705492
29732024-05-30T03:43:25.285Z+ mkdir tests
29742024-05-30T03:43:25.285Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29752024-05-30T03:43:25.285Z+ xargs -I '{}' -t cp '{}' tests/
29762024-05-30T03:43:25.403Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-9c10d1ae51891722 tests/
29772024-05-30T03:43:25.429Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-cbda8dbe393d41c0 tests/
29782024-05-30T03:43:25.454Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-4d583b94d201053b tests/
29792024-05-30T03:43:25.479Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b02f3c95adfad367 tests/
29802024-05-30T03:43:25.801Z+ 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/*)
29812024-05-30T03:43:25.804Z+ ptime -m tar cvzf /work/package.tar.gz out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-4d583b94d201053b tests/commtest-cbda8dbe393d41c0 tests/dhcp_server-9c10d1ae51891722 tests/end_to_end_tests-b02f3c95adfad367 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
29822024-05-30T03:44:29.288ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29832024-05-30T03:44:29.288Za out/target/test 1K
29842024-05-30T03:44:29.288Za out/npuzone/npuzone 23144K
29852024-05-30T03:44:29.288Za package-manifest.toml 28K
29862024-05-30T03:44:29.288Za smf/sled-agent/non-gimlet/config.toml 4K
29872024-05-30T03:44:29.288Za target/release/omicron-package 31819K
29882024-05-30T03:44:29.288Za target/release/xtask 6795K
29892024-05-30T03:44:29.288Za target/debug/bootstrap 350484K
29902024-05-30T03:44:29.288Za tests/bootstrap-4d583b94d201053b 23990K
29912024-05-30T03:44:29.288Za tests/commtest-cbda8dbe393d41c0 23990K
29922024-05-30T03:44:29.288Za tests/dhcp_server-9c10d1ae51891722 23990K
29932024-05-30T03:44:29.288Za tests/end_to_end_tests-b02f3c95adfad367 360630K
29942024-05-30T03:44:29.289Za out/clickhouse.tar.gz 222999K
29952024-05-30T03:44:29.289Za out/clickhouse_keeper.tar.gz 222992K
29962024-05-30T03:44:29.289Za out/cockroachdb.tar.gz 131115K
29972024-05-30T03:44:29.289Za out/crucible-pantry-zone.tar.gz 27301K
29982024-05-30T03:44:29.289Za out/crucible-zone.tar.gz 38057K
29992024-05-30T03:44:29.289Za out/external-dns.tar.gz 25090K
30002024-05-30T03:44:29.289Za out/internal-dns.tar.gz 25088K
30012024-05-30T03:44:29.289Za out/mg-ddm-gz.tar 60408K
30022024-05-30T03:44:29.289Za out/nexus.tar.gz 82334K
30032024-05-30T03:44:29.289Za out/ntp.tar.gz 8851K
30042024-05-30T03:44:29.289Za out/omicron-gateway-softnpu.tar.gz 14639K
30052024-05-30T03:44:29.289Za out/omicron-sled-agent.tar 92775K
30062024-05-30T03:44:29.289Za out/overlay.tar.gz 3K
30072024-05-30T03:44:29.289Za out/oximeter.tar.gz 40333K
30082024-05-30T03:44:29.289Za out/oxlog.tar 2934K
30092024-05-30T03:44:29.289Za out/probe.tar.gz 2764K
30102024-05-30T03:44:29.289Za out/propolis-server.tar.gz 65435K
30112024-05-30T03:44:29.289Za out/pumpkind-gz.tar 26665K
30122024-05-30T03:44:29.289Za out/switch-softnpu.tar.gz 196589K
30132024-05-30T03:44:29.293Z
30142024-05-30T03:44:29.293Zreal 1:03.482916787
30152024-05-30T03:44:29.293Zuser 1:00.880566899
30162024-05-30T03:44:29.293Zsys 3.565436603
30172024-05-30T03:44:29.293Ztrap 0.013823255
30182024-05-30T03:44:29.293Ztflt 0.000000000
30192024-05-30T03:44:29.293Zdflt 0.000000000
30202024-05-30T03:44:29.293Zkflt 0.000000000
30212024-05-30T03:44:29.293Zlock 0.000000000
30222024-05-30T03:44:29.293Zslp 1:00.825392977
30232024-05-30T03:44:29.293Zlat 1.676206687
30242024-05-30T03:44:29.293Zstop 0.000523604
30252024-05-30T03:44:29.293Zprocess exited: duration 1930375 ms, exit code 0
 
30262024-05-30T03:44:29.309Zfound 1 output files
30272024-05-30T03:44:29.309Zuploading: /work/package.tar.gz (1393952151 bytes)
30282024-05-30T03:54:28.407Zuploaded: /work/package.tar.gz