01HXTHBKSP05VK301FP8EVRJYP: 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: 01HXTHDKKKKEV3XAY0Q4CQ42ZP

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-05-14T03:14:10.998Zjob assigned to worker 01HXTHDVMSVMW0BJAN5XM5NPWP (queued for 1 m 10 s)
 
22024-05-14T03:14:18.526Zstarting task 0: "setup"
32024-05-14T03:14:18.990Z++ uname -s
42024-05-14T03:14:18.999Z+ kern=SunOS
52024-05-14T03:14:18.999Z+ case "$kern" in
62024-05-14T03:14:18.999Z+ groupadd -g 12345 build
72024-05-14T03:14:19.000Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-05-14T03:14:20.604Z+ zfs create -o mountpoint=/work rpool/work
92024-05-14T03:14:20.717Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-05-14T03:14:20.725Z+ home_fs=zfs
112024-05-14T03:14:20.725Z+ [[ zfs == autofs ]]
122024-05-14T03:14:20.725Z+ mkdir -p /home/build
132024-05-14T03:14:20.725Z+ chown build:build /home/build /work
142024-05-14T03:14:22.717Z+ chmod 0700 /home/build /work
152024-05-14T03:14:22.741Zprocess exited: duration 4184 ms, exit code 0
 
162024-05-14T03:14:22.824Zstarting task 1: "rust-toolchain"
172024-05-14T03:14:22.844Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-05-14T03:14:22.844Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-05-14T03:14:23.494Zinfo: downloading installer
202024-05-14T03:14:25.017Zwarning: it looks like you have an existing installation of Rust at:
212024-05-14T03:14:25.017Zwarning: /opt/ooce/bin
222024-05-14T03:14:25.017Zwarning: It is recommended that rustup be the primary Rust installation.
232024-05-14T03:14:25.017Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-05-14T03:14:25.017Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-05-14T03:14:25.017Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-05-14T03:14:25.017Zwarning: or pass `-y' to ignore all ignorable checks.
272024-05-14T03:14:25.017Zerror: cannot install while Rust is installed
282024-05-14T03:14:25.017Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-05-14T03:14:25.102Zinfo: profile set to 'default'
302024-05-14T03:14:25.102Zinfo: default host triple is x86_64-unknown-illumos
312024-05-14T03:14:25.120Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-05-14T03:14:25.279Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-05-14T03:14:25.279Zinfo: downloading component 'cargo'
342024-05-14T03:14:26.248Zinfo: downloading component 'clippy'
352024-05-14T03:14:26.581Zinfo: downloading component 'rust-docs'
362024-05-14T03:14:27.807Zinfo: downloading component 'rust-std'
372024-05-14T03:14:30.403Zinfo: downloading component 'rustc'
382024-05-14T03:14:35.336Zinfo: downloading component 'rustfmt'
392024-05-14T03:14:35.645Zinfo: installing component 'cargo'
402024-05-14T03:14:36.479Zinfo: installing component 'clippy'
412024-05-14T03:14:36.855Zinfo: installing component 'rust-docs'
422024-05-14T03:14:38.288Zinfo: installing component 'rust-std'
432024-05-14T03:14:40.179Zinfo: installing component 'rustc'
442024-05-14T03:14:44.271Zinfo: installing component 'rustfmt'
452024-05-14T03:14:44.611Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-05-14T03:14:44.612Z
472024-05-14T03:14:44.921Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-05-14T03:14:44.922Z
492024-05-14T03:14:44.941Z
502024-05-14T03:14:44.941ZRust is installed now. Great!
512024-05-14T03:14:44.941Z
522024-05-14T03:14:44.942ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-05-14T03:14:44.942Zenvironment variable. This has not been done automatically.
542024-05-14T03:14:44.942Z
552024-05-14T03:14:44.942ZTo configure your current shell, you need to source
562024-05-14T03:14:44.942Zthe corresponding env file under $HOME/.cargo.
572024-05-14T03:14:44.942Z
582024-05-14T03:14:44.942ZThis is usually done by running one of the following (note the leading DOT):
592024-05-14T03:14:44.942Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-05-14T03:14:44.943Zsource "$HOME/.cargo/env.fish" # For fish
612024-05-14T03:14:45.010Z+ rustc --version
622024-05-14T03:14:45.078Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-05-14T03:14:45.104Zprocess exited: duration 22291 ms, exit code 0
 
642024-05-14T03:14:45.961Zstarting task 2: "authentication"
652024-05-14T03:14:45.981Zprocess exited: duration 44 ms, exit code 0
 
662024-05-14T03:14:46.016Zstarting task 3: "clone repository"
672024-05-14T03:14:46.028Z+ mkdir -p /work/oxidecomputer/omicron
682024-05-14T03:14:46.029Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-05-14T03:14:46.339ZCloning into '/work/oxidecomputer/omicron'...
702024-05-14T03:14:55.019Z+ cd /work/oxidecomputer/omicron
712024-05-14T03:14:55.019Z+ git fetch origin 3e7038e67b50b124b9ada466b88740294f1d29ca
722024-05-14T03:14:55.455ZFrom https://github.com/oxidecomputer/omicron
732024-05-14T03:14:55.456Z * branch 3e7038e67b50b124b9ada466b88740294f1d29ca -> FETCH_HEAD
742024-05-14T03:14:55.456Z+ [[ -n renovate/libc-0.x ]]
752024-05-14T03:14:55.456Z++ git branch --show-current
762024-05-14T03:14:55.456Z+ current=main
772024-05-14T03:14:55.456Z+ [[ main != renovate/libc-0.x ]]
782024-05-14T03:14:55.456Z+ git branch -f renovate/libc-0.x 3e7038e67b50b124b9ada466b88740294f1d29ca
792024-05-14T03:14:55.457Z+ git checkout -f renovate/libc-0.x
802024-05-14T03:14:55.457ZSwitched to branch 'renovate/libc-0.x'
812024-05-14T03:14:55.457Z+ git reset --hard 3e7038e67b50b124b9ada466b88740294f1d29ca
822024-05-14T03:14:55.565ZHEAD is now at 3e7038e67 Update Rust crate libc to 0.2.154
832024-05-14T03:14:55.581Zprocess exited: duration 9555 ms, exit code 0
 
842024-05-14T03:14:55.614Zstarting task 4: "build"
852024-05-14T03:14:55.639Z+ cargo --version
862024-05-14T03:14:55.640Zinfo: syncing channel updates for '1.77.2-x86_64-unknown-illumos'
872024-05-14T03:14:55.793Zinfo: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09)
882024-05-14T03:14:55.793Zinfo: downloading component 'cargo'
892024-05-14T03:14:56.665Zinfo: downloading component 'clippy'
902024-05-14T03:14:56.947Zinfo: downloading component 'rust-docs'
912024-05-14T03:14:58.135Zinfo: downloading component 'rust-std'
922024-05-14T03:14:59.815Zinfo: downloading component 'rustc'
932024-05-14T03:15:04.390Zinfo: downloading component 'rustfmt'
942024-05-14T03:15:04.649Zinfo: installing component 'cargo'
952024-05-14T03:15:05.453Zinfo: installing component 'clippy'
962024-05-14T03:15:05.801Zinfo: installing component 'rust-docs'
972024-05-14T03:15:07.279Zinfo: installing component 'rust-std'
982024-05-14T03:15:09.070Zinfo: installing component 'rustc'
992024-05-14T03:15:12.944Zinfo: installing component 'rustfmt'
1002024-05-14T03:15:13.349Zcargo 1.77.2 (e52e36006 2024-03-26)
1012024-05-14T03:15:13.357Z+ rustc --version
1022024-05-14T03:15:13.412Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
1032024-05-14T03:15:13.424Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1042024-05-14T03:15:23.074Z Startup: Refreshing catalog 'helios-dev' ... Done
1052024-05-14T03:15:24.808Z Startup: Caching catalogs ... Done
1062024-05-14T03:15:26.377ZPlanning: Solver setup ... Done (1.134s)
1072024-05-14T03:15:26.392ZPlanning: Running solver ... Done (0.020s)
1082024-05-14T03:15:26.426ZPlanning: Finding local manifests ... Done (0.003s)
1092024-05-14T03:15:26.489ZPlanning: Fetching manifests: 0/4 0% complete
1102024-05-14T03:15:31.526ZPlanning: Fetching manifests: 2/4 50% complete
1112024-05-14T03:15:36.522ZPlanning: Fetching manifests: 2/4 50% complete
1122024-05-14T03:15:39.219ZPlanning: Fetching manifests: 4/4 100% complete
1132024-05-14T03:15:39.266ZPlanning: Package planning ... Done (0.047s)
1142024-05-14T03:15:39.315ZPlanning: Merging actions ... Done (0.050s)
1152024-05-14T03:15:40.028ZPlanning: Checking for conflicting actions ... Done (0.711s)
1162024-05-14T03:15:40.046ZPlanning: Consolidating action changes ... Done (0.011s)
1172024-05-14T03:15:43.855ZPlanning: Evaluating mediators ... Done (3.786s)
1182024-05-14T03:15:43.886ZPlanning: Planning completed in 18.97 seconds
1192024-05-14T03:15:44.226Z Packages to install: 4
1202024-05-14T03:15:44.226Z Mediators to change: 2
1212024-05-14T03:15:44.226Z Services to change: 1
1222024-05-14T03:15:44.240Z Estimated space available: 155.31 GB
1232024-05-14T03:15:44.240ZEstimated space to be consumed: 1.44 GB
1242024-05-14T03:15:44.240Z Create boot environment: No
1252024-05-14T03:15:44.241ZCreate backup boot environment: No
1262024-05-14T03:15:44.241Z Rebuild boot archive: No
1272024-05-14T03:15:44.241Z
1282024-05-14T03:15:44.241ZChanged mediators:
1292024-05-14T03:15:44.242Z mediator clang:
1302024-05-14T03:15:44.242Z version: None -> 15 (system default)
1312024-05-14T03:15:44.242Z
1322024-05-14T03:15:44.242Z mediator llvm:
1332024-05-14T03:15:44.242Z version: 14 (system default) -> 15 (system default)
1342024-05-14T03:15:44.242Z
1352024-05-14T03:15:44.243ZChanged packages:
1362024-05-14T03:15:44.243Zhelios-dev
1372024-05-14T03:15:44.243Z developer/build-essential
1382024-05-14T03:15:44.243Z None -> 11-2.0
1392024-05-14T03:15:44.243Z library/libxmlsec1
1402024-05-14T03:15:44.244Z None -> 1.2.35-2.0
1412024-05-14T03:15:44.244Z ooce/developer/clang-15
1422024-05-14T03:15:44.244Z None -> 15.0.7-2.0
1432024-05-14T03:15:44.244Z ooce/developer/llvm-15
1442024-05-14T03:15:44.244Z None -> 15.0.7-2.0
1452024-05-14T03:15:44.244Z
1462024-05-14T03:15:44.245ZServices:
1472024-05-14T03:15:44.245Z restart_fmri:
1482024-05-14T03:15:44.245Z svc:/system/update-man-index:default
1492024-05-14T03:15:44.353Z
1502024-05-14T03:15:44.353ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1512024-05-14T03:15:49.358ZDownload: 1189/3290 items 78.9/212.6MB 37% complete (15.7M/s)
1522024-05-14T03:15:54.364ZDownload: 2180/3290 items 119.1/212.6MB 55% complete (12.1M/s)
1532024-05-14T03:15:59.458ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (11.5M/s)
1542024-05-14T03:16:04.454ZDownload: 2992/3290 items 121.3/212.6MB 57% complete (227k/s)
1552024-05-14T03:16:09.462ZDownload: 3249/3290 items 203.1/212.6MB 95% complete (8.4M/s)
1562024-05-14T03:16:12.909ZDownload: Completed 212.60 MB in 28.11 seconds (7.6M/s)
1572024-05-14T03:16:12.925Z Actions: 1/3689 actions (Installing new actions)
1582024-05-14T03:16:17.667Z Actions: 3596/3689 actions (Installing new actions)
1592024-05-14T03:16:17.709Z Actions: Completed 3689 actions in 5.09 seconds.
1602024-05-14T03:16:17.828Z Done (0.117s)
1612024-05-14T03:16:17.828Z Done (0.000s)
1622024-05-14T03:16:18.124Z Done (0.293s)
1632024-05-14T03:16:23.155Z Done (4.867s)
1642024-05-14T03:16:23.295Z Done (0.088s)
1652024-05-14T03:16:23.308Z Done (0.000s)
1662024-05-14T03:16:23.453Z Done (0.000s)
1672024-05-14T03:16:23.987ZPlanning: Evaluating mediator changes ... Done
1682024-05-14T03:16:24.151ZPlanning: Checking for conflicting actions ... Done
1692024-05-14T03:16:24.190ZPlanning: Consolidating action changes ... Done
1702024-05-14T03:16:24.420ZPlanning: Evaluating mediators ... Done
1712024-05-14T03:16:24.426ZPlanning: Planning completed in 0.43 seconds
1722024-05-14T03:16:24.445Z Mediators to change: 2
1732024-05-14T03:16:24.446Z Create boot environment: No
1742024-05-14T03:16:24.446ZCreate backup boot environment: No
1752024-05-14T03:16:24.518Z Done
1762024-05-14T03:16:24.518Z Done
1772024-05-14T03:16:24.709Z Done
1782024-05-14T03:16:28.241Z Done
1792024-05-14T03:16:28.330Z Done
1802024-05-14T03:16:28.354Z Done
1812024-05-14T03:16:28.429Z Done
1822024-05-14T03:16:29.057ZPlanning: Evaluating mediator changes ... Done
1832024-05-14T03:16:29.081ZPlanning: Merging actions ... Done
1842024-05-14T03:16:29.228ZPlanning: Checking for conflicting actions ... Done
1852024-05-14T03:16:29.233ZPlanning: Consolidating action changes ... Done
1862024-05-14T03:16:29.491ZPlanning: Evaluating mediators ... Done
1872024-05-14T03:16:29.547ZPlanning: Planning completed in 0.75 seconds
1882024-05-14T03:16:29.580Z Packages to change: 1
1892024-05-14T03:16:29.580Z Mediators to change: 1
1902024-05-14T03:16:29.589Z Services to change: 1
1912024-05-14T03:16:29.590Z Create boot environment: No
1922024-05-14T03:16:29.590ZCreate backup boot environment: Yes
1932024-05-14T03:16:31.411Z Actions: 1/6 actions (Updating modified actions)
1942024-05-14T03:16:31.561Z Actions: Completed 6 actions in 0.14 seconds.
1952024-05-14T03:16:31.561Z Done
1962024-05-14T03:16:31.561Z Done
1972024-05-14T03:16:31.623Z Done
1982024-05-14T03:16:35.187Z Done
1992024-05-14T03:16:35.659Z Done
2002024-05-14T03:16:35.659Z Done
2012024-05-14T03:16:35.659Z Done
2022024-05-14T03:16:35.832ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2032024-05-14T03:16:35.832Zclang system 15 system
2042024-05-14T03:16:35.832Zcsh system system illumos
2052024-05-14T03:16:35.832Zctags system system illumos
2062024-05-14T03:16:35.832Zgcc vendor 12 vendor
2072024-05-14T03:16:35.832Zgcc system 10 system
2082024-05-14T03:16:35.832Zgcc system 7 system
2092024-05-14T03:16:35.832Zgo system 1.20 system
2102024-05-14T03:16:35.833Zgo system 1.19 system
2112024-05-14T03:16:35.833Zllvm system 15 system
2122024-05-14T03:16:35.833Zllvm system 14 system
2132024-05-14T03:16:35.833Zmariadb system 10.6 system
2142024-05-14T03:16:35.833Zmta vendor vendor dma
2152024-05-14T03:16:35.833Zopenjdk system 17 system
2162024-05-14T03:16:35.833Zopenjdk system 11 system
2172024-05-14T03:16:35.833Zopenjdk system 1.8 system
2182024-05-14T03:16:35.833Zopenssl vendor 3 vendor
2192024-05-14T03:16:35.833Zperl system 5.36 system
2202024-05-14T03:16:35.833Zpostgresql system 15 system
2212024-05-14T03:16:35.833Zpostgresql system 13 system
2222024-05-14T03:16:35.833Zpython vendor 3 vendor
2232024-05-14T03:16:35.833Zpython system 2 system
2242024-05-14T03:16:35.833Zpython3 system 3.11 system
2252024-05-14T03:16:35.833Zruby system 3.0 system
2262024-05-14T03:16:35.833Zwords vendor vendor american-english
2272024-05-14T03:16:35.833Zwords system system australian-english
2282024-05-14T03:16:35.833Zwords system system british-english
2292024-05-14T03:16:35.833Zwords system system canadian-english
2302024-05-14T03:16:35.833Zwords system system french
2312024-05-14T03:16:35.833Zwords system system italian
2322024-05-14T03:16:35.833Zwords system system ngerman
2332024-05-14T03:16:35.833Zwords system system ogerman
2342024-05-14T03:16:35.834Zwords system system spanish
2352024-05-14T03:16:36.163ZPUBLISHER TYPE STATUS P LOCATION
2362024-05-14T03:16:36.164Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2372024-05-14T03:16:37.523ZFMRI IFO
2382024-05-14T03:16:37.523Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2392024-05-14T03:16:37.524Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2402024-05-14T03:16:37.524Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2412024-05-14T03:16:37.524Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2422024-05-14T03:16:37.524Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2432024-05-14T03:16:37.524Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2442024-05-14T03:16:37.524Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2452024-05-14T03:16:37.524Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2462024-05-14T03:16:37.524Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2472024-05-14T03:16:37.525Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2482024-05-14T03:16:37.525Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2492024-05-14T03:16:37.525Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2502024-05-14T03:16:37.796Z+ set -o errexit
2512024-05-14T03:16:37.804Z+++ dirname ./tools/ci_download_cockroachdb
2522024-05-14T03:16:37.804Z++ cd ./tools
2532024-05-14T03:16:37.804Z++ pwd
2542024-05-14T03:16:37.804Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2552024-05-14T03:16:37.804Z++ basename ./tools/ci_download_cockroachdb
2562024-05-14T03:16:37.804Z+ ARG0=ci_download_cockroachdb
2572024-05-14T03:16:37.810Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2582024-05-14T03:16:37.811Z+ CIDL_VERSION=v22.1.9
2592024-05-14T03:16:37.811Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2602024-05-14T03:16:37.811Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2612024-05-14T03:16:37.811Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2622024-05-14T03:16:37.811Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2632024-05-14T03:16:37.811Z+ TARGET_DIR=out
2642024-05-14T03:16:37.811Z+ DOWNLOAD_DIR=out/downloads
2652024-05-14T03:16:37.811Z+ DEST_DIR=./out/cockroachdb
2662024-05-14T03:16:37.811Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2672024-05-14T03:16:37.811Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2682024-05-14T03:16:37.812Z+ main
2692024-05-14T03:16:37.812Z+ [[ 0 != 0 ]]
2702024-05-14T03:16:37.812Z+ CIDL_OS=solaris2.11
2712024-05-14T03:16:37.812Z+ [[ 0 != 0 ]]
2722024-05-14T03:16:37.812Z+ configure_os solaris2.11
2732024-05-14T03:16:37.812Z+ echo 'current directory: /work/oxidecomputer/omicron'
2742024-05-14T03:16:37.812Zcurrent directory: /work/oxidecomputer/omicron
2752024-05-14T03:16:37.812Z+ echo 'configuring based on OS: "solaris2.11"'
2762024-05-14T03:16:37.812Z+ case "$1" in
2772024-05-14T03:16:37.812Zconfiguring based on OS: "solaris2.11"
2782024-05-14T03:16:37.813Z+ CIDL_BUILD=illumos
2792024-05-14T03:16:37.813Z+ CIDL_SUFFIX=tar.gz
2802024-05-14T03:16:37.813Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2812024-05-14T03:16:37.813Z+ CIDL_URL_BASE=https://illumos.org/downloads
2822024-05-14T03:16:37.813Z+ CIDL_ASSEMBLE=do_assemble_illumos
2832024-05-14T03:16:37.813Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2842024-05-14T03:16:37.813Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2852024-05-14T03:16:37.813Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2862024-05-14T03:16:37.813Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2872024-05-14T03:16:37.813Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2882024-05-14T03:16:37.814Z+ CIDL_SHA256FUNC=do_sha256sum
2892024-05-14T03:16:37.814Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2902024-05-14T03:16:37.814ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2912024-05-14T03:16:37.814Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2922024-05-14T03:16:37.814ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2932024-05-14T03:16:37.814Z+ mkdir -p out/downloads
2942024-05-14T03:16:37.814Z+ mkdir -p ./out/cockroachdb
2952024-05-14T03:16:37.823Z+ local DO_DOWNLOAD=true
2962024-05-14T03:16:37.823Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2972024-05-14T03:16:37.823Z+ '[' true == true ']'
2982024-05-14T03:16:37.823Z+ echo Downloading...
2992024-05-14T03:16:37.823ZDownloading...
3002024-05-14T03:16:37.823Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3012024-05-14T03:16:37.823Z+ 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
3022024-05-14T03:16:42.188Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3032024-05-14T03:16:42.205Z++ sha256sum
3042024-05-14T03:16:42.205Z++ awk '{print $1}'
3052024-05-14T03:16:42.670Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3062024-05-14T03:16:42.671Z+ [[ 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 ]]
3072024-05-14T03:16:42.684Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3082024-05-14T03:16:42.684Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3092024-05-14T03:16:44.435Z+ do_assemble_illumos
3102024-05-14T03:16:44.435Z+ rm -r ./out/cockroachdb
3112024-05-14T03:16:44.444Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3122024-05-14T03:16:44.852Z+ ./out/cockroachdb/bin/cockroach version
3132024-05-14T03:16:45.052ZBuild Tag: v22.1.9-dirty
3142024-05-14T03:16:45.052ZBuild Time: 2022/10/26 21:17:46
3152024-05-14T03:16:45.052ZDistribution: OSS
3162024-05-14T03:16:45.052ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3172024-05-14T03:16:45.052ZGo Version: go1.17.13
3182024-05-14T03:16:45.052ZC Compiler: gcc 10.3.0
3192024-05-14T03:16:45.053ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3202024-05-14T03:16:45.053ZBuild Type: release
3212024-05-14T03:16:45.073Z+ set -o errexit
3222024-05-14T03:16:45.096Z+++ dirname ./tools/ci_download_clickhouse
3232024-05-14T03:16:45.096Z++ cd ./tools
3242024-05-14T03:16:45.096Z++ pwd
3252024-05-14T03:16:45.097Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3262024-05-14T03:16:45.097Z++ basename ./tools/ci_download_clickhouse
3272024-05-14T03:16:45.097Z+ ARG0=ci_download_clickhouse
3282024-05-14T03:16:45.097Z+ TARGET_DIR=out
3292024-05-14T03:16:45.097Z+ DOWNLOAD_DIR=out/downloads
3302024-05-14T03:16:45.097Z+ DEST_DIR=./out/clickhouse
3312024-05-14T03:16:45.097Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3322024-05-14T03:16:45.097Z+ CIDL_VERSION=v23.8.7.24
3332024-05-14T03:16:45.097Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3342024-05-14T03:16:45.098Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3352024-05-14T03:16:45.098Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3362024-05-14T03:16:45.098Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3372024-05-14T03:16:45.098Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3382024-05-14T03:16:45.099Z+ main
3392024-05-14T03:16:45.099Z+ [[ 0 != 0 ]]
3402024-05-14T03:16:45.099Z+ CIDL_OS=solaris2.11
3412024-05-14T03:16:45.100Z+ [[ 0 != 0 ]]
3422024-05-14T03:16:45.100Z+ configure_os solaris2.11
3432024-05-14T03:16:45.100Z+ echo 'current directory: /work/oxidecomputer/omicron'
3442024-05-14T03:16:45.100Zcurrent directory: /work/oxidecomputer/omicron
3452024-05-14T03:16:45.100Z+ echo 'configuring based on OS: "solaris2.11"'
3462024-05-14T03:16:45.101Z+ CIDL_DASHREV=
3472024-05-14T03:16:45.101Z+ case "$1" in
3482024-05-14T03:16:45.101Zconfiguring based on OS: "solaris2.11"
3492024-05-14T03:16:45.101Z+ CIDL_PLATFORM=illumos
3502024-05-14T03:16:45.101Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3512024-05-14T03:16:45.101Z+ CIDL_MD5FUNC=do_md5sum
3522024-05-14T03:16:45.101Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3532024-05-14T03:16:45.102Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3542024-05-14T03:16:45.102Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3552024-05-14T03:16:45.102Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3562024-05-14T03:16:45.102Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3572024-05-14T03:16:45.102ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3582024-05-14T03:16:45.102Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3592024-05-14T03:16:45.102ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3602024-05-14T03:16:45.102Z+ mkdir -p out/downloads
3612024-05-14T03:16:45.103Z+ mkdir -p ./out/clickhouse
3622024-05-14T03:16:45.111Z+ local DO_DOWNLOAD=true
3632024-05-14T03:16:45.111Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3642024-05-14T03:16:45.111Z+ '[' true == true ']'
3652024-05-14T03:16:45.111Z+ echo Downloading...
3662024-05-14T03:16:45.112ZDownloading...
3672024-05-14T03:16:45.112Z+ 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
3682024-05-14T03:16:45.112Z+ 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
3692024-05-14T03:16:46.678Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3702024-05-14T03:16:46.689Z++ md5sum
3712024-05-14T03:16:46.690Z++ awk '{print $1}'
3722024-05-14T03:16:46.953Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3732024-05-14T03:16:46.953Z+ [[ 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 ]]
3742024-05-14T03:16:46.954Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3752024-05-14T03:16:46.974Z+ mkdir -p ./out/clickhouse
3762024-05-14T03:16:46.974Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3772024-05-14T03:16:50.898Z+ [[ solaris2.11 == darwin* ]]
3782024-05-14T03:16:50.898Z+ ./out/clickhouse/clickhouse server --version
3792024-05-14T03:16:51.021ZClickHouse server version 23.8.7.1.
3802024-05-14T03:16:51.043Z+ set -o errexit
3812024-05-14T03:16:51.051Z+++ dirname ./tools/ci_download_console
3822024-05-14T03:16:51.052Z++ cd ./tools
3832024-05-14T03:16:51.052Z++ pwd
3842024-05-14T03:16:51.052Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3852024-05-14T03:16:51.052Z++ basename ./tools/ci_download_console
3862024-05-14T03:16:51.053Z+ ARG0=ci_download_console
3872024-05-14T03:16:51.053Z+ TARGET_DIR=out
3882024-05-14T03:16:51.053Z+ DOWNLOAD_DIR=out/downloads
3892024-05-14T03:16:51.053Z+ DEST_DIR=./out/console-assets
3902024-05-14T03:16:51.053Z+ source /work/oxidecomputer/omicron/tools/console_version
3912024-05-14T03:16:51.053Z++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5
3922024-05-14T03:16:51.053Z++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
3932024-05-14T03:16:51.054Z+ URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
3942024-05-14T03:16:51.054Z+ TARBALL_FILE=out/downloads/console.tar.gz
3952024-05-14T03:16:51.054Z+ main
3962024-05-14T03:16:51.054Z+ [[ 0 != 0 ]]
3972024-05-14T03:16:51.054Z+ echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz'
3982024-05-14T03:16:51.054Z+ echo 'Local file: out/downloads/console.tar.gz'
3992024-05-14T03:16:51.055ZURL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
4002024-05-14T03:16:51.055ZLocal file: out/downloads/console.tar.gz
4012024-05-14T03:16:51.055Z+ local DO_DOWNLOAD=true
4022024-05-14T03:16:51.055Z+ [[ -f out/downloads/console.tar.gz ]]
4032024-05-14T03:16:51.056Z+ mkdir -p out/downloads
4042024-05-14T03:16:51.082Z+ '[' true == true ']'
4052024-05-14T03:16:51.082Z+ echo Downloading...
4062024-05-14T03:16:51.082ZDownloading...
4072024-05-14T03:16:51.083Z+ do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz
4082024-05-14T03:16:51.083Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
4092024-05-14T03:16:51.556Z++ do_sha256sum out/downloads/console.tar.gz
4102024-05-14T03:16:51.556Z++ case "$OSTYPE" in
4112024-05-14T03:16:51.566Z++ SHA=sha256sum
4122024-05-14T03:16:51.566Z++ sha256sum
4132024-05-14T03:16:51.566Z++ awk '{print $1}'
4142024-05-14T03:16:51.566Z+ calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
4152024-05-14T03:16:51.566Z+ [[ 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 ]]
4162024-05-14T03:16:51.566Z+ rm -rf ./out/console-assets
4172024-05-14T03:16:51.566Z+ mkdir -p ./out/console-assets
4182024-05-14T03:16:51.566Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4192024-05-14T03:16:51.567Z+ mkdir -p ./out/console-assets
4202024-05-14T03:16:51.567Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4212024-05-14T03:16:51.655Z+ set -o errexit
4222024-05-14T03:16:51.670Z+++ dirname ./tools/ci_download_dendrite_openapi
4232024-05-14T03:16:51.670Z++ cd ./tools
4242024-05-14T03:16:51.670Z++ pwd
4252024-05-14T03:16:51.671Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4262024-05-14T03:16:51.671Z++ basename ./tools/ci_download_dendrite_openapi
4272024-05-14T03:16:51.671Z+ ARG0=ci_download_dendrite_openapi
4282024-05-14T03:16:51.671Z+ TARGET_DIR=out
4292024-05-14T03:16:51.671Z+ DOWNLOAD_DIR=out/downloads
4302024-05-14T03:16:51.671Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4312024-05-14T03:16:51.671Z++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687
4322024-05-14T03:16:51.671Z++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4332024-05-14T03:16:51.672Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4342024-05-14T03:16:51.672Z+ LOCAL_FILE=out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4352024-05-14T03:16:51.672Z+ main
4362024-05-14T03:16:51.672Z+ [[ 0 != 0 ]]
4372024-05-14T03:16:51.672Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json'
4382024-05-14T03:16:51.672ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4392024-05-14T03:16:51.673Z+ echo 'Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json'
4402024-05-14T03:16:51.673Z+ local DO_DOWNLOAD=true
4412024-05-14T03:16:51.673ZLocal file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4422024-05-14T03:16:51.673Z+ [[ -f out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json ]]
4432024-05-14T03:16:51.673Z+ mkdir -p out/downloads
4442024-05-14T03:16:51.673Z+ '[' true == true ']'
4452024-05-14T03:16:51.674ZDownloading...
4462024-05-14T03:16:51.674Z+ echo Downloading...
4472024-05-14T03:16:51.674Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4482024-05-14T03:16:51.674Z+ 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
4492024-05-14T03:16:54.085Z++ do_sha256sum out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4502024-05-14T03:16:54.086Z++ case "$OSTYPE" in
4512024-05-14T03:16:54.086Z++ SHA=sha256sum
4522024-05-14T03:16:54.092Z++ sha256sum
4532024-05-14T03:16:54.092Z++ awk '{print $1}'
4542024-05-14T03:16:54.092Z+ calculated_sha2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4552024-05-14T03:16:54.092Z+ [[ 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 ]]
4562024-05-14T03:16:54.097Z+ set -o errexit
4572024-05-14T03:16:54.110Z+++ dirname ./tools/ci_download_dendrite_stub
4582024-05-14T03:16:54.110Z++ cd ./tools
4592024-05-14T03:16:54.110Z++ pwd
4602024-05-14T03:16:54.111Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4612024-05-14T03:16:54.111Z++ basename ./tools/ci_download_dendrite_stub
4622024-05-14T03:16:54.125Z+ ARG0=ci_download_dendrite_stub
4632024-05-14T03:16:54.126Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4642024-05-14T03:16:54.126Z++ CIDL_SHA256_ILLUMOS=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
4652024-05-14T03:16:54.126Z++ CIDL_SHA256_LINUX_DPD=c255370062ce616f6fce5630fad7a1fbfa63aa7db964aeb6de410ba4a4bc3193
4662024-05-14T03:16:54.127Z++ CIDL_SHA256_LINUX_SWADM=7899b1603518489b2276f9d9043107a267060e3b05be51f08002adf3d118a7c9
4672024-05-14T03:16:54.127Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4682024-05-14T03:16:54.127Z++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687
4692024-05-14T03:16:54.127Z++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4702024-05-14T03:16:54.127Z+ TARGET_DIR=out
4712024-05-14T03:16:54.127Z+ DOWNLOAD_DIR=out/downloads
4722024-05-14T03:16:54.128Z+ DEST_DIR=./out/dendrite-stub
4732024-05-14T03:16:54.128Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4742024-05-14T03:16:54.128Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4752024-05-14T03:16:54.128Z+ REPO=oxidecomputer/dendrite
4762024-05-14T03:16:54.128Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687
4772024-05-14T03:16:54.128Z+ main
4782024-05-14T03:16:54.128Z+ [[ 0 != 0 ]]
4792024-05-14T03:16:54.128Z+ CIDL_OS=solaris2.11
4802024-05-14T03:16:54.129Z+ [[ 0 != 0 ]]
4812024-05-14T03:16:54.129Z+ configure_os solaris2.11
4822024-05-14T03:16:54.129Z+ echo 'current directory: /work/oxidecomputer/omicron'
4832024-05-14T03:16:54.129Zcurrent directory: /work/oxidecomputer/omicron
4842024-05-14T03:16:54.129Z+ echo 'configuring based on OS: "solaris2.11"'
4852024-05-14T03:16:54.129Z+ case "$1" in
4862024-05-14T03:16:54.129Z+ SET_BINARIES=
4872024-05-14T03:16:54.129Zconfiguring based on OS: "solaris2.11"
4882024-05-14T03:16:54.130Z+ CIDL_SHA256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
4892024-05-14T03:16:54.130Z+ CIDL_SHA256FUNC=do_sha256sum
4902024-05-14T03:16:54.130Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
4912024-05-14T03:16:54.130Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
4922024-05-14T03:16:54.130Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
4932024-05-14T03:16:54.130Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz'
4942024-05-14T03:16:54.130Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
4952024-05-14T03:16:54.131ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
4962024-05-14T03:16:54.131ZLocal file: out/downloads/dendrite-stub.tar.gz
4972024-05-14T03:16:54.131Z+ mkdir -p out/downloads
4982024-05-14T03:16:54.131Z+ mkdir -p ./out/dendrite-stub
4992024-05-14T03:16:54.131Z+ fetch_and_verify
5002024-05-14T03:16:54.131Z+ local DO_DOWNLOAD=true
5012024-05-14T03:16:54.132Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5022024-05-14T03:16:54.132Z+ '[' true == true ']'
5032024-05-14T03:16:54.132Z+ echo Downloading...
5042024-05-14T03:16:54.132ZDownloading...
5052024-05-14T03:16:54.132Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5062024-05-14T03:16:54.132Z+ 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
5072024-05-14T03:17:05.978Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5082024-05-14T03:17:06.004Z++ sha256sum
5092024-05-14T03:17:06.004Z++ awk '{print $1}'
5102024-05-14T03:17:06.004Z+ calculated_sha256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
5112024-05-14T03:17:06.004Z+ [[ 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 ]]
5122024-05-14T03:17:06.004Z+ do_untar out/downloads/dendrite-stub.tar.gz
5132024-05-14T03:17:06.005Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5142024-05-14T03:17:06.581Z+ do_assemble
5152024-05-14T03:17:06.581Z+ rm -r ./out/dendrite-stub
5162024-05-14T03:17:06.588Z+ mkdir ./out/dendrite-stub
5172024-05-14T03:17:06.589Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5182024-05-14T03:17:06.666Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5192024-05-14T03:17:06.679Z+ set -o errexit
5202024-05-14T03:17:06.679Z+++ dirname ./tools/ci_download_maghemite_mgd
5212024-05-14T03:17:06.686Z++ cd ./tools
5222024-05-14T03:17:06.686Z++ pwd
5232024-05-14T03:17:06.686Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5242024-05-14T03:17:06.686Z++ basename ./tools/ci_download_maghemite_mgd
5252024-05-14T03:17:06.686Z+ ARG0=ci_download_maghemite_mgd
5262024-05-14T03:17:06.686Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5272024-05-14T03:17:06.686Z++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5282024-05-14T03:17:06.687Z++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19
5292024-05-14T03:17:06.687Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5302024-05-14T03:17:06.687Z++ COMMIT=025389ff39d594bf2b815377e2c1dc4dd23b1f96
5312024-05-14T03:17:06.687Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5322024-05-14T03:17:06.687Z+ TARGET_DIR=out
5332024-05-14T03:17:06.687Z+ DOWNLOAD_DIR=out/downloads
5342024-05-14T03:17:06.687Z+ DEST_DIR=./out/mgd
5352024-05-14T03:17:06.687Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5362024-05-14T03:17:06.687Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5372024-05-14T03:17:06.687Z+ REPO=oxidecomputer/maghemite
5382024-05-14T03:17:06.687Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96
5392024-05-14T03:17:06.687Z+ main
5402024-05-14T03:17:06.687Z+ rm -rf out/downloads/root
5412024-05-14T03:17:06.687Z+ [[ 0 != 0 ]]
5422024-05-14T03:17:06.687Z+ CIDL_OS=solaris2.11
5432024-05-14T03:17:06.687Z+ [[ 0 != 0 ]]
5442024-05-14T03:17:06.687Z+ configure_os solaris2.11
5452024-05-14T03:17:06.687Z+ echo 'current directory: /work/oxidecomputer/omicron'
5462024-05-14T03:17:06.687Zcurrent directory: /work/oxidecomputer/omicron
5472024-05-14T03:17:06.687Z+ echo 'configuring based on OS: "solaris2.11"'
5482024-05-14T03:17:06.688Z+ case "$1" in
5492024-05-14T03:17:06.688Zconfiguring based on OS: "solaris2.11"
5502024-05-14T03:17:06.688Z+ SET_BINARIES=
5512024-05-14T03:17:06.688Z+ CIDL_SHA256FUNC=do_sha256sum
5522024-05-14T03:17:06.688Z+ TARBALL_FILENAME=mgd.tar.gz
5532024-05-14T03:17:06.688Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5542024-05-14T03:17:06.688Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5552024-05-14T03:17:06.688Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz'
5562024-05-14T03:17:06.688Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5572024-05-14T03:17:06.688ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5582024-05-14T03:17:06.688ZLocal file: out/downloads/mgd.tar.gz
5592024-05-14T03:17:06.688Z+ mkdir -p out/downloads
5602024-05-14T03:17:06.692Z+ mkdir -p ./out/mgd
5612024-05-14T03:17:06.692Z+ fetch_and_verify
5622024-05-14T03:17:06.692Z+ local DO_DOWNLOAD=true
5632024-05-14T03:17:06.692Z+ [[ -f out/downloads/mgd.tar.gz ]]
5642024-05-14T03:17:06.692Z+ '[' true == true ']'
5652024-05-14T03:17:06.692Z+ echo Downloading...
5662024-05-14T03:17:06.692ZDownloading...
5672024-05-14T03:17:06.692Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz out/downloads/mgd.tar.gz
5682024-05-14T03:17:06.692Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5692024-05-14T03:17:22.622Z++ do_sha256sum out/downloads/mgd.tar.gz
5702024-05-14T03:17:22.645Z++ sha256sum
5712024-05-14T03:17:22.645Z++ awk '{print $1}'
5722024-05-14T03:17:22.668Z+ calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5732024-05-14T03:17:22.668Z+ [[ e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd != \e\0\9\0\7\d\e\3\9\c\a\9\f\8\a\b\4\5\d\4\0\d\3\6\1\a\1\d\b\e\e\d\4\b\d\8\e\9\b\1\5\7\f\8\d\3\d\8\f\e\0\a\4\b\c\2\5\9\d\9\3\3\b\d ]]
5742024-05-14T03:17:22.668Z+ do_untar out/downloads/mgd.tar.gz
5752024-05-14T03:17:22.668Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
5762024-05-14T03:17:23.224Z+ do_assemble
5772024-05-14T03:17:23.224Z+ rm -r ./out/mgd
5782024-05-14T03:17:23.231Z+ mkdir ./out/mgd
5792024-05-14T03:17:23.231Z+ cp -r out/downloads/root ./out/mgd/root
5802024-05-14T03:17:23.307Z+ set -o errexit
5812024-05-14T03:17:23.312Z+++ dirname ./tools/ci_download_transceiver_control
5822024-05-14T03:17:23.312Z++ cd ./tools
5832024-05-14T03:17:23.312Z++ pwd
5842024-05-14T03:17:23.312Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5852024-05-14T03:17:23.312Z++ basename ./tools/ci_download_transceiver_control
5862024-05-14T03:17:23.318Z+ ARG0=ci_download_transceiver_control
5872024-05-14T03:17:23.318Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5882024-05-14T03:17:23.318Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5892024-05-14T03:17:23.318Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5902024-05-14T03:17:23.318Z+ TARGET_DIR=out
5912024-05-14T03:17:23.318Z+ DOWNLOAD_DIR=out/downloads
5922024-05-14T03:17:23.318Z+ DEST_DIR=./out/transceiver-control
5932024-05-14T03:17:23.318Z+ BIN_DIR=/opt/oxide/bin
5942024-05-14T03:17:23.318Z+ BINARY=xcvradm
5952024-05-14T03:17:23.318Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5962024-05-14T03:17:23.318Z+ REPO=oxidecomputer/transceiver-control
5972024-05-14T03:17:23.318Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5982024-05-14T03:17:23.318Z+ main
5992024-05-14T03:17:23.318Z+ [[ 0 != 0 ]]
6002024-05-14T03:17:23.318Z+ CIDL_OS=solaris2.11
6012024-05-14T03:17:23.318Z+ [[ 0 != 0 ]]
6022024-05-14T03:17:23.318Z+ configure_os solaris2.11
6032024-05-14T03:17:23.318Z+ echo 'current directory: /work/oxidecomputer/omicron'
6042024-05-14T03:17:23.318Zcurrent directory: /work/oxidecomputer/omicron
6052024-05-14T03:17:23.318Z+ echo 'configuring based on OS: "solaris2.11"'
6062024-05-14T03:17:23.318Z+ case "$1" in
6072024-05-14T03:17:23.319Zconfiguring based on OS: "solaris2.11"
6082024-05-14T03:17:23.319Z+ SET_BINARIES=
6092024-05-14T03:17:23.319Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6102024-05-14T03:17:23.319Z+ CIDL_SHA256FUNC=do_sha256sum
6112024-05-14T03:17:23.319Z+ ARCHIVE_FILENAME=xcvradm.gz
6122024-05-14T03:17:23.319Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6132024-05-14T03:17:23.319Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6142024-05-14T03:17:23.319Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6152024-05-14T03:17:23.319ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6162024-05-14T03:17:23.319Z+ echo 'Local file: out/downloads/xcvradm.gz'
6172024-05-14T03:17:23.319ZLocal file: out/downloads/xcvradm.gz
6182024-05-14T03:17:23.319Z+ mkdir -p out/downloads
6192024-05-14T03:17:23.319Z+ mkdir -p ./out/transceiver-control
6202024-05-14T03:17:23.319Z+ fetch_and_verify
6212024-05-14T03:17:23.319Z+ local DO_DOWNLOAD=true
6222024-05-14T03:17:23.319Z+ [[ -f out/downloads/xcvradm.gz ]]
6232024-05-14T03:17:23.319Z+ '[' true == true ']'
6242024-05-14T03:17:23.319Z+ echo Downloading...
6252024-05-14T03:17:23.319ZDownloading...
6262024-05-14T03:17:23.319Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6272024-05-14T03:17:23.320Z+ 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
6282024-05-14T03:17:26.731Z++ do_sha256sum out/downloads/xcvradm.gz
6292024-05-14T03:17:26.741Z++ sha256sum
6302024-05-14T03:17:26.741Z++ awk '{print $1}'
6312024-05-14T03:17:26.742Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6322024-05-14T03:17:26.742Z+ [[ 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 ]]
6332024-05-14T03:17:26.742Z+ do_unpack out/downloads/xcvradm.gz
6342024-05-14T03:17:26.742Z+ mkdir -p out/downloads/root//opt/oxide/bin
6352024-05-14T03:17:26.742Z+ gzip -dc out/downloads/xcvradm.gz
6362024-05-14T03:17:26.863Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6372024-05-14T03:17:26.874Z+ do_assemble
6382024-05-14T03:17:26.874Z+ rm -r ./out/transceiver-control
6392024-05-14T03:17:26.874Z+ mkdir ./out/transceiver-control
6402024-05-14T03:17:26.874Z+ cp -r out/downloads/root ./out/transceiver-control/root
6412024-05-14T03:17:26.963Z+ set -o errexit
6422024-05-14T03:17:27.006Z+++ dirname ./tools/ci_download_thundermuffin
6432024-05-14T03:17:27.007Z++ cd ./tools
6442024-05-14T03:17:27.007Z++ pwd
6452024-05-14T03:17:27.008Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6462024-05-14T03:17:27.008Z++ basename ./tools/ci_download_thundermuffin
6472024-05-14T03:17:27.009Z+ ARG0=ci_download_thundermuffin
6482024-05-14T03:17:27.009Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
6492024-05-14T03:17:27.010Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6502024-05-14T03:17:27.010Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
6512024-05-14T03:17:27.010Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
6522024-05-14T03:17:27.010Z+ TARGET_DIR=out
6532024-05-14T03:17:27.011Z+ DOWNLOAD_DIR=out/downloads
6542024-05-14T03:17:27.011Z+ DEST_DIR=./out/thundermuffin
6552024-05-14T03:17:27.011Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
6562024-05-14T03:17:27.011Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6572024-05-14T03:17:27.011Z+ REPO=oxidecomputer/thundermuffin
6582024-05-14T03:17:27.011Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
6592024-05-14T03:17:27.012Z+ main
6602024-05-14T03:17:27.012Z+ rm -rf out/downloads/root
6612024-05-14T03:17:27.012Z+ [[ 0 != 0 ]]
6622024-05-14T03:17:27.012Z+ CIDL_OS=solaris2.11
6632024-05-14T03:17:27.013Z+ [[ 0 != 0 ]]
6642024-05-14T03:17:27.013Z+ configure_os solaris2.11
6652024-05-14T03:17:27.013Z+ echo 'current directory: /work/oxidecomputer/omicron'
6662024-05-14T03:17:27.013Zcurrent directory: /work/oxidecomputer/omicron
6672024-05-14T03:17:27.014Z+ echo 'configuring based on OS: "solaris2.11"'
6682024-05-14T03:17:27.014Zconfiguring based on OS: "solaris2.11"
6692024-05-14T03:17:27.014Z+ case "$1" in
6702024-05-14T03:17:27.014Z+ SET_BINARIES=
6712024-05-14T03:17:27.015Z+ CIDL_SHA256FUNC=do_sha256sum
6722024-05-14T03:17:27.015Z+ TARBALL_FILENAME=thundermuffin.tar.gz
6732024-05-14T03:17:27.015Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6742024-05-14T03:17:27.016Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
6752024-05-14T03:17:27.016Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
6762024-05-14T03:17:27.017ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6772024-05-14T03:17:27.018ZLocal file: out/downloads/thundermuffin.tar.gz
6782024-05-14T03:17:27.018Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
6792024-05-14T03:17:27.018Z+ mkdir -p out/downloads
6802024-05-14T03:17:27.071Z+ mkdir -p ./out/thundermuffin
6812024-05-14T03:17:27.072Z+ fetch_and_verify
6822024-05-14T03:17:27.072Z+ local DO_DOWNLOAD=true
6832024-05-14T03:17:27.072Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
6842024-05-14T03:17:27.072Z+ '[' true == true ']'
6852024-05-14T03:17:27.072Z+ echo Downloading...
6862024-05-14T03:17:27.073ZDownloading...
6872024-05-14T03:17:27.073Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
6882024-05-14T03:17:27.073Z+ 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
6892024-05-14T03:17:30.627Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
6902024-05-14T03:17:30.643Z++ sha256sum
6912024-05-14T03:17:30.643Z++ awk '{print $1}'
6922024-05-14T03:17:30.643Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6932024-05-14T03:17:30.643Z+ [[ 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 ]]
6942024-05-14T03:17:30.644Z+ do_untar out/downloads/thundermuffin.tar.gz
6952024-05-14T03:17:30.644Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
6962024-05-14T03:17:30.695Z+ do_assemble
6972024-05-14T03:17:30.696Z+ rm -r ./out/thundermuffin
6982024-05-14T03:17:31.157Z+ mkdir ./out/thundermuffin
6992024-05-14T03:17:31.157Z+ cp -r out/downloads/root ./out/thundermuffin/root
7002024-05-14T03:17:31.157ZAll prerequisites installed successfully
7012024-05-14T03:17:31.158Z
7022024-05-14T03:17:31.158Zreal 2:17.225018873
7032024-05-14T03:17:31.158Zuser 36.770168711
7042024-05-14T03:17:31.158Zsys 6.828232710
7052024-05-14T03:17:31.158Ztrap 0.008592377
7062024-05-14T03:17:31.158Ztflt 0.152639831
7072024-05-14T03:17:31.158Zdflt 0.200452238
7082024-05-14T03:17:31.159Zkflt 0.154884039
7092024-05-14T03:17:31.159Zlock 1.598625813
7102024-05-14T03:17:31.159Zslp 4:50.152137535
7112024-05-14T03:17:31.159Zlat 2.025104075
7122024-05-14T03:17:31.159Zstop 0.158663738
7132024-05-14T03:17:31.160Z+ banner end-to-end-tests
7142024-05-14T03:17:31.160Z
7152024-05-14T03:17:31.160Z ###### # # ##### ##### #### ###### # # #####
7162024-05-14T03:17:31.160Z # ## # # # # # # # ## # # #
7172024-05-14T03:17:31.160Z ##### # # # # # ##### # # # ##### ##### # # # # #
7182024-05-14T03:17:31.160Z # # # # # # # # # # # # # # #
7192024-05-14T03:17:31.161Z # # ## # # # # # # # ## # #
7202024-05-14T03:17:31.161Z ###### # # ##### # #### ###### # # #####
7212024-05-14T03:17:31.161Z
7222024-05-14T03:17:31.161Z+ export CARGO_PROFILE_DEV_DEBUG=1
7232024-05-14T03:17:31.161Z+ CARGO_PROFILE_DEV_DEBUG=1
7242024-05-14T03:17:31.161Z+ export CARGO_PROFILE_TEST_DEBUG=1
7252024-05-14T03:17:31.161Z+ CARGO_PROFILE_TEST_DEBUG=1
7262024-05-14T03:17:31.161Z+ export CARGO_INCREMENTAL=0
7272024-05-14T03:17:31.161Z+ CARGO_INCREMENTAL=0
7282024-05-14T03:17:31.162Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7292024-05-14T03:17:31.192Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7302024-05-14T03:17:31.265Z Updating git repository `https://github.com/oxidecomputer/zone`
7312024-05-14T03:17:31.549Z Updating crates.io index
7322024-05-14T03:17:31.596Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7332024-05-14T03:17:32.378Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7342024-05-14T03:17:33.095Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7352024-05-14T03:17:35.019Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7362024-05-14T03:17:35.551Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7372024-05-14T03:17:35.888Z Updating git repository `https://github.com/oxidecomputer/propolis`
7382024-05-14T03:17:36.946Z Updating git repository `https://github.com/oxidecomputer/crucible`
7392024-05-14T03:17:38.847Z Updating git repository `https://github.com/oxidecomputer/opte`
7402024-05-14T03:17:39.995Z Updating git repository `https://github.com/oxidecomputer/falcon`
7412024-05-14T03:17:40.707Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7422024-05-14T03:17:40.990Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7432024-05-14T03:17:41.720Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7442024-05-14T03:17:42.003Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7452024-05-14T03:17:42.350Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7462024-05-14T03:17:42.707Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7472024-05-14T03:17:43.187Z Updating git repository `http://github.com/oxidecomputer/tofino`
7482024-05-14T03:17:43.338Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7492024-05-14T03:17:43.600Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7502024-05-14T03:17:43.856Z Updating git repository `https://github.com/oxidecomputer/libnvme`
7512024-05-14T03:17:44.180Z Updating git repository `https://github.com/oxidecomputer/ispf`
7522024-05-14T03:17:44.477Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7532024-05-14T03:17:44.853Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7542024-05-14T03:17:45.468Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7552024-05-14T03:17:45.788Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7562024-05-14T03:17:46.091Z Updating git repository `https://github.com/jgallagher/nix`
7572024-05-14T03:17:47.098Z Updating git repository `https://github.com/cbiffle/hubpack`
7582024-05-14T03:17:47.433Z Updating git repository `https://github.com/oxidecomputer/typify`
7592024-05-14T03:17:49.431Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7602024-05-14T03:17:49.878Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7612024-05-14T03:17:50.160Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7622024-05-14T03:17:50.633Z Updating git repository `https://github.com/oxidecomputer/rfb`
7632024-05-14T03:17:51.975Z Downloading crates ...
7642024-05-14T03:17:52.095Z Downloaded ahash v0.8.8
7652024-05-14T03:17:52.100Z Downloaded bit-vec v0.6.3
7662024-05-14T03:17:52.101Z Downloaded base16ct v0.2.0
7672024-05-14T03:17:52.101Z Downloaded async-trait v0.1.80
7682024-05-14T03:17:52.105Z Downloaded aes v0.8.3
7692024-05-14T03:17:52.109Z Downloaded ident_case v1.0.1
7702024-05-14T03:17:52.109Z Downloaded bit-set v0.5.3
7712024-05-14T03:17:52.112Z Downloaded autocfg v1.1.0
7722024-05-14T03:17:52.112Z Downloaded adler v1.0.2
7732024-05-14T03:17:52.115Z Downloaded addr2line v0.21.0
7742024-05-14T03:17:52.115Z Downloaded anstream v0.6.11
7752024-05-14T03:17:52.120Z Downloaded ascii v1.1.0
7762024-05-14T03:17:52.124Z Downloaded allocator-api2 v0.2.16
7772024-05-14T03:17:52.124Z Downloaded instant v0.1.12
7782024-05-14T03:17:52.128Z Downloaded aead v0.5.2
7792024-05-14T03:17:52.128Z Downloaded internet-checksum v0.2.1
7802024-05-14T03:17:52.128Z Downloaded aho-corasick v1.1.2
7812024-05-14T03:17:52.134Z Downloaded indexmap v1.9.3
7822024-05-14T03:17:52.139Z Downloaded aes-gcm v0.10.3
7832024-05-14T03:17:52.143Z Downloaded arc-swap v1.6.0
7842024-05-14T03:17:52.148Z Downloaded backoff v0.4.0
7852024-05-14T03:17:52.148Z Downloaded anstyle-parse v0.2.1
7862024-05-14T03:17:52.153Z Downloaded inout v0.1.3
7872024-05-14T03:17:52.153Z Downloaded anstyle v1.0.7
7882024-05-14T03:17:52.153Z Downloaded der_derive v0.7.2
7892024-05-14T03:17:52.173Z Downloaded base64 v0.22.1
7902024-05-14T03:17:52.173Z Downloaded argon2 v0.5.3
7912024-05-14T03:17:52.173Z Downloaded base64 v0.21.7
7922024-05-14T03:17:52.173Z Downloaded indexmap v2.2.6
7932024-05-14T03:17:52.173Z Downloaded linked-hash-map v0.5.6
7942024-05-14T03:17:52.173Z Downloaded idna v0.2.3
7952024-05-14T03:17:52.178Z Downloaded bitstruct_derive v0.1.0
7962024-05-14T03:17:52.184Z Downloaded cobs v0.2.3
7972024-05-14T03:17:52.184Z Downloaded convert_case v0.4.0
7982024-05-14T03:17:52.184Z Downloaded colorchoice v1.0.0
7992024-05-14T03:17:52.184Z Downloaded bitflags v1.3.2
8002024-05-14T03:17:52.189Z Downloaded is-terminal v0.4.9
8012024-05-14T03:17:52.189Z Downloaded kstat-rs v0.2.3
8022024-05-14T03:17:52.197Z Downloaded anyhow v1.0.83
8032024-05-14T03:17:52.197Z Downloaded bcrypt-pbkdf v0.10.0
8042024-05-14T03:17:52.216Z Downloaded lalrpop-util v0.19.12
8052024-05-14T03:17:52.216Z Downloaded base64 v0.13.1
8062024-05-14T03:17:52.216Z Downloaded num_threads v0.1.6
8072024-05-14T03:17:52.217Z Downloaded cstr-argument v0.1.2
8082024-05-14T03:17:52.217Z Downloaded linear-map v1.2.0
8092024-05-14T03:17:52.217Z Downloaded curve25519-dalek-derive v0.1.0
8102024-05-14T03:17:52.228Z Downloaded crucible-workspace-hack v0.1.0
8112024-05-14T03:17:52.228Z Downloaded libefi-sys v0.1.0
8122024-05-14T03:17:52.228Z Downloaded darling_macro v0.20.8
8132024-05-14T03:17:52.228Z Downloaded cipher v0.4.4
8142024-05-14T03:17:52.229Z Downloaded newline-converter v0.3.0
8152024-05-14T03:17:52.229Z Downloaded option-ext v0.2.0
8162024-05-14T03:17:52.229Z Downloaded lazy_static v1.4.0
8172024-05-14T03:17:52.229Z Downloaded openssl-macros v0.1.1
8182024-05-14T03:17:52.229Z Downloaded libsw v3.3.1
8192024-05-14T03:17:52.229Z Downloaded strum v0.26.2
8202024-05-14T03:17:52.230Z Downloaded sigpipe v0.1.3
8212024-05-14T03:17:52.230Z Downloaded ciborium v0.2.2
8222024-05-14T03:17:52.230Z Downloaded lock_api v0.4.10
8232024-05-14T03:17:52.230Z Downloaded defmt-parser v0.3.3
8242024-05-14T03:17:52.658Z Downloaded defmt v0.3.5
8252024-05-14T03:17:52.659Z Downloaded bitflags v2.4.2
8262024-05-14T03:17:52.659Z Downloaded usdt-macro v0.5.0
8272024-05-14T03:17:52.659Z Downloaded tower-service v0.3.2
8282024-05-14T03:17:52.659Z Downloaded spin v0.5.2
8292024-05-14T03:17:52.659Z Downloaded waitgroup v0.1.2
8302024-05-14T03:17:52.659Z Downloaded dtrace-parser v0.2.0
8312024-05-14T03:17:52.659Z Downloaded md5 v0.7.0
8322024-05-14T03:17:52.659Z Downloaded dhcproto-macros v0.1.0
8332024-05-14T03:17:52.659Z Downloaded ciborium-ll v0.2.2
8342024-05-14T03:17:52.659Z Downloaded peg-runtime v0.8.3
8352024-05-14T03:17:52.659Z Downloaded match_cfg v0.1.0
8362024-05-14T03:17:52.660Z Downloaded debug-ignore v1.0.5
8372024-05-14T03:17:52.660Z Downloaded idna v0.5.0
8382024-05-14T03:17:52.660Z Downloaded newtype_derive v0.1.6
8392024-05-14T03:17:52.660Z Downloaded idna v0.3.0
8402024-05-14T03:17:52.660Z Downloaded foreign-types-shared v0.1.1
8412024-05-14T03:17:52.660Z Downloaded data-encoding v2.4.0
8422024-05-14T03:17:52.660Z Downloaded thread-id v4.2.0
8432024-05-14T03:17:52.660Z Downloaded num-integer v0.1.46
8442024-05-14T03:17:52.660Z Downloaded lru-cache v0.1.2
8452024-05-14T03:17:52.660Z Downloaded foreign-types-shared v0.3.1
8462024-05-14T03:17:52.660Z Downloaded foreign-types-macros v0.2.3
8472024-05-14T03:17:52.660Z Downloaded untrusted v0.9.0
8482024-05-14T03:17:52.661Z Downloaded thread_local v1.1.7
8492024-05-14T03:17:52.661Z Downloaded structmeta-derive v0.3.0
8502024-05-14T03:17:52.661Z Downloaded hubpack_derive v0.1.1
8512024-05-14T03:17:52.661Z Downloaded version_check v0.9.4
8522024-05-14T03:17:52.661Z Downloaded crc32fast v1.3.2
8532024-05-14T03:17:52.661Z Downloaded display-error-chain v0.2.0
8542024-05-14T03:17:52.661Z Downloaded nibble_vec v0.1.0
8552024-05-14T03:17:52.661Z Downloaded dyn-clone v1.0.17
8562024-05-14T03:17:52.661Z Downloaded num_cpus v1.16.0
8572024-05-14T03:17:52.661Z Downloaded num-derive v0.4.0
8582024-05-14T03:17:52.661Z Downloaded portpicker v0.1.1
8592024-05-14T03:17:52.661Z Downloaded dof v0.3.0
8602024-05-14T03:17:52.661Z Downloaded darling v0.20.8
8612024-05-14T03:17:52.662Z Downloaded percent-encoding v2.3.1
8622024-05-14T03:17:52.662Z Downloaded fallible-iterator v0.2.0
8632024-05-14T03:17:52.662Z Downloaded pbkdf2 v0.12.2
8642024-05-14T03:17:52.662Z Downloaded pem v3.0.4
8652024-05-14T03:17:52.662Z Downloaded parse-display v0.9.0
8662024-05-14T03:17:52.662Z Downloaded nanorand v0.7.0
8672024-05-14T03:17:52.662Z Downloaded form_urlencoded v1.2.1
8682024-05-14T03:17:52.662Z Downloaded bytes v1.6.0
8692024-05-14T03:17:52.662Z Downloaded heck v0.4.1
8702024-05-14T03:17:52.662Z Downloaded vsss-rs v3.3.4
8712024-05-14T03:17:52.662Z Downloaded take_mut v0.2.2
8722024-05-14T03:17:52.662Z Downloaded num_enum_derive v0.5.11
8732024-05-14T03:17:52.663Z Downloaded macaddr v1.0.1
8742024-05-14T03:17:52.663Z Downloaded toml_datetime v0.6.5
8752024-05-14T03:17:52.663Z Downloaded static_assertions v1.1.0
8762024-05-14T03:17:52.663Z Downloaded managed v0.8.0
8772024-05-14T03:17:52.663Z Downloaded crossbeam-utils v0.8.19
8782024-05-14T03:17:52.663Z Downloaded polyval v0.6.1
8792024-05-14T03:17:52.663Z Downloaded once_cell v1.19.0
8802024-05-14T03:17:52.663Z Downloaded cookie v0.17.0
8812024-05-14T03:17:52.663Z Downloaded poly1305 v0.8.0
8822024-05-14T03:17:52.663Z Downloaded fastrand v2.0.1
8832024-05-14T03:17:52.663Z Downloaded scheduled-thread-pool v0.2.7
8842024-05-14T03:17:52.663Z Downloaded slog v2.7.0
8852024-05-14T03:17:52.663Z Downloaded hyper-tls v0.5.0
8862024-05-14T03:17:52.663Z Downloaded crossbeam-epoch v0.9.18
8872024-05-14T03:17:52.664Z Downloaded num-rational v0.4.1
8882024-05-14T03:17:52.664Z Downloaded pem-rfc7468 v0.7.0
8892024-05-14T03:17:52.664Z Downloaded password-hash v0.4.2
8902024-05-14T03:17:52.664Z Downloaded http-range v0.1.5
8912024-05-14T03:17:52.664Z Downloaded memmap2 v0.7.1
8922024-05-14T03:17:52.664Z Downloaded tokio-macros v2.2.0
8932024-05-14T03:17:52.664Z Downloaded thiserror-no-std v2.0.2
8942024-05-14T03:17:52.664Z Downloaded rand_core v0.6.4
8952024-05-14T03:17:52.664Z Downloaded rand_core v0.5.1
8962024-05-14T03:17:52.664Z Downloaded rand_chacha v0.3.1
8972024-05-14T03:17:52.664Z Downloaded russh-cryptovec v0.7.0
8982024-05-14T03:17:52.664Z Downloaded rand_chacha v0.2.2
8992024-05-14T03:17:52.664Z Downloaded chacha20poly1305 v0.10.1
9002024-05-14T03:17:52.664Z Downloaded swrite v0.1.0
9012024-05-14T03:17:52.664Z Downloaded tabwriter v1.4.0
9022024-05-14T03:17:52.664Z Downloaded der v0.7.8
9032024-05-14T03:17:52.665Z Downloaded siphasher v0.3.11
9042024-05-14T03:17:52.665Z Downloaded tokio-tungstenite v0.20.1
9052024-05-14T03:17:52.665Z Downloaded want v0.3.1
9062024-05-14T03:17:52.665Z Downloaded papergrid v0.11.0
9072024-05-14T03:17:52.665Z Downloaded futures-executor v0.3.30
9082024-05-14T03:17:52.665Z Downloaded futures-core v0.3.30
9092024-05-14T03:17:52.665Z Downloaded unicase v2.7.0
9102024-05-14T03:17:52.665Z Downloaded fxhash v0.2.1
9112024-05-14T03:17:52.665Z Downloaded equivalent v1.0.1
9122024-05-14T03:17:52.665Z Downloaded glob v0.3.1
9132024-05-14T03:17:52.665Z Downloaded filetime v0.2.23
9142024-05-14T03:17:52.665Z Downloaded ff v0.13.0
9152024-05-14T03:17:52.665Z Downloaded hmac v0.12.1
9162024-05-14T03:17:52.665Z Downloaded futures-channel v0.3.30
9172024-05-14T03:17:52.665Z Downloaded parking_lot v0.12.1
9182024-05-14T03:17:52.666Z Downloaded httpdate v1.0.3
9192024-05-14T03:17:52.666Z Downloaded httparse v1.8.0
9202024-05-14T03:17:52.666Z Downloaded pest_meta v2.7.6
9212024-05-14T03:17:52.666Z Downloaded rustls-pemfile v1.0.3
9222024-05-14T03:17:52.666Z Downloaded slog-scope v4.4.0
9232024-05-14T03:17:52.666Z Downloaded postgres-protocol v0.6.6
9242024-05-14T03:17:52.675Z Downloaded subtle v2.5.0
9252024-05-14T03:17:52.675Z Downloaded group v0.13.0
9262024-05-14T03:17:52.675Z Downloaded miniz_oxide v0.7.1
9272024-05-14T03:17:52.675Z Downloaded slog-json v2.6.1
9282024-05-14T03:17:52.675Z Downloaded derive-where v1.2.7
9292024-05-14T03:17:52.676Z Downloaded toolchain_find v0.4.0
9302024-05-14T03:17:52.676Z Downloaded iana-time-zone v0.1.57
9312024-05-14T03:17:52.676Z Downloaded endian-type v0.1.2
9322024-05-14T03:17:52.676Z Downloaded usdt v0.5.0
9332024-05-14T03:17:52.676Z Downloaded smallvec v1.13.1
9342024-05-14T03:17:52.676Z Downloaded signal-hook-registry v1.4.1
9352024-05-14T03:17:52.676Z Downloaded openssl-sys v0.9.102
9362024-05-14T03:17:52.676Z Downloaded digest v0.10.7
9372024-05-14T03:17:52.676Z Downloaded pretty-hex v0.2.1
9382024-05-14T03:17:52.676Z Downloaded pretty-hex v0.4.1
9392024-05-14T03:17:52.677Z Downloaded precomputed-hash v0.1.1
9402024-05-14T03:17:52.677Z Downloaded trust-dns-server v0.22.1
9412024-05-14T03:17:52.677Z Downloaded scroll_derive v0.12.0
9422024-05-14T03:17:52.677Z Downloaded phf_shared v0.10.0
9432024-05-14T03:17:52.677Z Downloaded phf_shared v0.11.2
9442024-05-14T03:17:52.677Z Downloaded http-body v0.4.5
9452024-05-14T03:17:52.677Z Downloaded primeorder v0.13.6
9462024-05-14T03:17:52.677Z Downloaded hash32 v0.2.1
9472024-05-14T03:17:52.677Z Downloaded proc-macro-crate v1.3.1
9482024-05-14T03:17:52.677Z Downloaded postcard v1.0.8
9492024-05-14T03:17:52.677Z Downloaded strum_macros v0.26.1
9502024-05-14T03:17:52.678Z Downloaded serde_spanned v0.6.5
9512024-05-14T03:17:52.678Z Downloaded dirs v5.0.1
9522024-05-14T03:17:52.678Z Downloaded derive_more v0.99.17
9532024-05-14T03:17:52.678Z Downloaded embedded-io v0.4.0
9542024-05-14T03:17:52.678Z Downloaded signal-hook-mio v0.2.3
9552024-05-14T03:17:52.678Z Downloaded serde_tokenstream v0.2.0
9562024-05-14T03:17:52.679Z Downloaded predicates-core v1.0.6
9572024-05-14T03:17:52.679Z Downloaded hyper-rustls v0.24.2
9582024-05-14T03:17:52.679Z Downloaded similar v2.4.0
9592024-05-14T03:17:52.679Z Downloaded ppv-lite86 v0.2.17
9602024-05-14T03:17:52.679Z Downloaded tokio-stream v0.1.15
9612024-05-14T03:17:52.679Z Downloaded topological-sort v0.2.2
9622024-05-14T03:17:52.679Z Downloaded usdt-attr-macro v0.5.0
9632024-05-14T03:17:52.679Z Downloaded tokio-tungstenite v0.21.0
9642024-05-14T03:17:52.680Z Downloaded ucd-trie v0.1.6
9652024-05-14T03:17:52.680Z Downloaded tungstenite v0.20.1
9662024-05-14T03:17:52.680Z Downloaded headers-core v0.2.0
9672024-05-14T03:17:52.680Z Downloaded unicode-width v0.1.11
9682024-05-14T03:17:52.680Z Downloaded futures-task v0.3.30
9692024-05-14T03:17:52.680Z Downloaded hash32 v0.3.1
9702024-05-14T03:17:52.680Z Downloaded erased-serde v0.3.31
9712024-05-14T03:17:52.681Z Downloaded fixedbitset v0.4.2
9722024-05-14T03:17:52.681Z Downloaded home v0.5.5
9732024-05-14T03:17:52.681Z Downloaded hex v0.4.3
9742024-05-14T03:17:52.681Z Downloaded postgres-types v0.2.6
9752024-05-14T03:17:52.681Z Downloaded foreign-types v0.3.2
9762024-05-14T03:17:52.681Z Downloaded thiserror-impl v1.0.59
9772024-05-14T03:17:52.681Z Downloaded proc-macro-error v1.0.4
9782024-05-14T03:17:52.682Z Downloaded secrecy v0.8.0
9792024-05-14T03:17:52.682Z Downloaded psl-types v2.0.11
9802024-05-14T03:17:52.682Z Downloaded untrusted v0.7.1
9812024-05-14T03:17:52.682Z Downloaded semver v0.1.20
9822024-05-14T03:17:52.682Z Downloaded rcgen v0.12.1
9832024-05-14T03:17:52.682Z Downloaded float-cmp v0.9.0
9842024-05-14T03:17:52.682Z Downloaded zone v0.1.8
9852024-05-14T03:17:52.682Z Downloaded universal-hash v0.5.1
9862024-05-14T03:17:52.682Z Downloaded socket2 v0.5.6
9872024-05-14T03:17:52.682Z Downloaded sync_wrapper v0.1.2
9882024-05-14T03:17:52.682Z Downloaded trust-dns-client v0.22.0
9892024-05-14T03:17:52.682Z Downloaded tracing-core v0.1.32
9902024-05-14T03:17:52.683Z Downloaded generic-array v0.14.7
9912024-05-14T03:17:52.683Z Downloaded flagset v0.4.3
9922024-05-14T03:17:52.683Z Downloaded smf v0.2.3
9932024-05-14T03:17:52.683Z Downloaded r2d2 v0.8.10
9942024-05-14T03:17:52.683Z Downloaded getopts v0.2.21
9952024-05-14T03:17:52.683Z Downloaded serde_arrays v0.1.0
9962024-05-14T03:17:52.683Z Downloaded crossterm v0.27.0
9972024-05-14T03:17:52.683Z Downloaded tinyvec_macros v0.1.1
9982024-05-14T03:17:52.683Z Downloaded unicode-bidi v0.3.15
9992024-05-14T03:17:52.683Z Downloaded either v1.11.0
10002024-05-14T03:17:52.683Z Downloaded tungstenite v0.21.0
10012024-05-14T03:17:52.683Z Downloaded fnv v1.0.7
10022024-05-14T03:17:52.683Z Downloaded serde_path_to_error v0.1.16
10032024-05-14T03:17:52.683Z Downloaded getrandom v0.2.12
10042024-05-14T03:17:52.683Z Downloaded ed25519 v2.2.2
10052024-05-14T03:17:52.684Z Downloaded futures-sink v0.3.30
10062024-05-14T03:17:52.684Z Downloaded term v0.7.0
10072024-05-14T03:17:52.684Z Downloaded socket2 v0.4.9
10082024-05-14T03:17:52.684Z Downloaded sec1 v0.7.3
10092024-05-14T03:17:52.684Z Downloaded tinyvec v1.6.0
10102024-05-14T03:17:52.684Z Downloaded pkg-config v0.3.27
10112024-05-14T03:17:52.684Z Downloaded strum_macros v0.25.2
10122024-05-14T03:17:52.684Z Downloaded proc-macro-error-attr v1.0.4
10132024-05-14T03:17:52.684Z Downloaded usdt-impl v0.5.0
10142024-05-14T03:17:52.684Z Downloaded plain v0.2.3
10152024-05-14T03:17:52.684Z Downloaded platforms v3.0.2
10162024-05-14T03:17:52.684Z Downloaded num-bigint v0.4.4
10172024-05-14T03:17:52.684Z Downloaded scopeguard v1.2.0
10182024-05-14T03:17:52.684Z Downloaded dirs-sys-next v0.1.2
10192024-05-14T03:17:52.685Z Downloaded tokio-rustls v0.24.1
10202024-05-14T03:17:52.685Z Downloaded signal-hook v0.3.17
10212024-05-14T03:17:52.685Z Downloaded thiserror v1.0.59
10222024-05-14T03:17:52.685Z Downloaded minimal-lexical v0.2.1
10232024-05-14T03:17:52.685Z Downloaded quick-error v1.2.3
10242024-05-14T03:17:52.690Z Downloaded heck v0.3.3
10252024-05-14T03:17:52.690Z Downloaded utf-8 v0.7.6
10262024-05-14T03:17:52.690Z Downloaded yasna v0.5.2
10272024-05-14T03:17:52.690Z Downloaded tokio-native-tls v0.3.1
10282024-05-14T03:17:52.690Z Downloaded serde_with_macros v3.7.0
10292024-05-14T03:17:52.690Z Downloaded rustc_version v0.4.0
10302024-05-14T03:17:52.690Z Downloaded blake3 v1.5.0
10312024-05-14T03:17:52.690Z Downloaded signature v2.1.0
10322024-05-14T03:17:52.690Z Downloaded sct v0.7.0
10332024-05-14T03:17:52.690Z Downloaded slog-stdlog v4.1.1
10342024-05-14T03:17:52.691Z Downloaded dirs-sys v0.4.1
10352024-05-14T03:17:52.691Z Downloaded resolv-conf v0.7.0
10362024-05-14T03:17:52.691Z Downloaded slab v0.4.9
10372024-05-14T03:17:52.691Z Downloaded ecdsa v0.16.9
10382024-05-14T03:17:52.691Z Downloaded sha1 v0.10.6
10392024-05-14T03:17:52.691Z Downloaded futures-macro v0.3.30
10402024-05-14T03:17:52.691Z Downloaded heck v0.5.0
10412024-05-14T03:17:52.691Z Downloaded tracing-attributes v0.1.27
10422024-05-14T03:17:52.695Z Downloaded rand v0.8.5
10432024-05-14T03:17:52.695Z Downloaded unsafe-libyaml v0.2.10
10442024-05-14T03:17:52.700Z Downloaded pin-utils v0.1.0
10452024-05-14T03:17:52.700Z Downloaded libm v0.2.7
10462024-05-14T03:17:52.708Z Downloaded walkdir v2.5.0
10472024-05-14T03:17:52.713Z Downloaded uuid v1.8.0
10482024-05-14T03:17:52.717Z Downloaded ryu v1.0.15
10492024-05-14T03:17:52.724Z Downloaded time-macros v0.2.17
10502024-05-14T03:17:52.724Z Downloaded toml v0.8.12
10512024-05-14T03:17:52.741Z Downloaded proc-macro2 v1.0.81
10522024-05-14T03:17:52.741Z Downloaded nom v7.1.3
10532024-05-14T03:17:52.761Z Downloaded unicode-segmentation v1.10.1
10542024-05-14T03:17:52.761Z Downloaded p521 v0.13.3
10552024-05-14T03:17:52.762Z Downloaded zerocopy-derive v0.7.32
10562024-05-14T03:17:52.762Z Downloaded tempfile v3.10.1
10572024-05-14T03:17:52.778Z Downloaded zerocopy v0.6.6
10582024-05-14T03:17:52.778Z Downloaded elliptic-curve v0.13.8
10592024-05-14T03:17:52.778Z Downloaded toml_edit v0.19.15
10602024-05-14T03:17:52.778Z Downloaded scroll v0.12.0
10612024-05-14T03:17:52.790Z Downloaded flate2 v1.0.28
10622024-05-14T03:17:52.790Z Downloaded tokio-postgres v0.7.10
10632024-05-14T03:17:52.790Z Downloaded tar v0.4.40
10642024-05-14T03:17:52.806Z Downloaded heapless v0.8.0
10652024-05-14T03:17:52.807Z Downloaded tracing v0.1.40
10662024-05-14T03:17:52.807Z Downloaded chrono v0.4.38
10672024-05-14T03:17:52.814Z Downloaded ed25519-dalek v2.0.0
10682024-05-14T03:17:52.814Z Downloaded unicode-normalization v0.1.22
10692024-05-14T03:17:52.814Z Downloaded publicsuffix v2.2.3
10702024-05-14T03:17:52.820Z Downloaded regex-automata v0.1.10
10712024-05-14T03:17:52.820Z Downloaded serde v1.0.201
10722024-05-14T03:17:52.825Z Downloaded russh v0.43.0
10732024-05-14T03:17:52.830Z Downloaded rand v0.7.3
10742024-05-14T03:17:52.836Z Downloaded hashbrown v0.12.3
10752024-05-14T03:17:52.842Z Downloaded toml_edit v0.22.12
10762024-05-14T03:17:52.870Z Downloaded heapless v0.7.16
10772024-05-14T03:17:53.316Z Downloaded tokio-util v0.7.10
10782024-05-14T03:17:53.316Z Downloaded winnow v0.5.15
10792024-05-14T03:17:53.316Z Downloaded hkdf v0.12.4
10802024-05-14T03:17:53.317Z Downloaded hashbrown v0.14.3
10812024-05-14T03:17:53.317Z Downloaded curve25519-dalek v4.1.2
10822024-05-14T03:17:53.317Z Downloaded reqwest v0.11.27
10832024-05-14T03:17:53.317Z Downloaded zip v0.6.6
10842024-05-14T03:17:53.317Z Downloaded serde_with v3.7.0
10852024-05-14T03:17:53.317Z Downloaded goblin v0.8.0
10862024-05-14T03:17:53.317Z Downloaded syn v1.0.109
10872024-05-14T03:17:53.317Z Downloaded h2 v0.3.26
10882024-05-14T03:17:53.318Z Downloaded regex v1.10.4
10892024-05-14T03:17:53.318Z Downloaded tabled v0.15.0
10902024-05-14T03:17:53.318Z Downloaded syn v2.0.60
10912024-05-14T03:17:53.318Z Downloaded futures-util v0.3.30
10922024-05-14T03:17:53.318Z Downloaded object v0.32.1
10932024-05-14T03:17:53.318Z Downloaded rustls-webpki v0.102.1
10942024-05-14T03:17:53.319Z Downloaded rustls v0.22.4
10952024-05-14T03:17:53.319Z Downloaded vcpkg v0.2.15
10962024-05-14T03:17:53.319Z Downloaded webpki-roots v0.25.2
10972024-05-14T03:17:53.319Z Downloaded smoltcp v0.9.1
10982024-05-14T03:17:53.319Z Downloaded sled v0.34.7
10992024-05-14T03:17:53.319Z Downloaded openapiv3 v2.0.0
11002024-05-14T03:17:53.319Z Downloaded bzip2-sys v0.1.11+1.0.8
11012024-05-14T03:17:53.320Z Downloaded rustix v0.38.31
11022024-05-14T03:17:53.320Z Downloaded smoltcp v0.11.0
11032024-05-14T03:17:53.320Z Downloaded regress v0.9.1
11042024-05-14T03:17:53.320Z Downloaded tokio v1.37.0
11052024-05-14T03:17:53.320Z Downloaded zerocopy-derive v0.6.6
11062024-05-14T03:17:53.320Z Downloaded regex-syntax v0.8.2
11072024-05-14T03:17:53.320Z Downloaded regex-automata v0.4.5
11082024-05-14T03:17:53.320Z Downloaded sha3 v0.10.8
11092024-05-14T03:17:53.320Z Downloaded libc v0.2.154
11102024-05-14T03:17:53.340Z Downloaded openssl v0.10.64
11112024-05-14T03:17:53.340Z Downloaded encoding_rs v0.8.33
11122024-05-14T03:17:53.340Z Downloaded bstr v1.9.0
11132024-05-14T03:17:53.777Z Downloaded radix_trie v0.2.1
11142024-05-14T03:17:53.777Z Downloaded winapi v0.3.9
11152024-05-14T03:17:53.777Z Downloaded rustls v0.21.9
11162024-05-14T03:17:53.777Z Downloaded diesel v2.1.6
11172024-05-14T03:17:53.778Z Downloaded gimli v0.28.0
11182024-05-14T03:17:53.778Z Downloaded bstr v0.2.17
11192024-05-14T03:17:53.778Z Downloaded winnow v0.6.1
11202024-05-14T03:17:53.778Z Downloaded hyper v0.14.28
11212024-05-14T03:17:53.778Z Downloaded rustls-webpki v0.101.7
11222024-05-14T03:17:53.779Z Downloaded trust-dns-proto v0.22.0
11232024-05-14T03:17:53.779Z Downloaded rayon v1.10.0
11242024-05-14T03:17:53.779Z Downloaded petgraph v0.6.4
11252024-05-14T03:17:53.779Z Downloaded zerocopy v0.7.32
11262024-05-14T03:17:53.779Z Downloaded schemars v0.8.17
11272024-05-14T03:17:53.780Z Downloaded serde_json v1.0.116
11282024-05-14T03:17:53.780Z Downloaded pest v2.7.6
11292024-05-14T03:17:53.780Z Downloaded flume v0.11.0
11302024-05-14T03:17:53.780Z Downloaded env_logger v0.9.3
11312024-05-14T03:17:53.781Z Downloaded url v2.5.0
11322024-05-14T03:17:53.781Z Downloaded serde_yaml v0.9.25
11332024-05-14T03:17:53.781Z Downloaded errno v0.3.8
11342024-05-14T03:17:53.781Z Downloaded pkcs8 v0.10.2
11352024-05-14T03:17:53.782Z Downloaded getrandom v0.1.16
11362024-05-14T03:17:53.782Z Downloaded unicode-ident v1.0.12
11372024-05-14T03:17:53.783Z Downloaded clap_builder v4.5.2
11382024-05-14T03:17:53.783Z Downloaded http v0.2.12
11392024-05-14T03:17:53.783Z Downloaded itertools v0.12.1
11402024-05-14T03:17:53.784Z Downloaded termcolor v1.2.0
11412024-05-14T03:17:53.784Z Downloaded slog-dtrace v0.3.0
11422024-05-14T03:17:53.784Z Downloaded rustversion v1.0.14
11432024-05-14T03:17:53.784Z Downloaded enum-as-inner v0.5.1
11442024-05-14T03:17:53.785Z Downloaded futures-io v0.3.30
11452024-05-14T03:17:53.785Z Downloaded steno v0.4.0
11462024-05-14T03:17:53.785Z Downloaded ron v0.7.1
11472024-05-14T03:17:53.785Z Downloaded schemars_derive v0.8.17
11482024-05-14T03:17:53.785Z Downloaded tabled_derive v0.7.0
11492024-05-14T03:17:53.785Z Downloaded slog-bunyan v2.5.0
11502024-05-14T03:17:53.785Z Downloaded memchr v2.7.1
11512024-05-14T03:17:53.785Z Downloaded mio v0.8.11
11522024-05-14T03:17:53.786Z Downloaded thiserror-impl-no-std v2.0.2
11532024-05-14T03:17:53.786Z Downloaded time v0.3.34
11542024-05-14T03:17:53.786Z Downloaded time-core v0.1.2
11552024-05-14T03:17:53.786Z Downloaded hex-literal v0.4.1
11562024-05-14T03:17:53.786Z Downloaded phf v0.11.2
11572024-05-14T03:17:53.786Z Downloaded strsim v0.10.0
11582024-05-14T03:17:53.787Z Downloaded rustc-demangle v0.1.23
11592024-05-14T03:17:53.787Z Downloaded russh-keys v0.43.0
11602024-05-14T03:17:53.787Z Downloaded rayon-core v1.12.1
11612024-05-14T03:17:53.787Z Downloaded serde_derive_internals v0.29.0
11622024-05-14T03:17:53.787Z Downloaded serde_derive v1.0.201
11632024-05-14T03:17:53.787Z Downloaded rustc_version v0.1.7
11642024-05-14T03:17:53.788Z Downloaded rfc6979 v0.4.0
11652024-05-14T03:17:53.788Z Downloaded predicates v3.1.0
11662024-05-14T03:17:53.788Z Downloaded powerfmt v0.2.0
11672024-05-14T03:17:53.788Z Downloaded http v1.0.0
11682024-05-14T03:17:53.788Z Downloaded p256 v0.13.2
11692024-05-14T03:17:53.788Z Downloaded zeroize_derive v1.4.2
11702024-05-14T03:17:53.788Z Downloaded serde_repr v0.1.16
11712024-05-14T03:17:53.789Z Downloaded expectorate v1.1.0
11722024-05-14T03:17:53.789Z Downloaded dirs-next v2.0.0
11732024-05-14T03:17:53.789Z Downloaded spin v0.9.8
11742024-05-14T03:17:53.789Z Downloaded typenum v1.16.0
11752024-05-14T03:17:53.789Z Downloaded itertools v0.10.5
11762024-05-14T03:17:53.789Z Downloaded stringprep v0.1.3
11772024-05-14T03:17:53.790Z Downloaded spki v0.7.2
11782024-05-14T03:17:53.790Z Downloaded subprocess v0.2.9
11792024-05-14T03:17:53.790Z Downloaded headers v0.3.9
11802024-05-14T03:17:53.790Z Downloaded trust-dns-resolver v0.22.0
11812024-05-14T03:17:53.791Z Downloaded whoami v1.5.1
11822024-05-14T03:17:53.791Z Downloaded utf8parse v0.2.1
11832024-05-14T03:17:53.791Z Downloaded tokio-rustls v0.25.0
11842024-05-14T03:17:53.791Z Downloaded diesel_derives v2.1.2
11852024-05-14T03:17:53.792Z Downloaded dhcproto v0.11.0
11862024-05-14T03:17:53.792Z Downloaded crossbeam-channel v0.5.8
11872024-05-14T03:17:53.792Z Downloaded ghash v0.5.0
11882024-05-14T03:17:53.792Z Downloaded gethostname v0.4.3
11892024-05-14T03:17:53.792Z Downloaded half v2.3.1
11902024-05-14T03:17:53.792Z Downloaded toml v0.7.8
11912024-05-14T03:17:53.792Z Downloaded toml v0.5.11
11922024-05-14T03:17:53.793Z Downloaded difflib v0.4.0
11932024-05-14T03:17:53.793Z Downloaded deranged v0.3.11
11942024-05-14T03:17:53.793Z Downloaded xattr v1.0.1
11952024-05-14T03:17:53.794Z Downloaded slog-term v2.9.1
11962024-05-14T03:17:53.794Z Downloaded sha2 v0.10.8
11972024-05-14T03:17:53.794Z Downloaded parking_lot_core v0.8.6
11982024-05-14T03:17:53.794Z Downloaded zeroize v1.7.0
11992024-05-14T03:17:53.795Z Downloaded hyper-staticfile v0.9.5
12002024-05-14T03:17:53.795Z Downloaded humantime v2.1.0
12012024-05-14T03:17:53.795Z Downloaded hubpack v0.1.2
12022024-05-14T03:17:53.795Z Downloaded slog-envlogger v2.2.0
12032024-05-14T03:17:53.795Z Downloaded rustls-pki-types v1.3.0
12042024-05-14T03:17:53.796Z Downloaded rustfmt-wrapper v0.2.1
12052024-05-14T03:17:53.796Z Downloaded hostname v0.4.0
12062024-05-14T03:17:53.796Z Downloaded hostname v0.3.1
12072024-05-14T03:17:53.796Z Downloaded pest_derive v2.7.6
12082024-05-14T03:17:53.797Z Downloaded parking_lot v0.11.2
12092024-05-14T03:17:53.797Z Downloaded num-traits v0.2.18
12102024-05-14T03:17:53.797Z Downloaded darling_core v0.20.8
12112024-05-14T03:17:53.797Z Downloaded foreign-types v0.5.0
12122024-05-14T03:17:53.798Z Downloaded diesel_table_macro_syntax v0.1.0
12132024-05-14T03:17:53.814Z Downloaded semver v1.0.22
12142024-05-14T03:17:53.814Z Downloaded ring v0.17.8
12152024-05-14T03:17:53.814Z Downloaded futures v0.3.30
12162024-05-14T03:17:53.814Z Downloaded omicron-zone-package v0.11.0
12172024-05-14T03:17:53.814Z Downloaded log v0.4.21
12182024-05-14T03:17:53.814Z Downloaded password-hash v0.5.0
12192024-05-14T03:17:53.814Z Downloaded cc v1.0.83
12202024-05-14T03:17:53.814Z Downloaded serde_urlencoded v0.7.1
12212024-05-14T03:17:53.814Z Downloaded rustls-pemfile v2.1.2
12222024-05-14T03:17:53.815Z Downloaded quote v1.0.36
12232024-05-14T03:17:53.837Z Downloaded string_cache v0.8.7
12242024-05-14T03:17:53.837Z Downloaded stable_deref_trait v1.2.0
12252024-05-14T03:17:53.837Z Downloaded pin-project-lite v0.2.13
12262024-05-14T03:17:53.837Z Downloaded crypto-bigint v0.5.2
12272024-05-14T03:17:53.837Z Downloaded parking_lot_core v0.9.8
12282024-05-14T03:17:53.837Z Downloaded mime_guess v2.0.4
12292024-05-14T03:17:53.872Z Downloaded ring v0.16.20
12302024-05-14T03:17:53.915Z Downloaded same-file v1.0.6
12312024-05-14T03:17:53.935Z Downloaded native-tls v0.2.11
12322024-05-14T03:17:53.935Z Downloaded const-oid v0.9.6
12332024-05-14T03:17:53.935Z Downloaded cancel-safe-futures v0.1.5
12342024-05-14T03:17:53.936Z Downloaded pest_generator v2.7.6
12352024-05-14T03:17:53.936Z Downloaded owo-colors v4.0.0
12362024-05-14T03:17:53.936Z Downloaded num-complex v0.4.5
12372024-05-14T03:17:53.936Z Downloaded memmap v0.7.0
12382024-05-14T03:17:53.936Z Downloaded pbkdf2 v0.11.0
12392024-05-14T03:17:53.936Z Downloaded num_enum v0.5.11
12402024-05-14T03:17:53.937Z Downloaded mime v0.3.17
12412024-05-14T03:17:54.370Z Downloaded defmt-macros v0.3.6
12422024-05-14T03:17:54.370Z Downloaded bytecount v0.6.3
12432024-05-14T03:17:54.370Z Downloaded newtype-uuid v1.1.0
12442024-05-14T03:17:54.370Z Downloaded console v0.15.8
12452024-05-14T03:17:54.370Z Downloaded parse-display-derive v0.9.0
12462024-05-14T03:17:54.370Z Downloaded multer v3.1.0
12472024-05-14T03:17:54.371Z Downloaded structmeta v0.3.0
12482024-05-14T03:17:54.371Z Downloaded strsim v0.11.0
12492024-05-14T03:17:54.371Z Downloaded clap v4.5.4
12502024-05-14T03:17:54.371Z Downloaded terminal_size v0.3.0
12512024-05-14T03:17:54.371Z Downloaded slog-async v2.8.0
12522024-05-14T03:17:54.371Z Downloaded paste v1.0.14
12532024-05-14T03:17:54.372Z Downloaded cookie_store v0.20.0
12542024-05-14T03:17:54.372Z Downloaded camino-tempfile v1.1.1
12552024-05-14T03:17:54.372Z Downloaded camino v1.1.6
12562024-05-14T03:17:54.372Z Downloaded zone_cfg_derive v0.1.2
12572024-05-14T03:17:54.372Z Downloaded try-lock v0.2.4
12582024-05-14T03:17:54.372Z Downloaded num-iter v0.1.44
12592024-05-14T03:17:54.372Z Downloaded num v0.4.2
12602024-05-14T03:17:54.373Z Downloaded md-5 v0.10.5
12612024-05-14T03:17:54.373Z Downloaded matches v0.1.10
12622024-05-14T03:17:54.373Z Downloaded ctr v0.9.2
12632024-05-14T03:17:54.373Z Downloaded clap_derive v4.5.4
12642024-05-14T03:17:54.373Z Downloaded cfg-if v1.0.0
12652024-05-14T03:17:54.373Z Downloaded bzip2 v0.4.4
12662024-05-14T03:17:54.373Z Downloaded block-padding v0.3.3
12672024-05-14T03:17:54.374Z Downloaded blake2 v0.10.6
12682024-05-14T03:17:54.374Z Downloaded chacha20 v0.9.1
12692024-05-14T03:17:54.374Z Downloaded cbc v0.1.2
12702024-05-14T03:17:54.374Z Downloaded cpufeatures v0.2.12
12712024-05-14T03:17:54.374Z Downloaded byteorder v1.5.0
12722024-05-14T03:17:54.374Z Downloaded openssl-probe v0.1.5
12732024-05-14T03:17:54.374Z Downloaded opaque-debug v0.3.0
12742024-05-14T03:17:54.374Z Downloaded num-conv v0.1.0
12752024-05-14T03:17:54.375Z Downloaded normalize-line-endings v0.3.0
12762024-05-14T03:17:54.375Z Downloaded new_debug_unreachable v1.0.4
12772024-05-14T03:17:54.375Z Downloaded backtrace v0.3.69
12782024-05-14T03:17:54.375Z Downloaded crypto-common v0.1.6
12792024-05-14T03:17:54.375Z Downloaded blowfish v0.9.1
12802024-05-14T03:17:54.375Z Downloaded keccak v0.1.4
12812024-05-14T03:17:54.375Z Downloaded crossbeam-deque v0.8.3
12822024-05-14T03:17:54.375Z Downloaded itoa v1.0.9
12832024-05-14T03:17:54.376Z Downloaded ipnetwork v0.20.0
12842024-05-14T03:17:54.376Z Downloaded ipnet v2.9.0
12852024-05-14T03:17:54.376Z Downloaded constant_time_eq v0.3.0
12862024-05-14T03:17:54.376Z Downloaded colored v2.1.0
12872024-05-14T03:17:54.376Z Downloaded clap_lex v0.7.0
12882024-05-14T03:17:54.376Z Downloaded block-buffer v0.10.4
12892024-05-14T03:17:54.376Z Downloaded base64ct v1.6.0
12902024-05-14T03:17:54.376Z Downloaded atomic-waker v1.1.1
12912024-05-14T03:17:54.376Z Downloaded anstyle-query v1.0.0
12922024-05-14T03:17:54.376Z Downloaded ciborium-io v0.2.2
12932024-05-14T03:17:54.377Z Downloaded bitstruct v0.1.1
12942024-05-14T03:17:54.377Z Downloaded async-stream-impl v0.3.5
12952024-05-14T03:17:54.377Z Downloaded arrayvec v0.7.4
12962024-05-14T03:17:54.377Z Downloaded arrayref v0.3.7
12972024-05-14T03:17:54.377Z Downloaded atty v0.2.14
12982024-05-14T03:17:54.377Z Downloaded atomicwrites v0.4.3
12992024-05-14T03:17:54.377Z Downloaded async-stream v0.3.5
13002024-05-14T03:17:54.447Z Compiling proc-macro2 v1.0.81
13012024-05-14T03:17:54.447Z Compiling unicode-ident v1.0.12
13022024-05-14T03:17:54.457Z Compiling libc v0.2.154
13032024-05-14T03:17:54.457Z Compiling serde v1.0.201
13042024-05-14T03:17:54.457Z Compiling version_check v0.9.4
13052024-05-14T03:17:54.457Z Compiling cfg-if v1.0.0
13062024-05-14T03:17:54.507Z Compiling autocfg v1.1.0
13072024-05-14T03:17:54.648Z Compiling typenum v1.16.0
13082024-05-14T03:17:54.665Z Compiling parking_lot_core v0.9.8
13092024-05-14T03:17:54.730Z Compiling once_cell v1.19.0
13102024-05-14T03:17:55.138Z Compiling libm v0.2.7
13112024-05-14T03:17:55.353Z Compiling generic-array v0.14.7
13122024-05-14T03:17:55.371Z Compiling lock_api v0.4.10
13132024-05-14T03:17:56.187Z Compiling ahash v0.8.8
13142024-05-14T03:17:56.200Z Compiling thiserror v1.0.59
13152024-05-14T03:17:56.203Z Compiling num-traits v0.2.18
13162024-05-14T03:17:56.319Z Compiling byteorder v1.5.0
13172024-05-14T03:17:56.394Z Compiling serde_json v1.0.116
13182024-05-14T03:17:56.498Z Compiling memchr v2.7.1
13192024-05-14T03:17:56.721Z Compiling log v0.4.21
13202024-05-14T03:17:56.742Z Compiling itoa v1.0.9
13212024-05-14T03:17:56.903Z Compiling scopeguard v1.2.0
13222024-05-14T03:17:57.149Z Compiling quote v1.0.36
13232024-05-14T03:17:57.422Z Compiling slab v0.4.9
13242024-05-14T03:17:57.556Z Compiling syn v2.0.60
13252024-05-14T03:17:57.731Z Compiling getrandom v0.2.12
13262024-05-14T03:17:57.804Z Compiling cc v1.0.83
13272024-05-14T03:17:58.055Z Compiling rand_core v0.6.4
13282024-05-14T03:17:58.280Z Compiling smallvec v1.13.1
13292024-05-14T03:17:58.368Z Compiling allocator-api2 v0.2.16
13302024-05-14T03:17:58.423Z Compiling subtle v2.5.0
13312024-05-14T03:17:58.539Z Compiling pin-project-lite v0.2.13
13322024-05-14T03:17:58.654Z Compiling syn v1.0.109
13332024-05-14T03:17:58.693Z Compiling ryu v1.0.15
13342024-05-14T03:17:58.751Z Compiling pkg-config v0.3.27
13352024-05-14T03:17:59.042Z Compiling parking_lot v0.12.1
13362024-05-14T03:17:59.266Z Compiling schemars v0.8.17
13372024-05-14T03:17:59.333Z Compiling signal-hook-registry v1.4.1
13382024-05-14T03:17:59.616Z Compiling mio v0.8.11
13392024-05-14T03:17:59.920Z Compiling equivalent v1.0.1
13402024-05-14T03:18:00.124Z Compiling socket2 v0.5.6
13412024-05-14T03:18:00.146Z Compiling num_cpus v1.16.0
13422024-05-14T03:18:00.670Z Compiling time-core v0.1.2
13432024-05-14T03:18:00.689Z Compiling num-conv v0.1.0
13442024-05-14T03:18:00.748Z Compiling time-macros v0.2.17
13452024-05-14T03:18:00.772Z Compiling ring v0.17.8
13462024-05-14T03:18:00.921Z Compiling futures-core v0.3.30
13472024-05-14T03:18:01.140Z Compiling vcpkg v0.2.15
13482024-05-14T03:18:01.168Z Compiling httparse v1.8.0
13492024-05-14T03:18:01.473Z Compiling const-oid v0.9.6
13502024-05-14T03:18:03.323Z Compiling fnv v1.0.7
13512024-05-14T03:18:03.340Z Compiling openssl-sys v0.9.102
13522024-05-14T03:18:03.382Z Compiling futures-sink v0.3.30
13532024-05-14T03:18:03.440Z Compiling ring v0.16.20
13542024-05-14T03:18:03.866Z Compiling futures-channel v0.3.30
13552024-05-14T03:18:03.972Z Compiling pin-utils v0.1.0
13562024-05-14T03:18:04.076Z Compiling futures-task v0.3.30
13572024-05-14T03:18:04.257Z Compiling spin v0.5.2
13582024-05-14T03:18:04.336Z Compiling futures-io v0.3.30
13592024-05-14T03:18:04.360Z Compiling slog v2.7.0
13602024-05-14T03:18:04.360Z Compiling openssl v0.10.64
13612024-05-14T03:18:04.485Z Compiling semver v1.0.22
13622024-05-14T03:18:04.596Z Compiling rustix v0.38.31
13632024-05-14T03:18:04.664Z Compiling iana-time-zone v0.1.57
13642024-05-14T03:18:04.801Z Compiling serde_derive_internals v0.29.0
13652024-05-14T03:18:04.939Z Compiling heck v0.4.1
13662024-05-14T03:18:05.059Z Compiling rustls v0.21.9
13672024-05-14T03:18:05.471Z Compiling native-tls v0.2.11
13682024-05-14T03:18:05.471Z Compiling tinyvec_macros v0.1.1
13692024-05-14T03:18:05.471Z Compiling cpufeatures v0.2.12
13702024-05-14T03:18:05.471Z Compiling backtrace v0.3.69
13712024-05-14T03:18:05.499Z Compiling cookie v0.17.0
13722024-05-14T03:18:05.514Z Compiling tinyvec v1.6.0
13732024-05-14T03:18:06.139Z Compiling aho-corasick v1.1.2
13742024-05-14T03:18:06.365Z Compiling heck v0.5.0
13752024-05-14T03:18:06.459Z Compiling regex-syntax v0.8.2
13762024-05-14T03:18:06.730Z Compiling unicode-bidi v0.3.15
13772024-05-14T03:18:06.862Z Compiling dyn-clone v1.0.17
13782024-05-14T03:18:07.003Z Compiling unicode-normalization v0.1.22
13792024-05-14T03:18:07.663Z Compiling ppv-lite86 v0.2.17
13802024-05-14T03:18:08.010Z Compiling anyhow v1.0.83
13812024-05-14T03:18:08.062Z Compiling crossbeam-utils v0.8.19
13822024-05-14T03:18:08.197Z Compiling tracing-core v0.1.32
13832024-05-14T03:18:09.013Z Compiling ucd-trie v0.1.6
13842024-05-14T03:18:09.759Z Compiling percent-encoding v2.3.1
13852024-05-14T03:18:09.820Z Compiling regex-automata v0.4.5
13862024-05-14T03:18:10.131Z Compiling rand_chacha v0.3.1
13872024-05-14T03:18:12.391Z Compiling rand v0.8.5
13882024-05-14T03:18:12.403Z Compiling serde_derive v1.0.201
13892024-05-14T03:18:12.403Z Compiling zeroize_derive v1.4.2
13902024-05-14T03:18:12.822Z Compiling zerocopy-derive v0.7.32
13912024-05-14T03:18:12.949Z Compiling thiserror-impl v1.0.59
13922024-05-14T03:18:13.699Z Compiling tokio-macros v2.2.0
13932024-05-14T03:18:13.763Z Compiling futures-macro v0.3.30
13942024-05-14T03:18:13.819Z Compiling zeroize v1.7.0
13952024-05-14T03:18:14.311Z Compiling tracing-attributes v0.1.27
13962024-05-14T03:18:14.903Z Compiling zerocopy v0.7.32
13972024-05-14T03:18:15.102Z Compiling schemars_derive v0.8.17
13982024-05-14T03:18:15.724Z Compiling crypto-common v0.1.6
13992024-05-14T03:18:16.066Z Compiling block-buffer v0.10.4
14002024-05-14T03:18:16.424Z Compiling digest v0.10.7
14012024-05-14T03:18:16.666Z Compiling futures-util v0.3.30
14022024-05-14T03:18:16.745Z Compiling openssl-macros v0.1.1
14032024-05-14T03:18:17.096Z Compiling hashbrown v0.14.3
14042024-05-14T03:18:17.699Z Compiling async-trait v0.1.80
14052024-05-14T03:18:18.560Z Compiling scroll_derive v0.12.0
14062024-05-14T03:18:18.624Z Compiling tracing v0.1.40
14072024-05-14T03:18:18.624Z Compiling pest v2.7.6
14082024-05-14T03:18:18.938Z Compiling regex v1.10.4
14092024-05-14T03:18:22.344Z Compiling der_derive v0.7.2
14102024-05-14T03:18:22.433Z Compiling spin v0.9.8
14112024-05-14T03:18:22.433Z Compiling rustversion v1.0.14
14122024-05-14T03:18:22.433Z Compiling powerfmt v0.2.0
14132024-05-14T03:18:22.434Z Compiling pest_meta v2.7.6
14142024-05-14T03:18:22.434Z Compiling deranged v0.3.11
14152024-05-14T03:18:22.435Z Compiling pest_generator v2.7.6
14162024-05-14T03:18:22.436Z Compiling form_urlencoded v1.2.1
14172024-05-14T03:18:22.769Z Compiling usdt-impl v0.5.0
14182024-05-14T03:18:22.955Z Compiling unicode-width v0.1.11
14192024-05-14T03:18:23.120Z Compiling winnow v0.5.15
14202024-05-14T03:18:23.409Z Compiling num_threads v0.1.6
14212024-05-14T03:18:23.599Z Compiling time v0.3.34
14222024-05-14T03:18:24.311Z Compiling scroll v0.12.0
14232024-05-14T03:18:25.897Z Compiling pest_derive v2.7.6
14242024-05-14T03:18:26.622Z Compiling bytes v1.6.0
14252024-05-14T03:18:27.340Z Compiling indexmap v2.2.6
14262024-05-14T03:18:27.703Z Compiling tokio v1.37.0
14272024-05-14T03:18:28.007Z Compiling serde_tokenstream v0.2.0
14282024-05-14T03:18:28.271Z Compiling chrono v0.4.38
14292024-05-14T03:18:28.447Z Compiling uuid v1.8.0
14302024-05-14T03:18:29.511Z Compiling bitflags v2.4.2
14312024-05-14T03:18:29.613Z Compiling http v0.2.12
14322024-05-14T03:18:29.952Z Compiling toml_datetime v0.6.5
14332024-05-14T03:18:30.725Z Compiling serde_spanned v0.6.5
14342024-05-14T03:18:30.882Z Compiling rustc_version v0.4.0
14352024-05-14T03:18:31.873Z Compiling toml_edit v0.19.15
14362024-05-14T03:18:32.167Z Compiling plain v0.2.3
14372024-05-14T03:18:32.315Z Compiling goblin v0.8.0
14382024-05-14T03:18:32.378Z Compiling openapiv3 v2.0.0
14392024-05-14T03:18:35.015Z Compiling idna v0.5.0
14402024-05-14T03:18:36.201Z Compiling crc32fast v1.3.2
14412024-05-14T03:18:36.710Z Compiling pretty-hex v0.4.1
14422024-05-14T03:18:36.886Z Compiling url v2.5.0
14432024-05-14T03:18:36.915Z Compiling dtrace-parser v0.2.0
14442024-05-14T03:18:38.449Z Compiling dof v0.3.0
14452024-05-14T03:18:39.055Z Compiling lazy_static v1.4.0
14462024-05-14T03:18:39.056Z Compiling thread-id v4.2.0
14472024-05-14T03:18:39.672Z Compiling tokio-util v0.7.10
14482024-05-14T03:18:41.172Z Compiling untrusted v0.9.0
14492024-05-14T03:18:41.521Z Compiling untrusted v0.7.1
14502024-05-14T03:18:41.547Z Compiling foreign-types-shared v0.1.1
14512024-05-14T03:18:42.463Z Compiling foreign-types v0.3.2
14522024-05-14T03:18:44.395Z Compiling errno v0.3.8
14532024-05-14T03:18:44.598Z Compiling try-lock v0.2.4
14542024-05-14T03:18:44.646Z Compiling base64 v0.21.7
14552024-05-14T03:18:44.887Z Compiling adler v1.0.2
14562024-05-14T03:18:45.411Z Compiling miniz_oxide v0.7.1
14572024-05-14T03:18:46.331Z Compiling want v0.3.1
14582024-05-14T03:18:46.485Z Compiling sct v0.7.0
14592024-05-14T03:18:46.794Z Compiling rustls-webpki v0.101.7
14602024-05-14T03:18:46.956Z Compiling usdt-macro v0.5.0
14612024-05-14T03:18:47.419Z Compiling usdt-attr-macro v0.5.0
14622024-05-14T03:18:48.401Z Compiling h2 v0.3.26
14632024-05-14T03:18:49.114Z Compiling http-body v0.4.5
14642024-05-14T03:18:49.640Z Compiling num-bigint v0.4.4
14652024-05-14T03:18:50.389Z Compiling httpdate v1.0.3
14662024-05-14T03:18:50.501Z Compiling openssl-probe v0.1.5
14672024-05-14T03:18:50.841Z Compiling tower-service v0.3.2
14682024-05-14T03:18:52.105Z Compiling heapless v0.7.16
14692024-05-14T03:18:52.324Z Compiling idna v0.3.0
14702024-05-14T03:18:52.897Z Compiling bzip2-sys v0.1.11+1.0.8
14712024-05-14T03:18:53.227Z Compiling psl-types v2.0.11
14722024-05-14T03:18:53.609Z Compiling base64ct v1.6.0
14732024-05-14T03:18:53.913Z Compiling signal-hook v0.3.17
14742024-05-14T03:18:54.231Z Compiling publicsuffix v2.2.3
14752024-05-14T03:18:54.493Z Compiling tokio-native-tls v0.3.1
14762024-05-14T03:18:55.418Z Compiling hyper v0.14.28
14772024-05-14T03:18:55.726Z Compiling tokio-rustls v0.24.1
14782024-05-14T03:18:55.855Z Compiling crossbeam-epoch v0.9.18
14792024-05-14T03:18:56.914Z Compiling ipnet v2.9.0
14802024-05-14T03:18:57.008Z Compiling gimli v0.28.0
14812024-05-14T03:18:57.112Z Compiling cookie_store v0.20.0
14822024-05-14T03:18:58.675Z Compiling rustls-pemfile v1.0.3
14832024-05-14T03:18:58.827Z Compiling serde_urlencoded v0.7.1
14842024-05-14T03:18:59.336Z Compiling enum-as-inner v0.5.1
14852024-05-14T03:18:59.561Z Compiling object v0.32.1
14862024-05-14T03:19:00.469Z Compiling encoding_rs v0.8.33
14872024-05-14T03:19:00.758Z Compiling addr2line v0.21.0
14882024-05-14T03:19:01.373Z Compiling mime v0.3.17
14892024-05-14T03:19:01.396Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14902024-05-14T03:19:01.512Z Compiling data-encoding v2.4.0
14912024-05-14T03:19:02.037Z Compiling webpki-roots v0.25.2
14922024-05-14T03:19:02.175Z Compiling hyper-rustls v0.24.2
14932024-05-14T03:19:02.238Z Compiling hyper-tls v0.5.0
14942024-05-14T03:19:03.110Z Compiling either v1.11.0
14952024-05-14T03:19:03.531Z Compiling sync_wrapper v0.1.2
14962024-05-14T03:19:03.843Z Compiling rustc-demangle v0.1.23
14972024-05-14T03:19:04.102Z Compiling smoltcp v0.9.1
14982024-05-14T03:19:04.656Z Compiling pem-rfc7468 v0.7.0
14992024-05-14T03:19:04.879Z Compiling reqwest v0.11.27
15002024-05-14T03:19:05.931Z Compiling hmac v0.12.1
15012024-05-14T03:19:06.191Z Compiling futures-executor v0.3.30
15022024-05-14T03:19:06.792Z Compiling regress v0.9.1
15032024-05-14T03:19:08.572Z Compiling flagset v0.4.3
15042024-05-14T03:19:08.770Z Compiling unicode-segmentation v1.10.1
15052024-05-14T03:19:08.774Z Compiling winnow v0.6.1
15062024-05-14T03:19:09.175Z Compiling siphasher v0.3.11
15072024-05-14T03:19:09.589Z Compiling der v0.7.8
15082024-05-14T03:19:10.556Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
15092024-05-14T03:19:12.220Z Compiling toml_edit v0.22.12
15102024-05-14T03:19:12.544Z Compiling flate2 v1.0.28
15112024-05-14T03:19:14.876Z Compiling hubpack_derive v0.1.1
15122024-05-14T03:19:14.900Z Compiling zerocopy-derive v0.6.6
15132024-05-14T03:19:14.921Z Compiling clap_derive v4.5.4
15142024-05-14T03:19:16.429Z Compiling anstyle v1.0.7
15152024-05-14T03:19:16.986Z Compiling bitflags v1.3.2
15162024-05-14T03:19:17.009Z Compiling utf8parse v0.2.1
15172024-05-14T03:19:17.161Z Compiling anstyle-parse v0.2.1
15182024-05-14T03:19:17.181Z Compiling sha2 v0.10.8
15192024-05-14T03:19:18.878Z Compiling futures v0.3.30
15202024-05-14T03:19:19.677Z Compiling spki v0.7.2
15212024-05-14T03:19:20.445Z Compiling md-5 v0.10.5
15222024-05-14T03:19:20.556Z Compiling toml v0.7.8
15232024-05-14T03:19:20.592Z Compiling hex v0.4.3
15242024-05-14T03:19:20.717Z Compiling block-padding v0.3.3
15252024-05-14T03:19:20.843Z Compiling stringprep v0.1.3
15262024-05-14T03:19:20.978Z Compiling num-integer v0.1.46
15272024-05-14T03:19:20.994Z Compiling diesel_table_macro_syntax v0.1.0
15282024-05-14T03:19:21.156Z Compiling hash32 v0.2.1
15292024-05-14T03:19:21.718Z Compiling anstyle-query v1.0.0
15302024-05-14T03:19:21.760Z Compiling stable_deref_trait v1.2.0
15312024-05-14T03:19:21.852Z Compiling fallible-iterator v0.2.0
15322024-05-14T03:19:21.855Z Compiling colorchoice v1.0.0
15332024-05-14T03:19:22.020Z Compiling anstream v0.6.11
15342024-05-14T03:19:22.507Z Compiling postgres-protocol v0.6.6
15352024-05-14T03:19:22.951Z Compiling diesel_derives v2.1.2
15362024-05-14T03:19:23.413Z Compiling inout v0.1.3
15372024-05-14T03:19:23.861Z Compiling pkcs8 v0.10.2
15382024-05-14T03:19:24.415Z Compiling phf_shared v0.11.2
15392024-05-14T03:19:24.842Z Compiling terminal_size v0.3.0
15402024-05-14T03:19:24.914Z Compiling ff v0.13.0
15412024-05-14T03:19:25.145Z Compiling strum_macros v0.25.2
15422024-05-14T03:19:25.447Z Compiling serde_repr v0.1.16
15432024-05-14T03:19:25.573Z Compiling scheduled-thread-pool v0.2.7
15442024-05-14T03:19:25.837Z Compiling managed v0.8.0
15452024-05-14T03:19:26.266Z Compiling strsim v0.11.0
15462024-05-14T03:19:26.269Z Compiling regex-automata v0.1.10
15472024-05-14T03:19:26.524Z Compiling base16ct v0.2.0
15482024-05-14T03:19:26.679Z Compiling clap_lex v0.7.0
15492024-05-14T03:19:26.800Z Compiling bit-vec v0.6.3
15502024-05-14T03:19:26.841Z Compiling matches v0.1.10
15512024-05-14T03:19:26.930Z Compiling clap_builder v4.5.2
15522024-05-14T03:19:27.157Z Compiling idna v0.2.3
15532024-05-14T03:19:27.285Z Compiling sec1 v0.7.3
15542024-05-14T03:19:27.838Z Compiling bstr v0.2.17
15552024-05-14T03:19:28.800Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
15562024-05-14T03:19:29.195Z Compiling r2d2 v0.8.10
15572024-05-14T03:19:29.566Z Compiling group v0.13.0
15582024-05-14T03:19:30.015Z Compiling phf v0.11.2
15592024-05-14T03:19:30.300Z Compiling signal-hook-mio v0.2.3
15602024-05-14T03:19:30.545Z Compiling bzip2 v0.4.4
15612024-05-14T03:19:30.870Z Compiling cipher v0.4.4
15622024-05-14T03:19:30.958Z Compiling postgres-types v0.2.6
15632024-05-14T03:19:31.770Z Compiling zerocopy v0.6.6
15642024-05-14T03:19:32.425Z Compiling hubpack v0.1.2
15652024-05-14T03:19:32.440Z Compiling phf_shared v0.10.0
15662024-05-14T03:19:32.604Z Compiling hkdf v0.12.4
15672024-05-14T03:19:32.871Z Compiling crypto-bigint v0.5.2
15682024-05-14T03:19:32.874Z Compiling ipnetwork v0.20.0
15692024-05-14T03:19:34.399Z Compiling float-cmp v0.9.0
15702024-05-14T03:19:34.410Z Compiling memmap v0.7.0
15712024-05-14T03:19:34.780Z Compiling normalize-line-endings v0.3.0
15722024-05-14T03:19:34.926Z Compiling minimal-lexical v0.2.1
15732024-05-14T03:19:35.442Z Compiling static_assertions v1.1.0
15742024-05-14T03:19:36.787Z Compiling difflib v0.4.0
15752024-05-14T03:19:36.798Z Compiling precomputed-hash v0.1.1
15762024-05-14T03:19:36.798Z Compiling new_debug_unreachable v1.0.4
15772024-05-14T03:19:36.838Z Compiling whoami v1.5.1
15782024-05-14T03:19:37.571Z Compiling fixedbitset v0.4.2
15792024-05-14T03:19:37.617Z Compiling predicates-core v1.0.6
15802024-05-14T03:19:37.864Z Compiling predicates v3.1.0
15812024-05-14T03:19:38.014Z Compiling petgraph v0.6.4
15822024-05-14T03:19:38.025Z Compiling tokio-postgres v0.7.10
15832024-05-14T03:19:38.097Z Compiling string_cache v0.8.7
15842024-05-14T03:19:38.579Z Compiling trust-dns-proto v0.22.0
15852024-05-14T03:19:38.711Z Compiling diesel v2.1.6
15862024-05-14T03:19:40.100Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
15872024-05-14T03:19:40.111Z Compiling nom v7.1.3
15882024-05-14T03:19:40.517Z Compiling elliptic-curve v0.13.8
15892024-05-14T03:19:41.338Z Compiling usdt v0.5.0
15902024-05-14T03:19:41.829Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
15912024-05-14T03:19:41.908Z Compiling yasna v0.5.2
15922024-05-14T03:19:41.971Z Compiling zip v0.6.6
15932024-05-14T03:19:43.342Z Compiling clap v4.5.4
15942024-05-14T03:19:43.457Z Compiling crossterm v0.27.0
15952024-05-14T03:19:43.766Z Compiling similar v2.4.0
15962024-05-14T03:19:44.272Z Compiling bit-set v0.5.3
15972024-05-14T03:19:44.580Z Compiling num-iter v0.1.44
15982024-05-14T03:19:44.767Z Compiling console v0.15.8
15992024-05-14T03:19:45.263Z Compiling itertools v0.10.5
16002024-05-14T03:19:45.434Z Compiling tokio-stream v0.1.15
16012024-05-14T03:19:46.418Z Compiling getopts v0.2.21
16022024-05-14T03:19:46.665Z Compiling bstr v1.9.0
16032024-05-14T03:19:47.114Z Compiling unsafe-libyaml v0.2.10
16042024-05-14T03:19:47.339Z Compiling lalrpop-util v0.19.12
16052024-05-14T03:19:47.365Z Compiling peg-runtime v0.8.3
16062024-05-14T03:19:48.069Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
16072024-05-14T03:19:48.550Z Compiling serde_yaml v0.9.25
16082024-05-14T03:19:51.966Z Compiling camino v1.1.6
16092024-05-14T03:19:53.928Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
16102024-05-14T03:19:54.621Z Compiling sha1 v0.10.6
16112024-05-14T03:19:56.459Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
16122024-05-14T03:20:09.684Z Compiling strsim v0.10.0
16132024-05-14T03:20:09.703Z Compiling ident_case v1.0.1
16142024-05-14T03:20:10.140Z Compiling darling_core v0.20.8
16152024-05-14T03:20:14.005Z Compiling strum_macros v0.26.1
16162024-05-14T03:20:15.014Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
16172024-05-14T03:20:15.357Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16182024-05-14T03:20:17.166Z Compiling darling_macro v0.20.8
16192024-05-14T03:20:19.429Z Compiling strum v0.26.2
16202024-05-14T03:20:19.672Z Compiling darling v0.20.8
16212024-05-14T03:20:19.799Z Compiling dirs-sys-next v0.1.2
16222024-05-14T03:20:19.874Z Compiling base64 v0.22.1
16232024-05-14T03:20:20.410Z Compiling match_cfg v0.1.0
16242024-05-14T03:20:20.437Z Compiling dirs-next v2.0.0
16252024-05-14T03:20:20.496Z Compiling hostname v0.3.1
16262024-05-14T03:20:20.590Z Compiling http v1.0.0
16272024-05-14T03:20:20.631Z Compiling thread_local v1.1.7
16282024-05-14T03:20:20.665Z Compiling slog-async v2.8.0
16292024-05-14T03:20:20.736Z Compiling rustls-pki-types v1.3.0
16302024-05-14T03:20:21.237Z Compiling term v0.7.0
16312024-05-14T03:20:21.300Z Compiling crossbeam-channel v0.5.8
16322024-05-14T03:20:21.457Z Compiling is-terminal v0.4.9
16332024-05-14T03:20:21.592Z Compiling take_mut v0.2.2
16342024-05-14T03:20:21.757Z Compiling paste v1.0.14
16352024-05-14T03:20:21.920Z Compiling rustls v0.22.4
16362024-05-14T03:20:22.266Z Compiling slog-term v2.9.1
16372024-05-14T03:20:22.418Z Compiling rustls-webpki v0.102.1
16382024-05-14T03:20:22.436Z Compiling multer v3.1.0
16392024-05-14T03:20:22.745Z Compiling instant v0.1.12
16402024-05-14T03:20:22.898Z Compiling slog-json v2.6.1
16412024-05-14T03:20:23.053Z Compiling async-stream-impl v0.3.5
16422024-05-14T03:20:23.453Z Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
16432024-05-14T03:20:23.483Z Compiling debug-ignore v1.0.5
16442024-05-14T03:20:23.635Z Compiling atomic-waker v1.1.1
16452024-05-14T03:20:23.830Z Compiling waitgroup v0.1.2
16462024-05-14T03:20:23.853Z Compiling slog-bunyan v2.5.0
16472024-05-14T03:20:24.069Z Compiling rustls-pemfile v2.1.2
16482024-05-14T03:20:24.104Z Compiling serde_with_macros v3.7.0
16492024-05-14T03:20:24.464Z Compiling async-stream v0.3.5
16502024-05-14T03:20:24.489Z Compiling toml v0.8.12
16512024-05-14T03:20:24.544Z Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
16522024-05-14T03:20:24.830Z Compiling serde_path_to_error v0.1.16
16532024-05-14T03:20:25.184Z Compiling structmeta-derive v0.3.0
16542024-05-14T03:20:25.692Z Compiling hostname v0.4.0
16552024-05-14T03:20:25.960Z Compiling proc-macro-error-attr v1.0.4
16562024-05-14T03:20:26.312Z Compiling proc-macro-error v1.0.4
16572024-05-14T03:20:26.347Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
16582024-05-14T03:20:26.780Z Compiling newtype-uuid v1.1.0
16592024-05-14T03:20:26.830Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
16602024-05-14T03:20:27.063Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
16612024-05-14T03:20:27.380Z Compiling serde_with v3.7.0
16622024-05-14T03:20:27.586Z Compiling tokio-rustls v0.25.0
16632024-05-14T03:20:27.637Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
16642024-05-14T03:20:28.255Z Compiling structmeta v0.3.0
16652024-05-14T03:20:28.558Z Compiling backoff v0.4.0
16662024-05-14T03:20:28.724Z Compiling parse-display-derive v0.9.0
16672024-05-14T03:20:28.934Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
16682024-05-14T03:20:29.785Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
16692024-05-14T03:20:29.954Z Compiling macaddr v1.0.1
16702024-05-14T03:20:30.392Z Compiling proc-macro-crate v1.3.1
16712024-05-14T03:20:30.466Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16722024-05-14T03:20:30.870Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16732024-05-14T03:20:31.190Z Compiling foreign-types-macros v0.2.3
16742024-05-14T03:20:31.474Z Compiling heapless v0.8.0
16752024-05-14T03:20:31.535Z Compiling num_enum_derive v0.5.11
16762024-05-14T03:20:32.035Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16772024-05-14T03:20:32.350Z Compiling foreign-types-shared v0.3.1
16782024-05-14T03:20:32.479Z Compiling foreign-types v0.5.0
16792024-05-14T03:20:32.889Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16802024-05-14T03:20:32.958Z Compiling cstr-argument v0.1.2
16812024-05-14T03:20:33.190Z Compiling hash32 v0.3.1
16822024-05-14T03:20:33.439Z Compiling smoltcp v0.11.0
16832024-05-14T03:20:33.654Z Compiling parse-display v0.9.0
16842024-05-14T03:20:33.767Z Compiling pretty-hex v0.2.1
16852024-05-14T03:20:34.042Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16862024-05-14T03:20:34.221Z Compiling tabwriter v1.4.0
16872024-05-14T03:20:34.297Z Compiling colored v2.1.0
16882024-05-14T03:20:34.362Z Compiling num_enum v0.5.11
16892024-05-14T03:20:34.609Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16902024-05-14T03:20:34.685Z Compiling socket2 v0.4.9
16912024-05-14T03:20:34.790Z Compiling embedded-io v0.4.0
16922024-05-14T03:20:34.993Z Compiling fastrand v2.0.1
16932024-05-14T03:20:35.019Z Compiling cobs v0.2.3
16942024-05-14T03:20:35.127Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
16952024-05-14T03:20:35.331Z Compiling tempfile v3.10.1
16962024-05-14T03:20:35.447Z Compiling postcard v1.0.8
16972024-05-14T03:20:35.556Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
16982024-05-14T03:20:35.589Z Compiling crucible-workspace-hack v0.1.0
16992024-05-14T03:20:35.811Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17002024-05-14T03:20:35.918Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17012024-05-14T03:20:35.987Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
17022024-05-14T03:20:36.273Z Compiling smf v0.2.3
17032024-05-14T03:20:36.279Z Compiling humantime v2.1.0
17042024-05-14T03:20:36.354Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
17052024-05-14T03:20:36.410Z Compiling platforms v3.0.2
17062024-05-14T03:20:36.773Z Compiling camino-tempfile v1.1.1
17072024-05-14T03:20:36.820Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
17082024-05-14T03:20:36.843Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
17092024-05-14T03:20:36.927Z Compiling num-derive v0.4.0
17102024-05-14T03:20:37.195Z Compiling sigpipe v0.1.3
17112024-05-14T03:20:37.300Z Compiling utf-8 v0.7.6
17122024-05-14T03:20:37.329Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
17132024-05-14T03:20:37.652Z Compiling atty v0.2.14
17142024-05-14T03:20:37.757Z Compiling unicase v2.7.0
17152024-05-14T03:20:37.794Z Compiling semver v0.1.20
17162024-05-14T03:20:38.079Z Compiling rayon-core v1.12.1
17172024-05-14T03:20:38.222Z Compiling curve25519-dalek v4.1.2
17182024-05-14T03:20:38.376Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17192024-05-14T03:20:38.402Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
17202024-05-14T03:20:38.483Z Compiling rustc_version v0.1.7
17212024-05-14T03:20:38.872Z Compiling newline-converter v0.3.0
17222024-05-14T03:20:38.999Z Compiling crossbeam-deque v0.8.3
17232024-05-14T03:20:39.052Z Compiling universal-hash v0.5.1
17242024-05-14T03:20:39.301Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
17252024-05-14T03:20:39.349Z Compiling same-file v1.0.6
17262024-05-14T03:20:39.862Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17272024-05-14T03:20:39.887Z Compiling opaque-debug v0.3.0
17282024-05-14T03:20:40.002Z Compiling walkdir v2.5.0
17292024-05-14T03:20:40.277Z Compiling expectorate v1.1.0
17302024-05-14T03:20:40.407Z Compiling newtype_derive v0.1.6
17312024-05-14T03:20:40.559Z Compiling tungstenite v0.20.1
17322024-05-14T03:20:40.656Z Compiling signature v2.1.0
17332024-05-14T03:20:40.725Z Compiling curve25519-dalek-derive v0.1.0
17342024-05-14T03:20:40.755Z Compiling blake3 v1.5.0
17352024-05-14T03:20:40.849Z Compiling num-rational v0.4.1
17362024-05-14T03:20:40.901Z Compiling termcolor v1.2.0
17372024-05-14T03:20:41.183Z Compiling arc-swap v1.6.0
17382024-05-14T03:20:41.377Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17392024-05-14T03:20:41.662Z Compiling quick-error v1.2.3
17402024-05-14T03:20:41.741Z Compiling linked-hash-map v0.5.6
17412024-05-14T03:20:41.824Z Compiling getrandom v0.1.16
17422024-05-14T03:20:41.850Z Compiling resolv-conf v0.7.0
17432024-05-14T03:20:41.872Z Compiling slog-scope v4.4.0
17442024-05-14T03:20:42.080Z Compiling lru-cache v0.1.2
17452024-05-14T03:20:42.295Z Compiling tokio-tungstenite v0.20.1
17462024-05-14T03:20:42.432Z Compiling env_logger v0.9.3
17472024-05-14T03:20:42.601Z Compiling rayon v1.10.0
17482024-05-14T03:20:42.812Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17492024-05-14T03:20:42.829Z Compiling password-hash v0.5.0
17502024-05-14T03:20:42.925Z Compiling blake2 v0.10.6
17512024-05-14T03:20:43.240Z Compiling bitstruct_derive v0.1.0
17522024-05-14T03:20:43.788Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17532024-05-14T03:20:43.811Z Compiling xattr v1.0.1
17542024-05-14T03:20:43.916Z Compiling memmap2 v0.7.1
17552024-05-14T03:20:43.940Z Compiling filetime v0.2.23
17562024-05-14T03:20:44.070Z Compiling home v0.5.5
17572024-05-14T03:20:44.286Z Compiling constant_time_eq v0.3.0
17582024-05-14T03:20:44.318Z Compiling arrayvec v0.7.4
17592024-05-14T03:20:44.338Z Compiling arrayref v0.3.7
17602024-05-14T03:20:44.388Z Compiling libefi-sys v0.1.0
17612024-05-14T03:20:44.437Z Compiling parking_lot_core v0.8.6
17622024-05-14T03:20:44.465Z Compiling bytecount v0.6.3
17632024-05-14T03:20:44.697Z Compiling ascii v1.1.0
17642024-05-14T03:20:44.709Z Compiling bitstruct v0.1.1
17652024-05-14T03:20:44.730Z Compiling papergrid v0.11.0
17662024-05-14T03:20:44.778Z Compiling toolchain_find v0.4.0
17672024-05-14T03:20:44.828Z Compiling tar v0.4.40
17682024-05-14T03:20:44.974Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17692024-05-14T03:20:45.221Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
17702024-05-14T03:20:45.294Z Compiling argon2 v0.5.3
17712024-05-14T03:20:45.904Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17722024-05-14T03:20:47.333Z Compiling trust-dns-resolver v0.22.0
17732024-05-14T03:20:47.393Z Compiling slog-stdlog v4.1.1
17742024-05-14T03:20:47.778Z Compiling tabled_derive v0.7.0
17752024-05-14T03:20:48.282Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17762024-05-14T03:20:48.999Z Compiling rfc6979 v0.4.0
17772024-05-14T03:20:49.023Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17782024-05-14T03:20:49.090Z Compiling serde_arrays v0.1.0
17792024-05-14T03:20:49.193Z Compiling erased-serde v0.3.31
17802024-05-14T03:20:49.254Z Compiling aead v0.5.2
17812024-05-14T03:20:49.368Z Compiling num-complex v0.4.5
17822024-05-14T03:20:49.611Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
17832024-05-14T03:20:50.012Z Compiling nibble_vec v0.1.0
17842024-05-14T03:20:50.212Z Compiling slog-dtrace v0.3.0
17852024-05-14T03:20:50.239Z Compiling cancel-safe-futures v0.1.5
17862024-05-14T03:20:50.438Z Compiling endian-type v0.1.2
17872024-05-14T03:20:50.471Z Compiling topological-sort v0.2.2
17882024-05-14T03:20:50.531Z Compiling winapi v0.3.9
17892024-05-14T03:20:50.585Z Compiling keccak v0.1.4
17902024-05-14T03:20:50.650Z Compiling radix_trie v0.2.1
17912024-05-14T03:20:50.667Z Compiling omicron-zone-package v0.11.0
17922024-05-14T03:20:50.763Z Compiling tabled v0.15.0
17932024-05-14T03:20:51.219Z Compiling sha3 v0.10.8
17942024-05-14T03:20:51.329Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17952024-05-14T03:20:51.565Z Compiling num v0.4.2
17962024-05-14T03:20:51.669Z Compiling rustfmt-wrapper v0.2.1
17972024-05-14T03:20:51.785Z Compiling ecdsa v0.16.9
17982024-05-14T03:20:52.307Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17992024-05-14T03:20:52.479Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18002024-05-14T03:20:52.894Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18012024-05-14T03:20:53.653Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18022024-05-14T03:20:53.827Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18032024-05-14T03:20:54.055Z Compiling slog-envlogger v2.2.0
18042024-05-14T03:20:54.424Z Compiling rand_core v0.5.1
18052024-05-14T03:20:54.778Z Compiling steno v0.4.0
18062024-05-14T03:20:54.837Z Compiling mime_guess v2.0.4
18072024-05-14T03:20:56.107Z Compiling poly1305 v0.8.0
18082024-05-14T03:20:56.418Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18092024-05-14T03:20:57.162Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
18102024-05-14T03:20:57.239Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18112024-05-14T03:20:57.582Z Compiling primeorder v0.13.6
18122024-05-14T03:20:57.977Z Compiling chacha20 v0.9.1
18132024-05-14T03:20:58.070Z Compiling heck v0.3.3
18142024-05-14T03:20:58.308Z Compiling secrecy v0.8.0
18152024-05-14T03:20:58.340Z Compiling thiserror-impl-no-std v2.0.2
18162024-05-14T03:20:58.430Z Compiling half v2.3.1
18172024-05-14T03:20:58.483Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18182024-05-14T03:20:58.575Z Compiling ciborium-io v0.2.2
18192024-05-14T03:20:58.650Z Compiling option-ext v0.2.0
18202024-05-14T03:20:58.713Z Compiling convert_case v0.4.0
18212024-05-14T03:20:58.791Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
18222024-05-14T03:20:59.003Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
18232024-05-14T03:20:59.124Z Compiling ciborium-ll v0.2.2
18242024-05-14T03:20:59.345Z Compiling dirs-sys v0.4.1
18252024-05-14T03:20:59.572Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18262024-05-14T03:20:59.718Z Compiling derive_more v0.99.17
18272024-05-14T03:21:00.016Z Compiling zone_cfg_derive v0.1.2
18282024-05-14T03:21:00.192Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
18292024-05-14T03:21:00.499Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
18302024-05-14T03:21:01.640Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18312024-05-14T03:21:01.660Z Compiling parking_lot v0.11.2
18322024-05-14T03:21:01.738Z Compiling thiserror-no-std v2.0.2
18332024-05-14T03:21:01.865Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18342024-05-14T03:21:01.994Z Compiling rand_chacha v0.2.2
18352024-05-14T03:21:02.293Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18362024-05-14T03:21:02.621Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
18372024-05-14T03:21:02.853Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
18382024-05-14T03:21:03.670Z Compiling trust-dns-client v0.22.0
18392024-05-14T03:21:06.763Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
18402024-05-14T03:21:08.462Z Compiling ed25519 v2.2.2
18412024-05-14T03:21:08.465Z Compiling polyval v0.6.1
18422024-05-14T03:21:08.920Z Compiling tungstenite v0.21.0
18432024-05-14T03:21:08.947Z Compiling blowfish v0.9.1
18442024-05-14T03:21:08.968Z Compiling ctr v0.9.2
18452024-05-14T03:21:09.331Z Compiling aes v0.8.3
18462024-05-14T03:21:09.436Z Compiling password-hash v0.4.2
18472024-05-14T03:21:10.131Z Compiling libsw v3.3.1
18482024-05-14T03:21:10.402Z Compiling toml v0.5.11
18492024-05-14T03:21:10.446Z Compiling pbkdf2 v0.12.2
18502024-05-14T03:21:10.629Z Compiling derive-where v1.2.7
18512024-05-14T03:21:10.875Z Compiling gethostname v0.4.3
18522024-05-14T03:21:11.423Z Compiling fxhash v0.2.1
18532024-05-14T03:21:11.466Z Compiling swrite v0.1.0
18542024-05-14T03:21:11.602Z Compiling owo-colors v4.0.0
18552024-05-14T03:21:11.632Z Compiling base64 v0.13.1
18562024-05-14T03:21:12.190Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
18572024-05-14T03:21:12.265Z Compiling linear-map v1.2.0
18582024-05-14T03:21:12.641Z Compiling ron v0.7.1
18592024-05-14T03:21:13.882Z Compiling trust-dns-server v0.22.1
18602024-05-14T03:21:14.052Z Compiling sled v0.34.7
18612024-05-14T03:21:14.303Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
18622024-05-14T03:21:15.584Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18632024-05-14T03:21:17.338Z Compiling bcrypt-pbkdf v0.10.0
18642024-05-14T03:21:17.931Z Compiling tokio-tungstenite v0.21.0
18652024-05-14T03:21:17.959Z Compiling pbkdf2 v0.11.0
18662024-05-14T03:21:18.225Z Compiling ghash v0.5.0
18672024-05-14T03:21:18.328Z Compiling ed25519-dalek v2.0.0
18682024-05-14T03:21:18.425Z Compiling russh-cryptovec v0.7.0
18692024-05-14T03:21:18.462Z Compiling rand v0.7.3
18702024-05-14T03:21:18.737Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18712024-05-14T03:21:19.265Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
18722024-05-14T03:21:19.292Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
18732024-05-14T03:21:19.476Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
18742024-05-14T03:21:20.105Z Compiling vsss-rs v3.3.4
18752024-05-14T03:21:21.041Z Compiling zone v0.1.8
18762024-05-14T03:21:22.001Z Compiling dirs v5.0.1
18772024-05-14T03:21:22.166Z Compiling ciborium v0.2.2
18782024-05-14T03:21:22.643Z Compiling chacha20poly1305 v0.10.1
18792024-05-14T03:21:22.876Z Compiling p521 v0.13.3
18802024-05-14T03:21:23.697Z Compiling p256 v0.13.2
18812024-05-14T03:21:23.766Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18822024-05-14T03:21:24.562Z Compiling pem v3.0.4
18832024-05-14T03:21:24.820Z Compiling cbc v0.1.2
18842024-05-14T03:21:25.075Z Compiling headers-core v0.2.0
18852024-05-14T03:21:25.254Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
18862024-05-14T03:21:25.285Z Compiling kstat-rs v0.2.3
18872024-05-14T03:21:25.401Z Compiling portpicker v0.1.1
18882024-05-14T03:21:25.639Z Compiling nanorand v0.7.0
18892024-05-14T03:21:25.733Z Compiling http-range v0.1.5
18902024-05-14T03:21:25.933Z Compiling glob v0.3.1
18912024-05-14T03:21:26.114Z Compiling md5 v0.7.0
18922024-05-14T03:21:26.204Z Compiling flume v0.11.0
18932024-05-14T03:21:26.227Z Compiling hyper-staticfile v0.9.5
18942024-05-14T03:21:26.641Z Compiling russh-keys v0.43.0
18952024-05-14T03:21:26.874Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
18962024-05-14T03:21:26.877Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
18972024-05-14T03:21:26.933Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
18982024-05-14T03:21:27.182Z Compiling headers v0.3.9
18992024-05-14T03:21:29.184Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
19002024-05-14T03:21:30.018Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
19012024-05-14T03:21:30.039Z Compiling rcgen v0.12.1
19022024-05-14T03:21:30.994Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
19032024-05-14T03:21:32.320Z Compiling aes-gcm v0.10.3
19042024-05-14T03:21:32.605Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
19052024-05-14T03:21:32.634Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
19062024-05-14T03:21:34.870Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
19072024-05-14T03:21:36.921Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
19082024-05-14T03:21:37.147Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
19092024-05-14T03:21:38.882Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
19102024-05-14T03:21:39.424Z Compiling atomicwrites v0.4.3
19112024-05-14T03:21:39.828Z Compiling itertools v0.12.1
19122024-05-14T03:21:40.210Z Compiling subprocess v0.2.9
19132024-05-14T03:21:41.756Z Compiling hex-literal v0.4.1
19142024-05-14T03:21:41.910Z Compiling display-error-chain v0.2.0
19152024-05-14T03:21:42.103Z Compiling dhcproto-macros v0.1.0
19162024-05-14T03:21:42.339Z Compiling russh v0.43.0
19172024-05-14T03:21:43.124Z Compiling dhcproto v0.11.0
19182024-05-14T03:21:43.127Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19192024-05-14T03:21:44.086Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
19202024-05-14T03:21:45.955Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
19212024-05-14T03:21:46.210Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
19222024-05-14T03:21:46.567Z Compiling internet-checksum v0.2.1
19232024-05-14T03:22:06.529Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
19242024-05-14T03:22:47.377Z Finished dev [unoptimized + debuginfo] target(s) in 5m 16s
19252024-05-14T03:22:47.707Z
19262024-05-14T03:22:47.707Zreal 5:16.914080666
19272024-05-14T03:22:47.707Zuser 27:47.539709590
19282024-05-14T03:22:47.707Zsys 5:53.798792938
19292024-05-14T03:22:47.707Ztrap 0.818146323
19302024-05-14T03:22:47.708Ztflt 3.393692969
19312024-05-14T03:22:47.708Zdflt 4.660204668
19322024-05-14T03:22:47.708Zkflt 0.019325162
19332024-05-14T03:22:47.708Zlock 51:52.942827687
19342024-05-14T03:22:47.712Zslp 1:19:34.918052114
19352024-05-14T03:22:47.712Zlat 1:38.500290420
19362024-05-14T03:22:47.712Zstop 4:40.837172740
19372024-05-14T03:22:47.712Z+ mkdir -p /work
19382024-05-14T03:22:47.712Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin commtest
19392024-05-14T03:22:48.481Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
19402024-05-14T03:22:58.077Z Finished dev [unoptimized + debuginfo] target(s) in 10.32s
19412024-05-14T03:22:58.168Z
19422024-05-14T03:22:58.168Zreal 10.438776608
19432024-05-14T03:22:58.168Zuser 7.729382310
19442024-05-14T03:22:58.169Zsys 3.716874093
19452024-05-14T03:22:58.176Ztrap 0.005137057
19462024-05-14T03:22:58.176Ztflt 0.003165766
19472024-05-14T03:22:58.176Zdflt 0.046515589
19482024-05-14T03:22:58.176Zkflt 0.000017268
19492024-05-14T03:22:58.176Zlock 29.336320522
19502024-05-14T03:22:58.176Zslp 41.689512283
19512024-05-14T03:22:58.176Zlat 0.141352111
19522024-05-14T03:22:58.176Zstop 0.347730236
19532024-05-14T03:22:58.176Z+ cp target/debug/commtest /work/commtest
19542024-05-14T03:22:58.606Z+ mkdir -p /work/end-to-end-tests
19552024-05-14T03:22:58.610Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
19562024-05-14T03:22:59.746Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
19572024-05-14T03:22:59.746Z+ ptime -m gzip
19582024-05-14T03:22:59.757Z++ basename target/debug/bootstrap
19592024-05-14T03:23:13.304Z
19602024-05-14T03:23:13.304Zreal 13.558571544
19612024-05-14T03:23:13.304Zuser 13.454963400
19622024-05-14T03:23:13.304Zsys 0.091522874
19632024-05-14T03:23:13.304Ztrap 0.003598271
19642024-05-14T03:23:13.305Ztflt 0.000000000
19652024-05-14T03:23:13.305Zdflt 0.000000000
19662024-05-14T03:23:13.305Zkflt 0.000000000
19672024-05-14T03:23:13.305Zlock 0.000000000
19682024-05-14T03:23:13.305Zslp 0.000000000
19692024-05-14T03:23:13.305Zlat 0.008067170
19702024-05-14T03:23:13.305Zstop 0.000186419
19712024-05-14T03:23:13.308Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
19722024-05-14T03:23:13.308Z+ ptime -m gzip
19732024-05-14T03:23:13.308Z++ basename /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-2ddb3148240fa929
19742024-05-14T03:23:14.196Z
19752024-05-14T03:23:14.196Zreal 0.885526621
19762024-05-14T03:23:14.196Zuser 0.876707046
19772024-05-14T03:23:14.197Zsys 0.007664974
19782024-05-14T03:23:14.201Ztrap 0.000265734
19792024-05-14T03:23:14.201Ztflt 0.000000000
19802024-05-14T03:23:14.201Zdflt 0.000000000
19812024-05-14T03:23:14.201Zkflt 0.000000000
19822024-05-14T03:23:14.201Zlock 0.000000000
19832024-05-14T03:23:14.201Zslp 0.000000000
19842024-05-14T03:23:14.201Zlat 0.000475711
19852024-05-14T03:23:14.202Zstop 0.000181699
19862024-05-14T03:23:14.202Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
19872024-05-14T03:23:14.202Z+ ptime -m gzip
19882024-05-14T03:23:14.202Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-2207def7d90b42b7
19892024-05-14T03:23:15.092Z
19902024-05-14T03:23:15.093Zreal 0.887757268
19912024-05-14T03:23:15.094Zuser 0.879133772
19922024-05-14T03:23:15.095Zsys 0.008056810
19932024-05-14T03:23:15.095Ztrap 0.000046776
19942024-05-14T03:23:15.096Ztflt 0.000000000
19952024-05-14T03:23:15.097Zdflt 0.000000000
19962024-05-14T03:23:15.097Zkflt 0.000000000
19972024-05-14T03:23:15.097Zlock 0.000000000
19982024-05-14T03:23:15.097Zslp 0.000000000
19992024-05-14T03:23:15.098Zlat 0.000089324
20002024-05-14T03:23:15.098Zstop 0.000192868
20012024-05-14T03:23:15.116Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20022024-05-14T03:23:15.116Z+ ptime -m gzip
20032024-05-14T03:23:15.116Z++ basename /work/oxidecomputer/omicron/target/debug/deps/commtest-f0b4ec76401acdf5
20042024-05-14T03:23:15.978Z
20052024-05-14T03:23:15.978Zreal 0.881475201
20062024-05-14T03:23:15.979Zuser 0.873673019
20072024-05-14T03:23:15.979Zsys 0.007244156
20082024-05-14T03:23:15.979Ztrap 0.000046885
20092024-05-14T03:23:15.979Ztflt 0.000000000
20102024-05-14T03:23:15.979Zdflt 0.000000000
20112024-05-14T03:23:15.979Zkflt 0.000000000
20122024-05-14T03:23:15.979Zlock 0.000000000
20132024-05-14T03:23:15.979Zslp 0.000000000
20142024-05-14T03:23:15.979Zlat 0.000097924
20152024-05-14T03:23:15.979Zstop 0.000179458
20162024-05-14T03:23:15.984Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20172024-05-14T03:23:15.984Z+ ptime -m gzip
20182024-05-14T03:23:15.984Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-9beabbe68405e846
20192024-05-14T03:23:28.754Z
20202024-05-14T03:23:28.758Zreal 12.769433348
20212024-05-14T03:23:28.758Zuser 12.689121740
20222024-05-14T03:23:28.758Zsys 0.076900827
20232024-05-14T03:23:28.758Ztrap 0.001579315
20242024-05-14T03:23:28.758Ztflt 0.000000000
20252024-05-14T03:23:28.758Zdflt 0.000000000
20262024-05-14T03:23:28.758Zkflt 0.000000000
20272024-05-14T03:23:28.758Zlock 0.000000000
20282024-05-14T03:23:28.758Zslp 0.000000000
20292024-05-14T03:23:28.759Zlat 0.001418445
20302024-05-14T03:23:28.759Zstop 0.000179609
20312024-05-14T03:23:28.759Z+ banner caboose-util
20322024-05-14T03:23:28.759Z
20332024-05-14T03:23:28.759Z #### ## ##### #### #### #### ###### # # #####
20342024-05-14T03:23:28.759Z # # # # # # # # # # # # # # #
20352024-05-14T03:23:28.759Z # # # ##### # # # # #### ##### ##### # # #
20362024-05-14T03:23:28.759Z # ###### # # # # # # # # # # #
20372024-05-14T03:23:28.759Z # # # # # # # # # # # # # # # #
20382024-05-14T03:23:28.759Z #### # # ##### #### #### #### ###### #### #
20392024-05-14T03:23:28.759Z
20402024-05-14T03:23:28.759Z+ ptime -m cargo build --locked -p caboose-util --release
20412024-05-14T03:23:29.254Z Downloading crates ...
20422024-05-14T03:23:29.417Z Downloaded tap v1.0.1
20432024-05-14T03:23:29.420Z Downloaded pkcs1 v0.7.5
20442024-05-14T03:23:29.420Z Downloaded ron v0.8.1
20452024-05-14T03:23:29.427Z Downloaded path-slash v0.1.5
20462024-05-14T03:23:29.430Z Downloaded smallvec v0.6.14
20472024-05-14T03:23:29.434Z Downloaded packed_struct v0.10.1
20482024-05-14T03:23:29.437Z Downloaded serde-hex v0.1.0
20492024-05-14T03:23:29.437Z Downloaded maybe-uninit v2.0.0
20502024-05-14T03:23:29.440Z Downloaded packed_struct_codegen v0.10.1
20512024-05-14T03:23:29.440Z Downloaded bitfield v0.14.0
20522024-05-14T03:23:29.443Z Downloaded wyz v0.5.1
20532024-05-14T03:23:29.443Z Downloaded nodrop v0.1.14
20542024-05-14T03:23:29.443Z Downloaded crc v3.0.1
20552024-05-14T03:23:29.445Z Downloaded funty v2.0.0
20562024-05-14T03:23:29.446Z Downloaded radium v0.7.0
20572024-05-14T03:23:29.446Z Downloaded crc-catalog v2.2.0
20582024-05-14T03:23:29.449Z Downloaded array-init v0.0.4
20592024-05-14T03:23:29.449Z Downloaded env_logger v0.10.0
20602024-05-14T03:23:29.452Z Downloaded crc-any v2.4.3
20612024-05-14T03:23:29.457Z Downloaded rsa v0.9.2
20622024-05-14T03:23:29.467Z Downloaded x509-cert v0.2.4
20632024-05-14T03:23:29.472Z Downloaded num-bigint-dig v0.8.4
20642024-05-14T03:23:29.490Z Downloaded hashbrown v0.13.2
20652024-05-14T03:23:29.494Z Downloaded bitvec v1.0.1
20662024-05-14T03:23:29.497Z Downloaded object v0.30.4
20672024-05-14T03:23:29.600Z Compiling proc-macro2 v1.0.81
20682024-05-14T03:23:29.600Z Compiling unicode-ident v1.0.12
20692024-05-14T03:23:29.600Z Compiling libc v0.2.154
20702024-05-14T03:23:29.603Z Compiling serde v1.0.201
20712024-05-14T03:23:29.603Z Compiling autocfg v1.1.0
20722024-05-14T03:23:29.603Z Compiling version_check v0.9.4
20732024-05-14T03:23:29.603Z Compiling cfg-if v1.0.0
20742024-05-14T03:23:29.772Z Compiling typenum v1.16.0
20752024-05-14T03:23:29.782Z Compiling parking_lot_core v0.9.8
20762024-05-14T03:23:29.820Z Compiling once_cell v1.19.0
20772024-05-14T03:23:30.195Z Compiling memchr v2.7.1
20782024-05-14T03:23:30.204Z Compiling libm v0.2.7
20792024-05-14T03:23:30.208Z Compiling byteorder v1.5.0
20802024-05-14T03:23:30.341Z Compiling lock_api v0.4.10
20812024-05-14T03:23:30.515Z Compiling generic-array v0.14.7
20822024-05-14T03:23:30.628Z Compiling num-traits v0.2.18
20832024-05-14T03:23:30.661Z Compiling ahash v0.8.8
20842024-05-14T03:23:30.823Z Compiling pkg-config v0.3.27
20852024-05-14T03:23:30.929Z Compiling serde_json v1.0.116
20862024-05-14T03:23:30.987Z Compiling quote v1.0.36
20872024-05-14T03:23:31.133Z Compiling log v0.4.21
20882024-05-14T03:23:31.517Z Compiling syn v2.0.60
20892024-05-14T03:23:31.579Z Compiling cc v1.0.83
20902024-05-14T03:23:31.595Z Compiling getrandom v0.2.12
20912024-05-14T03:23:31.946Z Compiling scopeguard v1.2.0
20922024-05-14T03:23:32.002Z Compiling itoa v1.0.9
20932024-05-14T03:23:32.181Z Compiling slab v0.4.9
20942024-05-14T03:23:32.243Z Compiling thiserror v1.0.59
20952024-05-14T03:23:32.447Z Compiling rand_core v0.6.4
20962024-05-14T03:23:32.484Z Compiling smallvec v1.13.1
20972024-05-14T03:23:32.948Z Compiling vcpkg v0.2.15
20982024-05-14T03:23:33.381Z Compiling const-oid v0.9.6
20992024-05-14T03:23:33.946Z Compiling parking_lot v0.12.1
21002024-05-14T03:23:34.002Z Compiling pin-project-lite v0.2.13
21012024-05-14T03:23:34.117Z Compiling syn v1.0.109
21022024-05-14T03:23:34.356Z Compiling ring v0.17.8
21032024-05-14T03:23:34.673Z Compiling openssl-sys v0.9.102
21042024-05-14T03:23:34.758Z Compiling ryu v1.0.15
21052024-05-14T03:23:35.155Z Compiling signal-hook-registry v1.4.1
21062024-05-14T03:23:35.535Z Compiling subtle v2.5.0
21072024-05-14T03:23:35.547Z Compiling rustix v0.38.31
21082024-05-14T03:23:35.668Z Compiling ring v0.16.20
21092024-05-14T03:23:35.775Z Compiling mio v0.8.11
21102024-05-14T03:23:35.921Z Compiling futures-core v0.3.30
21112024-05-14T03:23:36.158Z Compiling tinyvec_macros v0.1.1
21122024-05-14T03:23:36.176Z Compiling semver v1.0.22
21132024-05-14T03:23:36.245Z Compiling tinyvec v1.6.0
21142024-05-14T03:23:37.706Z Compiling spin v0.5.2
21152024-05-14T03:23:37.906Z Compiling unicode-normalization v0.1.22
21162024-05-14T03:23:38.348Z Compiling num_cpus v1.16.0
21172024-05-14T03:23:38.456Z Compiling socket2 v0.5.6
21182024-05-14T03:23:38.910Z Compiling openssl v0.10.64
21192024-05-14T03:23:38.941Z Compiling allocator-api2 v0.2.16
21202024-05-14T03:23:39.301Z Compiling httparse v1.8.0
21212024-05-14T03:23:39.482Z Compiling ucd-trie v0.1.6
21222024-05-14T03:23:39.580Z Compiling unicode-bidi v0.3.15
21232024-05-14T03:23:39.696Z Compiling futures-sink v0.3.30
21242024-05-14T03:23:40.122Z Compiling num-conv v0.1.0
21252024-05-14T03:23:40.268Z Compiling equivalent v1.0.1
21262024-05-14T03:23:40.370Z Compiling time-core v0.1.2
21272024-05-14T03:23:40.528Z Compiling time-macros v0.2.17
21282024-05-14T03:23:40.615Z Compiling futures-channel v0.3.30
21292024-05-14T03:23:40.809Z Compiling pin-utils v0.1.0
21302024-05-14T03:23:40.836Z Compiling native-tls v0.2.11
21312024-05-14T03:23:41.044Z Compiling futures-io v0.3.30
21322024-05-14T03:23:41.178Z Compiling ppv-lite86 v0.2.17
21332024-05-14T03:23:41.361Z Compiling rustls v0.21.9
21342024-05-14T03:23:41.643Z Compiling crc32fast v1.3.2
21352024-05-14T03:23:41.978Z Compiling futures-task v0.3.30
21362024-05-14T03:23:42.182Z Compiling rand_chacha v0.3.1
21372024-05-14T03:23:42.262Z Compiling bzip2-sys v0.1.11+1.0.8
21382024-05-14T03:23:42.547Z Compiling spin v0.9.8
21392024-05-14T03:23:42.700Z Compiling tracing-core v0.1.32
21402024-05-14T03:23:42.708Z Compiling base64ct v1.6.0
21412024-05-14T03:23:43.277Z Compiling pem-rfc7468 v0.7.0
21422024-05-14T03:23:43.388Z Compiling rand v0.8.5
21432024-05-14T03:23:43.883Z Compiling cookie v0.17.0
21442024-05-14T03:23:43.956Z Compiling usdt-impl v0.5.0
21452024-05-14T03:23:43.988Z Compiling flagset v0.4.3
21462024-05-14T03:23:44.100Z Compiling signal-hook v0.3.17
21472024-05-14T03:23:44.186Z Compiling schemars v0.8.17
21482024-05-14T03:23:44.398Z Compiling percent-encoding v2.3.1
21492024-05-14T03:23:44.533Z Compiling serde_derive_internals v0.29.0
21502024-05-14T03:23:44.642Z Compiling serde_derive v1.0.201
21512024-05-14T03:23:44.679Z Compiling zeroize_derive v1.4.2
21522024-05-14T03:23:44.688Z Compiling zerocopy-derive v0.7.32
21532024-05-14T03:23:44.978Z Compiling tokio-macros v2.2.0
21542024-05-14T03:23:45.218Z Compiling thiserror-impl v1.0.59
21552024-05-14T03:23:45.278Z Compiling futures-macro v0.3.30
21562024-05-14T03:23:46.169Z Compiling zeroize v1.7.0
21572024-05-14T03:23:46.720Z Compiling zerocopy v0.7.32
21582024-05-14T03:23:46.745Z Compiling tracing-attributes v0.1.27
21592024-05-14T03:23:47.924Z Compiling der_derive v0.7.2
21602024-05-14T03:23:48.191Z Compiling crypto-common v0.1.6
21612024-05-14T03:23:48.434Z Compiling scroll_derive v0.12.0
21622024-05-14T03:23:48.448Z Compiling pest v2.7.6
21632024-05-14T03:23:49.038Z Compiling hashbrown v0.14.3
21642024-05-14T03:23:49.378Z Compiling block-buffer v0.10.4
21652024-05-14T03:23:49.618Z Compiling digest v0.10.7
21662024-05-14T03:23:50.022Z Compiling openssl-macros v0.1.1
21672024-05-14T03:23:50.101Z Compiling futures-util v0.3.30
21682024-05-14T03:23:50.261Z Compiling tracing v0.1.40
21692024-05-14T03:23:50.396Z Compiling zerocopy-derive v0.6.6
21702024-05-14T03:23:50.647Z Compiling der v0.7.8
21712024-05-14T03:23:50.736Z Compiling pest_meta v2.7.6
21722024-05-14T03:23:50.739Z Compiling scroll v0.12.0
21732024-05-14T03:23:52.299Z Compiling pest_generator v2.7.6
21742024-05-14T03:23:54.673Z Compiling errno v0.3.8
21752024-05-14T03:23:54.849Z Compiling pest_derive v2.7.6
21762024-05-14T03:23:54.919Z Compiling plain v0.2.3
21772024-05-14T03:23:55.069Z Compiling fnv v1.0.7
21782024-05-14T03:23:55.184Z Compiling goblin v0.8.0
21792024-05-14T03:23:56.350Z Compiling spki v0.7.2
21802024-05-14T03:23:56.848Z Compiling schemars_derive v0.8.17
21812024-05-14T03:23:57.041Z Compiling lazy_static v1.4.0
21822024-05-14T03:23:57.882Z Compiling bytes v1.6.0
21832024-05-14T03:23:58.213Z Compiling bitflags v2.4.2
21842024-05-14T03:23:58.889Z Compiling tokio v1.37.0
21852024-05-14T03:23:59.072Z Compiling indexmap v2.2.6
21862024-05-14T03:23:59.803Z Compiling rustc_version v0.4.0
21872024-05-14T03:24:00.410Z Compiling heapless v0.7.16
21882024-05-14T03:24:00.814Z Compiling http v0.2.12
21892024-05-14T03:24:00.825Z Compiling uuid v1.8.0
21902024-05-14T03:24:02.263Z Compiling backtrace v0.3.69
21912024-05-14T03:24:02.485Z Compiling num-bigint v0.4.4
21922024-05-14T03:24:02.948Z Compiling base64 v0.21.7
21932024-05-14T03:24:03.051Z Compiling heck v0.4.1
21942024-05-14T03:24:03.484Z Compiling untrusted v0.7.1
21952024-05-14T03:24:03.675Z Compiling pretty-hex v0.4.1
21962024-05-14T03:24:03.879Z Compiling smoltcp v0.9.1
21972024-05-14T03:24:04.021Z Compiling powerfmt v0.2.0
21982024-05-14T03:24:04.378Z Compiling foreign-types-shared v0.1.1
21992024-05-14T03:24:04.484Z Compiling heck v0.5.0
22002024-05-14T03:24:04.495Z Compiling iana-time-zone v0.1.57
22012024-05-14T03:24:04.710Z Compiling untrusted v0.9.0
22022024-05-14T03:24:04.873Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
22032024-05-14T03:24:04.890Z Compiling crossbeam-utils v0.8.19
22042024-05-14T03:24:05.219Z Compiling clap_derive v4.5.4
22052024-05-14T03:24:05.439Z Compiling chrono v0.4.38
22062024-05-14T03:24:06.140Z Compiling foreign-types v0.3.2
22072024-05-14T03:24:06.229Z Compiling deranged v0.3.11
22082024-05-14T03:24:06.509Z Compiling dof v0.3.0
22092024-05-14T03:24:08.150Z Compiling tokio-util v0.7.10
22102024-05-14T03:24:08.731Z Compiling dtrace-parser v0.2.0
22112024-05-14T03:24:08.847Z Compiling hmac v0.12.1
22122024-05-14T03:24:09.064Z Compiling form_urlencoded v1.2.1
22132024-05-14T03:24:09.644Z Compiling num-integer v0.1.46
22142024-05-14T03:24:09.721Z Compiling thread-id v4.2.0
22152024-05-14T03:24:10.481Z Compiling adler v1.0.2
22162024-05-14T03:24:10.484Z Compiling anstyle v1.0.7
22172024-05-14T03:24:10.677Z Compiling num_threads v0.1.6
22182024-05-14T03:24:10.801Z Compiling try-lock v0.2.4
22192024-05-14T03:24:10.812Z Compiling siphasher v0.3.11
22202024-05-14T03:24:10.933Z Compiling cpufeatures v0.2.12
22212024-05-14T03:24:11.022Z Compiling utf8parse v0.2.1
22222024-05-14T03:24:11.025Z Compiling rustversion v1.0.14
22232024-05-14T03:24:11.146Z Compiling anstyle-parse v0.2.1
22242024-05-14T03:24:11.174Z Compiling sha2 v0.10.8
22252024-05-14T03:24:11.521Z Compiling want v0.3.1
22262024-05-14T03:24:11.592Z Compiling time v0.3.34
22272024-05-14T03:24:11.704Z Compiling miniz_oxide v0.7.1
22282024-05-14T03:24:12.232Z Compiling sct v0.7.0
22292024-05-14T03:24:13.563Z Compiling h2 v0.3.26
22302024-05-14T03:24:14.194Z Compiling rustls-webpki v0.101.7
22312024-05-14T03:24:14.737Z Compiling http-body v0.4.5
22322024-05-14T03:24:15.889Z Compiling serde_tokenstream v0.2.0
22332024-05-14T03:24:16.260Z Compiling pkcs8 v0.10.2
22342024-05-14T03:24:16.293Z Compiling hubpack_derive v0.1.1
22352024-05-14T03:24:16.397Z Compiling async-trait v0.1.80
22362024-05-14T03:24:16.487Z Compiling idna v0.5.0
22372024-05-14T03:24:17.472Z Compiling aho-corasick v1.1.2
22382024-05-14T03:24:18.026Z Compiling regex-syntax v0.8.2
22392024-05-14T03:24:18.068Z Compiling slog v2.7.0
22402024-05-14T03:24:18.545Z Compiling colorchoice v1.0.0
22412024-05-14T03:24:18.697Z Compiling openssl-probe v0.1.5
22422024-05-14T03:24:18.752Z Compiling anyhow v1.0.83
22432024-05-14T03:24:18.981Z Compiling anstyle-query v1.0.0
22442024-05-14T03:24:19.117Z Compiling tower-service v0.3.2
22452024-05-14T03:24:19.852Z Compiling httpdate v1.0.3
22462024-05-14T03:24:20.357Z Compiling radium v0.7.0
22472024-05-14T03:24:21.894Z Compiling regex-automata v0.4.5
22482024-05-14T03:24:23.209Z Compiling hyper v0.14.28
22492024-05-14T03:24:27.879Z Compiling anstream v0.6.11
22502024-05-14T03:24:28.697Z Compiling url v2.5.0
22512024-05-14T03:24:29.827Z Compiling terminal_size v0.3.0
22522024-05-14T03:24:30.233Z Compiling serde_spanned v0.6.5
22532024-05-14T03:24:30.320Z Compiling toml_datetime v0.6.5
22542024-05-14T03:24:30.431Z Compiling zerocopy v0.6.6
22552024-05-14T03:24:30.627Z Compiling md-5 v0.10.5
22562024-05-14T03:24:31.068Z Compiling idna v0.3.0
22572024-05-14T03:24:31.305Z Compiling stringprep v0.1.3
22582024-05-14T03:24:31.622Z Compiling diesel_table_macro_syntax v0.1.0
22592024-05-14T03:24:31.634Z Compiling hash32 v0.2.1
22602024-05-14T03:24:32.003Z Compiling strsim v0.11.0
22612024-05-14T03:24:32.029Z Compiling dyn-clone v1.0.17
22622024-05-14T03:24:32.342Z Compiling psl-types v2.0.11
22632024-05-14T03:24:32.353Z Compiling fallible-iterator v0.2.0
22642024-05-14T03:24:32.401Z Compiling clap_lex v0.7.0
22652024-05-14T03:24:32.513Z Compiling gimli v0.28.0
22662024-05-14T03:24:32.536Z Compiling stable_deref_trait v1.2.0
22672024-05-14T03:24:32.630Z Compiling maybe-uninit v2.0.0
22682024-05-14T03:24:32.645Z Compiling tap v1.0.1
22692024-05-14T03:24:32.816Z Compiling wyz v0.5.1
22702024-05-14T03:24:33.035Z Compiling postgres-protocol v0.6.6
22712024-05-14T03:24:33.098Z Compiling clap_builder v4.5.2
22722024-05-14T03:24:33.284Z Compiling tokio-rustls v0.24.1
22732024-05-14T03:24:33.741Z Compiling publicsuffix v2.2.3
22742024-05-14T03:24:34.295Z Compiling diesel_derives v2.1.2
22752024-05-14T03:24:36.564Z Compiling addr2line v0.21.0
22762024-05-14T03:24:37.296Z Compiling strum_macros v0.25.2
22772024-05-14T03:24:37.528Z Compiling tokio-native-tls v0.3.1
22782024-05-14T03:24:38.870Z Compiling usdt-macro v0.5.0
22792024-05-14T03:24:39.826Z Compiling usdt-attr-macro v0.5.0
22802024-05-14T03:24:41.408Z Compiling phf_shared v0.11.2
22812024-05-14T03:24:41.410Z Compiling num-iter v0.1.44
22822024-05-14T03:24:41.674Z Compiling enum-as-inner v0.5.1
22832024-05-14T03:24:42.695Z Compiling block-padding v0.3.3
22842024-05-14T03:24:42.901Z Compiling serde_repr v0.1.16
22852024-05-14T03:24:44.028Z Compiling ff v0.13.0
22862024-05-14T03:24:44.259Z Compiling scheduled-thread-pool v0.2.7
22872024-05-14T03:24:46.515Z Compiling object v0.32.1
22882024-05-14T03:24:46.762Z Compiling matches v0.1.10
22892024-05-14T03:24:46.847Z Compiling funty v2.0.0
22902024-05-14T03:24:48.490Z Compiling ipnet v2.9.0
22912024-05-14T03:24:49.572Z Compiling base16ct v0.2.0
22922024-05-14T03:24:49.644Z Compiling winnow v0.5.15
22932024-05-14T03:24:50.096Z Compiling rustc-demangle v0.1.23
22942024-05-14T03:24:50.639Z Compiling bitflags v1.3.2
22952024-05-14T03:24:50.861Z Compiling managed v0.8.0
22962024-05-14T03:24:51.748Z Compiling packed_struct v0.10.1
22972024-05-14T03:24:51.930Z Compiling regex-automata v0.1.10
22982024-05-14T03:24:52.154Z Compiling bit-vec v0.6.3
22992024-05-14T03:24:52.546Z Compiling num-bigint-dig v0.8.4
23002024-05-14T03:24:52.805Z Compiling bstr v0.2.17
23012024-05-14T03:24:53.225Z Compiling toml_edit v0.19.15
23022024-05-14T03:25:01.214Z Compiling sec1 v0.7.3
23032024-05-14T03:25:01.850Z Compiling bitvec v1.0.1
23042024-05-14T03:25:01.991Z Compiling idna v0.2.3
23052024-05-14T03:25:02.046Z Compiling r2d2 v0.8.10
23062024-05-14T03:25:02.407Z Compiling group v0.13.0
23072024-05-14T03:25:03.385Z Compiling inout v0.1.3
23082024-05-14T03:25:05.388Z Compiling phf v0.11.2
23092024-05-14T03:25:06.836Z Compiling hyper-tls v0.5.0
23102024-05-14T03:25:07.113Z Compiling signal-hook-mio v0.2.3
23112024-05-14T03:25:07.187Z Compiling clap v4.5.4
23122024-05-14T03:25:07.265Z Compiling cookie_store v0.20.0
23132024-05-14T03:25:07.304Z Compiling ipnetwork v0.20.0
23142024-05-14T03:25:08.110Z Compiling flate2 v1.0.28
23152024-05-14T03:25:08.462Z Compiling bzip2 v0.4.4
23162024-05-14T03:25:08.568Z Compiling postgres-types v0.2.6
23172024-05-14T03:25:08.606Z Compiling hyper-rustls v0.24.2
23182024-05-14T03:25:08.908Z Compiling regex v1.10.4
23192024-05-14T03:25:09.108Z Compiling hubpack v0.1.2
23202024-05-14T03:25:09.126Z Compiling phf_shared v0.10.0
23212024-05-14T03:25:09.500Z Compiling rustls-pemfile v1.0.3
23222024-05-14T03:25:09.532Z Compiling serde_urlencoded v0.7.1
23232024-05-14T03:25:09.828Z Compiling hkdf v0.12.4
23242024-05-14T03:25:09.913Z Compiling futures-executor v0.3.30
23252024-05-14T03:25:10.048Z Compiling packed_struct_codegen v0.10.1
23262024-05-14T03:25:10.279Z Compiling crypto-bigint v0.5.2
23272024-05-14T03:25:12.410Z Compiling float-cmp v0.9.0
23282024-05-14T03:25:12.641Z Compiling memmap v0.7.0
23292024-05-14T03:25:12.964Z Compiling indexmap v1.9.3
23302024-05-14T03:25:13.068Z Compiling encoding_rs v0.8.33
23312024-05-14T03:25:13.289Z Compiling minimal-lexical v0.2.1
23322024-05-14T03:25:13.794Z Compiling winnow v0.6.1
23332024-05-14T03:25:13.910Z Compiling unicode-width v0.1.11
23342024-05-14T03:25:14.071Z Compiling precomputed-hash v0.1.1
23352024-05-14T03:25:14.145Z Compiling predicates-core v1.0.6
23362024-05-14T03:25:14.187Z Compiling webpki-roots v0.25.2
23372024-05-14T03:25:14.328Z Compiling static_assertions v1.1.0
23382024-05-14T03:25:14.427Z Compiling difflib v0.4.0
23392024-05-14T03:25:14.453Z Compiling fixedbitset v0.4.2
23402024-05-14T03:25:14.856Z Compiling new_debug_unreachable v1.0.4
23412024-05-14T03:25:15.925Z Compiling mime v0.3.17
23422024-05-14T03:25:16.722Z Compiling sync_wrapper v0.1.2
23432024-05-14T03:25:16.889Z Compiling crc-catalog v2.2.0
23442024-05-14T03:25:17.026Z Compiling nodrop v0.1.14
23452024-05-14T03:25:17.249Z Compiling either v1.11.0
23462024-05-14T03:25:17.506Z Compiling normalize-line-endings v0.3.0
23472024-05-14T03:25:17.623Z Compiling whoami v1.5.1
23482024-05-14T03:25:17.648Z Compiling unicode-segmentation v1.10.1
23492024-05-14T03:25:18.185Z Compiling data-encoding v2.4.0
23502024-05-14T03:25:18.344Z Compiling similar v2.4.0
23512024-05-14T03:25:19.184Z Compiling trust-dns-proto v0.22.0
23522024-05-14T03:25:20.350Z Compiling tokio-postgres v0.7.10
23532024-05-14T03:25:20.958Z Compiling itertools v0.10.5
23542024-05-14T03:25:22.351Z Compiling predicates v3.1.0
23552024-05-14T03:25:23.806Z Compiling toml_edit v0.22.12
23562024-05-14T03:25:23.871Z Compiling array-init v0.0.4
23572024-05-14T03:25:24.763Z Compiling crc v3.0.1
23582024-05-14T03:25:24.887Z Compiling reqwest v0.11.27
23592024-05-14T03:25:27.064Z Compiling string_cache v0.8.7
23602024-05-14T03:25:27.488Z Compiling petgraph v0.6.4
23612024-05-14T03:25:31.066Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
23622024-05-14T03:25:31.447Z Compiling console v0.15.8
23632024-05-14T03:25:31.792Z Compiling nom v7.1.3
23642024-05-14T03:25:32.767Z Compiling usdt v0.5.0
23652024-05-14T03:25:34.131Z Compiling elliptic-curve v0.13.8
23662024-05-14T03:25:36.788Z Compiling futures v0.3.30
23672024-05-14T03:25:37.520Z Compiling smallvec v0.6.14
23682024-05-14T03:25:37.546Z Compiling zip v0.6.6
23692024-05-14T03:25:37.578Z Compiling diesel v2.1.6
23702024-05-14T03:25:37.581Z Compiling crossterm v0.27.0
23712024-05-14T03:25:37.783Z Compiling crossbeam-epoch v0.9.18
23722024-05-14T03:25:37.990Z Compiling yasna v0.5.2
23732024-05-14T03:25:38.537Z Compiling cipher v0.4.4
23742024-05-14T03:25:39.272Z Compiling toml v0.7.8
23752024-05-14T03:25:39.571Z Compiling bit-set v0.5.3
23762024-05-14T03:25:42.738Z Compiling bstr v1.9.0
23772024-05-14T03:25:43.066Z Compiling pkcs1 v0.7.5
23782024-05-14T03:25:43.810Z Compiling tokio-stream v0.1.15
23792024-05-14T03:25:44.592Z Compiling is-terminal v0.4.9
23802024-05-14T03:25:44.634Z Compiling openapiv3 v2.0.0
23812024-05-14T03:25:44.713Z Compiling hex v0.4.3
23822024-05-14T03:25:45.932Z Compiling signature v2.1.0
23832024-05-14T03:25:48.127Z Compiling bitfield v0.14.0
23842024-05-14T03:25:48.430Z Compiling hashbrown v0.12.3
23852024-05-14T03:25:48.741Z Compiling termcolor v1.2.0
23862024-05-14T03:25:50.148Z Compiling peg-runtime v0.8.3
23872024-05-14T03:25:50.842Z Compiling lalrpop-util v0.19.12
23882024-05-14T03:25:53.970Z Compiling env_logger v0.10.0
23892024-05-14T03:25:54.524Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
23902024-05-14T03:25:55.981Z Compiling rsa v0.9.2
23912024-05-14T03:26:03.907Z Compiling serde-hex v0.1.0
23922024-05-14T03:26:06.707Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
23932024-05-14T03:26:10.717Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23942024-05-14T03:26:11.257Z Compiling ron v0.8.1
23952024-05-14T03:26:11.661Z Compiling x509-cert v0.2.4
23962024-05-14T03:26:11.706Z Compiling hashbrown v0.13.2
23972024-05-14T03:26:19.508Z Compiling crc-any v2.4.3
23982024-05-14T03:26:22.672Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
23992024-05-14T03:26:35.400Z Compiling object v0.30.4
24002024-05-14T03:26:38.509Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
24012024-05-14T03:26:51.831Z Compiling path-slash v0.1.5
24022024-05-14T03:26:52.136Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
24032024-05-14T03:27:14.242Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
24042024-05-14T03:27:15.037Z Finished release [optimized] target(s) in 3m 46s
24052024-05-14T03:27:15.115Z
24062024-05-14T03:27:15.122Zreal 3:46.317943033
24072024-05-14T03:27:15.122Zuser 25:00.598279070
24082024-05-14T03:27:15.122Zsys 3:03.283561316
24092024-05-14T03:27:15.122Ztrap 0.760056448
24102024-05-14T03:27:15.122Ztflt 1.891395253
24112024-05-14T03:27:15.123Zdflt 0.487501383
24122024-05-14T03:27:15.123Zkflt 0.011128156
24132024-05-14T03:27:15.123Zlock 55:29.039402327
24142024-05-14T03:27:15.123Zslp 1:13:09.342528337
24152024-05-14T03:27:15.123Zlat 1:15.964475948
24162024-05-14T03:27:15.123Zstop 1:24.665456703
24172024-05-14T03:27:15.123Z+ ptime -m gzip
24182024-05-14T03:27:15.384Z
24192024-05-14T03:27:15.384Zreal 0.265440132
24202024-05-14T03:27:15.385Zuser 0.262771078
24212024-05-14T03:27:15.385Zsys 0.002120217
24222024-05-14T03:27:15.385Ztrap 0.000017229
24232024-05-14T03:27:15.385Ztflt 0.000000000
24242024-05-14T03:27:15.385Zdflt 0.000000000
24252024-05-14T03:27:15.385Zkflt 0.000000000
24262024-05-14T03:27:15.385Zlock 0.000000000
24272024-05-14T03:27:15.389Zslp 0.000000000
24282024-05-14T03:27:15.389Zlat 0.000089154
24292024-05-14T03:27:15.389Zstop 0.000217327
24302024-05-14T03:27:15.389Z+ banner tufaceous
24312024-05-14T03:27:15.389Z
24322024-05-14T03:27:15.389Z ##### # # ###### ## #### ###### #### # # ####
24332024-05-14T03:27:15.389Z # # # # # # # # # # # # # #
24342024-05-14T03:27:15.389Z # # # ##### # # # ##### # # # # ####
24352024-05-14T03:27:15.389Z # # # # ###### # # # # # # #
24362024-05-14T03:27:15.390Z # # # # # # # # # # # # # # #
24372024-05-14T03:27:15.390Z # #### # # # #### ###### #### #### ####
24382024-05-14T03:27:15.390Z
24392024-05-14T03:27:15.390Z+ ptime -m cargo build --locked -p tufaceous --release
24402024-05-14T03:27:15.905Z Downloading crates ...
24412024-05-14T03:27:16.086Z Downloaded snafu-derive v0.8.2
24422024-05-14T03:27:16.092Z Downloaded olpc-cjson v0.1.3
24432024-05-14T03:27:16.095Z Downloaded buf-list v1.0.3
24442024-05-14T03:27:16.102Z Downloaded parse-size v1.0.0
24452024-05-14T03:27:16.105Z Downloaded pin-project-internal v1.1.3
24462024-05-14T03:27:16.106Z Downloaded serde_plain v1.0.2
24472024-05-14T03:27:16.106Z Downloaded async-recursion v1.1.0
24482024-05-14T03:27:16.109Z Downloaded fs-err v2.11.0
24492024-05-14T03:27:16.114Z Downloaded globset v0.4.13
24502024-05-14T03:27:16.124Z Downloaded pin-project v1.1.3
24512024-05-14T03:27:16.130Z Downloaded typed-path v0.7.0
24522024-05-14T03:27:16.136Z Downloaded tough v0.17.1
24532024-05-14T03:27:16.143Z Downloaded snafu v0.8.2
24542024-05-14T03:27:16.243Z Compiling regress v0.9.1
24552024-05-14T03:27:16.319Z Compiling dirs-sys-next v0.1.2
24562024-05-14T03:27:16.322Z Compiling heck v0.5.0
24572024-05-14T03:27:16.322Z Compiling strsim v0.10.0
24582024-05-14T03:27:16.322Z Compiling ident_case v1.0.1
24592024-05-14T03:27:16.322Z Compiling rustls-pki-types v1.3.0
24602024-05-14T03:27:16.361Z Compiling getopts v0.2.21
24612024-05-14T03:27:16.504Z Compiling dirs-next v2.0.0
24622024-05-14T03:27:16.753Z Compiling darling_core v0.20.8
24632024-05-14T03:27:16.925Z Compiling thread_local v1.1.7
24642024-05-14T03:27:17.188Z Compiling slog-async v2.8.0
24652024-05-14T03:27:17.451Z Compiling paste v1.0.14
24662024-05-14T03:27:17.582Z Compiling base64 v0.22.1
24672024-05-14T03:27:17.664Z Compiling camino v1.1.6
24682024-05-14T03:27:17.723Z Compiling rustls v0.22.4
24692024-05-14T03:27:17.774Z Compiling unsafe-libyaml v0.2.10
24702024-05-14T03:27:18.024Z Compiling rustls-webpki v0.102.1
24712024-05-14T03:27:18.036Z Compiling term v0.7.0
24722024-05-14T03:27:18.712Z Compiling crossbeam-channel v0.5.8
24732024-05-14T03:27:19.578Z Compiling serde_yaml v0.9.25
24742024-05-14T03:27:20.411Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
24752024-05-14T03:27:20.876Z Compiling structmeta-derive v0.3.0
24762024-05-14T03:27:22.374Z Compiling multer v3.1.0
24772024-05-14T03:27:22.698Z Compiling match_cfg v0.1.0
24782024-05-14T03:27:22.792Z Compiling take_mut v0.2.2
24792024-05-14T03:27:22.908Z Compiling darling_macro v0.20.8
24802024-05-14T03:27:22.945Z Compiling hostname v0.3.1
24812024-05-14T03:27:23.277Z Compiling slog-term v2.9.1
24822024-05-14T03:27:23.580Z Compiling structmeta v0.3.0
24832024-05-14T03:27:23.892Z Compiling darling v0.20.8
24842024-05-14T03:27:25.084Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24852024-05-14T03:27:25.105Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
24862024-05-14T03:27:25.454Z Compiling slog-json v2.6.1
24872024-05-14T03:27:25.703Z Compiling http v1.0.0
24882024-05-14T03:27:25.977Z Compiling async-stream-impl v0.3.5
24892024-05-14T03:27:26.183Z Compiling pin-project-internal v1.1.3
24902024-05-14T03:27:26.198Z Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
24912024-05-14T03:27:26.523Z Compiling fastrand v2.0.1
24922024-05-14T03:27:26.643Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
24932024-05-14T03:27:26.950Z Compiling atomic-waker v1.1.1
24942024-05-14T03:27:27.139Z Compiling waitgroup v0.1.2
24952024-05-14T03:27:27.195Z Compiling tempfile v3.10.1
24962024-05-14T03:27:27.256Z Compiling async-stream v0.3.5
24972024-05-14T03:27:27.632Z Compiling slog-bunyan v2.5.0
24982024-05-14T03:27:27.898Z Compiling tokio-rustls v0.25.0
24992024-05-14T03:27:28.483Z Compiling serde_with_macros v3.7.0
25002024-05-14T03:27:29.136Z Compiling pin-project v1.1.3
25012024-05-14T03:27:29.136Z Compiling parse-display-derive v0.9.0
25022024-05-14T03:27:29.136Z Compiling rustls-pemfile v2.1.2
25032024-05-14T03:27:29.882Z Compiling toml v0.8.12
25042024-05-14T03:27:30.275Z Compiling sha1 v0.10.6
25052024-05-14T03:27:30.524Z Compiling newtype-uuid v1.1.0
25062024-05-14T03:27:30.827Z Compiling strum_macros v0.26.1
25072024-05-14T03:27:31.201Z Compiling snafu-derive v0.8.2
25082024-05-14T03:27:31.309Z Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
25092024-05-14T03:27:31.764Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
25102024-05-14T03:27:33.125Z Compiling serde_path_to_error v0.1.16
25112024-05-14T03:27:33.344Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25122024-05-14T03:27:34.129Z Compiling hostname v0.4.0
25132024-05-14T03:27:34.155Z Compiling fs-err v2.11.0
25142024-05-14T03:27:34.385Z Compiling instant v0.1.12
25152024-05-14T03:27:34.474Z Compiling buf-list v1.0.3
25162024-05-14T03:27:34.551Z Compiling debug-ignore v1.0.5
25172024-05-14T03:27:34.705Z Compiling same-file v1.0.6
25182024-05-14T03:27:34.954Z Compiling arc-swap v1.6.0
25192024-05-14T03:27:35.098Z Compiling walkdir v2.5.0
25202024-05-14T03:27:35.373Z Compiling strum v0.26.2
25212024-05-14T03:27:35.568Z Compiling slog-scope v4.4.0
25222024-05-14T03:27:36.013Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
25232024-05-14T03:27:36.152Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
25242024-05-14T03:27:36.472Z Compiling snafu v0.8.2
25252024-05-14T03:27:36.777Z Compiling backoff v0.4.0
25262024-05-14T03:27:37.524Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25272024-05-14T03:27:37.534Z Compiling parse-display v0.9.0
25282024-05-14T03:27:37.653Z Compiling serde_with v3.7.0
25292024-05-14T03:27:37.845Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25302024-05-14T03:27:38.311Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25312024-05-14T03:27:39.096Z Compiling globset v0.4.13
25322024-05-14T03:27:39.418Z Compiling pem v3.0.4
25332024-05-14T03:27:41.005Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
25342024-05-14T03:27:41.610Z Compiling olpc-cjson v0.1.3
25352024-05-14T03:27:41.616Z Compiling serde_plain v1.0.2
25362024-05-14T03:27:42.034Z Compiling macaddr v1.0.1
25372024-05-14T03:27:42.291Z Compiling async-recursion v1.1.0
25382024-05-14T03:27:42.663Z Compiling xattr v1.0.1
25392024-05-14T03:27:42.851Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
25402024-05-14T03:27:42.970Z Compiling filetime v0.2.23
25412024-05-14T03:27:43.304Z Compiling typed-path v0.7.0
25422024-05-14T03:27:43.854Z Compiling tar v0.4.40
25432024-05-14T03:27:47.526Z Compiling tough v0.17.1
25442024-05-14T03:27:50.230Z Compiling slog-stdlog v4.1.1
25452024-05-14T03:27:51.174Z Compiling camino-tempfile v1.1.1
25462024-05-14T03:27:51.561Z Compiling itertools v0.12.1
25472024-05-14T03:27:52.036Z Compiling parse-size v1.0.0
25482024-05-14T03:27:52.328Z Compiling slog-envlogger v2.2.0
25492024-05-14T03:27:55.061Z Compiling humantime v2.1.0
25502024-05-14T03:27:58.510Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
25512024-05-14T03:28:04.686Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25522024-05-14T03:28:12.993Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
25532024-05-14T03:28:14.978Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
25542024-05-14T03:28:35.627Z Finished release [optimized] target(s) in 1m 20s
25552024-05-14T03:28:35.719Z
25562024-05-14T03:28:35.722Zreal 1:20.302914679
25572024-05-14T03:28:35.722Zuser 8:43.721033429
25582024-05-14T03:28:35.722Zsys 41.994437494
25592024-05-14T03:28:35.722Ztrap 0.233328214
25602024-05-14T03:28:35.722Ztflt 0.504635675
25612024-05-14T03:28:35.722Zdflt 0.322991229
25622024-05-14T03:28:35.722Zkflt 0.013978108
25632024-05-14T03:28:35.722Zlock 16:32.316443828
25642024-05-14T03:28:35.722Zslp 19:08.871740202
25652024-05-14T03:28:35.722Zlat 22.337644461
25662024-05-14T03:28:35.722Zstop 17.629962704
25672024-05-14T03:28:35.723Z+ ptime -m gzip
25682024-05-14T03:28:37.055Z
25692024-05-14T03:28:37.055Zreal 1.332189770
25702024-05-14T03:28:37.056Zuser 1.324799485
25712024-05-14T03:28:37.056Zsys 0.006818207
25722024-05-14T03:28:37.056Ztrap 0.000072805
25732024-05-14T03:28:37.056Ztflt 0.000000000
25742024-05-14T03:28:37.056Zdflt 0.000000000
25752024-05-14T03:28:37.056Zkflt 0.000000000
25762024-05-14T03:28:37.056Zlock 0.000000000
25772024-05-14T03:28:37.056Zslp 0.000000000
25782024-05-14T03:28:37.056Zlat 0.000089655
25792024-05-14T03:28:37.056Zstop 0.000184029
25802024-05-14T03:28:37.059Z+ banner permission-slip
25812024-05-14T03:28:37.059Z
25822024-05-14T03:28:37.059Z ##### ###### ##### # # # #### #### # #### # #
25832024-05-14T03:28:37.059Z # # # # # ## ## # # # # # # ## #
25842024-05-14T03:28:37.059Z # # ##### # # # ## # # #### #### # # # # # #
25852024-05-14T03:28:37.059Z ##### # ##### # # # # # # # # # # #
25862024-05-14T03:28:37.059Z # # # # # # # # # # # # # # # ##
25872024-05-14T03:28:37.059Z # ###### # # # # # #### #### # #### # #
25882024-05-14T03:28:37.059Z
25892024-05-14T03:28:37.059Z+ source ./tools/permslip_commit
25902024-05-14T03:28:37.059Z++ COMMIT=5d44e0065f90051a28881c75e3574142ada9b695
25912024-05-14T03:28:37.059Z+ git init /work/permission-slip-build
25922024-05-14T03:28:37.062Zhint: Using 'master' as the name for the initial branch. This default branch name
25932024-05-14T03:28:37.063Zhint: is subject to change. To configure the initial branch name to use in all
25942024-05-14T03:28:37.063Zhint: of your new repositories, which will suppress this warning, call:
25952024-05-14T03:28:37.063Zhint:
25962024-05-14T03:28:37.063Zhint: git config --global init.defaultBranch <name>
25972024-05-14T03:28:37.063Zhint:
25982024-05-14T03:28:37.063Zhint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
25992024-05-14T03:28:37.063Zhint: 'development'. The just-created branch can be renamed via this command:
26002024-05-14T03:28:37.063Zhint:
26012024-05-14T03:28:37.063Zhint: git branch -m <name>
26022024-05-14T03:28:37.069ZInitialized empty Git repository in /work/permission-slip-build/.git/
26032024-05-14T03:28:37.069Z+ pushd /work/permission-slip-build
26042024-05-14T03:28:37.069Z/work/permission-slip-build /work/oxidecomputer/omicron
26052024-05-14T03:28:37.069Z+ git remote add origin https://github.com/oxidecomputer/permission-slip.git
26062024-05-14T03:28:37.072Z+ ptime -m git fetch --depth 1 origin 5d44e0065f90051a28881c75e3574142ada9b695
26072024-05-14T03:28:37.722ZFrom https://github.com/oxidecomputer/permission-slip
26082024-05-14T03:28:37.722Z * branch 5d44e0065f90051a28881c75e3574142ada9b695 -> FETCH_HEAD
26092024-05-14T03:28:37.725Z
26102024-05-14T03:28:37.726Zreal 0.653960276
26112024-05-14T03:28:37.726Zuser 0.056912385
26122024-05-14T03:28:37.726Zsys 0.023755543
26132024-05-14T03:28:37.726Ztrap 0.000005958
26142024-05-14T03:28:37.726Ztflt 0.000000000
26152024-05-14T03:28:37.726Zdflt 0.000004639
26162024-05-14T03:28:37.726Zkflt 0.000000000
26172024-05-14T03:28:37.726Zlock 0.000027658
26182024-05-14T03:28:37.726Zslp 1.910331548
26192024-05-14T03:28:37.726Zlat 0.002340073
26202024-05-14T03:28:37.726Zstop 0.000811415
26212024-05-14T03:28:37.726Z+ git checkout FETCH_HEAD
26222024-05-14T03:28:37.734ZNote: switching to 'FETCH_HEAD'.
26232024-05-14T03:28:37.734Z
26242024-05-14T03:28:37.734ZYou are in 'detached HEAD' state. You can look around, make experimental
26252024-05-14T03:28:37.734Zchanges and commit them, and you can discard any commits you make in this
26262024-05-14T03:28:37.734Zstate without impacting any branches by switching back to a branch.
26272024-05-14T03:28:37.734Z
26282024-05-14T03:28:37.735ZIf you want to create a new branch to retain commits you create, you may
26292024-05-14T03:28:37.735Zdo so (now or later) by using -c with the switch command. Example:
26302024-05-14T03:28:37.735Z
26312024-05-14T03:28:37.735Z git switch -c <new-branch-name>
26322024-05-14T03:28:37.735Z
26332024-05-14T03:28:37.735ZOr undo this operation with:
26342024-05-14T03:28:37.735Z
26352024-05-14T03:28:37.735Z git switch -
26362024-05-14T03:28:37.735Z
26372024-05-14T03:28:37.735ZTurn off this advice by setting config variable advice.detachedHead to false
26382024-05-14T03:28:37.735Z
26392024-05-14T03:28:37.735ZHEAD is now at 5d44e00 Ensure SSH tables exist in the database
26402024-05-14T03:28:37.738Z+ ptime -m cargo build --locked -p permission-slip-client --release
26412024-05-14T03:28:37.741Zinfo: syncing channel updates for '1.74-x86_64-unknown-illumos'
26422024-05-14T03:28:37.950Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
26432024-05-14T03:28:37.950Zinfo: downloading component 'cargo'
26442024-05-14T03:28:38.586Zinfo: downloading component 'clippy'
26452024-05-14T03:28:38.807Zinfo: downloading component 'rust-docs'
26462024-05-14T03:28:39.589Zinfo: downloading component 'rust-std'
26472024-05-14T03:28:40.744Zinfo: downloading component 'rustc'
26482024-05-14T03:28:43.998Zinfo: downloading component 'rustfmt'
26492024-05-14T03:28:44.191Zinfo: installing component 'cargo'
26502024-05-14T03:28:45.071Zinfo: installing component 'clippy'
26512024-05-14T03:28:45.420Zinfo: installing component 'rust-docs'
26522024-05-14T03:28:46.903Zinfo: installing component 'rust-std'
26532024-05-14T03:28:48.543Zinfo: installing component 'rustc'
26542024-05-14T03:28:52.693Zinfo: installing component 'rustfmt'
26552024-05-14T03:28:53.228Z Updating crates.io index
26562024-05-14T03:28:53.409Z Updating git repository `https://github.com/oxidecomputer/sshauth`
26572024-05-14T03:28:54.047ZFrom https://github.com/oxidecomputer/sshauth
26582024-05-14T03:28:54.047Z * [new branch] dependabot/cargo/mio-0.8.11 -> origin/dependabot/cargo/mio-0.8.11
26592024-05-14T03:28:54.053Z * [new branch] main -> origin/main
26602024-05-14T03:28:54.053Z * [new branch] paranoia -> origin/paranoia
26612024-05-14T03:28:54.053Z * [new branch] readme -> origin/readme
26622024-05-14T03:28:54.053Z * [new ref] -> origin/HEAD
26632024-05-14T03:28:54.343Z Downloading crates ...
26642024-05-14T03:28:54.483Z Downloaded anstream v0.6.13
26652024-05-14T03:28:54.492Z Downloaded ahash v0.8.11
26662024-05-14T03:28:54.510Z Downloaded is-terminal v0.4.12
26672024-05-14T03:28:54.512Z Downloaded aho-corasick v1.1.3
26682024-05-14T03:28:54.517Z Downloaded curve25519-dalek-derive v0.1.1
26692024-05-14T03:28:54.520Z Downloaded autocfg v1.2.0
26702024-05-14T03:28:54.522Z Downloaded bitflags v2.5.0
26712024-05-14T03:28:54.525Z Downloaded anyhow v1.0.81
26722024-05-14T03:28:54.528Z Downloaded itoa v1.0.11
26732024-05-14T03:28:54.531Z Downloaded block-buffer v0.9.0
26742024-05-14T03:28:54.535Z Downloaded anstyle v1.0.6
26752024-05-14T03:28:54.545Z Downloaded iana-time-zone v0.1.60
26762024-05-14T03:28:54.551Z Downloaded clap-num v1.1.1
26772024-05-14T03:28:54.554Z Downloaded bincode v1.3.3
26782024-05-14T03:28:54.556Z Downloaded anstyle-query v1.0.2
26792024-05-14T03:28:54.561Z Downloaded flagset v0.4.5
26802024-05-14T03:28:54.563Z Downloaded digest v0.9.0
26812024-05-14T03:28:54.564Z Downloaded anstyle-parse v0.2.3
26822024-05-14T03:28:54.578Z Downloaded opaque-debug v0.3.1
26832024-05-14T03:28:54.581Z Downloaded http-body v0.4.6
26842024-05-14T03:28:54.583Z Downloaded ed25519-dalek v1.0.1
26852024-05-14T03:28:54.599Z Downloaded typify-macro v0.0.16
26862024-05-14T03:28:54.608Z Downloaded ed25519 v1.5.3
26872024-05-14T03:28:54.610Z Downloaded rustls-pemfile v1.0.4
26882024-05-14T03:28:54.619Z Downloaded try-lock v0.2.5
26892024-05-14T03:28:54.624Z Downloaded env_logger v0.10.2
26902024-05-14T03:28:54.632Z Downloaded pkg-config v0.3.30
26912024-05-14T03:28:54.640Z Downloaded ed25519 v2.2.3
26922024-05-14T03:28:54.649Z Downloaded signature v2.2.0
26932024-05-14T03:28:54.651Z Downloaded xdg v2.5.2
26942024-05-14T03:28:54.654Z Downloaded thiserror v1.0.58
26952024-05-14T03:28:54.657Z Downloaded ssh-cipher v0.2.0
26962024-05-14T03:28:54.660Z Downloaded spki v0.7.3
26972024-05-14T03:28:54.660Z Downloaded tls_codec_derive v0.4.1
26982024-05-14T03:28:54.663Z Downloaded signature v1.6.4
26992024-05-14T03:28:54.663Z Downloaded sha2 v0.9.9
27002024-05-14T03:28:54.666Z Downloaded ssh-encoding v0.2.0
27012024-05-14T03:28:54.666Z Downloaded lock_api v0.4.11
27022024-05-14T03:28:54.669Z Downloaded cc v1.0.90
27032024-05-14T03:28:54.671Z Downloaded tls_codec v0.4.1
27042024-05-14T03:28:54.674Z Downloaded termcolor v1.4.1
27052024-05-14T03:28:54.674Z Downloaded platforms v3.4.0
27062024-05-14T03:28:54.677Z Downloaded sct v0.7.1
27072024-05-14T03:28:54.680Z Downloaded thiserror-impl v1.0.58
27082024-05-14T03:28:54.680Z Downloaded schemars_derive v0.8.16
27092024-05-14T03:28:54.695Z Downloaded parking_lot_core v0.9.9
27102024-05-14T03:28:54.698Z Downloaded typify v0.0.16
27112024-05-14T03:28:54.698Z Downloaded serde_derive_internals v0.26.0
27122024-05-14T03:28:54.701Z Downloaded quote v1.0.35
27132024-05-14T03:28:54.712Z Downloaded crc-any v2.4.4
27142024-05-14T03:28:54.718Z Downloaded smallvec v1.13.2
27152024-05-14T03:28:54.722Z Downloaded ed25519-dalek v2.1.1
27162024-05-14T03:28:54.732Z Downloaded schemars v0.8.16
27172024-05-14T03:28:54.747Z Downloaded typenum v1.17.0
27182024-05-14T03:28:54.750Z Downloaded ryu v1.0.17
27192024-05-14T03:28:54.753Z Downloaded proc-macro2 v1.0.79
27202024-05-14T03:28:54.756Z Downloaded serde_derive v1.0.197
27212024-05-14T03:28:54.763Z Downloaded crypto-bigint v0.5.5
27222024-05-14T03:28:54.773Z Downloaded openssl-sys v0.9.101
27232024-05-14T03:28:54.782Z Downloaded unsafe-libyaml v0.2.11
27242024-05-14T03:28:54.785Z Downloaded oauth2 v4.4.2
27252024-05-14T03:28:54.806Z Downloaded rsa v0.9.6
27262024-05-14T03:28:54.811Z Downloaded serde_yaml v0.9.34+deprecated
27272024-05-14T03:28:54.827Z Downloaded serde v1.0.197
27282024-05-14T03:28:54.836Z Downloaded heapless v0.7.17
27292024-05-14T03:28:54.846Z Downloaded libm v0.2.8
27302024-05-14T03:28:54.853Z Downloaded x509-cert v0.2.5
27312024-05-14T03:28:54.858Z Downloaded ssh-key v0.6.5
27322024-05-14T03:28:54.867Z Downloaded h2 v0.3.25
27332024-05-14T03:28:54.871Z Downloaded unicode-normalization v0.1.23
27342024-05-14T03:28:54.910Z Downloaded serde_json v1.0.115
27352024-05-14T03:28:54.930Z Downloaded blake3 v1.5.1
27362024-05-14T03:28:54.969Z Downloaded chrono v0.4.37
27372024-05-14T03:28:54.984Z Downloaded p384 v0.13.0
27382024-05-14T03:28:55.004Z Downloaded webpki-roots v0.25.4
27392024-05-14T03:28:55.009Z Downloaded syn v2.0.55
27402024-05-14T03:28:55.017Z Downloaded regress v0.8.0
27412024-05-14T03:28:55.033Z Downloaded rustls v0.21.10
27422024-05-14T03:28:55.061Z Downloaded regex-syntax v0.8.3
27432024-05-14T03:28:55.076Z Downloaded rustix v0.38.32
27442024-05-14T03:28:55.106Z Downloaded curve25519-dalek v3.2.0
27452024-05-14T03:28:55.118Z Downloaded typify-impl v0.0.16
27462024-05-14T03:28:55.145Z Downloaded regex-automata v0.4.6
27472024-05-14T03:28:55.159Z Downloaded libc v0.2.153
27482024-05-14T03:28:55.184Z Downloaded tokio v1.36.0
27492024-05-14T03:28:55.345Z Compiling proc-macro2 v1.0.79
27502024-05-14T03:28:55.345Z Compiling unicode-ident v1.0.12
27512024-05-14T03:28:55.348Z Compiling version_check v0.9.4
27522024-05-14T03:28:55.348Z Compiling cfg-if v1.0.0
27532024-05-14T03:28:55.348Z Compiling libc v0.2.153
27542024-05-14T03:28:55.348Z Compiling autocfg v1.2.0
27552024-05-14T03:28:55.349Z Compiling typenum v1.17.0
27562024-05-14T03:28:55.361Z Compiling serde v1.0.197
27572024-05-14T03:28:55.461Z Compiling subtle v2.5.0
27582024-05-14T03:28:55.539Z Compiling const-oid v0.9.6
27592024-05-14T03:28:55.814Z Compiling cc v1.0.90
27602024-05-14T03:28:56.009Z Compiling once_cell v1.19.0
27612024-05-14T03:28:56.029Z Compiling generic-array v0.14.7
27622024-05-14T03:28:56.063Z Compiling ahash v0.8.11
27632024-05-14T03:28:56.465Z Compiling lock_api v0.4.11
27642024-05-14T03:28:56.483Z Compiling scopeguard v1.2.0
27652024-05-14T03:28:56.503Z Compiling serde_json v1.0.115
27662024-05-14T03:28:56.631Z Compiling syn v1.0.109
27672024-05-14T03:28:56.867Z Compiling quote v1.0.35
27682024-05-14T03:28:57.240Z Compiling syn v2.0.55
27692024-05-14T03:28:57.458Z Compiling getrandom v0.2.12
27702024-05-14T03:28:57.583Z Compiling smallvec v1.13.2
27712024-05-14T03:28:57.594Z Compiling itoa v1.0.11
27722024-05-14T03:28:57.692Z Compiling rand_core v0.6.4
27732024-05-14T03:28:57.906Z Compiling base64ct v1.6.0
27742024-05-14T03:28:58.122Z Compiling libm v0.2.8
27752024-05-14T03:28:58.164Z Compiling memchr v2.7.1
27762024-05-14T03:28:58.283Z Compiling parking_lot_core v0.9.9
27772024-05-14T03:28:58.531Z Compiling pem-rfc7468 v0.7.0
27782024-05-14T03:28:58.541Z Compiling pin-project-lite v0.2.13
27792024-05-14T03:28:58.554Z Compiling zerocopy v0.7.32
27802024-05-14T03:28:58.662Z Compiling bytes v1.6.0
27812024-05-14T03:28:58.833Z Compiling num-traits v0.2.18
27822024-05-14T03:28:59.238Z Compiling thiserror v1.0.58
27832024-05-14T03:28:59.425Z Compiling log v0.4.21
27842024-05-14T03:28:59.860Z Compiling allocator-api2 v0.2.16
27852024-05-14T03:29:00.814Z Compiling hashbrown v0.14.3
27862024-05-14T03:29:01.204Z Compiling flagset v0.4.5
27872024-05-14T03:29:01.451Z Compiling bitflags v2.5.0
27882024-05-14T03:29:01.797Z Compiling parking_lot v0.12.1
27892024-05-14T03:29:02.039Z Compiling spin v0.9.8
27902024-05-14T03:29:02.253Z Compiling mio v0.8.11
27912024-05-14T03:29:02.466Z Compiling num_cpus v1.16.0
27922024-05-14T03:29:02.508Z Compiling signal-hook-registry v1.4.1
27932024-05-14T03:29:02.604Z Compiling socket2 v0.5.6
27942024-05-14T03:29:03.115Z Compiling vcpkg v0.2.15
27952024-05-14T03:29:04.276Z Compiling schemars v0.8.16
27962024-05-14T03:29:04.298Z Compiling semver v1.0.22
27972024-05-14T03:29:04.427Z Compiling cpufeatures v0.2.12
27982024-05-14T03:29:04.582Z Compiling pkg-config v0.3.30
27992024-05-14T03:29:04.744Z Compiling serde_derive_internals v0.26.0
28002024-05-14T03:29:04.747Z Compiling ring v0.17.8
28012024-05-14T03:29:04.946Z Compiling ryu v1.0.17
28022024-05-14T03:29:05.827Z Compiling openssl-sys v0.9.101
28032024-05-14T03:29:06.680Z Compiling slab v0.4.9
28042024-05-14T03:29:06.896Z Compiling fnv v1.0.7
28052024-05-14T03:29:06.923Z Compiling futures-core v0.3.30
28062024-05-14T03:29:06.926Z Compiling equivalent v1.0.1
28072024-05-14T03:29:07.044Z Compiling http v0.2.12
28082024-05-14T03:29:07.095Z Compiling rustc_version v0.4.0
28092024-05-14T03:29:07.258Z Compiling tracing-core v0.1.32
28102024-05-14T03:29:07.651Z Compiling byteorder v1.5.0
28112024-05-14T03:29:07.702Z Compiling untrusted v0.9.0
28122024-05-14T03:29:08.189Z Compiling tracing v0.1.40
28132024-05-14T03:29:08.376Z Compiling futures-io v0.3.30
28142024-05-14T03:29:08.743Z Compiling foreign-types-shared v0.1.1
28152024-05-14T03:29:08.862Z Compiling futures-sink v0.3.30
28162024-05-14T03:29:08.946Z Compiling pin-utils v0.1.0
28172024-05-14T03:29:09.034Z Compiling chrono v0.4.37
28182024-05-14T03:29:09.057Z Compiling dyn-clone v1.0.17
28192024-05-14T03:29:09.143Z Compiling futures-task v0.3.30
28202024-05-14T03:29:09.256Z Compiling httparse v1.8.0
28212024-05-14T03:29:09.481Z Compiling ppv-lite86 v0.2.17
28222024-05-14T03:29:09.769Z Compiling openssl v0.10.64
28232024-05-14T03:29:09.796Z Compiling serde_derive v1.0.197
28242024-05-14T03:29:10.115Z Compiling zeroize_derive v1.4.2
28252024-05-14T03:29:10.142Z Compiling der_derive v0.7.2
28262024-05-14T03:29:10.240Z Compiling tokio-macros v2.2.0
28272024-05-14T03:29:10.358Z Compiling thiserror-impl v1.0.58
28282024-05-14T03:29:11.201Z Compiling schemars_derive v0.8.16
28292024-05-14T03:29:11.714Z Compiling zeroize v1.7.0
28302024-05-14T03:29:12.048Z Compiling tokio v1.36.0
28312024-05-14T03:29:12.409Z Compiling uuid v1.8.0
28322024-05-14T03:29:12.613Z Compiling der v0.7.8
28332024-05-14T03:29:12.979Z Compiling openssl-macros v0.1.1
28342024-05-14T03:29:13.388Z Compiling crypto-common v0.1.6
28352024-05-14T03:29:13.464Z Compiling block-buffer v0.10.4
28362024-05-14T03:29:13.726Z Compiling digest v0.10.7
28372024-05-14T03:29:13.761Z Compiling futures-util v0.3.30
28382024-05-14T03:29:13.869Z Compiling foreign-types v0.3.2
28392024-05-14T03:29:14.201Z Compiling sha2 v0.10.8
28402024-05-14T03:29:14.383Z Compiling signature v2.2.0
28412024-05-14T03:29:14.720Z Compiling regress v0.8.0
28422024-05-14T03:29:15.503Z Compiling spki v0.7.3
28432024-05-14T03:29:15.807Z Compiling pkcs8 v0.10.2
28442024-05-14T03:29:17.700Z Compiling native-tls v0.2.11
28452024-05-14T03:29:18.518Z Compiling rustls v0.21.10
28462024-05-14T03:29:18.920Z Compiling tinyvec_macros v0.1.1
28472024-05-14T03:29:19.016Z Compiling try-lock v0.2.5
28482024-05-14T03:29:19.182Z Compiling heck v0.4.1
28492024-05-14T03:29:19.639Z Compiling want v0.3.1
28502024-05-14T03:29:19.703Z Compiling tinyvec v1.6.0
28512024-05-14T03:29:19.988Z Compiling sct v0.7.1
28522024-05-14T03:29:20.225Z Compiling rustls-webpki v0.101.7
28532024-05-14T03:29:21.186Z Compiling tokio-util v0.7.10
28542024-05-14T03:29:22.547Z Compiling http-body v0.4.6
28552024-05-14T03:29:23.097Z Compiling futures-channel v0.3.30
28562024-05-14T03:29:23.711Z Compiling ff v0.13.0
28572024-05-14T03:29:23.945Z Compiling tower-service v0.3.2
28582024-05-14T03:29:24.485Z Compiling getrandom v0.1.16
28592024-05-14T03:29:24.489Z Compiling indexmap v2.2.6
28602024-05-14T03:29:24.947Z Compiling serde_tokenstream v0.2.0
28612024-05-14T03:29:25.015Z Compiling iana-time-zone v0.1.60
28622024-05-14T03:29:25.091Z Compiling openssl-probe v0.1.5
28632024-05-14T03:29:25.479Z Compiling httpdate v1.0.3
28642024-05-14T03:29:25.656Z Compiling base16ct v0.2.0
28652024-05-14T03:29:25.770Z Compiling rustix v0.38.32
28662024-05-14T03:29:26.216Z Compiling h2 v0.3.25
28672024-05-14T03:29:26.263Z Compiling percent-encoding v2.3.1
28682024-05-14T03:29:26.621Z Compiling form_urlencoded v1.2.1
28692024-05-14T03:29:26.786Z Compiling sec1 v0.7.3
28702024-05-14T03:29:28.918Z Compiling typify-impl v0.0.16
28712024-05-14T03:29:30.779Z Compiling group v0.13.0
28722024-05-14T03:29:31.329Z Compiling unicode-normalization v0.1.23
28732024-05-14T03:29:31.394Z Compiling hyper v0.14.28
28742024-05-14T03:29:32.992Z Compiling crypto-bigint v0.5.5
28752024-05-14T03:29:36.653Z Compiling errno v0.3.8
28762024-05-14T03:29:36.919Z Compiling utf8parse v0.2.1
28772024-05-14T03:29:37.088Z Compiling platforms v3.4.0
28782024-05-14T03:29:37.127Z Compiling unicode-bidi v0.3.15
28792024-05-14T03:29:37.723Z Compiling radium v0.7.0
28802024-05-14T03:29:38.936Z Compiling idna v0.5.0
28812024-05-14T03:29:39.929Z Compiling curve25519-dalek v4.1.2
28822024-05-14T03:29:40.433Z Compiling anstyle-parse v0.2.3
28832024-05-14T03:29:40.848Z Compiling tokio-rustls v0.24.1
28842024-05-14T03:29:41.076Z Compiling typify-macro v0.0.16
28852024-05-14T03:29:41.341Z Compiling elliptic-curve v0.13.8
28862024-05-14T03:29:42.137Z Compiling tokio-native-tls v0.3.1
28872024-05-14T03:29:43.412Z Compiling hmac v0.12.1
28882024-05-14T03:29:43.487Z Compiling rand_chacha v0.3.1
28892024-05-14T03:29:43.658Z Compiling aho-corasick v1.1.3
28902024-05-14T03:29:44.817Z Compiling anstyle v1.0.6
28912024-05-14T03:29:45.194Z Compiling colorchoice v1.0.0
28922024-05-14T03:29:45.371Z Compiling base64 v0.21.7
28932024-05-14T03:29:45.430Z Compiling anstyle-query v1.0.2
28942024-05-14T03:29:45.589Z Compiling regex-syntax v0.8.3
28952024-05-14T03:29:45.847Z Compiling tap v1.0.1
28962024-05-14T03:29:46.044Z Compiling maybe-uninit v2.0.0
28972024-05-14T03:29:46.390Z Compiling wyz v0.5.1
28982024-05-14T03:29:46.588Z Compiling rustls-pemfile v1.0.4
28992024-05-14T03:29:46.878Z Compiling anstream v0.6.13
29002024-05-14T03:29:47.455Z Compiling rand v0.8.5
29012024-05-14T03:29:47.458Z Compiling rfc6979 v0.4.0
29022024-05-14T03:29:47.602Z Compiling rand_core v0.5.1
29032024-05-14T03:29:48.086Z Compiling hyper-tls v0.5.0
29042024-05-14T03:29:48.237Z Compiling terminal_size v0.3.0
29052024-05-14T03:29:48.473Z Compiling hyper-rustls v0.24.2
29062024-05-14T03:29:48.595Z Compiling url v2.5.0
29072024-05-14T03:29:48.908Z Compiling serde_urlencoded v0.7.1
29082024-05-14T03:29:49.243Z Compiling inout v0.1.3
29092024-05-14T03:29:49.492Z Compiling regex-automata v0.4.6
29102024-05-14T03:29:49.541Z Compiling curve25519-dalek-derive v0.1.1
29112024-05-14T03:29:49.612Z Compiling heapless v0.7.17
29122024-05-14T03:29:50.144Z Compiling num-integer v0.1.46
29132024-05-14T03:29:52.029Z Compiling encoding_rs v0.8.33
29142024-05-14T03:29:55.214Z Compiling mime v0.3.17
29152024-05-14T03:29:57.600Z Compiling heck v0.5.0
29162024-05-14T03:29:58.044Z Compiling num-bigint-dig v0.8.4
29172024-05-14T03:29:59.708Z Compiling ipnet v2.9.0
29182024-05-14T03:30:00.962Z Compiling unicode-width v0.1.11
29192024-05-14T03:30:01.123Z Compiling strsim v0.11.0
29202024-05-14T03:30:02.682Z Compiling packed_struct v0.10.1
29212024-05-14T03:30:03.182Z Compiling clap_lex v0.7.0
29222024-05-14T03:30:03.195Z Compiling sync_wrapper v0.1.2
29232024-05-14T03:30:03.334Z Compiling funty v2.0.0
29242024-05-14T03:30:04.008Z Compiling spin v0.5.2
29252024-05-14T03:30:04.278Z Compiling webpki-roots v0.25.4
29262024-05-14T03:30:04.453Z Compiling reqwest v0.11.27
29272024-05-14T03:30:04.550Z Compiling lazy_static v1.4.0
29282024-05-14T03:30:04.681Z Compiling bitvec v1.0.1
29292024-05-14T03:30:04.685Z Compiling clap_builder v4.5.2
29302024-05-14T03:30:06.461Z Compiling getopts v0.2.21
29312024-05-14T03:30:08.803Z Compiling clap_derive v4.5.4
29322024-05-14T03:30:12.703Z Compiling regex v1.10.4
29332024-05-14T03:30:13.851Z Compiling num-iter v0.1.44
29342024-05-14T03:30:14.119Z Compiling cipher v0.4.4
29352024-05-14T03:30:14.601Z Compiling ecdsa v0.16.9
29362024-05-14T03:30:16.093Z Compiling typify v0.0.16
29372024-05-14T03:30:16.229Z Compiling primeorder v0.13.6
29382024-05-14T03:30:16.808Z Compiling openapiv3 v2.0.0
29392024-05-14T03:30:18.065Z Compiling ssh-encoding v0.2.0
29402024-05-14T03:30:18.520Z Compiling ed25519 v2.2.3
29412024-05-14T03:30:18.940Z Compiling digest v0.9.0
29422024-05-14T03:30:19.196Z Compiling packed_struct_codegen v0.10.1
29432024-05-14T03:30:19.463Z Compiling hash32 v0.2.1
29442024-05-14T03:30:19.920Z Compiling slog v2.7.0
29452024-05-14T03:30:20.497Z Compiling stable_deref_trait v1.2.0
29462024-05-14T03:30:20.601Z Compiling anyhow v1.0.81
29472024-05-14T03:30:21.391Z Compiling nodrop v0.1.14
29482024-05-14T03:30:21.524Z Compiling unsafe-libyaml v0.2.11
29492024-05-14T03:30:21.859Z Compiling array-init v0.0.4
29502024-05-14T03:30:23.184Z Compiling serde_yaml v0.9.34+deprecated
29512024-05-14T03:30:26.078Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b)
29522024-05-14T03:30:27.282Z Compiling ed25519-dalek v2.1.1
29532024-05-14T03:30:28.226Z Compiling ssh-cipher v0.2.0
29542024-05-14T03:30:28.535Z Compiling p256 v0.13.2
29552024-05-14T03:30:28.677Z Compiling smallvec v0.6.14
29562024-05-14T03:30:31.182Z Compiling clap v4.5.4
29572024-05-14T03:30:32.975Z Compiling rand_chacha v0.2.2
29582024-05-14T03:30:35.740Z Compiling pkcs1 v0.7.5
29592024-05-14T03:30:36.234Z Compiling block-buffer v0.9.0
29602024-05-14T03:30:36.445Z Compiling zerocopy-derive v0.6.6
29612024-05-14T03:30:38.633Z Compiling blake3 v1.5.1
29622024-05-14T03:30:39.315Z Compiling is-terminal v0.4.12
29632024-05-14T03:30:39.450Z Compiling opaque-debug v0.3.1
29642024-05-14T03:30:39.552Z Compiling termcolor v1.4.1
29652024-05-14T03:30:39.586Z Compiling bitfield v0.14.0
29662024-05-14T03:30:39.897Z Compiling embedded-io v0.4.0
29672024-05-14T03:30:40.178Z Compiling cobs v0.2.3
29682024-05-14T03:30:40.703Z Compiling base64 v0.13.1
29692024-05-14T03:30:41.062Z Compiling signature v1.6.4
29702024-05-14T03:30:41.287Z Compiling ed25519 v1.5.3
29712024-05-14T03:30:41.621Z Compiling postcard v1.0.8
29722024-05-14T03:30:41.638Z Compiling env_logger v0.10.2
29732024-05-14T03:30:41.678Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29742024-05-14T03:30:42.770Z Compiling sha2 v0.9.9
29752024-05-14T03:30:45.779Z Compiling zerocopy v0.6.6
29762024-05-14T03:30:46.683Z Compiling rsa v0.9.6
29772024-05-14T03:30:46.765Z Compiling rand v0.7.3
29782024-05-14T03:30:47.959Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b)
29792024-05-14T03:30:47.962Z Compiling serde-hex v0.1.0
29802024-05-14T03:30:49.591Z Compiling ssh-key v0.6.5
29812024-05-14T03:30:54.291Z Compiling curve25519-dalek v3.2.0
29822024-05-14T03:30:55.383Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b)
29832024-05-14T03:30:57.198Z Compiling bincode v1.3.3
29842024-05-14T03:30:58.378Z Compiling serde_path_to_error v0.1.16
29852024-05-14T03:30:59.457Z Compiling x509-cert v0.2.5
29862024-05-14T03:31:03.612Z Compiling arrayvec v0.7.4
29872024-05-14T03:31:04.069Z Compiling hex v0.4.3
29882024-05-14T03:31:04.772Z Compiling crc-any v2.4.4
29892024-05-14T03:31:05.401Z Compiling constant_time_eq v0.3.0
29902024-05-14T03:31:05.577Z Compiling arrayref v0.3.7
29912024-05-14T03:31:05.770Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29922024-05-14T03:31:07.666Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b)
29932024-05-14T03:31:07.865Z Compiling oauth2 v4.4.2
29942024-05-14T03:31:08.606Z Compiling sshauth v0.1.0 (https://github.com/oxidecomputer/sshauth#a145680a)
29952024-05-14T03:31:13.512Z Compiling ed25519-dalek v1.0.1
29962024-05-14T03:31:14.200Z Compiling clap-num v1.1.1
29972024-05-14T03:31:14.458Z Compiling xdg v2.5.2
29982024-05-14T03:31:15.281Z Compiling permission-slip-client v1.0.0 (/work/permission-slip-build/client)
29992024-05-14T03:31:39.509Z Finished release [optimized] target(s) in 2m 46s
30002024-05-14T03:31:39.577Z
30012024-05-14T03:31:39.577Zreal 3:01.807759122
30022024-05-14T03:31:39.577Zuser 19:21.431493087
30032024-05-14T03:31:39.577Zsys 1:41.579074654
30042024-05-14T03:31:39.577Ztrap 0.575499823
30052024-05-14T03:31:39.577Ztflt 1.098336394
30062024-05-14T03:31:39.577Zdflt 0.390114308
30072024-05-14T03:31:39.578Zkflt 0.000025578
30082024-05-14T03:31:39.578Zlock 45:57.607051924
30092024-05-14T03:31:39.578Zslp 54:06.805976847
30102024-05-14T03:31:39.578Zlat 59.260001806
30112024-05-14T03:31:39.578Zstop 46.004577374
30122024-05-14T03:31:39.581Z+ ptime -m gzip
30132024-05-14T03:31:40.726Z
30142024-05-14T03:31:40.726Zreal 1.144893854
30152024-05-14T03:31:40.726Zuser 1.135086304
30162024-05-14T03:31:40.726Zsys 0.008614012
30172024-05-14T03:31:40.726Ztrap 0.000300173
30182024-05-14T03:31:40.726Ztflt 0.000000000
30192024-05-14T03:31:40.726Zdflt 0.000000000
30202024-05-14T03:31:40.726Zkflt 0.000000000
30212024-05-14T03:31:40.727Zlock 0.000000000
30222024-05-14T03:31:40.727Zslp 0.000000000
30232024-05-14T03:31:40.727Zlat 0.000470521
30242024-05-14T03:31:40.727Zstop 0.000195778
30252024-05-14T03:31:40.733Zprocess exited: duration 1005042 ms, exit code 0
 
30262024-05-14T03:31:40.744Zfound 9 output files
30272024-05-14T03:31:40.744Zuploading: /work/end-to-end-tests/bootstrap-2207def7d90b42b7.gz (7251702 bytes)
30282024-05-14T03:31:51.738Zuploaded: /work/end-to-end-tests/bootstrap-2207def7d90b42b7.gz
30292024-05-14T03:31:51.738Zuploading: /work/end-to-end-tests/bootstrap.gz (102933332 bytes)
30302024-05-14T03:32:22.478Zuploaded: /work/end-to-end-tests/bootstrap.gz
30312024-05-14T03:32:22.478Zuploading: /work/end-to-end-tests/commtest-f0b4ec76401acdf5.gz (7251914 bytes)
30322024-05-14T03:32:28.009Zuploaded: /work/end-to-end-tests/commtest-f0b4ec76401acdf5.gz
30332024-05-14T03:32:28.009Zuploading: /work/end-to-end-tests/dhcp_server-2ddb3148240fa929.gz (7247796 bytes)
30342024-05-14T03:32:32.986Zuploaded: /work/end-to-end-tests/dhcp_server-2ddb3148240fa929.gz
30352024-05-14T03:32:32.986Zuploading: /work/end-to-end-tests/end_to_end_tests-9beabbe68405e846.gz (106344985 bytes)
30362024-05-14T03:33:07.089Zuploaded: /work/end-to-end-tests/end_to_end_tests-9beabbe68405e846.gz
30372024-05-14T03:33:07.089Zuploading: /work/caboose-util.gz (2409605 bytes)
30382024-05-14T03:33:09.227Zuploaded: /work/caboose-util.gz
30392024-05-14T03:33:09.227Zuploading: /work/tufaceous.gz (12207629 bytes)
30402024-05-14T03:33:13.485Zuploaded: /work/tufaceous.gz
30412024-05-14T03:33:13.486Zuploading: /work/commtest (463826368 bytes)
30422024-05-14T03:36:20.930Zuploaded: /work/commtest
30432024-05-14T03:36:20.930Zuploading: /work/permslip.gz (10331245 bytes)
30442024-05-14T03:36:24.348Zuploaded: /work/permslip.gz