01HWE172ZM7BBFJZMNBRT2YXC7: helios / CI tools

BasicConfig {
    output_rules: [
        "=/work/end-to-end-tests/*.gz",
        "=/work/caboose-util.gz",
        "=/work/tufaceous.gz",
        "=/work/commtest",
        "=/work/permslip.gz",
    ],
    rust_toolchain: Some(
        String(
            "1.72.1",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [
        "oxidecomputer/permission-slip",
        "oxidecomputer/sshauth",
    ],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01HWE17AX992WQE30PYX2TSMFF

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-04-26T20:24:07.142Zjob assigned to worker 01HWE17E6PH38QJFACGZK33JD3 (queued for 44 s)
 
22024-04-26T20:24:07.243Zstarting task 0: "setup"
32024-04-26T20:24:07.268Z++ uname -s
42024-04-26T20:24:07.268Z+ kern=SunOS
52024-04-26T20:24:07.268Z+ case "$kern" in
62024-04-26T20:24:07.268Z+ groupadd -g 12345 build
72024-04-26T20:24:07.268Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-04-26T20:24:09.273Z+ zfs create -o mountpoint=/work rpool/work
92024-04-26T20:24:09.315Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-04-26T20:24:09.341Z+ home_fs=zfs
112024-04-26T20:24:09.341Z+ [[ zfs == autofs ]]
122024-04-26T20:24:09.342Z+ mkdir -p /home/build
132024-04-26T20:24:09.342Z+ chown build:build /home/build /work
142024-04-26T20:24:11.323Z+ chmod 0700 /home/build /work
152024-04-26T20:24:11.348Zprocess exited: duration 4084 ms, exit code 0
 
162024-04-26T20:24:11.398Zstarting task 1: "rust-toolchain"
172024-04-26T20:24:11.424Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-04-26T20:24:11.424Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-04-26T20:24:11.531Zinfo: downloading installer
202024-04-26T20:24:12.238Zwarning: it looks like you have an existing installation of Rust at:
212024-04-26T20:24:12.238Zwarning: /opt/ooce/bin
222024-04-26T20:24:12.238Zwarning: It is recommended that rustup be the primary Rust installation.
232024-04-26T20:24:12.238Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-04-26T20:24:12.238Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-04-26T20:24:12.238Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-04-26T20:24:12.238Zwarning: or pass `-y' to ignore all ignorable checks.
272024-04-26T20:24:12.238Zerror: cannot install while Rust is installed
282024-04-26T20:24:12.238Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-04-26T20:24:12.299Zinfo: profile set to 'default'
302024-04-26T20:24:12.299Zinfo: default host triple is x86_64-unknown-illumos
312024-04-26T20:24:12.324Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-04-26T20:24:12.409Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-04-26T20:24:12.409Zinfo: downloading component 'cargo'
342024-04-26T20:24:12.893Zinfo: downloading component 'clippy'
352024-04-26T20:24:12.893Zinfo: downloading component 'rust-docs'
362024-04-26T20:24:12.893Zinfo: downloading component 'rust-std'
372024-04-26T20:24:13.095Zinfo: downloading component 'rustc'
382024-04-26T20:24:13.778Zinfo: downloading component 'rustfmt'
392024-04-26T20:24:13.837Zinfo: installing component 'cargo'
402024-04-26T20:24:14.938Zinfo: installing component 'clippy'
412024-04-26T20:24:15.364Zinfo: installing component 'rust-docs'
422024-04-26T20:24:17.776Zinfo: installing component 'rust-std'
432024-04-26T20:24:19.886Zinfo: installing component 'rustc'
442024-04-26T20:24:24.594Zinfo: installing component 'rustfmt'
452024-04-26T20:24:24.966Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-04-26T20:24:24.966Z
472024-04-26T20:24:25.095Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-04-26T20:24:25.095Z
492024-04-26T20:24:25.095Z
502024-04-26T20:24:25.095ZRust is installed now. Great!
512024-04-26T20:24:25.096Z
522024-04-26T20:24:25.096ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-04-26T20:24:25.096Zenvironment variable. This has not been done automatically.
542024-04-26T20:24:25.096Z
552024-04-26T20:24:25.096ZTo configure your current shell, you need to source
562024-04-26T20:24:25.096Zthe corresponding env file under $HOME/.cargo.
572024-04-26T20:24:25.096Z
582024-04-26T20:24:25.096ZThis is usually done by running one of the following (note the leading DOT):
592024-04-26T20:24:25.096Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-04-26T20:24:25.096Zsource "$HOME/.cargo/env.fish" # For fish
612024-04-26T20:24:25.178Z+ rustc --version
622024-04-26T20:24:25.282Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-04-26T20:24:25.308Zprocess exited: duration 13887 ms, exit code 0
 
642024-04-26T20:24:25.362Zstarting task 2: "authentication"
652024-04-26T20:24:25.420Zprocess exited: duration 58 ms, exit code 0
 
662024-04-26T20:24:25.470Zstarting task 3: "clone repository"
672024-04-26T20:24:25.496Z+ mkdir -p /work/oxidecomputer/omicron
682024-04-26T20:24:25.496Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-04-26T20:24:25.523ZCloning into '/work/oxidecomputer/omicron'...
702024-04-26T20:24:30.099Z+ cd /work/oxidecomputer/omicron
712024-04-26T20:24:30.099Z+ git fetch origin f6896c967b38567ee67ba8375c7082206aa3454b
722024-04-26T20:24:30.555ZFrom https://github.com/oxidecomputer/omicron
732024-04-26T20:24:30.555Z * branch f6896c967b38567ee67ba8375c7082206aa3454b -> FETCH_HEAD
742024-04-26T20:24:30.580Z+ [[ -n john/omdb-fudge-serial ]]
752024-04-26T20:24:30.581Z++ git branch --show-current
762024-04-26T20:24:30.581Z+ current=main
772024-04-26T20:24:30.581Z+ [[ main != john/omdb-fudge-serial ]]
782024-04-26T20:24:30.581Z+ git branch -f john/omdb-fudge-serial f6896c967b38567ee67ba8375c7082206aa3454b
792024-04-26T20:24:30.605Z+ git checkout -f john/omdb-fudge-serial
802024-04-26T20:24:30.749ZSwitched to branch 'john/omdb-fudge-serial'
812024-04-26T20:24:30.775Z+ git reset --hard f6896c967b38567ee67ba8375c7082206aa3454b
822024-04-26T20:24:30.775ZHEAD is now at f6896c967 Add `omdb expunge-testing fudge-serial <SLED_ID>`
832024-04-26T20:24:30.776Zprocess exited: duration 5290 ms, exit code 0
 
842024-04-26T20:24:30.842Zstarting task 4: "build"
852024-04-26T20:24:30.875Z+ cargo --version
862024-04-26T20:24:30.876Zinfo: syncing channel updates for '1.77.2-x86_64-unknown-illumos'
872024-04-26T20:24:30.967Zinfo: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09)
882024-04-26T20:24:30.967Zinfo: downloading component 'cargo'
892024-04-26T20:24:31.126Zinfo: downloading component 'clippy'
902024-04-26T20:24:31.187Zinfo: downloading component 'rust-docs'
912024-04-26T20:24:31.390Zinfo: downloading component 'rust-std'
922024-04-26T20:24:31.731Zinfo: downloading component 'rustc'
932024-04-26T20:24:32.494Zinfo: downloading component 'rustfmt'
942024-04-26T20:24:32.544Zinfo: installing component 'cargo'
952024-04-26T20:24:33.612Zinfo: installing component 'clippy'
962024-04-26T20:24:33.990Zinfo: installing component 'rust-docs'
972024-04-26T20:24:36.374Zinfo: installing component 'rust-std'
982024-04-26T20:24:38.344Zinfo: installing component 'rustc'
992024-04-26T20:24:42.830Zinfo: installing component 'rustfmt'
1002024-04-26T20:24:43.300Zcargo 1.77.2 (e52e36006 2024-03-26)
1012024-04-26T20:24:43.324Z+ rustc --version
1022024-04-26T20:24:43.390Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
1032024-04-26T20:24:43.415Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1042024-04-26T20:24:48.526Z Startup: Refreshing catalog 'helios-dev' ... Done
1052024-04-26T20:24:50.391Z Startup: Caching catalogs ... Done
1062024-04-26T20:24:53.574ZPlanning: Solver setup ... Done (2.640s)
1072024-04-26T20:24:53.624ZPlanning: Running solver ... Done (0.053s)
1082024-04-26T20:24:53.658ZPlanning: Finding local manifests ... Done (0.002s)
1092024-04-26T20:24:53.788ZPlanning: Fetching manifests: 0/4 0% complete
1102024-04-26T20:24:54.161ZPlanning: Fetching manifests: 4/4 100% complete
1112024-04-26T20:24:54.228ZPlanning: Package planning ... Done (0.068s)
1122024-04-26T20:24:54.285ZPlanning: Merging actions ... Done (0.059s)
1132024-04-26T20:24:54.650ZPlanning: Checking for conflicting actions ... Done (0.364s)
1142024-04-26T20:24:54.675ZPlanning: Consolidating action changes ... Done (0.013s)
1152024-04-26T20:24:55.337ZPlanning: Evaluating mediators ... Done (0.674s)
1162024-04-26T20:24:55.364ZPlanning: Planning completed in 4.92 seconds
1172024-04-26T20:24:55.392Z Packages to install: 4
1182024-04-26T20:24:55.392Z Mediators to change: 2
1192024-04-26T20:24:55.392Z Services to change: 1
1202024-04-26T20:24:55.392Z Estimated space available: 148.37 GB
1212024-04-26T20:24:55.392ZEstimated space to be consumed: 1.44 GB
1222024-04-26T20:24:55.392Z Create boot environment: No
1232024-04-26T20:24:55.392ZCreate backup boot environment: No
1242024-04-26T20:24:55.392Z Rebuild boot archive: No
1252024-04-26T20:24:55.392Z
1262024-04-26T20:24:55.392ZChanged mediators:
1272024-04-26T20:24:55.392Z mediator clang:
1282024-04-26T20:24:55.392Z version: None -> 15 (system default)
1292024-04-26T20:24:55.393Z
1302024-04-26T20:24:55.393Z mediator llvm:
1312024-04-26T20:24:55.393Z version: 14 (system default) -> 15 (system default)
1322024-04-26T20:24:55.393Z
1332024-04-26T20:24:55.393ZChanged packages:
1342024-04-26T20:24:55.393Zhelios-dev
1352024-04-26T20:24:55.393Z developer/build-essential
1362024-04-26T20:24:55.393Z None -> 11-2.0
1372024-04-26T20:24:55.393Z library/libxmlsec1
1382024-04-26T20:24:55.393Z None -> 1.2.35-2.0
1392024-04-26T20:24:55.393Z ooce/developer/clang-15
1402024-04-26T20:24:55.393Z None -> 15.0.7-2.0
1412024-04-26T20:24:55.393Z ooce/developer/llvm-15
1422024-04-26T20:24:55.393Z None -> 15.0.7-2.0
1432024-04-26T20:24:55.393Z
1442024-04-26T20:24:55.393ZServices:
1452024-04-26T20:24:55.393Z restart_fmri:
1462024-04-26T20:24:55.393Z svc:/system/update-man-index:default
1472024-04-26T20:24:55.427Z
1482024-04-26T20:24:55.427ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1492024-04-26T20:25:00.416ZDownload: 1197/3290 items 58.7/212.6MB 27% complete (11.8M/s)
1502024-04-26T20:25:05.416ZDownload: 1291/3290 items 101.8/212.6MB 47% complete (10.2M/s)
1512024-04-26T20:25:10.428ZDownload: 2105/3290 items 118.9/212.6MB 55% complete (6.4M/s)
1522024-04-26T20:25:15.437ZDownload: 2528/3290 items 120.3/212.6MB 56% complete (2.5M/s)
1532024-04-26T20:25:20.437ZDownload: 3242/3290 items 181.2/212.6MB 85% complete (6.2M/s)
1542024-04-26T20:25:23.985ZDownload: Completed 212.60 MB in 28.56 seconds (7.4M/s)
1552024-04-26T20:25:24.147Z Actions: 1/3689 actions (Installing new actions)
1562024-04-26T20:25:29.147Z Actions: 3346/3689 actions (Installing new actions)
1572024-04-26T20:25:29.916Z Actions: Completed 3689 actions in 5.77 seconds.
1582024-04-26T20:25:30.206Z Done (0.278s)
1592024-04-26T20:25:30.206Z Done (0.000s)
1602024-04-26T20:25:30.534Z Done (0.334s)
1612024-04-26T20:25:35.624Z Done (4.962s)
1622024-04-26T20:25:35.713Z Done (0.018s)
1632024-04-26T20:25:35.738Z Done (0.000s)
1642024-04-26T20:25:35.886Z Done (0.000s)
1652024-04-26T20:25:36.535ZPlanning: Evaluating mediator changes ... Done
1662024-04-26T20:25:36.807ZPlanning: Checking for conflicting actions ... Done
1672024-04-26T20:25:36.835ZPlanning: Consolidating action changes ... Done
1682024-04-26T20:25:37.147ZPlanning: Evaluating mediators ... Done
1692024-04-26T20:25:37.172ZPlanning: Planning completed in 0.61 seconds
1702024-04-26T20:25:37.196Z Mediators to change: 2
1712024-04-26T20:25:37.196Z Create boot environment: No
1722024-04-26T20:25:37.196ZCreate backup boot environment: No
1732024-04-26T20:25:37.276Z Done
1742024-04-26T20:25:37.276Z Done
1752024-04-26T20:25:37.512Z Done
1762024-04-26T20:25:41.832Z Done
1772024-04-26T20:25:41.923Z Done
1782024-04-26T20:25:41.923Z Done
1792024-04-26T20:25:41.998Z Done
1802024-04-26T20:25:42.808ZPlanning: Evaluating mediator changes ... Done
1812024-04-26T20:25:42.833ZPlanning: Merging actions ... Done
1822024-04-26T20:25:43.046ZPlanning: Checking for conflicting actions ... Done
1832024-04-26T20:25:43.070ZPlanning: Consolidating action changes ... Done
1842024-04-26T20:25:43.364ZPlanning: Evaluating mediators ... Done
1852024-04-26T20:25:43.431ZPlanning: Planning completed in 0.95 seconds
1862024-04-26T20:25:43.471Z Packages to change: 1
1872024-04-26T20:25:43.472Z Mediators to change: 1
1882024-04-26T20:25:43.472Z Services to change: 1
1892024-04-26T20:25:43.472Z Create boot environment: No
1902024-04-26T20:25:43.472ZCreate backup boot environment: Yes
1912024-04-26T20:25:45.005Z Actions: 1/6 actions (Updating modified actions)
1922024-04-26T20:25:45.525Z Actions: Completed 6 actions in 0.00 seconds.
1932024-04-26T20:25:45.525Z Done
1942024-04-26T20:25:45.525Z Done
1952024-04-26T20:25:45.525Z Done
1962024-04-26T20:25:49.463Z Done
1972024-04-26T20:25:49.554Z Done
1982024-04-26T20:25:49.579Z Done
1992024-04-26T20:25:49.625Z Done
2002024-04-26T20:25:50.164ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012024-04-26T20:25:50.164Zclang system 15 system
2022024-04-26T20:25:50.164Zcsh system system illumos
2032024-04-26T20:25:50.164Zctags system system illumos
2042024-04-26T20:25:50.164Zgcc vendor 12 vendor
2052024-04-26T20:25:50.164Zgcc system 10 system
2062024-04-26T20:25:50.164Zgcc system 7 system
2072024-04-26T20:25:50.164Zgo system 1.20 system
2082024-04-26T20:25:50.164Zgo system 1.19 system
2092024-04-26T20:25:50.164Zllvm system 15 system
2102024-04-26T20:25:50.164Zllvm system 14 system
2112024-04-26T20:25:50.164Zmariadb system 10.6 system
2122024-04-26T20:25:50.164Zmta vendor vendor dma
2132024-04-26T20:25:50.164Zopenjdk system 17 system
2142024-04-26T20:25:50.164Zopenjdk system 11 system
2152024-04-26T20:25:50.164Zopenjdk system 1.8 system
2162024-04-26T20:25:50.164Zopenssl vendor 3 vendor
2172024-04-26T20:25:50.164Zperl system 5.36 system
2182024-04-26T20:25:50.164Zpostgresql system 15 system
2192024-04-26T20:25:50.164Zpostgresql system 13 system
2202024-04-26T20:25:50.165Zpython vendor 3 vendor
2212024-04-26T20:25:50.165Zpython system 2 system
2222024-04-26T20:25:50.165Zpython3 system 3.11 system
2232024-04-26T20:25:50.165Zruby system 3.0 system
2242024-04-26T20:25:50.165Zwords vendor vendor american-english
2252024-04-26T20:25:50.165Zwords system system australian-english
2262024-04-26T20:25:50.165Zwords system system british-english
2272024-04-26T20:25:50.165Zwords system system canadian-english
2282024-04-26T20:25:50.165Zwords system system french
2292024-04-26T20:25:50.165Zwords system system italian
2302024-04-26T20:25:50.165Zwords system system ngerman
2312024-04-26T20:25:50.165Zwords system system ogerman
2322024-04-26T20:25:50.165Zwords system system spanish
2332024-04-26T20:25:50.539ZPUBLISHER TYPE STATUS P LOCATION
2342024-04-26T20:25:50.539Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2352024-04-26T20:25:52.158ZFMRI IFO
2362024-04-26T20:25:52.159Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2372024-04-26T20:25:52.159Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2382024-04-26T20:25:52.159Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2392024-04-26T20:25:52.159Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2402024-04-26T20:25:52.159Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2412024-04-26T20:25:52.159Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2422024-04-26T20:25:52.159Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2432024-04-26T20:25:52.159Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2442024-04-26T20:25:52.159Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2452024-04-26T20:25:52.159Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2462024-04-26T20:25:52.159Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2472024-04-26T20:25:52.159Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2482024-04-26T20:25:52.410Z+ set -o errexit
2492024-04-26T20:25:52.456Z+++ dirname ./tools/ci_download_cockroachdb
2502024-04-26T20:25:52.456Z++ cd ./tools
2512024-04-26T20:25:52.457Z++ pwd
2522024-04-26T20:25:52.457Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2532024-04-26T20:25:52.457Z++ basename ./tools/ci_download_cockroachdb
2542024-04-26T20:25:52.457Z+ ARG0=ci_download_cockroachdb
2552024-04-26T20:25:52.457Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2562024-04-26T20:25:52.457Z+ CIDL_VERSION=v22.1.9
2572024-04-26T20:25:52.457Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2582024-04-26T20:25:52.457Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2592024-04-26T20:25:52.457Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2602024-04-26T20:25:52.457Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2612024-04-26T20:25:52.457Z+ TARGET_DIR=out
2622024-04-26T20:25:52.457Z+ DOWNLOAD_DIR=out/downloads
2632024-04-26T20:25:52.457Z+ DEST_DIR=./out/cockroachdb
2642024-04-26T20:25:52.457Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2652024-04-26T20:25:52.457Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2662024-04-26T20:25:52.457Z+ main
2672024-04-26T20:25:52.457Z+ [[ 0 != 0 ]]
2682024-04-26T20:25:52.457Z+ CIDL_OS=solaris2.11
2692024-04-26T20:25:52.457Z+ [[ 0 != 0 ]]
2702024-04-26T20:25:52.457Z+ configure_os solaris2.11
2712024-04-26T20:25:52.457Z+ echo 'current directory: /work/oxidecomputer/omicron'
2722024-04-26T20:25:52.457Zcurrent directory: /work/oxidecomputer/omicron
2732024-04-26T20:25:52.458Z+ echo 'configuring based on OS: "solaris2.11"'
2742024-04-26T20:25:52.458Z+ case "$1" in
2752024-04-26T20:25:52.458Zconfiguring based on OS: "solaris2.11"
2762024-04-26T20:25:52.458Z+ CIDL_BUILD=illumos
2772024-04-26T20:25:52.458Z+ CIDL_SUFFIX=tar.gz
2782024-04-26T20:25:52.458Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2792024-04-26T20:25:52.458Z+ CIDL_URL_BASE=https://illumos.org/downloads
2802024-04-26T20:25:52.458Z+ CIDL_ASSEMBLE=do_assemble_illumos
2812024-04-26T20:25:52.458Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2822024-04-26T20:25:52.458Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2832024-04-26T20:25:52.458Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2842024-04-26T20:25:52.458Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2852024-04-26T20:25:52.458Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2862024-04-26T20:25:52.458Z+ CIDL_SHA256FUNC=do_sha256sum
2872024-04-26T20:25:52.458Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2882024-04-26T20:25:52.458Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2892024-04-26T20:25:52.458Z+ mkdir -p out/downloads
2902024-04-26T20:25:52.458ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2912024-04-26T20:25:52.458ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2922024-04-26T20:25:52.458Z+ mkdir -p ./out/cockroachdb
2932024-04-26T20:25:52.458Z+ local DO_DOWNLOAD=true
2942024-04-26T20:25:52.458Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2952024-04-26T20:25:52.458Z+ '[' true == true ']'
2962024-04-26T20:25:52.458Z+ echo Downloading...
2972024-04-26T20:25:52.459ZDownloading...
2982024-04-26T20:25:52.459Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2992024-04-26T20:25:52.459Z+ 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
3002024-04-26T20:25:57.798Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3012024-04-26T20:25:57.824Z++ sha256sum
3022024-04-26T20:25:57.824Z++ awk '{print $1}'
3032024-04-26T20:25:57.873Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3042024-04-26T20:25:57.873Z+ [[ 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 ]]
3052024-04-26T20:25:57.873Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3062024-04-26T20:25:57.900Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3072024-04-26T20:26:00.838Z+ do_assemble_illumos
3082024-04-26T20:26:00.838Z+ rm -r ./out/cockroachdb
3092024-04-26T20:26:00.864Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3102024-04-26T20:26:01.173Z+ ./out/cockroachdb/bin/cockroach version
3112024-04-26T20:26:01.379ZBuild Tag: v22.1.9-dirty
3122024-04-26T20:26:01.379ZBuild Time: 2022/10/26 21:17:46
3132024-04-26T20:26:01.379ZDistribution: OSS
3142024-04-26T20:26:01.379ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3152024-04-26T20:26:01.379ZGo Version: go1.17.13
3162024-04-26T20:26:01.379ZC Compiler: gcc 10.3.0
3172024-04-26T20:26:01.379ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3182024-04-26T20:26:01.379ZBuild Type: release
3192024-04-26T20:26:01.404Z+ set -o errexit
3202024-04-26T20:26:01.451Z+++ dirname ./tools/ci_download_clickhouse
3212024-04-26T20:26:01.451Z++ cd ./tools
3222024-04-26T20:26:01.451Z++ pwd
3232024-04-26T20:26:01.451Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3242024-04-26T20:26:01.451Z++ basename ./tools/ci_download_clickhouse
3252024-04-26T20:26:01.451Z+ ARG0=ci_download_clickhouse
3262024-04-26T20:26:01.451Z+ TARGET_DIR=out
3272024-04-26T20:26:01.452Z+ DOWNLOAD_DIR=out/downloads
3282024-04-26T20:26:01.452Z+ DEST_DIR=./out/clickhouse
3292024-04-26T20:26:01.452Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3302024-04-26T20:26:01.452Z+ CIDL_VERSION=v23.8.7.24
3312024-04-26T20:26:01.452Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3322024-04-26T20:26:01.452Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3332024-04-26T20:26:01.452Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3342024-04-26T20:26:01.452Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3352024-04-26T20:26:01.452Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3362024-04-26T20:26:01.452Z+ main
3372024-04-26T20:26:01.452Z+ [[ 0 != 0 ]]
3382024-04-26T20:26:01.452Z+ CIDL_OS=solaris2.11
3392024-04-26T20:26:01.452Z+ [[ 0 != 0 ]]
3402024-04-26T20:26:01.452Z+ configure_os solaris2.11
3412024-04-26T20:26:01.452Z+ echo 'current directory: /work/oxidecomputer/omicron'
3422024-04-26T20:26:01.452Zcurrent directory: /work/oxidecomputer/omicron
3432024-04-26T20:26:01.452Z+ echo 'configuring based on OS: "solaris2.11"'
3442024-04-26T20:26:01.452Z+ CIDL_DASHREV=
3452024-04-26T20:26:01.452Z+ case "$1" in
3462024-04-26T20:26:01.452Zconfiguring based on OS: "solaris2.11"
3472024-04-26T20:26:01.452Z+ CIDL_PLATFORM=illumos
3482024-04-26T20:26:01.452Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3492024-04-26T20:26:01.453Z+ CIDL_MD5FUNC=do_md5sum
3502024-04-26T20:26:01.453Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3512024-04-26T20:26:01.453Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3522024-04-26T20:26:01.453Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3532024-04-26T20:26:01.453Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3542024-04-26T20:26:01.453Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3552024-04-26T20:26:01.453ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3562024-04-26T20:26:01.453Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3572024-04-26T20:26:01.453Z+ mkdir -p out/downloads
3582024-04-26T20:26:01.453ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3592024-04-26T20:26:01.453Z+ mkdir -p ./out/clickhouse
3602024-04-26T20:26:01.453Z+ local DO_DOWNLOAD=true
3612024-04-26T20:26:01.453Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3622024-04-26T20:26:01.453Z+ '[' true == true ']'
3632024-04-26T20:26:01.453Z+ echo Downloading...
3642024-04-26T20:26:01.453Z+ 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
3652024-04-26T20:26:01.453ZDownloading...
3662024-04-26T20:26:01.453Z+ 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
3672024-04-26T20:26:14.645Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3682024-04-26T20:26:14.684Z++ md5sum
3692024-04-26T20:26:14.684Z++ awk '{print $1}'
3702024-04-26T20:26:14.919Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3712024-04-26T20:26:14.919Z+ [[ 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 ]]
3722024-04-26T20:26:14.919Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3732024-04-26T20:26:14.919Z+ mkdir -p ./out/clickhouse
3742024-04-26T20:26:15.350Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3752024-04-26T20:26:20.157Z+ [[ solaris2.11 == darwin* ]]
3762024-04-26T20:26:20.157Z+ ./out/clickhouse/clickhouse server --version
3772024-04-26T20:26:20.312ZClickHouse server version 23.8.7.1.
3782024-04-26T20:26:20.340Z+ set -o errexit
3792024-04-26T20:26:20.366Z+++ dirname ./tools/ci_download_console
3802024-04-26T20:26:20.366Z++ cd ./tools
3812024-04-26T20:26:20.366Z++ pwd
3822024-04-26T20:26:20.366Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3832024-04-26T20:26:20.366Z++ basename ./tools/ci_download_console
3842024-04-26T20:26:20.366Z+ ARG0=ci_download_console
3852024-04-26T20:26:20.366Z+ TARGET_DIR=out
3862024-04-26T20:26:20.366Z+ DOWNLOAD_DIR=out/downloads
3872024-04-26T20:26:20.366Z+ DEST_DIR=./out/console-assets
3882024-04-26T20:26:20.366Z+ source /work/oxidecomputer/omicron/tools/console_version
3892024-04-26T20:26:20.366Z++ COMMIT=e7b243bab15c48c8b17446c9249da04025508f1b
3902024-04-26T20:26:20.367Z++ SHA2=ef4afb8dc12bec99dcb21d977a506953b8d7df7a8481a82372e4222444f5c11f
3912024-04-26T20:26:20.367Z+ URL=https://dl.oxide.computer/releases/console/e7b243bab15c48c8b17446c9249da04025508f1b.tar.gz
3922024-04-26T20:26:20.367Z+ TARBALL_FILE=out/downloads/console.tar.gz
3932024-04-26T20:26:20.367Z+ main
3942024-04-26T20:26:20.367Z+ [[ 0 != 0 ]]
3952024-04-26T20:26:20.367Z+ echo 'URL: https://dl.oxide.computer/releases/console/e7b243bab15c48c8b17446c9249da04025508f1b.tar.gz'
3962024-04-26T20:26:20.367Z+ echo 'Local file: out/downloads/console.tar.gz'
3972024-04-26T20:26:20.367ZURL: https://dl.oxide.computer/releases/console/e7b243bab15c48c8b17446c9249da04025508f1b.tar.gz
3982024-04-26T20:26:20.367ZLocal file: out/downloads/console.tar.gz
3992024-04-26T20:26:20.367Z+ local DO_DOWNLOAD=true
4002024-04-26T20:26:20.367Z+ [[ -f out/downloads/console.tar.gz ]]
4012024-04-26T20:26:20.367Z+ mkdir -p out/downloads
4022024-04-26T20:26:20.367Z+ '[' true == true ']'
4032024-04-26T20:26:20.367Z+ echo Downloading...
4042024-04-26T20:26:20.367ZDownloading...
4052024-04-26T20:26:20.367Z+ do_download_curl https://dl.oxide.computer/releases/console/e7b243bab15c48c8b17446c9249da04025508f1b.tar.gz out/downloads/console.tar.gz
4062024-04-26T20:26:20.367Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e7b243bab15c48c8b17446c9249da04025508f1b.tar.gz
4072024-04-26T20:26:21.102Z++ do_sha256sum out/downloads/console.tar.gz
4082024-04-26T20:26:21.102Z++ case "$OSTYPE" in
4092024-04-26T20:26:21.102Z++ SHA=sha256sum
4102024-04-26T20:26:21.127Z++ sha256sum
4112024-04-26T20:26:21.127Z++ awk '{print $1}'
4122024-04-26T20:26:21.127Z+ calculated_sha2=ef4afb8dc12bec99dcb21d977a506953b8d7df7a8481a82372e4222444f5c11f
4132024-04-26T20:26:21.127Z+ [[ ef4afb8dc12bec99dcb21d977a506953b8d7df7a8481a82372e4222444f5c11f != \e\f\4\a\f\b\8\d\c\1\2\b\e\c\9\9\d\c\b\2\1\d\9\7\7\a\5\0\6\9\5\3\b\8\d\7\d\f\7\a\8\4\8\1\a\8\2\3\7\2\e\4\2\2\2\4\4\4\f\5\c\1\1\f ]]
4142024-04-26T20:26:21.127Z+ rm -rf ./out/console-assets
4152024-04-26T20:26:21.127Z+ mkdir -p ./out/console-assets
4162024-04-26T20:26:21.127Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4172024-04-26T20:26:21.127Z+ mkdir -p ./out/console-assets
4182024-04-26T20:26:21.127Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4192024-04-26T20:26:21.250Z+ set -o errexit
4202024-04-26T20:26:21.276Z+++ dirname ./tools/ci_download_maghemite_openapi
4212024-04-26T20:26:21.276Z++ cd ./tools
4222024-04-26T20:26:21.277Z++ pwd
4232024-04-26T20:26:21.277Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4242024-04-26T20:26:21.277Z++ basename ./tools/ci_download_maghemite_openapi
4252024-04-26T20:26:21.277Z+ ARG0=ci_download_maghemite_openapi
4262024-04-26T20:26:21.277Z+ TARGET_DIR=out
4272024-04-26T20:26:21.277Z+ DOWNLOAD_DIR=out/downloads
4282024-04-26T20:26:21.277Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4292024-04-26T20:26:21.277Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4302024-04-26T20:26:21.277Z++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4312024-04-26T20:26:21.277Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4322024-04-26T20:26:21.277Z+ LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4332024-04-26T20:26:21.277Z+ main
4342024-04-26T20:26:21.277Z+ rm -rf out/downloads/root
4352024-04-26T20:26:21.277Z+ [[ 0 != 0 ]]
4362024-04-26T20:26:21.277Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json'
4372024-04-26T20:26:21.277ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4382024-04-26T20:26:21.277Z+ echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4392024-04-26T20:26:21.277Z+ local DO_DOWNLOAD=true
4402024-04-26T20:26:21.277ZLocal file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4412024-04-26T20:26:21.277Z+ [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4422024-04-26T20:26:21.278Z+ mkdir -p out/downloads
4432024-04-26T20:26:21.278Z+ '[' true == true ']'
4442024-04-26T20:26:21.278Z+ echo Downloading...
4452024-04-26T20:26:21.278ZDownloading...
4462024-04-26T20:26:21.278Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4472024-04-26T20:26:21.278Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4482024-04-26T20:26:21.732Z++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4492024-04-26T20:26:21.733Z++ case "$OSTYPE" in
4502024-04-26T20:26:21.733Z++ SHA=sha256sum
4512024-04-26T20:26:21.757Z++ sha256sum
4522024-04-26T20:26:21.757Z++ awk '{print $1}'
4532024-04-26T20:26:21.757Z+ calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4542024-04-26T20:26:21.757Z+ [[ 004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 != \0\0\4\e\8\7\3\e\4\1\2\0\a\a\2\6\4\6\0\2\7\1\3\6\8\4\8\5\2\6\6\b\7\5\b\7\f\9\6\4\e\5\e\d\4\d\b\e\e\8\f\b\5\d\b\4\5\1\9\4\7\0\d\7 ]]
4552024-04-26T20:26:21.757Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4562024-04-26T20:26:21.758Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4572024-04-26T20:26:21.758Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4582024-04-26T20:26:21.758Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4592024-04-26T20:26:21.758Z+ LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4602024-04-26T20:26:21.758Z+ main
4612024-04-26T20:26:21.758Z+ rm -rf out/downloads/root
4622024-04-26T20:26:21.758Z+ [[ 0 != 0 ]]
4632024-04-26T20:26:21.758Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json'
4642024-04-26T20:26:21.758ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4652024-04-26T20:26:21.758ZLocal file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4662024-04-26T20:26:21.758Z+ echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4672024-04-26T20:26:21.758Z+ local DO_DOWNLOAD=true
4682024-04-26T20:26:21.758Z+ [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4692024-04-26T20:26:21.758Z+ mkdir -p out/downloads
4702024-04-26T20:26:21.758Z+ '[' true == true ']'
4712024-04-26T20:26:21.758Z+ echo Downloading...
4722024-04-26T20:26:21.758Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4732024-04-26T20:26:21.758Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4742024-04-26T20:26:21.758ZDownloading...
4752024-04-26T20:26:21.968Z++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4762024-04-26T20:26:21.968Z++ case "$OSTYPE" in
4772024-04-26T20:26:21.968Z++ SHA=sha256sum
4782024-04-26T20:26:22.559Z++ sha256sum
4792024-04-26T20:26:22.559Z++ awk '{print $1}'
4802024-04-26T20:26:22.559Z+ calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4812024-04-26T20:26:22.559Z+ [[ a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 != \a\5\d\2\f\2\7\5\c\9\9\1\5\2\7\1\1\d\e\c\1\d\f\5\8\f\d\4\9\d\4\5\9\d\3\f\c\b\8\f\b\f\c\7\a\7\f\4\8\f\4\3\2\b\e\2\4\8\d\7\4\6\3\9 ]]
4822024-04-26T20:26:22.559Z+ set -o errexit
4832024-04-26T20:26:22.559Z+++ dirname ./tools/ci_download_dendrite_openapi
4842024-04-26T20:26:22.559Z++ cd ./tools
4852024-04-26T20:26:22.560Z++ pwd
4862024-04-26T20:26:22.560Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4872024-04-26T20:26:22.560Z++ basename ./tools/ci_download_dendrite_openapi
4882024-04-26T20:26:22.560Z+ ARG0=ci_download_dendrite_openapi
4892024-04-26T20:26:22.560Z+ TARGET_DIR=out
4902024-04-26T20:26:22.560Z+ DOWNLOAD_DIR=out/downloads
4912024-04-26T20:26:22.561Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4922024-04-26T20:26:22.561Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
4932024-04-26T20:26:22.561Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
4942024-04-26T20:26:22.561Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
4952024-04-26T20:26:22.563Z+ LOCAL_FILE=out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
4962024-04-26T20:26:22.563Z+ main
4972024-04-26T20:26:22.563Z+ [[ 0 != 0 ]]
4982024-04-26T20:26:22.564Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json'
4992024-04-26T20:26:22.564ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5002024-04-26T20:26:22.564ZLocal file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5012024-04-26T20:26:22.564Z+ echo 'Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json'
5022024-04-26T20:26:22.564Z+ local DO_DOWNLOAD=true
5032024-04-26T20:26:22.564Z+ [[ -f out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json ]]
5042024-04-26T20:26:22.564Z+ mkdir -p out/downloads
5052024-04-26T20:26:22.565Z+ '[' true == true ']'
5062024-04-26T20:26:22.565Z+ echo Downloading...
5072024-04-26T20:26:22.565Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5082024-04-26T20:26:22.565ZDownloading...
5092024-04-26T20:26:22.565Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5102024-04-26T20:26:22.565Z++ do_sha256sum out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5112024-04-26T20:26:22.566Z++ case "$OSTYPE" in
5122024-04-26T20:26:22.566Z++ SHA=sha256sum
5132024-04-26T20:26:22.566Z++ sha256sum
5142024-04-26T20:26:22.566Z++ awk '{print $1}'
5152024-04-26T20:26:22.566Z+ calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5162024-04-26T20:26:22.566Z+ [[ 50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae != \5\0\e\f\f\6\d\9\f\9\8\6\b\7\b\1\a\f\5\9\7\0\d\1\1\d\8\d\0\1\b\8\1\2\d\e\3\7\2\6\9\7\3\1\c\6\c\6\9\1\a\2\4\4\b\3\f\d\a\e\8\2\a\e ]]
5172024-04-26T20:26:22.567Z+ set -o errexit
5182024-04-26T20:26:22.567Z+++ dirname ./tools/ci_download_dendrite_stub
5192024-04-26T20:26:22.567Z++ cd ./tools
5202024-04-26T20:26:22.567Z++ pwd
5212024-04-26T20:26:22.567Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5222024-04-26T20:26:22.567Z++ basename ./tools/ci_download_dendrite_stub
5232024-04-26T20:26:22.567Z+ ARG0=ci_download_dendrite_stub
5242024-04-26T20:26:22.567Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5252024-04-26T20:26:22.567Z++ CIDL_SHA256_ILLUMOS=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5262024-04-26T20:26:22.567Z++ CIDL_SHA256_LINUX_DPD=cb84fb7b2ba9cedaee5a09d400c88315ef30f7826610c1acb1ad6f07fa672b0a
5272024-04-26T20:26:22.568Z++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b
5282024-04-26T20:26:22.568Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5292024-04-26T20:26:22.568Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
5302024-04-26T20:26:22.568Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5312024-04-26T20:26:22.568Z+ TARGET_DIR=out
5322024-04-26T20:26:22.568Z+ DOWNLOAD_DIR=out/downloads
5332024-04-26T20:26:22.569Z+ DEST_DIR=./out/dendrite-stub
5342024-04-26T20:26:22.569Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5352024-04-26T20:26:22.569Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5362024-04-26T20:26:22.569Z+ REPO=oxidecomputer/dendrite
5372024-04-26T20:26:22.569Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690
5382024-04-26T20:26:22.569Z+ main
5392024-04-26T20:26:22.569Z+ [[ 0 != 0 ]]
5402024-04-26T20:26:22.570Z+ CIDL_OS=solaris2.11
5412024-04-26T20:26:22.570Z+ [[ 0 != 0 ]]
5422024-04-26T20:26:22.570Z+ configure_os solaris2.11
5432024-04-26T20:26:22.570Z+ echo 'current directory: /work/oxidecomputer/omicron'
5442024-04-26T20:26:22.571Z+ echo 'configuring based on OS: "solaris2.11"'
5452024-04-26T20:26:22.571Z+ case "$1" in
5462024-04-26T20:26:22.571Z+ SET_BINARIES=
5472024-04-26T20:26:22.571Zcurrent directory: /work/oxidecomputer/omicron
5482024-04-26T20:26:22.571Z+ CIDL_SHA256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5492024-04-26T20:26:22.571Zconfiguring based on OS: "solaris2.11"
5502024-04-26T20:26:22.571Z+ CIDL_SHA256FUNC=do_sha256sum
5512024-04-26T20:26:22.571Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5522024-04-26T20:26:22.572Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5532024-04-26T20:26:22.572Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5542024-04-26T20:26:22.572Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz'
5552024-04-26T20:26:22.572ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5562024-04-26T20:26:22.572Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5572024-04-26T20:26:22.572ZLocal file: out/downloads/dendrite-stub.tar.gz
5582024-04-26T20:26:22.572Z+ mkdir -p out/downloads
5592024-04-26T20:26:22.573Z+ mkdir -p ./out/dendrite-stub
5602024-04-26T20:26:22.573Z+ fetch_and_verify
5612024-04-26T20:26:22.573Z+ local DO_DOWNLOAD=true
5622024-04-26T20:26:22.573Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5632024-04-26T20:26:22.573Z+ '[' true == true ']'
5642024-04-26T20:26:22.573Z+ echo Downloading...
5652024-04-26T20:26:22.573Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5662024-04-26T20:26:22.573ZDownloading...
5672024-04-26T20:26:22.574Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5682024-04-26T20:26:27.844Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5692024-04-26T20:26:27.870Z++ sha256sum
5702024-04-26T20:26:27.870Z++ awk '{print $1}'
5712024-04-26T20:26:27.894Z+ calculated_sha256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5722024-04-26T20:26:27.895Z+ [[ fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 != \f\d\a\1\8\4\2\b\c\4\c\4\5\a\f\9\8\7\7\1\f\a\8\c\f\b\8\c\5\c\c\5\4\c\a\0\7\5\9\c\7\5\4\d\7\e\5\f\4\1\5\0\4\3\9\0\f\6\5\e\4\3\f\3 ]]
5732024-04-26T20:26:27.895Z+ do_untar out/downloads/dendrite-stub.tar.gz
5742024-04-26T20:26:27.895Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5752024-04-26T20:26:28.682Z+ do_assemble
5762024-04-26T20:26:28.682Z+ rm -r ./out/dendrite-stub
5772024-04-26T20:26:28.712Z+ mkdir ./out/dendrite-stub
5782024-04-26T20:26:28.712Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5792024-04-26T20:26:28.831Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5802024-04-26T20:26:28.860Z+ set -o errexit
5812024-04-26T20:26:28.860Z+++ dirname ./tools/ci_download_maghemite_mgd
5822024-04-26T20:26:28.861Z++ cd ./tools
5832024-04-26T20:26:28.861Z++ pwd
5842024-04-26T20:26:28.861Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5852024-04-26T20:26:28.861Z++ basename ./tools/ci_download_maghemite_mgd
5862024-04-26T20:26:28.861Z+ ARG0=ci_download_maghemite_mgd
5872024-04-26T20:26:28.861Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5882024-04-26T20:26:28.862Z++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
5892024-04-26T20:26:28.862Z++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d
5902024-04-26T20:26:28.862Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5912024-04-26T20:26:28.862Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
5922024-04-26T20:26:28.862Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5932024-04-26T20:26:28.863Z+ TARGET_DIR=out
5942024-04-26T20:26:28.863Z+ DOWNLOAD_DIR=out/downloads
5952024-04-26T20:26:28.863Z+ DEST_DIR=./out/mgd
5962024-04-26T20:26:28.863Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5972024-04-26T20:26:28.863Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5982024-04-26T20:26:28.863Z+ REPO=oxidecomputer/maghemite
5992024-04-26T20:26:28.863Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a
6002024-04-26T20:26:28.864Z+ main
6012024-04-26T20:26:28.864Z+ rm -rf out/downloads/root
6022024-04-26T20:26:28.889Z+ [[ 0 != 0 ]]
6032024-04-26T20:26:28.889Z+ CIDL_OS=solaris2.11
6042024-04-26T20:26:28.890Z+ [[ 0 != 0 ]]
6052024-04-26T20:26:28.890Z+ configure_os solaris2.11
6062024-04-26T20:26:28.890Z+ echo 'current directory: /work/oxidecomputer/omicron'
6072024-04-26T20:26:28.890Z+ echo 'configuring based on OS: "solaris2.11"'
6082024-04-26T20:26:28.890Z+ case "$1" in
6092024-04-26T20:26:28.890Z+ SET_BINARIES=
6102024-04-26T20:26:28.890Z+ CIDL_SHA256FUNC=do_sha256sum
6112024-04-26T20:26:28.890Zcurrent directory: /work/oxidecomputer/omicron
6122024-04-26T20:26:28.890Zconfiguring based on OS: "solaris2.11"
6132024-04-26T20:26:28.890Z+ TARBALL_FILENAME=mgd.tar.gz
6142024-04-26T20:26:28.890Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6152024-04-26T20:26:28.890Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6162024-04-26T20:26:28.890Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz'
6172024-04-26T20:26:28.890ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6182024-04-26T20:26:28.890ZLocal file: out/downloads/mgd.tar.gz
6192024-04-26T20:26:28.890Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6202024-04-26T20:26:28.890Z+ mkdir -p out/downloads
6212024-04-26T20:26:28.890Z+ mkdir -p ./out/mgd
6222024-04-26T20:26:28.890Z+ fetch_and_verify
6232024-04-26T20:26:28.890Z+ local DO_DOWNLOAD=true
6242024-04-26T20:26:28.890Z+ [[ -f out/downloads/mgd.tar.gz ]]
6252024-04-26T20:26:28.890Z+ '[' true == true ']'
6262024-04-26T20:26:28.891Z+ echo Downloading...
6272024-04-26T20:26:28.891ZDownloading...
6282024-04-26T20:26:28.891Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz
6292024-04-26T20:26:28.891Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6302024-04-26T20:26:41.137Z++ do_sha256sum out/downloads/mgd.tar.gz
6312024-04-26T20:26:41.162Z++ sha256sum
6322024-04-26T20:26:41.162Z++ awk '{print $1}'
6332024-04-26T20:26:41.186Z+ calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6342024-04-26T20:26:41.187Z+ [[ ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 != \d\d\c\1\9\d\a\8\9\3\2\e\0\f\f\4\a\9\1\d\e\a\1\3\9\3\6\9\b\b\5\b\7\2\9\7\4\8\b\d\f\6\9\8\2\2\3\b\c\2\7\1\7\a\4\a\b\e\a\8\9\e\d\6 ]]
6352024-04-26T20:26:41.187Z+ do_untar out/downloads/mgd.tar.gz
6362024-04-26T20:26:41.187Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6372024-04-26T20:26:41.953Z+ do_assemble
6382024-04-26T20:26:41.953Z+ rm -r ./out/mgd
6392024-04-26T20:26:41.987Z+ mkdir ./out/mgd
6402024-04-26T20:26:41.987Z+ cp -r out/downloads/root ./out/mgd/root
6412024-04-26T20:26:42.029Z+ set -o errexit
6422024-04-26T20:26:42.076Z+++ dirname ./tools/ci_download_transceiver_control
6432024-04-26T20:26:42.076Z++ cd ./tools
6442024-04-26T20:26:42.076Z++ pwd
6452024-04-26T20:26:42.076Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6462024-04-26T20:26:42.076Z++ basename ./tools/ci_download_transceiver_control
6472024-04-26T20:26:42.076Z+ ARG0=ci_download_transceiver_control
6482024-04-26T20:26:42.077Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6492024-04-26T20:26:42.077Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6502024-04-26T20:26:42.077Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6512024-04-26T20:26:42.077Z+ TARGET_DIR=out
6522024-04-26T20:26:42.077Z+ DOWNLOAD_DIR=out/downloads
6532024-04-26T20:26:42.077Z+ DEST_DIR=./out/transceiver-control
6542024-04-26T20:26:42.077Z+ BIN_DIR=/opt/oxide/bin
6552024-04-26T20:26:42.077Z+ BINARY=xcvradm
6562024-04-26T20:26:42.077Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6572024-04-26T20:26:42.077Z+ REPO=oxidecomputer/transceiver-control
6582024-04-26T20:26:42.077Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6592024-04-26T20:26:42.077Z+ main
6602024-04-26T20:26:42.077Z+ [[ 0 != 0 ]]
6612024-04-26T20:26:42.077Z+ CIDL_OS=solaris2.11
6622024-04-26T20:26:42.077Z+ [[ 0 != 0 ]]
6632024-04-26T20:26:42.077Z+ configure_os solaris2.11
6642024-04-26T20:26:42.077Z+ echo 'current directory: /work/oxidecomputer/omicron'
6652024-04-26T20:26:42.077Zcurrent directory: /work/oxidecomputer/omicron
6662024-04-26T20:26:42.077Z+ echo 'configuring based on OS: "solaris2.11"'
6672024-04-26T20:26:42.077Z+ case "$1" in
6682024-04-26T20:26:42.078Zconfiguring based on OS: "solaris2.11"
6692024-04-26T20:26:42.078Z+ SET_BINARIES=
6702024-04-26T20:26:42.078Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6712024-04-26T20:26:42.078Z+ CIDL_SHA256FUNC=do_sha256sum
6722024-04-26T20:26:42.078Z+ ARCHIVE_FILENAME=xcvradm.gz
6732024-04-26T20:26:42.078Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6742024-04-26T20:26:42.078Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6752024-04-26T20:26:42.078Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6762024-04-26T20:26:42.078ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6772024-04-26T20:26:42.078Z+ echo 'Local file: out/downloads/xcvradm.gz'
6782024-04-26T20:26:42.078ZLocal file: out/downloads/xcvradm.gz
6792024-04-26T20:26:42.078Z+ mkdir -p out/downloads
6802024-04-26T20:26:42.078Z+ mkdir -p ./out/transceiver-control
6812024-04-26T20:26:42.078Z+ fetch_and_verify
6822024-04-26T20:26:42.078Z+ local DO_DOWNLOAD=true
6832024-04-26T20:26:42.078Z+ [[ -f out/downloads/xcvradm.gz ]]
6842024-04-26T20:26:42.078Z+ '[' true == true ']'
6852024-04-26T20:26:42.078Z+ echo Downloading...
6862024-04-26T20:26:42.078ZDownloading...
6872024-04-26T20:26:42.079Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6882024-04-26T20:26:42.079Z+ 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
6892024-04-26T20:26:51.847Z++ do_sha256sum out/downloads/xcvradm.gz
6902024-04-26T20:26:51.872Z++ sha256sum
6912024-04-26T20:26:51.872Z++ awk '{print $1}'
6922024-04-26T20:26:51.872Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6932024-04-26T20:26:51.872Z+ [[ 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 ]]
6942024-04-26T20:26:51.872Z+ do_unpack out/downloads/xcvradm.gz
6952024-04-26T20:26:51.872Z+ mkdir -p out/downloads/root//opt/oxide/bin
6962024-04-26T20:26:51.872Z+ gzip -dc out/downloads/xcvradm.gz
6972024-04-26T20:26:52.001Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6982024-04-26T20:26:52.026Z+ do_assemble
6992024-04-26T20:26:52.026Z+ rm -r ./out/transceiver-control
7002024-04-26T20:26:52.026Z+ mkdir ./out/transceiver-control
7012024-04-26T20:26:52.026Z+ cp -r out/downloads/root ./out/transceiver-control/root
7022024-04-26T20:26:52.094Z+ set -o errexit
7032024-04-26T20:26:52.141Z+++ dirname ./tools/ci_download_thundermuffin
7042024-04-26T20:26:52.141Z++ cd ./tools
7052024-04-26T20:26:52.141Z++ pwd
7062024-04-26T20:26:52.141Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
7072024-04-26T20:26:52.142Z++ basename ./tools/ci_download_thundermuffin
7082024-04-26T20:26:52.142Z+ ARG0=ci_download_thundermuffin
7092024-04-26T20:26:52.142Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
7102024-04-26T20:26:52.142Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7112024-04-26T20:26:52.142Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
7122024-04-26T20:26:52.142Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
7132024-04-26T20:26:52.142Z+ TARGET_DIR=out
7142024-04-26T20:26:52.142Z+ DOWNLOAD_DIR=out/downloads
7152024-04-26T20:26:52.142Z+ DEST_DIR=./out/thundermuffin
7162024-04-26T20:26:52.142Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
7172024-04-26T20:26:52.142Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
7182024-04-26T20:26:52.142Z+ REPO=oxidecomputer/thundermuffin
7192024-04-26T20:26:52.142Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
7202024-04-26T20:26:52.142Z+ main
7212024-04-26T20:26:52.142Z+ rm -rf out/downloads/root
7222024-04-26T20:26:52.142Z+ [[ 0 != 0 ]]
7232024-04-26T20:26:52.142Z+ CIDL_OS=solaris2.11
7242024-04-26T20:26:52.142Z+ [[ 0 != 0 ]]
7252024-04-26T20:26:52.142Z+ configure_os solaris2.11
7262024-04-26T20:26:52.142Z+ echo 'current directory: /work/oxidecomputer/omicron'
7272024-04-26T20:26:52.142Z+ echo 'configuring based on OS: "solaris2.11"'
7282024-04-26T20:26:52.142Zcurrent directory: /work/oxidecomputer/omicron
7292024-04-26T20:26:52.142Zconfiguring based on OS: "solaris2.11"
7302024-04-26T20:26:52.143Z+ case "$1" in
7312024-04-26T20:26:52.143Z+ SET_BINARIES=
7322024-04-26T20:26:52.143Z+ CIDL_SHA256FUNC=do_sha256sum
7332024-04-26T20:26:52.143Z+ TARBALL_FILENAME=thundermuffin.tar.gz
7342024-04-26T20:26:52.143Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7352024-04-26T20:26:52.143Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
7362024-04-26T20:26:52.143Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
7372024-04-26T20:26:52.143ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7382024-04-26T20:26:52.143Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
7392024-04-26T20:26:52.143ZLocal file: out/downloads/thundermuffin.tar.gz
7402024-04-26T20:26:52.143Z+ mkdir -p out/downloads
7412024-04-26T20:26:52.143Z+ mkdir -p ./out/thundermuffin
7422024-04-26T20:26:52.143Z+ fetch_and_verify
7432024-04-26T20:26:52.143Z+ local DO_DOWNLOAD=true
7442024-04-26T20:26:52.143Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
7452024-04-26T20:26:52.143Z+ '[' true == true ']'
7462024-04-26T20:26:52.143Z+ echo Downloading...
7472024-04-26T20:26:52.143Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
7482024-04-26T20:26:52.143ZDownloading...
7492024-04-26T20:26:52.143Z+ 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
7502024-04-26T20:26:53.109Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7512024-04-26T20:26:53.134Z++ sha256sum
7522024-04-26T20:26:53.134Z++ awk '{print $1}'
7532024-04-26T20:26:53.134Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7542024-04-26T20:26:53.134Z+ [[ 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 ]]
7552024-04-26T20:26:53.134Z+ do_untar out/downloads/thundermuffin.tar.gz
7562024-04-26T20:26:53.134Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7572024-04-26T20:26:53.211Z+ do_assemble
7582024-04-26T20:26:53.212Z+ rm -r ./out/thundermuffin
7592024-04-26T20:26:53.240Z+ mkdir ./out/thundermuffin
7602024-04-26T20:26:53.240Z+ cp -r out/downloads/root ./out/thundermuffin/root
7612024-04-26T20:26:53.240ZAll prerequisites installed successfully
7622024-04-26T20:26:53.240Z
7632024-04-26T20:26:53.240Zreal 2:09.824248575
7642024-04-26T20:26:53.240Zuser 45.015741473
7652024-04-26T20:26:53.240Zsys 11.739149581
7662024-04-26T20:26:53.241Ztrap 0.013697350
7672024-04-26T20:26:53.241Ztflt 0.012408867
7682024-04-26T20:26:53.241Zdflt 0.019444491
7692024-04-26T20:26:53.241Zkflt 0.005623199
7702024-04-26T20:26:53.241Zlock 1.570725988
7712024-04-26T20:26:53.241Zslp 4:30.979196004
7722024-04-26T20:26:53.241Zlat 4.752125534
7732024-04-26T20:26:53.241Zstop 0.062543564
7742024-04-26T20:26:53.241Z+ banner end-to-end-tests
7752024-04-26T20:26:53.242Z
7762024-04-26T20:26:53.242Z ###### # # ##### ##### #### ###### # # #####
7772024-04-26T20:26:53.242Z # ## # # # # # # # ## # # #
7782024-04-26T20:26:53.242Z ##### # # # # # ##### # # # ##### ##### # # # # #
7792024-04-26T20:26:53.242Z # # # # # # # # # # # # # # #
7802024-04-26T20:26:53.243Z # # ## # # # # # # # ## # #
7812024-04-26T20:26:53.243Z ###### # # ##### # #### ###### # # #####
7822024-04-26T20:26:53.243Z
7832024-04-26T20:26:53.243Z+ export CARGO_PROFILE_DEV_DEBUG=1
7842024-04-26T20:26:53.244Z+ CARGO_PROFILE_DEV_DEBUG=1
7852024-04-26T20:26:53.244Z+ export CARGO_PROFILE_TEST_DEBUG=1
7862024-04-26T20:26:53.244Z+ CARGO_PROFILE_TEST_DEBUG=1
7872024-04-26T20:26:53.244Z+ export CARGO_INCREMENTAL=0
7882024-04-26T20:26:53.244Z+ CARGO_INCREMENTAL=0
7892024-04-26T20:26:53.244Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7902024-04-26T20:26:53.489Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7912024-04-26T20:26:54.097Z Updating git repository `https://github.com/oxidecomputer/zone`
7922024-04-26T20:26:54.605Z Updating crates.io index
7932024-04-26T20:26:54.630Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7942024-04-26T20:26:55.604Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7952024-04-26T20:26:56.409Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7962024-04-26T20:26:58.518Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7972024-04-26T20:26:59.004Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7982024-04-26T20:26:59.506Z Updating git repository `https://github.com/oxidecomputer/propolis`
7992024-04-26T20:27:00.636Z Updating git repository `https://github.com/oxidecomputer/crucible`
8002024-04-26T20:27:02.298Z Updating git repository `https://github.com/oxidecomputer/opte`
8012024-04-26T20:27:03.436Z Updating git repository `https://github.com/oxidecomputer/falcon`
8022024-04-26T20:27:04.337Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
8032024-04-26T20:27:04.809Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8042024-04-26T20:27:05.482Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
8052024-04-26T20:27:06.039Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
8062024-04-26T20:27:06.414Z Updating git repository `http://github.com/oxidecomputer/sprockets`
8072024-04-26T20:27:07.079Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
8082024-04-26T20:27:07.507Z Updating git repository `http://github.com/oxidecomputer/tofino`
8092024-04-26T20:27:07.983Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8102024-04-26T20:27:08.348Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
8112024-04-26T20:27:08.703Z Updating git repository `https://github.com/oxidecomputer/libnvme`
8122024-04-26T20:27:09.242Z Updating git repository `https://github.com/oxidecomputer/ispf`
8132024-04-26T20:27:09.647Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8142024-04-26T20:27:10.168Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8152024-04-26T20:27:10.940Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
8162024-04-26T20:27:11.377Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
8172024-04-26T20:27:11.851Z Updating git repository `https://github.com/jgallagher/nix`
8182024-04-26T20:27:12.949Z Updating git repository `https://github.com/cbiffle/hubpack`
8192024-04-26T20:27:13.415Z Updating git repository `https://github.com/oxidecomputer/typify`
8202024-04-26T20:27:15.512Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8212024-04-26T20:27:15.989Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8222024-04-26T20:27:16.395Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8232024-04-26T20:27:16.965Z Updating git repository `https://github.com/oxidecomputer/rfb`
8242024-04-26T20:27:18.374Z Downloading crates ...
8252024-04-26T20:27:18.491Z Downloaded ahash v0.8.8
8262024-04-26T20:27:18.530Z Downloaded backoff v0.4.0
8272024-04-26T20:27:18.531Z Downloaded ident_case v1.0.1
8282024-04-26T20:27:18.531Z Downloaded ipnet v2.9.0
8292024-04-26T20:27:18.531Z Downloaded lalrpop-util v0.19.12
8302024-04-26T20:27:18.531Z Downloaded internet-checksum v0.2.1
8312024-04-26T20:27:18.531Z Downloaded cobs v0.2.3
8322024-04-26T20:27:18.531Z Downloaded itoa v1.0.9
8332024-04-26T20:27:18.562Z Downloaded itertools v0.10.5
8342024-04-26T20:27:18.562Z Downloaded sigpipe v0.1.3
8352024-04-26T20:27:18.562Z Downloaded dirs v5.0.1
8362024-04-26T20:27:18.562Z Downloaded portpicker v0.1.1
8372024-04-26T20:27:18.587Z Downloaded poly1305 v0.8.0
8382024-04-26T20:27:18.587Z Downloaded tinyvec_macros v0.1.1
8392024-04-26T20:27:18.612Z Downloaded tokio-native-tls v0.3.1
8402024-04-26T20:27:18.612Z Downloaded zone_cfg_derive v0.1.2
8412024-04-26T20:27:18.612Z Downloaded equivalent v1.0.1
8422024-04-26T20:27:18.612Z Downloaded sync_wrapper v0.1.2
8432024-04-26T20:27:18.612Z Downloaded swrite v0.1.0
8442024-04-26T20:27:18.637Z Downloaded errno v0.3.8
8452024-04-26T20:27:18.637Z Downloaded usdt-macro v0.5.0
8462024-04-26T20:27:18.637Z Downloaded slab v0.4.9
8472024-04-26T20:27:18.638Z Downloaded phf_shared v0.10.0
8482024-04-26T20:27:18.638Z Downloaded slog-bunyan v2.5.0
8492024-04-26T20:27:18.638Z Downloaded erased-serde v0.3.31
8502024-04-26T20:27:18.662Z Downloaded take_mut v0.2.2
8512024-04-26T20:27:18.662Z Downloaded russh-cryptovec v0.7.0
8522024-04-26T20:27:18.663Z Downloaded hostname v0.3.1
8532024-04-26T20:27:18.663Z Downloaded hubpack_derive v0.1.1
8542024-04-26T20:27:18.663Z Downloaded thiserror v1.0.59
8552024-04-26T20:27:18.688Z Downloaded try-lock v0.2.4
8562024-04-26T20:27:18.688Z Downloaded foreign-types-macros v0.2.3
8572024-04-26T20:27:18.688Z Downloaded want v0.3.1
8582024-04-26T20:27:18.688Z Downloaded ghash v0.5.0
8592024-04-26T20:27:18.688Z Downloaded fnv v1.0.7
8602024-04-26T20:27:18.713Z Downloaded tower-service v0.3.2
8612024-04-26T20:27:18.713Z Downloaded toml_datetime v0.6.5
8622024-04-26T20:27:18.714Z Downloaded getrandom v0.2.12
8632024-04-26T20:27:18.714Z Downloaded proc-macro-crate v1.3.1
8642024-04-26T20:27:18.714Z Downloaded hash32 v0.3.1
8652024-04-26T20:27:18.714Z Downloaded group v0.13.0
8662024-04-26T20:27:18.739Z Downloaded toml v0.8.12
8672024-04-26T20:27:18.739Z Downloaded rustls-pemfile v2.1.2
8682024-04-26T20:27:18.739Z Downloaded toml_edit v0.19.15
8692024-04-26T20:27:18.776Z Downloaded toml_edit v0.22.12
8702024-04-26T20:27:18.824Z Downloaded gimli v0.28.0
8712024-04-26T20:27:18.849Z Downloaded rustls v0.22.4
8722024-04-26T20:27:18.873Z Downloaded winapi v0.3.9
8732024-04-26T20:27:18.933Z Downloaded encoding_rs v0.8.33
8742024-04-26T20:27:18.974Z Downloaded sha3 v0.10.8
8752024-04-26T20:27:19.000Z Downloaded sled v0.34.7
8762024-04-26T20:27:19.000Z Downloaded tokio v1.37.0
8772024-04-26T20:27:19.046Z Downloaded ring v0.17.8
8782024-04-26T20:27:19.136Z Downloaded ring v0.16.20
8792024-04-26T20:27:19.236Z Downloaded regex-automata v0.4.5
8802024-04-26T20:27:19.261Z Downloaded zerocopy-derive v0.6.6
8812024-04-26T20:27:19.285Z Downloaded zerocopy-derive v0.2.0
8822024-04-26T20:27:19.285Z Downloaded libc v0.2.153
8832024-04-26T20:27:19.313Z Downloaded bzip2-sys v0.1.11+1.0.8
8842024-04-26T20:27:19.337Z Downloaded webpki-roots v0.25.2
8852024-04-26T20:27:19.337Z Downloaded trust-dns-proto v0.22.0
8862024-04-26T20:27:19.362Z Downloaded rustls-webpki v0.102.1
8872024-04-26T20:27:19.386Z Downloaded rustls-webpki v0.101.7
8882024-04-26T20:27:19.411Z Downloaded rustls v0.21.9
8892024-04-26T20:27:19.411Z Downloaded rustix v0.38.31
8902024-04-26T20:27:19.436Z Downloaded hkdf v0.12.4
8912024-04-26T20:27:19.436Z Downloaded vcpkg v0.2.15
8922024-04-26T20:27:19.484Z Downloaded petgraph v0.6.4
8932024-04-26T20:27:19.509Z Downloaded hyper v0.14.28
8942024-04-26T20:27:19.534Z Downloaded syn v2.0.60
8952024-04-26T20:27:19.534Z Downloaded diesel v2.1.6
8962024-04-26T20:27:19.561Z Downloaded regress v0.9.1
8972024-04-26T20:27:19.561Z Downloaded regex-syntax v0.8.2
8982024-04-26T20:27:19.586Z Downloaded regex v1.10.4
8992024-04-26T20:27:19.587Z Downloaded smoltcp v0.11.0
9002024-04-26T20:27:19.615Z Downloaded openapiv3 v2.0.0
9012024-04-26T20:27:19.641Z Downloaded object v0.32.1
9022024-04-26T20:27:19.666Z Downloaded h2 v0.3.26
9032024-04-26T20:27:19.666Z Downloaded goblin v0.8.0
9042024-04-26T20:27:19.697Z Downloaded unicode-segmentation v1.10.1
9052024-04-26T20:27:19.697Z Downloaded unicode-normalization v0.1.22
9062024-04-26T20:27:19.697Z Downloaded tracing v0.1.40
9072024-04-26T20:27:19.697Z Downloaded tracing-core v0.1.32
9082024-04-26T20:27:19.697Z Downloaded time v0.3.34
9092024-04-26T20:27:19.723Z Downloaded heapless v0.8.0
9102024-04-26T20:27:19.723Z Downloaded heapless v0.7.16
9112024-04-26T20:27:19.723Z Downloaded hashbrown v0.14.3
9122024-04-26T20:27:19.723Z Downloaded hashbrown v0.12.3
9132024-04-26T20:27:19.723Z Downloaded russh v0.43.0
9142024-04-26T20:27:19.748Z Downloaded serde_json v1.0.116
9152024-04-26T20:27:19.748Z Downloaded tabled v0.15.0
9162024-04-26T20:27:19.773Z Downloaded syn v1.0.109
9172024-04-26T20:27:19.773Z Downloaded serde_with v3.7.0
9182024-04-26T20:27:19.798Z Downloaded winnow v0.6.1
9192024-04-26T20:27:19.823Z Downloaded radix_trie v0.2.1
9202024-04-26T20:27:19.823Z Downloaded smoltcp v0.9.1
9212024-04-26T20:27:19.823Z Downloaded openssl v0.10.64
9222024-04-26T20:27:19.848Z Downloaded bstr v1.9.0
9232024-04-26T20:27:19.874Z Downloaded bstr v0.2.17
9242024-04-26T20:27:19.874Z Downloaded half v2.3.1
9252024-04-26T20:27:19.874Z Downloaded typenum v1.16.0
9262024-04-26T20:27:19.874Z Downloaded trust-dns-resolver v0.22.0
9272024-04-26T20:27:19.874Z Downloaded trust-dns-client v0.22.0
9282024-04-26T20:27:19.899Z Downloaded flume v0.11.0
9292024-04-26T20:27:19.899Z Downloaded winnow v0.5.15
9302024-04-26T20:27:19.899Z Downloaded rayon v1.10.0
9312024-04-26T20:27:19.926Z Downloaded futures-util v0.3.30
9322024-04-26T20:27:19.926Z Downloaded rustls-pemfile v1.0.3
9332024-04-26T20:27:19.926Z Downloaded proc-macro-error v1.0.4
9342024-04-26T20:27:19.926Z Downloaded vsss-rs v3.3.4
9352024-04-26T20:27:19.954Z Downloaded unicode-width v0.1.11
9362024-04-26T20:27:19.954Z Downloaded trust-dns-server v0.22.1
9372024-04-26T20:27:19.954Z Downloaded headers v0.3.9
9382024-04-26T20:27:19.954Z Downloaded reqwest v0.11.24
9392024-04-26T20:27:19.954Z Downloaded curve25519-dalek v4.1.2
9402024-04-26T20:27:19.989Z Downloaded toml v0.7.8
9412024-04-26T20:27:19.989Z Downloaded tungstenite v0.21.0
9422024-04-26T20:27:19.989Z Downloaded tungstenite v0.20.1
9432024-04-26T20:27:19.989Z Downloaded http v1.0.0
9442024-04-26T20:27:19.989Z Downloaded http v0.2.12
9452024-04-26T20:27:19.989Z Downloaded unsafe-libyaml v0.2.10
9462024-04-26T20:27:20.017Z Downloaded tracing-attributes v0.1.27
9472024-04-26T20:27:20.017Z Downloaded ff v0.13.0
9482024-04-26T20:27:20.017Z Downloaded schemars v0.8.16
9492024-04-26T20:27:20.017Z Downloaded tokio-util v0.7.10
9502024-04-26T20:27:20.017Z Downloaded pest v2.7.6
9512024-04-26T20:27:20.017Z Downloaded p521 v0.13.3
9522024-04-26T20:27:20.042Z Downloaded hash32 v0.2.1
9532024-04-26T20:27:20.042Z Downloaded ryu v1.0.15
9542024-04-26T20:27:20.042Z Downloaded glob v0.3.1
9552024-04-26T20:27:20.042Z Downloaded whoami v1.5.1
9562024-04-26T20:27:20.042Z Downloaded walkdir v2.5.0
9572024-04-26T20:27:20.042Z Downloaded topological-sort v0.2.2
9582024-04-26T20:27:20.042Z Downloaded flate2 v1.0.28
9592024-04-26T20:27:20.042Z Downloaded unicode-ident v1.0.12
9602024-04-26T20:27:20.042Z Downloaded unicode-bidi v0.3.15
9612024-04-26T20:27:20.068Z Downloaded ucd-trie v0.1.6
9622024-04-26T20:27:20.068Z Downloaded serde v1.0.198
9632024-04-26T20:27:20.068Z Downloaded nom v7.1.3
9642024-04-26T20:27:20.068Z Downloaded fastrand v2.0.1
9652024-04-26T20:27:20.068Z Downloaded fallible-iterator v0.2.0
9662024-04-26T20:27:20.068Z Downloaded serde_yaml v0.9.25
9672024-04-26T20:27:20.069Z Downloaded getrandom v0.1.16
9682024-04-26T20:27:20.069Z Downloaded rustls-pki-types v1.3.0
9692024-04-26T20:27:20.069Z Downloaded foreign-types v0.5.0
9702024-04-26T20:27:20.069Z Downloaded libm v0.2.7
9712024-04-26T20:27:20.093Z Downloaded idna v0.5.0
9722024-04-26T20:27:20.093Z Downloaded toolchain_find v0.4.0
9732024-04-26T20:27:20.094Z Downloaded russh-keys v0.43.0
9742024-04-26T20:27:20.094Z Downloaded expectorate v1.1.0
9752024-04-26T20:27:20.094Z Downloaded itertools v0.12.1
9762024-04-26T20:27:20.119Z Downloaded httparse v1.8.0
9772024-04-26T20:27:20.119Z Downloaded heck v0.3.3
9782024-04-26T20:27:20.119Z Downloaded term v0.7.0
9792024-04-26T20:27:20.119Z Downloaded tar v0.4.40
9802024-04-26T20:27:20.119Z Downloaded serde_derive v1.0.198
9812024-04-26T20:27:20.119Z Downloaded uuid v1.8.0
9822024-04-26T20:27:20.119Z Downloaded ed25519-dalek v2.0.0
9832024-04-26T20:27:20.119Z Downloaded thread_local v1.1.7
9842024-04-26T20:27:20.119Z Downloaded thiserror-impl-no-std v2.0.2
9852024-04-26T20:27:20.145Z Downloaded filetime v0.2.23
9862024-04-26T20:27:20.145Z Downloaded rustc-demangle v0.1.23
9872024-04-26T20:27:20.145Z Downloaded sct v0.7.0
9882024-04-26T20:27:20.145Z Downloaded hmac v0.12.1
9892024-04-26T20:27:20.145Z Downloaded postgres-types v0.2.6
9902024-04-26T20:27:20.145Z Downloaded hyper-rustls v0.24.2
9912024-04-26T20:27:20.145Z Downloaded rand v0.7.3
9922024-04-26T20:27:20.145Z Downloaded waitgroup v0.1.2
9932024-04-26T20:27:20.145Z Downloaded thread-id v4.2.0
9942024-04-26T20:27:20.145Z Downloaded thiserror-no-std v2.0.2
9952024-04-26T20:27:20.171Z Downloaded rustversion v1.0.14
9962024-04-26T20:27:20.171Z Downloaded foreign-types v0.3.2
9972024-04-26T20:27:20.171Z Downloaded fixedbitset v0.4.2
9982024-04-26T20:27:20.171Z Downloaded hex v0.4.3
9992024-04-26T20:27:20.171Z Downloaded slog v2.7.0
10002024-04-26T20:27:20.171Z Downloaded hubpack v0.1.2
10012024-04-26T20:27:20.171Z Downloaded httpdate v1.0.3
10022024-04-26T20:27:20.171Z Downloaded http-body v0.4.5
10032024-04-26T20:27:20.171Z Downloaded heck v0.5.0
10042024-04-26T20:27:20.171Z Downloaded heck v0.4.1
10052024-04-26T20:27:20.171Z Downloaded proc-macro-error-attr v1.0.4
10062024-04-26T20:27:20.171Z Downloaded tempfile v3.10.1
10072024-04-26T20:27:20.171Z Downloaded serde_derive_internals v0.26.0
10082024-04-26T20:27:20.196Z Downloaded semver v1.0.22
10092024-04-26T20:27:20.196Z Downloaded semver v0.1.20
10102024-04-26T20:27:20.196Z Downloaded sec1 v0.7.3
10112024-04-26T20:27:20.196Z Downloaded scroll v0.12.0
10122024-04-26T20:27:20.196Z Downloaded schemars_derive v0.8.16
10132024-04-26T20:27:20.196Z Downloaded platforms v3.0.2
10142024-04-26T20:27:20.196Z Downloaded pkcs8 v0.10.2
10152024-04-26T20:27:20.196Z Downloaded pin-project-lite v0.2.13
10162024-04-26T20:27:20.196Z Downloaded similar v2.4.0
10172024-04-26T20:27:20.221Z Downloaded elliptic-curve v0.13.8
10182024-04-26T20:27:20.221Z Downloaded headers-core v0.2.0
10192024-04-26T20:27:20.221Z Downloaded float-cmp v0.9.0
10202024-04-26T20:27:20.222Z Downloaded flagset v0.4.3
10212024-04-26T20:27:20.222Z Downloaded unicase v2.7.0
10222024-04-26T20:27:20.222Z Downloaded rustfmt-wrapper v0.2.1
10232024-04-26T20:27:20.222Z Downloaded rustc_version v0.4.0
10242024-04-26T20:27:20.222Z Downloaded rustc_version v0.1.7
10252024-04-26T20:27:20.222Z Downloaded thiserror-impl v1.0.59
10262024-04-26T20:27:20.222Z Downloaded secrecy v0.8.0
10272024-04-26T20:27:20.222Z Downloaded scopeguard v1.2.0
10282024-04-26T20:27:20.222Z Downloaded same-file v1.0.6
10292024-04-26T20:27:20.222Z Downloaded hex-literal v0.4.1
10302024-04-26T20:27:20.222Z Downloaded uuid v0.8.2
10312024-04-26T20:27:20.222Z Downloaded usdt-impl v0.5.0
10322024-04-26T20:27:20.247Z Downloaded untrusted v0.7.1
10332024-04-26T20:27:20.247Z Downloaded universal-hash v0.5.1
10342024-04-26T20:27:20.247Z Downloaded subprocess v0.2.9
10352024-04-26T20:27:20.248Z Downloaded signal-hook v0.3.17
10362024-04-26T20:27:20.248Z Downloaded dhcproto v0.11.0
10372024-04-26T20:27:20.248Z Downloaded zip v0.6.6
10382024-04-26T20:27:20.248Z Downloaded ron v0.7.1
10392024-04-26T20:27:20.248Z Downloaded regex-automata v0.1.10
10402024-04-26T20:27:20.273Z Downloaded papergrid v0.11.0
10412024-04-26T20:27:20.273Z Downloaded num-bigint v0.4.4
10422024-04-26T20:27:20.273Z Downloaded minimal-lexical v0.2.1
10432024-04-26T20:27:20.274Z Downloaded terminal_size v0.3.0
10442024-04-26T20:27:20.274Z Downloaded http-range v0.1.5
10452024-04-26T20:27:20.274Z Downloaded termcolor v1.2.0
10462024-04-26T20:27:20.274Z Downloaded serde_arrays v0.1.0
10472024-04-26T20:27:20.274Z Downloaded ppv-lite86 v0.2.17
10482024-04-26T20:27:20.274Z Downloaded postgres-protocol v0.6.6
10492024-04-26T20:27:20.299Z Downloaded home v0.5.5
10502024-04-26T20:27:20.299Z Downloaded diesel_derives v2.1.2
10512024-04-26T20:27:20.299Z Downloaded derive_more v0.99.17
10522024-04-26T20:27:20.299Z Downloaded derive-where v1.2.7
10532024-04-26T20:27:20.299Z Downloaded plain v0.2.3
10542024-04-26T20:27:20.299Z Downloaded pkg-config v0.3.27
10552024-04-26T20:27:20.299Z Downloaded pin-utils v0.1.0
10562024-04-26T20:27:20.299Z Downloaded phf v0.11.2
10572024-04-26T20:27:20.299Z Downloaded hyper-tls v0.5.0
10582024-04-26T20:27:20.299Z Downloaded hyper-staticfile v0.9.5
10592024-04-26T20:27:20.324Z Downloaded humantime v2.1.0
10602024-04-26T20:27:20.324Z Downloaded synstructure v0.12.6
10612024-04-26T20:27:20.324Z Downloaded strum_macros v0.26.1
10622024-04-26T20:27:20.324Z Downloaded slog-dtrace v0.3.0
10632024-04-26T20:27:20.324Z Downloaded serde_with_macros v3.7.0
10642024-04-26T20:27:20.324Z Downloaded scroll_derive v0.12.0
10652024-04-26T20:27:20.324Z Downloaded scheduled-thread-pool v0.2.7
10662024-04-26T20:27:20.324Z Downloaded version_check v0.9.4
10672024-04-26T20:27:20.324Z Downloaded utf8parse v0.2.1
10682024-04-26T20:27:20.324Z Downloaded utf-8 v0.7.6
10692024-04-26T20:27:20.324Z Downloaded unicode-xid v0.2.4
10702024-04-26T20:27:20.324Z Downloaded primeorder v0.13.6
10712024-04-26T20:27:20.325Z Downloaded predicates v3.1.0
10722024-04-26T20:27:20.325Z Downloaded phf_shared v0.11.2
10732024-04-26T20:27:20.325Z Downloaded sha2 v0.10.8
10742024-04-26T20:27:20.350Z Downloaded serde_spanned v0.6.5
10752024-04-26T20:27:20.350Z Downloaded toml v0.5.11
10762024-04-26T20:27:20.350Z Downloaded tokio-tungstenite v0.21.0
10772024-04-26T20:27:20.350Z Downloaded tokio-postgres v0.7.10
10782024-04-26T20:27:20.350Z Downloaded zerocopy v0.7.32
10792024-04-26T20:27:20.375Z Downloaded memchr v2.7.1
10802024-04-26T20:27:20.375Z Downloaded idna v0.3.0
10812024-04-26T20:27:20.375Z Downloaded chrono v0.4.38
10822024-04-26T20:27:20.402Z Downloaded env_logger v0.9.3
10832024-04-26T20:27:20.403Z Downloaded ecdsa v0.16.9
10842024-04-26T20:27:20.403Z Downloaded zerocopy v0.6.6
10852024-04-26T20:27:20.403Z Downloaded postcard v1.0.8
10862024-04-26T20:27:20.403Z Downloaded zerocopy-derive v0.7.32
10872024-04-26T20:27:20.403Z Downloaded p256 v0.13.2
10882024-04-26T20:27:20.429Z Downloaded openssl-sys v0.9.102
10892024-04-26T20:27:20.429Z Downloaded mio v0.8.11
10902024-04-26T20:27:20.429Z Downloaded slog-async v2.8.0
10912024-04-26T20:27:20.430Z Downloaded siphasher v0.3.11
10922024-04-26T20:27:20.430Z Downloaded sha1 v0.10.6
10932024-04-26T20:27:20.430Z Downloaded serde_urlencoded v0.7.1
10942024-04-26T20:27:20.430Z Downloaded serde_tokenstream v0.1.7
10952024-04-26T20:27:20.430Z Downloaded indexmap v2.2.6
10962024-04-26T20:27:20.455Z Downloaded tabwriter v1.4.0
10972024-04-26T20:27:20.455Z Downloaded tabled_derive v0.7.0
10982024-04-26T20:27:20.455Z Downloaded subtle v2.5.0
10992024-04-26T20:27:20.455Z Downloaded strum_macros v0.25.2
11002024-04-26T20:27:20.455Z Downloaded slog-envlogger v2.2.0
11012024-04-26T20:27:20.455Z Downloaded serde_tokenstream v0.2.0
11022024-04-26T20:27:20.455Z Downloaded serde_repr v0.1.16
11032024-04-26T20:27:20.455Z Downloaded tokio-stream v0.1.15
11042024-04-26T20:27:20.455Z Downloaded signal-hook-mio v0.2.3
11052024-04-26T20:27:20.455Z Downloaded serde_path_to_error v0.1.16
11062024-04-26T20:27:20.480Z Downloaded rand v0.8.5
11072024-04-26T20:27:20.480Z Downloaded num-traits v0.2.18
11082024-04-26T20:27:20.480Z Downloaded usdt-macro v0.3.5
11092024-04-26T20:27:20.480Z Downloaded pretty-hex v0.4.1
11102024-04-26T20:27:20.480Z Downloaded pretty-hex v0.2.1
11112024-04-26T20:27:20.481Z Downloaded predicates-core v1.0.6
11122024-04-26T20:27:20.481Z Downloaded precomputed-hash v0.1.1
11132024-04-26T20:27:20.481Z Downloaded powerfmt v0.2.0
11142024-04-26T20:27:20.481Z Downloaded enum-as-inner v0.5.1
11152024-04-26T20:27:20.481Z Downloaded endian-type v0.1.2
11162024-04-26T20:27:20.481Z Downloaded embedded-io v0.4.0
11172024-04-26T20:27:20.481Z Downloaded ed25519 v2.2.2
11182024-04-26T20:27:20.481Z Downloaded yasna v0.5.2
11192024-04-26T20:27:20.506Z Downloaded tinyvec v1.6.0
11202024-04-26T20:27:20.506Z Downloaded rcgen v0.12.1
11212024-04-26T20:27:20.507Z Downloaded pest_meta v2.7.6
11222024-04-26T20:27:20.507Z Downloaded either v1.11.0
11232024-04-26T20:27:20.507Z Downloaded dyn-clone v1.0.17
11242024-04-26T20:27:20.507Z Downloaded tokio-tungstenite v0.20.1
11252024-04-26T20:27:20.507Z Downloaded parking_lot_core v0.8.6
11262024-04-26T20:27:20.507Z Downloaded zerocopy v0.3.0
11272024-04-26T20:27:20.507Z Downloaded parking_lot v0.12.1
11282024-04-26T20:27:20.507Z Downloaded omicron-zone-package v0.11.0
11292024-04-26T20:27:20.507Z Downloaded tokio-rustls v0.24.1
11302024-04-26T20:27:20.532Z Downloaded publicsuffix v2.2.3
11312024-04-26T20:27:20.533Z Downloaded pest_derive v2.7.6
11322024-04-26T20:27:20.533Z Downloaded paste v1.0.14
11332024-04-26T20:27:20.533Z Downloaded password-hash v0.4.2
11342024-04-26T20:27:20.566Z Downloaded owo-colors v4.0.0
11352024-04-26T20:27:20.566Z Downloaded num-rational v0.4.1
11362024-04-26T20:27:20.566Z Downloaded native-tls v0.2.11
11372024-04-26T20:27:20.566Z Downloaded miniz_oxide v0.7.1
11382024-04-26T20:27:20.566Z Downloaded dtrace-parser v0.2.0
11392024-04-26T20:27:20.566Z Downloaded dtrace-parser v0.1.14
11402024-04-26T20:27:20.566Z Downloaded diesel_table_macro_syntax v0.1.0
11412024-04-26T20:27:20.566Z Downloaded dhcproto-macros v0.1.0
11422024-04-26T20:27:20.566Z Downloaded deranged v0.3.11
11432024-04-26T20:27:20.566Z Downloaded zone v0.1.8
11442024-04-26T20:27:20.566Z Downloaded zeroize_derive v1.4.2
11452024-04-26T20:27:20.566Z Downloaded zeroize v1.7.0
11462024-04-26T20:27:20.566Z Downloaded xattr v1.0.1
11472024-04-26T20:27:20.566Z Downloaded rfc6979 v0.4.0
11482024-04-26T20:27:20.566Z Downloaded resolv-conf v0.7.0
11492024-04-26T20:27:20.593Z Downloaded rayon-core v1.12.1
11502024-04-26T20:27:20.593Z Downloaded getopts v0.2.21
11512024-04-26T20:27:20.593Z Downloaded gethostname v0.4.3
11522024-04-26T20:27:20.593Z Downloaded generic-array v0.14.7
11532024-04-26T20:27:20.593Z Downloaded dof v0.3.0
11542024-04-26T20:27:20.593Z Downloaded dof v0.1.5
11552024-04-26T20:27:20.593Z Downloaded usdt-impl v0.3.5
11562024-04-26T20:27:20.594Z Downloaded pem-rfc7468 v0.7.0
11572024-04-26T20:27:20.594Z Downloaded password-hash v0.5.0
11582024-04-26T20:27:20.594Z Downloaded parking_lot_core v0.9.8
11592024-04-26T20:27:20.594Z Downloaded parking_lot v0.11.2
11602024-04-26T20:27:20.594Z Downloaded num-complex v0.4.5
11612024-04-26T20:27:20.594Z Downloaded newtype-uuid v1.1.0
11622024-04-26T20:27:20.594Z Downloaded crossterm v0.27.0
11632024-04-26T20:27:20.622Z Downloaded tokio-rustls v0.25.0
11642024-04-26T20:27:20.622Z Downloaded time-macros v0.2.17
11652024-04-26T20:27:20.622Z Downloaded percent-encoding v2.3.1
11662024-04-26T20:27:20.622Z Downloaded pbkdf2 v0.12.2
11672024-04-26T20:27:20.622Z Downloaded parse-display-derive v0.9.0
11682024-04-26T20:27:20.622Z Downloaded once_cell v1.19.0
11692024-04-26T20:27:20.622Z Downloaded lock_api v0.4.10
11702024-04-26T20:27:20.623Z Downloaded tokio-macros v2.2.0
11712024-04-26T20:27:20.623Z Downloaded quote v1.0.36
11722024-04-26T20:27:20.623Z Downloaded proc-macro2 v1.0.81
11732024-04-26T20:27:20.623Z Downloaded steno v0.4.0
11742024-04-26T20:27:20.623Z Downloaded pest_generator v2.7.6
11752024-04-26T20:27:20.647Z Downloaded pem v3.0.4
11762024-04-26T20:27:20.647Z Downloaded peg-runtime v0.8.2
11772024-04-26T20:27:20.647Z Downloaded num_enum_derive v0.5.11
11782024-04-26T20:27:20.647Z Downloaded num_cpus v1.16.0
11792024-04-26T20:27:20.648Z Downloaded num-iter v0.1.44
11802024-04-26T20:27:20.648Z Downloaded num-integer v0.1.46
11812024-04-26T20:27:20.648Z Downloaded num-derive v0.4.0
11822024-04-26T20:27:20.648Z Downloaded time-core v0.1.2
11832024-04-26T20:27:20.648Z Downloaded rand_core v0.6.4
11842024-04-26T20:27:20.648Z Downloaded rand_core v0.5.1
11852024-04-26T20:27:20.648Z Downloaded rand_chacha v0.3.1
11862024-04-26T20:27:20.648Z Downloaded rand_chacha v0.2.2
11872024-04-26T20:27:20.648Z Downloaded r2d2 v0.8.10
11882024-04-26T20:27:20.648Z Downloaded quick-error v1.2.3
11892024-04-26T20:27:20.648Z Downloaded psl-types v2.0.11
11902024-04-26T20:27:20.648Z Downloaded polyval v0.6.1
11912024-04-26T20:27:20.648Z Downloaded fxhash v0.2.1
11922024-04-26T20:27:20.649Z Downloaded futures v0.3.30
11932024-04-26T20:27:20.675Z Downloaded url v2.5.0
11942024-04-26T20:27:20.675Z Downloaded socket2 v0.5.6
11952024-04-26T20:27:20.675Z Downloaded pbkdf2 v0.11.0
11962024-04-26T20:27:20.675Z Downloaded parse-display v0.9.0
11972024-04-26T20:27:20.675Z Downloaded openssl-macros v0.1.1
11982024-04-26T20:27:20.675Z Downloaded opaque-debug v0.3.0
11992024-04-26T20:27:20.675Z Downloaded num_threads v0.1.6
12002024-04-26T20:27:20.675Z Downloaded num_enum v0.5.11
12012024-04-26T20:27:20.675Z Downloaded num v0.4.2
12022024-04-26T20:27:20.675Z Downloaded log v0.4.21
12032024-04-26T20:27:20.700Z Downloaded linear-map v1.2.0
12042024-04-26T20:27:20.700Z Downloaded der v0.7.8
12052024-04-26T20:27:20.700Z Downloaded clap_builder v4.5.2
12062024-04-26T20:27:20.700Z Downloaded futures-task v0.3.30
12072024-04-26T20:27:20.700Z Downloaded futures-sink v0.3.30
12082024-04-26T20:27:20.700Z Downloaded futures-macro v0.3.30
12092024-04-26T20:27:20.700Z Downloaded futures-io v0.3.30
12102024-04-26T20:27:20.700Z Downloaded futures-executor v0.3.30
12112024-04-26T20:27:20.701Z Downloaded futures-core v0.3.30
12122024-04-26T20:27:20.726Z Downloaded futures-channel v0.3.30
12132024-04-26T20:27:20.726Z Downloaded form_urlencoded v1.2.1
12142024-04-26T20:27:20.726Z Downloaded dirs-sys-next v0.1.2
12152024-04-26T20:27:20.726Z Downloaded dirs-sys v0.4.1
12162024-04-26T20:27:20.726Z Downloaded dirs-next v2.0.0
12172024-04-26T20:27:20.726Z Downloaded difflib v0.4.0
12182024-04-26T20:27:20.726Z Downloaded spin v0.9.8
12192024-04-26T20:27:20.726Z Downloaded socket2 v0.4.9
12202024-04-26T20:27:20.726Z Downloaded smallvec v1.13.1
12212024-04-26T20:27:20.726Z Downloaded slog-term v2.9.1
12222024-04-26T20:27:20.726Z Downloaded slog-scope v4.4.0
12232024-04-26T20:27:20.727Z Downloaded option-ext v0.2.0
12242024-04-26T20:27:20.727Z Downloaded num-conv v0.1.0
12252024-04-26T20:27:20.727Z Downloaded nibble_vec v0.1.0
12262024-04-26T20:27:20.727Z Downloaded multer v3.0.0
12272024-04-26T20:27:20.752Z Downloaded mime_guess v2.0.4
12282024-04-26T20:27:20.752Z Downloaded memmap2 v0.7.1
12292024-04-26T20:27:20.752Z Downloaded memmap v0.7.0
12302024-04-26T20:27:20.752Z Downloaded md-5 v0.10.5
12312024-04-26T20:27:20.752Z Downloaded managed v0.8.0
12322024-04-26T20:27:20.752Z Downloaded macaddr v1.0.1
12332024-04-26T20:27:20.752Z Downloaded lru-cache v0.1.2
12342024-04-26T20:27:20.752Z Downloaded linked-hash-map v0.5.6
12352024-04-26T20:27:20.752Z Downloaded libsw v3.3.1
12362024-04-26T20:27:20.753Z Downloaded libefi-sys v0.1.0
12372024-04-26T20:27:20.753Z Downloaded lazy_static v1.4.0
12382024-04-26T20:27:20.753Z Downloaded crypto-bigint v0.5.2
12392024-04-26T20:27:20.779Z Downloaded blake3 v1.5.0
12402024-04-26T20:27:20.779Z Downloaded foreign-types-shared v0.3.1
12412024-04-26T20:27:20.779Z Downloaded foreign-types-shared v0.1.1
12422024-04-26T20:27:20.779Z Downloaded display-error-chain v0.2.0
12432024-04-26T20:27:20.779Z Downloaded digest v0.10.7
12442024-04-26T20:27:20.779Z Downloaded usdt v0.5.0
12452024-04-26T20:27:20.779Z Downloaded usdt v0.3.5
12462024-04-26T20:27:20.779Z Downloaded untrusted v0.9.0
12472024-04-26T20:27:20.779Z Downloaded strum v0.26.2
12482024-04-26T20:27:20.779Z Downloaded structmeta-derive v0.3.0
12492024-04-26T20:27:20.779Z Downloaded structmeta v0.3.0
12502024-04-26T20:27:20.780Z Downloaded strsim v0.11.0
12512024-04-26T20:27:20.780Z Downloaded strsim v0.10.0
12522024-04-26T20:27:20.780Z Downloaded stringprep v0.1.3
12532024-04-26T20:27:20.806Z Downloaded string_cache v0.8.7
12542024-04-26T20:27:20.806Z Downloaded static_assertions v1.1.0
12552024-04-26T20:27:20.806Z Downloaded stable_deref_trait v1.2.0
12562024-04-26T20:27:20.806Z Downloaded spki v0.7.2
12572024-04-26T20:27:20.806Z Downloaded spin v0.5.2
12582024-04-26T20:27:20.806Z Downloaded smf v0.2.3
12592024-04-26T20:27:20.806Z Downloaded slog-stdlog v4.1.1
12602024-04-26T20:27:20.806Z Downloaded slog-json v2.6.1
12612024-04-26T20:27:20.806Z Downloaded signature v2.1.0
12622024-04-26T20:27:20.806Z Downloaded signal-hook-registry v1.4.1
12632024-04-26T20:27:20.806Z Downloaded openssl-probe v0.1.5
12642024-04-26T20:27:20.806Z Downloaded normalize-line-endings v0.3.0
12652024-04-26T20:27:20.806Z Downloaded newtype_derive v0.1.6
12662024-04-26T20:27:20.806Z Downloaded newline-converter v0.3.0
12672024-04-26T20:27:20.806Z Downloaded new_debug_unreachable v1.0.4
12682024-04-26T20:27:20.806Z Downloaded crypto-common v0.1.6
12692024-04-26T20:27:20.806Z Downloaded crossbeam-channel v0.5.8
12702024-04-26T20:27:20.832Z Downloaded crc32fast v1.3.2
12712024-04-26T20:27:20.832Z Downloaded cookie v0.17.0
12722024-04-26T20:27:20.832Z Downloaded ciborium v0.2.2
12732024-04-26T20:27:20.832Z Downloaded chacha20poly1305 v0.10.1
12742024-04-26T20:27:20.832Z Downloaded base64 v0.22.0
12752024-04-26T20:27:20.832Z Downloaded usdt-attr-macro v0.5.0
12762024-04-26T20:27:20.832Z Downloaded usdt-attr-macro v0.3.5
12772024-04-26T20:27:20.832Z Downloaded nanorand v0.7.0
12782024-04-26T20:27:20.832Z Downloaded mime v0.3.17
12792024-04-26T20:27:20.832Z Downloaded kstat-rs v0.2.3
12802024-04-26T20:27:20.832Z Downloaded is-terminal v0.4.9
12812024-04-26T20:27:20.832Z Downloaded ipnetwork v0.20.0
12822024-04-26T20:27:20.857Z Downloaded defmt v0.3.5
12832024-04-26T20:27:20.857Z Downloaded darling_core v0.20.8
12842024-04-26T20:27:20.857Z Downloaded curve25519-dalek-derive v0.1.0
12852024-04-26T20:27:20.857Z Downloaded crossbeam-utils v0.8.19
12862024-04-26T20:27:20.857Z Downloaded const-oid v0.9.6
12872024-04-26T20:27:20.857Z Downloaded clap_lex v0.7.0
12882024-04-26T20:27:20.857Z Downloaded bytes v1.6.0
12892024-04-26T20:27:20.857Z Downloaded md5 v0.7.0
12902024-04-26T20:27:20.858Z Downloaded matches v0.1.10
12912024-04-26T20:27:20.882Z Downloaded match_cfg v0.1.0
12922024-04-26T20:27:20.882Z Downloaded keccak v0.1.4
12932024-04-26T20:27:20.882Z Downloaded instant v0.1.12
12942024-04-26T20:27:20.882Z Downloaded defmt-parser v0.3.3
12952024-04-26T20:27:20.882Z Downloaded debug-ignore v1.0.5
12962024-04-26T20:27:20.883Z Downloaded data-encoding v2.4.0
12972024-04-26T20:27:20.883Z Downloaded darling_macro v0.20.8
12982024-04-26T20:27:20.883Z Downloaded darling v0.20.8
12992024-04-26T20:27:20.883Z Downloaded ctr v0.9.2
13002024-04-26T20:27:20.883Z Downloaded cstr-argument v0.1.2
13012024-04-26T20:27:20.883Z Downloaded crucible-workspace-hack v0.1.0
13022024-04-26T20:27:20.883Z Downloaded crossbeam-epoch v0.9.18
13032024-04-26T20:27:20.883Z Downloaded crossbeam-deque v0.8.3
13042024-04-26T20:27:20.883Z Downloaded cpufeatures v0.2.12
13052024-04-26T20:27:20.883Z Downloaded cookie_store v0.20.0
13062024-04-26T20:27:20.908Z Downloaded convert_case v0.4.0
13072024-04-26T20:27:20.908Z Downloaded constant_time_eq v0.3.0
13082024-04-26T20:27:20.908Z Downloaded cc v1.0.83
13092024-04-26T20:27:20.908Z Downloaded cbc v0.1.2
13102024-04-26T20:27:20.908Z Downloaded bytecount v0.6.3
13112024-04-26T20:27:20.908Z Downloaded blowfish v0.9.1
13122024-04-26T20:27:20.908Z Downloaded blake2 v0.10.6
13132024-04-26T20:27:20.908Z Downloaded bitflags v2.4.2
13142024-04-26T20:27:20.908Z Downloaded backtrace v0.3.69
13152024-04-26T20:27:20.933Z Downloaded console v0.15.8
13162024-04-26T20:27:20.933Z Downloaded ciborium-io v0.2.2
13172024-04-26T20:27:20.933Z Downloaded bitstruct_derive v0.1.0
13182024-04-26T20:27:20.933Z Downloaded inout v0.1.3
13192024-04-26T20:27:20.933Z Downloaded idna v0.2.3
13202024-04-26T20:27:20.933Z Downloaded iana-time-zone v0.1.57
13212024-04-26T20:27:20.933Z Downloaded der_derive v0.7.2
13222024-04-26T20:27:20.933Z Downloaded defmt-macros v0.3.6
13232024-04-26T20:27:20.933Z Downloaded colored v2.1.0
13242024-04-26T20:27:20.958Z Downloaded clap_derive v4.5.4
13252024-04-26T20:27:20.959Z Downloaded cipher v0.4.4
13262024-04-26T20:27:20.959Z Downloaded cancel-safe-futures v0.1.5
13272024-04-26T20:27:20.959Z Downloaded camino v1.1.6
13282024-04-26T20:27:20.959Z Downloaded bzip2 v0.4.4
13292024-04-26T20:27:20.959Z Downloaded byteorder v1.5.0
13302024-04-26T20:27:20.959Z Downloaded block-padding v0.3.3
13312024-04-26T20:27:20.959Z Downloaded bcrypt-pbkdf v0.10.0
13322024-04-26T20:27:20.959Z Downloaded base64 v0.13.1
13332024-04-26T20:27:20.959Z Downloaded clap v4.5.4
13342024-04-26T20:27:20.983Z Downloaded chacha20 v0.9.1
13352024-04-26T20:27:20.983Z Downloaded block-buffer v0.10.4
13362024-04-26T20:27:20.984Z Downloaded bitflags v1.3.2
13372024-04-26T20:27:20.984Z Downloaded bit-set v0.5.3
13382024-04-26T20:27:20.984Z Downloaded base64 v0.21.7
13392024-04-26T20:27:20.984Z Downloaded indexmap v1.9.3
13402024-04-26T20:27:20.984Z Downloaded camino-tempfile v1.1.1
13412024-04-26T20:27:21.009Z Downloaded bit-vec v0.6.3
13422024-04-26T20:27:21.009Z Downloaded colorchoice v1.0.0
13432024-04-26T20:27:21.009Z Downloaded ciborium-ll v0.2.2
13442024-04-26T20:27:21.009Z Downloaded cfg-if v1.0.0
13452024-04-26T20:27:21.009Z Downloaded bitstruct v0.1.1
13462024-04-26T20:27:21.009Z Downloaded base64ct v1.6.0
13472024-04-26T20:27:21.009Z Downloaded base16ct v0.2.0
13482024-04-26T20:27:21.009Z Downloaded autocfg v1.1.0
13492024-04-26T20:27:21.009Z Downloaded atty v0.2.14
13502024-04-26T20:27:21.009Z Downloaded atomicwrites v0.4.3
13512024-04-26T20:27:21.009Z Downloaded atomic-waker v1.1.1
13522024-04-26T20:27:21.010Z Downloaded async-trait v0.1.80
13532024-04-26T20:27:21.010Z Downloaded async-stream-impl v0.3.5
13542024-04-26T20:27:21.010Z Downloaded async-stream v0.3.5
13552024-04-26T20:27:21.034Z Downloaded ascii v1.1.0
13562024-04-26T20:27:21.035Z Downloaded arrayvec v0.7.4
13572024-04-26T20:27:21.035Z Downloaded arrayref v0.3.7
13582024-04-26T20:27:21.035Z Downloaded argon2 v0.5.3
13592024-04-26T20:27:21.035Z Downloaded arc-swap v1.6.0
13602024-04-26T20:27:21.035Z Downloaded anyhow v1.0.82
13612024-04-26T20:27:21.035Z Downloaded anstyle-query v1.0.0
13622024-04-26T20:27:21.035Z Downloaded anstyle-parse v0.2.1
13632024-04-26T20:27:21.035Z Downloaded anstyle v1.0.6
13642024-04-26T20:27:21.035Z Downloaded anstream v0.6.11
13652024-04-26T20:27:21.035Z Downloaded allocator-api2 v0.2.16
13662024-04-26T20:27:21.059Z Downloaded aho-corasick v1.1.2
13672024-04-26T20:27:21.060Z Downloaded aes-gcm v0.10.3
13682024-04-26T20:27:21.060Z Downloaded aes v0.8.3
13692024-04-26T20:27:21.060Z Downloaded aead v0.5.2
13702024-04-26T20:27:21.060Z Downloaded adler v1.0.2
13712024-04-26T20:27:21.060Z Downloaded addr2line v0.21.0
13722024-04-26T20:27:21.437Z Compiling proc-macro2 v1.0.81
13732024-04-26T20:27:21.437Z Compiling unicode-ident v1.0.12
13742024-04-26T20:27:21.465Z Compiling libc v0.2.153
13752024-04-26T20:27:21.465Z Compiling serde v1.0.198
13762024-04-26T20:27:21.465Z Compiling version_check v0.9.4
13772024-04-26T20:27:21.465Z Compiling cfg-if v1.0.0
13782024-04-26T20:27:21.465Z Compiling autocfg v1.1.0
13792024-04-26T20:27:21.631Z Compiling syn v1.0.109
13802024-04-26T20:27:21.694Z Compiling once_cell v1.19.0
13812024-04-26T20:27:21.749Z Compiling thiserror v1.0.59
13822024-04-26T20:27:22.132Z Compiling typenum v1.16.0
13832024-04-26T20:27:22.351Z Compiling parking_lot_core v0.9.8
13842024-04-26T20:27:22.407Z Compiling generic-array v0.14.7
13852024-04-26T20:27:22.437Z Compiling byteorder v1.5.0
13862024-04-26T20:27:22.498Z Compiling lock_api v0.4.10
13872024-04-26T20:27:22.787Z Compiling memchr v2.7.1
13882024-04-26T20:27:22.815Z Compiling serde_json v1.0.116
13892024-04-26T20:27:22.841Z Compiling libm v0.2.7
13902024-04-26T20:27:22.909Z Compiling ahash v0.8.8
13912024-04-26T20:27:23.084Z Compiling quote v1.0.36
13922024-04-26T20:27:23.564Z Compiling num-traits v0.2.18
13932024-04-26T20:27:23.590Z Compiling log v0.4.21
13942024-04-26T20:27:23.590Z Compiling syn v2.0.60
13952024-04-26T20:27:23.632Z Compiling getrandom v0.2.12
13962024-04-26T20:27:23.692Z Compiling cc v1.0.83
13972024-04-26T20:27:23.875Z Compiling rand_core v0.6.4
13982024-04-26T20:27:24.191Z Compiling itoa v1.0.9
13992024-04-26T20:27:24.316Z Compiling scopeguard v1.2.0
14002024-04-26T20:27:24.356Z Compiling slab v0.4.9
14012024-04-26T20:27:24.933Z Compiling smallvec v1.13.1
14022024-04-26T20:27:25.050Z Compiling ryu v1.0.15
14032024-04-26T20:27:25.132Z Compiling allocator-api2 v0.2.16
14042024-04-26T20:27:25.359Z Compiling subtle v2.5.0
14052024-04-26T20:27:25.384Z Compiling pin-project-lite v0.2.13
14062024-04-26T20:27:25.502Z Compiling pkg-config v0.3.27
14072024-04-26T20:27:25.643Z Compiling heck v0.4.1
14082024-04-26T20:27:25.770Z Compiling parking_lot v0.12.1
14092024-04-26T20:27:26.035Z Compiling schemars v0.8.16
14102024-04-26T20:27:26.084Z Compiling signal-hook-registry v1.4.1
14112024-04-26T20:27:26.109Z Compiling mio v0.8.11
14122024-04-26T20:27:26.329Z Compiling equivalent v1.0.1
14132024-04-26T20:27:26.452Z Compiling ring v0.17.8
14142024-04-26T20:27:26.587Z Compiling socket2 v0.5.6
14152024-04-26T20:27:26.652Z Compiling num_cpus v1.16.0
14162024-04-26T20:27:26.816Z Compiling num-conv v0.1.0
14172024-04-26T20:27:27.058Z Compiling time-core v0.1.2
14182024-04-26T20:27:27.230Z Compiling time-macros v0.2.17
14192024-04-26T20:27:27.364Z Compiling futures-core v0.3.30
14202024-04-26T20:27:27.497Z Compiling vcpkg v0.2.15
14212024-04-26T20:27:27.522Z Compiling const-oid v0.9.6
14222024-04-26T20:27:27.567Z Compiling httparse v1.8.0
14232024-04-26T20:27:28.741Z Compiling fnv v1.0.7
14242024-04-26T20:27:28.876Z Compiling futures-sink v0.3.30
14252024-04-26T20:27:29.030Z Compiling ring v0.16.20
14262024-04-26T20:27:29.269Z Compiling openssl-sys v0.9.102
14272024-04-26T20:27:29.347Z Compiling futures-channel v0.3.30
14282024-04-26T20:27:29.529Z Compiling serde_derive_internals v0.26.0
14292024-04-26T20:27:29.723Z Compiling futures-task v0.3.30
14302024-04-26T20:27:29.901Z Compiling slog v2.7.0
14312024-04-26T20:27:29.979Z Compiling spin v0.5.2
14322024-04-26T20:27:30.005Z Compiling futures-io v0.3.30
14332024-04-26T20:27:30.130Z Compiling pin-utils v0.1.0
14342024-04-26T20:27:30.197Z Compiling ucd-trie v0.1.6
14352024-04-26T20:27:30.237Z Compiling semver v1.0.22
14362024-04-26T20:27:30.292Z Compiling openssl v0.10.64
14372024-04-26T20:27:30.354Z Compiling rustix v0.38.31
14382024-04-26T20:27:30.384Z Compiling iana-time-zone v0.1.57
14392024-04-26T20:27:30.654Z Compiling native-tls v0.2.11
14402024-04-26T20:27:30.686Z Compiling rustls v0.21.9
14412024-04-26T20:27:30.895Z Compiling tinyvec_macros v0.1.1
14422024-04-26T20:27:31.343Z Compiling cpufeatures v0.2.12
14432024-04-26T20:27:31.372Z Compiling backtrace v0.3.69
14442024-04-26T20:27:31.372Z Compiling cookie v0.17.0
14452024-04-26T20:27:31.372Z Compiling tinyvec v1.6.0
14462024-04-26T20:27:31.661Z Compiling aho-corasick v1.1.2
14472024-04-26T20:27:31.694Z Compiling uuid v0.8.2
14482024-04-26T20:27:31.906Z Compiling regex-syntax v0.8.2
14492024-04-26T20:27:31.934Z Compiling dyn-clone v1.0.17
14502024-04-26T20:27:32.117Z Compiling unicode-normalization v0.1.22
14512024-04-26T20:27:32.161Z Compiling unicode-bidi v0.3.15
14522024-04-26T20:27:32.549Z Compiling ppv-lite86 v0.2.17
14532024-04-26T20:27:32.920Z Compiling crossbeam-utils v0.8.19
14542024-04-26T20:27:33.003Z Compiling anyhow v1.0.82
14552024-04-26T20:27:33.227Z Compiling tracing-core v0.1.32
14562024-04-26T20:27:34.611Z Compiling percent-encoding v2.3.1
14572024-04-26T20:27:34.733Z Compiling regex-automata v0.4.5
14582024-04-26T20:27:35.116Z Compiling rand_chacha v0.3.1
14592024-04-26T20:27:35.243Z Compiling serde_derive v1.0.198
14602024-04-26T20:27:35.280Z Compiling zeroize_derive v1.4.2
14612024-04-26T20:27:35.540Z Compiling zerocopy-derive v0.7.32
14622024-04-26T20:27:36.084Z Compiling thiserror-impl v1.0.59
14632024-04-26T20:27:36.329Z Compiling tokio-macros v2.2.0
14642024-04-26T20:27:36.574Z Compiling futures-macro v0.3.30
14652024-04-26T20:27:36.623Z Compiling zeroize v1.7.0
14662024-04-26T20:27:37.354Z Compiling tracing-attributes v0.1.27
14672024-04-26T20:27:37.499Z Compiling zerocopy v0.7.32
14682024-04-26T20:27:37.776Z Compiling schemars_derive v0.8.16
14692024-04-26T20:27:38.086Z Compiling crypto-common v0.1.6
14702024-04-26T20:27:38.306Z Compiling block-buffer v0.10.4
14712024-04-26T20:27:38.549Z Compiling digest v0.10.7
14722024-04-26T20:27:38.962Z Compiling futures-util v0.3.30
14732024-04-26T20:27:39.034Z Compiling pest v2.7.6
14742024-04-26T20:27:39.300Z Compiling hashbrown v0.14.3
14752024-04-26T20:27:39.570Z Compiling openssl-macros v0.1.1
14762024-04-26T20:27:40.279Z Compiling async-trait v0.1.80
14772024-04-26T20:27:40.631Z Compiling tracing v0.1.40
14782024-04-26T20:27:40.916Z Compiling pest_meta v2.7.6
14792024-04-26T20:27:41.082Z Compiling regex v1.10.4
14802024-04-26T20:27:41.219Z Compiling der_derive v0.7.2
14812024-04-26T20:27:42.191Z Compiling pest_generator v2.7.6
14822024-04-26T20:27:42.568Z Compiling scroll_derive v0.12.0
14832024-04-26T20:27:44.145Z Compiling rand v0.8.5
14842024-04-26T20:27:44.634Z Compiling spin v0.9.8
14852024-04-26T20:27:45.020Z Compiling pest_derive v2.7.6
14862024-04-26T20:27:45.138Z Compiling thread-id v4.2.0
14872024-04-26T20:27:45.346Z Compiling powerfmt v0.2.0
14882024-04-26T20:27:46.404Z Compiling rustversion v1.0.14
14892024-04-26T20:27:46.956Z Compiling deranged v0.3.11
14902024-04-26T20:27:46.956Z Compiling form_urlencoded v1.2.1
14912024-04-26T20:27:46.956Z Compiling num_threads v0.1.6
14922024-04-26T20:27:46.957Z Compiling unicode-width v0.1.11
14932024-04-26T20:27:46.957Z Compiling winnow v0.5.15
14942024-04-26T20:27:46.957Z Compiling bytes v1.6.0
14952024-04-26T20:27:47.309Z Compiling indexmap v2.2.6
14962024-04-26T20:27:47.581Z Compiling tokio v1.37.0
14972024-04-26T20:27:47.840Z Compiling chrono v0.4.38
14982024-04-26T20:27:48.005Z Compiling uuid v1.8.0
14992024-04-26T20:27:48.996Z Compiling bitflags v2.4.2
15002024-04-26T20:27:49.365Z Compiling http v0.2.12
15012024-04-26T20:27:49.921Z Compiling toml_datetime v0.6.5
15022024-04-26T20:27:50.241Z Compiling serde_spanned v0.6.5
15032024-04-26T20:27:50.441Z Compiling rustc_version v0.4.0
15042024-04-26T20:27:51.069Z Compiling toml_edit v0.19.15
15052024-04-26T20:27:51.452Z Compiling time v0.3.34
15062024-04-26T20:27:52.773Z Compiling unicode-xid v0.2.4
15072024-04-26T20:27:52.936Z Compiling synstructure v0.12.6
15082024-04-26T20:27:53.923Z Compiling openapiv3 v2.0.0
15092024-04-26T20:27:54.495Z Compiling serde_tokenstream v0.2.0
15102024-04-26T20:27:54.964Z Compiling idna v0.5.0
15112024-04-26T20:27:55.112Z Compiling usdt-impl v0.5.0
15122024-04-26T20:27:56.196Z Compiling crc32fast v1.3.2
15132024-04-26T20:27:56.220Z Compiling url v2.5.0
15142024-04-26T20:27:56.396Z Compiling zerocopy-derive v0.2.0
15152024-04-26T20:27:56.629Z Compiling scroll v0.12.0
15162024-04-26T20:27:56.769Z Compiling lazy_static v1.4.0
15172024-04-26T20:27:57.088Z Compiling plain v0.2.3
15182024-04-26T20:27:57.240Z Compiling goblin v0.8.0
15192024-04-26T20:27:57.440Z Compiling tokio-util v0.7.10
15202024-04-26T20:27:58.501Z Compiling untrusted v0.9.0
15212024-04-26T20:27:59.072Z Compiling pretty-hex v0.4.1
15222024-04-26T20:27:59.674Z Compiling untrusted v0.7.1
15232024-04-26T20:27:59.712Z Compiling foreign-types-shared v0.1.1
15242024-04-26T20:27:59.712Z Compiling foreign-types v0.3.2
15252024-04-26T20:28:01.745Z Compiling dof v0.3.0
15262024-04-26T20:28:03.215Z Compiling dtrace-parser v0.2.0
15272024-04-26T20:28:03.545Z Compiling errno v0.3.8
15282024-04-26T20:28:03.617Z Compiling usdt-impl v0.3.5
15292024-04-26T20:28:03.744Z Compiling base64 v0.21.7
15302024-04-26T20:28:03.782Z Compiling try-lock v0.2.4
15312024-04-26T20:28:03.945Z Compiling adler v1.0.2
15322024-04-26T20:28:04.267Z Compiling miniz_oxide v0.7.1
15332024-04-26T20:28:04.307Z Compiling want v0.3.1
15342024-04-26T20:28:05.448Z Compiling sct v0.7.0
15352024-04-26T20:28:05.551Z Compiling rustls-webpki v0.101.7
15362024-04-26T20:28:05.746Z Compiling h2 v0.3.26
15372024-04-26T20:28:05.840Z Compiling http-body v0.4.5
15382024-04-26T20:28:07.001Z Compiling num-bigint v0.4.4
15392024-04-26T20:28:07.131Z Compiling tower-service v0.3.2
15402024-04-26T20:28:07.156Z Compiling httpdate v1.0.3
15412024-04-26T20:28:07.265Z Compiling openssl-probe v0.1.5
15422024-04-26T20:28:08.483Z Compiling zerocopy v0.3.0
15432024-04-26T20:28:08.819Z Compiling heapless v0.7.16
15442024-04-26T20:28:09.195Z Compiling idna v0.3.0
15452024-04-26T20:28:09.406Z Compiling bzip2-sys v0.1.11+1.0.8
15462024-04-26T20:28:09.830Z Compiling signal-hook v0.3.17
15472024-04-26T20:28:09.930Z Compiling base64ct v1.6.0
15482024-04-26T20:28:10.438Z Compiling psl-types v2.0.11
15492024-04-26T20:28:10.615Z Compiling publicsuffix v2.2.3
15502024-04-26T20:28:10.856Z Compiling tokio-native-tls v0.3.1
15512024-04-26T20:28:11.293Z Compiling hyper v0.14.28
15522024-04-26T20:28:11.821Z Compiling tokio-rustls v0.24.1
15532024-04-26T20:28:12.078Z Compiling dof v0.1.5
15542024-04-26T20:28:12.180Z Compiling crossbeam-epoch v0.9.18
15552024-04-26T20:28:12.355Z Compiling dtrace-parser v0.1.14
15562024-04-26T20:28:13.360Z Compiling ipnet v2.9.0
15572024-04-26T20:28:13.486Z Compiling gimli v0.28.0
15582024-04-26T20:28:14.070Z Compiling cookie_store v0.20.0
15592024-04-26T20:28:15.381Z Compiling rustls-pemfile v1.0.3
15602024-04-26T20:28:15.488Z Compiling serde_urlencoded v0.7.1
15612024-04-26T20:28:15.722Z Compiling serde_tokenstream v0.1.7
15622024-04-26T20:28:15.938Z Compiling enum-as-inner v0.5.1
15632024-04-26T20:28:16.131Z Compiling object v0.32.1
15642024-04-26T20:28:16.175Z Compiling encoding_rs v0.8.33
15652024-04-26T20:28:16.842Z Compiling hyper-tls v0.5.0
15662024-04-26T20:28:17.561Z Compiling hyper-rustls v0.24.2
15672024-04-26T20:28:17.597Z Compiling addr2line v0.21.0
15682024-04-26T20:28:17.598Z Compiling webpki-roots v0.25.2
15692024-04-26T20:28:17.722Z Compiling mime v0.3.17
15702024-04-26T20:28:17.924Z Compiling either v1.11.0
15712024-04-26T20:28:18.366Z Compiling data-encoding v2.4.0
15722024-04-26T20:28:19.303Z Compiling smoltcp v0.9.1
15732024-04-26T20:28:19.542Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
15742024-04-26T20:28:19.935Z Compiling sync_wrapper v0.1.2
15752024-04-26T20:28:19.961Z Compiling rustc-demangle v0.1.23
15762024-04-26T20:28:20.352Z Compiling reqwest v0.11.24
15772024-04-26T20:28:20.404Z Compiling pem-rfc7468 v0.7.0
15782024-04-26T20:28:21.421Z Compiling hmac v0.12.1
15792024-04-26T20:28:22.133Z Compiling futures-executor v0.3.30
15802024-04-26T20:28:22.194Z Compiling regress v0.9.1
15812024-04-26T20:28:22.831Z Compiling unicode-segmentation v1.10.1
15822024-04-26T20:28:23.099Z Compiling winnow v0.6.1
15832024-04-26T20:28:23.716Z Compiling flagset v0.4.3
15842024-04-26T20:28:23.796Z Compiling heck v0.5.0
15852024-04-26T20:28:24.029Z Compiling siphasher v0.3.11
15862024-04-26T20:28:24.228Z Compiling clap_derive v4.5.4
15872024-04-26T20:28:24.346Z Compiling der v0.7.8
15882024-04-26T20:28:26.063Z Compiling toml_edit v0.22.12
15892024-04-26T20:28:26.225Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
15902024-04-26T20:28:28.187Z Compiling flate2 v1.0.28
15912024-04-26T20:28:28.212Z Compiling usdt-attr-macro v0.3.5
15922024-04-26T20:28:28.667Z Compiling usdt-macro v0.3.5
15932024-04-26T20:28:29.959Z Compiling hubpack_derive v0.1.1
15942024-04-26T20:28:30.114Z Compiling zerocopy-derive v0.6.6
15952024-04-26T20:28:30.977Z Compiling bitflags v1.3.2
15962024-04-26T20:28:31.062Z Compiling utf8parse v0.2.1
15972024-04-26T20:28:31.097Z Compiling anstyle v1.0.6
15982024-04-26T20:28:31.212Z Compiling anstyle-parse v0.2.1
15992024-04-26T20:28:31.518Z Compiling sha2 v0.10.8
16002024-04-26T20:28:32.506Z Compiling futures v0.3.30
16012024-04-26T20:28:32.935Z Compiling spki v0.7.2
16022024-04-26T20:28:33.356Z Compiling md-5 v0.10.5
16032024-04-26T20:28:33.584Z Compiling toml v0.7.8
16042024-04-26T20:28:33.668Z Compiling hex v0.4.3
16052024-04-26T20:28:33.776Z Compiling stringprep v0.1.3
16062024-04-26T20:28:33.859Z Compiling block-padding v0.3.3
16072024-04-26T20:28:34.187Z Compiling num-integer v0.1.46
16082024-04-26T20:28:34.241Z Compiling diesel_table_macro_syntax v0.1.0
16092024-04-26T20:28:34.271Z Compiling hash32 v0.2.1
16102024-04-26T20:28:34.647Z Compiling colorchoice v1.0.0
16112024-04-26T20:28:34.828Z Compiling fallible-iterator v0.2.0
16122024-04-26T20:28:34.856Z Compiling anstyle-query v1.0.0
16132024-04-26T20:28:34.984Z Compiling stable_deref_trait v1.2.0
16142024-04-26T20:28:35.056Z Compiling anstream v0.6.11
16152024-04-26T20:28:35.416Z Compiling postgres-protocol v0.6.6
16162024-04-26T20:28:35.441Z Compiling diesel_derives v2.1.2
16172024-04-26T20:28:36.489Z Compiling inout v0.1.3
16182024-04-26T20:28:36.567Z Compiling pkcs8 v0.10.2
16192024-04-26T20:28:37.036Z Compiling phf_shared v0.11.2
16202024-04-26T20:28:37.311Z Compiling terminal_size v0.3.0
16212024-04-26T20:28:37.371Z Compiling ff v0.13.0
16222024-04-26T20:28:37.495Z Compiling strum_macros v0.25.2
16232024-04-26T20:28:37.807Z Compiling serde_repr v0.1.16
16242024-04-26T20:28:38.019Z Compiling scheduled-thread-pool v0.2.7
16252024-04-26T20:28:38.171Z Compiling strsim v0.11.0
16262024-04-26T20:28:38.199Z Compiling managed v0.8.0
16272024-04-26T20:28:38.511Z Compiling regex-automata v0.1.10
16282024-04-26T20:28:38.582Z Compiling bit-vec v0.6.3
16292024-04-26T20:28:38.767Z Compiling base16ct v0.2.0
16302024-04-26T20:28:38.949Z Compiling matches v0.1.10
16312024-04-26T20:28:38.978Z Compiling clap_lex v0.7.0
16322024-04-26T20:28:39.051Z Compiling idna v0.2.3
16332024-04-26T20:28:39.080Z Compiling sec1 v0.7.3
16342024-04-26T20:28:39.432Z Compiling clap_builder v4.5.2
16352024-04-26T20:28:39.574Z Compiling bstr v0.2.17
16362024-04-26T20:28:40.007Z Compiling r2d2 v0.8.10
16372024-04-26T20:28:40.602Z Compiling group v0.13.0
16382024-04-26T20:28:40.815Z Compiling phf v0.11.2
16392024-04-26T20:28:40.953Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
16402024-04-26T20:28:41.104Z Compiling signal-hook-mio v0.2.3
16412024-04-26T20:28:41.136Z Compiling bzip2 v0.4.4
16422024-04-26T20:28:41.272Z Compiling cipher v0.4.4
16432024-04-26T20:28:41.296Z Compiling postgres-types v0.2.6
16442024-04-26T20:28:41.742Z Compiling zerocopy v0.6.6
16452024-04-26T20:28:41.804Z Compiling hubpack v0.1.2
16462024-04-26T20:28:42.194Z Compiling phf_shared v0.10.0
16472024-04-26T20:28:42.418Z Compiling hkdf v0.12.4
16482024-04-26T20:28:42.562Z Compiling crypto-bigint v0.5.2
16492024-04-26T20:28:42.651Z Compiling ipnetwork v0.20.0
16502024-04-26T20:28:43.410Z Compiling float-cmp v0.9.0
16512024-04-26T20:28:43.619Z Compiling whoami v1.5.1
16522024-04-26T20:28:44.147Z Compiling static_assertions v1.1.0
16532024-04-26T20:28:44.250Z Compiling predicates-core v1.0.6
16542024-04-26T20:28:44.564Z Compiling precomputed-hash v0.1.1
16552024-04-26T20:28:44.729Z Compiling new_debug_unreachable v1.0.4
16562024-04-26T20:28:45.126Z Compiling normalize-line-endings v0.3.0
16572024-04-26T20:28:45.298Z Compiling difflib v0.4.0
16582024-04-26T20:28:45.411Z Compiling minimal-lexical v0.2.1
16592024-04-26T20:28:45.826Z Compiling fixedbitset v0.4.2
16602024-04-26T20:28:46.081Z Compiling petgraph v0.6.4
16612024-04-26T20:28:46.134Z Compiling nom v7.1.3
16622024-04-26T20:28:46.243Z Compiling trust-dns-proto v0.22.0
16632024-04-26T20:28:46.664Z Compiling predicates v3.1.0
16642024-04-26T20:28:47.421Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
16652024-04-26T20:28:47.954Z Compiling diesel v2.1.6
16662024-04-26T20:28:48.097Z Compiling string_cache v0.8.7
16672024-04-26T20:28:48.500Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
16682024-04-26T20:28:49.043Z Compiling elliptic-curve v0.13.8
16692024-04-26T20:28:49.073Z Compiling tokio-postgres v0.7.10
16702024-04-26T20:28:49.226Z Compiling yasna v0.5.2
16712024-04-26T20:28:49.735Z Compiling clap v4.5.4
16722024-04-26T20:28:49.847Z Compiling zip v0.6.6
16732024-04-26T20:28:50.800Z Compiling crossterm v0.27.0
16742024-04-26T20:28:52.087Z Compiling similar v2.4.0
16752024-04-26T20:28:53.253Z Compiling bit-set v0.5.3
16762024-04-26T20:28:53.279Z Compiling num-iter v0.1.44
16772024-04-26T20:28:53.341Z Compiling console v0.15.8
16782024-04-26T20:28:53.491Z Compiling usdt v0.3.5
16792024-04-26T20:28:53.547Z Compiling itertools v0.10.5
16802024-04-26T20:28:53.770Z Compiling tokio-stream v0.1.15
16812024-04-26T20:28:54.481Z Compiling getopts v0.2.21
16822024-04-26T20:28:54.660Z Compiling bstr v1.9.0
16832024-04-26T20:28:55.042Z Compiling base64 v0.22.0
16842024-04-26T20:28:55.067Z Compiling peg-runtime v0.8.2
16852024-04-26T20:28:55.366Z Compiling lalrpop-util v0.19.12
16862024-04-26T20:28:55.672Z Compiling unsafe-libyaml v0.2.10
16872024-04-26T20:28:56.083Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16882024-04-26T20:28:57.269Z Compiling serde_yaml v0.9.25
16892024-04-26T20:28:59.121Z Compiling camino v1.1.6
16902024-04-26T20:29:02.200Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16912024-04-26T20:29:02.694Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16922024-04-26T20:29:05.510Z Compiling sha1 v0.10.6
16932024-04-26T20:29:17.219Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16942024-04-26T20:29:17.767Z Compiling strsim v0.10.0
16952024-04-26T20:29:17.962Z Compiling ident_case v1.0.1
16962024-04-26T20:29:18.008Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16972024-04-26T20:29:18.148Z Compiling darling_core v0.20.8
16982024-04-26T20:29:19.875Z Compiling strum_macros v0.26.1
16992024-04-26T20:29:24.024Z Compiling darling_macro v0.20.8
17002024-04-26T20:29:24.455Z Compiling strum v0.26.2
17012024-04-26T20:29:24.481Z Compiling dirs-sys-next v0.1.2
17022024-04-26T20:29:24.536Z Compiling match_cfg v0.1.0
17032024-04-26T20:29:24.684Z Compiling hostname v0.3.1
17042024-04-26T20:29:24.855Z Compiling dirs-next v2.0.0
17052024-04-26T20:29:24.937Z Compiling http v1.0.0
17062024-04-26T20:29:24.997Z Compiling darling v0.20.8
17072024-04-26T20:29:25.033Z Compiling thread_local v1.1.7
17082024-04-26T20:29:25.033Z Compiling rustls-pki-types v1.3.0
17092024-04-26T20:29:25.064Z Compiling slog-async v2.8.0
17102024-04-26T20:29:25.544Z Compiling term v0.7.0
17112024-04-26T20:29:25.597Z Compiling crossbeam-channel v0.5.8
17122024-04-26T20:29:25.654Z Compiling is-terminal v0.4.9
17132024-04-26T20:29:25.692Z Compiling paste v1.0.14
17142024-04-26T20:29:25.726Z Compiling take_mut v0.2.2
17152024-04-26T20:29:25.790Z Compiling rustls v0.22.4
17162024-04-26T20:29:25.997Z Compiling slog-term v2.9.1
17172024-04-26T20:29:26.022Z Compiling rustls-webpki v0.102.1
17182024-04-26T20:29:26.089Z Compiling multer v3.0.0
17192024-04-26T20:29:26.217Z Compiling instant v0.1.12
17202024-04-26T20:29:26.591Z Compiling slog-json v2.6.1
17212024-04-26T20:29:26.932Z Compiling async-stream-impl v0.3.5
17222024-04-26T20:29:27.457Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
17232024-04-26T20:29:27.458Z Compiling debug-ignore v1.0.5
17242024-04-26T20:29:27.458Z Compiling atomic-waker v1.1.1
17252024-04-26T20:29:27.458Z Compiling waitgroup v0.1.2
17262024-04-26T20:29:27.458Z Compiling slog-bunyan v2.5.0
17272024-04-26T20:29:27.561Z Compiling rustls-pemfile v2.1.2
17282024-04-26T20:29:27.632Z Compiling serde_with_macros v3.7.0
17292024-04-26T20:29:27.664Z Compiling toml v0.8.12
17302024-04-26T20:29:27.808Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
17312024-04-26T20:29:27.979Z Compiling serde_path_to_error v0.1.16
17322024-04-26T20:29:28.144Z Compiling async-stream v0.3.5
17332024-04-26T20:29:28.389Z Compiling structmeta-derive v0.3.0
17342024-04-26T20:29:28.433Z Compiling proc-macro-error-attr v1.0.4
17352024-04-26T20:29:28.715Z Compiling proc-macro-error v1.0.4
17362024-04-26T20:29:29.544Z Compiling newtype-uuid v1.1.0
17372024-04-26T20:29:29.588Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17382024-04-26T20:29:29.589Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17392024-04-26T20:29:29.707Z Compiling backoff v0.4.0
17402024-04-26T20:29:29.753Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17412024-04-26T20:29:29.871Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17422024-04-26T20:29:30.009Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
17432024-04-26T20:29:30.043Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17442024-04-26T20:29:30.203Z Compiling macaddr v1.0.1
17452024-04-26T20:29:30.229Z Compiling proc-macro-crate v1.3.1
17462024-04-26T20:29:30.302Z Compiling serde_with v3.7.0
17472024-04-26T20:29:30.427Z Compiling tokio-rustls v0.25.0
17482024-04-26T20:29:30.598Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17492024-04-26T20:29:30.940Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17502024-04-26T20:29:30.965Z Compiling structmeta v0.3.0
17512024-04-26T20:29:31.160Z Compiling num_enum_derive v0.5.11
17522024-04-26T20:29:31.237Z Compiling foreign-types-macros v0.2.3
17532024-04-26T20:29:31.350Z Compiling parse-display-derive v0.9.0
17542024-04-26T20:29:32.342Z Compiling foreign-types-shared v0.3.1
17552024-04-26T20:29:32.466Z Compiling heapless v0.8.0
17562024-04-26T20:29:32.934Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17572024-04-26T20:29:33.491Z Compiling foreign-types v0.5.0
17582024-04-26T20:29:33.516Z Compiling num_enum v0.5.11
17592024-04-26T20:29:33.679Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17602024-04-26T20:29:33.707Z Compiling hash32 v0.3.1
17612024-04-26T20:29:33.774Z Compiling cstr-argument v0.1.2
17622024-04-26T20:29:33.947Z Compiling pretty-hex v0.2.1
17632024-04-26T20:29:34.006Z Compiling smoltcp v0.11.0
17642024-04-26T20:29:34.117Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17652024-04-26T20:29:34.425Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17662024-04-26T20:29:34.656Z Compiling tabwriter v1.4.0
17672024-04-26T20:29:35.025Z Compiling colored v2.1.0
17682024-04-26T20:29:35.118Z Compiling socket2 v0.4.9
17692024-04-26T20:29:35.398Z Compiling parse-display v0.9.0
17702024-04-26T20:29:35.492Z Compiling cobs v0.2.3
17712024-04-26T20:29:35.543Z Compiling fastrand v2.0.1
17722024-04-26T20:29:35.669Z Compiling embedded-io v0.4.0
17732024-04-26T20:29:35.784Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17742024-04-26T20:29:35.866Z Compiling tempfile v3.10.1
17752024-04-26T20:29:35.891Z Compiling postcard v1.0.8
17762024-04-26T20:29:35.981Z Compiling crucible-workspace-hack v0.1.0
17772024-04-26T20:29:36.033Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17782024-04-26T20:29:36.141Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17792024-04-26T20:29:36.219Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17802024-04-26T20:29:36.278Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
17812024-04-26T20:29:36.612Z Compiling smf v0.2.3
17822024-04-26T20:29:36.686Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
17832024-04-26T20:29:36.718Z Compiling platforms v3.0.2
17842024-04-26T20:29:36.986Z Compiling humantime v2.1.0
17852024-04-26T20:29:37.086Z Compiling camino-tempfile v1.1.1
17862024-04-26T20:29:37.169Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
17872024-04-26T20:29:37.438Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
17882024-04-26T20:29:37.486Z Compiling usdt-macro v0.5.0
17892024-04-26T20:29:37.742Z Compiling usdt-attr-macro v0.5.0
17902024-04-26T20:29:37.825Z Compiling num-derive v0.4.0
17912024-04-26T20:29:37.850Z Compiling memmap v0.7.0
17922024-04-26T20:29:38.180Z Compiling sigpipe v0.1.3
17932024-04-26T20:29:38.305Z Compiling utf-8 v0.7.6
17942024-04-26T20:29:38.414Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
17952024-04-26T20:29:38.595Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17962024-04-26T20:29:38.778Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
17972024-04-26T20:29:39.133Z Compiling usdt v0.5.0
17982024-04-26T20:29:39.580Z Compiling atty v0.2.14
17992024-04-26T20:29:39.785Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c)
18002024-04-26T20:29:39.811Z Compiling unicase v2.7.0
18012024-04-26T20:29:39.844Z Compiling semver v0.1.20
18022024-04-26T20:29:39.913Z Compiling rayon-core v1.12.1
18032024-04-26T20:29:39.959Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18042024-04-26T20:29:40.102Z Compiling curve25519-dalek v4.1.2
18052024-04-26T20:29:40.212Z Compiling rustc_version v0.1.7
18062024-04-26T20:29:40.360Z Compiling newline-converter v0.3.0
18072024-04-26T20:29:40.386Z Compiling crossbeam-deque v0.8.3
18082024-04-26T20:29:40.441Z Compiling universal-hash v0.5.1
18092024-04-26T20:29:40.594Z Compiling same-file v1.0.6
18102024-04-26T20:29:40.634Z Compiling opaque-debug v0.3.0
18112024-04-26T20:29:40.660Z Compiling newtype_derive v0.1.6
18122024-04-26T20:29:40.749Z Compiling expectorate v1.1.0
18132024-04-26T20:29:40.813Z Compiling walkdir v2.5.0
18142024-04-26T20:29:40.928Z Compiling tungstenite v0.20.1
18152024-04-26T20:29:41.027Z Compiling signature v2.1.0
18162024-04-26T20:29:41.051Z Compiling curve25519-dalek-derive v0.1.0
18172024-04-26T20:29:41.674Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18182024-04-26T20:29:41.698Z Compiling blake3 v1.5.0
18192024-04-26T20:29:41.698Z Compiling num-rational v0.4.1
18202024-04-26T20:29:41.698Z Compiling termcolor v1.2.0
18212024-04-26T20:29:41.796Z Compiling linked-hash-map v0.5.6
18222024-04-26T20:29:42.021Z Compiling getrandom v0.1.16
18232024-04-26T20:29:42.126Z Compiling quick-error v1.2.3
18242024-04-26T20:29:42.238Z Compiling arc-swap v1.6.0
18252024-04-26T20:29:42.297Z Compiling resolv-conf v0.7.0
18262024-04-26T20:29:42.325Z Compiling lru-cache v0.1.2
18272024-04-26T20:29:42.515Z Compiling env_logger v0.9.3
18282024-04-26T20:29:42.667Z Compiling slog-scope v4.4.0
18292024-04-26T20:29:42.696Z Compiling tokio-tungstenite v0.20.1
18302024-04-26T20:29:42.837Z Compiling rayon v1.10.0
18312024-04-26T20:29:43.171Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18322024-04-26T20:29:43.171Z Compiling password-hash v0.5.0
18332024-04-26T20:29:43.350Z Compiling blake2 v0.10.6
18342024-04-26T20:29:43.567Z Compiling bitstruct_derive v0.1.0
18352024-04-26T20:29:43.701Z Compiling xattr v1.0.1
18362024-04-26T20:29:43.888Z Compiling filetime v0.2.23
18372024-04-26T20:29:43.954Z Compiling memmap2 v0.7.1
18382024-04-26T20:29:44.111Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18392024-04-26T20:29:44.197Z Compiling arrayref v0.3.7
18402024-04-26T20:29:44.244Z Compiling parking_lot_core v0.8.6
18412024-04-26T20:29:44.303Z Compiling bytecount v0.6.3
18422024-04-26T20:29:44.347Z Compiling ascii v1.1.0
18432024-04-26T20:29:44.439Z Compiling constant_time_eq v0.3.0
18442024-04-26T20:29:44.511Z Compiling libefi-sys v0.1.0
18452024-04-26T20:29:44.635Z Compiling home v0.5.5
18462024-04-26T20:29:44.685Z Compiling arrayvec v0.7.4
18472024-04-26T20:29:44.747Z Compiling bitstruct v0.1.1
18482024-04-26T20:29:44.874Z Compiling toolchain_find v0.4.0
18492024-04-26T20:29:44.903Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
18502024-04-26T20:29:44.931Z Compiling papergrid v0.11.0
18512024-04-26T20:29:44.994Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18522024-04-26T20:29:45.062Z Compiling tar v0.4.40
18532024-04-26T20:29:45.242Z Compiling argon2 v0.5.3
18542024-04-26T20:29:45.905Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18552024-04-26T20:29:46.856Z Compiling slog-stdlog v4.1.1
18562024-04-26T20:29:47.206Z Compiling trust-dns-resolver v0.22.0
18572024-04-26T20:29:47.373Z Compiling tabled_derive v0.7.0
18582024-04-26T20:29:47.648Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18592024-04-26T20:29:47.957Z Compiling rfc6979 v0.4.0
18602024-04-26T20:29:48.267Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18612024-04-26T20:29:48.537Z Compiling serde_arrays v0.1.0
18622024-04-26T20:29:48.595Z Compiling erased-serde v0.3.31
18632024-04-26T20:29:48.620Z Compiling aead v0.5.2
18642024-04-26T20:29:48.709Z Compiling num-complex v0.4.5
18652024-04-26T20:29:48.955Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
18662024-04-26T20:29:49.073Z Compiling nibble_vec v0.1.0
18672024-04-26T20:29:49.270Z Compiling slog-dtrace v0.3.0
18682024-04-26T20:29:49.301Z Compiling cancel-safe-futures v0.1.5
18692024-04-26T20:29:49.437Z Compiling winapi v0.3.9
18702024-04-26T20:29:49.578Z Compiling keccak v0.1.4
18712024-04-26T20:29:49.607Z Compiling topological-sort v0.2.2
18722024-04-26T20:29:50.093Z Compiling endian-type v0.1.2
18732024-04-26T20:29:50.119Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18742024-04-26T20:29:50.119Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18752024-04-26T20:29:50.119Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18762024-04-26T20:29:50.119Z Compiling sha3 v0.10.8
18772024-04-26T20:29:50.371Z Compiling radix_trie v0.2.1
18782024-04-26T20:29:50.396Z Compiling omicron-zone-package v0.11.0
18792024-04-26T20:29:50.720Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18802024-04-26T20:29:50.801Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18812024-04-26T20:29:51.028Z Compiling tabled v0.15.0
18822024-04-26T20:29:51.175Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18832024-04-26T20:29:51.682Z Compiling num v0.4.2
18842024-04-26T20:29:51.793Z Compiling rustfmt-wrapper v0.2.1
18852024-04-26T20:29:52.025Z Compiling ecdsa v0.16.9
18862024-04-26T20:29:52.281Z Compiling rand_core v0.5.1
18872024-04-26T20:29:52.633Z Compiling slog-envlogger v2.2.0
18882024-04-26T20:29:52.714Z Compiling mime_guess v2.0.4
18892024-04-26T20:29:52.739Z Compiling steno v0.4.0
18902024-04-26T20:29:53.860Z Compiling poly1305 v0.8.0
18912024-04-26T20:29:54.331Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18922024-04-26T20:29:54.976Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
18932024-04-26T20:29:55.307Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18942024-04-26T20:29:55.587Z Compiling primeorder v0.13.6
18952024-04-26T20:29:55.720Z Compiling chacha20 v0.9.1
18962024-04-26T20:29:55.933Z Compiling heck v0.3.3
18972024-04-26T20:29:56.008Z Compiling secrecy v0.8.0
18982024-04-26T20:29:56.115Z Compiling thiserror-impl-no-std v2.0.2
18992024-04-26T20:29:56.245Z Compiling half v2.3.1
19002024-04-26T20:29:56.307Z Compiling convert_case v0.4.0
19012024-04-26T20:29:56.332Z Compiling option-ext v0.2.0
19022024-04-26T20:29:56.481Z Compiling ciborium-io v0.2.2
19032024-04-26T20:29:56.620Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
19042024-04-26T20:29:56.749Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
19052024-04-26T20:29:56.774Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
19062024-04-26T20:29:57.060Z Compiling ciborium-ll v0.2.2
19072024-04-26T20:29:57.088Z Compiling dirs-sys v0.4.1
19082024-04-26T20:29:57.166Z Compiling derive_more v0.99.17
19092024-04-26T20:29:57.323Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19102024-04-26T20:29:57.428Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
19112024-04-26T20:29:57.650Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
19122024-04-26T20:29:58.831Z Compiling thiserror-no-std v2.0.2
19132024-04-26T20:29:58.961Z Compiling zone_cfg_derive v0.1.2
19142024-04-26T20:29:59.351Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
19152024-04-26T20:30:00.284Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19162024-04-26T20:30:01.116Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19172024-04-26T20:30:01.489Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
19182024-04-26T20:30:02.220Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19192024-04-26T20:30:02.322Z Compiling parking_lot v0.11.2
19202024-04-26T20:30:02.553Z Compiling rand_chacha v0.2.2
19212024-04-26T20:30:03.740Z Compiling trust-dns-client v0.22.0
19222024-04-26T20:30:03.865Z Compiling ed25519 v2.2.2
19232024-04-26T20:30:03.890Z Compiling polyval v0.6.1
19242024-04-26T20:30:04.155Z Compiling tungstenite v0.21.0
19252024-04-26T20:30:04.180Z Compiling aes v0.8.3
19262024-04-26T20:30:04.295Z Compiling blowfish v0.9.1
19272024-04-26T20:30:04.320Z Compiling ctr v0.9.2
19282024-04-26T20:30:04.675Z Compiling password-hash v0.4.2
19292024-04-26T20:30:04.751Z Compiling libsw v3.3.1
19302024-04-26T20:30:05.029Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19312024-04-26T20:30:05.487Z Compiling toml v0.5.11
19322024-04-26T20:30:06.031Z Compiling pbkdf2 v0.12.2
19332024-04-26T20:30:06.200Z Compiling derive-where v1.2.7
19342024-04-26T20:30:06.328Z Compiling fxhash v0.2.1
19352024-04-26T20:30:06.521Z Compiling gethostname v0.4.3
19362024-04-26T20:30:06.774Z Compiling base64 v0.13.1
19372024-04-26T20:30:06.914Z Compiling owo-colors v4.0.0
19382024-04-26T20:30:07.306Z Compiling linear-map v1.2.0
19392024-04-26T20:30:07.614Z Compiling swrite v0.1.0
19402024-04-26T20:30:07.742Z Compiling ron v0.7.1
19412024-04-26T20:30:08.570Z Compiling trust-dns-server v0.22.1
19422024-04-26T20:30:09.327Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
19432024-04-26T20:30:09.442Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19442024-04-26T20:30:09.864Z Compiling sled v0.34.7
19452024-04-26T20:30:10.680Z Compiling bcrypt-pbkdf v0.10.0
19462024-04-26T20:30:11.191Z Compiling pbkdf2 v0.11.0
19472024-04-26T20:30:11.539Z Compiling tokio-tungstenite v0.21.0
19482024-04-26T20:30:12.002Z Compiling ghash v0.5.0
19492024-04-26T20:30:12.128Z Compiling ed25519-dalek v2.0.0
19502024-04-26T20:30:12.183Z Compiling russh-cryptovec v0.7.0
19512024-04-26T20:30:12.460Z Compiling rand v0.7.3
19522024-04-26T20:30:12.716Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19532024-04-26T20:30:12.934Z Compiling zone v0.1.8
19542024-04-26T20:30:13.322Z Compiling vsss-rs v3.3.4
19552024-04-26T20:30:13.377Z Compiling ciborium v0.2.2
19562024-04-26T20:30:14.249Z Compiling dirs v5.0.1
19572024-04-26T20:30:14.445Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19582024-04-26T20:30:14.504Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
19592024-04-26T20:30:14.530Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
19602024-04-26T20:30:15.252Z Compiling chacha20poly1305 v0.10.1
19612024-04-26T20:30:15.458Z Compiling p521 v0.13.3
19622024-04-26T20:30:16.595Z Compiling p256 v0.13.2
19632024-04-26T20:30:17.100Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19642024-04-26T20:30:17.168Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
19652024-04-26T20:30:17.321Z Compiling pem v3.0.4
19662024-04-26T20:30:17.386Z Compiling cbc v0.1.2
19672024-04-26T20:30:17.607Z Compiling headers-core v0.2.0
19682024-04-26T20:30:17.762Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
19692024-04-26T20:30:17.794Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
19702024-04-26T20:30:18.015Z Compiling portpicker v0.1.1
19712024-04-26T20:30:18.139Z Compiling kstat-rs v0.2.3
19722024-04-26T20:30:18.305Z Compiling nanorand v0.7.0
19732024-04-26T20:30:18.624Z Compiling http-range v0.1.5
19742024-04-26T20:30:18.692Z Compiling md5 v0.7.0
19752024-04-26T20:30:18.815Z Compiling glob v0.3.1
19762024-04-26T20:30:18.961Z Compiling russh-keys v0.43.0
19772024-04-26T20:30:19.118Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
19782024-04-26T20:30:19.584Z Compiling hyper-staticfile v0.9.5
19792024-04-26T20:30:19.684Z Compiling flume v0.11.0
19802024-04-26T20:30:20.460Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
19812024-04-26T20:30:20.920Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
19822024-04-26T20:30:21.742Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
19832024-04-26T20:30:22.600Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
19842024-04-26T20:30:22.851Z Compiling headers v0.3.9
19852024-04-26T20:30:23.355Z Compiling rcgen v0.12.1
19862024-04-26T20:30:24.506Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
19872024-04-26T20:30:25.023Z Compiling aes-gcm v0.10.3
19882024-04-26T20:30:25.268Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
19892024-04-26T20:30:25.563Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
19902024-04-26T20:30:26.593Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
19912024-04-26T20:30:27.367Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
19922024-04-26T20:30:30.057Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c)
19932024-04-26T20:30:30.120Z Compiling atomicwrites v0.4.3
19942024-04-26T20:30:30.432Z Compiling itertools v0.12.1
19952024-04-26T20:30:31.174Z Compiling subprocess v0.2.9
19962024-04-26T20:30:31.465Z Compiling display-error-chain v0.2.0
19972024-04-26T20:30:31.639Z Compiling dhcproto-macros v0.1.0
19982024-04-26T20:30:32.452Z Compiling hex-literal v0.4.1
19992024-04-26T20:30:32.621Z Compiling russh v0.43.0
20002024-04-26T20:30:32.982Z Compiling dhcproto v0.11.0
20012024-04-26T20:30:33.029Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20022024-04-26T20:30:33.159Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
20032024-04-26T20:30:34.090Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
20042024-04-26T20:30:34.702Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
20052024-04-26T20:30:35.099Z Compiling internet-checksum v0.2.1
20062024-04-26T20:30:59.512Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
20072024-04-26T20:31:54.150Z Finished dev [unoptimized + debuginfo] target(s) in 5m 00s
20082024-04-26T20:31:54.472Z
20092024-04-26T20:31:54.498Zreal 5:01.168149344
20102024-04-26T20:31:54.498Zuser 23:30.223944104
20112024-04-26T20:31:54.498Zsys 5:38.157922183
20122024-04-26T20:31:54.498Ztrap 0.747046106
20132024-04-26T20:31:54.498Ztflt 0.347702150
20142024-04-26T20:31:54.498Zdflt 2.067312311
20152024-04-26T20:31:54.498Zkflt 0.002851037
20162024-04-26T20:31:54.498Zlock 43:49.355255616
20172024-04-26T20:31:54.498Zslp 1:06:21.754586642
20182024-04-26T20:31:54.498Zlat 1:38.814379785
20192024-04-26T20:31:54.498Zstop 4:45.712972577
20202024-04-26T20:31:54.498Z+ mkdir -p /work
20212024-04-26T20:31:54.498Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin commtest
20222024-04-26T20:31:55.558Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
20232024-04-26T20:32:06.328Z Finished dev [unoptimized + debuginfo] target(s) in 11.79s
20242024-04-26T20:32:06.420Z
20252024-04-26T20:32:06.420Zreal 11.913947905
20262024-04-26T20:32:06.420Zuser 9.056695443
20272024-04-26T20:32:06.420Zsys 4.106122241
20282024-04-26T20:32:06.420Ztrap 0.001844287
20292024-04-26T20:32:06.420Ztflt 0.005162329
20302024-04-26T20:32:06.420Zdflt 0.066305336
20312024-04-26T20:32:06.420Zkflt 0.000000000
20322024-04-26T20:32:06.420Zlock 33.492139368
20332024-04-26T20:32:06.420Zslp 46.204173185
20342024-04-26T20:32:06.420Zlat 0.069846729
20352024-04-26T20:32:06.421Zstop 0.083261360
20362024-04-26T20:32:06.445Z+ cp target/debug/commtest /work/commtest
20372024-04-26T20:32:06.755Z+ mkdir -p /work/end-to-end-tests
20382024-04-26T20:32:06.780Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
20392024-04-26T20:32:06.808Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20402024-04-26T20:32:06.808Z+ ptime -m gzip
20412024-04-26T20:32:06.833Z++ basename target/debug/bootstrap
20422024-04-26T20:32:21.616Z
20432024-04-26T20:32:21.616Zreal 14.801929682
20442024-04-26T20:32:21.616Zuser 14.635520801
20452024-04-26T20:32:21.616Zsys 0.140936062
20462024-04-26T20:32:21.616Ztrap 0.005823332
20472024-04-26T20:32:21.641Ztflt 0.000000000
20482024-04-26T20:32:21.641Zdflt 0.000000000
20492024-04-26T20:32:21.641Zkflt 0.000000000
20502024-04-26T20:32:21.641Zlock 0.000000000
20512024-04-26T20:32:21.641Zslp 0.000000000
20522024-04-26T20:32:21.641Zlat 0.018855738
20532024-04-26T20:32:21.641Zstop 0.000717921
20542024-04-26T20:32:21.641Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20552024-04-26T20:32:21.641Z+ ptime -m gzip
20562024-04-26T20:32:21.641Z++ basename /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-2252f99f932cb3ef
20572024-04-26T20:32:23.002Z
20582024-04-26T20:32:23.002Zreal 1.375202267
20592024-04-26T20:32:23.002Zuser 1.358297818
20602024-04-26T20:32:23.002Zsys 0.014357370
20612024-04-26T20:32:23.002Ztrap 0.000474342
20622024-04-26T20:32:23.002Ztflt 0.000000000
20632024-04-26T20:32:23.027Zdflt 0.000000000
20642024-04-26T20:32:23.027Zkflt 0.000000000
20652024-04-26T20:32:23.027Zlock 0.000000000
20662024-04-26T20:32:23.027Zslp 0.000000000
20672024-04-26T20:32:23.027Zlat 0.001617863
20682024-04-26T20:32:23.027Zstop 0.000354093
20692024-04-26T20:32:23.027Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20702024-04-26T20:32:23.027Z+ ptime -m gzip
20712024-04-26T20:32:23.027Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-e1b7dcab43414a89
20722024-04-26T20:32:24.378Z
20732024-04-26T20:32:24.378Zreal 1.367976293
20742024-04-26T20:32:24.378Zuser 1.353322991
20752024-04-26T20:32:24.378Zsys 0.013965501
20762024-04-26T20:32:24.378Ztrap 0.000147072
20772024-04-26T20:32:24.378Ztflt 0.000000000
20782024-04-26T20:32:24.378Zdflt 0.000000000
20792024-04-26T20:32:24.378Zkflt 0.000000000
20802024-04-26T20:32:24.378Zlock 0.000000000
20812024-04-26T20:32:24.378Zslp 0.000000000
20822024-04-26T20:32:24.378Zlat 0.000222266
20832024-04-26T20:32:24.378Zstop 0.000229275
20842024-04-26T20:32:24.403Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20852024-04-26T20:32:24.403Z+ ptime -m gzip
20862024-04-26T20:32:24.403Z++ basename /work/oxidecomputer/omicron/target/debug/deps/commtest-58efd38b7993a865
20872024-04-26T20:32:25.756Z
20882024-04-26T20:32:25.756Zreal 1.370380152
20892024-04-26T20:32:25.756Zuser 1.356047936
20902024-04-26T20:32:25.756Zsys 0.013658481
20912024-04-26T20:32:25.782Ztrap 0.000130419
20922024-04-26T20:32:25.782Ztflt 0.000000000
20932024-04-26T20:32:25.782Zdflt 0.000000000
20942024-04-26T20:32:25.782Zkflt 0.000000000
20952024-04-26T20:32:25.782Zlock 0.000000000
20962024-04-26T20:32:25.782Zslp 0.000000000
20972024-04-26T20:32:25.782Zlat 0.000219791
20982024-04-26T20:32:25.782Zstop 0.000232451
20992024-04-26T20:32:25.782Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
21002024-04-26T20:32:25.782Z+ ptime -m gzip
21012024-04-26T20:32:25.782Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-7ce93fa35d837230
21022024-04-26T20:32:41.277Z
21032024-04-26T20:32:41.303Zreal 15.512418907
21042024-04-26T20:32:41.303Zuser 15.339620165
21052024-04-26T20:32:41.303Zsys 0.163506197
21062024-04-26T20:32:41.303Ztrap 0.003769928
21072024-04-26T20:32:41.303Ztflt 0.000000000
21082024-04-26T20:32:41.303Zdflt 0.000000000
21092024-04-26T20:32:41.303Zkflt 0.000000000
21102024-04-26T20:32:41.303Zlock 0.000000000
21112024-04-26T20:32:41.303Zslp 0.000000000
21122024-04-26T20:32:41.303Zlat 0.005196718
21132024-04-26T20:32:41.303Zstop 0.000232321
21142024-04-26T20:32:41.303Z+ banner caboose-util
21152024-04-26T20:32:41.304Z
21162024-04-26T20:32:41.304Z #### ## ##### #### #### #### ###### # # #####
21172024-04-26T20:32:41.304Z # # # # # # # # # # # # # # #
21182024-04-26T20:32:41.304Z # # # ##### # # # # #### ##### ##### # # #
21192024-04-26T20:32:41.304Z # ###### # # # # # # # # # # #
21202024-04-26T20:32:41.304Z # # # # # # # # # # # # # # # #
21212024-04-26T20:32:41.304Z #### # # ##### #### #### #### ###### #### #
21222024-04-26T20:32:41.304Z
21232024-04-26T20:32:41.304Z+ ptime -m cargo build --locked -p caboose-util --release
21242024-04-26T20:32:41.989Z Downloading crates ...
21252024-04-26T20:32:42.147Z Downloaded crc v3.0.1
21262024-04-26T20:32:42.172Z Downloaded packed_struct_codegen v0.10.1
21272024-04-26T20:32:42.172Z Downloaded funty v2.0.0
21282024-04-26T20:32:42.172Z Downloaded bitfield v0.14.0
21292024-04-26T20:32:42.172Z Downloaded path-slash v0.1.5
21302024-04-26T20:32:42.172Z Downloaded tap v1.0.1
21312024-04-26T20:32:42.172Z Downloaded wyz v0.5.1
21322024-04-26T20:32:42.172Z Downloaded ron v0.8.1
21332024-04-26T20:32:42.172Z Downloaded x509-cert v0.2.4
21342024-04-26T20:32:42.197Z Downloaded rsa v0.9.2
21352024-04-26T20:32:42.197Z Downloaded object v0.30.4
21362024-04-26T20:32:42.197Z Downloaded num-bigint-dig v0.8.4
21372024-04-26T20:32:42.221Z Downloaded hashbrown v0.13.2
21382024-04-26T20:32:42.221Z Downloaded bitvec v1.0.1
21392024-04-26T20:32:42.271Z Downloaded pkcs1 v0.7.5
21402024-04-26T20:32:42.271Z Downloaded crc-any v2.4.3
21412024-04-26T20:32:42.271Z Downloaded smallvec v0.6.14
21422024-04-26T20:32:42.271Z Downloaded serde-hex v0.1.0
21432024-04-26T20:32:42.272Z Downloaded radium v0.7.0
21442024-04-26T20:32:42.272Z Downloaded packed_struct v0.10.1
21452024-04-26T20:32:42.272Z Downloaded nodrop v0.1.14
21462024-04-26T20:32:42.296Z Downloaded maybe-uninit v2.0.0
21472024-04-26T20:32:42.296Z Downloaded crc-catalog v2.2.0
21482024-04-26T20:32:42.296Z Downloaded env_logger v0.10.0
21492024-04-26T20:32:42.296Z Downloaded array-init v0.0.4
21502024-04-26T20:32:42.382Z Compiling proc-macro2 v1.0.81
21512024-04-26T20:32:42.383Z Compiling unicode-ident v1.0.12
21522024-04-26T20:32:42.383Z Compiling libc v0.2.153
21532024-04-26T20:32:42.407Z Compiling serde v1.0.198
21542024-04-26T20:32:42.407Z Compiling autocfg v1.1.0
21552024-04-26T20:32:42.407Z Compiling version_check v0.9.4
21562024-04-26T20:32:42.407Z Compiling cfg-if v1.0.0
21572024-04-26T20:32:42.492Z Compiling typenum v1.16.0
21582024-04-26T20:32:42.523Z Compiling once_cell v1.19.0
21592024-04-26T20:32:42.554Z Compiling parking_lot_core v0.9.8
21602024-04-26T20:32:42.898Z Compiling memchr v2.7.1
21612024-04-26T20:32:42.898Z Compiling syn v1.0.109
21622024-04-26T20:32:42.925Z Compiling byteorder v1.5.0
21632024-04-26T20:32:42.950Z Compiling generic-array v0.14.7
21642024-04-26T20:32:43.209Z Compiling lock_api v0.4.10
21652024-04-26T20:32:43.236Z Compiling libm v0.2.7
21662024-04-26T20:32:43.369Z Compiling num-traits v0.2.18
21672024-04-26T20:32:43.465Z Compiling ahash v0.8.8
21682024-04-26T20:32:43.511Z Compiling serde_json v1.0.116
21692024-04-26T20:32:43.620Z Compiling pkg-config v0.3.27
21702024-04-26T20:32:43.700Z Compiling quote v1.0.36
21712024-04-26T20:32:43.745Z Compiling thiserror v1.0.59
21722024-04-26T20:32:44.088Z Compiling syn v2.0.60
21732024-04-26T20:32:44.114Z Compiling cc v1.0.83
21742024-04-26T20:32:44.140Z Compiling getrandom v0.2.12
21752024-04-26T20:32:44.508Z Compiling itoa v1.0.9
21762024-04-26T20:32:44.568Z Compiling scopeguard v1.2.0
21772024-04-26T20:32:44.641Z Compiling log v0.4.21
21782024-04-26T20:32:44.832Z Compiling slab v0.4.9
21792024-04-26T20:32:45.084Z Compiling rand_core v0.6.4
21802024-04-26T20:32:45.110Z Compiling smallvec v1.13.1
21812024-04-26T20:32:45.583Z Compiling vcpkg v0.2.15
21822024-04-26T20:32:46.153Z Compiling const-oid v0.9.6
21832024-04-26T20:32:46.286Z Compiling parking_lot v0.12.1
21842024-04-26T20:32:46.427Z Compiling ryu v1.0.15
21852024-04-26T20:32:46.727Z Compiling pin-project-lite v0.2.13
21862024-04-26T20:32:46.840Z Compiling ring v0.17.8
21872024-04-26T20:32:46.974Z Compiling openssl-sys v0.9.102
21882024-04-26T20:32:47.040Z Compiling ucd-trie v0.1.6
21892024-04-26T20:32:47.507Z Compiling signal-hook-registry v1.4.1
21902024-04-26T20:32:47.731Z Compiling rustix v0.38.31
21912024-04-26T20:32:47.731Z Compiling subtle v2.5.0
21922024-04-26T20:32:48.135Z Compiling ring v0.16.20
21932024-04-26T20:32:48.229Z Compiling mio v0.8.11
21942024-04-26T20:32:48.438Z Compiling semver v1.0.22
21952024-04-26T20:32:48.802Z Compiling tinyvec_macros v0.1.1
21962024-04-26T20:32:48.879Z Compiling futures-core v0.3.30
21972024-04-26T20:32:49.013Z Compiling tinyvec v1.6.0
21982024-04-26T20:32:49.974Z Compiling spin v0.5.2
21992024-04-26T20:32:50.175Z Compiling unicode-normalization v0.1.22
22002024-04-26T20:32:50.409Z Compiling socket2 v0.5.6
22012024-04-26T20:32:50.620Z Compiling num_cpus v1.16.0
22022024-04-26T20:32:50.729Z Compiling unicode-bidi v0.3.15
22032024-04-26T20:32:50.969Z Compiling httparse v1.8.0
22042024-04-26T20:32:51.129Z Compiling futures-sink v0.3.30
22052024-04-26T20:32:51.241Z Compiling unicode-xid v0.2.4
22062024-04-26T20:32:51.285Z Compiling openssl v0.10.64
22072024-04-26T20:32:51.591Z Compiling allocator-api2 v0.2.16
22082024-04-26T20:32:51.655Z Compiling synstructure v0.12.6
22092024-04-26T20:32:51.952Z Compiling equivalent v1.0.1
22102024-04-26T20:32:52.052Z Compiling time-core v0.1.2
22112024-04-26T20:32:52.161Z Compiling num-conv v0.1.0
22122024-04-26T20:32:52.268Z Compiling futures-channel v0.3.30
22132024-04-26T20:32:52.402Z Compiling time-macros v0.2.17
22142024-04-26T20:32:52.617Z Compiling futures-io v0.3.30
22152024-04-26T20:32:52.852Z Compiling pin-utils v0.1.0
22162024-04-26T20:32:52.961Z Compiling crc32fast v1.3.2
22172024-04-26T20:32:52.989Z Compiling rustls v0.21.9
22182024-04-26T20:32:53.219Z Compiling native-tls v0.2.11
22192024-04-26T20:32:53.335Z Compiling futures-task v0.3.30
22202024-04-26T20:32:53.502Z Compiling ppv-lite86 v0.2.17
22212024-04-26T20:32:53.706Z Compiling bzip2-sys v0.1.11+1.0.8
22222024-04-26T20:32:54.095Z Compiling spin v0.9.8
22232024-04-26T20:32:54.121Z Compiling tracing-core v0.1.32
22242024-04-26T20:32:54.147Z Compiling rand_chacha v0.3.1
22252024-04-26T20:32:54.173Z Compiling base64ct v1.6.0
22262024-04-26T20:32:54.539Z Compiling zerocopy-derive v0.2.0
22272024-04-26T20:32:54.658Z Compiling serde_derive v1.0.198
22282024-04-26T20:32:54.708Z Compiling zeroize_derive v1.4.2
22292024-04-26T20:32:54.750Z Compiling zerocopy-derive v0.7.32
22302024-04-26T20:32:54.790Z Compiling thiserror-impl v1.0.59
22312024-04-26T20:32:55.144Z Compiling tokio-macros v2.2.0
22322024-04-26T20:32:55.182Z Compiling futures-macro v0.3.30
22332024-04-26T20:32:55.422Z Compiling tracing-attributes v0.1.27
22342024-04-26T20:32:55.931Z Compiling zeroize v1.7.0
22352024-04-26T20:32:56.426Z Compiling der_derive v0.7.2
22362024-04-26T20:32:56.454Z Compiling zerocopy v0.7.32
22372024-04-26T20:32:57.195Z Compiling pest v2.7.6
22382024-04-26T20:32:57.478Z Compiling crypto-common v0.1.6
22392024-04-26T20:32:57.652Z Compiling block-buffer v0.10.4
22402024-04-26T20:32:57.814Z Compiling openssl-macros v0.1.1
22412024-04-26T20:32:58.031Z Compiling digest v0.10.7
22422024-04-26T20:32:58.394Z Compiling hashbrown v0.14.3
22432024-04-26T20:32:58.457Z Compiling futures-util v0.3.30
22442024-04-26T20:32:58.483Z Compiling tracing v0.1.40
22452024-04-26T20:32:58.569Z Compiling zerocopy-derive v0.6.6
22462024-04-26T20:32:58.805Z Compiling scroll_derive v0.12.0
22472024-04-26T20:32:58.896Z Compiling pem-rfc7468 v0.7.0
22482024-04-26T20:32:59.328Z Compiling pest_meta v2.7.6
22492024-04-26T20:32:59.542Z Compiling rand v0.8.5
22502024-04-26T20:32:59.971Z Compiling cookie v0.17.0
22512024-04-26T20:33:00.102Z Compiling usdt-impl v0.3.5
22522024-04-26T20:33:00.216Z Compiling flagset v0.4.3
22532024-04-26T20:33:00.328Z Compiling pest_generator v2.7.6
22542024-04-26T20:33:00.387Z Compiling signal-hook v0.3.17
22552024-04-26T20:33:00.689Z Compiling schemars v0.8.16
22562024-04-26T20:33:00.971Z Compiling percent-encoding v2.3.1
22572024-04-26T20:33:01.253Z Compiling der v0.7.8
22582024-04-26T20:33:01.825Z Compiling serde_derive_internals v0.26.0
22592024-04-26T20:33:02.531Z Compiling pest_derive v2.7.6
22602024-04-26T20:33:03.617Z Compiling errno v0.3.8
22612024-04-26T20:33:03.677Z Compiling fnv v1.0.7
22622024-04-26T20:33:03.790Z Compiling schemars_derive v0.8.16
22632024-04-26T20:33:03.848Z Compiling spki v0.7.2
22642024-04-26T20:33:04.980Z Compiling zerocopy v0.3.0
22652024-04-26T20:33:05.394Z Compiling bytes v1.6.0
22662024-04-26T20:33:05.635Z Compiling bitflags v2.4.2
22672024-04-26T20:33:06.138Z Compiling tokio v1.37.0
22682024-04-26T20:33:06.374Z Compiling indexmap v2.2.6
22692024-04-26T20:33:06.864Z Compiling rustc_version v0.4.0
22702024-04-26T20:33:07.369Z Compiling heapless v0.7.16
22712024-04-26T20:33:07.534Z Compiling http v0.2.12
22722024-04-26T20:33:07.727Z Compiling uuid v1.8.0
22732024-04-26T20:33:07.915Z Compiling lazy_static v1.4.0
22742024-04-26T20:33:08.611Z Compiling backtrace v0.3.69
22752024-04-26T20:33:08.969Z Compiling thread-id v4.2.0
22762024-04-26T20:33:09.082Z Compiling num-bigint v0.4.4
22772024-04-26T20:33:09.450Z Compiling untrusted v0.9.0
22782024-04-26T20:33:09.605Z Compiling heck v0.5.0
22792024-04-26T20:33:09.692Z Compiling foreign-types-shared v0.1.1
22802024-04-26T20:33:09.776Z Compiling smoltcp v0.9.1
22812024-04-26T20:33:09.802Z Compiling heck v0.4.1
22822024-04-26T20:33:10.135Z Compiling powerfmt v0.2.0
22832024-04-26T20:33:10.327Z Compiling crossbeam-utils v0.8.19
22842024-04-26T20:33:10.413Z Compiling base64 v0.21.7
22852024-04-26T20:33:10.444Z Compiling iana-time-zone v0.1.57
22862024-04-26T20:33:10.720Z Compiling untrusted v0.7.1
22872024-04-26T20:33:10.753Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
22882024-04-26T20:33:11.299Z Compiling chrono v0.4.38
22892024-04-26T20:33:11.325Z Compiling deranged v0.3.11
22902024-04-26T20:33:12.033Z Compiling clap_derive v4.5.4
22912024-04-26T20:33:12.058Z Compiling foreign-types v0.3.2
22922024-04-26T20:33:12.971Z Compiling tokio-util v0.7.10
22932024-04-26T20:33:13.607Z Compiling dof v0.1.5
22942024-04-26T20:33:14.079Z Compiling dtrace-parser v0.1.14
22952024-04-26T20:33:14.107Z Compiling form_urlencoded v1.2.1
22962024-04-26T20:33:14.391Z Compiling hmac v0.12.1
22972024-04-26T20:33:14.595Z Compiling num-integer v0.1.46
22982024-04-26T20:33:15.081Z Compiling try-lock v0.2.4
22992024-04-26T20:33:15.208Z Compiling utf8parse v0.2.1
23002024-04-26T20:33:15.469Z Compiling rustversion v1.0.14
23012024-04-26T20:33:15.533Z Compiling anstyle v1.0.6
23022024-04-26T20:33:15.559Z Compiling siphasher v0.3.11
23032024-04-26T20:33:15.749Z Compiling cpufeatures v0.2.12
23042024-04-26T20:33:15.878Z Compiling num_threads v0.1.6
23052024-04-26T20:33:15.905Z Compiling adler v1.0.2
23062024-04-26T20:33:15.930Z Compiling sha2 v0.10.8
23072024-04-26T20:33:15.996Z Compiling time v0.3.34
23082024-04-26T20:33:16.023Z Compiling miniz_oxide v0.7.1
23092024-04-26T20:33:17.088Z Compiling anstyle-parse v0.2.1
23102024-04-26T20:33:17.406Z Compiling want v0.3.1
23112024-04-26T20:33:18.398Z Compiling h2 v0.3.26
23122024-04-26T20:33:19.320Z Compiling rustls-webpki v0.101.7
23132024-04-26T20:33:19.864Z Compiling sct v0.7.0
23142024-04-26T20:33:19.890Z Compiling http-body v0.4.5
23152024-04-26T20:33:20.144Z Compiling serde_tokenstream v0.1.7
23162024-04-26T20:33:20.239Z Compiling pkcs8 v0.10.2
23172024-04-26T20:33:20.541Z Compiling async-trait v0.1.80
23182024-04-26T20:33:20.582Z Compiling hubpack_derive v0.1.1
23192024-04-26T20:33:20.779Z Compiling idna v0.5.0
23202024-04-26T20:33:21.632Z Compiling aho-corasick v1.1.2
23212024-04-26T20:33:21.723Z Compiling usdt-impl v0.5.0
23222024-04-26T20:33:21.937Z Compiling radium v0.7.0
23232024-04-26T20:33:22.020Z Compiling colorchoice v1.0.0
23242024-04-26T20:33:22.168Z Compiling openssl-probe v0.1.5
23252024-04-26T20:33:22.297Z Compiling tower-service v0.3.2
23262024-04-26T20:33:22.565Z Compiling httpdate v1.0.3
23272024-04-26T20:33:22.703Z Compiling anyhow v1.0.82
23282024-04-26T20:33:22.854Z Compiling anstyle-query v1.0.0
23292024-04-26T20:33:22.899Z Compiling slog v2.7.0
23302024-04-26T20:33:23.155Z Compiling regex-syntax v0.8.2
23312024-04-26T20:33:24.081Z Compiling hyper v0.14.28
23322024-04-26T20:33:26.032Z Compiling regex-automata v0.4.5
23332024-04-26T20:33:27.772Z Compiling anstream v0.6.11
23342024-04-26T20:33:29.396Z Compiling url v2.5.0
23352024-04-26T20:33:31.543Z Compiling terminal_size v0.3.0
23362024-04-26T20:33:31.859Z Compiling toml_datetime v0.6.5
23372024-04-26T20:33:31.999Z Compiling serde_spanned v0.6.5
23382024-04-26T20:33:32.261Z Compiling zerocopy v0.6.6
23392024-04-26T20:33:32.290Z Compiling scroll v0.12.0
23402024-04-26T20:33:32.540Z Compiling md-5 v0.10.5
23412024-04-26T20:33:32.894Z Compiling idna v0.3.0
23422024-04-26T20:33:32.920Z Compiling stringprep v0.1.3
23432024-04-26T20:33:32.969Z Compiling diesel_table_macro_syntax v0.1.0
23442024-04-26T20:33:33.280Z Compiling hash32 v0.2.1
23452024-04-26T20:33:33.423Z Compiling maybe-uninit v2.0.0
23462024-04-26T20:33:33.589Z Compiling plain v0.2.3
23472024-04-26T20:33:33.648Z Compiling dyn-clone v1.0.17
23482024-04-26T20:33:33.830Z Compiling clap_lex v0.7.0
23492024-04-26T20:33:33.898Z Compiling uuid v0.8.2
23502024-04-26T20:33:33.985Z Compiling fallible-iterator v0.2.0
23512024-04-26T20:33:34.012Z Compiling psl-types v2.0.11
23522024-04-26T20:33:34.077Z Compiling tap v1.0.1
23532024-04-26T20:33:34.165Z Compiling strsim v0.11.0
23542024-04-26T20:33:34.243Z Compiling gimli v0.28.0
23552024-04-26T20:33:34.449Z Compiling stable_deref_trait v1.2.0
23562024-04-26T20:33:34.569Z Compiling postgres-protocol v0.6.6
23572024-04-26T20:33:34.852Z Compiling clap_builder v4.5.2
23582024-04-26T20:33:35.502Z Compiling wyz v0.5.1
23592024-04-26T20:33:35.527Z Compiling publicsuffix v2.2.3
23602024-04-26T20:33:35.913Z Compiling goblin v0.8.0
23612024-04-26T20:33:36.143Z Compiling diesel_derives v2.1.2
23622024-04-26T20:33:36.250Z Compiling tokio-rustls v0.24.1
23632024-04-26T20:33:37.325Z Compiling strum_macros v0.25.2
23642024-04-26T20:33:37.591Z Compiling addr2line v0.21.0
23652024-04-26T20:33:39.189Z Compiling tokio-native-tls v0.3.1
23662024-04-26T20:33:40.091Z Compiling usdt-attr-macro v0.3.5
23672024-04-26T20:33:40.264Z Compiling usdt-macro v0.3.5
23682024-04-26T20:33:41.745Z Compiling phf_shared v0.11.2
23692024-04-26T20:33:42.047Z Compiling num-iter v0.1.44
23702024-04-26T20:33:42.260Z Compiling enum-as-inner v0.5.1
23712024-04-26T20:33:43.060Z Compiling block-padding v0.3.3
23722024-04-26T20:33:43.141Z Compiling serde_repr v0.1.16
23732024-04-26T20:33:43.994Z Compiling ff v0.13.0
23742024-04-26T20:33:44.199Z Compiling scheduled-thread-pool v0.2.7
23752024-04-26T20:33:45.282Z Compiling object v0.32.1
23762024-04-26T20:33:46.117Z Compiling packed_struct v0.10.1
23772024-04-26T20:33:46.476Z Compiling regex-automata v0.1.10
23782024-04-26T20:33:46.949Z Compiling rustc-demangle v0.1.23
23792024-04-26T20:33:47.220Z Compiling ipnet v2.9.0
23802024-04-26T20:33:47.245Z Compiling pretty-hex v0.4.1
23812024-04-26T20:33:47.416Z Compiling matches v0.1.10
23822024-04-26T20:33:47.501Z Compiling base16ct v0.2.0
23832024-04-26T20:33:47.744Z Compiling bitflags v1.3.2
23842024-04-26T20:33:47.833Z Compiling managed v0.8.0
23852024-04-26T20:33:48.204Z Compiling winnow v0.5.15
23862024-04-26T20:33:48.684Z Compiling bit-vec v0.6.3
23872024-04-26T20:33:49.028Z Compiling funty v2.0.0
23882024-04-26T20:33:50.333Z Compiling num-bigint-dig v0.8.4
23892024-04-26T20:33:50.963Z Compiling toml_edit v0.19.15
23902024-04-26T20:33:51.223Z Compiling bitvec v1.0.1
23912024-04-26T20:33:56.647Z Compiling sec1 v0.7.3
23922024-04-26T20:33:56.707Z Compiling idna v0.2.3
23932024-04-26T20:33:56.930Z Compiling dof v0.3.0
23942024-04-26T20:33:57.746Z Compiling bstr v0.2.17
23952024-04-26T20:33:58.209Z Compiling r2d2 v0.8.10
23962024-04-26T20:33:58.375Z Compiling group v0.13.0
23972024-04-26T20:33:58.510Z Compiling inout v0.1.3
23982024-04-26T20:33:59.038Z Compiling phf v0.11.2
23992024-04-26T20:33:59.639Z Compiling hyper-tls v0.5.0
24002024-04-26T20:33:59.925Z Compiling signal-hook-mio v0.2.3
24012024-04-26T20:34:00.471Z Compiling clap v4.5.4
24022024-04-26T20:34:00.507Z Compiling cookie_store v0.20.0
24032024-04-26T20:34:00.778Z Compiling flate2 v1.0.28
24042024-04-26T20:34:01.239Z Compiling hyper-rustls v0.24.2
24052024-04-26T20:34:01.265Z Compiling ipnetwork v0.20.0
24062024-04-26T20:34:01.518Z Compiling bzip2 v0.4.4
24072024-04-26T20:34:01.649Z Compiling postgres-types v0.2.6
24082024-04-26T20:34:01.863Z Compiling regex v1.10.4
24092024-04-26T20:34:02.263Z Compiling hubpack v0.1.2
24102024-04-26T20:34:02.614Z Compiling phf_shared v0.10.0
24112024-04-26T20:34:02.704Z Compiling rustls-pemfile v1.0.3
24122024-04-26T20:34:02.779Z Compiling hkdf v0.12.4
24132024-04-26T20:34:02.933Z Compiling serde_urlencoded v0.7.1
24142024-04-26T20:34:02.977Z Compiling futures-executor v0.3.30
24152024-04-26T20:34:03.003Z Compiling dtrace-parser v0.2.0
24162024-04-26T20:34:03.390Z Compiling crypto-bigint v0.5.2
24172024-04-26T20:34:03.642Z Compiling packed_struct_codegen v0.10.1
24182024-04-26T20:34:04.270Z Compiling float-cmp v0.9.0
24192024-04-26T20:34:04.959Z Compiling indexmap v1.9.3
24202024-04-26T20:34:05.008Z Compiling encoding_rs v0.8.33
24212024-04-26T20:34:05.224Z Compiling unicode-width v0.1.11
24222024-04-26T20:34:05.368Z Compiling whoami v1.5.1
24232024-04-26T20:34:05.673Z Compiling crc-catalog v2.2.0
24242024-04-26T20:34:05.801Z Compiling difflib v0.4.0
24252024-04-26T20:34:06.386Z Compiling webpki-roots v0.25.2
24262024-04-26T20:34:06.437Z Compiling static_assertions v1.1.0
24272024-04-26T20:34:06.531Z Compiling either v1.11.0
24282024-04-26T20:34:06.822Z Compiling minimal-lexical v0.2.1
24292024-04-26T20:34:06.861Z Compiling normalize-line-endings v0.3.0
24302024-04-26T20:34:06.976Z Compiling sync_wrapper v0.1.2
24312024-04-26T20:34:07.093Z Compiling precomputed-hash v0.1.1
24322024-04-26T20:34:07.132Z Compiling fixedbitset v0.4.2
24332024-04-26T20:34:07.159Z Compiling nodrop v0.1.14
24342024-04-26T20:34:07.201Z Compiling predicates-core v1.0.6
24352024-04-26T20:34:07.325Z Compiling new_debug_unreachable v1.0.4
24362024-04-26T20:34:07.464Z Compiling data-encoding v2.4.0
24372024-04-26T20:34:07.490Z Compiling winnow v0.6.1
24382024-04-26T20:34:07.761Z Compiling unicode-segmentation v1.10.1
24392024-04-26T20:34:08.049Z Compiling mime v0.3.17
24402024-04-26T20:34:08.453Z Compiling reqwest v0.11.24
24412024-04-26T20:34:08.800Z Compiling similar v2.4.0
24422024-04-26T20:34:08.825Z Compiling trust-dns-proto v0.22.0
24432024-04-26T20:34:10.319Z Compiling toml_edit v0.22.12
24442024-04-26T20:34:12.810Z Compiling string_cache v0.8.7
24452024-04-26T20:34:13.159Z Compiling petgraph v0.6.4
24462024-04-26T20:34:14.736Z Compiling predicates v3.1.0
24472024-04-26T20:34:16.186Z Compiling array-init v0.0.4
24482024-04-26T20:34:16.258Z Compiling nom v7.1.3
24492024-04-26T20:34:17.195Z Compiling itertools v0.10.5
24502024-04-26T20:34:18.526Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
24512024-04-26T20:34:19.245Z Compiling crc v3.0.1
24522024-04-26T20:34:19.841Z Compiling tokio-postgres v0.7.10
24532024-04-26T20:34:21.282Z Compiling console v0.15.8
24542024-04-26T20:34:21.421Z Compiling elliptic-curve v0.13.8
24552024-04-26T20:34:22.908Z Compiling futures v0.3.30
24562024-04-26T20:34:24.353Z Compiling zip v0.6.6
24572024-04-26T20:34:24.508Z Compiling smallvec v0.6.14
24582024-04-26T20:34:24.898Z Compiling diesel v2.1.6
24592024-04-26T20:34:25.339Z Compiling yasna v0.5.2
24602024-04-26T20:34:25.398Z Compiling crossterm v0.27.0
24612024-04-26T20:34:25.547Z Compiling crossbeam-epoch v0.9.18
24622024-04-26T20:34:26.134Z Compiling cipher v0.4.4
24632024-04-26T20:34:26.942Z Compiling toml v0.7.8
24642024-04-26T20:34:28.142Z Compiling bit-set v0.5.3
24652024-04-26T20:34:28.196Z Compiling usdt v0.3.5
24662024-04-26T20:34:28.829Z Compiling bstr v1.9.0
24672024-04-26T20:34:29.419Z Compiling pkcs1 v0.7.5
24682024-04-26T20:34:30.076Z Compiling tokio-stream v0.1.15
24692024-04-26T20:34:30.887Z Compiling is-terminal v0.4.9
24702024-04-26T20:34:31.370Z Compiling openapiv3 v2.0.0
24712024-04-26T20:34:31.657Z Compiling hex v0.4.3
24722024-04-26T20:34:32.683Z Compiling signature v2.1.0
24732024-04-26T20:34:33.145Z Compiling bitfield v0.14.0
24742024-04-26T20:34:34.067Z Compiling peg-runtime v0.8.2
24752024-04-26T20:34:34.503Z Compiling termcolor v1.2.0
24762024-04-26T20:34:34.795Z Compiling lalrpop-util v0.19.12
24772024-04-26T20:34:35.443Z Compiling base64 v0.22.0
24782024-04-26T20:34:35.954Z Compiling hashbrown v0.12.3
24792024-04-26T20:34:38.922Z Compiling env_logger v0.10.0
24802024-04-26T20:34:39.487Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
24812024-04-26T20:34:40.096Z Compiling rsa v0.9.2
24822024-04-26T20:34:45.160Z Compiling serde-hex v0.1.0
24832024-04-26T20:34:48.151Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
24842024-04-26T20:34:52.794Z Compiling ron v0.8.1
24852024-04-26T20:34:53.361Z Compiling x509-cert v0.2.4
24862024-04-26T20:34:53.766Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24872024-04-26T20:34:54.009Z Compiling hashbrown v0.13.2
24882024-04-26T20:35:00.943Z Compiling crc-any v2.4.3
24892024-04-26T20:35:05.641Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
24902024-04-26T20:35:19.436Z Compiling object v0.30.4
24912024-04-26T20:35:19.715Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
24922024-04-26T20:35:29.751Z Compiling path-slash v0.1.5
24932024-04-26T20:35:30.185Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
24942024-04-26T20:35:51.805Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
24952024-04-26T20:35:52.784Z Finished release [optimized] target(s) in 3m 11s
24962024-04-26T20:35:52.863Z
24972024-04-26T20:35:52.863Zreal 3:11.553051866
24982024-04-26T20:35:52.863Zuser 20:06.345570255
24992024-04-26T20:35:52.864Zsys 2:44.519815241
25002024-04-26T20:35:52.864Ztrap 0.726956494
25012024-04-26T20:35:52.864Ztflt 0.789204932
25022024-04-26T20:35:52.864Zdflt 0.386365081
25032024-04-26T20:35:52.864Zkflt 0.000360704
25042024-04-26T20:35:52.864Zlock 45:21.218569257
25052024-04-26T20:35:52.864Zslp 59:40.583388435
25062024-04-26T20:35:52.864Zlat 1:20.122462916
25072024-04-26T20:35:52.864Zstop 1:28.807562501
25082024-04-26T20:35:52.889Z+ ptime -m gzip
25092024-04-26T20:35:53.180Z
25102024-04-26T20:35:53.206Zreal 0.312994199
25112024-04-26T20:35:53.206Zuser 0.307996994
25122024-04-26T20:35:53.206Zsys 0.004254741
25132024-04-26T20:35:53.206Ztrap 0.000098265
25142024-04-26T20:35:53.206Ztflt 0.000000000
25152024-04-26T20:35:53.206Zdflt 0.000000000
25162024-04-26T20:35:53.206Zkflt 0.000000000
25172024-04-26T20:35:53.206Zlock 0.000000000
25182024-04-26T20:35:53.207Zslp 0.000000000
25192024-04-26T20:35:53.207Zlat 0.000313435
25202024-04-26T20:35:53.207Zstop 0.000236093
25212024-04-26T20:35:53.207Z+ banner tufaceous
25222024-04-26T20:35:53.207Z
25232024-04-26T20:35:53.207Z ##### # # ###### ## #### ###### #### # # ####
25242024-04-26T20:35:53.207Z # # # # # # # # # # # # # #
25252024-04-26T20:35:53.207Z # # # ##### # # # ##### # # # # ####
25262024-04-26T20:35:53.207Z # # # # ###### # # # # # # #
25272024-04-26T20:35:53.207Z # # # # # # # # # # # # # # #
25282024-04-26T20:35:53.207Z # #### # # # #### ###### #### #### ####
25292024-04-26T20:35:53.207Z
25302024-04-26T20:35:53.207Z+ ptime -m cargo build --locked -p tufaceous --release
25312024-04-26T20:35:53.866Z Downloading crates ...
25322024-04-26T20:35:54.057Z Downloaded globset v0.4.13
25332024-04-26T20:35:54.083Z Downloaded pin-project v1.1.3
25342024-04-26T20:35:54.083Z Downloaded typed-path v0.7.0
25352024-04-26T20:35:54.083Z Downloaded tough v0.17.1
25362024-04-26T20:35:54.111Z Downloaded snafu-derive v0.8.2
25372024-04-26T20:35:54.111Z Downloaded snafu v0.8.2
25382024-04-26T20:35:54.111Z Downloaded serde_plain v1.0.2
25392024-04-26T20:35:54.111Z Downloaded pin-project-internal v1.1.3
25402024-04-26T20:35:54.111Z Downloaded parse-size v1.0.0
25412024-04-26T20:35:54.111Z Downloaded olpc-cjson v0.1.3
25422024-04-26T20:35:54.111Z Downloaded fs-err v2.11.0
25432024-04-26T20:35:54.111Z Downloaded buf-list v1.0.3
25442024-04-26T20:35:54.136Z Downloaded async-recursion v1.1.0
25452024-04-26T20:35:54.241Z Compiling serde_tokenstream v0.2.0
25462024-04-26T20:35:54.266Z Compiling regress v0.9.1
25472024-04-26T20:35:54.292Z Compiling dirs-sys-next v0.1.2
25482024-04-26T20:35:54.292Z Compiling ident_case v1.0.1
25492024-04-26T20:35:54.292Z Compiling strsim v0.10.0
25502024-04-26T20:35:54.318Z Compiling rustls-pki-types v1.3.0
25512024-04-26T20:35:54.318Z Compiling heck v0.4.1
25522024-04-26T20:35:54.473Z Compiling dirs-next v2.0.0
25532024-04-26T20:35:54.697Z Compiling darling_core v0.20.8
25542024-04-26T20:35:54.722Z Compiling getopts v0.2.21
25552024-04-26T20:35:54.893Z Compiling thread_local v1.1.7
25562024-04-26T20:35:55.257Z Compiling camino v1.1.6
25572024-04-26T20:35:55.302Z Compiling unsafe-libyaml v0.2.10
25582024-04-26T20:35:55.399Z Compiling paste v1.0.14
25592024-04-26T20:35:55.424Z Compiling rustls v0.22.4
25602024-04-26T20:35:55.612Z Compiling slog-async v2.8.0
25612024-04-26T20:35:55.703Z Compiling rustls-webpki v0.102.1
25622024-04-26T20:35:55.793Z Compiling term v0.7.0
25632024-04-26T20:35:56.067Z Compiling crossbeam-channel v0.5.8
25642024-04-26T20:35:56.692Z Compiling serde_yaml v0.9.25
25652024-04-26T20:35:57.487Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
25662024-04-26T20:35:57.986Z Compiling structmeta-derive v0.3.0
25672024-04-26T20:35:59.234Z Compiling multer v3.0.0
25682024-04-26T20:35:59.506Z Compiling match_cfg v0.1.0
25692024-04-26T20:35:59.597Z Compiling take_mut v0.2.2
25702024-04-26T20:35:59.623Z Compiling darling_macro v0.20.8
25712024-04-26T20:35:59.676Z Compiling hostname v0.3.1
25722024-04-26T20:35:59.902Z Compiling slog-term v2.9.1
25732024-04-26T20:36:00.108Z Compiling structmeta v0.3.0
25742024-04-26T20:36:00.407Z Compiling darling v0.20.8
25752024-04-26T20:36:01.313Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
25762024-04-26T20:36:01.340Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25772024-04-26T20:36:01.365Z Compiling slog-json v2.6.1
25782024-04-26T20:36:01.838Z Compiling http v1.0.0
25792024-04-26T20:36:02.008Z Compiling pin-project-internal v1.1.3
25802024-04-26T20:36:02.284Z Compiling async-stream-impl v0.3.5
25812024-04-26T20:36:02.391Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
25822024-04-26T20:36:02.633Z Compiling atomic-waker v1.1.1
25832024-04-26T20:36:02.660Z Compiling fastrand v2.0.1
25842024-04-26T20:36:02.805Z Compiling waitgroup v0.1.2
25852024-04-26T20:36:03.022Z Compiling tempfile v3.10.1
25862024-04-26T20:36:03.313Z Compiling async-stream v0.3.5
25872024-04-26T20:36:03.594Z Compiling tokio-rustls v0.25.0
25882024-04-26T20:36:04.030Z Compiling slog-bunyan v2.5.0
25892024-04-26T20:36:04.194Z Compiling pin-project v1.1.3
25902024-04-26T20:36:04.316Z Compiling serde_with_macros v3.7.0
25912024-04-26T20:36:04.362Z Compiling parse-display-derive v0.9.0
25922024-04-26T20:36:04.559Z Compiling toml v0.8.12
25932024-04-26T20:36:05.570Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
25942024-04-26T20:36:05.716Z Compiling rustls-pemfile v2.1.2
25952024-04-26T20:36:06.355Z Compiling sha1 v0.10.6
25962024-04-26T20:36:06.388Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
25972024-04-26T20:36:06.506Z Compiling strum_macros v0.26.1
25982024-04-26T20:36:07.129Z Compiling newtype-uuid v1.1.0
25992024-04-26T20:36:07.262Z Compiling snafu-derive v0.8.2
26002024-04-26T20:36:07.418Z Compiling serde_path_to_error v0.1.16
26012024-04-26T20:36:07.657Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26022024-04-26T20:36:08.258Z Compiling instant v0.1.12
26032024-04-26T20:36:08.283Z Compiling fs-err v2.11.0
26042024-04-26T20:36:08.407Z Compiling arc-swap v1.6.0
26052024-04-26T20:36:08.537Z Compiling debug-ignore v1.0.5
26062024-04-26T20:36:08.680Z Compiling same-file v1.0.6
26072024-04-26T20:36:08.911Z Compiling buf-list v1.0.3
26082024-04-26T20:36:09.051Z Compiling slog-scope v4.4.0
26092024-04-26T20:36:09.437Z Compiling walkdir v2.5.0
26102024-04-26T20:36:09.921Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
26112024-04-26T20:36:10.055Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
26122024-04-26T20:36:10.697Z Compiling strum v0.26.2
26132024-04-26T20:36:10.866Z Compiling backoff v0.4.0
26142024-04-26T20:36:10.901Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26152024-04-26T20:36:11.093Z Compiling parse-display v0.9.0
26162024-04-26T20:36:11.195Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26172024-04-26T20:36:11.223Z Compiling snafu v0.8.2
26182024-04-26T20:36:11.585Z Compiling serde_with v3.7.0
26192024-04-26T20:36:12.383Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26202024-04-26T20:36:12.734Z Compiling globset v0.4.13
26212024-04-26T20:36:12.983Z Compiling pem v3.0.4
26222024-04-26T20:36:14.230Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26232024-04-26T20:36:14.389Z Compiling olpc-cjson v0.1.3
26242024-04-26T20:36:14.668Z Compiling serde_plain v1.0.2
26252024-04-26T20:36:15.064Z Compiling macaddr v1.0.1
26262024-04-26T20:36:15.120Z Compiling async-recursion v1.1.0
26272024-04-26T20:36:15.397Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
26282024-04-26T20:36:15.556Z Compiling xattr v1.0.1
26292024-04-26T20:36:15.809Z Compiling filetime v0.2.23
26302024-04-26T20:36:16.107Z Compiling typed-path v0.7.0
26312024-04-26T20:36:16.312Z Compiling tar v0.4.40
26322024-04-26T20:36:19.301Z Compiling tough v0.17.1
26332024-04-26T20:36:21.636Z Compiling slog-stdlog v4.1.1
26342024-04-26T20:36:22.323Z Compiling camino-tempfile v1.1.1
26352024-04-26T20:36:22.420Z Compiling itertools v0.12.1
26362024-04-26T20:36:23.006Z Compiling parse-size v1.0.0
26372024-04-26T20:36:23.267Z Compiling slog-envlogger v2.2.0
26382024-04-26T20:36:25.404Z Compiling humantime v2.1.0
26392024-04-26T20:36:27.257Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
26402024-04-26T20:36:27.407Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
26412024-04-26T20:36:31.291Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26422024-04-26T20:36:39.123Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
26432024-04-26T20:36:41.152Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
26442024-04-26T20:36:59.446Z Finished release [optimized] target(s) in 1m 06s
26452024-04-26T20:36:59.532Z
26462024-04-26T20:36:59.532Zreal 1:06.316045900
26472024-04-26T20:36:59.532Zuser 6:56.375569725
26482024-04-26T20:36:59.532Zsys 36.369702606
26492024-04-26T20:36:59.532Ztrap 0.227353458
26502024-04-26T20:36:59.532Ztflt 0.238478192
26512024-04-26T20:36:59.532Zdflt 0.343852592
26522024-04-26T20:36:59.532Zkflt 0.000033588
26532024-04-26T20:36:59.532Zlock 14:09.242256637
26542024-04-26T20:36:59.532Zslp 15:22.972752034
26552024-04-26T20:36:59.532Zlat 19.496488238
26562024-04-26T20:36:59.559Zstop 16.917311925
26572024-04-26T20:36:59.559Z+ ptime -m gzip
26582024-04-26T20:37:01.044Z
26592024-04-26T20:37:01.044Zreal 1.506142286
26602024-04-26T20:37:01.044Zuser 1.495399038
26612024-04-26T20:37:01.044Zsys 0.010050675
26622024-04-26T20:37:01.044Ztrap 0.000168875
26632024-04-26T20:37:01.044Ztflt 0.000000000
26642024-04-26T20:37:01.044Zdflt 0.000000000
26652024-04-26T20:37:01.044Zkflt 0.000000000
26662024-04-26T20:37:01.044Zlock 0.000000000
26672024-04-26T20:37:01.044Zslp 0.000000000
26682024-04-26T20:37:01.044Zlat 0.000195581
26692024-04-26T20:37:01.044Zstop 0.000240001
26702024-04-26T20:37:01.071Z+ banner permission-slip
26712024-04-26T20:37:01.071Z
26722024-04-26T20:37:01.071Z ##### ###### ##### # # # #### #### # #### # #
26732024-04-26T20:37:01.071Z # # # # # ## ## # # # # # # ## #
26742024-04-26T20:37:01.071Z # # ##### # # # ## # # #### #### # # # # # #
26752024-04-26T20:37:01.071Z ##### # ##### # # # # # # # # # # #
26762024-04-26T20:37:01.071Z # # # # # # # # # # # # # # # ##
26772024-04-26T20:37:01.071Z # ###### # # # # # #### #### # #### # #
26782024-04-26T20:37:01.072Z
26792024-04-26T20:37:01.072Z+ source ./tools/permslip_commit
26802024-04-26T20:37:01.072Z++ COMMIT=5d44e0065f90051a28881c75e3574142ada9b695
26812024-04-26T20:37:01.072Z+ git init /work/permission-slip-build
26822024-04-26T20:37:01.072Zhint: Using 'master' as the name for the initial branch. This default branch name
26832024-04-26T20:37:01.072Zhint: is subject to change. To configure the initial branch name to use in all
26842024-04-26T20:37:01.072Zhint: of your new repositories, which will suppress this warning, call:
26852024-04-26T20:37:01.072Zhint:
26862024-04-26T20:37:01.072Zhint: git config --global init.defaultBranch <name>
26872024-04-26T20:37:01.072Zhint:
26882024-04-26T20:37:01.072Zhint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
26892024-04-26T20:37:01.072Zhint: 'development'. The just-created branch can be renamed via this command:
26902024-04-26T20:37:01.072Zhint:
26912024-04-26T20:37:01.072Zhint: git branch -m <name>
26922024-04-26T20:37:01.072ZInitialized empty Git repository in /work/permission-slip-build/.git/
26932024-04-26T20:37:01.072Z+ pushd /work/permission-slip-build
26942024-04-26T20:37:01.072Z/work/permission-slip-build /work/oxidecomputer/omicron
26952024-04-26T20:37:01.072Z+ git remote add origin https://github.com/oxidecomputer/permission-slip.git
26962024-04-26T20:37:01.072Z+ ptime -m git fetch --depth 1 origin 5d44e0065f90051a28881c75e3574142ada9b695
26972024-04-26T20:37:01.928ZFrom https://github.com/oxidecomputer/permission-slip
26982024-04-26T20:37:01.928Z * branch 5d44e0065f90051a28881c75e3574142ada9b695 -> FETCH_HEAD
26992024-04-26T20:37:01.956Z
27002024-04-26T20:37:01.956Zreal 0.868884719
27012024-04-26T20:37:01.957Zuser 0.078167424
27022024-04-26T20:37:01.957Zsys 0.040237644
27032024-04-26T20:37:01.957Ztrap 0.000075618
27042024-04-26T20:37:01.957Ztflt 0.000000000
27052024-04-26T20:37:01.957Zdflt 0.000000000
27062024-04-26T20:37:01.957Zkflt 0.000000000
27072024-04-26T20:37:01.957Zlock 0.000067072
27082024-04-26T20:37:01.957Zslp 2.611487376
27092024-04-26T20:37:01.957Zlat 0.004535383
27102024-04-26T20:37:01.957Zstop 0.000675625
27112024-04-26T20:37:01.957Z+ git checkout FETCH_HEAD
27122024-04-26T20:37:01.957ZNote: switching to 'FETCH_HEAD'.
27132024-04-26T20:37:01.957Z
27142024-04-26T20:37:01.957ZYou are in 'detached HEAD' state. You can look around, make experimental
27152024-04-26T20:37:01.957Zchanges and commit them, and you can discard any commits you make in this
27162024-04-26T20:37:01.957Zstate without impacting any branches by switching back to a branch.
27172024-04-26T20:37:01.957Z
27182024-04-26T20:37:01.957ZIf you want to create a new branch to retain commits you create, you may
27192024-04-26T20:37:01.957Zdo so (now or later) by using -c with the switch command. Example:
27202024-04-26T20:37:01.957Z
27212024-04-26T20:37:01.957Z git switch -c <new-branch-name>
27222024-04-26T20:37:01.957Z
27232024-04-26T20:37:01.958ZOr undo this operation with:
27242024-04-26T20:37:01.958Z
27252024-04-26T20:37:01.958Z git switch -
27262024-04-26T20:37:01.958Z
27272024-04-26T20:37:01.958ZTurn off this advice by setting config variable advice.detachedHead to false
27282024-04-26T20:37:01.958Z
27292024-04-26T20:37:01.958ZHEAD is now at 5d44e00 Ensure SSH tables exist in the database
27302024-04-26T20:37:01.958Z+ ptime -m cargo build --locked -p permission-slip-client --release
27312024-04-26T20:37:01.985Zinfo: syncing channel updates for '1.74-x86_64-unknown-illumos'
27322024-04-26T20:37:02.114Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
27332024-04-26T20:37:02.114Zinfo: downloading component 'cargo'
27342024-04-26T20:37:02.259Zinfo: downloading component 'clippy'
27352024-04-26T20:37:02.314Zinfo: downloading component 'rust-docs'
27362024-04-26T20:37:02.487Zinfo: downloading component 'rust-std'
27372024-04-26T20:37:02.776Zinfo: downloading component 'rustc'
27382024-04-26T20:37:03.463Zinfo: downloading component 'rustfmt'
27392024-04-26T20:37:03.510Zinfo: installing component 'cargo'
27402024-04-26T20:37:04.528Zinfo: installing component 'clippy'
27412024-04-26T20:37:04.916Zinfo: installing component 'rust-docs'
27422024-04-26T20:37:07.350Zinfo: installing component 'rust-std'
27432024-04-26T20:37:09.184Zinfo: installing component 'rustc'
27442024-04-26T20:37:14.172Zinfo: installing component 'rustfmt'
27452024-04-26T20:37:14.832Z Updating crates.io index
27462024-04-26T20:37:15.041Z Updating git repository `https://github.com/oxidecomputer/sshauth`
27472024-04-26T20:37:15.840ZFrom https://github.com/oxidecomputer/sshauth
27482024-04-26T20:37:15.840Z * [new branch] dependabot/cargo/mio-0.8.11 -> origin/dependabot/cargo/mio-0.8.11
27492024-04-26T20:37:15.867Z * [new branch] main -> origin/main
27502024-04-26T20:37:15.867Z * [new branch] paranoia -> origin/paranoia
27512024-04-26T20:37:15.867Z * [new branch] readme -> origin/readme
27522024-04-26T20:37:15.868Z * [new ref] -> origin/HEAD
27532024-04-26T20:37:15.868Z Updating git repository `https://github.com/oxidecomputer/dropshot`
27542024-04-26T20:37:16.909ZFrom https://github.com/oxidecomputer/dropshot
27552024-04-26T20:37:16.909Z * [new branch] archive/pr-14-before-force-push -> origin/archive/pr-14-before-force-push
27562024-04-26T20:37:16.909Z * [new branch] async -> origin/async
27572024-04-26T20:37:16.960Z * [new branch] build-o-mat -> origin/build-o-mat
27582024-04-26T20:37:16.960Z * [new branch] camel -> origin/camel
27592024-04-26T20:37:16.960Z * [new branch] carets -> origin/carets
27602024-04-26T20:37:16.960Z * [new branch] changes -> origin/changes
27612024-04-26T20:37:16.960Z * [new branch] ci-version -> origin/ci-version
27622024-04-26T20:37:16.960Z * [new branch] cleanup-tweak -> origin/cleanup-tweak
27632024-04-26T20:37:16.960Z * [new branch] clippy -> origin/clippy
27642024-04-26T20:37:16.960Z * [new branch] clippy-enforcement -> origin/clippy-enforcement
27652024-04-26T20:37:16.960Z * [new branch] clone -> origin/clone
27662024-04-26T20:37:16.960Z * [new branch] dependabot/cargo/http-1.0.0 -> origin/dependabot/cargo/http-1.0.0
27672024-04-26T20:37:16.960Z * [new branch] dependabot/cargo/hyper-1.3.1 -> origin/dependabot/cargo/hyper-1.3.1
27682024-04-26T20:37:16.960Z * [new branch] dependabot/cargo/hyper-rustls-0.26.0 -> origin/dependabot/cargo/hyper-rustls-0.26.0
27692024-04-26T20:37:16.960Z * [new branch] dependabot/cargo/hyper-staticfile-0.10.0 -> origin/dependabot/cargo/hyper-staticfile-0.10.0
27702024-04-26T20:37:16.961Z * [new branch] doc -> origin/doc
27712024-04-26T20:37:16.961Z * [new branch] err -> origin/err
27722024-04-26T20:37:16.961Z * [new branch] example-resumable-download -> origin/example-resumable-download
27732024-04-26T20:37:16.961Z * [new branch] expectorate -> origin/expectorate
27742024-04-26T20:37:16.961Z * [new branch] extracted -> origin/extracted
27752024-04-26T20:37:16.961Z * [new branch] fix_tests -> origin/fix_tests
27762024-04-26T20:37:16.961Z * [new branch] fmt2 -> origin/fmt2
27772024-04-26T20:37:16.961Z * [new branch] infinite_type_resolve -> origin/infinite_type_resolve
27782024-04-26T20:37:16.961Z * [new branch] kulakowski/tls -> origin/kulakowski/tls
27792024-04-26T20:37:16.961Z * [new branch] main -> origin/main
27802024-04-26T20:37:16.961Z * [new branch] maintainer-docs -> origin/maintainer-docs
27812024-04-26T20:37:16.961Z * [new branch] merge-server-config -> origin/merge-server-config
27822024-04-26T20:37:16.961Z * [new branch] multi-api -> origin/multi-api
27832024-04-26T20:37:16.961Z * [new branch] multiverse -> origin/multiverse
27842024-04-26T20:37:16.961Z * [new branch] openapi -> origin/openapi
27852024-04-26T20:37:16.961Z * [new branch] openapi2 -> origin/openapi2
27862024-04-26T20:37:16.961Z * [new branch] port-fix-better -> origin/port-fix-better
27872024-04-26T20:37:16.961Z * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest
27882024-04-26T20:37:16.961Z * [new branch] renovate/rust-1.x -> origin/renovate/rust-1.x
27892024-04-26T20:37:16.961Z * [new branch] rmp-page-token -> origin/rmp-page-token
27902024-04-26T20:37:16.961Z * [new branch] rustfmt-m1 -> origin/rustfmt-m1
27912024-04-26T20:37:16.961Z * [new branch] rustfmt-test-stable-only -> origin/rustfmt-test-stable-only
27922024-04-26T20:37:16.962Z * [new branch] rustfmt-test-unstable-options -> origin/rustfmt-test-unstable-options
27932024-04-26T20:37:16.962Z * [new branch] server-log -> origin/server-log
27942024-04-26T20:37:16.962Z * [new branch] simple-headers -> origin/simple-headers
27952024-04-26T20:37:16.962Z * [new branch] sunshowers/spr/add-a-new-chunkedbody-extractor -> origin/sunshowers/spr/add-a-new-chunkedbody-extractor
27962024-04-26T20:37:16.962Z * [new branch] sunshowers/spr/add-a-test-to-ensure-that-chunked-encoding-obeys-request-size-limits -> origin/sunshowers/spr/add-a-test-to-ensure-that-chunked-encoding-obeys-request-size-limits
27972024-04-26T20:37:16.962Z * [new branch] sunshowers/spr/add-support-for-setting-a-larger-request-body-for-some-endpoints -> origin/sunshowers/spr/add-support-for-setting-a-larger-request-body-for-some-endpoints
27982024-04-26T20:37:16.962Z * [new branch] sunshowers/spr/draft-straw-proposal-to-remove-the-request-from-requestcontext -> origin/sunshowers/spr/draft-straw-proposal-to-remove-the-request-from-requestcontext
27992024-04-26T20:37:16.962Z * [new branch] sunshowers/spr/main.add-a-test-to-ensure-that-chunked-encoding-obeys-request-size-limits -> origin/sunshowers/spr/main.add-a-test-to-ensure-that-chunked-encoding-obeys-request-size-limits
28002024-04-26T20:37:16.962Z * [new branch] sunshowers/spr/main.add-support-for-setting-a-larger-request-body-for-some-endpoints -> origin/sunshowers/spr/main.add-support-for-setting-a-larger-request-body-for-some-endpoints
28012024-04-26T20:37:16.962Z * [new branch] sunshowers/spr/main.make-untypedbody-be-able-to-extract-to-a-buflist -> origin/sunshowers/spr/main.make-untypedbody-be-able-to-extract-to-a-buflist
28022024-04-26T20:37:16.962Z * [new branch] test-skip-deserialize -> origin/test-skip-deserialize
28032024-04-26T20:37:16.962Z * [new branch] update-usdt-dep -> origin/update-usdt-dep
28042024-04-26T20:37:16.962Z * [new branch] urlencoded_typedbody -> origin/urlencoded_typedbody
28052024-04-26T20:37:16.962Z * [new branch] websockets -> origin/websockets
28062024-04-26T20:37:16.962Z * [new branch] x-forwarded-for -> origin/x-forwarded-for
28072024-04-26T20:37:16.962Z * [new branch] x-forwarded-for-OLD -> origin/x-forwarded-for-OLD
28082024-04-26T20:37:16.962Z * [new ref] -> origin/HEAD
28092024-04-26T20:37:16.962Z * [new tag] v0.10.0 -> v0.10.0
28102024-04-26T20:37:16.962Z * [new tag] v0.3.0 -> v0.3.0
28112024-04-26T20:37:16.962Z * [new tag] v0.4.0 -> v0.4.0
28122024-04-26T20:37:16.962Z * [new tag] v0.5.0 -> v0.5.0
28132024-04-26T20:37:16.962Z * [new tag] v0.5.1 -> v0.5.1
28142024-04-26T20:37:16.962Z * [new tag] v0.6.0 -> v0.6.0
28152024-04-26T20:37:16.963Z * [new tag] v0.7.0 -> v0.7.0
28162024-04-26T20:37:16.963Z * [new tag] v0.8.0 -> v0.8.0
28172024-04-26T20:37:16.963Z * [new tag] v0.9.0 -> v0.9.0
28182024-04-26T20:37:17.597Z Downloading crates ...
28192024-04-26T20:37:17.718Z Downloaded anstream v0.6.13
28202024-04-26T20:37:17.745Z Downloaded ahash v0.8.11
28212024-04-26T20:37:17.745Z Downloaded cc v1.0.90
28222024-04-26T20:37:17.745Z Downloaded crypto-bigint v0.5.5
28232024-04-26T20:37:17.772Z Downloaded rsa v0.9.6
28242024-04-26T20:37:17.772Z Downloaded xdg v2.5.2
28252024-04-26T20:37:17.772Z Downloaded typenum v1.17.0
28262024-04-26T20:37:17.772Z Downloaded unsafe-libyaml v0.2.11
28272024-04-26T20:37:17.798Z Downloaded x509-cert v0.2.5
28282024-04-26T20:37:17.798Z Downloaded webpki-roots v0.25.4
28292024-04-26T20:37:17.799Z Downloaded typify-impl v0.0.16
28302024-04-26T20:37:17.825Z Downloaded tokio v1.36.0
28312024-04-26T20:37:17.859Z Downloaded regex-automata v0.4.6
28322024-04-26T20:37:17.884Z Downloaded syn v2.0.55
28332024-04-26T20:37:17.910Z Downloaded rustls v0.21.10
28342024-04-26T20:37:17.910Z Downloaded rustix v0.38.32
28352024-04-26T20:37:17.936Z Downloaded regress v0.8.0
28362024-04-26T20:37:17.962Z Downloaded regex-syntax v0.8.3
28372024-04-26T20:37:17.962Z Downloaded serde_json v1.0.115
28382024-04-26T20:37:17.962Z Downloaded reqwest v0.11.27
28392024-04-26T20:37:17.988Z Downloaded p384 v0.13.0
28402024-04-26T20:37:17.988Z Downloaded unicode-normalization v0.1.23
28412024-04-26T20:37:17.988Z Downloaded ssh-key v0.6.5
28422024-04-26T20:37:17.988Z Downloaded serde_yaml v0.9.34+deprecated
28432024-04-26T20:37:18.014Z Downloaded serde_derive v1.0.197
28442024-04-26T20:37:18.014Z Downloaded serde v1.0.197
28452024-04-26T20:37:18.014Z Downloaded openssl-sys v0.9.101
28462024-04-26T20:37:18.014Z Downloaded h2 v0.3.25
28472024-04-26T20:37:18.014Z Downloaded ed25519-dalek v2.1.1
28482024-04-26T20:37:18.014Z Downloaded tls_codec v0.4.1
28492024-04-26T20:37:18.014Z Downloaded thiserror-impl v1.0.58
28502024-04-26T20:37:18.041Z Downloaded termcolor v1.4.1
28512024-04-26T20:37:18.041Z Downloaded ssh-cipher v0.2.0
28522024-04-26T20:37:18.041Z Downloaded smallvec v1.13.2
28532024-04-26T20:37:18.041Z Downloaded sct v0.7.1
28542024-04-26T20:37:18.042Z Downloaded oauth2 v4.4.2
28552024-04-26T20:37:18.042Z Downloaded heapless v0.7.17
28562024-04-26T20:37:18.042Z Downloaded typify-macro v0.0.16
28572024-04-26T20:37:18.042Z Downloaded typify v0.0.16
28582024-04-26T20:37:18.042Z Downloaded try-lock v0.2.5
28592024-04-26T20:37:18.042Z Downloaded tls_codec_derive v0.4.1
28602024-04-26T20:37:18.042Z Downloaded thiserror v1.0.58
28612024-04-26T20:37:18.070Z Downloaded ssh-encoding v0.2.0
28622024-04-26T20:37:18.070Z Downloaded spki v0.7.3
28632024-04-26T20:37:18.070Z Downloaded signature v2.2.0
28642024-04-26T20:37:18.070Z Downloaded signature v1.6.4
28652024-04-26T20:37:18.070Z Downloaded sha2 v0.9.9
28662024-04-26T20:37:18.070Z Downloaded ryu v1.0.17
28672024-04-26T20:37:18.070Z Downloaded rustls-pemfile v1.0.4
28682024-04-26T20:37:18.070Z Downloaded quote v1.0.35
28692024-04-26T20:37:18.070Z Downloaded proc-macro2 v1.0.79
28702024-04-26T20:37:18.070Z Downloaded pkg-config v0.3.30
28712024-04-26T20:37:18.070Z Downloaded parking_lot_core v0.9.9
28722024-04-26T20:37:18.070Z Downloaded opaque-debug v0.3.1
28732024-04-26T20:37:18.070Z Downloaded itoa v1.0.11
28742024-04-26T20:37:18.070Z Downloaded http-body v0.4.6
28752024-04-26T20:37:18.096Z Downloaded ed25519-dalek v1.0.1
28762024-04-26T20:37:18.097Z Downloaded platforms v3.4.0
28772024-04-26T20:37:18.097Z Downloaded lock_api v0.4.11
28782024-04-26T20:37:18.097Z Downloaded libm v0.2.8
28792024-04-26T20:37:18.097Z Downloaded is-terminal v0.4.12
28802024-04-26T20:37:18.097Z Downloaded iana-time-zone v0.1.60
28812024-04-26T20:37:18.097Z Downloaded flagset v0.4.5
28822024-04-26T20:37:18.097Z Downloaded env_logger v0.10.2
28832024-04-26T20:37:18.097Z Downloaded ed25519 v2.2.3
28842024-04-26T20:37:18.097Z Downloaded ed25519 v1.5.3
28852024-04-26T20:37:18.123Z Downloaded digest v0.9.0
28862024-04-26T20:37:18.123Z Downloaded curve25519-dalek-derive v0.1.1
28872024-04-26T20:37:18.123Z Downloaded curve25519-dalek v3.2.0
28882024-04-26T20:37:18.124Z Downloaded crc-any v2.4.4
28892024-04-26T20:37:18.124Z Downloaded clap-num v1.1.1
28902024-04-26T20:37:18.124Z Downloaded chrono v0.4.37
28912024-04-26T20:37:18.149Z Downloaded bincode v1.3.3
28922024-04-26T20:37:18.149Z Downloaded anyhow v1.0.81
28932024-04-26T20:37:18.149Z Downloaded bitflags v2.5.0
28942024-04-26T20:37:18.149Z Downloaded autocfg v1.2.0
28952024-04-26T20:37:18.149Z Downloaded block-buffer v0.9.0
28962024-04-26T20:37:18.149Z Downloaded blake3 v1.5.1
28972024-04-26T20:37:18.149Z Downloaded anstyle-query v1.0.2
28982024-04-26T20:37:18.150Z Downloaded anstyle-parse v0.2.3
28992024-04-26T20:37:18.150Z Downloaded aho-corasick v1.1.3
29002024-04-26T20:37:18.273Z Compiling proc-macro2 v1.0.79
29012024-04-26T20:37:18.273Z Compiling unicode-ident v1.0.12
29022024-04-26T20:37:18.273Z Compiling version_check v0.9.4
29032024-04-26T20:37:18.299Z Compiling libc v0.2.153
29042024-04-26T20:37:18.299Z Compiling cfg-if v1.0.0
29052024-04-26T20:37:18.299Z Compiling autocfg v1.2.0
29062024-04-26T20:37:18.299Z Compiling typenum v1.17.0
29072024-04-26T20:37:18.299Z Compiling serde v1.0.197
29082024-04-26T20:37:18.401Z Compiling cc v1.0.90
29092024-04-26T20:37:18.483Z Compiling subtle v2.5.0
29102024-04-26T20:37:18.782Z Compiling const-oid v0.9.6
29112024-04-26T20:37:18.890Z Compiling generic-array v0.14.7
29122024-04-26T20:37:18.921Z Compiling ahash v0.8.11
29132024-04-26T20:37:18.988Z Compiling lock_api v0.4.11
29142024-04-26T20:37:19.300Z Compiling scopeguard v1.2.0
29152024-04-26T20:37:19.326Z Compiling once_cell v1.19.0
29162024-04-26T20:37:19.488Z Compiling serde_json v1.0.115
29172024-04-26T20:37:19.881Z Compiling quote v1.0.35
29182024-04-26T20:37:19.949Z Compiling syn v1.0.109
29192024-04-26T20:37:20.043Z Compiling smallvec v1.13.2
29202024-04-26T20:37:20.431Z Compiling syn v2.0.55
29212024-04-26T20:37:20.460Z Compiling getrandom v0.2.12
29222024-04-26T20:37:20.486Z Compiling itoa v1.0.11
29232024-04-26T20:37:20.656Z Compiling rand_core v0.6.4
29242024-04-26T20:37:20.681Z Compiling base64ct v1.6.0
29252024-04-26T20:37:20.853Z Compiling memchr v2.7.1
29262024-04-26T20:37:20.995Z Compiling parking_lot_core v0.9.9
29272024-04-26T20:37:21.098Z Compiling pin-project-lite v0.2.13
29282024-04-26T20:37:21.189Z Compiling pem-rfc7468 v0.7.0
29292024-04-26T20:37:21.224Z Compiling bytes v1.6.0
29302024-04-26T20:37:21.307Z Compiling zerocopy v0.7.32
29312024-04-26T20:37:21.360Z Compiling libm v0.2.8
29322024-04-26T20:37:21.514Z Compiling num-traits v0.2.18
29332024-04-26T20:37:21.751Z Compiling allocator-api2 v0.2.16
29342024-04-26T20:37:21.868Z Compiling log v0.4.21
29352024-04-26T20:37:22.403Z Compiling thiserror v1.0.58
29362024-04-26T20:37:22.510Z Compiling hashbrown v0.14.3
29372024-04-26T20:37:23.424Z Compiling flagset v0.4.5
29382024-04-26T20:37:23.674Z Compiling bitflags v2.5.0
29392024-04-26T20:37:23.787Z Compiling parking_lot v0.12.1
29402024-04-26T20:37:23.904Z Compiling signal-hook-registry v1.4.1
29412024-04-26T20:37:24.130Z Compiling socket2 v0.5.6
29422024-04-26T20:37:24.199Z Compiling mio v0.8.11
29432024-04-26T20:37:24.986Z Compiling num_cpus v1.16.0
29442024-04-26T20:37:25.130Z Compiling spin v0.9.8
29452024-04-26T20:37:25.444Z Compiling pkg-config v0.3.30
29462024-04-26T20:37:25.503Z Compiling semver v1.0.22
29472024-04-26T20:37:25.826Z Compiling vcpkg v0.2.15
29482024-04-26T20:37:25.861Z Compiling schemars v0.8.16
29492024-04-26T20:37:25.976Z Compiling cpufeatures v0.2.12
29502024-04-26T20:37:26.189Z Compiling serde_derive_internals v0.26.0
29512024-04-26T20:37:26.239Z Compiling ring v0.17.8
29522024-04-26T20:37:26.543Z Compiling ryu v1.0.17
29532024-04-26T20:37:27.329Z Compiling openssl-sys v0.9.101
29542024-04-26T20:37:27.803Z Compiling slab v0.4.9
29552024-04-26T20:37:28.027Z Compiling equivalent v1.0.1
29562024-04-26T20:37:28.158Z Compiling futures-core v0.3.30
29572024-04-26T20:37:28.189Z Compiling fnv v1.0.7
29582024-04-26T20:37:28.264Z Compiling rustc_version v0.4.0
29592024-04-26T20:37:28.320Z Compiling http v0.2.12
29602024-04-26T20:37:28.419Z Compiling tracing-core v0.1.32
29612024-04-26T20:37:28.620Z Compiling byteorder v1.5.0
29622024-04-26T20:37:28.791Z Compiling untrusted v0.9.0
29632024-04-26T20:37:29.051Z Compiling tracing v0.1.40
29642024-04-26T20:37:29.368Z Compiling pin-utils v0.1.0
29652024-04-26T20:37:29.477Z Compiling futures-io v0.3.30
29662024-04-26T20:37:29.730Z Compiling futures-sink v0.3.30
29672024-04-26T20:37:29.798Z Compiling httparse v1.8.0
29682024-04-26T20:37:29.871Z Compiling chrono v0.4.37
29692024-04-26T20:37:29.934Z Compiling uuid v1.8.0
29702024-04-26T20:37:30.217Z Compiling dyn-clone v1.0.17
29712024-04-26T20:37:30.357Z Compiling schemars_derive v0.8.16
29722024-04-26T20:37:30.392Z Compiling futures-task v0.3.30
29732024-04-26T20:37:30.436Z Compiling ppv-lite86 v0.2.17
29742024-04-26T20:37:30.518Z Compiling serde_derive v1.0.197
29752024-04-26T20:37:30.699Z Compiling zeroize_derive v1.4.2
29762024-04-26T20:37:30.819Z Compiling der_derive v0.7.2
29772024-04-26T20:37:31.161Z Compiling tokio-macros v2.2.0
29782024-04-26T20:37:31.627Z Compiling thiserror-impl v1.0.58
29792024-04-26T20:37:32.063Z Compiling zeroize v1.7.0
29802024-04-26T20:37:32.603Z Compiling tokio v1.36.0
29812024-04-26T20:37:32.754Z Compiling foreign-types-shared v0.1.1
29822024-04-26T20:37:32.862Z Compiling openssl v0.10.64
29832024-04-26T20:37:32.888Z Compiling der v0.7.8
29842024-04-26T20:37:33.072Z Compiling foreign-types v0.3.2
29852024-04-26T20:37:33.162Z Compiling futures-util v0.3.30
29862024-04-26T20:37:33.294Z Compiling openssl-macros v0.1.1
29872024-04-26T20:37:33.580Z Compiling crypto-common v0.1.6
29882024-04-26T20:37:33.762Z Compiling block-buffer v0.10.4
29892024-04-26T20:37:33.997Z Compiling digest v0.10.7
29902024-04-26T20:37:34.215Z Compiling regress v0.8.0
29912024-04-26T20:37:34.475Z Compiling sha2 v0.10.8
29922024-04-26T20:37:34.838Z Compiling spki v0.7.3
29932024-04-26T20:37:35.292Z Compiling pkcs8 v0.10.2
29942024-04-26T20:37:36.786Z Compiling signature v2.2.0
29952024-04-26T20:37:37.365Z Compiling tinyvec_macros v0.1.1
29962024-04-26T20:37:37.453Z Compiling native-tls v0.2.11
29972024-04-26T20:37:37.805Z Compiling rustls v0.21.10
29982024-04-26T20:37:38.175Z Compiling heck v0.4.1
29992024-04-26T20:37:38.238Z Compiling try-lock v0.2.5
30002024-04-26T20:37:38.385Z Compiling want v0.3.1
30012024-04-26T20:37:38.564Z Compiling tinyvec v1.6.0
30022024-04-26T20:37:38.672Z Compiling sct v0.7.1
30032024-04-26T20:37:38.698Z Compiling rustls-webpki v0.101.7
30042024-04-26T20:37:39.942Z Compiling tokio-util v0.7.10
30052024-04-26T20:37:40.925Z Compiling http-body v0.4.6
30062024-04-26T20:37:41.372Z Compiling futures-channel v0.3.30
30072024-04-26T20:37:42.099Z Compiling serde_tokenstream v0.2.0
30082024-04-26T20:37:42.208Z Compiling indexmap v2.2.6
30092024-04-26T20:37:42.559Z Compiling ff v0.13.0
30102024-04-26T20:37:42.680Z Compiling rustix v0.38.32
30112024-04-26T20:37:42.803Z Compiling getrandom v0.1.16
30122024-04-26T20:37:42.978Z Compiling iana-time-zone v0.1.60
30132024-04-26T20:37:43.248Z Compiling percent-encoding v2.3.1
30142024-04-26T20:37:43.297Z Compiling httpdate v1.0.3
30152024-04-26T20:37:43.701Z Compiling h2 v0.3.25
30162024-04-26T20:37:43.725Z Compiling tower-service v0.3.2
30172024-04-26T20:37:43.834Z Compiling openssl-probe v0.1.5
30182024-04-26T20:37:43.931Z Compiling base16ct v0.2.0
30192024-04-26T20:37:44.050Z Compiling form_urlencoded v1.2.1
30202024-04-26T20:37:44.320Z Compiling sec1 v0.7.3
30212024-04-26T20:37:45.416Z Compiling typify-impl v0.0.16
30222024-04-26T20:37:46.540Z Compiling group v0.13.0
30232024-04-26T20:37:46.970Z Compiling unicode-normalization v0.1.23
30242024-04-26T20:37:48.164Z Compiling hyper v0.14.28
30252024-04-26T20:37:50.645Z Compiling crypto-bigint v0.5.5
30262024-04-26T20:37:52.310Z Compiling errno v0.3.8
30272024-04-26T20:37:52.554Z Compiling unicode-bidi v0.3.15
30282024-04-26T20:37:52.583Z Compiling radium v0.7.0
30292024-04-26T20:37:53.082Z Compiling platforms v3.4.0
30302024-04-26T20:37:53.574Z Compiling utf8parse v0.2.1
30312024-04-26T20:37:53.756Z Compiling anstyle-parse v0.2.3
30322024-04-26T20:37:54.124Z Compiling curve25519-dalek v4.1.2
30332024-04-26T20:37:54.541Z Compiling idna v0.5.0
30342024-04-26T20:37:55.149Z Compiling typify-macro v0.0.16
30352024-04-26T20:37:55.387Z Compiling elliptic-curve v0.13.8
30362024-04-26T20:37:56.775Z Compiling tokio-rustls v0.24.1
30372024-04-26T20:37:57.647Z Compiling tokio-native-tls v0.3.1
30382024-04-26T20:37:58.241Z Compiling hmac v0.12.1
30392024-04-26T20:37:58.320Z Compiling rand_chacha v0.3.1
30402024-04-26T20:37:58.470Z Compiling aho-corasick v1.1.3
30412024-04-26T20:37:58.802Z Compiling tap v1.0.1
30422024-04-26T20:37:58.925Z Compiling maybe-uninit v2.0.0
30432024-04-26T20:37:59.019Z Compiling anstyle v1.0.6
30442024-04-26T20:37:59.414Z Compiling anstyle-query v1.0.2
30452024-04-26T20:37:59.587Z Compiling base64 v0.21.7
30462024-04-26T20:37:59.643Z Compiling colorchoice v1.0.0
30472024-04-26T20:37:59.779Z Compiling regex-syntax v0.8.3
30482024-04-26T20:37:59.816Z Compiling anstream v0.6.13
30492024-04-26T20:38:00.598Z Compiling rustls-pemfile v1.0.4
30502024-04-26T20:38:00.986Z Compiling wyz v0.5.1
30512024-04-26T20:38:01.329Z Compiling rand v0.8.5
30522024-04-26T20:38:01.391Z Compiling rfc6979 v0.4.0
30532024-04-26T20:38:01.603Z Compiling rand_core v0.5.1
30542024-04-26T20:38:01.735Z Compiling hyper-tls v0.5.0
30552024-04-26T20:38:02.014Z Compiling hyper-rustls v0.24.2
30562024-04-26T20:38:02.184Z Compiling terminal_size v0.3.0
30572024-04-26T20:38:02.408Z Compiling url v2.5.0
30582024-04-26T20:38:02.522Z Compiling serde_urlencoded v0.7.1
30592024-04-26T20:38:02.880Z Compiling regex-automata v0.4.6
30602024-04-26T20:38:03.051Z Compiling inout v0.1.3
30612024-04-26T20:38:03.164Z Compiling curve25519-dalek-derive v0.1.1
30622024-04-26T20:38:03.273Z Compiling heapless v0.7.17
30632024-04-26T20:38:03.685Z Compiling num-integer v0.1.46
30642024-04-26T20:38:04.812Z Compiling encoding_rs v0.8.33
30652024-04-26T20:38:07.643Z Compiling sync_wrapper v0.1.2
30662024-04-26T20:38:07.762Z Compiling ipnet v2.9.0
30672024-04-26T20:38:10.205Z Compiling packed_struct v0.10.1
30682024-04-26T20:38:10.616Z Compiling clap_lex v0.7.0
30692024-04-26T20:38:10.793Z Compiling mime v0.3.17
30702024-04-26T20:38:11.356Z Compiling heck v0.5.0
30712024-04-26T20:38:11.509Z Compiling unicode-width v0.1.11
30722024-04-26T20:38:11.664Z Compiling spin v0.5.2
30732024-04-26T20:38:11.776Z Compiling funty v2.0.0
30742024-04-26T20:38:11.888Z Compiling strsim v0.11.0
30752024-04-26T20:38:14.157Z Compiling webpki-roots v0.25.4
30762024-04-26T20:38:14.326Z Compiling num-bigint-dig v0.8.4
30772024-04-26T20:38:14.657Z Compiling reqwest v0.11.27
30782024-04-26T20:38:14.696Z Compiling bitvec v1.0.1
30792024-04-26T20:38:15.215Z Compiling clap_builder v4.5.2
30802024-04-26T20:38:16.443Z Compiling lazy_static v1.4.0
30812024-04-26T20:38:16.561Z Compiling clap_derive v4.5.4
30822024-04-26T20:38:18.159Z Compiling getopts v0.2.21
30832024-04-26T20:38:18.914Z Compiling regex v1.10.4
30842024-04-26T20:38:20.311Z Compiling num-iter v0.1.44
30852024-04-26T20:38:20.532Z Compiling cipher v0.4.4
30862024-04-26T20:38:20.922Z Compiling ecdsa v0.16.9
30872024-04-26T20:38:22.100Z Compiling typify v0.0.16
30882024-04-26T20:38:22.218Z Compiling openapiv3 v2.0.0
30892024-04-26T20:38:23.601Z Compiling primeorder v0.13.6
30902024-04-26T20:38:24.045Z Compiling ed25519 v2.2.3
30912024-04-26T20:38:24.392Z Compiling ssh-encoding v0.2.0
30922024-04-26T20:38:25.521Z Compiling digest v0.9.0
30932024-04-26T20:38:25.730Z Compiling packed_struct_codegen v0.10.1
30942024-04-26T20:38:26.138Z Compiling hash32 v0.2.1
30952024-04-26T20:38:26.480Z Compiling stable_deref_trait v1.2.0
30962024-04-26T20:38:26.579Z Compiling nodrop v0.1.14
30972024-04-26T20:38:26.840Z Compiling unsafe-libyaml v0.2.11
30982024-04-26T20:38:27.833Z Compiling anyhow v1.0.81
30992024-04-26T20:38:28.008Z Compiling slog v2.7.0
31002024-04-26T20:38:28.498Z Compiling serde_yaml v0.9.34+deprecated
31012024-04-26T20:38:30.654Z Compiling array-init v0.0.4
31022024-04-26T20:38:31.745Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b)
31032024-04-26T20:38:31.957Z Compiling ssh-cipher v0.2.0
31042024-04-26T20:38:32.210Z Compiling ed25519-dalek v2.1.1
31052024-04-26T20:38:32.930Z Compiling p256 v0.13.2
31062024-04-26T20:38:32.972Z Compiling smallvec v0.6.14
31072024-04-26T20:38:34.782Z Compiling clap v4.5.4
31082024-04-26T20:38:37.183Z Compiling rand_chacha v0.2.2
31092024-04-26T20:38:38.290Z Compiling pkcs1 v0.7.5
31102024-04-26T20:38:40.442Z Compiling block-buffer v0.9.0
31112024-04-26T20:38:40.610Z Compiling zerocopy-derive v0.6.6
31122024-04-26T20:38:41.220Z Compiling blake3 v1.5.1
31132024-04-26T20:38:41.761Z Compiling is-terminal v0.4.12
31142024-04-26T20:38:41.876Z Compiling cobs v0.2.3
31152024-04-26T20:38:42.316Z Compiling bitfield v0.14.0
31162024-04-26T20:38:42.348Z Compiling opaque-debug v0.3.1
31172024-04-26T20:38:42.446Z Compiling embedded-io v0.4.0
31182024-04-26T20:38:42.557Z Compiling termcolor v1.4.1
31192024-04-26T20:38:42.682Z Compiling base64 v0.13.1
31202024-04-26T20:38:43.313Z Compiling signature v1.6.4
31212024-04-26T20:38:43.408Z Compiling env_logger v0.10.2
31222024-04-26T20:38:43.513Z Compiling ed25519 v1.5.3
31232024-04-26T20:38:43.727Z Compiling postcard v1.0.8
31242024-04-26T20:38:43.824Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
31252024-04-26T20:38:44.644Z Compiling sha2 v0.9.9
31262024-04-26T20:38:46.212Z Compiling zerocopy v0.6.6
31272024-04-26T20:38:47.255Z Compiling rsa v0.9.6
31282024-04-26T20:38:47.404Z Compiling rand v0.7.3
31292024-04-26T20:38:47.705Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b)
31302024-04-26T20:38:49.242Z Compiling ssh-key v0.6.5
31312024-04-26T20:38:49.633Z Compiling serde-hex v0.1.0
31322024-04-26T20:38:53.952Z Compiling curve25519-dalek v3.2.0
31332024-04-26T20:38:54.790Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b)
31342024-04-26T20:38:56.270Z Compiling serde_path_to_error v0.1.16
31352024-04-26T20:38:57.168Z Compiling bincode v1.3.3
31362024-04-26T20:38:58.156Z Compiling x509-cert v0.2.5
31372024-04-26T20:39:00.357Z Compiling hex v0.4.3
31382024-04-26T20:39:00.980Z Compiling crc-any v2.4.4
31392024-04-26T20:39:01.814Z Compiling arrayref v0.3.7
31402024-04-26T20:39:01.915Z Compiling arrayvec v0.7.4
31412024-04-26T20:39:02.378Z Compiling constant_time_eq v0.3.0
31422024-04-26T20:39:03.248Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
31432024-04-26T20:39:04.127Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b)
31442024-04-26T20:39:04.308Z Compiling sshauth v0.1.0 (https://github.com/oxidecomputer/sshauth#a145680a)
31452024-04-26T20:39:04.404Z Compiling oauth2 v4.4.2
31462024-04-26T20:39:08.661Z Compiling ed25519-dalek v1.0.1
31472024-04-26T20:39:09.261Z Compiling clap-num v1.1.1
31482024-04-26T20:39:09.287Z Compiling xdg v2.5.2
31492024-04-26T20:39:10.847Z Compiling permission-slip-client v1.0.0 (/work/permission-slip-build/client)
31502024-04-26T20:39:34.667Z Finished release [optimized] target(s) in 2m 19s
31512024-04-26T20:39:34.743Z
31522024-04-26T20:39:34.743Zreal 2:32.768564497
31532024-04-26T20:39:34.743Zuser 15:35.019459079
31542024-04-26T20:39:34.743Zsys 1:32.145422614
31552024-04-26T20:39:34.743Ztrap 0.519322891
31562024-04-26T20:39:34.743Ztflt 0.436377950
31572024-04-26T20:39:34.743Zdflt 0.613985881
31582024-04-26T20:39:34.743Zkflt 0.000177841
31592024-04-26T20:39:34.743Zlock 37:07.129635975
31602024-04-26T20:39:34.743Zslp 43:02.343678056
31612024-04-26T20:39:34.744Zlat 56.167848551
31622024-04-26T20:39:34.744Zstop 45.476409004
31632024-04-26T20:39:34.770Z+ ptime -m gzip
31642024-04-26T20:39:36.076Z
31652024-04-26T20:39:36.076Zreal 1.328648704
31662024-04-26T20:39:36.077Zuser 1.312787571
31672024-04-26T20:39:36.077Zsys 0.015118963
31682024-04-26T20:39:36.077Ztrap 0.000168204
31692024-04-26T20:39:36.077Ztflt 0.000000000
31702024-04-26T20:39:36.077Zdflt 0.000000000
31712024-04-26T20:39:36.077Zkflt 0.000000000
31722024-04-26T20:39:36.077Zlock 0.000000000
31732024-04-26T20:39:36.077Zslp 0.000000000
31742024-04-26T20:39:36.077Zlat 0.000253979
31752024-04-26T20:39:36.077Zstop 0.000238924
31762024-04-26T20:39:36.103Zprocess exited: duration 905253 ms, exit code 0
 
31772024-04-26T20:39:36.159Zfound 9 output files
31782024-04-26T20:39:36.160Zuploading: /work/end-to-end-tests/bootstrap-e1b7dcab43414a89.gz (9696316 bytes)
31792024-04-26T20:39:40.296Zuploaded: /work/end-to-end-tests/bootstrap-e1b7dcab43414a89.gz
31802024-04-26T20:39:40.296Zuploading: /work/end-to-end-tests/bootstrap.gz (104412565 bytes)
31812024-04-26T20:40:14.679Zuploaded: /work/end-to-end-tests/bootstrap.gz
31822024-04-26T20:40:14.679Zuploading: /work/end-to-end-tests/commtest-58efd38b7993a865.gz (9696874 bytes)
31832024-04-26T20:40:19.278Zuploaded: /work/end-to-end-tests/commtest-58efd38b7993a865.gz
31842024-04-26T20:40:19.278Zuploading: /work/end-to-end-tests/dhcp_server-2252f99f932cb3ef.gz (9695584 bytes)
31852024-04-26T20:40:24.404Zuploaded: /work/end-to-end-tests/dhcp_server-2252f99f932cb3ef.gz
31862024-04-26T20:40:24.404Zuploading: /work/end-to-end-tests/end_to_end_tests-7ce93fa35d837230.gz (107849192 bytes)
31872024-04-26T20:41:02.796Zuploaded: /work/end-to-end-tests/end_to_end_tests-7ce93fa35d837230.gz
31882024-04-26T20:41:02.826Zuploading: /work/caboose-util.gz (2411016 bytes)
31892024-04-26T20:41:05.352Zuploaded: /work/caboose-util.gz
31902024-04-26T20:41:05.352Zuploading: /work/tufaceous.gz (11882047 bytes)
31912024-04-26T20:41:11.045Zuploaded: /work/tufaceous.gz
31922024-04-26T20:41:11.045Zuploading: /work/commtest (469377832 bytes)
31932024-04-26T20:43:50.141Zuploaded: /work/commtest
31942024-04-26T20:43:50.141Zuploading: /work/permslip.gz (10331253 bytes)
31952024-04-26T20:43:53.399Zuploaded: /work/permslip.gz