01HX7GNDH2G2P829H5K8KH13FD: 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: 01HX7GNR03G3JT2F2JDPYKANS6

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-05-06T17:55:00.904Zjob assigned to worker 01HX7GNS1QNJ8Z53G4J61N5CPB (queued for 37 s)
 
22024-05-06T17:55:01.060Zstarting task 0: "setup"
32024-05-06T17:55:01.085Z++ uname -s
42024-05-06T17:55:01.085Z+ kern=SunOS
52024-05-06T17:55:01.086Z+ case "$kern" in
62024-05-06T17:55:01.086Z+ groupadd -g 12345 build
72024-05-06T17:55:01.086Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-05-06T17:55:03.093Z+ zfs create -o mountpoint=/work rpool/work
92024-05-06T17:55:03.137Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-05-06T17:55:03.171Z+ home_fs=zfs
112024-05-06T17:55:03.171Z+ [[ zfs == autofs ]]
122024-05-06T17:55:03.171Z+ mkdir -p /home/build
132024-05-06T17:55:03.171Z+ chown build:build /home/build /work
142024-05-06T17:55:05.146Z+ chmod 0700 /home/build /work
152024-05-06T17:55:05.174Zprocess exited: duration 4087 ms, exit code 0
 
162024-05-06T17:55:05.231Zstarting task 1: "rust-toolchain"
172024-05-06T17:55:05.261Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-05-06T17:55:05.261Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-05-06T17:55:05.393Zinfo: downloading installer
202024-05-06T17:55:06.845Zwarning: it looks like you have an existing installation of Rust at:
212024-05-06T17:55:06.845Zwarning: /opt/ooce/bin
222024-05-06T17:55:06.846Zwarning: It is recommended that rustup be the primary Rust installation.
232024-05-06T17:55:06.846Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-05-06T17:55:06.846Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-05-06T17:55:06.846Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-05-06T17:55:06.846Zwarning: or pass `-y' to ignore all ignorable checks.
272024-05-06T17:55:06.846Zerror: cannot install while Rust is installed
282024-05-06T17:55:06.846Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-05-06T17:55:06.846Zinfo: profile set to 'default'
302024-05-06T17:55:06.846Zinfo: default host triple is x86_64-unknown-illumos
312024-05-06T17:55:06.846Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-05-06T17:55:06.846Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-05-06T17:55:06.846Zinfo: downloading component 'cargo'
342024-05-06T17:55:06.847Zinfo: downloading component 'clippy'
352024-05-06T17:55:06.847Zinfo: downloading component 'rust-docs'
362024-05-06T17:55:07.569Zinfo: downloading component 'rust-std'
372024-05-06T17:55:07.759Zinfo: downloading component 'rustc'
382024-05-06T17:55:08.665Zinfo: downloading component 'rustfmt'
392024-05-06T17:55:08.724Zinfo: installing component 'cargo'
402024-05-06T17:55:09.837Zinfo: installing component 'clippy'
412024-05-06T17:55:10.305Zinfo: installing component 'rust-docs'
422024-05-06T17:55:12.637Zinfo: installing component 'rust-std'
432024-05-06T17:55:14.780Zinfo: installing component 'rustc'
442024-05-06T17:55:19.558Zinfo: installing component 'rustfmt'
452024-05-06T17:55:19.918Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-05-06T17:55:19.918Z
472024-05-06T17:55:20.080Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-05-06T17:55:20.080Z
492024-05-06T17:55:20.080Z
502024-05-06T17:55:20.080ZRust is installed now. Great!
512024-05-06T17:55:20.080Z
522024-05-06T17:55:20.080ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-05-06T17:55:20.080Zenvironment variable. This has not been done automatically.
542024-05-06T17:55:20.080Z
552024-05-06T17:55:20.080ZTo configure your current shell, you need to source
562024-05-06T17:55:20.080Zthe corresponding env file under $HOME/.cargo.
572024-05-06T17:55:20.080Z
582024-05-06T17:55:20.080ZThis is usually done by running one of the following (note the leading DOT):
592024-05-06T17:55:20.080Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-05-06T17:55:20.081Zsource "$HOME/.cargo/env.fish" # For fish
612024-05-06T17:55:20.167Z+ rustc --version
622024-05-06T17:55:20.281Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-05-06T17:55:20.307Zprocess exited: duration 15056 ms, exit code 0
 
642024-05-06T17:55:20.356Zstarting task 2: "authentication"
652024-05-06T17:55:20.416Zprocess exited: duration 59 ms, exit code 0
 
662024-05-06T17:55:20.496Zstarting task 3: "clone repository"
672024-05-06T17:55:20.521Z+ mkdir -p /work/oxidecomputer/omicron
682024-05-06T17:55:20.521Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-05-06T17:55:20.546ZCloning into '/work/oxidecomputer/omicron'...
702024-05-06T17:55:25.433Z+ cd /work/oxidecomputer/omicron
712024-05-06T17:55:25.433Z+ git fetch origin 0d311ea1351d058f8dca774225a5a54f0bdd62c1
722024-05-06T17:55:25.879ZFrom https://github.com/oxidecomputer/omicron
732024-05-06T17:55:25.879Z * branch 0d311ea1351d058f8dca774225a5a54f0bdd62c1 -> FETCH_HEAD
742024-05-06T17:55:25.918Z+ [[ -n api-typo ]]
752024-05-06T17:55:25.918Z++ git branch --show-current
762024-05-06T17:55:25.918Z+ current=main
772024-05-06T17:55:25.919Z+ [[ main != api-typo ]]
782024-05-06T17:55:25.919Z+ git branch -f api-typo 0d311ea1351d058f8dca774225a5a54f0bdd62c1
792024-05-06T17:55:25.919Z+ git checkout -f api-typo
802024-05-06T17:55:26.003ZSwitched to branch 'api-typo'
812024-05-06T17:55:26.031Z+ git reset --hard 0d311ea1351d058f8dca774225a5a54f0bdd62c1
822024-05-06T17:55:26.094ZHEAD is now at 0d311ea13 API typos
832024-05-06T17:55:26.119Zprocess exited: duration 5600 ms, exit code 0
 
842024-05-06T17:55:26.168Zstarting task 4: "build"
852024-05-06T17:55:26.192Z+ cargo --version
862024-05-06T17:55:26.192Zinfo: syncing channel updates for '1.77.2-x86_64-unknown-illumos'
872024-05-06T17:55:26.291Zinfo: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09)
882024-05-06T17:55:26.291Zinfo: downloading component 'cargo'
892024-05-06T17:55:26.418Zinfo: downloading component 'clippy'
902024-05-06T17:55:26.476Zinfo: downloading component 'rust-docs'
912024-05-06T17:55:26.804Zinfo: downloading component 'rust-std'
922024-05-06T17:55:27.292Zinfo: downloading component 'rustc'
932024-05-06T17:55:31.544Zinfo: downloading component 'rustfmt'
942024-05-06T17:55:31.652Zinfo: installing component 'cargo'
952024-05-06T17:55:31.652Zinfo: installing component 'clippy'
962024-05-06T17:55:31.652Zinfo: installing component 'rust-docs'
972024-05-06T17:55:32.810Zinfo: installing component 'rust-std'
982024-05-06T17:55:34.751Zinfo: installing component 'rustc'
992024-05-06T17:55:39.118Zinfo: installing component 'rustfmt'
1002024-05-06T17:55:39.556Zcargo 1.77.2 (e52e36006 2024-03-26)
1012024-05-06T17:55:39.585Z+ rustc --version
1022024-05-06T17:55:39.646Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
1032024-05-06T17:55:39.694Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1042024-05-06T17:55:41.479Z Startup: Refreshing catalog 'helios-dev' ... Done
1052024-05-06T17:55:43.055ZPlanning: Solver setup ... Done (1.162s)
1062024-05-06T17:55:43.082ZPlanning: Running solver ... Done (0.022s)
1072024-05-06T17:55:43.106ZPlanning: Finding local manifests ... Done (0.002s)
1082024-05-06T17:55:43.131ZPlanning: Fetching manifests: 0/4 0% complete
1092024-05-06T17:55:43.557ZPlanning: Fetching manifests: 4/4 100% complete
1102024-05-06T17:55:43.625ZPlanning: Package planning ... Done (0.057s)
1112024-05-06T17:55:43.677ZPlanning: Merging actions ... Done (0.060s)
1122024-05-06T17:55:44.034ZPlanning: Checking for conflicting actions ... Done (0.359s)
1132024-05-06T17:55:44.061ZPlanning: Consolidating action changes ... Done (0.013s)
1142024-05-06T17:55:44.666ZPlanning: Evaluating mediators ... Done (0.602s)
1152024-05-06T17:55:44.692ZPlanning: Planning completed in 3.18 seconds
1162024-05-06T17:55:44.692Z Packages to install: 4
1172024-05-06T17:55:44.692Z Mediators to change: 2
1182024-05-06T17:55:44.692Z Services to change: 1
1192024-05-06T17:55:44.692Z Estimated space available: 148.36 GB
1202024-05-06T17:55:44.692ZEstimated space to be consumed: 1.44 GB
1212024-05-06T17:55:44.692Z Create boot environment: No
1222024-05-06T17:55:44.692ZCreate backup boot environment: No
1232024-05-06T17:55:44.692Z Rebuild boot archive: No
1242024-05-06T17:55:44.692Z
1252024-05-06T17:55:44.692ZChanged mediators:
1262024-05-06T17:55:44.692Z mediator clang:
1272024-05-06T17:55:44.692Z version: None -> 15 (system default)
1282024-05-06T17:55:44.692Z
1292024-05-06T17:55:44.692Z mediator llvm:
1302024-05-06T17:55:44.692Z version: 14 (system default) -> 15 (system default)
1312024-05-06T17:55:44.692Z
1322024-05-06T17:55:44.692ZChanged packages:
1332024-05-06T17:55:44.692Zhelios-dev
1342024-05-06T17:55:44.692Z developer/build-essential
1352024-05-06T17:55:44.693Z None -> 11-2.0
1362024-05-06T17:55:44.693Z library/libxmlsec1
1372024-05-06T17:55:44.693Z None -> 1.2.35-2.0
1382024-05-06T17:55:44.693Z ooce/developer/clang-15
1392024-05-06T17:55:44.693Z None -> 15.0.7-2.0
1402024-05-06T17:55:44.693Z ooce/developer/llvm-15
1412024-05-06T17:55:44.693Z None -> 15.0.7-2.0
1422024-05-06T17:55:44.693Z
1432024-05-06T17:55:44.693ZServices:
1442024-05-06T17:55:44.693Z restart_fmri:
1452024-05-06T17:55:44.693Z svc:/system/update-man-index:default
1462024-05-06T17:55:44.722Z
1472024-05-06T17:55:44.722ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1482024-05-06T17:55:49.745ZDownload: 1188/3290 items 58.0/212.6MB 27% complete (11.6M/s)
1492024-05-06T17:55:54.730ZDownload: 2367/3290 items 119.7/212.6MB 56% complete (12.2M/s)
1502024-05-06T17:55:59.729ZDownload: 3242/3290 items 174.4/212.6MB 82% complete (11.6M/s)
1512024-05-06T17:56:04.672ZDownload: Completed 212.60 MB in 19.53 seconds (10.9M/s)
1522024-05-06T17:56:04.702Z Actions: 1/3689 actions (Installing new actions)
1532024-05-06T17:56:09.481Z Actions: 2777/3689 actions (Installing new actions)
1542024-05-06T17:56:10.058Z Actions: Completed 3689 actions in 5.65 seconds.
1552024-05-06T17:56:10.317Z Done (0.255s)
1562024-05-06T17:56:10.317Z Done (0.000s)
1572024-05-06T17:56:10.655Z Done (0.339s)
1582024-05-06T17:56:15.581Z Done (4.800s)
1592024-05-06T17:56:15.673Z Done (0.018s)
1602024-05-06T17:56:15.697Z Done (0.000s)
1612024-05-06T17:56:15.819Z Done (0.000s)
1622024-05-06T17:56:16.291ZPlanning: Evaluating mediator changes ... Done
1632024-05-06T17:56:16.738ZPlanning: Checking for conflicting actions ... Done
1642024-05-06T17:56:16.738ZPlanning: Consolidating action changes ... Done
1652024-05-06T17:56:16.796ZPlanning: Evaluating mediators ... Done
1662024-05-06T17:56:16.823ZPlanning: Planning completed in 0.51 seconds
1672024-05-06T17:56:16.854Z Mediators to change: 2
1682024-05-06T17:56:16.855Z Create boot environment: No
1692024-05-06T17:56:16.855ZCreate backup boot environment: No
1702024-05-06T17:56:16.895Z Done
1712024-05-06T17:56:16.895Z Done
1722024-05-06T17:56:17.122Z Done
1732024-05-06T17:56:21.330Z Done
1742024-05-06T17:56:21.419Z Done
1752024-05-06T17:56:21.455Z Done
1762024-05-06T17:56:21.489Z Done
1772024-05-06T17:56:22.209ZPlanning: Evaluating mediator changes ... Done
1782024-05-06T17:56:22.237ZPlanning: Merging actions ... Done
1792024-05-06T17:56:22.473ZPlanning: Checking for conflicting actions ... Done
1802024-05-06T17:56:22.502ZPlanning: Consolidating action changes ... Done
1812024-05-06T17:56:22.808ZPlanning: Evaluating mediators ... Done
1822024-05-06T17:56:22.870ZPlanning: Planning completed in 0.95 seconds
1832024-05-06T17:56:22.925Z Packages to change: 1
1842024-05-06T17:56:22.925Z Mediators to change: 1
1852024-05-06T17:56:22.925Z Services to change: 1
1862024-05-06T17:56:22.925Z Create boot environment: No
1872024-05-06T17:56:22.925ZCreate backup boot environment: Yes
1882024-05-06T17:56:24.434Z Actions: 1/6 actions (Updating modified actions)
1892024-05-06T17:56:24.460Z Actions: Completed 6 actions in 0.00 seconds.
1902024-05-06T17:56:24.460Z Done
1912024-05-06T17:56:24.460Z Done
1922024-05-06T17:56:24.510Z Done
1932024-05-06T17:56:28.696Z Done
1942024-05-06T17:56:28.795Z Done
1952024-05-06T17:56:28.819Z Done
1962024-05-06T17:56:28.885Z Done
1972024-05-06T17:56:29.429ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1982024-05-06T17:56:29.429Zclang system 15 system
1992024-05-06T17:56:29.429Zcsh system system illumos
2002024-05-06T17:56:29.429Zctags system system illumos
2012024-05-06T17:56:29.429Zgcc vendor 12 vendor
2022024-05-06T17:56:29.429Zgcc system 10 system
2032024-05-06T17:56:29.429Zgcc system 7 system
2042024-05-06T17:56:29.429Zgo system 1.20 system
2052024-05-06T17:56:29.429Zgo system 1.19 system
2062024-05-06T17:56:29.429Zllvm system 15 system
2072024-05-06T17:56:29.429Zllvm system 14 system
2082024-05-06T17:56:29.429Zmariadb system 10.6 system
2092024-05-06T17:56:29.430Zmta vendor vendor dma
2102024-05-06T17:56:29.430Zopenjdk system 17 system
2112024-05-06T17:56:29.430Zopenjdk system 11 system
2122024-05-06T17:56:29.430Zopenjdk system 1.8 system
2132024-05-06T17:56:29.430Zopenssl vendor 3 vendor
2142024-05-06T17:56:29.430Zperl system 5.36 system
2152024-05-06T17:56:29.430Zpostgresql system 15 system
2162024-05-06T17:56:29.430Zpostgresql system 13 system
2172024-05-06T17:56:29.430Zpython vendor 3 vendor
2182024-05-06T17:56:29.430Zpython system 2 system
2192024-05-06T17:56:29.430Zpython3 system 3.11 system
2202024-05-06T17:56:29.430Zruby system 3.0 system
2212024-05-06T17:56:29.431Zwords vendor vendor american-english
2222024-05-06T17:56:29.431Zwords system system australian-english
2232024-05-06T17:56:29.431Zwords system system british-english
2242024-05-06T17:56:29.431Zwords system system canadian-english
2252024-05-06T17:56:29.431Zwords system system french
2262024-05-06T17:56:29.431Zwords system system italian
2272024-05-06T17:56:29.431Zwords system system ngerman
2282024-05-06T17:56:29.431Zwords system system ogerman
2292024-05-06T17:56:29.431Zwords system system spanish
2302024-05-06T17:56:29.809ZPUBLISHER TYPE STATUS P LOCATION
2312024-05-06T17:56:29.809Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2322024-05-06T17:56:31.403ZFMRI IFO
2332024-05-06T17:56:31.403Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2342024-05-06T17:56:31.404Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2352024-05-06T17:56:31.404Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2362024-05-06T17:56:31.404Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2372024-05-06T17:56:31.404Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2382024-05-06T17:56:31.404Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2392024-05-06T17:56:31.404Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2402024-05-06T17:56:31.404Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2412024-05-06T17:56:31.404Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2422024-05-06T17:56:31.404Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2432024-05-06T17:56:31.404Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2442024-05-06T17:56:31.404Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2452024-05-06T17:56:31.655Z+ set -o errexit
2462024-05-06T17:56:31.689Z+++ dirname ./tools/ci_download_cockroachdb
2472024-05-06T17:56:31.689Z++ cd ./tools
2482024-05-06T17:56:31.689Z++ pwd
2492024-05-06T17:56:31.689Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2502024-05-06T17:56:31.690Z++ basename ./tools/ci_download_cockroachdb
2512024-05-06T17:56:31.690Z+ ARG0=ci_download_cockroachdb
2522024-05-06T17:56:31.690Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2532024-05-06T17:56:31.690Z+ CIDL_VERSION=v22.1.9
2542024-05-06T17:56:31.690Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2552024-05-06T17:56:31.690Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2562024-05-06T17:56:31.690Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2572024-05-06T17:56:31.690Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2582024-05-06T17:56:31.690Z+ TARGET_DIR=out
2592024-05-06T17:56:31.691Z+ DOWNLOAD_DIR=out/downloads
2602024-05-06T17:56:31.691Z+ DEST_DIR=./out/cockroachdb
2612024-05-06T17:56:31.691Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2622024-05-06T17:56:31.691Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2632024-05-06T17:56:31.691Z+ main
2642024-05-06T17:56:31.691Z+ [[ 0 != 0 ]]
2652024-05-06T17:56:31.691Z+ CIDL_OS=solaris2.11
2662024-05-06T17:56:31.691Z+ [[ 0 != 0 ]]
2672024-05-06T17:56:31.691Z+ configure_os solaris2.11
2682024-05-06T17:56:31.691Z+ echo 'current directory: /work/oxidecomputer/omicron'
2692024-05-06T17:56:31.692Zcurrent directory: /work/oxidecomputer/omicron
2702024-05-06T17:56:31.692Z+ echo 'configuring based on OS: "solaris2.11"'
2712024-05-06T17:56:31.692Z+ case "$1" in
2722024-05-06T17:56:31.692Zconfiguring based on OS: "solaris2.11"
2732024-05-06T17:56:31.692Z+ CIDL_BUILD=illumos
2742024-05-06T17:56:31.692Z+ CIDL_SUFFIX=tar.gz
2752024-05-06T17:56:31.692Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2762024-05-06T17:56:31.692Z+ CIDL_URL_BASE=https://illumos.org/downloads
2772024-05-06T17:56:31.692Z+ CIDL_ASSEMBLE=do_assemble_illumos
2782024-05-06T17:56:31.692Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2792024-05-06T17:56:31.693Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2802024-05-06T17:56:31.693Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2812024-05-06T17:56:31.693Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2822024-05-06T17:56:31.693Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2832024-05-06T17:56:31.693Z+ CIDL_SHA256FUNC=do_sha256sum
2842024-05-06T17:56:31.693Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2852024-05-06T17:56:31.693ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2862024-05-06T17:56:31.693Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2872024-05-06T17:56:31.694ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2882024-05-06T17:56:31.694Z+ mkdir -p out/downloads
2892024-05-06T17:56:31.694Z+ mkdir -p ./out/cockroachdb
2902024-05-06T17:56:31.694Z+ local DO_DOWNLOAD=true
2912024-05-06T17:56:31.694Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2922024-05-06T17:56:31.694Z+ '[' true == true ']'
2932024-05-06T17:56:31.694Z+ echo Downloading...
2942024-05-06T17:56:31.694ZDownloading...
2952024-05-06T17:56:31.694Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2962024-05-06T17:56:31.695Z+ 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
2972024-05-06T17:56:36.894Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2982024-05-06T17:56:36.919Z++ sha256sum
2992024-05-06T17:56:36.919Z++ awk '{print $1}'
3002024-05-06T17:56:36.970Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3012024-05-06T17:56:36.970Z+ [[ 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 ]]
3022024-05-06T17:56:36.970Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3032024-05-06T17:56:36.994Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3042024-05-06T17:56:39.900Z+ do_assemble_illumos
3052024-05-06T17:56:39.900Z+ rm -r ./out/cockroachdb
3062024-05-06T17:56:39.925Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3072024-05-06T17:56:40.354Z+ ./out/cockroachdb/bin/cockroach version
3082024-05-06T17:56:40.604ZBuild Tag: v22.1.9-dirty
3092024-05-06T17:56:40.604ZBuild Time: 2022/10/26 21:17:46
3102024-05-06T17:56:40.604ZDistribution: OSS
3112024-05-06T17:56:40.604ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3122024-05-06T17:56:40.604ZGo Version: go1.17.13
3132024-05-06T17:56:40.604ZC Compiler: gcc 10.3.0
3142024-05-06T17:56:40.604ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3152024-05-06T17:56:40.604ZBuild Type: release
3162024-05-06T17:56:40.631Z+ set -o errexit
3172024-05-06T17:56:40.657Z+++ dirname ./tools/ci_download_clickhouse
3182024-05-06T17:56:40.657Z++ cd ./tools
3192024-05-06T17:56:40.657Z++ pwd
3202024-05-06T17:56:40.657Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3212024-05-06T17:56:40.657Z++ basename ./tools/ci_download_clickhouse
3222024-05-06T17:56:40.657Z+ ARG0=ci_download_clickhouse
3232024-05-06T17:56:40.658Z+ TARGET_DIR=out
3242024-05-06T17:56:40.658Z+ DOWNLOAD_DIR=out/downloads
3252024-05-06T17:56:40.658Z+ DEST_DIR=./out/clickhouse
3262024-05-06T17:56:40.658Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3272024-05-06T17:56:40.658Z+ CIDL_VERSION=v23.8.7.24
3282024-05-06T17:56:40.658Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3292024-05-06T17:56:40.658Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3302024-05-06T17:56:40.658Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3312024-05-06T17:56:40.658Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3322024-05-06T17:56:40.658Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3332024-05-06T17:56:40.658Z+ main
3342024-05-06T17:56:40.658Z+ [[ 0 != 0 ]]
3352024-05-06T17:56:40.658Z+ CIDL_OS=solaris2.11
3362024-05-06T17:56:40.658Z+ [[ 0 != 0 ]]
3372024-05-06T17:56:40.658Z+ configure_os solaris2.11
3382024-05-06T17:56:40.658Z+ echo 'current directory: /work/oxidecomputer/omicron'
3392024-05-06T17:56:40.658Z+ echo 'configuring based on OS: "solaris2.11"'
3402024-05-06T17:56:40.658Zcurrent directory: /work/oxidecomputer/omicron
3412024-05-06T17:56:40.658Zconfiguring based on OS: "solaris2.11"
3422024-05-06T17:56:40.658Z+ CIDL_DASHREV=
3432024-05-06T17:56:40.658Z+ case "$1" in
3442024-05-06T17:56:40.658Z+ CIDL_PLATFORM=illumos
3452024-05-06T17:56:40.659Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3462024-05-06T17:56:40.659Z+ CIDL_MD5FUNC=do_md5sum
3472024-05-06T17:56:40.659Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3482024-05-06T17:56:40.659Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3492024-05-06T17:56:40.659Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3502024-05-06T17:56:40.659Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3512024-05-06T17:56:40.659Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3522024-05-06T17:56:40.659ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3532024-05-06T17:56:40.659ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3542024-05-06T17:56:40.659Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3552024-05-06T17:56:40.659Z+ mkdir -p out/downloads
3562024-05-06T17:56:40.659Z+ mkdir -p ./out/clickhouse
3572024-05-06T17:56:40.659Z+ local DO_DOWNLOAD=true
3582024-05-06T17:56:40.659Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3592024-05-06T17:56:40.659Z+ '[' true == true ']'
3602024-05-06T17:56:40.659Z+ echo Downloading...
3612024-05-06T17:56:40.659ZDownloading...
3622024-05-06T17:56:40.659Z+ 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
3632024-05-06T17:56:40.659Z+ 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
3642024-05-06T17:56:56.604Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3652024-05-06T17:56:56.629Z++ md5sum
3662024-05-06T17:56:56.629Z++ awk '{print $1}'
3672024-05-06T17:56:56.874Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3682024-05-06T17:56:56.874Z+ [[ 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 ]]
3692024-05-06T17:56:56.874Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3702024-05-06T17:56:56.899Z+ mkdir -p ./out/clickhouse
3712024-05-06T17:56:56.899Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3722024-05-06T17:57:02.021Z+ [[ solaris2.11 == darwin* ]]
3732024-05-06T17:57:02.021Z+ ./out/clickhouse/clickhouse server --version
3742024-05-06T17:57:02.168ZClickHouse server version 23.8.7.1.
3752024-05-06T17:57:02.202Z+ set -o errexit
3762024-05-06T17:57:02.202Z+++ dirname ./tools/ci_download_console
3772024-05-06T17:57:02.234Z++ cd ./tools
3782024-05-06T17:57:02.234Z++ pwd
3792024-05-06T17:57:02.234Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3802024-05-06T17:57:02.234Z++ basename ./tools/ci_download_console
3812024-05-06T17:57:02.234Z+ ARG0=ci_download_console
3822024-05-06T17:57:02.234Z+ TARGET_DIR=out
3832024-05-06T17:57:02.234Z+ DOWNLOAD_DIR=out/downloads
3842024-05-06T17:57:02.234Z+ DEST_DIR=./out/console-assets
3852024-05-06T17:57:02.234Z+ source /work/oxidecomputer/omicron/tools/console_version
3862024-05-06T17:57:02.234Z++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5
3872024-05-06T17:57:02.234Z++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
3882024-05-06T17:57:02.234Z+ URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
3892024-05-06T17:57:02.234Z+ TARBALL_FILE=out/downloads/console.tar.gz
3902024-05-06T17:57:02.234Z+ main
3912024-05-06T17:57:02.234Z+ [[ 0 != 0 ]]
3922024-05-06T17:57:02.234Z+ echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz'
3932024-05-06T17:57:02.235ZURL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
3942024-05-06T17:57:02.235Z+ echo 'Local file: out/downloads/console.tar.gz'
3952024-05-06T17:57:02.235ZLocal file: out/downloads/console.tar.gz
3962024-05-06T17:57:02.235Z+ local DO_DOWNLOAD=true
3972024-05-06T17:57:02.235Z+ [[ -f out/downloads/console.tar.gz ]]
3982024-05-06T17:57:02.235Z+ mkdir -p out/downloads
3992024-05-06T17:57:02.235Z+ '[' true == true ']'
4002024-05-06T17:57:02.235Z+ echo Downloading...
4012024-05-06T17:57:02.235ZDownloading...
4022024-05-06T17:57:02.235Z+ do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz
4032024-05-06T17:57:02.235Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
4042024-05-06T17:57:02.703Z++ do_sha256sum out/downloads/console.tar.gz
4052024-05-06T17:57:02.703Z++ case "$OSTYPE" in
4062024-05-06T17:57:02.703Z++ SHA=sha256sum
4072024-05-06T17:57:02.737Z++ sha256sum
4082024-05-06T17:57:02.737Z++ awk '{print $1}'
4092024-05-06T17:57:02.737Z+ calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
4102024-05-06T17:57:02.737Z+ [[ 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 ]]
4112024-05-06T17:57:02.737Z+ rm -rf ./out/console-assets
4122024-05-06T17:57:02.737Z+ mkdir -p ./out/console-assets
4132024-05-06T17:57:02.737Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4142024-05-06T17:57:02.737Z+ mkdir -p ./out/console-assets
4152024-05-06T17:57:02.737Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4162024-05-06T17:57:02.866Z+ set -o errexit
4172024-05-06T17:57:02.903Z+++ dirname ./tools/ci_download_dendrite_openapi
4182024-05-06T17:57:02.903Z++ cd ./tools
4192024-05-06T17:57:02.903Z++ pwd
4202024-05-06T17:57:02.903Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4212024-05-06T17:57:02.904Z++ basename ./tools/ci_download_dendrite_openapi
4222024-05-06T17:57:02.904Z+ ARG0=ci_download_dendrite_openapi
4232024-05-06T17:57:02.904Z+ TARGET_DIR=out
4242024-05-06T17:57:02.904Z+ DOWNLOAD_DIR=out/downloads
4252024-05-06T17:57:02.904Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4262024-05-06T17:57:02.904Z++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687
4272024-05-06T17:57:02.904Z++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4282024-05-06T17:57:02.904Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4292024-05-06T17:57:02.904Z+ LOCAL_FILE=out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4302024-05-06T17:57:02.904Z+ main
4312024-05-06T17:57:02.904Z+ [[ 0 != 0 ]]
4322024-05-06T17:57:02.905Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json'
4332024-05-06T17:57:02.905Z+ echo 'Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json'
4342024-05-06T17:57:02.905ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4352024-05-06T17:57:02.905ZLocal file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4362024-05-06T17:57:02.905Z+ local DO_DOWNLOAD=true
4372024-05-06T17:57:02.905Z+ [[ -f out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json ]]
4382024-05-06T17:57:02.905Z+ mkdir -p out/downloads
4392024-05-06T17:57:02.905Z+ '[' true == true ']'
4402024-05-06T17:57:02.906Z+ echo Downloading...
4412024-05-06T17:57:02.906ZDownloading...
4422024-05-06T17:57:02.906Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4432024-05-06T17:57:02.906Z+ 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
4442024-05-06T17:57:03.259Z++ do_sha256sum out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4452024-05-06T17:57:03.259Z++ case "$OSTYPE" in
4462024-05-06T17:57:03.259Z++ SHA=sha256sum
4472024-05-06T17:57:03.289Z++ sha256sum
4482024-05-06T17:57:03.289Z++ awk '{print $1}'
4492024-05-06T17:57:03.289Z+ calculated_sha2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4502024-05-06T17:57:03.289Z+ [[ 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 ]]
4512024-05-06T17:57:03.289Z+ set -o errexit
4522024-05-06T17:57:03.289Z+++ dirname ./tools/ci_download_dendrite_stub
4532024-05-06T17:57:03.290Z++ cd ./tools
4542024-05-06T17:57:03.290Z++ pwd
4552024-05-06T17:57:03.290Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4562024-05-06T17:57:03.290Z++ basename ./tools/ci_download_dendrite_stub
4572024-05-06T17:57:03.290Z+ ARG0=ci_download_dendrite_stub
4582024-05-06T17:57:03.290Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4592024-05-06T17:57:03.290Z++ CIDL_SHA256_ILLUMOS=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
4602024-05-06T17:57:03.333Z++ CIDL_SHA256_LINUX_DPD=c255370062ce616f6fce5630fad7a1fbfa63aa7db964aeb6de410ba4a4bc3193
4612024-05-06T17:57:03.333Z++ CIDL_SHA256_LINUX_SWADM=7899b1603518489b2276f9d9043107a267060e3b05be51f08002adf3d118a7c9
4622024-05-06T17:57:03.333Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4632024-05-06T17:57:03.333Z++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687
4642024-05-06T17:57:03.333Z++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4652024-05-06T17:57:03.333Z+ TARGET_DIR=out
4662024-05-06T17:57:03.333Z+ DOWNLOAD_DIR=out/downloads
4672024-05-06T17:57:03.333Z+ DEST_DIR=./out/dendrite-stub
4682024-05-06T17:57:03.333Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4692024-05-06T17:57:03.333Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4702024-05-06T17:57:03.333Z+ REPO=oxidecomputer/dendrite
4712024-05-06T17:57:03.333Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687
4722024-05-06T17:57:03.333Z+ main
4732024-05-06T17:57:03.333Z+ [[ 0 != 0 ]]
4742024-05-06T17:57:03.334Z+ CIDL_OS=solaris2.11
4752024-05-06T17:57:03.334Z+ [[ 0 != 0 ]]
4762024-05-06T17:57:03.334Z+ configure_os solaris2.11
4772024-05-06T17:57:03.334Z+ echo 'current directory: /work/oxidecomputer/omicron'
4782024-05-06T17:57:03.334Zcurrent directory: /work/oxidecomputer/omicron
4792024-05-06T17:57:03.334Z+ echo 'configuring based on OS: "solaris2.11"'
4802024-05-06T17:57:03.334Z+ case "$1" in
4812024-05-06T17:57:03.334Z+ SET_BINARIES=
4822024-05-06T17:57:03.334Zconfiguring based on OS: "solaris2.11"
4832024-05-06T17:57:03.334Z+ CIDL_SHA256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
4842024-05-06T17:57:03.334Z+ CIDL_SHA256FUNC=do_sha256sum
4852024-05-06T17:57:03.334Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
4862024-05-06T17:57:03.334Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
4872024-05-06T17:57:03.334Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
4882024-05-06T17:57:03.334Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz'
4892024-05-06T17:57:03.334Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
4902024-05-06T17:57:03.334Z+ mkdir -p out/downloads
4912024-05-06T17:57:03.334ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
4922024-05-06T17:57:03.334ZLocal file: out/downloads/dendrite-stub.tar.gz
4932024-05-06T17:57:03.334Z+ mkdir -p ./out/dendrite-stub
4942024-05-06T17:57:03.334Z+ fetch_and_verify
4952024-05-06T17:57:03.334Z+ local DO_DOWNLOAD=true
4962024-05-06T17:57:03.334Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
4972024-05-06T17:57:03.334Z+ '[' true == true ']'
4982024-05-06T17:57:03.335Z+ echo Downloading...
4992024-05-06T17:57:03.335ZDownloading...
5002024-05-06T17:57:03.335Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5012024-05-06T17:57:03.335Z+ 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
5022024-05-06T17:57:13.063Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5032024-05-06T17:57:13.063Z++ sha256sum
5042024-05-06T17:57:13.063Z++ awk '{print $1}'
5052024-05-06T17:57:13.063Z+ calculated_sha256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
5062024-05-06T17:57:13.063Z+ [[ 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 ]]
5072024-05-06T17:57:13.063Z+ do_untar out/downloads/dendrite-stub.tar.gz
5082024-05-06T17:57:13.063Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5092024-05-06T17:57:13.341Z+ do_assemble
5102024-05-06T17:57:13.341Z+ rm -r ./out/dendrite-stub
5112024-05-06T17:57:13.386Z+ mkdir ./out/dendrite-stub
5122024-05-06T17:57:13.387Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5132024-05-06T17:57:13.480Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5142024-05-06T17:57:13.512Z+ set -o errexit
5152024-05-06T17:57:13.512Z+++ dirname ./tools/ci_download_maghemite_mgd
5162024-05-06T17:57:13.512Z++ cd ./tools
5172024-05-06T17:57:13.512Z++ pwd
5182024-05-06T17:57:13.513Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5192024-05-06T17:57:13.513Z++ basename ./tools/ci_download_maghemite_mgd
5202024-05-06T17:57:13.513Z+ ARG0=ci_download_maghemite_mgd
5212024-05-06T17:57:13.514Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5222024-05-06T17:57:13.514Z++ CIDL_SHA256=4526aa3247002df2085b95a88829dae6513c65e2546fa78f64556911bdcad9bc
5232024-05-06T17:57:13.515Z++ MGD_LINUX_SHA256=1b2c2c099e820157e7e038e6ce91c335d69437c714e51e3df4cced72dc60ce5c
5242024-05-06T17:57:13.515Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5252024-05-06T17:57:13.516Z++ COMMIT=6b9c699e5b2091e359bad0f7fe168112d181892d
5262024-05-06T17:57:13.516Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5272024-05-06T17:57:13.516Z+ TARGET_DIR=out
5282024-05-06T17:57:13.516Z+ DOWNLOAD_DIR=out/downloads
5292024-05-06T17:57:13.516Z+ DEST_DIR=./out/mgd
5302024-05-06T17:57:13.517Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5312024-05-06T17:57:13.517Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5322024-05-06T17:57:13.517Z+ REPO=oxidecomputer/maghemite
5332024-05-06T17:57:13.517Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d
5342024-05-06T17:57:13.517Z+ main
5352024-05-06T17:57:13.518Z+ rm -rf out/downloads/root
5362024-05-06T17:57:13.551Z+ [[ 0 != 0 ]]
5372024-05-06T17:57:13.551Z+ CIDL_OS=solaris2.11
5382024-05-06T17:57:13.551Z+ [[ 0 != 0 ]]
5392024-05-06T17:57:13.552Z+ configure_os solaris2.11
5402024-05-06T17:57:13.552Z+ echo 'current directory: /work/oxidecomputer/omicron'
5412024-05-06T17:57:13.552Zcurrent directory: /work/oxidecomputer/omicron
5422024-05-06T17:57:13.552Z+ echo 'configuring based on OS: "solaris2.11"'
5432024-05-06T17:57:13.552Z+ case "$1" in
5442024-05-06T17:57:13.553Zconfiguring based on OS: "solaris2.11"
5452024-05-06T17:57:13.553Z+ SET_BINARIES=
5462024-05-06T17:57:13.553Z+ CIDL_SHA256FUNC=do_sha256sum
5472024-05-06T17:57:13.553Z+ TARBALL_FILENAME=mgd.tar.gz
5482024-05-06T17:57:13.554Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz
5492024-05-06T17:57:13.554Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5502024-05-06T17:57:13.554Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz'
5512024-05-06T17:57:13.554ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz
5522024-05-06T17:57:13.554Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5532024-05-06T17:57:13.555ZLocal file: out/downloads/mgd.tar.gz
5542024-05-06T17:57:13.555Z+ mkdir -p out/downloads
5552024-05-06T17:57:13.555Z+ mkdir -p ./out/mgd
5562024-05-06T17:57:13.556Z+ fetch_and_verify
5572024-05-06T17:57:13.556Z+ local DO_DOWNLOAD=true
5582024-05-06T17:57:13.556Z+ [[ -f out/downloads/mgd.tar.gz ]]
5592024-05-06T17:57:13.556Z+ '[' true == true ']'
5602024-05-06T17:57:13.556Z+ echo Downloading...
5612024-05-06T17:57:13.557ZDownloading...
5622024-05-06T17:57:13.557Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz out/downloads/mgd.tar.gz
5632024-05-06T17:57:13.557Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz
5642024-05-06T17:57:22.261Z++ do_sha256sum out/downloads/mgd.tar.gz
5652024-05-06T17:57:22.290Z++ sha256sum
5662024-05-06T17:57:22.290Z++ awk '{print $1}'
5672024-05-06T17:57:22.319Z+ calculated_sha256=4526aa3247002df2085b95a88829dae6513c65e2546fa78f64556911bdcad9bc
5682024-05-06T17:57:22.319Z+ [[ 4526aa3247002df2085b95a88829dae6513c65e2546fa78f64556911bdcad9bc != \4\5\2\6\a\a\3\2\4\7\0\0\2\d\f\2\0\8\5\b\9\5\a\8\8\8\2\9\d\a\e\6\5\1\3\c\6\5\e\2\5\4\6\f\a\7\8\f\6\4\5\5\6\9\1\1\b\d\c\a\d\9\b\c ]]
5692024-05-06T17:57:22.319Z+ do_untar out/downloads/mgd.tar.gz
5702024-05-06T17:57:22.319Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
5712024-05-06T17:57:23.110Z+ do_assemble
5722024-05-06T17:57:23.110Z+ rm -r ./out/mgd
5732024-05-06T17:57:23.142Z+ mkdir ./out/mgd
5742024-05-06T17:57:23.142Z+ cp -r out/downloads/root ./out/mgd/root
5752024-05-06T17:57:23.205Z+ set -o errexit
5762024-05-06T17:57:23.269Z+++ dirname ./tools/ci_download_transceiver_control
5772024-05-06T17:57:23.269Z++ cd ./tools
5782024-05-06T17:57:23.269Z++ pwd
5792024-05-06T17:57:23.269Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5802024-05-06T17:57:23.269Z++ basename ./tools/ci_download_transceiver_control
5812024-05-06T17:57:23.269Z+ ARG0=ci_download_transceiver_control
5822024-05-06T17:57:23.269Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5832024-05-06T17:57:23.269Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5842024-05-06T17:57:23.269Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5852024-05-06T17:57:23.269Z+ TARGET_DIR=out
5862024-05-06T17:57:23.269Z+ DOWNLOAD_DIR=out/downloads
5872024-05-06T17:57:23.269Z+ DEST_DIR=./out/transceiver-control
5882024-05-06T17:57:23.269Z+ BIN_DIR=/opt/oxide/bin
5892024-05-06T17:57:23.269Z+ BINARY=xcvradm
5902024-05-06T17:57:23.269Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5912024-05-06T17:57:23.269Z+ REPO=oxidecomputer/transceiver-control
5922024-05-06T17:57:23.269Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5932024-05-06T17:57:23.270Z+ main
5942024-05-06T17:57:23.270Z+ [[ 0 != 0 ]]
5952024-05-06T17:57:23.270Z+ CIDL_OS=solaris2.11
5962024-05-06T17:57:23.270Z+ [[ 0 != 0 ]]
5972024-05-06T17:57:23.270Z+ configure_os solaris2.11
5982024-05-06T17:57:23.270Z+ echo 'current directory: /work/oxidecomputer/omicron'
5992024-05-06T17:57:23.270Z+ echo 'configuring based on OS: "solaris2.11"'
6002024-05-06T17:57:23.270Zcurrent directory: /work/oxidecomputer/omicron
6012024-05-06T17:57:23.270Zconfiguring based on OS: "solaris2.11"
6022024-05-06T17:57:23.270Z+ case "$1" in
6032024-05-06T17:57:23.270Z+ SET_BINARIES=
6042024-05-06T17:57:23.270Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6052024-05-06T17:57:23.270Z+ CIDL_SHA256FUNC=do_sha256sum
6062024-05-06T17:57:23.270Z+ ARCHIVE_FILENAME=xcvradm.gz
6072024-05-06T17:57:23.270Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6082024-05-06T17:57:23.270Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6092024-05-06T17:57:23.270Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6102024-05-06T17:57:23.270ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6112024-05-06T17:57:23.270Z+ echo 'Local file: out/downloads/xcvradm.gz'
6122024-05-06T17:57:23.270Z+ mkdir -p out/downloads
6132024-05-06T17:57:23.270ZLocal file: out/downloads/xcvradm.gz
6142024-05-06T17:57:23.270Z+ mkdir -p ./out/transceiver-control
6152024-05-06T17:57:23.270Z+ fetch_and_verify
6162024-05-06T17:57:23.271Z+ local DO_DOWNLOAD=true
6172024-05-06T17:57:23.271Z+ [[ -f out/downloads/xcvradm.gz ]]
6182024-05-06T17:57:23.271Z+ '[' true == true ']'
6192024-05-06T17:57:23.271Z+ echo Downloading...
6202024-05-06T17:57:23.271Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6212024-05-06T17:57:23.271ZDownloading...
6222024-05-06T17:57:23.271Z+ 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
6232024-05-06T17:57:25.906Z++ do_sha256sum out/downloads/xcvradm.gz
6242024-05-06T17:57:25.936Z++ sha256sum
6252024-05-06T17:57:25.937Z++ awk '{print $1}'
6262024-05-06T17:57:25.937Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6272024-05-06T17:57:25.937Z+ [[ 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 ]]
6282024-05-06T17:57:25.937Z+ do_unpack out/downloads/xcvradm.gz
6292024-05-06T17:57:25.937Z+ mkdir -p out/downloads/root//opt/oxide/bin
6302024-05-06T17:57:25.937Z+ gzip -dc out/downloads/xcvradm.gz
6312024-05-06T17:57:26.060Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6322024-05-06T17:57:26.148Z+ do_assemble
6332024-05-06T17:57:26.148Z+ rm -r ./out/transceiver-control
6342024-05-06T17:57:26.148Z+ mkdir ./out/transceiver-control
6352024-05-06T17:57:26.148Z+ cp -r out/downloads/root ./out/transceiver-control/root
6362024-05-06T17:57:26.180Z+ set -o errexit
6372024-05-06T17:57:26.181Z+++ dirname ./tools/ci_download_thundermuffin
6382024-05-06T17:57:26.181Z++ cd ./tools
6392024-05-06T17:57:26.181Z++ pwd
6402024-05-06T17:57:26.181Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6412024-05-06T17:57:26.182Z++ basename ./tools/ci_download_thundermuffin
6422024-05-06T17:57:26.182Z+ ARG0=ci_download_thundermuffin
6432024-05-06T17:57:26.182Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
6442024-05-06T17:57:26.182Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6452024-05-06T17:57:26.183Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
6462024-05-06T17:57:26.184Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
6472024-05-06T17:57:26.184Z+ TARGET_DIR=out
6482024-05-06T17:57:26.184Z+ DOWNLOAD_DIR=out/downloads
6492024-05-06T17:57:26.184Z+ DEST_DIR=./out/thundermuffin
6502024-05-06T17:57:26.184Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
6512024-05-06T17:57:26.185Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6522024-05-06T17:57:26.185Z+ REPO=oxidecomputer/thundermuffin
6532024-05-06T17:57:26.185Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
6542024-05-06T17:57:26.186Z+ main
6552024-05-06T17:57:26.187Z+ rm -rf out/downloads/root
6562024-05-06T17:57:26.223Z+ [[ 0 != 0 ]]
6572024-05-06T17:57:26.223Z+ CIDL_OS=solaris2.11
6582024-05-06T17:57:26.224Z+ [[ 0 != 0 ]]
6592024-05-06T17:57:26.224Z+ configure_os solaris2.11
6602024-05-06T17:57:26.224Z+ echo 'current directory: /work/oxidecomputer/omicron'
6612024-05-06T17:57:26.224Zcurrent directory: /work/oxidecomputer/omicron
6622024-05-06T17:57:26.224Z+ echo 'configuring based on OS: "solaris2.11"'
6632024-05-06T17:57:26.224Z+ case "$1" in
6642024-05-06T17:57:26.224Z+ SET_BINARIES=
6652024-05-06T17:57:26.224Z+ CIDL_SHA256FUNC=do_sha256sum
6662024-05-06T17:57:26.224Z+ TARBALL_FILENAME=thundermuffin.tar.gz
6672024-05-06T17:57:26.224Zconfiguring based on OS: "solaris2.11"
6682024-05-06T17:57:26.224Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6692024-05-06T17:57:26.224Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
6702024-05-06T17:57:26.224Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
6712024-05-06T17:57:26.224Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
6722024-05-06T17:57:26.224ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6732024-05-06T17:57:26.224Z+ mkdir -p out/downloads
6742024-05-06T17:57:26.224ZLocal file: out/downloads/thundermuffin.tar.gz
6752024-05-06T17:57:26.224Z+ mkdir -p ./out/thundermuffin
6762024-05-06T17:57:26.224Z+ fetch_and_verify
6772024-05-06T17:57:26.224Z+ local DO_DOWNLOAD=true
6782024-05-06T17:57:26.225Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
6792024-05-06T17:57:26.225Z+ '[' true == true ']'
6802024-05-06T17:57:26.225Z+ echo Downloading...
6812024-05-06T17:57:26.225ZDownloading...
6822024-05-06T17:57:26.225Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
6832024-05-06T17:57:26.225Z+ 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
6842024-05-06T17:57:26.928Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
6852024-05-06T17:57:26.960Z++ sha256sum
6862024-05-06T17:57:26.960Z++ awk '{print $1}'
6872024-05-06T17:57:26.960Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6882024-05-06T17:57:26.960Z+ [[ 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 ]]
6892024-05-06T17:57:26.960Z+ do_untar out/downloads/thundermuffin.tar.gz
6902024-05-06T17:57:26.960Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
6912024-05-06T17:57:27.036Z+ do_assemble
6922024-05-06T17:57:27.036Z+ rm -r ./out/thundermuffin
6932024-05-06T17:57:27.076Z+ mkdir ./out/thundermuffin
6942024-05-06T17:57:27.076Z+ cp -r out/downloads/root ./out/thundermuffin/root
6952024-05-06T17:57:27.076ZAll prerequisites installed successfully
6962024-05-06T17:57:27.076Z
6972024-05-06T17:57:27.076Zreal 1:47.390602398
6982024-05-06T17:57:27.076Zuser 39.067027682
6992024-05-06T17:57:27.076Zsys 10.981624485
7002024-05-06T17:57:27.076Ztrap 0.012678884
7012024-05-06T17:57:27.076Ztflt 0.010919828
7022024-05-06T17:57:27.076Zdflt 0.017691152
7032024-05-06T17:57:27.077Zkflt 0.005566971
7042024-05-06T17:57:27.077Zlock 1.957645153
7052024-05-06T17:57:27.077Zslp 3:47.165198158
7062024-05-06T17:57:27.077Zlat 4.656687134
7072024-05-06T17:57:27.077Zstop 0.068019895
7082024-05-06T17:57:27.077Z+ banner end-to-end-tests
7092024-05-06T17:57:27.077Z
7102024-05-06T17:57:27.077Z ###### # # ##### ##### #### ###### # # #####
7112024-05-06T17:57:27.077Z # ## # # # # # # # ## # # #
7122024-05-06T17:57:27.077Z ##### # # # # # ##### # # # ##### ##### # # # # #
7132024-05-06T17:57:27.077Z # # # # # # # # # # # # # # #
7142024-05-06T17:57:27.077Z # # ## # # # # # # # ## # #
7152024-05-06T17:57:27.078Z ###### # # ##### # #### ###### # # #####
7162024-05-06T17:57:27.078Z
7172024-05-06T17:57:27.078Z+ export CARGO_PROFILE_DEV_DEBUG=1
7182024-05-06T17:57:27.078Z+ CARGO_PROFILE_DEV_DEBUG=1
7192024-05-06T17:57:27.078Z+ export CARGO_PROFILE_TEST_DEBUG=1
7202024-05-06T17:57:27.078Z+ CARGO_PROFILE_TEST_DEBUG=1
7212024-05-06T17:57:27.078Z+ export CARGO_INCREMENTAL=0
7222024-05-06T17:57:27.078Z+ CARGO_INCREMENTAL=0
7232024-05-06T17:57:27.078Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7242024-05-06T17:57:27.307Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7252024-05-06T17:57:28.030Z Updating git repository `https://github.com/oxidecomputer/zone`
7262024-05-06T17:57:28.619Z Updating crates.io index
7272024-05-06T17:57:28.721Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7282024-05-06T17:57:29.643Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7292024-05-06T17:57:30.690Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7302024-05-06T17:57:33.151Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7312024-05-06T17:57:33.655Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7322024-05-06T17:57:34.176Z Updating git repository `https://github.com/oxidecomputer/propolis`
7332024-05-06T17:57:35.377Z Updating git repository `https://github.com/oxidecomputer/crucible`
7342024-05-06T17:57:37.245Z Updating git repository `https://github.com/oxidecomputer/opte`
7352024-05-06T17:57:38.402Z Updating git repository `https://github.com/oxidecomputer/falcon`
7362024-05-06T17:57:39.302Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7372024-05-06T17:57:39.806Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7382024-05-06T17:57:40.526Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7392024-05-06T17:57:41.146Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7402024-05-06T17:57:41.723Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7412024-05-06T17:57:42.347Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7422024-05-06T17:57:42.842Z Updating git repository `http://github.com/oxidecomputer/tofino`
7432024-05-06T17:57:43.423Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7442024-05-06T17:57:43.884Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7452024-05-06T17:57:44.221Z Updating git repository `https://github.com/oxidecomputer/libnvme`
7462024-05-06T17:57:45.652Z Updating git repository `https://github.com/oxidecomputer/ispf`
7472024-05-06T17:57:46.114Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7482024-05-06T17:57:46.537Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7492024-05-06T17:57:47.251Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7502024-05-06T17:57:47.738Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7512024-05-06T17:57:49.443Z Updating git repository `https://github.com/jgallagher/nix`
7522024-05-06T17:57:49.497Z Updating git repository `https://github.com/cbiffle/hubpack`
7532024-05-06T17:57:49.879Z Updating git repository `https://github.com/oxidecomputer/typify`
7542024-05-06T17:57:52.375Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7552024-05-06T17:57:52.854Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7562024-05-06T17:57:53.246Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7572024-05-06T17:57:53.838Z Updating git repository `https://github.com/oxidecomputer/rfb`
7582024-05-06T17:57:55.471Z Downloading crates ...
7592024-05-06T17:57:55.571Z Downloaded addr2line v0.21.0
7602024-05-06T17:57:55.608Z Downloaded anstyle-query v1.0.0
7612024-05-06T17:57:55.608Z Downloaded anyhow v1.0.82
7622024-05-06T17:57:55.608Z Downloaded anstyle-parse v0.2.1
7632024-05-06T17:57:55.608Z Downloaded anstream v0.6.11
7642024-05-06T17:57:55.608Z Downloaded aho-corasick v1.1.2
7652024-05-06T17:57:55.608Z Downloaded aes v0.8.3
7662024-05-06T17:57:55.609Z Downloaded anstyle v1.0.6
7672024-05-06T17:57:55.639Z Downloaded allocator-api2 v0.2.16
7682024-05-06T17:57:55.639Z Downloaded arrayref v0.3.7
7692024-05-06T17:57:55.639Z Downloaded bitstruct v0.1.1
7702024-05-06T17:57:55.639Z Downloaded camino-tempfile v1.1.1
7712024-05-06T17:57:55.639Z Downloaded cancel-safe-futures v0.1.5
7722024-05-06T17:57:55.639Z Downloaded darling v0.20.8
7732024-05-06T17:57:56.234Z Downloaded lazy_static v1.4.0
7742024-05-06T17:57:56.234Z Downloaded chacha20poly1305 v0.10.1
7752024-05-06T17:57:56.234Z Downloaded num-conv v0.1.0
7762024-05-06T17:57:56.234Z Downloaded newtype_derive v0.1.6
7772024-05-06T17:57:56.234Z Downloaded subprocess v0.2.9
7782024-05-06T17:57:56.234Z Downloaded kstat-rs v0.2.3
7792024-05-06T17:57:56.235Z Downloaded nom v7.1.3
7802024-05-06T17:57:56.235Z Downloaded strum_macros v0.25.2
7812024-05-06T17:57:56.235Z Downloaded strum_macros v0.26.1
7822024-05-06T17:57:56.235Z Downloaded usdt-attr-macro v0.5.0
7832024-05-06T17:57:56.235Z Downloaded dirs-sys v0.4.1
7842024-05-06T17:57:56.235Z Downloaded usdt-macro v0.5.0
7852024-05-06T17:57:56.235Z Downloaded dof v0.3.0
7862024-05-06T17:57:56.235Z Downloaded term v0.7.0
7872024-05-06T17:57:56.236Z Downloaded endian-type v0.1.2
7882024-05-06T17:57:56.236Z Downloaded env_logger v0.9.3
7892024-05-06T17:57:56.236Z Downloaded generic-array v0.14.7
7902024-05-06T17:57:56.236Z Downloaded fxhash v0.2.1
7912024-05-06T17:57:56.236Z Downloaded publicsuffix v2.2.3
7922024-05-06T17:57:56.236Z Downloaded rand_chacha v0.3.1
7932024-05-06T17:57:56.237Z Downloaded rfc6979 v0.4.0
7942024-05-06T17:57:56.237Z Downloaded rustls-pemfile v1.0.3
7952024-05-06T17:57:56.237Z Downloaded rustls v0.22.4
7962024-05-06T17:57:56.237Z Downloaded zone v0.1.8
7972024-05-06T17:57:56.237Z Downloaded futures-task v0.3.30
7982024-05-06T17:57:56.237Z Downloaded rustc-demangle v0.1.23
7992024-05-06T17:57:56.237Z Downloaded foreign-types-shared v0.1.1
8002024-05-06T17:57:56.237Z Downloaded tower-service v0.3.2
8012024-05-06T17:57:56.237Z Downloaded spki v0.7.2
8022024-05-06T17:57:56.238Z Downloaded unicase v2.7.0
8032024-05-06T17:57:56.238Z Downloaded sec1 v0.7.3
8042024-05-06T17:57:56.238Z Downloaded serde_repr v0.1.16
8052024-05-06T17:57:56.238Z Downloaded serde_derive_internals v0.29.0
8062024-05-06T17:57:56.238Z Downloaded serde_json v1.0.116
8072024-05-06T17:57:56.238Z Downloaded static_assertions v1.1.0
8082024-05-06T17:57:56.238Z Downloaded strsim v0.10.0
8092024-05-06T17:57:56.239Z Downloaded strsim v0.11.0
8102024-05-06T17:57:56.239Z Downloaded futures-channel v0.3.30
8112024-05-06T17:57:56.239Z Downloaded smallvec v1.13.1
8122024-05-06T17:57:56.239Z Downloaded dhcproto v0.11.0
8132024-05-06T17:57:56.239Z Downloaded serde_tokenstream v0.2.0
8142024-05-06T17:57:56.239Z Downloaded unicode-ident v1.0.12
8152024-05-06T17:57:56.239Z Downloaded serde_derive v1.0.199
8162024-05-06T17:57:56.239Z Downloaded tungstenite v0.20.1
8172024-05-06T17:57:56.239Z Downloaded tokio-postgres v0.7.10
8182024-05-06T17:57:56.239Z Downloaded unicode-segmentation v1.10.1
8192024-05-06T17:57:56.239Z Downloaded rustls-webpki v0.102.1
8202024-05-06T17:57:56.239Z Downloaded unicode-normalization v0.1.22
8212024-05-06T17:57:56.240Z Downloaded webpki-roots v0.25.2
8222024-05-06T17:57:56.240Z Downloaded regex v1.10.4
8232024-05-06T17:57:56.240Z Downloaded smoltcp v0.11.0
8242024-05-06T17:57:56.240Z Downloaded sled v0.34.7
8252024-05-06T17:57:56.240Z Downloaded tokio v1.37.0
8262024-05-06T17:57:56.240Z Downloaded winapi v0.3.9
8272024-05-06T17:57:56.240Z Downloaded encoding_rs v0.8.33
8282024-05-06T17:57:56.265Z Downloaded regex-automata v0.4.5
8292024-05-06T17:57:56.265Z Downloaded smoltcp v0.9.1
8302024-05-06T17:57:56.265Z Downloaded diesel v2.1.6
8312024-05-06T17:57:56.265Z Downloaded regress v0.9.1
8322024-05-06T17:57:56.291Z Downloaded ring v0.17.8
8332024-05-06T17:57:56.369Z Downloaded ring v0.16.20
8342024-05-06T17:57:56.470Z Downloaded rustls-webpki v0.101.7
8352024-05-06T17:57:56.496Z Downloaded vcpkg v0.2.15
8362024-05-06T17:57:56.535Z Downloaded reqwest v0.11.27
8372024-05-06T17:57:56.560Z Downloaded regex-syntax v0.8.2
8382024-05-06T17:57:56.560Z Downloaded rayon v1.10.0
8392024-05-06T17:57:56.586Z Downloaded radix_trie v0.2.1
8402024-05-06T17:57:56.587Z Downloaded zerocopy-derive v0.6.6
8412024-05-06T17:57:56.587Z Downloaded steno v0.4.0
8422024-05-06T17:57:56.618Z Downloaded trust-dns-resolver v0.22.0
8432024-05-06T17:57:56.618Z Downloaded expectorate v1.1.0
8442024-05-06T17:57:56.618Z Downloaded winnow v0.5.15
8452024-05-06T17:57:56.618Z Downloaded serde v1.0.199
8462024-05-06T17:57:56.618Z Downloaded trust-dns-server v0.22.1
8472024-05-06T17:57:56.643Z Downloaded winnow v0.6.1
8482024-05-06T17:57:56.643Z Downloaded schemars v0.8.17
8492024-05-06T17:57:56.643Z Downloaded diesel_derives v2.1.2
8502024-05-06T17:57:56.643Z Downloaded derive-where v1.2.7
8512024-05-06T17:57:56.672Z Downloaded rcgen v0.12.1
8522024-05-06T17:57:56.672Z Downloaded stringprep v0.1.3
8532024-05-06T17:57:56.673Z Downloaded string_cache v0.8.7
8542024-05-06T17:57:56.673Z Downloaded derive_more v0.99.17
8552024-05-06T17:57:56.673Z Downloaded regex-automata v0.1.10
8562024-05-06T17:57:56.673Z Downloaded serde_urlencoded v0.7.1
8572024-05-06T17:57:56.673Z Downloaded serde_tokenstream v0.1.7
8582024-05-06T17:57:56.704Z Downloaded serde_spanned v0.6.5
8592024-05-06T17:57:56.704Z Downloaded futures-executor v0.3.30
8602024-05-06T17:57:56.704Z Downloaded fixedbitset v0.4.2
8612024-05-06T17:57:56.704Z Downloaded serde_arrays v0.1.0
8622024-05-06T17:57:56.704Z Downloaded stable_deref_trait v1.2.0
8632024-05-06T17:57:56.704Z Downloaded trust-dns-proto v0.22.0
8642024-05-06T17:57:56.704Z Downloaded futures-core v0.3.30
8652024-05-06T17:57:56.704Z Downloaded scheduled-thread-pool v0.2.7
8662024-05-06T17:57:56.704Z Downloaded same-file v1.0.6
8672024-05-06T17:57:56.704Z Downloaded smf v0.2.3
8682024-05-06T17:57:56.704Z Downloaded slog-term v2.9.1
8692024-05-06T17:57:56.705Z Downloaded sha3 v0.10.8
8702024-05-06T17:57:56.730Z Downloaded fastrand v2.0.1
8712024-05-06T17:57:56.730Z Downloaded errno v0.3.8
8722024-05-06T17:57:56.730Z Downloaded slog v2.7.0
8732024-05-06T17:57:56.731Z Downloaded slab v0.4.9
8742024-05-06T17:57:56.731Z Downloaded futures-io v0.3.30
8752024-05-06T17:57:56.731Z Downloaded tokio-util v0.7.10
8762024-05-06T17:57:56.731Z Downloaded serde_with v3.7.0
8772024-05-06T17:57:56.763Z Downloaded ff v0.13.0
8782024-05-06T17:57:56.763Z Downloaded erased-serde v0.3.31
8792024-05-06T17:57:56.763Z Downloaded rayon-core v1.12.1
8802024-05-06T17:57:56.764Z Downloaded rand v0.7.3
8812024-05-06T17:57:56.764Z Downloaded scroll v0.12.0
8822024-05-06T17:57:56.764Z Downloaded tokio-tungstenite v0.21.0
8832024-05-06T17:57:56.764Z Downloaded tokio-rustls v0.25.0
8842024-05-06T17:57:56.764Z Downloaded unicode-bidi v0.3.15
8852024-05-06T17:57:56.764Z Downloaded ucd-trie v0.1.6
8862024-05-06T17:57:56.799Z Downloaded typenum v1.16.0
8872024-05-06T17:57:56.799Z Downloaded tungstenite v0.21.0
8882024-05-06T17:57:56.799Z Downloaded semver v1.0.22
8892024-05-06T17:57:56.799Z Downloaded trust-dns-client v0.22.0
8902024-05-06T17:57:56.799Z Downloaded gimli v0.28.0
8912024-05-06T17:57:56.799Z Downloaded ryu v1.0.15
8922024-05-06T17:57:56.799Z Downloaded serde_path_to_error v0.1.16
8932024-05-06T17:57:56.800Z Downloaded sct v0.7.0
8942024-05-06T17:57:56.800Z Downloaded schemars_derive v0.8.17
8952024-05-06T17:57:56.827Z Downloaded filetime v0.2.23
8962024-05-06T17:57:56.827Z Downloaded unicode-xid v0.2.4
8972024-05-06T17:57:56.827Z Downloaded tokio-tungstenite v0.20.1
8982024-05-06T17:57:56.827Z Downloaded tokio-stream v0.1.15
8992024-05-06T17:57:56.827Z Downloaded tokio-rustls v0.24.1
9002024-05-06T17:57:56.827Z Downloaded socket2 v0.5.6
9012024-05-06T17:57:56.828Z Downloaded socket2 v0.4.9
9022024-05-06T17:57:56.828Z Downloaded try-lock v0.2.4
9032024-05-06T17:57:56.828Z Downloaded tracing v0.1.40
9042024-05-06T17:57:56.828Z Downloaded flate2 v1.0.28
9052024-05-06T17:57:56.828Z Downloaded rustc_version v0.4.0
9062024-05-06T17:57:56.828Z Downloaded fallible-iterator v0.2.0
9072024-05-06T17:57:56.854Z Downloaded deranged v0.3.11
9082024-05-06T17:57:56.854Z Downloaded slog-bunyan v2.5.0
9092024-05-06T17:57:56.854Z Downloaded scroll_derive v0.12.0
9102024-05-06T17:57:56.854Z Downloaded scopeguard v1.2.0
9112024-05-06T17:57:56.854Z Downloaded unicode-width v0.1.11
9122024-05-06T17:57:56.855Z Downloaded spin v0.9.8
9132024-05-06T17:57:56.855Z Downloaded serde_with_macros v3.7.0
9142024-05-06T17:57:56.855Z Downloaded tracing-core v0.1.32
9152024-05-06T17:57:56.855Z Downloaded flume v0.11.0
9162024-05-06T17:57:56.855Z Downloaded dhcproto-macros v0.1.0
9172024-05-06T17:57:56.855Z Downloaded siphasher v0.3.11
9182024-05-06T17:57:56.855Z Downloaded semver v0.1.20
9192024-05-06T17:57:56.855Z Downloaded secrecy v0.8.0
9202024-05-06T17:57:56.855Z Downloaded tracing-attributes v0.1.27
9212024-05-06T17:57:56.855Z Downloaded futures v0.3.30
9222024-05-06T17:57:56.881Z Downloaded postcard v1.0.8
9232024-05-06T17:57:56.881Z Downloaded rand_core v0.6.4
9242024-05-06T17:57:56.881Z Downloaded spin v0.5.2
9252024-05-06T17:57:56.881Z Downloaded form_urlencoded v1.2.1
9262024-05-06T17:57:56.881Z Downloaded foreign-types-macros v0.2.3
9272024-05-06T17:57:56.881Z Downloaded postgres-types v0.2.6
9282024-05-06T17:57:56.881Z Downloaded getrandom v0.1.16
9292024-05-06T17:57:56.881Z Downloaded serde_yaml v0.9.25
9302024-05-06T17:57:56.882Z Downloaded diesel_table_macro_syntax v0.1.0
9312024-05-06T17:57:56.882Z Downloaded slog-async v2.8.0
9322024-05-06T17:57:56.882Z Downloaded rustls-pemfile v2.1.2
9332024-05-06T17:57:56.907Z Downloaded topological-sort v0.2.2
9342024-05-06T17:57:56.907Z Downloaded foreign-types-shared v0.3.1
9352024-05-06T17:57:56.907Z Downloaded foreign-types v0.5.0
9362024-05-06T17:57:56.907Z Downloaded foreign-types v0.3.2
9372024-05-06T17:57:56.907Z Downloaded fnv v1.0.7
9382024-05-06T17:57:56.907Z Downloaded float-cmp v0.9.0
9392024-05-06T17:57:56.908Z Downloaded flagset v0.4.3
9402024-05-06T17:57:56.908Z Downloaded rustc_version v0.1.7
9412024-05-06T17:57:56.908Z Downloaded powerfmt v0.2.0
9422024-05-06T17:57:56.908Z Downloaded ghash v0.5.0
9432024-05-06T17:57:56.908Z Downloaded getopts v0.2.21
9442024-05-06T17:57:56.908Z Downloaded gethostname v0.4.3
9452024-05-06T17:57:56.908Z Downloaded futures-macro v0.3.30
9462024-05-06T17:57:56.908Z Downloaded signal-hook-registry v1.4.1
9472024-05-06T17:57:56.908Z Downloaded sha1 v0.10.6
9482024-05-06T17:57:56.908Z Downloaded tinyvec_macros v0.1.1
9492024-05-06T17:57:56.908Z Downloaded rustls-pki-types v1.3.0
9502024-05-06T17:57:56.908Z Downloaded ron v0.7.1
9512024-05-06T17:57:56.933Z Downloaded precomputed-hash v0.1.1
9522024-05-06T17:57:56.933Z Downloaded getrandom v0.2.12
9532024-05-06T17:57:56.933Z Downloaded futures-util v0.3.30
9542024-05-06T17:57:56.933Z Downloaded futures-sink v0.3.30
9552024-05-06T17:57:56.934Z Downloaded zerocopy v0.6.6
9562024-05-06T17:57:56.934Z Downloaded rand_core v0.5.1
9572024-05-06T17:57:56.934Z Downloaded quote v1.0.36
9582024-05-06T17:57:56.961Z Downloaded proc-macro2 v1.0.81
9592024-05-06T17:57:56.961Z Downloaded ppv-lite86 v0.2.17
9602024-05-06T17:57:56.961Z Downloaded slog-scope v4.4.0
9612024-05-06T17:57:56.961Z Downloaded slog-json v2.6.1
9622024-05-06T17:57:56.961Z Downloaded slog-envlogger v2.2.0
9632024-05-06T17:57:56.962Z Downloaded signature v2.1.0
9642024-05-06T17:57:56.962Z Downloaded signal-hook-mio v0.2.3
9652024-05-06T17:57:56.962Z Downloaded signal-hook v0.3.17
9662024-05-06T17:57:56.962Z Downloaded sha2 v0.10.8
9672024-05-06T17:57:56.962Z Downloaded slog-stdlog v4.1.1
9682024-05-06T17:57:56.962Z Downloaded slog-dtrace v0.3.0
9692024-05-06T17:57:56.962Z Downloaded sigpipe v0.1.3
9702024-05-06T17:57:56.962Z Downloaded zone_cfg_derive v0.1.2
9712024-05-06T17:57:56.962Z Downloaded zip v0.6.6
9722024-05-06T17:57:56.988Z Downloaded zeroize_derive v1.4.2
9732024-05-06T17:57:56.988Z Downloaded universal-hash v0.5.1
9742024-05-06T17:57:56.988Z Downloaded vsss-rs v3.3.4
9752024-05-06T17:57:56.988Z Downloaded russh-keys v0.43.0
9762024-05-06T17:57:56.988Z Downloaded zeroize v1.7.0
9772024-05-06T17:57:56.989Z Downloaded tinyvec v1.6.0
9782024-05-06T17:57:56.989Z Downloaded time-macros v0.2.17
9792024-05-06T17:57:56.989Z Downloaded time v0.3.34
9802024-05-06T17:57:56.989Z Downloaded syn v2.0.60
9812024-05-06T17:57:57.020Z Downloaded syn v1.0.109
9822024-05-06T17:57:57.020Z Downloaded swrite v0.1.0
9832024-05-06T17:57:57.020Z Downloaded subtle v2.5.0
9842024-05-06T17:57:57.050Z Downloaded similar v2.4.0
9852024-05-06T17:57:57.050Z Downloaded rustversion v1.0.14
9862024-05-06T17:57:57.050Z Downloaded rustls v0.21.9
9872024-05-06T17:57:57.050Z Downloaded rustix v0.38.31
9882024-05-06T17:57:57.076Z Downloaded yasna v0.5.2
9892024-05-06T17:57:57.076Z Downloaded want v0.3.1
9902024-05-06T17:57:57.076Z Downloaded walkdir v2.5.0
9912024-05-06T17:57:57.077Z Downloaded waitgroup v0.1.2
9922024-05-06T17:57:57.077Z Downloaded uuid v1.8.0
9932024-05-06T17:57:57.077Z Downloaded russh-cryptovec v0.7.0
9942024-05-06T17:57:57.077Z Downloaded resolv-conf v0.7.0
9952024-05-06T17:57:57.109Z Downloaded psl-types v2.0.11
9962024-05-06T17:57:57.109Z Downloaded rustfmt-wrapper v0.2.1
9972024-05-06T17:57:57.109Z Downloaded zerocopy v0.3.0
9982024-05-06T17:57:57.109Z Downloaded xattr v1.0.1
9992024-05-06T17:57:57.110Z Downloaded whoami v1.5.1
10002024-05-06T17:57:57.110Z Downloaded version_check v0.9.4
10012024-05-06T17:57:57.110Z Downloaded russh v0.43.0
10022024-05-06T17:57:57.110Z Downloaded rand_chacha v0.2.2
10032024-05-06T17:57:57.110Z Downloaded rand v0.8.5
10042024-05-06T17:57:57.110Z Downloaded r2d2 v0.8.10
10052024-05-06T17:57:57.110Z Downloaded quick-error v1.2.3
10062024-05-06T17:57:57.110Z Downloaded utf8parse v0.2.1
10072024-05-06T17:57:57.140Z Downloaded utf-8 v0.7.6
10082024-05-06T17:57:57.140Z Downloaded proc-macro-crate v1.3.1
10092024-05-06T17:57:57.140Z Downloaded primeorder v0.13.6
10102024-05-06T17:57:57.140Z Downloaded pretty-hex v0.4.1
10112024-05-06T17:57:57.140Z Downloaded predicates-core v1.0.6
10122024-05-06T17:57:57.140Z Downloaded tabled v0.15.0
10132024-05-06T17:57:57.140Z Downloaded proc-macro-error-attr v1.0.4
10142024-05-06T17:57:57.140Z Downloaded proc-macro-error v1.0.4
10152024-05-06T17:57:57.140Z Downloaded pretty-hex v0.2.1
10162024-05-06T17:57:57.140Z Downloaded predicates v3.1.0
10172024-05-06T17:57:57.140Z Downloaded digest v0.10.7
10182024-05-06T17:57:57.169Z Downloaded termcolor v1.2.0
10192024-05-06T17:57:57.169Z Downloaded tempfile v3.10.1
10202024-05-06T17:57:57.169Z Downloaded take_mut v0.2.2
10212024-05-06T17:57:57.170Z Downloaded structmeta v0.3.0
10222024-05-06T17:57:57.170Z Downloaded idna v0.2.3
10232024-05-06T17:57:57.170Z Downloaded half v2.3.1
10242024-05-06T17:57:57.170Z Downloaded postgres-protocol v0.6.6
10252024-05-06T17:57:57.170Z Downloaded difflib v0.4.0
10262024-05-06T17:57:57.170Z Downloaded zerocopy-derive v0.2.0
10272024-05-06T17:57:57.198Z Downloaded zerocopy v0.7.32
10282024-05-06T17:57:57.198Z Downloaded terminal_size v0.3.0
10292024-05-06T17:57:57.198Z Downloaded heapless v0.7.16
10302024-05-06T17:57:57.240Z Downloaded headers-core v0.2.0
10312024-05-06T17:57:57.240Z Downloaded embedded-io v0.4.0
10322024-05-06T17:57:57.240Z Downloaded thread-id v4.2.0
10332024-05-06T17:57:57.240Z Downloaded hyper v0.14.28
10342024-05-06T17:57:57.240Z Downloaded http-body v0.4.5
10352024-05-06T17:57:57.241Z Downloaded goblin v0.8.0
10362024-05-06T17:57:57.241Z Downloaded equivalent v1.0.1
10372024-05-06T17:57:57.241Z Downloaded elliptic-curve v0.13.8
10382024-05-06T17:57:57.270Z Downloaded thiserror-impl v1.0.59
10392024-05-06T17:57:57.270Z Downloaded tabwriter v1.4.0
10402024-05-06T17:57:57.270Z Downloaded hyper-staticfile v0.9.5
10412024-05-06T17:57:57.270Z Downloaded http v1.0.0
10422024-05-06T17:57:57.271Z Downloaded home v0.5.5
10432024-05-06T17:57:57.271Z Downloaded hex-literal v0.4.1
10442024-05-06T17:57:57.271Z Downloaded dirs v5.0.1
10452024-05-06T17:57:57.271Z Downloaded enum-as-inner v0.5.1
10462024-05-06T17:57:57.271Z Downloaded zerocopy-derive v0.7.32
10472024-05-06T17:57:57.271Z Downloaded thread_local v1.1.7
10482024-05-06T17:57:57.272Z Downloaded tar v0.4.40
10492024-05-06T17:57:57.272Z Downloaded sync_wrapper v0.1.2
10502024-05-06T17:57:57.272Z Downloaded idna v0.3.0
10512024-05-06T17:57:57.272Z Downloaded heck v0.5.0
10522024-05-06T17:57:57.272Z Downloaded heapless v0.8.0
10532024-05-06T17:57:57.273Z Downloaded hash32 v0.3.1
10542024-05-06T17:57:57.273Z Downloaded h2 v0.3.26
10552024-05-06T17:57:57.299Z Downloaded thiserror-impl-no-std v2.0.2
10562024-05-06T17:57:57.299Z Downloaded thiserror v1.0.59
10572024-05-06T17:57:57.299Z Downloaded synstructure v0.12.6
10582024-05-06T17:57:57.300Z Downloaded httpdate v1.0.3
10592024-05-06T17:57:57.300Z Downloaded httparse v1.8.0
10602024-05-06T17:57:57.300Z Downloaded http-range v0.1.5
10612024-05-06T17:57:57.300Z Downloaded hostname v0.3.1
10622024-05-06T17:57:57.300Z Downloaded hex v0.4.3
10632024-05-06T17:57:57.300Z Downloaded heck v0.4.1
10642024-05-06T17:57:57.300Z Downloaded headers v0.3.9
10652024-05-06T17:57:57.332Z Downloaded hashbrown v0.12.3
10662024-05-06T17:57:57.332Z Downloaded ed25519-dalek v2.0.0
10672024-05-06T17:57:57.333Z Downloaded untrusted v0.9.0
10682024-05-06T17:57:57.333Z Downloaded thiserror-no-std v2.0.2
10692024-05-06T17:57:57.333Z Downloaded tabled_derive v0.7.0
10702024-05-06T17:57:57.333Z Downloaded portpicker v0.1.1
10712024-05-06T17:57:57.333Z Downloaded polyval v0.6.1
10722024-05-06T17:57:57.333Z Downloaded hyper-tls v0.5.0
10732024-05-06T17:57:57.333Z Downloaded hyper-rustls v0.24.2
10742024-05-06T17:57:57.333Z Downloaded hubpack_derive v0.1.1
10752024-05-06T17:57:57.333Z Downloaded http v0.2.12
10762024-05-06T17:57:57.361Z Downloaded hmac v0.12.1
10772024-05-06T17:57:57.361Z Downloaded hkdf v0.12.4
10782024-05-06T17:57:57.361Z Downloaded heck v0.3.3
10792024-05-06T17:57:57.361Z Downloaded hashbrown v0.14.3
10802024-05-06T17:57:57.361Z Downloaded hash32 v0.2.1
10812024-05-06T17:57:57.361Z Downloaded group v0.13.0
10822024-05-06T17:57:57.361Z Downloaded either v1.11.0
10832024-05-06T17:57:57.361Z Downloaded ed25519 v2.2.2
10842024-05-06T17:57:57.361Z Downloaded ecdsa v0.16.9
10852024-05-06T17:57:57.361Z Downloaded dtrace-parser v0.1.14
10862024-05-06T17:57:57.361Z Downloaded dirs-sys-next v0.1.2
10872024-05-06T17:57:57.361Z Downloaded p521 v0.13.3
10882024-05-06T17:57:57.361Z Downloaded ident_case v1.0.1
10892024-05-06T17:57:57.362Z Downloaded humantime v2.1.0
10902024-05-06T17:57:57.388Z Downloaded hubpack v0.1.2
10912024-05-06T17:57:57.388Z Downloaded glob v0.3.1
10922024-05-06T17:57:57.388Z Downloaded dyn-clone v1.0.17
10932024-05-06T17:57:57.388Z Downloaded dtrace-parser v0.2.0
10942024-05-06T17:57:57.388Z Downloaded usdt-impl v0.3.5
10952024-05-06T17:57:57.388Z Downloaded usdt-attr-macro v0.3.5
10962024-05-06T17:57:57.388Z Downloaded unsafe-libyaml v0.2.10
10972024-05-06T17:57:57.388Z Downloaded toml v0.8.12
10982024-05-06T17:57:57.388Z Downloaded toml v0.5.11
10992024-05-06T17:57:57.389Z Downloaded tokio-native-tls v0.3.1
11002024-05-06T17:57:57.389Z Downloaded time-core v0.1.2
11012024-05-06T17:57:57.389Z Downloaded pem v3.0.4
11022024-05-06T17:57:57.389Z Downloaded parse-display-derive v0.9.0
11032024-05-06T17:57:57.389Z Downloaded object v0.32.1
11042024-05-06T17:57:57.415Z Downloaded num_enum_derive v0.5.11
11052024-05-06T17:57:57.415Z Downloaded minimal-lexical v0.2.1
11062024-05-06T17:57:57.415Z Downloaded dof v0.1.5
11072024-05-06T17:57:57.415Z Downloaded display-error-chain v0.2.0
11082024-05-06T17:57:57.415Z Downloaded dirs-next v2.0.0
11092024-05-06T17:57:57.415Z Downloaded usdt-macro v0.3.5
11102024-05-06T17:57:57.416Z Downloaded usdt v0.5.0
11112024-05-06T17:57:57.416Z Downloaded pest_meta v2.7.6
11122024-05-06T17:57:57.416Z Downloaded pbkdf2 v0.12.2
11132024-05-06T17:57:57.416Z Downloaded paste v1.0.14
11142024-05-06T17:57:57.447Z Downloaded password-hash v0.5.0
11152024-05-06T17:57:57.447Z Downloaded parking_lot_core v0.9.8
11162024-05-06T17:57:57.447Z Downloaded openssl-sys v0.9.102
11172024-05-06T17:57:57.448Z Downloaded openssl-probe v0.1.5
11182024-05-06T17:57:57.448Z Downloaded openssl-macros v0.1.1
11192024-05-06T17:57:57.448Z Downloaded openapiv3 v2.0.0
11202024-05-06T17:57:57.479Z Downloaded opaque-debug v0.3.0
11212024-05-06T17:57:57.479Z Downloaded once_cell v1.19.0
11222024-05-06T17:57:57.479Z Downloaded omicron-zone-package v0.11.0
11232024-05-06T17:57:57.479Z Downloaded num_cpus v1.16.0
11242024-05-06T17:57:57.479Z Downloaded num-rational v0.4.1
11252024-05-06T17:57:57.479Z Downloaded usdt-impl v0.5.0
11262024-05-06T17:57:57.479Z Downloaded url v2.5.0
11272024-05-06T17:57:57.479Z Downloaded untrusted v0.7.1
11282024-05-06T17:57:57.479Z Downloaded toml_edit v0.19.15
11292024-05-06T17:57:57.509Z Downloaded toml v0.7.8
11302024-05-06T17:57:57.509Z Downloaded tokio-macros v2.2.0
11312024-05-06T17:57:57.509Z Downloaded peg-runtime v0.8.2
11322024-05-06T17:57:57.509Z Downloaded openssl v0.10.64
11332024-05-06T17:57:57.509Z Downloaded platforms v3.0.2
11342024-05-06T17:57:57.509Z Downloaded pest v2.7.6
11352024-05-06T17:57:57.548Z Downloaded pbkdf2 v0.11.0
11362024-05-06T17:57:57.548Z Downloaded papergrid v0.11.0
11372024-05-06T17:57:57.548Z Downloaded owo-colors v4.0.0
11382024-05-06T17:57:57.548Z Downloaded option-ext v0.2.0
11392024-05-06T17:57:57.548Z Downloaded usdt v0.3.5
11402024-05-06T17:57:57.548Z Downloaded toolchain_find v0.4.0
11412024-05-06T17:57:57.549Z Downloaded toml_edit v0.22.12
11422024-05-06T17:57:57.578Z Downloaded toml_datetime v0.6.5
11432024-05-06T17:57:57.578Z Downloaded pest_generator v2.7.6
11442024-05-06T17:57:57.578Z Downloaded percent-encoding v2.3.1
11452024-05-06T17:57:57.579Z Downloaded password-hash v0.4.2
11462024-05-06T17:57:57.579Z Downloaded parking_lot v0.11.2
11472024-05-06T17:57:57.579Z Downloaded p256 v0.13.2
11482024-05-06T17:57:57.579Z Downloaded num-derive v0.4.0
11492024-05-06T17:57:57.579Z Downloaded structmeta-derive v0.3.0
11502024-05-06T17:57:57.579Z Downloaded poly1305 v0.8.0
11512024-05-06T17:57:57.579Z Downloaded plain v0.2.3
11522024-05-06T17:57:57.579Z Downloaded pkcs8 v0.10.2
11532024-05-06T17:57:57.579Z Downloaded pin-utils v0.1.0
11542024-05-06T17:57:57.579Z Downloaded pin-project-lite v0.2.13
11552024-05-06T17:57:57.617Z Downloaded phf_shared v0.11.2
11562024-05-06T17:57:57.617Z Downloaded phf_shared v0.10.0
11572024-05-06T17:57:57.617Z Downloaded phf v0.11.2
11582024-05-06T17:57:57.617Z Downloaded petgraph v0.6.4
11592024-05-06T17:57:57.618Z Downloaded pest_derive v2.7.6
11602024-05-06T17:57:57.660Z Downloaded num_enum v0.5.11
11612024-05-06T17:57:57.660Z Downloaded num-iter v0.1.44
11622024-05-06T17:57:57.660Z Downloaded nanorand v0.7.0
11632024-05-06T17:57:57.660Z Downloaded keccak v0.1.4
11642024-05-06T17:57:57.660Z Downloaded itoa v1.0.9
11652024-05-06T17:57:57.660Z Downloaded itertools v0.10.5
11662024-05-06T17:57:57.661Z Downloaded strum v0.26.2
11672024-05-06T17:57:57.661Z Downloaded pkg-config v0.3.27
11682024-05-06T17:57:57.661Z Downloaded pem-rfc7468 v0.7.0
11692024-05-06T17:57:57.661Z Downloaded parse-display v0.9.0
11702024-05-06T17:57:57.661Z Downloaded parking_lot_core v0.8.6
11712024-05-06T17:57:57.661Z Downloaded parking_lot v0.12.1
11722024-05-06T17:57:57.661Z Downloaded num_threads v0.1.6
11732024-05-06T17:57:57.661Z Downloaded num-traits v0.2.18
11742024-05-06T17:57:57.661Z Downloaded num-integer v0.1.46
11752024-05-06T17:57:57.661Z Downloaded num-complex v0.4.5
11762024-05-06T17:57:57.694Z Downloaded num-bigint v0.4.4
11772024-05-06T17:57:57.694Z Downloaded normalize-line-endings v0.3.0
11782024-05-06T17:57:57.695Z Downloaded nibble_vec v0.1.0
11792024-05-06T17:57:57.695Z Downloaded newtype-uuid v1.1.0
11802024-05-06T17:57:57.695Z Downloaded newline-converter v0.3.0
11812024-05-06T17:57:57.695Z Downloaded new_debug_unreachable v1.0.4
11822024-05-06T17:57:57.695Z Downloaded native-tls v0.2.11
11832024-05-06T17:57:57.695Z Downloaded multer v3.0.0
11842024-05-06T17:57:57.695Z Downloaded mio v0.8.11
11852024-05-06T17:57:57.695Z Downloaded mime_guess v2.0.4
11862024-05-06T17:57:57.695Z Downloaded mime v0.3.17
11872024-05-06T17:57:57.695Z Downloaded memmap2 v0.7.1
11882024-05-06T17:57:57.695Z Downloaded memchr v2.7.1
11892024-05-06T17:57:57.695Z Downloaded md5 v0.7.0
11902024-05-06T17:57:57.695Z Downloaded match_cfg v0.1.0
11912024-05-06T17:57:57.695Z Downloaded managed v0.8.0
11922024-05-06T17:57:57.695Z Downloaded macaddr v1.0.1
11932024-05-06T17:57:57.695Z Downloaded log v0.4.21
11942024-05-06T17:57:57.695Z Downloaded lock_api v0.4.10
11952024-05-06T17:57:57.729Z Downloaded linked-hash-map v0.5.6
11962024-05-06T17:57:57.729Z Downloaded libsw v3.3.1
11972024-05-06T17:57:57.729Z Downloaded libefi-sys v0.1.0
11982024-05-06T17:57:57.729Z Downloaded libc v0.2.153
11992024-05-06T17:57:57.771Z Downloaded internet-checksum v0.2.1
12002024-05-06T17:57:57.771Z Downloaded inout v0.1.3
12012024-05-06T17:57:57.772Z Downloaded indexmap v2.2.6
12022024-05-06T17:57:57.772Z Downloaded idna v0.5.0
12032024-05-06T17:57:57.772Z Downloaded instant v0.1.12
12042024-05-06T17:57:57.772Z Downloaded num v0.4.2
12052024-05-06T17:57:57.772Z Downloaded memmap v0.7.0
12062024-05-06T17:57:57.773Z Downloaded md-5 v0.10.5
12072024-05-06T17:57:57.773Z Downloaded lru-cache v0.1.2
12082024-05-06T17:57:57.773Z Downloaded libm v0.2.7
12092024-05-06T17:57:57.807Z Downloaded lalrpop-util v0.19.12
12102024-05-06T17:57:57.807Z Downloaded ipnetwork v0.20.0
12112024-05-06T17:57:57.807Z Downloaded indexmap v1.9.3
12122024-05-06T17:57:57.807Z Downloaded miniz_oxide v0.7.1
12132024-05-06T17:57:57.807Z Downloaded itertools v0.12.1
12142024-05-06T17:57:57.807Z Downloaded ipnet v2.9.0
12152024-05-06T17:57:57.808Z Downloaded matches v0.1.10
12162024-05-06T17:57:57.808Z Downloaded linear-map v1.2.0
12172024-05-06T17:57:57.808Z Downloaded is-terminal v0.4.9
12182024-05-06T17:57:57.808Z Downloaded iana-time-zone v0.1.57
12192024-05-06T17:57:57.808Z Downloaded der_derive v0.7.2
12202024-05-06T17:57:57.808Z Downloaded defmt-macros v0.3.6
12212024-05-06T17:57:57.808Z Downloaded darling_macro v0.20.8
12222024-05-06T17:57:57.808Z Downloaded curve25519-dalek v4.1.2
12232024-05-06T17:57:57.841Z Downloaded ctr v0.9.2
12242024-05-06T17:57:57.842Z Downloaded crossterm v0.27.0
12252024-05-06T17:57:57.842Z Downloaded cpufeatures v0.2.12
12262024-05-06T17:57:57.842Z Downloaded cookie_store v0.20.0
12272024-05-06T17:57:57.842Z Downloaded convert_case v0.4.0
12282024-05-06T17:57:57.842Z Downloaded constant_time_eq v0.3.0
12292024-05-06T17:57:57.843Z Downloaded clap_lex v0.7.0
12302024-05-06T17:57:57.843Z Downloaded bzip2-sys v0.1.11+1.0.8
12312024-05-06T17:57:57.876Z Downloaded der v0.7.8
12322024-05-06T17:57:57.877Z Downloaded defmt-parser v0.3.3
12332024-05-06T17:57:57.877Z Downloaded defmt v0.3.5
12342024-05-06T17:57:57.877Z Downloaded debug-ignore v1.0.5
12352024-05-06T17:57:57.877Z Downloaded data-encoding v2.4.0
12362024-05-06T17:57:57.877Z Downloaded darling_core v0.20.8
12372024-05-06T17:57:57.877Z Downloaded curve25519-dalek-derive v0.1.0
12382024-05-06T17:57:57.877Z Downloaded cstr-argument v0.1.2
12392024-05-06T17:57:57.878Z Downloaded crypto-common v0.1.6
12402024-05-06T17:57:57.878Z Downloaded crypto-bigint v0.5.2
12412024-05-06T17:57:57.907Z Downloaded crucible-workspace-hack v0.1.0
12422024-05-06T17:57:57.908Z Downloaded crossbeam-epoch v0.9.18
12432024-05-06T17:57:57.908Z Downloaded crossbeam-deque v0.8.3
12442024-05-06T17:57:57.908Z Downloaded crossbeam-channel v0.5.8
12452024-05-06T17:57:57.908Z Downloaded crc32fast v1.3.2
12462024-05-06T17:57:57.908Z Downloaded cookie v0.17.0
12472024-05-06T17:57:57.908Z Downloaded const-oid v0.9.6
12482024-05-06T17:57:57.909Z Downloaded colored v2.1.0
12492024-05-06T17:57:57.909Z Downloaded cobs v0.2.3
12502024-05-06T17:57:57.909Z Downloaded clap_derive v4.5.4
12512024-05-06T17:57:57.909Z Downloaded clap v4.5.4
12522024-05-06T17:57:57.942Z Downloaded cipher v0.4.4
12532024-05-06T17:57:57.942Z Downloaded ciborium v0.2.2
12542024-05-06T17:57:57.943Z Downloaded chrono v0.4.38
12552024-05-06T17:57:57.943Z Downloaded chacha20 v0.9.1
12562024-05-06T17:57:57.943Z Downloaded cfg-if v1.0.0
12572024-05-06T17:57:57.943Z Downloaded cc v1.0.83
12582024-05-06T17:57:57.944Z Downloaded cbc v0.1.2
12592024-05-06T17:57:57.944Z Downloaded bzip2 v0.4.4
12602024-05-06T17:57:57.944Z Downloaded byteorder v1.5.0
12612024-05-06T17:57:57.944Z Downloaded bytecount v0.6.3
12622024-05-06T17:57:57.944Z Downloaded bstr v1.9.0
12632024-05-06T17:57:58.010Z Downloaded block-buffer v0.10.4
12642024-05-06T17:57:58.010Z Downloaded blake2 v0.10.6
12652024-05-06T17:57:58.010Z Downloaded bitstruct_derive v0.1.0
12662024-05-06T17:57:58.010Z Downloaded bitflags v1.3.2
12672024-05-06T17:57:58.010Z Downloaded bit-set v0.5.3
12682024-05-06T17:57:58.010Z Downloaded base64 v0.21.7
12692024-05-06T17:57:58.011Z Downloaded async-trait v0.1.80
12702024-05-06T17:57:58.011Z Downloaded crossbeam-utils v0.8.19
12712024-05-06T17:57:58.011Z Downloaded console v0.15.8
12722024-05-06T17:57:58.012Z Downloaded colorchoice v1.0.0
12732024-05-06T17:57:58.012Z Downloaded clap_builder v4.5.2
12742024-05-06T17:57:58.012Z Downloaded ciborium-ll v0.2.2
12752024-05-06T17:57:58.013Z Downloaded ciborium-io v0.2.2
12762024-05-06T17:57:58.013Z Downloaded block-padding v0.3.3
12772024-05-06T17:57:58.013Z Downloaded base64 v0.22.0
12782024-05-06T17:57:58.013Z Downloaded base16ct v0.2.0
12792024-05-06T17:57:58.013Z Downloaded backtrace v0.3.69
12802024-05-06T17:57:58.013Z Downloaded atomic-waker v1.1.1
12812024-05-06T17:57:58.013Z Downloaded arrayvec v0.7.4
12822024-05-06T17:57:58.013Z Downloaded argon2 v0.5.3
12832024-05-06T17:57:58.054Z Downloaded camino v1.1.6
12842024-05-06T17:57:58.054Z Downloaded bytes v1.6.0
12852024-05-06T17:57:58.055Z Downloaded bstr v0.2.17
12862024-05-06T17:57:58.055Z Downloaded blake3 v1.5.0
12872024-05-06T17:57:58.055Z Downloaded base64ct v1.6.0
12882024-05-06T17:57:58.055Z Downloaded backoff v0.4.0
12892024-05-06T17:57:58.538Z Downloaded autocfg v1.1.0
12902024-05-06T17:57:58.538Z Downloaded atomicwrites v0.4.3
12912024-05-06T17:57:58.538Z Downloaded async-stream-impl v0.3.5
12922024-05-06T17:57:58.538Z Downloaded async-stream v0.3.5
12932024-05-06T17:57:58.538Z Downloaded arc-swap v1.6.0
12942024-05-06T17:57:58.538Z Downloaded blowfish v0.9.1
12952024-05-06T17:57:58.538Z Downloaded bitflags v2.4.2
12962024-05-06T17:57:58.538Z Downloaded bit-vec v0.6.3
12972024-05-06T17:57:58.538Z Downloaded bcrypt-pbkdf v0.10.0
12982024-05-06T17:57:58.539Z Downloaded atty v0.2.14
12992024-05-06T17:57:58.539Z Downloaded ascii v1.1.0
13002024-05-06T17:57:58.539Z Downloaded base64 v0.13.1
13012024-05-06T17:57:58.539Z Downloaded ahash v0.8.8
13022024-05-06T17:57:58.539Z Downloaded aes-gcm v0.10.3
13032024-05-06T17:57:58.539Z Downloaded aead v0.5.2
13042024-05-06T17:57:58.539Z Downloaded adler v1.0.2
13052024-05-06T17:57:58.566Z Compiling proc-macro2 v1.0.81
13062024-05-06T17:57:58.566Z Compiling unicode-ident v1.0.12
13072024-05-06T17:57:58.566Z Compiling libc v0.2.153
13082024-05-06T17:57:58.566Z Compiling serde v1.0.199
13092024-05-06T17:57:58.566Z Compiling version_check v0.9.4
13102024-05-06T17:57:58.566Z Compiling cfg-if v1.0.0
13112024-05-06T17:57:58.566Z Compiling autocfg v1.1.0
13122024-05-06T17:57:58.707Z Compiling once_cell v1.19.0
13132024-05-06T17:57:58.778Z Compiling typenum v1.16.0
13142024-05-06T17:57:59.478Z Compiling thiserror v1.0.59
13152024-05-06T17:57:59.518Z Compiling parking_lot_core v0.9.8
13162024-05-06T17:57:59.633Z Compiling generic-array v0.14.7
13172024-05-06T17:57:59.676Z Compiling lock_api v0.4.10
13182024-05-06T17:58:00.062Z Compiling byteorder v1.5.0
13192024-05-06T17:58:00.090Z Compiling memchr v2.7.1
13202024-05-06T17:58:00.090Z Compiling libm v0.2.7
13212024-05-06T17:58:00.091Z Compiling serde_json v1.0.116
13222024-05-06T17:58:00.124Z Compiling ahash v0.8.8
13232024-05-06T17:58:00.402Z Compiling quote v1.0.36
13242024-05-06T17:58:00.437Z Compiling num-traits v0.2.18
13252024-05-06T17:58:00.487Z Compiling log v0.4.21
13262024-05-06T17:58:00.725Z Compiling syn v2.0.60
13272024-05-06T17:58:00.875Z Compiling getrandom v0.2.12
13282024-05-06T17:58:00.946Z Compiling cc v1.0.83
13292024-05-06T17:58:01.117Z Compiling rand_core v0.6.4
13302024-05-06T17:58:01.318Z Compiling itoa v1.0.9
13312024-05-06T17:58:01.402Z Compiling syn v1.0.109
13322024-05-06T17:58:01.526Z Compiling scopeguard v1.2.0
13332024-05-06T17:58:01.555Z Compiling slab v0.4.9
13342024-05-06T17:58:01.920Z Compiling smallvec v1.13.1
13352024-05-06T17:58:02.053Z Compiling ryu v1.0.15
13362024-05-06T17:58:02.152Z Compiling allocator-api2 v0.2.16
13372024-05-06T17:58:02.342Z Compiling subtle v2.5.0
13382024-05-06T17:58:02.393Z Compiling pin-project-lite v0.2.13
13392024-05-06T17:58:02.520Z Compiling pkg-config v0.3.27
13402024-05-06T17:58:02.782Z Compiling parking_lot v0.12.1
13412024-05-06T17:58:02.810Z Compiling schemars v0.8.17
13422024-05-06T17:58:02.996Z Compiling signal-hook-registry v1.4.1
13432024-05-06T17:58:03.059Z Compiling mio v0.8.11
13442024-05-06T17:58:03.086Z Compiling equivalent v1.0.1
13452024-05-06T17:58:03.403Z Compiling ring v0.17.8
13462024-05-06T17:58:03.629Z Compiling socket2 v0.5.6
13472024-05-06T17:58:03.677Z Compiling num_cpus v1.16.0
13482024-05-06T17:58:03.790Z Compiling time-core v0.1.2
13492024-05-06T17:58:04.003Z Compiling num-conv v0.1.0
13502024-05-06T17:58:04.248Z Compiling time-macros v0.2.17
13512024-05-06T17:58:04.329Z Compiling futures-core v0.3.30
13522024-05-06T17:58:04.901Z Compiling vcpkg v0.2.15
13532024-05-06T17:58:04.928Z Compiling httparse v1.8.0
13542024-05-06T17:58:04.928Z Compiling const-oid v0.9.6
13552024-05-06T17:58:05.872Z Compiling fnv v1.0.7
13562024-05-06T17:58:05.994Z Compiling futures-sink v0.3.30
13572024-05-06T17:58:06.090Z Compiling ring v0.16.20
13582024-05-06T17:58:06.357Z Compiling openssl-sys v0.9.102
13592024-05-06T17:58:06.386Z Compiling futures-channel v0.3.30
13602024-05-06T17:58:06.560Z Compiling serde_derive_internals v0.29.0
13612024-05-06T17:58:06.770Z Compiling futures-io v0.3.30
13622024-05-06T17:58:07.053Z Compiling pin-utils v0.1.0
13632024-05-06T17:58:07.091Z Compiling spin v0.5.2
13642024-05-06T17:58:07.133Z Compiling slog v2.7.0
13652024-05-06T17:58:07.168Z Compiling futures-task v0.3.30
13662024-05-06T17:58:07.245Z Compiling ucd-trie v0.1.6
13672024-05-06T17:58:07.310Z Compiling semver v1.0.22
13682024-05-06T17:58:07.358Z Compiling openssl v0.10.64
13692024-05-06T17:58:07.415Z Compiling iana-time-zone v0.1.57
13702024-05-06T17:58:07.537Z Compiling rustix v0.38.31
13712024-05-06T17:58:07.685Z Compiling heck v0.4.1
13722024-05-06T17:58:07.763Z Compiling rustls v0.21.9
13732024-05-06T17:58:07.793Z Compiling native-tls v0.2.11
13742024-05-06T17:58:08.128Z Compiling cpufeatures v0.2.12
13752024-05-06T17:58:08.164Z Compiling tinyvec_macros v0.1.1
13762024-05-06T17:58:08.200Z Compiling backtrace v0.3.69
13772024-05-06T17:58:08.201Z Compiling cookie v0.17.0
13782024-05-06T17:58:08.255Z Compiling tinyvec v1.6.0
13792024-05-06T17:58:08.784Z Compiling aho-corasick v1.1.2
13802024-05-06T17:58:08.819Z Compiling dyn-clone v1.0.17
13812024-05-06T17:58:08.968Z Compiling regex-syntax v0.8.2
13822024-05-06T17:58:09.064Z Compiling unicode-bidi v0.3.15
13832024-05-06T17:58:09.302Z Compiling heck v0.5.0
13842024-05-06T17:58:09.478Z Compiling unicode-normalization v0.1.22
13852024-05-06T17:58:09.834Z Compiling anyhow v1.0.82
13862024-05-06T17:58:10.051Z Compiling crossbeam-utils v0.8.19
13872024-05-06T17:58:10.303Z Compiling ppv-lite86 v0.2.17
13882024-05-06T17:58:10.369Z Compiling tracing-core v0.1.32
13892024-05-06T17:58:11.562Z Compiling percent-encoding v2.3.1
13902024-05-06T17:58:12.145Z Compiling regex-automata v0.4.5
13912024-05-06T17:58:12.181Z Compiling rand_chacha v0.3.1
13922024-05-06T17:58:12.381Z Compiling serde_derive v1.0.199
13932024-05-06T17:58:12.442Z Compiling zeroize_derive v1.4.2
13942024-05-06T17:58:12.988Z Compiling zerocopy-derive v0.7.32
13952024-05-06T17:58:13.342Z Compiling thiserror-impl v1.0.59
13962024-05-06T17:58:13.421Z Compiling tokio-macros v2.2.0
13972024-05-06T17:58:13.770Z Compiling zeroize v1.7.0
13982024-05-06T17:58:13.808Z Compiling futures-macro v0.3.30
13992024-05-06T17:58:14.325Z Compiling tracing-attributes v0.1.27
14002024-05-06T17:58:14.840Z Compiling schemars_derive v0.8.17
14012024-05-06T17:58:14.927Z Compiling zerocopy v0.7.32
14022024-05-06T17:58:15.301Z Compiling crypto-common v0.1.6
14032024-05-06T17:58:15.549Z Compiling block-buffer v0.10.4
14042024-05-06T17:58:15.813Z Compiling digest v0.10.7
14052024-05-06T17:58:16.286Z Compiling futures-util v0.3.30
14062024-05-06T17:58:16.341Z Compiling pest v2.7.6
14072024-05-06T17:58:16.684Z Compiling hashbrown v0.14.3
14082024-05-06T17:58:16.840Z Compiling openssl-macros v0.1.1
14092024-05-06T17:58:17.492Z Compiling async-trait v0.1.80
14102024-05-06T17:58:17.837Z Compiling tracing v0.1.40
14112024-05-06T17:58:18.062Z Compiling regex v1.10.4
14122024-05-06T17:58:18.280Z Compiling pest_meta v2.7.6
14132024-05-06T17:58:18.622Z Compiling scroll_derive v0.12.0
14142024-05-06T17:58:19.003Z Compiling der_derive v0.7.2
14152024-05-06T17:58:19.811Z Compiling pest_generator v2.7.6
14162024-05-06T17:58:21.441Z Compiling rand v0.8.5
14172024-05-06T17:58:21.480Z Compiling spin v0.9.8
14182024-05-06T17:58:21.940Z Compiling thread-id v4.2.0
14192024-05-06T17:58:22.244Z Compiling powerfmt v0.2.0
14202024-05-06T17:58:22.278Z Compiling pest_derive v2.7.6
14212024-05-06T17:58:22.400Z Compiling rustversion v1.0.14
14222024-05-06T17:58:22.564Z Compiling deranged v0.3.11
14232024-05-06T17:58:22.682Z Compiling form_urlencoded v1.2.1
14242024-05-06T17:58:22.976Z Compiling unicode-width v0.1.11
14252024-05-06T17:58:23.156Z Compiling num_threads v0.1.6
14262024-05-06T17:58:23.290Z Compiling winnow v0.5.15
14272024-05-06T17:58:23.780Z Compiling bytes v1.6.0
14282024-05-06T17:58:24.173Z Compiling indexmap v2.2.6
14292024-05-06T17:58:24.785Z Compiling tokio v1.37.0
14302024-05-06T17:58:24.900Z Compiling uuid v1.8.0
14312024-05-06T17:58:25.187Z Compiling chrono v0.4.38
14322024-05-06T17:58:25.334Z Compiling bitflags v2.4.2
14332024-05-06T17:58:26.120Z Compiling http v0.2.12
14342024-05-06T17:58:26.865Z Compiling toml_datetime v0.6.5
14352024-05-06T17:58:26.961Z Compiling serde_spanned v0.6.5
14362024-05-06T17:58:27.373Z Compiling rustc_version v0.4.0
14372024-05-06T17:58:28.174Z Compiling toml_edit v0.19.15
14382024-05-06T17:58:28.199Z Compiling time v0.3.34
14392024-05-06T17:58:30.269Z Compiling unicode-xid v0.2.4
14402024-05-06T17:58:30.425Z Compiling synstructure v0.12.6
14412024-05-06T17:58:30.900Z Compiling openapiv3 v2.0.0
14422024-05-06T17:58:31.916Z Compiling serde_tokenstream v0.2.0
14432024-05-06T17:58:32.126Z Compiling idna v0.5.0
14442024-05-06T17:58:32.436Z Compiling usdt-impl v0.5.0
14452024-05-06T17:58:32.736Z Compiling crc32fast v1.3.2
14462024-05-06T17:58:33.194Z Compiling url v2.5.0
14472024-05-06T17:58:33.265Z Compiling zerocopy-derive v0.2.0
14482024-05-06T17:58:33.364Z Compiling scroll v0.12.0
14492024-05-06T17:58:33.942Z Compiling lazy_static v1.4.0
14502024-05-06T17:58:34.460Z Compiling plain v0.2.3
14512024-05-06T17:58:34.491Z Compiling tokio-util v0.7.10
14522024-05-06T17:58:34.608Z Compiling goblin v0.8.0
14532024-05-06T17:58:35.466Z Compiling untrusted v0.9.0
14542024-05-06T17:58:35.754Z Compiling untrusted v0.7.1
14552024-05-06T17:58:36.310Z Compiling foreign-types-shared v0.1.1
14562024-05-06T17:58:36.530Z Compiling pretty-hex v0.4.1
14572024-05-06T17:58:37.131Z Compiling foreign-types v0.3.2
14582024-05-06T17:58:39.801Z Compiling dof v0.3.0
14592024-05-06T17:58:40.084Z Compiling dtrace-parser v0.2.0
14602024-05-06T17:58:40.536Z Compiling errno v0.3.8
14612024-05-06T17:58:40.569Z Compiling usdt-impl v0.3.5
14622024-05-06T17:58:41.168Z Compiling try-lock v0.2.4
14632024-05-06T17:58:41.198Z Compiling adler v1.0.2
14642024-05-06T17:58:41.199Z Compiling base64 v0.21.7
14652024-05-06T17:58:41.199Z Compiling miniz_oxide v0.7.1
14662024-05-06T17:58:41.759Z Compiling want v0.3.1
14672024-05-06T17:58:42.388Z Compiling rustls-webpki v0.101.7
14682024-05-06T17:58:42.555Z Compiling sct v0.7.0
14692024-05-06T17:58:42.853Z Compiling h2 v0.3.26
14702024-05-06T17:58:43.226Z Compiling http-body v0.4.5
14712024-05-06T17:58:44.025Z Compiling socket2 v0.4.9
14722024-05-06T17:58:44.467Z Compiling num-bigint v0.4.4
14732024-05-06T17:58:44.743Z Compiling openssl-probe v0.1.5
14742024-05-06T17:58:45.036Z Compiling tower-service v0.3.2
14752024-05-06T17:58:45.062Z Compiling httpdate v1.0.3
14762024-05-06T17:58:45.611Z Compiling zerocopy v0.3.0
14772024-05-06T17:58:46.419Z Compiling heapless v0.7.16
14782024-05-06T17:58:46.735Z Compiling idna v0.3.0
14792024-05-06T17:58:46.892Z Compiling bzip2-sys v0.1.11+1.0.8
14802024-05-06T17:58:46.917Z Compiling signal-hook v0.3.17
14812024-05-06T17:58:47.295Z Compiling base64ct v1.6.0
14822024-05-06T17:58:47.798Z Compiling psl-types v2.0.11
14832024-05-06T17:58:47.980Z Compiling publicsuffix v2.2.3
14842024-05-06T17:58:48.385Z Compiling hyper v0.14.28
14852024-05-06T17:58:49.166Z Compiling tokio-rustls v0.24.1
14862024-05-06T17:58:49.324Z Compiling tokio-native-tls v0.3.1
14872024-05-06T17:58:49.454Z Compiling dof v0.1.5
14882024-05-06T17:58:49.507Z Compiling crossbeam-epoch v0.9.18
14892024-05-06T17:58:49.694Z Compiling dtrace-parser v0.1.14
14902024-05-06T17:58:49.730Z Compiling ipnet v2.9.0
14912024-05-06T17:58:50.688Z Compiling gimli v0.28.0
14922024-05-06T17:58:51.003Z Compiling cookie_store v0.20.0
14932024-05-06T17:58:52.278Z Compiling rustls-pemfile v1.0.3
14942024-05-06T17:58:52.320Z Compiling serde_urlencoded v0.7.1
14952024-05-06T17:58:52.767Z Compiling serde_tokenstream v0.1.7
14962024-05-06T17:58:52.886Z Compiling enum-as-inner v0.5.1
14972024-05-06T17:58:53.061Z Compiling object v0.32.1
14982024-05-06T17:58:53.206Z Compiling encoding_rs v0.8.33
14992024-05-06T17:58:53.729Z Compiling smoltcp v0.9.1
15002024-05-06T17:58:54.360Z Compiling addr2line v0.21.0
15012024-05-06T17:58:54.579Z Compiling hyper-tls v0.5.0
15022024-05-06T17:58:54.660Z Compiling hyper-rustls v0.24.2
15032024-05-06T17:58:54.883Z Compiling mime v0.3.17
15042024-05-06T17:58:54.907Z Compiling data-encoding v2.4.0
15052024-05-06T17:58:55.371Z Compiling rustc-demangle v0.1.23
15062024-05-06T17:58:56.174Z Compiling webpki-roots v0.25.2
15072024-05-06T17:58:56.798Z Compiling sync_wrapper v0.1.2
15082024-05-06T17:58:56.825Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
15092024-05-06T17:58:56.825Z Compiling either v1.11.0
15102024-05-06T17:58:56.932Z Compiling reqwest v0.11.27
15112024-05-06T17:58:57.627Z Compiling pem-rfc7468 v0.7.0
15122024-05-06T17:58:58.613Z Compiling hmac v0.12.1
15132024-05-06T17:58:58.828Z Compiling futures-executor v0.3.30
15142024-05-06T17:58:59.519Z Compiling regress v0.9.1
15152024-05-06T17:59:00.154Z Compiling unicode-segmentation v1.10.1
15162024-05-06T17:59:00.179Z Compiling winnow v0.6.1
15172024-05-06T17:59:00.859Z Compiling siphasher v0.3.11
15182024-05-06T17:59:00.993Z Compiling flagset v0.4.3
15192024-05-06T17:59:01.191Z Compiling der v0.7.8
15202024-05-06T17:59:02.741Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#f7442947)
15212024-05-06T17:59:03.127Z Compiling toml_edit v0.22.12
15222024-05-06T17:59:03.863Z Compiling flate2 v1.0.28
15232024-05-06T17:59:04.134Z Compiling usdt-macro v0.3.5
15242024-05-06T17:59:04.718Z Compiling usdt-attr-macro v0.3.5
15252024-05-06T17:59:06.082Z Compiling hubpack_derive v0.1.1
15262024-05-06T17:59:06.107Z Compiling zerocopy-derive v0.6.6
15272024-05-06T17:59:06.845Z Compiling clap_derive v4.5.4
15282024-05-06T17:59:07.958Z Compiling anstyle v1.0.6
15292024-05-06T17:59:08.001Z Compiling bitflags v1.3.2
15302024-05-06T17:59:08.119Z Compiling utf8parse v0.2.1
15312024-05-06T17:59:08.200Z Compiling sha2 v0.10.8
15322024-05-06T17:59:08.273Z Compiling anstyle-parse v0.2.1
15332024-05-06T17:59:10.187Z Compiling futures v0.3.30
15342024-05-06T17:59:10.305Z Compiling spki v0.7.2
15352024-05-06T17:59:10.797Z Compiling md-5 v0.10.5
15362024-05-06T17:59:10.829Z Compiling toml v0.7.8
15372024-05-06T17:59:10.854Z Compiling hex v0.4.3
15382024-05-06T17:59:10.854Z Compiling stringprep v0.1.3
15392024-05-06T17:59:11.027Z Compiling block-padding v0.3.3
15402024-05-06T17:59:11.279Z Compiling num-integer v0.1.46
15412024-05-06T17:59:11.338Z Compiling diesel_table_macro_syntax v0.1.0
15422024-05-06T17:59:11.375Z Compiling hash32 v0.2.1
15432024-05-06T17:59:11.746Z Compiling stable_deref_trait v1.2.0
15442024-05-06T17:59:11.890Z Compiling colorchoice v1.0.0
15452024-05-06T17:59:11.985Z Compiling fallible-iterator v0.2.0
15462024-05-06T17:59:12.049Z Compiling anstyle-query v1.0.0
15472024-05-06T17:59:12.162Z Compiling anstream v0.6.11
15482024-05-06T17:59:12.925Z Compiling diesel_derives v2.1.2
15492024-05-06T17:59:12.950Z Compiling postgres-protocol v0.6.6
15502024-05-06T17:59:13.673Z Compiling inout v0.1.3
15512024-05-06T17:59:13.778Z Compiling pkcs8 v0.10.2
15522024-05-06T17:59:14.193Z Compiling phf_shared v0.11.2
15532024-05-06T17:59:14.524Z Compiling terminal_size v0.3.0
15542024-05-06T17:59:14.629Z Compiling ff v0.13.0
15552024-05-06T17:59:14.707Z Compiling strum_macros v0.25.2
15562024-05-06T17:59:14.954Z Compiling serde_repr v0.1.16
15572024-05-06T17:59:15.064Z Compiling scheduled-thread-pool v0.2.7
15582024-05-06T17:59:15.247Z Compiling matches v0.1.10
15592024-05-06T17:59:15.370Z Compiling base16ct v0.2.0
15602024-05-06T17:59:15.370Z Compiling strsim v0.11.0
15612024-05-06T17:59:15.664Z Compiling bit-vec v0.6.3
15622024-05-06T17:59:15.664Z Compiling managed v0.8.0
15632024-05-06T17:59:15.937Z Compiling clap_lex v0.7.0
15642024-05-06T17:59:16.050Z Compiling regex-automata v0.1.10
15652024-05-06T17:59:16.140Z Compiling sec1 v0.7.3
15662024-05-06T17:59:16.384Z Compiling bstr v0.2.17
15672024-05-06T17:59:16.461Z Compiling clap_builder v4.5.2
15682024-05-06T17:59:16.639Z Compiling idna v0.2.3
15692024-05-06T17:59:16.990Z Compiling r2d2 v0.8.10
15702024-05-06T17:59:17.530Z Compiling group v0.13.0
15712024-05-06T17:59:17.558Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#f7442947)
15722024-05-06T17:59:17.770Z Compiling phf v0.11.2
15732024-05-06T17:59:17.974Z Compiling signal-hook-mio v0.2.3
15742024-05-06T17:59:18.026Z Compiling cipher v0.4.4
15752024-05-06T17:59:18.116Z Compiling bzip2 v0.4.4
15762024-05-06T17:59:18.402Z Compiling postgres-types v0.2.6
15772024-05-06T17:59:18.483Z Compiling zerocopy v0.6.6
15782024-05-06T17:59:18.483Z Compiling hubpack v0.1.2
15792024-05-06T17:59:18.910Z Compiling phf_shared v0.10.0
15802024-05-06T17:59:19.635Z Compiling hkdf v0.12.4
15812024-05-06T17:59:19.660Z Compiling crypto-bigint v0.5.2
15822024-05-06T17:59:19.660Z Compiling ipnetwork v0.20.0
15832024-05-06T17:59:20.333Z Compiling float-cmp v0.9.0
15842024-05-06T17:59:20.679Z Compiling minimal-lexical v0.2.1
15852024-05-06T17:59:21.244Z Compiling precomputed-hash v0.1.1
15862024-05-06T17:59:21.713Z Compiling fixedbitset v0.4.2
15872024-05-06T17:59:22.081Z Compiling normalize-line-endings v0.3.0
15882024-05-06T17:59:22.106Z Compiling new_debug_unreachable v1.0.4
15892024-05-06T17:59:22.206Z Compiling whoami v1.5.1
15902024-05-06T17:59:22.230Z Compiling predicates-core v1.0.6
15912024-05-06T17:59:22.541Z Compiling static_assertions v1.1.0
15922024-05-06T17:59:22.645Z Compiling difflib v0.4.0
15932024-05-06T17:59:22.872Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
15942024-05-06T17:59:23.154Z Compiling predicates v3.1.0
15952024-05-06T17:59:23.186Z Compiling tokio-postgres v0.7.10
15962024-05-06T17:59:24.009Z Compiling string_cache v0.8.7
15972024-05-06T17:59:24.313Z Compiling petgraph v0.6.4
15982024-05-06T17:59:24.459Z Compiling trust-dns-proto v0.22.0
15992024-05-06T17:59:24.579Z Compiling diesel v2.1.6
16002024-05-06T17:59:24.695Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#f7442947)
16012024-05-06T17:59:24.827Z Compiling nom v7.1.3
16022024-05-06T17:59:26.165Z Compiling elliptic-curve v0.13.8
16032024-05-06T17:59:27.187Z Compiling yasna v0.5.2
16042024-05-06T17:59:27.376Z Compiling clap v4.5.4
16052024-05-06T17:59:27.425Z Compiling zip v0.6.6
16062024-05-06T17:59:27.667Z Compiling crossterm v0.27.0
16072024-05-06T17:59:28.406Z Compiling similar v2.4.0
16082024-05-06T17:59:28.570Z Compiling bit-set v0.5.3
16092024-05-06T17:59:28.700Z Compiling num-iter v0.1.44
16102024-05-06T17:59:28.805Z Compiling console v0.15.8
16112024-05-06T17:59:28.897Z Compiling usdt v0.3.5
16122024-05-06T17:59:29.146Z Compiling itertools v0.10.5
16132024-05-06T17:59:30.057Z Compiling tokio-stream v0.1.15
16142024-05-06T17:59:30.861Z Compiling getopts v0.2.21
16152024-05-06T17:59:30.897Z Compiling bstr v1.9.0
16162024-05-06T17:59:31.216Z Compiling unsafe-libyaml v0.2.10
16172024-05-06T17:59:31.241Z Compiling peg-runtime v0.8.2
16182024-05-06T17:59:31.774Z Compiling lalrpop-util v0.19.12
16192024-05-06T17:59:31.841Z Compiling base64 v0.22.0
16202024-05-06T17:59:32.474Z Compiling serde_yaml v0.9.25
16212024-05-06T17:59:32.529Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
16222024-05-06T17:59:35.931Z Compiling camino v1.1.6
16232024-05-06T17:59:39.042Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
16242024-05-06T17:59:39.112Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
16252024-05-06T17:59:42.524Z Compiling sha1 v0.10.6
16262024-05-06T17:59:53.253Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16272024-05-06T17:59:53.797Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
16282024-05-06T17:59:53.897Z Compiling strsim v0.10.0
16292024-05-06T17:59:54.414Z Compiling ident_case v1.0.1
16302024-05-06T17:59:54.414Z Compiling darling_core v0.20.8
16312024-05-06T17:59:55.588Z Compiling strum_macros v0.26.1
16322024-05-06T17:59:59.651Z Compiling strum v0.26.2
16332024-05-06T17:59:59.960Z Compiling darling_macro v0.20.8
16342024-05-06T18:00:00.117Z Compiling dirs-sys-next v0.1.2
16352024-05-06T18:00:00.219Z Compiling match_cfg v0.1.0
16362024-05-06T18:00:00.315Z Compiling rayon-core v1.12.1
16372024-05-06T18:00:00.590Z Compiling hostname v0.3.1
16382024-05-06T18:00:00.648Z Compiling dirs-next v2.0.0
16392024-05-06T18:00:00.805Z Compiling crossbeam-deque v0.8.3
16402024-05-06T18:00:00.832Z Compiling darling v0.20.8
16412024-05-06T18:00:00.857Z Compiling http v1.0.0
16422024-05-06T18:00:00.857Z Compiling thread_local v1.1.7
16432024-05-06T18:00:00.953Z Compiling slog-async v2.8.0
16442024-05-06T18:00:01.015Z Compiling same-file v1.0.6
16452024-05-06T18:00:01.512Z Compiling rustls-pki-types v1.3.0
16462024-05-06T18:00:01.541Z Compiling fastrand v2.0.1
16472024-05-06T18:00:01.541Z Compiling walkdir v2.5.0
16482024-05-06T18:00:01.542Z Compiling tempfile v3.10.1
16492024-05-06T18:00:02.039Z Compiling term v0.7.0
16502024-05-06T18:00:02.040Z Compiling crossbeam-channel v0.5.8
16512024-05-06T18:00:02.040Z Compiling is-terminal v0.4.9
16522024-05-06T18:00:02.040Z Compiling blake3 v1.5.0
16532024-05-06T18:00:02.175Z Compiling take_mut v0.2.2
16542024-05-06T18:00:02.324Z Compiling rustls v0.22.4
16552024-05-06T18:00:02.350Z Compiling paste v1.0.14
16562024-05-06T18:00:02.776Z Compiling rayon v1.10.0
16572024-05-06T18:00:02.803Z Compiling slog-term v2.9.1
16582024-05-06T18:00:02.893Z Compiling rustls-webpki v0.102.1
16592024-05-06T18:00:02.893Z Compiling xattr v1.0.1
16602024-05-06T18:00:02.977Z Compiling filetime v0.2.23
16612024-05-06T18:00:03.167Z Compiling memmap2 v0.7.1
16622024-05-06T18:00:03.271Z Compiling multer v3.0.0
16632024-05-06T18:00:03.514Z Compiling instant v0.1.12
16642024-05-06T18:00:03.539Z Compiling constant_time_eq v0.3.0
16652024-05-06T18:00:03.631Z Compiling arrayref v0.3.7
16662024-05-06T18:00:03.662Z Compiling arrayvec v0.7.4
16672024-05-06T18:00:03.706Z Compiling home v0.5.5
16682024-05-06T18:00:03.828Z Compiling camino-tempfile v1.1.1
16692024-05-06T18:00:03.860Z Compiling toolchain_find v0.4.0
16702024-05-06T18:00:03.995Z Compiling tar v0.4.40
16712024-05-06T18:00:04.228Z Compiling toml v0.8.12
16722024-05-06T18:00:04.659Z Compiling slog-json v2.6.1
16732024-05-06T18:00:04.819Z Compiling async-stream-impl v0.3.5
16742024-05-06T18:00:04.989Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
16752024-05-06T18:00:05.086Z Compiling topological-sort v0.2.2
16762024-05-06T18:00:05.237Z Compiling debug-ignore v1.0.5
16772024-05-06T18:00:05.281Z Compiling atomic-waker v1.1.1
16782024-05-06T18:00:05.442Z Compiling waitgroup v0.1.2
16792024-05-06T18:00:05.469Z Compiling rustfmt-wrapper v0.2.1
16802024-05-06T18:00:05.652Z Compiling slog-bunyan v2.5.0
16812024-05-06T18:00:05.840Z Compiling rustls-pemfile v2.1.2
16822024-05-06T18:00:05.875Z Compiling serde_with_macros v3.7.0
16832024-05-06T18:00:06.004Z Compiling async-stream v0.3.5
16842024-05-06T18:00:06.275Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
16852024-05-06T18:00:06.619Z Compiling serde_path_to_error v0.1.16
16862024-05-06T18:00:06.647Z Compiling structmeta-derive v0.3.0
16872024-05-06T18:00:07.312Z Compiling tokio-rustls v0.25.0
16882024-05-06T18:00:07.339Z Compiling omicron-zone-package v0.11.0
16892024-05-06T18:00:07.524Z Compiling proc-macro-error-attr v1.0.4
16902024-05-06T18:00:07.648Z Compiling proc-macro-error v1.0.4
16912024-05-06T18:00:07.835Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
16922024-05-06T18:00:08.126Z Compiling newtype-uuid v1.1.0
16932024-05-06T18:00:08.385Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
16942024-05-06T18:00:08.418Z Compiling serde_with v3.7.0
16952024-05-06T18:00:09.057Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
16962024-05-06T18:00:09.136Z Compiling structmeta v0.3.0
16972024-05-06T18:00:09.223Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
16982024-05-06T18:00:09.474Z Compiling backoff v0.4.0
16992024-05-06T18:00:09.511Z Compiling parse-display-derive v0.9.0
17002024-05-06T18:00:09.763Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17012024-05-06T18:00:10.404Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17022024-05-06T18:00:10.556Z Compiling macaddr v1.0.1
17032024-05-06T18:00:10.930Z Compiling proc-macro-crate v1.3.1
17042024-05-06T18:00:11.425Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17052024-05-06T18:00:11.758Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17062024-05-06T18:00:11.849Z Compiling num_enum_derive v0.5.11
17072024-05-06T18:00:12.042Z Compiling foreign-types-macros v0.2.3
17082024-05-06T18:00:12.152Z Compiling heapless v0.8.0
17092024-05-06T18:00:12.603Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
17102024-05-06T18:00:12.633Z Compiling foreign-types-shared v0.3.1
17112024-05-06T18:00:12.758Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17122024-05-06T18:00:13.093Z Compiling foreign-types v0.5.0
17132024-05-06T18:00:13.368Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17142024-05-06T18:00:13.431Z Compiling parse-display v0.9.0
17152024-05-06T18:00:13.492Z Compiling hash32 v0.3.1
17162024-05-06T18:00:13.722Z Compiling cstr-argument v0.1.2
17172024-05-06T18:00:14.009Z Compiling smoltcp v0.11.0
17182024-05-06T18:00:14.084Z Compiling pretty-hex v0.2.1
17192024-05-06T18:00:14.144Z Compiling num_enum v0.5.11
17202024-05-06T18:00:14.267Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17212024-05-06T18:00:14.295Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17222024-05-06T18:00:14.578Z Compiling tabwriter v1.4.0
17232024-05-06T18:00:14.644Z Compiling colored v2.1.0
17242024-05-06T18:00:14.934Z Compiling cobs v0.2.3
17252024-05-06T18:00:15.028Z Compiling embedded-io v0.4.0
17262024-05-06T18:00:15.214Z Compiling postcard v1.0.8
17272024-05-06T18:00:15.305Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17282024-05-06T18:00:15.329Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17292024-05-06T18:00:15.499Z Compiling crucible-workspace-hack v0.1.0
17302024-05-06T18:00:15.650Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17312024-05-06T18:00:15.783Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17322024-05-06T18:00:15.891Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
17332024-05-06T18:00:16.174Z Compiling smf v0.2.3
17342024-05-06T18:00:16.207Z Compiling platforms v3.0.2
17352024-05-06T18:00:16.391Z Compiling humantime v2.1.0
17362024-05-06T18:00:16.514Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
17372024-05-06T18:00:16.801Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
17382024-05-06T18:00:16.828Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
17392024-05-06T18:00:17.013Z Compiling usdt-macro v0.5.0
17402024-05-06T18:00:17.199Z Compiling usdt-attr-macro v0.5.0
17412024-05-06T18:00:17.347Z Compiling num-derive v0.4.0
17422024-05-06T18:00:18.035Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17432024-05-06T18:00:18.283Z Compiling sigpipe v0.1.3
17442024-05-06T18:00:18.398Z Compiling memmap v0.7.0
17452024-05-06T18:00:18.557Z Compiling utf-8 v0.7.6
17462024-05-06T18:00:18.697Z Compiling usdt v0.5.0
17472024-05-06T18:00:18.837Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
17482024-05-06T18:00:19.163Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
17492024-05-06T18:00:19.229Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
17502024-05-06T18:00:19.408Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17512024-05-06T18:00:19.785Z Compiling atty v0.2.14
17522024-05-06T18:00:19.820Z Compiling unicase v2.7.0
17532024-05-06T18:00:19.943Z Compiling semver v0.1.20
17542024-05-06T18:00:19.978Z Compiling newline-converter v0.3.0
17552024-05-06T18:00:20.110Z Compiling universal-hash v0.5.1
17562024-05-06T18:00:20.141Z Compiling opaque-debug v0.3.0
17572024-05-06T18:00:20.168Z Compiling curve25519-dalek v4.1.2
17582024-05-06T18:00:20.245Z Compiling expectorate v1.1.0
17592024-05-06T18:00:20.293Z Compiling rustc_version v0.1.7
17602024-05-06T18:00:20.322Z Compiling tungstenite v0.20.1
17612024-05-06T18:00:20.412Z Compiling signature v2.1.0
17622024-05-06T18:00:20.543Z Compiling curve25519-dalek-derive v0.1.0
17632024-05-06T18:00:20.648Z Compiling num-rational v0.4.1
17642024-05-06T18:00:20.712Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17652024-05-06T18:00:20.743Z Compiling newtype_derive v0.1.6
17662024-05-06T18:00:20.949Z Compiling arc-swap v1.6.0
17672024-05-06T18:00:21.004Z Compiling quick-error v1.2.3
17682024-05-06T18:00:21.042Z Compiling termcolor v1.2.0
17692024-05-06T18:00:21.142Z Compiling linked-hash-map v0.5.6
17702024-05-06T18:00:21.456Z Compiling getrandom v0.1.16
17712024-05-06T18:00:21.561Z Compiling lru-cache v0.1.2
17722024-05-06T18:00:21.641Z Compiling env_logger v0.9.3
17732024-05-06T18:00:21.689Z Compiling slog-scope v4.4.0
17742024-05-06T18:00:21.766Z Compiling tokio-tungstenite v0.20.1
17752024-05-06T18:00:22.088Z Compiling resolv-conf v0.7.0
17762024-05-06T18:00:22.235Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17772024-05-06T18:00:22.412Z Compiling password-hash v0.5.0
17782024-05-06T18:00:22.441Z Compiling blake2 v0.10.6
17792024-05-06T18:00:22.629Z Compiling bitstruct_derive v0.1.0
17802024-05-06T18:00:22.775Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17812024-05-06T18:00:22.811Z Compiling bytecount v0.6.3
17822024-05-06T18:00:22.906Z Compiling parking_lot_core v0.8.6
17832024-05-06T18:00:23.006Z Compiling libefi-sys v0.1.0
17842024-05-06T18:00:23.255Z Compiling ascii v1.1.0
17852024-05-06T18:00:23.347Z Compiling papergrid v0.11.0
17862024-05-06T18:00:23.378Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17872024-05-06T18:00:23.532Z Compiling argon2 v0.5.3
17882024-05-06T18:00:23.624Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
17892024-05-06T18:00:23.809Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17902024-05-06T18:00:23.838Z Compiling bitstruct v0.1.1
17912024-05-06T18:00:24.392Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
17922024-05-06T18:00:25.097Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
17932024-05-06T18:00:25.670Z Compiling trust-dns-resolver v0.22.0
17942024-05-06T18:00:26.035Z Compiling slog-stdlog v4.1.1
17952024-05-06T18:00:26.237Z Compiling tabled_derive v0.7.0
17962024-05-06T18:00:26.362Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17972024-05-06T18:00:26.387Z Compiling rfc6979 v0.4.0
17982024-05-06T18:00:26.609Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17992024-05-06T18:00:26.806Z Compiling erased-serde v0.3.31
18002024-05-06T18:00:26.882Z Compiling serde_arrays v0.1.0
18012024-05-06T18:00:26.975Z Compiling aead v0.5.2
18022024-05-06T18:00:27.038Z Compiling num-complex v0.4.5
18032024-05-06T18:00:27.134Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
18042024-05-06T18:00:27.280Z Compiling nibble_vec v0.1.0
18052024-05-06T18:00:27.450Z Compiling slog-dtrace v0.3.0
18062024-05-06T18:00:27.475Z Compiling keccak v0.1.4
18072024-05-06T18:00:27.712Z Compiling endian-type v0.1.2
18082024-05-06T18:00:27.879Z Compiling cancel-safe-futures v0.1.5
18092024-05-06T18:00:27.915Z Compiling winapi v0.3.9
18102024-05-06T18:00:27.939Z Compiling radix_trie v0.2.1
18112024-05-06T18:00:28.203Z Compiling num v0.4.2
18122024-05-06T18:00:28.238Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18132024-05-06T18:00:28.346Z Compiling tabled v0.15.0
18142024-05-06T18:00:28.394Z Compiling sha3 v0.10.8
18152024-05-06T18:00:28.553Z Compiling ecdsa v0.16.9
18162024-05-06T18:00:28.579Z Compiling slog-envlogger v2.2.0
18172024-05-06T18:00:28.794Z Compiling rand_core v0.5.1
18182024-05-06T18:00:29.211Z Compiling steno v0.4.0
18192024-05-06T18:00:29.236Z Compiling mime_guess v2.0.4
18202024-05-06T18:00:29.270Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18212024-05-06T18:00:29.295Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18222024-05-06T18:00:30.271Z Compiling poly1305 v0.8.0
18232024-05-06T18:00:30.699Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18242024-05-06T18:00:30.834Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
18252024-05-06T18:00:31.303Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18262024-05-06T18:00:31.577Z Compiling primeorder v0.13.6
18272024-05-06T18:00:31.636Z Compiling chacha20 v0.9.1
18282024-05-06T18:00:31.751Z Compiling heck v0.3.3
18292024-05-06T18:00:31.982Z Compiling secrecy v0.8.0
18302024-05-06T18:00:32.013Z Compiling thiserror-impl-no-std v2.0.2
18312024-05-06T18:00:32.104Z Compiling half v2.3.1
18322024-05-06T18:00:32.209Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
18332024-05-06T18:00:32.451Z Compiling convert_case v0.4.0
18342024-05-06T18:00:32.582Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18352024-05-06T18:00:32.725Z Compiling ciborium-io v0.2.2
18362024-05-06T18:00:32.846Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
18372024-05-06T18:00:33.095Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18382024-05-06T18:00:33.281Z Compiling option-ext v0.2.0
18392024-05-06T18:00:33.411Z Compiling dirs-sys v0.4.1
18402024-05-06T18:00:33.978Z Compiling derive_more v0.99.17
18412024-05-06T18:00:34.435Z Compiling ciborium-ll v0.2.2
18422024-05-06T18:00:34.618Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18432024-05-06T18:00:34.659Z Compiling thiserror-no-std v2.0.2
18442024-05-06T18:00:34.801Z Compiling zone_cfg_derive v0.1.2
18452024-05-06T18:00:34.837Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
18462024-05-06T18:00:35.551Z Compiling parking_lot v0.11.2
18472024-05-06T18:00:35.586Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18482024-05-06T18:00:35.634Z Compiling rand_chacha v0.2.2
18492024-05-06T18:00:36.110Z Compiling trust-dns-client v0.22.0
18502024-05-06T18:00:36.543Z Compiling ed25519 v2.2.2
18512024-05-06T18:00:36.813Z Compiling polyval v0.6.1
18522024-05-06T18:00:36.867Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18532024-05-06T18:00:36.950Z Compiling tungstenite v0.21.0
18542024-05-06T18:00:37.189Z Compiling aes v0.8.3
18552024-05-06T18:00:37.254Z Compiling blowfish v0.9.1
18562024-05-06T18:00:38.039Z Compiling ctr v0.9.2
18572024-05-06T18:00:38.066Z Compiling password-hash v0.4.2
18582024-05-06T18:00:38.617Z Compiling libsw v3.3.1
18592024-05-06T18:00:38.748Z Compiling toml v0.5.11
18602024-05-06T18:00:38.773Z Compiling pbkdf2 v0.12.2
18612024-05-06T18:00:38.959Z Compiling derive-where v1.2.7
18622024-05-06T18:00:38.994Z Compiling fxhash v0.2.1
18632024-05-06T18:00:39.330Z Compiling gethostname v0.4.3
18642024-05-06T18:00:39.578Z Compiling owo-colors v4.0.0
18652024-05-06T18:00:39.739Z Compiling swrite v0.1.0
18662024-05-06T18:00:39.868Z Compiling linear-map v1.2.0
18672024-05-06T18:00:40.211Z Compiling base64 v0.13.1
18682024-05-06T18:00:40.735Z Compiling ron v0.7.1
18692024-05-06T18:00:40.762Z Compiling trust-dns-server v0.22.1
18702024-05-06T18:00:41.383Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18712024-05-06T18:00:41.874Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
18722024-05-06T18:00:41.949Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
18732024-05-06T18:00:42.659Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
18742024-05-06T18:00:42.684Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
18752024-05-06T18:00:44.755Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
18762024-05-06T18:00:45.605Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18772024-05-06T18:00:45.725Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
18782024-05-06T18:00:45.903Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
18792024-05-06T18:00:46.399Z Compiling sled v0.34.7
18802024-05-06T18:00:46.559Z Compiling bcrypt-pbkdf v0.10.0
18812024-05-06T18:00:47.043Z Compiling pbkdf2 v0.11.0
18822024-05-06T18:00:47.359Z Compiling tokio-tungstenite v0.21.0
18832024-05-06T18:00:47.642Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18842024-05-06T18:00:47.806Z Compiling ghash v0.5.0
18852024-05-06T18:00:47.981Z Compiling ed25519-dalek v2.0.0
18862024-05-06T18:00:48.105Z Compiling zone v0.1.8
18872024-05-06T18:00:48.207Z Compiling russh-cryptovec v0.7.0
18882024-05-06T18:00:48.232Z Compiling rand v0.7.3
18892024-05-06T18:00:48.769Z Compiling vsss-rs v3.3.4
18902024-05-06T18:00:49.260Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
18912024-05-06T18:00:49.425Z Compiling ciborium v0.2.2
18922024-05-06T18:00:50.314Z Compiling dirs v5.0.1
18932024-05-06T18:00:50.517Z Compiling p256 v0.13.2
18942024-05-06T18:00:50.635Z Compiling p521 v0.13.3
18952024-05-06T18:00:51.195Z Compiling chacha20poly1305 v0.10.1
18962024-05-06T18:00:51.395Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18972024-05-06T18:00:52.485Z Compiling pem v3.0.4
18982024-05-06T18:00:52.552Z Compiling cbc v0.1.2
18992024-05-06T18:00:52.778Z Compiling headers-core v0.2.0
19002024-05-06T18:00:52.904Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
19012024-05-06T18:00:53.093Z Compiling portpicker v0.1.1
19022024-05-06T18:00:53.598Z Compiling kstat-rs v0.2.3
19032024-05-06T18:00:53.632Z Compiling nanorand v0.7.0
19042024-05-06T18:00:53.632Z Compiling http-range v0.1.5
19052024-05-06T18:00:54.185Z Compiling glob v0.3.1
19062024-05-06T18:00:54.185Z Compiling md5 v0.7.0
19072024-05-06T18:00:54.185Z Compiling flume v0.11.0
19082024-05-06T18:00:54.228Z Compiling russh-keys v0.43.0
19092024-05-06T18:00:54.524Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
19102024-05-06T18:00:54.600Z Compiling hyper-staticfile v0.9.5
19112024-05-06T18:00:54.625Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
19122024-05-06T18:00:55.417Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
19132024-05-06T18:00:56.029Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
19142024-05-06T18:00:56.884Z Compiling headers v0.3.9
19152024-05-06T18:00:57.095Z Compiling rcgen v0.12.1
19162024-05-06T18:00:58.560Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
19172024-05-06T18:00:59.155Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
19182024-05-06T18:00:59.188Z Compiling aes-gcm v0.10.3
19192024-05-06T18:00:59.434Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
19202024-05-06T18:00:59.787Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
19212024-05-06T18:01:00.748Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
19222024-05-06T18:01:01.078Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
19232024-05-06T18:01:01.469Z Compiling atomicwrites v0.4.3
19242024-05-06T18:01:01.779Z Compiling itertools v0.12.1
19252024-05-06T18:01:02.436Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
19262024-05-06T18:01:03.430Z Compiling subprocess v0.2.9
19272024-05-06T18:01:04.309Z Compiling hex-literal v0.4.1
19282024-05-06T18:01:04.492Z Compiling dhcproto-macros v0.1.0
19292024-05-06T18:01:04.584Z Compiling display-error-chain v0.2.0
19302024-05-06T18:01:04.724Z Compiling russh v0.43.0
19312024-05-06T18:01:05.197Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19322024-05-06T18:01:05.297Z Compiling dhcproto v0.11.0
19332024-05-06T18:01:06.485Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
19342024-05-06T18:01:07.522Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
19352024-05-06T18:01:07.735Z Compiling internet-checksum v0.2.1
19362024-05-06T18:01:09.920Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
19372024-05-06T18:01:11.335Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
19382024-05-06T18:01:35.811Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
19392024-05-06T18:02:29.949Z Finished dev [unoptimized + debuginfo] target(s) in 5m 02s
19402024-05-06T18:02:30.290Z
19412024-05-06T18:02:30.290Zreal 5:03.145776829
19422024-05-06T18:02:30.290Zuser 23:19.867035212
19432024-05-06T18:02:30.290Zsys 5:29.346584689
19442024-05-06T18:02:30.290Ztrap 0.730473860
19452024-05-06T18:02:30.290Ztflt 0.416211098
19462024-05-06T18:02:30.334Zdflt 2.836217883
19472024-05-06T18:02:30.334Zkflt 0.002817947
19482024-05-06T18:02:30.335Zlock 43:03.040432330
19492024-05-06T18:02:30.335Zslp 1:05:20.307447539
19502024-05-06T18:02:30.335Zlat 1:35.657921861
19512024-05-06T18:02:30.335Zstop 4:31.948679856
19522024-05-06T18:02:30.335Z+ mkdir -p /work
19532024-05-06T18:02:30.335Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin commtest
19542024-05-06T18:02:31.349Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
19552024-05-06T18:02:41.532Z Finished dev [unoptimized + debuginfo] target(s) in 11.12s
19562024-05-06T18:02:41.613Z
19572024-05-06T18:02:41.613Zreal 11.254483918
19582024-05-06T18:02:41.613Zuser 8.771277680
19592024-05-06T18:02:41.613Zsys 3.675937432
19602024-05-06T18:02:41.613Ztrap 0.001780440
19612024-05-06T18:02:41.613Ztflt 0.004637539
19622024-05-06T18:02:41.613Zdflt 0.053638816
19632024-05-06T18:02:41.613Zkflt 0.000000000
19642024-05-06T18:02:41.613Zlock 31.275752872
19652024-05-06T18:02:41.614Zslp 43.637487211
19662024-05-06T18:02:41.614Zlat 0.076735986
19672024-05-06T18:02:41.614Zstop 0.081425256
19682024-05-06T18:02:41.614Z+ cp target/debug/commtest /work/commtest
19692024-05-06T18:02:41.968Z+ mkdir -p /work/end-to-end-tests
19702024-05-06T18:02:42.049Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
19712024-05-06T18:02:42.049Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
19722024-05-06T18:02:42.049Z+ ptime -m gzip
19732024-05-06T18:02:42.049Z++ basename target/debug/bootstrap
19742024-05-06T18:02:56.739Z
19752024-05-06T18:02:56.740Zreal 14.737317452
19762024-05-06T18:02:56.740Zuser 14.596779856
19772024-05-06T18:02:56.740Zsys 0.120697729
19782024-05-06T18:02:56.740Ztrap 0.004699042
19792024-05-06T18:02:56.740Ztflt 0.000000000
19802024-05-06T18:02:56.740Zdflt 0.000000000
19812024-05-06T18:02:56.740Zkflt 0.000000000
19822024-05-06T18:02:56.740Zlock 0.000000000
19832024-05-06T18:02:56.780Zslp 0.000000000
19842024-05-06T18:02:56.780Zlat 0.014480487
19852024-05-06T18:02:56.780Zstop 0.000522548
19862024-05-06T18:02:56.780Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
19872024-05-06T18:02:56.780Z+ ptime -m gzip
19882024-05-06T18:02:56.780Z++ basename /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-54db9e7169aa25f2
19892024-05-06T18:02:58.121Z
19902024-05-06T18:02:58.121Zreal 1.375267155
19912024-05-06T18:02:58.122Zuser 1.356621130
19922024-05-06T18:02:58.122Zsys 0.015511175
19932024-05-06T18:02:58.122Ztrap 0.000676337
19942024-05-06T18:02:58.122Ztflt 0.000000000
19952024-05-06T18:02:58.122Zdflt 0.000000000
19962024-05-06T18:02:58.122Zkflt 0.000000000
19972024-05-06T18:02:58.122Zlock 0.000000000
19982024-05-06T18:02:58.158Zslp 0.000000000
19992024-05-06T18:02:58.159Zlat 0.002129660
20002024-05-06T18:02:58.159Zstop 0.000234452
20012024-05-06T18:02:58.159Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20022024-05-06T18:02:58.159Z+ ptime -m gzip
20032024-05-06T18:02:58.159Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-114378b13c624b47
20042024-05-06T18:02:59.504Z
20052024-05-06T18:02:59.505Zreal 1.372936508
20062024-05-06T18:02:59.505Zuser 1.357192641
20072024-05-06T18:02:59.505Zsys 0.014945248
20082024-05-06T18:02:59.505Ztrap 0.000180980
20092024-05-06T18:02:59.505Ztflt 0.000000000
20102024-05-06T18:02:59.505Zdflt 0.000000000
20112024-05-06T18:02:59.505Zkflt 0.000000000
20122024-05-06T18:02:59.505Zlock 0.000000000
20132024-05-06T18:02:59.505Zslp 0.000000000
20142024-05-06T18:02:59.547Zlat 0.000283747
20152024-05-06T18:02:59.548Zstop 0.000240163
20162024-05-06T18:02:59.548Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20172024-05-06T18:02:59.548Z+ ptime -m gzip
20182024-05-06T18:02:59.548Z++ basename /work/oxidecomputer/omicron/target/debug/deps/commtest-d165232fe22589d2
20192024-05-06T18:03:00.878Z
20202024-05-06T18:03:00.878Zreal 1.373540281
20212024-05-06T18:03:00.878Zuser 1.358607097
20222024-05-06T18:03:00.878Zsys 0.014231035
20232024-05-06T18:03:00.878Ztrap 0.000168104
20242024-05-06T18:03:00.878Ztflt 0.000000000
20252024-05-06T18:03:00.878Zdflt 0.000000000
20262024-05-06T18:03:00.878Zkflt 0.000000000
20272024-05-06T18:03:00.878Zlock 0.000000000
20282024-05-06T18:03:00.878Zslp 0.000000000
20292024-05-06T18:03:00.911Zlat 0.000237984
20302024-05-06T18:03:00.911Zstop 0.000210970
20312024-05-06T18:03:00.911Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20322024-05-06T18:03:00.911Z+ ptime -m gzip
20332024-05-06T18:03:00.911Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-afa978a5d172f68d
20342024-05-06T18:03:16.162Z
20352024-05-06T18:03:16.192Zreal 15.280514080
20362024-05-06T18:03:16.192Zuser 15.104851062
20372024-05-06T18:03:16.192Zsys 0.164727689
20382024-05-06T18:03:16.192Ztrap 0.003684240
20392024-05-06T18:03:16.192Ztflt 0.000000000
20402024-05-06T18:03:16.192Zdflt 0.000000000
20412024-05-06T18:03:16.192Zkflt 0.000000000
20422024-05-06T18:03:16.192Zlock 0.000000000
20432024-05-06T18:03:16.192Zslp 0.000000000
20442024-05-06T18:03:16.192Zlat 0.006918051
20452024-05-06T18:03:16.193Zstop 0.000237823
20462024-05-06T18:03:16.193Z+ banner caboose-util
20472024-05-06T18:03:16.193Z
20482024-05-06T18:03:16.193Z #### ## ##### #### #### #### ###### # # #####
20492024-05-06T18:03:16.193Z # # # # # # # # # # # # # # #
20502024-05-06T18:03:16.193Z # # # ##### # # # # #### ##### ##### # # #
20512024-05-06T18:03:16.193Z # ###### # # # # # # # # # # #
20522024-05-06T18:03:16.193Z # # # # # # # # # # # # # # # #
20532024-05-06T18:03:16.193Z #### # # ##### #### #### #### ###### #### #
20542024-05-06T18:03:16.193Z
20552024-05-06T18:03:16.193Z+ ptime -m cargo build --locked -p caboose-util --release
20562024-05-06T18:03:16.828Z Downloading crates ...
20572024-05-06T18:03:16.988Z Downloaded crc v3.0.1
20582024-05-06T18:03:17.015Z Downloaded crc-catalog v2.2.0
20592024-05-06T18:03:17.015Z Downloaded bitfield v0.14.0
20602024-05-06T18:03:17.015Z Downloaded tap v1.0.1
20612024-05-06T18:03:17.015Z Downloaded funty v2.0.0
20622024-05-06T18:03:17.015Z Downloaded array-init v0.0.4
20632024-05-06T18:03:17.015Z Downloaded path-slash v0.1.5
20642024-05-06T18:03:17.015Z Downloaded packed_struct_codegen v0.10.1
20652024-05-06T18:03:17.015Z Downloaded serde-hex v0.1.0
20662024-05-06T18:03:17.015Z Downloaded wyz v0.5.1
20672024-05-06T18:03:17.015Z Downloaded x509-cert v0.2.4
20682024-05-06T18:03:17.042Z Downloaded object v0.30.4
20692024-05-06T18:03:17.042Z Downloaded num-bigint-dig v0.8.4
20702024-05-06T18:03:17.042Z Downloaded bitvec v1.0.1
20712024-05-06T18:03:17.069Z Downloaded rsa v0.9.2
20722024-05-06T18:03:17.069Z Downloaded ron v0.8.1
20732024-05-06T18:03:17.069Z Downloaded crc-any v2.4.3
20742024-05-06T18:03:17.069Z Downloaded smallvec v0.6.14
20752024-05-06T18:03:17.069Z Downloaded radium v0.7.0
20762024-05-06T18:03:17.069Z Downloaded hashbrown v0.13.2
20772024-05-06T18:03:17.094Z Downloaded env_logger v0.10.0
20782024-05-06T18:03:17.094Z Downloaded pkcs1 v0.7.5
20792024-05-06T18:03:17.094Z Downloaded packed_struct v0.10.1
20802024-05-06T18:03:17.094Z Downloaded nodrop v0.1.14
20812024-05-06T18:03:17.095Z Downloaded maybe-uninit v2.0.0
20822024-05-06T18:03:17.204Z Compiling proc-macro2 v1.0.81
20832024-05-06T18:03:17.204Z Compiling unicode-ident v1.0.12
20842024-05-06T18:03:17.204Z Compiling libc v0.2.153
20852024-05-06T18:03:17.231Z Compiling serde v1.0.199
20862024-05-06T18:03:17.232Z Compiling autocfg v1.1.0
20872024-05-06T18:03:17.232Z Compiling version_check v0.9.4
20882024-05-06T18:03:17.232Z Compiling cfg-if v1.0.0
20892024-05-06T18:03:17.368Z Compiling typenum v1.16.0
20902024-05-06T18:03:17.397Z Compiling once_cell v1.19.0
20912024-05-06T18:03:17.625Z Compiling parking_lot_core v0.9.8
20922024-05-06T18:03:17.729Z Compiling memchr v2.7.1
20932024-05-06T18:03:17.777Z Compiling generic-array v0.14.7
20942024-05-06T18:03:17.805Z Compiling byteorder v1.5.0
20952024-05-06T18:03:17.834Z Compiling lock_api v0.4.10
20962024-05-06T18:03:18.057Z Compiling libm v0.2.7
20972024-05-06T18:03:18.152Z Compiling num-traits v0.2.18
20982024-05-06T18:03:18.232Z Compiling ahash v0.8.8
20992024-05-06T18:03:18.340Z Compiling syn v1.0.109
21002024-05-06T18:03:18.425Z Compiling quote v1.0.36
21012024-05-06T18:03:18.459Z Compiling serde_json v1.0.116
21022024-05-06T18:03:18.739Z Compiling syn v2.0.60
21032024-05-06T18:03:18.789Z Compiling cc v1.0.83
21042024-05-06T18:03:18.932Z Compiling getrandom v0.2.12
21052024-05-06T18:03:18.983Z Compiling thiserror v1.0.59
21062024-05-06T18:03:19.016Z Compiling pkg-config v0.3.27
21072024-05-06T18:03:19.449Z Compiling itoa v1.0.9
21082024-05-06T18:03:19.519Z Compiling scopeguard v1.2.0
21092024-05-06T18:03:19.644Z Compiling log v0.4.21
21102024-05-06T18:03:19.823Z Compiling slab v0.4.9
21112024-05-06T18:03:20.090Z Compiling rand_core v0.6.4
21122024-05-06T18:03:20.235Z Compiling smallvec v1.13.1
21132024-05-06T18:03:20.661Z Compiling vcpkg v0.2.15
21142024-05-06T18:03:20.891Z Compiling ryu v1.0.15
21152024-05-06T18:03:21.007Z Compiling const-oid v0.9.6
21162024-05-06T18:03:21.124Z Compiling pin-project-lite v0.2.13
21172024-05-06T18:03:21.464Z Compiling parking_lot v0.12.1
21182024-05-06T18:03:21.671Z Compiling ring v0.17.8
21192024-05-06T18:03:22.033Z Compiling openssl-sys v0.9.102
21202024-05-06T18:03:22.079Z Compiling ucd-trie v0.1.6
21212024-05-06T18:03:22.494Z Compiling signal-hook-registry v1.4.1
21222024-05-06T18:03:22.595Z Compiling subtle v2.5.0
21232024-05-06T18:03:22.878Z Compiling rustix v0.38.31
21242024-05-06T18:03:22.904Z Compiling ring v0.16.20
21252024-05-06T18:03:23.041Z Compiling mio v0.8.11
21262024-05-06T18:03:23.480Z Compiling futures-core v0.3.30
21272024-05-06T18:03:23.684Z Compiling tinyvec_macros v0.1.1
21282024-05-06T18:03:23.727Z Compiling semver v1.0.22
21292024-05-06T18:03:23.772Z Compiling tinyvec v1.6.0
21302024-05-06T18:03:24.494Z Compiling spin v0.5.2
21312024-05-06T18:03:24.926Z Compiling unicode-normalization v0.1.22
21322024-05-06T18:03:25.407Z Compiling num_cpus v1.16.0
21332024-05-06T18:03:25.439Z Compiling socket2 v0.5.6
21342024-05-06T18:03:25.723Z Compiling futures-sink v0.3.30
21352024-05-06T18:03:25.760Z Compiling httparse v1.8.0
21362024-05-06T18:03:26.089Z Compiling allocator-api2 v0.2.16
21372024-05-06T18:03:26.123Z Compiling unicode-xid v0.2.4
21382024-05-06T18:03:26.157Z Compiling openssl v0.10.64
21392024-05-06T18:03:26.255Z Compiling unicode-bidi v0.3.15
21402024-05-06T18:03:26.365Z Compiling synstructure v0.12.6
21412024-05-06T18:03:26.676Z Compiling equivalent v1.0.1
21422024-05-06T18:03:26.732Z Compiling time-core v0.1.2
21432024-05-06T18:03:26.802Z Compiling num-conv v0.1.0
21442024-05-06T18:03:27.048Z Compiling time-macros v0.2.17
21452024-05-06T18:03:27.146Z Compiling futures-channel v0.3.30
21462024-05-06T18:03:27.603Z Compiling rustls v0.21.9
21472024-05-06T18:03:27.634Z Compiling futures-task v0.3.30
21482024-05-06T18:03:27.704Z Compiling futures-io v0.3.30
21492024-05-06T18:03:27.843Z Compiling ppv-lite86 v0.2.17
21502024-05-06T18:03:27.877Z Compiling native-tls v0.2.11
21512024-05-06T18:03:28.147Z Compiling crc32fast v1.3.2
21522024-05-06T18:03:28.496Z Compiling pin-utils v0.1.0
21532024-05-06T18:03:28.583Z Compiling rand_chacha v0.3.1
21542024-05-06T18:03:28.619Z Compiling bzip2-sys v0.1.11+1.0.8
21552024-05-06T18:03:28.963Z Compiling spin v0.9.8
21562024-05-06T18:03:28.992Z Compiling tracing-core v0.1.32
21572024-05-06T18:03:29.025Z Compiling serde_derive v1.0.199
21582024-05-06T18:03:29.025Z Compiling zeroize_derive v1.4.2
21592024-05-06T18:03:29.290Z Compiling zerocopy-derive v0.7.32
21602024-05-06T18:03:29.375Z Compiling thiserror-impl v1.0.59
21612024-05-06T18:03:29.543Z Compiling tokio-macros v2.2.0
21622024-05-06T18:03:29.931Z Compiling futures-macro v0.3.30
21632024-05-06T18:03:30.018Z Compiling tracing-attributes v0.1.27
21642024-05-06T18:03:30.194Z Compiling zeroize v1.7.0
21652024-05-06T18:03:30.744Z Compiling der_derive v0.7.2
21662024-05-06T18:03:30.901Z Compiling zerocopy v0.7.32
21672024-05-06T18:03:31.692Z Compiling pest v2.7.6
21682024-05-06T18:03:31.728Z Compiling crypto-common v0.1.6
21692024-05-06T18:03:31.728Z Compiling block-buffer v0.10.4
21702024-05-06T18:03:31.937Z Compiling digest v0.10.7
21712024-05-06T18:03:32.147Z Compiling zerocopy-derive v0.2.0
21722024-05-06T18:03:32.370Z Compiling openssl-macros v0.1.1
21732024-05-06T18:03:32.867Z Compiling hashbrown v0.14.3
21742024-05-06T18:03:32.908Z Compiling futures-util v0.3.30
21752024-05-06T18:03:32.941Z Compiling base64ct v1.6.0
21762024-05-06T18:03:33.309Z Compiling tracing v0.1.40
21772024-05-06T18:03:33.497Z Compiling pem-rfc7468 v0.7.0
21782024-05-06T18:03:33.576Z Compiling pest_meta v2.7.6
21792024-05-06T18:03:33.723Z Compiling zerocopy-derive v0.6.6
21802024-05-06T18:03:33.856Z Compiling scroll_derive v0.12.0
21812024-05-06T18:03:34.238Z Compiling rand v0.8.5
21822024-05-06T18:03:34.890Z Compiling pest_generator v2.7.6
21832024-05-06T18:03:35.037Z Compiling cookie v0.17.0
21842024-05-06T18:03:35.276Z Compiling usdt-impl v0.3.5
21852024-05-06T18:03:35.308Z Compiling percent-encoding v2.3.1
21862024-05-06T18:03:35.846Z Compiling schemars v0.8.17
21872024-05-06T18:03:35.878Z Compiling flagset v0.4.3
21882024-05-06T18:03:36.099Z Compiling signal-hook v0.3.17
21892024-05-06T18:03:36.169Z Compiling der v0.7.8
21902024-05-06T18:03:36.310Z Compiling serde_derive_internals v0.29.0
21912024-05-06T18:03:36.728Z Compiling pest_derive v2.7.6
21922024-05-06T18:03:37.963Z Compiling errno v0.3.8
21932024-05-06T18:03:38.175Z Compiling fnv v1.0.7
21942024-05-06T18:03:38.200Z Compiling schemars_derive v0.8.17
21952024-05-06T18:03:38.286Z Compiling spki v0.7.2
21962024-05-06T18:03:39.425Z Compiling bytes v1.6.0
21972024-05-06T18:03:39.837Z Compiling bitflags v2.4.2
21982024-05-06T18:03:40.216Z Compiling tokio v1.37.0
21992024-05-06T18:03:40.650Z Compiling indexmap v2.2.6
22002024-05-06T18:03:41.235Z Compiling rustc_version v0.4.0
22012024-05-06T18:03:41.862Z Compiling heapless v0.7.16
22022024-05-06T18:03:41.891Z Compiling http v0.2.12
22032024-05-06T18:03:42.228Z Compiling uuid v1.8.0
22042024-05-06T18:03:42.814Z Compiling zerocopy v0.3.0
22052024-05-06T18:03:43.196Z Compiling lazy_static v1.4.0
22062024-05-06T18:03:43.564Z Compiling backtrace v0.3.69
22072024-05-06T18:03:43.681Z Compiling thread-id v4.2.0
22082024-05-06T18:03:43.782Z Compiling num-bigint v0.4.4
22092024-05-06T18:03:44.334Z Compiling untrusted v0.9.0
22102024-05-06T18:03:44.366Z Compiling powerfmt v0.2.0
22112024-05-06T18:03:44.366Z Compiling iana-time-zone v0.1.57
22122024-05-06T18:03:44.398Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
22132024-05-06T18:03:44.446Z Compiling foreign-types-shared v0.1.1
22142024-05-06T18:03:44.547Z Compiling untrusted v0.7.1
22152024-05-06T18:03:44.945Z Compiling crossbeam-utils v0.8.19
22162024-05-06T18:03:44.978Z Compiling heck v0.5.0
22172024-05-06T18:03:45.334Z Compiling smoltcp v0.9.1
22182024-05-06T18:03:48.936Z Compiling base64 v0.21.7
22192024-05-06T18:03:48.936Z Compiling heck v0.4.1
22202024-05-06T18:03:48.936Z Compiling clap_derive v4.5.4
22212024-05-06T18:03:49.010Z Compiling foreign-types v0.3.2
22222024-05-06T18:03:49.010Z Compiling chrono v0.4.38
22232024-05-06T18:03:49.010Z Compiling deranged v0.3.11
22242024-05-06T18:03:49.010Z Compiling tokio-util v0.7.10
22252024-05-06T18:03:49.011Z Compiling dof v0.1.5
22262024-05-06T18:03:49.011Z Compiling dtrace-parser v0.1.14
22272024-05-06T18:03:49.083Z Compiling form_urlencoded v1.2.1
22282024-05-06T18:03:49.171Z Compiling hmac v0.12.1
22292024-05-06T18:03:49.336Z Compiling num-integer v0.1.46
22302024-05-06T18:03:49.367Z Compiling rustversion v1.0.14
22312024-05-06T18:03:49.493Z Compiling siphasher v0.3.11
22322024-05-06T18:03:49.809Z Compiling anstyle v1.0.6
22332024-05-06T18:03:49.845Z Compiling try-lock v0.2.4
22342024-05-06T18:03:50.126Z Compiling cpufeatures v0.2.12
22352024-05-06T18:03:50.197Z Compiling utf8parse v0.2.1
22362024-05-06T18:03:50.252Z Compiling num_threads v0.1.6
22372024-05-06T18:03:50.281Z Compiling adler v1.0.2
22382024-05-06T18:03:50.343Z Compiling time v0.3.34
22392024-05-06T18:03:50.446Z Compiling miniz_oxide v0.7.1
22402024-05-06T18:03:50.731Z Compiling anstyle-parse v0.2.1
22412024-05-06T18:03:50.867Z Compiling sha2 v0.10.8
22422024-05-06T18:03:51.480Z Compiling want v0.3.1
22432024-05-06T18:03:53.417Z Compiling h2 v0.3.26
22442024-05-06T18:03:53.672Z Compiling rustls-webpki v0.101.7
22452024-05-06T18:03:54.303Z Compiling sct v0.7.0
22462024-05-06T18:03:54.367Z Compiling http-body v0.4.5
22472024-05-06T18:03:54.715Z Compiling serde_tokenstream v0.1.7
22482024-05-06T18:03:54.747Z Compiling pkcs8 v0.10.2
22492024-05-06T18:03:55.057Z Compiling hubpack_derive v0.1.1
22502024-05-06T18:03:55.136Z Compiling async-trait v0.1.80
22512024-05-06T18:03:55.559Z Compiling idna v0.5.0
22522024-05-06T18:03:56.089Z Compiling socket2 v0.4.9
22532024-05-06T18:03:56.164Z Compiling aho-corasick v1.1.2
22542024-05-06T18:03:56.641Z Compiling usdt-impl v0.5.0
22552024-05-06T18:03:56.899Z Compiling radium v0.7.0
22562024-05-06T18:03:56.956Z Compiling slog v2.7.0
22572024-05-06T18:03:57.171Z Compiling anyhow v1.0.82
22582024-05-06T18:03:57.294Z Compiling colorchoice v1.0.0
22592024-05-06T18:03:57.956Z Compiling anstyle-query v1.0.0
22602024-05-06T18:03:57.984Z Compiling regex-syntax v0.8.2
22612024-05-06T18:03:58.068Z Compiling openssl-probe v0.1.5
22622024-05-06T18:03:58.095Z Compiling httpdate v1.0.3
22632024-05-06T18:03:58.668Z Compiling tower-service v0.3.2
22642024-05-06T18:03:58.892Z Compiling hyper v0.14.28
22652024-05-06T18:04:00.210Z Compiling anstream v0.6.11
22662024-05-06T18:04:01.029Z Compiling regex-automata v0.4.5
22672024-05-06T18:04:02.955Z Compiling url v2.5.0
22682024-05-06T18:04:06.193Z Compiling terminal_size v0.3.0
22692024-05-06T18:04:06.386Z Compiling serde_spanned v0.6.5
22702024-05-06T18:04:06.418Z Compiling toml_datetime v0.6.5
22712024-05-06T18:04:06.672Z Compiling zerocopy v0.6.6
22722024-05-06T18:04:06.801Z Compiling scroll v0.12.0
22732024-05-06T18:04:07.263Z Compiling md-5 v0.10.5
22742024-05-06T18:04:07.529Z Compiling idna v0.3.0
22752024-05-06T18:04:07.560Z Compiling stringprep v0.1.3
22762024-05-06T18:04:07.939Z Compiling diesel_table_macro_syntax v0.1.0
22772024-05-06T18:04:08.011Z Compiling hash32 v0.2.1
22782024-05-06T18:04:08.140Z Compiling tap v1.0.1
22792024-05-06T18:04:08.252Z Compiling psl-types v2.0.11
22802024-05-06T18:04:08.292Z Compiling stable_deref_trait v1.2.0
22812024-05-06T18:04:08.330Z Compiling clap_lex v0.7.0
22822024-05-06T18:04:08.355Z Compiling plain v0.2.3
22832024-05-06T18:04:08.387Z Compiling gimli v0.28.0
22842024-05-06T18:04:08.419Z Compiling dyn-clone v1.0.17
22852024-05-06T18:04:08.600Z Compiling maybe-uninit v2.0.0
22862024-05-06T18:04:08.724Z Compiling fallible-iterator v0.2.0
22872024-05-06T18:04:08.928Z Compiling strsim v0.11.0
22882024-05-06T18:04:09.308Z Compiling postgres-protocol v0.6.6
22892024-05-06T18:04:09.333Z Compiling clap_builder v4.5.2
22902024-05-06T18:04:09.835Z Compiling goblin v0.8.0
22912024-05-06T18:04:10.247Z Compiling publicsuffix v2.2.3
22922024-05-06T18:04:10.878Z Compiling wyz v0.5.1
22932024-05-06T18:04:10.907Z Compiling diesel_derives v2.1.2
22942024-05-06T18:04:11.656Z Compiling addr2line v0.21.0
22952024-05-06T18:04:12.174Z Compiling tokio-rustls v0.24.1
22962024-05-06T18:04:12.669Z Compiling strum_macros v0.25.2
22972024-05-06T18:04:14.172Z Compiling tokio-native-tls v0.3.1
22982024-05-06T18:04:14.409Z Compiling usdt-macro v0.3.5
22992024-05-06T18:04:15.465Z Compiling usdt-attr-macro v0.3.5
23002024-05-06T18:04:16.599Z Compiling num-iter v0.1.44
23012024-05-06T18:04:16.779Z Compiling phf_shared v0.11.2
23022024-05-06T18:04:16.828Z Compiling enum-as-inner v0.5.1
23032024-05-06T18:04:17.587Z Compiling block-padding v0.3.3
23042024-05-06T18:04:17.728Z Compiling serde_repr v0.1.16
23052024-05-06T18:04:18.595Z Compiling ff v0.13.0
23062024-05-06T18:04:18.779Z Compiling scheduled-thread-pool v0.2.7
23072024-05-06T18:04:20.415Z Compiling object v0.32.1
23082024-05-06T18:04:20.823Z Compiling pretty-hex v0.4.1
23092024-05-06T18:04:21.372Z Compiling matches v0.1.10
23102024-05-06T18:04:21.422Z Compiling bitflags v1.3.2
23112024-05-06T18:04:21.422Z Compiling bit-vec v0.6.3
23122024-05-06T18:04:21.423Z Compiling base16ct v0.2.0
23132024-05-06T18:04:21.423Z Compiling winnow v0.5.15
23142024-05-06T18:04:21.992Z Compiling funty v2.0.0
23152024-05-06T18:04:23.582Z Compiling managed v0.8.0
23162024-05-06T18:04:23.957Z Compiling ipnet v2.9.0
23172024-05-06T18:04:24.118Z Compiling num-bigint-dig v0.8.4
23182024-05-06T18:04:24.375Z Compiling rustc-demangle v0.1.23
23192024-05-06T18:04:25.080Z Compiling packed_struct v0.10.1
23202024-05-06T18:04:25.420Z Compiling regex-automata v0.1.10
23212024-05-06T18:04:25.785Z Compiling bstr v0.2.17
23222024-05-06T18:04:28.085Z Compiling toml_edit v0.19.15
23232024-05-06T18:04:28.440Z Compiling bitvec v1.0.1
23242024-05-06T18:04:31.251Z Compiling sec1 v0.7.3
23252024-05-06T18:04:31.683Z Compiling idna v0.2.3
23262024-05-06T18:04:31.764Z Compiling dof v0.3.0
23272024-05-06T18:04:32.305Z Compiling r2d2 v0.8.10
23282024-05-06T18:04:32.354Z Compiling group v0.13.0
23292024-05-06T18:04:32.627Z Compiling inout v0.1.3
23302024-05-06T18:04:33.205Z Compiling phf v0.11.2
23312024-05-06T18:04:33.492Z Compiling hyper-tls v0.5.0
23322024-05-06T18:04:33.794Z Compiling clap v4.5.4
23332024-05-06T18:04:33.902Z Compiling cookie_store v0.20.0
23342024-05-06T18:04:34.000Z Compiling signal-hook-mio v0.2.3
23352024-05-06T18:04:34.158Z Compiling hyper-rustls v0.24.2
23362024-05-06T18:04:34.671Z Compiling flate2 v1.0.28
23372024-05-06T18:04:34.965Z Compiling ipnetwork v0.20.0
23382024-05-06T18:04:35.181Z Compiling bzip2 v0.4.4
23392024-05-06T18:04:35.365Z Compiling postgres-types v0.2.6
23402024-05-06T18:04:35.595Z Compiling regex v1.10.4
23412024-05-06T18:04:35.795Z Compiling hubpack v0.1.2
23422024-05-06T18:04:35.873Z Compiling rustls-pemfile v1.0.3
23432024-05-06T18:04:36.142Z Compiling phf_shared v0.10.0
23442024-05-06T18:04:36.175Z Compiling hkdf v0.12.4
23452024-05-06T18:04:36.379Z Compiling serde_urlencoded v0.7.1
23462024-05-06T18:04:36.462Z Compiling futures-executor v0.3.30
23472024-05-06T18:04:36.491Z Compiling dtrace-parser v0.2.0
23482024-05-06T18:04:37.294Z Compiling crypto-bigint v0.5.2
23492024-05-06T18:04:37.372Z Compiling packed_struct_codegen v0.10.1
23502024-05-06T18:04:37.811Z Compiling float-cmp v0.9.0
23512024-05-06T18:04:38.497Z Compiling indexmap v1.9.3
23522024-05-06T18:04:38.734Z Compiling encoding_rs v0.8.33
23532024-05-06T18:04:38.869Z Compiling precomputed-hash v0.1.1
23542024-05-06T18:04:38.971Z Compiling either v1.11.0
23552024-05-06T18:04:39.319Z Compiling fixedbitset v0.4.2
23562024-05-06T18:04:39.376Z Compiling nodrop v0.1.14
23572024-05-06T18:04:40.095Z Compiling crc-catalog v2.2.0
23582024-05-06T18:04:40.121Z Compiling webpki-roots v0.25.2
23592024-05-06T18:04:40.121Z Compiling sync_wrapper v0.1.2
23602024-05-06T18:04:40.121Z Compiling new_debug_unreachable v1.0.4
23612024-05-06T18:04:40.149Z Compiling static_assertions v1.1.0
23622024-05-06T18:04:40.238Z Compiling unicode-segmentation v1.10.1
23632024-05-06T18:04:40.291Z Compiling data-encoding v2.4.0
23642024-05-06T18:04:40.422Z Compiling difflib v0.4.0
23652024-05-06T18:04:40.865Z Compiling whoami v1.5.1
23662024-05-06T18:04:41.320Z Compiling predicates-core v1.0.6
23672024-05-06T18:04:41.438Z Compiling winnow v0.6.1
23682024-05-06T18:04:41.618Z Compiling mime v0.3.17
23692024-05-06T18:04:41.618Z Compiling unicode-width v0.1.11
23702024-05-06T18:04:41.644Z Compiling normalize-line-endings v0.3.0
23712024-05-06T18:04:41.749Z Compiling minimal-lexical v0.2.1
23722024-05-06T18:04:42.149Z Compiling nom v7.1.3
23732024-05-06T18:04:44.269Z Compiling toml_edit v0.22.12
23742024-05-06T18:04:44.987Z Compiling reqwest v0.11.27
23752024-05-06T18:04:45.260Z Compiling console v0.15.8
23762024-05-06T18:04:45.309Z Compiling predicates v3.1.0
23772024-05-06T18:04:46.413Z Compiling tokio-postgres v0.7.10
23782024-05-06T18:04:46.503Z Compiling similar v2.4.0
23792024-05-06T18:04:48.495Z Compiling trust-dns-proto v0.22.0
23802024-05-06T18:04:51.182Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
23812024-05-06T18:04:54.057Z Compiling string_cache v0.8.7
23822024-05-06T18:04:54.410Z Compiling crc v3.0.1
23832024-05-06T18:04:55.002Z Compiling petgraph v0.6.4
23842024-05-06T18:04:55.034Z Compiling array-init v0.0.4
23852024-05-06T18:04:55.637Z Compiling itertools v0.10.5
23862024-05-06T18:04:55.965Z Compiling elliptic-curve v0.13.8
23872024-05-06T18:04:58.500Z Compiling futures v0.3.30
23882024-05-06T18:04:59.613Z Compiling smallvec v0.6.14
23892024-05-06T18:04:59.812Z Compiling zip v0.6.6
23902024-05-06T18:04:59.997Z Compiling diesel v2.1.6
23912024-05-06T18:05:00.837Z Compiling yasna v0.5.2
23922024-05-06T18:05:00.989Z Compiling crossterm v0.27.0
23932024-05-06T18:05:01.047Z Compiling crossbeam-epoch v0.9.18
23942024-05-06T18:05:01.619Z Compiling cipher v0.4.4
23952024-05-06T18:05:02.391Z Compiling toml v0.7.8
23962024-05-06T18:05:03.615Z Compiling bit-set v0.5.3
23972024-05-06T18:05:03.661Z Compiling usdt v0.3.5
23982024-05-06T18:05:04.126Z Compiling bstr v1.9.0
23992024-05-06T18:05:04.723Z Compiling pkcs1 v0.7.5
24002024-05-06T18:05:05.300Z Compiling tokio-stream v0.1.15
24012024-05-06T18:05:05.739Z Compiling is-terminal v0.4.9
24022024-05-06T18:05:05.836Z Compiling openapiv3 v2.0.0
24032024-05-06T18:05:05.869Z Compiling hex v0.4.3
24042024-05-06T18:05:06.566Z Compiling signature v2.1.0
24052024-05-06T18:05:07.939Z Compiling lalrpop-util v0.19.12
24062024-05-06T18:05:08.618Z Compiling hashbrown v0.12.3
24072024-05-06T18:05:08.957Z Compiling peg-runtime v0.8.2
24082024-05-06T18:05:09.236Z Compiling termcolor v1.2.0
24092024-05-06T18:05:09.659Z Compiling base64 v0.22.0
24102024-05-06T18:05:10.214Z Compiling bitfield v0.14.0
24112024-05-06T18:05:10.457Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
24122024-05-06T18:05:11.294Z Compiling env_logger v0.10.0
24132024-05-06T18:05:14.795Z Compiling rsa v0.9.2
24142024-05-06T18:05:20.401Z Compiling serde-hex v0.1.0
24152024-05-06T18:05:21.773Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
24162024-05-06T18:05:27.248Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24172024-05-06T18:05:27.362Z Compiling ron v0.8.1
24182024-05-06T18:05:27.643Z Compiling x509-cert v0.2.4
24192024-05-06T18:05:27.954Z Compiling hashbrown v0.13.2
24202024-05-06T18:05:33.144Z Compiling crc-any v2.4.3
24212024-05-06T18:05:41.744Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
24222024-05-06T18:05:51.601Z Compiling object v0.30.4
24232024-05-06T18:05:52.043Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
24242024-05-06T18:06:02.918Z Compiling path-slash v0.1.5
24252024-05-06T18:06:03.082Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
24262024-05-06T18:06:22.575Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
24272024-05-06T18:06:23.521Z Finished release [optimized] target(s) in 3m 07s
24282024-05-06T18:06:23.598Z
24292024-05-06T18:06:23.598Zreal 3:07.395020684
24302024-05-06T18:06:23.598Zuser 19:55.156024044
24312024-05-06T18:06:23.598Zsys 2:41.075234086
24322024-05-06T18:06:23.642Ztrap 0.678225991
24332024-05-06T18:06:23.642Ztflt 0.788045079
24342024-05-06T18:06:23.642Zdflt 0.313105404
24352024-05-06T18:06:23.642Zkflt 0.000354530
24362024-05-06T18:06:23.642Zlock 44:54.005966521
24372024-05-06T18:06:23.642Zslp 58:56.832946226
24382024-05-06T18:06:23.643Zlat 1:19.263354189
24392024-05-06T18:06:23.643Zstop 1:32.414584223
24402024-05-06T18:06:23.643Z+ ptime -m gzip
24412024-05-06T18:06:23.906Z
24422024-05-06T18:06:23.906Zreal 0.307172665
24432024-05-06T18:06:23.906Zuser 0.303000196
24442024-05-06T18:06:23.906Zsys 0.003626375
24452024-05-06T18:06:23.906Ztrap 0.000033546
24462024-05-06T18:06:23.906Ztflt 0.000000000
24472024-05-06T18:06:23.906Zdflt 0.000000000
24482024-05-06T18:06:23.906Zkflt 0.000000000
24492024-05-06T18:06:23.942Zlock 0.000000000
24502024-05-06T18:06:23.942Zslp 0.000000000
24512024-05-06T18:06:23.942Zlat 0.000171847
24522024-05-06T18:06:23.942Zstop 0.000238395
24532024-05-06T18:06:23.942Z+ banner tufaceous
24542024-05-06T18:06:23.942Z
24552024-05-06T18:06:23.942Z ##### # # ###### ## #### ###### #### # # ####
24562024-05-06T18:06:23.942Z # # # # # # # # # # # # # #
24572024-05-06T18:06:23.942Z # # # ##### # # # ##### # # # # ####
24582024-05-06T18:06:23.942Z # # # # ###### # # # # # # #
24592024-05-06T18:06:23.942Z # # # # # # # # # # # # # # #
24602024-05-06T18:06:23.942Z # #### # # # #### ###### #### #### ####
24612024-05-06T18:06:23.942Z
24622024-05-06T18:06:23.943Z+ ptime -m cargo build --locked -p tufaceous --release
24632024-05-06T18:06:24.589Z Downloading crates ...
24642024-05-06T18:06:24.819Z Downloaded snafu-derive v0.8.2
24652024-05-06T18:06:24.851Z Downloaded async-recursion v1.1.0
24662024-05-06T18:06:24.851Z Downloaded snafu v0.8.2
24672024-05-06T18:06:24.851Z Downloaded parse-size v1.0.0
24682024-05-06T18:06:24.851Z Downloaded serde_plain v1.0.2
24692024-05-06T18:06:24.851Z Downloaded buf-list v1.0.3
24702024-05-06T18:06:24.851Z Downloaded typed-path v0.7.0
24712024-05-06T18:06:24.851Z Downloaded pin-project v1.1.3
24722024-05-06T18:06:24.884Z Downloaded tough v0.17.1
24732024-05-06T18:06:24.885Z Downloaded pin-project-internal v1.1.3
24742024-05-06T18:06:24.885Z Downloaded globset v0.4.13
24752024-05-06T18:06:24.885Z Downloaded olpc-cjson v0.1.3
24762024-05-06T18:06:24.885Z Downloaded fs-err v2.11.0
24772024-05-06T18:06:25.015Z Compiling serde_tokenstream v0.2.0
24782024-05-06T18:06:25.049Z Compiling regress v0.9.1
24792024-05-06T18:06:25.078Z Compiling camino v1.1.6
24802024-05-06T18:06:25.078Z Compiling getopts v0.2.21
24812024-05-06T18:06:25.078Z Compiling rayon-core v1.12.1
24822024-05-06T18:06:25.078Z Compiling unsafe-libyaml v0.2.10
24832024-05-06T18:06:25.106Z Compiling crossbeam-deque v0.8.3
24842024-05-06T18:06:25.136Z Compiling same-file v1.0.6
24852024-05-06T18:06:25.307Z Compiling fastrand v2.0.1
24862024-05-06T18:06:25.375Z Compiling walkdir v2.5.0
24872024-05-06T18:06:25.552Z Compiling blake3 v1.5.0
24882024-05-06T18:06:25.709Z Compiling tempfile v3.10.1
24892024-05-06T18:06:25.877Z Compiling dirs-sys-next v0.1.2
24902024-05-06T18:06:26.023Z Compiling serde_yaml v0.9.25
24912024-05-06T18:06:26.365Z Compiling rayon v1.10.0
24922024-05-06T18:06:26.508Z Compiling filetime v0.2.23
24932024-05-06T18:06:26.558Z Compiling xattr v1.0.1
24942024-05-06T18:06:26.644Z Compiling memmap2 v0.7.1
24952024-05-06T18:06:26.761Z Compiling constant_time_eq v0.3.0
24962024-05-06T18:06:26.796Z Compiling ident_case v1.0.1
24972024-05-06T18:06:26.868Z Compiling arrayref v0.3.7
24982024-05-06T18:06:26.915Z Compiling heck v0.5.0
24992024-05-06T18:06:26.963Z Compiling home v0.5.5
25002024-05-06T18:06:26.992Z Compiling strsim v0.10.0
25012024-05-06T18:06:27.021Z Compiling rustls-pki-types v1.3.0
25022024-05-06T18:06:27.158Z Compiling arrayvec v0.7.4
25032024-05-06T18:06:27.497Z Compiling darling_core v0.20.8
25042024-05-06T18:06:27.525Z Compiling toolchain_find v0.4.0
25052024-05-06T18:06:27.951Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#f7442947)
25062024-05-06T18:06:28.023Z Compiling tar v0.4.40
25072024-05-06T18:06:28.054Z Compiling camino-tempfile v1.1.1
25082024-05-06T18:06:28.570Z Compiling dirs-next v2.0.0
25092024-05-06T18:06:28.788Z Compiling toml v0.8.12
25102024-05-06T18:06:28.974Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
25112024-05-06T18:06:29.334Z Compiling thread_local v1.1.7
25122024-05-06T18:06:29.507Z Compiling slog-async v2.8.0
25132024-05-06T18:06:30.011Z Compiling paste v1.0.14
25142024-05-06T18:06:30.058Z Compiling topological-sort v0.2.2
25152024-05-06T18:06:30.163Z Compiling rustls v0.22.4
25162024-05-06T18:06:30.309Z Compiling rustfmt-wrapper v0.2.1
25172024-05-06T18:06:30.426Z Compiling omicron-zone-package v0.11.0
25182024-05-06T18:06:30.463Z Compiling term v0.7.0
25192024-05-06T18:06:30.807Z Compiling rustls-webpki v0.102.1
25202024-05-06T18:06:32.281Z Compiling darling_macro v0.20.8
25212024-05-06T18:06:32.346Z Compiling crossbeam-channel v0.5.8
25222024-05-06T18:06:33.036Z Compiling structmeta-derive v0.3.0
25232024-05-06T18:06:33.687Z Compiling multer v3.0.0
25242024-05-06T18:06:33.932Z Compiling match_cfg v0.1.0
25252024-05-06T18:06:33.956Z Compiling take_mut v0.2.2
25262024-05-06T18:06:34.031Z Compiling hostname v0.3.1
25272024-05-06T18:06:34.328Z Compiling darling v0.20.8
25282024-05-06T18:06:34.440Z Compiling slog-term v2.9.1
25292024-05-06T18:06:35.107Z Compiling structmeta v0.3.0
25302024-05-06T18:06:35.409Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25312024-05-06T18:06:35.436Z Compiling slog-json v2.6.1
25322024-05-06T18:06:35.721Z Compiling http v1.0.0
25332024-05-06T18:06:35.746Z Compiling pin-project-internal v1.1.3
25342024-05-06T18:06:35.871Z Compiling async-stream-impl v0.3.5
25352024-05-06T18:06:36.559Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#f7442947)
25362024-05-06T18:06:36.701Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
25372024-05-06T18:06:36.922Z Compiling atomic-waker v1.1.1
25382024-05-06T18:06:36.985Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
25392024-05-06T18:06:37.114Z Compiling waitgroup v0.1.2
25402024-05-06T18:06:37.426Z Compiling async-stream v0.3.5
25412024-05-06T18:06:37.715Z Compiling slog-bunyan v2.5.0
25422024-05-06T18:06:37.915Z Compiling pin-project v1.1.3
25432024-05-06T18:06:37.952Z Compiling tokio-rustls v0.25.0
25442024-05-06T18:06:38.137Z Compiling parse-display-derive v0.9.0
25452024-05-06T18:06:38.381Z Compiling serde_with_macros v3.7.0
25462024-05-06T18:06:39.538Z Compiling rustls-pemfile v2.1.2
25472024-05-06T18:06:39.672Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
25482024-05-06T18:06:40.011Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#f7442947)
25492024-05-06T18:06:40.538Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
25502024-05-06T18:06:40.574Z Compiling sha1 v0.10.6
25512024-05-06T18:06:41.206Z Compiling strum_macros v0.26.1
25522024-05-06T18:06:41.295Z Compiling newtype-uuid v1.1.0
25532024-05-06T18:06:41.331Z Compiling snafu-derive v0.8.2
25542024-05-06T18:06:41.583Z Compiling serde_path_to_error v0.1.16
25552024-05-06T18:06:42.432Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25562024-05-06T18:06:43.024Z Compiling fs-err v2.11.0
25572024-05-06T18:06:43.273Z Compiling instant v0.1.12
25582024-05-06T18:06:43.414Z Compiling arc-swap v1.6.0
25592024-05-06T18:06:44.026Z Compiling debug-ignore v1.0.5
25602024-05-06T18:06:44.151Z Compiling buf-list v1.0.3
25612024-05-06T18:06:44.715Z Compiling strum v0.26.2
25622024-05-06T18:06:44.948Z Compiling slog-scope v4.4.0
25632024-05-06T18:06:45.136Z Compiling snafu v0.8.2
25642024-05-06T18:06:45.278Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
25652024-05-06T18:06:45.715Z Compiling backoff v0.4.0
25662024-05-06T18:06:46.106Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25672024-05-06T18:06:46.164Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25682024-05-06T18:06:46.207Z Compiling parse-display v0.9.0
25692024-05-06T18:06:46.290Z Compiling serde_with v3.7.0
25702024-05-06T18:06:46.576Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25712024-05-06T18:06:47.213Z Compiling globset v0.4.13
25722024-05-06T18:06:47.777Z Compiling pem v3.0.4
25732024-05-06T18:06:48.999Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
25742024-05-06T18:06:49.156Z Compiling olpc-cjson v0.1.3
25752024-05-06T18:06:49.428Z Compiling macaddr v1.0.1
25762024-05-06T18:06:49.605Z Compiling serde_plain v1.0.2
25772024-05-06T18:06:49.952Z Compiling async-recursion v1.1.0
25782024-05-06T18:06:50.573Z Compiling typed-path v0.7.0
25792024-05-06T18:06:53.851Z Compiling tough v0.17.1
25802024-05-06T18:06:55.884Z Compiling slog-stdlog v4.1.1
25812024-05-06T18:06:57.011Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
25822024-05-06T18:06:57.208Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
25832024-05-06T18:06:57.381Z Compiling itertools v0.12.1
25842024-05-06T18:06:59.289Z Compiling parse-size v1.0.0
25852024-05-06T18:06:59.533Z Compiling slog-envlogger v2.2.0
25862024-05-06T18:07:00.282Z Compiling humantime v2.1.0
25872024-05-06T18:07:15.139Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25882024-05-06T18:07:23.348Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
25892024-05-06T18:07:25.399Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
25902024-05-06T18:07:44.026Z Finished release [optimized] target(s) in 1m 20s
25912024-05-06T18:07:44.108Z
25922024-05-06T18:07:44.108Zreal 1:20.170514692
25932024-05-06T18:07:44.108Zuser 7:45.969893542
25942024-05-06T18:07:44.108Zsys 46.568990331
25952024-05-06T18:07:44.109Ztrap 0.210106838
25962024-05-06T18:07:44.109Ztflt 0.247598621
25972024-05-06T18:07:44.109Zdflt 0.737567564
25982024-05-06T18:07:44.109Zkflt 0.000305177
25992024-05-06T18:07:44.109Zlock 15:55.073224772
26002024-05-06T18:07:44.109Zslp 17:27.130132126
26012024-05-06T18:07:44.109Zlat 21.494272077
26022024-05-06T18:07:44.139Zstop 19.561213079
26032024-05-06T18:07:44.139Z+ ptime -m gzip
26042024-05-06T18:07:45.618Z
26052024-05-06T18:07:45.618Zreal 1.497890599
26062024-05-06T18:07:45.618Zuser 1.487676993
26072024-05-06T18:07:45.618Zsys 0.009498315
26082024-05-06T18:07:45.618Ztrap 0.000150650
26092024-05-06T18:07:45.618Ztflt 0.000000000
26102024-05-06T18:07:45.618Zdflt 0.000000000
26112024-05-06T18:07:45.618Zkflt 0.000000000
26122024-05-06T18:07:45.618Zlock 0.000000000
26132024-05-06T18:07:45.618Zslp 0.000000000
26142024-05-06T18:07:45.653Zlat 0.000196175
26152024-05-06T18:07:45.653Zstop 0.000264897
26162024-05-06T18:07:45.653Z+ banner permission-slip
26172024-05-06T18:07:45.653Z
26182024-05-06T18:07:45.653Z ##### ###### ##### # # # #### #### # #### # #
26192024-05-06T18:07:45.653Z # # # # # ## ## # # # # # # ## #
26202024-05-06T18:07:45.653Z # # ##### # # # ## # # #### #### # # # # # #
26212024-05-06T18:07:45.653Z ##### # ##### # # # # # # # # # # #
26222024-05-06T18:07:45.653Z # # # # # # # # # # # # # # # ##
26232024-05-06T18:07:45.653Z # ###### # # # # # #### #### # #### # #
26242024-05-06T18:07:45.653Z
26252024-05-06T18:07:45.653Z+ source ./tools/permslip_commit
26262024-05-06T18:07:45.654Z++ COMMIT=5d44e0065f90051a28881c75e3574142ada9b695
26272024-05-06T18:07:45.654Z+ git init /work/permission-slip-build
26282024-05-06T18:07:45.654Zhint: Using 'master' as the name for the initial branch. This default branch name
26292024-05-06T18:07:45.654Zhint: is subject to change. To configure the initial branch name to use in all
26302024-05-06T18:07:45.654Zhint: of your new repositories, which will suppress this warning, call:
26312024-05-06T18:07:45.654Zhint:
26322024-05-06T18:07:45.654Zhint: git config --global init.defaultBranch <name>
26332024-05-06T18:07:45.654Zhint:
26342024-05-06T18:07:45.654Zhint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
26352024-05-06T18:07:45.654Zhint: 'development'. The just-created branch can be renamed via this command:
26362024-05-06T18:07:45.654Zhint:
26372024-05-06T18:07:45.654Zhint: git branch -m <name>
26382024-05-06T18:07:45.654ZInitialized empty Git repository in /work/permission-slip-build/.git/
26392024-05-06T18:07:45.654Z+ pushd /work/permission-slip-build
26402024-05-06T18:07:45.654Z/work/permission-slip-build /work/oxidecomputer/omicron
26412024-05-06T18:07:45.654Z+ git remote add origin https://github.com/oxidecomputer/permission-slip.git
26422024-05-06T18:07:45.654Z+ ptime -m git fetch --depth 1 origin 5d44e0065f90051a28881c75e3574142ada9b695
26432024-05-06T18:07:46.600ZFrom https://github.com/oxidecomputer/permission-slip
26442024-05-06T18:07:46.600Z * branch 5d44e0065f90051a28881c75e3574142ada9b695 -> FETCH_HEAD
26452024-05-06T18:07:46.634Z
26462024-05-06T18:07:46.634Zreal 0.966379049
26472024-05-06T18:07:46.634Zuser 0.070764322
26482024-05-06T18:07:46.634Zsys 0.041182067
26492024-05-06T18:07:46.634Ztrap 0.000015579
26502024-05-06T18:07:46.634Ztflt 0.000000000
26512024-05-06T18:07:46.634Zdflt 0.000000000
26522024-05-06T18:07:46.634Zkflt 0.000000000
26532024-05-06T18:07:46.634Zlock 0.000063334
26542024-05-06T18:07:46.634Zslp 2.999974988
26552024-05-06T18:07:46.635Zlat 0.004100655
26562024-05-06T18:07:46.635Zstop 0.000677211
26572024-05-06T18:07:46.635Z+ git checkout FETCH_HEAD
26582024-05-06T18:07:46.635ZNote: switching to 'FETCH_HEAD'.
26592024-05-06T18:07:46.635Z
26602024-05-06T18:07:46.635ZYou are in 'detached HEAD' state. You can look around, make experimental
26612024-05-06T18:07:46.635Zchanges and commit them, and you can discard any commits you make in this
26622024-05-06T18:07:46.635Zstate without impacting any branches by switching back to a branch.
26632024-05-06T18:07:46.635Z
26642024-05-06T18:07:46.635ZIf you want to create a new branch to retain commits you create, you may
26652024-05-06T18:07:46.635Zdo so (now or later) by using -c with the switch command. Example:
26662024-05-06T18:07:46.635Z
26672024-05-06T18:07:46.635Z git switch -c <new-branch-name>
26682024-05-06T18:07:46.635Z
26692024-05-06T18:07:46.635ZOr undo this operation with:
26702024-05-06T18:07:46.635Z
26712024-05-06T18:07:46.635Z git switch -
26722024-05-06T18:07:46.635Z
26732024-05-06T18:07:46.635ZTurn off this advice by setting config variable advice.detachedHead to false
26742024-05-06T18:07:46.635Z
26752024-05-06T18:07:46.635ZHEAD is now at 5d44e00 Ensure SSH tables exist in the database
26762024-05-06T18:07:46.635Z+ ptime -m cargo build --locked -p permission-slip-client --release
26772024-05-06T18:07:46.635Zinfo: syncing channel updates for '1.74-x86_64-unknown-illumos'
26782024-05-06T18:07:46.861Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
26792024-05-06T18:07:46.861Zinfo: downloading component 'cargo'
26802024-05-06T18:07:47.245Zinfo: downloading component 'clippy'
26812024-05-06T18:07:47.349Zinfo: downloading component 'rust-docs'
26822024-05-06T18:07:47.821Zinfo: downloading component 'rust-std'
26832024-05-06T18:07:48.462Zinfo: downloading component 'rustc'
26842024-05-06T18:07:50.465Zinfo: downloading component 'rustfmt'
26852024-05-06T18:07:50.984Zinfo: installing component 'cargo'
26862024-05-06T18:07:51.613Zinfo: installing component 'clippy'
26872024-05-06T18:07:52.006Zinfo: installing component 'rust-docs'
26882024-05-06T18:07:54.464Zinfo: installing component 'rust-std'
26892024-05-06T18:07:56.240Zinfo: installing component 'rustc'
26902024-05-06T18:08:01.006Zinfo: installing component 'rustfmt'
26912024-05-06T18:08:01.634Z Updating crates.io index
26922024-05-06T18:08:01.826Z Updating git repository `https://github.com/oxidecomputer/sshauth`
26932024-05-06T18:08:02.729ZFrom https://github.com/oxidecomputer/sshauth
26942024-05-06T18:08:02.730Z * [new branch] dependabot/cargo/mio-0.8.11 -> origin/dependabot/cargo/mio-0.8.11
26952024-05-06T18:08:02.762Z * [new branch] main -> origin/main
26962024-05-06T18:08:02.762Z * [new branch] paranoia -> origin/paranoia
26972024-05-06T18:08:02.762Z * [new branch] readme -> origin/readme
26982024-05-06T18:08:02.763Z * [new ref] -> origin/HEAD
26992024-05-06T18:08:02.763Z Updating git repository `https://github.com/oxidecomputer/dropshot`
27002024-05-06T18:08:03.924ZFrom https://github.com/oxidecomputer/dropshot
27012024-05-06T18:08:03.924Z * [new branch] archive/pr-14-before-force-push -> origin/archive/pr-14-before-force-push
27022024-05-06T18:08:03.924Z * [new branch] async -> origin/async
27032024-05-06T18:08:03.982Z * [new branch] build-o-mat -> origin/build-o-mat
27042024-05-06T18:08:03.982Z * [new branch] camel -> origin/camel
27052024-05-06T18:08:03.982Z * [new branch] carets -> origin/carets
27062024-05-06T18:08:03.982Z * [new branch] changes -> origin/changes
27072024-05-06T18:08:03.982Z * [new branch] ci-version -> origin/ci-version
27082024-05-06T18:08:03.982Z * [new branch] cleanup-tweak -> origin/cleanup-tweak
27092024-05-06T18:08:03.982Z * [new branch] clippy -> origin/clippy
27102024-05-06T18:08:03.982Z * [new branch] clippy-enforcement -> origin/clippy-enforcement
27112024-05-06T18:08:03.982Z * [new branch] clone -> origin/clone
27122024-05-06T18:08:03.982Z * [new branch] dependabot/cargo/http-1.0.0 -> origin/dependabot/cargo/http-1.0.0
27132024-05-06T18:08:03.982Z * [new branch] dependabot/cargo/hyper-1.3.1 -> origin/dependabot/cargo/hyper-1.3.1
27142024-05-06T18:08:03.982Z * [new branch] dependabot/cargo/hyper-rustls-0.26.0 -> origin/dependabot/cargo/hyper-rustls-0.26.0
27152024-05-06T18:08:03.982Z * [new branch] dependabot/cargo/hyper-staticfile-0.10.0 -> origin/dependabot/cargo/hyper-staticfile-0.10.0
27162024-05-06T18:08:03.982Z * [new branch] doc -> origin/doc
27172024-05-06T18:08:03.982Z * [new branch] err -> origin/err
27182024-05-06T18:08:03.982Z * [new branch] example-resumable-download -> origin/example-resumable-download
27192024-05-06T18:08:03.982Z * [new branch] expectorate -> origin/expectorate
27202024-05-06T18:08:03.982Z * [new branch] extracted -> origin/extracted
27212024-05-06T18:08:03.982Z * [new branch] fix_tests -> origin/fix_tests
27222024-05-06T18:08:03.983Z * [new branch] fmt2 -> origin/fmt2
27232024-05-06T18:08:03.983Z * [new branch] infinite_type_resolve -> origin/infinite_type_resolve
27242024-05-06T18:08:03.983Z * [new branch] kulakowski/tls -> origin/kulakowski/tls
27252024-05-06T18:08:03.983Z * [new branch] main -> origin/main
27262024-05-06T18:08:03.983Z * [new branch] maintainer-docs -> origin/maintainer-docs
27272024-05-06T18:08:03.983Z * [new branch] merge-server-config -> origin/merge-server-config
27282024-05-06T18:08:03.983Z * [new branch] multi-api -> origin/multi-api
27292024-05-06T18:08:03.983Z * [new branch] multiverse -> origin/multiverse
27302024-05-06T18:08:03.983Z * [new branch] openapi -> origin/openapi
27312024-05-06T18:08:03.983Z * [new branch] openapi-trailing-newline -> origin/openapi-trailing-newline
27322024-05-06T18:08:03.983Z * [new branch] openapi2 -> origin/openapi2
27332024-05-06T18:08:03.983Z * [new branch] port-fix-better -> origin/port-fix-better
27342024-05-06T18:08:03.983Z * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest
27352024-05-06T18:08:03.983Z * [new branch] renovate/rust-1.x -> origin/renovate/rust-1.x
27362024-05-06T18:08:03.983Z * [new branch] rmp-page-token -> origin/rmp-page-token
27372024-05-06T18:08:03.983Z * [new branch] rustfmt-m1 -> origin/rustfmt-m1
27382024-05-06T18:08:03.983Z * [new branch] rustfmt-test-stable-only -> origin/rustfmt-test-stable-only
27392024-05-06T18:08:03.983Z * [new branch] rustfmt-test-unstable-options -> origin/rustfmt-test-unstable-options
27402024-05-06T18:08:03.983Z * [new branch] server-log -> origin/server-log
27412024-05-06T18:08:03.983Z * [new branch] simple-headers -> origin/simple-headers
27422024-05-06T18:08:03.984Z * [new branch] sunshowers/spr/add-a-new-chunkedbody-extractor -> origin/sunshowers/spr/add-a-new-chunkedbody-extractor
27432024-05-06T18:08:03.984Z * [new branch] sunshowers/spr/add-a-test-to-ensure-that-chunked-encoding-obeys-request-size-limits -> origin/sunshowers/spr/add-a-test-to-ensure-that-chunked-encoding-obeys-request-size-limits
27442024-05-06T18:08:03.984Z * [new branch] sunshowers/spr/add-support-for-setting-a-larger-request-body-for-some-endpoints -> origin/sunshowers/spr/add-support-for-setting-a-larger-request-body-for-some-endpoints
27452024-05-06T18:08:03.984Z * [new branch] sunshowers/spr/draft-straw-proposal-to-remove-the-request-from-requestcontext -> origin/sunshowers/spr/draft-straw-proposal-to-remove-the-request-from-requestcontext
27462024-05-06T18:08:03.984Z * [new branch] sunshowers/spr/main.add-a-test-to-ensure-that-chunked-encoding-obeys-request-size-limits -> origin/sunshowers/spr/main.add-a-test-to-ensure-that-chunked-encoding-obeys-request-size-limits
27472024-05-06T18:08:03.984Z * [new branch] sunshowers/spr/main.add-support-for-setting-a-larger-request-body-for-some-endpoints -> origin/sunshowers/spr/main.add-support-for-setting-a-larger-request-body-for-some-endpoints
27482024-05-06T18:08:03.984Z * [new branch] sunshowers/spr/main.make-untypedbody-be-able-to-extract-to-a-buflist -> origin/sunshowers/spr/main.make-untypedbody-be-able-to-extract-to-a-buflist
27492024-05-06T18:08:03.984Z * [new branch] sunshowers/spr/wip-prototype-for-trait-based-dropshot-servers -> origin/sunshowers/spr/wip-prototype-for-trait-based-dropshot-servers
27502024-05-06T18:08:03.984Z * [new branch] test-skip-deserialize -> origin/test-skip-deserialize
27512024-05-06T18:08:03.984Z * [new branch] update-usdt-dep -> origin/update-usdt-dep
27522024-05-06T18:08:03.984Z * [new branch] urlencoded_typedbody -> origin/urlencoded_typedbody
27532024-05-06T18:08:03.984Z * [new branch] websockets -> origin/websockets
27542024-05-06T18:08:03.984Z * [new branch] x-forwarded-for -> origin/x-forwarded-for
27552024-05-06T18:08:03.984Z * [new branch] x-forwarded-for-OLD -> origin/x-forwarded-for-OLD
27562024-05-06T18:08:03.984Z * [new ref] -> origin/HEAD
27572024-05-06T18:08:03.985Z * [new tag] v0.10.0 -> v0.10.0
27582024-05-06T18:08:03.985Z * [new tag] v0.3.0 -> v0.3.0
27592024-05-06T18:08:03.985Z * [new tag] v0.4.0 -> v0.4.0
27602024-05-06T18:08:03.985Z * [new tag] v0.5.0 -> v0.5.0
27612024-05-06T18:08:03.985Z * [new tag] v0.5.1 -> v0.5.1
27622024-05-06T18:08:03.985Z * [new tag] v0.6.0 -> v0.6.0
27632024-05-06T18:08:03.985Z * [new tag] v0.7.0 -> v0.7.0
27642024-05-06T18:08:03.985Z * [new tag] v0.8.0 -> v0.8.0
27652024-05-06T18:08:03.985Z * [new tag] v0.9.0 -> v0.9.0
27662024-05-06T18:08:04.430Z Updating git repository `https://github.com/oxidecomputer/hubtools`
27672024-05-06T18:08:04.560ZFrom https://github.com/oxidecomputer/hubtools
27682024-05-06T18:08:04.560Z * [new branch] add-cargo-lock -> origin/add-cargo-lock
27692024-05-06T18:08:04.560Z * [new branch] add-default-caboose -> origin/add-default-caboose
27702024-05-06T18:08:04.584Z * [new branch] add_sign -> origin/add_sign
27712024-05-06T18:08:04.585Z * [new branch] bootleby_archive -> origin/bootleby_archive
27722024-05-06T18:08:04.585Z * [new branch] caboose_sign -> origin/caboose_sign
27732024-05-06T18:08:04.585Z * [new branch] epoch -> origin/epoch
27742024-05-06T18:08:04.585Z * [new branch] extract-image -> origin/extract-image
27752024-05-06T18:08:04.585Z * [new branch] fixes -> origin/fixes
27762024-05-06T18:08:04.585Z * [new branch] humility_fixes -> origin/humility_fixes
27772024-05-06T18:08:04.585Z * [new branch] main -> origin/main
27782024-05-06T18:08:04.585Z * [new branch] overwrite_in_memory -> origin/overwrite_in_memory
27792024-05-06T18:08:04.585Z * [new branch] sig_txt -> origin/sig_txt
27802024-05-06T18:08:04.585Z * [new branch] sign_caboose_builder -> origin/sign_caboose_builder
27812024-05-06T18:08:04.585Z * [new branch] verify_rot -> origin/verify_rot
27822024-05-06T18:08:04.585Z * [new ref] -> origin/HEAD
27832024-05-06T18:08:05.262Z Downloading crates ...
27842024-05-06T18:08:05.408Z Downloaded bitflags v2.5.0
27852024-05-06T18:08:05.445Z Downloaded block-buffer v0.9.0
27862024-05-06T18:08:05.446Z Downloaded clap-num v1.1.1
27872024-05-06T18:08:05.446Z Downloaded quote v1.0.35
27882024-05-06T18:08:05.446Z Downloaded platforms v3.4.0
27892024-05-06T18:08:05.446Z Downloaded sha2 v0.9.9
27902024-05-06T18:08:05.482Z Downloaded typify-macro v0.0.16
27912024-05-06T18:08:05.482Z Downloaded xdg v2.5.2
27922024-05-06T18:08:05.482Z Downloaded unsafe-libyaml v0.2.11
27932024-05-06T18:08:05.482Z Downloaded x509-cert v0.2.5
27942024-05-06T18:08:05.511Z Downloaded unicode-normalization v0.1.23
27952024-05-06T18:08:05.511Z Downloaded ssh-key v0.6.5
27962024-05-06T18:08:05.512Z Downloaded webpki-roots v0.25.4
27972024-05-06T18:08:05.512Z Downloaded typify-impl v0.0.16
27982024-05-06T18:08:05.539Z Downloaded tokio v1.36.0
27992024-05-06T18:08:05.578Z Downloaded regex-automata v0.4.6
28002024-05-06T18:08:05.604Z Downloaded curve25519-dalek v3.2.0
28012024-05-06T18:08:05.631Z Downloaded syn v2.0.55
28022024-05-06T18:08:05.631Z Downloaded rustix v0.38.32
28032024-05-06T18:08:05.657Z Downloaded regress v0.8.0
28042024-05-06T18:08:05.657Z Downloaded regex-syntax v0.8.3
28052024-05-06T18:08:05.684Z Downloaded ssh-encoding v0.2.0
28062024-05-06T18:08:05.684Z Downloaded rustls v0.21.10
28072024-05-06T18:08:05.684Z Downloaded h2 v0.3.25
28082024-05-06T18:08:05.684Z Downloaded serde_json v1.0.115
28092024-05-06T18:08:05.713Z Downloaded serde v1.0.197
28102024-05-06T18:08:05.713Z Downloaded p384 v0.13.0
28112024-05-06T18:08:05.713Z Downloaded serde_yaml v0.9.34+deprecated
28122024-05-06T18:08:05.713Z Downloaded ed25519-dalek v2.1.1
28132024-05-06T18:08:05.713Z Downloaded chrono v0.4.37
28142024-05-06T18:08:05.748Z Downloaded typenum v1.17.0
28152024-05-06T18:08:05.748Z Downloaded thiserror v1.0.58
28162024-05-06T18:08:05.748Z Downloaded termcolor v1.4.1
28172024-05-06T18:08:05.749Z Downloaded serde_derive v1.0.197
28182024-05-06T18:08:05.749Z Downloaded schemars v0.8.16
28192024-05-06T18:08:05.783Z Downloaded ryu v1.0.17
28202024-05-06T18:08:05.783Z Downloaded lock_api v0.4.11
28212024-05-06T18:08:05.783Z Downloaded libm v0.2.8
28222024-05-06T18:08:05.783Z Downloaded tls_codec_derive v0.4.1
28232024-05-06T18:08:05.784Z Downloaded tls_codec v0.4.1
28242024-05-06T18:08:05.784Z Downloaded ssh-cipher v0.2.0
28252024-05-06T18:08:05.784Z Downloaded signature v2.2.0
28262024-05-06T18:08:05.784Z Downloaded signature v1.6.4
28272024-05-06T18:08:05.785Z Downloaded serde_derive_internals v0.26.0
28282024-05-06T18:08:05.785Z Downloaded schemars_derive v0.8.16
28292024-05-06T18:08:05.785Z Downloaded rsa v0.9.6
28302024-05-06T18:08:05.785Z Downloaded oauth2 v4.4.2
28312024-05-06T18:08:05.785Z Downloaded typify v0.0.16
28322024-05-06T18:08:05.824Z Downloaded try-lock v0.2.5
28332024-05-06T18:08:05.824Z Downloaded thiserror-impl v1.0.58
28342024-05-06T18:08:05.824Z Downloaded spki v0.7.3
28352024-05-06T18:08:05.825Z Downloaded smallvec v1.13.2
28362024-05-06T18:08:05.825Z Downloaded sct v0.7.1
28372024-05-06T18:08:05.825Z Downloaded pkg-config v0.3.30
28382024-05-06T18:08:05.825Z Downloaded openssl-sys v0.9.101
28392024-05-06T18:08:05.825Z Downloaded opaque-debug v0.3.1
28402024-05-06T18:08:05.825Z Downloaded is-terminal v0.4.12
28412024-05-06T18:08:05.825Z Downloaded heapless v0.7.17
28422024-05-06T18:08:05.825Z Downloaded rustls-pemfile v1.0.4
28432024-05-06T18:08:05.825Z Downloaded proc-macro2 v1.0.79
28442024-05-06T18:08:05.825Z Downloaded parking_lot_core v0.9.9
28452024-05-06T18:08:05.826Z Downloaded iana-time-zone v0.1.60
28462024-05-06T18:08:05.866Z Downloaded flagset v0.4.5
28472024-05-06T18:08:05.867Z Downloaded env_logger v0.10.2
28482024-05-06T18:08:05.867Z Downloaded crypto-bigint v0.5.5
28492024-05-06T18:08:05.867Z Downloaded itoa v1.0.11
28502024-05-06T18:08:05.867Z Downloaded http-body v0.4.6
28512024-05-06T18:08:05.867Z Downloaded ed25519-dalek v1.0.1
28522024-05-06T18:08:05.867Z Downloaded ed25519 v2.2.3
28532024-05-06T18:08:05.867Z Downloaded ed25519 v1.5.3
28542024-05-06T18:08:05.867Z Downloaded digest v0.9.0
28552024-05-06T18:08:05.867Z Downloaded curve25519-dalek-derive v0.1.1
28562024-05-06T18:08:05.867Z Downloaded crc-any v2.4.4
28572024-05-06T18:08:05.867Z Downloaded cc v1.0.90
28582024-05-06T18:08:05.867Z Downloaded blake3 v1.5.1
28592024-05-06T18:08:05.868Z Downloaded bincode v1.3.3
28602024-05-06T18:08:05.868Z Downloaded aho-corasick v1.1.3
28612024-05-06T18:08:05.910Z Downloaded autocfg v1.2.0
28622024-05-06T18:08:05.910Z Downloaded anyhow v1.0.81
28632024-05-06T18:08:05.911Z Downloaded anstyle-query v1.0.2
28642024-05-06T18:08:05.911Z Downloaded anstyle-parse v0.2.3
28652024-05-06T18:08:05.911Z Downloaded anstream v0.6.13
28662024-05-06T18:08:05.911Z Downloaded ahash v0.8.11
28672024-05-06T18:08:06.004Z Compiling proc-macro2 v1.0.79
28682024-05-06T18:08:06.004Z Compiling unicode-ident v1.0.12
28692024-05-06T18:08:06.004Z Compiling version_check v0.9.4
28702024-05-06T18:08:06.004Z Compiling cfg-if v1.0.0
28712024-05-06T18:08:06.034Z Compiling libc v0.2.153
28722024-05-06T18:08:06.034Z Compiling autocfg v1.2.0
28732024-05-06T18:08:06.034Z Compiling typenum v1.17.0
28742024-05-06T18:08:06.034Z Compiling serde v1.0.197
28752024-05-06T18:08:06.139Z Compiling cc v1.0.90
28762024-05-06T18:08:06.614Z Compiling const-oid v0.9.6
28772024-05-06T18:08:06.652Z Compiling subtle v2.5.0
28782024-05-06T18:08:06.652Z Compiling generic-array v0.14.7
28792024-05-06T18:08:06.713Z Compiling ahash v0.8.11
28802024-05-06T18:08:06.912Z Compiling lock_api v0.4.11
28812024-05-06T18:08:07.006Z Compiling once_cell v1.19.0
28822024-05-06T18:08:07.484Z Compiling scopeguard v1.2.0
28832024-05-06T18:08:07.510Z Compiling serde_json v1.0.115
28842024-05-06T18:08:07.511Z Compiling quote v1.0.35
28852024-05-06T18:08:07.563Z Compiling syn v1.0.109
28862024-05-06T18:08:07.845Z Compiling syn v2.0.55
28872024-05-06T18:08:07.877Z Compiling getrandom v0.2.12
28882024-05-06T18:08:07.902Z Compiling smallvec v1.13.2
28892024-05-06T18:08:07.930Z Compiling itoa v1.0.11
28902024-05-06T18:08:08.127Z Compiling rand_core v0.6.4
28912024-05-06T18:08:08.266Z Compiling base64ct v1.6.0
28922024-05-06T18:08:08.338Z Compiling memchr v2.7.1
28932024-05-06T18:08:08.583Z Compiling pin-project-lite v0.2.13
28942024-05-06T18:08:08.675Z Compiling bytes v1.6.0
28952024-05-06T18:08:08.703Z Compiling parking_lot_core v0.9.9
28962024-05-06T18:08:08.761Z Compiling libm v0.2.8
28972024-05-06T18:08:08.896Z Compiling pem-rfc7468 v0.7.0
28982024-05-06T18:08:09.084Z Compiling zerocopy v0.7.32
28992024-05-06T18:08:09.261Z Compiling num-traits v0.2.18
29002024-05-06T18:08:09.291Z Compiling log v0.4.21
29012024-05-06T18:08:09.642Z Compiling thiserror v1.0.58
29022024-05-06T18:08:09.891Z Compiling allocator-api2 v0.2.16
29032024-05-06T18:08:10.642Z Compiling hashbrown v0.14.3
29042024-05-06T18:08:11.020Z Compiling bitflags v2.5.0
29052024-05-06T18:08:11.249Z Compiling flagset v0.4.5
29062024-05-06T18:08:11.466Z Compiling parking_lot v0.12.1
29072024-05-06T18:08:11.536Z Compiling spin v0.9.8
29082024-05-06T18:08:11.835Z Compiling socket2 v0.5.6
29092024-05-06T18:08:11.892Z Compiling num_cpus v1.16.0
29102024-05-06T18:08:11.958Z Compiling mio v0.8.11
29112024-05-06T18:08:12.034Z Compiling signal-hook-registry v1.4.1
29122024-05-06T18:08:12.582Z Compiling vcpkg v0.2.15
29132024-05-06T18:08:13.498Z Compiling cpufeatures v0.2.12
29142024-05-06T18:08:13.544Z Compiling semver v1.0.22
29152024-05-06T18:08:13.589Z Compiling schemars v0.8.16
29162024-05-06T18:08:13.618Z Compiling pkg-config v0.3.30
29172024-05-06T18:08:13.873Z Compiling serde_derive_internals v0.26.0
29182024-05-06T18:08:13.952Z Compiling ring v0.17.8
29192024-05-06T18:08:14.105Z Compiling ryu v1.0.17
29202024-05-06T18:08:14.680Z Compiling openssl-sys v0.9.101
29212024-05-06T18:08:15.491Z Compiling slab v0.4.9
29222024-05-06T18:08:15.563Z Compiling equivalent v1.0.1
29232024-05-06T18:08:15.621Z Compiling fnv v1.0.7
29242024-05-06T18:08:15.743Z Compiling futures-core v0.3.30
29252024-05-06T18:08:15.774Z Compiling http v0.2.12
29262024-05-06T18:08:15.810Z Compiling rustc_version v0.4.0
29272024-05-06T18:08:16.005Z Compiling tracing-core v0.1.32
29282024-05-06T18:08:16.155Z Compiling untrusted v0.9.0
29292024-05-06T18:08:16.326Z Compiling byteorder v1.5.0
29302024-05-06T18:08:16.636Z Compiling tracing v0.1.40
29312024-05-06T18:08:16.879Z Compiling futures-io v0.3.30
29322024-05-06T18:08:17.192Z Compiling ppv-lite86 v0.2.17
29332024-05-06T18:08:17.259Z Compiling openssl v0.10.64
29342024-05-06T18:08:17.475Z Compiling chrono v0.4.37
29352024-05-06T18:08:17.666Z Compiling futures-task v0.3.30
29362024-05-06T18:08:17.875Z Compiling uuid v1.8.0
29372024-05-06T18:08:17.970Z Compiling pin-utils v0.1.0
29382024-05-06T18:08:18.064Z Compiling futures-sink v0.3.30
29392024-05-06T18:08:18.114Z Compiling schemars_derive v0.8.16
29402024-05-06T18:08:18.148Z Compiling serde_derive v1.0.197
29412024-05-06T18:08:18.222Z Compiling zeroize_derive v1.4.2
29422024-05-06T18:08:18.332Z Compiling der_derive v0.7.2
29432024-05-06T18:08:18.376Z Compiling thiserror-impl v1.0.58
29442024-05-06T18:08:19.226Z Compiling tokio-macros v2.2.0
29452024-05-06T18:08:19.601Z Compiling zeroize v1.7.0
29462024-05-06T18:08:20.116Z Compiling foreign-types-shared v0.1.1
29472024-05-06T18:08:20.211Z Compiling dyn-clone v1.0.17
29482024-05-06T18:08:20.393Z Compiling httparse v1.8.0
29492024-05-06T18:08:20.438Z Compiling der v0.7.8
29502024-05-06T18:08:20.629Z Compiling tokio v1.36.0
29512024-05-06T18:08:20.765Z Compiling foreign-types v0.3.2
29522024-05-06T18:08:20.817Z Compiling openssl-macros v0.1.1
29532024-05-06T18:08:20.862Z Compiling futures-util v0.3.30
29542024-05-06T18:08:21.039Z Compiling crypto-common v0.1.6
29552024-05-06T18:08:21.122Z Compiling block-buffer v0.10.4
29562024-05-06T18:08:21.343Z Compiling digest v0.10.7
29572024-05-06T18:08:21.588Z Compiling regress v0.8.0
29582024-05-06T18:08:21.746Z Compiling sha2 v0.10.8
29592024-05-06T18:08:22.405Z Compiling spki v0.7.3
29602024-05-06T18:08:22.842Z Compiling pkcs8 v0.10.2
29612024-05-06T18:08:24.235Z Compiling signature v2.2.0
29622024-05-06T18:08:24.797Z Compiling try-lock v0.2.5
29632024-05-06T18:08:24.945Z Compiling tinyvec_macros v0.1.1
29642024-05-06T18:08:25.033Z Compiling rustls v0.21.10
29652024-05-06T18:08:25.361Z Compiling heck v0.4.1
29662024-05-06T18:08:25.691Z Compiling native-tls v0.2.11
29672024-05-06T18:08:25.810Z Compiling tinyvec v1.6.0
29682024-05-06T18:08:25.849Z Compiling want v0.3.1
29692024-05-06T18:08:26.080Z Compiling rustls-webpki v0.101.7
29702024-05-06T18:08:26.152Z Compiling sct v0.7.1
29712024-05-06T18:08:27.384Z Compiling http-body v0.4.6
29722024-05-06T18:08:27.853Z Compiling tokio-util v0.7.10
29732024-05-06T18:08:28.159Z Compiling futures-channel v0.3.30
29742024-05-06T18:08:28.739Z Compiling ff v0.13.0
29752024-05-06T18:08:29.115Z Compiling rustix v0.38.32
29762024-05-06T18:08:29.571Z Compiling serde_tokenstream v0.2.0
29772024-05-06T18:08:29.717Z Compiling indexmap v2.2.6
29782024-05-06T18:08:30.026Z Compiling tower-service v0.3.2
29792024-05-06T18:08:30.060Z Compiling openssl-probe v0.1.5
29802024-05-06T18:08:30.154Z Compiling getrandom v0.1.16
29812024-05-06T18:08:30.373Z Compiling base16ct v0.2.0
29822024-05-06T18:08:30.554Z Compiling iana-time-zone v0.1.60
29832024-05-06T18:08:30.583Z Compiling percent-encoding v2.3.1
29842024-05-06T18:08:31.079Z Compiling httpdate v1.0.3
29852024-05-06T18:08:31.185Z Compiling h2 v0.3.25
29862024-05-06T18:08:31.214Z Compiling form_urlencoded v1.2.1
29872024-05-06T18:08:31.717Z Compiling sec1 v0.7.3
29882024-05-06T18:08:33.349Z Compiling typify-impl v0.0.16
29892024-05-06T18:08:34.692Z Compiling group v0.13.0
29902024-05-06T18:08:35.168Z Compiling unicode-normalization v0.1.23
29912024-05-06T18:08:35.504Z Compiling hyper v0.14.28
29922024-05-06T18:08:36.393Z Compiling crypto-bigint v0.5.5
29932024-05-06T18:08:39.128Z Compiling errno v0.3.8
29942024-05-06T18:08:39.376Z Compiling platforms v3.4.0
29952024-05-06T18:08:40.162Z Compiling radium v0.7.0
29962024-05-06T18:08:40.202Z Compiling unicode-bidi v0.3.15
29972024-05-06T18:08:40.259Z Compiling utf8parse v0.2.1
29982024-05-06T18:08:40.436Z Compiling anstyle-parse v0.2.3
29992024-05-06T18:08:40.787Z Compiling idna v0.5.0
30002024-05-06T18:08:42.241Z Compiling curve25519-dalek v4.1.2
30012024-05-06T18:08:42.632Z Compiling tokio-rustls v0.24.1
30022024-05-06T18:08:42.867Z Compiling typify-macro v0.0.16
30032024-05-06T18:08:43.023Z Compiling elliptic-curve v0.13.8
30042024-05-06T18:08:43.672Z Compiling tokio-native-tls v0.3.1
30052024-05-06T18:08:44.374Z Compiling hmac v0.12.1
30062024-05-06T18:08:44.585Z Compiling rand_chacha v0.3.1
30072024-05-06T18:08:45.200Z Compiling aho-corasick v1.1.3
30082024-05-06T18:08:45.783Z Compiling base64 v0.21.7
30092024-05-06T18:08:45.830Z Compiling colorchoice v1.0.0
30102024-05-06T18:08:45.992Z Compiling anstyle v1.0.6
30112024-05-06T18:08:46.381Z Compiling anstyle-query v1.0.2
30122024-05-06T18:08:46.535Z Compiling maybe-uninit v2.0.0
30132024-05-06T18:08:46.662Z Compiling regex-syntax v0.8.3
30142024-05-06T18:08:46.845Z Compiling tap v1.0.1
30152024-05-06T18:08:47.015Z Compiling wyz v0.5.1
30162024-05-06T18:08:47.421Z Compiling anstream v0.6.13
30172024-05-06T18:08:47.590Z Compiling rustls-pemfile v1.0.4
30182024-05-06T18:08:48.341Z Compiling rand v0.8.5
30192024-05-06T18:08:48.588Z Compiling rfc6979 v0.4.0
30202024-05-06T18:08:48.786Z Compiling rand_core v0.5.1
30212024-05-06T18:08:49.046Z Compiling terminal_size v0.3.0
30222024-05-06T18:08:49.201Z Compiling hyper-tls v0.5.0
30232024-05-06T18:08:49.259Z Compiling hyper-rustls v0.24.2
30242024-05-06T18:08:49.548Z Compiling url v2.5.0
30252024-05-06T18:08:49.647Z Compiling regex-automata v0.4.6
30262024-05-06T18:08:50.179Z Compiling serde_urlencoded v0.7.1
30272024-05-06T18:08:50.209Z Compiling inout v0.1.3
30282024-05-06T18:08:50.437Z Compiling curve25519-dalek-derive v0.1.1
30292024-05-06T18:08:50.747Z Compiling heapless v0.7.17
30302024-05-06T18:08:51.152Z Compiling num-integer v0.1.46
30312024-05-06T18:08:52.063Z Compiling encoding_rs v0.8.33
30322024-05-06T18:08:56.577Z Compiling clap_lex v0.7.0
30332024-05-06T18:08:57.244Z Compiling sync_wrapper v0.1.2
30342024-05-06T18:08:57.368Z Compiling unicode-width v0.1.11
30352024-05-06T18:08:57.543Z Compiling webpki-roots v0.25.4
30362024-05-06T18:08:57.654Z Compiling heck v0.5.0
30372024-05-06T18:08:58.012Z Compiling strsim v0.11.0
30382024-05-06T18:08:58.510Z Compiling funty v2.0.0
30392024-05-06T18:08:59.749Z Compiling mime v0.3.17
30402024-05-06T18:09:00.889Z Compiling ipnet v2.9.0
30412024-05-06T18:09:01.480Z Compiling packed_struct v0.10.1
30422024-05-06T18:09:01.926Z Compiling num-bigint-dig v0.8.4
30432024-05-06T18:09:02.011Z Compiling spin v0.5.2
30442024-05-06T18:09:02.244Z Compiling lazy_static v1.4.0
30452024-05-06T18:09:02.338Z Compiling reqwest v0.11.27
30462024-05-06T18:09:02.379Z Compiling bitvec v1.0.1
30472024-05-06T18:09:03.258Z Compiling clap_builder v4.5.2
30482024-05-06T18:09:04.857Z Compiling clap_derive v4.5.4
30492024-05-06T18:09:05.023Z Compiling getopts v0.2.21
30502024-05-06T18:09:05.999Z Compiling regex v1.10.4
30512024-05-06T18:09:08.548Z Compiling num-iter v0.1.44
30522024-05-06T18:09:08.767Z Compiling cipher v0.4.4
30532024-05-06T18:09:09.181Z Compiling ecdsa v0.16.9
30542024-05-06T18:09:10.356Z Compiling typify v0.0.16
30552024-05-06T18:09:10.499Z Compiling primeorder v0.13.6
30562024-05-06T18:09:10.569Z Compiling openapiv3 v2.0.0
30572024-05-06T18:09:10.722Z Compiling ed25519 v2.2.3
30582024-05-06T18:09:10.981Z Compiling ssh-encoding v0.2.0
30592024-05-06T18:09:11.076Z Compiling digest v0.9.0
30602024-05-06T18:09:11.288Z Compiling packed_struct_codegen v0.10.1
30612024-05-06T18:09:12.060Z Compiling hash32 v0.2.1
30622024-05-06T18:09:12.415Z Compiling unsafe-libyaml v0.2.11
30632024-05-06T18:09:13.511Z Compiling anyhow v1.0.81
30642024-05-06T18:09:13.890Z Compiling nodrop v0.1.14
30652024-05-06T18:09:13.989Z Compiling stable_deref_trait v1.2.0
30662024-05-06T18:09:14.025Z Compiling slog v2.7.0
30672024-05-06T18:09:14.530Z Compiling array-init v0.0.4
30682024-05-06T18:09:15.362Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b)
30692024-05-06T18:09:16.700Z Compiling serde_yaml v0.9.34+deprecated
30702024-05-06T18:09:19.739Z Compiling ssh-cipher v0.2.0
30712024-05-06T18:09:19.771Z Compiling p256 v0.13.2
30722024-05-06T18:09:19.922Z Compiling ed25519-dalek v2.1.1
30732024-05-06T18:09:20.594Z Compiling smallvec v0.6.14
30742024-05-06T18:09:21.476Z Compiling clap v4.5.4
30752024-05-06T18:09:21.697Z Compiling rand_chacha v0.2.2
30762024-05-06T18:09:24.091Z Compiling pkcs1 v0.7.5
30772024-05-06T18:09:26.995Z Compiling block-buffer v0.9.0
30782024-05-06T18:09:27.193Z Compiling zerocopy-derive v0.6.6
30792024-05-06T18:09:28.584Z Compiling blake3 v1.5.1
30802024-05-06T18:09:28.927Z Compiling is-terminal v0.4.12
30812024-05-06T18:09:29.016Z Compiling cobs v0.2.3
30822024-05-06T18:09:29.096Z Compiling embedded-io v0.4.0
30832024-05-06T18:09:29.320Z Compiling opaque-debug v0.3.1
30842024-05-06T18:09:29.404Z Compiling base64 v0.13.1
30852024-05-06T18:09:29.450Z Compiling bitfield v0.14.0
30862024-05-06T18:09:29.691Z Compiling signature v1.6.4
30872024-05-06T18:09:29.885Z Compiling termcolor v1.4.1
30882024-05-06T18:09:30.138Z Compiling ed25519 v1.5.3
30892024-05-06T18:09:30.451Z Compiling env_logger v0.10.2
30902024-05-06T18:09:30.698Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
30912024-05-06T18:09:31.498Z Compiling sha2 v0.9.9
30922024-05-06T18:09:31.613Z Compiling postcard v1.0.8
30932024-05-06T18:09:32.727Z Compiling zerocopy v0.6.6
30942024-05-06T18:09:33.532Z Compiling rsa v0.9.6
30952024-05-06T18:09:33.766Z Compiling rand v0.7.3
30962024-05-06T18:09:35.825Z Compiling serde-hex v0.1.0
30972024-05-06T18:09:35.934Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b)
30982024-05-06T18:09:38.530Z Compiling ssh-key v0.6.5
30992024-05-06T18:09:40.294Z Compiling curve25519-dalek v3.2.0
31002024-05-06T18:09:41.124Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b)
31012024-05-06T18:09:42.579Z Compiling bincode v1.3.3
31022024-05-06T18:09:43.580Z Compiling serde_path_to_error v0.1.16
31032024-05-06T18:09:44.447Z Compiling x509-cert v0.2.5
31042024-05-06T18:09:48.554Z Compiling constant_time_eq v0.3.0
31052024-05-06T18:09:48.709Z Compiling arrayref v0.3.7
31062024-05-06T18:09:48.811Z Compiling crc-any v2.4.4
31072024-05-06T18:09:49.617Z Compiling hex v0.4.3
31082024-05-06T18:09:50.302Z Compiling arrayvec v0.7.4
31092024-05-06T18:09:50.639Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
31102024-05-06T18:09:52.344Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b)
31112024-05-06T18:09:52.532Z Compiling oauth2 v4.4.2
31122024-05-06T18:09:53.334Z Compiling sshauth v0.1.0 (https://github.com/oxidecomputer/sshauth#a145680a)
31132024-05-06T18:09:54.751Z Compiling ed25519-dalek v1.0.1
31142024-05-06T18:09:55.410Z Compiling clap-num v1.1.1
31152024-05-06T18:09:55.460Z Compiling xdg v2.5.2
31162024-05-06T18:09:56.720Z Compiling permission-slip-client v1.0.0 (/work/permission-slip-build/client)
31172024-05-06T18:10:20.425Z Finished release [optimized] target(s) in 2m 18s
31182024-05-06T18:10:20.461Z
31192024-05-06T18:10:20.462Zreal 2:33.530812576
31202024-05-06T18:10:20.462Zuser 15:21.193866222
31212024-05-06T18:10:20.462Zsys 1:31.200444582
31222024-05-06T18:10:20.462Ztrap 0.484473419
31232024-05-06T18:10:20.462Ztflt 0.494604622
31242024-05-06T18:10:20.462Zdflt 0.620929373
31252024-05-06T18:10:20.463Zkflt 0.000073971
31262024-05-06T18:10:20.463Zlock 36:42.223913977
31272024-05-06T18:10:20.464Zslp 42:40.235435507
31282024-05-06T18:10:20.464Zlat 54.823607802
31292024-05-06T18:10:20.464Zstop 44.038202511
31302024-05-06T18:10:20.464Z+ ptime -m gzip
31312024-05-06T18:10:21.508Z
31322024-05-06T18:10:21.508Zreal 1.336543581
31332024-05-06T18:10:21.508Zuser 1.318247310
31342024-05-06T18:10:21.508Zsys 0.017593522
31352024-05-06T18:10:21.508Ztrap 0.000164908
31362024-05-06T18:10:21.508Ztflt 0.000000000
31372024-05-06T18:10:21.508Zdflt 0.000000000
31382024-05-06T18:10:21.509Zkflt 0.000000000
31392024-05-06T18:10:21.509Zlock 0.000000000
31402024-05-06T18:10:21.509Zslp 0.000000000
31412024-05-06T18:10:21.536Zlat 0.000186649
31422024-05-06T18:10:21.536Zstop 0.000243855
31432024-05-06T18:10:21.536Zprocess exited: duration 895359 ms, exit code 0
 
31442024-05-06T18:10:21.641Zfound 9 output files
31452024-05-06T18:10:21.641Zuploading: /work/end-to-end-tests/bootstrap-114378b13c624b47.gz (9698895 bytes)
31462024-05-06T18:10:27.393Zuploaded: /work/end-to-end-tests/bootstrap-114378b13c624b47.gz
31472024-05-06T18:10:27.393Zuploading: /work/end-to-end-tests/bootstrap.gz (104901409 bytes)
31482024-05-06T18:11:15.463Zuploaded: /work/end-to-end-tests/bootstrap.gz
31492024-05-06T18:11:15.499Zuploading: /work/end-to-end-tests/commtest-d165232fe22589d2.gz (9698306 bytes)
31502024-05-06T18:11:20.604Zuploaded: /work/end-to-end-tests/commtest-d165232fe22589d2.gz
31512024-05-06T18:11:20.660Zuploading: /work/end-to-end-tests/dhcp_server-54db9e7169aa25f2.gz (9696987 bytes)
31522024-05-06T18:11:25.795Zuploaded: /work/end-to-end-tests/dhcp_server-54db9e7169aa25f2.gz
31532024-05-06T18:11:25.796Zuploading: /work/end-to-end-tests/end_to_end_tests-afa978a5d172f68d.gz (108335498 bytes)
31542024-05-06T18:12:12.340Zuploaded: /work/end-to-end-tests/end_to_end_tests-afa978a5d172f68d.gz
31552024-05-06T18:12:12.340Zuploading: /work/caboose-util.gz (2410951 bytes)
31562024-05-06T18:12:14.924Zuploaded: /work/caboose-util.gz
31572024-05-06T18:12:14.952Zuploading: /work/tufaceous.gz (11929042 bytes)
31582024-05-06T18:12:19.763Zuploaded: /work/tufaceous.gz
31592024-05-06T18:12:19.763Zuploading: /work/commtest (471754936 bytes)
31602024-05-06T18:15:28.269Zuploaded: /work/commtest
31612024-05-06T18:15:28.269Zuploading: /work/permslip.gz (10331245 bytes)
31622024-05-06T18:15:32.849Zuploaded: /work/permslip.gz