01HXV0RNTNTKEC7KVPR6DJRR2H: 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: 01HXV0SYXW7W755ZYFQKX3JMGZ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-05-14T07:42:44.651Zjob assigned to worker 01HXV0T1V8J03RTJSQ2FRPEX64 (queued for 51 s)
 
22024-05-14T07:42:53.013Zstarting task 0: "setup"
32024-05-14T07:42:53.081Z++ uname -s
42024-05-14T07:42:53.101Z+ kern=SunOS
52024-05-14T07:42:53.102Z+ case "$kern" in
62024-05-14T07:42:53.102Z+ groupadd -g 12345 build
72024-05-14T07:42:53.102Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-05-14T07:42:55.093Z+ zfs create -o mountpoint=/work rpool/work
92024-05-14T07:42:55.243Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-05-14T07:42:55.246Z+ home_fs=zfs
112024-05-14T07:42:55.246Z+ [[ zfs == autofs ]]
122024-05-14T07:42:55.247Z+ mkdir -p /home/build
132024-05-14T07:42:55.247Z+ chown build:build /home/build /work
142024-05-14T07:42:57.665Z+ chmod 0700 /home/build /work
152024-05-14T07:42:57.680Zprocess exited: duration 4240 ms, exit code 0
 
162024-05-14T07:42:58.522Zstarting task 1: "rust-toolchain"
172024-05-14T07:42:58.965Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-05-14T07:42:58.965Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-05-14T07:42:58.966Zinfo: downloading installer
202024-05-14T07:42:59.802Zwarning: it looks like you have an existing installation of Rust at:
212024-05-14T07:42:59.802Zwarning: /opt/ooce/bin
222024-05-14T07:42:59.802Zwarning: It is recommended that rustup be the primary Rust installation.
232024-05-14T07:42:59.803Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-05-14T07:42:59.803Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-05-14T07:42:59.803Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-05-14T07:42:59.803Zwarning: or pass `-y' to ignore all ignorable checks.
272024-05-14T07:42:59.803Zerror: cannot install while Rust is installed
282024-05-14T07:42:59.803Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-05-14T07:43:00.265Zinfo: profile set to 'default'
302024-05-14T07:43:00.265Zinfo: default host triple is x86_64-unknown-illumos
312024-05-14T07:43:00.265Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-05-14T07:43:00.265Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-05-14T07:43:00.265Zinfo: downloading component 'cargo'
342024-05-14T07:43:00.940Zinfo: downloading component 'clippy'
352024-05-14T07:43:01.261Zinfo: downloading component 'rust-docs'
362024-05-14T07:43:02.388Zinfo: downloading component 'rust-std'
372024-05-14T07:43:04.405Zinfo: downloading component 'rustc'
382024-05-14T07:43:09.255Zinfo: downloading component 'rustfmt'
392024-05-14T07:43:09.558Zinfo: installing component 'cargo'
402024-05-14T07:43:10.436Zinfo: installing component 'clippy'
412024-05-14T07:43:10.822Zinfo: installing component 'rust-docs'
422024-05-14T07:43:12.289Zinfo: installing component 'rust-std'
432024-05-14T07:43:14.578Zinfo: installing component 'rustc'
442024-05-14T07:43:18.582Zinfo: installing component 'rustfmt'
452024-05-14T07:43:19.028Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-05-14T07:43:19.028Z
472024-05-14T07:43:19.324Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-05-14T07:43:19.324Z
492024-05-14T07:43:19.345Z
502024-05-14T07:43:19.345ZRust is installed now. Great!
512024-05-14T07:43:19.345Z
522024-05-14T07:43:19.345ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-05-14T07:43:19.345Zenvironment variable. This has not been done automatically.
542024-05-14T07:43:19.345Z
552024-05-14T07:43:19.345ZTo configure your current shell, you need to source
562024-05-14T07:43:19.345Zthe corresponding env file under $HOME/.cargo.
572024-05-14T07:43:19.346Z
582024-05-14T07:43:19.346ZThis is usually done by running one of the following (note the leading DOT):
592024-05-14T07:43:19.346Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-05-14T07:43:19.346Zsource "$HOME/.cargo/env.fish" # For fish
612024-05-14T07:43:19.383Z+ rustc --version
622024-05-14T07:43:19.857Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-05-14T07:43:20.291Zprocess exited: duration 20917 ms, exit code 0
 
642024-05-14T07:43:20.747Zstarting task 2: "authentication"
652024-05-14T07:43:20.768ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
662024-05-14T07:43:30.861Zprocess exited: duration 10119 ms, exit code 0
 
672024-05-14T07:43:30.898Zstarting task 3: "clone repository"
682024-05-14T07:43:31.322Z+ mkdir -p /work/oxidecomputer/omicron
692024-05-14T07:43:31.322Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
702024-05-14T07:43:31.333ZCloning into '/work/oxidecomputer/omicron'...
712024-05-14T07:43:37.784Z+ cd /work/oxidecomputer/omicron
722024-05-14T07:43:37.785Z+ git fetch origin 7b7f6b85d185f427e260e1d6855e1fbf3a31bee6
732024-05-14T07:43:38.442ZFrom https://github.com/oxidecomputer/omicron
742024-05-14T07:43:38.442Z * branch 7b7f6b85d185f427e260e1d6855e1fbf3a31bee6 -> FETCH_HEAD
752024-05-14T07:43:38.442Z+ [[ -n '' ]]
762024-05-14T07:43:38.443Z+ git reset --hard 7b7f6b85d185f427e260e1d6855e1fbf3a31bee6
772024-05-14T07:43:38.443ZHEAD is now at 7b7f6b85d Update Rust crate prettyplease to 0.2.20
782024-05-14T07:43:38.443Zprocess exited: duration 7355 ms, exit code 0
 
792024-05-14T07:43:38.458Zstarting task 4: "build"
802024-05-14T07:43:38.464Z+ cargo --version
812024-05-14T07:43:38.483Zinfo: syncing channel updates for '1.77.2-x86_64-unknown-illumos'
822024-05-14T07:43:39.100Zinfo: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09)
832024-05-14T07:43:39.100Zinfo: downloading component 'cargo'
842024-05-14T07:43:40.142Zinfo: downloading component 'clippy'
852024-05-14T07:43:40.162Zinfo: downloading component 'rust-docs'
862024-05-14T07:43:41.437Zinfo: downloading component 'rust-std'
872024-05-14T07:43:43.483Zinfo: downloading component 'rustc'
882024-05-14T07:43:48.819Zinfo: downloading component 'rustfmt'
892024-05-14T07:43:49.120Zinfo: installing component 'cargo'
902024-05-14T07:43:49.973Zinfo: installing component 'clippy'
912024-05-14T07:43:50.321Zinfo: installing component 'rust-docs'
922024-05-14T07:43:51.793Zinfo: installing component 'rust-std'
932024-05-14T07:43:53.508Zinfo: installing component 'rustc'
942024-05-14T07:43:58.120Zinfo: installing component 'rustfmt'
952024-05-14T07:43:58.545Zcargo 1.77.2 (e52e36006 2024-03-26)
962024-05-14T07:43:58.545Z+ rustc --version
972024-05-14T07:43:58.556Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
982024-05-14T07:43:58.557Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
992024-05-14T07:44:06.624Z Startup: Refreshing catalog 'helios-dev' ... Done
1002024-05-14T07:44:08.267Z Startup: Caching catalogs ... Done
1012024-05-14T07:44:09.765ZPlanning: Solver setup ... Done (1.077s)
1022024-05-14T07:44:09.774ZPlanning: Running solver ... Done (0.020s)
1032024-05-14T07:44:09.807ZPlanning: Finding local manifests ... Done (0.003s)
1042024-05-14T07:44:09.849ZPlanning: Fetching manifests: 0/4 0% complete
1052024-05-14T07:44:10.073ZPlanning: Fetching manifests: 4/4 100% complete
1062024-05-14T07:44:10.121ZPlanning: Package planning ... Done (0.046s)
1072024-05-14T07:44:10.180ZPlanning: Merging actions ... Done (0.050s)
1082024-05-14T07:44:11.270ZPlanning: Checking for conflicting actions ... Done (0.687s)
1092024-05-14T07:44:11.287ZPlanning: Consolidating action changes ... Done (0.011s)
1102024-05-14T07:44:14.525ZPlanning: Evaluating mediators ... Done (3.650s)
1112024-05-14T07:44:14.541ZPlanning: Planning completed in 6.20 seconds
1122024-05-14T07:44:14.684Z Packages to install: 4
1132024-05-14T07:44:14.685Z Mediators to change: 2
1142024-05-14T07:44:14.685Z Services to change: 1
1152024-05-14T07:44:14.698Z Estimated space available: 155.31 GB
1162024-05-14T07:44:14.698ZEstimated space to be consumed: 1.44 GB
1172024-05-14T07:44:14.699Z Create boot environment: No
1182024-05-14T07:44:14.699ZCreate backup boot environment: No
1192024-05-14T07:44:14.699Z Rebuild boot archive: No
1202024-05-14T07:44:14.699Z
1212024-05-14T07:44:14.699ZChanged mediators:
1222024-05-14T07:44:14.699Z mediator clang:
1232024-05-14T07:44:14.700Z version: None -> 15 (system default)
1242024-05-14T07:44:14.700Z
1252024-05-14T07:44:14.700Z mediator llvm:
1262024-05-14T07:44:14.700Z version: 14 (system default) -> 15 (system default)
1272024-05-14T07:44:14.700Z
1282024-05-14T07:44:14.700ZChanged packages:
1292024-05-14T07:44:14.701Zhelios-dev
1302024-05-14T07:44:14.701Z developer/build-essential
1312024-05-14T07:44:14.701Z None -> 11-2.0
1322024-05-14T07:44:14.701Z library/libxmlsec1
1332024-05-14T07:44:14.701Z None -> 1.2.35-2.0
1342024-05-14T07:44:14.701Z ooce/developer/clang-15
1352024-05-14T07:44:14.702Z None -> 15.0.7-2.0
1362024-05-14T07:44:14.702Z ooce/developer/llvm-15
1372024-05-14T07:44:14.702Z None -> 15.0.7-2.0
1382024-05-14T07:44:14.702Z
1392024-05-14T07:44:14.702ZServices:
1402024-05-14T07:44:14.702Z restart_fmri:
1412024-05-14T07:44:14.703Z svc:/system/update-man-index:default
1422024-05-14T07:44:14.799Z
1432024-05-14T07:44:14.799ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1442024-05-14T07:44:27.457ZDownload: 213/3290 items 1.3/212.6MB 0% complete
1452024-05-14T07:44:32.467ZDownload: 991/3290 items 19.4/212.6MB 9% complete (3.7M/s)
1462024-05-14T07:44:37.468ZDownload: 1325/3290 items 114.7/212.6MB 53% complete (11.7M/s)
1472024-05-14T07:44:42.468ZDownload: 1898/3290 items 118.6/212.6MB 55% complete (9.9M/s)
1482024-05-14T07:44:47.465ZDownload: 2425/3290 items 120.1/212.6MB 56% complete (538k/s)
1492024-05-14T07:44:52.466ZDownload: 3249/3290 items 203.1/212.6MB 95% complete (8.4M/s)
1502024-05-14T07:44:53.788ZDownload: Completed 212.60 MB in 38.99 seconds (5.5M/s)
1512024-05-14T07:44:54.046Z Actions: 1/3689 actions (Installing new actions)
1522024-05-14T07:44:59.265Z Actions: 3652/3689 actions (Installing new actions)
1532024-05-14T07:44:59.361Z Actions: Completed 3689 actions in 5.31 seconds.
1542024-05-14T07:44:59.483Z Done (0.114s)
1552024-05-14T07:44:59.483Z Done (0.000s)
1562024-05-14T07:44:59.765Z Done (0.286s)
1572024-05-14T07:45:04.762Z Done (4.842s)
1582024-05-14T07:45:04.912Z Done (0.095s)
1592024-05-14T07:45:04.917Z Done (0.000s)
1602024-05-14T07:45:05.115Z Done (0.000s)
1612024-05-14T07:45:05.661ZPlanning: Evaluating mediator changes ... Done
1622024-05-14T07:45:05.816ZPlanning: Checking for conflicting actions ... Done
1632024-05-14T07:45:05.833ZPlanning: Consolidating action changes ... Done
1642024-05-14T07:45:06.067ZPlanning: Evaluating mediators ... Done
1652024-05-14T07:45:06.071ZPlanning: Planning completed in 0.42 seconds
1662024-05-14T07:45:06.105Z Mediators to change: 2
1672024-05-14T07:45:06.106Z Create boot environment: No
1682024-05-14T07:45:06.106ZCreate backup boot environment: No
1692024-05-14T07:45:06.169Z Done
1702024-05-14T07:45:06.169Z Done
1712024-05-14T07:45:06.352Z Done
1722024-05-14T07:45:09.817Z Done
1732024-05-14T07:45:09.904Z Done
1742024-05-14T07:45:09.904Z Done
1752024-05-14T07:45:10.063Z Done
1762024-05-14T07:45:10.716ZPlanning: Evaluating mediator changes ... Done
1772024-05-14T07:45:10.729ZPlanning: Merging actions ... Done
1782024-05-14T07:45:10.871ZPlanning: Checking for conflicting actions ... Done
1792024-05-14T07:45:10.888ZPlanning: Consolidating action changes ... Done
1802024-05-14T07:45:11.131ZPlanning: Evaluating mediators ... Done
1812024-05-14T07:45:11.180ZPlanning: Planning completed in 0.75 seconds
1822024-05-14T07:45:11.218Z Packages to change: 1
1832024-05-14T07:45:11.218Z Mediators to change: 1
1842024-05-14T07:45:11.218Z Services to change: 1
1852024-05-14T07:45:11.225Z Create boot environment: No
1862024-05-14T07:45:11.226ZCreate backup boot environment: Yes
1872024-05-14T07:45:13.197Z Actions: 1/6 actions (Updating modified actions)
1882024-05-14T07:45:13.234Z Actions: Completed 6 actions in 0.05 seconds.
1892024-05-14T07:45:13.234Z Done
1902024-05-14T07:45:13.234Z Done
1912024-05-14T07:45:13.305Z Done
1922024-05-14T07:45:16.766Z Done
1932024-05-14T07:45:16.875Z Done
1942024-05-14T07:45:16.922Z Done
1952024-05-14T07:45:17.005Z Done
1962024-05-14T07:45:17.479ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1972024-05-14T07:45:17.479Zclang system 15 system
1982024-05-14T07:45:17.480Zcsh system system illumos
1992024-05-14T07:45:17.480Zctags system system illumos
2002024-05-14T07:45:17.480Zgcc vendor 12 vendor
2012024-05-14T07:45:17.481Zgcc system 10 system
2022024-05-14T07:45:17.481Zgcc system 7 system
2032024-05-14T07:45:17.481Zgo system 1.20 system
2042024-05-14T07:45:17.481Zgo system 1.19 system
2052024-05-14T07:45:17.482Zllvm system 15 system
2062024-05-14T07:45:17.482Zllvm system 14 system
2072024-05-14T07:45:17.482Zmariadb system 10.6 system
2082024-05-14T07:45:17.482Zmta vendor vendor dma
2092024-05-14T07:45:17.483Zopenjdk system 17 system
2102024-05-14T07:45:17.483Zopenjdk system 11 system
2112024-05-14T07:45:17.483Zopenjdk system 1.8 system
2122024-05-14T07:45:17.483Zopenssl vendor 3 vendor
2132024-05-14T07:45:17.483Zperl system 5.36 system
2142024-05-14T07:45:17.484Zpostgresql system 15 system
2152024-05-14T07:45:17.484Zpostgresql system 13 system
2162024-05-14T07:45:17.484Zpython vendor 3 vendor
2172024-05-14T07:45:17.484Zpython system 2 system
2182024-05-14T07:45:17.484Zpython3 system 3.11 system
2192024-05-14T07:45:17.485Zruby system 3.0 system
2202024-05-14T07:45:17.485Zwords vendor vendor american-english
2212024-05-14T07:45:17.485Zwords system system australian-english
2222024-05-14T07:45:17.485Zwords system system british-english
2232024-05-14T07:45:17.485Zwords system system canadian-english
2242024-05-14T07:45:17.486Zwords system system french
2252024-05-14T07:45:17.486Zwords system system italian
2262024-05-14T07:45:17.486Zwords system system ngerman
2272024-05-14T07:45:17.486Zwords system system ogerman
2282024-05-14T07:45:17.486Zwords system system spanish
2292024-05-14T07:45:17.753ZPUBLISHER TYPE STATUS P LOCATION
2302024-05-14T07:45:17.753Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2312024-05-14T07:45:19.113ZFMRI IFO
2322024-05-14T07:45:19.113Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2332024-05-14T07:45:19.114Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2342024-05-14T07:45:19.114Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2352024-05-14T07:45:19.114Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2362024-05-14T07:45:19.114Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2372024-05-14T07:45:19.115Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2382024-05-14T07:45:19.115Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2392024-05-14T07:45:19.115Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2402024-05-14T07:45:19.115Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2412024-05-14T07:45:19.115Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2422024-05-14T07:45:19.115Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2432024-05-14T07:45:19.116Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2442024-05-14T07:45:19.359Z+ set -o errexit
2452024-05-14T07:45:19.393Z+++ dirname ./tools/ci_download_cockroachdb
2462024-05-14T07:45:19.393Z++ cd ./tools
2472024-05-14T07:45:19.393Z++ pwd
2482024-05-14T07:45:19.394Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2492024-05-14T07:45:19.394Z++ basename ./tools/ci_download_cockroachdb
2502024-05-14T07:45:19.394Z+ ARG0=ci_download_cockroachdb
2512024-05-14T07:45:19.394Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2522024-05-14T07:45:19.394Z+ CIDL_VERSION=v22.1.9
2532024-05-14T07:45:19.394Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2542024-05-14T07:45:19.394Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2552024-05-14T07:45:19.394Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2562024-05-14T07:45:19.394Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2572024-05-14T07:45:19.395Z+ TARGET_DIR=out
2582024-05-14T07:45:19.395Z+ DOWNLOAD_DIR=out/downloads
2592024-05-14T07:45:19.395Z+ DEST_DIR=./out/cockroachdb
2602024-05-14T07:45:19.395Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2612024-05-14T07:45:19.396Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2622024-05-14T07:45:19.396Z+ main
2632024-05-14T07:45:19.396Z+ [[ 0 != 0 ]]
2642024-05-14T07:45:19.396Z+ CIDL_OS=solaris2.11
2652024-05-14T07:45:19.396Z+ [[ 0 != 0 ]]
2662024-05-14T07:45:19.397Z+ configure_os solaris2.11
2672024-05-14T07:45:19.397Z+ echo 'current directory: /work/oxidecomputer/omicron'
2682024-05-14T07:45:19.397Zcurrent directory: /work/oxidecomputer/omicron
2692024-05-14T07:45:19.397Z+ echo 'configuring based on OS: "solaris2.11"'
2702024-05-14T07:45:19.398Z+ case "$1" in
2712024-05-14T07:45:19.398Z+ CIDL_BUILD=illumos
2722024-05-14T07:45:19.398Z+ CIDL_SUFFIX=tar.gz
2732024-05-14T07:45:19.398Zconfiguring based on OS: "solaris2.11"
2742024-05-14T07:45:19.399Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2752024-05-14T07:45:19.399Z+ CIDL_URL_BASE=https://illumos.org/downloads
2762024-05-14T07:45:19.399Z+ CIDL_ASSEMBLE=do_assemble_illumos
2772024-05-14T07:45:19.399Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2782024-05-14T07:45:19.399Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2792024-05-14T07:45:19.399Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2802024-05-14T07:45:19.399Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2812024-05-14T07:45:19.400Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2822024-05-14T07:45:19.400Z+ CIDL_SHA256FUNC=do_sha256sum
2832024-05-14T07:45:19.400Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2842024-05-14T07:45:19.400ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2852024-05-14T07:45:19.400Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2862024-05-14T07:45:19.400Z+ mkdir -p out/downloads
2872024-05-14T07:45:19.401ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2882024-05-14T07:45:19.401Z+ mkdir -p ./out/cockroachdb
2892024-05-14T07:45:19.401Z+ local DO_DOWNLOAD=true
2902024-05-14T07:45:19.401Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2912024-05-14T07:45:19.401Z+ '[' true == true ']'
2922024-05-14T07:45:19.402Z+ echo Downloading...
2932024-05-14T07:45:19.402ZDownloading...
2942024-05-14T07:45:19.402Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2952024-05-14T07:45:19.402Z+ 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
2962024-05-14T07:45:21.739Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2972024-05-14T07:45:21.749Z++ sha256sum
2982024-05-14T07:45:21.749Z++ awk '{print $1}'
2992024-05-14T07:45:21.798Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3002024-05-14T07:45:21.798Z+ [[ 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 ]]
3012024-05-14T07:45:21.820Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3022024-05-14T07:45:21.820Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3032024-05-14T07:45:23.991Z+ do_assemble_illumos
3042024-05-14T07:45:23.991Z+ rm -r ./out/cockroachdb
3052024-05-14T07:45:24.012Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3062024-05-14T07:45:24.395Z+ ./out/cockroachdb/bin/cockroach version
3072024-05-14T07:45:24.617ZBuild Tag: v22.1.9-dirty
3082024-05-14T07:45:24.618ZBuild Time: 2022/10/26 21:17:46
3092024-05-14T07:45:24.618ZDistribution: OSS
3102024-05-14T07:45:24.618ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3112024-05-14T07:45:24.618ZGo Version: go1.17.13
3122024-05-14T07:45:24.618ZC Compiler: gcc 10.3.0
3132024-05-14T07:45:24.619ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3142024-05-14T07:45:24.619ZBuild Type: release
3152024-05-14T07:45:24.655Z+ set -o errexit
3162024-05-14T07:45:24.655Z+++ dirname ./tools/ci_download_clickhouse
3172024-05-14T07:45:24.655Z++ cd ./tools
3182024-05-14T07:45:24.655Z++ pwd
3192024-05-14T07:45:24.656Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3202024-05-14T07:45:24.656Z++ basename ./tools/ci_download_clickhouse
3212024-05-14T07:45:24.656Z+ ARG0=ci_download_clickhouse
3222024-05-14T07:45:24.656Z+ TARGET_DIR=out
3232024-05-14T07:45:24.656Z+ DOWNLOAD_DIR=out/downloads
3242024-05-14T07:45:24.657Z+ DEST_DIR=./out/clickhouse
3252024-05-14T07:45:24.657Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3262024-05-14T07:45:24.657Z+ CIDL_VERSION=v23.8.7.24
3272024-05-14T07:45:24.657Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3282024-05-14T07:45:24.657Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3292024-05-14T07:45:24.657Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3302024-05-14T07:45:24.657Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3312024-05-14T07:45:24.658Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3322024-05-14T07:45:24.658Z+ main
3332024-05-14T07:45:24.658Z+ [[ 0 != 0 ]]
3342024-05-14T07:45:24.658Z+ CIDL_OS=solaris2.11
3352024-05-14T07:45:24.658Z+ [[ 0 != 0 ]]
3362024-05-14T07:45:24.659Z+ configure_os solaris2.11
3372024-05-14T07:45:24.659Z+ echo 'current directory: /work/oxidecomputer/omicron'
3382024-05-14T07:45:24.659Zcurrent directory: /work/oxidecomputer/omicron
3392024-05-14T07:45:24.659Z+ echo 'configuring based on OS: "solaris2.11"'
3402024-05-14T07:45:24.659Z+ CIDL_DASHREV=
3412024-05-14T07:45:24.659Z+ case "$1" in
3422024-05-14T07:45:24.659Zconfiguring based on OS: "solaris2.11"
3432024-05-14T07:45:24.660Z+ CIDL_PLATFORM=illumos
3442024-05-14T07:45:24.660Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3452024-05-14T07:45:24.660Z+ CIDL_MD5FUNC=do_md5sum
3462024-05-14T07:45:24.660Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3472024-05-14T07:45:24.661Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3482024-05-14T07:45:24.661Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3492024-05-14T07:45:24.661Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3502024-05-14T07:45:24.661Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3512024-05-14T07:45:24.661Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3522024-05-14T07:45:24.661ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3532024-05-14T07:45:24.661ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3542024-05-14T07:45:24.662Z+ mkdir -p out/downloads
3552024-05-14T07:45:24.662Z+ mkdir -p ./out/clickhouse
3562024-05-14T07:45:24.662Z+ local DO_DOWNLOAD=true
3572024-05-14T07:45:24.662Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3582024-05-14T07:45:24.662Z+ '[' true == true ']'
3592024-05-14T07:45:24.662Z+ echo Downloading...
3602024-05-14T07:45:24.662ZDownloading...
3612024-05-14T07:45:24.662Z+ 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
3622024-05-14T07:45:24.663Z+ 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
3632024-05-14T07:45:26.244Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3642024-05-14T07:45:26.270Z++ md5sum
3652024-05-14T07:45:26.270Z++ awk '{print $1}'
3662024-05-14T07:45:26.505Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3672024-05-14T07:45:26.505Z+ [[ 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 ]]
3682024-05-14T07:45:26.566Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3692024-05-14T07:45:26.567Z+ mkdir -p ./out/clickhouse
3702024-05-14T07:45:26.567Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3712024-05-14T07:45:30.359Z+ [[ solaris2.11 == darwin* ]]
3722024-05-14T07:45:30.359Z+ ./out/clickhouse/clickhouse server --version
3732024-05-14T07:45:30.979ZClickHouse server version 23.8.7.1.
3742024-05-14T07:45:30.992Z+ set -o errexit
3752024-05-14T07:45:30.992Z+++ dirname ./tools/ci_download_console
3762024-05-14T07:45:30.992Z++ cd ./tools
3772024-05-14T07:45:30.993Z++ pwd
3782024-05-14T07:45:30.993Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3792024-05-14T07:45:30.993Z++ basename ./tools/ci_download_console
3802024-05-14T07:45:30.993Z+ ARG0=ci_download_console
3812024-05-14T07:45:30.994Z+ TARGET_DIR=out
3822024-05-14T07:45:30.994Z+ DOWNLOAD_DIR=out/downloads
3832024-05-14T07:45:30.994Z+ DEST_DIR=./out/console-assets
3842024-05-14T07:45:30.994Z+ source /work/oxidecomputer/omicron/tools/console_version
3852024-05-14T07:45:30.994Z++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5
3862024-05-14T07:45:30.994Z++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
3872024-05-14T07:45:30.995Z+ URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
3882024-05-14T07:45:30.995Z+ TARBALL_FILE=out/downloads/console.tar.gz
3892024-05-14T07:45:30.995Z+ main
3902024-05-14T07:45:30.995Z+ [[ 0 != 0 ]]
3912024-05-14T07:45:30.995Z+ echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz'
3922024-05-14T07:45:30.995Z+ echo 'Local file: out/downloads/console.tar.gz'
3932024-05-14T07:45:30.996ZURL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
3942024-05-14T07:45:30.996Z+ local DO_DOWNLOAD=true
3952024-05-14T07:45:30.996ZLocal file: out/downloads/console.tar.gz
3962024-05-14T07:45:30.996Z+ [[ -f out/downloads/console.tar.gz ]]
3972024-05-14T07:45:30.996Z+ mkdir -p out/downloads
3982024-05-14T07:45:30.996Z+ '[' true == true ']'
3992024-05-14T07:45:30.997Z+ echo Downloading...
4002024-05-14T07:45:30.997ZDownloading...
4012024-05-14T07:45:30.997Z+ do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz
4022024-05-14T07:45:30.997Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
4032024-05-14T07:45:31.105Z++ do_sha256sum out/downloads/console.tar.gz
4042024-05-14T07:45:31.111Z++ case "$OSTYPE" in
4052024-05-14T07:45:31.111Z++ SHA=sha256sum
4062024-05-14T07:45:31.111Z++ sha256sum
4072024-05-14T07:45:31.111Z++ awk '{print $1}'
4082024-05-14T07:45:31.111Z+ calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
4092024-05-14T07:45:31.119Z+ [[ f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c != \f\3\b\c\5\1\a\9\d\d\f\5\3\5\6\e\c\d\a\8\5\f\f\1\1\e\e\c\0\3\2\d\a\8\8\0\b\e\1\6\2\3\5\8\b\b\7\e\e\6\7\6\a\b\8\2\3\e\5\9\4\7\6\c ]]
4102024-05-14T07:45:31.120Z+ rm -rf ./out/console-assets
4112024-05-14T07:45:31.120Z+ mkdir -p ./out/console-assets
4122024-05-14T07:45:31.120Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4132024-05-14T07:45:31.120Z+ mkdir -p ./out/console-assets
4142024-05-14T07:45:31.120Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4152024-05-14T07:45:31.220Z+ set -o errexit
4162024-05-14T07:45:31.242Z+++ dirname ./tools/ci_download_dendrite_openapi
4172024-05-14T07:45:31.242Z++ cd ./tools
4182024-05-14T07:45:31.242Z++ pwd
4192024-05-14T07:45:31.243Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4202024-05-14T07:45:31.243Z++ basename ./tools/ci_download_dendrite_openapi
4212024-05-14T07:45:31.243Z+ ARG0=ci_download_dendrite_openapi
4222024-05-14T07:45:31.243Z+ TARGET_DIR=out
4232024-05-14T07:45:31.243Z+ DOWNLOAD_DIR=out/downloads
4242024-05-14T07:45:31.243Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4252024-05-14T07:45:31.244Z++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687
4262024-05-14T07:45:31.244Z++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4272024-05-14T07:45:31.244Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4282024-05-14T07:45:31.244Z+ LOCAL_FILE=out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4292024-05-14T07:45:31.244Z+ main
4302024-05-14T07:45:31.245Z+ [[ 0 != 0 ]]
4312024-05-14T07:45:31.245Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json'
4322024-05-14T07:45:31.245ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4332024-05-14T07:45:31.245Z+ echo 'Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json'
4342024-05-14T07:45:31.245ZLocal file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4352024-05-14T07:45:31.245Z+ local DO_DOWNLOAD=true
4362024-05-14T07:45:31.246Z+ [[ -f out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json ]]
4372024-05-14T07:45:31.246Z+ mkdir -p out/downloads
4382024-05-14T07:45:31.246Z+ '[' true == true ']'
4392024-05-14T07:45:31.246Z+ echo Downloading...
4402024-05-14T07:45:31.246ZDownloading...
4412024-05-14T07:45:31.246Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4422024-05-14T07:45:31.247Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4432024-05-14T07:45:31.506Z++ do_sha256sum out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4442024-05-14T07:45:31.507Z++ case "$OSTYPE" in
4452024-05-14T07:45:31.507Z++ SHA=sha256sum
4462024-05-14T07:45:31.531Z++ sha256sum
4472024-05-14T07:45:31.531Z++ awk '{print $1}'
4482024-05-14T07:45:31.531Z+ calculated_sha2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4492024-05-14T07:45:31.532Z+ [[ fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 != \f\c\3\9\7\e\2\5\4\d\c\1\5\0\8\5\0\f\b\a\1\2\0\1\3\d\f\1\4\7\a\a\9\b\2\3\2\9\6\0\5\6\f\b\4\d\9\3\f\6\5\c\1\8\0\6\e\2\5\b\0\8\2\3 ]]
4502024-05-14T07:45:31.532Z+ set -o errexit
4512024-05-14T07:45:31.532Z+++ dirname ./tools/ci_download_dendrite_stub
4522024-05-14T07:45:31.532Z++ cd ./tools
4532024-05-14T07:45:31.532Z++ pwd
4542024-05-14T07:45:31.533Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4552024-05-14T07:45:31.533Z++ basename ./tools/ci_download_dendrite_stub
4562024-05-14T07:45:31.533Z+ ARG0=ci_download_dendrite_stub
4572024-05-14T07:45:31.533Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4582024-05-14T07:45:31.533Z++ CIDL_SHA256_ILLUMOS=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
4592024-05-14T07:45:31.533Z++ CIDL_SHA256_LINUX_DPD=c255370062ce616f6fce5630fad7a1fbfa63aa7db964aeb6de410ba4a4bc3193
4602024-05-14T07:45:31.534Z++ CIDL_SHA256_LINUX_SWADM=7899b1603518489b2276f9d9043107a267060e3b05be51f08002adf3d118a7c9
4612024-05-14T07:45:31.534Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4622024-05-14T07:45:31.534Z++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687
4632024-05-14T07:45:31.534Z++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4642024-05-14T07:45:31.534Z+ TARGET_DIR=out
4652024-05-14T07:45:31.534Z+ DOWNLOAD_DIR=out/downloads
4662024-05-14T07:45:31.534Z+ DEST_DIR=./out/dendrite-stub
4672024-05-14T07:45:31.534Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4682024-05-14T07:45:31.534Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4692024-05-14T07:45:31.534Z+ REPO=oxidecomputer/dendrite
4702024-05-14T07:45:31.535Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687
4712024-05-14T07:45:31.535Z+ main
4722024-05-14T07:45:31.535Z+ [[ 0 != 0 ]]
4732024-05-14T07:45:31.535Z+ CIDL_OS=solaris2.11
4742024-05-14T07:45:31.535Z+ [[ 0 != 0 ]]
4752024-05-14T07:45:31.535Z+ configure_os solaris2.11
4762024-05-14T07:45:31.535Z+ echo 'current directory: /work/oxidecomputer/omicron'
4772024-05-14T07:45:31.535Zcurrent directory: /work/oxidecomputer/omicron
4782024-05-14T07:45:31.535Z+ echo 'configuring based on OS: "solaris2.11"'
4792024-05-14T07:45:31.535Z+ case "$1" in
4802024-05-14T07:45:31.536Zconfiguring based on OS: "solaris2.11"
4812024-05-14T07:45:31.536Z+ SET_BINARIES=
4822024-05-14T07:45:31.536Z+ CIDL_SHA256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
4832024-05-14T07:45:31.536Z+ CIDL_SHA256FUNC=do_sha256sum
4842024-05-14T07:45:31.537Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
4852024-05-14T07:45:31.537Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
4862024-05-14T07:45:31.537Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
4872024-05-14T07:45:31.537Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz'
4882024-05-14T07:45:31.537ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
4892024-05-14T07:45:31.537Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
4902024-05-14T07:45:31.537ZLocal file: out/downloads/dendrite-stub.tar.gz
4912024-05-14T07:45:31.538Z+ mkdir -p out/downloads
4922024-05-14T07:45:31.538Z+ mkdir -p ./out/dendrite-stub
4932024-05-14T07:45:31.538Z+ fetch_and_verify
4942024-05-14T07:45:31.538Z+ local DO_DOWNLOAD=true
4952024-05-14T07:45:31.538Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
4962024-05-14T07:45:31.538Z+ '[' true == true ']'
4972024-05-14T07:45:31.538Z+ echo Downloading...
4982024-05-14T07:45:31.538ZDownloading...
4992024-05-14T07:45:31.538Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5002024-05-14T07:45:31.539Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
5012024-05-14T07:45:49.172Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5022024-05-14T07:45:49.180Z++ sha256sum
5032024-05-14T07:45:49.180Z++ awk '{print $1}'
5042024-05-14T07:45:49.194Z+ calculated_sha256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
5052024-05-14T07:45:49.201Z+ [[ 1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b != \1\a\1\8\3\7\9\5\2\2\d\a\7\5\c\0\3\4\d\6\6\d\1\5\c\f\2\e\5\0\a\0\d\7\2\8\9\a\7\4\6\e\f\7\c\8\a\0\a\d\9\8\c\4\f\6\1\4\0\3\f\2\9\b ]]
5062024-05-14T07:45:49.201Z+ do_untar out/downloads/dendrite-stub.tar.gz
5072024-05-14T07:45:49.201Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5082024-05-14T07:45:49.829Z+ do_assemble
5092024-05-14T07:45:49.830Z+ rm -r ./out/dendrite-stub
5102024-05-14T07:45:49.857Z+ mkdir ./out/dendrite-stub
5112024-05-14T07:45:49.857Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5122024-05-14T07:45:49.914Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5132024-05-14T07:45:49.934Z+ set -o errexit
5142024-05-14T07:45:49.952Z+++ dirname ./tools/ci_download_maghemite_mgd
5152024-05-14T07:45:49.952Z++ cd ./tools
5162024-05-14T07:45:49.953Z++ pwd
5172024-05-14T07:45:49.953Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5182024-05-14T07:45:49.953Z++ basename ./tools/ci_download_maghemite_mgd
5192024-05-14T07:45:49.954Z+ ARG0=ci_download_maghemite_mgd
5202024-05-14T07:45:49.954Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5212024-05-14T07:45:49.954Z++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5222024-05-14T07:45:49.954Z++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19
5232024-05-14T07:45:49.955Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5242024-05-14T07:45:49.955Z++ COMMIT=025389ff39d594bf2b815377e2c1dc4dd23b1f96
5252024-05-14T07:45:49.955Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5262024-05-14T07:45:49.955Z+ TARGET_DIR=out
5272024-05-14T07:45:49.956Z+ DOWNLOAD_DIR=out/downloads
5282024-05-14T07:45:49.956Z+ DEST_DIR=./out/mgd
5292024-05-14T07:45:49.956Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5302024-05-14T07:45:49.956Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5312024-05-14T07:45:49.957Z+ REPO=oxidecomputer/maghemite
5322024-05-14T07:45:49.957Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96
5332024-05-14T07:45:49.957Z+ main
5342024-05-14T07:45:49.958Z+ rm -rf out/downloads/root
5352024-05-14T07:45:49.958Z+ [[ 0 != 0 ]]
5362024-05-14T07:45:49.958Z+ CIDL_OS=solaris2.11
5372024-05-14T07:45:49.959Z+ [[ 0 != 0 ]]
5382024-05-14T07:45:49.959Z+ configure_os solaris2.11
5392024-05-14T07:45:49.959Z+ echo 'current directory: /work/oxidecomputer/omicron'
5402024-05-14T07:45:49.959Zcurrent directory: /work/oxidecomputer/omicron
5412024-05-14T07:45:49.959Z+ echo 'configuring based on OS: "solaris2.11"'
5422024-05-14T07:45:49.960Z+ case "$1" in
5432024-05-14T07:45:49.960Zconfiguring based on OS: "solaris2.11"
5442024-05-14T07:45:49.960Z+ SET_BINARIES=
5452024-05-14T07:45:49.960Z+ CIDL_SHA256FUNC=do_sha256sum
5462024-05-14T07:45:49.961Z+ TARBALL_FILENAME=mgd.tar.gz
5472024-05-14T07:45:49.961Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5482024-05-14T07:45:49.962Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5492024-05-14T07:45:49.962Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz'
5502024-05-14T07:45:49.962Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5512024-05-14T07:45:49.962ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5522024-05-14T07:45:49.962ZLocal file: out/downloads/mgd.tar.gz
5532024-05-14T07:45:49.963Z+ mkdir -p out/downloads
5542024-05-14T07:45:49.963Z+ mkdir -p ./out/mgd
5552024-05-14T07:45:49.963Z+ fetch_and_verify
5562024-05-14T07:45:49.963Z+ local DO_DOWNLOAD=true
5572024-05-14T07:45:49.963Z+ [[ -f out/downloads/mgd.tar.gz ]]
5582024-05-14T07:45:49.964Z+ '[' true == true ']'
5592024-05-14T07:45:49.964Z+ echo Downloading...
5602024-05-14T07:45:49.964ZDownloading...
5612024-05-14T07:45:49.964Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz out/downloads/mgd.tar.gz
5622024-05-14T07:45:49.965Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5632024-05-14T07:46:08.763Z++ do_sha256sum out/downloads/mgd.tar.gz
5642024-05-14T07:46:08.773Z++ sha256sum
5652024-05-14T07:46:08.773Z++ awk '{print $1}'
5662024-05-14T07:46:08.791Z+ calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5672024-05-14T07:46:08.791Z+ [[ e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd != \e\0\9\0\7\d\e\3\9\c\a\9\f\8\a\b\4\5\d\4\0\d\3\6\1\a\1\d\b\e\e\d\4\b\d\8\e\9\b\1\5\7\f\8\d\3\d\8\f\e\0\a\4\b\c\2\5\9\d\9\3\3\b\d ]]
5682024-05-14T07:46:08.800Z+ do_untar out/downloads/mgd.tar.gz
5692024-05-14T07:46:08.800Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
5702024-05-14T07:46:09.408Z+ do_assemble
5712024-05-14T07:46:09.408Z+ rm -r ./out/mgd
5722024-05-14T07:46:09.436Z+ mkdir ./out/mgd
5732024-05-14T07:46:09.436Z+ cp -r out/downloads/root ./out/mgd/root
5742024-05-14T07:46:09.474Z+ set -o errexit
5752024-05-14T07:46:09.481Z+++ dirname ./tools/ci_download_transceiver_control
5762024-05-14T07:46:09.481Z++ cd ./tools
5772024-05-14T07:46:09.481Z++ pwd
5782024-05-14T07:46:09.481Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5792024-05-14T07:46:09.481Z++ basename ./tools/ci_download_transceiver_control
5802024-05-14T07:46:09.481Z+ ARG0=ci_download_transceiver_control
5812024-05-14T07:46:09.481Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5822024-05-14T07:46:09.481Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5832024-05-14T07:46:09.481Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5842024-05-14T07:46:09.481Z+ TARGET_DIR=out
5852024-05-14T07:46:09.481Z+ DOWNLOAD_DIR=out/downloads
5862024-05-14T07:46:09.481Z+ DEST_DIR=./out/transceiver-control
5872024-05-14T07:46:09.481Z+ BIN_DIR=/opt/oxide/bin
5882024-05-14T07:46:09.481Z+ BINARY=xcvradm
5892024-05-14T07:46:09.481Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5902024-05-14T07:46:09.481Z+ REPO=oxidecomputer/transceiver-control
5912024-05-14T07:46:09.481Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5922024-05-14T07:46:09.482Zcurrent directory: /work/oxidecomputer/omicron
5932024-05-14T07:46:09.482Zconfiguring based on OS: "solaris2.11"
5942024-05-14T07:46:09.482Z+ main
5952024-05-14T07:46:09.482Z+ [[ 0 != 0 ]]
5962024-05-14T07:46:09.482Z+ CIDL_OS=solaris2.11
5972024-05-14T07:46:09.482Z+ [[ 0 != 0 ]]
5982024-05-14T07:46:09.482Z+ configure_os solaris2.11
5992024-05-14T07:46:09.482Z+ echo 'current directory: /work/oxidecomputer/omicron'
6002024-05-14T07:46:09.482Z+ echo 'configuring based on OS: "solaris2.11"'
6012024-05-14T07:46:09.482Z+ case "$1" in
6022024-05-14T07:46:09.482Z+ SET_BINARIES=
6032024-05-14T07:46:09.482Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6042024-05-14T07:46:09.482Z+ CIDL_SHA256FUNC=do_sha256sum
6052024-05-14T07:46:09.482Z+ ARCHIVE_FILENAME=xcvradm.gz
6062024-05-14T07:46:09.482Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6072024-05-14T07:46:09.482Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6082024-05-14T07:46:09.483Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6092024-05-14T07:46:09.483ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6102024-05-14T07:46:09.483Z+ echo 'Local file: out/downloads/xcvradm.gz'
6112024-05-14T07:46:09.483Z+ mkdir -p out/downloads
6122024-05-14T07:46:09.483ZLocal file: out/downloads/xcvradm.gz
6132024-05-14T07:46:09.483Z+ mkdir -p ./out/transceiver-control
6142024-05-14T07:46:09.499Z+ fetch_and_verify
6152024-05-14T07:46:09.500Z+ local DO_DOWNLOAD=true
6162024-05-14T07:46:09.500Z+ [[ -f out/downloads/xcvradm.gz ]]
6172024-05-14T07:46:09.500Z+ '[' true == true ']'
6182024-05-14T07:46:09.500Z+ echo Downloading...
6192024-05-14T07:46:09.500ZDownloading...
6202024-05-14T07:46:09.500Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6212024-05-14T07:46:09.500Z+ 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
6222024-05-14T07:46:13.532Z++ do_sha256sum out/downloads/xcvradm.gz
6232024-05-14T07:46:13.543Z++ sha256sum
6242024-05-14T07:46:13.543Z++ awk '{print $1}'
6252024-05-14T07:46:13.543Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6262024-05-14T07:46:13.543Z+ [[ 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 ]]
6272024-05-14T07:46:13.543Z+ do_unpack out/downloads/xcvradm.gz
6282024-05-14T07:46:13.544Z+ mkdir -p out/downloads/root//opt/oxide/bin
6292024-05-14T07:46:13.544Z+ gzip -dc out/downloads/xcvradm.gz
6302024-05-14T07:46:13.663Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6312024-05-14T07:46:13.669Z+ do_assemble
6322024-05-14T07:46:13.669Z+ rm -r ./out/transceiver-control
6332024-05-14T07:46:13.670Z+ mkdir ./out/transceiver-control
6342024-05-14T07:46:13.670Z+ cp -r out/downloads/root ./out/transceiver-control/root
6352024-05-14T07:46:13.763Z+ set -o errexit
6362024-05-14T07:46:13.766Z+++ dirname ./tools/ci_download_thundermuffin
6372024-05-14T07:46:13.766Z++ cd ./tools
6382024-05-14T07:46:13.766Z++ pwd
6392024-05-14T07:46:13.775Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6402024-05-14T07:46:13.775Z++ basename ./tools/ci_download_thundermuffin
6412024-05-14T07:46:13.775Z+ ARG0=ci_download_thundermuffin
6422024-05-14T07:46:13.775Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
6432024-05-14T07:46:13.775Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6442024-05-14T07:46:13.775Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
6452024-05-14T07:46:13.775Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
6462024-05-14T07:46:13.775Z+ TARGET_DIR=out
6472024-05-14T07:46:13.775Z+ DOWNLOAD_DIR=out/downloads
6482024-05-14T07:46:13.775Z+ DEST_DIR=./out/thundermuffin
6492024-05-14T07:46:13.775Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
6502024-05-14T07:46:13.775Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6512024-05-14T07:46:13.776Z+ REPO=oxidecomputer/thundermuffin
6522024-05-14T07:46:13.776Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
6532024-05-14T07:46:13.776Z+ main
6542024-05-14T07:46:13.776Z+ rm -rf out/downloads/root
6552024-05-14T07:46:13.781Z+ [[ 0 != 0 ]]
6562024-05-14T07:46:13.781Z+ CIDL_OS=solaris2.11
6572024-05-14T07:46:13.781Z+ [[ 0 != 0 ]]
6582024-05-14T07:46:13.781Z+ configure_os solaris2.11
6592024-05-14T07:46:13.781Z+ echo 'current directory: /work/oxidecomputer/omicron'
6602024-05-14T07:46:13.782Zcurrent directory: /work/oxidecomputer/omicron
6612024-05-14T07:46:13.782Z+ echo 'configuring based on OS: "solaris2.11"'
6622024-05-14T07:46:13.782Z+ case "$1" in
6632024-05-14T07:46:13.782Zconfiguring based on OS: "solaris2.11"
6642024-05-14T07:46:13.783Z+ SET_BINARIES=
6652024-05-14T07:46:13.783Z+ CIDL_SHA256FUNC=do_sha256sum
6662024-05-14T07:46:13.783Z+ TARBALL_FILENAME=thundermuffin.tar.gz
6672024-05-14T07:46:13.783Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6682024-05-14T07:46:13.783Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
6692024-05-14T07:46:13.784Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
6702024-05-14T07:46:13.784ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6712024-05-14T07:46:13.784Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
6722024-05-14T07:46:13.784ZLocal file: out/downloads/thundermuffin.tar.gz
6732024-05-14T07:46:13.785Z+ mkdir -p out/downloads
6742024-05-14T07:46:13.785Z+ mkdir -p ./out/thundermuffin
6752024-05-14T07:46:13.797Z+ fetch_and_verify
6762024-05-14T07:46:13.797Z+ local DO_DOWNLOAD=true
6772024-05-14T07:46:13.798Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
6782024-05-14T07:46:13.798Z+ '[' true == true ']'
6792024-05-14T07:46:13.798Z+ echo Downloading...
6802024-05-14T07:46:13.798ZDownloading...
6812024-05-14T07:46:13.798Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
6822024-05-14T07:46:13.798Z+ 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
6832024-05-14T07:46:14.900Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
6842024-05-14T07:46:14.917Z++ sha256sum
6852024-05-14T07:46:14.917Z++ awk '{print $1}'
6862024-05-14T07:46:14.917Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6872024-05-14T07:46:14.917Z+ [[ 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 ]]
6882024-05-14T07:46:14.917Z+ do_untar out/downloads/thundermuffin.tar.gz
6892024-05-14T07:46:14.917Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
6902024-05-14T07:46:15.875Z+ do_assemble
6912024-05-14T07:46:15.875Z+ rm -r ./out/thundermuffin
6922024-05-14T07:46:15.875Z+ mkdir ./out/thundermuffin
6932024-05-14T07:46:15.875Z+ cp -r out/downloads/root ./out/thundermuffin/root
6942024-05-14T07:46:15.875ZAll prerequisites installed successfully
6952024-05-14T07:46:15.875Z
6962024-05-14T07:46:15.876Zreal 2:16.760433670
6972024-05-14T07:46:15.876Zuser 36.125268733
6982024-05-14T07:46:15.876Zsys 6.770505424
6992024-05-14T07:46:15.876Ztrap 0.009795050
7002024-05-14T07:46:15.876Ztflt 0.162713209
7012024-05-14T07:46:15.876Zdflt 0.173197639
7022024-05-14T07:46:15.876Zkflt 0.127112822
7032024-05-14T07:46:15.876Zlock 1.243172105
7042024-05-14T07:46:15.876Zslp 4:52.380978361
7052024-05-14T07:46:15.876Zlat 2.131552030
7062024-05-14T07:46:15.876Zstop 0.110788778
7072024-05-14T07:46:15.876Z+ banner end-to-end-tests
7082024-05-14T07:46:15.876Z
7092024-05-14T07:46:15.876Z ###### # # ##### ##### #### ###### # # #####
7102024-05-14T07:46:15.876Z # ## # # # # # # # ## # # #
7112024-05-14T07:46:15.876Z ##### # # # # # ##### # # # ##### ##### # # # # #
7122024-05-14T07:46:15.876Z # # # # # # # # # # # # # # #
7132024-05-14T07:46:15.876Z # # ## # # # # # # # ## # #
7142024-05-14T07:46:15.876Z ###### # # ##### # #### ###### # # #####
7152024-05-14T07:46:15.876Z
7162024-05-14T07:46:15.876Z+ export CARGO_PROFILE_DEV_DEBUG=1
7172024-05-14T07:46:15.876Z+ CARGO_PROFILE_DEV_DEBUG=1
7182024-05-14T07:46:15.876Z+ export CARGO_PROFILE_TEST_DEBUG=1
7192024-05-14T07:46:15.876Z+ CARGO_PROFILE_TEST_DEBUG=1
7202024-05-14T07:46:15.877Z+ export CARGO_INCREMENTAL=0
7212024-05-14T07:46:15.877Z+ CARGO_INCREMENTAL=0
7222024-05-14T07:46:15.877Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7232024-05-14T07:46:15.877Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7242024-05-14T07:46:15.885Z Updating git repository `https://github.com/oxidecomputer/zone`
7252024-05-14T07:46:15.885Z Updating crates.io index
7262024-05-14T07:46:15.886Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7272024-05-14T07:46:16.687Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7282024-05-14T07:46:17.417Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7292024-05-14T07:46:20.466Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7302024-05-14T07:46:21.023Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7312024-05-14T07:46:21.297Z Updating git repository `https://github.com/oxidecomputer/propolis`
7322024-05-14T07:46:22.405Z Updating git repository `https://github.com/oxidecomputer/crucible`
7332024-05-14T07:46:24.317Z Updating git repository `https://github.com/oxidecomputer/opte`
7342024-05-14T07:46:25.312Z Updating git repository `https://github.com/oxidecomputer/falcon`
7352024-05-14T07:46:26.105Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7362024-05-14T07:46:26.414Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7372024-05-14T07:46:26.993Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7382024-05-14T07:46:27.329Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7392024-05-14T07:46:27.596Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7402024-05-14T07:46:28.009Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7412024-05-14T07:46:28.450Z Updating git repository `http://github.com/oxidecomputer/tofino`
7422024-05-14T07:46:28.786Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7432024-05-14T07:46:29.204Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7442024-05-14T07:46:29.353Z Updating git repository `https://github.com/oxidecomputer/libnvme`
7452024-05-14T07:46:29.796Z Updating git repository `https://github.com/oxidecomputer/ispf`
7462024-05-14T07:46:30.323Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7472024-05-14T07:46:30.568Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7482024-05-14T07:46:31.240Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7492024-05-14T07:46:31.647Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7502024-05-14T07:46:31.963Z Updating git repository `https://github.com/jgallagher/nix`
7512024-05-14T07:46:32.978Z Updating git repository `https://github.com/cbiffle/hubpack`
7522024-05-14T07:46:33.364Z Updating git repository `https://github.com/oxidecomputer/typify`
7532024-05-14T07:46:35.543Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7542024-05-14T07:46:35.908Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7552024-05-14T07:46:36.197Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7562024-05-14T07:46:36.614Z Updating git repository `https://github.com/oxidecomputer/rfb`
7572024-05-14T07:46:37.788Z Downloading crates ...
7582024-05-14T07:46:37.863Z Downloaded adler v1.0.2
7592024-05-14T07:46:37.891Z Downloaded arrayvec v0.7.4
7602024-05-14T07:46:37.905Z Downloaded arrayref v0.3.7
7612024-05-14T07:46:37.905Z Downloaded aead v0.5.2
7622024-05-14T07:46:37.905Z Downloaded anstyle-query v1.0.0
7632024-05-14T07:46:37.906Z Downloaded aho-corasick v1.1.2
7642024-05-14T07:46:37.912Z Downloaded addr2line v0.21.0
7652024-05-14T07:46:37.912Z Downloaded anyhow v1.0.83
7662024-05-14T07:46:37.912Z Downloaded itertools v0.10.5
7672024-05-14T07:46:37.919Z Downloaded lazy_static v1.4.0
7682024-05-14T07:46:37.919Z Downloaded lalrpop-util v0.19.12
7692024-05-14T07:46:37.920Z Downloaded kstat-rs v0.2.3
7702024-05-14T07:46:37.920Z Downloaded keccak v0.1.4
7712024-05-14T07:46:37.931Z Downloaded itoa v1.0.9
7722024-05-14T07:46:37.931Z Downloaded internet-checksum v0.2.1
7732024-05-14T07:46:37.932Z Downloaded instant v0.1.12
7742024-05-14T07:46:37.932Z Downloaded atty v0.2.14
7752024-05-14T07:46:37.932Z Downloaded async-stream-impl v0.3.5
7762024-05-14T07:46:37.932Z Downloaded inout v0.1.3
7772024-05-14T07:46:37.932Z Downloaded async-trait v0.1.80
7782024-05-14T07:46:37.952Z Downloaded block-buffer v0.10.4
7792024-05-14T07:46:37.952Z Downloaded atomic-waker v1.1.1
7802024-05-14T07:46:37.952Z Downloaded ciborium-io v0.2.2
7812024-05-14T07:46:37.953Z Downloaded bitstruct v0.1.1
7822024-05-14T07:46:37.953Z Downloaded anstream v0.6.11
7832024-05-14T07:46:37.953Z Downloaded allocator-api2 v0.2.16
7842024-05-14T07:46:37.953Z Downloaded indexmap v2.2.6
7852024-05-14T07:46:37.953Z Downloaded is-terminal v0.4.9
7862024-05-14T07:46:37.953Z Downloaded ipnetwork v0.20.0
7872024-05-14T07:46:37.966Z Downloaded ipnet v2.9.0
7882024-05-14T07:46:37.966Z Downloaded bitstruct_derive v0.1.0
7892024-05-14T07:46:37.966Z Downloaded der_derive v0.7.2
7902024-05-14T07:46:37.966Z Downloaded atomicwrites v0.4.3
7912024-05-14T07:46:37.966Z Downloaded aes-gcm v0.10.3
7922024-05-14T07:46:37.967Z Downloaded colorchoice v1.0.0
7932024-05-14T07:46:37.967Z Downloaded anstyle-parse v0.2.1
7942024-05-14T07:46:37.967Z Downloaded argon2 v0.5.3
7952024-05-14T07:46:37.967Z Downloaded arc-swap v1.6.0
7962024-05-14T07:46:37.994Z Downloaded matches v0.1.10
7972024-05-14T07:46:37.994Z Downloaded byteorder v1.5.0
7982024-05-14T07:46:37.994Z Downloaded async-stream v0.3.5
7992024-05-14T07:46:37.994Z Downloaded ciborium-ll v0.2.2
8002024-05-14T07:46:37.995Z Downloaded match_cfg v0.1.0
8012024-05-14T07:46:37.995Z Downloaded autocfg v1.1.0
8022024-05-14T07:46:37.995Z Downloaded anstyle v1.0.7
8032024-05-14T07:46:37.995Z Downloaded ahash v0.8.8
8042024-05-14T07:46:37.995Z Downloaded num-conv v0.1.0
8052024-05-14T07:46:37.995Z Downloaded cstr-argument v0.1.2
8062024-05-14T07:46:37.996Z Downloaded newtype_derive v0.1.6
8072024-05-14T07:46:38.014Z Downloaded darling_macro v0.20.8
8082024-05-14T07:46:38.014Z Downloaded ident_case v1.0.1
8092024-05-14T07:46:38.014Z Downloaded curve25519-dalek-derive v0.1.0
8102024-05-14T07:46:38.015Z Downloaded num v0.4.3
8112024-05-14T07:46:38.015Z Downloaded bit-set v0.5.3
8122024-05-14T07:46:38.015Z Downloaded bcrypt-pbkdf v0.10.0
8132024-05-14T07:46:38.015Z Downloaded linked-hash-map v0.5.6
8142024-05-14T07:46:38.015Z Downloaded cipher v0.4.4
8152024-05-14T07:46:38.015Z Downloaded bitflags v1.3.2
8162024-05-14T07:46:38.015Z Downloaded openssl-macros v0.1.1
8172024-05-14T07:46:38.015Z Downloaded new_debug_unreachable v1.0.4
8182024-05-14T07:46:38.016Z Downloaded md5 v0.7.0
8192024-05-14T07:46:38.016Z Downloaded peg-runtime v0.8.3
8202024-05-14T07:46:38.016Z Downloaded num_threads v0.1.6
8212024-05-14T07:46:38.016Z Downloaded normalize-line-endings v0.3.0
8222024-05-14T07:46:38.016Z Downloaded blowfish v0.9.1
8232024-05-14T07:46:38.016Z Downloaded base16ct v0.2.0
8242024-05-14T07:46:38.037Z Downloaded openssl-probe v0.1.5
8252024-05-14T07:46:38.038Z Downloaded cfg-if v1.0.0
8262024-05-14T07:46:38.038Z Downloaded bytecount v0.6.3
8272024-05-14T07:46:38.038Z Downloaded newline-converter v0.3.0
8282024-05-14T07:46:38.039Z Downloaded cbc v0.1.2
8292024-05-14T07:46:38.039Z Downloaded tabwriter v1.4.0
8302024-05-14T07:46:38.039Z Downloaded memmap v0.7.0
8312024-05-14T07:46:38.040Z Downloaded ascii v1.1.0
8322024-05-14T07:46:38.040Z Downloaded num-integer v0.1.46
8332024-05-14T07:46:38.041Z Downloaded md-5 v0.10.5
8342024-05-14T07:46:38.041Z Downloaded clap_lex v0.7.0
8352024-05-14T07:46:38.042Z Downloaded waitgroup v0.1.2
8362024-05-14T07:46:38.042Z Downloaded mime_guess v2.0.4
8372024-05-14T07:46:38.042Z Downloaded version_check v0.9.4
8382024-05-14T07:46:38.042Z Downloaded crypto-common v0.1.6
8392024-05-14T07:46:38.043Z Downloaded crucible-workspace-hack v0.1.0
8402024-05-14T07:46:38.043Z Downloaded camino-tempfile v1.1.1
8412024-05-14T07:46:38.043Z Downloaded cpufeatures v0.2.12
8422024-05-14T07:46:38.079Z Downloaded constant_time_eq v0.3.0
8432024-05-14T07:46:38.079Z Downloaded block-padding v0.3.3
8442024-05-14T07:46:38.079Z Downloaded phf_shared v0.10.0
8452024-05-14T07:46:38.079Z Downloaded opaque-debug v0.3.0
8462024-05-14T07:46:38.080Z Downloaded crossbeam-deque v0.8.3
8472024-05-14T07:46:38.080Z Downloaded convert_case v0.4.0
8482024-05-14T07:46:38.080Z Downloaded take_mut v0.2.2
8492024-05-14T07:46:38.080Z Downloaded colored v2.1.0
8502024-05-14T07:46:38.080Z Downloaded tinyvec_macros v0.1.1
8512024-05-14T07:46:38.080Z Downloaded time-core v0.1.2
8522024-05-14T07:46:38.080Z Downloaded debug-ignore v1.0.5
8532024-05-14T07:46:38.081Z Downloaded pin-utils v0.1.0
8542024-05-14T07:46:38.081Z Downloaded libefi-sys v0.1.0
8552024-05-14T07:46:38.081Z Downloaded defmt-parser v0.3.3
8562024-05-14T07:46:38.081Z Downloaded equivalent v1.0.1
8572024-05-14T07:46:38.081Z Downloaded foreign-types v0.3.2
8582024-05-14T07:46:38.081Z Downloaded lock_api v0.4.10
8592024-05-14T07:46:38.082Z Downloaded data-encoding v2.4.0
8602024-05-14T07:46:38.082Z Downloaded paste v1.0.14
8612024-05-14T07:46:38.101Z Downloaded linear-map v1.2.0
8622024-05-14T07:46:38.101Z Downloaded ciborium v0.2.2
8632024-05-14T07:46:38.101Z Downloaded structmeta v0.3.0
8642024-05-14T07:46:38.101Z Downloaded subtle v2.5.0
8652024-05-14T07:46:38.101Z Downloaded num-iter v0.1.45
8662024-05-14T07:46:38.101Z Downloaded num-derive v0.4.0
8672024-05-14T07:46:38.101Z Downloaded cobs v0.2.3
8682024-05-14T07:46:38.102Z Downloaded macaddr v1.0.1
8692024-05-14T07:46:38.102Z Downloaded bzip2 v0.4.4
8702024-05-14T07:46:38.102Z Downloaded bit-vec v0.6.3
8712024-05-14T07:46:38.102Z Downloaded base64ct v1.6.0
8722024-05-14T07:46:38.102Z Downloaded nanorand v0.7.0
8732024-05-14T07:46:38.102Z Downloaded parse-display-derive v0.9.0
8742024-05-14T07:46:38.102Z Downloaded parse-display v0.9.0
8752024-05-14T07:46:38.103Z Downloaded managed v0.8.0
8762024-05-14T07:46:38.103Z Downloaded psl-types v2.0.11
8772024-05-14T07:46:38.103Z Downloaded thiserror-no-std v2.0.2
8782024-05-14T07:46:38.103Z Downloaded precomputed-hash v0.1.1
8792024-05-14T07:46:38.103Z Downloaded pest_generator v2.7.6
8802024-05-14T07:46:38.103Z Downloaded native-tls v0.2.11
8812024-05-14T07:46:38.103Z Downloaded untrusted v0.7.1
8822024-05-14T07:46:38.103Z Downloaded phf v0.11.2
8832024-05-14T07:46:38.104Z Downloaded pbkdf2 v0.11.0
8842024-05-14T07:46:38.104Z Downloaded crc32fast v1.3.2
8852024-05-14T07:46:38.104Z Downloaded phf_shared v0.11.2
8862024-05-14T07:46:38.134Z Downloaded newtype-uuid v1.1.0
8872024-05-14T07:46:38.134Z Downloaded pem-rfc7468 v0.7.0
8882024-05-14T07:46:38.134Z Downloaded num_enum_derive v0.5.11
8892024-05-14T07:46:38.134Z Downloaded console v0.15.8
8902024-05-14T07:46:38.134Z Downloaded thread_local v1.1.7
8912024-05-14T07:46:38.134Z Downloaded darling v0.20.8
8922024-05-14T07:46:38.135Z Downloaded embedded-io v0.4.0
8932024-05-14T07:46:38.135Z Downloaded swrite v0.1.0
8942024-05-14T07:46:38.135Z Downloaded digest v0.10.7
8952024-05-14T07:46:38.135Z Downloaded thread-id v4.2.0
8962024-05-14T07:46:38.135Z Downloaded erased-serde v0.3.31
8972024-05-14T07:46:38.152Z Downloaded futures-task v0.3.30
8982024-05-14T07:46:38.152Z Downloaded dof v0.3.0
8992024-05-14T07:46:38.152Z Downloaded pbkdf2 v0.12.2
9002024-05-14T07:46:38.152Z Downloaded glob v0.3.1
9012024-05-14T07:46:38.152Z Downloaded parking_lot v0.11.2
9022024-05-14T07:46:38.153Z Downloaded log v0.4.21
9032024-05-14T07:46:38.153Z Downloaded owo-colors v4.0.0
9042024-05-14T07:46:38.153Z Downloaded group v0.13.0
9052024-05-14T07:46:38.153Z Downloaded num-traits v0.2.19
9062024-05-14T07:46:38.153Z Downloaded blake2 v0.10.6
9072024-05-14T07:46:38.153Z Downloaded const-oid v0.9.6
9082024-05-14T07:46:38.153Z Downloaded dtrace-parser v0.2.0
9092024-05-14T07:46:38.153Z Downloaded hex v0.4.3
9102024-05-14T07:46:38.154Z Downloaded plain v0.2.3
9112024-05-14T07:46:38.154Z Downloaded heck v0.5.0
9122024-05-14T07:46:38.154Z Downloaded openssl-sys v0.9.102
9132024-05-14T07:46:38.154Z Downloaded pin-project-lite v0.2.13
9142024-05-14T07:46:38.220Z Downloaded vsss-rs v3.3.4
9152024-05-14T07:46:38.220Z Downloaded r2d2 v0.8.10
9162024-05-14T07:46:38.220Z Downloaded pest_derive v2.7.6
9172024-05-14T07:46:38.220Z Downloaded zerocopy-derive v0.7.32
9182024-05-14T07:46:38.220Z Downloaded rustls-pemfile v1.0.3
9192024-05-14T07:46:38.220Z Downloaded crossbeam-epoch v0.9.18
9202024-05-14T07:46:38.220Z Downloaded slog-scope v4.4.0
9212024-05-14T07:46:38.252Z Downloaded serde_urlencoded v0.7.1
9222024-05-14T07:46:38.252Z Downloaded serde_tokenstream v0.2.0
9232024-05-14T07:46:38.252Z Downloaded scroll_derive v0.12.0
9242024-05-14T07:46:38.252Z Downloaded pest_meta v2.7.6
9252024-05-14T07:46:38.252Z Downloaded try-lock v0.2.4
9262024-05-14T07:46:38.252Z Downloaded strsim v0.11.0
9272024-05-14T07:46:38.252Z Downloaded futures-channel v0.3.30
9282024-05-14T07:46:38.252Z Downloaded tabled_derive v0.7.0
9292024-05-14T07:46:38.253Z Downloaded subprocess v0.2.9
9302024-05-14T07:46:38.253Z Downloaded slog v2.7.0
9312024-05-14T07:46:38.253Z Downloaded omicron-zone-package v0.11.0
9322024-05-14T07:46:38.253Z Downloaded diesel_table_macro_syntax v0.1.0
9332024-05-14T07:46:38.253Z Downloaded foreign-types-shared v0.3.1
9342024-05-14T07:46:38.253Z Downloaded foreign-types-shared v0.1.1
9352024-05-14T07:46:38.253Z Downloaded untrusted v0.9.0
9362024-05-14T07:46:38.253Z Downloaded universal-hash v0.5.1
9372024-05-14T07:46:38.253Z Downloaded unicode-width v0.1.11
9382024-05-14T07:46:38.254Z Downloaded bytes v1.6.0
9392024-05-14T07:46:38.254Z Downloaded fnv v1.0.7
9402024-05-14T07:46:38.254Z Downloaded proc-macro-error-attr v1.0.4
9412024-05-14T07:46:38.254Z Downloaded platforms v3.0.2
9422024-05-14T07:46:38.254Z Downloaded hyper-rustls v0.24.2
9432024-05-14T07:46:38.254Z Downloaded proc-macro-crate v1.3.1
9442024-05-14T07:46:38.254Z Downloaded parking_lot_core v0.9.8
9452024-05-14T07:46:38.254Z Downloaded multer v3.1.0
9462024-05-14T07:46:38.254Z Downloaded pkg-config v0.3.27
9472024-05-14T07:46:38.255Z Downloaded httpdate v1.0.3
9482024-05-14T07:46:38.255Z Downloaded rustls-pki-types v1.3.0
9492024-05-14T07:46:38.255Z Downloaded quick-error v1.2.3
9502024-05-14T07:46:38.255Z Downloaded rustfmt-wrapper v0.2.1
9512024-05-14T07:46:38.255Z Downloaded hostname v0.3.1
9522024-05-14T07:46:38.256Z Downloaded gethostname v0.4.3
9532024-05-14T07:46:38.256Z Downloaded generic-array v0.14.7
9542024-05-14T07:46:38.256Z Downloaded derive_more v0.99.17
9552024-05-14T07:46:38.256Z Downloaded darling_core v0.20.8
9562024-05-14T07:46:38.257Z Downloaded want v0.3.1
9572024-05-14T07:46:38.257Z Downloaded tower-service v0.3.2
9582024-05-14T07:46:38.257Z Downloaded crypto-bigint v0.5.2
9592024-05-14T07:46:38.257Z Downloaded stringprep v0.1.3
9602024-05-14T07:46:39.382Z Downloaded zone_cfg_derive v0.1.2
9612024-05-14T07:46:39.383Z Downloaded serde_arrays v0.1.0
9622024-05-14T07:46:39.383Z Downloaded tempfile v3.10.1
9632024-05-14T07:46:39.383Z Downloaded tokio-tungstenite v0.21.0
9642024-05-14T07:46:39.383Z Downloaded toml_datetime v0.6.5
9652024-05-14T07:46:39.383Z Downloaded float-cmp v0.9.0
9662024-05-14T07:46:39.383Z Downloaded base64 v0.22.1
9672024-05-14T07:46:39.383Z Downloaded fixedbitset v0.4.2
9682024-05-14T07:46:39.383Z Downloaded foreign-types-macros v0.2.3
9692024-05-14T07:46:39.383Z Downloaded hash32 v0.2.1
9702024-05-14T07:46:39.383Z Downloaded dirs v5.0.1
9712024-05-14T07:46:39.383Z Downloaded difflib v0.4.0
9722024-05-14T07:46:39.383Z Downloaded getopts v0.2.21
9732024-05-14T07:46:39.383Z Downloaded strum v0.26.2
9742024-05-14T07:46:39.383Z Downloaded russh-cryptovec v0.7.0
9752024-05-14T07:46:39.383Z Downloaded getrandom v0.2.12
9762024-05-14T07:46:39.383Z Downloaded heck v0.4.1
9772024-05-14T07:46:39.383Z Downloaded humantime v2.1.0
9782024-05-14T07:46:39.383Z Downloaded num-bigint v0.4.4
9792024-05-14T07:46:39.396Z Downloaded rand_chacha v0.3.1
9802024-05-14T07:46:39.396Z Downloaded quote v1.0.36
9812024-05-14T07:46:39.396Z Downloaded smf v0.2.3
9822024-05-14T07:46:39.396Z Downloaded unsafe-libyaml v0.2.10
9832024-05-14T07:46:39.396Z Downloaded pkcs8 v0.10.2
9842024-05-14T07:46:39.396Z Downloaded toolchain_find v0.4.0
9852024-05-14T07:46:39.396Z Downloaded p256 v0.13.2
9862024-05-14T07:46:39.396Z Downloaded sha1 v0.10.6
9872024-05-14T07:46:39.396Z Downloaded thiserror-impl v1.0.59
9882024-05-14T07:46:39.397Z Downloaded serde_derive_internals v0.29.0
9892024-05-14T07:46:39.397Z Downloaded strum_macros v0.26.1
9902024-05-14T07:46:39.397Z Downloaded endian-type v0.1.2
9912024-05-14T07:46:39.397Z Downloaded portpicker v0.1.1
9922024-05-14T07:46:39.397Z Downloaded sct v0.7.0
9932024-05-14T07:46:39.397Z Downloaded topological-sort v0.2.2
9942024-05-14T07:46:39.397Z Downloaded slog-stdlog v4.1.1
9952024-05-14T07:46:39.397Z Downloaded rustls-pemfile v2.1.2
9962024-05-14T07:46:39.398Z Downloaded rfc6979 v0.4.0
9972024-05-14T07:46:39.398Z Downloaded resolv-conf v0.7.0
9982024-05-14T07:46:39.398Z Downloaded sec1 v0.7.3
9992024-05-14T07:46:39.398Z Downloaded fxhash v0.2.1
10002024-05-14T07:46:39.398Z Downloaded sync_wrapper v0.1.2
10012024-05-14T07:46:39.398Z Downloaded zone v0.1.8
10022024-05-14T07:46:39.398Z Downloaded zeroize_derive v1.4.2
10032024-05-14T07:46:39.398Z Downloaded proc-macro-error v1.0.4
10042024-05-14T07:46:39.398Z Downloaded indexmap v1.9.3
10052024-05-14T07:46:39.398Z Downloaded pretty-hex v0.2.1
10062024-05-14T07:46:39.398Z Downloaded hyper-staticfile v0.9.5
10072024-05-14T07:46:39.398Z Downloaded hostname v0.4.0
10082024-05-14T07:46:39.398Z Downloaded polyval v0.6.1
10092024-05-14T07:46:39.399Z Downloaded poly1305 v0.8.0
10102024-05-14T07:46:39.399Z Downloaded httparse v1.8.0
10112024-05-14T07:46:39.399Z Downloaded utf8parse v0.2.1
10122024-05-14T07:46:39.399Z Downloaded utf-8 v0.7.6
10132024-05-14T07:46:39.399Z Downloaded ghash v0.5.0
10142024-05-14T07:46:39.399Z Downloaded yasna v0.5.2
10152024-05-14T07:46:39.399Z Downloaded dhcproto v0.11.0
10162024-05-14T07:46:39.399Z Downloaded strum_macros v0.25.2
10172024-05-14T07:46:39.399Z Downloaded crossbeam-channel v0.5.8
10182024-05-14T07:46:39.399Z Downloaded serde_path_to_error v0.1.16
10192024-05-14T07:46:39.399Z Downloaded dhcproto-macros v0.1.0
10202024-05-14T07:46:39.399Z Downloaded tinyvec v1.6.0
10212024-05-14T07:46:39.399Z Downloaded chacha20poly1305 v0.10.1
10222024-05-14T07:46:39.399Z Downloaded sha2 v0.10.8
10232024-05-14T07:46:39.399Z Downloaded http-range v0.1.5
10242024-05-14T07:46:39.400Z Downloaded hubpack_derive v0.1.1
10252024-05-14T07:46:39.400Z Downloaded mio v0.8.11
10262024-05-14T07:46:39.400Z Downloaded powerfmt v0.2.0
10272024-05-14T07:46:39.400Z Downloaded futures-macro v0.3.30
10282024-05-14T07:46:39.400Z Downloaded home v0.5.5
10292024-05-14T07:46:39.400Z Downloaded usdt-macro v0.5.0
10302024-05-14T07:46:39.400Z Downloaded rustversion v1.0.14
10312024-05-14T07:46:39.400Z Downloaded tokio-rustls v0.24.1
10322024-05-14T07:46:39.400Z Downloaded diesel_derives v2.1.2
10332024-05-14T07:46:39.400Z Downloaded strsim v0.10.0
10342024-05-14T07:46:39.400Z Downloaded deranged v0.3.11
10352024-05-14T07:46:39.400Z Downloaded string_cache v0.8.7
10362024-05-14T07:46:39.400Z Downloaded rustc_version v0.4.0
10372024-05-14T07:46:39.401Z Downloaded rustc_version v0.1.7
10382024-05-14T07:46:39.401Z Downloaded tokio-tungstenite v0.20.1
10392024-05-14T07:46:39.401Z Downloaded futures-sink v0.3.30
10402024-05-14T07:46:39.401Z Downloaded zerocopy v0.6.6
10412024-05-14T07:46:39.401Z Downloaded form_urlencoded v1.2.1
10422024-05-14T07:46:39.401Z Downloaded structmeta-derive v0.3.0
10432024-05-14T07:46:39.401Z Downloaded proc-macro2 v1.0.81
10442024-05-14T07:46:39.401Z Downloaded scheduled-thread-pool v0.2.7
10452024-05-14T07:46:39.401Z Downloaded predicates-core v1.0.6
10462024-05-14T07:46:39.401Z Downloaded postgres-protocol v0.6.6
10472024-05-14T07:46:39.401Z Downloaded itertools v0.12.1
10482024-05-14T07:46:39.401Z Downloaded ppv-lite86 v0.2.17
10492024-05-14T07:46:39.401Z Downloaded pretty-hex v0.4.1
10502024-05-14T07:46:39.401Z Downloaded tokio-macros v2.2.0
10512024-05-14T07:46:39.401Z Downloaded scroll v0.12.0
10522024-05-14T07:46:39.401Z Downloaded enum-as-inner v0.5.1
10532024-05-14T07:46:39.401Z Downloaded toml v0.7.8
10542024-05-14T07:46:39.402Z Downloaded tokio-native-tls v0.3.1
10552024-05-14T07:46:39.402Z Downloaded headers-core v0.2.0
10562024-05-14T07:46:39.402Z Downloaded slog-bunyan v2.5.0
10572024-05-14T07:46:39.402Z Downloaded usdt-attr-macro v0.5.0
10582024-05-14T07:46:39.402Z Downloaded sigpipe v0.1.3
10592024-05-14T07:46:39.402Z Downloaded spin v0.9.8
10602024-05-14T07:46:39.402Z Downloaded filetime v0.2.23
10612024-05-14T07:46:39.403Z Downloaded serde_derive v1.0.201
10622024-05-14T07:46:39.403Z Downloaded hubpack v0.1.2
10632024-05-14T07:46:39.403Z Downloaded flagset v0.4.3
10642024-05-14T07:46:39.403Z Downloaded usdt-impl v0.5.0
10652024-05-14T07:46:39.403Z Downloaded slog-dtrace v0.3.0
10662024-05-14T07:46:39.403Z Downloaded postgres-types v0.2.6
10672024-05-14T07:46:39.403Z Downloaded socket2 v0.4.9
10682024-05-14T07:46:39.403Z Downloaded ff v0.13.0
10692024-05-14T07:46:39.403Z Downloaded xattr v1.0.1
10702024-05-14T07:46:39.403Z Downloaded futures-io v0.3.30
10712024-05-14T07:46:39.403Z Downloaded futures-executor v0.3.30
10722024-05-14T07:46:39.403Z Downloaded signature v2.1.0
10732024-05-14T07:46:39.403Z Downloaded socket2 v0.5.6
10742024-05-14T07:46:39.404Z Downloaded ed25519 v2.2.2
10752024-05-14T07:46:39.404Z Downloaded libm v0.2.7
10762024-05-14T07:46:39.404Z Downloaded iana-time-zone v0.1.57
10772024-05-14T07:46:39.404Z Downloaded stable_deref_trait v1.2.0
10782024-05-14T07:46:39.404Z Downloaded postcard v1.0.8
10792024-05-14T07:46:39.421Z Downloaded env_logger v0.9.3
10802024-05-14T07:46:39.421Z Downloaded either v1.11.0
10812024-05-14T07:46:39.421Z Downloaded half v2.3.1
10822024-05-14T07:46:39.422Z Downloaded libc v0.2.153
10832024-05-14T07:46:39.422Z Downloaded http-body v0.4.5
10842024-05-14T07:46:39.422Z Downloaded unicase v2.7.0
10852024-05-14T07:46:39.422Z Downloaded slog-json v2.6.1
10862024-05-14T07:46:39.422Z Downloaded signal-hook-mio v0.2.3
10872024-05-14T07:46:39.422Z Downloaded foreign-types v0.5.0
10882024-05-14T07:46:39.422Z Downloaded uuid v1.8.0
10892024-05-14T07:46:39.422Z Downloaded hex-literal v0.4.1
10902024-05-14T07:46:39.422Z Downloaded siphasher v0.3.11
10912024-05-14T07:46:39.422Z Downloaded slab v0.4.9
10922024-05-14T07:46:39.422Z Downloaded primeorder v0.13.6
10932024-05-14T07:46:39.423Z Downloaded futures-core v0.3.30
10942024-05-14T07:46:39.423Z Downloaded hash32 v0.3.1
10952024-05-14T07:46:39.423Z Downloaded fallible-iterator v0.2.0
10962024-05-14T07:46:39.423Z Downloaded hmac v0.12.1
10972024-05-14T07:46:39.424Z Downloaded slog-envlogger v2.2.0
10982024-05-14T07:46:39.424Z Downloaded usdt v0.5.0
10992024-05-14T07:46:39.424Z Downloaded spki v0.7.2
11002024-05-14T07:46:39.424Z Downloaded ecdsa v0.16.9
11012024-05-14T07:46:39.424Z Downloaded tokio-rustls v0.25.0
11022024-05-14T07:46:39.424Z Downloaded signal-hook-registry v1.4.1
11032024-05-14T07:46:39.424Z Downloaded dirs-sys v0.4.1
11042024-05-14T07:46:39.424Z Downloaded whoami v1.5.1
11052024-05-14T07:46:39.424Z Downloaded trust-dns-server v0.22.1
11062024-05-14T07:46:39.424Z Downloaded rand_chacha v0.2.2
11072024-05-14T07:46:39.424Z Downloaded pest v2.7.6
11082024-05-14T07:46:39.425Z Downloaded dirs-next v2.0.0
11092024-05-14T07:46:39.425Z Downloaded zip v0.6.6
11102024-05-14T07:46:39.425Z Downloaded termcolor v1.2.0
11112024-05-14T07:46:39.425Z Downloaded rustc-demangle v0.1.23
11122024-05-14T07:46:39.426Z Downloaded ucd-trie v0.1.6
11132024-05-14T07:46:39.426Z Downloaded heapless v0.8.0
11142024-05-14T07:46:39.426Z Downloaded rand_core v0.5.1
11152024-05-14T07:46:39.426Z Downloaded ryu v1.0.15
11162024-05-14T07:46:39.426Z Downloaded terminal_size v0.3.0
11172024-05-14T07:46:39.426Z Downloaded same-file v1.0.6
11182024-05-14T07:46:39.426Z Downloaded hyper-tls v0.5.0
11192024-05-14T07:46:39.427Z Downloaded term v0.7.0
11202024-05-14T07:46:39.427Z Downloaded similar v2.4.0
11212024-05-14T07:46:39.427Z Downloaded time v0.3.34
11222024-05-14T07:46:39.427Z Downloaded smallvec v1.13.1
11232024-05-14T07:46:39.427Z Downloaded tracing v0.1.40
11242024-05-14T07:46:39.427Z Downloaded tokio-stream v0.1.15
11252024-05-14T07:46:39.427Z Downloaded trust-dns-resolver v0.22.0
11262024-05-14T07:46:39.427Z Downloaded walkdir v2.5.0
11272024-05-14T07:46:39.427Z Downloaded p521 v0.13.3
11282024-05-14T07:46:39.428Z Downloaded unicode-segmentation v1.10.1
11292024-05-14T07:46:39.428Z Downloaded schemars v0.8.17
11302024-05-14T07:46:39.428Z Downloaded rand_core v0.6.4
11312024-05-14T07:46:39.428Z Downloaded futures v0.3.30
11322024-05-14T07:46:39.428Z Downloaded thiserror v1.0.59
11332024-05-14T07:46:39.428Z Downloaded elliptic-curve v0.13.8
11342024-05-14T07:46:39.428Z Downloaded url v2.5.0
11352024-05-14T07:46:39.429Z Downloaded clap_builder v4.5.2
11362024-05-14T07:46:39.429Z Downloaded signal-hook v0.3.17
11372024-05-14T07:46:39.429Z Downloaded unicode-ident v1.0.12
11382024-05-14T07:46:39.429Z Downloaded unicode-bidi v0.3.15
11392024-05-14T07:46:39.429Z Downloaded tokio-util v0.7.10
11402024-05-14T07:46:39.429Z Downloaded trust-dns-client v0.22.0
11412024-05-14T07:46:39.429Z Downloaded tungstenite v0.21.0
11422024-05-14T07:46:39.429Z Downloaded toml_edit v0.19.15
11432024-05-14T07:46:39.430Z Downloaded tokio-postgres v0.7.10
11442024-05-14T07:46:39.430Z Downloaded petgraph v0.6.4
11452024-05-14T07:46:39.430Z Downloaded rayon-core v1.12.1
11462024-05-14T07:46:39.430Z Downloaded flate2 v1.0.30
11472024-05-14T07:46:39.430Z Downloaded russh v0.43.0
11482024-05-14T07:46:39.430Z Downloaded http v0.2.12
11492024-05-14T07:46:39.430Z Downloaded heapless v0.7.16
11502024-05-14T07:46:39.430Z Downloaded futures-util v0.3.30
11512024-05-14T07:46:39.430Z Downloaded unicode-normalization v0.1.22
11522024-05-14T07:46:39.430Z Downloaded serde_with v3.7.0
11532024-05-14T07:46:39.430Z Downloaded zerocopy v0.7.32
11542024-05-14T07:46:39.430Z Downloaded ed25519-dalek v2.0.0
11552024-05-14T07:46:39.430Z Downloaded hashbrown v0.14.3
11562024-05-14T07:46:39.431Z Downloaded hashbrown v0.12.3
11572024-05-14T07:46:39.431Z Downloaded regex-automata v0.1.10
11582024-05-14T07:46:39.431Z Downloaded serde_json v1.0.116
11592024-05-14T07:46:39.431Z Downloaded goblin v0.8.0
11602024-05-14T07:46:39.431Z Downloaded hkdf v0.12.4
11612024-05-14T07:46:39.431Z Downloaded rand v0.7.3
11622024-05-14T07:46:39.431Z Downloaded winnow v0.5.15
11632024-05-14T07:46:39.431Z Downloaded openssl v0.10.64
11642024-05-14T07:46:39.431Z Downloaded object v0.32.1
11652024-05-14T07:46:39.431Z Downloaded h2 v0.3.26
11662024-05-14T07:46:39.431Z Downloaded reqwest v0.11.27
11672024-05-14T07:46:39.431Z Downloaded regex v1.10.4
11682024-05-14T07:46:39.431Z Downloaded tabled v0.15.0
11692024-05-14T07:46:39.431Z Downloaded vcpkg v0.2.15
11702024-05-14T07:46:39.431Z Downloaded idna v0.2.3
11712024-05-14T07:46:39.431Z Downloaded smoltcp v0.11.0
11722024-05-14T07:46:39.431Z Downloaded rustls-webpki v0.102.1
11732024-05-14T07:46:39.431Z Downloaded syn v1.0.109
11742024-05-14T07:46:39.431Z Downloaded rayon v1.10.0
11752024-05-14T07:46:39.431Z Downloaded curve25519-dalek v4.1.2
11762024-05-14T07:46:39.431Z Downloaded tokio v1.37.0
11772024-05-14T07:46:39.431Z Downloaded bstr v0.2.17
11782024-05-14T07:46:39.431Z Downloaded idna v0.3.0
11792024-05-14T07:46:39.450Z Downloaded webpki-roots v0.25.2
11802024-05-14T07:46:39.450Z Downloaded winapi v0.3.9
11812024-05-14T07:46:39.450Z Downloaded trust-dns-proto v0.22.0
11822024-05-14T07:46:39.450Z Downloaded bstr v1.9.0
11832024-05-14T07:46:39.450Z Downloaded radix_trie v0.2.1
11842024-05-14T07:46:39.450Z Downloaded rustls v0.22.4
11852024-05-14T07:46:39.450Z Downloaded regress v0.9.1
11862024-05-14T07:46:39.451Z Downloaded regex-syntax v0.8.2
11872024-05-14T07:46:39.451Z Downloaded rustix v0.38.31
11882024-05-14T07:46:39.451Z Downloaded diesel v2.1.6
11892024-05-14T07:46:39.451Z Downloaded openapiv3 v2.0.0
11902024-05-14T07:46:39.452Z Downloaded syn v2.0.60
11912024-05-14T07:46:39.452Z Downloaded idna v0.5.0
11922024-05-14T07:46:39.452Z Downloaded rustls-webpki v0.101.7
11932024-05-14T07:46:39.452Z Downloaded smoltcp v0.9.1
11942024-05-14T07:46:39.452Z Downloaded gimli v0.28.0
11952024-05-14T07:46:39.452Z Downloaded zerocopy-derive v0.6.6
11962024-05-14T07:46:39.452Z Downloaded sled v0.34.7
11972024-05-14T07:46:39.453Z Downloaded rustls v0.21.9
11982024-05-14T07:46:39.453Z Downloaded bzip2-sys v0.1.11+1.0.8
11992024-05-14T07:46:39.453Z Downloaded hyper v0.14.28
12002024-05-14T07:46:39.453Z Downloaded regex-automata v0.4.5
12012024-05-14T07:46:39.453Z Downloaded chrono v0.4.38
12022024-05-14T07:46:39.453Z Downloaded winnow v0.6.1
12032024-05-14T07:46:39.453Z Downloaded headers v0.3.9
12042024-05-14T07:46:39.454Z Downloaded expectorate v1.1.0
12052024-05-14T07:46:39.454Z Downloaded toml_edit v0.22.12
12062024-05-14T07:46:39.454Z Downloaded blake3 v1.5.0
12072024-05-14T07:46:39.454Z Downloaded rand v0.8.5
12082024-05-14T07:46:39.454Z Downloaded tracing-core v0.1.32
12092024-05-14T07:46:39.454Z Downloaded serde_yaml v0.9.25
12102024-05-14T07:46:39.455Z Downloaded steno v0.4.0
12112024-05-14T07:46:39.455Z Downloaded crossterm v0.27.0
12122024-05-14T07:46:39.455Z Downloaded ron v0.7.1
12132024-05-14T07:46:39.455Z Downloaded sha3 v0.10.8
12142024-05-14T07:46:39.455Z Downloaded serde v1.0.201
12152024-05-14T07:46:39.455Z Downloaded semver v1.0.22
12162024-05-14T07:46:39.455Z Downloaded publicsuffix v2.2.3
12172024-05-14T07:46:39.456Z Downloaded russh-keys v0.43.0
12182024-05-14T07:46:39.456Z Downloaded flume v0.11.0
12192024-05-14T07:46:39.456Z Downloaded tracing-attributes v0.1.27
12202024-05-14T07:46:39.456Z Downloaded tungstenite v0.20.1
12212024-05-14T07:46:39.456Z Downloaded http v1.0.0
12222024-05-14T07:46:39.456Z Downloaded nom v7.1.3
12232024-05-14T07:46:39.457Z Downloaded memchr v2.7.1
12242024-05-14T07:46:39.457Z Downloaded der v0.7.8
12252024-05-14T07:46:39.457Z Downloaded scopeguard v1.2.0
12262024-05-14T07:46:39.457Z Downloaded schemars_derive v0.8.17
12272024-05-14T07:46:39.457Z Downloaded serde_with_macros v3.7.0
12282024-05-14T07:46:39.457Z Downloaded rcgen v0.12.1
12292024-05-14T07:46:39.457Z Downloaded derive-where v1.2.7
12302024-05-14T07:46:39.458Z Downloaded typenum v1.16.0
12312024-05-14T07:46:39.458Z Downloaded toml v0.8.12
12322024-05-14T07:46:39.458Z Downloaded toml v0.5.11
12332024-05-14T07:46:39.458Z Downloaded tar v0.4.40
12342024-05-14T07:46:39.458Z Downloaded minimal-lexical v0.2.1
12352024-05-14T07:46:39.458Z Downloaded heck v0.3.3
12362024-05-14T07:46:39.459Z Downloaded getrandom v0.1.16
12372024-05-14T07:46:39.459Z Downloaded zeroize v1.7.0
12382024-05-14T07:46:39.459Z Downloaded papergrid v0.11.0
12392024-05-14T07:46:39.459Z Downloaded encoding_rs v0.8.33
12402024-05-14T07:46:39.459Z Downloaded backtrace v0.3.69
12412024-05-14T07:46:39.459Z Downloaded fastrand v2.0.1
12422024-05-14T07:46:39.459Z Downloaded dyn-clone v1.0.17
12432024-05-14T07:46:39.460Z Downloaded dirs-sys-next v0.1.2
12442024-05-14T07:46:39.460Z Downloaded predicates v3.1.0
12452024-05-14T07:46:39.460Z Downloaded base64 v0.21.7
12462024-05-14T07:46:39.460Z Downloaded cc v1.0.83
12472024-05-14T07:46:39.460Z Downloaded base64 v0.13.1
12482024-05-14T07:46:39.460Z Downloaded parking_lot v0.12.1
12492024-05-14T07:46:39.460Z Downloaded miniz_oxide v0.7.1
12502024-05-14T07:46:39.469Z Downloaded semver v0.1.20
12512024-05-14T07:46:39.470Z Downloaded secrecy v0.8.0
12522024-05-14T07:46:39.470Z Downloaded errno v0.3.8
12532024-05-14T07:46:39.470Z Downloaded time-macros v0.2.17
12542024-05-14T07:46:39.470Z Downloaded serde_spanned v0.6.5
12552024-05-14T07:46:39.470Z Downloaded serde_repr v0.1.16
12562024-05-14T07:46:39.470Z Downloaded cookie v0.17.0
12572024-05-14T07:46:39.470Z Downloaded crossbeam-utils v0.8.19
12582024-05-14T07:46:39.470Z Downloaded parking_lot_core v0.8.6
12592024-05-14T07:46:39.470Z Downloaded percent-encoding v2.3.1
12602024-05-14T07:46:39.470Z Downloaded clap v4.5.4
12612024-05-14T07:46:39.470Z Downloaded bitflags v2.4.2
12622024-05-14T07:46:39.474Z Downloaded num_enum v0.5.11
12632024-05-14T07:46:39.474Z Downloaded num-rational v0.4.2
12642024-05-14T07:46:39.474Z Downloaded once_cell v1.19.0
12652024-05-14T07:46:39.477Z Downloaded display-error-chain v0.2.0
12662024-05-14T07:46:39.477Z Downloaded slog-term v2.9.1
12672024-05-14T07:46:39.485Z Downloaded password-hash v0.5.0
12682024-05-14T07:46:39.485Z Downloaded password-hash v0.4.2
12692024-05-14T07:46:39.489Z Downloaded num-complex v0.4.6
12702024-05-14T07:46:39.489Z Downloaded defmt v0.3.5
12712024-05-14T07:46:39.489Z Downloaded defmt-macros v0.3.6
12722024-05-14T07:46:39.494Z Downloaded cookie_store v0.20.0
12732024-05-14T07:46:39.494Z Downloaded thiserror-impl-no-std v2.0.2
12742024-05-14T07:46:39.494Z Downloaded memmap2 v0.7.1
12752024-05-14T07:46:39.495Z Downloaded aes v0.8.3
12762024-05-14T07:46:39.498Z Downloaded lru-cache v0.1.2
12772024-05-14T07:46:39.498Z Downloaded cancel-safe-futures v0.1.5
12782024-05-14T07:46:39.502Z Downloaded camino v1.1.6
12792024-05-14T07:46:39.506Z Downloaded backoff v0.4.0
12802024-05-14T07:46:39.506Z Downloaded clap_derive v4.5.4
12812024-05-14T07:46:39.509Z Downloaded chacha20 v0.9.1
12822024-05-14T07:46:39.509Z Downloaded static_assertions v1.1.0
12832024-05-14T07:46:39.509Z Downloaded spin v0.5.2
12842024-05-14T07:46:39.513Z Downloaded slog-async v2.8.0
12852024-05-14T07:46:39.513Z Downloaded pem v3.0.4
12862024-05-14T07:46:39.513Z Downloaded option-ext v0.2.0
12872024-05-14T07:46:39.516Z Downloaded mime v0.3.17
12882024-05-14T07:46:39.516Z Downloaded ctr v0.9.2
12892024-05-14T07:46:39.519Z Downloaded num_cpus v1.16.0
12902024-05-14T07:46:39.519Z Downloaded nibble_vec v0.1.0
12912024-05-14T07:46:39.541Z Downloaded libsw v3.3.1
12922024-05-14T07:46:39.794Z Downloaded ring v0.17.8
12932024-05-14T07:46:39.909Z Downloaded ring v0.16.20
12942024-05-14T07:46:40.441Z Compiling proc-macro2 v1.0.81
12952024-05-14T07:46:40.454Z Compiling unicode-ident v1.0.12
12962024-05-14T07:46:40.454Z Compiling libc v0.2.153
12972024-05-14T07:46:40.454Z Compiling serde v1.0.201
12982024-05-14T07:46:40.454Z Compiling version_check v0.9.4
12992024-05-14T07:46:40.487Z Compiling cfg-if v1.0.0
13002024-05-14T07:46:40.493Z Compiling autocfg v1.1.0
13012024-05-14T07:46:40.623Z Compiling typenum v1.16.0
13022024-05-14T07:46:40.627Z Compiling parking_lot_core v0.9.8
13032024-05-14T07:46:40.703Z Compiling once_cell v1.19.0
13042024-05-14T07:46:41.517Z Compiling libm v0.2.7
13052024-05-14T07:46:41.521Z Compiling generic-array v0.14.7
13062024-05-14T07:46:41.521Z Compiling lock_api v0.4.10
13072024-05-14T07:46:42.200Z Compiling ahash v0.8.8
13082024-05-14T07:46:42.213Z Compiling thiserror v1.0.59
13092024-05-14T07:46:42.213Z Compiling num-traits v0.2.19
13102024-05-14T07:46:42.213Z Compiling byteorder v1.5.0
13112024-05-14T07:46:42.380Z Compiling serde_json v1.0.116
13122024-05-14T07:46:42.477Z Compiling memchr v2.7.1
13132024-05-14T07:46:42.488Z Compiling log v0.4.21
13142024-05-14T07:46:42.691Z Compiling itoa v1.0.9
13152024-05-14T07:46:42.858Z Compiling scopeguard v1.2.0
13162024-05-14T07:46:42.932Z Compiling slab v0.4.9
13172024-05-14T07:46:43.230Z Compiling quote v1.0.36
13182024-05-14T07:46:43.470Z Compiling getrandom v0.2.12
13192024-05-14T07:46:43.776Z Compiling syn v2.0.60
13202024-05-14T07:46:43.794Z Compiling cc v1.0.83
13212024-05-14T07:46:43.931Z Compiling rand_core v0.6.4
13222024-05-14T07:46:44.205Z Compiling smallvec v1.13.1
13232024-05-14T07:46:44.376Z Compiling allocator-api2 v0.2.16
13242024-05-14T07:46:44.443Z Compiling syn v1.0.109
13252024-05-14T07:46:44.467Z Compiling subtle v2.5.0
13262024-05-14T07:46:45.057Z Compiling pin-project-lite v0.2.13
13272024-05-14T07:46:45.061Z Compiling ryu v1.0.15
13282024-05-14T07:46:45.061Z Compiling pkg-config v0.3.27
13292024-05-14T07:46:45.081Z Compiling parking_lot v0.12.1
13302024-05-14T07:46:45.220Z Compiling schemars v0.8.17
13312024-05-14T07:46:45.372Z Compiling signal-hook-registry v1.4.1
13322024-05-14T07:46:45.571Z Compiling mio v0.8.11
13332024-05-14T07:46:45.913Z Compiling equivalent v1.0.1
13342024-05-14T07:46:46.166Z Compiling socket2 v0.5.6
13352024-05-14T07:46:46.182Z Compiling num_cpus v1.16.0
13362024-05-14T07:46:46.269Z Compiling num-conv v0.1.0
13372024-05-14T07:46:46.443Z Compiling time-core v0.1.2
13382024-05-14T07:46:46.534Z Compiling futures-core v0.3.30
13392024-05-14T07:46:46.622Z Compiling time-macros v0.2.17
13402024-05-14T07:46:46.802Z Compiling const-oid v0.9.6
13412024-05-14T07:46:46.859Z Compiling ring v0.17.8
13422024-05-14T07:46:46.886Z Compiling httparse v1.8.0
13432024-05-14T07:46:48.543Z Compiling vcpkg v0.2.15
13442024-05-14T07:46:49.166Z Compiling fnv v1.0.7
13452024-05-14T07:46:49.167Z Compiling futures-sink v0.3.30
13462024-05-14T07:46:49.167Z Compiling ring v0.16.20
13472024-05-14T07:46:49.498Z Compiling openssl-sys v0.9.102
13482024-05-14T07:46:49.538Z Compiling futures-channel v0.3.30
13492024-05-14T07:46:49.591Z Compiling slog v2.7.0
13502024-05-14T07:46:49.934Z Compiling pin-utils v0.1.0
13512024-05-14T07:46:50.029Z Compiling futures-task v0.3.30
13522024-05-14T07:46:50.070Z Compiling futures-io v0.3.30
13532024-05-14T07:46:50.167Z Compiling spin v0.5.2
13542024-05-14T07:46:50.202Z Compiling semver v1.0.22
13552024-05-14T07:46:50.311Z Compiling openssl v0.10.64
13562024-05-14T07:46:50.396Z Compiling rustix v0.38.31
13572024-05-14T07:46:50.411Z Compiling iana-time-zone v0.1.57
13582024-05-14T07:46:50.468Z Compiling heck v0.4.1
13592024-05-14T07:46:50.719Z Compiling native-tls v0.2.11
13602024-05-14T07:46:50.729Z Compiling rustls v0.21.9
13612024-05-14T07:46:50.894Z Compiling cpufeatures v0.2.12
13622024-05-14T07:46:50.929Z Compiling tinyvec_macros v0.1.1
13632024-05-14T07:46:50.963Z Compiling backtrace v0.3.69
13642024-05-14T07:46:51.424Z Compiling serde_derive_internals v0.29.0
13652024-05-14T07:46:51.442Z Compiling tinyvec v1.6.0
13662024-05-14T07:46:51.442Z Compiling cookie v0.17.0
13672024-05-14T07:46:51.442Z Compiling aho-corasick v1.1.2
13682024-05-14T07:46:51.823Z Compiling unicode-bidi v0.3.15
13692024-05-14T07:46:52.108Z Compiling heck v0.5.0
13702024-05-14T07:46:52.400Z Compiling unicode-normalization v0.1.22
13712024-05-14T07:46:52.529Z Compiling dyn-clone v1.0.17
13722024-05-14T07:46:52.621Z Compiling regex-syntax v0.8.2
13732024-05-14T07:46:53.345Z Compiling anyhow v1.0.83
13742024-05-14T07:46:53.461Z Compiling crossbeam-utils v0.8.19
13752024-05-14T07:46:53.522Z Compiling ppv-lite86 v0.2.17
13762024-05-14T07:46:53.816Z Compiling tracing-core v0.1.32
13772024-05-14T07:46:54.408Z Compiling ucd-trie v0.1.6
13782024-05-14T07:46:55.324Z Compiling percent-encoding v2.3.1
13792024-05-14T07:46:55.514Z Compiling rand_chacha v0.3.1
13802024-05-14T07:46:56.113Z Compiling regex-automata v0.4.5
13812024-05-14T07:46:57.143Z Compiling rand v0.8.5
13822024-05-14T07:46:57.317Z Compiling spin v0.9.8
13832024-05-14T07:46:57.770Z Compiling rustversion v1.0.14
13842024-05-14T07:46:58.040Z Compiling powerfmt v0.2.0
13852024-05-14T07:46:58.172Z Compiling serde_derive v1.0.201
13862024-05-14T07:46:58.408Z Compiling zeroize_derive v1.4.2
13872024-05-14T07:46:58.435Z Compiling zerocopy-derive v0.7.32
13882024-05-14T07:46:58.521Z Compiling thiserror-impl v1.0.59
13892024-05-14T07:46:59.025Z Compiling tokio-macros v2.2.0
13902024-05-14T07:46:59.194Z Compiling futures-macro v0.3.30
13912024-05-14T07:46:59.616Z Compiling tracing-attributes v0.1.27
13922024-05-14T07:47:00.088Z Compiling zeroize v1.7.0
13932024-05-14T07:47:00.731Z Compiling schemars_derive v0.8.17
13942024-05-14T07:47:00.799Z Compiling zerocopy v0.7.32
13952024-05-14T07:47:01.847Z Compiling crypto-common v0.1.6
13962024-05-14T07:47:02.064Z Compiling block-buffer v0.10.4
13972024-05-14T07:47:02.140Z Compiling futures-util v0.3.30
13982024-05-14T07:47:02.435Z Compiling digest v0.10.7
13992024-05-14T07:47:02.911Z Compiling hashbrown v0.14.3
14002024-05-14T07:47:02.959Z Compiling openssl-macros v0.1.1
14012024-05-14T07:47:03.017Z Compiling async-trait v0.1.80
14022024-05-14T07:47:04.097Z Compiling scroll_derive v0.12.0
14032024-05-14T07:47:04.222Z Compiling tracing v0.1.40
14042024-05-14T07:47:04.242Z Compiling pest v2.7.6
14052024-05-14T07:47:04.772Z Compiling regex v1.10.4
14062024-05-14T07:47:05.535Z Compiling der_derive v0.7.2
14072024-05-14T07:47:05.904Z Compiling deranged v0.3.11
14082024-05-14T07:47:06.595Z Compiling pest_meta v2.7.6
14092024-05-14T07:47:07.020Z Compiling form_urlencoded v1.2.1
14102024-05-14T07:47:07.345Z Compiling usdt-impl v0.5.0
14112024-05-14T07:47:07.850Z Compiling pest_generator v2.7.6
14122024-05-14T07:47:08.190Z Compiling num_threads v0.1.6
14132024-05-14T07:47:08.242Z Compiling winnow v0.5.15
14142024-05-14T07:47:08.309Z Compiling unicode-width v0.1.11
14152024-05-14T07:47:08.479Z Compiling time v0.3.34
14162024-05-14T07:47:09.953Z Compiling scroll v0.12.0
14172024-05-14T07:47:11.646Z Compiling pest_derive v2.7.6
14182024-05-14T07:47:11.749Z Compiling plain v0.2.3
14192024-05-14T07:47:11.888Z Compiling goblin v0.8.0
14202024-05-14T07:47:12.386Z Compiling bytes v1.6.0
14212024-05-14T07:47:12.895Z Compiling indexmap v2.2.6
14222024-05-14T07:47:13.479Z Compiling tokio v1.37.0
14232024-05-14T07:47:13.978Z Compiling serde_tokenstream v0.2.0
14242024-05-14T07:47:14.132Z Compiling uuid v1.8.0
14252024-05-14T07:47:14.543Z Compiling chrono v0.4.38
14262024-05-14T07:47:15.346Z Compiling bitflags v2.4.2
14272024-05-14T07:47:15.623Z Compiling http v0.2.12
14282024-05-14T07:47:17.070Z Compiling serde_spanned v0.6.5
14292024-05-14T07:47:17.310Z Compiling toml_datetime v0.6.5
14302024-05-14T07:47:17.760Z Compiling rustc_version v0.4.0
14312024-05-14T07:47:18.495Z Compiling toml_edit v0.19.15
14322024-05-14T07:47:19.091Z Compiling openapiv3 v2.0.0
14332024-05-14T07:47:20.688Z Compiling idna v0.5.0
14342024-05-14T07:47:22.067Z Compiling crc32fast v1.3.2
14352024-05-14T07:47:22.103Z Compiling pretty-hex v0.4.1
14362024-05-14T07:47:22.623Z Compiling dof v0.3.0
14372024-05-14T07:47:22.662Z Compiling url v2.5.0
14382024-05-14T07:47:23.456Z Compiling dtrace-parser v0.2.0
14392024-05-14T07:47:24.274Z Compiling lazy_static v1.4.0
14402024-05-14T07:47:24.489Z Compiling thread-id v4.2.0
14412024-05-14T07:47:25.933Z Compiling tokio-util v0.7.10
14422024-05-14T07:47:26.148Z Compiling untrusted v0.7.1
14432024-05-14T07:47:26.874Z Compiling foreign-types-shared v0.1.1
14442024-05-14T07:47:26.955Z Compiling untrusted v0.9.0
14452024-05-14T07:47:28.335Z Compiling foreign-types v0.3.2
14462024-05-14T07:47:30.320Z Compiling errno v0.3.8
14472024-05-14T07:47:30.549Z Compiling try-lock v0.2.4
14482024-05-14T07:47:30.836Z Compiling base64 v0.21.7
14492024-05-14T07:47:30.989Z Compiling adler v1.0.2
14502024-05-14T07:47:31.076Z Compiling want v0.3.1
14512024-05-14T07:47:31.205Z Compiling miniz_oxide v0.7.1
14522024-05-14T07:47:32.043Z Compiling sct v0.7.0
14532024-05-14T07:47:32.544Z Compiling rustls-webpki v0.101.7
14542024-05-14T07:47:32.721Z Compiling h2 v0.3.26
14552024-05-14T07:47:32.911Z Compiling usdt-macro v0.5.0
14562024-05-14T07:47:33.094Z Compiling usdt-attr-macro v0.5.0
14572024-05-14T07:47:34.416Z Compiling http-body v0.4.5
14582024-05-14T07:47:35.075Z Compiling num-bigint v0.4.4
14592024-05-14T07:47:35.907Z Compiling tower-service v0.3.2
14602024-05-14T07:47:36.023Z Compiling openssl-probe v0.1.5
14612024-05-14T07:47:36.446Z Compiling httpdate v1.0.3
14622024-05-14T07:47:37.673Z Compiling heapless v0.7.16
14632024-05-14T07:47:38.106Z Compiling idna v0.3.0
14642024-05-14T07:47:38.233Z Compiling bzip2-sys v0.1.11+1.0.8
14652024-05-14T07:47:38.675Z Compiling signal-hook v0.3.17
14662024-05-14T07:47:38.713Z Compiling psl-types v2.0.11
14672024-05-14T07:47:38.915Z Compiling base64ct v1.6.0
14682024-05-14T07:47:39.512Z Compiling hyper v0.14.28
14692024-05-14T07:47:39.674Z Compiling publicsuffix v2.2.3
14702024-05-14T07:47:41.348Z Compiling tokio-rustls v0.24.1
14712024-05-14T07:47:41.364Z Compiling tokio-native-tls v0.3.1
14722024-05-14T07:47:41.398Z Compiling crossbeam-epoch v0.9.18
14732024-05-14T07:47:41.963Z Compiling gimli v0.28.0
14742024-05-14T07:47:41.963Z Compiling ipnet v2.9.0
14752024-05-14T07:47:42.797Z Compiling cookie_store v0.20.0
14762024-05-14T07:47:44.218Z Compiling rustls-pemfile v1.0.3
14772024-05-14T07:47:44.218Z Compiling serde_urlencoded v0.7.1
14782024-05-14T07:47:44.359Z Compiling enum-as-inner v0.5.1
14792024-05-14T07:47:44.970Z Compiling object v0.32.1
14802024-05-14T07:47:45.398Z Compiling encoding_rs v0.8.33
14812024-05-14T07:47:45.915Z Compiling addr2line v0.21.0
14822024-05-14T07:47:46.837Z Compiling hyper-tls v0.5.0
14832024-05-14T07:47:46.857Z Compiling hyper-rustls v0.24.2
14842024-05-14T07:47:46.858Z Compiling data-encoding v2.4.0
14852024-05-14T07:47:46.858Z Compiling mime v0.3.17
14862024-05-14T07:47:47.392Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14872024-05-14T07:47:48.045Z Compiling rustc-demangle v0.1.23
14882024-05-14T07:47:48.187Z Compiling sync_wrapper v0.1.2
14892024-05-14T07:47:48.321Z Compiling either v1.11.0
14902024-05-14T07:47:49.160Z Compiling smoltcp v0.9.1
14912024-05-14T07:47:49.369Z Compiling webpki-roots v0.25.2
14922024-05-14T07:47:49.518Z Compiling reqwest v0.11.27
14932024-05-14T07:47:49.931Z Compiling pem-rfc7468 v0.7.0
14942024-05-14T07:47:51.162Z Compiling hmac v0.12.1
14952024-05-14T07:47:51.419Z Compiling futures-executor v0.3.30
14962024-05-14T07:47:51.800Z Compiling regress v0.9.1
14972024-05-14T07:47:53.116Z Compiling siphasher v0.3.11
14982024-05-14T07:47:53.933Z Compiling flagset v0.4.3
14992024-05-14T07:47:54.038Z Compiling winnow v0.6.1
15002024-05-14T07:47:54.120Z Compiling unicode-segmentation v1.10.1
15012024-05-14T07:47:54.217Z Compiling der v0.7.8
15022024-05-14T07:47:55.381Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
15032024-05-14T07:47:57.142Z Compiling flate2 v1.0.30
15042024-05-14T07:47:57.986Z Compiling toml_edit v0.22.12
15052024-05-14T07:47:58.786Z Compiling hubpack_derive v0.1.1
15062024-05-14T07:47:59.693Z Compiling clap_derive v4.5.4
15072024-05-14T07:47:59.707Z Compiling zerocopy-derive v0.6.6
15082024-05-14T07:48:00.477Z Compiling bitflags v1.3.2
15092024-05-14T07:48:00.545Z Compiling anstyle v1.0.7
15102024-05-14T07:48:01.133Z Compiling utf8parse v0.2.1
15112024-05-14T07:48:01.942Z Compiling anstyle-parse v0.2.1
15122024-05-14T07:48:02.132Z Compiling sha2 v0.10.8
15132024-05-14T07:48:04.445Z Compiling futures v0.3.30
15142024-05-14T07:48:04.457Z Compiling spki v0.7.2
15152024-05-14T07:48:04.970Z Compiling md-5 v0.10.5
15162024-05-14T07:48:05.215Z Compiling toml v0.7.8
15172024-05-14T07:48:05.238Z Compiling hex v0.4.3
15182024-05-14T07:48:05.390Z Compiling block-padding v0.3.3
15192024-05-14T07:48:05.603Z Compiling stringprep v0.1.3
15202024-05-14T07:48:05.861Z Compiling diesel_table_macro_syntax v0.1.0
15212024-05-14T07:48:05.883Z Compiling num-integer v0.1.46
15222024-05-14T07:48:06.320Z Compiling hash32 v0.2.1
15232024-05-14T07:48:06.482Z Compiling anstyle-query v1.0.0
15242024-05-14T07:48:06.553Z Compiling colorchoice v1.0.0
15252024-05-14T07:48:06.606Z Compiling fallible-iterator v0.2.0
15262024-05-14T07:48:06.707Z Compiling stable_deref_trait v1.2.0
15272024-05-14T07:48:07.195Z Compiling anstream v0.6.11
15282024-05-14T07:48:07.254Z Compiling postgres-protocol v0.6.6
15292024-05-14T07:48:07.585Z Compiling diesel_derives v2.1.2
15302024-05-14T07:48:08.511Z Compiling inout v0.1.3
15312024-05-14T07:48:08.558Z Compiling pkcs8 v0.10.2
15322024-05-14T07:48:09.098Z Compiling phf_shared v0.11.2
15332024-05-14T07:48:09.473Z Compiling terminal_size v0.3.0
15342024-05-14T07:48:09.974Z Compiling ff v0.13.0
15352024-05-14T07:48:09.979Z Compiling strum_macros v0.25.2
15362024-05-14T07:48:10.062Z Compiling serde_repr v0.1.16
15372024-05-14T07:48:10.217Z Compiling scheduled-thread-pool v0.2.7
15382024-05-14T07:48:10.720Z Compiling matches v0.1.10
15392024-05-14T07:48:10.785Z Compiling regex-automata v0.1.10
15402024-05-14T07:48:10.812Z Compiling bit-vec v0.6.3
15412024-05-14T07:48:11.239Z Compiling managed v0.8.0
15422024-05-14T07:48:11.267Z Compiling base16ct v0.2.0
15432024-05-14T07:48:11.695Z Compiling strsim v0.11.0
15442024-05-14T07:48:11.714Z Compiling clap_lex v0.7.0
15452024-05-14T07:48:11.714Z Compiling sec1 v0.7.3
15462024-05-14T07:48:11.959Z Compiling clap_builder v4.5.2
15472024-05-14T07:48:12.131Z Compiling bstr v0.2.17
15482024-05-14T07:48:13.386Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
15492024-05-14T07:48:13.488Z Compiling idna v0.2.3
15502024-05-14T07:48:13.722Z Compiling r2d2 v0.8.10
15512024-05-14T07:48:14.121Z Compiling group v0.13.0
15522024-05-14T07:48:14.796Z Compiling phf v0.11.2
15532024-05-14T07:48:15.052Z Compiling signal-hook-mio v0.2.3
15542024-05-14T07:48:15.215Z Compiling cipher v0.4.4
15552024-05-14T07:48:15.434Z Compiling bzip2 v0.4.4
15562024-05-14T07:48:15.724Z Compiling postgres-types v0.2.6
15572024-05-14T07:48:16.168Z Compiling zerocopy v0.6.6
15582024-05-14T07:48:16.792Z Compiling hubpack v0.1.2
15592024-05-14T07:48:17.021Z Compiling phf_shared v0.10.0
15602024-05-14T07:48:17.223Z Compiling hkdf v0.12.4
15612024-05-14T07:48:17.819Z Compiling crypto-bigint v0.5.2
15622024-05-14T07:48:17.829Z Compiling ipnetwork v0.20.0
15632024-05-14T07:48:18.563Z Compiling float-cmp v0.9.0
15642024-05-14T07:48:18.791Z Compiling memmap v0.7.0
15652024-05-14T07:48:19.146Z Compiling whoami v1.5.1
15662024-05-14T07:48:19.853Z Compiling new_debug_unreachable v1.0.4
15672024-05-14T07:48:20.192Z Compiling difflib v0.4.0
15682024-05-14T07:48:21.481Z Compiling precomputed-hash v0.1.1
15692024-05-14T07:48:21.602Z Compiling static_assertions v1.1.0
15702024-05-14T07:48:21.704Z Compiling normalize-line-endings v0.3.0
15712024-05-14T07:48:21.796Z Compiling predicates-core v1.0.6
15722024-05-14T07:48:21.951Z Compiling fixedbitset v0.4.2
15732024-05-14T07:48:22.039Z Compiling minimal-lexical v0.2.1
15742024-05-14T07:48:22.174Z Compiling predicates v3.1.0
15752024-05-14T07:48:22.413Z Compiling petgraph v0.6.4
15762024-05-14T07:48:22.552Z Compiling nom v7.1.3
15772024-05-14T07:48:22.704Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
15782024-05-14T07:48:23.022Z Compiling string_cache v0.8.7
15792024-05-14T07:48:23.199Z Compiling diesel v2.1.6
15802024-05-14T07:48:23.488Z Compiling trust-dns-proto v0.22.0
15812024-05-14T07:48:24.721Z Compiling tokio-postgres v0.7.10
15822024-05-14T07:48:26.188Z Compiling elliptic-curve v0.13.8
15832024-05-14T07:48:26.234Z Compiling usdt v0.5.0
15842024-05-14T07:48:26.251Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
15852024-05-14T07:48:26.765Z Compiling yasna v0.5.2
15862024-05-14T07:48:26.770Z Compiling zip v0.6.6
15872024-05-14T07:48:26.976Z Compiling clap v4.5.4
15882024-05-14T07:48:27.633Z Compiling crossterm v0.27.0
15892024-05-14T07:48:28.195Z Compiling similar v2.4.0
15902024-05-14T07:48:28.653Z Compiling bit-set v0.5.3
15912024-05-14T07:48:28.940Z Compiling num-iter v0.1.45
15922024-05-14T07:48:29.118Z Compiling console v0.15.8
15932024-05-14T07:48:29.516Z Compiling itertools v0.10.5
15942024-05-14T07:48:30.039Z Compiling tokio-stream v0.1.15
15952024-05-14T07:48:30.924Z Compiling getopts v0.2.21
15962024-05-14T07:48:31.088Z Compiling bstr v1.9.0
15972024-05-14T07:48:31.414Z Compiling unsafe-libyaml v0.2.10
15982024-05-14T07:48:31.513Z Compiling peg-runtime v0.8.3
15992024-05-14T07:48:31.910Z Compiling lalrpop-util v0.19.12
16002024-05-14T07:48:32.336Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
16012024-05-14T07:48:32.685Z Compiling serde_yaml v0.9.25
16022024-05-14T07:48:35.522Z Compiling camino v1.1.6
16032024-05-14T07:48:38.591Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
16042024-05-14T07:48:39.250Z Compiling sha1 v0.10.6
16052024-05-14T07:48:40.490Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
16062024-05-14T07:48:54.279Z Compiling strsim v0.10.0
16072024-05-14T07:48:55.200Z Compiling ident_case v1.0.1
16082024-05-14T07:48:55.227Z Compiling darling_core v0.20.8
16092024-05-14T07:48:57.617Z Compiling strum_macros v0.26.1
16102024-05-14T07:48:58.862Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16112024-05-14T07:48:58.981Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
16122024-05-14T07:49:02.076Z Compiling darling_macro v0.20.8
16132024-05-14T07:49:02.864Z Compiling strum v0.26.2
16142024-05-14T07:49:03.405Z Compiling darling v0.20.8
16152024-05-14T07:49:03.528Z Compiling dirs-sys-next v0.1.2
16162024-05-14T07:49:03.844Z Compiling match_cfg v0.1.0
16172024-05-14T07:49:03.931Z Compiling base64 v0.22.1
16182024-05-14T07:49:04.139Z Compiling hostname v0.3.1
16192024-05-14T07:49:04.557Z Compiling dirs-next v2.0.0
16202024-05-14T07:49:04.558Z Compiling http v1.0.0
16212024-05-14T07:49:04.558Z Compiling thread_local v1.1.7
16222024-05-14T07:49:04.558Z Compiling rustls-pki-types v1.3.0
16232024-05-14T07:49:04.700Z Compiling slog-async v2.8.0
16242024-05-14T07:49:04.967Z Compiling term v0.7.0
16252024-05-14T07:49:05.256Z Compiling crossbeam-channel v0.5.8
16262024-05-14T07:49:05.277Z Compiling is-terminal v0.4.9
16272024-05-14T07:49:05.408Z Compiling paste v1.0.14
16282024-05-14T07:49:05.750Z Compiling take_mut v0.2.2
16292024-05-14T07:49:05.921Z Compiling rustls v0.22.4
16302024-05-14T07:49:05.988Z Compiling slog-term v2.9.1
16312024-05-14T07:49:06.469Z Compiling rustls-webpki v0.102.1
16322024-05-14T07:49:06.522Z Compiling multer v3.1.0
16332024-05-14T07:49:06.956Z Compiling instant v0.1.12
16342024-05-14T07:49:06.968Z Compiling slog-json v2.6.1
16352024-05-14T07:49:06.969Z Compiling async-stream-impl v0.3.5
16362024-05-14T07:49:07.154Z Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
16372024-05-14T07:49:07.246Z Compiling debug-ignore v1.0.5
16382024-05-14T07:49:07.458Z Compiling atomic-waker v1.1.1
16392024-05-14T07:49:07.551Z Compiling slog-bunyan v2.5.0
16402024-05-14T07:49:07.679Z Compiling waitgroup v0.1.2
16412024-05-14T07:49:07.878Z Compiling rustls-pemfile v2.1.2
16422024-05-14T07:49:07.914Z Compiling serde_with_macros v3.7.0
16432024-05-14T07:49:08.290Z Compiling async-stream v0.3.5
16442024-05-14T07:49:08.325Z Compiling toml v0.8.12
16452024-05-14T07:49:08.527Z Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
16462024-05-14T07:49:08.622Z Compiling serde_path_to_error v0.1.16
16472024-05-14T07:49:08.821Z Compiling structmeta-derive v0.3.0
16482024-05-14T07:49:09.467Z Compiling hostname v0.4.0
16492024-05-14T07:49:09.736Z Compiling proc-macro-error-attr v1.0.4
16502024-05-14T07:49:10.121Z Compiling proc-macro-error v1.0.4
16512024-05-14T07:49:10.135Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
16522024-05-14T07:49:10.553Z Compiling newtype-uuid v1.1.0
16532024-05-14T07:49:10.737Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
16542024-05-14T07:49:10.846Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
16552024-05-14T07:49:11.048Z Compiling serde_with v3.7.0
16562024-05-14T07:49:11.475Z Compiling tokio-rustls v0.25.0
16572024-05-14T07:49:11.903Z Compiling structmeta v0.3.0
16582024-05-14T07:49:12.049Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
16592024-05-14T07:49:12.227Z Compiling backoff v0.4.0
16602024-05-14T07:49:12.331Z Compiling parse-display-derive v0.9.0
16612024-05-14T07:49:12.954Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
16622024-05-14T07:49:13.372Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
16632024-05-14T07:49:13.548Z Compiling macaddr v1.0.1
16642024-05-14T07:49:13.576Z Compiling proc-macro-crate v1.3.1
16652024-05-14T07:49:14.039Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16662024-05-14T07:49:14.438Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16672024-05-14T07:49:14.734Z Compiling num_enum_derive v0.5.11
16682024-05-14T07:49:14.797Z Compiling foreign-types-macros v0.2.3
16692024-05-14T07:49:14.993Z Compiling heapless v0.8.0
16702024-05-14T07:49:15.571Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16712024-05-14T07:49:15.867Z Compiling foreign-types-shared v0.3.1
16722024-05-14T07:49:16.124Z Compiling foreign-types v0.5.0
16732024-05-14T07:49:16.380Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16742024-05-14T07:49:16.485Z Compiling cstr-argument v0.1.2
16752024-05-14T07:49:16.734Z Compiling hash32 v0.3.1
16762024-05-14T07:49:16.979Z Compiling pretty-hex v0.2.1
16772024-05-14T07:49:17.169Z Compiling smoltcp v0.11.0
16782024-05-14T07:49:17.269Z Compiling parse-display v0.9.0
16792024-05-14T07:49:17.577Z Compiling num_enum v0.5.11
16802024-05-14T07:49:17.597Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16812024-05-14T07:49:17.705Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16822024-05-14T07:49:17.932Z Compiling tabwriter v1.4.0
16832024-05-14T07:49:17.947Z Compiling colored v2.1.0
16842024-05-14T07:49:18.055Z Compiling socket2 v0.4.9
16852024-05-14T07:49:18.518Z Compiling fastrand v2.0.1
16862024-05-14T07:49:18.518Z Compiling cobs v0.2.3
16872024-05-14T07:49:18.518Z Compiling embedded-io v0.4.0
16882024-05-14T07:49:18.684Z Compiling postcard v1.0.8
16892024-05-14T07:49:18.709Z Compiling tempfile v3.10.1
16902024-05-14T07:49:18.738Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
16912024-05-14T07:49:18.909Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
16922024-05-14T07:49:19.041Z Compiling crucible-workspace-hack v0.1.0
16932024-05-14T07:49:19.143Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
16942024-05-14T07:49:19.419Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
16952024-05-14T07:49:19.528Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
16962024-05-14T07:49:19.742Z Compiling smf v0.2.3
16972024-05-14T07:49:19.831Z Compiling humantime v2.1.0
16982024-05-14T07:49:19.871Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
16992024-05-14T07:49:20.143Z Compiling platforms v3.0.2
17002024-05-14T07:49:20.296Z Compiling camino-tempfile v1.1.1
17012024-05-14T07:49:20.326Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
17022024-05-14T07:49:20.344Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
17032024-05-14T07:49:20.506Z Compiling num-derive v0.4.0
17042024-05-14T07:49:20.722Z Compiling sigpipe v0.1.3
17052024-05-14T07:49:20.816Z Compiling utf-8 v0.7.6
17062024-05-14T07:49:20.842Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
17072024-05-14T07:49:21.108Z Compiling atty v0.2.14
17082024-05-14T07:49:21.242Z Compiling unicase v2.7.0
17092024-05-14T07:49:21.245Z Compiling rayon-core v1.12.1
17102024-05-14T07:49:21.562Z Compiling semver v0.1.20
17112024-05-14T07:49:21.607Z Compiling newline-converter v0.3.0
17122024-05-14T07:49:21.665Z Compiling curve25519-dalek v4.1.2
17132024-05-14T07:49:21.772Z Compiling crossbeam-deque v0.8.3
17142024-05-14T07:49:21.863Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
17152024-05-14T07:49:22.106Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17162024-05-14T07:49:22.214Z Compiling rustc_version v0.1.7
17172024-05-14T07:49:22.289Z Compiling universal-hash v0.5.1
17182024-05-14T07:49:22.719Z Compiling opaque-debug v0.3.0
17192024-05-14T07:49:22.749Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
17202024-05-14T07:49:22.817Z Compiling same-file v1.0.6
17212024-05-14T07:49:23.072Z Compiling walkdir v2.5.0
17222024-05-14T07:49:23.497Z Compiling newtype_derive v0.1.6
17232024-05-14T07:49:23.660Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17242024-05-14T07:49:23.811Z Compiling expectorate v1.1.0
17252024-05-14T07:49:23.818Z Compiling tungstenite v0.20.1
17262024-05-14T07:49:24.004Z Compiling signature v2.1.0
17272024-05-14T07:49:24.022Z Compiling curve25519-dalek-derive v0.1.0
17282024-05-14T07:49:24.022Z Compiling blake3 v1.5.0
17292024-05-14T07:49:24.055Z Compiling termcolor v1.2.0
17302024-05-14T07:49:24.226Z Compiling quick-error v1.2.3
17312024-05-14T07:49:24.431Z Compiling linked-hash-map v0.5.6
17322024-05-14T07:49:24.642Z Compiling getrandom v0.1.16
17332024-05-14T07:49:24.793Z Compiling arc-swap v1.6.0
17342024-05-14T07:49:24.938Z Compiling lru-cache v0.1.2
17352024-05-14T07:49:25.139Z Compiling tokio-tungstenite v0.20.1
17362024-05-14T07:49:25.350Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17372024-05-14T07:49:25.503Z Compiling slog-scope v4.4.0
17382024-05-14T07:49:25.555Z Compiling rayon v1.10.0
17392024-05-14T07:49:25.623Z Compiling env_logger v0.9.3
17402024-05-14T07:49:25.828Z Compiling resolv-conf v0.7.0
17412024-05-14T07:49:26.288Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17422024-05-14T07:49:26.409Z Compiling password-hash v0.5.0
17432024-05-14T07:49:26.619Z Compiling blake2 v0.10.6
17442024-05-14T07:49:26.781Z Compiling bitstruct_derive v0.1.0
17452024-05-14T07:49:26.973Z Compiling filetime v0.2.23
17462024-05-14T07:49:27.023Z Compiling memmap2 v0.7.1
17472024-05-14T07:49:27.299Z Compiling xattr v1.0.1
17482024-05-14T07:49:27.437Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17492024-05-14T07:49:27.525Z Compiling arrayref v0.3.7
17502024-05-14T07:49:27.563Z Compiling parking_lot_core v0.8.6
17512024-05-14T07:49:27.582Z Compiling home v0.5.5
17522024-05-14T07:49:27.615Z Compiling ascii v1.1.0
17532024-05-14T07:49:27.838Z Compiling constant_time_eq v0.3.0
17542024-05-14T07:49:28.004Z Compiling arrayvec v0.7.4
17552024-05-14T07:49:28.025Z Compiling bytecount v0.6.3
17562024-05-14T07:49:28.109Z Compiling libefi-sys v0.1.0
17572024-05-14T07:49:28.167Z Compiling bitstruct v0.1.1
17582024-05-14T07:49:28.189Z Compiling papergrid v0.11.0
17592024-05-14T07:49:28.248Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
17602024-05-14T07:49:28.288Z Compiling toolchain_find v0.4.0
17612024-05-14T07:49:28.382Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17622024-05-14T07:49:28.434Z Compiling tar v0.4.40
17632024-05-14T07:49:28.645Z Compiling argon2 v0.5.3
17642024-05-14T07:49:28.914Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17652024-05-14T07:49:29.791Z Compiling trust-dns-resolver v0.22.0
17662024-05-14T07:49:30.460Z Compiling slog-stdlog v4.1.1
17672024-05-14T07:49:30.819Z Compiling tabled_derive v0.7.0
17682024-05-14T07:49:31.116Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17692024-05-14T07:49:31.671Z Compiling num-rational v0.4.2
17702024-05-14T07:49:31.824Z Compiling rfc6979 v0.4.0
17712024-05-14T07:49:32.441Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17722024-05-14T07:49:32.514Z Compiling serde_arrays v0.1.0
17732024-05-14T07:49:32.671Z Compiling erased-serde v0.3.31
17742024-05-14T07:49:32.807Z Compiling aead v0.5.2
17752024-05-14T07:49:33.289Z Compiling num-complex v0.4.6
17762024-05-14T07:49:33.439Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
17772024-05-14T07:49:33.444Z Compiling nibble_vec v0.1.0
17782024-05-14T07:49:33.887Z Compiling slog-dtrace v0.3.0
17792024-05-14T07:49:33.891Z Compiling endian-type v0.1.2
17802024-05-14T07:49:33.891Z Compiling keccak v0.1.4
17812024-05-14T07:49:33.891Z Compiling topological-sort v0.2.2
17822024-05-14T07:49:33.891Z Compiling cancel-safe-futures v0.1.5
17832024-05-14T07:49:34.040Z Compiling winapi v0.3.9
17842024-05-14T07:49:34.077Z Compiling sha3 v0.10.8
17852024-05-14T07:49:34.227Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17862024-05-14T07:49:34.247Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
17872024-05-14T07:49:34.303Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
17882024-05-14T07:49:34.848Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17892024-05-14T07:49:35.088Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
17902024-05-14T07:49:35.150Z Compiling num v0.4.3
17912024-05-14T07:49:35.257Z Compiling omicron-zone-package v0.11.0
17922024-05-14T07:49:35.406Z Compiling radix_trie v0.2.1
17932024-05-14T07:49:35.597Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17942024-05-14T07:49:36.096Z Compiling tabled v0.15.0
17952024-05-14T07:49:36.133Z Compiling rustfmt-wrapper v0.2.1
17962024-05-14T07:49:36.340Z Compiling ecdsa v0.16.9
17972024-05-14T07:49:36.528Z Compiling rand_core v0.5.1
17982024-05-14T07:49:36.683Z Compiling slog-envlogger v2.2.0
17992024-05-14T07:49:37.016Z Compiling steno v0.4.0
18002024-05-14T07:49:37.565Z Compiling mime_guess v2.0.4
18012024-05-14T07:49:38.517Z Compiling poly1305 v0.8.0
18022024-05-14T07:49:38.728Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18032024-05-14T07:49:39.908Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
18042024-05-14T07:49:40.281Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18052024-05-14T07:49:40.608Z Compiling primeorder v0.13.6
18062024-05-14T07:49:40.665Z Compiling chacha20 v0.9.1
18072024-05-14T07:49:41.105Z Compiling heck v0.3.3
18082024-05-14T07:49:41.537Z Compiling secrecy v0.8.0
18092024-05-14T07:49:41.544Z Compiling thiserror-impl-no-std v2.0.2
18102024-05-14T07:49:41.544Z Compiling half v2.3.1
18112024-05-14T07:49:41.605Z Compiling option-ext v0.2.0
18122024-05-14T07:49:41.688Z Compiling convert_case v0.4.0
18132024-05-14T07:49:41.736Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
18142024-05-14T07:49:42.038Z Compiling ciborium-io v0.2.2
18152024-05-14T07:49:42.064Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
18162024-05-14T07:49:42.177Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18172024-05-14T07:49:42.762Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18182024-05-14T07:49:42.771Z Compiling ciborium-ll v0.2.2
18192024-05-14T07:49:42.771Z Compiling derive_more v0.99.17
18202024-05-14T07:49:42.825Z Compiling dirs-sys v0.4.1
18212024-05-14T07:49:42.951Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
18222024-05-14T07:49:43.879Z Compiling zone_cfg_derive v0.1.2
18232024-05-14T07:49:43.885Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
18242024-05-14T07:49:43.885Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18252024-05-14T07:49:44.615Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
18262024-05-14T07:49:44.999Z Compiling thiserror-no-std v2.0.2
18272024-05-14T07:49:45.027Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
18282024-05-14T07:49:46.009Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18292024-05-14T07:49:46.888Z Compiling parking_lot v0.11.2
18302024-05-14T07:49:47.474Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
18312024-05-14T07:49:48.408Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18322024-05-14T07:49:48.780Z Compiling rand_chacha v0.2.2
18332024-05-14T07:49:51.765Z Compiling trust-dns-client v0.22.0
18342024-05-14T07:49:51.773Z Compiling ed25519 v2.2.2
18352024-05-14T07:49:51.773Z Compiling polyval v0.6.1
18362024-05-14T07:49:51.773Z Compiling tungstenite v0.21.0
18372024-05-14T07:49:51.773Z Compiling aes v0.8.3
18382024-05-14T07:49:51.819Z Compiling blowfish v0.9.1
18392024-05-14T07:49:52.271Z Compiling ctr v0.9.2
18402024-05-14T07:49:52.610Z Compiling password-hash v0.4.2
18412024-05-14T07:49:52.796Z Compiling libsw v3.3.1
18422024-05-14T07:49:53.101Z Compiling toml v0.5.11
18432024-05-14T07:49:53.448Z Compiling pbkdf2 v0.12.2
18442024-05-14T07:49:53.579Z Compiling derive-where v1.2.7
18452024-05-14T07:49:53.610Z Compiling gethostname v0.4.3
18462024-05-14T07:49:54.306Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
18472024-05-14T07:49:54.321Z Compiling fxhash v0.2.1
18482024-05-14T07:49:54.492Z Compiling linear-map v1.2.0
18492024-05-14T07:49:54.562Z Compiling swrite v0.1.0
18502024-05-14T07:49:54.704Z Compiling owo-colors v4.0.0
18512024-05-14T07:49:55.272Z Compiling base64 v0.13.1
18522024-05-14T07:49:55.464Z Compiling ron v0.7.1
18532024-05-14T07:49:56.700Z Compiling trust-dns-server v0.22.1
18542024-05-14T07:49:56.895Z Compiling sled v0.34.7
18552024-05-14T07:49:57.276Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
18562024-05-14T07:49:57.899Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18572024-05-14T07:49:59.794Z Compiling bcrypt-pbkdf v0.10.0
18582024-05-14T07:50:00.028Z Compiling pbkdf2 v0.11.0
18592024-05-14T07:50:00.389Z Compiling tokio-tungstenite v0.21.0
18602024-05-14T07:50:00.393Z Compiling ghash v0.5.0
18612024-05-14T07:50:00.562Z Compiling ed25519-dalek v2.0.0
18622024-05-14T07:50:00.908Z Compiling russh-cryptovec v0.7.0
18632024-05-14T07:50:01.178Z Compiling rand v0.7.3
18642024-05-14T07:50:01.521Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18652024-05-14T07:50:01.736Z Compiling vsss-rs v3.3.4
18662024-05-14T07:50:02.201Z Compiling zone v0.1.8
18672024-05-14T07:50:02.243Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
18682024-05-14T07:50:03.729Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
18692024-05-14T07:50:03.752Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
18702024-05-14T07:50:03.776Z Compiling dirs v5.0.1
18712024-05-14T07:50:04.523Z Compiling ciborium v0.2.2
18722024-05-14T07:50:05.388Z Compiling p521 v0.13.3
18732024-05-14T07:50:06.056Z Compiling p256 v0.13.2
18742024-05-14T07:50:06.339Z Compiling chacha20poly1305 v0.10.1
18752024-05-14T07:50:06.555Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18762024-05-14T07:50:06.813Z Compiling pem v3.0.4
18772024-05-14T07:50:06.910Z Compiling cbc v0.1.2
18782024-05-14T07:50:07.146Z Compiling headers-core v0.2.0
18792024-05-14T07:50:07.312Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
18802024-05-14T07:50:07.617Z Compiling kstat-rs v0.2.3
18812024-05-14T07:50:07.675Z Compiling portpicker v0.1.1
18822024-05-14T07:50:08.139Z Compiling nanorand v0.7.0
18832024-05-14T07:50:08.146Z Compiling glob v0.3.1
18842024-05-14T07:50:08.313Z Compiling http-range v0.1.5
18852024-05-14T07:50:08.463Z Compiling md5 v0.7.0
18862024-05-14T07:50:08.929Z Compiling hyper-staticfile v0.9.5
18872024-05-14T07:50:08.933Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
18882024-05-14T07:50:08.948Z Compiling russh-keys v0.43.0
18892024-05-14T07:50:08.998Z Compiling flume v0.11.0
18902024-05-14T07:50:09.401Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
18912024-05-14T07:50:09.531Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
18922024-05-14T07:50:09.707Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
18932024-05-14T07:50:12.347Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
18942024-05-14T07:50:12.768Z Compiling headers v0.3.9
18952024-05-14T07:50:13.523Z Compiling rcgen v0.12.1
18962024-05-14T07:50:14.756Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
18972024-05-14T07:50:15.039Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
18982024-05-14T07:50:16.089Z Compiling aes-gcm v0.10.3
18992024-05-14T07:50:16.374Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
19002024-05-14T07:50:17.432Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
19012024-05-14T07:50:18.593Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
19022024-05-14T07:50:19.236Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
19032024-05-14T07:50:22.560Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
19042024-05-14T07:50:23.125Z Compiling atomicwrites v0.4.3
19052024-05-14T07:50:23.491Z Compiling itertools v0.12.1
19062024-05-14T07:50:24.254Z Compiling subprocess v0.2.9
19072024-05-14T07:50:24.310Z Compiling display-error-chain v0.2.0
19082024-05-14T07:50:24.508Z Compiling dhcproto-macros v0.1.0
19092024-05-14T07:50:25.536Z Compiling hex-literal v0.4.1
19102024-05-14T07:50:25.688Z Compiling russh v0.43.0
19112024-05-14T07:50:25.896Z Compiling dhcproto v0.11.0
19122024-05-14T07:50:26.305Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19132024-05-14T07:50:26.471Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
19142024-05-14T07:50:26.646Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
19152024-05-14T07:50:27.081Z Compiling internet-checksum v0.2.1
19162024-05-14T07:50:27.279Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
19172024-05-14T07:50:47.673Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
19182024-05-14T07:51:28.168Z Finished dev [unoptimized + debuginfo] target(s) in 5m 13s
19192024-05-14T07:51:28.484Z
19202024-05-14T07:51:28.484Zreal 5:13.379597465
19212024-05-14T07:51:28.484Zuser 27:25.771427036
19222024-05-14T07:51:28.485Zsys 5:44.162973373
19232024-05-14T07:51:28.485Ztrap 0.808285390
19242024-05-14T07:51:28.485Ztflt 3.490529483
19252024-05-14T07:51:28.485Zdflt 4.954252249
19262024-05-14T07:51:28.485Zkflt 0.043712036
19272024-05-14T07:51:28.485Zlock 51:09.137804307
19282024-05-14T07:51:28.485Zslp 1:18:29.149234493
19292024-05-14T07:51:28.485Zlat 1:39.019118338
19302024-05-14T07:51:28.485Zstop 4:25.093787940
19312024-05-14T07:51:28.489Z+ mkdir -p /work
19322024-05-14T07:51:28.489Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin commtest
19332024-05-14T07:51:29.241Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
19342024-05-14T07:51:37.840Z Finished dev [unoptimized + debuginfo] target(s) in 9.30s
19352024-05-14T07:51:37.927Z
19362024-05-14T07:51:37.927Zreal 9.417301849
19372024-05-14T07:51:37.927Zuser 6.723413830
19382024-05-14T07:51:37.928Zsys 3.738986016
19392024-05-14T07:51:37.928Ztrap 0.003374745
19402024-05-14T07:51:37.928Ztflt 0.003521837
19412024-05-14T07:51:37.928Zdflt 0.042367220
19422024-05-14T07:51:37.928Zkflt 0.000000000
19432024-05-14T07:51:37.928Zlock 26.180886629
19442024-05-14T07:51:37.928Zslp 36.752446435
19452024-05-14T07:51:37.928Zlat 0.049203257
19462024-05-14T07:51:37.928Zstop 0.343371753
19472024-05-14T07:51:37.934Z+ cp target/debug/commtest /work/commtest
19482024-05-14T07:51:38.347Z+ mkdir -p /work/end-to-end-tests
19492024-05-14T07:51:38.351Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
19502024-05-14T07:51:38.879Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
19512024-05-14T07:51:38.880Z+ ptime -m gzip
19522024-05-14T07:51:38.887Z++ basename target/debug/bootstrap
19532024-05-14T07:51:51.255Z
19542024-05-14T07:51:51.255Zreal 12.357970800
19552024-05-14T07:51:51.255Zuser 12.257846738
19562024-05-14T07:51:51.255Zsys 0.085709102
19572024-05-14T07:51:51.255Ztrap 0.003683766
19582024-05-14T07:51:51.256Ztflt 0.000000000
19592024-05-14T07:51:51.256Zdflt 0.000000000
19602024-05-14T07:51:51.256Zkflt 0.000000000
19612024-05-14T07:51:51.256Zlock 0.000000000
19622024-05-14T07:51:51.256Zslp 0.000000000
19632024-05-14T07:51:51.256Zlat 0.010321699
19642024-05-14T07:51:51.256Zstop 0.000177748
19652024-05-14T07:51:51.267Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
19662024-05-14T07:51:51.267Z+ ptime -m gzip
19672024-05-14T07:51:51.267Z++ basename /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-b52017a8d7a600ab
19682024-05-14T07:51:52.141Z
19692024-05-14T07:51:52.141Zreal 0.882351953
19702024-05-14T07:51:52.149Zuser 0.874388660
19712024-05-14T07:51:52.150Zsys 0.007384975
19722024-05-14T07:51:52.150Ztrap 0.000050760
19732024-05-14T07:51:52.150Ztflt 0.000000000
19742024-05-14T07:51:52.151Zdflt 0.000000000
19752024-05-14T07:51:52.151Zkflt 0.000000000
19762024-05-14T07:51:52.151Zlock 0.000000000
19772024-05-14T07:51:52.151Zslp 0.000000000
19782024-05-14T07:51:52.151Zlat 0.000112449
19792024-05-14T07:51:52.152Zstop 0.000186008
19802024-05-14T07:51:52.152Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
19812024-05-14T07:51:52.152Z+ ptime -m gzip
19822024-05-14T07:51:52.152Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-39ec7c2842cbffda
19832024-05-14T07:51:53.033Z
19842024-05-14T07:51:53.033Zreal 0.890869649
19852024-05-14T07:51:53.033Zuser 0.883594363
19862024-05-14T07:51:53.033Zsys 0.006708305
19872024-05-14T07:51:53.034Ztrap 0.000053700
19882024-05-14T07:51:53.034Ztflt 0.000000000
19892024-05-14T07:51:53.034Zdflt 0.000000000
19902024-05-14T07:51:53.034Zkflt 0.000000000
19912024-05-14T07:51:53.034Zlock 0.000000000
19922024-05-14T07:51:53.034Zslp 0.000000000
19932024-05-14T07:51:53.034Zlat 0.000101882
19942024-05-14T07:51:53.034Zstop 0.000182377
19952024-05-14T07:51:53.038Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
19962024-05-14T07:51:53.038Z+ ptime -m gzip
19972024-05-14T07:51:53.038Z++ basename /work/oxidecomputer/omicron/target/debug/deps/commtest-5c9fad07b19370d9
19982024-05-14T07:51:53.927Z
19992024-05-14T07:51:53.927Zreal 0.887593943
20002024-05-14T07:51:53.927Zuser 0.879047833
20012024-05-14T07:51:53.927Zsys 0.007315006
20022024-05-14T07:51:53.928Ztrap 0.000338338
20032024-05-14T07:51:53.928Ztflt 0.000000000
20042024-05-14T07:51:53.928Zdflt 0.000000000
20052024-05-14T07:51:53.928Zkflt 0.000000000
20062024-05-14T07:51:53.928Zlock 0.000000000
20072024-05-14T07:51:53.928Zslp 0.000000000
20082024-05-14T07:51:53.928Zlat 0.000481277
20092024-05-14T07:51:53.928Zstop 0.000180038
20102024-05-14T07:51:53.935Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20112024-05-14T07:51:53.935Z+ ptime -m gzip
20122024-05-14T07:51:53.936Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-62c7852defdaa0db
20132024-05-14T07:52:06.678Z
20142024-05-14T07:52:06.678Zreal 12.737678916
20152024-05-14T07:52:06.678Zuser 12.660401590
20162024-05-14T07:52:06.678Zsys 0.074535517
20172024-05-14T07:52:06.678Ztrap 0.001274164
20182024-05-14T07:52:06.678Ztflt 0.000000000
20192024-05-14T07:52:06.678Zdflt 0.000000000
20202024-05-14T07:52:06.679Zkflt 0.000000000
20212024-05-14T07:52:06.679Zlock 0.000000000
20222024-05-14T07:52:06.679Zslp 0.000000000
20232024-05-14T07:52:06.679Zlat 0.001059623
20242024-05-14T07:52:06.679Zstop 0.000178188
20252024-05-14T07:52:06.695Z+ banner caboose-util
20262024-05-14T07:52:06.695Z
20272024-05-14T07:52:06.696Z #### ## ##### #### #### #### ###### # # #####
20282024-05-14T07:52:06.696Z # # # # # # # # # # # # # # #
20292024-05-14T07:52:06.696Z # # # ##### # # # # #### ##### ##### # # #
20302024-05-14T07:52:06.696Z # ###### # # # # # # # # # # #
20312024-05-14T07:52:06.696Z # # # # # # # # # # # # # # # #
20322024-05-14T07:52:06.696Z #### # # ##### #### #### #### ###### #### #
20332024-05-14T07:52:06.697Z
20342024-05-14T07:52:06.697Z+ ptime -m cargo build --locked -p caboose-util --release
20352024-05-14T07:52:07.161Z Downloading crates ...
20362024-05-14T07:52:07.336Z Downloaded crc-any v2.4.3
20372024-05-14T07:52:07.345Z Downloaded bitfield v0.14.0
20382024-05-14T07:52:07.352Z Downloaded path-slash v0.1.5
20392024-05-14T07:52:07.358Z Downloaded crc v3.0.1
20402024-05-14T07:52:07.358Z Downloaded crc-catalog v2.2.0
20412024-05-14T07:52:07.358Z Downloaded packed_struct_codegen v0.10.1
20422024-05-14T07:52:07.358Z Downloaded nodrop v0.1.14
20432024-05-14T07:52:07.371Z Downloaded tap v1.0.1
20442024-05-14T07:52:07.371Z Downloaded maybe-uninit v2.0.0
20452024-05-14T07:52:07.371Z Downloaded smallvec v0.6.14
20462024-05-14T07:52:07.371Z Downloaded radium v0.7.0
20472024-05-14T07:52:07.371Z Downloaded funty v2.0.0
20482024-05-14T07:52:07.371Z Downloaded array-init v0.0.4
20492024-05-14T07:52:07.385Z Downloaded env_logger v0.10.0
20502024-05-14T07:52:07.385Z Downloaded wyz v0.5.1
20512024-05-14T07:52:07.385Z Downloaded serde-hex v0.1.0
20522024-05-14T07:52:07.385Z Downloaded packed_struct v0.10.1
20532024-05-14T07:52:07.411Z Downloaded pkcs1 v0.7.5
20542024-05-14T07:52:07.412Z Downloaded ron v0.8.1
20552024-05-14T07:52:07.429Z Downloaded rsa v0.9.2
20562024-05-14T07:52:07.429Z Downloaded hashbrown v0.13.2
20572024-05-14T07:52:07.429Z Downloaded x509-cert v0.2.4
20582024-05-14T07:52:07.429Z Downloaded num-bigint-dig v0.8.4
20592024-05-14T07:52:07.430Z Downloaded bitvec v1.0.1
20602024-05-14T07:52:07.440Z Downloaded object v0.30.4
20612024-05-14T07:52:07.533Z Compiling proc-macro2 v1.0.81
20622024-05-14T07:52:07.533Z Compiling unicode-ident v1.0.12
20632024-05-14T07:52:07.533Z Compiling libc v0.2.153
20642024-05-14T07:52:07.547Z Compiling serde v1.0.201
20652024-05-14T07:52:07.547Z Compiling autocfg v1.1.0
20662024-05-14T07:52:07.547Z Compiling version_check v0.9.4
20672024-05-14T07:52:07.548Z Compiling cfg-if v1.0.0
20682024-05-14T07:52:07.679Z Compiling typenum v1.16.0
20692024-05-14T07:52:07.687Z Compiling parking_lot_core v0.9.8
20702024-05-14T07:52:07.753Z Compiling once_cell v1.19.0
20712024-05-14T07:52:08.074Z Compiling memchr v2.7.1
20722024-05-14T07:52:08.110Z Compiling libm v0.2.7
20732024-05-14T07:52:08.275Z Compiling generic-array v0.14.7
20742024-05-14T07:52:08.293Z Compiling lock_api v0.4.10
20752024-05-14T07:52:08.436Z Compiling byteorder v1.5.0
20762024-05-14T07:52:08.556Z Compiling num-traits v0.2.19
20772024-05-14T07:52:08.579Z Compiling ahash v0.8.8
20782024-05-14T07:52:08.861Z Compiling pkg-config v0.3.27
20792024-05-14T07:52:09.329Z Compiling quote v1.0.36
20802024-05-14T07:52:09.329Z Compiling log v0.4.21
20812024-05-14T07:52:09.330Z Compiling serde_json v1.0.116
20822024-05-14T07:52:09.330Z Compiling syn v2.0.60
20832024-05-14T07:52:09.364Z Compiling cc v1.0.83
20842024-05-14T07:52:09.486Z Compiling getrandom v0.2.12
20852024-05-14T07:52:09.848Z Compiling scopeguard v1.2.0
20862024-05-14T07:52:09.928Z Compiling itoa v1.0.9
20872024-05-14T07:52:10.096Z Compiling slab v0.4.9
20882024-05-14T07:52:10.136Z Compiling thiserror v1.0.59
20892024-05-14T07:52:10.392Z Compiling rand_core v0.6.4
20902024-05-14T07:52:10.420Z Compiling smallvec v1.13.1
20912024-05-14T07:52:10.855Z Compiling vcpkg v0.2.15
20922024-05-14T07:52:11.196Z Compiling pin-project-lite v0.2.13
20932024-05-14T07:52:11.313Z Compiling syn v1.0.109
20942024-05-14T07:52:11.711Z Compiling parking_lot v0.12.1
20952024-05-14T07:52:11.828Z Compiling const-oid v0.9.6
20962024-05-14T07:52:11.838Z Compiling ring v0.17.8
20972024-05-14T07:52:12.468Z Compiling openssl-sys v0.9.102
20982024-05-14T07:52:12.524Z Compiling ryu v1.0.15
20992024-05-14T07:52:12.901Z Compiling signal-hook-registry v1.4.1
21002024-05-14T07:52:13.103Z Compiling subtle v2.5.0
21012024-05-14T07:52:13.127Z Compiling rustix v0.38.31
21022024-05-14T07:52:13.529Z Compiling ring v0.16.20
21032024-05-14T07:52:13.566Z Compiling mio v0.8.11
21042024-05-14T07:52:13.844Z Compiling tinyvec_macros v0.1.1
21052024-05-14T07:52:13.905Z Compiling futures-core v0.3.30
21062024-05-14T07:52:13.915Z Compiling semver v1.0.22
21072024-05-14T07:52:14.137Z Compiling tinyvec v1.6.0
21082024-05-14T07:52:15.503Z Compiling spin v0.5.2
21092024-05-14T07:52:15.564Z Compiling unicode-normalization v0.1.22
21102024-05-14T07:52:15.971Z Compiling socket2 v0.5.6
21112024-05-14T07:52:16.155Z Compiling num_cpus v1.16.0
21122024-05-14T07:52:16.259Z Compiling httparse v1.8.0
21132024-05-14T07:52:16.593Z Compiling openssl v0.10.64
21142024-05-14T07:52:16.835Z Compiling allocator-api2 v0.2.16
21152024-05-14T07:52:16.867Z Compiling ucd-trie v0.1.6
21162024-05-14T07:52:17.377Z Compiling unicode-bidi v0.3.15
21172024-05-14T07:52:17.801Z Compiling futures-sink v0.3.30
21182024-05-14T07:52:17.825Z Compiling time-core v0.1.2
21192024-05-14T07:52:17.825Z Compiling num-conv v0.1.0
21202024-05-14T07:52:17.826Z Compiling equivalent v1.0.1
21212024-05-14T07:52:18.234Z Compiling time-macros v0.2.17
21222024-05-14T07:52:18.234Z Compiling futures-channel v0.3.30
21232024-05-14T07:52:18.495Z Compiling crc32fast v1.3.2
21242024-05-14T07:52:18.598Z Compiling native-tls v0.2.11
21252024-05-14T07:52:18.966Z Compiling futures-io v0.3.30
21262024-05-14T07:52:19.074Z Compiling futures-task v0.3.30
21272024-05-14T07:52:19.206Z Compiling pin-utils v0.1.0
21282024-05-14T07:52:19.275Z Compiling ppv-lite86 v0.2.17
21292024-05-14T07:52:19.463Z Compiling rustls v0.21.9
21302024-05-14T07:52:19.734Z Compiling bzip2-sys v0.1.11+1.0.8
21312024-05-14T07:52:19.984Z Compiling spin v0.9.8
21322024-05-14T07:52:20.069Z Compiling rand_chacha v0.3.1
21332024-05-14T07:52:20.128Z Compiling tracing-core v0.1.32
21342024-05-14T07:52:20.186Z Compiling base64ct v1.6.0
21352024-05-14T07:52:20.674Z Compiling rand v0.8.5
21362024-05-14T07:52:20.870Z Compiling pem-rfc7468 v0.7.0
21372024-05-14T07:52:21.388Z Compiling usdt-impl v0.5.0
21382024-05-14T07:52:21.404Z Compiling cookie v0.17.0
21392024-05-14T07:52:21.694Z Compiling flagset v0.4.3
21402024-05-14T07:52:21.978Z Compiling percent-encoding v2.3.1
21412024-05-14T07:52:21.994Z Compiling schemars v0.8.17
21422024-05-14T07:52:22.073Z Compiling signal-hook v0.3.17
21432024-05-14T07:52:22.110Z Compiling serde_derive v1.0.201
21442024-05-14T07:52:22.204Z Compiling zeroize_derive v1.4.2
21452024-05-14T07:52:22.278Z Compiling zerocopy-derive v0.7.32
21462024-05-14T07:52:22.330Z Compiling tokio-macros v2.2.0
21472024-05-14T07:52:22.343Z Compiling thiserror-impl v1.0.59
21482024-05-14T07:52:22.425Z Compiling futures-macro v0.3.30
21492024-05-14T07:52:22.492Z Compiling tracing-attributes v0.1.27
21502024-05-14T07:52:23.640Z Compiling zeroize v1.7.0
21512024-05-14T07:52:24.293Z Compiling zerocopy v0.7.32
21522024-05-14T07:52:24.984Z Compiling der_derive v0.7.2
21532024-05-14T07:52:25.471Z Compiling crypto-common v0.1.6
21542024-05-14T07:52:25.591Z Compiling scroll_derive v0.12.0
21552024-05-14T07:52:25.680Z Compiling pest v2.7.6
21562024-05-14T07:52:25.804Z Compiling block-buffer v0.10.4
21572024-05-14T07:52:26.040Z Compiling digest v0.10.7
21582024-05-14T07:52:26.614Z Compiling hashbrown v0.14.3
21592024-05-14T07:52:26.704Z Compiling openssl-macros v0.1.1
21602024-05-14T07:52:27.101Z Compiling futures-util v0.3.30
21612024-05-14T07:52:27.249Z Compiling tracing v0.1.40
21622024-05-14T07:52:27.434Z Compiling zerocopy-derive v0.6.6
21632024-05-14T07:52:27.542Z Compiling der v0.7.8
21642024-05-14T07:52:27.737Z Compiling scroll v0.12.0
21652024-05-14T07:52:27.910Z Compiling pest_meta v2.7.6
21662024-05-14T07:52:28.309Z Compiling serde_derive_internals v0.29.0
21672024-05-14T07:52:29.261Z Compiling pest_generator v2.7.6
21682024-05-14T07:52:31.904Z Compiling pest_derive v2.7.6
21692024-05-14T07:52:32.614Z Compiling errno v0.3.8
21702024-05-14T07:52:32.853Z Compiling plain v0.2.3
21712024-05-14T07:52:33.016Z Compiling fnv v1.0.7
21722024-05-14T07:52:33.123Z Compiling goblin v0.8.0
21732024-05-14T07:52:33.613Z Compiling schemars_derive v0.8.17
21742024-05-14T07:52:34.048Z Compiling spki v0.7.2
21752024-05-14T07:52:34.548Z Compiling lazy_static v1.4.0
21762024-05-14T07:52:35.376Z Compiling backtrace v0.3.69
21772024-05-14T07:52:35.549Z Compiling bytes v1.6.0
21782024-05-14T07:52:36.229Z Compiling bitflags v2.4.2
21792024-05-14T07:52:36.602Z Compiling tokio v1.37.0
21802024-05-14T07:52:36.729Z Compiling indexmap v2.2.6
21812024-05-14T07:52:37.453Z Compiling rustc_version v0.4.0
21822024-05-14T07:52:38.094Z Compiling heapless v0.7.16
21832024-05-14T07:52:38.543Z Compiling http v0.2.12
21842024-05-14T07:52:39.340Z Compiling uuid v1.8.0
21852024-05-14T07:52:40.038Z Compiling num-bigint v0.4.4
21862024-05-14T07:52:40.498Z Compiling powerfmt v0.2.0
21872024-05-14T07:52:40.809Z Compiling untrusted v0.7.1
21882024-05-14T07:52:40.864Z Compiling pretty-hex v0.4.1
21892024-05-14T07:52:40.975Z Compiling smoltcp v0.9.1
21902024-05-14T07:52:41.062Z Compiling iana-time-zone v0.1.57
21912024-05-14T07:52:41.587Z Compiling base64 v0.21.7
21922024-05-14T07:52:41.961Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21932024-05-14T07:52:41.993Z Compiling heck v0.4.1
21942024-05-14T07:52:42.366Z Compiling untrusted v0.9.0
21952024-05-14T07:52:42.643Z Compiling foreign-types-shared v0.1.1
21962024-05-14T07:52:42.716Z Compiling crossbeam-utils v0.8.19
21972024-05-14T07:52:42.730Z Compiling heck v0.5.0
21982024-05-14T07:52:43.019Z Compiling foreign-types v0.3.2
21992024-05-14T07:52:43.499Z Compiling clap_derive v4.5.4
22002024-05-14T07:52:43.499Z Compiling chrono v0.4.38
22012024-05-14T07:52:43.783Z Compiling dof v0.3.0
22022024-05-14T07:52:45.205Z Compiling tokio-util v0.7.10
22032024-05-14T07:52:45.546Z Compiling deranged v0.3.11
22042024-05-14T07:52:46.482Z Compiling dtrace-parser v0.2.0
22052024-05-14T07:52:46.578Z Compiling hmac v0.12.1
22062024-05-14T07:52:46.632Z Compiling form_urlencoded v1.2.1
22072024-05-14T07:52:46.934Z Compiling num-integer v0.1.46
22082024-05-14T07:52:47.537Z Compiling thread-id v4.2.0
22092024-05-14T07:52:47.772Z Compiling rustversion v1.0.14
22102024-05-14T07:52:48.053Z Compiling num_threads v0.1.6
22112024-05-14T07:52:48.083Z Compiling cpufeatures v0.2.12
22122024-05-14T07:52:48.165Z Compiling siphasher v0.3.11
22132024-05-14T07:52:48.187Z Compiling utf8parse v0.2.1
22142024-05-14T07:52:48.295Z Compiling try-lock v0.2.4
22152024-05-14T07:52:48.337Z Compiling anstyle v1.0.7
22162024-05-14T07:52:48.374Z Compiling adler v1.0.2
22172024-05-14T07:52:48.425Z Compiling want v0.3.1
22182024-05-14T07:52:48.539Z Compiling miniz_oxide v0.7.1
22192024-05-14T07:52:48.568Z Compiling anstyle-parse v0.2.1
22202024-05-14T07:52:48.594Z Compiling sha2 v0.10.8
22212024-05-14T07:52:48.664Z Compiling time v0.3.34
22222024-05-14T07:52:49.770Z Compiling sct v0.7.0
22232024-05-14T07:52:50.623Z Compiling h2 v0.3.26
22242024-05-14T07:52:51.592Z Compiling rustls-webpki v0.101.7
22252024-05-14T07:52:52.110Z Compiling http-body v0.4.5
22262024-05-14T07:52:53.234Z Compiling serde_tokenstream v0.2.0
22272024-05-14T07:52:53.333Z Compiling pkcs8 v0.10.2
22282024-05-14T07:52:53.423Z Compiling hubpack_derive v0.1.1
22292024-05-14T07:52:53.709Z Compiling async-trait v0.1.80
22302024-05-14T07:52:53.803Z Compiling idna v0.5.0
22312024-05-14T07:52:54.576Z Compiling aho-corasick v1.1.2
22322024-05-14T07:52:55.133Z Compiling radium v0.7.0
22332024-05-14T07:52:55.650Z Compiling regex-syntax v0.8.2
22342024-05-14T07:52:55.813Z Compiling httpdate v1.0.3
22352024-05-14T07:52:56.795Z Compiling anyhow v1.0.83
22362024-05-14T07:52:56.806Z Compiling openssl-probe v0.1.5
22372024-05-14T07:52:57.028Z Compiling tower-service v0.3.2
22382024-05-14T07:52:57.074Z Compiling colorchoice v1.0.0
22392024-05-14T07:52:57.268Z Compiling slog v2.7.0
22402024-05-14T07:52:57.402Z Compiling anstyle-query v1.0.0
22412024-05-14T07:52:57.568Z Compiling anstream v0.6.11
22422024-05-14T07:52:58.590Z Compiling hyper v0.14.28
22432024-05-14T07:52:59.451Z Compiling regex-automata v0.4.5
22442024-05-14T07:53:02.965Z Compiling url v2.5.0
22452024-05-14T07:53:06.562Z Compiling terminal_size v0.3.0
22462024-05-14T07:53:06.779Z Compiling toml_datetime v0.6.5
22472024-05-14T07:53:06.821Z Compiling serde_spanned v0.6.5
22482024-05-14T07:53:07.027Z Compiling zerocopy v0.6.6
22492024-05-14T07:53:07.160Z Compiling md-5 v0.10.5
22502024-05-14T07:53:07.995Z Compiling idna v0.3.0
22512024-05-14T07:53:08.235Z Compiling stringprep v0.1.3
22522024-05-14T07:53:08.438Z Compiling diesel_table_macro_syntax v0.1.0
22532024-05-14T07:53:08.451Z Compiling hash32 v0.2.1
22542024-05-14T07:53:08.672Z Compiling fallible-iterator v0.2.0
22552024-05-14T07:53:08.912Z Compiling strsim v0.11.0
22562024-05-14T07:53:09.203Z Compiling clap_lex v0.7.0
22572024-05-14T07:53:09.344Z Compiling gimli v0.28.0
22582024-05-14T07:53:09.410Z Compiling stable_deref_trait v1.2.0
22592024-05-14T07:53:09.467Z Compiling dyn-clone v1.0.17
22602024-05-14T07:53:09.500Z Compiling psl-types v2.0.11
22612024-05-14T07:53:09.653Z Compiling tap v1.0.1
22622024-05-14T07:53:09.816Z Compiling maybe-uninit v2.0.0
22632024-05-14T07:53:10.173Z Compiling wyz v0.5.1
22642024-05-14T07:53:10.329Z Compiling publicsuffix v2.2.3
22652024-05-14T07:53:10.690Z Compiling clap_builder v4.5.2
22662024-05-14T07:53:11.010Z Compiling postgres-protocol v0.6.6
22672024-05-14T07:53:11.387Z Compiling diesel_derives v2.1.2
22682024-05-14T07:53:12.323Z Compiling tokio-rustls v0.24.1
22692024-05-14T07:53:13.809Z Compiling addr2line v0.21.0
22702024-05-14T07:53:13.857Z Compiling strum_macros v0.25.2
22712024-05-14T07:53:14.749Z Compiling tokio-native-tls v0.3.1
22722024-05-14T07:53:15.106Z Compiling usdt-macro v0.5.0
22732024-05-14T07:53:16.472Z Compiling usdt-attr-macro v0.5.0
22742024-05-14T07:53:17.815Z Compiling phf_shared v0.11.2
22752024-05-14T07:53:17.923Z Compiling num-iter v0.1.45
22762024-05-14T07:53:18.194Z Compiling enum-as-inner v0.5.1
22772024-05-14T07:53:19.155Z Compiling block-padding v0.3.3
22782024-05-14T07:53:19.358Z Compiling serde_repr v0.1.16
22792024-05-14T07:53:20.414Z Compiling ff v0.13.0
22802024-05-14T07:53:20.624Z Compiling scheduled-thread-pool v0.2.7
22812024-05-14T07:53:22.992Z Compiling object v0.32.1
22822024-05-14T07:53:24.281Z Compiling regex-automata v0.1.10
22832024-05-14T07:53:24.503Z Compiling rustc-demangle v0.1.23
22842024-05-14T07:53:25.338Z Compiling packed_struct v0.10.1
22852024-05-14T07:53:25.504Z Compiling bitflags v1.3.2
22862024-05-14T07:53:25.600Z Compiling winnow v0.5.15
22872024-05-14T07:53:25.730Z Compiling funty v2.0.0
22882024-05-14T07:53:28.984Z Compiling num-bigint-dig v0.8.4
22892024-05-14T07:53:29.244Z Compiling matches v0.1.10
22902024-05-14T07:53:29.271Z Compiling bit-vec v0.6.3
22912024-05-14T07:53:29.287Z Compiling ipnet v2.9.0
22922024-05-14T07:53:29.459Z Compiling base16ct v0.2.0
22932024-05-14T07:53:29.731Z Compiling managed v0.8.0
22942024-05-14T07:53:30.324Z Compiling sec1 v0.7.3
22952024-05-14T07:53:30.899Z Compiling idna v0.2.3
22962024-05-14T07:53:32.362Z Compiling toml_edit v0.19.15
22972024-05-14T07:53:37.405Z Compiling bitvec v1.0.1
22982024-05-14T07:53:37.832Z Compiling bstr v0.2.17
22992024-05-14T07:53:38.516Z Compiling r2d2 v0.8.10
23002024-05-14T07:53:38.853Z Compiling group v0.13.0
23012024-05-14T07:53:39.139Z Compiling inout v0.1.3
23022024-05-14T07:53:42.312Z Compiling phf v0.11.2
23032024-05-14T07:53:42.503Z Compiling hyper-tls v0.5.0
23042024-05-14T07:53:42.575Z Compiling clap v4.5.4
23052024-05-14T07:53:42.689Z Compiling cookie_store v0.20.0
23062024-05-14T07:53:42.797Z Compiling signal-hook-mio v0.2.3
23072024-05-14T07:53:42.949Z Compiling flate2 v1.0.30
23082024-05-14T07:53:43.809Z Compiling hyper-rustls v0.24.2
23092024-05-14T07:53:43.885Z Compiling ipnetwork v0.20.0
23102024-05-14T07:53:44.103Z Compiling bzip2 v0.4.4
23112024-05-14T07:53:44.472Z Compiling postgres-types v0.2.6
23122024-05-14T07:53:44.574Z Compiling regex v1.10.4
23132024-05-14T07:53:44.647Z Compiling hubpack v0.1.2
23142024-05-14T07:53:44.787Z Compiling phf_shared v0.10.0
23152024-05-14T07:53:45.078Z Compiling rustls-pemfile v1.0.3
23162024-05-14T07:53:45.167Z Compiling serde_urlencoded v0.7.1
23172024-05-14T07:53:45.420Z Compiling hkdf v0.12.4
23182024-05-14T07:53:45.583Z Compiling futures-executor v0.3.30
23192024-05-14T07:53:45.710Z Compiling packed_struct_codegen v0.10.1
23202024-05-14T07:53:46.005Z Compiling crypto-bigint v0.5.2
23212024-05-14T07:53:48.041Z Compiling float-cmp v0.9.0
23222024-05-14T07:53:48.261Z Compiling memmap v0.7.0
23232024-05-14T07:53:48.573Z Compiling indexmap v1.9.3
23242024-05-14T07:53:48.687Z Compiling encoding_rs v0.8.33
23252024-05-14T07:53:48.862Z Compiling whoami v1.5.1
23262024-05-14T07:53:49.393Z Compiling unicode-width v0.1.11
23272024-05-14T07:53:49.547Z Compiling new_debug_unreachable v1.0.4
23282024-05-14T07:53:49.629Z Compiling either v1.11.0
23292024-05-14T07:53:49.761Z Compiling unicode-segmentation v1.10.1
23302024-05-14T07:53:49.864Z Compiling difflib v0.4.0
23312024-05-14T07:53:50.033Z Compiling fixedbitset v0.4.2
23322024-05-14T07:53:50.505Z Compiling predicates-core v1.0.6
23332024-05-14T07:53:51.014Z Compiling crc-catalog v2.2.0
23342024-05-14T07:53:51.014Z Compiling nodrop v0.1.14
23352024-05-14T07:53:51.014Z Compiling minimal-lexical v0.2.1
23362024-05-14T07:53:51.097Z Compiling static_assertions v1.1.0
23372024-05-14T07:53:51.187Z Compiling normalize-line-endings v0.3.0
23382024-05-14T07:53:51.301Z Compiling precomputed-hash v0.1.1
23392024-05-14T07:53:51.404Z Compiling winnow v0.6.1
23402024-05-14T07:53:51.424Z Compiling mime v0.3.17
23412024-05-14T07:53:51.600Z Compiling data-encoding v2.4.0
23422024-05-14T07:53:51.610Z Compiling sync_wrapper v0.1.2
23432024-05-14T07:53:51.930Z Compiling webpki-roots v0.25.2
23442024-05-14T07:53:52.114Z Compiling reqwest v0.11.27
23452024-05-14T07:53:53.339Z Compiling trust-dns-proto v0.22.0
23462024-05-14T07:53:55.016Z Compiling toml_edit v0.22.12
23472024-05-14T07:54:01.478Z Compiling string_cache v0.8.7
23482024-05-14T07:54:02.228Z Compiling nom v7.1.3
23492024-05-14T07:54:04.818Z Compiling predicates v3.1.0
23502024-05-14T07:54:04.969Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
23512024-05-14T07:54:05.914Z Compiling array-init v0.0.4
23522024-05-14T07:54:05.933Z Compiling crc v3.0.1
23532024-05-14T07:54:07.026Z Compiling similar v2.4.0
23542024-05-14T07:54:07.117Z Compiling petgraph v0.6.4
23552024-05-14T07:54:08.022Z Compiling itertools v0.10.5
23562024-05-14T07:54:09.145Z Compiling console v0.15.8
23572024-05-14T07:54:09.325Z Compiling tokio-postgres v0.7.10
23582024-05-14T07:54:10.281Z Compiling usdt v0.5.0
23592024-05-14T07:54:10.451Z Compiling elliptic-curve v0.13.8
23602024-05-14T07:54:10.950Z Compiling futures v0.3.30
23612024-05-14T07:54:11.858Z Compiling smallvec v0.6.14
23622024-05-14T07:54:12.244Z Compiling cipher v0.4.4
23632024-05-14T07:54:12.325Z Compiling zip v0.6.6
23642024-05-14T07:54:12.626Z Compiling diesel v2.1.6
23652024-05-14T07:54:13.352Z Compiling crossterm v0.27.0
23662024-05-14T07:54:13.560Z Compiling crossbeam-epoch v0.9.18
23672024-05-14T07:54:13.658Z Compiling yasna v0.5.2
23682024-05-14T07:54:14.278Z Compiling toml v0.7.8
23692024-05-14T07:54:15.225Z Compiling bit-set v0.5.3
23702024-05-14T07:54:17.124Z Compiling bstr v1.9.0
23712024-05-14T07:54:17.187Z Compiling pkcs1 v0.7.5
23722024-05-14T07:54:18.689Z Compiling tokio-stream v0.1.15
23732024-05-14T07:54:19.707Z Compiling is-terminal v0.4.9
23742024-05-14T07:54:19.820Z Compiling openapiv3 v2.0.0
23752024-05-14T07:54:20.144Z Compiling hex v0.4.3
23762024-05-14T07:54:20.808Z Compiling signature v2.1.0
23772024-05-14T07:54:22.126Z Compiling lalrpop-util v0.19.12
23782024-05-14T07:54:24.164Z Compiling hashbrown v0.12.3
23792024-05-14T07:54:25.328Z Compiling peg-runtime v0.8.3
23802024-05-14T07:54:25.491Z Compiling termcolor v1.2.0
23812024-05-14T07:54:25.845Z Compiling bitfield v0.14.0
23822024-05-14T07:54:26.128Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
23832024-05-14T07:54:26.535Z Compiling env_logger v0.10.0
23842024-05-14T07:54:32.181Z Compiling rsa v0.9.2
23852024-05-14T07:54:37.994Z Compiling serde-hex v0.1.0
23862024-05-14T07:54:38.701Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
23872024-05-14T07:54:43.958Z Compiling ron v0.8.1
23882024-05-14T07:54:44.299Z Compiling x509-cert v0.2.4
23892024-05-14T07:54:45.859Z Compiling hashbrown v0.13.2
23902024-05-14T07:54:48.309Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23912024-05-14T07:54:50.154Z Compiling crc-any v2.4.3
23922024-05-14T07:55:03.709Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
23932024-05-14T07:55:13.109Z Compiling object v0.30.4
23942024-05-14T07:55:14.480Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
23952024-05-14T07:55:25.816Z Compiling path-slash v0.1.5
23962024-05-14T07:55:26.577Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
23972024-05-14T07:55:49.042Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
23982024-05-14T07:55:49.839Z Finished release [optimized] target(s) in 3m 43s
23992024-05-14T07:55:49.915Z
24002024-05-14T07:55:49.915Zreal 3:43.176114631
24012024-05-14T07:55:49.915Zuser 24:53.425982895
24022024-05-14T07:55:49.915Zsys 2:58.757845646
24032024-05-14T07:55:49.915Ztrap 0.777171414
24042024-05-14T07:55:49.915Ztflt 1.599638180
24052024-05-14T07:55:49.915Zdflt 0.555341921
24062024-05-14T07:55:49.915Zkflt 0.006600358
24072024-05-14T07:55:49.915Zlock 55:39.191885642
24082024-05-14T07:55:49.920Zslp 1:12:32.978605487
24092024-05-14T07:55:49.920Zlat 1:18.455733387
24102024-05-14T07:55:49.921Zstop 1:17.056495597
24112024-05-14T07:55:49.921Z+ ptime -m gzip
24122024-05-14T07:55:50.183Z
24132024-05-14T07:55:50.183Zreal 0.263214351
24142024-05-14T07:55:50.183Zuser 0.260657519
24152024-05-14T07:55:50.183Zsys 0.001976913
24162024-05-14T07:55:50.184Ztrap 0.000022525
24172024-05-14T07:55:50.184Ztflt 0.000000000
24182024-05-14T07:55:50.184Zdflt 0.000000000
24192024-05-14T07:55:50.184Zkflt 0.000000000
24202024-05-14T07:55:50.184Zlock 0.000000000
24212024-05-14T07:55:50.184Zslp 0.000000000
24222024-05-14T07:55:50.185Zlat 0.000128746
24232024-05-14T07:55:50.185Zstop 0.000177099
24242024-05-14T07:55:50.191Z+ banner tufaceous
24252024-05-14T07:55:50.191Z
24262024-05-14T07:55:50.191Z ##### # # ###### ## #### ###### #### # # ####
24272024-05-14T07:55:50.191Z # # # # # # # # # # # # # #
24282024-05-14T07:55:50.191Z # # # ##### # # # ##### # # # # ####
24292024-05-14T07:55:50.191Z # # # # ###### # # # # # # #
24302024-05-14T07:55:50.191Z # # # # # # # # # # # # # # #
24312024-05-14T07:55:50.191Z # #### # # # #### ###### #### #### ####
24322024-05-14T07:55:50.191Z
24332024-05-14T07:55:50.192Z+ ptime -m cargo build --locked -p tufaceous --release
24342024-05-14T07:55:50.680Z Downloading crates ...
24352024-05-14T07:55:50.821Z Downloaded parse-size v1.0.0
24362024-05-14T07:55:50.830Z Downloaded serde_plain v1.0.2
24372024-05-14T07:55:50.830Z Downloaded pin-project-internal v1.1.3
24382024-05-14T07:55:50.849Z Downloaded fs-err v2.11.0
24392024-05-14T07:55:50.850Z Downloaded pin-project v1.1.3
24402024-05-14T07:55:50.874Z Downloaded olpc-cjson v0.1.3
24412024-05-14T07:55:50.874Z Downloaded globset v0.4.13
24422024-05-14T07:55:50.875Z Downloaded snafu-derive v0.8.2
24432024-05-14T07:55:50.875Z Downloaded buf-list v1.0.3
24442024-05-14T07:55:50.875Z Downloaded snafu v0.8.2
24452024-05-14T07:55:51.289Z Downloaded typed-path v0.7.0
24462024-05-14T07:55:51.289Z Downloaded tough v0.17.1
24472024-05-14T07:55:51.289Z Downloaded async-recursion v1.1.1
24482024-05-14T07:55:51.297Z Compiling regress v0.9.1
24492024-05-14T07:55:51.297Z Compiling dirs-sys-next v0.1.2
24502024-05-14T07:55:51.297Z Compiling strsim v0.10.0
24512024-05-14T07:55:51.297Z Compiling heck v0.5.0
24522024-05-14T07:55:51.297Z Compiling ident_case v1.0.1
24532024-05-14T07:55:51.297Z Compiling rustls-pki-types v1.3.0
24542024-05-14T07:55:51.297Z Compiling getopts v0.2.21
24552024-05-14T07:55:51.297Z Compiling dirs-next v2.0.0
24562024-05-14T07:55:51.457Z Compiling darling_core v0.20.8
24572024-05-14T07:55:51.648Z Compiling thread_local v1.1.7
24582024-05-14T07:55:51.890Z Compiling paste v1.0.14
24592024-05-14T07:55:52.187Z Compiling rustls v0.22.4
24602024-05-14T07:55:52.296Z Compiling camino v1.1.6
24612024-05-14T07:55:52.358Z Compiling slog-async v2.8.0
24622024-05-14T07:55:52.437Z Compiling base64 v0.22.1
24632024-05-14T07:55:52.459Z Compiling unsafe-libyaml v0.2.10
24642024-05-14T07:55:52.546Z Compiling rustls-webpki v0.102.1
24652024-05-14T07:55:52.849Z Compiling term v0.7.0
24662024-05-14T07:55:53.579Z Compiling crossbeam-channel v0.5.8
24672024-05-14T07:55:54.495Z Compiling serde_yaml v0.9.25
24682024-05-14T07:55:54.926Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
24692024-05-14T07:55:55.625Z Compiling structmeta-derive v0.3.0
24702024-05-14T07:55:56.899Z Compiling multer v3.1.0
24712024-05-14T07:55:57.204Z Compiling take_mut v0.2.2
24722024-05-14T07:55:57.362Z Compiling match_cfg v0.1.0
24732024-05-14T07:55:57.452Z Compiling hostname v0.3.1
24742024-05-14T07:55:57.548Z Compiling darling_macro v0.20.8
24752024-05-14T07:55:57.909Z Compiling slog-term v2.9.1
24762024-05-14T07:55:58.253Z Compiling structmeta v0.3.0
24772024-05-14T07:55:58.466Z Compiling darling v0.20.8
24782024-05-14T07:55:59.686Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24792024-05-14T07:55:59.704Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
24802024-05-14T07:56:00.023Z Compiling slog-json v2.6.1
24812024-05-14T07:56:00.325Z Compiling http v1.0.0
24822024-05-14T07:56:00.518Z Compiling pin-project-internal v1.1.3
24832024-05-14T07:56:00.848Z Compiling async-stream-impl v0.3.5
24842024-05-14T07:56:01.009Z Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
24852024-05-14T07:56:01.235Z Compiling fastrand v2.0.1
24862024-05-14T07:56:01.317Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
24872024-05-14T07:56:01.620Z Compiling atomic-waker v1.1.1
24882024-05-14T07:56:01.788Z Compiling waitgroup v0.1.2
24892024-05-14T07:56:01.948Z Compiling tempfile v3.10.1
24902024-05-14T07:56:02.108Z Compiling async-stream v0.3.5
24912024-05-14T07:56:02.430Z Compiling tokio-rustls v0.25.0
24922024-05-14T07:56:02.937Z Compiling slog-bunyan v2.5.0
24932024-05-14T07:56:03.293Z Compiling pin-project v1.1.3
24942024-05-14T07:56:03.308Z Compiling parse-display-derive v0.9.0
24952024-05-14T07:56:03.418Z Compiling serde_with_macros v3.7.0
24962024-05-14T07:56:03.872Z Compiling rustls-pemfile v2.1.2
24972024-05-14T07:56:04.650Z Compiling toml v0.8.12
24982024-05-14T07:56:04.861Z Compiling sha1 v0.10.6
24992024-05-14T07:56:05.195Z Compiling newtype-uuid v1.1.0
25002024-05-14T07:56:05.511Z Compiling strum_macros v0.26.1
25012024-05-14T07:56:05.796Z Compiling snafu-derive v0.8.2
25022024-05-14T07:56:06.087Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
25032024-05-14T07:56:06.146Z Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
25042024-05-14T07:56:07.268Z Compiling serde_path_to_error v0.1.16
25052024-05-14T07:56:08.148Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25062024-05-14T07:56:08.314Z Compiling hostname v0.4.0
25072024-05-14T07:56:08.572Z Compiling fs-err v2.11.0
25082024-05-14T07:56:08.901Z Compiling instant v0.1.12
25092024-05-14T07:56:08.915Z Compiling buf-list v1.0.3
25102024-05-14T07:56:09.051Z Compiling same-file v1.0.6
25112024-05-14T07:56:09.735Z Compiling arc-swap v1.6.0
25122024-05-14T07:56:09.742Z Compiling debug-ignore v1.0.5
25132024-05-14T07:56:10.487Z Compiling slog-scope v4.4.0
25142024-05-14T07:56:10.504Z Compiling strum v0.26.2
25152024-05-14T07:56:10.504Z Compiling walkdir v2.5.0
25162024-05-14T07:56:10.504Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
25172024-05-14T07:56:10.504Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
25182024-05-14T07:56:10.920Z Compiling snafu v0.8.2
25192024-05-14T07:56:11.867Z Compiling backoff v0.4.0
25202024-05-14T07:56:12.230Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25212024-05-14T07:56:12.387Z Compiling parse-display v0.9.0
25222024-05-14T07:56:12.403Z Compiling serde_with v3.7.0
25232024-05-14T07:56:12.831Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25242024-05-14T07:56:13.287Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25252024-05-14T07:56:13.602Z Compiling globset v0.4.13
25262024-05-14T07:56:14.426Z Compiling pem v3.0.4
25272024-05-14T07:56:15.970Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
25282024-05-14T07:56:16.155Z Compiling olpc-cjson v0.1.3
25292024-05-14T07:56:16.441Z Compiling serde_plain v1.0.2
25302024-05-14T07:56:16.836Z Compiling macaddr v1.0.1
25312024-05-14T07:56:16.975Z Compiling async-recursion v1.1.1
25322024-05-14T07:56:17.145Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
25332024-05-14T07:56:17.444Z Compiling xattr v1.0.1
25342024-05-14T07:56:17.734Z Compiling filetime v0.2.23
25352024-05-14T07:56:18.102Z Compiling typed-path v0.7.0
25362024-05-14T07:56:18.447Z Compiling tar v0.4.40
25372024-05-14T07:56:22.018Z Compiling tough v0.17.1
25382024-05-14T07:56:25.117Z Compiling slog-stdlog v4.1.1
25392024-05-14T07:56:25.886Z Compiling camino-tempfile v1.1.1
25402024-05-14T07:56:26.080Z Compiling itertools v0.12.1
25412024-05-14T07:56:26.767Z Compiling parse-size v1.0.0
25422024-05-14T07:56:27.065Z Compiling slog-envlogger v2.2.0
25432024-05-14T07:56:29.866Z Compiling humantime v2.1.0
25442024-05-14T07:56:32.207Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
25452024-05-14T07:56:39.085Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25462024-05-14T07:56:46.786Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
25472024-05-14T07:56:48.728Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
25482024-05-14T07:57:09.084Z Finished release [optimized] target(s) in 1m 18s
25492024-05-14T07:57:09.161Z
25502024-05-14T07:57:09.161Zreal 1:18.941744053
25512024-05-14T07:57:09.161Zuser 8:38.835028027
25522024-05-14T07:57:09.161Zsys 40.716986431
25532024-05-14T07:57:09.161Ztrap 0.237175970
25542024-05-14T07:57:09.161Ztflt 0.423696714
25552024-05-14T07:57:09.161Zdflt 0.360403904
25562024-05-14T07:57:09.161Zkflt 0.000192105
25572024-05-14T07:57:09.161Zlock 17:46.111856381
25582024-05-14T07:57:09.165Zslp 19:13.804215532
25592024-05-14T07:57:09.165Zlat 20.446541132
25602024-05-14T07:57:09.165Zstop 15.117272495
25612024-05-14T07:57:09.165Z+ ptime -m gzip
25622024-05-14T07:57:10.483Z
25632024-05-14T07:57:10.483Zreal 1.317868363
25642024-05-14T07:57:10.483Zuser 1.310609506
25652024-05-14T07:57:10.483Zsys 0.006653323
25662024-05-14T07:57:10.483Ztrap 0.000081465
25672024-05-14T07:57:10.483Ztflt 0.000000000
25682024-05-14T07:57:10.483Zdflt 0.000000000
25692024-05-14T07:57:10.483Zkflt 0.000000000
25702024-05-14T07:57:10.483Zlock 0.000000000
25712024-05-14T07:57:10.483Zslp 0.000000000
25722024-05-14T07:57:10.483Zlat 0.000112880
25732024-05-14T07:57:10.483Zstop 0.000175898
25742024-05-14T07:57:10.487Z+ banner permission-slip
25752024-05-14T07:57:10.487Z
25762024-05-14T07:57:10.487Z ##### ###### ##### # # # #### #### # #### # #
25772024-05-14T07:57:10.487Z # # # # # ## ## # # # # # # ## #
25782024-05-14T07:57:10.487Z # # ##### # # # ## # # #### #### # # # # # #
25792024-05-14T07:57:10.487Z ##### # ##### # # # # # # # # # # #
25802024-05-14T07:57:10.487Z # # # # # # # # # # # # # # # ##
25812024-05-14T07:57:10.487Z # ###### # # # # # #### #### # #### # #
25822024-05-14T07:57:10.487Z
25832024-05-14T07:57:10.487Z+ source ./tools/permslip_commit
25842024-05-14T07:57:10.487Z++ COMMIT=5d44e0065f90051a28881c75e3574142ada9b695
25852024-05-14T07:57:10.487Z+ git init /work/permission-slip-build
25862024-05-14T07:57:10.493Zhint: Using 'master' as the name for the initial branch. This default branch name
25872024-05-14T07:57:10.493Zhint: is subject to change. To configure the initial branch name to use in all
25882024-05-14T07:57:10.493Zhint: of your new repositories, which will suppress this warning, call:
25892024-05-14T07:57:10.493Zhint:
25902024-05-14T07:57:10.493Zhint: git config --global init.defaultBranch <name>
25912024-05-14T07:57:10.493Zhint:
25922024-05-14T07:57:10.494Zhint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
25932024-05-14T07:57:10.494Zhint: 'development'. The just-created branch can be renamed via this command:
25942024-05-14T07:57:10.494Zhint:
25952024-05-14T07:57:10.494Zhint: git branch -m <name>
25962024-05-14T07:57:10.494ZInitialized empty Git repository in /work/permission-slip-build/.git/
25972024-05-14T07:57:10.497Z+ pushd /work/permission-slip-build
25982024-05-14T07:57:10.497Z/work/permission-slip-build /work/oxidecomputer/omicron
25992024-05-14T07:57:10.497Z+ git remote add origin https://github.com/oxidecomputer/permission-slip.git
26002024-05-14T07:57:10.497Z+ ptime -m git fetch --depth 1 origin 5d44e0065f90051a28881c75e3574142ada9b695
26012024-05-14T07:57:11.187ZFrom https://github.com/oxidecomputer/permission-slip
26022024-05-14T07:57:11.187Z * branch 5d44e0065f90051a28881c75e3574142ada9b695 -> FETCH_HEAD
26032024-05-14T07:57:11.194Z
26042024-05-14T07:57:11.194Zreal 0.689287896
26052024-05-14T07:57:11.195Zuser 0.056888525
26062024-05-14T07:57:11.195Zsys 0.023474719
26072024-05-14T07:57:11.195Ztrap 0.000006147
26082024-05-14T07:57:11.195Ztflt 0.000000000
26092024-05-14T07:57:11.195Zdflt 0.000000000
26102024-05-14T07:57:11.196Zkflt 0.000000000
26112024-05-14T07:57:11.196Zlock 0.000015536
26122024-05-14T07:57:11.196Zslp 2.021809405
26132024-05-14T07:57:11.196Zlat 0.002099298
26142024-05-14T07:57:11.196Zstop 0.000817979
26152024-05-14T07:57:11.196Z+ git checkout FETCH_HEAD
26162024-05-14T07:57:11.207ZNote: switching to 'FETCH_HEAD'.
26172024-05-14T07:57:11.207Z
26182024-05-14T07:57:11.207ZYou are in 'detached HEAD' state. You can look around, make experimental
26192024-05-14T07:57:11.207Zchanges and commit them, and you can discard any commits you make in this
26202024-05-14T07:57:11.208Zstate without impacting any branches by switching back to a branch.
26212024-05-14T07:57:11.208Z
26222024-05-14T07:57:11.208ZIf you want to create a new branch to retain commits you create, you may
26232024-05-14T07:57:11.208Zdo so (now or later) by using -c with the switch command. Example:
26242024-05-14T07:57:11.208Z
26252024-05-14T07:57:11.208Z git switch -c <new-branch-name>
26262024-05-14T07:57:11.209Z
26272024-05-14T07:57:11.209ZOr undo this operation with:
26282024-05-14T07:57:11.209Z
26292024-05-14T07:57:11.209Z git switch -
26302024-05-14T07:57:11.209Z
26312024-05-14T07:57:11.209ZTurn off this advice by setting config variable advice.detachedHead to false
26322024-05-14T07:57:11.210Z
26332024-05-14T07:57:11.210ZHEAD is now at 5d44e00 Ensure SSH tables exist in the database
26342024-05-14T07:57:11.210Z+ ptime -m cargo build --locked -p permission-slip-client --release
26352024-05-14T07:57:11.210Zinfo: syncing channel updates for '1.74-x86_64-unknown-illumos'
26362024-05-14T07:57:11.464Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
26372024-05-14T07:57:11.464Zinfo: downloading component 'cargo'
26382024-05-14T07:57:12.349Zinfo: downloading component 'clippy'
26392024-05-14T07:57:12.648Zinfo: downloading component 'rust-docs'
26402024-05-14T07:57:13.764Zinfo: downloading component 'rust-std'
26412024-05-14T07:57:15.410Zinfo: downloading component 'rustc'
26422024-05-14T07:57:19.984Zinfo: downloading component 'rustfmt'
26432024-05-14T07:57:20.254Zinfo: installing component 'cargo'
26442024-05-14T07:57:21.148Zinfo: installing component 'clippy'
26452024-05-14T07:57:21.508Zinfo: installing component 'rust-docs'
26462024-05-14T07:57:22.965Zinfo: installing component 'rust-std'
26472024-05-14T07:57:24.684Zinfo: installing component 'rustc'
26482024-05-14T07:57:29.059Zinfo: installing component 'rustfmt'
26492024-05-14T07:57:29.548Z Updating crates.io index
26502024-05-14T07:57:29.701Z Updating git repository `https://github.com/oxidecomputer/sshauth`
26512024-05-14T07:57:30.375ZFrom https://github.com/oxidecomputer/sshauth
26522024-05-14T07:57:30.375Z * [new branch] dependabot/cargo/mio-0.8.11 -> origin/dependabot/cargo/mio-0.8.11
26532024-05-14T07:57:30.391Z * [new branch] main -> origin/main
26542024-05-14T07:57:30.392Z * [new branch] paranoia -> origin/paranoia
26552024-05-14T07:57:30.392Z * [new branch] readme -> origin/readme
26562024-05-14T07:57:30.392Z * [new ref] -> origin/HEAD
26572024-05-14T07:57:30.666Z Downloading crates ...
26582024-05-14T07:57:30.781Z Downloaded ahash v0.8.11
26592024-05-14T07:57:30.784Z Downloaded block-buffer v0.9.0
26602024-05-14T07:57:30.784Z Downloaded autocfg v1.2.0
26612024-05-14T07:57:30.784Z Downloaded anyhow v1.0.81
26622024-05-14T07:57:30.790Z Downloaded anstyle v1.0.6
26632024-05-14T07:57:30.793Z Downloaded cc v1.0.90
26642024-05-14T07:57:30.815Z Downloaded chrono v0.4.37
26652024-05-14T07:57:30.819Z Downloaded bitflags v2.5.0
26662024-05-14T07:57:30.823Z Downloaded anstyle-query v1.0.2
26672024-05-14T07:57:30.826Z Downloaded anstream v0.6.13
26682024-05-14T07:57:30.838Z Downloaded serde_derive_internals v0.26.0
26692024-05-14T07:57:30.844Z Downloaded parking_lot_core v0.9.9
26702024-05-14T07:57:30.844Z Downloaded bincode v1.3.3
26712024-05-14T07:57:30.852Z Downloaded opaque-debug v0.3.1
26722024-05-14T07:57:30.857Z Downloaded anstyle-parse v0.2.3
26732024-05-14T07:57:30.883Z Downloaded is-terminal v0.4.12
26742024-05-14T07:57:30.886Z Downloaded typify-macro v0.0.16
26752024-05-14T07:57:30.890Z Downloaded spki v0.7.3
26762024-05-14T07:57:30.890Z Downloaded http-body v0.4.6
26772024-05-14T07:57:30.893Z Downloaded termcolor v1.4.1
26782024-05-14T07:57:30.896Z Downloaded signature v1.6.4
26792024-05-14T07:57:30.899Z Downloaded iana-time-zone v0.1.60
26802024-05-14T07:57:30.899Z Downloaded num-iter v0.1.44
26812024-05-14T07:57:30.903Z Downloaded tls_codec_derive v0.4.1
26822024-05-14T07:57:30.906Z Downloaded tls_codec v0.4.1
26832024-05-14T07:57:30.906Z Downloaded signature v2.2.0
26842024-05-14T07:57:30.909Z Downloaded xdg v2.5.2
26852024-05-14T07:57:30.915Z Downloaded ssh-encoding v0.2.0
26862024-05-14T07:57:30.919Z Downloaded pkg-config v0.3.30
26872024-05-14T07:57:30.926Z Downloaded sha2 v0.9.9
26882024-05-14T07:57:30.929Z Downloaded thiserror-impl v1.0.58
26892024-05-14T07:57:30.933Z Downloaded ed25519 v2.2.3
26902024-05-14T07:57:30.933Z Downloaded curve25519-dalek-derive v0.1.1
26912024-05-14T07:57:30.936Z Downloaded itoa v1.0.11
26922024-05-14T07:57:30.936Z Downloaded ssh-cipher v0.2.0
26932024-05-14T07:57:30.936Z Downloaded digest v0.9.0
26942024-05-14T07:57:30.939Z Downloaded typify v0.0.16
26952024-05-14T07:57:30.942Z Downloaded ed25519 v1.5.3
26962024-05-14T07:57:30.945Z Downloaded rustls-pemfile v1.0.4
26972024-05-14T07:57:30.945Z Downloaded thiserror v1.0.58
26982024-05-14T07:57:30.949Z Downloaded clap-num v1.1.1
26992024-05-14T07:57:30.951Z Downloaded schemars_derive v0.8.16
27002024-05-14T07:57:30.951Z Downloaded try-lock v0.2.5
27012024-05-14T07:57:30.954Z Downloaded flagset v0.4.5
27022024-05-14T07:57:30.958Z Downloaded blake3 v1.5.1
27032024-05-14T07:57:30.963Z Downloaded quote v1.0.35
27042024-05-14T07:57:30.969Z Downloaded lock_api v0.4.11
27052024-05-14T07:57:30.972Z Downloaded env_logger v0.10.2
27062024-05-14T07:57:30.978Z Downloaded smallvec v1.13.2
27072024-05-14T07:57:30.982Z Downloaded ed25519-dalek v1.0.1
27082024-05-14T07:57:30.984Z Downloaded sct v0.7.1
27092024-05-14T07:57:30.988Z Downloaded crc-any v2.4.4
27102024-05-14T07:57:30.994Z Downloaded proc-macro2 v1.0.79
27112024-05-14T07:57:31.003Z Downloaded platforms v3.4.0
27122024-05-14T07:57:31.006Z Downloaded typenum v1.17.0
27132024-05-14T07:57:31.006Z Downloaded ryu v1.0.17
27142024-05-14T07:57:31.019Z Downloaded num-traits v0.2.18
27152024-05-14T07:57:31.022Z Downloaded openssl-sys v0.9.101
27162024-05-14T07:57:31.028Z Downloaded schemars v0.8.16
27172024-05-14T07:57:31.038Z Downloaded serde_yaml v0.9.34+deprecated
27182024-05-14T07:57:31.042Z Downloaded serde_derive v1.0.197
27192024-05-14T07:57:31.046Z Downloaded unsafe-libyaml v0.2.11
27202024-05-14T07:57:31.059Z Downloaded rsa v0.9.6
27212024-05-14T07:57:31.068Z Downloaded ed25519-dalek v2.1.1
27222024-05-14T07:57:31.071Z Downloaded heapless v0.7.17
27232024-05-14T07:57:31.074Z Downloaded serde v1.0.197
27242024-05-14T07:57:31.078Z Downloaded oauth2 v4.4.2
27252024-05-14T07:57:31.081Z Downloaded crypto-bigint v0.5.5
27262024-05-14T07:57:31.094Z Downloaded x509-cert v0.2.5
27272024-05-14T07:57:31.103Z Downloaded aho-corasick v1.1.3
27282024-05-14T07:57:31.112Z Downloaded ssh-key v0.6.5
27292024-05-14T07:57:31.118Z Downloaded serde_json v1.0.115
27302024-05-14T07:57:31.125Z Downloaded unicode-normalization v0.1.23
27312024-05-14T07:57:31.129Z Downloaded libm v0.2.8
27322024-05-14T07:57:31.174Z Downloaded h2 v0.3.25
27332024-05-14T07:57:31.197Z Downloaded webpki-roots v0.25.4
27342024-05-14T07:57:31.213Z Downloaded p384 v0.13.0
27352024-05-14T07:57:31.220Z Downloaded syn v2.0.55
27362024-05-14T07:57:31.230Z Downloaded regress v0.8.0
27372024-05-14T07:57:31.238Z Downloaded rustls v0.21.10
27382024-05-14T07:57:31.263Z Downloaded regex-syntax v0.8.3
27392024-05-14T07:57:31.281Z Downloaded rustix v0.38.32
27402024-05-14T07:57:31.303Z Downloaded typify-impl v0.0.16
27412024-05-14T07:57:31.315Z Downloaded curve25519-dalek v3.2.0
27422024-05-14T07:57:31.329Z Downloaded regex-automata v0.4.6
27432024-05-14T07:57:31.345Z Downloaded tokio v1.36.0
27442024-05-14T07:57:31.503Z Compiling proc-macro2 v1.0.79
27452024-05-14T07:57:31.503Z Compiling unicode-ident v1.0.12
27462024-05-14T07:57:31.503Z Compiling version_check v0.9.4
27472024-05-14T07:57:31.506Z Compiling cfg-if v1.0.0
27482024-05-14T07:57:31.506Z Compiling libc v0.2.153
27492024-05-14T07:57:31.506Z Compiling autocfg v1.2.0
27502024-05-14T07:57:31.519Z Compiling typenum v1.17.0
27512024-05-14T07:57:31.525Z Compiling serde v1.0.197
27522024-05-14T07:57:31.710Z Compiling subtle v2.5.0
27532024-05-14T07:57:32.002Z Compiling cc v1.0.90
27542024-05-14T07:57:32.108Z Compiling const-oid v0.9.6
27552024-05-14T07:57:32.129Z Compiling generic-array v0.14.7
27562024-05-14T07:57:32.139Z Compiling ahash v0.8.11
27572024-05-14T07:57:32.234Z Compiling lock_api v0.4.11
27582024-05-14T07:57:32.547Z Compiling scopeguard v1.2.0
27592024-05-14T07:57:32.557Z Compiling once_cell v1.19.0
27602024-05-14T07:57:32.681Z Compiling serde_json v1.0.115
27612024-05-14T07:57:33.002Z Compiling quote v1.0.35
27622024-05-14T07:57:33.102Z Compiling syn v1.0.109
27632024-05-14T07:57:33.255Z Compiling itoa v1.0.11
27642024-05-14T07:57:33.476Z Compiling syn v2.0.55
27652024-05-14T07:57:33.630Z Compiling getrandom v0.2.12
27662024-05-14T07:57:33.660Z Compiling smallvec v1.13.2
27672024-05-14T07:57:34.054Z Compiling rand_core v0.6.4
27682024-05-14T07:57:34.121Z Compiling base64ct v1.6.0
27692024-05-14T07:57:34.338Z Compiling libm v0.2.8
27702024-05-14T07:57:34.380Z Compiling memchr v2.7.1
27712024-05-14T07:57:34.544Z Compiling parking_lot_core v0.9.9
27722024-05-14T07:57:34.668Z Compiling pem-rfc7468 v0.7.0
27732024-05-14T07:57:34.744Z Compiling bytes v1.6.0
27742024-05-14T07:57:34.796Z Compiling pin-project-lite v0.2.13
27752024-05-14T07:57:34.888Z Compiling zerocopy v0.7.32
27762024-05-14T07:57:35.069Z Compiling num-traits v0.2.18
27772024-05-14T07:57:35.524Z Compiling thiserror v1.0.58
27782024-05-14T07:57:35.588Z Compiling log v0.4.21
27792024-05-14T07:57:36.102Z Compiling allocator-api2 v0.2.16
27802024-05-14T07:57:36.796Z Compiling flagset v0.4.5
27812024-05-14T07:57:37.010Z Compiling hashbrown v0.14.3
27822024-05-14T07:57:37.025Z Compiling bitflags v2.5.0
27832024-05-14T07:57:38.020Z Compiling parking_lot v0.12.1
27842024-05-14T07:57:38.085Z Compiling num_cpus v1.16.0
27852024-05-14T07:57:38.221Z Compiling mio v0.8.11
27862024-05-14T07:57:38.445Z Compiling socket2 v0.5.6
27872024-05-14T07:57:38.704Z Compiling signal-hook-registry v1.4.1
27882024-05-14T07:57:39.462Z Compiling spin v0.9.8
27892024-05-14T07:57:39.887Z Compiling pkg-config v0.3.30
27902024-05-14T07:57:40.369Z Compiling schemars v0.8.16
27912024-05-14T07:57:40.441Z Compiling semver v1.0.22
27922024-05-14T07:57:40.522Z Compiling cpufeatures v0.2.12
27932024-05-14T07:57:40.692Z Compiling vcpkg v0.2.15
27942024-05-14T07:57:40.799Z Compiling serde_derive_internals v0.26.0
27952024-05-14T07:57:40.838Z Compiling ring v0.17.8
27962024-05-14T07:57:41.447Z Compiling ryu v1.0.17
27972024-05-14T07:57:42.347Z Compiling openssl-sys v0.9.101
27982024-05-14T07:57:42.625Z Compiling slab v0.4.9
27992024-05-14T07:57:42.764Z Compiling equivalent v1.0.1
28002024-05-14T07:57:42.870Z Compiling futures-core v0.3.30
28012024-05-14T07:57:43.032Z Compiling fnv v1.0.7
28022024-05-14T07:57:43.162Z Compiling http v0.2.12
28032024-05-14T07:57:43.211Z Compiling rustc_version v0.4.0
28042024-05-14T07:57:43.831Z Compiling tracing-core v0.1.32
28052024-05-14T07:57:43.841Z Compiling byteorder v1.5.0
28062024-05-14T07:57:43.841Z Compiling untrusted v0.9.0
28072024-05-14T07:57:44.252Z Compiling tracing v0.1.40
28082024-05-14T07:57:44.477Z Compiling futures-sink v0.3.30
28092024-05-14T07:57:44.634Z Compiling openssl v0.10.64
28102024-05-14T07:57:45.033Z Compiling httparse v1.8.0
28112024-05-14T07:57:45.112Z Compiling chrono v0.4.37
28122024-05-14T07:57:45.189Z Compiling uuid v1.8.0
28132024-05-14T07:57:45.544Z Compiling ppv-lite86 v0.2.17
28142024-05-14T07:57:45.774Z Compiling futures-task v0.3.30
28152024-05-14T07:57:46.445Z Compiling serde_derive v1.0.197
28162024-05-14T07:57:46.452Z Compiling zeroize_derive v1.4.2
28172024-05-14T07:57:46.452Z Compiling der_derive v0.7.2
28182024-05-14T07:57:46.452Z Compiling thiserror-impl v1.0.58
28192024-05-14T07:57:46.452Z Compiling tokio-macros v2.2.0
28202024-05-14T07:57:47.207Z Compiling schemars_derive v0.8.16
28212024-05-14T07:57:47.735Z Compiling zeroize v1.7.0
28222024-05-14T07:57:48.079Z Compiling tokio v1.36.0
28232024-05-14T07:57:48.631Z Compiling der v0.7.8
28242024-05-14T07:57:48.656Z Compiling dyn-clone v1.0.17
28252024-05-14T07:57:48.841Z Compiling futures-io v0.3.30
28262024-05-14T07:57:49.168Z Compiling pin-utils v0.1.0
28272024-05-14T07:57:49.174Z Compiling foreign-types-shared v0.1.1
28282024-05-14T07:57:49.273Z Compiling futures-util v0.3.30
28292024-05-14T07:57:49.280Z Compiling foreign-types v0.3.2
28302024-05-14T07:57:49.446Z Compiling crypto-common v0.1.6
28312024-05-14T07:57:49.497Z Compiling block-buffer v0.10.4
28322024-05-14T07:57:49.650Z Compiling openssl-macros v0.1.1
28332024-05-14T07:57:49.751Z Compiling digest v0.10.7
28342024-05-14T07:57:50.217Z Compiling sha2 v0.10.8
28352024-05-14T07:57:50.557Z Compiling signature v2.2.0
28362024-05-14T07:57:50.821Z Compiling regress v0.8.0
28372024-05-14T07:57:51.856Z Compiling spki v0.7.3
28382024-05-14T07:57:52.170Z Compiling pkcs8 v0.10.2
28392024-05-14T07:57:54.006Z Compiling tinyvec_macros v0.1.1
28402024-05-14T07:57:54.318Z Compiling rustls v0.21.10
28412024-05-14T07:57:54.671Z Compiling native-tls v0.2.11
28422024-05-14T07:57:55.115Z Compiling try-lock v0.2.5
28432024-05-14T07:57:55.536Z Compiling heck v0.4.1
28442024-05-14T07:57:55.545Z Compiling want v0.3.1
28452024-05-14T07:57:55.617Z Compiling sct v0.7.1
28462024-05-14T07:57:55.636Z Compiling rustls-webpki v0.101.7
28472024-05-14T07:57:56.188Z Compiling tinyvec v1.6.0
28482024-05-14T07:57:57.164Z Compiling tokio-util v0.7.10
28492024-05-14T07:57:59.046Z Compiling http-body v0.4.6
28502024-05-14T07:57:59.569Z Compiling futures-channel v0.3.30
28512024-05-14T07:57:59.873Z Compiling ff v0.13.0
28522024-05-14T07:58:00.132Z Compiling rustix v0.38.32
28532024-05-14T07:58:00.547Z Compiling base16ct v0.2.0
28542024-05-14T07:58:00.574Z Compiling indexmap v2.2.6
28552024-05-14T07:58:00.989Z Compiling serde_tokenstream v0.2.0
28562024-05-14T07:58:01.217Z Compiling openssl-probe v0.1.5
28572024-05-14T07:58:01.258Z Compiling tower-service v0.3.2
28582024-05-14T07:58:01.404Z Compiling percent-encoding v2.3.1
28592024-05-14T07:58:01.576Z Compiling iana-time-zone v0.1.60
28602024-05-14T07:58:01.779Z Compiling httpdate v1.0.3
28612024-05-14T07:58:01.972Z Compiling getrandom v0.1.16
28622024-05-14T07:58:02.292Z Compiling h2 v0.3.25
28632024-05-14T07:58:02.561Z Compiling form_urlencoded v1.2.1
28642024-05-14T07:58:04.466Z Compiling typify-impl v0.0.16
28652024-05-14T07:58:06.088Z Compiling sec1 v0.7.3
28662024-05-14T07:58:07.370Z Compiling hyper v0.14.28
28672024-05-14T07:58:08.257Z Compiling group v0.13.0
28682024-05-14T07:58:09.179Z Compiling unicode-normalization v0.1.23
28692024-05-14T07:58:10.116Z Compiling crypto-bigint v0.5.5
28702024-05-14T07:58:12.127Z Compiling errno v0.3.8
28712024-05-14T07:58:12.643Z Compiling unicode-bidi v0.3.15
28722024-05-14T07:58:12.937Z Compiling platforms v3.4.0
28732024-05-14T07:58:13.524Z Compiling utf8parse v0.2.1
28742024-05-14T07:58:13.720Z Compiling radium v0.7.0
28752024-05-14T07:58:14.261Z Compiling anstyle-parse v0.2.3
28762024-05-14T07:58:14.698Z Compiling curve25519-dalek v4.1.2
28772024-05-14T07:58:15.201Z Compiling idna v0.5.0
28782024-05-14T07:58:15.924Z Compiling tokio-rustls v0.24.1
28792024-05-14T07:58:16.575Z Compiling elliptic-curve v0.13.8
28802024-05-14T07:58:16.606Z Compiling typify-macro v0.0.16
28812024-05-14T07:58:19.212Z Compiling tokio-native-tls v0.3.1
28822024-05-14T07:58:19.764Z Compiling hmac v0.12.1
28832024-05-14T07:58:19.876Z Compiling rand_chacha v0.3.1
28842024-05-14T07:58:19.988Z Compiling aho-corasick v1.1.3
28852024-05-14T07:58:20.245Z Compiling base64 v0.21.7
28862024-05-14T07:58:20.719Z Compiling colorchoice v1.0.0
28872024-05-14T07:58:20.896Z Compiling anstyle-query v1.0.2
28882024-05-14T07:58:21.095Z Compiling regex-syntax v0.8.3
28892024-05-14T07:58:21.493Z Compiling anstyle v1.0.6
28902024-05-14T07:58:21.528Z Compiling tap v1.0.1
28912024-05-14T07:58:21.693Z Compiling maybe-uninit v2.0.0
28922024-05-14T07:58:22.134Z Compiling anstream v0.6.13
28932024-05-14T07:58:22.287Z Compiling wyz v0.5.1
28942024-05-14T07:58:22.791Z Compiling rustls-pemfile v1.0.4
28952024-05-14T07:58:23.451Z Compiling rand v0.8.5
28962024-05-14T07:58:23.480Z Compiling rfc6979 v0.4.0
28972024-05-14T07:58:23.519Z Compiling rand_core v0.5.1
28982024-05-14T07:58:23.680Z Compiling hyper-tls v0.5.0
28992024-05-14T07:58:23.692Z Compiling terminal_size v0.3.0
29002024-05-14T07:58:23.972Z Compiling hyper-rustls v0.24.2
29012024-05-14T07:58:24.203Z Compiling url v2.5.0
29022024-05-14T07:58:24.858Z Compiling regex-automata v0.4.6
29032024-05-14T07:58:25.044Z Compiling serde_urlencoded v0.7.1
29042024-05-14T07:58:25.639Z Compiling inout v0.1.3
29052024-05-14T07:58:25.718Z Compiling curve25519-dalek-derive v0.1.1
29062024-05-14T07:58:25.891Z Compiling heapless v0.7.17
29072024-05-14T07:58:26.397Z Compiling num-integer v0.1.46
29082024-05-14T07:58:27.585Z Compiling encoding_rs v0.8.33
29092024-05-14T07:58:30.833Z Compiling funty v2.0.0
29102024-05-14T07:58:33.601Z Compiling clap_lex v0.7.0
29112024-05-14T07:58:33.882Z Compiling packed_struct v0.10.1
29122024-05-14T07:58:34.392Z Compiling strsim v0.11.0
29132024-05-14T07:58:35.690Z Compiling spin v0.5.2
29142024-05-14T07:58:35.976Z Compiling mime v0.3.17
29152024-05-14T07:58:36.518Z Compiling heck v0.5.0
29162024-05-14T07:58:36.534Z Compiling webpki-roots v0.25.4
29172024-05-14T07:58:36.696Z Compiling unicode-width v0.1.11
29182024-05-14T07:58:36.858Z Compiling ipnet v2.9.0
29192024-05-14T07:58:36.948Z Compiling num-bigint-dig v0.8.4
29202024-05-14T07:58:37.333Z Compiling sync_wrapper v0.1.2
29212024-05-14T07:58:39.731Z Compiling reqwest v0.11.27
29222024-05-14T07:58:40.194Z Compiling clap_derive v4.5.4
29232024-05-14T07:58:40.488Z Compiling getopts v0.2.21
29242024-05-14T07:58:41.390Z Compiling lazy_static v1.4.0
29252024-05-14T07:58:41.507Z Compiling clap_builder v4.5.2
29262024-05-14T07:58:44.671Z Compiling bitvec v1.0.1
29272024-05-14T07:58:45.216Z Compiling regex v1.10.4
29282024-05-14T07:58:49.141Z Compiling num-iter v0.1.44
29292024-05-14T07:58:49.407Z Compiling cipher v0.4.4
29302024-05-14T07:58:51.701Z Compiling ecdsa v0.16.9
29312024-05-14T07:58:51.753Z Compiling typify v0.0.16
29322024-05-14T07:58:51.753Z Compiling openapiv3 v2.0.0
29332024-05-14T07:58:51.754Z Compiling primeorder v0.13.6
29342024-05-14T07:58:52.078Z Compiling ssh-encoding v0.2.0
29352024-05-14T07:58:53.431Z Compiling ed25519 v2.2.3
29362024-05-14T07:58:53.835Z Compiling digest v0.9.0
29372024-05-14T07:58:54.079Z Compiling packed_struct_codegen v0.10.1
29382024-05-14T07:58:56.505Z Compiling hash32 v0.2.1
29392024-05-14T07:58:56.936Z Compiling unsafe-libyaml v0.2.11
29402024-05-14T07:58:56.963Z Compiling nodrop v0.1.14
29412024-05-14T07:58:57.085Z Compiling stable_deref_trait v1.2.0
29422024-05-14T07:58:57.196Z Compiling anyhow v1.0.81
29432024-05-14T07:58:57.308Z Compiling slog v2.7.0
29442024-05-14T07:58:58.744Z Compiling serde_yaml v0.9.34+deprecated
29452024-05-14T07:58:59.719Z Compiling array-init v0.0.4
29462024-05-14T07:59:01.093Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b)
29472024-05-14T07:59:02.764Z Compiling ed25519-dalek v2.1.1
29482024-05-14T07:59:03.744Z Compiling ssh-cipher v0.2.0
29492024-05-14T07:59:04.070Z Compiling p256 v0.13.2
29502024-05-14T07:59:05.276Z Compiling smallvec v0.6.14
29512024-05-14T07:59:08.005Z Compiling clap v4.5.4
29522024-05-14T07:59:08.289Z Compiling rand_chacha v0.2.2
29532024-05-14T07:59:10.674Z Compiling pkcs1 v0.7.5
29542024-05-14T07:59:13.253Z Compiling block-buffer v0.9.0
29552024-05-14T07:59:13.436Z Compiling zerocopy-derive v0.6.6
29562024-05-14T07:59:14.531Z Compiling blake3 v1.5.1
29572024-05-14T07:59:15.207Z Compiling is-terminal v0.4.12
29582024-05-14T07:59:15.343Z Compiling cobs v0.2.3
29592024-05-14T07:59:15.556Z Compiling opaque-debug v0.3.1
29602024-05-14T07:59:15.635Z Compiling base64 v0.13.1
29612024-05-14T07:59:15.871Z Compiling embedded-io v0.4.0
29622024-05-14T07:59:16.139Z Compiling termcolor v1.4.1
29632024-05-14T07:59:16.558Z Compiling bitfield v0.14.0
29642024-05-14T07:59:16.872Z Compiling signature v1.6.4
29652024-05-14T07:59:17.132Z Compiling ed25519 v1.5.3
29662024-05-14T07:59:17.458Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29672024-05-14T07:59:17.581Z Compiling env_logger v0.10.2
29682024-05-14T07:59:18.286Z Compiling postcard v1.0.8
29692024-05-14T07:59:19.316Z Compiling sha2 v0.9.9
29702024-05-14T07:59:21.064Z Compiling zerocopy v0.6.6
29712024-05-14T07:59:22.006Z Compiling rsa v0.9.6
29722024-05-14T07:59:23.247Z Compiling rand v0.7.3
29732024-05-14T07:59:23.598Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b)
29742024-05-14T07:59:24.472Z Compiling serde-hex v0.1.0
29752024-05-14T07:59:26.073Z Compiling ssh-key v0.6.5
29762024-05-14T07:59:30.159Z Compiling curve25519-dalek v3.2.0
29772024-05-14T07:59:31.266Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b)
29782024-05-14T07:59:32.990Z Compiling serde_path_to_error v0.1.16
29792024-05-14T07:59:43.598Z Compiling bincode v1.3.3
29802024-05-14T07:59:43.598Z Compiling x509-cert v0.2.5
29812024-05-14T07:59:43.598Z Compiling arrayref v0.3.7
29822024-05-14T07:59:43.598Z Compiling hex v0.4.3
29832024-05-14T07:59:43.598Z Compiling constant_time_eq v0.3.0
29842024-05-14T07:59:43.598Z Compiling crc-any v2.4.4
29852024-05-14T07:59:43.598Z Compiling arrayvec v0.7.4
29862024-05-14T07:59:43.598Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29872024-05-14T07:59:43.598Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b)
29882024-05-14T07:59:43.598Z Compiling sshauth v0.1.0 (https://github.com/oxidecomputer/sshauth#a145680a)
29892024-05-14T07:59:45.255Z Compiling oauth2 v4.4.2
29902024-05-14T07:59:48.869Z Compiling ed25519-dalek v1.0.1
29912024-05-14T07:59:49.195Z Compiling clap-num v1.1.1
29922024-05-14T07:59:49.433Z Compiling xdg v2.5.2
29932024-05-14T07:59:50.686Z Compiling permission-slip-client v1.0.0 (/work/permission-slip-build/client)
29942024-05-14T08:00:15.472Z Finished release [optimized] target(s) in 2m 45s
29952024-05-14T08:00:15.537Z
29962024-05-14T08:00:15.537Zreal 3:04.283048191
29972024-05-14T08:00:15.537Zuser 19:16.047691883
29982024-05-14T08:00:15.537Zsys 1:40.400128138
29992024-05-14T08:00:15.537Ztrap 0.577397936
30002024-05-14T08:00:15.542Ztflt 1.173367465
30012024-05-14T08:00:15.542Zdflt 0.533472898
30022024-05-14T08:00:15.542Zkflt 0.009831423
30032024-05-14T08:00:15.542Zlock 45:56.920829328
30042024-05-14T08:00:15.543Zslp 54:08.670239102
30052024-05-14T08:00:15.543Zlat 54.338450416
30062024-05-14T08:00:15.543Zstop 37.447514662
30072024-05-14T08:00:15.543Z+ ptime -m gzip
30082024-05-14T08:00:16.691Z
30092024-05-14T08:00:16.691Zreal 1.143399535
30102024-05-14T08:00:16.691Zuser 1.134368478
30112024-05-14T08:00:16.691Zsys 0.008142541
30122024-05-14T08:00:16.691Ztrap 0.000189486
30132024-05-14T08:00:16.692Ztflt 0.000000000
30142024-05-14T08:00:16.692Zdflt 0.000000000
30152024-05-14T08:00:16.692Zkflt 0.000000000
30162024-05-14T08:00:16.692Zlock 0.000000000
30172024-05-14T08:00:16.700Zslp 0.000000000
30182024-05-14T08:00:16.700Zlat 0.000285550
30192024-05-14T08:00:16.700Zstop 0.000179368
30202024-05-14T08:00:16.701Zprocess exited: duration 998034 ms, exit code 0
 
30212024-05-14T08:00:16.750Zfound 9 output files
30222024-05-14T08:00:16.750Zuploading: /work/end-to-end-tests/bootstrap-39ec7c2842cbffda.gz (7318830 bytes)
30232024-05-14T08:00:20.327Zuploaded: /work/end-to-end-tests/bootstrap-39ec7c2842cbffda.gz
30242024-05-14T08:00:20.327Zuploading: /work/end-to-end-tests/bootstrap.gz (102514358 bytes)
30252024-05-14T08:01:00.483Zuploaded: /work/end-to-end-tests/bootstrap.gz
30262024-05-14T08:01:00.483Zuploading: /work/end-to-end-tests/commtest-5c9fad07b19370d9.gz (7317114 bytes)
30272024-05-14T08:01:07.268Zuploaded: /work/end-to-end-tests/commtest-5c9fad07b19370d9.gz
30282024-05-14T08:01:07.268Zuploading: /work/end-to-end-tests/dhcp_server-b52017a8d7a600ab.gz (7313660 bytes)
30292024-05-14T08:01:10.094Zuploaded: /work/end-to-end-tests/dhcp_server-b52017a8d7a600ab.gz
30302024-05-14T08:01:10.094Zuploading: /work/end-to-end-tests/end_to_end_tests-62c7852defdaa0db.gz (106142331 bytes)
30312024-05-14T08:01:47.761Zuploaded: /work/end-to-end-tests/end_to_end_tests-62c7852defdaa0db.gz
30322024-05-14T08:01:47.814Zuploading: /work/caboose-util.gz (2409507 bytes)
30332024-05-14T08:01:49.270Zuploaded: /work/caboose-util.gz
30342024-05-14T08:01:49.270Zuploading: /work/tufaceous.gz (12200764 bytes)
30352024-05-14T08:01:54.249Zuploaded: /work/tufaceous.gz
30362024-05-14T08:01:54.249Zuploading: /work/commtest (462242640 bytes)
30372024-05-14T08:04:43.429Zuploaded: /work/commtest
30382024-05-14T08:04:43.447Zuploading: /work/permslip.gz (10331245 bytes)
30392024-05-14T08:04:46.273Zuploaded: /work/permslip.gz