01HX5V5EKANSWGHW549B0HH6TS: 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: 01HX5V5PMMVYZ0WM6Z11R604J3

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-05-06T02:19:58.012Zjob assigned to worker 01HX5V5RH423TD1PWVRKY0TTNC (queued for 34 s)
 
22024-05-06T02:19:58.841Zstarting task 0: "setup"
32024-05-06T02:19:58.866Z++ uname -s
42024-05-06T02:19:58.866Z+ kern=SunOS
52024-05-06T02:19:58.866Z+ case "$kern" in
62024-05-06T02:19:58.866Z+ groupadd -g 12345 build
72024-05-06T02:19:58.866Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-05-06T02:20:00.872Z+ zfs create -o mountpoint=/work rpool/work
92024-05-06T02:20:00.932Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-05-06T02:20:00.957Z+ home_fs=zfs
112024-05-06T02:20:00.957Z+ [[ zfs == autofs ]]
122024-05-06T02:20:00.957Z+ mkdir -p /home/build
132024-05-06T02:20:00.957Z+ chown build:build /home/build /work
142024-05-06T02:20:02.942Z+ chmod 0700 /home/build /work
152024-05-06T02:20:02.968Zprocess exited: duration 4105 ms, exit code 0
 
162024-05-06T02:20:03.021Zstarting task 1: "rust-toolchain"
172024-05-06T02:20:03.047Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-05-06T02:20:03.047Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-05-06T02:20:03.161Zinfo: downloading installer
202024-05-06T02:20:03.870Zwarning: it looks like you have an existing installation of Rust at:
212024-05-06T02:20:03.870Zwarning: /opt/ooce/bin
222024-05-06T02:20:03.870Zwarning: It is recommended that rustup be the primary Rust installation.
232024-05-06T02:20:03.871Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-05-06T02:20:03.871Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-05-06T02:20:03.871Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-05-06T02:20:03.871Zwarning: or pass `-y' to ignore all ignorable checks.
272024-05-06T02:20:03.871Zerror: cannot install while Rust is installed
282024-05-06T02:20:03.871Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-05-06T02:20:03.905Zinfo: profile set to 'default'
302024-05-06T02:20:03.931Zinfo: default host triple is x86_64-unknown-illumos
312024-05-06T02:20:03.931Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-05-06T02:20:04.003Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-05-06T02:20:04.003Zinfo: downloading component 'cargo'
342024-05-06T02:20:04.175Zinfo: downloading component 'clippy'
352024-05-06T02:20:04.234Zinfo: downloading component 'rust-docs'
362024-05-06T02:20:04.431Zinfo: downloading component 'rust-std'
372024-05-06T02:20:04.781Zinfo: downloading component 'rustc'
382024-05-06T02:20:06.375Zinfo: downloading component 'rustfmt'
392024-05-06T02:20:06.518Zinfo: installing component 'cargo'
402024-05-06T02:20:07.570Zinfo: installing component 'clippy'
412024-05-06T02:20:08.058Zinfo: installing component 'rust-docs'
422024-05-06T02:20:10.425Zinfo: installing component 'rust-std'
432024-05-06T02:20:12.698Zinfo: installing component 'rustc'
442024-05-06T02:20:17.123Zinfo: installing component 'rustfmt'
452024-05-06T02:20:17.497Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-05-06T02:20:17.498Z
472024-05-06T02:20:17.635Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-05-06T02:20:17.635Z
492024-05-06T02:20:18.075Z
502024-05-06T02:20:18.075ZRust is installed now. Great!
512024-05-06T02:20:18.075Z
522024-05-06T02:20:18.075ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-05-06T02:20:18.075Zenvironment variable. This has not been done automatically.
542024-05-06T02:20:18.075Z
552024-05-06T02:20:18.075ZTo configure your current shell, you need to source
562024-05-06T02:20:18.075Zthe corresponding env file under $HOME/.cargo.
572024-05-06T02:20:18.075Z
582024-05-06T02:20:18.075ZThis is usually done by running one of the following (note the leading DOT):
592024-05-06T02:20:18.075Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-05-06T02:20:18.075Zsource "$HOME/.cargo/env.fish" # For fish
612024-05-06T02:20:18.105Z+ rustc --version
622024-05-06T02:20:18.105Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-05-06T02:20:18.105Zprocess exited: duration 14785 ms, exit code 0
 
642024-05-06T02:20:18.155Zstarting task 2: "authentication"
652024-05-06T02:20:18.211Zprocess exited: duration 56 ms, exit code 0
 
662024-05-06T02:20:18.260Zstarting task 3: "clone repository"
672024-05-06T02:20:18.285Z+ mkdir -p /work/oxidecomputer/omicron
682024-05-06T02:20:18.285Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-05-06T02:20:18.309ZCloning into '/work/oxidecomputer/omicron'...
702024-05-06T02:20:26.908Z+ cd /work/oxidecomputer/omicron
712024-05-06T02:20:26.908Z+ git fetch origin 29fd2ec0f9274f5a8444d0dff0e063dd66201362
722024-05-06T02:20:27.350ZFrom https://github.com/oxidecomputer/omicron
732024-05-06T02:20:27.350Z * branch 29fd2ec0f9274f5a8444d0dff0e063dd66201362 -> FETCH_HEAD
742024-05-06T02:20:27.377Z+ [[ -n insert-default-allowlist-on-migration ]]
752024-05-06T02:20:27.377Z++ git branch --show-current
762024-05-06T02:20:27.378Z+ current=main
772024-05-06T02:20:27.378Z+ [[ main != insert-default-allowlist-on-migration ]]
782024-05-06T02:20:27.378Z+ git branch -f insert-default-allowlist-on-migration 29fd2ec0f9274f5a8444d0dff0e063dd66201362
792024-05-06T02:20:27.378Z+ git checkout -f insert-default-allowlist-on-migration
802024-05-06T02:20:27.944ZSwitched to branch 'insert-default-allowlist-on-migration'
812024-05-06T02:20:27.969Z+ git reset --hard 29fd2ec0f9274f5a8444d0dff0e063dd66201362
822024-05-06T02:20:27.969ZHEAD is now at 29fd2ec0f Do not return elapsed from background task. It makes the tests flaky and is already captured by the driver.
832024-05-06T02:20:27.969Zprocess exited: duration 9292 ms, exit code 0
 
842024-05-06T02:20:28.032Zstarting task 4: "build"
852024-05-06T02:20:28.056Z+ cargo --version
862024-05-06T02:20:28.056Zinfo: syncing channel updates for '1.77.2-x86_64-unknown-illumos'
872024-05-06T02:20:28.177Zinfo: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09)
882024-05-06T02:20:28.177Zinfo: downloading component 'cargo'
892024-05-06T02:20:28.400Zinfo: downloading component 'clippy'
902024-05-06T02:20:28.462Zinfo: downloading component 'rust-docs'
912024-05-06T02:20:28.693Zinfo: downloading component 'rust-std'
922024-05-06T02:20:29.024Zinfo: downloading component 'rustc'
932024-05-06T02:20:29.832Zinfo: downloading component 'rustfmt'
942024-05-06T02:20:29.871Zinfo: installing component 'cargo'
952024-05-06T02:20:30.872Zinfo: installing component 'clippy'
962024-05-06T02:20:31.244Zinfo: installing component 'rust-docs'
972024-05-06T02:20:33.627Zinfo: installing component 'rust-std'
982024-05-06T02:20:35.576Zinfo: installing component 'rustc'
992024-05-06T02:20:40.163Zinfo: installing component 'rustfmt'
1002024-05-06T02:20:40.611Zcargo 1.77.2 (e52e36006 2024-03-26)
1012024-05-06T02:20:40.636Z+ rustc --version
1022024-05-06T02:20:40.709Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
1032024-05-06T02:20:40.734Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1042024-05-06T02:20:42.574Z Startup: Refreshing catalog 'helios-dev' ... Done
1052024-05-06T02:20:44.123ZPlanning: Solver setup ... Done (1.133s)
1062024-05-06T02:20:44.152ZPlanning: Running solver ... Done (0.021s)
1072024-05-06T02:20:44.183ZPlanning: Finding local manifests ... Done (0.002s)
1082024-05-06T02:20:44.184ZPlanning: Fetching manifests: 0/4 0% complete
1092024-05-06T02:20:44.593ZPlanning: Fetching manifests: 4/4 100% complete
1102024-05-06T02:20:44.658ZPlanning: Package planning ... Done (0.064s)
1112024-05-06T02:20:44.717ZPlanning: Merging actions ... Done (0.059s)
1122024-05-06T02:20:45.083ZPlanning: Checking for conflicting actions ... Done (0.365s)
1132024-05-06T02:20:45.107ZPlanning: Consolidating action changes ... Done (0.016s)
1142024-05-06T02:20:45.792ZPlanning: Evaluating mediators ... Done (0.690s)
1152024-05-06T02:20:45.818ZPlanning: Planning completed in 3.22 seconds
1162024-05-06T02:20:45.818Z Packages to install: 4
1172024-05-06T02:20:45.818Z Mediators to change: 2
1182024-05-06T02:20:45.818Z Services to change: 1
1192024-05-06T02:20:45.818Z Estimated space available: 148.36 GB
1202024-05-06T02:20:45.818ZEstimated space to be consumed: 1.44 GB
1212024-05-06T02:20:45.818Z Create boot environment: No
1222024-05-06T02:20:45.818ZCreate backup boot environment: No
1232024-05-06T02:20:45.818Z Rebuild boot archive: No
1242024-05-06T02:20:45.818Z
1252024-05-06T02:20:45.818ZChanged mediators:
1262024-05-06T02:20:45.818Z mediator clang:
1272024-05-06T02:20:45.818Z version: None -> 15 (system default)
1282024-05-06T02:20:45.818Z
1292024-05-06T02:20:45.818Z mediator llvm:
1302024-05-06T02:20:45.818Z version: 14 (system default) -> 15 (system default)
1312024-05-06T02:20:45.818Z
1322024-05-06T02:20:45.818ZChanged packages:
1332024-05-06T02:20:45.819Zhelios-dev
1342024-05-06T02:20:45.819Z developer/build-essential
1352024-05-06T02:20:45.819Z None -> 11-2.0
1362024-05-06T02:20:45.819Z library/libxmlsec1
1372024-05-06T02:20:45.819Z None -> 1.2.35-2.0
1382024-05-06T02:20:45.819Z ooce/developer/clang-15
1392024-05-06T02:20:45.819Z None -> 15.0.7-2.0
1402024-05-06T02:20:45.819Z ooce/developer/llvm-15
1412024-05-06T02:20:45.819Z None -> 15.0.7-2.0
1422024-05-06T02:20:45.819Z
1432024-05-06T02:20:45.819ZServices:
1442024-05-06T02:20:45.819Z restart_fmri:
1452024-05-06T02:20:45.819Z svc:/system/update-man-index:default
1462024-05-06T02:20:45.883Z
1472024-05-06T02:20:45.883ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1482024-05-06T02:20:50.871ZDownload: 564/3290 items 17.6/212.6MB 8% complete (3.6M/s)
1492024-05-06T02:20:55.884ZDownload: 1194/3290 items 58.2/212.6MB 27% complete (5.8M/s)
1502024-05-06T02:21:00.888ZDownload: 1199/3290 items 83.5/212.6MB 39% complete (6.6M/s)
1512024-05-06T02:21:05.892ZDownload: 2008/3290 items 118.7/212.6MB 55% complete (6.2M/s)
1522024-05-06T02:21:10.898ZDownload: 2590/3290 items 120.5/212.6MB 56% complete (3.8M/s)
1532024-05-06T02:21:15.895ZDownload: 3241/3290 items 187.8/212.6MB 88% complete (6.8M/s)
1542024-05-06T02:21:19.120ZDownload: Completed 212.60 MB in 33.25 seconds (6.4M/s)
1552024-05-06T02:21:19.249Z Actions: 1/3689 actions (Installing new actions)
1562024-05-06T02:21:24.250Z Actions: 2830/3689 actions (Installing new actions)
1572024-05-06T02:21:24.900Z Actions: Completed 3689 actions in 5.65 seconds.
1582024-05-06T02:21:25.162Z Done (0.262s)
1592024-05-06T02:21:25.162Z Done (0.000s)
1602024-05-06T02:21:25.518Z Done (0.355s)
1612024-05-06T02:21:30.513Z Done (4.855s)
1622024-05-06T02:21:30.621Z Done (0.020s)
1632024-05-06T02:21:30.646Z Done (0.000s)
1642024-05-06T02:21:30.818Z Done (0.000s)
1652024-05-06T02:21:31.360ZPlanning: Evaluating mediator changes ... Done
1662024-05-06T02:21:31.613ZPlanning: Checking for conflicting actions ... Done
1672024-05-06T02:21:31.638ZPlanning: Consolidating action changes ... Done
1682024-05-06T02:21:31.937ZPlanning: Evaluating mediators ... Done
1692024-05-06T02:21:31.961ZPlanning: Planning completed in 0.58 seconds
1702024-05-06T02:21:31.986Z Mediators to change: 2
1712024-05-06T02:21:31.986Z Create boot environment: No
1722024-05-06T02:21:31.986ZCreate backup boot environment: No
1732024-05-06T02:21:32.035Z Done
1742024-05-06T02:21:32.035Z Done
1752024-05-06T02:21:32.290Z Done
1762024-05-06T02:21:36.613Z Done
1772024-05-06T02:21:36.693Z Done
1782024-05-06T02:21:36.717Z Done
1792024-05-06T02:21:36.763Z Done
1802024-05-06T02:21:37.530ZPlanning: Evaluating mediator changes ... Done
1812024-05-06T02:21:37.555ZPlanning: Merging actions ... Done
1822024-05-06T02:21:37.783ZPlanning: Checking for conflicting actions ... Done
1832024-05-06T02:21:37.808ZPlanning: Consolidating action changes ... Done
1842024-05-06T02:21:38.091ZPlanning: Evaluating mediators ... Done
1852024-05-06T02:21:38.156ZPlanning: Planning completed in 0.91 seconds
1862024-05-06T02:21:38.196Z Packages to change: 1
1872024-05-06T02:21:38.196Z Mediators to change: 1
1882024-05-06T02:21:38.196Z Services to change: 1
1892024-05-06T02:21:38.196Z Create boot environment: No
1902024-05-06T02:21:38.196ZCreate backup boot environment: Yes
1912024-05-06T02:21:39.735Z Actions: 1/6 actions (Updating modified actions)
1922024-05-06T02:21:39.770Z Actions: Completed 6 actions in 0.00 seconds.
1932024-05-06T02:21:39.771Z Done
1942024-05-06T02:21:39.771Z Done
1952024-05-06T02:21:39.806Z Done
1962024-05-06T02:21:43.956Z Done
1972024-05-06T02:21:44.042Z Done
1982024-05-06T02:21:44.066Z Done
1992024-05-06T02:21:44.114Z Done
2002024-05-06T02:21:44.644ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012024-05-06T02:21:44.644Zclang system 15 system
2022024-05-06T02:21:44.644Zcsh system system illumos
2032024-05-06T02:21:44.644Zctags system system illumos
2042024-05-06T02:21:44.644Zgcc vendor 12 vendor
2052024-05-06T02:21:44.644Zgcc system 10 system
2062024-05-06T02:21:44.644Zgcc system 7 system
2072024-05-06T02:21:44.645Zgo system 1.20 system
2082024-05-06T02:21:44.645Zgo system 1.19 system
2092024-05-06T02:21:44.645Zllvm system 15 system
2102024-05-06T02:21:44.645Zllvm system 14 system
2112024-05-06T02:21:44.645Zmariadb system 10.6 system
2122024-05-06T02:21:44.645Zmta vendor vendor dma
2132024-05-06T02:21:44.645Zopenjdk system 17 system
2142024-05-06T02:21:44.645Zopenjdk system 11 system
2152024-05-06T02:21:44.645Zopenjdk system 1.8 system
2162024-05-06T02:21:44.645Zopenssl vendor 3 vendor
2172024-05-06T02:21:44.645Zperl system 5.36 system
2182024-05-06T02:21:44.645Zpostgresql system 15 system
2192024-05-06T02:21:44.645Zpostgresql system 13 system
2202024-05-06T02:21:44.645Zpython vendor 3 vendor
2212024-05-06T02:21:44.645Zpython system 2 system
2222024-05-06T02:21:44.646Zpython3 system 3.11 system
2232024-05-06T02:21:44.646Zruby system 3.0 system
2242024-05-06T02:21:44.646Zwords vendor vendor american-english
2252024-05-06T02:21:44.646Zwords system system australian-english
2262024-05-06T02:21:44.646Zwords system system british-english
2272024-05-06T02:21:44.646Zwords system system canadian-english
2282024-05-06T02:21:44.646Zwords system system french
2292024-05-06T02:21:44.646Zwords system system italian
2302024-05-06T02:21:44.646Zwords system system ngerman
2312024-05-06T02:21:44.646Zwords system system ogerman
2322024-05-06T02:21:44.646Zwords system system spanish
2332024-05-06T02:21:45.044ZPUBLISHER TYPE STATUS P LOCATION
2342024-05-06T02:21:45.044Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2352024-05-06T02:21:46.643ZFMRI IFO
2362024-05-06T02:21:46.643Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2372024-05-06T02:21:46.643Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2382024-05-06T02:21:46.643Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2392024-05-06T02:21:46.643Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2402024-05-06T02:21:46.643Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2412024-05-06T02:21:46.644Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2422024-05-06T02:21:46.644Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2432024-05-06T02:21:46.644Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2442024-05-06T02:21:46.644Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2452024-05-06T02:21:46.644Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2462024-05-06T02:21:46.644Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2472024-05-06T02:21:46.644Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2482024-05-06T02:21:46.889Z+ set -o errexit
2492024-05-06T02:21:46.914Z+++ dirname ./tools/ci_download_cockroachdb
2502024-05-06T02:21:46.914Z++ cd ./tools
2512024-05-06T02:21:46.914Z++ pwd
2522024-05-06T02:21:46.915Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2532024-05-06T02:21:46.915Z++ basename ./tools/ci_download_cockroachdb
2542024-05-06T02:21:46.915Z+ ARG0=ci_download_cockroachdb
2552024-05-06T02:21:46.915Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2562024-05-06T02:21:46.915Z+ CIDL_VERSION=v22.1.9
2572024-05-06T02:21:46.915Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2582024-05-06T02:21:46.915Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2592024-05-06T02:21:46.915Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2602024-05-06T02:21:46.915Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2612024-05-06T02:21:46.915Z+ TARGET_DIR=out
2622024-05-06T02:21:46.915Z+ DOWNLOAD_DIR=out/downloads
2632024-05-06T02:21:46.915Z+ DEST_DIR=./out/cockroachdb
2642024-05-06T02:21:46.915Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2652024-05-06T02:21:46.915Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2662024-05-06T02:21:46.915Z+ main
2672024-05-06T02:21:46.915Z+ [[ 0 != 0 ]]
2682024-05-06T02:21:46.915Z+ CIDL_OS=solaris2.11
2692024-05-06T02:21:46.915Z+ [[ 0 != 0 ]]
2702024-05-06T02:21:46.915Z+ configure_os solaris2.11
2712024-05-06T02:21:46.915Z+ echo 'current directory: /work/oxidecomputer/omicron'
2722024-05-06T02:21:46.915Zcurrent directory: /work/oxidecomputer/omicron
2732024-05-06T02:21:46.915Z+ echo 'configuring based on OS: "solaris2.11"'
2742024-05-06T02:21:46.916Z+ case "$1" in
2752024-05-06T02:21:46.916Z+ CIDL_BUILD=illumos
2762024-05-06T02:21:46.916Z+ CIDL_SUFFIX=tar.gz
2772024-05-06T02:21:46.916Zconfiguring based on OS: "solaris2.11"
2782024-05-06T02:21:46.916Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2792024-05-06T02:21:46.916Z+ CIDL_URL_BASE=https://illumos.org/downloads
2802024-05-06T02:21:46.916Z+ CIDL_ASSEMBLE=do_assemble_illumos
2812024-05-06T02:21:46.916Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2822024-05-06T02:21:46.916Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2832024-05-06T02:21:46.916Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2842024-05-06T02:21:46.916Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2852024-05-06T02:21:46.916Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2862024-05-06T02:21:46.916Z+ CIDL_SHA256FUNC=do_sha256sum
2872024-05-06T02:21:46.916Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2882024-05-06T02:21:46.916Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2892024-05-06T02:21:46.916Z+ mkdir -p out/downloads
2902024-05-06T02:21:46.916ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2912024-05-06T02:21:46.916ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2922024-05-06T02:21:46.916Z+ mkdir -p ./out/cockroachdb
2932024-05-06T02:21:46.916Z+ local DO_DOWNLOAD=true
2942024-05-06T02:21:46.916Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2952024-05-06T02:21:46.916Z+ '[' true == true ']'
2962024-05-06T02:21:46.916Z+ echo Downloading...
2972024-05-06T02:21:46.916ZDownloading...
2982024-05-06T02:21:46.917Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2992024-05-06T02:21:46.917Z+ curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3002024-05-06T02:21:54.123Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3012024-05-06T02:21:54.148Z++ sha256sum
3022024-05-06T02:21:54.148Z++ awk '{print $1}'
3032024-05-06T02:21:54.202Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3042024-05-06T02:21:54.202Z+ [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]]
3052024-05-06T02:21:54.202Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3062024-05-06T02:21:54.202Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3072024-05-06T02:21:57.108Z+ do_assemble_illumos
3082024-05-06T02:21:57.108Z+ rm -r ./out/cockroachdb
3092024-05-06T02:21:57.133Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3102024-05-06T02:21:57.500Z+ ./out/cockroachdb/bin/cockroach version
3112024-05-06T02:21:57.758ZBuild Tag: v22.1.9-dirty
3122024-05-06T02:21:57.759ZBuild Time: 2022/10/26 21:17:46
3132024-05-06T02:21:57.759ZDistribution: OSS
3142024-05-06T02:21:57.759ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3152024-05-06T02:21:57.759ZGo Version: go1.17.13
3162024-05-06T02:21:57.759ZC Compiler: gcc 10.3.0
3172024-05-06T02:21:57.759ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3182024-05-06T02:21:57.759ZBuild Type: release
3192024-05-06T02:21:57.784Z+ set -o errexit
3202024-05-06T02:21:57.809Z+++ dirname ./tools/ci_download_clickhouse
3212024-05-06T02:21:57.809Z++ cd ./tools
3222024-05-06T02:21:57.809Z++ pwd
3232024-05-06T02:21:57.809Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3242024-05-06T02:21:57.809Z++ basename ./tools/ci_download_clickhouse
3252024-05-06T02:21:57.809Z+ ARG0=ci_download_clickhouse
3262024-05-06T02:21:57.809Z+ TARGET_DIR=out
3272024-05-06T02:21:57.809Z+ DOWNLOAD_DIR=out/downloads
3282024-05-06T02:21:57.809Z+ DEST_DIR=./out/clickhouse
3292024-05-06T02:21:57.809Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3302024-05-06T02:21:57.809Z+ CIDL_VERSION=v23.8.7.24
3312024-05-06T02:21:57.809Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3322024-05-06T02:21:57.809Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3332024-05-06T02:21:57.810Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3342024-05-06T02:21:57.810Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3352024-05-06T02:21:57.810Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3362024-05-06T02:21:57.810Z+ main
3372024-05-06T02:21:57.810Z+ [[ 0 != 0 ]]
3382024-05-06T02:21:57.810Z+ CIDL_OS=solaris2.11
3392024-05-06T02:21:57.810Z+ [[ 0 != 0 ]]
3402024-05-06T02:21:57.810Z+ configure_os solaris2.11
3412024-05-06T02:21:57.810Z+ echo 'current directory: /work/oxidecomputer/omicron'
3422024-05-06T02:21:57.810Z+ echo 'configuring based on OS: "solaris2.11"'
3432024-05-06T02:21:57.810Zcurrent directory: /work/oxidecomputer/omicron
3442024-05-06T02:21:57.810Zconfiguring based on OS: "solaris2.11"
3452024-05-06T02:21:57.810Z+ CIDL_DASHREV=
3462024-05-06T02:21:57.810Z+ case "$1" in
3472024-05-06T02:21:57.810Z+ CIDL_PLATFORM=illumos
3482024-05-06T02:21:57.810Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3492024-05-06T02:21:57.810Z+ CIDL_MD5FUNC=do_md5sum
3502024-05-06T02:21:57.810Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3512024-05-06T02:21:57.810Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3522024-05-06T02:21:57.810Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3532024-05-06T02:21:57.810Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3542024-05-06T02:21:57.810Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3552024-05-06T02:21:57.810Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3562024-05-06T02:21:57.811Z+ mkdir -p out/downloads
3572024-05-06T02:21:57.811ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3582024-05-06T02:21:57.811ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3592024-05-06T02:21:57.811Z+ mkdir -p ./out/clickhouse
3602024-05-06T02:21:57.811Z+ local DO_DOWNLOAD=true
3612024-05-06T02:21:57.811Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3622024-05-06T02:21:57.811Z+ '[' true == true ']'
3632024-05-06T02:21:57.811Z+ echo Downloading...
3642024-05-06T02:21:57.811ZDownloading...
3652024-05-06T02:21:57.811Z+ 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
3662024-05-06T02:21:57.811Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3672024-05-06T02:22:08.075Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3682024-05-06T02:22:08.102Z++ md5sum
3692024-05-06T02:22:08.102Z++ awk '{print $1}'
3702024-05-06T02:22:08.343Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3712024-05-06T02:22:08.343Z+ [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]]
3722024-05-06T02:22:08.343Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3732024-05-06T02:22:08.343Z+ mkdir -p ./out/clickhouse
3742024-05-06T02:22:08.370Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3752024-05-06T02:22:13.473Z+ [[ solaris2.11 == darwin* ]]
3762024-05-06T02:22:13.473Z+ ./out/clickhouse/clickhouse server --version
3772024-05-06T02:22:13.617ZClickHouse server version 23.8.7.1.
3782024-05-06T02:22:13.647Z+ set -o errexit
3792024-05-06T02:22:13.672Z+++ dirname ./tools/ci_download_console
3802024-05-06T02:22:13.672Z++ cd ./tools
3812024-05-06T02:22:13.672Z++ pwd
3822024-05-06T02:22:13.672Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3832024-05-06T02:22:13.672Z++ basename ./tools/ci_download_console
3842024-05-06T02:22:13.672Z+ ARG0=ci_download_console
3852024-05-06T02:22:13.672Z+ TARGET_DIR=out
3862024-05-06T02:22:13.672Z+ DOWNLOAD_DIR=out/downloads
3872024-05-06T02:22:13.672Z+ DEST_DIR=./out/console-assets
3882024-05-06T02:22:13.672Z+ source /work/oxidecomputer/omicron/tools/console_version
3892024-05-06T02:22:13.672Z++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5
3902024-05-06T02:22:13.672Z++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
3912024-05-06T02:22:13.672Z+ URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
3922024-05-06T02:22:13.672Z+ TARBALL_FILE=out/downloads/console.tar.gz
3932024-05-06T02:22:13.672Z+ main
3942024-05-06T02:22:13.672Z+ [[ 0 != 0 ]]
3952024-05-06T02:22:13.672Z+ echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz'
3962024-05-06T02:22:13.672ZURL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
3972024-05-06T02:22:13.672Z+ echo 'Local file: out/downloads/console.tar.gz'
3982024-05-06T02:22:13.673ZLocal file: out/downloads/console.tar.gz
3992024-05-06T02:22:13.673Z+ local DO_DOWNLOAD=true
4002024-05-06T02:22:13.673Z+ [[ -f out/downloads/console.tar.gz ]]
4012024-05-06T02:22:13.673Z+ mkdir -p out/downloads
4022024-05-06T02:22:13.673Z+ '[' true == true ']'
4032024-05-06T02:22:13.673ZDownloading...
4042024-05-06T02:22:13.673Z+ echo Downloading...
4052024-05-06T02:22:13.673Z+ do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz
4062024-05-06T02:22:13.673Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
4072024-05-06T02:22:13.937Z++ do_sha256sum out/downloads/console.tar.gz
4082024-05-06T02:22:13.937Z++ case "$OSTYPE" in
4092024-05-06T02:22:13.937Z++ SHA=sha256sum
4102024-05-06T02:22:13.962Z++ sha256sum
4112024-05-06T02:22:13.962Z++ awk '{print $1}'
4122024-05-06T02:22:13.962Z+ calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
4132024-05-06T02:22:13.962Z+ [[ 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 ]]
4142024-05-06T02:22:13.962Z+ rm -rf ./out/console-assets
4152024-05-06T02:22:13.962Z+ mkdir -p ./out/console-assets
4162024-05-06T02:22:13.962Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4172024-05-06T02:22:13.962Z+ mkdir -p ./out/console-assets
4182024-05-06T02:22:13.962Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4192024-05-06T02:22:14.081Z+ set -o errexit
4202024-05-06T02:22:14.106Z+++ dirname ./tools/ci_download_dendrite_openapi
4212024-05-06T02:22:14.106Z++ cd ./tools
4222024-05-06T02:22:14.106Z++ pwd
4232024-05-06T02:22:14.106Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4242024-05-06T02:22:14.106Z++ basename ./tools/ci_download_dendrite_openapi
4252024-05-06T02:22:14.107Z+ ARG0=ci_download_dendrite_openapi
4262024-05-06T02:22:14.107Z+ TARGET_DIR=out
4272024-05-06T02:22:14.107Z+ DOWNLOAD_DIR=out/downloads
4282024-05-06T02:22:14.107Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4292024-05-06T02:22:14.107Z++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687
4302024-05-06T02:22:14.107Z++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4312024-05-06T02:22:14.107Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4322024-05-06T02:22:14.107Z+ LOCAL_FILE=out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4332024-05-06T02:22:14.107Z+ main
4342024-05-06T02:22:14.107Z+ [[ 0 != 0 ]]
4352024-05-06T02:22:14.107Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json'
4362024-05-06T02:22:14.107ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4372024-05-06T02:22:14.107Z+ echo 'Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json'
4382024-05-06T02:22:14.107Z+ local DO_DOWNLOAD=true
4392024-05-06T02:22:14.107ZLocal file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4402024-05-06T02:22:14.107Z+ [[ -f out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json ]]
4412024-05-06T02:22:14.107Z+ mkdir -p out/downloads
4422024-05-06T02:22:14.107Z+ '[' true == true ']'
4432024-05-06T02:22:14.107Z+ echo Downloading...
4442024-05-06T02:22:14.107ZDownloading...
4452024-05-06T02:22:14.107Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4462024-05-06T02:22:14.107Z+ 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
4472024-05-06T02:22:14.520Z++ do_sha256sum out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4482024-05-06T02:22:14.520Z++ case "$OSTYPE" in
4492024-05-06T02:22:14.520Z++ SHA=sha256sum
4502024-05-06T02:22:14.564Z++ sha256sum
4512024-05-06T02:22:14.565Z++ awk '{print $1}'
4522024-05-06T02:22:14.565Z+ calculated_sha2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4532024-05-06T02:22:14.565Z+ [[ 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 ]]
4542024-05-06T02:22:14.565Z+ set -o errexit
4552024-05-06T02:22:14.566Z+++ dirname ./tools/ci_download_dendrite_stub
4562024-05-06T02:22:14.566Z++ cd ./tools
4572024-05-06T02:22:14.566Z++ pwd
4582024-05-06T02:22:14.567Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4592024-05-06T02:22:14.567Z++ basename ./tools/ci_download_dendrite_stub
4602024-05-06T02:22:14.567Z+ ARG0=ci_download_dendrite_stub
4612024-05-06T02:22:14.567Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4622024-05-06T02:22:14.568Z++ CIDL_SHA256_ILLUMOS=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
4632024-05-06T02:22:14.568Z++ CIDL_SHA256_LINUX_DPD=c255370062ce616f6fce5630fad7a1fbfa63aa7db964aeb6de410ba4a4bc3193
4642024-05-06T02:22:14.569Z++ CIDL_SHA256_LINUX_SWADM=7899b1603518489b2276f9d9043107a267060e3b05be51f08002adf3d118a7c9
4652024-05-06T02:22:14.569Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4662024-05-06T02:22:14.569Z++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687
4672024-05-06T02:22:14.569Z++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4682024-05-06T02:22:14.570Z+ TARGET_DIR=out
4692024-05-06T02:22:14.570Z+ DOWNLOAD_DIR=out/downloads
4702024-05-06T02:22:14.570Z+ DEST_DIR=./out/dendrite-stub
4712024-05-06T02:22:14.570Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4722024-05-06T02:22:14.570Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4732024-05-06T02:22:14.571Z+ REPO=oxidecomputer/dendrite
4742024-05-06T02:22:14.571Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687
4752024-05-06T02:22:14.571Z+ main
4762024-05-06T02:22:14.572Z+ [[ 0 != 0 ]]
4772024-05-06T02:22:14.572Z+ CIDL_OS=solaris2.11
4782024-05-06T02:22:14.572Z+ [[ 0 != 0 ]]
4792024-05-06T02:22:14.572Z+ configure_os solaris2.11
4802024-05-06T02:22:14.572Z+ echo 'current directory: /work/oxidecomputer/omicron'
4812024-05-06T02:22:14.573Z+ echo 'configuring based on OS: "solaris2.11"'
4822024-05-06T02:22:14.573Zcurrent directory: /work/oxidecomputer/omicron
4832024-05-06T02:22:14.573Zconfiguring based on OS: "solaris2.11"
4842024-05-06T02:22:14.573Z+ case "$1" in
4852024-05-06T02:22:14.573Z+ SET_BINARIES=
4862024-05-06T02:22:14.574Z+ CIDL_SHA256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
4872024-05-06T02:22:14.574Z+ CIDL_SHA256FUNC=do_sha256sum
4882024-05-06T02:22:14.575Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
4892024-05-06T02:22:14.575Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
4902024-05-06T02:22:14.575Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
4912024-05-06T02:22:14.576Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz'
4922024-05-06T02:22:14.576ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
4932024-05-06T02:22:14.576ZLocal file: out/downloads/dendrite-stub.tar.gz
4942024-05-06T02:22:14.576Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
4952024-05-06T02:22:14.576Z+ mkdir -p out/downloads
4962024-05-06T02:22:14.604Z+ mkdir -p ./out/dendrite-stub
4972024-05-06T02:22:14.604Z+ fetch_and_verify
4982024-05-06T02:22:14.604Z+ local DO_DOWNLOAD=true
4992024-05-06T02:22:14.604Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5002024-05-06T02:22:14.604Z+ '[' true == true ']'
5012024-05-06T02:22:14.604Z+ echo Downloading...
5022024-05-06T02:22:14.605ZDownloading...
5032024-05-06T02:22:14.605Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5042024-05-06T02:22:14.605Z+ 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
5052024-05-06T02:22:25.948Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5062024-05-06T02:22:25.977Z++ sha256sum
5072024-05-06T02:22:25.977Z++ awk '{print $1}'
5082024-05-06T02:22:26.004Z+ calculated_sha256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
5092024-05-06T02:22:26.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 ]]
5102024-05-06T02:22:26.004Z+ do_untar out/downloads/dendrite-stub.tar.gz
5112024-05-06T02:22:26.004Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5122024-05-06T02:22:26.818Z+ do_assemble
5132024-05-06T02:22:26.819Z+ rm -r ./out/dendrite-stub
5142024-05-06T02:22:26.843Z+ mkdir ./out/dendrite-stub
5152024-05-06T02:22:26.843Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5162024-05-06T02:22:26.983Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5172024-05-06T02:22:27.008Z+ set -o errexit
5182024-05-06T02:22:27.008Z+++ dirname ./tools/ci_download_maghemite_mgd
5192024-05-06T02:22:27.008Z++ cd ./tools
5202024-05-06T02:22:27.008Z++ pwd
5212024-05-06T02:22:27.008Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5222024-05-06T02:22:27.008Z++ basename ./tools/ci_download_maghemite_mgd
5232024-05-06T02:22:27.033Z+ ARG0=ci_download_maghemite_mgd
5242024-05-06T02:22:27.033Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5252024-05-06T02:22:27.033Z++ CIDL_SHA256=4526aa3247002df2085b95a88829dae6513c65e2546fa78f64556911bdcad9bc
5262024-05-06T02:22:27.033Z++ MGD_LINUX_SHA256=1b2c2c099e820157e7e038e6ce91c335d69437c714e51e3df4cced72dc60ce5c
5272024-05-06T02:22:27.033Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5282024-05-06T02:22:27.033Z++ COMMIT=6b9c699e5b2091e359bad0f7fe168112d181892d
5292024-05-06T02:22:27.033Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5302024-05-06T02:22:27.033Z+ TARGET_DIR=out
5312024-05-06T02:22:27.034Z+ DOWNLOAD_DIR=out/downloads
5322024-05-06T02:22:27.034Z+ DEST_DIR=./out/mgd
5332024-05-06T02:22:27.034Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5342024-05-06T02:22:27.034Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5352024-05-06T02:22:27.034Z+ REPO=oxidecomputer/maghemite
5362024-05-06T02:22:27.034Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d
5372024-05-06T02:22:27.034Z+ main
5382024-05-06T02:22:27.034Z+ rm -rf out/downloads/root
5392024-05-06T02:22:27.034Z+ [[ 0 != 0 ]]
5402024-05-06T02:22:27.034Z+ CIDL_OS=solaris2.11
5412024-05-06T02:22:27.034Z+ [[ 0 != 0 ]]
5422024-05-06T02:22:27.034Z+ configure_os solaris2.11
5432024-05-06T02:22:27.034Z+ echo 'current directory: /work/oxidecomputer/omicron'
5442024-05-06T02:22:27.034Zcurrent directory: /work/oxidecomputer/omicron
5452024-05-06T02:22:27.034Z+ echo 'configuring based on OS: "solaris2.11"'
5462024-05-06T02:22:27.034Z+ case "$1" in
5472024-05-06T02:22:27.034Zconfiguring based on OS: "solaris2.11"
5482024-05-06T02:22:27.034Z+ SET_BINARIES=
5492024-05-06T02:22:27.034Z+ CIDL_SHA256FUNC=do_sha256sum
5502024-05-06T02:22:27.034Z+ TARBALL_FILENAME=mgd.tar.gz
5512024-05-06T02:22:27.034Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz
5522024-05-06T02:22:27.034Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5532024-05-06T02:22:27.034Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz'
5542024-05-06T02:22:27.035ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz
5552024-05-06T02:22:27.035ZLocal file: out/downloads/mgd.tar.gz
5562024-05-06T02:22:27.035Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5572024-05-06T02:22:27.035Z+ mkdir -p out/downloads
5582024-05-06T02:22:27.035Z+ mkdir -p ./out/mgd
5592024-05-06T02:22:27.035Z+ fetch_and_verify
5602024-05-06T02:22:27.035Z+ local DO_DOWNLOAD=true
5612024-05-06T02:22:27.035Z+ [[ -f out/downloads/mgd.tar.gz ]]
5622024-05-06T02:22:27.035Z+ '[' true == true ']'
5632024-05-06T02:22:27.035Z+ echo Downloading...
5642024-05-06T02:22:27.035ZDownloading...
5652024-05-06T02:22:27.035Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz out/downloads/mgd.tar.gz
5662024-05-06T02:22:27.035Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz
5672024-05-06T02:22:38.165Z++ do_sha256sum out/downloads/mgd.tar.gz
5682024-05-06T02:22:38.189Z++ sha256sum
5692024-05-06T02:22:38.190Z++ awk '{print $1}'
5702024-05-06T02:22:38.218Z+ calculated_sha256=4526aa3247002df2085b95a88829dae6513c65e2546fa78f64556911bdcad9bc
5712024-05-06T02:22:38.219Z+ [[ 4526aa3247002df2085b95a88829dae6513c65e2546fa78f64556911bdcad9bc != \4\5\2\6\a\a\3\2\4\7\0\0\2\d\f\2\0\8\5\b\9\5\a\8\8\8\2\9\d\a\e\6\5\1\3\c\6\5\e\2\5\4\6\f\a\7\8\f\6\4\5\5\6\9\1\1\b\d\c\a\d\9\b\c ]]
5722024-05-06T02:22:38.219Z+ do_untar out/downloads/mgd.tar.gz
5732024-05-06T02:22:38.219Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
5742024-05-06T02:22:38.965Z+ do_assemble
5752024-05-06T02:22:38.965Z+ rm -r ./out/mgd
5762024-05-06T02:22:38.990Z+ mkdir ./out/mgd
5772024-05-06T02:22:38.990Z+ cp -r out/downloads/root ./out/mgd/root
5782024-05-06T02:22:39.120Z+ set -o errexit
5792024-05-06T02:22:39.170Z+++ dirname ./tools/ci_download_transceiver_control
5802024-05-06T02:22:39.170Z++ cd ./tools
5812024-05-06T02:22:39.170Z++ pwd
5822024-05-06T02:22:39.170Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5832024-05-06T02:22:39.170Z++ basename ./tools/ci_download_transceiver_control
5842024-05-06T02:22:39.170Z+ ARG0=ci_download_transceiver_control
5852024-05-06T02:22:39.170Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5862024-05-06T02:22:39.170Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5872024-05-06T02:22:39.170Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5882024-05-06T02:22:39.170Z+ TARGET_DIR=out
5892024-05-06T02:22:39.170Z+ DOWNLOAD_DIR=out/downloads
5902024-05-06T02:22:39.170Z+ DEST_DIR=./out/transceiver-control
5912024-05-06T02:22:39.170Z+ BIN_DIR=/opt/oxide/bin
5922024-05-06T02:22:39.170Z+ BINARY=xcvradm
5932024-05-06T02:22:39.171Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5942024-05-06T02:22:39.171Z+ REPO=oxidecomputer/transceiver-control
5952024-05-06T02:22:39.171Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5962024-05-06T02:22:39.171Z+ main
5972024-05-06T02:22:39.171Z+ [[ 0 != 0 ]]
5982024-05-06T02:22:39.171Z+ CIDL_OS=solaris2.11
5992024-05-06T02:22:39.171Z+ [[ 0 != 0 ]]
6002024-05-06T02:22:39.171Z+ configure_os solaris2.11
6012024-05-06T02:22:39.171Z+ echo 'current directory: /work/oxidecomputer/omicron'
6022024-05-06T02:22:39.171Zcurrent directory: /work/oxidecomputer/omicron
6032024-05-06T02:22:39.171Z+ echo 'configuring based on OS: "solaris2.11"'
6042024-05-06T02:22:39.171Z+ case "$1" in
6052024-05-06T02:22:39.171Z+ SET_BINARIES=
6062024-05-06T02:22:39.171Zconfiguring based on OS: "solaris2.11"
6072024-05-06T02:22:39.171Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6082024-05-06T02:22:39.171Z+ CIDL_SHA256FUNC=do_sha256sum
6092024-05-06T02:22:39.171Z+ ARCHIVE_FILENAME=xcvradm.gz
6102024-05-06T02:22:39.171Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6112024-05-06T02:22:39.171Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6122024-05-06T02:22:39.171ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6132024-05-06T02:22:39.171ZLocal file: out/downloads/xcvradm.gz
6142024-05-06T02:22:39.171Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6152024-05-06T02:22:39.171Z+ echo 'Local file: out/downloads/xcvradm.gz'
6162024-05-06T02:22:39.172Z+ mkdir -p out/downloads
6172024-05-06T02:22:39.172Z+ mkdir -p ./out/transceiver-control
6182024-05-06T02:22:39.172Z+ fetch_and_verify
6192024-05-06T02:22:39.172Z+ local DO_DOWNLOAD=true
6202024-05-06T02:22:39.172Z+ [[ -f out/downloads/xcvradm.gz ]]
6212024-05-06T02:22:39.172Z+ '[' true == true ']'
6222024-05-06T02:22:39.172Z+ echo Downloading...
6232024-05-06T02:22:39.172ZDownloading...
6242024-05-06T02:22:39.172Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6252024-05-06T02:22:39.172Z+ 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
6262024-05-06T02:22:40.947Z++ do_sha256sum out/downloads/xcvradm.gz
6272024-05-06T02:22:40.972Z++ sha256sum
6282024-05-06T02:22:40.972Z++ awk '{print $1}'
6292024-05-06T02:22:40.972Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6302024-05-06T02:22:40.972Z+ [[ 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 ]]
6312024-05-06T02:22:40.972Z+ do_unpack out/downloads/xcvradm.gz
6322024-05-06T02:22:40.972Z+ mkdir -p out/downloads/root//opt/oxide/bin
6332024-05-06T02:22:40.972Z+ gzip -dc out/downloads/xcvradm.gz
6342024-05-06T02:22:41.104Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6352024-05-06T02:22:41.129Z+ do_assemble
6362024-05-06T02:22:41.129Z+ rm -r ./out/transceiver-control
6372024-05-06T02:22:41.129Z+ mkdir ./out/transceiver-control
6382024-05-06T02:22:41.129Z+ cp -r out/downloads/root ./out/transceiver-control/root
6392024-05-06T02:22:41.212Z+ set -o errexit
6402024-05-06T02:22:41.259Z+++ dirname ./tools/ci_download_thundermuffin
6412024-05-06T02:22:41.259Z++ cd ./tools
6422024-05-06T02:22:41.259Z++ pwd
6432024-05-06T02:22:41.259Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6442024-05-06T02:22:41.259Z++ basename ./tools/ci_download_thundermuffin
6452024-05-06T02:22:41.259Z+ ARG0=ci_download_thundermuffin
6462024-05-06T02:22:41.259Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
6472024-05-06T02:22:41.259Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6482024-05-06T02:22:41.259Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
6492024-05-06T02:22:41.259Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
6502024-05-06T02:22:41.259Z+ TARGET_DIR=out
6512024-05-06T02:22:41.259Z+ DOWNLOAD_DIR=out/downloads
6522024-05-06T02:22:41.259Z+ DEST_DIR=./out/thundermuffin
6532024-05-06T02:22:41.259Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
6542024-05-06T02:22:41.260Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6552024-05-06T02:22:41.260Z+ REPO=oxidecomputer/thundermuffin
6562024-05-06T02:22:41.260Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
6572024-05-06T02:22:41.260Z+ main
6582024-05-06T02:22:41.260Z+ rm -rf out/downloads/root
6592024-05-06T02:22:41.260Z+ [[ 0 != 0 ]]
6602024-05-06T02:22:41.260Z+ CIDL_OS=solaris2.11
6612024-05-06T02:22:41.260Z+ [[ 0 != 0 ]]
6622024-05-06T02:22:41.260Z+ configure_os solaris2.11
6632024-05-06T02:22:41.260Z+ echo 'current directory: /work/oxidecomputer/omicron'
6642024-05-06T02:22:41.260Zcurrent directory: /work/oxidecomputer/omicron
6652024-05-06T02:22:41.260Zconfiguring based on OS: "solaris2.11"
6662024-05-06T02:22:41.260Z+ echo 'configuring based on OS: "solaris2.11"'
6672024-05-06T02:22:41.260Z+ case "$1" in
6682024-05-06T02:22:41.260Z+ SET_BINARIES=
6692024-05-06T02:22:41.260Z+ CIDL_SHA256FUNC=do_sha256sum
6702024-05-06T02:22:41.260Z+ TARBALL_FILENAME=thundermuffin.tar.gz
6712024-05-06T02:22:41.260Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6722024-05-06T02:22:41.260Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
6732024-05-06T02:22:41.260Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
6742024-05-06T02:22:41.260ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6752024-05-06T02:22:41.260ZLocal file: out/downloads/thundermuffin.tar.gz
6762024-05-06T02:22:41.260Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
6772024-05-06T02:22:41.260Z+ mkdir -p out/downloads
6782024-05-06T02:22:41.261Z+ mkdir -p ./out/thundermuffin
6792024-05-06T02:22:41.261Z+ fetch_and_verify
6802024-05-06T02:22:41.261Z+ local DO_DOWNLOAD=true
6812024-05-06T02:22:41.261Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
6822024-05-06T02:22:41.261Z+ '[' true == true ']'
6832024-05-06T02:22:41.261Z+ echo Downloading...
6842024-05-06T02:22:41.261ZDownloading...
6852024-05-06T02:22:41.261Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
6862024-05-06T02:22:41.261Z+ 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
6872024-05-06T02:22:41.921Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
6882024-05-06T02:22:41.946Z++ sha256sum
6892024-05-06T02:22:41.946Z++ awk '{print $1}'
6902024-05-06T02:22:41.946Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6912024-05-06T02:22:41.946Z+ [[ 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 ]]
6922024-05-06T02:22:41.946Z+ do_untar out/downloads/thundermuffin.tar.gz
6932024-05-06T02:22:41.946Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
6942024-05-06T02:22:42.018Z+ do_assemble
6952024-05-06T02:22:42.018Z+ rm -r ./out/thundermuffin
6962024-05-06T02:22:42.042Z+ mkdir ./out/thundermuffin
6972024-05-06T02:22:42.043Z+ cp -r out/downloads/root ./out/thundermuffin/root
6982024-05-06T02:22:42.043ZAll prerequisites installed successfully
6992024-05-06T02:22:42.043Z
7002024-05-06T02:22:42.043Zreal 2:01.314654193
7012024-05-06T02:22:42.043Zuser 39.050069157
7022024-05-06T02:22:42.043Zsys 11.453362364
7032024-05-06T02:22:42.043Ztrap 0.012613996
7042024-05-06T02:22:42.043Ztflt 0.012170593
7052024-05-06T02:22:42.043Zdflt 0.019401932
7062024-05-06T02:22:42.043Zkflt 0.005827121
7072024-05-06T02:22:42.043Zlock 1.781411620
7082024-05-06T02:22:42.043Zslp 4:14.545084266
7092024-05-06T02:22:42.043Zlat 4.520566164
7102024-05-06T02:22:42.043Zstop 0.064508185
7112024-05-06T02:22:42.043Z+ banner end-to-end-tests
7122024-05-06T02:22:42.043Z
7132024-05-06T02:22:42.043Z ###### # # ##### ##### #### ###### # # #####
7142024-05-06T02:22:42.043Z # ## # # # # # # # ## # # #
7152024-05-06T02:22:42.043Z ##### # # # # # ##### # # # ##### ##### # # # # #
7162024-05-06T02:22:42.043Z # # # # # # # # # # # # # # #
7172024-05-06T02:22:42.043Z # # ## # # # # # # # ## # #
7182024-05-06T02:22:42.043Z ###### # # ##### # #### ###### # # #####
7192024-05-06T02:22:42.043Z
7202024-05-06T02:22:42.044Z+ export CARGO_PROFILE_DEV_DEBUG=1
7212024-05-06T02:22:42.044Z+ CARGO_PROFILE_DEV_DEBUG=1
7222024-05-06T02:22:42.044Z+ export CARGO_PROFILE_TEST_DEBUG=1
7232024-05-06T02:22:42.044Z+ CARGO_PROFILE_TEST_DEBUG=1
7242024-05-06T02:22:42.044Z+ export CARGO_INCREMENTAL=0
7252024-05-06T02:22:42.044Z+ CARGO_INCREMENTAL=0
7262024-05-06T02:22:42.044Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7272024-05-06T02:22:42.302Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7282024-05-06T02:22:42.763Z Updating git repository `https://github.com/oxidecomputer/zone`
7292024-05-06T02:22:43.163Z Updating crates.io index
7302024-05-06T02:22:43.259Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7312024-05-06T02:22:44.013Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7322024-05-06T02:22:44.791Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7332024-05-06T02:22:46.854Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7342024-05-06T02:22:47.233Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7352024-05-06T02:22:47.598Z Updating git repository `https://github.com/oxidecomputer/propolis`
7362024-05-06T02:22:48.705Z Updating git repository `https://github.com/oxidecomputer/crucible`
7372024-05-06T02:22:50.410Z Updating git repository `https://github.com/oxidecomputer/opte`
7382024-05-06T02:22:51.378Z Updating git repository `https://github.com/oxidecomputer/falcon`
7392024-05-06T02:22:52.239Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7402024-05-06T02:22:52.662Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7412024-05-06T02:22:53.431Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7422024-05-06T02:22:53.942Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7432024-05-06T02:22:54.440Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7442024-05-06T02:22:55.097Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7452024-05-06T02:22:55.614Z Updating git repository `http://github.com/oxidecomputer/tofino`
7462024-05-06T02:22:56.188Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7472024-05-06T02:22:56.620Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7482024-05-06T02:22:57.099Z Updating git repository `https://github.com/oxidecomputer/libnvme`
7492024-05-06T02:22:57.630Z Updating git repository `https://github.com/oxidecomputer/ispf`
7502024-05-06T02:22:58.037Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7512024-05-06T02:22:58.532Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7522024-05-06T02:22:59.249Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7532024-05-06T02:22:59.712Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7542024-05-06T02:23:00.135Z Updating git repository `https://github.com/jgallagher/nix`
7552024-05-06T02:23:01.246Z Updating git repository `https://github.com/cbiffle/hubpack`
7562024-05-06T02:23:01.848Z Updating git repository `https://github.com/oxidecomputer/typify`
7572024-05-06T02:23:03.866Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7582024-05-06T02:23:04.314Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7592024-05-06T02:23:04.688Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7602024-05-06T02:23:05.300Z Updating git repository `https://github.com/oxidecomputer/rfb`
7612024-05-06T02:23:06.809Z Downloading crates ...
7622024-05-06T02:23:06.910Z Downloaded adler v1.0.2
7632024-05-06T02:23:06.935Z Downloaded arc-swap v1.6.0
7642024-05-06T02:23:06.935Z Downloaded bitflags v1.3.2
7652024-05-06T02:23:06.935Z Downloaded bit-vec v0.6.3
7662024-05-06T02:23:06.935Z Downloaded ipnet v2.9.0
7672024-05-06T02:23:06.960Z Downloaded bcrypt-pbkdf v0.10.0
7682024-05-06T02:23:06.960Z Downloaded base64ct v1.6.0
7692024-05-06T02:23:06.960Z Downloaded ident_case v1.0.1
7702024-05-06T02:23:06.960Z Downloaded indexmap v2.2.6
7712024-05-06T02:23:06.961Z Downloaded linear-map v1.2.0
7722024-05-06T02:23:06.961Z Downloaded internet-checksum v0.2.1
7732024-05-06T02:23:06.986Z Downloaded cstr-argument v0.1.2
7742024-05-06T02:23:06.986Z Downloaded lalrpop-util v0.19.12
7752024-05-06T02:23:06.986Z Downloaded curve25519-dalek-derive v0.1.0
7762024-05-06T02:23:06.986Z Downloaded log v0.4.21
7772024-05-06T02:23:06.986Z Downloaded signal-hook-registry v1.4.1
7782024-05-06T02:23:06.986Z Downloaded matches v0.1.10
7792024-05-06T02:23:06.986Z Downloaded md-5 v0.10.5
7802024-05-06T02:23:06.987Z Downloaded siphasher v0.3.11
7812024-05-06T02:23:06.987Z Downloaded kstat-rs v0.2.3
7822024-05-06T02:23:07.011Z Downloaded strum v0.26.2
7832024-05-06T02:23:07.011Z Downloaded chacha20poly1305 v0.10.1
7842024-05-06T02:23:07.012Z Downloaded swrite v0.1.0
7852024-05-06T02:23:07.012Z Downloaded subtle v2.5.0
7862024-05-06T02:23:07.012Z Downloaded foreign-types-macros v0.2.3
7872024-05-06T02:23:07.012Z Downloaded foreign-types-shared v0.3.1
7882024-05-06T02:23:07.012Z Downloaded dhcproto-macros v0.1.0
7892024-05-06T02:23:07.012Z Downloaded phf_shared v0.10.0
7902024-05-06T02:23:07.012Z Downloaded flagset v0.4.3
7912024-05-06T02:23:07.037Z Downloaded fixedbitset v0.4.2
7922024-05-06T02:23:07.037Z Downloaded form_urlencoded v1.2.1
7932024-05-06T02:23:07.037Z Downloaded pkg-config v0.3.27
7942024-05-06T02:23:07.037Z Downloaded pin-utils v0.1.0
7952024-05-06T02:23:07.037Z Downloaded schemars_derive v0.8.17
7962024-05-06T02:23:07.037Z Downloaded sync_wrapper v0.1.2
7972024-05-06T02:23:07.037Z Downloaded secrecy v0.8.0
7982024-05-06T02:23:07.037Z Downloaded futures v0.3.30
7992024-05-06T02:23:07.066Z Downloaded unicode-width v0.1.11
8002024-05-06T02:23:07.066Z Downloaded futures-macro v0.3.30
8012024-05-06T02:23:07.066Z Downloaded slog-json v2.6.1
8022024-05-06T02:23:07.066Z Downloaded headers-core v0.2.0
8032024-05-06T02:23:07.066Z Downloaded dirs v5.0.1
8042024-05-06T02:23:07.066Z Downloaded russh-cryptovec v0.7.0
8052024-05-06T02:23:07.066Z Downloaded tinyvec_macros v0.1.1
8062024-05-06T02:23:07.066Z Downloaded hash32 v0.2.1
8072024-05-06T02:23:07.066Z Downloaded rfc6979 v0.4.0
8082024-05-06T02:23:07.091Z Downloaded serde_spanned v0.6.5
8092024-05-06T02:23:07.091Z Downloaded endian-type v0.1.2
8102024-05-06T02:23:07.091Z Downloaded serde_tokenstream v0.2.0
8112024-05-06T02:23:07.091Z Downloaded display-error-chain v0.2.0
8122024-05-06T02:23:07.091Z Downloaded unicase v2.7.0
8132024-05-06T02:23:07.091Z Downloaded nibble_vec v0.1.0
8142024-05-06T02:23:07.091Z Downloaded utf8parse v0.2.1
8152024-05-06T02:23:07.091Z Downloaded ron v0.7.1
8162024-05-06T02:23:07.125Z Downloaded usdt-macro v0.3.5
8172024-05-06T02:23:07.125Z Downloaded rand_core v0.5.1
8182024-05-06T02:23:07.125Z Downloaded precomputed-hash v0.1.1
8192024-05-06T02:23:07.126Z Downloaded tabwriter v1.4.0
8202024-05-06T02:23:07.126Z Downloaded signature v2.1.0
8212024-05-06T02:23:07.126Z Downloaded parse-display-derive v0.9.0
8222024-05-06T02:23:07.126Z Downloaded tower-service v0.3.2
8232024-05-06T02:23:07.126Z Downloaded ed25519 v2.2.2
8242024-05-06T02:23:07.126Z Downloaded toolchain_find v0.4.0
8252024-05-06T02:23:07.126Z Downloaded diesel_table_macro_syntax v0.1.0
8262024-05-06T02:23:07.126Z Downloaded quick-error v1.2.3
8272024-05-06T02:23:07.126Z Downloaded predicates v3.1.0
8282024-05-06T02:23:07.151Z Downloaded rustls-pki-types v1.3.0
8292024-05-06T02:23:07.151Z Downloaded num_enum_derive v0.5.11
8302024-05-06T02:23:07.151Z Downloaded lock_api v0.4.10
8312024-05-06T02:23:07.151Z Downloaded pretty-hex v0.4.1
8322024-05-06T02:23:07.151Z Downloaded toml_datetime v0.6.5
8332024-05-06T02:23:07.151Z Downloaded signal-hook-mio v0.2.3
8342024-05-06T02:23:07.151Z Downloaded polyval v0.6.1
8352024-05-06T02:23:07.151Z Downloaded rustc_version v0.4.0
8362024-05-06T02:23:07.151Z Downloaded thread-id v4.2.0
8372024-05-06T02:23:07.151Z Downloaded thiserror-no-std v2.0.2
8382024-05-06T02:23:07.177Z Downloaded fxhash v0.2.1
8392024-05-06T02:23:07.178Z Downloaded zeroize v1.7.0
8402024-05-06T02:23:07.178Z Downloaded zerocopy v0.6.6
8412024-05-06T02:23:07.178Z Downloaded heapless v0.7.16
8422024-05-06T02:23:07.178Z Downloaded futures-sink v0.3.30
8432024-05-06T02:23:07.178Z Downloaded resolv-conf v0.7.0
8442024-05-06T02:23:07.178Z Downloaded pest_generator v2.7.6
8452024-05-06T02:23:07.178Z Downloaded try-lock v0.2.4
8462024-05-06T02:23:07.178Z Downloaded rustc_version v0.1.7
8472024-05-06T02:23:07.204Z Downloaded pest_derive v2.7.6
8482024-05-06T02:23:07.204Z Downloaded dtrace-parser v0.1.14
8492024-05-06T02:23:07.204Z Downloaded rand_chacha v0.2.2
8502024-05-06T02:23:07.204Z Downloaded tracing-attributes v0.1.27
8512024-05-06T02:23:07.204Z Downloaded hostname v0.3.1
8522024-05-06T02:23:07.204Z Downloaded password-hash v0.5.0
8532024-05-06T02:23:07.204Z Downloaded half v2.3.1
8542024-05-06T02:23:07.204Z Downloaded want v0.3.1
8552024-05-06T02:23:07.204Z Downloaded hubpack_derive v0.1.1
8562024-05-06T02:23:07.204Z Downloaded httpdate v1.0.3
8572024-05-06T02:23:07.204Z Downloaded enum-as-inner v0.5.1
8582024-05-06T02:23:07.230Z Downloaded signal-hook v0.3.17
8592024-05-06T02:23:07.230Z Downloaded time-core v0.1.2
8602024-05-06T02:23:07.230Z Downloaded dtrace-parser v0.2.0
8612024-05-06T02:23:07.230Z Downloaded similar v2.4.0
8622024-05-06T02:23:07.230Z Downloaded usdt v0.3.5
8632024-05-06T02:23:07.230Z Downloaded digest v0.10.7
8642024-05-06T02:23:07.230Z Downloaded scroll_derive v0.12.0
8652024-05-06T02:23:07.230Z Downloaded pretty-hex v0.2.1
8662024-05-06T02:23:07.230Z Downloaded predicates-core v1.0.6
8672024-05-06T02:23:07.230Z Downloaded http-range v0.1.5
8682024-05-06T02:23:07.230Z Downloaded rustc-demangle v0.1.23
8692024-05-06T02:23:07.257Z Downloaded serde_derive_internals v0.29.0
8702024-05-06T02:23:07.257Z Downloaded diesel_derives v2.1.2
8712024-05-06T02:23:07.257Z Downloaded serde_path_to_error v0.1.16
8722024-05-06T02:23:07.257Z Downloaded hashbrown v0.12.3
8732024-05-06T02:23:07.257Z Downloaded psl-types v2.0.11
8742024-05-06T02:23:07.257Z Downloaded hashbrown v0.14.3
8752024-05-06T02:23:07.257Z Downloaded r2d2 v0.8.10
8762024-05-06T02:23:07.282Z Downloaded parking_lot v0.12.1
8772024-05-06T02:23:07.282Z Downloaded scopeguard v1.2.0
8782024-05-06T02:23:07.282Z Downloaded omicron-zone-package v0.11.0
8792024-05-06T02:23:07.282Z Downloaded httparse v1.8.0
8802024-05-06T02:23:07.282Z Downloaded errno v0.3.8
8812024-05-06T02:23:07.282Z Downloaded erased-serde v0.3.31
8822024-05-06T02:23:07.282Z Downloaded xattr v1.0.1
8832024-05-06T02:23:07.282Z Downloaded rustls-pemfile v1.0.3
8842024-05-06T02:23:07.282Z Downloaded ghash v0.5.0
8852024-05-06T02:23:07.283Z Downloaded rayon-core v1.12.1
8862024-05-06T02:23:07.309Z Downloaded walkdir v2.5.0
8872024-05-06T02:23:07.309Z Downloaded hyper v0.14.28
8882024-05-06T02:23:07.310Z Downloaded tokio-macros v2.2.0
8892024-05-06T02:23:07.310Z Downloaded typenum v1.16.0
8902024-05-06T02:23:07.310Z Downloaded ff v0.13.0
8912024-05-06T02:23:07.334Z Downloaded glob v0.3.1
8922024-05-06T02:23:07.334Z Downloaded rcgen v0.12.1
8932024-05-06T02:23:07.334Z Downloaded proc-macro-crate v1.3.1
8942024-05-06T02:23:07.334Z Downloaded syn v2.0.60
8952024-05-06T02:23:07.334Z Downloaded same-file v1.0.6
8962024-05-06T02:23:07.359Z Downloaded p256 v0.13.2
8972024-05-06T02:23:07.359Z Downloaded tar v0.4.40
8982024-05-06T02:23:07.359Z Downloaded serde_yaml v0.9.25
8992024-05-06T02:23:07.359Z Downloaded sct v0.7.0
9002024-05-06T02:23:07.359Z Downloaded serde_derive v1.0.199
9012024-05-06T02:23:07.359Z Downloaded url v2.5.0
9022024-05-06T02:23:07.385Z Downloaded zerocopy v0.7.32
9032024-05-06T02:23:07.412Z Downloaded yasna v0.5.2
9042024-05-06T02:23:07.412Z Downloaded tinyvec v1.6.0
9052024-05-06T02:23:07.412Z Downloaded num-bigint v0.4.4
9062024-05-06T02:23:07.412Z Downloaded unicode-normalization v0.1.22
9072024-05-06T02:23:07.437Z Downloaded schemars v0.8.17
9082024-05-06T02:23:07.468Z Downloaded time v0.3.34
9092024-05-06T02:23:07.495Z Downloaded gimli v0.28.0
9102024-05-06T02:23:07.529Z Downloaded radix_trie v0.2.1
9112024-05-06T02:23:07.555Z Downloaded sled v0.34.7
9122024-05-06T02:23:07.581Z Downloaded rustix v0.38.31
9132024-05-06T02:23:07.606Z Downloaded tokio v1.37.0
9142024-05-06T02:23:07.645Z Downloaded sha3 v0.10.8
9152024-05-06T02:23:07.670Z Downloaded encoding_rs v0.8.33
9162024-05-06T02:23:07.696Z Downloaded winapi v0.3.9
9172024-05-06T02:23:07.732Z Downloaded libc v0.2.153
9182024-05-06T02:23:07.767Z Downloaded regex-automata v0.4.5
9192024-05-06T02:23:07.795Z Downloaded openapiv3 v2.0.0
9202024-05-06T02:23:07.819Z Downloaded zerocopy-derive v0.6.6
9212024-05-06T02:23:07.844Z Downloaded ring v0.17.8
9222024-05-06T02:23:07.906Z Downloaded ring v0.16.20
9232024-05-06T02:23:07.997Z Downloaded zerocopy-derive v0.2.0
9242024-05-06T02:23:08.022Z Downloaded diesel v2.1.6
9252024-05-06T02:23:08.046Z Downloaded bzip2-sys v0.1.11+1.0.8
9262024-05-06T02:23:08.047Z Downloaded rustls v0.22.4
9272024-05-06T02:23:08.071Z Downloaded rustls v0.21.9
9282024-05-06T02:23:08.095Z Downloaded vcpkg v0.2.15
9292024-05-06T02:23:08.124Z Downloaded trust-dns-proto v0.22.0
9302024-05-06T02:23:08.148Z Downloaded regex-syntax v0.8.2
9312024-05-06T02:23:08.172Z Downloaded openssl v0.10.64
9322024-05-06T02:23:08.172Z Downloaded object v0.32.1
9332024-05-06T02:23:08.197Z Downloaded idna v0.5.0
9342024-05-06T02:23:08.197Z Downloaded idna v0.3.0
9352024-05-06T02:23:08.197Z Downloaded futures-util v0.3.30
9362024-05-06T02:23:08.221Z Downloaded regress v0.9.1
9372024-05-06T02:23:08.221Z Downloaded winnow v0.5.15
9382024-05-06T02:23:08.248Z Downloaded idna v0.2.3
9392024-05-06T02:23:08.249Z Downloaded expectorate v1.1.0
9402024-05-06T02:23:08.249Z Downloaded regex-automata v0.1.10
9412024-05-06T02:23:08.249Z Downloaded winnow v0.6.1
9422024-05-06T02:23:08.273Z Downloaded regex v1.10.4
9432024-05-06T02:23:08.273Z Downloaded serde v1.0.199
9442024-05-06T02:23:08.273Z Downloaded pest v2.7.6
9452024-05-06T02:23:08.298Z Downloaded p521 v0.13.3
9462024-05-06T02:23:08.298Z Downloaded nom v7.1.3
9472024-05-06T02:23:08.298Z Downloaded minimal-lexical v0.2.1
9482024-05-06T02:23:08.298Z Downloaded libm v0.2.7
9492024-05-06T02:23:08.322Z Downloaded serde_json v1.0.116
9502024-05-06T02:23:08.322Z Downloaded trust-dns-client v0.22.0
9512024-05-06T02:23:08.322Z Downloaded rustls-webpki v0.102.1
9522024-05-06T02:23:08.346Z Downloaded http v1.0.0
9532024-05-06T02:23:08.346Z Downloaded http v0.2.12
9542024-05-06T02:23:08.371Z Downloaded webpki-roots v0.25.2
9552024-05-06T02:23:08.371Z Downloaded itertools v0.12.1
9562024-05-06T02:23:08.371Z Downloaded reqwest v0.11.27
9572024-05-06T02:23:08.396Z Downloaded ed25519-dalek v2.0.0
9582024-05-06T02:23:08.396Z Downloaded rayon v1.10.0
9592024-05-06T02:23:08.396Z Downloaded h2 v0.3.26
9602024-05-06T02:23:08.396Z Downloaded goblin v0.8.0
9612024-05-06T02:23:08.420Z Downloaded smoltcp v0.11.0
9622024-05-06T02:23:08.420Z Downloaded mio v0.8.11
9632024-05-06T02:23:08.445Z Downloaded ryu v1.0.15
9642024-05-06T02:23:08.445Z Downloaded rand v0.7.3
9652024-05-06T02:23:08.445Z Downloaded rustls-webpki v0.101.7
9662024-05-06T02:23:08.469Z Downloaded publicsuffix v2.2.3
9672024-05-06T02:23:08.469Z Downloaded toml_edit v0.22.12
9682024-05-06T02:23:08.493Z Downloaded toml_edit v0.19.15
9692024-05-06T02:23:08.518Z Downloaded tracing-core v0.1.32
9702024-05-06T02:23:08.518Z Downloaded serde_with v3.7.0
9712024-05-06T02:23:08.518Z Downloaded unsafe-libyaml v0.2.10
9722024-05-06T02:23:08.542Z Downloaded tabled v0.15.0
9732024-05-06T02:23:08.542Z Downloaded smoltcp v0.9.1
9742024-05-06T02:23:08.566Z Downloaded memchr v2.7.1
9752024-05-06T02:23:08.566Z Downloaded bstr v1.9.0
9762024-05-06T02:23:08.590Z Downloaded trust-dns-server v0.22.1
9772024-05-06T02:23:08.590Z Downloaded trust-dns-resolver v0.22.0
9782024-05-06T02:23:08.590Z Downloaded tokio-postgres v0.7.10
9792024-05-06T02:23:08.590Z Downloaded openssl-sys v0.9.102
9802024-05-06T02:23:08.615Z Downloaded itertools v0.10.5
9812024-05-06T02:23:08.615Z Downloaded unicode-bidi v0.3.15
9822024-05-06T02:23:08.615Z Downloaded serde_with_macros v3.7.0
9832024-05-06T02:23:08.615Z Downloaded hkdf v0.12.4
9842024-05-06T02:23:08.615Z Downloaded ucd-trie v0.1.6
9852024-05-06T02:23:08.615Z Downloaded toml v0.8.12
9862024-05-06T02:23:08.639Z Downloaded rustls-pemfile v2.1.2
9872024-05-06T02:23:08.639Z Downloaded fallible-iterator v0.2.0
9882024-05-06T02:23:08.639Z Downloaded zerocopy-derive v0.7.32
9892024-05-06T02:23:08.639Z Downloaded proc-macro-error v1.0.4
9902024-05-06T02:23:08.639Z Downloaded thiserror-impl-no-std v2.0.2
9912024-05-06T02:23:08.639Z Downloaded tungstenite v0.21.0
9922024-05-06T02:23:08.639Z Downloaded tungstenite v0.20.1
9932024-05-06T02:23:08.639Z Downloaded rand v0.8.5
9942024-05-06T02:23:08.664Z Downloaded tempfile v3.10.1
9952024-05-06T02:23:08.664Z Downloaded time-macros v0.2.17
9962024-05-06T02:23:08.665Z Downloaded sha1 v0.10.6
9972024-05-06T02:23:08.665Z Downloaded vsss-rs v3.3.4
9982024-05-06T02:23:08.665Z Downloaded tracing v0.1.40
9992024-05-06T02:23:08.665Z Downloaded curve25519-dalek v4.1.2
10002024-05-06T02:23:08.690Z Downloaded papergrid v0.11.0
10012024-05-06T02:23:08.690Z Downloaded num-traits v0.2.18
10022024-05-06T02:23:08.690Z Downloaded uuid v1.8.0
10032024-05-06T02:23:08.690Z Downloaded unicode-ident v1.0.12
10042024-05-06T02:23:08.690Z Downloaded scheduled-thread-pool v0.2.7
10052024-05-06T02:23:08.690Z Downloaded scroll v0.12.0
10062024-05-06T02:23:08.690Z Downloaded proc-macro-error-attr v1.0.4
10072024-05-06T02:23:08.690Z Downloaded humantime v2.1.0
10082024-05-06T02:23:08.714Z Downloaded serde_arrays v0.1.0
10092024-05-06T02:23:08.715Z Downloaded primeorder v0.13.6
10102024-05-06T02:23:08.715Z Downloaded postgres-types v0.2.6
10112024-05-06T02:23:08.715Z Downloaded proc-macro2 v1.0.81
10122024-05-06T02:23:08.715Z Downloaded russh-keys v0.43.0
10132024-05-06T02:23:08.715Z Downloaded syn v1.0.109
10142024-05-06T02:23:08.715Z Downloaded bstr v0.2.17
10152024-05-06T02:23:08.739Z Downloaded postcard v1.0.8
10162024-05-06T02:23:08.739Z Downloaded petgraph v0.6.4
10172024-05-06T02:23:08.763Z Downloaded futures-executor v0.3.30
10182024-05-06T02:23:08.763Z Downloaded futures-core v0.3.30
10192024-05-06T02:23:08.763Z Downloaded fastrand v2.0.1
10202024-05-06T02:23:08.764Z Downloaded hubpack v0.1.2
10212024-05-06T02:23:08.764Z Downloaded dyn-clone v1.0.17
10222024-05-06T02:23:08.764Z Downloaded sha2 v0.10.8
10232024-05-06T02:23:08.764Z Downloaded thiserror-impl v1.0.59
10242024-05-06T02:23:08.764Z Downloaded thiserror v1.0.59
10252024-05-06T02:23:08.788Z Downloaded powerfmt v0.2.0
10262024-05-06T02:23:08.788Z Downloaded version_check v0.9.4
10272024-05-06T02:23:08.788Z Downloaded env_logger v0.9.3
10282024-05-06T02:23:08.788Z Downloaded equivalent v1.0.1
10292024-05-06T02:23:08.789Z Downloaded tokio-native-tls v0.3.1
10302024-05-06T02:23:08.789Z Downloaded russh v0.43.0
10312024-05-06T02:23:08.789Z Downloaded pest_meta v2.7.6
10322024-05-06T02:23:08.789Z Downloaded password-hash v0.4.2
10332024-05-06T02:23:08.789Z Downloaded futures-task v0.3.30
10342024-05-06T02:23:08.789Z Downloaded difflib v0.4.0
10352024-05-06T02:23:08.789Z Downloaded thread_local v1.1.7
10362024-05-06T02:23:08.789Z Downloaded getrandom v0.2.12
10372024-05-06T02:23:08.814Z Downloaded untrusted v0.9.0
10382024-05-06T02:23:08.814Z Downloaded miniz_oxide v0.7.1
10392024-05-06T02:23:08.814Z Downloaded poly1305 v0.8.0
10402024-05-06T02:23:08.814Z Downloaded either v1.11.0
10412024-05-06T02:23:08.814Z Downloaded postgres-protocol v0.6.6
10422024-05-06T02:23:08.814Z Downloaded futures-channel v0.3.30
10432024-05-06T02:23:08.814Z Downloaded waitgroup v0.1.2
10442024-05-06T02:23:08.814Z Downloaded parse-display v0.9.0
10452024-05-06T02:23:08.814Z Downloaded parking_lot_core v0.8.6
10462024-05-06T02:23:08.814Z Downloaded pem-rfc7468 v0.7.0
10472024-05-06T02:23:08.814Z Downloaded num-rational v0.4.1
10482024-05-06T02:23:08.814Z Downloaded mime_guess v2.0.4
10492024-05-06T02:23:08.866Z Downloaded owo-colors v4.0.0
10502024-05-06T02:23:08.866Z Downloaded quote v1.0.36
10512024-05-06T02:23:08.866Z Downloaded elliptic-curve v0.13.8
10522024-05-06T02:23:08.866Z Downloaded parking_lot v0.11.2
10532024-05-06T02:23:08.866Z Downloaded once_cell v1.19.0
10542024-05-06T02:23:08.866Z Downloaded native-tls v0.2.11
10552024-05-06T02:23:08.866Z Downloaded multer v3.0.0
10562024-05-06T02:23:08.866Z Downloaded memmap2 v0.7.1
10572024-05-06T02:23:08.866Z Downloaded dof v0.3.0
10582024-05-06T02:23:08.891Z Downloaded dof v0.1.5
10592024-05-06T02:23:08.891Z Downloaded parking_lot_core v0.9.8
10602024-05-06T02:23:08.891Z Downloaded rustfmt-wrapper v0.2.1
10612024-05-06T02:23:08.891Z Downloaded ppv-lite86 v0.2.17
10622024-05-06T02:23:08.891Z Downloaded ecdsa v0.16.9
10632024-05-06T02:23:08.891Z Downloaded usdt-impl v0.5.0
10642024-05-06T02:23:08.891Z Downloaded rand_chacha v0.3.1
10652024-05-06T02:23:08.891Z Downloaded whoami v1.5.1
10662024-05-06T02:23:08.891Z Downloaded universal-hash v0.5.1
10672024-05-06T02:23:08.891Z Downloaded num-complex v0.4.5
10682024-05-06T02:23:08.892Z Downloaded mime v0.3.17
10692024-05-06T02:23:08.892Z Downloaded tokio-util v0.7.10
10702024-05-06T02:23:08.892Z Downloaded zerocopy v0.3.0
10712024-05-06T02:23:08.892Z Downloaded topological-sort v0.2.2
10722024-05-06T02:23:08.892Z Downloaded getopts v0.2.21
10732024-05-06T02:23:08.892Z Downloaded gethostname v0.4.3
10742024-05-06T02:23:08.892Z Downloaded generic-array v0.14.7
10752024-05-06T02:23:08.892Z Downloaded http-body v0.4.5
10762024-05-06T02:23:08.892Z Downloaded usdt-impl v0.3.5
10772024-05-06T02:23:08.892Z Downloaded tabled_derive v0.7.0
10782024-05-06T02:23:08.892Z Downloaded paste v1.0.14
10792024-05-06T02:23:08.892Z Downloaded num_cpus v1.16.0
10802024-05-06T02:23:08.892Z Downloaded heapless v0.8.0
10812024-05-06T02:23:08.892Z Downloaded headers v0.3.9
10822024-05-06T02:23:08.917Z Downloaded num-integer v0.1.46
10832024-05-06T02:23:08.917Z Downloaded pem v3.0.4
10842024-05-06T02:23:08.917Z Downloaded pbkdf2 v0.12.2
10852024-05-06T02:23:08.917Z Downloaded num_enum v0.5.11
10862024-05-06T02:23:08.917Z Downloaded usdt-attr-macro v0.5.0
10872024-05-06T02:23:08.917Z Downloaded usdt-attr-macro v0.3.5
10882024-05-06T02:23:08.917Z Downloaded usdt v0.5.0
10892024-05-06T02:23:08.917Z Downloaded take_mut v0.2.2
10902024-05-06T02:23:08.917Z Downloaded sigpipe v0.1.3
10912024-05-06T02:23:08.918Z Downloaded rustversion v1.0.14
10922024-05-06T02:23:08.918Z Downloaded rand_core v0.6.4
10932024-05-06T02:23:08.918Z Downloaded home v0.5.5
10942024-05-06T02:23:08.918Z Downloaded group v0.13.0
10952024-05-06T02:23:08.942Z Downloaded embedded-io v0.4.0
10962024-05-06T02:23:08.942Z Downloaded tokio-tungstenite v0.21.0
10972024-05-06T02:23:08.942Z Downloaded tokio-tungstenite v0.20.1
10982024-05-06T02:23:08.942Z Downloaded tokio-stream v0.1.15
10992024-05-06T02:23:08.942Z Downloaded tokio-rustls v0.25.0
11002024-05-06T02:23:08.943Z Downloaded pbkdf2 v0.11.0
11012024-05-06T02:23:08.943Z Downloaded num-iter v0.1.44
11022024-05-06T02:23:08.943Z Downloaded nanorand v0.7.0
11032024-05-06T02:23:08.943Z Downloaded managed v0.8.0
11042024-05-06T02:23:08.943Z Downloaded unicode-segmentation v1.10.1
11052024-05-06T02:23:08.967Z Downloaded percent-encoding v2.3.1
11062024-05-06T02:23:08.967Z Downloaded memmap v0.7.0
11072024-05-06T02:23:08.967Z Downloaded utf-8 v0.7.6
11082024-05-06T02:23:08.967Z Downloaded tokio-rustls v0.24.1
11092024-05-06T02:23:08.967Z Downloaded term v0.7.0
11102024-05-06T02:23:08.967Z Downloaded hmac v0.12.1
11112024-05-06T02:23:08.967Z Downloaded untrusted v0.7.1
11122024-05-06T02:23:08.967Z Downloaded unicode-xid v0.2.4
11132024-05-06T02:23:08.967Z Downloaded chrono v0.4.38
11142024-05-06T02:23:08.992Z Downloaded serde_tokenstream v0.1.7
11152024-05-06T02:23:08.992Z Downloaded serde_repr v0.1.16
11162024-05-06T02:23:08.992Z Downloaded portpicker v0.1.1
11172024-05-06T02:23:08.992Z Downloaded usdt-macro v0.5.0
11182024-05-06T02:23:08.992Z Downloaded terminal_size v0.3.0
11192024-05-06T02:23:08.993Z Downloaded termcolor v1.2.0
11202024-05-06T02:23:08.993Z Downloaded serde_urlencoded v0.7.1
11212024-05-06T02:23:08.993Z Downloaded num-derive v0.4.0
11222024-05-06T02:23:08.993Z Downloaded num v0.4.2
11232024-05-06T02:23:08.993Z Downloaded toml v0.5.11
11242024-05-06T02:23:08.993Z Downloaded libefi-sys v0.1.0
11252024-05-06T02:23:08.993Z Downloaded hex-literal v0.4.1
11262024-05-06T02:23:08.993Z Downloaded hex v0.4.3
11272024-05-06T02:23:08.993Z Downloaded heck v0.5.0
11282024-05-06T02:23:08.993Z Downloaded heck v0.4.1
11292024-05-06T02:23:09.017Z Downloaded heck v0.3.3
11302024-05-06T02:23:09.017Z Downloaded hash32 v0.3.1
11312024-05-06T02:23:09.017Z Downloaded getrandom v0.1.16
11322024-05-06T02:23:09.017Z Downloaded toml v0.7.8
11332024-05-06T02:23:09.018Z Downloaded slog v2.7.0
11342024-05-06T02:23:09.018Z Downloaded blake3 v1.5.0
11352024-05-06T02:23:09.018Z Downloaded flume v0.11.0
11362024-05-06T02:23:09.042Z Downloaded linked-hash-map v0.5.6
11372024-05-06T02:23:09.042Z Downloaded indexmap v1.9.3
11382024-05-06T02:23:09.042Z Downloaded futures-io v0.3.30
11392024-05-06T02:23:09.042Z Downloaded dirs-sys-next v0.1.2
11402024-05-06T02:23:09.042Z Downloaded dirs-sys v0.4.1
11412024-05-06T02:23:09.042Z Downloaded dirs-next v2.0.0
11422024-05-06T02:23:09.042Z Downloaded slog-dtrace v0.3.0
11432024-05-06T02:23:09.043Z Downloaded synstructure v0.12.6
11442024-05-06T02:23:09.043Z Downloaded slog-envlogger v2.2.0
11452024-05-06T02:23:09.043Z Downloaded slog-bunyan v2.5.0
11462024-05-06T02:23:09.043Z Downloaded slog-async v2.8.0
11472024-05-06T02:23:09.043Z Downloaded semver v1.0.22
11482024-05-06T02:23:09.043Z Downloaded flate2 v1.0.28
11492024-05-06T02:23:09.067Z Downloaded derive-where v1.2.7
11502024-05-06T02:23:09.067Z Downloaded steno v0.4.0
11512024-05-06T02:23:09.067Z Downloaded option-ext v0.2.0
11522024-05-06T02:23:09.067Z Downloaded num_threads v0.1.6
11532024-05-06T02:23:09.067Z Downloaded sec1 v0.7.3
11542024-05-06T02:23:09.067Z Downloaded platforms v3.0.2
11552024-05-06T02:23:09.067Z Downloaded pkcs8 v0.10.2
11562024-05-06T02:23:09.067Z Downloaded semver v0.1.20
11572024-05-06T02:23:09.068Z Downloaded pin-project-lite v0.2.13
11582024-05-06T02:23:09.092Z Downloaded derive_more v0.99.17
11592024-05-06T02:23:09.092Z Downloaded zip v0.6.6
11602024-05-06T02:23:09.092Z Downloaded plain v0.2.3
11612024-05-06T02:23:09.092Z Downloaded hyper-rustls v0.24.2
11622024-05-06T02:23:09.092Z Downloaded dhcproto v0.11.0
11632024-05-06T02:23:09.092Z Downloaded peg-runtime v0.8.2
11642024-05-06T02:23:09.092Z Downloaded openssl-macros v0.1.1
11652024-05-06T02:23:09.093Z Downloaded opaque-debug v0.3.0
11662024-05-06T02:23:09.093Z Downloaded newline-converter v0.3.0
11672024-05-06T02:23:09.093Z Downloaded crossterm v0.27.0
11682024-05-06T02:23:09.117Z Downloaded phf_shared v0.11.2
11692024-05-06T02:23:09.117Z Downloaded phf v0.11.2
11702024-05-06T02:23:09.117Z Downloaded hyper-staticfile v0.9.5
11712024-05-06T02:23:09.117Z Downloaded newtype_derive v0.1.6
11722024-05-06T02:23:09.117Z Downloaded new_debug_unreachable v1.0.4
11732024-05-06T02:23:09.117Z Downloaded hyper-tls v0.5.0
11742024-05-06T02:23:09.117Z Downloaded foreign-types v0.5.0
11752024-05-06T02:23:09.117Z Downloaded filetime v0.2.23
11762024-05-06T02:23:09.117Z Downloaded fnv v1.0.7
11772024-05-06T02:23:09.118Z Downloaded float-cmp v0.9.0
11782024-05-06T02:23:09.118Z Downloaded lazy_static v1.4.0
11792024-05-06T02:23:09.118Z Downloaded keccak v0.1.4
11802024-05-06T02:23:09.118Z Downloaded deranged v0.3.11
11812024-05-06T02:23:09.145Z Downloaded subprocess v0.2.9
11822024-05-06T02:23:09.145Z Downloaded socket2 v0.5.6
11832024-05-06T02:23:09.145Z Downloaded clap_builder v4.5.2
11842024-05-06T02:23:09.145Z Downloaded zone v0.1.8
11852024-05-06T02:23:09.145Z Downloaded zeroize_derive v1.4.2
11862024-05-06T02:23:09.145Z Downloaded foreign-types-shared v0.1.1
11872024-05-06T02:23:09.145Z Downloaded foreign-types v0.3.2
11882024-05-06T02:23:09.145Z Downloaded strum_macros v0.26.1
11892024-05-06T02:23:09.146Z Downloaded socket2 v0.4.9
11902024-05-06T02:23:09.146Z Downloaded zone_cfg_derive v0.1.2
11912024-05-06T02:23:09.146Z Downloaded spki v0.7.2
11922024-05-06T02:23:09.146Z Downloaded spin v0.9.8
11932024-05-06T02:23:09.170Z Downloaded slog-term v2.9.1
11942024-05-06T02:23:09.170Z Downloaded openssl-probe v0.1.5
11952024-05-06T02:23:09.170Z Downloaded newtype-uuid v1.1.0
11962024-05-06T02:23:09.170Z Downloaded crossbeam-channel v0.5.8
11972024-05-06T02:23:09.170Z Downloaded strum_macros v0.25.2
11982024-05-06T02:23:09.170Z Downloaded structmeta-derive v0.3.0
11992024-05-06T02:23:09.170Z Downloaded structmeta v0.3.0
12002024-05-06T02:23:09.170Z Downloaded strsim v0.11.0
12012024-05-06T02:23:09.171Z Downloaded strsim v0.10.0
12022024-05-06T02:23:09.171Z Downloaded stringprep v0.1.3
12032024-05-06T02:23:09.171Z Downloaded string_cache v0.8.7
12042024-05-06T02:23:09.171Z Downloaded static_assertions v1.1.0
12052024-05-06T02:23:09.171Z Downloaded stable_deref_trait v1.2.0
12062024-05-06T02:23:09.171Z Downloaded spin v0.5.2
12072024-05-06T02:23:09.171Z Downloaded smf v0.2.3
12082024-05-06T02:23:09.196Z Downloaded smallvec v1.13.1
12092024-05-06T02:23:09.196Z Downloaded slog-stdlog v4.1.1
12102024-05-06T02:23:09.196Z Downloaded slog-scope v4.4.0
12112024-05-06T02:23:09.196Z Downloaded num-conv v0.1.0
12122024-05-06T02:23:09.196Z Downloaded cc v1.0.83
12132024-05-06T02:23:09.196Z Downloaded slab v0.4.9
12142024-05-06T02:23:09.196Z Downloaded macaddr v1.0.1
12152024-05-06T02:23:09.196Z Downloaded lru-cache v0.1.2
12162024-05-06T02:23:09.196Z Downloaded libsw v3.3.1
12172024-05-06T02:23:09.196Z Downloaded crc32fast v1.3.2
12182024-05-06T02:23:09.196Z Downloaded cancel-safe-futures v0.1.5
12192024-05-06T02:23:09.196Z Downloaded itoa v1.0.9
12202024-05-06T02:23:09.196Z Downloaded ipnetwork v0.20.0
12212024-05-06T02:23:09.221Z Downloaded console v0.15.8
12222024-05-06T02:23:09.221Z Downloaded normalize-line-endings v0.3.0
12232024-05-06T02:23:09.221Z Downloaded md5 v0.7.0
12242024-05-06T02:23:09.221Z Downloaded match_cfg v0.1.0
12252024-05-06T02:23:09.221Z Downloaded is-terminal v0.4.9
12262024-05-06T02:23:09.221Z Downloaded const-oid v0.9.6
12272024-05-06T02:23:09.221Z Downloaded instant v0.1.12
12282024-05-06T02:23:09.221Z Downloaded defmt-parser v0.3.3
12292024-05-06T02:23:09.222Z Downloaded defmt v0.3.5
12302024-05-06T02:23:09.222Z Downloaded clap_derive v4.5.4
12312024-05-06T02:23:09.222Z Downloaded defmt-macros v0.3.6
12322024-05-06T02:23:09.222Z Downloaded debug-ignore v1.0.5
12332024-05-06T02:23:09.222Z Downloaded data-encoding v2.4.0
12342024-05-06T02:23:09.247Z Downloaded cobs v0.2.3
12352024-05-06T02:23:09.247Z Downloaded clap_lex v0.7.0
12362024-05-06T02:23:09.247Z Downloaded cipher v0.4.4
12372024-05-06T02:23:09.247Z Downloaded chacha20 v0.9.1
12382024-05-06T02:23:09.247Z Downloaded bytecount v0.6.3
12392024-05-06T02:23:09.247Z Downloaded ctr v0.9.2
12402024-05-06T02:23:09.247Z Downloaded cpufeatures v0.2.12
12412024-05-06T02:23:09.247Z Downloaded convert_case v0.4.0
12422024-05-06T02:23:09.247Z Downloaded inout v0.1.3
12432024-05-06T02:23:09.247Z Downloaded iana-time-zone v0.1.57
12442024-05-06T02:23:09.247Z Downloaded der_derive v0.7.2
12452024-05-06T02:23:09.247Z Downloaded der v0.7.8
12462024-05-06T02:23:09.247Z Downloaded darling v0.20.8
12472024-05-06T02:23:09.272Z Downloaded crypto-bigint v0.5.2
12482024-05-06T02:23:09.272Z Downloaded crucible-workspace-hack v0.1.0
12492024-05-06T02:23:09.272Z Downloaded crossbeam-utils v0.8.19
12502024-05-06T02:23:09.272Z Downloaded cookie_store v0.20.0
12512024-05-06T02:23:09.272Z Downloaded cookie v0.17.0
12522024-05-06T02:23:09.272Z Downloaded colored v2.1.0
12532024-05-06T02:23:09.272Z Downloaded ciborium-ll v0.2.2
12542024-05-06T02:23:09.272Z Downloaded ciborium v0.2.2
12552024-05-06T02:23:09.297Z Downloaded cfg-if v1.0.0
12562024-05-06T02:23:09.297Z Downloaded byteorder v1.5.0
12572024-05-06T02:23:09.297Z Downloaded block-padding v0.3.3
12582024-05-06T02:23:09.297Z Downloaded bitstruct_derive v0.1.0
12592024-05-06T02:23:09.297Z Downloaded darling_macro v0.20.8
12602024-05-06T02:23:09.297Z Downloaded darling_core v0.20.8
12612024-05-06T02:23:09.297Z Downloaded crypto-common v0.1.6
12622024-05-06T02:23:09.297Z Downloaded crossbeam-epoch v0.9.18
12632024-05-06T02:23:09.297Z Downloaded clap v4.5.4
12642024-05-06T02:23:09.322Z Downloaded ciborium-io v0.2.2
12652024-05-06T02:23:09.322Z Downloaded cbc v0.1.2
12662024-05-06T02:23:09.322Z Downloaded camino v1.1.6
12672024-05-06T02:23:09.322Z Downloaded bzip2 v0.4.4
12682024-05-06T02:23:09.322Z Downloaded bytes v1.6.0
12692024-05-06T02:23:09.322Z Downloaded blowfish v0.9.1
12702024-05-06T02:23:09.322Z Downloaded blake2 v0.10.6
12712024-05-06T02:23:09.322Z Downloaded bitstruct v0.1.1
12722024-05-06T02:23:09.322Z Downloaded bitflags v2.4.2
12732024-05-06T02:23:09.350Z Downloaded crossbeam-deque v0.8.3
12742024-05-06T02:23:09.350Z Downloaded constant_time_eq v0.3.0
12752024-05-06T02:23:09.350Z Downloaded colorchoice v1.0.0
12762024-05-06T02:23:09.350Z Downloaded camino-tempfile v1.1.1
12772024-05-06T02:23:09.350Z Downloaded block-buffer v0.10.4
12782024-05-06T02:23:09.351Z Downloaded bit-set v0.5.3
12792024-05-06T02:23:09.351Z Downloaded base16ct v0.2.0
12802024-05-06T02:23:09.351Z Downloaded backoff v0.4.0
12812024-05-06T02:23:09.351Z Downloaded async-trait v0.1.80
12822024-05-06T02:23:09.351Z Downloaded base64 v0.22.0
12832024-05-06T02:23:09.351Z Downloaded base64 v0.21.7
12842024-05-06T02:23:09.376Z Downloaded base64 v0.13.1
12852024-05-06T02:23:09.376Z Downloaded backtrace v0.3.69
12862024-05-06T02:23:09.376Z Downloaded autocfg v1.1.0
12872024-05-06T02:23:09.376Z Downloaded atty v0.2.14
12882024-05-06T02:23:09.376Z Downloaded atomicwrites v0.4.3
12892024-05-06T02:23:09.376Z Downloaded atomic-waker v1.1.1
12902024-05-06T02:23:09.376Z Downloaded async-stream-impl v0.3.5
12912024-05-06T02:23:09.376Z Downloaded async-stream v0.3.5
12922024-05-06T02:23:09.376Z Downloaded ascii v1.1.0
12932024-05-06T02:23:09.376Z Downloaded arrayvec v0.7.4
12942024-05-06T02:23:09.376Z Downloaded arrayref v0.3.7
12952024-05-06T02:23:09.376Z Downloaded argon2 v0.5.3
12962024-05-06T02:23:09.401Z Downloaded anyhow v1.0.82
12972024-05-06T02:23:09.401Z Downloaded anstyle-query v1.0.0
12982024-05-06T02:23:09.401Z Downloaded anstyle-parse v0.2.1
12992024-05-06T02:23:09.401Z Downloaded anstyle v1.0.6
13002024-05-06T02:23:09.401Z Downloaded anstream v0.6.11
13012024-05-06T02:23:09.401Z Downloaded allocator-api2 v0.2.16
13022024-05-06T02:23:09.401Z Downloaded aho-corasick v1.1.2
13032024-05-06T02:23:09.401Z Downloaded ahash v0.8.8
13042024-05-06T02:23:09.426Z Downloaded aes-gcm v0.10.3
13052024-05-06T02:23:09.426Z Downloaded aes v0.8.3
13062024-05-06T02:23:09.426Z Downloaded aead v0.5.2
13072024-05-06T02:23:09.426Z Downloaded addr2line v0.21.0
13082024-05-06T02:23:09.748Z Compiling proc-macro2 v1.0.81
13092024-05-06T02:23:09.772Z Compiling unicode-ident v1.0.12
13102024-05-06T02:23:09.772Z Compiling libc v0.2.153
13112024-05-06T02:23:09.772Z Compiling serde v1.0.199
13122024-05-06T02:23:09.773Z Compiling version_check v0.9.4
13132024-05-06T02:23:09.773Z Compiling cfg-if v1.0.0
13142024-05-06T02:23:09.773Z Compiling autocfg v1.1.0
13152024-05-06T02:23:09.970Z Compiling once_cell v1.19.0
13162024-05-06T02:23:09.999Z Compiling thiserror v1.0.59
13172024-05-06T02:23:10.073Z Compiling typenum v1.16.0
13182024-05-06T02:23:10.393Z Compiling parking_lot_core v0.9.8
13192024-05-06T02:23:10.577Z Compiling byteorder v1.5.0
13202024-05-06T02:23:10.611Z Compiling memchr v2.7.1
13212024-05-06T02:23:10.713Z Compiling lock_api v0.4.10
13222024-05-06T02:23:10.840Z Compiling generic-array v0.14.7
13232024-05-06T02:23:11.001Z Compiling libm v0.2.7
13242024-05-06T02:23:11.033Z Compiling serde_json v1.0.116
13252024-05-06T02:23:11.058Z Compiling ahash v0.8.8
13262024-05-06T02:23:11.171Z Compiling num-traits v0.2.18
13272024-05-06T02:23:11.344Z Compiling quote v1.0.36
13282024-05-06T02:23:11.369Z Compiling log v0.4.21
13292024-05-06T02:23:11.436Z Compiling itoa v1.0.9
13302024-05-06T02:23:11.728Z Compiling syn v2.0.60
13312024-05-06T02:23:11.920Z Compiling getrandom v0.2.12
13322024-05-06T02:23:11.945Z Compiling cc v1.0.83
13332024-05-06T02:23:11.982Z Compiling syn v1.0.109
13342024-05-06T02:23:12.133Z Compiling rand_core v0.6.4
13352024-05-06T02:23:12.186Z Compiling scopeguard v1.2.0
13362024-05-06T02:23:12.350Z Compiling slab v0.4.9
13372024-05-06T02:23:12.965Z Compiling smallvec v1.13.1
13382024-05-06T02:23:13.149Z Compiling ryu v1.0.15
13392024-05-06T02:23:13.215Z Compiling allocator-api2 v0.2.16
13402024-05-06T02:23:13.398Z Compiling pin-project-lite v0.2.13
13412024-05-06T02:23:13.422Z Compiling subtle v2.5.0
13422024-05-06T02:23:13.513Z Compiling pkg-config v0.3.27
13432024-05-06T02:23:13.813Z Compiling parking_lot v0.12.1
13442024-05-06T02:23:13.890Z Compiling schemars v0.8.17
13452024-05-06T02:23:13.966Z Compiling signal-hook-registry v1.4.1
13462024-05-06T02:23:14.126Z Compiling mio v0.8.11
13472024-05-06T02:23:14.153Z Compiling equivalent v1.0.1
13482024-05-06T02:23:14.636Z Compiling socket2 v0.5.6
13492024-05-06T02:23:14.672Z Compiling num_cpus v1.16.0
13502024-05-06T02:23:14.791Z Compiling num-conv v0.1.0
13512024-05-06T02:23:14.848Z Compiling ring v0.17.8
13522024-05-06T02:23:15.048Z Compiling time-core v0.1.2
13532024-05-06T02:23:15.201Z Compiling time-macros v0.2.17
13542024-05-06T02:23:15.390Z Compiling futures-core v0.3.30
13552024-05-06T02:23:15.478Z Compiling httparse v1.8.0
13562024-05-06T02:23:15.526Z Compiling const-oid v0.9.6
13572024-05-06T02:23:15.609Z Compiling vcpkg v0.2.15
13582024-05-06T02:23:16.964Z Compiling fnv v1.0.7
13592024-05-06T02:23:17.087Z Compiling futures-sink v0.3.30
13602024-05-06T02:23:17.242Z Compiling ring v0.16.20
13612024-05-06T02:23:17.506Z Compiling openssl-sys v0.9.102
13622024-05-06T02:23:17.633Z Compiling futures-channel v0.3.30
13632024-05-06T02:23:17.758Z Compiling futures-task v0.3.30
13642024-05-06T02:23:18.007Z Compiling serde_derive_internals v0.29.0
13652024-05-06T02:23:18.032Z Compiling spin v0.5.2
13662024-05-06T02:23:18.056Z Compiling pin-utils v0.1.0
13672024-05-06T02:23:18.152Z Compiling futures-io v0.3.30
13682024-05-06T02:23:18.257Z Compiling slog v2.7.0
13692024-05-06T02:23:18.285Z Compiling openssl v0.10.64
13702024-05-06T02:23:18.418Z Compiling ucd-trie v0.1.6
13712024-05-06T02:23:18.442Z Compiling semver v1.0.22
13722024-05-06T02:23:18.642Z Compiling rustix v0.38.31
13732024-05-06T02:23:18.666Z Compiling heck v0.4.1
13742024-05-06T02:23:18.693Z Compiling iana-time-zone v0.1.57
13752024-05-06T02:23:18.882Z Compiling native-tls v0.2.11
13762024-05-06T02:23:18.922Z Compiling rustls v0.21.9
13772024-05-06T02:23:19.188Z Compiling cpufeatures v0.2.12
13782024-05-06T02:23:19.226Z Compiling tinyvec_macros v0.1.1
13792024-05-06T02:23:19.251Z Compiling backtrace v0.3.69
13802024-05-06T02:23:19.275Z Compiling cookie v0.17.0
13812024-05-06T02:23:19.300Z Compiling tinyvec v1.6.0
13822024-05-06T02:23:19.724Z Compiling aho-corasick v1.1.2
13832024-05-06T02:23:19.753Z Compiling dyn-clone v1.0.17
13842024-05-06T02:23:20.010Z Compiling heck v0.5.0
13852024-05-06T02:23:20.185Z Compiling regex-syntax v0.8.2
13862024-05-06T02:23:20.284Z Compiling unicode-bidi v0.3.15
13872024-05-06T02:23:20.421Z Compiling unicode-normalization v0.1.22
13882024-05-06T02:23:20.846Z Compiling crossbeam-utils v0.8.19
13892024-05-06T02:23:21.134Z Compiling ppv-lite86 v0.2.17
13902024-05-06T02:23:21.268Z Compiling anyhow v1.0.82
13912024-05-06T02:23:21.333Z Compiling tracing-core v0.1.32
13922024-05-06T02:23:22.382Z Compiling percent-encoding v2.3.1
13932024-05-06T02:23:22.724Z Compiling rand_chacha v0.3.1
13942024-05-06T02:23:23.316Z Compiling regex-automata v0.4.5
13952024-05-06T02:23:23.649Z Compiling serde_derive v1.0.199
13962024-05-06T02:23:23.810Z Compiling zeroize_derive v1.4.2
13972024-05-06T02:23:24.142Z Compiling zerocopy-derive v0.7.32
13982024-05-06T02:23:24.185Z Compiling thiserror-impl v1.0.59
13992024-05-06T02:23:24.354Z Compiling tokio-macros v2.2.0
14002024-05-06T02:23:24.414Z Compiling futures-macro v0.3.30
14012024-05-06T02:23:25.140Z Compiling zeroize v1.7.0
14022024-05-06T02:23:25.477Z Compiling tracing-attributes v0.1.27
14032024-05-06T02:23:25.767Z Compiling schemars_derive v0.8.17
14042024-05-06T02:23:26.053Z Compiling zerocopy v0.7.32
14052024-05-06T02:23:26.551Z Compiling crypto-common v0.1.6
14062024-05-06T02:23:26.764Z Compiling block-buffer v0.10.4
14072024-05-06T02:23:27.041Z Compiling digest v0.10.7
14082024-05-06T02:23:27.124Z Compiling futures-util v0.3.30
14092024-05-06T02:23:27.382Z Compiling pest v2.7.6
14102024-05-06T02:23:27.475Z Compiling openssl-macros v0.1.1
14112024-05-06T02:23:27.903Z Compiling hashbrown v0.14.3
14122024-05-06T02:23:28.099Z Compiling async-trait v0.1.80
14132024-05-06T02:23:28.939Z Compiling tracing v0.1.40
14142024-05-06T02:23:29.086Z Compiling regex v1.10.4
14152024-05-06T02:23:29.394Z Compiling pest_meta v2.7.6
14162024-05-06T02:23:29.654Z Compiling scroll_derive v0.12.0
14172024-05-06T02:23:29.969Z Compiling der_derive v0.7.2
14182024-05-06T02:23:30.385Z Compiling pest_generator v2.7.6
14192024-05-06T02:23:32.041Z Compiling rand v0.8.5
14202024-05-06T02:23:32.065Z Compiling spin v0.9.8
14212024-05-06T02:23:32.273Z Compiling thread-id v4.2.0
14222024-05-06T02:23:32.395Z Compiling rustversion v1.0.14
14232024-05-06T02:23:32.626Z Compiling powerfmt v0.2.0
14242024-05-06T02:23:32.974Z Compiling deranged v0.3.11
14252024-05-06T02:23:33.292Z Compiling pest_derive v2.7.6
14262024-05-06T02:23:33.323Z Compiling form_urlencoded v1.2.1
14272024-05-06T02:23:33.603Z Compiling unicode-width v0.1.11
14282024-05-06T02:23:33.870Z Compiling winnow v0.5.15
14292024-05-06T02:23:34.022Z Compiling num_threads v0.1.6
14302024-05-06T02:23:34.543Z Compiling time v0.3.34
14312024-05-06T02:23:35.082Z Compiling bytes v1.6.0
14322024-05-06T02:23:35.547Z Compiling indexmap v2.2.6
14332024-05-06T02:23:36.119Z Compiling tokio v1.37.0
14342024-05-06T02:23:36.684Z Compiling uuid v1.8.0
14352024-05-06T02:23:36.709Z Compiling chrono v0.4.38
14362024-05-06T02:23:37.000Z Compiling bitflags v2.4.2
14372024-05-06T02:23:37.825Z Compiling http v0.2.12
14382024-05-06T02:23:38.889Z Compiling serde_spanned v0.6.5
14392024-05-06T02:23:39.023Z Compiling toml_datetime v0.6.5
14402024-05-06T02:23:39.211Z Compiling rustc_version v0.4.0
14412024-05-06T02:23:39.740Z Compiling toml_edit v0.19.15
14422024-05-06T02:23:39.870Z Compiling unicode-xid v0.2.4
14432024-05-06T02:23:40.029Z Compiling synstructure v0.12.6
14442024-05-06T02:23:41.311Z Compiling openapiv3 v2.0.0
14452024-05-06T02:23:41.516Z Compiling serde_tokenstream v0.2.0
14462024-05-06T02:23:41.970Z Compiling idna v0.5.0
14472024-05-06T02:23:42.514Z Compiling usdt-impl v0.5.0
14482024-05-06T02:23:42.782Z Compiling crc32fast v1.3.2
14492024-05-06T02:23:43.517Z Compiling url v2.5.0
14502024-05-06T02:23:43.542Z Compiling zerocopy-derive v0.2.0
14512024-05-06T02:23:43.629Z Compiling scroll v0.12.0
14522024-05-06T02:23:44.234Z Compiling lazy_static v1.4.0
14532024-05-06T02:23:44.752Z Compiling plain v0.2.3
14542024-05-06T02:23:44.911Z Compiling goblin v0.8.0
14552024-05-06T02:23:45.955Z Compiling tokio-util v0.7.10
14562024-05-06T02:23:46.203Z Compiling untrusted v0.7.1
14572024-05-06T02:23:46.365Z Compiling untrusted v0.9.0
14582024-05-06T02:23:46.690Z Compiling foreign-types-shared v0.1.1
14592024-05-06T02:23:46.871Z Compiling pretty-hex v0.4.1
14602024-05-06T02:23:48.617Z Compiling foreign-types v0.3.2
14612024-05-06T02:23:50.218Z Compiling dof v0.3.0
14622024-05-06T02:23:50.309Z Compiling dtrace-parser v0.2.0
14632024-05-06T02:23:50.777Z Compiling errno v0.3.8
14642024-05-06T02:23:50.974Z Compiling usdt-impl v0.3.5
14652024-05-06T02:23:51.259Z Compiling adler v1.0.2
14662024-05-06T02:23:51.457Z Compiling try-lock v0.2.4
14672024-05-06T02:23:51.585Z Compiling base64 v0.21.7
14682024-05-06T02:23:51.867Z Compiling want v0.3.1
14692024-05-06T02:23:51.942Z Compiling miniz_oxide v0.7.1
14702024-05-06T02:23:52.792Z Compiling rustls-webpki v0.101.7
14712024-05-06T02:23:53.224Z Compiling sct v0.7.0
14722024-05-06T02:23:53.313Z Compiling h2 v0.3.26
14732024-05-06T02:23:53.567Z Compiling http-body v0.4.5
14742024-05-06T02:23:54.342Z Compiling socket2 v0.4.9
14752024-05-06T02:23:54.799Z Compiling num-bigint v0.4.4
14762024-05-06T02:23:55.111Z Compiling openssl-probe v0.1.5
14772024-05-06T02:23:55.337Z Compiling httpdate v1.0.3
14782024-05-06T02:23:55.398Z Compiling tower-service v0.3.2
14792024-05-06T02:23:56.246Z Compiling zerocopy v0.3.0
14802024-05-06T02:23:56.574Z Compiling heapless v0.7.16
14812024-05-06T02:23:56.882Z Compiling idna v0.3.0
14822024-05-06T02:23:57.030Z Compiling bzip2-sys v0.1.11+1.0.8
14832024-05-06T02:23:57.054Z Compiling signal-hook v0.3.17
14842024-05-06T02:23:58.063Z Compiling base64ct v1.6.0
14852024-05-06T02:23:58.088Z Compiling psl-types v2.0.11
14862024-05-06T02:23:58.264Z Compiling publicsuffix v2.2.3
14872024-05-06T02:23:58.569Z Compiling tokio-native-tls v0.3.1
14882024-05-06T02:23:58.809Z Compiling hyper v0.14.28
14892024-05-06T02:23:59.509Z Compiling tokio-rustls v0.24.1
14902024-05-06T02:23:59.753Z Compiling dof v0.1.5
14912024-05-06T02:23:59.853Z Compiling crossbeam-epoch v0.9.18
14922024-05-06T02:24:00.509Z Compiling dtrace-parser v0.1.14
14932024-05-06T02:24:00.678Z Compiling gimli v0.28.0
14942024-05-06T02:24:01.048Z Compiling ipnet v2.9.0
14952024-05-06T02:24:02.078Z Compiling cookie_store v0.20.0
14962024-05-06T02:24:03.048Z Compiling rustls-pemfile v1.0.3
14972024-05-06T02:24:03.374Z Compiling serde_urlencoded v0.7.1
14982024-05-06T02:24:03.570Z Compiling serde_tokenstream v0.1.7
14992024-05-06T02:24:03.817Z Compiling enum-as-inner v0.5.1
15002024-05-06T02:24:03.885Z Compiling object v0.32.1
15012024-05-06T02:24:04.031Z Compiling addr2line v0.21.0
15022024-05-06T02:24:04.569Z Compiling hyper-rustls v0.24.2
15032024-05-06T02:24:04.622Z Compiling hyper-tls v0.5.0
15042024-05-06T02:24:04.716Z Compiling encoding_rs v0.8.33
15052024-05-06T02:24:05.425Z Compiling rustc-demangle v0.1.23
15062024-05-06T02:24:05.499Z Compiling sync_wrapper v0.1.2
15072024-05-06T02:24:05.715Z Compiling smoltcp v0.9.1
15082024-05-06T02:24:05.923Z Compiling either v1.11.0
15092024-05-06T02:24:06.318Z Compiling webpki-roots v0.25.2
15102024-05-06T02:24:06.395Z Compiling mime v0.3.17
15112024-05-06T02:24:06.462Z Compiling data-encoding v2.4.0
15122024-05-06T02:24:07.218Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
15132024-05-06T02:24:08.178Z Compiling reqwest v0.11.27
15142024-05-06T02:24:08.332Z Compiling pem-rfc7468 v0.7.0
15152024-05-06T02:24:09.175Z Compiling hmac v0.12.1
15162024-05-06T02:24:09.973Z Compiling futures-executor v0.3.30
15172024-05-06T02:24:10.014Z Compiling regress v0.9.1
15182024-05-06T02:24:10.523Z Compiling siphasher v0.3.11
15192024-05-06T02:24:10.849Z Compiling winnow v0.6.1
15202024-05-06T02:24:11.091Z Compiling unicode-segmentation v1.10.1
15212024-05-06T02:24:11.447Z Compiling flagset v0.4.3
15222024-05-06T02:24:11.610Z Compiling der v0.7.8
15232024-05-06T02:24:13.733Z Compiling toml_edit v0.22.12
15242024-05-06T02:24:13.953Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#f7442947)
15252024-05-06T02:24:14.283Z Compiling flate2 v1.0.28
15262024-05-06T02:24:14.426Z Compiling usdt-attr-macro v0.3.5
15272024-05-06T02:24:15.653Z Compiling usdt-macro v0.3.5
15282024-05-06T02:24:16.644Z Compiling hubpack_derive v0.1.1
15292024-05-06T02:24:16.750Z Compiling clap_derive v4.5.4
15302024-05-06T02:24:17.287Z Compiling zerocopy-derive v0.6.6
15312024-05-06T02:24:18.036Z Compiling bitflags v1.3.2
15322024-05-06T02:24:18.060Z Compiling anstyle v1.0.6
15332024-05-06T02:24:18.434Z Compiling utf8parse v0.2.1
15342024-05-06T02:24:18.585Z Compiling anstyle-parse v0.2.1
15352024-05-06T02:24:18.876Z Compiling sha2 v0.10.8
15362024-05-06T02:24:20.370Z Compiling futures v0.3.30
15372024-05-06T02:24:20.472Z Compiling spki v0.7.2
15382024-05-06T02:24:20.928Z Compiling md-5 v0.10.5
15392024-05-06T02:24:20.970Z Compiling toml v0.7.8
15402024-05-06T02:24:21.164Z Compiling hex v0.4.3
15412024-05-06T02:24:21.412Z Compiling stringprep v0.1.3
15422024-05-06T02:24:21.437Z Compiling block-padding v0.3.3
15432024-05-06T02:24:21.562Z Compiling num-integer v0.1.46
15442024-05-06T02:24:21.645Z Compiling diesel_table_macro_syntax v0.1.0
15452024-05-06T02:24:21.686Z Compiling hash32 v0.2.1
15462024-05-06T02:24:22.012Z Compiling anstyle-query v1.0.0
15472024-05-06T02:24:22.139Z Compiling colorchoice v1.0.0
15482024-05-06T02:24:22.232Z Compiling stable_deref_trait v1.2.0
15492024-05-06T02:24:22.336Z Compiling fallible-iterator v0.2.0
15502024-05-06T02:24:22.630Z Compiling anstream v0.6.11
15512024-05-06T02:24:22.731Z Compiling diesel_derives v2.1.2
15522024-05-06T02:24:22.945Z Compiling postgres-protocol v0.6.6
15532024-05-06T02:24:23.413Z Compiling inout v0.1.3
15542024-05-06T02:24:24.036Z Compiling pkcs8 v0.10.2
15552024-05-06T02:24:24.576Z Compiling phf_shared v0.11.2
15562024-05-06T02:24:24.805Z Compiling terminal_size v0.3.0
15572024-05-06T02:24:24.902Z Compiling ff v0.13.0
15582024-05-06T02:24:24.987Z Compiling strum_macros v0.25.2
15592024-05-06T02:24:25.290Z Compiling serde_repr v0.1.16
15602024-05-06T02:24:25.325Z Compiling scheduled-thread-pool v0.2.7
15612024-05-06T02:24:25.627Z Compiling strsim v0.11.0
15622024-05-06T02:24:25.651Z Compiling managed v0.8.0
15632024-05-06T02:24:25.822Z Compiling regex-automata v0.1.10
15642024-05-06T02:24:26.028Z Compiling base16ct v0.2.0
15652024-05-06T02:24:26.243Z Compiling bit-vec v0.6.3
15662024-05-06T02:24:26.268Z Compiling clap_lex v0.7.0
15672024-05-06T02:24:26.310Z Compiling matches v0.1.10
15682024-05-06T02:24:26.417Z Compiling idna v0.2.3
15692024-05-06T02:24:26.621Z Compiling clap_builder v4.5.2
15702024-05-06T02:24:26.724Z Compiling sec1 v0.7.3
15712024-05-06T02:24:27.196Z Compiling bstr v0.2.17
15722024-05-06T02:24:27.269Z Compiling r2d2 v0.8.10
15732024-05-06T02:24:27.881Z Compiling group v0.13.0
15742024-05-06T02:24:28.154Z Compiling phf v0.11.2
15752024-05-06T02:24:28.462Z Compiling signal-hook-mio v0.2.3
15762024-05-06T02:24:28.486Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#f7442947)
15772024-05-06T02:24:28.616Z Compiling bzip2 v0.4.4
15782024-05-06T02:24:28.640Z Compiling cipher v0.4.4
15792024-05-06T02:24:28.741Z Compiling postgres-types v0.2.6
15802024-05-06T02:24:29.091Z Compiling zerocopy v0.6.6
15812024-05-06T02:24:29.272Z Compiling hubpack v0.1.2
15822024-05-06T02:24:29.665Z Compiling phf_shared v0.10.0
15832024-05-06T02:24:29.802Z Compiling hkdf v0.12.4
15842024-05-06T02:24:30.004Z Compiling crypto-bigint v0.5.2
15852024-05-06T02:24:30.028Z Compiling ipnetwork v0.20.0
15862024-05-06T02:24:30.783Z Compiling float-cmp v0.9.0
15872024-05-06T02:24:31.131Z Compiling predicates-core v1.0.6
15882024-05-06T02:24:31.438Z Compiling precomputed-hash v0.1.1
15892024-05-06T02:24:31.545Z Compiling new_debug_unreachable v1.0.4
15902024-05-06T02:24:31.634Z Compiling minimal-lexical v0.2.1
15912024-05-06T02:24:32.089Z Compiling fixedbitset v0.4.2
15922024-05-06T02:24:32.469Z Compiling whoami v1.5.1
15932024-05-06T02:24:32.662Z Compiling difflib v0.4.0
15942024-05-06T02:24:33.151Z Compiling static_assertions v1.1.0
15952024-05-06T02:24:33.376Z Compiling normalize-line-endings v0.3.0
15962024-05-06T02:24:33.494Z Compiling predicates v3.1.0
15972024-05-06T02:24:33.644Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
15982024-05-06T02:24:34.030Z Compiling trust-dns-proto v0.22.0
15992024-05-06T02:24:34.551Z Compiling tokio-postgres v0.7.10
16002024-05-06T02:24:34.607Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#f7442947)
16012024-05-06T02:24:34.729Z Compiling petgraph v0.6.4
16022024-05-06T02:24:34.975Z Compiling nom v7.1.3
16032024-05-06T02:24:35.100Z Compiling diesel v2.1.6
16042024-05-06T02:24:36.340Z Compiling string_cache v0.8.7
16052024-05-06T02:24:36.726Z Compiling elliptic-curve v0.13.8
16062024-05-06T02:24:37.970Z Compiling yasna v0.5.2
16072024-05-06T02:24:38.073Z Compiling clap v4.5.4
16082024-05-06T02:24:38.203Z Compiling zip v0.6.6
16092024-05-06T02:24:38.638Z Compiling crossterm v0.27.0
16102024-05-06T02:24:38.872Z Compiling similar v2.4.0
16112024-05-06T02:24:39.629Z Compiling bit-set v0.5.3
16122024-05-06T02:24:39.885Z Compiling num-iter v0.1.44
16132024-05-06T02:24:39.948Z Compiling usdt v0.3.5
16142024-05-06T02:24:40.063Z Compiling console v0.15.8
16152024-05-06T02:24:40.197Z Compiling itertools v0.10.5
16162024-05-06T02:24:40.938Z Compiling tokio-stream v0.1.15
16172024-05-06T02:24:41.398Z Compiling getopts v0.2.21
16182024-05-06T02:24:41.484Z Compiling bstr v1.9.0
16192024-05-06T02:24:41.777Z Compiling unsafe-libyaml v0.2.10
16202024-05-06T02:24:41.948Z Compiling peg-runtime v0.8.2
16212024-05-06T02:24:42.541Z Compiling base64 v0.22.0
16222024-05-06T02:24:42.641Z Compiling lalrpop-util v0.19.12
16232024-05-06T02:24:42.932Z Compiling serde_yaml v0.9.25
16242024-05-06T02:24:43.450Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
16252024-05-06T02:24:46.479Z Compiling camino v1.1.6
16262024-05-06T02:24:49.640Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
16272024-05-06T02:24:49.955Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
16282024-05-06T02:24:53.216Z Compiling sha1 v0.10.6
16292024-05-06T02:25:04.098Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16302024-05-06T02:25:04.762Z Compiling ident_case v1.0.1
16312024-05-06T02:25:04.903Z Compiling strsim v0.10.0
16322024-05-06T02:25:05.149Z Compiling darling_core v0.20.8
16332024-05-06T02:25:05.245Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
16342024-05-06T02:25:06.473Z Compiling strum_macros v0.26.1
16352024-05-06T02:25:10.667Z Compiling strum v0.26.2
16362024-05-06T02:25:10.913Z Compiling darling_macro v0.20.8
16372024-05-06T02:25:11.031Z Compiling dirs-sys-next v0.1.2
16382024-05-06T02:25:11.136Z Compiling match_cfg v0.1.0
16392024-05-06T02:25:11.236Z Compiling rayon-core v1.12.1
16402024-05-06T02:25:11.519Z Compiling dirs-next v2.0.0
16412024-05-06T02:25:11.543Z Compiling hostname v0.3.1
16422024-05-06T02:25:11.648Z Compiling crossbeam-deque v0.8.3
16432024-05-06T02:25:11.691Z Compiling http v1.0.0
16442024-05-06T02:25:11.759Z Compiling thread_local v1.1.7
16452024-05-06T02:25:11.785Z Compiling darling v0.20.8
16462024-05-06T02:25:11.821Z Compiling slog-async v2.8.0
16472024-05-06T02:25:11.903Z Compiling rustls-pki-types v1.3.0
16482024-05-06T02:25:11.939Z Compiling fastrand v2.0.1
16492024-05-06T02:25:12.134Z Compiling same-file v1.0.6
16502024-05-06T02:25:12.249Z Compiling tempfile v3.10.1
16512024-05-06T02:25:12.344Z Compiling walkdir v2.5.0
16522024-05-06T02:25:12.610Z Compiling term v0.7.0
16532024-05-06T02:25:12.816Z Compiling crossbeam-channel v0.5.8
16542024-05-06T02:25:13.025Z Compiling is-terminal v0.4.9
16552024-05-06T02:25:13.050Z Compiling blake3 v1.5.0
16562024-05-06T02:25:13.158Z Compiling paste v1.0.14
16572024-05-06T02:25:13.342Z Compiling rustls v0.22.4
16582024-05-06T02:25:13.593Z Compiling take_mut v0.2.2
16592024-05-06T02:25:13.706Z Compiling slog-term v2.9.1
16602024-05-06T02:25:13.771Z Compiling rayon v1.10.0
16612024-05-06T02:25:13.945Z Compiling rustls-webpki v0.102.1
16622024-05-06T02:25:13.970Z Compiling filetime v0.2.23
16632024-05-06T02:25:14.038Z Compiling xattr v1.0.1
16642024-05-06T02:25:14.276Z Compiling memmap2 v0.7.1
16652024-05-06T02:25:14.300Z Compiling multer v3.0.0
16662024-05-06T02:25:14.571Z Compiling instant v0.1.12
16672024-05-06T02:25:14.674Z Compiling arrayvec v0.7.4
16682024-05-06T02:25:14.716Z Compiling arrayref v0.3.7
16692024-05-06T02:25:14.741Z Compiling home v0.5.5
16702024-05-06T02:25:14.810Z Compiling constant_time_eq v0.3.0
16712024-05-06T02:25:14.931Z Compiling toolchain_find v0.4.0
16722024-05-06T02:25:14.970Z Compiling camino-tempfile v1.1.1
16732024-05-06T02:25:14.995Z Compiling tar v0.4.40
16742024-05-06T02:25:15.357Z Compiling toml v0.8.12
16752024-05-06T02:25:15.701Z Compiling slog-json v2.6.1
16762024-05-06T02:25:15.874Z Compiling async-stream-impl v0.3.5
16772024-05-06T02:25:16.033Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
16782024-05-06T02:25:16.058Z Compiling atomic-waker v1.1.1
16792024-05-06T02:25:16.238Z Compiling debug-ignore v1.0.5
16802024-05-06T02:25:16.303Z Compiling topological-sort v0.2.2
16812024-05-06T02:25:16.454Z Compiling waitgroup v0.1.2
16822024-05-06T02:25:16.507Z Compiling rustfmt-wrapper v0.2.1
16832024-05-06T02:25:16.664Z Compiling slog-bunyan v2.5.0
16842024-05-06T02:25:16.859Z Compiling rustls-pemfile v2.1.2
16852024-05-06T02:25:16.989Z Compiling serde_with_macros v3.7.0
16862024-05-06T02:25:17.043Z Compiling async-stream v0.3.5
16872024-05-06T02:25:17.335Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
16882024-05-06T02:25:17.705Z Compiling serde_path_to_error v0.1.16
16892024-05-06T02:25:17.768Z Compiling structmeta-derive v0.3.0
16902024-05-06T02:25:18.406Z Compiling tokio-rustls v0.25.0
16912024-05-06T02:25:18.512Z Compiling omicron-zone-package v0.11.0
16922024-05-06T02:25:18.654Z Compiling proc-macro-error-attr v1.0.4
16932024-05-06T02:25:18.752Z Compiling proc-macro-error v1.0.4
16942024-05-06T02:25:18.992Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
16952024-05-06T02:25:19.300Z Compiling newtype-uuid v1.1.0
16962024-05-06T02:25:19.596Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
16972024-05-06T02:25:19.621Z Compiling serde_with v3.7.0
16982024-05-06T02:25:20.261Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
16992024-05-06T02:25:20.311Z Compiling structmeta v0.3.0
17002024-05-06T02:25:20.431Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17012024-05-06T02:25:20.682Z Compiling backoff v0.4.0
17022024-05-06T02:25:20.708Z Compiling parse-display-derive v0.9.0
17032024-05-06T02:25:20.980Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17042024-05-06T02:25:21.608Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17052024-05-06T02:25:21.756Z Compiling macaddr v1.0.1
17062024-05-06T02:25:22.141Z Compiling proc-macro-crate v1.3.1
17072024-05-06T02:25:22.829Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17082024-05-06T02:25:23.109Z Compiling num_enum_derive v0.5.11
17092024-05-06T02:25:23.154Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17102024-05-06T02:25:23.438Z Compiling foreign-types-macros v0.2.3
17112024-05-06T02:25:23.462Z Compiling foreign-types-shared v0.3.1
17122024-05-06T02:25:23.582Z Compiling heapless v0.8.0
17132024-05-06T02:25:23.900Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
17142024-05-06T02:25:24.037Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17152024-05-06T02:25:24.553Z Compiling foreign-types v0.5.0
17162024-05-06T02:25:24.621Z Compiling parse-display v0.9.0
17172024-05-06T02:25:24.762Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17182024-05-06T02:25:24.836Z Compiling cstr-argument v0.1.2
17192024-05-06T02:25:25.056Z Compiling hash32 v0.3.1
17202024-05-06T02:25:25.194Z Compiling pretty-hex v0.2.1
17212024-05-06T02:25:25.279Z Compiling smoltcp v0.11.0
17222024-05-06T02:25:25.444Z Compiling num_enum v0.5.11
17232024-05-06T02:25:25.598Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17242024-05-06T02:25:25.651Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17252024-05-06T02:25:25.898Z Compiling tabwriter v1.4.0
17262024-05-06T02:25:25.952Z Compiling colored v2.1.0
17272024-05-06T02:25:26.157Z Compiling embedded-io v0.4.0
17282024-05-06T02:25:26.181Z Compiling cobs v0.2.3
17292024-05-06T02:25:26.339Z Compiling postcard v1.0.8
17302024-05-06T02:25:26.447Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17312024-05-06T02:25:26.706Z Compiling crucible-workspace-hack v0.1.0
17322024-05-06T02:25:26.770Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17332024-05-06T02:25:26.986Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17342024-05-06T02:25:27.015Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17352024-05-06T02:25:27.040Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
17362024-05-06T02:25:27.363Z Compiling smf v0.2.3
17372024-05-06T02:25:27.407Z Compiling platforms v3.0.2
17382024-05-06T02:25:27.638Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
17392024-05-06T02:25:27.764Z Compiling humantime v2.1.0
17402024-05-06T02:25:28.003Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
17412024-05-06T02:25:28.214Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
17422024-05-06T02:25:28.339Z Compiling usdt-attr-macro v0.5.0
17432024-05-06T02:25:28.581Z Compiling usdt-macro v0.5.0
17442024-05-06T02:25:28.609Z Compiling num-derive v0.4.0
17452024-05-06T02:25:29.248Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17462024-05-06T02:25:29.748Z Compiling sigpipe v0.1.3
17472024-05-06T02:25:29.868Z Compiling memmap v0.7.0
17482024-05-06T02:25:29.936Z Compiling utf-8 v0.7.6
17492024-05-06T02:25:30.182Z Compiling usdt v0.5.0
17502024-05-06T02:25:30.222Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
17512024-05-06T02:25:30.456Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
17522024-05-06T02:25:30.637Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17532024-05-06T02:25:30.662Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
17542024-05-06T02:25:31.029Z Compiling atty v0.2.14
17552024-05-06T02:25:31.149Z Compiling unicase v2.7.0
17562024-05-06T02:25:31.174Z Compiling semver v0.1.20
17572024-05-06T02:25:31.238Z Compiling newline-converter v0.3.0
17582024-05-06T02:25:31.393Z Compiling universal-hash v0.5.1
17592024-05-06T02:25:31.424Z Compiling opaque-debug v0.3.0
17602024-05-06T02:25:31.494Z Compiling curve25519-dalek v4.1.2
17612024-05-06T02:25:31.523Z Compiling rustc_version v0.1.7
17622024-05-06T02:25:31.572Z Compiling expectorate v1.1.0
17632024-05-06T02:25:31.596Z Compiling tungstenite v0.20.1
17642024-05-06T02:25:31.736Z Compiling signature v2.1.0
17652024-05-06T02:25:31.761Z Compiling curve25519-dalek-derive v0.1.0
17662024-05-06T02:25:31.964Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17672024-05-06T02:25:31.988Z Compiling newtype_derive v0.1.6
17682024-05-06T02:25:32.153Z Compiling num-rational v0.4.1
17692024-05-06T02:25:32.182Z Compiling linked-hash-map v0.5.6
17702024-05-06T02:25:32.263Z Compiling quick-error v1.2.3
17712024-05-06T02:25:32.401Z Compiling getrandom v0.1.16
17722024-05-06T02:25:32.492Z Compiling arc-swap v1.6.0
17732024-05-06T02:25:32.593Z Compiling termcolor v1.2.0
17742024-05-06T02:25:32.984Z Compiling env_logger v0.9.3
17752024-05-06T02:25:33.075Z Compiling slog-scope v4.4.0
17762024-05-06T02:25:33.100Z Compiling lru-cache v0.1.2
17772024-05-06T02:25:33.322Z Compiling tokio-tungstenite v0.20.1
17782024-05-06T02:25:33.486Z Compiling resolv-conf v0.7.0
17792024-05-06T02:25:33.630Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17802024-05-06T02:25:33.776Z Compiling password-hash v0.5.0
17812024-05-06T02:25:33.800Z Compiling blake2 v0.10.6
17822024-05-06T02:25:34.020Z Compiling bitstruct_derive v0.1.0
17832024-05-06T02:25:34.176Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17842024-05-06T02:25:34.200Z Compiling libefi-sys v0.1.0
17852024-05-06T02:25:34.317Z Compiling bytecount v0.6.3
17862024-05-06T02:25:34.539Z Compiling parking_lot_core v0.8.6
17872024-05-06T02:25:34.573Z Compiling ascii v1.1.0
17882024-05-06T02:25:34.832Z Compiling papergrid v0.11.0
17892024-05-06T02:25:35.010Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
17902024-05-06T02:25:35.060Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17912024-05-06T02:25:35.167Z Compiling argon2 v0.5.3
17922024-05-06T02:25:35.329Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17932024-05-06T02:25:35.354Z Compiling bitstruct v0.1.1
17942024-05-06T02:25:35.483Z Compiling trust-dns-resolver v0.22.0
17952024-05-06T02:25:36.205Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
17962024-05-06T02:25:36.382Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
17972024-05-06T02:25:37.538Z Compiling slog-stdlog v4.1.1
17982024-05-06T02:25:37.964Z Compiling tabled_derive v0.7.0
17992024-05-06T02:25:38.182Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18002024-05-06T02:25:38.343Z Compiling rfc6979 v0.4.0
18012024-05-06T02:25:38.518Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18022024-05-06T02:25:38.633Z Compiling serde_arrays v0.1.0
18032024-05-06T02:25:38.783Z Compiling erased-serde v0.3.31
18042024-05-06T02:25:38.808Z Compiling aead v0.5.2
18052024-05-06T02:25:38.863Z Compiling num-complex v0.4.5
18062024-05-06T02:25:38.863Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
18072024-05-06T02:25:39.129Z Compiling nibble_vec v0.1.0
18082024-05-06T02:25:39.209Z Compiling slog-dtrace v0.3.0
18092024-05-06T02:25:39.324Z Compiling winapi v0.3.9
18102024-05-06T02:25:39.496Z Compiling endian-type v0.1.2
18112024-05-06T02:25:39.711Z Compiling keccak v0.1.4
18122024-05-06T02:25:39.736Z Compiling cancel-safe-futures v0.1.5
18132024-05-06T02:25:40.013Z Compiling sha3 v0.10.8
18142024-05-06T02:25:40.040Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18152024-05-06T02:25:40.094Z Compiling radix_trie v0.2.1
18162024-05-06T02:25:40.144Z Compiling tabled v0.15.0
18172024-05-06T02:25:40.252Z Compiling num v0.4.2
18182024-05-06T02:25:40.452Z Compiling ecdsa v0.16.9
18192024-05-06T02:25:40.514Z Compiling rand_core v0.5.1
18202024-05-06T02:25:40.689Z Compiling slog-envlogger v2.2.0
18212024-05-06T02:25:40.806Z Compiling steno v0.4.0
18222024-05-06T02:25:40.831Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18232024-05-06T02:25:40.946Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18242024-05-06T02:25:41.105Z Compiling mime_guess v2.0.4
18252024-05-06T02:25:41.683Z Compiling poly1305 v0.8.0
18262024-05-06T02:25:41.940Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18272024-05-06T02:25:42.140Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
18282024-05-06T02:25:42.569Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18292024-05-06T02:25:42.858Z Compiling primeorder v0.13.6
18302024-05-06T02:25:43.088Z Compiling chacha20 v0.9.1
18312024-05-06T02:25:43.183Z Compiling heck v0.3.3
18322024-05-06T02:25:43.281Z Compiling secrecy v0.8.0
18332024-05-06T02:25:43.491Z Compiling thiserror-impl-no-std v2.0.2
18342024-05-06T02:25:43.515Z Compiling half v2.3.1
18352024-05-06T02:25:43.548Z Compiling convert_case v0.4.0
18362024-05-06T02:25:43.992Z Compiling option-ext v0.2.0
18372024-05-06T02:25:44.123Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18382024-05-06T02:25:44.271Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
18392024-05-06T02:25:44.383Z Compiling ciborium-io v0.2.2
18402024-05-06T02:25:44.531Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
18412024-05-06T02:25:44.581Z Compiling ciborium-ll v0.2.2
18422024-05-06T02:25:44.818Z Compiling derive_more v0.99.17
18432024-05-06T02:25:44.937Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18442024-05-06T02:25:45.473Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18452024-05-06T02:25:46.154Z Compiling thiserror-no-std v2.0.2
18462024-05-06T02:25:46.179Z Compiling dirs-sys v0.4.1
18472024-05-06T02:25:46.279Z Compiling zone_cfg_derive v0.1.2
18482024-05-06T02:25:46.439Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
18492024-05-06T02:25:47.115Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18502024-05-06T02:25:47.141Z Compiling parking_lot v0.11.2
18512024-05-06T02:25:47.194Z Compiling rand_chacha v0.2.2
18522024-05-06T02:25:47.450Z Compiling trust-dns-client v0.22.0
18532024-05-06T02:25:48.096Z Compiling ed25519 v2.2.2
18542024-05-06T02:25:48.440Z Compiling polyval v0.6.1
18552024-05-06T02:25:48.507Z Compiling tungstenite v0.21.0
18562024-05-06T02:25:48.549Z Compiling aes v0.8.3
18572024-05-06T02:25:48.817Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18582024-05-06T02:25:49.183Z Compiling ctr v0.9.2
18592024-05-06T02:25:49.514Z Compiling blowfish v0.9.1
18602024-05-06T02:25:49.889Z Compiling password-hash v0.4.2
18612024-05-06T02:25:50.023Z Compiling libsw v3.3.1
18622024-05-06T02:25:50.296Z Compiling toml v0.5.11
18632024-05-06T02:25:50.321Z Compiling pbkdf2 v0.12.2
18642024-05-06T02:25:50.479Z Compiling derive-where v1.2.7
18652024-05-06T02:25:50.699Z Compiling fxhash v0.2.1
18662024-05-06T02:25:50.879Z Compiling gethostname v0.4.3
18672024-05-06T02:25:51.129Z Compiling swrite v0.1.0
18682024-05-06T02:25:51.260Z Compiling owo-colors v4.0.0
18692024-05-06T02:25:51.316Z Compiling linear-map v1.2.0
18702024-05-06T02:25:51.638Z Compiling base64 v0.13.1
18712024-05-06T02:25:51.806Z Compiling trust-dns-server v0.22.1
18722024-05-06T02:25:52.133Z Compiling ron v0.7.1
18732024-05-06T02:25:53.048Z Compiling sled v0.34.7
18742024-05-06T02:25:53.329Z Compiling bcrypt-pbkdf v0.10.0
18752024-05-06T02:25:53.507Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18762024-05-06T02:25:53.818Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
18772024-05-06T02:25:54.126Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
18782024-05-06T02:25:54.509Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
18792024-05-06T02:25:57.483Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
18802024-05-06T02:25:57.675Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
18812024-05-06T02:25:58.216Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18822024-05-06T02:25:58.351Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
18832024-05-06T02:25:59.024Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
18842024-05-06T02:25:59.884Z Compiling pbkdf2 v0.11.0
18852024-05-06T02:25:59.908Z Compiling tokio-tungstenite v0.21.0
18862024-05-06T02:26:00.195Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18872024-05-06T02:26:00.379Z Compiling ghash v0.5.0
18882024-05-06T02:26:00.404Z Compiling ed25519-dalek v2.0.0
18892024-05-06T02:26:00.568Z Compiling russh-cryptovec v0.7.0
18902024-05-06T02:26:00.811Z Compiling zone v0.1.8
18912024-05-06T02:26:00.836Z Compiling rand v0.7.3
18922024-05-06T02:26:01.232Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
18932024-05-06T02:26:01.594Z Compiling dirs v5.0.1
18942024-05-06T02:26:01.780Z Compiling vsss-rs v3.3.4
18952024-05-06T02:26:01.962Z Compiling ciborium v0.2.2
18962024-05-06T02:26:02.903Z Compiling chacha20poly1305 v0.10.1
18972024-05-06T02:26:03.102Z Compiling p521 v0.13.3
18982024-05-06T02:26:03.228Z Compiling p256 v0.13.2
18992024-05-06T02:26:03.945Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19002024-05-06T02:26:03.971Z Compiling pem v3.0.4
19012024-05-06T02:26:04.666Z Compiling cbc v0.1.2
19022024-05-06T02:26:04.892Z Compiling headers-core v0.2.0
19032024-05-06T02:26:05.036Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
19042024-05-06T02:26:05.064Z Compiling portpicker v0.1.1
19052024-05-06T02:26:05.173Z Compiling kstat-rs v0.2.3
19062024-05-06T02:26:05.368Z Compiling nanorand v0.7.0
19072024-05-06T02:26:05.393Z Compiling md5 v0.7.0
19082024-05-06T02:26:05.437Z Compiling glob v0.3.1
19092024-05-06T02:26:05.823Z Compiling http-range v0.1.5
19102024-05-06T02:26:05.937Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
19112024-05-06T02:26:06.120Z Compiling hyper-staticfile v0.9.5
19122024-05-06T02:26:06.163Z Compiling flume v0.11.0
19132024-05-06T02:26:06.280Z Compiling russh-keys v0.43.0
19142024-05-06T02:26:06.578Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
19152024-05-06T02:26:06.742Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
19162024-05-06T02:26:06.955Z Compiling headers v0.3.9
19172024-05-06T02:26:08.666Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
19182024-05-06T02:26:09.466Z Compiling rcgen v0.12.1
19192024-05-06T02:26:09.807Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
19202024-05-06T02:26:11.197Z Compiling aes-gcm v0.10.3
19212024-05-06T02:26:11.444Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
19222024-05-06T02:26:11.553Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
19232024-05-06T02:26:11.995Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
19242024-05-06T02:26:12.021Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
19252024-05-06T02:26:13.393Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
19262024-05-06T02:26:14.494Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
19272024-05-06T02:26:14.764Z Compiling atomicwrites v0.4.3
19282024-05-06T02:26:15.094Z Compiling itertools v0.12.1
19292024-05-06T02:26:15.504Z Compiling subprocess v0.2.9
19302024-05-06T02:26:17.208Z Compiling display-error-chain v0.2.0
19312024-05-06T02:26:17.389Z Compiling hex-literal v0.4.1
19322024-05-06T02:26:17.558Z Compiling dhcproto-macros v0.1.0
19332024-05-06T02:26:17.582Z Compiling russh v0.43.0
19342024-05-06T02:26:17.635Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19352024-05-06T02:26:17.942Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
19362024-05-06T02:26:18.366Z Compiling dhcproto v0.11.0
19372024-05-06T02:26:18.651Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
19382024-05-06T02:26:19.048Z Compiling internet-checksum v0.2.1
19392024-05-06T02:26:22.054Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
19402024-05-06T02:26:23.514Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
19412024-05-06T02:26:48.490Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
19422024-05-06T02:27:42.829Z Finished dev [unoptimized + debuginfo] target(s) in 5m 00s
19432024-05-06T02:27:43.168Z
19442024-05-06T02:27:43.168Zreal 5:01.048494465
19452024-05-06T02:27:43.169Zuser 23:28.084382480
19462024-05-06T02:27:43.169Zsys 5:30.824397352
19472024-05-06T02:27:43.169Ztrap 0.734614080
19482024-05-06T02:27:43.169Ztflt 0.371397167
19492024-05-06T02:27:43.169Zdflt 2.629951083
19502024-05-06T02:27:43.169Zkflt 0.002601565
19512024-05-06T02:27:43.169Zlock 43:26.822033027
19522024-05-06T02:27:43.169Zslp 1:06:08.521106121
19532024-05-06T02:27:43.169Zlat 1:38.182100869
19542024-05-06T02:27:43.169Zstop 4:03.952081814
19552024-05-06T02:27:43.194Z+ mkdir -p /work
19562024-05-06T02:27:43.194Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin commtest
19572024-05-06T02:27:44.243Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
19582024-05-06T02:27:56.176Z Finished dev [unoptimized + debuginfo] target(s) in 12.93s
19592024-05-06T02:27:56.277Z
19602024-05-06T02:27:56.277Zreal 13.073642382
19612024-05-06T02:27:56.277Zuser 10.253552111
19622024-05-06T02:27:56.277Zsys 3.997907909
19632024-05-06T02:27:56.277Ztrap 0.003444351
19642024-05-06T02:27:56.277Ztflt 0.004676384
19652024-05-06T02:27:56.277Zdflt 0.066016533
19662024-05-06T02:27:56.277Zkflt 0.000000000
19672024-05-06T02:27:56.277Zlock 36.638907984
19682024-05-06T02:27:56.277Zslp 52.699806916
19692024-05-06T02:27:56.278Zlat 0.086068171
19702024-05-06T02:27:56.278Zstop 0.084191472
19712024-05-06T02:27:56.302Z+ cp target/debug/commtest /work/commtest
19722024-05-06T02:27:56.632Z+ mkdir -p /work/end-to-end-tests
19732024-05-06T02:27:56.657Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
19742024-05-06T02:27:56.689Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
19752024-05-06T02:27:56.689Z+ ptime -m gzip
19762024-05-06T02:27:56.714Z++ basename target/debug/bootstrap
19772024-05-06T02:28:11.429Z
19782024-05-06T02:28:11.429Zreal 14.731770786
19792024-05-06T02:28:11.429Zuser 14.594102411
19802024-05-06T02:28:11.430Zsys 0.121498544
19812024-05-06T02:28:11.430Ztrap 0.003895997
19822024-05-06T02:28:11.430Ztflt 0.000000000
19832024-05-06T02:28:11.430Zdflt 0.000000000
19842024-05-06T02:28:11.430Zkflt 0.000000000
19852024-05-06T02:28:11.430Zlock 0.000000000
19862024-05-06T02:28:11.430Zslp 0.000000000
19872024-05-06T02:28:11.430Zlat 0.011011876
19882024-05-06T02:28:11.430Zstop 0.001177478
19892024-05-06T02:28:11.455Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
19902024-05-06T02:28:11.455Z+ ptime -m gzip
19912024-05-06T02:28:11.455Z++ basename /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-54db9e7169aa25f2
19922024-05-06T02:28:12.809Z
19932024-05-06T02:28:12.809Zreal 1.369827299
19942024-05-06T02:28:12.809Zuser 1.354090324
19952024-05-06T02:28:12.809Zsys 0.014814119
19962024-05-06T02:28:12.809Ztrap 0.000171891
19972024-05-06T02:28:12.809Ztflt 0.000000000
19982024-05-06T02:28:12.809Zdflt 0.000000000
19992024-05-06T02:28:12.809Zkflt 0.000000000
20002024-05-06T02:28:12.809Zlock 0.000000000
20012024-05-06T02:28:12.809Zslp 0.000000000
20022024-05-06T02:28:12.809Zlat 0.000426314
20032024-05-06T02:28:12.809Zstop 0.000232045
20042024-05-06T02:28:12.834Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20052024-05-06T02:28:12.835Z+ ptime -m gzip
20062024-05-06T02:28:12.835Z++ basename /work/oxidecomputer/omicron/target/debug/deps/commtest-d165232fe22589d2
20072024-05-06T02:28:14.192Z
20082024-05-06T02:28:14.192Zreal 1.375080014
20092024-05-06T02:28:14.192Zuser 1.359316312
20102024-05-06T02:28:14.192Zsys 0.015051911
20112024-05-06T02:28:14.192Ztrap 0.000175398
20122024-05-06T02:28:14.192Ztflt 0.000000000
20132024-05-06T02:28:14.192Zdflt 0.000000000
20142024-05-06T02:28:14.192Zkflt 0.000000000
20152024-05-06T02:28:14.192Zlock 0.000000000
20162024-05-06T02:28:14.192Zslp 0.000000000
20172024-05-06T02:28:14.192Zlat 0.000210119
20182024-05-06T02:28:14.192Zstop 0.000232837
20192024-05-06T02:28:14.217Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20202024-05-06T02:28:14.217Z+ ptime -m gzip
20212024-05-06T02:28:14.217Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-114378b13c624b47
20222024-05-06T02:28:15.583Z
20232024-05-06T02:28:15.583Zreal 1.382870938
20242024-05-06T02:28:15.583Zuser 1.367520828
20252024-05-06T02:28:15.583Zsys 0.014651987
20262024-05-06T02:28:15.583Ztrap 0.000178825
20272024-05-06T02:28:15.583Ztflt 0.000000000
20282024-05-06T02:28:15.583Zdflt 0.000000000
20292024-05-06T02:28:15.583Zkflt 0.000000000
20302024-05-06T02:28:15.583Zlock 0.000000000
20312024-05-06T02:28:15.583Zslp 0.000000000
20322024-05-06T02:28:15.608Zlat 0.000195991
20332024-05-06T02:28:15.608Zstop 0.000234079
20342024-05-06T02:28:15.608Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20352024-05-06T02:28:15.608Z+ ptime -m gzip
20362024-05-06T02:28:15.608Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-afa978a5d172f68d
20372024-05-06T02:28:30.798Z
20382024-05-06T02:28:30.798Zreal 15.205752938
20392024-05-06T02:28:30.798Zuser 15.054163989
20402024-05-06T02:28:30.798Zsys 0.146516157
20412024-05-06T02:28:30.798Ztrap 0.002773808
20422024-05-06T02:28:30.798Ztflt 0.000000000
20432024-05-06T02:28:30.798Zdflt 0.000000000
20442024-05-06T02:28:30.798Zkflt 0.000000000
20452024-05-06T02:28:30.798Zlock 0.000000000
20462024-05-06T02:28:30.798Zslp 0.000000000
20472024-05-06T02:28:30.798Zlat 0.001958975
20482024-05-06T02:28:30.798Zstop 0.000247271
20492024-05-06T02:28:30.823Z+ banner caboose-util
20502024-05-06T02:28:30.823Z
20512024-05-06T02:28:30.823Z #### ## ##### #### #### #### ###### # # #####
20522024-05-06T02:28:30.823Z # # # # # # # # # # # # # # #
20532024-05-06T02:28:30.824Z # # # ##### # # # # #### ##### ##### # # #
20542024-05-06T02:28:30.824Z # ###### # # # # # # # # # # #
20552024-05-06T02:28:30.824Z # # # # # # # # # # # # # # # #
20562024-05-06T02:28:30.824Z #### # # ##### #### #### #### ###### #### #
20572024-05-06T02:28:30.824Z
20582024-05-06T02:28:30.824Z+ ptime -m cargo build --locked -p caboose-util --release
20592024-05-06T02:28:31.452Z Downloading crates ...
20602024-05-06T02:28:31.610Z Downloaded maybe-uninit v2.0.0
20612024-05-06T02:28:31.637Z Downloaded array-init v0.0.4
20622024-05-06T02:28:31.638Z Downloaded path-slash v0.1.5
20632024-05-06T02:28:31.638Z Downloaded env_logger v0.10.0
20642024-05-06T02:28:31.638Z Downloaded tap v1.0.1
20652024-05-06T02:28:31.638Z Downloaded wyz v0.5.1
20662024-05-06T02:28:31.638Z Downloaded pkcs1 v0.7.5
20672024-05-06T02:28:31.662Z Downloaded rsa v0.9.2
20682024-05-06T02:28:31.662Z Downloaded x509-cert v0.2.4
20692024-05-06T02:28:31.662Z Downloaded bitfield v0.14.0
20702024-05-06T02:28:31.662Z Downloaded object v0.30.4
20712024-05-06T02:28:31.686Z Downloaded num-bigint-dig v0.8.4
20722024-05-06T02:28:31.687Z Downloaded hashbrown v0.13.2
20732024-05-06T02:28:31.687Z Downloaded bitvec v1.0.1
20742024-05-06T02:28:31.711Z Downloaded ron v0.8.1
20752024-05-06T02:28:31.711Z Downloaded crc-any v2.4.3
20762024-05-06T02:28:31.711Z Downloaded serde-hex v0.1.0
20772024-05-06T02:28:31.711Z Downloaded packed_struct_codegen v0.10.1
20782024-05-06T02:28:31.711Z Downloaded packed_struct v0.10.1
20792024-05-06T02:28:31.711Z Downloaded smallvec v0.6.14
20802024-05-06T02:28:31.712Z Downloaded radium v0.7.0
20812024-05-06T02:28:31.712Z Downloaded nodrop v0.1.14
20822024-05-06T02:28:31.712Z Downloaded funty v2.0.0
20832024-05-06T02:28:31.712Z Downloaded crc-catalog v2.2.0
20842024-05-06T02:28:31.712Z Downloaded crc v3.0.1
20852024-05-06T02:28:31.853Z Compiling proc-macro2 v1.0.81
20862024-05-06T02:28:31.853Z Compiling unicode-ident v1.0.12
20872024-05-06T02:28:31.853Z Compiling libc v0.2.153
20882024-05-06T02:28:31.853Z Compiling serde v1.0.199
20892024-05-06T02:28:31.878Z Compiling autocfg v1.1.0
20902024-05-06T02:28:31.878Z Compiling version_check v0.9.4
20912024-05-06T02:28:31.878Z Compiling cfg-if v1.0.0
20922024-05-06T02:28:31.972Z Compiling typenum v1.16.0
20932024-05-06T02:28:32.018Z Compiling once_cell v1.19.0
20942024-05-06T02:28:32.108Z Compiling parking_lot_core v0.9.8
20952024-05-06T02:28:32.374Z Compiling memchr v2.7.1
20962024-05-06T02:28:32.399Z Compiling byteorder v1.5.0
20972024-05-06T02:28:32.424Z Compiling generic-array v0.14.7
20982024-05-06T02:28:32.490Z Compiling lock_api v0.4.10
20992024-05-06T02:28:32.683Z Compiling libm v0.2.7
21002024-05-06T02:28:32.771Z Compiling num-traits v0.2.18
21012024-05-06T02:28:32.823Z Compiling ahash v0.8.8
21022024-05-06T02:28:32.959Z Compiling serde_json v1.0.116
21032024-05-06T02:28:33.044Z Compiling syn v1.0.109
21042024-05-06T02:28:33.127Z Compiling pkg-config v0.3.27
21052024-05-06T02:28:33.155Z Compiling quote v1.0.36
21062024-05-06T02:28:33.261Z Compiling thiserror v1.0.59
21072024-05-06T02:28:33.490Z Compiling syn v2.0.60
21082024-05-06T02:28:33.558Z Compiling cc v1.0.83
21092024-05-06T02:28:33.644Z Compiling getrandom v0.2.12
21102024-05-06T02:28:34.024Z Compiling scopeguard v1.2.0
21112024-05-06T02:28:34.048Z Compiling itoa v1.0.9
21122024-05-06T02:28:34.158Z Compiling log v0.4.21
21132024-05-06T02:28:34.240Z Compiling slab v0.4.9
21142024-05-06T02:28:34.554Z Compiling rand_core v0.6.4
21152024-05-06T02:28:34.658Z Compiling smallvec v1.13.1
21162024-05-06T02:28:35.150Z Compiling vcpkg v0.2.15
21172024-05-06T02:28:35.665Z Compiling pin-project-lite v0.2.13
21182024-05-06T02:28:35.777Z Compiling parking_lot v0.12.1
21192024-05-06T02:28:35.937Z Compiling const-oid v0.9.6
21202024-05-06T02:28:36.190Z Compiling ryu v1.0.15
21212024-05-06T02:28:36.435Z Compiling ring v0.17.8
21222024-05-06T02:28:36.475Z Compiling openssl-sys v0.9.102
21232024-05-06T02:28:36.561Z Compiling ucd-trie v0.1.6
21242024-05-06T02:28:37.050Z Compiling signal-hook-registry v1.4.1
21252024-05-06T02:28:37.593Z Compiling subtle v2.5.0
21262024-05-06T02:28:37.627Z Compiling rustix v0.38.31
21272024-05-06T02:28:37.715Z Compiling ring v0.16.20
21282024-05-06T02:28:37.900Z Compiling mio v0.8.11
21292024-05-06T02:28:38.240Z Compiling futures-core v0.3.30
21302024-05-06T02:28:38.451Z Compiling semver v1.0.22
21312024-05-06T02:28:38.553Z Compiling tinyvec_macros v0.1.1
21322024-05-06T02:28:38.632Z Compiling tinyvec v1.6.0
21332024-05-06T02:28:39.766Z Compiling spin v0.5.2
21342024-05-06T02:28:39.984Z Compiling unicode-normalization v0.1.22
21352024-05-06T02:28:40.132Z Compiling num_cpus v1.16.0
21362024-05-06T02:28:40.175Z Compiling socket2 v0.5.6
21372024-05-06T02:28:40.252Z Compiling openssl v0.10.64
21382024-05-06T02:28:40.585Z Compiling futures-sink v0.3.30
21392024-05-06T02:28:40.723Z Compiling allocator-api2 v0.2.16
21402024-05-06T02:28:40.783Z Compiling httparse v1.8.0
21412024-05-06T02:28:41.054Z Compiling unicode-bidi v0.3.15
21422024-05-06T02:28:41.106Z Compiling unicode-xid v0.2.4
21432024-05-06T02:28:41.219Z Compiling synstructure v0.12.6
21442024-05-06T02:28:41.464Z Compiling num-conv v0.1.0
21452024-05-06T02:28:41.676Z Compiling time-core v0.1.2
21462024-05-06T02:28:41.726Z Compiling equivalent v1.0.1
21472024-05-06T02:28:41.831Z Compiling time-macros v0.2.17
21482024-05-06T02:28:42.094Z Compiling futures-channel v0.3.30
21492024-05-06T02:28:42.449Z Compiling pin-utils v0.1.0
21502024-05-06T02:28:42.474Z Compiling ppv-lite86 v0.2.17
21512024-05-06T02:28:42.531Z Compiling rustls v0.21.9
21522024-05-06T02:28:42.620Z Compiling futures-task v0.3.30
21532024-05-06T02:28:42.875Z Compiling native-tls v0.2.11
21542024-05-06T02:28:43.168Z Compiling crc32fast v1.3.2
21552024-05-06T02:28:43.304Z Compiling futures-io v0.3.30
21562024-05-06T02:28:43.540Z Compiling rand_chacha v0.3.1
21572024-05-06T02:28:43.594Z Compiling bzip2-sys v0.1.11+1.0.8
21582024-05-06T02:28:43.771Z Compiling spin v0.9.8
21592024-05-06T02:28:43.924Z Compiling tracing-core v0.1.32
21602024-05-06T02:28:43.964Z Compiling serde_derive v1.0.199
21612024-05-06T02:28:43.988Z Compiling zeroize_derive v1.4.2
21622024-05-06T02:28:44.098Z Compiling zerocopy-derive v0.7.32
21632024-05-06T02:28:44.213Z Compiling thiserror-impl v1.0.59
21642024-05-06T02:28:44.282Z Compiling tokio-macros v2.2.0
21652024-05-06T02:28:44.858Z Compiling futures-macro v0.3.30
21662024-05-06T02:28:44.974Z Compiling tracing-attributes v0.1.27
21672024-05-06T02:28:45.186Z Compiling zeroize v1.7.0
21682024-05-06T02:28:45.586Z Compiling der_derive v0.7.2
21692024-05-06T02:28:45.772Z Compiling zerocopy v0.7.32
21702024-05-06T02:28:46.607Z Compiling pest v2.7.6
21712024-05-06T02:28:46.632Z Compiling crypto-common v0.1.6
21722024-05-06T02:28:46.801Z Compiling block-buffer v0.10.4
21732024-05-06T02:28:46.922Z Compiling zerocopy-derive v0.2.0
21742024-05-06T02:28:47.036Z Compiling digest v0.10.7
21752024-05-06T02:28:47.449Z Compiling openssl-macros v0.1.1
21762024-05-06T02:28:47.686Z Compiling hashbrown v0.14.3
21772024-05-06T02:28:47.773Z Compiling futures-util v0.3.30
21782024-05-06T02:28:47.857Z Compiling base64ct v1.6.0
21792024-05-06T02:28:48.329Z Compiling pem-rfc7468 v0.7.0
21802024-05-06T02:28:48.405Z Compiling pest_meta v2.7.6
21812024-05-06T02:28:48.431Z Compiling tracing v0.1.40
21822024-05-06T02:28:48.729Z Compiling scroll_derive v0.12.0
21832024-05-06T02:28:48.860Z Compiling zerocopy-derive v0.6.6
21842024-05-06T02:28:48.991Z Compiling rand v0.8.5
21852024-05-06T02:28:49.580Z Compiling pest_generator v2.7.6
21862024-05-06T02:28:50.105Z Compiling cookie v0.17.0
21872024-05-06T02:28:50.379Z Compiling usdt-impl v0.3.5
21882024-05-06T02:28:50.421Z Compiling percent-encoding v2.3.1
21892024-05-06T02:28:50.486Z Compiling schemars v0.8.17
21902024-05-06T02:28:50.698Z Compiling signal-hook v0.3.17
21912024-05-06T02:28:50.787Z Compiling flagset v0.4.3
21922024-05-06T02:28:50.986Z Compiling der v0.7.8
21932024-05-06T02:28:51.249Z Compiling serde_derive_internals v0.29.0
21942024-05-06T02:28:51.669Z Compiling pest_derive v2.7.6
21952024-05-06T02:28:52.785Z Compiling errno v0.3.8
21962024-05-06T02:28:53.015Z Compiling fnv v1.0.7
21972024-05-06T02:28:53.131Z Compiling schemars_derive v0.8.17
21982024-05-06T02:28:53.155Z Compiling spki v0.7.2
21992024-05-06T02:28:54.638Z Compiling bytes v1.6.0
22002024-05-06T02:28:55.161Z Compiling bitflags v2.4.2
22012024-05-06T02:28:55.524Z Compiling tokio v1.37.0
22022024-05-06T02:28:55.656Z Compiling indexmap v2.2.6
22032024-05-06T02:28:56.481Z Compiling rustc_version v0.4.0
22042024-05-06T02:28:57.032Z Compiling heapless v0.7.16
22052024-05-06T02:28:57.137Z Compiling http v0.2.12
22062024-05-06T02:28:57.235Z Compiling uuid v1.8.0
22072024-05-06T02:28:57.390Z Compiling zerocopy v0.3.0
22082024-05-06T02:28:57.827Z Compiling lazy_static v1.4.0
22092024-05-06T02:28:58.296Z Compiling backtrace v0.3.69
22102024-05-06T02:28:58.652Z Compiling thread-id v4.2.0
22112024-05-06T02:28:58.760Z Compiling num-bigint v0.4.4
22122024-05-06T02:28:59.119Z Compiling iana-time-zone v0.1.57
22132024-05-06T02:28:59.147Z Compiling untrusted v0.9.0
22142024-05-06T02:28:59.275Z Compiling powerfmt v0.2.0
22152024-05-06T02:28:59.621Z Compiling crossbeam-utils v0.8.19
22162024-05-06T02:28:59.646Z Compiling foreign-types-shared v0.1.1
22172024-05-06T02:28:59.779Z Compiling heck v0.5.0
22182024-05-06T02:28:59.810Z Compiling base64 v0.21.7
22192024-05-06T02:29:00.064Z Compiling heck v0.4.1
22202024-05-06T02:29:00.405Z Compiling untrusted v0.7.1
22212024-05-06T02:29:00.557Z Compiling smoltcp v0.9.1
22222024-05-06T02:29:00.582Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
22232024-05-06T02:29:00.852Z Compiling clap_derive v4.5.4
22242024-05-06T02:29:01.073Z Compiling foreign-types v0.3.2
22252024-05-06T02:29:01.160Z Compiling deranged v0.3.11
22262024-05-06T02:29:01.680Z Compiling chrono v0.4.38
22272024-05-06T02:29:02.739Z Compiling tokio-util v0.7.10
22282024-05-06T02:29:03.463Z Compiling dof v0.1.5
22292024-05-06T02:29:03.866Z Compiling dtrace-parser v0.1.14
22302024-05-06T02:29:04.228Z Compiling form_urlencoded v1.2.1
22312024-05-06T02:29:04.355Z Compiling hmac v0.12.1
22322024-05-06T02:29:04.427Z Compiling num-integer v0.1.46
22332024-05-06T02:29:04.881Z Compiling cpufeatures v0.2.12
22342024-05-06T02:29:04.978Z Compiling adler v1.0.2
22352024-05-06T02:29:05.159Z Compiling anstyle v1.0.6
22362024-05-06T02:29:05.184Z Compiling num_threads v0.1.6
22372024-05-06T02:29:05.305Z Compiling siphasher v0.3.11
22382024-05-06T02:29:05.383Z Compiling try-lock v0.2.4
22392024-05-06T02:29:05.408Z Compiling utf8parse v0.2.1
22402024-05-06T02:29:05.408Z Compiling rustversion v1.0.14
22412024-05-06T02:29:05.515Z Compiling want v0.3.1
22422024-05-06T02:29:05.540Z Compiling anstyle-parse v0.2.1
22432024-05-06T02:29:05.565Z Compiling time v0.3.34
22442024-05-06T02:29:05.648Z Compiling miniz_oxide v0.7.1
22452024-05-06T02:29:05.756Z Compiling sha2 v0.10.8
22462024-05-06T02:29:08.239Z Compiling h2 v0.3.26
22472024-05-06T02:29:08.442Z Compiling rustls-webpki v0.101.7
22482024-05-06T02:29:09.366Z Compiling sct v0.7.0
22492024-05-06T02:29:09.637Z Compiling http-body v0.4.5
22502024-05-06T02:29:10.024Z Compiling serde_tokenstream v0.1.7
22512024-05-06T02:29:10.130Z Compiling pkcs8 v0.10.2
22522024-05-06T02:29:10.433Z Compiling hubpack_derive v0.1.1
22532024-05-06T02:29:10.461Z Compiling async-trait v0.1.80
22542024-05-06T02:29:10.644Z Compiling idna v0.5.0
22552024-05-06T02:29:11.261Z Compiling socket2 v0.4.9
22562024-05-06T02:29:11.751Z Compiling aho-corasick v1.1.2
22572024-05-06T02:29:11.798Z Compiling usdt-impl v0.5.0
22582024-05-06T02:29:11.925Z Compiling anstyle-query v1.0.0
22592024-05-06T02:29:12.069Z Compiling radium v0.7.0
22602024-05-06T02:29:12.209Z Compiling slog v2.7.0
22612024-05-06T02:29:12.453Z Compiling colorchoice v1.0.0
22622024-05-06T02:29:12.612Z Compiling anyhow v1.0.82
22632024-05-06T02:29:12.933Z Compiling openssl-probe v0.1.5
22642024-05-06T02:29:13.069Z Compiling regex-syntax v0.8.2
22652024-05-06T02:29:13.138Z Compiling httpdate v1.0.3
22662024-05-06T02:29:13.399Z Compiling tower-service v0.3.2
22672024-05-06T02:29:13.793Z Compiling hyper v0.14.28
22682024-05-06T02:29:16.148Z Compiling regex-automata v0.4.5
22692024-05-06T02:29:17.054Z Compiling anstream v0.6.11
22702024-05-06T02:29:19.194Z Compiling url v2.5.0
22712024-05-06T02:29:21.435Z Compiling terminal_size v0.3.0
22722024-05-06T02:29:21.718Z Compiling serde_spanned v0.6.5
22732024-05-06T02:29:21.771Z Compiling toml_datetime v0.6.5
22742024-05-06T02:29:21.929Z Compiling zerocopy v0.6.6
22752024-05-06T02:29:22.017Z Compiling scroll v0.12.0
22762024-05-06T02:29:22.100Z Compiling md-5 v0.10.5
22772024-05-06T02:29:22.476Z Compiling stringprep v0.1.3
22782024-05-06T02:29:22.501Z Compiling idna v0.3.0
22792024-05-06T02:29:22.755Z Compiling diesel_table_macro_syntax v0.1.0
22802024-05-06T02:29:22.893Z Compiling hash32 v0.2.1
22812024-05-06T02:29:23.069Z Compiling clap_lex v0.7.0
22822024-05-06T02:29:23.160Z Compiling maybe-uninit v2.0.0
22832024-05-06T02:29:23.201Z Compiling dyn-clone v1.0.17
22842024-05-06T02:29:23.279Z Compiling tap v1.0.1
22852024-05-06T02:29:23.549Z Compiling stable_deref_trait v1.2.0
22862024-05-06T02:29:23.580Z Compiling plain v0.2.3
22872024-05-06T02:29:23.640Z Compiling fallible-iterator v0.2.0
22882024-05-06T02:29:23.664Z Compiling psl-types v2.0.11
22892024-05-06T02:29:23.724Z Compiling gimli v0.28.0
22902024-05-06T02:29:23.826Z Compiling strsim v0.11.0
22912024-05-06T02:29:24.232Z Compiling postgres-protocol v0.6.6
22922024-05-06T02:29:24.610Z Compiling clap_builder v4.5.2
22932024-05-06T02:29:24.979Z Compiling publicsuffix v2.2.3
22942024-05-06T02:29:25.016Z Compiling goblin v0.8.0
22952024-05-06T02:29:25.294Z Compiling wyz v0.5.1
22962024-05-06T02:29:25.675Z Compiling diesel_derives v2.1.2
22972024-05-06T02:29:26.166Z Compiling tokio-rustls v0.24.1
22982024-05-06T02:29:27.256Z Compiling addr2line v0.21.0
22992024-05-06T02:29:28.214Z Compiling strum_macros v0.25.2
23002024-05-06T02:29:29.087Z Compiling tokio-native-tls v0.3.1
23012024-05-06T02:29:29.739Z Compiling usdt-attr-macro v0.3.5
23022024-05-06T02:29:30.828Z Compiling usdt-macro v0.3.5
23032024-05-06T02:29:32.168Z Compiling phf_shared v0.11.2
23042024-05-06T02:29:32.224Z Compiling num-iter v0.1.44
23052024-05-06T02:29:32.397Z Compiling enum-as-inner v0.5.1
23062024-05-06T02:29:33.024Z Compiling block-padding v0.3.3
23072024-05-06T02:29:33.194Z Compiling serde_repr v0.1.16
23082024-05-06T02:29:34.067Z Compiling ff v0.13.0
23092024-05-06T02:29:34.258Z Compiling scheduled-thread-pool v0.2.7
23102024-05-06T02:29:35.921Z Compiling object v0.32.1
23112024-05-06T02:29:36.017Z Compiling matches v0.1.10
23122024-05-06T02:29:36.108Z Compiling regex-automata v0.1.10
23132024-05-06T02:29:36.495Z Compiling bit-vec v0.6.3
23142024-05-06T02:29:36.599Z Compiling ipnet v2.9.0
23152024-05-06T02:29:36.852Z Compiling managed v0.8.0
23162024-05-06T02:29:36.999Z Compiling packed_struct v0.10.1
23172024-05-06T02:29:37.247Z Compiling base16ct v0.2.0
23182024-05-06T02:29:37.448Z Compiling winnow v0.5.15
23192024-05-06T02:29:37.489Z Compiling funty v2.0.0
23202024-05-06T02:29:40.096Z Compiling rustc-demangle v0.1.23
23212024-05-06T02:29:40.303Z Compiling pretty-hex v0.4.1
23222024-05-06T02:29:40.329Z Compiling bitflags v1.3.2
23232024-05-06T02:29:40.494Z Compiling num-bigint-dig v0.8.4
23242024-05-06T02:29:41.007Z Compiling dof v0.3.0
23252024-05-06T02:29:42.718Z Compiling toml_edit v0.19.15
23262024-05-06T02:29:45.788Z Compiling bitvec v1.0.1
23272024-05-06T02:29:46.773Z Compiling sec1 v0.7.3
23282024-05-06T02:29:47.385Z Compiling bstr v0.2.17
23292024-05-06T02:29:48.153Z Compiling idna v0.2.3
23302024-05-06T02:29:48.428Z Compiling r2d2 v0.8.10
23312024-05-06T02:29:48.743Z Compiling group v0.13.0
23322024-05-06T02:29:48.991Z Compiling inout v0.1.3
23332024-05-06T02:29:49.193Z Compiling phf v0.11.2
23342024-05-06T02:29:49.454Z Compiling hyper-tls v0.5.0
23352024-05-06T02:29:49.743Z Compiling signal-hook-mio v0.2.3
23362024-05-06T02:29:49.885Z Compiling cookie_store v0.20.0
23372024-05-06T02:29:49.936Z Compiling clap v4.5.4
23382024-05-06T02:29:50.051Z Compiling flate2 v1.0.28
23392024-05-06T02:29:50.633Z Compiling ipnetwork v0.20.0
23402024-05-06T02:29:50.775Z Compiling hyper-rustls v0.24.2
23412024-05-06T02:29:50.978Z Compiling bzip2 v0.4.4
23422024-05-06T02:29:51.157Z Compiling postgres-types v0.2.6
23432024-05-06T02:29:51.282Z Compiling regex v1.10.4
23442024-05-06T02:29:51.674Z Compiling hubpack v0.1.2
23452024-05-06T02:29:51.702Z Compiling phf_shared v0.10.0
23462024-05-06T02:29:51.986Z Compiling rustls-pemfile v1.0.3
23472024-05-06T02:29:52.088Z Compiling hkdf v0.12.4
23482024-05-06T02:29:52.136Z Compiling serde_urlencoded v0.7.1
23492024-05-06T02:29:52.291Z Compiling futures-executor v0.3.30
23502024-05-06T02:29:52.316Z Compiling dtrace-parser v0.2.0
23512024-05-06T02:29:53.155Z Compiling crypto-bigint v0.5.2
23522024-05-06T02:29:53.268Z Compiling packed_struct_codegen v0.10.1
23532024-05-06T02:29:53.667Z Compiling float-cmp v0.9.0
23542024-05-06T02:29:54.362Z Compiling indexmap v1.9.3
23552024-05-06T02:29:54.624Z Compiling encoding_rs v0.8.33
23562024-05-06T02:29:55.351Z Compiling fixedbitset v0.4.2
23572024-05-06T02:29:55.676Z Compiling unicode-segmentation v1.10.1
23582024-05-06T02:29:56.003Z Compiling crc-catalog v2.2.0
23592024-05-06T02:29:56.126Z Compiling webpki-roots v0.25.2
23602024-05-06T02:29:56.274Z Compiling mime v0.3.17
23612024-05-06T02:29:56.301Z Compiling data-encoding v2.4.0
23622024-05-06T02:29:56.744Z Compiling predicates-core v1.0.6
23632024-05-06T02:29:56.769Z Compiling whoami v1.5.1
23642024-05-06T02:29:57.014Z Compiling either v1.11.0
23652024-05-06T02:29:57.363Z Compiling nodrop v0.1.14
23662024-05-06T02:29:57.482Z Compiling difflib v0.4.0
23672024-05-06T02:29:57.507Z Compiling static_assertions v1.1.0
23682024-05-06T02:29:57.589Z Compiling unicode-width v0.1.11
23692024-05-06T02:29:57.660Z Compiling precomputed-hash v0.1.1
23702024-05-06T02:29:57.737Z Compiling minimal-lexical v0.2.1
23712024-05-06T02:29:57.771Z Compiling new_debug_unreachable v1.0.4
23722024-05-06T02:29:57.861Z Compiling sync_wrapper v0.1.2
23732024-05-06T02:29:57.988Z Compiling normalize-line-endings v0.3.0
23742024-05-06T02:29:58.023Z Compiling winnow v0.6.1
23752024-05-06T02:29:58.112Z Compiling nom v7.1.3
23762024-05-06T02:29:58.160Z Compiling predicates v3.1.0
23772024-05-06T02:29:58.490Z Compiling reqwest v0.11.27
23782024-05-06T02:29:59.351Z Compiling string_cache v0.8.7
23792024-05-06T02:30:00.395Z Compiling console v0.15.8
23802024-05-06T02:30:00.490Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
23812024-05-06T02:30:00.858Z Compiling toml_edit v0.22.12
23822024-05-06T02:30:01.111Z Compiling array-init v0.0.4
23832024-05-06T02:30:02.340Z Compiling itertools v0.10.5
23842024-05-06T02:30:04.608Z Compiling tokio-postgres v0.7.10
23852024-05-06T02:30:04.801Z Compiling trust-dns-proto v0.22.0
23862024-05-06T02:30:08.220Z Compiling similar v2.4.0
23872024-05-06T02:30:08.296Z Compiling crc v3.0.1
23882024-05-06T02:30:08.898Z Compiling petgraph v0.6.4
23892024-05-06T02:30:10.930Z Compiling elliptic-curve v0.13.8
23902024-05-06T02:30:13.594Z Compiling futures v0.3.30
23912024-05-06T02:30:14.994Z Compiling zip v0.6.6
23922024-05-06T02:30:15.293Z Compiling smallvec v0.6.14
23932024-05-06T02:30:15.434Z Compiling diesel v2.1.6
23942024-05-06T02:30:15.703Z Compiling yasna v0.5.2
23952024-05-06T02:30:15.756Z Compiling crossterm v0.27.0
23962024-05-06T02:30:16.002Z Compiling crossbeam-epoch v0.9.18
23972024-05-06T02:30:16.583Z Compiling cipher v0.4.4
23982024-05-06T02:30:17.372Z Compiling toml v0.7.8
23992024-05-06T02:30:18.450Z Compiling bit-set v0.5.3
24002024-05-06T02:30:18.620Z Compiling usdt v0.3.5
24012024-05-06T02:30:19.536Z Compiling bstr v1.9.0
24022024-05-06T02:30:19.884Z Compiling pkcs1 v0.7.5
24032024-05-06T02:30:20.565Z Compiling tokio-stream v0.1.15
24042024-05-06T02:30:21.387Z Compiling is-terminal v0.4.9
24052024-05-06T02:30:21.421Z Compiling openapiv3 v2.0.0
24062024-05-06T02:30:21.552Z Compiling hex v0.4.3
24072024-05-06T02:30:22.847Z Compiling signature v2.1.0
24082024-05-06T02:30:23.312Z Compiling lalrpop-util v0.19.12
24092024-05-06T02:30:23.595Z Compiling peg-runtime v0.8.2
24102024-05-06T02:30:24.168Z Compiling base64 v0.22.0
24112024-05-06T02:30:24.986Z Compiling hashbrown v0.12.3
24122024-05-06T02:30:25.589Z Compiling termcolor v1.2.0
24132024-05-06T02:30:26.057Z Compiling bitfield v0.14.0
24142024-05-06T02:30:26.309Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
24152024-05-06T02:30:26.589Z Compiling env_logger v0.10.0
24162024-05-06T02:30:30.323Z Compiling rsa v0.9.2
24172024-05-06T02:30:35.482Z Compiling serde-hex v0.1.0
24182024-05-06T02:30:37.977Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
24192024-05-06T02:30:42.752Z Compiling ron v0.8.1
24202024-05-06T02:30:43.381Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24212024-05-06T02:30:43.463Z Compiling x509-cert v0.2.4
24222024-05-06T02:30:43.631Z Compiling hashbrown v0.13.2
24232024-05-06T02:30:46.504Z Compiling crc-any v2.4.3
24242024-05-06T02:31:02.024Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
24252024-05-06T02:31:07.554Z Compiling object v0.30.4
24262024-05-06T02:31:08.436Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
24272024-05-06T02:31:17.517Z Compiling path-slash v0.1.5
24282024-05-06T02:31:18.594Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
24292024-05-06T02:31:39.595Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
24302024-05-06T02:31:40.551Z Finished release [optimized] target(s) in 3m 09s
24312024-05-06T02:31:40.629Z
24322024-05-06T02:31:40.629Zreal 3:09.800460260
24332024-05-06T02:31:40.629Zuser 20:05.506875052
24342024-05-06T02:31:40.629Zsys 2:44.803290277
24352024-05-06T02:31:40.629Ztrap 0.702349836
24362024-05-06T02:31:40.629Ztflt 0.798133247
24372024-05-06T02:31:40.654Zdflt 0.377459170
24382024-05-06T02:31:40.654Zkflt 0.000424477
24392024-05-06T02:31:40.654Zlock 45:06.314623989
24402024-05-06T02:31:40.654Zslp 59:21.852719756
24412024-05-06T02:31:40.654Zlat 1:20.750366929
24422024-05-06T02:31:40.654Zstop 1:34.279951266
24432024-05-06T02:31:40.654Z+ ptime -m gzip
24442024-05-06T02:31:40.943Z
24452024-05-06T02:31:40.943Zreal 0.308330856
24462024-05-06T02:31:40.943Zuser 0.303483769
24472024-05-06T02:31:40.943Zsys 0.004178718
24482024-05-06T02:31:40.943Ztrap 0.000051251
24492024-05-06T02:31:40.943Ztflt 0.000000000
24502024-05-06T02:31:40.944Zdflt 0.000000000
24512024-05-06T02:31:40.944Zkflt 0.000000000
24522024-05-06T02:31:40.944Zlock 0.000000000
24532024-05-06T02:31:40.944Zslp 0.000000000
24542024-05-06T02:31:40.944Zlat 0.000223333
24552024-05-06T02:31:40.944Zstop 0.000264655
24562024-05-06T02:31:40.969Z+ banner tufaceous
24572024-05-06T02:31:40.969Z
24582024-05-06T02:31:40.969Z ##### # # ###### ## #### ###### #### # # ####
24592024-05-06T02:31:40.969Z # # # # # # # # # # # # # #
24602024-05-06T02:31:40.969Z # # # ##### # # # ##### # # # # ####
24612024-05-06T02:31:40.969Z # # # # ###### # # # # # # #
24622024-05-06T02:31:40.969Z # # # # # # # # # # # # # # #
24632024-05-06T02:31:40.969Z # #### # # # #### ###### #### #### ####
24642024-05-06T02:31:40.969Z
24652024-05-06T02:31:40.969Z+ ptime -m cargo build --locked -p tufaceous --release
24662024-05-06T02:31:41.639Z Downloading crates ...
24672024-05-06T02:31:41.824Z Downloaded serde_plain v1.0.2
24682024-05-06T02:31:41.848Z Downloaded olpc-cjson v0.1.3
24692024-05-06T02:31:41.848Z Downloaded typed-path v0.7.0
24702024-05-06T02:31:41.849Z Downloaded pin-project v1.1.3
24712024-05-06T02:31:41.873Z Downloaded async-recursion v1.1.0
24722024-05-06T02:31:41.873Z Downloaded tough v0.17.1
24732024-05-06T02:31:41.874Z Downloaded snafu-derive v0.8.2
24742024-05-06T02:31:41.874Z Downloaded snafu v0.8.2
24752024-05-06T02:31:41.898Z Downloaded pin-project-internal v1.1.3
24762024-05-06T02:31:41.899Z Downloaded parse-size v1.0.0
24772024-05-06T02:31:41.899Z Downloaded fs-err v2.11.0
24782024-05-06T02:31:41.899Z Downloaded buf-list v1.0.3
24792024-05-06T02:31:41.899Z Downloaded globset v0.4.13
24802024-05-06T02:31:42.027Z Compiling serde_tokenstream v0.2.0
24812024-05-06T02:31:42.051Z Compiling regress v0.9.1
24822024-05-06T02:31:42.076Z Compiling camino v1.1.6
24832024-05-06T02:31:42.076Z Compiling getopts v0.2.21
24842024-05-06T02:31:42.100Z Compiling unsafe-libyaml v0.2.10
24852024-05-06T02:31:42.100Z Compiling rayon-core v1.12.1
24862024-05-06T02:31:42.125Z Compiling crossbeam-deque v0.8.3
24872024-05-06T02:31:42.125Z Compiling fastrand v2.0.1
24882024-05-06T02:31:42.393Z Compiling same-file v1.0.6
24892024-05-06T02:31:42.430Z Compiling tempfile v3.10.1
24902024-05-06T02:31:42.566Z Compiling walkdir v2.5.0
24912024-05-06T02:31:42.607Z Compiling blake3 v1.5.0
24922024-05-06T02:31:43.074Z Compiling serde_yaml v0.9.25
24932024-05-06T02:31:43.102Z Compiling xattr v1.0.1
24942024-05-06T02:31:43.334Z Compiling rayon v1.10.0
24952024-05-06T02:31:43.387Z Compiling dirs-sys-next v0.1.2
24962024-05-06T02:31:43.456Z Compiling filetime v0.2.23
24972024-05-06T02:31:43.561Z Compiling memmap2 v0.7.1
24982024-05-06T02:31:43.696Z Compiling arrayref v0.3.7
24992024-05-06T02:31:43.768Z Compiling constant_time_eq v0.3.0
25002024-05-06T02:31:43.792Z Compiling ident_case v1.0.1
25012024-05-06T02:31:43.894Z Compiling arrayvec v0.7.4
25022024-05-06T02:31:43.919Z Compiling rustls-pki-types v1.3.0
25032024-05-06T02:31:43.954Z Compiling home v0.5.5
25042024-05-06T02:31:44.167Z Compiling heck v0.5.0
25052024-05-06T02:31:44.243Z Compiling strsim v0.10.0
25062024-05-06T02:31:44.364Z Compiling toolchain_find v0.4.0
25072024-05-06T02:31:44.809Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#f7442947)
25082024-05-06T02:31:44.834Z Compiling darling_core v0.20.8
25092024-05-06T02:31:45.020Z Compiling tar v0.4.40
25102024-05-06T02:31:45.268Z Compiling dirs-next v2.0.0
25112024-05-06T02:31:45.712Z Compiling camino-tempfile v1.1.1
25122024-05-06T02:31:46.073Z Compiling toml v0.8.12
25132024-05-06T02:31:46.098Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
25142024-05-06T02:31:46.465Z Compiling thread_local v1.1.7
25152024-05-06T02:31:46.545Z Compiling topological-sort v0.2.2
25162024-05-06T02:31:46.736Z Compiling rustls v0.22.4
25172024-05-06T02:31:47.162Z Compiling paste v1.0.14
25182024-05-06T02:31:47.187Z Compiling slog-async v2.8.0
25192024-05-06T02:31:47.401Z Compiling rustfmt-wrapper v0.2.1
25202024-05-06T02:31:47.606Z Compiling omicron-zone-package v0.11.0
25212024-05-06T02:31:47.634Z Compiling term v0.7.0
25222024-05-06T02:31:47.849Z Compiling rustls-webpki v0.102.1
25232024-05-06T02:31:49.588Z Compiling crossbeam-channel v0.5.8
25242024-05-06T02:31:49.710Z Compiling darling_macro v0.20.8
25252024-05-06T02:31:50.492Z Compiling structmeta-derive v0.3.0
25262024-05-06T02:31:50.970Z Compiling multer v3.0.0
25272024-05-06T02:31:51.123Z Compiling match_cfg v0.1.0
25282024-05-06T02:31:51.218Z Compiling take_mut v0.2.2
25292024-05-06T02:31:51.296Z Compiling hostname v0.3.1
25302024-05-06T02:31:51.390Z Compiling darling v0.20.8
25312024-05-06T02:31:51.551Z Compiling slog-term v2.9.1
25322024-05-06T02:31:52.590Z Compiling structmeta v0.3.0
25332024-05-06T02:31:52.797Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25342024-05-06T02:31:52.822Z Compiling slog-json v2.6.1
25352024-05-06T02:31:52.929Z Compiling http v1.0.0
25362024-05-06T02:31:52.954Z Compiling async-stream-impl v0.3.5
25372024-05-06T02:31:53.258Z Compiling pin-project-internal v1.1.3
25382024-05-06T02:31:53.581Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#f7442947)
25392024-05-06T02:31:53.856Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
25402024-05-06T02:31:54.044Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
25412024-05-06T02:31:54.126Z Compiling atomic-waker v1.1.1
25422024-05-06T02:31:54.624Z Compiling waitgroup v0.1.2
25432024-05-06T02:31:54.927Z Compiling async-stream v0.3.5
25442024-05-06T02:31:55.210Z Compiling tokio-rustls v0.25.0
25452024-05-06T02:31:55.467Z Compiling pin-project v1.1.3
25462024-05-06T02:31:55.596Z Compiling slog-bunyan v2.5.0
25472024-05-06T02:31:55.622Z Compiling parse-display-derive v0.9.0
25482024-05-06T02:31:55.919Z Compiling serde_with_macros v3.7.0
25492024-05-06T02:31:56.747Z Compiling rustls-pemfile v2.1.2
25502024-05-06T02:31:56.879Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
25512024-05-06T02:31:57.099Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#f7442947)
25522024-05-06T02:31:57.230Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
25532024-05-06T02:31:58.134Z Compiling sha1 v0.10.6
25542024-05-06T02:31:58.527Z Compiling strum_macros v0.26.1
25552024-05-06T02:31:58.825Z Compiling newtype-uuid v1.1.0
25562024-05-06T02:31:58.876Z Compiling snafu-derive v0.8.2
25572024-05-06T02:31:59.117Z Compiling serde_path_to_error v0.1.16
25582024-05-06T02:31:59.971Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25592024-05-06T02:32:00.574Z Compiling instant v0.1.12
25602024-05-06T02:32:00.738Z Compiling fs-err v2.11.0
25612024-05-06T02:32:01.246Z Compiling debug-ignore v1.0.5
25622024-05-06T02:32:01.393Z Compiling buf-list v1.0.3
25632024-05-06T02:32:01.896Z Compiling arc-swap v1.6.0
25642024-05-06T02:32:02.177Z Compiling strum v0.26.2
25652024-05-06T02:32:02.354Z Compiling slog-scope v4.4.0
25662024-05-06T02:32:02.518Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
25672024-05-06T02:32:02.836Z Compiling snafu v0.8.2
25682024-05-06T02:32:03.282Z Compiling backoff v0.4.0
25692024-05-06T02:32:03.583Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25702024-05-06T02:32:03.774Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25712024-05-06T02:32:03.857Z Compiling parse-display v0.9.0
25722024-05-06T02:32:03.945Z Compiling serde_with v3.7.0
25732024-05-06T02:32:04.177Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25742024-05-06T02:32:04.814Z Compiling globset v0.4.13
25752024-05-06T02:32:05.478Z Compiling pem v3.0.4
25762024-05-06T02:32:06.753Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
25772024-05-06T02:32:06.926Z Compiling olpc-cjson v0.1.3
25782024-05-06T02:32:07.224Z Compiling macaddr v1.0.1
25792024-05-06T02:32:07.426Z Compiling serde_plain v1.0.2
25802024-05-06T02:32:07.724Z Compiling async-recursion v1.1.0
25812024-05-06T02:32:08.424Z Compiling typed-path v0.7.0
25822024-05-06T02:32:11.477Z Compiling tough v0.17.1
25832024-05-06T02:32:13.827Z Compiling slog-stdlog v4.1.1
25842024-05-06T02:32:14.489Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
25852024-05-06T02:32:14.704Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
25862024-05-06T02:32:15.664Z Compiling itertools v0.12.1
25872024-05-06T02:32:16.827Z Compiling parse-size v1.0.0
25882024-05-06T02:32:17.086Z Compiling slog-envlogger v2.2.0
25892024-05-06T02:32:18.638Z Compiling humantime v2.1.0
25902024-05-06T02:32:32.845Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25912024-05-06T02:32:40.801Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
25922024-05-06T02:32:42.731Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
25932024-05-06T02:33:01.079Z Finished release [optimized] target(s) in 1m 20s
25942024-05-06T02:33:01.165Z
25952024-05-06T02:33:01.165Zreal 1:20.187150587
25962024-05-06T02:33:01.165Zuser 7:54.224485916
25972024-05-06T02:33:01.165Zsys 46.807677424
25982024-05-06T02:33:01.165Ztrap 0.258354425
25992024-05-06T02:33:01.165Ztflt 0.259882053
26002024-05-06T02:33:01.166Zdflt 0.624749937
26012024-05-06T02:33:01.191Zkflt 0.000076498
26022024-05-06T02:33:01.191Zlock 16:13.704564765
26032024-05-06T02:33:01.191Zslp 17:45.256071316
26042024-05-06T02:33:01.191Zlat 20.878444900
26052024-05-06T02:33:01.191Zstop 20.769085895
26062024-05-06T02:33:01.191Z+ ptime -m gzip
26072024-05-06T02:33:02.673Z
26082024-05-06T02:33:02.673Zreal 1.501523592
26092024-05-06T02:33:02.673Zuser 1.489324010
26102024-05-06T02:33:02.673Zsys 0.009346411
26112024-05-06T02:33:02.673Ztrap 0.000578398
26122024-05-06T02:33:02.673Ztflt 0.000000000
26132024-05-06T02:33:02.674Zdflt 0.000000000
26142024-05-06T02:33:02.674Zkflt 0.000000000
26152024-05-06T02:33:02.674Zlock 0.000000000
26162024-05-06T02:33:02.674Zslp 0.000000000
26172024-05-06T02:33:02.674Zlat 0.001949331
26182024-05-06T02:33:02.674Zstop 0.000236664
26192024-05-06T02:33:02.700Z+ banner permission-slip
26202024-05-06T02:33:02.700Z
26212024-05-06T02:33:02.700Z ##### ###### ##### # # # #### #### # #### # #
26222024-05-06T02:33:02.700Z # # # # # ## ## # # # # # # ## #
26232024-05-06T02:33:02.700Z # # ##### # # # ## # # #### #### # # # # # #
26242024-05-06T02:33:02.700Z ##### # ##### # # # # # # # # # # #
26252024-05-06T02:33:02.700Z # # # # # # # # # # # # # # # ##
26262024-05-06T02:33:02.700Z # ###### # # # # # #### #### # #### # #
26272024-05-06T02:33:02.700Z
26282024-05-06T02:33:02.700Z+ source ./tools/permslip_commit
26292024-05-06T02:33:02.700Z++ COMMIT=5d44e0065f90051a28881c75e3574142ada9b695
26302024-05-06T02:33:02.700Z+ git init /work/permission-slip-build
26312024-05-06T02:33:02.700Zhint: Using 'master' as the name for the initial branch. This default branch name
26322024-05-06T02:33:02.700Zhint: is subject to change. To configure the initial branch name to use in all
26332024-05-06T02:33:02.700Zhint: of your new repositories, which will suppress this warning, call:
26342024-05-06T02:33:02.700Zhint:
26352024-05-06T02:33:02.700Zhint: git config --global init.defaultBranch <name>
26362024-05-06T02:33:02.701Zhint:
26372024-05-06T02:33:02.701Zhint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
26382024-05-06T02:33:02.701Zhint: 'development'. The just-created branch can be renamed via this command:
26392024-05-06T02:33:02.701Zhint:
26402024-05-06T02:33:02.701Zhint: git branch -m <name>
26412024-05-06T02:33:02.701ZInitialized empty Git repository in /work/permission-slip-build/.git/
26422024-05-06T02:33:02.701Z+ pushd /work/permission-slip-build
26432024-05-06T02:33:02.701Z/work/permission-slip-build /work/oxidecomputer/omicron
26442024-05-06T02:33:02.701Z+ git remote add origin https://github.com/oxidecomputer/permission-slip.git
26452024-05-06T02:33:02.701Z+ ptime -m git fetch --depth 1 origin 5d44e0065f90051a28881c75e3574142ada9b695
26462024-05-06T02:33:03.529ZFrom https://github.com/oxidecomputer/permission-slip
26472024-05-06T02:33:03.529Z * branch 5d44e0065f90051a28881c75e3574142ada9b695 -> FETCH_HEAD
26482024-05-06T02:33:03.556Z
26492024-05-06T02:33:03.556Zreal 0.842419539
26502024-05-06T02:33:03.556Zuser 0.070965645
26512024-05-06T02:33:03.556Zsys 0.039030624
26522024-05-06T02:33:03.557Ztrap 0.000008205
26532024-05-06T02:33:03.557Ztflt 0.000000000
26542024-05-06T02:33:03.557Zdflt 0.000000000
26552024-05-06T02:33:03.557Zkflt 0.000000000
26562024-05-06T02:33:03.557Zlock 0.000136444
26572024-05-06T02:33:03.557Zslp 2.524151276
26582024-05-06T02:33:03.557Zlat 0.004433919
26592024-05-06T02:33:03.557Zstop 0.000684210
26602024-05-06T02:33:03.557Z+ git checkout FETCH_HEAD
26612024-05-06T02:33:03.557ZNote: switching to 'FETCH_HEAD'.
26622024-05-06T02:33:03.557Z
26632024-05-06T02:33:03.557ZYou are in 'detached HEAD' state. You can look around, make experimental
26642024-05-06T02:33:03.557Zchanges and commit them, and you can discard any commits you make in this
26652024-05-06T02:33:03.557Zstate without impacting any branches by switching back to a branch.
26662024-05-06T02:33:03.557Z
26672024-05-06T02:33:03.557ZIf you want to create a new branch to retain commits you create, you may
26682024-05-06T02:33:03.557Zdo so (now or later) by using -c with the switch command. Example:
26692024-05-06T02:33:03.557Z
26702024-05-06T02:33:03.557Z git switch -c <new-branch-name>
26712024-05-06T02:33:03.557Z
26722024-05-06T02:33:03.557ZOr undo this operation with:
26732024-05-06T02:33:03.557Z
26742024-05-06T02:33:03.558Z git switch -
26752024-05-06T02:33:03.558Z
26762024-05-06T02:33:03.558ZTurn off this advice by setting config variable advice.detachedHead to false
26772024-05-06T02:33:03.558Z
26782024-05-06T02:33:03.558ZHEAD is now at 5d44e00 Ensure SSH tables exist in the database
26792024-05-06T02:33:03.558Z+ ptime -m cargo build --locked -p permission-slip-client --release
26802024-05-06T02:33:03.586Zinfo: syncing channel updates for '1.74-x86_64-unknown-illumos'
26812024-05-06T02:33:03.686Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
26822024-05-06T02:33:03.686Zinfo: downloading component 'cargo'
26832024-05-06T02:33:04.003Zinfo: downloading component 'clippy'
26842024-05-06T02:33:04.168Zinfo: downloading component 'rust-docs'
26852024-05-06T02:33:04.323Zinfo: downloading component 'rust-std'
26862024-05-06T02:33:04.816Zinfo: downloading component 'rustc'
26872024-05-06T02:33:06.537Zinfo: downloading component 'rustfmt'
26882024-05-06T02:33:06.710Zinfo: installing component 'cargo'
26892024-05-06T02:33:07.732Zinfo: installing component 'clippy'
26902024-05-06T02:33:08.112Zinfo: installing component 'rust-docs'
26912024-05-06T02:33:10.549Zinfo: installing component 'rust-std'
26922024-05-06T02:33:12.397Zinfo: installing component 'rustc'
26932024-05-06T02:33:17.294Zinfo: installing component 'rustfmt'
26942024-05-06T02:33:17.919Z Updating crates.io index
26952024-05-06T02:33:18.101Z Updating git repository `https://github.com/oxidecomputer/sshauth`
26962024-05-06T02:33:18.957ZFrom https://github.com/oxidecomputer/sshauth
26972024-05-06T02:33:18.957Z * [new branch] dependabot/cargo/mio-0.8.11 -> origin/dependabot/cargo/mio-0.8.11
26982024-05-06T02:33:18.983Z * [new branch] main -> origin/main
26992024-05-06T02:33:18.983Z * [new branch] paranoia -> origin/paranoia
27002024-05-06T02:33:18.983Z * [new branch] readme -> origin/readme
27012024-05-06T02:33:18.983Z * [new ref] -> origin/HEAD
27022024-05-06T02:33:18.983Z Updating git repository `https://github.com/oxidecomputer/dropshot`
27032024-05-06T02:33:20.064ZFrom https://github.com/oxidecomputer/dropshot
27042024-05-06T02:33:20.064Z * [new branch] archive/pr-14-before-force-push -> origin/archive/pr-14-before-force-push
27052024-05-06T02:33:20.064Z * [new branch] async -> origin/async
27062024-05-06T02:33:20.113Z * [new branch] build-o-mat -> origin/build-o-mat
27072024-05-06T02:33:20.113Z * [new branch] camel -> origin/camel
27082024-05-06T02:33:20.113Z * [new branch] carets -> origin/carets
27092024-05-06T02:33:20.114Z * [new branch] changes -> origin/changes
27102024-05-06T02:33:20.114Z * [new branch] ci-version -> origin/ci-version
27112024-05-06T02:33:20.114Z * [new branch] cleanup-tweak -> origin/cleanup-tweak
27122024-05-06T02:33:20.114Z * [new branch] clippy -> origin/clippy
27132024-05-06T02:33:20.114Z * [new branch] clippy-enforcement -> origin/clippy-enforcement
27142024-05-06T02:33:20.114Z * [new branch] clone -> origin/clone
27152024-05-06T02:33:20.114Z * [new branch] dependabot/cargo/http-1.0.0 -> origin/dependabot/cargo/http-1.0.0
27162024-05-06T02:33:20.114Z * [new branch] dependabot/cargo/hyper-1.3.1 -> origin/dependabot/cargo/hyper-1.3.1
27172024-05-06T02:33:20.114Z * [new branch] dependabot/cargo/hyper-rustls-0.26.0 -> origin/dependabot/cargo/hyper-rustls-0.26.0
27182024-05-06T02:33:20.114Z * [new branch] dependabot/cargo/hyper-staticfile-0.10.0 -> origin/dependabot/cargo/hyper-staticfile-0.10.0
27192024-05-06T02:33:20.114Z * [new branch] doc -> origin/doc
27202024-05-06T02:33:20.114Z * [new branch] err -> origin/err
27212024-05-06T02:33:20.114Z * [new branch] example-resumable-download -> origin/example-resumable-download
27222024-05-06T02:33:20.114Z * [new branch] expectorate -> origin/expectorate
27232024-05-06T02:33:20.114Z * [new branch] extracted -> origin/extracted
27242024-05-06T02:33:20.114Z * [new branch] fix_tests -> origin/fix_tests
27252024-05-06T02:33:20.114Z * [new branch] fmt2 -> origin/fmt2
27262024-05-06T02:33:20.114Z * [new branch] infinite_type_resolve -> origin/infinite_type_resolve
27272024-05-06T02:33:20.114Z * [new branch] kulakowski/tls -> origin/kulakowski/tls
27282024-05-06T02:33:20.114Z * [new branch] main -> origin/main
27292024-05-06T02:33:20.114Z * [new branch] maintainer-docs -> origin/maintainer-docs
27302024-05-06T02:33:20.114Z * [new branch] merge-server-config -> origin/merge-server-config
27312024-05-06T02:33:20.114Z * [new branch] multi-api -> origin/multi-api
27322024-05-06T02:33:20.115Z * [new branch] multiverse -> origin/multiverse
27332024-05-06T02:33:20.115Z * [new branch] openapi -> origin/openapi
27342024-05-06T02:33:20.115Z * [new branch] openapi-trailing-newline -> origin/openapi-trailing-newline
27352024-05-06T02:33:20.115Z * [new branch] openapi2 -> origin/openapi2
27362024-05-06T02:33:20.115Z * [new branch] port-fix-better -> origin/port-fix-better
27372024-05-06T02:33:20.115Z * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest
27382024-05-06T02:33:20.115Z * [new branch] renovate/rust-1.x -> origin/renovate/rust-1.x
27392024-05-06T02:33:20.115Z * [new branch] rmp-page-token -> origin/rmp-page-token
27402024-05-06T02:33:20.115Z * [new branch] rustfmt-m1 -> origin/rustfmt-m1
27412024-05-06T02:33:20.115Z * [new branch] rustfmt-test-stable-only -> origin/rustfmt-test-stable-only
27422024-05-06T02:33:20.115Z * [new branch] rustfmt-test-unstable-options -> origin/rustfmt-test-unstable-options
27432024-05-06T02:33:20.115Z * [new branch] server-log -> origin/server-log
27442024-05-06T02:33:20.115Z * [new branch] simple-headers -> origin/simple-headers
27452024-05-06T02:33:20.115Z * [new branch] sunshowers/spr/add-a-new-chunkedbody-extractor -> origin/sunshowers/spr/add-a-new-chunkedbody-extractor
27462024-05-06T02:33:20.115Z * [new branch] sunshowers/spr/add-a-test-to-ensure-that-chunked-encoding-obeys-request-size-limits -> origin/sunshowers/spr/add-a-test-to-ensure-that-chunked-encoding-obeys-request-size-limits
27472024-05-06T02:33:20.115Z * [new branch] sunshowers/spr/add-support-for-setting-a-larger-request-body-for-some-endpoints -> origin/sunshowers/spr/add-support-for-setting-a-larger-request-body-for-some-endpoints
27482024-05-06T02:33:20.115Z * [new branch] sunshowers/spr/draft-straw-proposal-to-remove-the-request-from-requestcontext -> origin/sunshowers/spr/draft-straw-proposal-to-remove-the-request-from-requestcontext
27492024-05-06T02:33:20.115Z * [new branch] sunshowers/spr/main.add-a-test-to-ensure-that-chunked-encoding-obeys-request-size-limits -> origin/sunshowers/spr/main.add-a-test-to-ensure-that-chunked-encoding-obeys-request-size-limits
27502024-05-06T02:33:20.115Z * [new branch] sunshowers/spr/main.add-support-for-setting-a-larger-request-body-for-some-endpoints -> origin/sunshowers/spr/main.add-support-for-setting-a-larger-request-body-for-some-endpoints
27512024-05-06T02:33:20.116Z * [new branch] sunshowers/spr/main.make-untypedbody-be-able-to-extract-to-a-buflist -> origin/sunshowers/spr/main.make-untypedbody-be-able-to-extract-to-a-buflist
27522024-05-06T02:33:20.116Z * [new branch] sunshowers/spr/wip-prototype-for-trait-based-dropshot-servers -> origin/sunshowers/spr/wip-prototype-for-trait-based-dropshot-servers
27532024-05-06T02:33:20.116Z * [new branch] test-skip-deserialize -> origin/test-skip-deserialize
27542024-05-06T02:33:20.116Z * [new branch] update-usdt-dep -> origin/update-usdt-dep
27552024-05-06T02:33:20.116Z * [new branch] urlencoded_typedbody -> origin/urlencoded_typedbody
27562024-05-06T02:33:20.116Z * [new branch] websockets -> origin/websockets
27572024-05-06T02:33:20.116Z * [new branch] x-forwarded-for -> origin/x-forwarded-for
27582024-05-06T02:33:20.116Z * [new branch] x-forwarded-for-OLD -> origin/x-forwarded-for-OLD
27592024-05-06T02:33:20.116Z * [new ref] -> origin/HEAD
27602024-05-06T02:33:20.116Z * [new tag] v0.10.0 -> v0.10.0
27612024-05-06T02:33:20.116Z * [new tag] v0.3.0 -> v0.3.0
27622024-05-06T02:33:20.116Z * [new tag] v0.4.0 -> v0.4.0
27632024-05-06T02:33:20.116Z * [new tag] v0.5.0 -> v0.5.0
27642024-05-06T02:33:20.116Z * [new tag] v0.5.1 -> v0.5.1
27652024-05-06T02:33:20.116Z * [new tag] v0.6.0 -> v0.6.0
27662024-05-06T02:33:20.116Z * [new tag] v0.7.0 -> v0.7.0
27672024-05-06T02:33:20.116Z * [new tag] v0.8.0 -> v0.8.0
27682024-05-06T02:33:20.116Z * [new tag] v0.9.0 -> v0.9.0
27692024-05-06T02:33:20.145Z Updating git repository `https://github.com/oxidecomputer/hubtools`
27702024-05-06T02:33:20.680ZFrom https://github.com/oxidecomputer/hubtools
27712024-05-06T02:33:20.680Z * [new branch] add-cargo-lock -> origin/add-cargo-lock
27722024-05-06T02:33:20.706Z * [new branch] add-default-caboose -> origin/add-default-caboose
27732024-05-06T02:33:20.706Z * [new branch] add_sign -> origin/add_sign
27742024-05-06T02:33:20.707Z * [new branch] bootleby_archive -> origin/bootleby_archive
27752024-05-06T02:33:20.707Z * [new branch] caboose_sign -> origin/caboose_sign
27762024-05-06T02:33:20.707Z * [new branch] epoch -> origin/epoch
27772024-05-06T02:33:20.707Z * [new branch] extract-image -> origin/extract-image
27782024-05-06T02:33:20.707Z * [new branch] fixes -> origin/fixes
27792024-05-06T02:33:20.707Z * [new branch] humility_fixes -> origin/humility_fixes
27802024-05-06T02:33:20.707Z * [new branch] main -> origin/main
27812024-05-06T02:33:20.707Z * [new branch] overwrite_in_memory -> origin/overwrite_in_memory
27822024-05-06T02:33:20.707Z * [new branch] sig_txt -> origin/sig_txt
27832024-05-06T02:33:20.707Z * [new branch] sign_caboose_builder -> origin/sign_caboose_builder
27842024-05-06T02:33:20.707Z * [new branch] verify_rot -> origin/verify_rot
27852024-05-06T02:33:20.707Z * [new ref] -> origin/HEAD
27862024-05-06T02:33:21.143Z Downloading crates ...
27872024-05-06T02:33:21.285Z Downloaded ahash v0.8.11
27882024-05-06T02:33:21.313Z Downloaded block-buffer v0.9.0
27892024-05-06T02:33:21.313Z Downloaded anstyle-parse v0.2.3
27902024-05-06T02:33:21.313Z Downloaded flagset v0.4.5
27912024-05-06T02:33:21.313Z Downloaded opaque-debug v0.3.1
27922024-05-06T02:33:21.313Z Downloaded is-terminal v0.4.12
27932024-05-06T02:33:21.313Z Downloaded autocfg v1.2.0
27942024-05-06T02:33:21.313Z Downloaded platforms v3.4.0
27952024-05-06T02:33:21.313Z Downloaded signature v2.2.0
27962024-05-06T02:33:21.313Z Downloaded proc-macro2 v1.0.79
27972024-05-06T02:33:21.344Z Downloaded rustls-pemfile v1.0.4
27982024-05-06T02:33:21.344Z Downloaded typify v0.0.16
27992024-05-06T02:33:21.344Z Downloaded typify-macro v0.0.16
28002024-05-06T02:33:21.344Z Downloaded xdg v2.5.2
28012024-05-06T02:33:21.344Z Downloaded tls_codec v0.4.1
28022024-05-06T02:33:21.344Z Downloaded typenum v1.17.0
28032024-05-06T02:33:21.371Z Downloaded x509-cert v0.2.5
28042024-05-06T02:33:21.371Z Downloaded webpki-roots v0.25.4
28052024-05-06T02:33:21.371Z Downloaded typify-impl v0.0.16
28062024-05-06T02:33:21.399Z Downloaded tokio v1.36.0
28072024-05-06T02:33:21.434Z Downloaded regex-automata v0.4.6
28082024-05-06T02:33:21.476Z Downloaded curve25519-dalek v3.2.0
28092024-05-06T02:33:21.476Z Downloaded syn v2.0.55
28102024-05-06T02:33:21.476Z Downloaded rustls v0.21.10
28112024-05-06T02:33:21.501Z Downloaded rustix v0.38.32
28122024-05-06T02:33:21.526Z Downloaded regex-syntax v0.8.3
28132024-05-06T02:33:21.526Z Downloaded unicode-normalization v0.1.23
28142024-05-06T02:33:21.526Z Downloaded ssh-key v0.6.5
28152024-05-06T02:33:21.526Z Downloaded regress v0.8.0
28162024-05-06T02:33:21.551Z Downloaded p384 v0.13.0
28172024-05-06T02:33:21.551Z Downloaded chrono v0.4.37
28182024-05-06T02:33:21.551Z Downloaded unsafe-libyaml v0.2.11
28192024-05-06T02:33:21.576Z Downloaded serde_yaml v0.9.34+deprecated
28202024-05-06T02:33:21.576Z Downloaded serde_json v1.0.115
28212024-05-06T02:33:21.576Z Downloaded serde v1.0.197
28222024-05-06T02:33:21.576Z Downloaded schemars v0.8.16
28232024-05-06T02:33:21.604Z Downloaded openssl-sys v0.9.101
28242024-05-06T02:33:21.604Z Downloaded h2 v0.3.25
28252024-05-06T02:33:21.604Z Downloaded blake3 v1.5.1
28262024-05-06T02:33:21.638Z Downloaded ryu v1.0.17
28272024-05-06T02:33:21.638Z Downloaded thiserror-impl v1.0.58
28282024-05-06T02:33:21.638Z Downloaded thiserror v1.0.58
28292024-05-06T02:33:21.638Z Downloaded ssh-encoding v0.2.0
28302024-05-06T02:33:21.638Z Downloaded ssh-cipher v0.2.0
28312024-05-06T02:33:21.638Z Downloaded spki v0.7.3
28322024-05-06T02:33:21.638Z Downloaded serde_derive v1.0.197
28332024-05-06T02:33:21.638Z Downloaded pkg-config v0.3.30
28342024-05-06T02:33:21.638Z Downloaded libm v0.2.8
28352024-05-06T02:33:21.638Z Downloaded heapless v0.7.17
28362024-05-06T02:33:21.673Z Downloaded aho-corasick v1.1.3
28372024-05-06T02:33:21.673Z Downloaded try-lock v0.2.5
28382024-05-06T02:33:21.673Z Downloaded termcolor v1.4.1
28392024-05-06T02:33:21.673Z Downloaded signature v1.6.4
28402024-05-06T02:33:21.673Z Downloaded sha2 v0.9.9
28412024-05-06T02:33:21.673Z Downloaded schemars_derive v0.8.16
28422024-05-06T02:33:21.674Z Downloaded rsa v0.9.6
28432024-05-06T02:33:21.674Z Downloaded tls_codec_derive v0.4.1
28442024-05-06T02:33:21.674Z Downloaded cc v1.0.90
28452024-05-06T02:33:21.674Z Downloaded smallvec v1.13.2
28462024-05-06T02:33:21.674Z Downloaded serde_derive_internals v0.26.0
28472024-05-06T02:33:21.674Z Downloaded sct v0.7.1
28482024-05-06T02:33:21.703Z Downloaded parking_lot_core v0.9.9
28492024-05-06T02:33:21.703Z Downloaded oauth2 v4.4.2
28502024-05-06T02:33:21.703Z Downloaded ed25519-dalek v2.1.1
28512024-05-06T02:33:21.703Z Downloaded crypto-bigint v0.5.5
28522024-05-06T02:33:21.703Z Downloaded crc-any v2.4.4
28532024-05-06T02:33:21.703Z Downloaded env_logger v0.10.2
28542024-05-06T02:33:21.703Z Downloaded lock_api v0.4.11
28552024-05-06T02:33:21.703Z Downloaded bitflags v2.5.0
28562024-05-06T02:33:21.703Z Downloaded anyhow v1.0.81
28572024-05-06T02:33:21.728Z Downloaded quote v1.0.35
28582024-05-06T02:33:21.728Z Downloaded itoa v1.0.11
28592024-05-06T02:33:21.728Z Downloaded iana-time-zone v0.1.60
28602024-05-06T02:33:21.728Z Downloaded http-body v0.4.6
28612024-05-06T02:33:21.729Z Downloaded ed25519-dalek v1.0.1
28622024-05-06T02:33:21.729Z Downloaded ed25519 v2.2.3
28632024-05-06T02:33:21.729Z Downloaded ed25519 v1.5.3
28642024-05-06T02:33:21.729Z Downloaded digest v0.9.0
28652024-05-06T02:33:21.729Z Downloaded curve25519-dalek-derive v0.1.1
28662024-05-06T02:33:21.729Z Downloaded clap-num v1.1.1
28672024-05-06T02:33:21.729Z Downloaded bincode v1.3.3
28682024-05-06T02:33:21.729Z Downloaded anstyle-query v1.0.2
28692024-05-06T02:33:21.729Z Downloaded anstream v0.6.13
28702024-05-06T02:33:21.846Z Compiling proc-macro2 v1.0.79
28712024-05-06T02:33:21.846Z Compiling unicode-ident v1.0.12
28722024-05-06T02:33:21.846Z Compiling version_check v0.9.4
28732024-05-06T02:33:21.871Z Compiling libc v0.2.153
28742024-05-06T02:33:21.872Z Compiling cfg-if v1.0.0
28752024-05-06T02:33:21.872Z Compiling autocfg v1.2.0
28762024-05-06T02:33:21.872Z Compiling typenum v1.17.0
28772024-05-06T02:33:21.872Z Compiling serde v1.0.197
28782024-05-06T02:33:21.995Z Compiling const-oid v0.9.6
28792024-05-06T02:33:22.074Z Compiling subtle v2.5.0
28802024-05-06T02:33:22.392Z Compiling cc v1.0.90
28812024-05-06T02:33:22.458Z Compiling generic-array v0.14.7
28822024-05-06T02:33:22.492Z Compiling ahash v0.8.11
28832024-05-06T02:33:22.547Z Compiling lock_api v0.4.11
28842024-05-06T02:33:22.866Z Compiling once_cell v1.19.0
28852024-05-06T02:33:22.907Z Compiling scopeguard v1.2.0
28862024-05-06T02:33:23.015Z Compiling serde_json v1.0.115
28872024-05-06T02:33:23.296Z Compiling quote v1.0.35
28882024-05-06T02:33:23.379Z Compiling syn v1.0.109
28892024-05-06T02:33:23.492Z Compiling itoa v1.0.11
28902024-05-06T02:33:23.679Z Compiling syn v2.0.55
28912024-05-06T02:33:23.708Z Compiling getrandom v0.2.12
28922024-05-06T02:33:23.860Z Compiling smallvec v1.13.2
28932024-05-06T02:33:23.887Z Compiling base64ct v1.6.0
28942024-05-06T02:33:23.965Z Compiling rand_core v0.6.4
28952024-05-06T02:33:24.291Z Compiling libm v0.2.8
28962024-05-06T02:33:24.392Z Compiling pem-rfc7468 v0.7.0
28972024-05-06T02:33:24.704Z Compiling parking_lot_core v0.9.9
28982024-05-06T02:33:24.730Z Compiling zerocopy v0.7.32
28992024-05-06T02:33:24.794Z Compiling memchr v2.7.1
29002024-05-06T02:33:24.821Z Compiling bytes v1.6.0
29012024-05-06T02:33:24.907Z Compiling pin-project-lite v0.2.13
29022024-05-06T02:33:25.099Z Compiling num-traits v0.2.18
29032024-05-06T02:33:25.139Z Compiling thiserror v1.0.58
29042024-05-06T02:33:25.452Z Compiling allocator-api2 v0.2.16
29052024-05-06T02:33:25.644Z Compiling log v0.4.21
29062024-05-06T02:33:26.209Z Compiling hashbrown v0.14.3
29072024-05-06T02:33:26.545Z Compiling bitflags v2.5.0
29082024-05-06T02:33:26.901Z Compiling flagset v0.4.5
29092024-05-06T02:33:27.203Z Compiling parking_lot v0.12.1
29102024-05-06T02:33:27.564Z Compiling socket2 v0.5.6
29112024-05-06T02:33:27.800Z Compiling num_cpus v1.16.0
29122024-05-06T02:33:27.934Z Compiling mio v0.8.11
29132024-05-06T02:33:28.070Z Compiling signal-hook-registry v1.4.1
29142024-05-06T02:33:28.539Z Compiling spin v0.9.8
29152024-05-06T02:33:28.896Z Compiling vcpkg v0.2.15
29162024-05-06T02:33:29.185Z Compiling cpufeatures v0.2.12
29172024-05-06T02:33:29.279Z Compiling semver v1.0.22
29182024-05-06T02:33:29.318Z Compiling pkg-config v0.3.30
29192024-05-06T02:33:29.605Z Compiling schemars v0.8.16
29202024-05-06T02:33:29.985Z Compiling serde_derive_internals v0.26.0
29212024-05-06T02:33:30.011Z Compiling ring v0.17.8
29222024-05-06T02:33:30.475Z Compiling ryu v1.0.17
29232024-05-06T02:33:30.513Z Compiling openssl-sys v0.9.101
29242024-05-06T02:33:31.407Z Compiling slab v0.4.9
29252024-05-06T02:33:31.543Z Compiling futures-core v0.3.30
29262024-05-06T02:33:31.657Z Compiling fnv v1.0.7
29272024-05-06T02:33:31.724Z Compiling equivalent v1.0.1
29282024-05-06T02:33:31.793Z Compiling http v0.2.12
29292024-05-06T02:33:31.920Z Compiling rustc_version v0.4.0
29302024-05-06T02:33:31.987Z Compiling tracing-core v0.1.32
29312024-05-06T02:33:32.275Z Compiling untrusted v0.9.0
29322024-05-06T02:33:32.449Z Compiling byteorder v1.5.0
29332024-05-06T02:33:32.737Z Compiling tracing v0.1.40
29342024-05-06T02:33:33.036Z Compiling openssl v0.10.64
29352024-05-06T02:33:33.362Z Compiling chrono v0.4.37
29362024-05-06T02:33:33.400Z Compiling futures-task v0.3.30
29372024-05-06T02:33:33.453Z Compiling httparse v1.8.0
29382024-05-06T02:33:33.696Z Compiling dyn-clone v1.0.17
29392024-05-06T02:33:33.881Z Compiling futures-io v0.3.30
29402024-05-06T02:33:33.914Z Compiling futures-sink v0.3.30
29412024-05-06T02:33:33.946Z Compiling serde_derive v1.0.197
29422024-05-06T02:33:34.046Z Compiling zeroize_derive v1.4.2
29432024-05-06T02:33:34.128Z Compiling der_derive v0.7.2
29442024-05-06T02:33:34.173Z Compiling thiserror-impl v1.0.58
29452024-05-06T02:33:34.343Z Compiling tokio-macros v2.2.0
29462024-05-06T02:33:35.189Z Compiling schemars_derive v0.8.16
29472024-05-06T02:33:35.466Z Compiling zeroize v1.7.0
29482024-05-06T02:33:35.810Z Compiling tokio v1.36.0
29492024-05-06T02:33:36.182Z Compiling ppv-lite86 v0.2.17
29502024-05-06T02:33:36.217Z Compiling der v0.7.8
29512024-05-06T02:33:36.678Z Compiling uuid v1.8.0
29522024-05-06T02:33:36.866Z Compiling crypto-common v0.1.6
29532024-05-06T02:33:36.938Z Compiling block-buffer v0.10.4
29542024-05-06T02:33:37.054Z Compiling pin-utils v0.1.0
29552024-05-06T02:33:37.133Z Compiling digest v0.10.7
29562024-05-06T02:33:37.158Z Compiling foreign-types-shared v0.1.1
29572024-05-06T02:33:37.184Z Compiling futures-util v0.3.30
29582024-05-06T02:33:37.256Z Compiling foreign-types v0.3.2
29592024-05-06T02:33:37.470Z Compiling openssl-macros v0.1.1
29602024-05-06T02:33:37.551Z Compiling sha2 v0.10.8
29612024-05-06T02:33:37.819Z Compiling signature v2.2.0
29622024-05-06T02:33:38.100Z Compiling spki v0.7.3
29632024-05-06T02:33:38.405Z Compiling pkcs8 v0.10.2
29642024-05-06T02:33:39.412Z Compiling regress v0.8.0
29652024-05-06T02:33:39.938Z Compiling try-lock v0.2.5
29662024-05-06T02:33:40.100Z Compiling heck v0.4.1
29672024-05-06T02:33:40.125Z Compiling tinyvec_macros v0.1.1
29682024-05-06T02:33:40.462Z Compiling native-tls v0.2.11
29692024-05-06T02:33:40.813Z Compiling rustls v0.21.10
29702024-05-06T02:33:41.492Z Compiling rustls-webpki v0.101.7
29712024-05-06T02:33:42.182Z Compiling sct v0.7.1
29722024-05-06T02:33:42.679Z Compiling tinyvec v1.6.0
29732024-05-06T02:33:43.181Z Compiling tokio-util v0.7.10
29742024-05-06T02:33:43.950Z Compiling want v0.3.1
29752024-05-06T02:33:45.474Z Compiling serde_tokenstream v0.2.0
29762024-05-06T02:33:45.554Z Compiling indexmap v2.2.6
29772024-05-06T02:33:45.650Z Compiling http-body v0.4.6
29782024-05-06T02:33:45.966Z Compiling futures-channel v0.3.30
29792024-05-06T02:33:46.129Z Compiling ff v0.13.0
29802024-05-06T02:33:46.372Z Compiling tower-service v0.3.2
29812024-05-06T02:33:46.397Z Compiling percent-encoding v2.3.1
29822024-05-06T02:33:46.423Z Compiling iana-time-zone v0.1.60
29832024-05-06T02:33:46.502Z Compiling getrandom v0.1.16
29842024-05-06T02:33:46.945Z Compiling base16ct v0.2.0
29852024-05-06T02:33:47.049Z Compiling h2 v0.3.25
29862024-05-06T02:33:47.095Z Compiling httpdate v1.0.3
29872024-05-06T02:33:47.341Z Compiling rustix v0.38.32
29882024-05-06T02:33:47.480Z Compiling openssl-probe v0.1.5
29892024-05-06T02:33:47.972Z Compiling sec1 v0.7.3
29902024-05-06T02:33:48.073Z Compiling form_urlencoded v1.2.1
29912024-05-06T02:33:48.589Z Compiling typify-impl v0.0.16
29922024-05-06T02:33:50.646Z Compiling group v0.13.0
29932024-05-06T02:33:51.079Z Compiling unicode-normalization v0.1.23
29942024-05-06T02:33:52.196Z Compiling hyper v0.14.28
29952024-05-06T02:33:52.481Z Compiling crypto-bigint v0.5.5
29962024-05-06T02:33:57.052Z Compiling errno v0.3.8
29972024-05-06T02:33:57.283Z Compiling unicode-bidi v0.3.15
29982024-05-06T02:33:57.450Z Compiling utf8parse v0.2.1
29992024-05-06T02:33:57.555Z Compiling radium v0.7.0
30002024-05-06T02:33:57.632Z Compiling platforms v3.4.0
30012024-05-06T02:33:58.041Z Compiling typify-macro v0.0.16
30022024-05-06T02:33:58.116Z Compiling curve25519-dalek v4.1.2
30032024-05-06T02:33:58.546Z Compiling idna v0.5.0
30042024-05-06T02:33:59.311Z Compiling anstyle-parse v0.2.3
30052024-05-06T02:34:00.244Z Compiling elliptic-curve v0.13.8
30062024-05-06T02:34:00.887Z Compiling tokio-rustls v0.24.1
30072024-05-06T02:34:01.299Z Compiling tokio-native-tls v0.3.1
30082024-05-06T02:34:01.829Z Compiling hmac v0.12.1
30092024-05-06T02:34:01.916Z Compiling rand_chacha v0.3.1
30102024-05-06T02:34:01.943Z Compiling aho-corasick v1.1.3
30112024-05-06T02:34:02.071Z Compiling base64 v0.21.7
30122024-05-06T02:34:02.097Z Compiling anstyle-query v1.0.2
30132024-05-06T02:34:02.246Z Compiling anstyle v1.0.6
30142024-05-06T02:34:02.795Z Compiling regex-syntax v0.8.3
30152024-05-06T02:34:03.394Z Compiling tap v1.0.1
30162024-05-06T02:34:03.421Z Compiling colorchoice v1.0.0
30172024-05-06T02:34:03.561Z Compiling maybe-uninit v2.0.0
30182024-05-06T02:34:03.586Z Compiling wyz v0.5.1
30192024-05-06T02:34:03.974Z Compiling anstream v0.6.13
30202024-05-06T02:34:04.081Z Compiling rustls-pemfile v1.0.4
30212024-05-06T02:34:04.820Z Compiling rand v0.8.5
30222024-05-06T02:34:05.045Z Compiling rfc6979 v0.4.0
30232024-05-06T02:34:05.137Z Compiling rand_core v0.5.1
30242024-05-06T02:34:05.254Z Compiling hyper-tls v0.5.0
30252024-05-06T02:34:05.562Z Compiling hyper-rustls v0.24.2
30262024-05-06T02:34:05.693Z Compiling terminal_size v0.3.0
30272024-05-06T02:34:05.774Z Compiling regex-automata v0.4.6
30282024-05-06T02:34:05.905Z Compiling url v2.5.0
30292024-05-06T02:34:06.536Z Compiling serde_urlencoded v0.7.1
30302024-05-06T02:34:06.624Z Compiling inout v0.1.3
30312024-05-06T02:34:06.839Z Compiling curve25519-dalek-derive v0.1.1
30322024-05-06T02:34:07.091Z Compiling heapless v0.7.17
30332024-05-06T02:34:07.518Z Compiling num-integer v0.1.46
30342024-05-06T02:34:08.451Z Compiling encoding_rs v0.8.33
30352024-05-06T02:34:11.001Z Compiling webpki-roots v0.25.4
30362024-05-06T02:34:11.149Z Compiling spin v0.5.2
30372024-05-06T02:34:11.368Z Compiling heck v0.5.0
30382024-05-06T02:34:11.866Z Compiling clap_lex v0.7.0
30392024-05-06T02:34:12.576Z Compiling packed_struct v0.10.1
30402024-05-06T02:34:12.701Z Compiling unicode-width v0.1.11
30412024-05-06T02:34:12.845Z Compiling sync_wrapper v0.1.2
30422024-05-06T02:34:12.977Z Compiling ipnet v2.9.0
30432024-05-06T02:34:13.006Z Compiling num-bigint-dig v0.8.4
30442024-05-06T02:34:15.390Z Compiling funty v2.0.0
30452024-05-06T02:34:15.487Z Compiling strsim v0.11.0
30462024-05-06T02:34:17.185Z Compiling mime v0.3.17
30472024-05-06T02:34:17.351Z Compiling bitvec v1.0.1
30482024-05-06T02:34:17.763Z Compiling reqwest v0.11.27
30492024-05-06T02:34:17.894Z Compiling clap_builder v4.5.2
30502024-05-06T02:34:21.499Z Compiling getopts v0.2.21
30512024-05-06T02:34:22.256Z Compiling clap_derive v4.5.4
30522024-05-06T02:34:22.944Z Compiling lazy_static v1.4.0
30532024-05-06T02:34:23.070Z Compiling regex v1.10.4
30542024-05-06T02:34:26.073Z Compiling num-iter v0.1.44
30552024-05-06T02:34:26.302Z Compiling cipher v0.4.4
30562024-05-06T02:34:26.739Z Compiling ecdsa v0.16.9
30572024-05-06T02:34:27.794Z Compiling typify v0.0.16
30582024-05-06T02:34:27.876Z Compiling primeorder v0.13.6
30592024-05-06T02:34:27.913Z Compiling openapiv3 v2.0.0
30602024-05-06T02:34:28.354Z Compiling ed25519 v2.2.3
30612024-05-06T02:34:28.701Z Compiling ssh-encoding v0.2.0
30622024-05-06T02:34:29.869Z Compiling digest v0.9.0
30632024-05-06T02:34:30.074Z Compiling packed_struct_codegen v0.10.1
30642024-05-06T02:34:31.432Z Compiling hash32 v0.2.1
30652024-05-06T02:34:31.789Z Compiling stable_deref_trait v1.2.0
30662024-05-06T02:34:31.891Z Compiling nodrop v0.1.14
30672024-05-06T02:34:32.017Z Compiling slog v2.7.0
30682024-05-06T02:34:32.074Z Compiling unsafe-libyaml v0.2.11
30692024-05-06T02:34:32.356Z Compiling anyhow v1.0.81
30702024-05-06T02:34:33.492Z Compiling serde_yaml v0.9.34+deprecated
30712024-05-06T02:34:35.103Z Compiling array-init v0.0.4
30722024-05-06T02:34:36.388Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b)
30732024-05-06T02:34:36.879Z Compiling ssh-cipher v0.2.0
30742024-05-06T02:34:37.132Z Compiling ed25519-dalek v2.1.1
30752024-05-06T02:34:37.425Z Compiling p256 v0.13.2
30762024-05-06T02:34:37.903Z Compiling smallvec v0.6.14
30772024-05-06T02:34:39.258Z Compiling clap v4.5.4
30782024-05-06T02:34:41.847Z Compiling rand_chacha v0.2.2
30792024-05-06T02:34:42.881Z Compiling pkcs1 v0.7.5
30802024-05-06T02:34:43.232Z Compiling block-buffer v0.9.0
30812024-05-06T02:34:43.402Z Compiling zerocopy-derive v0.6.6
30822024-05-06T02:34:45.153Z Compiling blake3 v1.5.1
30832024-05-06T02:34:45.680Z Compiling is-terminal v0.4.12
30842024-05-06T02:34:45.797Z Compiling bitfield v0.14.0
30852024-05-06T02:34:45.850Z Compiling base64 v0.13.1
30862024-05-06T02:34:46.058Z Compiling cobs v0.2.3
30872024-05-06T02:34:46.496Z Compiling termcolor v1.4.1
30882024-05-06T02:34:46.627Z Compiling opaque-debug v0.3.1
30892024-05-06T02:34:46.714Z Compiling embedded-io v0.4.0
30902024-05-06T02:34:46.953Z Compiling signature v1.6.4
30912024-05-06T02:34:47.148Z Compiling ed25519 v1.5.3
30922024-05-06T02:34:47.465Z Compiling postcard v1.0.8
30932024-05-06T02:34:47.716Z Compiling env_logger v0.10.2
30942024-05-06T02:34:48.172Z Compiling sha2 v0.9.9
30952024-05-06T02:34:50.519Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
30962024-05-06T02:34:51.193Z Compiling zerocopy v0.6.6
30972024-05-06T02:34:51.532Z Compiling rsa v0.9.6
30982024-05-06T02:34:51.891Z Compiling rand v0.7.3
30992024-05-06T02:34:51.980Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b)
31002024-05-06T02:34:52.557Z Compiling serde-hex v0.1.0
31012024-05-06T02:34:54.092Z Compiling ssh-key v0.6.5
31022024-05-06T02:34:57.965Z Compiling curve25519-dalek v3.2.0
31032024-05-06T02:34:58.010Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b)
31042024-05-06T02:34:59.590Z Compiling bincode v1.3.3
31052024-05-06T02:35:00.627Z Compiling serde_path_to_error v0.1.16
31062024-05-06T02:35:01.522Z Compiling x509-cert v0.2.5
31072024-05-06T02:35:04.729Z Compiling crc-any v2.4.4
31082024-05-06T02:35:05.545Z Compiling hex v0.4.3
31092024-05-06T02:35:06.191Z Compiling constant_time_eq v0.3.0
31102024-05-06T02:35:06.365Z Compiling arrayref v0.3.7
31112024-05-06T02:35:06.472Z Compiling arrayvec v0.7.4
31122024-05-06T02:35:06.932Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
31132024-05-06T02:35:08.468Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b)
31142024-05-06T02:35:08.670Z Compiling oauth2 v4.4.2
31152024-05-06T02:35:09.503Z Compiling sshauth v0.1.0 (https://github.com/oxidecomputer/sshauth#a145680a)
31162024-05-06T02:35:12.651Z Compiling ed25519-dalek v1.0.1
31172024-05-06T02:35:12.685Z Compiling clap-num v1.1.1
31182024-05-06T02:35:12.913Z Compiling xdg v2.5.2
31192024-05-06T02:35:13.236Z Compiling permission-slip-client v1.0.0 (/work/permission-slip-build/client)
31202024-05-06T02:35:37.962Z Finished release [optimized] target(s) in 2m 20s
31212024-05-06T02:35:38.037Z
31222024-05-06T02:35:38.037Zreal 2:34.458951623
31232024-05-06T02:35:38.037Zuser 15:34.027010439
31242024-05-06T02:35:38.063Zsys 1:32.464620493
31252024-05-06T02:35:38.063Ztrap 0.533715593
31262024-05-06T02:35:38.063Ztflt 0.470609334
31272024-05-06T02:35:38.063Zdflt 0.572419452
31282024-05-06T02:35:38.063Zkflt 0.000170910
31292024-05-06T02:35:38.063Zlock 37:20.799505661
31302024-05-06T02:35:38.063Zslp 43:17.643567115
31312024-05-06T02:35:38.063Zlat 56.795416975
31322024-05-06T02:35:38.063Zstop 47.296183994
31332024-05-06T02:35:38.063Z+ ptime -m gzip
31342024-05-06T02:35:39.378Z
31352024-05-06T02:35:39.378Zreal 1.335544460
31362024-05-06T02:35:39.378Zuser 1.317580970
31372024-05-06T02:35:39.378Zsys 0.017208143
31382024-05-06T02:35:39.379Ztrap 0.000163083
31392024-05-06T02:35:39.379Ztflt 0.000000000
31402024-05-06T02:35:39.379Zdflt 0.000000000
31412024-05-06T02:35:39.379Zkflt 0.000000000
31422024-05-06T02:35:39.405Zlock 0.000000000
31432024-05-06T02:35:39.405Zslp 0.000000000
31442024-05-06T02:35:39.405Zlat 0.000195400
31452024-05-06T02:35:39.405Zstop 0.000266103
31462024-05-06T02:35:39.405Zprocess exited: duration 911362 ms, exit code 0
 
31472024-05-06T02:35:39.497Zfound 9 output files
31482024-05-06T02:35:39.497Zuploading: /work/end-to-end-tests/bootstrap-114378b13c624b47.gz (9698895 bytes)
31492024-05-06T02:35:45.576Zuploaded: /work/end-to-end-tests/bootstrap-114378b13c624b47.gz
31502024-05-06T02:35:45.576Zuploading: /work/end-to-end-tests/bootstrap.gz (104920669 bytes)
31512024-05-06T02:36:26.007Zuploaded: /work/end-to-end-tests/bootstrap.gz
31522024-05-06T02:36:26.036Zuploading: /work/end-to-end-tests/commtest-d165232fe22589d2.gz (9698306 bytes)
31532024-05-06T02:36:30.533Zuploaded: /work/end-to-end-tests/commtest-d165232fe22589d2.gz
31542024-05-06T02:36:30.533Zuploading: /work/end-to-end-tests/dhcp_server-54db9e7169aa25f2.gz (9696987 bytes)
31552024-05-06T02:36:34.418Zuploaded: /work/end-to-end-tests/dhcp_server-54db9e7169aa25f2.gz
31562024-05-06T02:36:34.418Zuploading: /work/end-to-end-tests/end_to_end_tests-afa978a5d172f68d.gz (108335930 bytes)
31572024-05-06T02:37:06.585Zuploaded: /work/end-to-end-tests/end_to_end_tests-afa978a5d172f68d.gz
31582024-05-06T02:37:06.585Zuploading: /work/caboose-util.gz (2410951 bytes)
31592024-05-06T02:37:08.715Zuploaded: /work/caboose-util.gz
31602024-05-06T02:37:08.715Zuploading: /work/tufaceous.gz (11922694 bytes)
31612024-05-06T02:37:12.969Zuploaded: /work/tufaceous.gz
31622024-05-06T02:37:12.969Zuploading: /work/commtest (471812928 bytes)
31632024-05-06T02:40:51.931Zuploaded: /work/commtest
31642024-05-06T02:40:51.931Zuploading: /work/permslip.gz (10331245 bytes)
31652024-05-06T02:40:55.974Zuploaded: /work/permslip.gz