01HXJ2F003478EGV005ACS9SNC: 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: 01HXJ2FMQRQ301VY9TC5SQCKV2

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-05-10T20:18:38.497Zjob assigned to worker 01HXJ2FPJC7SEDA5F4CJPKR5CY (queued for 35 s)
 
22024-05-10T20:18:39.381Zstarting task 0: "setup"
32024-05-10T20:18:39.411Z++ uname -s
42024-05-10T20:18:39.411Z+ kern=SunOS
52024-05-10T20:18:39.411Z+ case "$kern" in
62024-05-10T20:18:39.411Z+ groupadd -g 12345 build
72024-05-10T20:18:39.411Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-05-10T20:18:41.402Z+ zfs create -o mountpoint=/work rpool/work
92024-05-10T20:18:41.447Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-05-10T20:18:41.482Z+ home_fs=zfs
112024-05-10T20:18:41.482Z+ [[ zfs == autofs ]]
122024-05-10T20:18:41.483Z+ mkdir -p /home/build
132024-05-10T20:18:41.483Z+ chown build:build /home/build /work
142024-05-10T20:18:43.461Z+ chmod 0700 /home/build /work
152024-05-10T20:18:43.492Zprocess exited: duration 4088 ms, exit code 0
 
162024-05-10T20:18:43.568Zstarting task 1: "rust-toolchain"
172024-05-10T20:18:43.605Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-05-10T20:18:43.605Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-05-10T20:18:43.711Zinfo: downloading installer
202024-05-10T20:18:44.527Zwarning: it looks like you have an existing installation of Rust at:
212024-05-10T20:18:44.527Zwarning: /opt/ooce/bin
222024-05-10T20:18:44.527Zwarning: It is recommended that rustup be the primary Rust installation.
232024-05-10T20:18:44.528Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-05-10T20:18:44.528Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-05-10T20:18:44.528Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-05-10T20:18:44.528Zwarning: or pass `-y' to ignore all ignorable checks.
272024-05-10T20:18:44.529Zerror: cannot install while Rust is installed
282024-05-10T20:18:44.529Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-05-10T20:18:44.561Zinfo: profile set to 'default'
302024-05-10T20:18:44.561Zinfo: default host triple is x86_64-unknown-illumos
312024-05-10T20:18:44.587Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-05-10T20:18:44.661Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-05-10T20:18:44.661Zinfo: downloading component 'cargo'
342024-05-10T20:18:44.839Zinfo: downloading component 'clippy'
352024-05-10T20:18:44.960Zinfo: downloading component 'rust-docs'
362024-05-10T20:18:45.136Zinfo: downloading component 'rust-std'
372024-05-10T20:18:45.438Zinfo: downloading component 'rustc'
382024-05-10T20:18:46.253Zinfo: downloading component 'rustfmt'
392024-05-10T20:18:46.294Zinfo: installing component 'cargo'
402024-05-10T20:18:47.780Zinfo: installing component 'clippy'
412024-05-10T20:18:47.815Zinfo: installing component 'rust-docs'
422024-05-10T20:18:50.170Zinfo: installing component 'rust-std'
432024-05-10T20:18:52.291Zinfo: installing component 'rustc'
442024-05-10T20:18:56.941Zinfo: installing component 'rustfmt'
452024-05-10T20:18:57.323Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-05-10T20:18:57.323Z
472024-05-10T20:18:57.417Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-05-10T20:18:57.417Z
492024-05-10T20:18:57.455Z
502024-05-10T20:18:57.455ZRust is installed now. Great!
512024-05-10T20:18:57.455Z
522024-05-10T20:18:57.455ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-05-10T20:18:57.455Zenvironment variable. This has not been done automatically.
542024-05-10T20:18:57.455Z
552024-05-10T20:18:57.455ZTo configure your current shell, you need to source
562024-05-10T20:18:57.456Zthe corresponding env file under $HOME/.cargo.
572024-05-10T20:18:57.456Z
582024-05-10T20:18:57.456ZThis is usually done by running one of the following (note the leading DOT):
592024-05-10T20:18:57.456Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-05-10T20:18:57.456Zsource "$HOME/.cargo/env.fish" # For fish
612024-05-10T20:18:57.499Z+ rustc --version
622024-05-10T20:18:57.576Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-05-10T20:18:57.601Zprocess exited: duration 14031 ms, exit code 0
 
642024-05-10T20:18:57.657Zstarting task 2: "authentication"
652024-05-10T20:18:57.723Zprocess exited: duration 68 ms, exit code 0
 
662024-05-10T20:18:57.806Zstarting task 3: "clone repository"
672024-05-10T20:18:57.855Z+ mkdir -p /work/oxidecomputer/omicron
682024-05-10T20:18:57.855Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-05-10T20:18:57.883ZCloning into '/work/oxidecomputer/omicron'...
702024-05-10T20:19:02.713Z+ cd /work/oxidecomputer/omicron
712024-05-10T20:19:02.713Z+ git fetch origin 6e9155ef51a322f04303dbfaa8479b0e99d21713
722024-05-10T20:19:03.145ZFrom https://github.com/oxidecomputer/omicron
732024-05-10T20:19:03.146Z * branch 6e9155ef51a322f04303dbfaa8479b0e99d21713 -> FETCH_HEAD
742024-05-10T20:19:03.178Z+ [[ -n '' ]]
752024-05-10T20:19:03.178Z+ git reset --hard 6e9155ef51a322f04303dbfaa8479b0e99d21713
762024-05-10T20:19:03.309ZHEAD is now at 6e9155ef5 whoops i forgot to touch the instances
772024-05-10T20:19:03.334Zprocess exited: duration 5505 ms, exit code 0
 
782024-05-10T20:19:03.382Zstarting task 4: "build"
792024-05-10T20:19:03.407Z+ cargo --version
802024-05-10T20:19:03.407Zinfo: syncing channel updates for '1.77.2-x86_64-unknown-illumos'
812024-05-10T20:19:03.501Zinfo: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09)
822024-05-10T20:19:03.501Zinfo: downloading component 'cargo'
832024-05-10T20:19:03.614Zinfo: downloading component 'clippy'
842024-05-10T20:19:03.667Zinfo: downloading component 'rust-docs'
852024-05-10T20:19:03.848Zinfo: downloading component 'rust-std'
862024-05-10T20:19:04.090Zinfo: downloading component 'rustc'
872024-05-10T20:19:04.871Zinfo: downloading component 'rustfmt'
882024-05-10T20:19:04.916Zinfo: installing component 'cargo'
892024-05-10T20:19:05.870Zinfo: installing component 'clippy'
902024-05-10T20:19:06.251Zinfo: installing component 'rust-docs'
912024-05-10T20:19:08.848Zinfo: installing component 'rust-std'
922024-05-10T20:19:10.661Zinfo: installing component 'rustc'
932024-05-10T20:19:15.309Zinfo: installing component 'rustfmt'
942024-05-10T20:19:15.758Zcargo 1.77.2 (e52e36006 2024-03-26)
952024-05-10T20:19:15.783Z+ rustc --version
962024-05-10T20:19:15.895Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
972024-05-10T20:19:15.923Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
982024-05-10T20:19:20.376Z Startup: Refreshing catalog 'helios-dev' ... Done
992024-05-10T20:19:22.278Z Startup: Caching catalogs ... Done
1002024-05-10T20:19:24.138ZPlanning: Solver setup ... Done (1.336s)
1012024-05-10T20:19:24.162ZPlanning: Running solver ... Done (0.024s)
1022024-05-10T20:19:24.190ZPlanning: Finding local manifests ... Done (0.002s)
1032024-05-10T20:19:24.269ZPlanning: Fetching manifests: 0/4 0% complete
1042024-05-10T20:19:24.642ZPlanning: Fetching manifests: 4/4 100% complete
1052024-05-10T20:19:25.103ZPlanning: Package planning ... Done (0.056s)
1062024-05-10T20:19:25.132ZPlanning: Merging actions ... Done (0.058s)
1072024-05-10T20:19:25.132ZPlanning: Checking for conflicting actions ... Done (0.357s)
1082024-05-10T20:19:25.132ZPlanning: Consolidating action changes ... Done (0.013s)
1092024-05-10T20:19:25.920ZPlanning: Evaluating mediators ... Done (0.775s)
1102024-05-10T20:19:25.945ZPlanning: Planning completed in 3.58 seconds
1112024-05-10T20:19:25.946Z Packages to install: 4
1122024-05-10T20:19:25.946Z Mediators to change: 2
1132024-05-10T20:19:25.946Z Services to change: 1
1142024-05-10T20:19:25.946Z Estimated space available: 148.36 GB
1152024-05-10T20:19:25.946ZEstimated space to be consumed: 1.44 GB
1162024-05-10T20:19:25.946Z Create boot environment: No
1172024-05-10T20:19:25.946ZCreate backup boot environment: No
1182024-05-10T20:19:25.946Z Rebuild boot archive: No
1192024-05-10T20:19:25.946Z
1202024-05-10T20:19:25.946ZChanged mediators:
1212024-05-10T20:19:25.946Z mediator clang:
1222024-05-10T20:19:25.946Z version: None -> 15 (system default)
1232024-05-10T20:19:25.946Z
1242024-05-10T20:19:25.946Z mediator llvm:
1252024-05-10T20:19:25.946Z version: 14 (system default) -> 15 (system default)
1262024-05-10T20:19:25.946Z
1272024-05-10T20:19:25.946ZChanged packages:
1282024-05-10T20:19:25.946Zhelios-dev
1292024-05-10T20:19:25.947Z developer/build-essential
1302024-05-10T20:19:25.947Z None -> 11-2.0
1312024-05-10T20:19:25.947Z library/libxmlsec1
1322024-05-10T20:19:25.947Z None -> 1.2.35-2.0
1332024-05-10T20:19:25.947Z ooce/developer/clang-15
1342024-05-10T20:19:25.947Z None -> 15.0.7-2.0
1352024-05-10T20:19:25.947Z ooce/developer/llvm-15
1362024-05-10T20:19:25.947Z None -> 15.0.7-2.0
1372024-05-10T20:19:25.947Z
1382024-05-10T20:19:25.947ZServices:
1392024-05-10T20:19:25.947Z restart_fmri:
1402024-05-10T20:19:25.947Z svc:/system/update-man-index:default
1412024-05-10T20:19:25.977Z
1422024-05-10T20:19:25.977ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1432024-05-10T20:19:30.981ZDownload: 1094/3290 items 19.8/212.6MB 9% complete (4.0M/s)
1442024-05-10T20:19:35.980ZDownload: 1260/3290 items 94.9/212.6MB 44% complete (9.4M/s)
1452024-05-10T20:19:40.990ZDownload: 2232/3290 items 119.3/212.6MB 56% complete (9.9M/s)
1462024-05-10T20:19:46.014ZDownload: 3249/3290 items 203.1/212.6MB 95% complete (11.1M/s)
1472024-05-10T20:19:46.670ZDownload: Completed 212.60 MB in 20.68 seconds (10.3M/s)
1482024-05-10T20:19:46.827Z Actions: 1/3689 actions (Installing new actions)
1492024-05-10T20:19:51.852Z Actions: 3262/3689 actions (Installing new actions)
1502024-05-10T20:19:52.578Z Actions: Completed 3689 actions in 5.75 seconds.
1512024-05-10T20:19:52.772Z Done (0.183s)
1522024-05-10T20:19:52.772Z Done (0.000s)
1532024-05-10T20:19:53.119Z Done (0.350s)
1542024-05-10T20:19:57.823Z Done (4.580s)
1552024-05-10T20:19:57.921Z Done (0.018s)
1562024-05-10T20:19:57.970Z Done (0.000s)
1572024-05-10T20:19:58.071Z Done (0.000s)
1582024-05-10T20:19:58.710ZPlanning: Evaluating mediator changes ... Done
1592024-05-10T20:19:58.916ZPlanning: Checking for conflicting actions ... Done
1602024-05-10T20:19:58.942ZPlanning: Consolidating action changes ... Done
1612024-05-10T20:19:59.694ZPlanning: Evaluating mediators ... Done
1622024-05-10T20:19:59.749ZPlanning: Planning completed in 0.54 seconds
1632024-05-10T20:19:59.749Z Mediators to change: 2
1642024-05-10T20:19:59.750Z Create boot environment: No
1652024-05-10T20:19:59.750ZCreate backup boot environment: No
1662024-05-10T20:19:59.750Z Done
1672024-05-10T20:19:59.750Z Done
1682024-05-10T20:19:59.750Z Done
1692024-05-10T20:20:03.851Z Done
1702024-05-10T20:20:03.945Z Done
1712024-05-10T20:20:03.982Z Done
1722024-05-10T20:20:04.015Z Done
1732024-05-10T20:20:04.758ZPlanning: Evaluating mediator changes ... Done
1742024-05-10T20:20:04.791ZPlanning: Merging actions ... Done
1752024-05-10T20:20:04.997ZPlanning: Checking for conflicting actions ... Done
1762024-05-10T20:20:05.038ZPlanning: Consolidating action changes ... Done
1772024-05-10T20:20:05.317ZPlanning: Evaluating mediators ... Done
1782024-05-10T20:20:05.384ZPlanning: Planning completed in 0.93 seconds
1792024-05-10T20:20:05.428Z Packages to change: 1
1802024-05-10T20:20:05.428Z Mediators to change: 1
1812024-05-10T20:20:05.458Z Services to change: 1
1822024-05-10T20:20:05.458Z Create boot environment: No
1832024-05-10T20:20:05.458ZCreate backup boot environment: Yes
1842024-05-10T20:20:06.951Z Actions: 1/6 actions (Updating modified actions)
1852024-05-10T20:20:06.982Z Actions: Completed 6 actions in 0.00 seconds.
1862024-05-10T20:20:06.982Z Done
1872024-05-10T20:20:06.983Z Done
1882024-05-10T20:20:07.029Z Done
1892024-05-10T20:20:11.276Z Done
1902024-05-10T20:20:11.373Z Done
1912024-05-10T20:20:11.397Z Done
1922024-05-10T20:20:11.446Z Done
1932024-05-10T20:20:11.963ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1942024-05-10T20:20:11.963Zclang system 15 system
1952024-05-10T20:20:11.963Zcsh system system illumos
1962024-05-10T20:20:11.963Zctags system system illumos
1972024-05-10T20:20:11.964Zgcc vendor 12 vendor
1982024-05-10T20:20:11.964Zgcc system 10 system
1992024-05-10T20:20:11.964Zgcc system 7 system
2002024-05-10T20:20:11.964Zgo system 1.20 system
2012024-05-10T20:20:11.964Zgo system 1.19 system
2022024-05-10T20:20:11.964Zllvm system 15 system
2032024-05-10T20:20:11.964Zllvm system 14 system
2042024-05-10T20:20:11.964Zmariadb system 10.6 system
2052024-05-10T20:20:11.964Zmta vendor vendor dma
2062024-05-10T20:20:11.964Zopenjdk system 17 system
2072024-05-10T20:20:11.964Zopenjdk system 11 system
2082024-05-10T20:20:11.964Zopenjdk system 1.8 system
2092024-05-10T20:20:11.965Zopenssl vendor 3 vendor
2102024-05-10T20:20:11.965Zperl system 5.36 system
2112024-05-10T20:20:11.965Zpostgresql system 15 system
2122024-05-10T20:20:11.965Zpostgresql system 13 system
2132024-05-10T20:20:11.965Zpython vendor 3 vendor
2142024-05-10T20:20:11.965Zpython system 2 system
2152024-05-10T20:20:11.965Zpython3 system 3.11 system
2162024-05-10T20:20:11.966Zruby system 3.0 system
2172024-05-10T20:20:11.966Zwords vendor vendor american-english
2182024-05-10T20:20:11.966Zwords system system australian-english
2192024-05-10T20:20:11.966Zwords system system british-english
2202024-05-10T20:20:11.966Zwords system system canadian-english
2212024-05-10T20:20:11.966Zwords system system french
2222024-05-10T20:20:11.966Zwords system system italian
2232024-05-10T20:20:11.966Zwords system system ngerman
2242024-05-10T20:20:11.966Zwords system system ogerman
2252024-05-10T20:20:11.966Zwords system system spanish
2262024-05-10T20:20:12.374ZPUBLISHER TYPE STATUS P LOCATION
2272024-05-10T20:20:12.374Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2282024-05-10T20:20:14.073ZFMRI IFO
2292024-05-10T20:20:14.073Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2302024-05-10T20:20:14.073Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2312024-05-10T20:20:14.073Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2322024-05-10T20:20:14.073Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2332024-05-10T20:20:14.073Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2342024-05-10T20:20:14.074Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2352024-05-10T20:20:14.074Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2362024-05-10T20:20:14.074Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2372024-05-10T20:20:14.074Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2382024-05-10T20:20:14.074Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2392024-05-10T20:20:14.074Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2402024-05-10T20:20:14.074Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2412024-05-10T20:20:14.749Z+ set -o errexit
2422024-05-10T20:20:14.796Z+++ dirname ./tools/ci_download_cockroachdb
2432024-05-10T20:20:14.796Z++ cd ./tools
2442024-05-10T20:20:14.796Z++ pwd
2452024-05-10T20:20:14.796Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2462024-05-10T20:20:14.796Z++ basename ./tools/ci_download_cockroachdb
2472024-05-10T20:20:14.796Z+ ARG0=ci_download_cockroachdb
2482024-05-10T20:20:14.796Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2492024-05-10T20:20:14.796Z+ CIDL_VERSION=v22.1.9
2502024-05-10T20:20:14.796Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2512024-05-10T20:20:14.796Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2522024-05-10T20:20:14.796Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2532024-05-10T20:20:14.796Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2542024-05-10T20:20:14.796Z+ TARGET_DIR=out
2552024-05-10T20:20:14.796Z+ DOWNLOAD_DIR=out/downloads
2562024-05-10T20:20:14.796Z+ DEST_DIR=./out/cockroachdb
2572024-05-10T20:20:14.796Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2582024-05-10T20:20:14.796Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2592024-05-10T20:20:14.796Z+ main
2602024-05-10T20:20:14.796Z+ [[ 0 != 0 ]]
2612024-05-10T20:20:14.796Z+ CIDL_OS=solaris2.11
2622024-05-10T20:20:14.796Z+ [[ 0 != 0 ]]
2632024-05-10T20:20:14.797Z+ configure_os solaris2.11
2642024-05-10T20:20:14.797Z+ echo 'current directory: /work/oxidecomputer/omicron'
2652024-05-10T20:20:14.797Z+ echo 'configuring based on OS: "solaris2.11"'
2662024-05-10T20:20:14.797Zcurrent directory: /work/oxidecomputer/omicron
2672024-05-10T20:20:14.797Zconfiguring based on OS: "solaris2.11"
2682024-05-10T20:20:14.797Z+ case "$1" in
2692024-05-10T20:20:14.797Z+ CIDL_BUILD=illumos
2702024-05-10T20:20:14.797Z+ CIDL_SUFFIX=tar.gz
2712024-05-10T20:20:14.797Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2722024-05-10T20:20:14.797Z+ CIDL_URL_BASE=https://illumos.org/downloads
2732024-05-10T20:20:14.797Z+ CIDL_ASSEMBLE=do_assemble_illumos
2742024-05-10T20:20:14.797Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2752024-05-10T20:20:14.797Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2762024-05-10T20:20:14.797Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2772024-05-10T20:20:14.797Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2782024-05-10T20:20:14.797Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2792024-05-10T20:20:14.797Z+ CIDL_SHA256FUNC=do_sha256sum
2802024-05-10T20:20:14.797Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2812024-05-10T20:20:14.797Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2822024-05-10T20:20:14.797ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2832024-05-10T20:20:14.797ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2842024-05-10T20:20:14.797Z+ mkdir -p out/downloads
2852024-05-10T20:20:14.797Z+ mkdir -p ./out/cockroachdb
2862024-05-10T20:20:14.797Z+ local DO_DOWNLOAD=true
2872024-05-10T20:20:14.798Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2882024-05-10T20:20:14.798Z+ '[' true == true ']'
2892024-05-10T20:20:14.798Z+ echo Downloading...
2902024-05-10T20:20:14.798Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2912024-05-10T20:20:14.798ZDownloading...
2922024-05-10T20:20:14.798Z+ 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
2932024-05-10T20:20:18.662Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2942024-05-10T20:20:18.690Z++ sha256sum
2952024-05-10T20:20:18.690Z++ awk '{print $1}'
2962024-05-10T20:20:18.744Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2972024-05-10T20:20:18.744Z+ [[ 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 ]]
2982024-05-10T20:20:18.744Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2992024-05-10T20:20:18.744Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3002024-05-10T20:20:21.685Z+ do_assemble_illumos
3012024-05-10T20:20:21.685Z+ rm -r ./out/cockroachdb
3022024-05-10T20:20:21.710Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3032024-05-10T20:20:22.063Z+ ./out/cockroachdb/bin/cockroach version
3042024-05-10T20:20:22.321ZBuild Tag: v22.1.9-dirty
3052024-05-10T20:20:22.321ZBuild Time: 2022/10/26 21:17:46
3062024-05-10T20:20:22.321ZDistribution: OSS
3072024-05-10T20:20:22.322ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3082024-05-10T20:20:22.322ZGo Version: go1.17.13
3092024-05-10T20:20:22.322ZC Compiler: gcc 10.3.0
3102024-05-10T20:20:22.322ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3112024-05-10T20:20:22.322ZBuild Type: release
3122024-05-10T20:20:22.369Z+ set -o errexit
3132024-05-10T20:20:22.369Z+++ dirname ./tools/ci_download_clickhouse
3142024-05-10T20:20:22.370Z++ cd ./tools
3152024-05-10T20:20:22.375Z++ pwd
3162024-05-10T20:20:22.375Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3172024-05-10T20:20:22.375Z++ basename ./tools/ci_download_clickhouse
3182024-05-10T20:20:22.375Z+ ARG0=ci_download_clickhouse
3192024-05-10T20:20:22.376Z+ TARGET_DIR=out
3202024-05-10T20:20:22.376Z+ DOWNLOAD_DIR=out/downloads
3212024-05-10T20:20:22.376Z+ DEST_DIR=./out/clickhouse
3222024-05-10T20:20:22.376Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3232024-05-10T20:20:22.376Z+ CIDL_VERSION=v23.8.7.24
3242024-05-10T20:20:22.377Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3252024-05-10T20:20:22.377Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3262024-05-10T20:20:22.377Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3272024-05-10T20:20:22.377Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3282024-05-10T20:20:22.378Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3292024-05-10T20:20:22.378Z+ main
3302024-05-10T20:20:22.378Z+ [[ 0 != 0 ]]
3312024-05-10T20:20:22.378Z+ CIDL_OS=solaris2.11
3322024-05-10T20:20:22.378Z+ [[ 0 != 0 ]]
3332024-05-10T20:20:22.378Z+ configure_os solaris2.11
3342024-05-10T20:20:22.379Z+ echo 'current directory: /work/oxidecomputer/omicron'
3352024-05-10T20:20:22.379Zcurrent directory: /work/oxidecomputer/omicron
3362024-05-10T20:20:22.379Z+ echo 'configuring based on OS: "solaris2.11"'
3372024-05-10T20:20:22.379Zconfiguring based on OS: "solaris2.11"
3382024-05-10T20:20:22.379Z+ CIDL_DASHREV=
3392024-05-10T20:20:22.379Z+ case "$1" in
3402024-05-10T20:20:22.379Z+ CIDL_PLATFORM=illumos
3412024-05-10T20:20:22.380Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3422024-05-10T20:20:22.380Z+ CIDL_MD5FUNC=do_md5sum
3432024-05-10T20:20:22.380Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3442024-05-10T20:20:22.380Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3452024-05-10T20:20:22.380Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3462024-05-10T20:20:22.380Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3472024-05-10T20:20:22.380Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3482024-05-10T20:20:22.381ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3492024-05-10T20:20:22.381ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3502024-05-10T20:20:22.381Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3512024-05-10T20:20:22.381Z+ mkdir -p out/downloads
3522024-05-10T20:20:22.381Z+ mkdir -p ./out/clickhouse
3532024-05-10T20:20:22.382Z+ local DO_DOWNLOAD=true
3542024-05-10T20:20:22.382Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3552024-05-10T20:20:22.382Z+ '[' true == true ']'
3562024-05-10T20:20:22.382Z+ echo Downloading...
3572024-05-10T20:20:22.383ZDownloading...
3582024-05-10T20:20:22.383Z+ 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
3592024-05-10T20:20:22.383Z+ 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
3602024-05-10T20:20:33.273Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3612024-05-10T20:20:33.306Z++ md5sum
3622024-05-10T20:20:33.307Z++ awk '{print $1}'
3632024-05-10T20:20:33.532Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3642024-05-10T20:20:33.532Z+ [[ 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 ]]
3652024-05-10T20:20:33.532Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3662024-05-10T20:20:33.532Z+ mkdir -p ./out/clickhouse
3672024-05-10T20:20:33.557Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3682024-05-10T20:20:38.708Z+ [[ solaris2.11 == darwin* ]]
3692024-05-10T20:20:38.709Z+ ./out/clickhouse/clickhouse server --version
3702024-05-10T20:20:38.838ZClickHouse server version 23.8.7.1.
3712024-05-10T20:20:38.867Z+ set -o errexit
3722024-05-10T20:20:38.892Z+++ dirname ./tools/ci_download_console
3732024-05-10T20:20:38.892Z++ cd ./tools
3742024-05-10T20:20:38.892Z++ pwd
3752024-05-10T20:20:38.892Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3762024-05-10T20:20:38.893Z++ basename ./tools/ci_download_console
3772024-05-10T20:20:38.893Z+ ARG0=ci_download_console
3782024-05-10T20:20:38.893Z+ TARGET_DIR=out
3792024-05-10T20:20:38.893Z+ DOWNLOAD_DIR=out/downloads
3802024-05-10T20:20:38.893Z+ DEST_DIR=./out/console-assets
3812024-05-10T20:20:38.893Z+ source /work/oxidecomputer/omicron/tools/console_version
3822024-05-10T20:20:38.894Z++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5
3832024-05-10T20:20:38.894Z++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
3842024-05-10T20:20:38.894Z+ URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
3852024-05-10T20:20:38.894Z+ TARBALL_FILE=out/downloads/console.tar.gz
3862024-05-10T20:20:38.894Z+ main
3872024-05-10T20:20:38.894Z+ [[ 0 != 0 ]]
3882024-05-10T20:20:38.894Z+ echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz'
3892024-05-10T20:20:38.894Z+ echo 'Local file: out/downloads/console.tar.gz'
3902024-05-10T20:20:38.895ZURL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
3912024-05-10T20:20:38.895Z+ local DO_DOWNLOAD=true
3922024-05-10T20:20:38.895Z+ [[ -f out/downloads/console.tar.gz ]]
3932024-05-10T20:20:38.895ZLocal file: out/downloads/console.tar.gz
3942024-05-10T20:20:38.895Z+ mkdir -p out/downloads
3952024-05-10T20:20:38.895Z+ '[' true == true ']'
3962024-05-10T20:20:38.895Z+ echo Downloading...
3972024-05-10T20:20:38.895ZDownloading...
3982024-05-10T20:20:38.895Z+ do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz
3992024-05-10T20:20:38.896Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
4002024-05-10T20:20:39.089Z++ do_sha256sum out/downloads/console.tar.gz
4012024-05-10T20:20:39.090Z++ case "$OSTYPE" in
4022024-05-10T20:20:39.090Z++ SHA=sha256sum
4032024-05-10T20:20:39.114Z++ sha256sum
4042024-05-10T20:20:39.114Z++ awk '{print $1}'
4052024-05-10T20:20:39.114Z+ calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
4062024-05-10T20:20:39.114Z+ [[ 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 ]]
4072024-05-10T20:20:39.115Z+ rm -rf ./out/console-assets
4082024-05-10T20:20:39.115Z+ mkdir -p ./out/console-assets
4092024-05-10T20:20:39.115Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4102024-05-10T20:20:39.115Z+ mkdir -p ./out/console-assets
4112024-05-10T20:20:39.115Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4122024-05-10T20:20:39.234Z+ set -o errexit
4132024-05-10T20:20:39.259Z+++ dirname ./tools/ci_download_dendrite_openapi
4142024-05-10T20:20:39.259Z++ cd ./tools
4152024-05-10T20:20:39.259Z++ pwd
4162024-05-10T20:20:39.259Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4172024-05-10T20:20:39.260Z++ basename ./tools/ci_download_dendrite_openapi
4182024-05-10T20:20:39.260Z+ ARG0=ci_download_dendrite_openapi
4192024-05-10T20:20:39.260Z+ TARGET_DIR=out
4202024-05-10T20:20:39.260Z+ DOWNLOAD_DIR=out/downloads
4212024-05-10T20:20:39.260Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4222024-05-10T20:20:39.260Z++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687
4232024-05-10T20:20:39.260Z++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4242024-05-10T20:20:39.260Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4252024-05-10T20:20:39.260Z+ LOCAL_FILE=out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4262024-05-10T20:20:39.260Z+ main
4272024-05-10T20:20:39.260Z+ [[ 0 != 0 ]]
4282024-05-10T20:20:39.260Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json'
4292024-05-10T20:20:39.260ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4302024-05-10T20:20:39.260ZLocal file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4312024-05-10T20:20:39.260Z+ echo 'Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json'
4322024-05-10T20:20:39.260Z+ local DO_DOWNLOAD=true
4332024-05-10T20:20:39.260Z+ [[ -f out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json ]]
4342024-05-10T20:20:39.260Z+ mkdir -p out/downloads
4352024-05-10T20:20:39.260Z+ '[' true == true ']'
4362024-05-10T20:20:39.261Z+ echo Downloading...
4372024-05-10T20:20:39.261Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4382024-05-10T20:20:39.261ZDownloading...
4392024-05-10T20:20:39.261Z+ 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
4402024-05-10T20:20:39.710Z++ do_sha256sum out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4412024-05-10T20:20:39.710Z++ case "$OSTYPE" in
4422024-05-10T20:20:39.736Z++ SHA=sha256sum
4432024-05-10T20:20:39.736Z++ sha256sum
4442024-05-10T20:20:39.736Z++ awk '{print $1}'
4452024-05-10T20:20:39.736Z+ calculated_sha2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4462024-05-10T20:20:39.737Z+ [[ 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 ]]
4472024-05-10T20:20:39.737Z+ set -o errexit
4482024-05-10T20:20:39.737Z+++ dirname ./tools/ci_download_dendrite_stub
4492024-05-10T20:20:39.737Z++ cd ./tools
4502024-05-10T20:20:39.737Z++ pwd
4512024-05-10T20:20:39.737Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4522024-05-10T20:20:39.737Z++ basename ./tools/ci_download_dendrite_stub
4532024-05-10T20:20:39.737Z+ ARG0=ci_download_dendrite_stub
4542024-05-10T20:20:39.737Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4552024-05-10T20:20:39.737Z++ CIDL_SHA256_ILLUMOS=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
4562024-05-10T20:20:39.737Z++ CIDL_SHA256_LINUX_DPD=c255370062ce616f6fce5630fad7a1fbfa63aa7db964aeb6de410ba4a4bc3193
4572024-05-10T20:20:39.737Z++ CIDL_SHA256_LINUX_SWADM=7899b1603518489b2276f9d9043107a267060e3b05be51f08002adf3d118a7c9
4582024-05-10T20:20:39.737Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4592024-05-10T20:20:39.737Z++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687
4602024-05-10T20:20:39.737Z++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4612024-05-10T20:20:39.737Z+ TARGET_DIR=out
4622024-05-10T20:20:39.737Z+ DOWNLOAD_DIR=out/downloads
4632024-05-10T20:20:39.737Z+ DEST_DIR=./out/dendrite-stub
4642024-05-10T20:20:39.737Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4652024-05-10T20:20:39.737Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4662024-05-10T20:20:39.737Z+ REPO=oxidecomputer/dendrite
4672024-05-10T20:20:39.738Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687
4682024-05-10T20:20:39.774Z+ main
4692024-05-10T20:20:39.774Z+ [[ 0 != 0 ]]
4702024-05-10T20:20:39.775Z+ CIDL_OS=solaris2.11
4712024-05-10T20:20:39.775Z+ [[ 0 != 0 ]]
4722024-05-10T20:20:39.775Z+ configure_os solaris2.11
4732024-05-10T20:20:39.776Z+ echo 'current directory: /work/oxidecomputer/omicron'
4742024-05-10T20:20:39.776Zcurrent directory: /work/oxidecomputer/omicron
4752024-05-10T20:20:39.776Z+ echo 'configuring based on OS: "solaris2.11"'
4762024-05-10T20:20:39.776Z+ case "$1" in
4772024-05-10T20:20:39.776Zconfiguring based on OS: "solaris2.11"
4782024-05-10T20:20:39.777Z+ SET_BINARIES=
4792024-05-10T20:20:39.777Z+ CIDL_SHA256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
4802024-05-10T20:20:39.777Z+ CIDL_SHA256FUNC=do_sha256sum
4812024-05-10T20:20:39.777Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
4822024-05-10T20:20:39.777Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
4832024-05-10T20:20:39.778Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
4842024-05-10T20:20:39.778Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz'
4852024-05-10T20:20:39.778ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
4862024-05-10T20:20:39.778Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
4872024-05-10T20:20:39.779ZLocal file: out/downloads/dendrite-stub.tar.gz
4882024-05-10T20:20:39.779Z+ mkdir -p out/downloads
4892024-05-10T20:20:39.779Z+ mkdir -p ./out/dendrite-stub
4902024-05-10T20:20:39.779Z+ fetch_and_verify
4912024-05-10T20:20:39.779Z+ local DO_DOWNLOAD=true
4922024-05-10T20:20:39.780Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
4932024-05-10T20:20:39.780Z+ '[' true == true ']'
4942024-05-10T20:20:39.780Z+ echo Downloading...
4952024-05-10T20:20:39.780ZDownloading...
4962024-05-10T20:20:39.780Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
4972024-05-10T20:20:39.780Z+ 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
4982024-05-10T20:20:49.134Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
4992024-05-10T20:20:49.159Z++ sha256sum
5002024-05-10T20:20:49.159Z++ awk '{print $1}'
5012024-05-10T20:20:49.159Z+ calculated_sha256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
5022024-05-10T20:20:49.159Z+ [[ 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 ]]
5032024-05-10T20:20:49.159Z+ do_untar out/downloads/dendrite-stub.tar.gz
5042024-05-10T20:20:49.159Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5052024-05-10T20:20:49.996Z+ do_assemble
5062024-05-10T20:20:49.997Z+ rm -r ./out/dendrite-stub
5072024-05-10T20:20:50.028Z+ mkdir ./out/dendrite-stub
5082024-05-10T20:20:50.028Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5092024-05-10T20:20:50.153Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5102024-05-10T20:20:50.183Z+ set -o errexit
5112024-05-10T20:20:50.183Z+++ dirname ./tools/ci_download_maghemite_mgd
5122024-05-10T20:20:50.183Z++ cd ./tools
5132024-05-10T20:20:50.184Z++ pwd
5142024-05-10T20:20:50.184Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5152024-05-10T20:20:50.184Z++ basename ./tools/ci_download_maghemite_mgd
5162024-05-10T20:20:50.184Z+ ARG0=ci_download_maghemite_mgd
5172024-05-10T20:20:50.184Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5182024-05-10T20:20:50.184Z++ CIDL_SHA256=4526aa3247002df2085b95a88829dae6513c65e2546fa78f64556911bdcad9bc
5192024-05-10T20:20:50.185Z++ MGD_LINUX_SHA256=1b2c2c099e820157e7e038e6ce91c335d69437c714e51e3df4cced72dc60ce5c
5202024-05-10T20:20:50.185Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5212024-05-10T20:20:50.185Z++ COMMIT=6b9c699e5b2091e359bad0f7fe168112d181892d
5222024-05-10T20:20:50.185Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5232024-05-10T20:20:50.185Z+ TARGET_DIR=out
5242024-05-10T20:20:50.185Z+ DOWNLOAD_DIR=out/downloads
5252024-05-10T20:20:50.185Z+ DEST_DIR=./out/mgd
5262024-05-10T20:20:50.185Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5272024-05-10T20:20:50.186Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5282024-05-10T20:20:50.186Z+ REPO=oxidecomputer/maghemite
5292024-05-10T20:20:50.186Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d
5302024-05-10T20:20:50.186Z+ main
5312024-05-10T20:20:50.186Z+ rm -rf out/downloads/root
5322024-05-10T20:20:50.213Z+ [[ 0 != 0 ]]
5332024-05-10T20:20:50.213Z+ CIDL_OS=solaris2.11
5342024-05-10T20:20:50.213Z+ [[ 0 != 0 ]]
5352024-05-10T20:20:50.214Z+ configure_os solaris2.11
5362024-05-10T20:20:50.214Z+ echo 'current directory: /work/oxidecomputer/omicron'
5372024-05-10T20:20:50.214Z+ echo 'configuring based on OS: "solaris2.11"'
5382024-05-10T20:20:50.214Z+ case "$1" in
5392024-05-10T20:20:50.214Zcurrent directory: /work/oxidecomputer/omicron
5402024-05-10T20:20:50.214Zconfiguring based on OS: "solaris2.11"
5412024-05-10T20:20:50.214Z+ SET_BINARIES=
5422024-05-10T20:20:50.214Z+ CIDL_SHA256FUNC=do_sha256sum
5432024-05-10T20:20:50.215Z+ TARBALL_FILENAME=mgd.tar.gz
5442024-05-10T20:20:50.215Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz
5452024-05-10T20:20:50.215Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5462024-05-10T20:20:50.215Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz'
5472024-05-10T20:20:50.215ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz
5482024-05-10T20:20:50.215Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5492024-05-10T20:20:50.216Z+ mkdir -p out/downloads
5502024-05-10T20:20:50.216ZLocal file: out/downloads/mgd.tar.gz
5512024-05-10T20:20:50.216Z+ mkdir -p ./out/mgd
5522024-05-10T20:20:50.216Z+ fetch_and_verify
5532024-05-10T20:20:50.216Z+ local DO_DOWNLOAD=true
5542024-05-10T20:20:50.216Z+ [[ -f out/downloads/mgd.tar.gz ]]
5552024-05-10T20:20:50.216Z+ '[' true == true ']'
5562024-05-10T20:20:50.216Z+ echo Downloading...
5572024-05-10T20:20:50.216Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz out/downloads/mgd.tar.gz
5582024-05-10T20:20:50.217ZDownloading...
5592024-05-10T20:20:50.217Z+ 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
5602024-05-10T20:20:59.992Z++ do_sha256sum out/downloads/mgd.tar.gz
5612024-05-10T20:21:00.031Z++ sha256sum
5622024-05-10T20:21:00.031Z++ awk '{print $1}'
5632024-05-10T20:21:00.474Z+ calculated_sha256=4526aa3247002df2085b95a88829dae6513c65e2546fa78f64556911bdcad9bc
5642024-05-10T20:21:00.474Z+ [[ 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 ]]
5652024-05-10T20:21:00.474Z+ do_untar out/downloads/mgd.tar.gz
5662024-05-10T20:21:00.474Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
5672024-05-10T20:21:00.787Z+ do_assemble
5682024-05-10T20:21:00.787Z+ rm -r ./out/mgd
5692024-05-10T20:21:00.814Z+ mkdir ./out/mgd
5702024-05-10T20:21:00.814Z+ cp -r out/downloads/root ./out/mgd/root
5712024-05-10T20:21:00.885Z+ set -o errexit
5722024-05-10T20:21:00.910Z+++ dirname ./tools/ci_download_transceiver_control
5732024-05-10T20:21:00.910Z++ cd ./tools
5742024-05-10T20:21:00.910Z++ pwd
5752024-05-10T20:21:00.911Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5762024-05-10T20:21:00.911Z++ basename ./tools/ci_download_transceiver_control
5772024-05-10T20:21:00.911Z+ ARG0=ci_download_transceiver_control
5782024-05-10T20:21:00.911Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5792024-05-10T20:21:00.911Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5802024-05-10T20:21:00.911Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5812024-05-10T20:21:00.911Z+ TARGET_DIR=out
5822024-05-10T20:21:00.911Z+ DOWNLOAD_DIR=out/downloads
5832024-05-10T20:21:00.911Z+ DEST_DIR=./out/transceiver-control
5842024-05-10T20:21:00.911Z+ BIN_DIR=/opt/oxide/bin
5852024-05-10T20:21:00.911Z+ BINARY=xcvradm
5862024-05-10T20:21:00.911Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5872024-05-10T20:21:00.911Z+ REPO=oxidecomputer/transceiver-control
5882024-05-10T20:21:00.911Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5892024-05-10T20:21:00.911Z+ main
5902024-05-10T20:21:00.911Z+ [[ 0 != 0 ]]
5912024-05-10T20:21:00.911Z+ CIDL_OS=solaris2.11
5922024-05-10T20:21:00.911Z+ [[ 0 != 0 ]]
5932024-05-10T20:21:00.911Z+ configure_os solaris2.11
5942024-05-10T20:21:00.911Z+ echo 'current directory: /work/oxidecomputer/omicron'
5952024-05-10T20:21:00.911Z+ echo 'configuring based on OS: "solaris2.11"'
5962024-05-10T20:21:00.911Zcurrent directory: /work/oxidecomputer/omicron
5972024-05-10T20:21:00.911Zconfiguring based on OS: "solaris2.11"
5982024-05-10T20:21:00.912Z+ case "$1" in
5992024-05-10T20:21:00.912Z+ SET_BINARIES=
6002024-05-10T20:21:00.912Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6012024-05-10T20:21:00.912Z+ CIDL_SHA256FUNC=do_sha256sum
6022024-05-10T20:21:00.912Z+ ARCHIVE_FILENAME=xcvradm.gz
6032024-05-10T20:21:00.912Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6042024-05-10T20:21:00.912Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6052024-05-10T20:21:00.912Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6062024-05-10T20:21:00.912ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6072024-05-10T20:21:00.912Z+ echo 'Local file: out/downloads/xcvradm.gz'
6082024-05-10T20:21:00.912Z+ mkdir -p out/downloads
6092024-05-10T20:21:00.912ZLocal file: out/downloads/xcvradm.gz
6102024-05-10T20:21:00.912Z+ mkdir -p ./out/transceiver-control
6112024-05-10T20:21:00.912Z+ fetch_and_verify
6122024-05-10T20:21:00.912Z+ local DO_DOWNLOAD=true
6132024-05-10T20:21:00.912Z+ [[ -f out/downloads/xcvradm.gz ]]
6142024-05-10T20:21:00.912Z+ '[' true == true ']'
6152024-05-10T20:21:00.912Z+ echo Downloading...
6162024-05-10T20:21:00.912ZDownloading...
6172024-05-10T20:21:00.912Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6182024-05-10T20:21:00.912Z+ 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
6192024-05-10T20:21:10.104Z++ do_sha256sum out/downloads/xcvradm.gz
6202024-05-10T20:21:10.141Z++ sha256sum
6212024-05-10T20:21:10.141Z++ awk '{print $1}'
6222024-05-10T20:21:10.141Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6232024-05-10T20:21:10.142Z+ [[ 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 ]]
6242024-05-10T20:21:10.142Z+ do_unpack out/downloads/xcvradm.gz
6252024-05-10T20:21:10.142Z+ mkdir -p out/downloads/root//opt/oxide/bin
6262024-05-10T20:21:10.143Z+ gzip -dc out/downloads/xcvradm.gz
6272024-05-10T20:21:10.215Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6282024-05-10T20:21:10.241Z+ do_assemble
6292024-05-10T20:21:10.241Z+ rm -r ./out/transceiver-control
6302024-05-10T20:21:10.242Z+ mkdir ./out/transceiver-control
6312024-05-10T20:21:10.242Z+ cp -r out/downloads/root ./out/transceiver-control/root
6322024-05-10T20:21:10.315Z+ set -o errexit
6332024-05-10T20:21:10.346Z+++ dirname ./tools/ci_download_thundermuffin
6342024-05-10T20:21:10.346Z++ cd ./tools
6352024-05-10T20:21:10.346Z++ pwd
6362024-05-10T20:21:10.346Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6372024-05-10T20:21:10.347Z++ basename ./tools/ci_download_thundermuffin
6382024-05-10T20:21:10.347Z+ ARG0=ci_download_thundermuffin
6392024-05-10T20:21:10.347Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
6402024-05-10T20:21:10.347Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6412024-05-10T20:21:10.347Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
6422024-05-10T20:21:10.347Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
6432024-05-10T20:21:10.347Z+ TARGET_DIR=out
6442024-05-10T20:21:10.347Z+ DOWNLOAD_DIR=out/downloads
6452024-05-10T20:21:10.347Z+ DEST_DIR=./out/thundermuffin
6462024-05-10T20:21:10.347Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
6472024-05-10T20:21:10.348Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6482024-05-10T20:21:10.348Z+ REPO=oxidecomputer/thundermuffin
6492024-05-10T20:21:10.348Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
6502024-05-10T20:21:10.348Z+ main
6512024-05-10T20:21:10.348Z+ rm -rf out/downloads/root
6522024-05-10T20:21:10.348Z+ [[ 0 != 0 ]]
6532024-05-10T20:21:10.348Z+ CIDL_OS=solaris2.11
6542024-05-10T20:21:10.348Z+ [[ 0 != 0 ]]
6552024-05-10T20:21:10.348Z+ configure_os solaris2.11
6562024-05-10T20:21:10.348Z+ echo 'current directory: /work/oxidecomputer/omicron'
6572024-05-10T20:21:10.348Z+ echo 'configuring based on OS: "solaris2.11"'
6582024-05-10T20:21:10.348Zcurrent directory: /work/oxidecomputer/omicron
6592024-05-10T20:21:10.348Zconfiguring based on OS: "solaris2.11"
6602024-05-10T20:21:10.348Z+ case "$1" in
6612024-05-10T20:21:10.348Z+ SET_BINARIES=
6622024-05-10T20:21:10.349Z+ CIDL_SHA256FUNC=do_sha256sum
6632024-05-10T20:21:10.349Z+ TARBALL_FILENAME=thundermuffin.tar.gz
6642024-05-10T20:21:10.349Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6652024-05-10T20:21:10.349Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
6662024-05-10T20:21:10.349Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
6672024-05-10T20:21:10.349Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
6682024-05-10T20:21:10.349ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6692024-05-10T20:21:10.349ZLocal file: out/downloads/thundermuffin.tar.gz
6702024-05-10T20:21:10.349Z+ mkdir -p out/downloads
6712024-05-10T20:21:10.349Z+ mkdir -p ./out/thundermuffin
6722024-05-10T20:21:10.349Z+ fetch_and_verify
6732024-05-10T20:21:10.350Z+ local DO_DOWNLOAD=true
6742024-05-10T20:21:10.350Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
6752024-05-10T20:21:10.350Z+ '[' true == true ']'
6762024-05-10T20:21:10.350Z+ echo Downloading...
6772024-05-10T20:21:10.350Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
6782024-05-10T20:21:10.350ZDownloading...
6792024-05-10T20:21:10.350Z+ 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
6802024-05-10T20:21:11.380Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
6812024-05-10T20:21:11.423Z++ sha256sum
6822024-05-10T20:21:11.424Z++ awk '{print $1}'
6832024-05-10T20:21:11.424Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6842024-05-10T20:21:11.424Z+ [[ 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 ]]
6852024-05-10T20:21:11.424Z+ do_untar out/downloads/thundermuffin.tar.gz
6862024-05-10T20:21:11.424Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
6872024-05-10T20:21:11.487Z+ do_assemble
6882024-05-10T20:21:11.487Z+ rm -r ./out/thundermuffin
6892024-05-10T20:21:11.517Z+ mkdir ./out/thundermuffin
6902024-05-10T20:21:11.517Z+ cp -r out/downloads/root ./out/thundermuffin/root
6912024-05-10T20:21:11.517ZAll prerequisites installed successfully
6922024-05-10T20:21:11.517Z
6932024-05-10T20:21:11.517Zreal 1:55.596515099
6942024-05-10T20:21:11.517Zuser 43.971705994
6952024-05-10T20:21:11.517Zsys 11.131319544
6962024-05-10T20:21:11.518Ztrap 0.013469483
6972024-05-10T20:21:11.518Ztflt 0.010989076
6982024-05-10T20:21:11.518Zdflt 0.018156518
6992024-05-10T20:21:11.518Zkflt 0.005066629
7002024-05-10T20:21:11.518Zlock 1.902472827
7012024-05-10T20:21:11.518Zslp 4:00.296313077
7022024-05-10T20:21:11.518Zlat 4.689576321
7032024-05-10T20:21:11.518Zstop 0.066565151
7042024-05-10T20:21:11.519Z+ banner end-to-end-tests
7052024-05-10T20:21:11.519Z
7062024-05-10T20:21:11.519Z ###### # # ##### ##### #### ###### # # #####
7072024-05-10T20:21:11.519Z # ## # # # # # # # ## # # #
7082024-05-10T20:21:11.519Z ##### # # # # # ##### # # # ##### ##### # # # # #
7092024-05-10T20:21:11.519Z # # # # # # # # # # # # # # #
7102024-05-10T20:21:11.519Z # # ## # # # # # # # ## # #
7112024-05-10T20:21:11.519Z ###### # # ##### # #### ###### # # #####
7122024-05-10T20:21:11.519Z
7132024-05-10T20:21:11.519Z+ export CARGO_PROFILE_DEV_DEBUG=1
7142024-05-10T20:21:11.520Z+ CARGO_PROFILE_DEV_DEBUG=1
7152024-05-10T20:21:11.520Z+ export CARGO_PROFILE_TEST_DEBUG=1
7162024-05-10T20:21:11.520Z+ CARGO_PROFILE_TEST_DEBUG=1
7172024-05-10T20:21:11.520Z+ export CARGO_INCREMENTAL=0
7182024-05-10T20:21:11.520Z+ CARGO_INCREMENTAL=0
7192024-05-10T20:21:11.520Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7202024-05-10T20:21:11.767Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7212024-05-10T20:21:12.351Z Updating git repository `https://github.com/oxidecomputer/zone`
7222024-05-10T20:21:12.859Z Updating crates.io index
7232024-05-10T20:21:12.947Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7242024-05-10T20:21:13.831Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7252024-05-10T20:21:14.795Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7262024-05-10T20:21:17.248Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7272024-05-10T20:21:17.718Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7282024-05-10T20:21:18.220Z Updating git repository `https://github.com/oxidecomputer/propolis`
7292024-05-10T20:21:19.433Z Updating git repository `https://github.com/oxidecomputer/crucible`
7302024-05-10T20:21:23.935Z Updating git repository `https://github.com/oxidecomputer/opte`
7312024-05-10T20:21:24.081Z Updating git repository `https://github.com/oxidecomputer/falcon`
7322024-05-10T20:21:24.081Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7332024-05-10T20:21:24.081Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7342024-05-10T20:21:24.377Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7352024-05-10T20:21:24.914Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7362024-05-10T20:21:25.442Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7372024-05-10T20:21:26.002Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7382024-05-10T20:21:26.503Z Updating git repository `http://github.com/oxidecomputer/tofino`
7392024-05-10T20:21:27.059Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7402024-05-10T20:21:27.541Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7412024-05-10T20:21:27.915Z Updating git repository `https://github.com/oxidecomputer/libnvme`
7422024-05-10T20:21:28.346Z Updating git repository `https://github.com/oxidecomputer/ispf`
7432024-05-10T20:21:28.867Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7442024-05-10T20:21:29.269Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7452024-05-10T20:21:30.004Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7462024-05-10T20:21:30.863Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7472024-05-10T20:21:30.890Z Updating git repository `https://github.com/jgallagher/nix`
7482024-05-10T20:21:32.015Z Updating git repository `https://github.com/cbiffle/hubpack`
7492024-05-10T20:21:32.497Z Updating git repository `https://github.com/oxidecomputer/typify`
7502024-05-10T20:21:34.657Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7512024-05-10T20:21:35.162Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7522024-05-10T20:21:35.566Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7532024-05-10T20:21:36.262Z Updating git repository `https://github.com/oxidecomputer/rfb`
7542024-05-10T20:21:37.722Z Downloading crates ...
7552024-05-10T20:21:37.887Z Downloaded ipnetwork v0.20.0
7562024-05-10T20:21:37.931Z Downloaded sigpipe v0.1.3
7572024-05-10T20:21:38.554Z Downloaded slog-stdlog v4.1.1
7582024-05-10T20:21:38.555Z Downloaded spin v0.5.2
7592024-05-10T20:21:38.555Z Downloaded smf v0.2.3
7602024-05-10T20:21:38.555Z Downloaded curve25519-dalek v4.1.2
7612024-05-10T20:21:38.555Z Downloaded papergrid v0.11.0
7622024-05-10T20:21:38.555Z Downloaded unicode-normalization v0.1.22
7632024-05-10T20:21:38.555Z Downloaded unsafe-libyaml v0.2.10
7642024-05-10T20:21:38.555Z Downloaded num-complex v0.4.5
7652024-05-10T20:21:38.555Z Downloaded slog-term v2.9.1
7662024-05-10T20:21:38.555Z Downloaded usdt-attr-macro v0.5.0
7672024-05-10T20:21:38.555Z Downloaded unicode-width v0.1.11
7682024-05-10T20:21:38.555Z Downloaded usdt v0.3.5
7692024-05-10T20:21:38.555Z Downloaded utf-8 v0.7.6
7702024-05-10T20:21:38.555Z Downloaded usdt-impl v0.3.5
7712024-05-10T20:21:38.556Z Downloaded walkdir v2.5.0
7722024-05-10T20:21:38.556Z Downloaded dhcproto-macros v0.1.0
7732024-05-10T20:21:38.556Z Downloaded version_check v0.9.4
7742024-05-10T20:21:38.556Z Downloaded usdt-macro v0.5.0
7752024-05-10T20:21:38.556Z Downloaded utf8parse v0.2.1
7762024-05-10T20:21:38.556Z Downloaded pest_meta v2.7.6
7772024-05-10T20:21:38.556Z Downloaded diesel_table_macro_syntax v0.1.0
7782024-05-10T20:21:38.556Z Downloaded zone v0.1.8
7792024-05-10T20:21:38.556Z Downloaded usdt-macro v0.3.5
7802024-05-10T20:21:38.556Z Downloaded vsss-rs v3.3.4
7812024-05-10T20:21:38.556Z Downloaded zeroize_derive v1.4.2
7822024-05-10T20:21:38.556Z Downloaded omicron-zone-package v0.11.0
7832024-05-10T20:21:38.556Z Downloaded p256 v0.13.2
7842024-05-10T20:21:38.556Z Downloaded waitgroup v0.1.2
7852024-05-10T20:21:38.556Z Downloaded usdt-impl v0.5.0
7862024-05-10T20:21:38.556Z Downloaded usdt-attr-macro v0.3.5
7872024-05-10T20:21:38.556Z Downloaded dtrace-parser v0.2.0
7882024-05-10T20:21:38.556Z Downloaded equivalent v1.0.1
7892024-05-10T20:21:38.556Z Downloaded deranged v0.3.11
7902024-05-10T20:21:38.556Z Downloaded zeroize v1.7.0
7912024-05-10T20:21:38.556Z Downloaded endian-type v0.1.2
7922024-05-10T20:21:38.557Z Downloaded foreign-types-shared v0.3.1
7932024-05-10T20:21:38.557Z Downloaded zerocopy-derive v0.7.32
7942024-05-10T20:21:38.557Z Downloaded phf_shared v0.10.0
7952024-05-10T20:21:38.557Z Downloaded yasna v0.5.2
7962024-05-10T20:21:38.557Z Downloaded hubpack_derive v0.1.1
7972024-05-10T20:21:38.557Z Downloaded derive_more v0.99.17
7982024-05-10T20:21:38.557Z Downloaded portpicker v0.1.1
7992024-05-10T20:21:38.557Z Downloaded fxhash v0.2.1
8002024-05-10T20:21:38.557Z Downloaded headers-core v0.2.0
8012024-05-10T20:21:38.557Z Downloaded openssl-sys v0.9.102
8022024-05-10T20:21:38.557Z Downloaded strum v0.26.2
8032024-05-10T20:21:38.557Z Downloaded take_mut v0.2.2
8042024-05-10T20:21:38.557Z Downloaded gethostname v0.4.3
8052024-05-10T20:21:38.557Z Downloaded hex v0.4.3
8062024-05-10T20:21:38.557Z Downloaded http-range v0.1.5
8072024-05-10T20:21:38.557Z Downloaded hostname v0.3.1
8082024-05-10T20:21:38.557Z Downloaded psl-types v2.0.11
8092024-05-10T20:21:38.557Z Downloaded phf_shared v0.11.2
8102024-05-10T20:21:38.557Z Downloaded plain v0.2.3
8112024-05-10T20:21:38.557Z Downloaded polyval v0.6.1
8122024-05-10T20:21:38.558Z Downloaded rustls-pki-types v1.3.0
8132024-05-10T20:21:38.558Z Downloaded serde_tokenstream v0.2.0
8142024-05-10T20:21:38.558Z Downloaded pretty-hex v0.4.1
8152024-05-10T20:21:38.558Z Downloaded time-core v0.1.2
8162024-05-10T20:21:38.558Z Downloaded rustfmt-wrapper v0.2.1
8172024-05-10T20:21:38.558Z Downloaded foreign-types-macros v0.2.3
8182024-05-10T20:21:38.558Z Downloaded toml_datetime v0.6.5
8192024-05-10T20:21:38.558Z Downloaded proc-macro-error-attr v1.0.4
8202024-05-10T20:21:38.558Z Downloaded russh-cryptovec v0.7.0
8212024-05-10T20:21:38.558Z Downloaded poly1305 v0.8.0
8222024-05-10T20:21:38.558Z Downloaded strsim v0.11.0
8232024-05-10T20:21:38.558Z Downloaded swrite v0.1.0
8242024-05-10T20:21:38.558Z Downloaded signal-hook-mio v0.2.3
8252024-05-10T20:21:38.558Z Downloaded tower-service v0.3.2
8262024-05-10T20:21:38.558Z Downloaded toolchain_find v0.4.0
8272024-05-10T20:21:38.558Z Downloaded scroll v0.12.0
8282024-05-10T20:21:38.558Z Downloaded sct v0.7.0
8292024-05-10T20:21:38.558Z Downloaded precomputed-hash v0.1.1
8302024-05-10T20:21:38.558Z Downloaded thread_local v1.1.7
8312024-05-10T20:21:38.558Z Downloaded thread-id v4.2.0
8322024-05-10T20:21:38.558Z Downloaded rfc6979 v0.4.0
8332024-05-10T20:21:38.559Z Downloaded futures v0.3.30
8342024-05-10T20:21:38.559Z Downloaded semver v0.1.20
8352024-05-10T20:21:38.559Z Downloaded tinyvec_macros v0.1.1
8362024-05-10T20:21:38.559Z Downloaded topological-sort v0.2.2
8372024-05-10T20:21:38.559Z Downloaded headers v0.3.9
8382024-05-10T20:21:38.559Z Downloaded strum_macros v0.25.2
8392024-05-10T20:21:38.559Z Downloaded r2d2 v0.8.10
8402024-05-10T20:21:38.559Z Downloaded elliptic-curve v0.13.8
8412024-05-10T20:21:38.559Z Downloaded resolv-conf v0.7.0
8422024-05-10T20:21:38.559Z Downloaded semver v1.0.22
8432024-05-10T20:21:38.559Z Downloaded subtle v2.5.0
8442024-05-10T20:21:38.559Z Downloaded thiserror v1.0.59
8452024-05-10T20:21:38.559Z Downloaded tokio-tungstenite v0.20.1
8462024-05-10T20:21:38.559Z Downloaded tokio-macros v2.2.0
8472024-05-10T20:21:38.559Z Downloaded flate2 v1.0.28
8482024-05-10T20:21:38.559Z Downloaded term v0.7.0
8492024-05-10T20:21:38.559Z Downloaded signal-hook v0.3.17
8502024-05-10T20:21:38.559Z Downloaded strum_macros v0.26.1
8512024-05-10T20:21:38.559Z Downloaded serde_yaml v0.9.25
8522024-05-10T20:21:38.559Z Downloaded quote v1.0.36
8532024-05-10T20:21:38.560Z Downloaded serde_with_macros v3.7.0
8542024-05-10T20:21:38.560Z Downloaded rand_core v0.6.4
8552024-05-10T20:21:38.560Z Downloaded tracing v0.1.40
8562024-05-10T20:21:38.560Z Downloaded serde v1.0.199
8572024-05-10T20:21:38.587Z Downloaded steno v0.4.0
8582024-05-10T20:21:38.587Z Downloaded toml v0.7.8
8592024-05-10T20:21:38.587Z Downloaded tokio-util v0.7.10
8602024-05-10T20:21:38.587Z Downloaded subprocess v0.2.9
8612024-05-10T20:21:38.587Z Downloaded trust-dns-resolver v0.22.0
8622024-05-10T20:21:38.587Z Downloaded petgraph v0.6.4
8632024-05-10T20:21:38.587Z Downloaded russh v0.43.0
8642024-05-10T20:21:38.587Z Downloaded syn v1.0.109
8652024-05-10T20:21:38.587Z Downloaded regex-automata v0.1.10
8662024-05-10T20:21:38.587Z Downloaded serde_json v1.0.116
8672024-05-10T20:21:38.587Z Downloaded reqwest v0.11.27
8682024-05-10T20:21:38.588Z Downloaded rayon v1.10.0
8692024-05-10T20:21:38.588Z Downloaded regex-automata v0.4.5
8702024-05-10T20:21:38.588Z Downloaded sha3 v0.10.8
8712024-05-10T20:21:38.588Z Downloaded encoding_rs v0.8.33
8722024-05-10T20:21:38.588Z Downloaded trust-dns-proto v0.22.0
8732024-05-10T20:21:38.588Z Downloaded zerocopy-derive v0.6.6
8742024-05-10T20:21:38.588Z Downloaded zerocopy-derive v0.2.0
8752024-05-10T20:21:38.588Z Downloaded regex-syntax v0.8.2
8762024-05-10T20:21:38.588Z Downloaded tokio v1.37.0
8772024-05-10T20:21:38.613Z Downloaded winapi v0.3.9
8782024-05-10T20:21:38.652Z Downloaded regress v0.9.1
8792024-05-10T20:21:38.678Z Downloaded rustls v0.22.4
8802024-05-10T20:21:38.703Z Downloaded rustix v0.38.31
8812024-05-10T20:21:38.730Z Downloaded radix_trie v0.2.1
8822024-05-10T20:21:38.730Z Downloaded syn v2.0.60
8832024-05-10T20:21:38.755Z Downloaded rustls v0.21.9
8842024-05-10T20:21:38.780Z Downloaded gimli v0.28.0
8852024-05-10T20:21:38.780Z Downloaded libc v0.2.153
8862024-05-10T20:21:38.820Z Downloaded rustls-webpki v0.102.1
8872024-05-10T20:21:38.858Z Downloaded ring v0.17.8
8882024-05-10T20:21:38.947Z Downloaded ring v0.16.20
8892024-05-10T20:21:39.043Z Downloaded tabled v0.15.0
8902024-05-10T20:21:39.069Z Downloaded webpki-roots v0.25.2
8912024-05-10T20:21:39.069Z Downloaded serde_with v3.7.0
8922024-05-10T20:21:39.094Z Downloaded rand v0.7.3
8932024-05-10T20:21:39.094Z Downloaded rustls-webpki v0.101.7
8942024-05-10T20:21:39.121Z Downloaded goblin v0.8.0
8952024-05-10T20:21:39.121Z Downloaded diesel v2.1.6
8962024-05-10T20:21:39.145Z Downloaded vcpkg v0.2.15
8972024-05-10T20:21:39.185Z Downloaded openapiv3 v2.0.0
8982024-05-10T20:21:39.210Z Downloaded regex v1.10.4
8992024-05-10T20:21:39.235Z Downloaded hkdf v0.12.4
9002024-05-10T20:21:39.236Z Downloaded h2 v0.3.26
9012024-05-10T20:21:39.236Z Downloaded futures-util v0.3.30
9022024-05-10T20:21:39.260Z Downloaded smoltcp v0.11.0
9032024-05-10T20:21:39.260Z Downloaded hyper v0.14.28
9042024-05-10T20:21:39.285Z Downloaded hashbrown v0.14.3
9052024-05-10T20:21:39.285Z Downloaded smoltcp v0.9.1
9062024-05-10T20:21:39.309Z Downloaded openssl v0.10.64
9072024-05-10T20:21:39.309Z Downloaded object v0.32.1
9082024-05-10T20:21:39.335Z Downloaded rayon-core v1.12.1
9092024-05-10T20:21:39.335Z Downloaded toml_edit v0.22.12
9102024-05-10T20:21:39.371Z Downloaded winnow v0.6.1
9112024-05-10T20:21:39.371Z Downloaded time v0.3.34
9122024-05-10T20:21:39.371Z Downloaded trust-dns-server v0.22.1
9132024-05-10T20:21:39.428Z Downloaded trust-dns-client v0.22.0
9142024-05-10T20:21:39.429Z Downloaded toml_edit v0.19.15
9152024-05-10T20:21:39.429Z Downloaded hashbrown v0.12.3
9162024-05-10T20:21:39.429Z Downloaded rand v0.8.5
9172024-05-10T20:21:39.429Z Downloaded http v0.2.12
9182024-05-10T20:21:39.429Z Downloaded expectorate v1.1.0
9192024-05-10T20:21:39.429Z Downloaded serde_derive v1.0.199
9202024-05-10T20:21:39.430Z Downloaded toml v0.8.12
9212024-05-10T20:21:39.430Z Downloaded toml v0.5.11
9222024-05-10T20:21:39.456Z Downloaded ryu v1.0.15
9232024-05-10T20:21:39.456Z Downloaded winnow v0.5.15
9242024-05-10T20:21:39.456Z Downloaded termcolor v1.2.0
9252024-05-10T20:21:39.456Z Downloaded schemars v0.8.17
9262024-05-10T20:21:39.480Z Downloaded publicsuffix v2.2.3
9272024-05-10T20:21:39.480Z Downloaded zerocopy v0.7.32
9282024-05-10T20:21:39.505Z Downloaded tokio-postgres v0.7.10
9292024-05-10T20:21:39.505Z Downloaded http v1.0.0
9302024-05-10T20:21:39.506Z Downloaded rustc-demangle v0.1.23
9312024-05-10T20:21:39.506Z Downloaded rand_core v0.5.1
9322024-05-10T20:21:39.506Z Downloaded rand_chacha v0.3.1
9332024-05-10T20:21:39.506Z Downloaded tracing-attributes v0.1.27
9342024-05-10T20:21:39.506Z Downloaded rustversion v1.0.14
9352024-05-10T20:21:39.506Z Downloaded ed25519-dalek v2.0.0
9362024-05-10T20:21:39.532Z Downloaded p521 v0.13.3
9372024-05-10T20:21:39.532Z Downloaded proc-macro-error v1.0.4
9382024-05-10T20:21:39.533Z Downloaded proc-macro-crate v1.3.1
9392024-05-10T20:21:39.533Z Downloaded spin v0.9.8
9402024-05-10T20:21:39.533Z Downloaded russh-keys v0.43.0
9412024-05-10T20:21:39.533Z Downloaded tracing-core v0.1.32
9422024-05-10T20:21:39.533Z Downloaded tokio-stream v0.1.15
9432024-05-10T20:21:39.533Z Downloaded tinyvec v1.6.0
9442024-05-10T20:21:39.562Z Downloaded tungstenite v0.20.1
9452024-05-10T20:21:39.563Z Downloaded rcgen v0.12.1
9462024-05-10T20:21:39.563Z Downloaded heapless v0.8.0
9472024-05-10T20:21:39.563Z Downloaded heapless v0.7.16
9482024-05-10T20:21:39.563Z Downloaded terminal_size v0.3.0
9492024-05-10T20:21:39.563Z Downloaded sha2 v0.10.8
9502024-05-10T20:21:39.563Z Downloaded tar v0.4.40
9512024-05-10T20:21:39.564Z Downloaded tokio-native-tls v0.3.1
9522024-05-10T20:21:39.597Z Downloaded serde_arrays v0.1.0
9532024-05-10T20:21:39.597Z Downloaded sha1 v0.10.6
9542024-05-10T20:21:39.597Z Downloaded ron v0.7.1
9552024-05-10T20:21:39.598Z Downloaded pest v2.7.6
9562024-05-10T20:21:39.598Z Downloaded tempfile v3.10.1
9572024-05-10T20:21:39.598Z Downloaded serde_repr v0.1.16
9582024-05-10T20:21:39.598Z Downloaded serde_path_to_error v0.1.16
9592024-05-10T20:21:39.598Z Downloaded flume v0.11.0
9602024-05-10T20:21:39.598Z Downloaded idna v0.3.0
9612024-05-10T20:21:39.632Z Downloaded same-file v1.0.6
9622024-05-10T20:21:39.632Z Downloaded rustc_version v0.1.7
9632024-05-10T20:21:39.633Z Downloaded structmeta v0.3.0
9642024-05-10T20:21:39.633Z Downloaded stringprep v0.1.3
9652024-05-10T20:21:39.633Z Downloaded ppv-lite86 v0.2.17
9662024-05-10T20:21:39.633Z Downloaded powerfmt v0.2.0
9672024-05-10T20:21:39.633Z Downloaded spki v0.7.2
9682024-05-10T20:21:39.633Z Downloaded thiserror-impl v1.0.59
9692024-05-10T20:21:39.633Z Downloaded secrecy v0.8.0
9702024-05-10T20:21:39.634Z Downloaded tokio-rustls v0.25.0
9712024-05-10T20:21:39.634Z Downloaded proc-macro2 v1.0.81
9722024-05-10T20:21:39.634Z Downloaded nom v7.1.3
9732024-05-10T20:21:39.634Z Downloaded itertools v0.10.5
9742024-05-10T20:21:39.666Z Downloaded stable_deref_trait v1.2.0
9752024-05-10T20:21:39.666Z Downloaded tokio-rustls v0.24.1
9762024-05-10T20:21:39.666Z Downloaded libm v0.2.7
9772024-05-10T20:21:39.667Z Downloaded scheduled-thread-pool v0.2.7
9782024-05-10T20:21:39.667Z Downloaded rand_chacha v0.2.2
9792024-05-10T20:21:39.667Z Downloaded time-macros v0.2.17
9802024-05-10T20:21:39.667Z Downloaded schemars_derive v0.8.17
9812024-05-10T20:21:39.667Z Downloaded serde_derive_internals v0.29.0
9822024-05-10T20:21:39.667Z Downloaded postcard v1.0.8
9832024-05-10T20:21:39.667Z Downloaded thiserror-no-std v2.0.2
9842024-05-10T20:21:39.708Z Downloaded thiserror-impl-no-std v2.0.2
9852024-05-10T20:21:39.708Z Downloaded static_assertions v1.1.0
9862024-05-10T20:21:39.708Z Downloaded sec1 v0.7.3
9872024-05-10T20:21:39.708Z Downloaded postgres-types v0.2.6
9882024-05-10T20:21:39.708Z Downloaded postgres-protocol v0.6.6
9892024-05-10T20:21:39.708Z Downloaded try-lock v0.2.4
9902024-05-10T20:21:39.708Z Downloaded pretty-hex v0.2.1
9912024-05-10T20:21:39.709Z Downloaded predicates-core v1.0.6
9922024-05-10T20:21:39.709Z Downloaded predicates v3.1.0
9932024-05-10T20:21:39.709Z Downloaded tokio-tungstenite v0.21.0
9942024-05-10T20:21:39.709Z Downloaded primeorder v0.13.6
9952024-05-10T20:21:39.709Z Downloaded hmac v0.12.1
9962024-05-10T20:21:39.709Z Downloaded half v2.3.1
9972024-05-10T20:21:39.709Z Downloaded dyn-clone v1.0.17
9982024-05-10T20:21:39.709Z Downloaded diesel_derives v2.1.2
9992024-05-10T20:21:39.709Z Downloaded strsim v0.10.0
10002024-05-10T20:21:39.742Z Downloaded scopeguard v1.2.0
10012024-05-10T20:21:39.742Z Downloaded rustc_version v0.4.0
10022024-05-10T20:21:39.742Z Downloaded rustls-pemfile v2.1.2
10032024-05-10T20:21:39.742Z Downloaded pkcs8 v0.10.2
10042024-05-10T20:21:39.742Z Downloaded httparse v1.8.0
10052024-05-10T20:21:39.742Z Downloaded hyper-rustls v0.24.2
10062024-05-10T20:21:39.742Z Downloaded fixedbitset v0.4.2
10072024-05-10T20:21:39.742Z Downloaded zip v0.6.6
10082024-05-10T20:21:39.742Z Downloaded zerocopy v0.6.6
10092024-05-10T20:21:39.742Z Downloaded env_logger v0.9.3
10102024-05-10T20:21:39.742Z Downloaded erased-serde v0.3.31
10112024-05-10T20:21:39.743Z Downloaded quick-error v1.2.3
10122024-05-10T20:21:39.743Z Downloaded scroll_derive v0.12.0
10132024-05-10T20:21:39.743Z Downloaded generic-array v0.14.7
10142024-05-10T20:21:39.743Z Downloaded tabwriter v1.4.0
10152024-05-10T20:21:39.743Z Downloaded tabled_derive v0.7.0
10162024-05-10T20:21:39.743Z Downloaded synstructure v0.12.6
10172024-05-10T20:21:39.743Z Downloaded string_cache v0.8.7
10182024-05-10T20:21:39.743Z Downloaded serde_urlencoded v0.7.1
10192024-05-10T20:21:39.774Z Downloaded serde_tokenstream v0.1.7
10202024-05-10T20:21:39.774Z Downloaded serde_spanned v0.6.5
10212024-05-10T20:21:39.774Z Downloaded platforms v3.0.2
10222024-05-10T20:21:39.774Z Downloaded pin-project-lite v0.2.13
10232024-05-10T20:21:39.774Z Downloaded phf v0.11.2
10242024-05-10T20:21:39.774Z Downloaded getrandom v0.2.12
10252024-05-10T20:21:39.774Z Downloaded getrandom v0.1.16
10262024-05-10T20:21:39.774Z Downloaded futures-channel v0.3.30
10272024-05-10T20:21:39.774Z Downloaded ecdsa v0.16.9
10282024-05-10T20:21:39.775Z Downloaded rustls-pemfile v1.0.3
10292024-05-10T20:21:39.775Z Downloaded futures-core v0.3.30
10302024-05-10T20:21:39.775Z Downloaded num-bigint v0.4.4
10312024-05-10T20:21:39.808Z Downloaded pkg-config v0.3.27
10322024-05-10T20:21:39.808Z Downloaded pin-utils v0.1.0
10332024-05-10T20:21:39.809Z Downloaded hyper-staticfile v0.9.5
10342024-05-10T20:21:39.809Z Downloaded humantime v2.1.0
10352024-05-10T20:21:39.809Z Downloaded home v0.5.5
10362024-05-10T20:21:39.809Z Downloaded hubpack v0.1.2
10372024-05-10T20:21:39.809Z Downloaded dhcproto v0.11.0
10382024-05-10T20:21:39.809Z Downloaded hyper-tls v0.5.0
10392024-05-10T20:21:39.809Z Downloaded httpdate v1.0.3
10402024-05-10T20:21:39.810Z Downloaded form_urlencoded v1.2.1
10412024-05-10T20:21:39.810Z Downloaded foreign-types v0.5.0
10422024-05-10T20:21:39.810Z Downloaded float-cmp v0.9.0
10432024-05-10T20:21:39.810Z Downloaded fastrand v2.0.1
10442024-05-10T20:21:39.810Z Downloaded embedded-io v0.4.0
10452024-05-10T20:21:39.811Z Downloaded heck v0.5.0
10462024-05-10T20:21:39.811Z Downloaded heck v0.3.3
10472024-05-10T20:21:39.849Z Downloaded group v0.13.0
10482024-05-10T20:21:39.849Z Downloaded glob v0.3.1
10492024-05-10T20:21:39.849Z Downloaded getopts v0.2.21
10502024-05-10T20:21:39.849Z Downloaded http-body v0.4.5
10512024-05-10T20:21:39.849Z Downloaded hex-literal v0.4.1
10522024-05-10T20:21:39.850Z Downloaded heck v0.4.1
10532024-05-10T20:21:39.850Z Downloaded hash32 v0.3.1
10542024-05-10T20:21:39.850Z Downloaded hash32 v0.2.1
10552024-05-10T20:21:39.850Z Downloaded ghash v0.5.0
10562024-05-10T20:21:39.850Z Downloaded fnv v1.0.7
10572024-05-10T20:21:39.850Z Downloaded filetime v0.2.23
10582024-05-10T20:21:39.851Z Downloaded fallible-iterator v0.2.0
10592024-05-10T20:21:39.851Z Downloaded ed25519 v2.2.2
10602024-05-10T20:21:39.851Z Downloaded dof v0.3.0
10612024-05-10T20:21:39.851Z Downloaded futures-sink v0.3.30
10622024-05-10T20:21:39.851Z Downloaded flagset v0.4.3
10632024-05-10T20:21:39.851Z Downloaded ff v0.13.0
10642024-05-10T20:21:39.852Z Downloaded errno v0.3.8
10652024-05-10T20:21:39.852Z Downloaded enum-as-inner v0.5.1
10662024-05-10T20:21:39.852Z Downloaded either v1.11.0
10672024-05-10T20:21:39.852Z Downloaded uuid v1.8.0
10682024-05-10T20:21:39.852Z Downloaded futures-macro v0.3.30
10692024-05-10T20:21:39.885Z Downloaded futures-io v0.3.30
10702024-05-10T20:21:39.886Z Downloaded futures-executor v0.3.30
10712024-05-10T20:21:39.886Z Downloaded dof v0.1.5
10722024-05-10T20:21:39.886Z Downloaded display-error-chain v0.2.0
10732024-05-10T20:21:39.886Z Downloaded difflib v0.4.0
10742024-05-10T20:21:39.886Z Downloaded derive-where v1.2.7
10752024-05-10T20:21:39.886Z Downloaded minimal-lexical v0.2.1
10762024-05-10T20:21:39.886Z Downloaded memchr v2.7.1
10772024-05-10T20:21:39.887Z Downloaded sync_wrapper v0.1.2
10782024-05-10T20:21:39.887Z Downloaded mio v0.8.11
10792024-05-10T20:21:39.887Z Downloaded miniz_oxide v0.7.1
10802024-05-10T20:21:39.888Z Downloaded structmeta-derive v0.3.0
10812024-05-10T20:21:39.888Z Downloaded futures-task v0.3.30
10822024-05-10T20:21:39.888Z Downloaded dirs-sys-next v0.1.2
10832024-05-10T20:21:39.888Z Downloaded dirs-sys v0.4.1
10842024-05-10T20:21:39.888Z Downloaded dirs-next v2.0.0
10852024-05-10T20:21:39.888Z Downloaded dirs v5.0.1
10862024-05-10T20:21:39.888Z Downloaded digest v0.10.7
10872024-05-10T20:21:39.921Z Downloaded zerocopy v0.3.0
10882024-05-10T20:21:39.921Z Downloaded socket2 v0.5.6
10892024-05-10T20:21:39.921Z Downloaded socket2 v0.4.9
10902024-05-10T20:21:39.922Z Downloaded smallvec v1.13.1
10912024-05-10T20:21:39.922Z Downloaded foreign-types-shared v0.1.1
10922024-05-10T20:21:39.922Z Downloaded zone_cfg_derive v0.1.2
10932024-05-10T20:21:39.922Z Downloaded xattr v1.0.1
10942024-05-10T20:21:39.922Z Downloaded url v2.5.0
10952024-05-10T20:21:39.923Z Downloaded want v0.3.1
10962024-05-10T20:21:39.923Z Downloaded foreign-types v0.3.2
10972024-05-10T20:21:39.923Z Downloaded whoami v1.5.1
10982024-05-10T20:21:39.923Z Downloaded dtrace-parser v0.1.14
10992024-05-10T20:21:39.923Z Downloaded untrusted v0.9.0
11002024-05-10T20:21:39.923Z Downloaded usdt v0.5.0
11012024-05-10T20:21:39.923Z Downloaded untrusted v0.7.1
11022024-05-10T20:21:39.924Z Downloaded universal-hash v0.5.1
11032024-05-10T20:21:39.924Z Downloaded unicode-segmentation v1.10.1
11042024-05-10T20:21:39.924Z Downloaded unicode-ident v1.0.12
11052024-05-10T20:21:39.924Z Downloaded parking_lot v0.12.1
11062024-05-10T20:21:39.950Z Downloaded unicode-xid v0.2.4
11072024-05-10T20:21:39.950Z Downloaded ucd-trie v0.1.6
11082024-05-10T20:21:39.951Z Downloaded num-traits v0.2.18
11092024-05-10T20:21:39.951Z Downloaded unicode-bidi v0.3.15
11102024-05-10T20:21:39.951Z Downloaded unicase v2.7.0
11112024-05-10T20:21:39.951Z Downloaded typenum v1.16.0
11122024-05-10T20:21:39.951Z Downloaded tungstenite v0.21.0
11132024-05-10T20:21:39.952Z Downloaded sled v0.34.7
11142024-05-10T20:21:39.977Z Downloaded bzip2-sys v0.1.11+1.0.8
11152024-05-10T20:21:39.977Z Downloaded bstr v0.2.17
11162024-05-10T20:21:40.002Z Downloaded pem-rfc7468 v0.7.0
11172024-05-10T20:21:40.002Z Downloaded password-hash v0.4.2
11182024-05-10T20:21:40.002Z Downloaded parking_lot_core v0.9.8
11192024-05-10T20:21:40.002Z Downloaded parking_lot_core v0.8.6
11202024-05-10T20:21:40.002Z Downloaded once_cell v1.19.0
11212024-05-10T20:21:40.002Z Downloaded num-rational v0.4.1
11222024-05-10T20:21:40.002Z Downloaded log v0.4.21
11232024-05-10T20:21:40.002Z Downloaded idna v0.2.3
11242024-05-10T20:21:40.027Z Downloaded slog-scope v4.4.0
11252024-05-10T20:21:40.027Z Downloaded slog-json v2.6.1
11262024-05-10T20:21:40.027Z Downloaded slog-envlogger v2.2.0
11272024-05-10T20:21:40.027Z Downloaded slog-dtrace v0.3.0
11282024-05-10T20:21:40.027Z Downloaded slog-bunyan v2.5.0
11292024-05-10T20:21:40.027Z Downloaded slog-async v2.8.0
11302024-05-10T20:21:40.027Z Downloaded slog v2.7.0
11312024-05-10T20:21:40.027Z Downloaded slab v0.4.9
11322024-05-10T20:21:40.027Z Downloaded siphasher v0.3.11
11332024-05-10T20:21:40.027Z Downloaded similar v2.4.0
11342024-05-10T20:21:40.053Z Downloaded signature v2.1.0
11352024-05-10T20:21:40.053Z Downloaded pest_generator v2.7.6
11362024-05-10T20:21:40.053Z Downloaded pest_derive v2.7.6
11372024-05-10T20:21:40.053Z Downloaded pem v3.0.4
11382024-05-10T20:21:40.053Z Downloaded pbkdf2 v0.12.2
11392024-05-10T20:21:40.053Z Downloaded paste v1.0.14
11402024-05-10T20:21:40.053Z Downloaded password-hash v0.5.0
11412024-05-10T20:21:40.053Z Downloaded parking_lot v0.11.2
11422024-05-10T20:21:40.053Z Downloaded owo-colors v4.0.0
11432024-05-10T20:21:40.053Z Downloaded native-tls v0.2.11
11442024-05-10T20:21:40.053Z Downloaded multer v3.0.0
11452024-05-10T20:21:40.080Z Downloaded mime_guess v2.0.4
11462024-05-10T20:21:40.080Z Downloaded memmap2 v0.7.1
11472024-05-10T20:21:40.080Z Downloaded lock_api v0.4.10
11482024-05-10T20:21:40.080Z Downloaded lalrpop-util v0.19.12
11492024-05-10T20:21:40.080Z Downloaded itertools v0.12.1
11502024-05-10T20:21:40.080Z Downloaded der v0.7.8
11512024-05-10T20:21:40.080Z Downloaded defmt-parser v0.3.3
11522024-05-10T20:21:40.080Z Downloaded defmt-macros v0.3.6
11532024-05-10T20:21:40.105Z Downloaded defmt v0.3.5
11542024-05-10T20:21:40.105Z Downloaded data-encoding v2.4.0
11552024-05-10T20:21:40.105Z Downloaded darling_core v0.20.8
11562024-05-10T20:21:40.105Z Downloaded ctr v0.9.2
11572024-05-10T20:21:40.105Z Downloaded crypto-common v0.1.6
11582024-05-10T20:21:40.105Z Downloaded crypto-bigint v0.5.2
11592024-05-10T20:21:40.105Z Downloaded crossterm v0.27.0
11602024-05-10T20:21:40.129Z Downloaded crossbeam-utils v0.8.19
11612024-05-10T20:21:40.129Z Downloaded crossbeam-epoch v0.9.18
11622024-05-10T20:21:40.129Z Downloaded crossbeam-deque v0.8.3
11632024-05-10T20:21:40.129Z Downloaded crossbeam-channel v0.5.8
11642024-05-10T20:21:40.129Z Downloaded crc32fast v1.3.2
11652024-05-10T20:21:40.129Z Downloaded cookie_store v0.20.0
11662024-05-10T20:21:40.155Z Downloaded cookie v0.17.0
11672024-05-10T20:21:40.155Z Downloaded constant_time_eq v0.3.0
11682024-05-10T20:21:40.155Z Downloaded const-oid v0.9.6
11692024-05-10T20:21:40.155Z Downloaded console v0.15.8
11702024-05-10T20:21:40.155Z Downloaded clap_derive v4.5.4
11712024-05-10T20:21:40.155Z Downloaded clap_builder v4.5.2
11722024-05-10T20:21:40.155Z Downloaded clap v4.5.4
11732024-05-10T20:21:40.180Z Downloaded ciborium-ll v0.2.2
11742024-05-10T20:21:40.180Z Downloaded chrono v0.4.38
11752024-05-10T20:21:40.180Z Downloaded cfg-if v1.0.0
11762024-05-10T20:21:40.180Z Downloaded cc v1.0.83
11772024-05-10T20:21:40.180Z Downloaded bytes v1.6.0
11782024-05-10T20:21:40.204Z Downloaded bstr v1.9.0
11792024-05-10T20:21:40.204Z Downloaded signal-hook-registry v1.4.1
11802024-05-10T20:21:40.204Z Downloaded percent-encoding v2.3.1
11812024-05-10T20:21:40.205Z Downloaded peg-runtime v0.8.2
11822024-05-10T20:21:40.205Z Downloaded pbkdf2 v0.11.0
11832024-05-10T20:21:40.205Z Downloaded parse-display-derive v0.9.0
11842024-05-10T20:21:40.205Z Downloaded parse-display v0.9.0
11852024-05-10T20:21:40.230Z Downloaded option-ext v0.2.0
11862024-05-10T20:21:40.230Z Downloaded openssl-probe v0.1.5
11872024-05-10T20:21:40.230Z Downloaded openssl-macros v0.1.1
11882024-05-10T20:21:40.230Z Downloaded opaque-debug v0.3.0
11892024-05-10T20:21:40.230Z Downloaded num_threads v0.1.6
11902024-05-10T20:21:40.230Z Downloaded num_enum_derive v0.5.11
11912024-05-10T20:21:40.231Z Downloaded num_enum v0.5.11
11922024-05-10T20:21:40.231Z Downloaded num_cpus v1.16.0
11932024-05-10T20:21:40.231Z Downloaded num-iter v0.1.44
11942024-05-10T20:21:40.231Z Downloaded num-integer v0.1.46
11952024-05-10T20:21:40.231Z Downloaded num-derive v0.4.0
11962024-05-10T20:21:40.231Z Downloaded num-conv v0.1.0
11972024-05-10T20:21:40.231Z Downloaded num v0.4.2
11982024-05-10T20:21:40.231Z Downloaded normalize-line-endings v0.3.0
11992024-05-10T20:21:40.258Z Downloaded nibble_vec v0.1.0
12002024-05-10T20:21:40.258Z Downloaded newtype_derive v0.1.6
12012024-05-10T20:21:40.258Z Downloaded newtype-uuid v1.1.0
12022024-05-10T20:21:40.259Z Downloaded newline-converter v0.3.0
12032024-05-10T20:21:40.259Z Downloaded new_debug_unreachable v1.0.4
12042024-05-10T20:21:40.259Z Downloaded nanorand v0.7.0
12052024-05-10T20:21:40.259Z Downloaded mime v0.3.17
12062024-05-10T20:21:40.259Z Downloaded memmap v0.7.0
12072024-05-10T20:21:40.260Z Downloaded md5 v0.7.0
12082024-05-10T20:21:40.260Z Downloaded md-5 v0.10.5
12092024-05-10T20:21:40.260Z Downloaded matches v0.1.10
12102024-05-10T20:21:40.260Z Downloaded match_cfg v0.1.0
12112024-05-10T20:21:40.260Z Downloaded managed v0.8.0
12122024-05-10T20:21:40.260Z Downloaded macaddr v1.0.1
12132024-05-10T20:21:40.260Z Downloaded lru-cache v0.1.2
12142024-05-10T20:21:40.261Z Downloaded linked-hash-map v0.5.6
12152024-05-10T20:21:40.261Z Downloaded linear-map v1.2.0
12162024-05-10T20:21:40.261Z Downloaded libsw v3.3.1
12172024-05-10T20:21:40.294Z Downloaded libefi-sys v0.1.0
12182024-05-10T20:21:40.295Z Downloaded lazy_static v1.4.0
12192024-05-10T20:21:40.295Z Downloaded kstat-rs v0.2.3
12202024-05-10T20:21:40.295Z Downloaded keccak v0.1.4
12212024-05-10T20:21:40.296Z Downloaded itoa v1.0.9
12222024-05-10T20:21:40.296Z Downloaded is-terminal v0.4.9
12232024-05-10T20:21:40.296Z Downloaded inout v0.1.3
12242024-05-10T20:21:40.296Z Downloaded indexmap v2.2.6
12252024-05-10T20:21:40.297Z Downloaded indexmap v1.9.3
12262024-05-10T20:21:40.297Z Downloaded debug-ignore v1.0.5
12272024-05-10T20:21:40.297Z Downloaded darling_macro v0.20.8
12282024-05-10T20:21:40.297Z Downloaded darling v0.20.8
12292024-05-10T20:21:40.297Z Downloaded curve25519-dalek-derive v0.1.0
12302024-05-10T20:21:40.297Z Downloaded cstr-argument v0.1.2
12312024-05-10T20:21:40.297Z Downloaded crucible-workspace-hack v0.1.0
12322024-05-10T20:21:40.298Z Downloaded cpufeatures v0.2.12
12332024-05-10T20:21:40.298Z Downloaded convert_case v0.4.0
12342024-05-10T20:21:40.298Z Downloaded colored v2.1.0
12352024-05-10T20:21:40.326Z Downloaded colorchoice v1.0.0
12362024-05-10T20:21:40.326Z Downloaded cobs v0.2.3
12372024-05-10T20:21:40.326Z Downloaded clap_lex v0.7.0
12382024-05-10T20:21:40.326Z Downloaded cipher v0.4.4
12392024-05-10T20:21:40.326Z Downloaded ciborium-io v0.2.2
12402024-05-10T20:21:40.326Z Downloaded ciborium v0.2.2
12412024-05-10T20:21:40.326Z Downloaded chacha20poly1305 v0.10.1
12422024-05-10T20:21:40.326Z Downloaded chacha20 v0.9.1
12432024-05-10T20:21:40.326Z Downloaded cbc v0.1.2
12442024-05-10T20:21:40.327Z Downloaded cancel-safe-futures v0.1.5
12452024-05-10T20:21:40.327Z Downloaded camino-tempfile v1.1.1
12462024-05-10T20:21:40.327Z Downloaded camino v1.1.6
12472024-05-10T20:21:40.327Z Downloaded bzip2 v0.4.4
12482024-05-10T20:21:40.327Z Downloaded byteorder v1.5.0
12492024-05-10T20:21:40.327Z Downloaded bytecount v0.6.3
12502024-05-10T20:21:40.327Z Downloaded blowfish v0.9.1
12512024-05-10T20:21:40.327Z Downloaded block-padding v0.3.3
12522024-05-10T20:21:40.327Z Downloaded block-buffer v0.10.4
12532024-05-10T20:21:40.364Z Downloaded blake3 v1.5.0
12542024-05-10T20:21:40.364Z Downloaded blake2 v0.10.6
12552024-05-10T20:21:40.364Z Downloaded bitstruct_derive v0.1.0
12562024-05-10T20:21:40.364Z Downloaded bitstruct v0.1.1
12572024-05-10T20:21:40.364Z Downloaded bitflags v2.4.2
12582024-05-10T20:21:40.364Z Downloaded bitflags v1.3.2
12592024-05-10T20:21:40.365Z Downloaded bit-vec v0.6.3
12602024-05-10T20:21:40.365Z Downloaded bit-set v0.5.3
12612024-05-10T20:21:40.396Z Downloaded bcrypt-pbkdf v0.10.0
12622024-05-10T20:21:40.396Z Downloaded base64ct v1.6.0
12632024-05-10T20:21:40.396Z Downloaded base64 v0.22.0
12642024-05-10T20:21:40.396Z Downloaded base64 v0.21.7
12652024-05-10T20:21:40.397Z Downloaded base16ct v0.2.0
12662024-05-10T20:21:40.397Z Downloaded backtrace v0.3.69
12672024-05-10T20:21:40.397Z Downloaded backoff v0.4.0
12682024-05-10T20:21:40.397Z Downloaded autocfg v1.1.0
12692024-05-10T20:21:40.397Z Downloaded atty v0.2.14
12702024-05-10T20:21:40.397Z Downloaded atomicwrites v0.4.3
12712024-05-10T20:21:40.397Z Downloaded atomic-waker v1.1.1
12722024-05-10T20:21:40.397Z Downloaded async-trait v0.1.80
12732024-05-10T20:21:40.397Z Downloaded arrayvec v0.7.4
12742024-05-10T20:21:40.398Z Downloaded arrayref v0.3.7
12752024-05-10T20:21:40.398Z Downloaded arc-swap v1.6.0
12762024-05-10T20:21:40.445Z Downloaded anstyle-parse v0.2.1
12772024-05-10T20:21:40.445Z Downloaded anstyle v1.0.6
12782024-05-10T20:21:40.445Z Downloaded anstream v0.6.11
12792024-05-10T20:21:40.445Z Downloaded ipnet v2.9.0
12802024-05-10T20:21:40.445Z Downloaded internet-checksum v0.2.1
12812024-05-10T20:21:40.445Z Downloaded instant v0.1.12
12822024-05-10T20:21:40.445Z Downloaded idna v0.5.0
12832024-05-10T20:21:40.446Z Downloaded ident_case v1.0.1
12842024-05-10T20:21:40.446Z Downloaded iana-time-zone v0.1.57
12852024-05-10T20:21:40.446Z Downloaded der_derive v0.7.2
12862024-05-10T20:21:40.446Z Downloaded base64 v0.13.1
12872024-05-10T20:21:40.446Z Downloaded async-stream-impl v0.3.5
12882024-05-10T20:21:40.473Z Downloaded async-stream v0.3.5
12892024-05-10T20:21:40.473Z Downloaded ascii v1.1.0
12902024-05-10T20:21:40.473Z Downloaded argon2 v0.5.3
12912024-05-10T20:21:40.473Z Downloaded anyhow v1.0.82
12922024-05-10T20:21:40.473Z Downloaded anstyle-query v1.0.0
12932024-05-10T20:21:40.473Z Downloaded allocator-api2 v0.2.16
12942024-05-10T20:21:40.473Z Downloaded aho-corasick v1.1.2
12952024-05-10T20:21:40.473Z Downloaded ahash v0.8.8
12962024-05-10T20:21:40.473Z Downloaded aes-gcm v0.10.3
12972024-05-10T20:21:40.473Z Downloaded aes v0.8.3
12982024-05-10T20:21:40.473Z Downloaded aead v0.5.2
12992024-05-10T20:21:40.474Z Downloaded adler v1.0.2
13002024-05-10T20:21:40.474Z Downloaded addr2line v0.21.0
13012024-05-10T20:21:40.821Z Compiling proc-macro2 v1.0.81
13022024-05-10T20:21:40.868Z Compiling unicode-ident v1.0.12
13032024-05-10T20:21:40.868Z Compiling libc v0.2.153
13042024-05-10T20:21:40.868Z Compiling serde v1.0.199
13052024-05-10T20:21:40.868Z Compiling version_check v0.9.4
13062024-05-10T20:21:40.869Z Compiling cfg-if v1.0.0
13072024-05-10T20:21:40.914Z Compiling autocfg v1.1.0
13082024-05-10T20:21:41.057Z Compiling once_cell v1.19.0
13092024-05-10T20:21:41.097Z Compiling thiserror v1.0.59
13102024-05-10T20:21:41.566Z Compiling typenum v1.16.0
13112024-05-10T20:21:41.603Z Compiling parking_lot_core v0.9.8
13122024-05-10T20:21:41.927Z Compiling byteorder v1.5.0
13132024-05-10T20:21:42.098Z Compiling generic-array v0.14.7
13142024-05-10T20:21:42.153Z Compiling lock_api v0.4.10
13152024-05-10T20:21:42.213Z Compiling memchr v2.7.1
13162024-05-10T20:21:42.420Z Compiling libm v0.2.7
13172024-05-10T20:21:42.452Z Compiling serde_json v1.0.116
13182024-05-10T20:21:42.489Z Compiling ahash v0.8.8
13192024-05-10T20:21:42.519Z Compiling num-traits v0.2.18
13202024-05-10T20:21:42.807Z Compiling quote v1.0.36
13212024-05-10T20:21:42.834Z Compiling log v0.4.21
13222024-05-10T20:21:43.199Z Compiling syn v2.0.60
13232024-05-10T20:21:43.231Z Compiling getrandom v0.2.12
13242024-05-10T20:21:43.713Z Compiling cc v1.0.83
13252024-05-10T20:21:43.713Z Compiling itoa v1.0.9
13262024-05-10T20:21:43.713Z Compiling rand_core v0.6.4
13272024-05-10T20:21:43.713Z Compiling syn v1.0.109
13282024-05-10T20:21:43.713Z Compiling scopeguard v1.2.0
13292024-05-10T20:21:44.168Z Compiling slab v0.4.9
13302024-05-10T20:21:44.227Z Compiling smallvec v1.13.1
13312024-05-10T20:21:44.310Z Compiling ryu v1.0.15
13322024-05-10T20:21:44.345Z Compiling allocator-api2 v0.2.16
13332024-05-10T20:21:44.573Z Compiling subtle v2.5.0
13342024-05-10T20:21:44.598Z Compiling pin-project-lite v0.2.13
13352024-05-10T20:21:44.717Z Compiling pkg-config v0.3.27
13362024-05-10T20:21:44.964Z Compiling parking_lot v0.12.1
13372024-05-10T20:21:44.998Z Compiling schemars v0.8.17
13382024-05-10T20:21:45.447Z Compiling signal-hook-registry v1.4.1
13392024-05-10T20:21:45.447Z Compiling mio v0.8.11
13402024-05-10T20:21:45.447Z Compiling equivalent v1.0.1
13412024-05-10T20:21:45.698Z Compiling ring v0.17.8
13422024-05-10T20:21:45.759Z Compiling num_cpus v1.16.0
13432024-05-10T20:21:45.806Z Compiling socket2 v0.5.6
13442024-05-10T20:21:45.880Z Compiling num-conv v0.1.0
13452024-05-10T20:21:46.126Z Compiling time-core v0.1.2
13462024-05-10T20:21:46.267Z Compiling futures-core v0.3.30
13472024-05-10T20:21:46.706Z Compiling time-macros v0.2.17
13482024-05-10T20:21:46.733Z Compiling vcpkg v0.2.15
13492024-05-10T20:21:46.733Z Compiling httparse v1.8.0
13502024-05-10T20:21:46.733Z Compiling const-oid v0.9.6
13512024-05-10T20:21:48.016Z Compiling fnv v1.0.7
13522024-05-10T20:21:48.148Z Compiling futures-sink v0.3.30
13532024-05-10T20:21:48.296Z Compiling ring v0.16.20
13542024-05-10T20:21:48.450Z Compiling openssl-sys v0.9.102
13552024-05-10T20:21:48.497Z Compiling futures-channel v0.3.30
13562024-05-10T20:21:48.799Z Compiling serde_derive_internals v0.29.0
13572024-05-10T20:21:48.844Z Compiling futures-io v0.3.30
13582024-05-10T20:21:48.962Z Compiling futures-task v0.3.30
13592024-05-10T20:21:49.102Z Compiling slog v2.7.0
13602024-05-10T20:21:49.223Z Compiling pin-utils v0.1.0
13612024-05-10T20:21:49.273Z Compiling spin v0.5.2
13622024-05-10T20:21:49.297Z Compiling semver v1.0.22
13632024-05-10T20:21:49.323Z Compiling openssl v0.10.64
13642024-05-10T20:21:49.478Z Compiling ucd-trie v0.1.6
13652024-05-10T20:21:49.513Z Compiling heck v0.4.1
13662024-05-10T20:21:49.549Z Compiling rustix v0.38.31
13672024-05-10T20:21:49.665Z Compiling iana-time-zone v0.1.57
13682024-05-10T20:21:49.741Z Compiling native-tls v0.2.11
13692024-05-10T20:21:50.011Z Compiling rustls v0.21.9
13702024-05-10T20:21:50.104Z Compiling tinyvec_macros v0.1.1
13712024-05-10T20:21:50.134Z Compiling cpufeatures v0.2.12
13722024-05-10T20:21:50.159Z Compiling backtrace v0.3.69
13732024-05-10T20:21:50.194Z Compiling tinyvec v1.6.0
13742024-05-10T20:21:50.256Z Compiling cookie v0.17.0
13752024-05-10T20:21:50.792Z Compiling aho-corasick v1.1.2
13762024-05-10T20:21:50.834Z Compiling heck v0.5.0
13772024-05-10T20:21:51.028Z Compiling regex-syntax v0.8.2
13782024-05-10T20:21:51.141Z Compiling dyn-clone v1.0.17
13792024-05-10T20:21:51.228Z Compiling unicode-bidi v0.3.15
13802024-05-10T20:21:51.298Z Compiling unicode-normalization v0.1.22
13812024-05-10T20:21:51.499Z Compiling anyhow v1.0.82
13822024-05-10T20:21:52.011Z Compiling ppv-lite86 v0.2.17
13832024-05-10T20:21:52.123Z Compiling crossbeam-utils v0.8.19
13842024-05-10T20:21:52.212Z Compiling tracing-core v0.1.32
13852024-05-10T20:21:53.560Z Compiling percent-encoding v2.3.1
13862024-05-10T20:21:53.734Z Compiling rand_chacha v0.3.1
13872024-05-10T20:21:53.887Z Compiling regex-automata v0.4.5
13882024-05-10T20:21:54.678Z Compiling serde_derive v1.0.199
13892024-05-10T20:21:54.708Z Compiling zeroize_derive v1.4.2
13902024-05-10T20:21:55.064Z Compiling zerocopy-derive v0.7.32
13912024-05-10T20:21:55.148Z Compiling thiserror-impl v1.0.59
13922024-05-10T20:21:55.365Z Compiling tokio-macros v2.2.0
13932024-05-10T20:21:55.416Z Compiling futures-macro v0.3.30
13942024-05-10T20:21:55.971Z Compiling zeroize v1.7.0
13952024-05-10T20:21:56.354Z Compiling tracing-attributes v0.1.27
13962024-05-10T20:21:57.185Z Compiling schemars_derive v0.8.17
13972024-05-10T20:21:57.234Z Compiling zerocopy v0.7.32
13982024-05-10T20:21:57.472Z Compiling crypto-common v0.1.6
13992024-05-10T20:21:57.671Z Compiling block-buffer v0.10.4
14002024-05-10T20:21:57.901Z Compiling digest v0.10.7
14012024-05-10T20:21:58.003Z Compiling futures-util v0.3.30
14022024-05-10T20:21:58.313Z Compiling pest v2.7.6
14032024-05-10T20:21:58.378Z Compiling openssl-macros v0.1.1
14042024-05-10T20:21:58.688Z Compiling hashbrown v0.14.3
14052024-05-10T20:21:59.026Z Compiling async-trait v0.1.80
14062024-05-10T20:21:59.781Z Compiling tracing v0.1.40
14072024-05-10T20:21:59.871Z Compiling regex v1.10.4
14082024-05-10T20:22:00.611Z Compiling pest_meta v2.7.6
14092024-05-10T20:22:01.050Z Compiling scroll_derive v0.12.0
14102024-05-10T20:22:01.076Z Compiling der_derive v0.7.2
14112024-05-10T20:22:01.212Z Compiling pest_generator v2.7.6
14122024-05-10T20:22:02.842Z Compiling rand v0.8.5
14132024-05-10T20:22:03.006Z Compiling spin v0.9.8
14142024-05-10T20:22:03.410Z Compiling thread-id v4.2.0
14152024-05-10T20:22:03.450Z Compiling powerfmt v0.2.0
14162024-05-10T20:22:03.704Z Compiling rustversion v1.0.14
14172024-05-10T20:22:03.791Z Compiling deranged v0.3.11
14182024-05-10T20:22:04.175Z Compiling pest_derive v2.7.6
14192024-05-10T20:22:04.202Z Compiling form_urlencoded v1.2.1
14202024-05-10T20:22:04.493Z Compiling unicode-width v0.1.11
14212024-05-10T20:22:04.672Z Compiling winnow v0.5.15
14222024-05-10T20:22:04.736Z Compiling num_threads v0.1.6
14232024-05-10T20:22:05.283Z Compiling time v0.3.34
14242024-05-10T20:22:06.134Z Compiling bytes v1.6.0
14252024-05-10T20:22:06.455Z Compiling indexmap v2.2.6
14262024-05-10T20:22:07.226Z Compiling tokio v1.37.0
14272024-05-10T20:22:07.474Z Compiling uuid v1.8.0
14282024-05-10T20:22:07.596Z Compiling chrono v0.4.38
14292024-05-10T20:22:08.489Z Compiling bitflags v2.4.2
14302024-05-10T20:22:08.859Z Compiling http v0.2.12
14312024-05-10T20:22:09.598Z Compiling toml_datetime v0.6.5
14322024-05-10T20:22:09.781Z Compiling serde_spanned v0.6.5
14332024-05-10T20:22:09.981Z Compiling rustc_version v0.4.0
14342024-05-10T20:22:10.572Z Compiling toml_edit v0.19.15
14352024-05-10T20:22:11.087Z Compiling unicode-xid v0.2.4
14362024-05-10T20:22:11.238Z Compiling synstructure v0.12.6
14372024-05-10T20:22:11.920Z Compiling openapiv3 v2.0.0
14382024-05-10T20:22:12.588Z Compiling serde_tokenstream v0.2.0
14392024-05-10T20:22:13.024Z Compiling idna v0.5.0
14402024-05-10T20:22:13.452Z Compiling usdt-impl v0.5.0
14412024-05-10T20:22:14.240Z Compiling crc32fast v1.3.2
14422024-05-10T20:22:14.302Z Compiling url v2.5.0
14432024-05-10T20:22:14.327Z Compiling zerocopy-derive v0.2.0
14442024-05-10T20:22:14.658Z Compiling scroll v0.12.0
14452024-05-10T20:22:15.172Z Compiling lazy_static v1.4.0
14462024-05-10T20:22:15.333Z Compiling plain v0.2.3
14472024-05-10T20:22:15.494Z Compiling goblin v0.8.0
14482024-05-10T20:22:16.622Z Compiling tokio-util v0.7.10
14492024-05-10T20:22:16.985Z Compiling untrusted v0.9.0
14502024-05-10T20:22:17.657Z Compiling pretty-hex v0.4.1
14512024-05-10T20:22:17.744Z Compiling untrusted v0.7.1
14522024-05-10T20:22:17.863Z Compiling foreign-types-shared v0.1.1
14532024-05-10T20:22:17.972Z Compiling foreign-types v0.3.2
14542024-05-10T20:22:20.640Z Compiling dof v0.3.0
14552024-05-10T20:22:21.650Z Compiling dtrace-parser v0.2.0
14562024-05-10T20:22:22.553Z Compiling errno v0.3.8
14572024-05-10T20:22:22.578Z Compiling usdt-impl v0.3.5
14582024-05-10T20:22:22.604Z Compiling base64 v0.21.7
14592024-05-10T20:22:22.748Z Compiling adler v1.0.2
14602024-05-10T20:22:22.776Z Compiling try-lock v0.2.4
14612024-05-10T20:22:22.904Z Compiling want v0.3.1
14622024-05-10T20:22:22.952Z Compiling miniz_oxide v0.7.1
14632024-05-10T20:22:23.764Z Compiling rustls-webpki v0.101.7
14642024-05-10T20:22:23.943Z Compiling sct v0.7.0
14652024-05-10T20:22:25.729Z Compiling h2 v0.3.26
14662024-05-10T20:22:25.808Z Compiling http-body v0.4.5
14672024-05-10T20:22:25.808Z Compiling socket2 v0.4.9
14682024-05-10T20:22:25.809Z Compiling num-bigint v0.4.4
14692024-05-10T20:22:25.963Z Compiling openssl-probe v0.1.5
14702024-05-10T20:22:26.162Z Compiling tower-service v0.3.2
14712024-05-10T20:22:26.191Z Compiling httpdate v1.0.3
14722024-05-10T20:22:27.187Z Compiling zerocopy v0.3.0
14732024-05-10T20:22:27.602Z Compiling heapless v0.7.16
14742024-05-10T20:22:27.800Z Compiling idna v0.3.0
14752024-05-10T20:22:27.977Z Compiling bzip2-sys v0.1.11+1.0.8
14762024-05-10T20:22:28.381Z Compiling signal-hook v0.3.17
14772024-05-10T20:22:28.482Z Compiling psl-types v2.0.11
14782024-05-10T20:22:28.663Z Compiling base64ct v1.6.0
14792024-05-10T20:22:29.149Z Compiling publicsuffix v2.2.3
14802024-05-10T20:22:29.418Z Compiling tokio-native-tls v0.3.1
14812024-05-10T20:22:29.628Z Compiling hyper v0.14.28
14822024-05-10T20:22:30.262Z Compiling tokio-rustls v0.24.1
14832024-05-10T20:22:30.492Z Compiling dof v0.1.5
14842024-05-10T20:22:30.608Z Compiling crossbeam-epoch v0.9.18
14852024-05-10T20:22:31.052Z Compiling dtrace-parser v0.1.14
14862024-05-10T20:22:31.260Z Compiling gimli v0.28.0
14872024-05-10T20:22:31.327Z Compiling ipnet v2.9.0
14882024-05-10T20:22:32.557Z Compiling cookie_store v0.20.0
14892024-05-10T20:22:33.744Z Compiling rustls-pemfile v1.0.3
14902024-05-10T20:22:33.817Z Compiling serde_urlencoded v0.7.1
14912024-05-10T20:22:34.079Z Compiling serde_tokenstream v0.1.7
14922024-05-10T20:22:34.241Z Compiling enum-as-inner v0.5.1
14932024-05-10T20:22:34.327Z Compiling object v0.32.1
14942024-05-10T20:22:34.536Z Compiling addr2line v0.21.0
14952024-05-10T20:22:35.081Z Compiling hyper-rustls v0.24.2
14962024-05-10T20:22:35.122Z Compiling hyper-tls v0.5.0
14972024-05-10T20:22:35.153Z Compiling encoding_rs v0.8.33
14982024-05-10T20:22:35.443Z Compiling mime v0.3.17
14992024-05-10T20:22:35.697Z Compiling webpki-roots v0.25.2
15002024-05-10T20:22:35.837Z Compiling either v1.11.0
15012024-05-10T20:22:36.177Z Compiling data-encoding v2.4.0
15022024-05-10T20:22:37.138Z Compiling rustc-demangle v0.1.23
15032024-05-10T20:22:37.902Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
15042024-05-10T20:22:38.156Z Compiling smoltcp v0.9.1
15052024-05-10T20:22:38.549Z Compiling sync_wrapper v0.1.2
15062024-05-10T20:22:38.667Z Compiling reqwest v0.11.27
15072024-05-10T20:22:38.691Z Compiling pem-rfc7468 v0.7.0
15082024-05-10T20:22:39.808Z Compiling hmac v0.12.1
15092024-05-10T20:22:39.874Z Compiling futures-executor v0.3.30
15102024-05-10T20:22:40.043Z Compiling regress v0.9.1
15112024-05-10T20:22:41.709Z Compiling siphasher v0.3.11
15122024-05-10T20:22:42.141Z Compiling winnow v0.6.1
15132024-05-10T20:22:42.141Z Compiling flagset v0.4.3
15142024-05-10T20:22:42.171Z Compiling unicode-segmentation v1.10.1
15152024-05-10T20:22:42.171Z Compiling der v0.7.8
15162024-05-10T20:22:43.359Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#f7442947)
15172024-05-10T20:22:43.915Z Compiling toml_edit v0.22.12
15182024-05-10T20:22:44.686Z Compiling flate2 v1.0.28
15192024-05-10T20:22:44.871Z Compiling usdt-attr-macro v0.3.5
15202024-05-10T20:22:45.761Z Compiling usdt-macro v0.3.5
15212024-05-10T20:22:46.954Z Compiling hubpack_derive v0.1.1
15222024-05-10T20:22:47.002Z Compiling clap_derive v4.5.4
15232024-05-10T20:22:47.725Z Compiling zerocopy-derive v0.6.6
15242024-05-10T20:22:48.357Z Compiling utf8parse v0.2.1
15252024-05-10T20:22:48.519Z Compiling anstyle v1.0.6
15262024-05-10T20:22:48.796Z Compiling bitflags v1.3.2
15272024-05-10T20:22:48.892Z Compiling anstyle-parse v0.2.1
15282024-05-10T20:22:48.917Z Compiling sha2 v0.10.8
15292024-05-10T20:22:50.949Z Compiling futures v0.3.30
15302024-05-10T20:22:51.010Z Compiling spki v0.7.2
15312024-05-10T20:22:51.331Z Compiling md-5 v0.10.5
15322024-05-10T20:22:51.768Z Compiling toml v0.7.8
15332024-05-10T20:22:51.813Z Compiling hex v0.4.3
15342024-05-10T20:22:51.813Z Compiling stringprep v0.1.3
15352024-05-10T20:22:51.845Z Compiling block-padding v0.3.3
15362024-05-10T20:22:52.022Z Compiling num-integer v0.1.46
15372024-05-10T20:22:52.051Z Compiling diesel_table_macro_syntax v0.1.0
15382024-05-10T20:22:52.082Z Compiling hash32 v0.2.1
15392024-05-10T20:22:52.438Z Compiling anstyle-query v1.0.0
15402024-05-10T20:22:52.596Z Compiling stable_deref_trait v1.2.0
15412024-05-10T20:22:52.681Z Compiling colorchoice v1.0.0
15422024-05-10T20:22:52.730Z Compiling fallible-iterator v0.2.0
15432024-05-10T20:22:52.830Z Compiling anstream v0.6.11
15442024-05-10T20:22:53.132Z Compiling diesel_derives v2.1.2
15452024-05-10T20:22:53.298Z Compiling postgres-protocol v0.6.6
15462024-05-10T20:22:53.820Z Compiling inout v0.1.3
15472024-05-10T20:22:54.808Z Compiling pkcs8 v0.10.2
15482024-05-10T20:22:54.834Z Compiling phf_shared v0.11.2
15492024-05-10T20:22:55.020Z Compiling terminal_size v0.3.0
15502024-05-10T20:22:55.198Z Compiling ff v0.13.0
15512024-05-10T20:22:55.233Z Compiling strum_macros v0.25.2
15522024-05-10T20:22:55.614Z Compiling serde_repr v0.1.16
15532024-05-10T20:22:55.688Z Compiling scheduled-thread-pool v0.2.7
15542024-05-10T20:22:55.877Z Compiling clap_lex v0.7.0
15552024-05-10T20:22:55.937Z Compiling bit-vec v0.6.3
15562024-05-10T20:22:56.184Z Compiling regex-automata v0.1.10
15572024-05-10T20:22:56.305Z Compiling managed v0.8.0
15582024-05-10T20:22:56.330Z Compiling matches v0.1.10
15592024-05-10T20:22:56.450Z Compiling strsim v0.11.0
15602024-05-10T20:22:57.018Z Compiling base16ct v0.2.0
15612024-05-10T20:22:57.457Z Compiling bstr v0.2.17
15622024-05-10T20:22:57.457Z Compiling clap_builder v4.5.2
15632024-05-10T20:22:57.457Z Compiling sec1 v0.7.3
15642024-05-10T20:22:57.489Z Compiling idna v0.2.3
15652024-05-10T20:22:57.746Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#f7442947)
15662024-05-10T20:22:57.797Z Compiling r2d2 v0.8.10
15672024-05-10T20:22:58.153Z Compiling group v0.13.0
15682024-05-10T20:22:58.526Z Compiling phf v0.11.2
15692024-05-10T20:22:58.609Z Compiling signal-hook-mio v0.2.3
15702024-05-10T20:22:58.779Z Compiling bzip2 v0.4.4
15712024-05-10T20:22:58.986Z Compiling cipher v0.4.4
15722024-05-10T20:22:59.077Z Compiling postgres-types v0.2.6
15732024-05-10T20:22:59.247Z Compiling zerocopy v0.6.6
15742024-05-10T20:22:59.413Z Compiling hubpack v0.1.2
15752024-05-10T20:22:59.799Z Compiling phf_shared v0.10.0
15762024-05-10T20:22:59.902Z Compiling hkdf v0.12.4
15772024-05-10T20:23:00.149Z Compiling crypto-bigint v0.5.2
15782024-05-10T20:23:00.361Z Compiling ipnetwork v0.20.0
15792024-05-10T20:23:01.087Z Compiling float-cmp v0.9.0
15802024-05-10T20:23:01.275Z Compiling new_debug_unreachable v1.0.4
15812024-05-10T20:23:01.786Z Compiling whoami v1.5.1
15822024-05-10T20:23:01.810Z Compiling minimal-lexical v0.2.1
15832024-05-10T20:23:02.250Z Compiling fixedbitset v0.4.2
15842024-05-10T20:23:02.343Z Compiling static_assertions v1.1.0
15852024-05-10T20:23:02.432Z Compiling predicates-core v1.0.6
15862024-05-10T20:23:02.628Z Compiling precomputed-hash v0.1.1
15872024-05-10T20:23:02.733Z Compiling normalize-line-endings v0.3.0
15882024-05-10T20:23:02.810Z Compiling difflib v0.4.0
15892024-05-10T20:23:02.868Z Compiling string_cache v0.8.7
15902024-05-10T20:23:03.260Z Compiling trust-dns-proto v0.22.0
15912024-05-10T20:23:03.506Z Compiling predicates v3.1.0
15922024-05-10T20:23:03.706Z Compiling petgraph v0.6.4
15932024-05-10T20:23:04.120Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
15942024-05-10T20:23:04.360Z Compiling nom v7.1.3
15952024-05-10T20:23:04.599Z Compiling tokio-postgres v0.7.10
15962024-05-10T20:23:05.118Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#f7442947)
15972024-05-10T20:23:05.160Z Compiling diesel v2.1.6
15982024-05-10T20:23:06.785Z Compiling elliptic-curve v0.13.8
15992024-05-10T20:23:07.215Z Compiling yasna v0.5.2
16002024-05-10T20:23:07.459Z Compiling clap v4.5.4
16012024-05-10T20:23:07.580Z Compiling zip v0.6.6
16022024-05-10T20:23:08.500Z Compiling crossterm v0.27.0
16032024-05-10T20:23:08.730Z Compiling similar v2.4.0
16042024-05-10T20:23:08.946Z Compiling bit-set v0.5.3
16052024-05-10T20:23:09.162Z Compiling num-iter v0.1.44
16062024-05-10T20:23:09.189Z Compiling console v0.15.8
16072024-05-10T20:23:09.330Z Compiling usdt v0.3.5
16082024-05-10T20:23:09.574Z Compiling itertools v0.10.5
16092024-05-10T20:23:10.006Z Compiling tokio-stream v0.1.15
16102024-05-10T20:23:10.748Z Compiling getopts v0.2.21
16112024-05-10T20:23:10.788Z Compiling bstr v1.9.0
16122024-05-10T20:23:11.414Z Compiling peg-runtime v0.8.2
16132024-05-10T20:23:11.560Z Compiling lalrpop-util v0.19.12
16142024-05-10T20:23:11.788Z Compiling base64 v0.22.0
16152024-05-10T20:23:11.893Z Compiling unsafe-libyaml v0.2.10
16162024-05-10T20:23:12.414Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
16172024-05-10T20:23:13.321Z Compiling serde_yaml v0.9.25
16182024-05-10T20:23:16.602Z Compiling camino v1.1.6
16192024-05-10T20:23:18.955Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
16202024-05-10T20:23:19.743Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
16212024-05-10T20:23:23.204Z Compiling sha1 v0.10.6
16222024-05-10T20:23:32.946Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16232024-05-10T20:23:33.619Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
16242024-05-10T20:23:34.037Z Compiling strsim v0.10.0
16252024-05-10T20:23:34.149Z Compiling ident_case v1.0.1
16262024-05-10T20:23:34.307Z Compiling darling_core v0.20.8
16272024-05-10T20:23:35.811Z Compiling strum_macros v0.26.1
16282024-05-10T20:23:39.879Z Compiling strum v0.26.2
16292024-05-10T20:23:39.952Z Compiling darling_macro v0.20.8
16302024-05-10T20:23:40.348Z Compiling dirs-sys-next v0.1.2
16312024-05-10T20:23:40.489Z Compiling rayon-core v1.12.1
16322024-05-10T20:23:40.739Z Compiling match_cfg v0.1.0
16332024-05-10T20:23:40.806Z Compiling darling v0.20.8
16342024-05-10T20:23:40.837Z Compiling hostname v0.3.1
16352024-05-10T20:23:40.934Z Compiling dirs-next v2.0.0
16362024-05-10T20:23:40.989Z Compiling crossbeam-deque v0.8.3
16372024-05-10T20:23:41.023Z Compiling http v1.0.0
16382024-05-10T20:23:41.049Z Compiling thread_local v1.1.7
16392024-05-10T20:23:41.074Z Compiling fastrand v2.0.1
16402024-05-10T20:23:41.117Z Compiling rustls-pki-types v1.3.0
16412024-05-10T20:23:41.272Z Compiling same-file v1.0.6
16422024-05-10T20:23:41.296Z Compiling slog-async v2.8.0
16432024-05-10T20:23:41.470Z Compiling walkdir v2.5.0
16442024-05-10T20:23:41.528Z Compiling tempfile v3.10.1
16452024-05-10T20:23:41.623Z Compiling term v0.7.0
16462024-05-10T20:23:41.924Z Compiling crossbeam-channel v0.5.8
16472024-05-10T20:23:42.109Z Compiling is-terminal v0.4.9
16482024-05-10T20:23:42.240Z Compiling blake3 v1.5.0
16492024-05-10T20:23:42.302Z Compiling paste v1.0.14
16502024-05-10T20:23:42.737Z Compiling rustls v0.22.4
16512024-05-10T20:23:42.778Z Compiling take_mut v0.2.2
16522024-05-10T20:23:42.972Z Compiling rayon v1.10.0
16532024-05-10T20:23:42.998Z Compiling slog-term v2.9.1
16542024-05-10T20:23:43.126Z Compiling rustls-webpki v0.102.1
16552024-05-10T20:23:43.151Z Compiling memmap2 v0.7.1
16562024-05-10T20:23:43.204Z Compiling filetime v0.2.23
16572024-05-10T20:23:43.510Z Compiling xattr v1.0.1
16582024-05-10T20:23:43.537Z Compiling multer v3.0.0
16592024-05-10T20:23:43.743Z Compiling instant v0.1.12
16602024-05-10T20:23:43.801Z Compiling arrayref v0.3.7
16612024-05-10T20:23:43.887Z Compiling home v0.5.5
16622024-05-10T20:23:43.913Z Compiling arrayvec v0.7.4
16632024-05-10T20:23:43.960Z Compiling constant_time_eq v0.3.0
16642024-05-10T20:23:44.099Z Compiling toolchain_find v0.4.0
16652024-05-10T20:23:44.124Z Compiling tar v0.4.40
16662024-05-10T20:23:44.148Z Compiling camino-tempfile v1.1.1
16672024-05-10T20:23:44.517Z Compiling toml v0.8.12
16682024-05-10T20:23:44.883Z Compiling slog-json v2.6.1
16692024-05-10T20:23:45.026Z Compiling async-stream-impl v0.3.5
16702024-05-10T20:23:45.219Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
16712024-05-10T20:23:45.692Z Compiling topological-sort v0.2.2
16722024-05-10T20:23:45.721Z Compiling atomic-waker v1.1.1
16732024-05-10T20:23:45.721Z Compiling debug-ignore v1.0.5
16742024-05-10T20:23:45.721Z Compiling waitgroup v0.1.2
16752024-05-10T20:23:45.751Z Compiling rustfmt-wrapper v0.2.1
16762024-05-10T20:23:45.852Z Compiling slog-bunyan v2.5.0
16772024-05-10T20:23:46.052Z Compiling rustls-pemfile v2.1.2
16782024-05-10T20:23:46.112Z Compiling serde_with_macros v3.7.0
16792024-05-10T20:23:46.213Z Compiling async-stream v0.3.5
16802024-05-10T20:23:46.505Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
16812024-05-10T20:23:46.950Z Compiling serde_path_to_error v0.1.16
16822024-05-10T20:23:46.975Z Compiling structmeta-derive v0.3.0
16832024-05-10T20:23:47.658Z Compiling tokio-rustls v0.25.0
16842024-05-10T20:23:47.752Z Compiling omicron-zone-package v0.11.0
16852024-05-10T20:23:47.910Z Compiling proc-macro-error-attr v1.0.4
16862024-05-10T20:23:48.014Z Compiling proc-macro-error v1.0.4
16872024-05-10T20:23:48.245Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
16882024-05-10T20:23:48.541Z Compiling newtype-uuid v1.1.0
16892024-05-10T20:23:48.732Z Compiling serde_with v3.7.0
16902024-05-10T20:23:48.813Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
16912024-05-10T20:23:49.464Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
16922024-05-10T20:23:49.504Z Compiling structmeta v0.3.0
16932024-05-10T20:23:49.635Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
16942024-05-10T20:23:49.873Z Compiling parse-display-derive v0.9.0
16952024-05-10T20:23:49.897Z Compiling backoff v0.4.0
16962024-05-10T20:23:50.634Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
16972024-05-10T20:23:50.830Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
16982024-05-10T20:23:50.975Z Compiling macaddr v1.0.1
16992024-05-10T20:23:51.342Z Compiling proc-macro-crate v1.3.1
17002024-05-10T20:23:51.878Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17012024-05-10T20:23:52.234Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17022024-05-10T20:23:52.323Z Compiling num_enum_derive v0.5.11
17032024-05-10T20:23:52.449Z Compiling foreign-types-macros v0.2.3
17042024-05-10T20:23:52.537Z Compiling foreign-types-shared v0.3.1
17052024-05-10T20:23:52.651Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17062024-05-10T20:23:53.342Z Compiling heapless v0.8.0
17072024-05-10T20:23:53.369Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
17082024-05-10T20:23:53.511Z Compiling foreign-types v0.5.0
17092024-05-10T20:23:53.794Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17102024-05-10T20:23:53.839Z Compiling cstr-argument v0.1.2
17112024-05-10T20:23:53.890Z Compiling parse-display v0.9.0
17122024-05-10T20:23:54.067Z Compiling hash32 v0.3.1
17132024-05-10T20:23:54.287Z Compiling pretty-hex v0.2.1
17142024-05-10T20:23:54.443Z Compiling smoltcp v0.11.0
17152024-05-10T20:23:54.605Z Compiling num_enum v0.5.11
17162024-05-10T20:23:54.655Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17172024-05-10T20:23:54.755Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17182024-05-10T20:23:55.071Z Compiling tabwriter v1.4.0
17192024-05-10T20:23:55.096Z Compiling colored v2.1.0
17202024-05-10T20:23:55.186Z Compiling embedded-io v0.4.0
17212024-05-10T20:23:55.365Z Compiling cobs v0.2.3
17222024-05-10T20:23:55.626Z Compiling postcard v1.0.8
17232024-05-10T20:23:55.651Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17242024-05-10T20:23:55.747Z Compiling crucible-workspace-hack v0.1.0
17252024-05-10T20:23:55.916Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17262024-05-10T20:23:56.079Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17272024-05-10T20:23:56.104Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17282024-05-10T20:23:56.232Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
17292024-05-10T20:23:56.407Z Compiling smf v0.2.3
17302024-05-10T20:23:56.571Z Compiling platforms v3.0.2
17312024-05-10T20:23:58.167Z Compiling humantime v2.1.0
17322024-05-10T20:23:58.193Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
17332024-05-10T20:23:58.194Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
17342024-05-10T20:23:58.194Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
17352024-05-10T20:23:58.194Z Compiling usdt-attr-macro v0.5.0
17362024-05-10T20:23:58.194Z Compiling usdt-macro v0.5.0
17372024-05-10T20:23:58.194Z Compiling num-derive v0.4.0
17382024-05-10T20:23:58.485Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17392024-05-10T20:23:58.996Z Compiling sigpipe v0.1.3
17402024-05-10T20:23:59.021Z Compiling memmap v0.7.0
17412024-05-10T20:23:59.134Z Compiling utf-8 v0.7.6
17422024-05-10T20:23:59.336Z Compiling usdt v0.5.0
17432024-05-10T20:23:59.416Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
17442024-05-10T20:23:59.522Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
17452024-05-10T20:24:00.171Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17462024-05-10T20:24:00.195Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
17472024-05-10T20:24:00.196Z Compiling atty v0.2.14
17482024-05-10T20:24:00.196Z Compiling unicase v2.7.0
17492024-05-10T20:24:00.310Z Compiling semver v0.1.20
17502024-05-10T20:24:00.381Z Compiling curve25519-dalek v4.1.2
17512024-05-10T20:24:00.462Z Compiling newline-converter v0.3.0
17522024-05-10T20:24:00.571Z Compiling universal-hash v0.5.1
17532024-05-10T20:24:00.624Z Compiling rustc_version v0.1.7
17542024-05-10T20:24:00.740Z Compiling opaque-debug v0.3.0
17552024-05-10T20:24:00.772Z Compiling expectorate v1.1.0
17562024-05-10T20:24:00.836Z Compiling tungstenite v0.20.1
17572024-05-10T20:24:00.872Z Compiling signature v2.1.0
17582024-05-10T20:24:00.921Z Compiling curve25519-dalek-derive v0.1.0
17592024-05-10T20:24:01.041Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17602024-05-10T20:24:01.074Z Compiling newtype_derive v0.1.6
17612024-05-10T20:24:01.108Z Compiling num-rational v0.4.1
17622024-05-10T20:24:01.223Z Compiling termcolor v1.2.0
17632024-05-10T20:24:01.334Z Compiling quick-error v1.2.3
17642024-05-10T20:24:01.394Z Compiling getrandom v0.1.16
17652024-05-10T20:24:01.534Z Compiling arc-swap v1.6.0
17662024-05-10T20:24:02.047Z Compiling linked-hash-map v0.5.6
17672024-05-10T20:24:02.105Z Compiling slog-scope v4.4.0
17682024-05-10T20:24:02.136Z Compiling tokio-tungstenite v0.20.1
17692024-05-10T20:24:02.165Z Compiling env_logger v0.9.3
17702024-05-10T20:24:02.412Z Compiling lru-cache v0.1.2
17712024-05-10T20:24:02.606Z Compiling resolv-conf v0.7.0
17722024-05-10T20:24:02.780Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17732024-05-10T20:24:02.895Z Compiling password-hash v0.5.0
17742024-05-10T20:24:02.975Z Compiling blake2 v0.10.6
17752024-05-10T20:24:03.207Z Compiling bitstruct_derive v0.1.0
17762024-05-10T20:24:03.372Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17772024-05-10T20:24:03.479Z Compiling ascii v1.1.0
17782024-05-10T20:24:03.506Z Compiling libefi-sys v0.1.0
17792024-05-10T20:24:03.824Z Compiling bytecount v0.6.3
17802024-05-10T20:24:03.906Z Compiling parking_lot_core v0.8.6
17812024-05-10T20:24:04.053Z Compiling papergrid v0.11.0
17822024-05-10T20:24:04.113Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
17832024-05-10T20:24:04.257Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17842024-05-10T20:24:04.462Z Compiling argon2 v0.5.3
17852024-05-10T20:24:04.587Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17862024-05-10T20:24:04.612Z Compiling bitstruct v0.1.1
17872024-05-10T20:24:05.146Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
17882024-05-10T20:24:05.177Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
17892024-05-10T20:24:05.547Z Compiling trust-dns-resolver v0.22.0
17902024-05-10T20:24:07.058Z Compiling slog-stdlog v4.1.1
17912024-05-10T20:24:07.107Z Compiling tabled_derive v0.7.0
17922024-05-10T20:24:07.384Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17932024-05-10T20:24:07.535Z Compiling rfc6979 v0.4.0
17942024-05-10T20:24:07.703Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17952024-05-10T20:24:07.786Z Compiling serde_arrays v0.1.0
17962024-05-10T20:24:07.950Z Compiling erased-serde v0.3.31
17972024-05-10T20:24:07.977Z Compiling aead v0.5.2
17982024-05-10T20:24:08.003Z Compiling num-complex v0.4.5
17992024-05-10T20:24:08.041Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
18002024-05-10T20:24:08.290Z Compiling nibble_vec v0.1.0
18012024-05-10T20:24:08.367Z Compiling slog-dtrace v0.3.0
18022024-05-10T20:24:08.481Z Compiling winapi v0.3.9
18032024-05-10T20:24:08.630Z Compiling keccak v0.1.4
18042024-05-10T20:24:08.843Z Compiling endian-type v0.1.2
18052024-05-10T20:24:09.070Z Compiling cancel-safe-futures v0.1.5
18062024-05-10T20:24:09.123Z Compiling radix_trie v0.2.1
18072024-05-10T20:24:09.297Z Compiling sha3 v0.10.8
18082024-05-10T20:24:09.362Z Compiling tabled v0.15.0
18092024-05-10T20:24:09.458Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18102024-05-10T20:24:09.484Z Compiling num v0.4.2
18112024-05-10T20:24:09.606Z Compiling ecdsa v0.16.9
18122024-05-10T20:24:09.672Z Compiling rand_core v0.5.1
18132024-05-10T20:24:09.733Z Compiling slog-envlogger v2.2.0
18142024-05-10T20:24:10.096Z Compiling steno v0.4.0
18152024-05-10T20:24:10.124Z Compiling mime_guess v2.0.4
18162024-05-10T20:24:10.292Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18172024-05-10T20:24:10.396Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18182024-05-10T20:24:11.176Z Compiling poly1305 v0.8.0
18192024-05-10T20:24:11.306Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18202024-05-10T20:24:11.474Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
18212024-05-10T20:24:11.984Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18222024-05-10T20:24:12.279Z Compiling primeorder v0.13.6
18232024-05-10T20:24:12.449Z Compiling chacha20 v0.9.1
18242024-05-10T20:24:12.577Z Compiling heck v0.3.3
18252024-05-10T20:24:12.708Z Compiling secrecy v0.8.0
18262024-05-10T20:24:12.841Z Compiling thiserror-impl-no-std v2.0.2
18272024-05-10T20:24:12.953Z Compiling half v2.3.1
18282024-05-10T20:24:12.978Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18292024-05-10T20:24:13.127Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
18302024-05-10T20:24:13.384Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
18312024-05-10T20:24:13.433Z Compiling ciborium-io v0.2.2
18322024-05-10T20:24:13.565Z Compiling convert_case v0.4.0
18332024-05-10T20:24:13.641Z Compiling option-ext v0.2.0
18342024-05-10T20:24:13.774Z Compiling dirs-sys v0.4.1
18352024-05-10T20:24:14.365Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18362024-05-10T20:24:14.439Z Compiling derive_more v0.99.17
18372024-05-10T20:24:15.445Z Compiling ciborium-ll v0.2.2
18382024-05-10T20:24:15.488Z Compiling thiserror-no-std v2.0.2
18392024-05-10T20:24:15.635Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18402024-05-10T20:24:15.817Z Compiling zone_cfg_derive v0.1.2
18412024-05-10T20:24:15.870Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
18422024-05-10T20:24:16.506Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18432024-05-10T20:24:16.642Z Compiling parking_lot v0.11.2
18442024-05-10T20:24:16.668Z Compiling rand_chacha v0.2.2
18452024-05-10T20:24:17.357Z Compiling trust-dns-client v0.22.0
18462024-05-10T20:24:17.566Z Compiling ed25519 v2.2.2
18472024-05-10T20:24:17.591Z Compiling polyval v0.6.1
18482024-05-10T20:24:17.813Z Compiling tungstenite v0.21.0
18492024-05-10T20:24:18.377Z Compiling ctr v0.9.2
18502024-05-10T20:24:18.819Z Compiling aes v0.8.3
18512024-05-10T20:24:18.820Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18522024-05-10T20:24:18.847Z Compiling blowfish v0.9.1
18532024-05-10T20:24:19.031Z Compiling password-hash v0.4.2
18542024-05-10T20:24:19.637Z Compiling libsw v3.3.1
18552024-05-10T20:24:19.816Z Compiling toml v0.5.11
18562024-05-10T20:24:19.887Z Compiling pbkdf2 v0.12.2
18572024-05-10T20:24:19.920Z Compiling derive-where v1.2.7
18582024-05-10T20:24:20.049Z Compiling fxhash v0.2.1
18592024-05-10T20:24:20.364Z Compiling gethostname v0.4.3
18602024-05-10T20:24:20.513Z Compiling owo-colors v4.0.0
18612024-05-10T20:24:20.611Z Compiling linear-map v1.2.0
18622024-05-10T20:24:20.905Z Compiling swrite v0.1.0
18632024-05-10T20:24:21.033Z Compiling base64 v0.13.1
18642024-05-10T20:24:21.188Z Compiling trust-dns-server v0.22.1
18652024-05-10T20:24:21.572Z Compiling ron v0.7.1
18662024-05-10T20:24:22.269Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18672024-05-10T20:24:22.800Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
18682024-05-10T20:24:22.836Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
18692024-05-10T20:24:23.462Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
18702024-05-10T20:24:23.650Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
18712024-05-10T20:24:26.101Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
18722024-05-10T20:24:26.581Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
18732024-05-10T20:24:26.952Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18742024-05-10T20:24:26.976Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
18752024-05-10T20:24:27.194Z Compiling sled v0.34.7
18762024-05-10T20:24:27.608Z Compiling bcrypt-pbkdf v0.10.0
18772024-05-10T20:24:28.078Z Compiling pbkdf2 v0.11.0
18782024-05-10T20:24:28.378Z Compiling tokio-tungstenite v0.21.0
18792024-05-10T20:24:28.578Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18802024-05-10T20:24:28.647Z Compiling ghash v0.5.0
18812024-05-10T20:24:28.844Z Compiling ed25519-dalek v2.0.0
18822024-05-10T20:24:28.872Z Compiling russh-cryptovec v0.7.0
18832024-05-10T20:24:28.903Z Compiling zone v0.1.8
18842024-05-10T20:24:29.149Z Compiling rand v0.7.3
18852024-05-10T20:24:29.683Z Compiling ciborium v0.2.2
18862024-05-10T20:24:30.112Z Compiling vsss-rs v3.3.4
18872024-05-10T20:24:30.189Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
18882024-05-10T20:24:31.156Z Compiling dirs v5.0.1
18892024-05-10T20:24:31.344Z Compiling chacha20poly1305 v0.10.1
18902024-05-10T20:24:31.562Z Compiling p256 v0.13.2
18912024-05-10T20:24:32.089Z Compiling p521 v0.13.3
18922024-05-10T20:24:32.248Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18932024-05-10T20:24:32.982Z Compiling pem v3.0.4
18942024-05-10T20:24:33.663Z Compiling cbc v0.1.2
18952024-05-10T20:24:33.767Z Compiling headers-core v0.2.0
18962024-05-10T20:24:33.899Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
18972024-05-10T20:24:33.929Z Compiling portpicker v0.1.1
18982024-05-10T20:24:33.960Z Compiling kstat-rs v0.2.3
18992024-05-10T20:24:34.225Z Compiling nanorand v0.7.0
19002024-05-10T20:24:34.674Z Compiling md5 v0.7.0
19012024-05-10T20:24:34.707Z Compiling http-range v0.1.5
19022024-05-10T20:24:34.736Z Compiling glob v0.3.1
19032024-05-10T20:24:34.977Z Compiling hyper-staticfile v0.9.5
19042024-05-10T20:24:35.016Z Compiling flume v0.11.0
19052024-05-10T20:24:35.380Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
19062024-05-10T20:24:35.531Z Compiling russh-keys v0.43.0
19072024-05-10T20:24:35.609Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
19082024-05-10T20:24:35.782Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
19092024-05-10T20:24:36.633Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
19102024-05-10T20:24:37.812Z Compiling headers v0.3.9
19112024-05-10T20:24:38.200Z Compiling rcgen v0.12.1
19122024-05-10T20:24:39.569Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
19132024-05-10T20:24:40.182Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
19142024-05-10T20:24:40.356Z Compiling aes-gcm v0.10.3
19152024-05-10T20:24:40.639Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
19162024-05-10T20:24:41.006Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
19172024-05-10T20:24:41.915Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
19182024-05-10T20:24:42.382Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
19192024-05-10T20:24:42.831Z Compiling atomicwrites v0.4.3
19202024-05-10T20:24:43.160Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
19212024-05-10T20:24:43.738Z Compiling itertools v0.12.1
19222024-05-10T20:24:44.672Z Compiling subprocess v0.2.9
19232024-05-10T20:24:45.607Z Compiling hex-literal v0.4.1
19242024-05-10T20:24:45.753Z Compiling dhcproto-macros v0.1.0
19252024-05-10T20:24:46.304Z Compiling display-error-chain v0.2.0
19262024-05-10T20:24:46.391Z Compiling russh v0.43.0
19272024-05-10T20:24:46.484Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19282024-05-10T20:24:46.582Z Compiling dhcproto v0.11.0
19292024-05-10T20:24:47.518Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
19302024-05-10T20:24:47.668Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
19312024-05-10T20:24:48.046Z Compiling internet-checksum v0.2.1
19322024-05-10T20:24:50.390Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
19332024-05-10T20:24:51.804Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
19342024-05-10T20:25:16.170Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
19352024-05-10T20:26:10.739Z Finished dev [unoptimized + debuginfo] target(s) in 4m 59s
19362024-05-10T20:26:11.076Z
19372024-05-10T20:26:11.076Zreal 4:59.486122957
19382024-05-10T20:26:11.076Zuser 23:09.279390099
19392024-05-10T20:26:11.076Zsys 5:30.837991345
19402024-05-10T20:26:11.101Ztrap 0.674690817
19412024-05-10T20:26:11.101Ztflt 0.452076358
19422024-05-10T20:26:11.101Zdflt 2.459958061
19432024-05-10T20:26:11.102Zkflt 0.002853558
19442024-05-10T20:26:11.102Zlock 42:45.016054792
19452024-05-10T20:26:11.102Zslp 1:05:02.356523095
19462024-05-10T20:26:11.102Zlat 1:37.476140158
19472024-05-10T20:26:11.102Zstop 4:26.939802392
19482024-05-10T20:26:11.102Z+ mkdir -p /work
19492024-05-10T20:26:11.102Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin commtest
19502024-05-10T20:26:12.234Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
19512024-05-10T20:26:22.327Z Finished dev [unoptimized + debuginfo] target(s) in 11.17s
19522024-05-10T20:26:22.423Z
19532024-05-10T20:26:22.423Zreal 11.309276277
19542024-05-10T20:26:22.423Zuser 8.803045103
19552024-05-10T20:26:22.423Zsys 3.683908570
19562024-05-10T20:26:22.423Ztrap 0.002402058
19572024-05-10T20:26:22.423Ztflt 0.004311047
19582024-05-10T20:26:22.423Zdflt 0.045887413
19592024-05-10T20:26:22.423Zkflt 0.000000000
19602024-05-10T20:26:22.423Zlock 31.106091021
19612024-05-10T20:26:22.423Zslp 43.467001635
19622024-05-10T20:26:22.423Zlat 0.088096889
19632024-05-10T20:26:22.423Zstop 0.090789068
19642024-05-10T20:26:22.448Z+ cp target/debug/commtest /work/commtest
19652024-05-10T20:26:22.824Z+ mkdir -p /work/end-to-end-tests
19662024-05-10T20:26:22.848Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
19672024-05-10T20:26:22.888Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
19682024-05-10T20:26:22.888Z+ ptime -m gzip
19692024-05-10T20:26:22.913Z++ basename target/debug/bootstrap
19702024-05-10T20:26:38.158Z
19712024-05-10T20:26:38.158Zreal 14.842722339
19722024-05-10T20:26:38.158Zuser 14.702173960
19732024-05-10T20:26:38.158Zsys 0.124359251
19742024-05-10T20:26:38.158Ztrap 0.004409321
19752024-05-10T20:26:38.158Ztflt 0.000000000
19762024-05-10T20:26:38.158Zdflt 0.000000000
19772024-05-10T20:26:38.158Zkflt 0.000000000
19782024-05-10T20:26:38.158Zlock 0.000000000
19792024-05-10T20:26:38.158Zslp 0.000000000
19802024-05-10T20:26:38.158Zlat 0.011309216
19812024-05-10T20:26:38.158Zstop 0.000379955
19822024-05-10T20:26:38.187Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
19832024-05-10T20:26:38.187Z+ ptime -m gzip
19842024-05-10T20:26:38.187Z++ basename /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-54db9e7169aa25f2
19852024-05-10T20:26:39.136Z
19862024-05-10T20:26:39.136Zreal 1.384314076
19872024-05-10T20:26:39.136Zuser 1.368548032
19882024-05-10T20:26:39.137Zsys 0.015034073
19892024-05-10T20:26:39.137Ztrap 0.000171318
19902024-05-10T20:26:39.137Ztflt 0.000000000
19912024-05-10T20:26:39.137Zdflt 0.000000000
19922024-05-10T20:26:39.138Zkflt 0.000000000
19932024-05-10T20:26:39.138Zlock 0.000000000
19942024-05-10T20:26:39.138Zslp 0.000000000
19952024-05-10T20:26:39.138Zlat 0.000216021
19962024-05-10T20:26:39.139Zstop 0.000252168
19972024-05-10T20:26:39.166Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
19982024-05-10T20:26:39.166Z+ ptime -m gzip
19992024-05-10T20:26:39.167Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-114378b13c624b47
20002024-05-10T20:26:40.519Z
20012024-05-10T20:26:40.519Zreal 1.376465928
20022024-05-10T20:26:40.519Zuser 1.360540689
20032024-05-10T20:26:40.519Zsys 0.015203357
20042024-05-10T20:26:40.519Ztrap 0.000156809
20052024-05-10T20:26:40.519Ztflt 0.000000000
20062024-05-10T20:26:40.519Zdflt 0.000000000
20072024-05-10T20:26:40.519Zkflt 0.000000000
20082024-05-10T20:26:40.520Zlock 0.000000000
20092024-05-10T20:26:40.520Zslp 0.000000000
20102024-05-10T20:26:40.520Zlat 0.000203466
20112024-05-10T20:26:40.520Zstop 0.000250314
20122024-05-10T20:26:40.545Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20132024-05-10T20:26:40.545Z+ ptime -m gzip
20142024-05-10T20:26:40.545Z++ basename /work/oxidecomputer/omicron/target/debug/deps/commtest-d165232fe22589d2
20152024-05-10T20:26:41.906Z
20162024-05-10T20:26:41.906Zreal 1.378319262
20172024-05-10T20:26:41.906Zuser 1.362835886
20182024-05-10T20:26:41.931Zsys 0.014765111
20192024-05-10T20:26:41.931Ztrap 0.000163172
20202024-05-10T20:26:41.931Ztflt 0.000000000
20212024-05-10T20:26:41.931Zdflt 0.000000000
20222024-05-10T20:26:41.931Zkflt 0.000000000
20232024-05-10T20:26:41.931Zlock 0.000000000
20242024-05-10T20:26:41.931Zslp 0.000000000
20252024-05-10T20:26:41.931Zlat 0.000181493
20262024-05-10T20:26:41.931Zstop 0.000277778
20272024-05-10T20:26:41.931Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20282024-05-10T20:26:41.931Z+ ptime -m gzip
20292024-05-10T20:26:41.931Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-afa978a5d172f68d
20302024-05-10T20:26:57.408Z
20312024-05-10T20:26:57.408Zreal 15.493887437
20322024-05-10T20:26:57.408Zuser 15.316222013
20332024-05-10T20:26:57.409Zsys 0.170843662
20342024-05-10T20:26:57.409Ztrap 0.003013073
20352024-05-10T20:26:57.409Ztflt 0.000000000
20362024-05-10T20:26:57.409Zdflt 0.000000000
20372024-05-10T20:26:57.409Zkflt 0.000000000
20382024-05-10T20:26:57.409Zlock 0.000000000
20392024-05-10T20:26:57.409Zslp 0.000000000
20402024-05-10T20:26:57.409Zlat 0.003477069
20412024-05-10T20:26:57.409Zstop 0.000239032
20422024-05-10T20:26:57.434Z+ banner caboose-util
20432024-05-10T20:26:57.434Z
20442024-05-10T20:26:57.434Z #### ## ##### #### #### #### ###### # # #####
20452024-05-10T20:26:57.434Z # # # # # # # # # # # # # # #
20462024-05-10T20:26:57.434Z # # # ##### # # # # #### ##### ##### # # #
20472024-05-10T20:26:57.434Z # ###### # # # # # # # # # # #
20482024-05-10T20:26:57.434Z # # # # # # # # # # # # # # # #
20492024-05-10T20:26:57.434Z #### # # ##### #### #### #### ###### #### #
20502024-05-10T20:26:57.434Z
20512024-05-10T20:26:57.434Z+ ptime -m cargo build --locked -p caboose-util --release
20522024-05-10T20:26:58.109Z Downloading crates ...
20532024-05-10T20:26:58.282Z Downloaded crc v3.0.1
20542024-05-10T20:26:58.307Z Downloaded crc-catalog v2.2.0
20552024-05-10T20:26:58.307Z Downloaded x509-cert v0.2.4
20562024-05-10T20:26:58.331Z Downloaded wyz v0.5.1
20572024-05-10T20:26:58.331Z Downloaded tap v1.0.1
20582024-05-10T20:26:58.331Z Downloaded smallvec v0.6.14
20592024-05-10T20:26:58.331Z Downloaded serde-hex v0.1.0
20602024-05-10T20:26:58.331Z Downloaded rsa v0.9.2
20612024-05-10T20:26:58.332Z Downloaded ron v0.8.1
20622024-05-10T20:26:58.332Z Downloaded radium v0.7.0
20632024-05-10T20:26:58.332Z Downloaded pkcs1 v0.7.5
20642024-05-10T20:26:58.332Z Downloaded path-slash v0.1.5
20652024-05-10T20:26:58.356Z Downloaded packed_struct_codegen v0.10.1
20662024-05-10T20:26:58.356Z Downloaded packed_struct v0.10.1
20672024-05-10T20:26:58.356Z Downloaded object v0.30.4
20682024-05-10T20:26:58.356Z Downloaded num-bigint-dig v0.8.4
20692024-05-10T20:26:58.381Z Downloaded nodrop v0.1.14
20702024-05-10T20:26:58.381Z Downloaded maybe-uninit v2.0.0
20712024-05-10T20:26:58.381Z Downloaded hashbrown v0.13.2
20722024-05-10T20:26:58.381Z Downloaded funty v2.0.0
20732024-05-10T20:26:58.381Z Downloaded env_logger v0.10.0
20742024-05-10T20:26:58.381Z Downloaded crc-any v2.4.3
20752024-05-10T20:26:58.381Z Downloaded bitvec v1.0.1
20762024-05-10T20:26:58.406Z Downloaded bitfield v0.14.0
20772024-05-10T20:26:58.406Z Downloaded array-init v0.0.4
20782024-05-10T20:26:58.537Z Compiling proc-macro2 v1.0.81
20792024-05-10T20:26:58.537Z Compiling unicode-ident v1.0.12
20802024-05-10T20:26:58.563Z Compiling libc v0.2.153
20812024-05-10T20:26:58.563Z Compiling serde v1.0.199
20822024-05-10T20:26:58.563Z Compiling autocfg v1.1.0
20832024-05-10T20:26:58.563Z Compiling version_check v0.9.4
20842024-05-10T20:26:58.563Z Compiling cfg-if v1.0.0
20852024-05-10T20:26:58.700Z Compiling typenum v1.16.0
20862024-05-10T20:26:58.724Z Compiling once_cell v1.19.0
20872024-05-10T20:26:58.780Z Compiling parking_lot_core v0.9.8
20882024-05-10T20:26:59.044Z Compiling memchr v2.7.1
20892024-05-10T20:26:59.142Z Compiling byteorder v1.5.0
20902024-05-10T20:26:59.169Z Compiling lock_api v0.4.10
20912024-05-10T20:26:59.197Z Compiling generic-array v0.14.7
20922024-05-10T20:26:59.444Z Compiling libm v0.2.7
20932024-05-10T20:26:59.468Z Compiling num-traits v0.2.18
20942024-05-10T20:26:59.586Z Compiling ahash v0.8.8
20952024-05-10T20:26:59.730Z Compiling serde_json v1.0.116
20962024-05-10T20:26:59.754Z Compiling syn v1.0.109
20972024-05-10T20:26:59.850Z Compiling quote v1.0.36
20982024-05-10T20:26:59.880Z Compiling pkg-config v0.3.27
20992024-05-10T20:27:00.032Z Compiling cc v1.0.83
21002024-05-10T20:27:00.203Z Compiling syn v2.0.60
21012024-05-10T20:27:00.255Z Compiling getrandom v0.2.12
21022024-05-10T20:27:00.396Z Compiling thiserror v1.0.59
21032024-05-10T20:27:00.827Z Compiling itoa v1.0.9
21042024-05-10T20:27:00.852Z Compiling scopeguard v1.2.0
21052024-05-10T20:27:00.878Z Compiling log v0.4.21
21062024-05-10T20:27:01.078Z Compiling slab v0.4.9
21072024-05-10T20:27:01.339Z Compiling rand_core v0.6.4
21082024-05-10T20:27:01.368Z Compiling smallvec v1.13.1
21092024-05-10T20:27:01.877Z Compiling vcpkg v0.2.15
21102024-05-10T20:27:02.231Z Compiling ryu v1.0.15
21112024-05-10T20:27:02.480Z Compiling pin-project-lite v0.2.13
21122024-05-10T20:27:02.603Z Compiling parking_lot v0.12.1
21132024-05-10T20:27:02.715Z Compiling const-oid v0.9.6
21142024-05-10T20:27:03.118Z Compiling ring v0.17.8
21152024-05-10T20:27:03.312Z Compiling openssl-sys v0.9.102
21162024-05-10T20:27:03.468Z Compiling ucd-trie v0.1.6
21172024-05-10T20:27:04.005Z Compiling signal-hook-registry v1.4.1
21182024-05-10T20:27:04.193Z Compiling rustix v0.38.31
21192024-05-10T20:27:04.461Z Compiling subtle v2.5.0
21202024-05-10T20:27:04.541Z Compiling ring v0.16.20
21212024-05-10T20:27:04.737Z Compiling mio v0.8.11
21222024-05-10T20:27:04.837Z Compiling semver v1.0.22
21232024-05-10T20:27:05.215Z Compiling futures-core v0.3.30
21242024-05-10T20:27:05.420Z Compiling tinyvec_macros v0.1.1
21252024-05-10T20:27:05.519Z Compiling tinyvec v1.6.0
21262024-05-10T20:27:05.946Z Compiling spin v0.5.2
21272024-05-10T20:27:06.703Z Compiling unicode-normalization v0.1.22
21282024-05-10T20:27:06.967Z Compiling socket2 v0.5.6
21292024-05-10T20:27:06.992Z Compiling num_cpus v1.16.0
21302024-05-10T20:27:07.198Z Compiling openssl v0.10.64
21312024-05-10T20:27:07.518Z Compiling futures-sink v0.3.30
21322024-05-10T20:27:07.545Z Compiling allocator-api2 v0.2.16
21332024-05-10T20:27:07.682Z Compiling httparse v1.8.0
21342024-05-10T20:27:07.708Z Compiling unicode-xid v0.2.4
21352024-05-10T20:27:08.030Z Compiling unicode-bidi v0.3.15
21362024-05-10T20:27:08.064Z Compiling synstructure v0.12.6
21372024-05-10T20:27:08.273Z Compiling time-core v0.1.2
21382024-05-10T20:27:08.429Z Compiling num-conv v0.1.0
21392024-05-10T20:27:08.673Z Compiling equivalent v1.0.1
21402024-05-10T20:27:08.702Z Compiling time-macros v0.2.17
21412024-05-10T20:27:09.012Z Compiling futures-channel v0.3.30
21422024-05-10T20:27:09.309Z Compiling native-tls v0.2.11
21432024-05-10T20:27:09.394Z Compiling pin-utils v0.1.0
21442024-05-10T20:27:09.420Z Compiling futures-task v0.3.30
21452024-05-10T20:27:09.477Z Compiling rustls v0.21.9
21462024-05-10T20:27:09.613Z Compiling crc32fast v1.3.2
21472024-05-10T20:27:09.737Z Compiling futures-io v0.3.30
21482024-05-10T20:27:09.783Z Compiling ppv-lite86 v0.2.17
21492024-05-10T20:27:09.991Z Compiling bzip2-sys v0.1.11+1.0.8
21502024-05-10T20:27:10.429Z Compiling spin v0.9.8
21512024-05-10T20:27:10.492Z Compiling rand_chacha v0.3.1
21522024-05-10T20:27:10.533Z Compiling tracing-core v0.1.32
21532024-05-10T20:27:10.795Z Compiling base64ct v1.6.0
21542024-05-10T20:27:10.932Z Compiling serde_derive v1.0.199
21552024-05-10T20:27:11.118Z Compiling zeroize_derive v1.4.2
21562024-05-10T20:27:11.146Z Compiling zerocopy-derive v0.7.32
21572024-05-10T20:27:11.322Z Compiling thiserror-impl v1.0.59
21582024-05-10T20:27:11.405Z Compiling tokio-macros v2.2.0
21592024-05-10T20:27:11.671Z Compiling futures-macro v0.3.30
21602024-05-10T20:27:11.887Z Compiling tracing-attributes v0.1.27
21612024-05-10T20:27:12.362Z Compiling zeroize v1.7.0
21622024-05-10T20:27:12.829Z Compiling der_derive v0.7.2
21632024-05-10T20:27:12.896Z Compiling zerocopy v0.7.32
21642024-05-10T20:27:13.821Z Compiling pest v2.7.6
21652024-05-10T20:27:13.994Z Compiling crypto-common v0.1.6
21662024-05-10T20:27:14.023Z Compiling block-buffer v0.10.4
21672024-05-10T20:27:14.202Z Compiling digest v0.10.7
21682024-05-10T20:27:14.597Z Compiling zerocopy-derive v0.2.0
21692024-05-10T20:27:14.622Z Compiling openssl-macros v0.1.1
21702024-05-10T20:27:14.754Z Compiling hashbrown v0.14.3
21712024-05-10T20:27:14.966Z Compiling futures-util v0.3.30
21722024-05-10T20:27:15.256Z Compiling tracing v0.1.40
21732024-05-10T20:27:15.416Z Compiling pem-rfc7468 v0.7.0
21742024-05-10T20:27:15.681Z Compiling scroll_derive v0.12.0
21752024-05-10T20:27:16.050Z Compiling pest_meta v2.7.6
21762024-05-10T20:27:16.120Z Compiling zerocopy-derive v0.6.6
21772024-05-10T20:27:16.144Z Compiling rand v0.8.5
21782024-05-10T20:27:16.643Z Compiling cookie v0.17.0
21792024-05-10T20:27:16.772Z Compiling usdt-impl v0.3.5
21802024-05-10T20:27:16.946Z Compiling percent-encoding v2.3.1
21812024-05-10T20:27:17.197Z Compiling pest_generator v2.7.6
21822024-05-10T20:27:17.587Z Compiling schemars v0.8.17
21832024-05-10T20:27:17.849Z Compiling flagset v0.4.3
21842024-05-10T20:27:17.955Z Compiling signal-hook v0.3.17
21852024-05-10T20:27:18.056Z Compiling der v0.7.8
21862024-05-10T20:27:18.800Z Compiling serde_derive_internals v0.29.0
21872024-05-10T20:27:19.416Z Compiling pest_derive v2.7.6
21882024-05-10T20:27:20.419Z Compiling errno v0.3.8
21892024-05-10T20:27:20.651Z Compiling fnv v1.0.7
21902024-05-10T20:27:20.713Z Compiling schemars_derive v0.8.17
21912024-05-10T20:27:20.767Z Compiling spki v0.7.2
21922024-05-10T20:27:21.915Z Compiling bytes v1.6.0
21932024-05-10T20:27:22.362Z Compiling bitflags v2.4.2
21942024-05-10T20:27:22.980Z Compiling tokio v1.37.0
21952024-05-10T20:27:23.273Z Compiling indexmap v2.2.6
21962024-05-10T20:27:24.020Z Compiling rustc_version v0.4.0
21972024-05-10T20:27:24.478Z Compiling http v0.2.12
21982024-05-10T20:27:24.541Z Compiling heapless v0.7.16
21992024-05-10T20:27:24.581Z Compiling uuid v1.8.0
22002024-05-10T20:27:24.918Z Compiling zerocopy v0.3.0
22012024-05-10T20:27:25.178Z Compiling lazy_static v1.4.0
22022024-05-10T20:27:25.762Z Compiling backtrace v0.3.69
22032024-05-10T20:27:26.158Z Compiling thread-id v4.2.0
22042024-05-10T20:27:26.265Z Compiling num-bigint v0.4.4
22052024-05-10T20:27:26.421Z Compiling powerfmt v0.2.0
22062024-05-10T20:27:26.662Z Compiling untrusted v0.7.1
22072024-05-10T20:27:26.746Z Compiling heck v0.5.0
22082024-05-10T20:27:26.830Z Compiling base64 v0.21.7
22092024-05-10T20:27:27.068Z Compiling iana-time-zone v0.1.57
22102024-05-10T20:27:27.138Z Compiling crossbeam-utils v0.8.19
22112024-05-10T20:27:27.411Z Compiling foreign-types-shared v0.1.1
22122024-05-10T20:27:27.683Z Compiling smoltcp v0.9.1
22132024-05-10T20:27:27.711Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
22142024-05-10T20:27:28.078Z Compiling heck v0.4.1
22152024-05-10T20:27:28.232Z Compiling untrusted v0.9.0
22162024-05-10T20:27:28.431Z Compiling foreign-types v0.3.2
22172024-05-10T20:27:28.517Z Compiling chrono v0.4.38
22182024-05-10T20:27:28.734Z Compiling clap_derive v4.5.4
22192024-05-10T20:27:29.105Z Compiling deranged v0.3.11
22202024-05-10T20:27:30.784Z Compiling tokio-util v0.7.10
22212024-05-10T20:27:31.272Z Compiling dof v0.1.5
22222024-05-10T20:27:31.373Z Compiling dtrace-parser v0.1.14
22232024-05-10T20:27:31.689Z Compiling form_urlencoded v1.2.1
22242024-05-10T20:27:32.024Z Compiling hmac v0.12.1
22252024-05-10T20:27:32.090Z Compiling num-integer v0.1.46
22262024-05-10T20:27:32.360Z Compiling cpufeatures v0.2.12
22272024-05-10T20:27:32.385Z Compiling siphasher v0.3.11
22282024-05-10T20:27:32.457Z Compiling try-lock v0.2.4
22292024-05-10T20:27:32.594Z Compiling anstyle v1.0.6
22302024-05-10T20:27:32.713Z Compiling num_threads v0.1.6
22312024-05-10T20:27:32.743Z Compiling adler v1.0.2
22322024-05-10T20:27:33.118Z Compiling utf8parse v0.2.1
22332024-05-10T20:27:33.553Z Compiling rustversion v1.0.14
22342024-05-10T20:27:33.553Z Compiling anstyle-parse v0.2.1
22352024-05-10T20:27:33.718Z Compiling miniz_oxide v0.7.1
22362024-05-10T20:27:33.743Z Compiling time v0.3.34
22372024-05-10T20:27:34.393Z Compiling want v0.3.1
22382024-05-10T20:27:34.627Z Compiling sha2 v0.10.8
22392024-05-10T20:27:35.976Z Compiling h2 v0.3.26
22402024-05-10T20:27:37.200Z Compiling sct v0.7.0
22412024-05-10T20:27:37.225Z Compiling rustls-webpki v0.101.7
22422024-05-10T20:27:37.500Z Compiling http-body v0.4.5
22432024-05-10T20:27:37.654Z Compiling serde_tokenstream v0.1.7
22442024-05-10T20:27:37.919Z Compiling pkcs8 v0.10.2
22452024-05-10T20:27:38.140Z Compiling hubpack_derive v0.1.1
22462024-05-10T20:27:38.638Z Compiling async-trait v0.1.80
22472024-05-10T20:27:38.703Z Compiling idna v0.5.0
22482024-05-10T20:27:39.181Z Compiling socket2 v0.4.9
22492024-05-10T20:27:39.393Z Compiling aho-corasick v1.1.2
22502024-05-10T20:27:39.828Z Compiling usdt-impl v0.5.0
22512024-05-10T20:27:40.239Z Compiling colorchoice v1.0.0
22522024-05-10T20:27:40.378Z Compiling openssl-probe v0.1.5
22532024-05-10T20:27:40.635Z Compiling slog v2.7.0
22542024-05-10T20:27:40.867Z Compiling anyhow v1.0.82
22552024-05-10T20:27:41.069Z Compiling radium v0.7.0
22562024-05-10T20:27:41.213Z Compiling anstyle-query v1.0.0
22572024-05-10T20:27:41.468Z Compiling regex-syntax v0.8.2
22582024-05-10T20:27:41.607Z Compiling httpdate v1.0.3
22592024-05-10T20:27:41.644Z Compiling tower-service v0.3.2
22602024-05-10T20:27:42.148Z Compiling hyper v0.14.28
22612024-05-10T20:27:44.392Z Compiling regex-automata v0.4.5
22622024-05-10T20:27:46.108Z Compiling anstream v0.6.11
22632024-05-10T20:27:48.146Z Compiling url v2.5.0
22642024-05-10T20:27:49.884Z Compiling terminal_size v0.3.0
22652024-05-10T20:27:50.192Z Compiling serde_spanned v0.6.5
22662024-05-10T20:27:50.310Z Compiling toml_datetime v0.6.5
22672024-05-10T20:27:50.426Z Compiling zerocopy v0.6.6
22682024-05-10T20:27:50.720Z Compiling scroll v0.12.0
22692024-05-10T20:27:50.830Z Compiling md-5 v0.10.5
22702024-05-10T20:27:51.203Z Compiling idna v0.3.0
22712024-05-10T20:27:51.241Z Compiling stringprep v0.1.3
22722024-05-10T20:27:51.283Z Compiling diesel_table_macro_syntax v0.1.0
22732024-05-10T20:27:51.724Z Compiling hash32 v0.2.1
22742024-05-10T20:27:51.724Z Compiling gimli v0.28.0
22752024-05-10T20:27:52.160Z Compiling maybe-uninit v2.0.0
22762024-05-10T20:27:52.160Z Compiling fallible-iterator v0.2.0
22772024-05-10T20:27:52.160Z Compiling psl-types v2.0.11
22782024-05-10T20:27:52.160Z Compiling dyn-clone v1.0.17
22792024-05-10T20:27:52.160Z Compiling stable_deref_trait v1.2.0
22802024-05-10T20:27:52.252Z Compiling plain v0.2.3
22812024-05-10T20:27:52.367Z Compiling clap_lex v0.7.0
22822024-05-10T20:27:52.401Z Compiling strsim v0.11.0
22832024-05-10T20:27:52.462Z Compiling tap v1.0.1
22842024-05-10T20:27:52.643Z Compiling wyz v0.5.1
22852024-05-10T20:27:52.828Z Compiling clap_builder v4.5.2
22862024-05-10T20:27:53.053Z Compiling tokio-rustls v0.24.1
22872024-05-10T20:27:53.097Z Compiling postgres-protocol v0.6.6
22882024-05-10T20:27:53.389Z Compiling goblin v0.8.0
22892024-05-10T20:27:54.147Z Compiling publicsuffix v2.2.3
22902024-05-10T20:27:55.079Z Compiling diesel_derives v2.1.2
22912024-05-10T20:27:55.448Z Compiling addr2line v0.21.0
22922024-05-10T20:27:56.151Z Compiling strum_macros v0.25.2
22932024-05-10T20:27:57.497Z Compiling tokio-native-tls v0.3.1
22942024-05-10T20:27:58.588Z Compiling usdt-macro v0.3.5
22952024-05-10T20:27:59.047Z Compiling usdt-attr-macro v0.3.5
22962024-05-10T20:28:00.632Z Compiling phf_shared v0.11.2
22972024-05-10T20:28:00.956Z Compiling num-iter v0.1.44
22982024-05-10T20:28:00.996Z Compiling enum-as-inner v0.5.1
22992024-05-10T20:28:01.799Z Compiling block-padding v0.3.3
23002024-05-10T20:28:01.850Z Compiling serde_repr v0.1.16
23012024-05-10T20:28:02.757Z Compiling ff v0.13.0
23022024-05-10T20:28:02.965Z Compiling scheduled-thread-pool v0.2.7
23032024-05-10T20:28:04.786Z Compiling object v0.32.1
23042024-05-10T20:28:05.613Z Compiling num-bigint-dig v0.8.4
23052024-05-10T20:28:05.638Z Compiling pretty-hex v0.4.1
23062024-05-10T20:28:05.663Z Compiling regex-automata v0.1.10
23072024-05-10T20:28:06.067Z Compiling bitflags v1.3.2
23082024-05-10T20:28:06.613Z Compiling matches v0.1.10
23092024-05-10T20:28:06.702Z Compiling base16ct v0.2.0
23102024-05-10T20:28:06.953Z Compiling packed_struct v0.10.1
23112024-05-10T20:28:07.050Z Compiling ipnet v2.9.0
23122024-05-10T20:28:07.732Z Compiling rustc-demangle v0.1.23
23132024-05-10T20:28:08.492Z Compiling managed v0.8.0
23142024-05-10T20:28:08.518Z Compiling winnow v0.5.15
23152024-05-10T20:28:08.556Z Compiling bit-vec v0.6.3
23162024-05-10T20:28:08.909Z Compiling funty v2.0.0
23172024-05-10T20:28:10.044Z Compiling bitvec v1.0.1
23182024-05-10T20:28:11.270Z Compiling toml_edit v0.19.15
23192024-05-10T20:28:14.173Z Compiling sec1 v0.7.3
23202024-05-10T20:28:14.616Z Compiling idna v0.2.3
23212024-05-10T20:28:15.912Z Compiling bstr v0.2.17
23222024-05-10T20:28:15.997Z Compiling dof v0.3.0
23232024-05-10T20:28:16.843Z Compiling r2d2 v0.8.10
23242024-05-10T20:28:17.004Z Compiling group v0.13.0
23252024-05-10T20:28:17.278Z Compiling inout v0.1.3
23262024-05-10T20:28:17.791Z Compiling phf v0.11.2
23272024-05-10T20:28:18.495Z Compiling hyper-tls v0.5.0
23282024-05-10T20:28:18.792Z Compiling signal-hook-mio v0.2.3
23292024-05-10T20:28:18.951Z Compiling cookie_store v0.20.0
23302024-05-10T20:28:19.454Z Compiling clap v4.5.4
23312024-05-10T20:28:19.577Z Compiling flate2 v1.0.28
23322024-05-10T20:28:19.605Z Compiling ipnetwork v0.20.0
23332024-05-10T20:28:20.103Z Compiling bzip2 v0.4.4
23342024-05-10T20:28:20.237Z Compiling postgres-types v0.2.6
23352024-05-10T20:28:20.299Z Compiling hyper-rustls v0.24.2
23362024-05-10T20:28:20.368Z Compiling regex v1.10.4
23372024-05-10T20:28:20.665Z Compiling hubpack v0.1.2
23382024-05-10T20:28:20.771Z Compiling rustls-pemfile v1.0.3
23392024-05-10T20:28:21.035Z Compiling phf_shared v0.10.0
23402024-05-10T20:28:21.060Z Compiling hkdf v0.12.4
23412024-05-10T20:28:21.229Z Compiling serde_urlencoded v0.7.1
23422024-05-10T20:28:21.320Z Compiling dtrace-parser v0.2.0
23432024-05-10T20:28:21.373Z Compiling futures-executor v0.3.30
23442024-05-10T20:28:22.157Z Compiling crypto-bigint v0.5.2
23452024-05-10T20:28:22.184Z Compiling packed_struct_codegen v0.10.1
23462024-05-10T20:28:22.689Z Compiling float-cmp v0.9.0
23472024-05-10T20:28:23.419Z Compiling indexmap v1.9.3
23482024-05-10T20:28:23.710Z Compiling encoding_rs v0.8.33
23492024-05-10T20:28:23.921Z Compiling fixedbitset v0.4.2
23502024-05-10T20:28:24.269Z Compiling sync_wrapper v0.1.2
23512024-05-10T20:28:24.351Z Compiling predicates-core v1.0.6
23522024-05-10T20:28:24.409Z Compiling whoami v1.5.1
23532024-05-10T20:28:24.619Z Compiling winnow v0.6.1
23542024-05-10T20:28:24.838Z Compiling minimal-lexical v0.2.1
23552024-05-10T20:28:25.068Z Compiling static_assertions v1.1.0
23562024-05-10T20:28:25.330Z Compiling new_debug_unreachable v1.0.4
23572024-05-10T20:28:25.398Z Compiling normalize-line-endings v0.3.0
23582024-05-10T20:28:25.437Z Compiling unicode-width v0.1.11
23592024-05-10T20:28:25.462Z Compiling webpki-roots v0.25.2
23602024-05-10T20:28:25.526Z Compiling mime v0.3.17
23612024-05-10T20:28:25.608Z Compiling either v1.11.0
23622024-05-10T20:28:25.644Z Compiling unicode-segmentation v1.10.1
23632024-05-10T20:28:25.959Z Compiling precomputed-hash v0.1.1
23642024-05-10T20:28:26.074Z Compiling difflib v0.4.0
23652024-05-10T20:28:26.270Z Compiling data-encoding v2.4.0
23662024-05-10T20:28:26.727Z Compiling nodrop v0.1.14
23672024-05-10T20:28:27.107Z Compiling crc-catalog v2.2.0
23682024-05-10T20:28:27.240Z Compiling crc v3.0.1
23692024-05-10T20:28:27.629Z Compiling toml_edit v0.22.12
23702024-05-10T20:28:27.862Z Compiling array-init v0.0.4
23712024-05-10T20:28:28.830Z Compiling trust-dns-proto v0.22.0
23722024-05-10T20:28:33.563Z Compiling predicates v3.1.0
23732024-05-10T20:28:33.673Z Compiling similar v2.4.0
23742024-05-10T20:28:34.790Z Compiling string_cache v0.8.7
23752024-05-10T20:28:35.139Z Compiling itertools v0.10.5
23762024-05-10T20:28:35.194Z Compiling reqwest v0.11.27
23772024-05-10T20:28:35.315Z Compiling console v0.15.8
23782024-05-10T20:28:36.305Z Compiling nom v7.1.3
23792024-05-10T20:28:37.329Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
23802024-05-10T20:28:39.132Z Compiling tokio-postgres v0.7.10
23812024-05-10T20:28:41.928Z Compiling petgraph v0.6.4
23822024-05-10T20:28:42.787Z Compiling elliptic-curve v0.13.8
23832024-05-10T20:28:45.218Z Compiling futures v0.3.30
23842024-05-10T20:28:46.033Z Compiling zip v0.6.6
23852024-05-10T20:28:46.320Z Compiling smallvec v0.6.14
23862024-05-10T20:28:46.722Z Compiling diesel v2.1.6
23872024-05-10T20:28:47.069Z Compiling yasna v0.5.2
23882024-05-10T20:28:47.395Z Compiling crossterm v0.27.0
23892024-05-10T20:28:47.439Z Compiling crossbeam-epoch v0.9.18
23902024-05-10T20:28:47.880Z Compiling cipher v0.4.4
23912024-05-10T20:28:48.548Z Compiling toml v0.7.8
23922024-05-10T20:28:48.704Z Compiling bit-set v0.5.3
23932024-05-10T20:28:48.952Z Compiling usdt v0.3.5
23942024-05-10T20:28:49.898Z Compiling bstr v1.9.0
23952024-05-10T20:28:50.064Z Compiling pkcs1 v0.7.5
23962024-05-10T20:28:50.259Z Compiling tokio-stream v0.1.15
23972024-05-10T20:28:51.191Z Compiling is-terminal v0.4.9
23982024-05-10T20:28:51.333Z Compiling openapiv3 v2.0.0
23992024-05-10T20:28:51.469Z Compiling hex v0.4.3
24002024-05-10T20:28:52.679Z Compiling signature v2.1.0
24012024-05-10T20:28:53.338Z Compiling termcolor v1.2.0
24022024-05-10T20:28:53.858Z Compiling bitfield v0.14.0
24032024-05-10T20:28:54.185Z Compiling base64 v0.22.0
24042024-05-10T20:28:54.569Z Compiling hashbrown v0.12.3
24052024-05-10T20:28:54.753Z Compiling lalrpop-util v0.19.12
24062024-05-10T20:28:55.535Z Compiling peg-runtime v0.8.2
24072024-05-10T20:28:58.139Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
24082024-05-10T20:28:59.307Z Compiling env_logger v0.10.0
24092024-05-10T20:29:00.330Z Compiling rsa v0.9.2
24102024-05-10T20:29:05.442Z Compiling serde-hex v0.1.0
24112024-05-10T20:29:09.659Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
24122024-05-10T20:29:12.848Z Compiling ron v0.8.1
24132024-05-10T20:29:14.234Z Compiling x509-cert v0.2.4
24142024-05-10T20:29:14.667Z Compiling hashbrown v0.13.2
24152024-05-10T20:29:15.975Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24162024-05-10T20:29:20.282Z Compiling crc-any v2.4.3
24172024-05-10T20:29:29.132Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
24182024-05-10T20:29:39.723Z Compiling object v0.30.4
24192024-05-10T20:29:41.124Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
24202024-05-10T20:29:50.701Z Compiling path-slash v0.1.5
24212024-05-10T20:29:50.889Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
24222024-05-10T20:30:13.062Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
24232024-05-10T20:30:14.050Z Finished release [optimized] target(s) in 3m 16s
24242024-05-10T20:30:14.130Z
24252024-05-10T20:30:14.130Zreal 3:16.685776750
24262024-05-10T20:30:14.130Zuser 20:39.045559429
24272024-05-10T20:30:14.130Zsys 2:48.355318540
24282024-05-10T20:30:14.130Ztrap 0.748064161
24292024-05-10T20:30:14.130Ztflt 0.808196648
24302024-05-10T20:30:14.130Zdflt 0.405500270
24312024-05-10T20:30:14.130Zkflt 0.000147980
24322024-05-10T20:30:14.130Zlock 46:39.083687482
24332024-05-10T20:30:14.130Zslp 1:01:05.398851392
24342024-05-10T20:30:14.130Zlat 1:23.563876726
24352024-05-10T20:30:14.130Zstop 1:41.348573670
24362024-05-10T20:30:14.156Z+ ptime -m gzip
24372024-05-10T20:30:14.868Z
24382024-05-10T20:30:14.868Zreal 0.307812632
24392024-05-10T20:30:14.868Zuser 0.303728227
24402024-05-10T20:30:14.899Zsys 0.003514623
24412024-05-10T20:30:14.900Ztrap 0.000036121
24422024-05-10T20:30:14.900Ztflt 0.000000000
24432024-05-10T20:30:14.900Zdflt 0.000000000
24442024-05-10T20:30:14.900Zkflt 0.000000000
24452024-05-10T20:30:14.900Zlock 0.000000000
24462024-05-10T20:30:14.900Zslp 0.000000000
24472024-05-10T20:30:14.900Zlat 0.000189649
24482024-05-10T20:30:14.900Zstop 0.000262689
24492024-05-10T20:30:14.900Z+ banner tufaceous
24502024-05-10T20:30:14.900Z
24512024-05-10T20:30:14.900Z ##### # # ###### ## #### ###### #### # # ####
24522024-05-10T20:30:14.900Z # # # # # # # # # # # # # #
24532024-05-10T20:30:14.900Z # # # ##### # # # ##### # # # # ####
24542024-05-10T20:30:14.900Z # # # # ###### # # # # # # #
24552024-05-10T20:30:14.900Z # # # # # # # # # # # # # # #
24562024-05-10T20:30:14.900Z # #### # # # #### ###### #### #### ####
24572024-05-10T20:30:14.900Z
24582024-05-10T20:30:14.900Z+ ptime -m cargo build --locked -p tufaceous --release
24592024-05-10T20:30:15.396Z Downloading crates ...
24602024-05-10T20:30:15.396Z Downloaded parse-size v1.0.0
24612024-05-10T20:30:15.396Z Downloaded pin-project v1.1.3
24622024-05-10T20:30:15.396Z Downloaded typed-path v0.7.0
24632024-05-10T20:30:15.396Z Downloaded tough v0.17.1
24642024-05-10T20:30:15.396Z Downloaded snafu-derive v0.8.2
24652024-05-10T20:30:15.396Z Downloaded snafu v0.8.2
24662024-05-10T20:30:15.423Z Downloaded serde_plain v1.0.2
24672024-05-10T20:30:15.423Z Downloaded pin-project-internal v1.1.3
24682024-05-10T20:30:15.424Z Downloaded olpc-cjson v0.1.3
24692024-05-10T20:30:15.424Z Downloaded fs-err v2.11.0
24702024-05-10T20:30:15.424Z Downloaded buf-list v1.0.3
24712024-05-10T20:30:15.424Z Downloaded async-recursion v1.1.0
24722024-05-10T20:30:15.424Z Downloaded globset v0.4.13
24732024-05-10T20:30:15.567Z Compiling serde_tokenstream v0.2.0
24742024-05-10T20:30:15.592Z Compiling regress v0.9.1
24752024-05-10T20:30:15.617Z Compiling camino v1.1.6
24762024-05-10T20:30:15.649Z Compiling getopts v0.2.21
24772024-05-10T20:30:15.649Z Compiling unsafe-libyaml v0.2.10
24782024-05-10T20:30:15.649Z Compiling rayon-core v1.12.1
24792024-05-10T20:30:15.677Z Compiling crossbeam-deque v0.8.3
24802024-05-10T20:30:15.677Z Compiling same-file v1.0.6
24812024-05-10T20:30:16.263Z Compiling fastrand v2.0.1
24822024-05-10T20:30:16.288Z Compiling walkdir v2.5.0
24832024-05-10T20:30:16.289Z Compiling blake3 v1.5.0
24842024-05-10T20:30:16.289Z Compiling tempfile v3.10.1
24852024-05-10T20:30:16.484Z Compiling dirs-sys-next v0.1.2
24862024-05-10T20:30:16.602Z Compiling serde_yaml v0.9.25
24872024-05-10T20:30:16.957Z Compiling rayon v1.10.0
24882024-05-10T20:30:17.077Z Compiling xattr v1.0.1
24892024-05-10T20:30:17.156Z Compiling memmap2 v0.7.1
24902024-05-10T20:30:17.193Z Compiling filetime v0.2.23
24912024-05-10T20:30:17.295Z Compiling strsim v0.10.0
24922024-05-10T20:30:17.431Z Compiling rustls-pki-types v1.3.0
24932024-05-10T20:30:17.458Z Compiling arrayvec v0.7.4
24942024-05-10T20:30:17.486Z Compiling heck v0.5.0
24952024-05-10T20:30:17.833Z Compiling constant_time_eq v0.3.0
24962024-05-10T20:30:17.886Z Compiling arrayref v0.3.7
24972024-05-10T20:30:17.967Z Compiling ident_case v1.0.1
24982024-05-10T20:30:17.994Z Compiling home v0.5.5
24992024-05-10T20:30:18.119Z Compiling darling_core v0.20.8
25002024-05-10T20:30:18.164Z Compiling toolchain_find v0.4.0
25012024-05-10T20:30:18.539Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#f7442947)
25022024-05-10T20:30:18.630Z Compiling tar v0.4.40
25032024-05-10T20:30:18.654Z Compiling camino-tempfile v1.1.1
25042024-05-10T20:30:19.238Z Compiling dirs-next v2.0.0
25052024-05-10T20:30:19.447Z Compiling toml v0.8.12
25062024-05-10T20:30:19.647Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
25072024-05-10T20:30:20.023Z Compiling thread_local v1.1.7
25082024-05-10T20:30:20.227Z Compiling topological-sort v0.2.2
25092024-05-10T20:30:20.417Z Compiling paste v1.0.14
25102024-05-10T20:30:20.751Z Compiling rustls v0.22.4
25112024-05-10T20:30:20.826Z Compiling slog-async v2.8.0
25122024-05-10T20:30:20.922Z Compiling rustfmt-wrapper v0.2.1
25132024-05-10T20:30:21.035Z Compiling term v0.7.0
25142024-05-10T20:30:21.278Z Compiling omicron-zone-package v0.11.0
25152024-05-10T20:30:21.386Z Compiling rustls-webpki v0.102.1
25162024-05-10T20:30:23.040Z Compiling darling_macro v0.20.8
25172024-05-10T20:30:23.227Z Compiling crossbeam-channel v0.5.8
25182024-05-10T20:30:23.833Z Compiling structmeta-derive v0.3.0
25192024-05-10T20:30:24.646Z Compiling multer v3.0.0
25202024-05-10T20:30:24.847Z Compiling match_cfg v0.1.0
25212024-05-10T20:30:24.924Z Compiling take_mut v0.2.2
25222024-05-10T20:30:24.957Z Compiling hostname v0.3.1
25232024-05-10T20:30:24.988Z Compiling darling v0.20.8
25242024-05-10T20:30:25.204Z Compiling slog-term v2.9.1
25252024-05-10T20:30:25.946Z Compiling structmeta v0.3.0
25262024-05-10T20:30:26.282Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25272024-05-10T20:30:26.307Z Compiling slog-json v2.6.1
25282024-05-10T20:30:26.517Z Compiling http v1.0.0
25292024-05-10T20:30:26.628Z Compiling async-stream-impl v0.3.5
25302024-05-10T20:30:26.827Z Compiling pin-project-internal v1.1.3
25312024-05-10T20:30:27.436Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#f7442947)
25322024-05-10T20:30:27.955Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
25332024-05-10T20:30:28.397Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
25342024-05-10T20:30:28.398Z Compiling atomic-waker v1.1.1
25352024-05-10T20:30:28.425Z Compiling waitgroup v0.1.2
25362024-05-10T20:30:28.425Z Compiling async-stream v0.3.5
25372024-05-10T20:30:28.604Z Compiling slog-bunyan v2.5.0
25382024-05-10T20:30:28.839Z Compiling tokio-rustls v0.25.0
25392024-05-10T20:30:28.965Z Compiling pin-project v1.1.3
25402024-05-10T20:30:29.180Z Compiling parse-display-derive v0.9.0
25412024-05-10T20:30:29.224Z Compiling serde_with_macros v3.7.0
25422024-05-10T20:30:30.407Z Compiling rustls-pemfile v2.1.2
25432024-05-10T20:30:30.577Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
25442024-05-10T20:30:30.952Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#f7442947)
25452024-05-10T20:30:31.052Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
25462024-05-10T20:30:31.482Z Compiling sha1 v0.10.6
25472024-05-10T20:30:32.160Z Compiling strum_macros v0.26.1
25482024-05-10T20:30:32.196Z Compiling newtype-uuid v1.1.0
25492024-05-10T20:30:32.402Z Compiling snafu-derive v0.8.2
25502024-05-10T20:30:32.492Z Compiling serde_path_to_error v0.1.16
25512024-05-10T20:30:33.334Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25522024-05-10T20:30:33.933Z Compiling fs-err v2.11.0
25532024-05-10T20:30:34.192Z Compiling instant v0.1.12
25542024-05-10T20:30:34.556Z Compiling buf-list v1.0.3
25552024-05-10T20:30:35.011Z Compiling debug-ignore v1.0.5
25562024-05-10T20:30:35.177Z Compiling arc-swap v1.6.0
25572024-05-10T20:30:35.699Z Compiling slog-scope v4.4.0
25582024-05-10T20:30:35.761Z Compiling strum v0.26.2
25592024-05-10T20:30:36.338Z Compiling snafu v0.8.2
25602024-05-10T20:30:36.400Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
25612024-05-10T20:30:36.479Z Compiling backoff v0.4.0
25622024-05-10T20:30:36.920Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25632024-05-10T20:30:37.103Z Compiling parse-display v0.9.0
25642024-05-10T20:30:37.289Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25652024-05-10T20:30:37.438Z Compiling serde_with v3.7.0
25662024-05-10T20:30:37.709Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25672024-05-10T20:30:38.286Z Compiling globset v0.4.13
25682024-05-10T20:30:38.748Z Compiling pem v3.0.4
25692024-05-10T20:30:40.069Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
25702024-05-10T20:30:40.238Z Compiling olpc-cjson v0.1.3
25712024-05-10T20:30:40.509Z Compiling serde_plain v1.0.2
25722024-05-10T20:30:40.854Z Compiling macaddr v1.0.1
25732024-05-10T20:30:40.930Z Compiling async-recursion v1.1.0
25742024-05-10T20:30:41.907Z Compiling typed-path v0.7.0
25752024-05-10T20:30:44.799Z Compiling tough v0.17.1
25762024-05-10T20:30:47.473Z Compiling slog-stdlog v4.1.1
25772024-05-10T20:30:48.261Z Compiling itertools v0.12.1
25782024-05-10T20:30:48.329Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
25792024-05-10T20:30:48.516Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
25802024-05-10T20:30:50.237Z Compiling parse-size v1.0.0
25812024-05-10T20:30:50.485Z Compiling slog-envlogger v2.2.0
25822024-05-10T20:30:51.249Z Compiling humantime v2.1.0
25832024-05-10T20:31:07.025Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25842024-05-10T20:31:15.527Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
25852024-05-10T20:31:17.563Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
25862024-05-10T20:31:36.711Z Finished release [optimized] target(s) in 1m 22s
25872024-05-10T20:31:36.803Z
25882024-05-10T20:31:36.804Zreal 1:22.325218765
25892024-05-10T20:31:36.804Zuser 8:03.595627531
25902024-05-10T20:31:36.804Zsys 45.868122913
25912024-05-10T20:31:36.804Ztrap 0.274214832
25922024-05-10T20:31:36.831Ztflt 0.331996205
25932024-05-10T20:31:36.831Zdflt 0.551113863
25942024-05-10T20:31:36.831Zkflt 0.000033823
25952024-05-10T20:31:36.831Zlock 16:16.450121598
25962024-05-10T20:31:36.831Zslp 17:50.519299121
25972024-05-10T20:31:36.831Zlat 22.091197348
25982024-05-10T20:31:36.831Zstop 21.852473251
25992024-05-10T20:31:36.831Z+ ptime -m gzip
26002024-05-10T20:31:38.325Z
26012024-05-10T20:31:38.325Zreal 1.512478718
26022024-05-10T20:31:38.325Zuser 1.497774417
26032024-05-10T20:31:38.325Zsys 0.011863799
26042024-05-10T20:31:38.325Ztrap 0.000641216
26052024-05-10T20:31:38.325Ztflt 0.000000000
26062024-05-10T20:31:38.325Zdflt 0.000000000
26072024-05-10T20:31:38.325Zkflt 0.000000000
26082024-05-10T20:31:38.326Zlock 0.000000000
26092024-05-10T20:31:38.326Zslp 0.000000000
26102024-05-10T20:31:38.326Zlat 0.001801173
26112024-05-10T20:31:38.326Zstop 0.000265158
26122024-05-10T20:31:38.350Z+ banner permission-slip
26132024-05-10T20:31:38.351Z
26142024-05-10T20:31:38.351Z ##### ###### ##### # # # #### #### # #### # #
26152024-05-10T20:31:38.351Z # # # # # ## ## # # # # # # ## #
26162024-05-10T20:31:38.351Z # # ##### # # # ## # # #### #### # # # # # #
26172024-05-10T20:31:38.351Z ##### # ##### # # # # # # # # # # #
26182024-05-10T20:31:38.351Z # # # # # # # # # # # # # # # ##
26192024-05-10T20:31:38.351Z # ###### # # # # # #### #### # #### # #
26202024-05-10T20:31:38.351Z
26212024-05-10T20:31:38.351Z+ source ./tools/permslip_commit
26222024-05-10T20:31:38.351Z++ COMMIT=5d44e0065f90051a28881c75e3574142ada9b695
26232024-05-10T20:31:38.351Z+ git init /work/permission-slip-build
26242024-05-10T20:31:38.351Zhint: Using 'master' as the name for the initial branch. This default branch name
26252024-05-10T20:31:38.351Zhint: is subject to change. To configure the initial branch name to use in all
26262024-05-10T20:31:38.351Zhint: of your new repositories, which will suppress this warning, call:
26272024-05-10T20:31:38.351Zhint:
26282024-05-10T20:31:38.351Zhint: git config --global init.defaultBranch <name>
26292024-05-10T20:31:38.351Zhint:
26302024-05-10T20:31:38.351Zhint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
26312024-05-10T20:31:38.351Zhint: 'development'. The just-created branch can be renamed via this command:
26322024-05-10T20:31:38.351Zhint:
26332024-05-10T20:31:38.352Zhint: git branch -m <name>
26342024-05-10T20:31:38.352ZInitialized empty Git repository in /work/permission-slip-build/.git/
26352024-05-10T20:31:38.352Z+ pushd /work/permission-slip-build
26362024-05-10T20:31:38.352Z/work/permission-slip-build /work/oxidecomputer/omicron
26372024-05-10T20:31:38.352Z+ git remote add origin https://github.com/oxidecomputer/permission-slip.git
26382024-05-10T20:31:38.352Z+ ptime -m git fetch --depth 1 origin 5d44e0065f90051a28881c75e3574142ada9b695
26392024-05-10T20:31:39.092ZFrom https://github.com/oxidecomputer/permission-slip
26402024-05-10T20:31:39.092Z * branch 5d44e0065f90051a28881c75e3574142ada9b695 -> FETCH_HEAD
26412024-05-10T20:31:39.117Z
26422024-05-10T20:31:39.117Zreal 0.755725926
26432024-05-10T20:31:39.117Zuser 0.076778492
26442024-05-10T20:31:39.117Zsys 0.042442139
26452024-05-10T20:31:39.117Ztrap 0.000009597
26462024-05-10T20:31:39.117Ztflt 0.000000000
26472024-05-10T20:31:39.117Zdflt 0.000000000
26482024-05-10T20:31:39.117Zkflt 0.000000000
26492024-05-10T20:31:39.117Zlock 0.000019212
26502024-05-10T20:31:39.117Zslp 2.255920242
26512024-05-10T20:31:39.117Zlat 0.004429513
26522024-05-10T20:31:39.117Zstop 0.000687210
26532024-05-10T20:31:39.118Z+ git checkout FETCH_HEAD
26542024-05-10T20:31:39.118ZNote: switching to 'FETCH_HEAD'.
26552024-05-10T20:31:39.118Z
26562024-05-10T20:31:39.118ZYou are in 'detached HEAD' state. You can look around, make experimental
26572024-05-10T20:31:39.118Zchanges and commit them, and you can discard any commits you make in this
26582024-05-10T20:31:39.118Zstate without impacting any branches by switching back to a branch.
26592024-05-10T20:31:39.118Z
26602024-05-10T20:31:39.118ZIf you want to create a new branch to retain commits you create, you may
26612024-05-10T20:31:39.118Zdo so (now or later) by using -c with the switch command. Example:
26622024-05-10T20:31:39.118Z
26632024-05-10T20:31:39.118Z git switch -c <new-branch-name>
26642024-05-10T20:31:39.118Z
26652024-05-10T20:31:39.118ZOr undo this operation with:
26662024-05-10T20:31:39.118Z
26672024-05-10T20:31:39.118Z git switch -
26682024-05-10T20:31:39.118Z
26692024-05-10T20:31:39.118ZTurn off this advice by setting config variable advice.detachedHead to false
26702024-05-10T20:31:39.118Z
26712024-05-10T20:31:39.118ZHEAD is now at 5d44e00 Ensure SSH tables exist in the database
26722024-05-10T20:31:39.118Z+ ptime -m cargo build --locked -p permission-slip-client --release
26732024-05-10T20:31:39.155Zinfo: syncing channel updates for '1.74-x86_64-unknown-illumos'
26742024-05-10T20:31:39.266Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
26752024-05-10T20:31:39.266Zinfo: downloading component 'cargo'
26762024-05-10T20:31:39.460Zinfo: downloading component 'clippy'
26772024-05-10T20:31:39.534Zinfo: downloading component 'rust-docs'
26782024-05-10T20:31:39.798Zinfo: downloading component 'rust-std'
26792024-05-10T20:31:40.279Zinfo: downloading component 'rustc'
26802024-05-10T20:31:41.247Zinfo: downloading component 'rustfmt'
26812024-05-10T20:31:41.293Zinfo: installing component 'cargo'
26822024-05-10T20:31:42.330Zinfo: installing component 'clippy'
26832024-05-10T20:31:43.717Zinfo: installing component 'rust-docs'
26842024-05-10T20:31:45.181Zinfo: installing component 'rust-std'
26852024-05-10T20:31:47.147Zinfo: installing component 'rustc'
26862024-05-10T20:31:52.065Zinfo: installing component 'rustfmt'
26872024-05-10T20:31:52.718Z Updating crates.io index
26882024-05-10T20:31:53.029Z Updating git repository `https://github.com/oxidecomputer/sshauth`
26892024-05-10T20:31:53.806ZFrom https://github.com/oxidecomputer/sshauth
26902024-05-10T20:31:53.806Z * [new branch] dependabot/cargo/mio-0.8.11 -> origin/dependabot/cargo/mio-0.8.11
26912024-05-10T20:31:53.830Z * [new branch] main -> origin/main
26922024-05-10T20:31:53.830Z * [new branch] paranoia -> origin/paranoia
26932024-05-10T20:31:53.830Z * [new branch] readme -> origin/readme
26942024-05-10T20:31:53.830Z * [new ref] -> origin/HEAD
26952024-05-10T20:31:53.854Z Updating git repository `https://github.com/oxidecomputer/dropshot`
26962024-05-10T20:31:54.978ZFrom https://github.com/oxidecomputer/dropshot
26972024-05-10T20:31:54.978Z * [new branch] archive/pr-14-before-force-push -> origin/archive/pr-14-before-force-push
26982024-05-10T20:31:54.978Z * [new branch] async -> origin/async
26992024-05-10T20:31:55.033Z * [new branch] build-o-mat -> origin/build-o-mat
27002024-05-10T20:31:55.033Z * [new branch] camel -> origin/camel
27012024-05-10T20:31:55.033Z * [new branch] carets -> origin/carets
27022024-05-10T20:31:55.033Z * [new branch] changes -> origin/changes
27032024-05-10T20:31:55.034Z * [new branch] ci-version -> origin/ci-version
27042024-05-10T20:31:55.034Z * [new branch] cleanup-tweak -> origin/cleanup-tweak
27052024-05-10T20:31:55.034Z * [new branch] clippy -> origin/clippy
27062024-05-10T20:31:55.034Z * [new branch] clippy-enforcement -> origin/clippy-enforcement
27072024-05-10T20:31:55.034Z * [new branch] clone -> origin/clone
27082024-05-10T20:31:55.034Z * [new branch] dependabot/cargo/http-1.0.0 -> origin/dependabot/cargo/http-1.0.0
27092024-05-10T20:31:55.034Z * [new branch] dependabot/cargo/hyper-1.3.1 -> origin/dependabot/cargo/hyper-1.3.1
27102024-05-10T20:31:55.034Z * [new branch] dependabot/cargo/hyper-rustls-0.26.0 -> origin/dependabot/cargo/hyper-rustls-0.26.0
27112024-05-10T20:31:55.034Z * [new branch] dependabot/cargo/hyper-staticfile-0.10.0 -> origin/dependabot/cargo/hyper-staticfile-0.10.0
27122024-05-10T20:31:55.034Z * [new branch] doc -> origin/doc
27132024-05-10T20:31:55.034Z * [new branch] err -> origin/err
27142024-05-10T20:31:55.034Z * [new branch] example-resumable-download -> origin/example-resumable-download
27152024-05-10T20:31:55.034Z * [new branch] expectorate -> origin/expectorate
27162024-05-10T20:31:55.034Z * [new branch] extracted -> origin/extracted
27172024-05-10T20:31:55.034Z * [new branch] fix_tests -> origin/fix_tests
27182024-05-10T20:31:55.034Z * [new branch] fmt2 -> origin/fmt2
27192024-05-10T20:31:55.034Z * [new branch] infinite_type_resolve -> origin/infinite_type_resolve
27202024-05-10T20:31:55.034Z * [new branch] kulakowski/tls -> origin/kulakowski/tls
27212024-05-10T20:31:55.034Z * [new branch] main -> origin/main
27222024-05-10T20:31:55.034Z * [new branch] maintainer-docs -> origin/maintainer-docs
27232024-05-10T20:31:55.034Z * [new branch] merge-server-config -> origin/merge-server-config
27242024-05-10T20:31:55.034Z * [new branch] multi-api -> origin/multi-api
27252024-05-10T20:31:55.035Z * [new branch] multiverse -> origin/multiverse
27262024-05-10T20:31:55.035Z * [new branch] openapi -> origin/openapi
27272024-05-10T20:31:55.035Z * [new branch] openapi-trailing-newline -> origin/openapi-trailing-newline
27282024-05-10T20:31:55.035Z * [new branch] openapi2 -> origin/openapi2
27292024-05-10T20:31:55.035Z * [new branch] port-fix-better -> origin/port-fix-better
27302024-05-10T20:31:55.035Z * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest
27312024-05-10T20:31:55.035Z * [new branch] renovate/rust-1.x -> origin/renovate/rust-1.x
27322024-05-10T20:31:55.035Z * [new branch] rmp-page-token -> origin/rmp-page-token
27332024-05-10T20:31:55.035Z * [new branch] rustfmt-m1 -> origin/rustfmt-m1
27342024-05-10T20:31:55.035Z * [new branch] rustfmt-test-stable-only -> origin/rustfmt-test-stable-only
27352024-05-10T20:31:55.035Z * [new branch] rustfmt-test-unstable-options -> origin/rustfmt-test-unstable-options
27362024-05-10T20:31:55.035Z * [new branch] server-log -> origin/server-log
27372024-05-10T20:31:55.035Z * [new branch] simple-headers -> origin/simple-headers
27382024-05-10T20:31:55.035Z * [new branch] sunshowers/spr/add-a-new-chunkedbody-extractor -> origin/sunshowers/spr/add-a-new-chunkedbody-extractor
27392024-05-10T20:31:55.035Z * [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
27402024-05-10T20:31:55.035Z * [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
27412024-05-10T20:31:55.035Z * [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
27422024-05-10T20:31:55.035Z * [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
27432024-05-10T20:31:55.035Z * [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
27442024-05-10T20:31:55.035Z * [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
27452024-05-10T20:31:55.035Z * [new branch] sunshowers/spr/wip-prototype-for-trait-based-dropshot-servers -> origin/sunshowers/spr/wip-prototype-for-trait-based-dropshot-servers
27462024-05-10T20:31:55.035Z * [new branch] test-skip-deserialize -> origin/test-skip-deserialize
27472024-05-10T20:31:55.035Z * [new branch] update-usdt-dep -> origin/update-usdt-dep
27482024-05-10T20:31:55.036Z * [new branch] urlencoded_typedbody -> origin/urlencoded_typedbody
27492024-05-10T20:31:55.036Z * [new branch] websockets -> origin/websockets
27502024-05-10T20:31:55.036Z * [new branch] x-forwarded-for -> origin/x-forwarded-for
27512024-05-10T20:31:55.036Z * [new branch] x-forwarded-for-OLD -> origin/x-forwarded-for-OLD
27522024-05-10T20:31:55.036Z * [new ref] -> origin/HEAD
27532024-05-10T20:31:55.036Z * [new tag] v0.10.0 -> v0.10.0
27542024-05-10T20:31:55.036Z * [new tag] v0.3.0 -> v0.3.0
27552024-05-10T20:31:55.036Z * [new tag] v0.4.0 -> v0.4.0
27562024-05-10T20:31:55.036Z * [new tag] v0.5.0 -> v0.5.0
27572024-05-10T20:31:55.036Z * [new tag] v0.5.1 -> v0.5.1
27582024-05-10T20:31:55.036Z * [new tag] v0.6.0 -> v0.6.0
27592024-05-10T20:31:55.036Z * [new tag] v0.7.0 -> v0.7.0
27602024-05-10T20:31:55.036Z * [new tag] v0.8.0 -> v0.8.0
27612024-05-10T20:31:55.036Z * [new tag] v0.9.0 -> v0.9.0
27622024-05-10T20:31:55.063Z Updating git repository `https://github.com/oxidecomputer/hubtools`
27632024-05-10T20:31:55.621ZFrom https://github.com/oxidecomputer/hubtools
27642024-05-10T20:31:55.621Z * [new branch] add-cargo-lock -> origin/add-cargo-lock
27652024-05-10T20:31:55.621Z * [new branch] add-default-caboose -> origin/add-default-caboose
27662024-05-10T20:31:55.645Z * [new branch] add_sign -> origin/add_sign
27672024-05-10T20:31:55.645Z * [new branch] bootleby_archive -> origin/bootleby_archive
27682024-05-10T20:31:55.646Z * [new branch] caboose_sign -> origin/caboose_sign
27692024-05-10T20:31:55.646Z * [new branch] epoch -> origin/epoch
27702024-05-10T20:31:55.646Z * [new branch] extract-image -> origin/extract-image
27712024-05-10T20:31:55.646Z * [new branch] fixes -> origin/fixes
27722024-05-10T20:31:55.646Z * [new branch] humility_fixes -> origin/humility_fixes
27732024-05-10T20:31:55.646Z * [new branch] main -> origin/main
27742024-05-10T20:31:55.646Z * [new branch] overwrite_in_memory -> origin/overwrite_in_memory
27752024-05-10T20:31:55.646Z * [new branch] sig_txt -> origin/sig_txt
27762024-05-10T20:31:55.646Z * [new branch] sign_caboose_builder -> origin/sign_caboose_builder
27772024-05-10T20:31:55.646Z * [new branch] verify_rot -> origin/verify_rot
27782024-05-10T20:31:55.646Z * [new ref] -> origin/HEAD
27792024-05-10T20:31:56.648Z Downloading crates ...
27802024-05-10T20:31:56.677Z Downloaded anyhow v1.0.81
27812024-05-10T20:31:56.677Z Downloaded digest v0.9.0
27822024-05-10T20:31:56.678Z Downloaded http-body v0.4.6
27832024-05-10T20:31:56.678Z Downloaded itoa v1.0.11
27842024-05-10T20:31:56.678Z Downloaded oauth2 v4.4.2
27852024-05-10T20:31:56.678Z Downloaded pkg-config v0.3.30
27862024-05-10T20:31:56.678Z Downloaded parking_lot_core v0.9.9
27872024-05-10T20:31:56.678Z Downloaded signature v1.6.4
27882024-05-10T20:31:56.678Z Downloaded sct v0.7.1
27892024-05-10T20:31:56.678Z Downloaded xdg v2.5.2
27902024-05-10T20:31:56.678Z Downloaded typify v0.0.16
27912024-05-10T20:31:56.678Z Downloaded typenum v1.17.0
27922024-05-10T20:31:56.678Z Downloaded unsafe-libyaml v0.2.11
27932024-05-10T20:31:56.678Z Downloaded x509-cert v0.2.5
27942024-05-10T20:31:56.678Z Downloaded unicode-normalization v0.1.23
27952024-05-10T20:31:56.678Z Downloaded serde_json v1.0.115
27962024-05-10T20:31:56.678Z Downloaded webpki-roots v0.25.4
27972024-05-10T20:31:56.678Z Downloaded typify-impl v0.0.16
27982024-05-10T20:31:56.678Z Downloaded tokio v1.36.0
27992024-05-10T20:31:56.678Z Downloaded rustix v0.38.32
28002024-05-10T20:31:56.678Z Downloaded regex-automata v0.4.6
28012024-05-10T20:31:56.678Z Downloaded syn v2.0.55
28022024-05-10T20:31:56.679Z Downloaded rustls v0.21.10
28032024-05-10T20:31:56.679Z Downloaded regress v0.8.0
28042024-05-10T20:31:56.679Z Downloaded regex-syntax v0.8.3
28052024-05-10T20:31:56.679Z Downloaded p384 v0.13.0
28062024-05-10T20:31:56.679Z Downloaded curve25519-dalek v3.2.0
28072024-05-10T20:31:56.679Z Downloaded ssh-key v0.6.5
28082024-05-10T20:31:56.679Z Downloaded schemars v0.8.16
28092024-05-10T20:31:56.679Z Downloaded serde_derive v1.0.197
28102024-05-10T20:31:56.679Z Downloaded serde v1.0.197
28112024-05-10T20:31:56.679Z Downloaded ryu v1.0.17
28122024-05-10T20:31:56.679Z Downloaded rsa v0.9.6
28132024-05-10T20:31:56.679Z Downloaded proc-macro2 v1.0.79
28142024-05-10T20:31:56.679Z Downloaded platforms v3.4.0
28152024-05-10T20:31:56.679Z Downloaded tls_codec v0.4.1
28162024-05-10T20:31:56.679Z Downloaded termcolor v1.4.1
28172024-05-10T20:31:56.679Z Downloaded ssh-encoding v0.2.0
28182024-05-10T20:31:56.679Z Downloaded ssh-cipher v0.2.0
28192024-05-10T20:31:56.679Z Downloaded spki v0.7.3
28202024-05-10T20:31:56.704Z Downloaded smallvec v1.13.2
28212024-05-10T20:31:56.704Z Downloaded signature v2.2.0
28222024-05-10T20:31:56.704Z Downloaded serde_yaml v0.9.34+deprecated
28232024-05-10T20:31:56.704Z Downloaded serde_derive_internals v0.26.0
28242024-05-10T20:31:56.704Z Downloaded quote v1.0.35
28252024-05-10T20:31:56.704Z Downloaded heapless v0.7.17
28262024-05-10T20:31:56.704Z Downloaded typify-macro v0.0.16
28272024-05-10T20:31:56.704Z Downloaded try-lock v0.2.5
28282024-05-10T20:31:56.704Z Downloaded tls_codec_derive v0.4.1
28292024-05-10T20:31:56.704Z Downloaded thiserror-impl v1.0.58
28302024-05-10T20:31:56.704Z Downloaded thiserror v1.0.58
28312024-05-10T20:31:56.731Z Downloaded rustls-pemfile v1.0.4
28322024-05-10T20:31:56.731Z Downloaded libm v0.2.8
28332024-05-10T20:31:56.731Z Downloaded chrono v0.4.37
28342024-05-10T20:31:56.731Z Downloaded lock_api v0.4.11
28352024-05-10T20:31:56.731Z Downloaded sha2 v0.9.9
28362024-05-10T20:31:56.755Z Downloaded schemars_derive v0.8.16
28372024-05-10T20:31:56.756Z Downloaded ed25519 v2.2.3
28382024-05-10T20:31:56.756Z Downloaded opaque-debug v0.3.1
28392024-05-10T20:31:56.756Z Downloaded is-terminal v0.4.12
28402024-05-10T20:31:56.756Z Downloaded ed25519-dalek v1.0.1
28412024-05-10T20:31:56.756Z Downloaded openssl-sys v0.9.101
28422024-05-10T20:31:56.756Z Downloaded h2 v0.3.25
28432024-05-10T20:31:56.756Z Downloaded flagset v0.4.5
28442024-05-10T20:31:56.756Z Downloaded env_logger v0.10.2
28452024-05-10T20:31:56.756Z Downloaded ed25519-dalek v2.1.1
28462024-05-10T20:31:56.780Z Downloaded blake3 v1.5.1
28472024-05-10T20:31:56.780Z Downloaded iana-time-zone v0.1.60
28482024-05-10T20:31:56.780Z Downloaded curve25519-dalek-derive v0.1.1
28492024-05-10T20:31:56.780Z Downloaded crypto-bigint v0.5.5
28502024-05-10T20:31:56.780Z Downloaded crc-any v2.4.4
28512024-05-10T20:31:56.780Z Downloaded clap-num v1.1.1
28522024-05-10T20:31:56.804Z Downloaded cc v1.0.90
28532024-05-10T20:31:56.804Z Downloaded bitflags v2.5.0
28542024-05-10T20:31:56.804Z Downloaded bincode v1.3.3
28552024-05-10T20:31:56.805Z Downloaded ahash v0.8.11
28562024-05-10T20:31:56.805Z Downloaded ed25519 v1.5.3
28572024-05-10T20:31:56.805Z Downloaded block-buffer v0.9.0
28582024-05-10T20:31:56.805Z Downloaded autocfg v1.2.0
28592024-05-10T20:31:56.805Z Downloaded anstyle-query v1.0.2
28602024-05-10T20:31:56.805Z Downloaded anstyle-parse v0.2.3
28612024-05-10T20:31:56.805Z Downloaded anstream v0.6.13
28622024-05-10T20:31:56.805Z Downloaded aho-corasick v1.1.3
28632024-05-10T20:31:56.926Z Compiling proc-macro2 v1.0.79
28642024-05-10T20:31:56.926Z Compiling unicode-ident v1.0.12
28652024-05-10T20:31:56.926Z Compiling version_check v0.9.4
28662024-05-10T20:31:56.951Z Compiling libc v0.2.153
28672024-05-10T20:31:56.951Z Compiling cfg-if v1.0.0
28682024-05-10T20:31:56.951Z Compiling autocfg v1.2.0
28692024-05-10T20:31:56.951Z Compiling typenum v1.17.0
28702024-05-10T20:31:56.951Z Compiling serde v1.0.197
28712024-05-10T20:31:57.079Z Compiling cc v1.0.90
28722024-05-10T20:31:57.142Z Compiling const-oid v0.9.6
28732024-05-10T20:31:57.563Z Compiling subtle v2.5.0
28742024-05-10T20:31:57.595Z Compiling generic-array v0.14.7
28752024-05-10T20:31:57.670Z Compiling ahash v0.8.11
28762024-05-10T20:31:57.886Z Compiling lock_api v0.4.11
28772024-05-10T20:31:58.015Z Compiling scopeguard v1.2.0
28782024-05-10T20:31:58.074Z Compiling once_cell v1.19.0
28792024-05-10T20:31:58.132Z Compiling serde_json v1.0.115
28802024-05-10T20:31:58.481Z Compiling quote v1.0.35
28812024-05-10T20:31:58.659Z Compiling syn v1.0.109
28822024-05-10T20:31:58.945Z Compiling syn v2.0.55
28832024-05-10T20:31:59.119Z Compiling getrandom v0.2.12
28842024-05-10T20:31:59.162Z Compiling itoa v1.0.11
28852024-05-10T20:31:59.187Z Compiling smallvec v1.13.2
28862024-05-10T20:31:59.469Z Compiling rand_core v0.6.4
28872024-05-10T20:31:59.660Z Compiling base64ct v1.6.0
28882024-05-10T20:31:59.742Z Compiling libm v0.2.8
28892024-05-10T20:31:59.790Z Compiling pin-project-lite v0.2.13
28902024-05-10T20:31:59.814Z Compiling parking_lot_core v0.9.9
28912024-05-10T20:31:59.959Z Compiling bytes v1.6.0
28922024-05-10T20:32:00.077Z Compiling memchr v2.7.1
28932024-05-10T20:32:00.212Z Compiling pem-rfc7468 v0.7.0
28942024-05-10T20:32:00.347Z Compiling zerocopy v0.7.32
28952024-05-10T20:32:00.486Z Compiling num-traits v0.2.18
28962024-05-10T20:32:00.976Z Compiling thiserror v1.0.58
28972024-05-10T20:32:01.029Z Compiling log v0.4.21
28982024-05-10T20:32:01.211Z Compiling allocator-api2 v0.2.16
28992024-05-10T20:32:01.865Z Compiling bitflags v2.5.0
29002024-05-10T20:32:02.045Z Compiling hashbrown v0.14.3
29012024-05-10T20:32:02.657Z Compiling flagset v0.4.5
29022024-05-10T20:32:02.886Z Compiling parking_lot v0.12.1
29032024-05-10T20:32:03.086Z Compiling spin v0.9.8
29042024-05-10T20:32:03.440Z Compiling num_cpus v1.16.0
29052024-05-10T20:32:03.468Z Compiling mio v0.8.11
29062024-05-10T20:32:03.573Z Compiling socket2 v0.5.6
29072024-05-10T20:32:03.740Z Compiling signal-hook-registry v1.4.1
29082024-05-10T20:32:04.162Z Compiling vcpkg v0.2.15
29092024-05-10T20:32:05.075Z Compiling semver v1.0.22
29102024-05-10T20:32:05.161Z Compiling schemars v0.8.16
29112024-05-10T20:32:05.451Z Compiling pkg-config v0.3.30
29122024-05-10T20:32:05.551Z Compiling cpufeatures v0.2.12
29132024-05-10T20:32:05.576Z Compiling serde_derive_internals v0.26.0
29142024-05-10T20:32:05.629Z Compiling ring v0.17.8
29152024-05-10T20:32:05.809Z Compiling ryu v1.0.17
29162024-05-10T20:32:06.599Z Compiling openssl-sys v0.9.101
29172024-05-10T20:32:07.220Z Compiling slab v0.4.9
29182024-05-10T20:32:07.343Z Compiling fnv v1.0.7
29192024-05-10T20:32:07.473Z Compiling futures-core v0.3.30
29202024-05-10T20:32:07.520Z Compiling equivalent v1.0.1
29212024-05-10T20:32:07.589Z Compiling http v0.2.12
29222024-05-10T20:32:07.640Z Compiling rustc_version v0.4.0
29232024-05-10T20:32:08.177Z Compiling tracing-core v0.1.32
29242024-05-10T20:32:08.177Z Compiling untrusted v0.9.0
29252024-05-10T20:32:08.216Z Compiling byteorder v1.5.0
29262024-05-10T20:32:08.509Z Compiling tracing v0.1.40
29272024-05-10T20:32:08.841Z Compiling dyn-clone v1.0.17
29282024-05-10T20:32:09.040Z Compiling foreign-types-shared v0.1.1
29292024-05-10T20:32:09.155Z Compiling chrono v0.4.37
29302024-05-10T20:32:09.179Z Compiling httparse v1.8.0
29312024-05-10T20:32:09.308Z Compiling ppv-lite86 v0.2.17
29322024-05-10T20:32:09.608Z Compiling openssl v0.10.64
29332024-05-10T20:32:09.719Z Compiling serde_derive v1.0.197
29342024-05-10T20:32:09.858Z Compiling zeroize_derive v1.4.2
29352024-05-10T20:32:10.055Z Compiling der_derive v0.7.2
29362024-05-10T20:32:10.080Z Compiling tokio-macros v2.2.0
29372024-05-10T20:32:10.337Z Compiling thiserror-impl v1.0.58
29382024-05-10T20:32:11.053Z Compiling schemars_derive v0.8.16
29392024-05-10T20:32:11.298Z Compiling zeroize v1.7.0
29402024-05-10T20:32:11.613Z Compiling tokio v1.36.0
29412024-05-10T20:32:12.157Z Compiling der v0.7.8
29422024-05-10T20:32:12.182Z Compiling uuid v1.8.0
29432024-05-10T20:32:12.675Z Compiling futures-task v0.3.30
29442024-05-10T20:32:12.798Z Compiling crypto-common v0.1.6
29452024-05-10T20:32:12.925Z Compiling block-buffer v0.10.4
29462024-05-10T20:32:12.989Z Compiling futures-sink v0.3.30
29472024-05-10T20:32:12.989Z Compiling pin-utils v0.1.0
29482024-05-10T20:32:13.087Z Compiling futures-io v0.3.30
29492024-05-10T20:32:13.153Z Compiling digest v0.10.7
29502024-05-10T20:32:13.320Z Compiling futures-util v0.3.30
29512024-05-10T20:32:13.439Z Compiling openssl-macros v0.1.1
29522024-05-10T20:32:13.586Z Compiling sha2 v0.10.8
29532024-05-10T20:32:13.783Z Compiling signature v2.2.0
29542024-05-10T20:32:14.062Z Compiling foreign-types v0.3.2
29552024-05-10T20:32:14.160Z Compiling spki v0.7.3
29562024-05-10T20:32:14.596Z Compiling pkcs8 v0.10.2
29572024-05-10T20:32:15.583Z Compiling regress v0.8.0
29582024-05-10T20:32:16.142Z Compiling try-lock v0.2.5
29592024-05-10T20:32:16.660Z Compiling rustls v0.21.10
29602024-05-10T20:32:16.979Z Compiling tinyvec_macros v0.1.1
29612024-05-10T20:32:17.075Z Compiling native-tls v0.2.11
29622024-05-10T20:32:17.435Z Compiling heck v0.4.1
29632024-05-10T20:32:17.806Z Compiling tinyvec v1.6.0
29642024-05-10T20:32:18.553Z Compiling sct v0.7.1
29652024-05-10T20:32:19.019Z Compiling tokio-util v0.7.10
29662024-05-10T20:32:19.215Z Compiling rustls-webpki v0.101.7
29672024-05-10T20:32:19.345Z Compiling want v0.3.1
29682024-05-10T20:32:20.945Z Compiling http-body v0.4.6
29692024-05-10T20:32:21.229Z Compiling futures-channel v0.3.30
29702024-05-10T20:32:21.666Z Compiling indexmap v2.2.6
29712024-05-10T20:32:22.086Z Compiling serde_tokenstream v0.2.0
29722024-05-10T20:32:22.289Z Compiling ff v0.13.0
29732024-05-10T20:32:22.532Z Compiling iana-time-zone v0.1.60
29742024-05-10T20:32:22.671Z Compiling httpdate v1.0.3
29752024-05-10T20:32:23.190Z Compiling h2 v0.3.25
29762024-05-10T20:32:23.345Z Compiling percent-encoding v2.3.1
29772024-05-10T20:32:23.552Z Compiling getrandom v0.1.16
29782024-05-10T20:32:23.577Z Compiling base16ct v0.2.0
29792024-05-10T20:32:23.853Z Compiling rustix v0.38.32
29802024-05-10T20:32:23.964Z Compiling tower-service v0.3.2
29812024-05-10T20:32:23.989Z Compiling openssl-probe v0.1.5
29822024-05-10T20:32:24.105Z Compiling sec1 v0.7.3
29832024-05-10T20:32:24.517Z Compiling form_urlencoded v1.2.1
29842024-05-10T20:32:25.062Z Compiling typify-impl v0.0.16
29852024-05-10T20:32:26.825Z Compiling group v0.13.0
29862024-05-10T20:32:27.300Z Compiling unicode-normalization v0.1.23
29872024-05-10T20:32:28.801Z Compiling hyper v0.14.28
29882024-05-10T20:32:29.305Z Compiling crypto-bigint v0.5.5
29892024-05-10T20:32:33.192Z Compiling errno v0.3.8
29902024-05-10T20:32:33.426Z Compiling platforms v3.4.0
29912024-05-10T20:32:33.900Z Compiling radium v0.7.0
29922024-05-10T20:32:33.931Z Compiling unicode-bidi v0.3.15
29932024-05-10T20:32:34.364Z Compiling utf8parse v0.2.1
29942024-05-10T20:32:34.953Z Compiling anstyle-parse v0.2.3
29952024-05-10T20:32:34.978Z Compiling typify-macro v0.0.16
29962024-05-10T20:32:34.978Z Compiling idna v0.5.0
29972024-05-10T20:32:35.707Z Compiling curve25519-dalek v4.1.2
29982024-05-10T20:32:36.984Z Compiling elliptic-curve v0.13.8
29992024-05-10T20:32:37.628Z Compiling tokio-rustls v0.24.1
30002024-05-10T20:32:38.031Z Compiling tokio-native-tls v0.3.1
30012024-05-10T20:32:38.342Z Compiling hmac v0.12.1
30022024-05-10T20:32:38.539Z Compiling rand_chacha v0.3.1
30032024-05-10T20:32:38.567Z Compiling aho-corasick v1.1.3
30042024-05-10T20:32:38.741Z Compiling anstyle v1.0.6
30052024-05-10T20:32:38.827Z Compiling maybe-uninit v2.0.0
30062024-05-10T20:32:39.323Z Compiling colorchoice v1.0.0
30072024-05-10T20:32:39.356Z Compiling regex-syntax v0.8.3
30082024-05-10T20:32:39.501Z Compiling anstyle-query v1.0.2
30092024-05-10T20:32:39.647Z Compiling base64 v0.21.7
30102024-05-10T20:32:39.845Z Compiling tap v1.0.1
30112024-05-10T20:32:40.191Z Compiling rustls-pemfile v1.0.4
30122024-05-10T20:32:40.918Z Compiling wyz v0.5.1
30132024-05-10T20:32:41.020Z Compiling anstream v0.6.13
30142024-05-10T20:32:41.387Z Compiling rand v0.8.5
30152024-05-10T20:32:41.417Z Compiling rfc6979 v0.4.0
30162024-05-10T20:32:41.628Z Compiling rand_core v0.5.1
30172024-05-10T20:32:42.056Z Compiling hyper-tls v0.5.0
30182024-05-10T20:32:42.179Z Compiling hyper-rustls v0.24.2
30192024-05-10T20:32:42.515Z Compiling regex-automata v0.4.6
30202024-05-10T20:32:42.957Z Compiling terminal_size v0.3.0
30212024-05-10T20:32:42.990Z Compiling url v2.5.0
30222024-05-10T20:32:43.250Z Compiling serde_urlencoded v0.7.1
30232024-05-10T20:32:43.688Z Compiling inout v0.1.3
30242024-05-10T20:32:43.688Z Compiling curve25519-dalek-derive v0.1.1
30252024-05-10T20:32:43.811Z Compiling heapless v0.7.17
30262024-05-10T20:32:44.278Z Compiling num-integer v0.1.46
30272024-05-10T20:32:45.248Z Compiling encoding_rs v0.8.33
30282024-05-10T20:32:47.938Z Compiling webpki-roots v0.25.4
30292024-05-10T20:32:48.088Z Compiling funty v2.0.0
30302024-05-10T20:32:49.605Z Compiling clap_lex v0.7.0
30312024-05-10T20:32:50.313Z Compiling unicode-width v0.1.11
30322024-05-10T20:32:50.608Z Compiling ipnet v2.9.0
30332024-05-10T20:32:52.312Z Compiling sync_wrapper v0.1.2
30342024-05-10T20:32:53.412Z Compiling spin v0.5.2
30352024-05-10T20:32:53.764Z Compiling strsim v0.11.0
30362024-05-10T20:32:53.976Z Compiling num-bigint-dig v0.8.4
30372024-05-10T20:32:54.334Z Compiling mime v0.3.17
30382024-05-10T20:32:54.427Z Compiling packed_struct v0.10.1
30392024-05-10T20:32:54.845Z Compiling heck v0.5.0
30402024-05-10T20:32:55.110Z Compiling reqwest v0.11.27
30412024-05-10T20:32:55.232Z Compiling clap_derive v4.5.4
30422024-05-10T20:32:55.354Z Compiling clap_builder v4.5.2
30432024-05-10T20:32:55.633Z Compiling lazy_static v1.4.0
30442024-05-10T20:32:58.683Z Compiling getopts v0.2.21
30452024-05-10T20:32:59.122Z Compiling bitvec v1.0.1
30462024-05-10T20:32:59.465Z Compiling regex v1.10.4
30472024-05-10T20:33:02.886Z Compiling num-iter v0.1.44
30482024-05-10T20:33:03.116Z Compiling cipher v0.4.4
30492024-05-10T20:33:03.521Z Compiling ecdsa v0.16.9
30502024-05-10T20:33:04.317Z Compiling typify v0.0.16
30512024-05-10T20:33:04.435Z Compiling primeorder v0.13.6
30522024-05-10T20:33:04.593Z Compiling openapiv3 v2.0.0
30532024-05-10T20:33:04.925Z Compiling ssh-encoding v0.2.0
30542024-05-10T20:33:06.067Z Compiling ed25519 v2.2.3
30552024-05-10T20:33:06.416Z Compiling digest v0.9.0
30562024-05-10T20:33:06.628Z Compiling packed_struct_codegen v0.10.1
30572024-05-10T20:33:06.847Z Compiling hash32 v0.2.1
30582024-05-10T20:33:07.205Z Compiling unsafe-libyaml v0.2.11
30592024-05-10T20:33:08.569Z Compiling nodrop v0.1.14
30602024-05-10T20:33:08.694Z Compiling slog v2.7.0
30612024-05-10T20:33:08.781Z Compiling stable_deref_trait v1.2.0
30622024-05-10T20:33:08.890Z Compiling anyhow v1.0.81
30632024-05-10T20:33:10.576Z Compiling array-init v0.0.4
30642024-05-10T20:33:11.825Z Compiling serde_yaml v0.9.34+deprecated
30652024-05-10T20:33:11.825Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b)
30662024-05-10T20:33:12.890Z Compiling ed25519-dalek v2.1.1
30672024-05-10T20:33:13.628Z Compiling ssh-cipher v0.2.0
30682024-05-10T20:33:13.889Z Compiling p256 v0.13.2
30692024-05-10T20:33:14.950Z Compiling smallvec v0.6.14
30702024-05-10T20:33:17.180Z Compiling clap v4.5.4
30712024-05-10T20:33:17.286Z Compiling rand_chacha v0.2.2
30722024-05-10T20:33:19.446Z Compiling pkcs1 v0.7.5
30732024-05-10T20:33:21.184Z Compiling block-buffer v0.9.0
30742024-05-10T20:33:21.368Z Compiling zerocopy-derive v0.6.6
30752024-05-10T20:33:22.453Z Compiling blake3 v1.5.1
30762024-05-10T20:33:23.033Z Compiling is-terminal v0.4.12
30772024-05-10T20:33:23.165Z Compiling bitfield v0.14.0
30782024-05-10T20:33:23.202Z Compiling signature v1.6.4
30792024-05-10T20:33:23.370Z Compiling base64 v0.13.1
30802024-05-10T20:33:23.454Z Compiling cobs v0.2.3
30812024-05-10T20:33:23.903Z Compiling termcolor v1.4.1
30822024-05-10T20:33:24.133Z Compiling embedded-io v0.4.0
30832024-05-10T20:33:24.396Z Compiling opaque-debug v0.3.1
30842024-05-10T20:33:24.484Z Compiling sha2 v0.9.9
30852024-05-10T20:33:25.139Z Compiling postcard v1.0.8
30862024-05-10T20:33:25.417Z Compiling env_logger v0.10.2
30872024-05-10T20:33:26.052Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
30882024-05-10T20:33:27.262Z Compiling ed25519 v1.5.3
30892024-05-10T20:33:27.428Z Compiling zerocopy v0.6.6
30902024-05-10T20:33:28.235Z Compiling rsa v0.9.6
30912024-05-10T20:33:28.262Z Compiling rand v0.7.3
30922024-05-10T20:33:29.720Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b)
30932024-05-10T20:33:30.261Z Compiling serde-hex v0.1.0
30942024-05-10T20:33:30.656Z Compiling ssh-key v0.6.5
30952024-05-10T20:33:34.916Z Compiling curve25519-dalek v3.2.0
30962024-05-10T20:33:35.753Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b)
30972024-05-10T20:33:37.315Z Compiling bincode v1.3.3
30982024-05-10T20:33:38.335Z Compiling serde_path_to_error v0.1.16
30992024-05-10T20:33:39.249Z Compiling x509-cert v0.2.5
31002024-05-10T20:33:42.965Z Compiling constant_time_eq v0.3.0
31012024-05-10T20:33:43.129Z Compiling arrayvec v0.7.4
31022024-05-10T20:33:43.582Z Compiling hex v0.4.3
31032024-05-10T20:33:44.252Z Compiling crc-any v2.4.4
31042024-05-10T20:33:45.067Z Compiling arrayref v0.3.7
31052024-05-10T20:33:45.143Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
31062024-05-10T20:33:46.210Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b)
31072024-05-10T20:33:46.750Z Compiling oauth2 v4.4.2
31082024-05-10T20:33:46.774Z Compiling sshauth v0.1.0 (https://github.com/oxidecomputer/sshauth#a145680a)
31092024-05-10T20:33:50.105Z Compiling ed25519-dalek v1.0.1
31102024-05-10T20:33:50.690Z Compiling clap-num v1.1.1
31112024-05-10T20:33:50.890Z Compiling xdg v2.5.2
31122024-05-10T20:33:51.841Z Compiling permission-slip-client v1.0.0 (/work/permission-slip-build/client)
31132024-05-10T20:34:16.795Z Finished release [optimized] target(s) in 2m 24s
31142024-05-10T20:34:16.879Z
31152024-05-10T20:34:16.906Zreal 2:37.730348858
31162024-05-10T20:34:16.906Zuser 15:59.801304711
31172024-05-10T20:34:16.906Zsys 1:36.368008932
31182024-05-10T20:34:16.906Ztrap 0.590563085
31192024-05-10T20:34:16.906Ztflt 0.497480676
31202024-05-10T20:34:16.906Zdflt 0.555430938
31212024-05-10T20:34:16.906Zkflt 0.008734609
31222024-05-10T20:34:16.907Zlock 38:12.624190722
31232024-05-10T20:34:16.907Zslp 44:22.541135605
31242024-05-10T20:34:16.907Zlat 54.982159981
31252024-05-10T20:34:16.907Zstop 52.638173496
31262024-05-10T20:34:16.907Z+ ptime -m gzip
31272024-05-10T20:34:18.296Z
31282024-05-10T20:34:18.296Zreal 1.414824442
31292024-05-10T20:34:18.297Zuser 1.395307521
31302024-05-10T20:34:18.297Zsys 0.018511854
31312024-05-10T20:34:18.297Ztrap 0.000241998
31322024-05-10T20:34:18.297Ztflt 0.000000000
31332024-05-10T20:34:18.297Zdflt 0.000000000
31342024-05-10T20:34:18.297Zkflt 0.000000000
31352024-05-10T20:34:18.297Zlock 0.000000000
31362024-05-10T20:34:18.322Zslp 0.000000000
31372024-05-10T20:34:18.322Zlat 0.000274692
31382024-05-10T20:34:18.322Zstop 0.000395631
31392024-05-10T20:34:18.322Zprocess exited: duration 914922 ms, exit code 0
 
31402024-05-10T20:34:18.409Zfound 9 output files
31412024-05-10T20:34:18.409Zuploading: /work/end-to-end-tests/bootstrap-114378b13c624b47.gz (9698895 bytes)
31422024-05-10T20:34:28.607Zuploaded: /work/end-to-end-tests/bootstrap-114378b13c624b47.gz
31432024-05-10T20:34:28.607Zuploading: /work/end-to-end-tests/bootstrap.gz (104940614 bytes)
31442024-05-10T20:35:22.457Zuploaded: /work/end-to-end-tests/bootstrap.gz
31452024-05-10T20:35:22.457Zuploading: /work/end-to-end-tests/commtest-d165232fe22589d2.gz (9698306 bytes)
31462024-05-10T20:35:27.385Zuploaded: /work/end-to-end-tests/commtest-d165232fe22589d2.gz
31472024-05-10T20:35:27.385Zuploading: /work/end-to-end-tests/dhcp_server-54db9e7169aa25f2.gz (9696987 bytes)
31482024-05-10T20:35:31.873Zuploaded: /work/end-to-end-tests/dhcp_server-54db9e7169aa25f2.gz
31492024-05-10T20:35:31.905Zuploading: /work/end-to-end-tests/end_to_end_tests-afa978a5d172f68d.gz (108367346 bytes)
31502024-05-10T20:36:21.937Zuploaded: /work/end-to-end-tests/end_to_end_tests-afa978a5d172f68d.gz
31512024-05-10T20:36:21.937Zuploading: /work/caboose-util.gz (2410951 bytes)
31522024-05-10T20:36:23.721Zuploaded: /work/caboose-util.gz
31532024-05-10T20:36:23.751Zuploading: /work/tufaceous.gz (11928829 bytes)
31542024-05-10T20:36:32.345Zuploaded: /work/tufaceous.gz
31552024-05-10T20:36:32.345Zuploading: /work/commtest (471926160 bytes)
31562024-05-10T20:39:55.451Zuploaded: /work/commtest
31572024-05-10T20:39:55.451Zuploading: /work/permslip.gz (10331245 bytes)
31582024-05-10T20:39:59.864Zuploaded: /work/permslip.gz