01HXSJDX08JKME719GF7VEWA2Z: 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: 01HXSJEMRCPFC76FMSZPY97809

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-05-13T18:12:37.051Zjob assigned to worker 01HXSJENPX2Z0HFS7S8H6GVJ04 (queued for 48 s)
 
22024-05-13T18:12:37.766Zstarting task 0: "setup"
32024-05-13T18:12:37.810Z++ uname -s
42024-05-13T18:12:37.810Z+ kern=SunOS
52024-05-13T18:12:37.810Z+ case "$kern" in
62024-05-13T18:12:37.811Z+ groupadd -g 12345 build
72024-05-13T18:12:37.811Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-05-13T18:12:39.791Z+ zfs create -o mountpoint=/work rpool/work
92024-05-13T18:12:39.837Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-05-13T18:12:39.873Z+ home_fs=zfs
112024-05-13T18:12:39.874Z+ [[ zfs == autofs ]]
122024-05-13T18:12:39.874Z+ mkdir -p /home/build
132024-05-13T18:12:39.874Z+ chown build:build /home/build /work
142024-05-13T18:12:41.849Z+ chmod 0700 /home/build /work
152024-05-13T18:12:41.875Zprocess exited: duration 4089 ms, exit code 0
 
162024-05-13T18:12:41.927Zstarting task 1: "rust-toolchain"
172024-05-13T18:12:41.953Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-05-13T18:12:41.953Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-05-13T18:12:42.113Zinfo: downloading installer
202024-05-13T18:12:42.877Zwarning: it looks like you have an existing installation of Rust at:
212024-05-13T18:12:42.878Zwarning: /opt/ooce/bin
222024-05-13T18:12:42.878Zwarning: It is recommended that rustup be the primary Rust installation.
232024-05-13T18:12:42.878Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-05-13T18:12:42.878Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-05-13T18:12:42.878Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-05-13T18:12:42.879Zwarning: or pass `-y' to ignore all ignorable checks.
272024-05-13T18:12:42.879Zerror: cannot install while Rust is installed
282024-05-13T18:12:42.879Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-05-13T18:12:42.929Zinfo: profile set to 'default'
302024-05-13T18:12:42.930Zinfo: default host triple is x86_64-unknown-illumos
312024-05-13T18:12:42.955Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-05-13T18:12:43.027Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-05-13T18:12:43.027Zinfo: downloading component 'cargo'
342024-05-13T18:12:43.148Zinfo: downloading component 'clippy'
352024-05-13T18:12:43.220Zinfo: downloading component 'rust-docs'
362024-05-13T18:12:43.474Zinfo: downloading component 'rust-std'
372024-05-13T18:12:43.852Zinfo: downloading component 'rustc'
382024-05-13T18:12:46.686Zinfo: downloading component 'rustfmt'
392024-05-13T18:12:46.751Zinfo: installing component 'cargo'
402024-05-13T18:12:47.875Zinfo: installing component 'clippy'
412024-05-13T18:12:48.342Zinfo: installing component 'rust-docs'
422024-05-13T18:12:50.691Zinfo: installing component 'rust-std'
432024-05-13T18:12:53.017Zinfo: installing component 'rustc'
442024-05-13T18:12:59.774Zinfo: installing component 'rustfmt'
452024-05-13T18:12:59.926Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-05-13T18:12:59.926Z
472024-05-13T18:12:59.926Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-05-13T18:12:59.926Z
492024-05-13T18:12:59.927Z
502024-05-13T18:12:59.927ZRust is installed now. Great!
512024-05-13T18:12:59.927Z
522024-05-13T18:12:59.927ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-05-13T18:12:59.928Zenvironment variable. This has not been done automatically.
542024-05-13T18:12:59.928Z
552024-05-13T18:12:59.928ZTo configure your current shell, you need to source
562024-05-13T18:12:59.928Zthe corresponding env file under $HOME/.cargo.
572024-05-13T18:12:59.928Z
582024-05-13T18:12:59.928ZThis is usually done by running one of the following (note the leading DOT):
592024-05-13T18:12:59.929Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-05-13T18:12:59.929Zsource "$HOME/.cargo/env.fish" # For fish
612024-05-13T18:12:59.929Z+ rustc --version
622024-05-13T18:12:59.929Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-05-13T18:12:59.929Zprocess exited: duration 16440 ms, exit code 0
 
642024-05-13T18:13:00.060Zstarting task 2: "authentication"
652024-05-13T18:13:00.117Zprocess exited: duration 64 ms, exit code 0
 
662024-05-13T18:13:00.201Zstarting task 3: "clone repository"
672024-05-13T18:13:00.242Z+ mkdir -p /work/oxidecomputer/omicron
682024-05-13T18:13:00.242Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-05-13T18:13:00.243ZCloning into '/work/oxidecomputer/omicron'...
702024-05-13T18:13:10.297Z+ cd /work/oxidecomputer/omicron
712024-05-13T18:13:10.297Z+ git fetch origin 1e629df40bbf75bf0af592f7e209eed16dc749ab
722024-05-13T18:13:10.773ZFrom https://github.com/oxidecomputer/omicron
732024-05-13T18:13:10.774Z * branch 1e629df40bbf75bf0af592f7e209eed16dc749ab -> FETCH_HEAD
742024-05-13T18:13:10.809Z+ [[ -n john/mark-sleds-decommissioned ]]
752024-05-13T18:13:10.810Z++ git branch --show-current
762024-05-13T18:13:10.810Z+ current=main
772024-05-13T18:13:10.810Z+ [[ main != john/mark-sleds-decommissioned ]]
782024-05-13T18:13:10.810Z+ git branch -f john/mark-sleds-decommissioned 1e629df40bbf75bf0af592f7e209eed16dc749ab
792024-05-13T18:13:10.811Z+ git checkout -f john/mark-sleds-decommissioned
802024-05-13T18:13:10.950ZSwitched to branch 'john/mark-sleds-decommissioned'
812024-05-13T18:13:10.980Z+ git reset --hard 1e629df40bbf75bf0af592f7e209eed16dc749ab
822024-05-13T18:13:10.980ZHEAD is now at 1e629df40 planner: finding a decommissioned sleds with non-expunged zones is an error
832024-05-13T18:13:10.980Zprocess exited: duration 10777 ms, exit code 0
 
842024-05-13T18:13:11.032Zstarting task 4: "build"
852024-05-13T18:13:11.059Z+ cargo --version
862024-05-13T18:13:11.059Zinfo: syncing channel updates for '1.77.2-x86_64-unknown-illumos'
872024-05-13T18:13:11.557Zinfo: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09)
882024-05-13T18:13:11.557Zinfo: downloading component 'cargo'
892024-05-13T18:13:11.586Zinfo: downloading component 'clippy'
902024-05-13T18:13:11.587Zinfo: downloading component 'rust-docs'
912024-05-13T18:13:11.587Zinfo: downloading component 'rust-std'
922024-05-13T18:13:11.888Zinfo: downloading component 'rustc'
932024-05-13T18:13:12.741Zinfo: downloading component 'rustfmt'
942024-05-13T18:13:12.795Zinfo: installing component 'cargo'
952024-05-13T18:13:13.754Zinfo: installing component 'clippy'
962024-05-13T18:13:14.138Zinfo: installing component 'rust-docs'
972024-05-13T18:13:16.609Zinfo: installing component 'rust-std'
982024-05-13T18:13:18.555Zinfo: installing component 'rustc'
992024-05-13T18:13:23.051Zinfo: installing component 'rustfmt'
1002024-05-13T18:13:23.497Zcargo 1.77.2 (e52e36006 2024-03-26)
1012024-05-13T18:13:23.526Z+ rustc --version
1022024-05-13T18:13:24.856Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
1032024-05-13T18:13:24.885Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1042024-05-13T18:13:28.242Z Startup: Refreshing catalog 'helios-dev' ... Done
1052024-05-13T18:13:30.360Z Startup: Caching catalogs ... Done
1062024-05-13T18:13:32.306ZPlanning: Solver setup ... Done (1.361s)
1072024-05-13T18:13:32.332ZPlanning: Running solver ... Done (0.034s)
1082024-05-13T18:13:32.359ZPlanning: Finding local manifests ... Done (0.002s)
1092024-05-13T18:13:32.442ZPlanning: Fetching manifests: 0/4 0% complete
1102024-05-13T18:13:32.825ZPlanning: Fetching manifests: 4/4 100% complete
1112024-05-13T18:13:32.905ZPlanning: Package planning ... Done (0.062s)
1122024-05-13T18:13:33.353ZPlanning: Merging actions ... Done (0.062s)
1132024-05-13T18:13:33.382ZPlanning: Checking for conflicting actions ... Done (0.409s)
1142024-05-13T18:13:33.382ZPlanning: Consolidating action changes ... Done (0.013s)
1152024-05-13T18:13:34.010ZPlanning: Evaluating mediators ... Done (0.650s)
1162024-05-13T18:13:34.035ZPlanning: Planning completed in 3.62 seconds
1172024-05-13T18:13:34.060Z Packages to install: 4
1182024-05-13T18:13:34.060Z Mediators to change: 2
1192024-05-13T18:13:34.060Z Services to change: 1
1202024-05-13T18:13:34.060Z Estimated space available: 148.35 GB
1212024-05-13T18:13:34.060ZEstimated space to be consumed: 1.44 GB
1222024-05-13T18:13:34.060Z Create boot environment: No
1232024-05-13T18:13:34.060ZCreate backup boot environment: No
1242024-05-13T18:13:34.060Z Rebuild boot archive: No
1252024-05-13T18:13:34.060Z
1262024-05-13T18:13:34.060ZChanged mediators:
1272024-05-13T18:13:34.060Z mediator clang:
1282024-05-13T18:13:34.060Z version: None -> 15 (system default)
1292024-05-13T18:13:34.060Z
1302024-05-13T18:13:34.060Z mediator llvm:
1312024-05-13T18:13:34.060Z version: 14 (system default) -> 15 (system default)
1322024-05-13T18:13:34.061Z
1332024-05-13T18:13:34.061ZChanged packages:
1342024-05-13T18:13:34.061Zhelios-dev
1352024-05-13T18:13:34.061Z developer/build-essential
1362024-05-13T18:13:34.061Z None -> 11-2.0
1372024-05-13T18:13:34.061Z library/libxmlsec1
1382024-05-13T18:13:34.061Z None -> 1.2.35-2.0
1392024-05-13T18:13:34.061Z ooce/developer/clang-15
1402024-05-13T18:13:34.061Z None -> 15.0.7-2.0
1412024-05-13T18:13:34.061Z ooce/developer/llvm-15
1422024-05-13T18:13:34.061Z None -> 15.0.7-2.0
1432024-05-13T18:13:34.061Z
1442024-05-13T18:13:34.061ZServices:
1452024-05-13T18:13:34.061Z restart_fmri:
1462024-05-13T18:13:34.061Z svc:/system/update-man-index:default
1472024-05-13T18:13:34.086Z
1482024-05-13T18:13:34.086ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1492024-05-13T18:13:39.094ZDownload: 510/3290 items 17.2/212.6MB 8% complete (3.5M/s)
1502024-05-13T18:13:44.091ZDownload: 1199/3290 items 83.5/212.6MB 39% complete (8.5M/s)
1512024-05-13T18:13:49.126ZDownload: 2225/3290 items 119.2/212.6MB 56% complete (10.2M/s)
1522024-05-13T18:13:54.119ZDownload: 3237/3290 items 172.0/212.6MB 80% complete (8.7M/s)
1532024-05-13T18:13:58.303ZDownload: Completed 212.60 MB in 24.22 seconds (8.8M/s)
1542024-05-13T18:13:58.462Z Actions: 1/3689 actions (Installing new actions)
1552024-05-13T18:14:03.475Z Actions: 2773/3689 actions (Installing new actions)
1562024-05-13T18:14:04.259Z Actions: Completed 3689 actions in 5.80 seconds.
1572024-05-13T18:14:04.449Z Done (0.182s)
1582024-05-13T18:14:04.450Z Done (0.000s)
1592024-05-13T18:14:08.050Z Done (0.348s)
1602024-05-13T18:14:09.795Z Done (4.874s)
1612024-05-13T18:14:09.882Z Done (0.020s)
1622024-05-13T18:14:09.910Z Done (0.000s)
1632024-05-13T18:14:10.058Z Done (0.000s)
1642024-05-13T18:14:10.744ZPlanning: Evaluating mediator changes ... Done
1652024-05-13T18:14:11.013ZPlanning: Checking for conflicting actions ... Done
1662024-05-13T18:14:11.040ZPlanning: Consolidating action changes ... Done
1672024-05-13T18:14:11.326ZPlanning: Evaluating mediators ... Done
1682024-05-13T18:14:11.351ZPlanning: Planning completed in 0.58 seconds
1692024-05-13T18:14:11.376Z Mediators to change: 2
1702024-05-13T18:14:11.377Z Create boot environment: No
1712024-05-13T18:14:11.377ZCreate backup boot environment: No
1722024-05-13T18:14:11.426Z Done
1732024-05-13T18:14:11.426Z Done
1742024-05-13T18:14:11.687Z Done
1752024-05-13T18:14:16.131Z Done
1762024-05-13T18:14:16.214Z Done
1772024-05-13T18:14:16.214Z Done
1782024-05-13T18:14:16.286Z Done
1792024-05-13T18:14:17.095ZPlanning: Evaluating mediator changes ... Done
1802024-05-13T18:14:17.121ZPlanning: Merging actions ... Done
1812024-05-13T18:14:17.395ZPlanning: Checking for conflicting actions ... Done
1822024-05-13T18:14:17.420ZPlanning: Consolidating action changes ... Done
1832024-05-13T18:14:17.731ZPlanning: Evaluating mediators ... Done
1842024-05-13T18:14:17.800ZPlanning: Planning completed in 1.01 seconds
1852024-05-13T18:14:17.843Z Packages to change: 1
1862024-05-13T18:14:17.844Z Mediators to change: 1
1872024-05-13T18:14:17.844Z Services to change: 1
1882024-05-13T18:14:17.844Z Create boot environment: No
1892024-05-13T18:14:17.844ZCreate backup boot environment: Yes
1902024-05-13T18:14:19.416Z Actions: 1/6 actions (Updating modified actions)
1912024-05-13T18:14:19.449Z Actions: Completed 6 actions in 0.00 seconds.
1922024-05-13T18:14:19.449Z Done
1932024-05-13T18:14:19.449Z Done
1942024-05-13T18:14:19.492Z Done
1952024-05-13T18:14:23.930Z Done
1962024-05-13T18:14:24.020Z Done
1972024-05-13T18:14:24.045Z Done
1982024-05-13T18:14:24.093Z Done
1992024-05-13T18:14:24.648ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2002024-05-13T18:14:24.648Zclang system 15 system
2012024-05-13T18:14:24.648Zcsh system system illumos
2022024-05-13T18:14:24.648Zctags system system illumos
2032024-05-13T18:14:24.648Zgcc vendor 12 vendor
2042024-05-13T18:14:24.649Zgcc system 10 system
2052024-05-13T18:14:24.649Zgcc system 7 system
2062024-05-13T18:14:24.649Zgo system 1.20 system
2072024-05-13T18:14:24.649Zgo system 1.19 system
2082024-05-13T18:14:24.649Zllvm system 15 system
2092024-05-13T18:14:24.649Zllvm system 14 system
2102024-05-13T18:14:24.649Zmariadb system 10.6 system
2112024-05-13T18:14:24.649Zmta vendor vendor dma
2122024-05-13T18:14:24.649Zopenjdk system 17 system
2132024-05-13T18:14:24.650Zopenjdk system 11 system
2142024-05-13T18:14:24.650Zopenjdk system 1.8 system
2152024-05-13T18:14:24.650Zopenssl vendor 3 vendor
2162024-05-13T18:14:24.650Zperl system 5.36 system
2172024-05-13T18:14:24.650Zpostgresql system 15 system
2182024-05-13T18:14:24.650Zpostgresql system 13 system
2192024-05-13T18:14:24.650Zpython vendor 3 vendor
2202024-05-13T18:14:24.650Zpython system 2 system
2212024-05-13T18:14:24.650Zpython3 system 3.11 system
2222024-05-13T18:14:24.650Zruby system 3.0 system
2232024-05-13T18:14:24.651Zwords vendor vendor american-english
2242024-05-13T18:14:24.651Zwords system system australian-english
2252024-05-13T18:14:24.651Zwords system system british-english
2262024-05-13T18:14:24.651Zwords system system canadian-english
2272024-05-13T18:14:24.651Zwords system system french
2282024-05-13T18:14:24.651Zwords system system italian
2292024-05-13T18:14:24.651Zwords system system ngerman
2302024-05-13T18:14:24.651Zwords system system ogerman
2312024-05-13T18:14:24.651Zwords system system spanish
2322024-05-13T18:14:25.056ZPUBLISHER TYPE STATUS P LOCATION
2332024-05-13T18:14:25.056Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2342024-05-13T18:14:26.763ZFMRI IFO
2352024-05-13T18:14:26.764Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2362024-05-13T18:14:26.764Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2372024-05-13T18:14:26.764Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2382024-05-13T18:14:26.764Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2392024-05-13T18:14:26.764Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2402024-05-13T18:14:26.764Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2412024-05-13T18:14:26.764Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2422024-05-13T18:14:26.764Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2432024-05-13T18:14:26.764Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2442024-05-13T18:14:26.764Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2452024-05-13T18:14:26.764Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2462024-05-13T18:14:26.764Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2472024-05-13T18:14:27.011Z+ set -o errexit
2482024-05-13T18:14:27.037Z+++ dirname ./tools/ci_download_cockroachdb
2492024-05-13T18:14:27.037Z++ cd ./tools
2502024-05-13T18:14:27.037Z++ pwd
2512024-05-13T18:14:27.037Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2522024-05-13T18:14:27.037Z++ basename ./tools/ci_download_cockroachdb
2532024-05-13T18:14:27.037Z+ ARG0=ci_download_cockroachdb
2542024-05-13T18:14:27.037Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2552024-05-13T18:14:27.037Z+ CIDL_VERSION=v22.1.9
2562024-05-13T18:14:27.037Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2572024-05-13T18:14:27.037Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2582024-05-13T18:14:27.037Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2592024-05-13T18:14:27.037Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2602024-05-13T18:14:27.037Z+ TARGET_DIR=out
2612024-05-13T18:14:27.037Z+ DOWNLOAD_DIR=out/downloads
2622024-05-13T18:14:27.037Z+ DEST_DIR=./out/cockroachdb
2632024-05-13T18:14:27.037Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2642024-05-13T18:14:27.037Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2652024-05-13T18:14:27.037Z+ main
2662024-05-13T18:14:27.037Z+ [[ 0 != 0 ]]
2672024-05-13T18:14:27.037Z+ CIDL_OS=solaris2.11
2682024-05-13T18:14:27.038Z+ [[ 0 != 0 ]]
2692024-05-13T18:14:27.038Z+ configure_os solaris2.11
2702024-05-13T18:14:27.038Z+ echo 'current directory: /work/oxidecomputer/omicron'
2712024-05-13T18:14:27.038Z+ echo 'configuring based on OS: "solaris2.11"'
2722024-05-13T18:14:27.038Z+ case "$1" in
2732024-05-13T18:14:27.038Z+ CIDL_BUILD=illumos
2742024-05-13T18:14:27.038Zcurrent directory: /work/oxidecomputer/omicron
2752024-05-13T18:14:27.038Z+ CIDL_SUFFIX=tar.gz
2762024-05-13T18:14:27.038Zconfiguring based on OS: "solaris2.11"
2772024-05-13T18:14:27.038Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2782024-05-13T18:14:27.038Z+ CIDL_URL_BASE=https://illumos.org/downloads
2792024-05-13T18:14:27.038Z+ CIDL_ASSEMBLE=do_assemble_illumos
2802024-05-13T18:14:27.038Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2812024-05-13T18:14:27.038Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2822024-05-13T18:14:27.038Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2832024-05-13T18:14:27.038Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2842024-05-13T18:14:27.038Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2852024-05-13T18:14:27.038Z+ CIDL_SHA256FUNC=do_sha256sum
2862024-05-13T18:14:27.038Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2872024-05-13T18:14:27.038Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2882024-05-13T18:14:27.038ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2892024-05-13T18:14:27.038Z+ mkdir -p out/downloads
2902024-05-13T18:14:27.038ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2912024-05-13T18:14:27.039Z+ mkdir -p ./out/cockroachdb
2922024-05-13T18:14:27.039Z+ local DO_DOWNLOAD=true
2932024-05-13T18:14:27.039Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2942024-05-13T18:14:27.039Z+ '[' true == true ']'
2952024-05-13T18:14:27.039Z+ echo Downloading...
2962024-05-13T18:14:27.039ZDownloading...
2972024-05-13T18:14:27.039Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2982024-05-13T18:14:27.039Z+ 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
2992024-05-13T18:14:32.387Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3002024-05-13T18:14:32.418Z++ sha256sum
3012024-05-13T18:14:32.419Z++ awk '{print $1}'
3022024-05-13T18:14:32.465Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3032024-05-13T18:14:32.465Z+ [[ 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 ]]
3042024-05-13T18:14:32.465Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3052024-05-13T18:14:32.465Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3062024-05-13T18:14:35.445Z+ do_assemble_illumos
3072024-05-13T18:14:35.446Z+ rm -r ./out/cockroachdb
3082024-05-13T18:14:35.473Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3092024-05-13T18:14:35.793Z+ ./out/cockroachdb/bin/cockroach version
3102024-05-13T18:14:35.972ZBuild Tag: v22.1.9-dirty
3112024-05-13T18:14:35.972ZBuild Time: 2022/10/26 21:17:46
3122024-05-13T18:14:35.972ZDistribution: OSS
3132024-05-13T18:14:35.972ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3142024-05-13T18:14:35.972ZGo Version: go1.17.13
3152024-05-13T18:14:35.972ZC Compiler: gcc 10.3.0
3162024-05-13T18:14:35.972ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3172024-05-13T18:14:35.972ZBuild Type: release
3182024-05-13T18:14:36.009Z+ set -o errexit
3192024-05-13T18:14:36.011Z+++ dirname ./tools/ci_download_clickhouse
3202024-05-13T18:14:36.015Z++ cd ./tools
3212024-05-13T18:14:36.015Z++ pwd
3222024-05-13T18:14:36.015Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3232024-05-13T18:14:36.015Z++ basename ./tools/ci_download_clickhouse
3242024-05-13T18:14:36.016Z+ ARG0=ci_download_clickhouse
3252024-05-13T18:14:36.016Z+ TARGET_DIR=out
3262024-05-13T18:14:36.016Z+ DOWNLOAD_DIR=out/downloads
3272024-05-13T18:14:36.016Z+ DEST_DIR=./out/clickhouse
3282024-05-13T18:14:36.016Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3292024-05-13T18:14:36.016Z+ CIDL_VERSION=v23.8.7.24
3302024-05-13T18:14:36.017Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3312024-05-13T18:14:36.017Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3322024-05-13T18:14:36.017Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3332024-05-13T18:14:36.017Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3342024-05-13T18:14:36.017Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3352024-05-13T18:14:36.017Z+ main
3362024-05-13T18:14:36.017Z+ [[ 0 != 0 ]]
3372024-05-13T18:14:36.017Z+ CIDL_OS=solaris2.11
3382024-05-13T18:14:36.017Z+ [[ 0 != 0 ]]
3392024-05-13T18:14:36.017Z+ configure_os solaris2.11
3402024-05-13T18:14:36.017Z+ echo 'current directory: /work/oxidecomputer/omicron'
3412024-05-13T18:14:36.017Zcurrent directory: /work/oxidecomputer/omicron
3422024-05-13T18:14:36.018Zconfiguring based on OS: "solaris2.11"
3432024-05-13T18:14:36.018Z+ echo 'configuring based on OS: "solaris2.11"'
3442024-05-13T18:14:36.018Z+ CIDL_DASHREV=
3452024-05-13T18:14:36.018Z+ case "$1" in
3462024-05-13T18:14:36.018Z+ CIDL_PLATFORM=illumos
3472024-05-13T18:14:36.018Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3482024-05-13T18:14:36.018Z+ CIDL_MD5FUNC=do_md5sum
3492024-05-13T18:14:36.018Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3502024-05-13T18:14:36.018Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3512024-05-13T18:14:36.018Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3522024-05-13T18:14:36.018Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3532024-05-13T18:14:36.019Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3542024-05-13T18:14:36.019ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3552024-05-13T18:14:36.019ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3562024-05-13T18:14:36.019Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3572024-05-13T18:14:36.019Z+ mkdir -p out/downloads
3582024-05-13T18:14:36.045Z+ mkdir -p ./out/clickhouse
3592024-05-13T18:14:36.045Z+ local DO_DOWNLOAD=true
3602024-05-13T18:14:36.046Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3612024-05-13T18:14:36.046Z+ '[' true == true ']'
3622024-05-13T18:14:36.046Z+ echo Downloading...
3632024-05-13T18:14:36.046ZDownloading...
3642024-05-13T18:14:36.046Z+ 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
3652024-05-13T18:14:36.046Z+ 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
3662024-05-13T18:14:47.702Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3672024-05-13T18:14:47.737Z++ md5sum
3682024-05-13T18:14:47.737Z++ awk '{print $1}'
3692024-05-13T18:14:47.973Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3702024-05-13T18:14:47.974Z+ [[ 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 ]]
3712024-05-13T18:14:47.974Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3722024-05-13T18:14:47.974Z+ mkdir -p ./out/clickhouse
3732024-05-13T18:14:48.023Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3742024-05-13T18:14:53.181Z+ [[ solaris2.11 == darwin* ]]
3752024-05-13T18:14:53.182Z+ ./out/clickhouse/clickhouse server --version
3762024-05-13T18:14:53.331ZClickHouse server version 23.8.7.1.
3772024-05-13T18:14:53.370Z+ set -o errexit
3782024-05-13T18:14:53.398Z+++ dirname ./tools/ci_download_console
3792024-05-13T18:14:53.398Z++ cd ./tools
3802024-05-13T18:14:53.398Z++ pwd
3812024-05-13T18:14:53.398Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3822024-05-13T18:14:53.399Z++ basename ./tools/ci_download_console
3832024-05-13T18:14:53.399Z+ ARG0=ci_download_console
3842024-05-13T18:14:53.399Z+ TARGET_DIR=out
3852024-05-13T18:14:53.399Z+ DOWNLOAD_DIR=out/downloads
3862024-05-13T18:14:53.399Z+ DEST_DIR=./out/console-assets
3872024-05-13T18:14:53.399Z+ source /work/oxidecomputer/omicron/tools/console_version
3882024-05-13T18:14:53.400Z++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5
3892024-05-13T18:14:53.400Z++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
3902024-05-13T18:14:53.400Z+ URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
3912024-05-13T18:14:53.400Z+ TARBALL_FILE=out/downloads/console.tar.gz
3922024-05-13T18:14:53.400Z+ main
3932024-05-13T18:14:53.400Z+ [[ 0 != 0 ]]
3942024-05-13T18:14:53.400Z+ echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz'
3952024-05-13T18:14:53.401Z+ echo 'Local file: out/downloads/console.tar.gz'
3962024-05-13T18:14:53.401ZURL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
3972024-05-13T18:14:53.401ZLocal file: out/downloads/console.tar.gz
3982024-05-13T18:14:53.401Z+ local DO_DOWNLOAD=true
3992024-05-13T18:14:53.401Z+ [[ -f out/downloads/console.tar.gz ]]
4002024-05-13T18:14:53.401Z+ mkdir -p out/downloads
4012024-05-13T18:14:53.401Z+ '[' true == true ']'
4022024-05-13T18:14:53.402Z+ echo Downloading...
4032024-05-13T18:14:53.402ZDownloading...
4042024-05-13T18:14:53.402Z+ do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz
4052024-05-13T18:14:53.402Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
4062024-05-13T18:14:53.594Z++ do_sha256sum out/downloads/console.tar.gz
4072024-05-13T18:14:53.594Z++ case "$OSTYPE" in
4082024-05-13T18:14:53.594Z++ SHA=sha256sum
4092024-05-13T18:14:53.620Z++ sha256sum
4102024-05-13T18:14:53.620Z++ awk '{print $1}'
4112024-05-13T18:14:53.620Z+ calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
4122024-05-13T18:14:53.620Z+ [[ 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 ]]
4132024-05-13T18:14:53.620Z+ rm -rf ./out/console-assets
4142024-05-13T18:14:53.620Z+ mkdir -p ./out/console-assets
4152024-05-13T18:14:53.620Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4162024-05-13T18:14:53.620Z+ mkdir -p ./out/console-assets
4172024-05-13T18:14:53.620Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4182024-05-13T18:14:53.742Z+ set -o errexit
4192024-05-13T18:14:53.780Z+++ dirname ./tools/ci_download_dendrite_openapi
4202024-05-13T18:14:53.781Z++ cd ./tools
4212024-05-13T18:14:53.781Z++ pwd
4222024-05-13T18:14:53.781Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4232024-05-13T18:14:53.781Z++ basename ./tools/ci_download_dendrite_openapi
4242024-05-13T18:14:53.781Z+ ARG0=ci_download_dendrite_openapi
4252024-05-13T18:14:53.781Z+ TARGET_DIR=out
4262024-05-13T18:14:53.781Z+ DOWNLOAD_DIR=out/downloads
4272024-05-13T18:14:53.781Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4282024-05-13T18:14:53.781Z++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687
4292024-05-13T18:14:53.781Z++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4302024-05-13T18:14:53.781Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4312024-05-13T18:14:53.781Z+ LOCAL_FILE=out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4322024-05-13T18:14:53.781Z+ main
4332024-05-13T18:14:53.781Z+ [[ 0 != 0 ]]
4342024-05-13T18:14:53.781Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json'
4352024-05-13T18:14:53.782Z+ echo 'Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json'
4362024-05-13T18:14:53.782ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4372024-05-13T18:14:53.782Z+ local DO_DOWNLOAD=true
4382024-05-13T18:14:53.782ZLocal file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4392024-05-13T18:14:53.782Z+ [[ -f out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json ]]
4402024-05-13T18:14:53.782Z+ mkdir -p out/downloads
4412024-05-13T18:14:53.782Z+ '[' true == true ']'
4422024-05-13T18:14:53.782Z+ echo Downloading...
4432024-05-13T18:14:53.782ZDownloading...
4442024-05-13T18:14:53.782Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4452024-05-13T18:14:53.782Z+ 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
4462024-05-13T18:14:54.183Z++ do_sha256sum out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4472024-05-13T18:14:54.184Z++ case "$OSTYPE" in
4482024-05-13T18:14:54.184Z++ SHA=sha256sum
4492024-05-13T18:14:54.223Z++ sha256sum
4502024-05-13T18:14:54.223Z++ awk '{print $1}'
4512024-05-13T18:14:54.223Z+ calculated_sha2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4522024-05-13T18:14:54.224Z+ [[ 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 ]]
4532024-05-13T18:14:54.224Z+ set -o errexit
4542024-05-13T18:14:54.224Z+++ dirname ./tools/ci_download_dendrite_stub
4552024-05-13T18:14:54.254Z++ cd ./tools
4562024-05-13T18:14:54.255Z++ pwd
4572024-05-13T18:14:54.255Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4582024-05-13T18:14:54.256Z++ basename ./tools/ci_download_dendrite_stub
4592024-05-13T18:14:54.256Z+ ARG0=ci_download_dendrite_stub
4602024-05-13T18:14:54.256Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4612024-05-13T18:14:54.257Z++ CIDL_SHA256_ILLUMOS=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
4622024-05-13T18:14:54.257Z++ CIDL_SHA256_LINUX_DPD=c255370062ce616f6fce5630fad7a1fbfa63aa7db964aeb6de410ba4a4bc3193
4632024-05-13T18:14:54.257Z++ CIDL_SHA256_LINUX_SWADM=7899b1603518489b2276f9d9043107a267060e3b05be51f08002adf3d118a7c9
4642024-05-13T18:14:54.258Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4652024-05-13T18:14:54.258Z++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687
4662024-05-13T18:14:54.258Z++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4672024-05-13T18:14:54.259Z+ TARGET_DIR=out
4682024-05-13T18:14:54.259Z+ DOWNLOAD_DIR=out/downloads
4692024-05-13T18:14:54.260Z+ DEST_DIR=./out/dendrite-stub
4702024-05-13T18:14:54.260Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4712024-05-13T18:14:54.260Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4722024-05-13T18:14:54.260Z+ REPO=oxidecomputer/dendrite
4732024-05-13T18:14:54.260Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687
4742024-05-13T18:14:54.261Z+ main
4752024-05-13T18:14:54.261Z+ [[ 0 != 0 ]]
4762024-05-13T18:14:54.261Z+ CIDL_OS=solaris2.11
4772024-05-13T18:14:54.261Z+ [[ 0 != 0 ]]
4782024-05-13T18:14:54.261Z+ configure_os solaris2.11
4792024-05-13T18:14:54.261Z+ echo 'current directory: /work/oxidecomputer/omicron'
4802024-05-13T18:14:54.261Z+ echo 'configuring based on OS: "solaris2.11"'
4812024-05-13T18:14:54.261Z+ case "$1" in
4822024-05-13T18:14:54.261Z+ SET_BINARIES=
4832024-05-13T18:14:54.261Z+ CIDL_SHA256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
4842024-05-13T18:14:54.261Z+ CIDL_SHA256FUNC=do_sha256sum
4852024-05-13T18:14:54.262Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
4862024-05-13T18:14:54.262Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
4872024-05-13T18:14:54.262Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
4882024-05-13T18:14:54.262Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz'
4892024-05-13T18:14:54.262Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
4902024-05-13T18:14:54.262Z+ mkdir -p out/downloads
4912024-05-13T18:14:54.262Zcurrent directory: /work/oxidecomputer/omicron
4922024-05-13T18:14:54.262Zconfiguring based on OS: "solaris2.11"
4932024-05-13T18:14:54.262ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
4942024-05-13T18:14:54.262ZLocal file: out/downloads/dendrite-stub.tar.gz
4952024-05-13T18:14:54.262Z+ mkdir -p ./out/dendrite-stub
4962024-05-13T18:14:54.262Z+ fetch_and_verify
4972024-05-13T18:14:54.262Z+ local DO_DOWNLOAD=true
4982024-05-13T18:14:54.262Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
4992024-05-13T18:14:54.262Z+ '[' true == true ']'
5002024-05-13T18:14:54.262Z+ echo Downloading...
5012024-05-13T18:14:54.263Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5022024-05-13T18:14:54.263ZDownloading...
5032024-05-13T18:14:54.263Z+ 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
5042024-05-13T18:15:06.822Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5052024-05-13T18:15:06.847Z++ sha256sum
5062024-05-13T18:15:06.847Z++ awk '{print $1}'
5072024-05-13T18:15:06.872Z+ calculated_sha256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
5082024-05-13T18:15:06.872Z+ [[ 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 ]]
5092024-05-13T18:15:06.872Z+ do_untar out/downloads/dendrite-stub.tar.gz
5102024-05-13T18:15:06.872Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5112024-05-13T18:15:07.698Z+ do_assemble
5122024-05-13T18:15:07.698Z+ rm -r ./out/dendrite-stub
5132024-05-13T18:15:07.736Z+ mkdir ./out/dendrite-stub
5142024-05-13T18:15:07.736Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5152024-05-13T18:15:07.860Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5162024-05-13T18:15:07.920Z+ set -o errexit
5172024-05-13T18:15:07.921Z+++ dirname ./tools/ci_download_maghemite_mgd
5182024-05-13T18:15:07.921Z++ cd ./tools
5192024-05-13T18:15:07.921Z++ pwd
5202024-05-13T18:15:07.921Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5212024-05-13T18:15:07.921Z++ basename ./tools/ci_download_maghemite_mgd
5222024-05-13T18:15:07.922Z+ ARG0=ci_download_maghemite_mgd
5232024-05-13T18:15:07.922Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5242024-05-13T18:15:07.922Z++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5252024-05-13T18:15:07.922Z++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19
5262024-05-13T18:15:07.922Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5272024-05-13T18:15:07.922Z++ COMMIT=025389ff39d594bf2b815377e2c1dc4dd23b1f96
5282024-05-13T18:15:07.922Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5292024-05-13T18:15:07.922Z+ TARGET_DIR=out
5302024-05-13T18:15:07.922Z+ DOWNLOAD_DIR=out/downloads
5312024-05-13T18:15:07.922Z+ DEST_DIR=./out/mgd
5322024-05-13T18:15:07.923Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5332024-05-13T18:15:07.923Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5342024-05-13T18:15:07.923Z+ REPO=oxidecomputer/maghemite
5352024-05-13T18:15:07.923Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96
5362024-05-13T18:15:07.923Z+ main
5372024-05-13T18:15:07.923Z+ rm -rf out/downloads/root
5382024-05-13T18:15:07.923Z+ [[ 0 != 0 ]]
5392024-05-13T18:15:07.923Z+ CIDL_OS=solaris2.11
5402024-05-13T18:15:07.923Z+ [[ 0 != 0 ]]
5412024-05-13T18:15:07.924Z+ configure_os solaris2.11
5422024-05-13T18:15:07.924Z+ echo 'current directory: /work/oxidecomputer/omicron'
5432024-05-13T18:15:07.924Zcurrent directory: /work/oxidecomputer/omicron
5442024-05-13T18:15:07.924Zconfiguring based on OS: "solaris2.11"
5452024-05-13T18:15:07.924Z+ echo 'configuring based on OS: "solaris2.11"'
5462024-05-13T18:15:07.924Z+ case "$1" in
5472024-05-13T18:15:07.924Z+ SET_BINARIES=
5482024-05-13T18:15:07.924Z+ CIDL_SHA256FUNC=do_sha256sum
5492024-05-13T18:15:07.924ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5502024-05-13T18:15:07.925ZLocal file: out/downloads/mgd.tar.gz
5512024-05-13T18:15:07.925Z+ TARBALL_FILENAME=mgd.tar.gz
5522024-05-13T18:15:07.925Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5532024-05-13T18:15:07.925Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5542024-05-13T18:15:07.925Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz'
5552024-05-13T18:15:07.925Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5562024-05-13T18:15:07.925Z+ mkdir -p out/downloads
5572024-05-13T18:15:07.962Z+ mkdir -p ./out/mgd
5582024-05-13T18:15:07.962Z+ fetch_and_verify
5592024-05-13T18:15:07.962Z+ local DO_DOWNLOAD=true
5602024-05-13T18:15:07.962Z+ [[ -f out/downloads/mgd.tar.gz ]]
5612024-05-13T18:15:07.963Z+ '[' true == true ']'
5622024-05-13T18:15:07.963Z+ echo Downloading...
5632024-05-13T18:15:07.963ZDownloading...
5642024-05-13T18:15:07.963Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz out/downloads/mgd.tar.gz
5652024-05-13T18:15:07.963Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5662024-05-13T18:15:18.414Z++ do_sha256sum out/downloads/mgd.tar.gz
5672024-05-13T18:15:18.439Z++ sha256sum
5682024-05-13T18:15:18.439Z++ awk '{print $1}'
5692024-05-13T18:15:18.464Z+ calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5702024-05-13T18:15:18.464Z+ [[ e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd != \e\0\9\0\7\d\e\3\9\c\a\9\f\8\a\b\4\5\d\4\0\d\3\6\1\a\1\d\b\e\e\d\4\b\d\8\e\9\b\1\5\7\f\8\d\3\d\8\f\e\0\a\4\b\c\2\5\9\d\9\3\3\b\d ]]
5712024-05-13T18:15:18.464Z+ do_untar out/downloads/mgd.tar.gz
5722024-05-13T18:15:18.465Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
5732024-05-13T18:15:19.225Z+ do_assemble
5742024-05-13T18:15:19.225Z+ rm -r ./out/mgd
5752024-05-13T18:15:19.258Z+ mkdir ./out/mgd
5762024-05-13T18:15:19.258Z+ cp -r out/downloads/root ./out/mgd/root
5772024-05-13T18:15:19.298Z+ set -o errexit
5782024-05-13T18:15:19.351Z+++ dirname ./tools/ci_download_transceiver_control
5792024-05-13T18:15:19.351Z++ cd ./tools
5802024-05-13T18:15:19.352Z++ pwd
5812024-05-13T18:15:19.352Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5822024-05-13T18:15:19.352Z++ basename ./tools/ci_download_transceiver_control
5832024-05-13T18:15:19.352Z+ ARG0=ci_download_transceiver_control
5842024-05-13T18:15:19.352Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5852024-05-13T18:15:19.352Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5862024-05-13T18:15:19.352Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5872024-05-13T18:15:19.353Z+ TARGET_DIR=out
5882024-05-13T18:15:19.353Z+ DOWNLOAD_DIR=out/downloads
5892024-05-13T18:15:19.353Z+ DEST_DIR=./out/transceiver-control
5902024-05-13T18:15:19.353Z+ BIN_DIR=/opt/oxide/bin
5912024-05-13T18:15:19.353Z+ BINARY=xcvradm
5922024-05-13T18:15:19.353Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5932024-05-13T18:15:19.354Z+ REPO=oxidecomputer/transceiver-control
5942024-05-13T18:15:19.354Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5952024-05-13T18:15:19.354Z+ main
5962024-05-13T18:15:19.354Z+ [[ 0 != 0 ]]
5972024-05-13T18:15:19.354Z+ CIDL_OS=solaris2.11
5982024-05-13T18:15:19.355Z+ [[ 0 != 0 ]]
5992024-05-13T18:15:19.355Z+ configure_os solaris2.11
6002024-05-13T18:15:19.355Z+ echo 'current directory: /work/oxidecomputer/omicron'
6012024-05-13T18:15:19.355Z+ echo 'configuring based on OS: "solaris2.11"'
6022024-05-13T18:15:19.356Z+ case "$1" in
6032024-05-13T18:15:19.356Z+ SET_BINARIES=
6042024-05-13T18:15:19.356Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6052024-05-13T18:15:19.356Z+ CIDL_SHA256FUNC=do_sha256sum
6062024-05-13T18:15:19.356Z+ ARCHIVE_FILENAME=xcvradm.gz
6072024-05-13T18:15:19.356Zcurrent directory: /work/oxidecomputer/omicron
6082024-05-13T18:15:19.357Zconfiguring based on OS: "solaris2.11"
6092024-05-13T18:15:19.357Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6102024-05-13T18:15:19.357Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6112024-05-13T18:15:19.357Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6122024-05-13T18:15:19.357Z+ echo 'Local file: out/downloads/xcvradm.gz'
6132024-05-13T18:15:19.357ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6142024-05-13T18:15:19.357ZLocal file: out/downloads/xcvradm.gz
6152024-05-13T18:15:19.358Z+ mkdir -p out/downloads
6162024-05-13T18:15:19.358Z+ mkdir -p ./out/transceiver-control
6172024-05-13T18:15:19.358Z+ fetch_and_verify
6182024-05-13T18:15:19.358Z+ local DO_DOWNLOAD=true
6192024-05-13T18:15:19.358Z+ [[ -f out/downloads/xcvradm.gz ]]
6202024-05-13T18:15:19.358Z+ '[' true == true ']'
6212024-05-13T18:15:19.359Z+ echo Downloading...
6222024-05-13T18:15:19.359Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6232024-05-13T18:15:19.359ZDownloading...
6242024-05-13T18:15:19.359Z+ 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
6252024-05-13T18:15:21.183Z++ do_sha256sum out/downloads/xcvradm.gz
6262024-05-13T18:15:21.223Z++ sha256sum
6272024-05-13T18:15:21.223Z++ awk '{print $1}'
6282024-05-13T18:15:21.223Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6292024-05-13T18:15:21.223Z+ [[ 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 ]]
6302024-05-13T18:15:21.223Z+ do_unpack out/downloads/xcvradm.gz
6312024-05-13T18:15:21.223Z+ mkdir -p out/downloads/root//opt/oxide/bin
6322024-05-13T18:15:21.223Z+ gzip -dc out/downloads/xcvradm.gz
6332024-05-13T18:15:21.335Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6342024-05-13T18:15:21.362Z+ do_assemble
6352024-05-13T18:15:21.363Z+ rm -r ./out/transceiver-control
6362024-05-13T18:15:21.363Z+ mkdir ./out/transceiver-control
6372024-05-13T18:15:21.363Z+ cp -r out/downloads/root ./out/transceiver-control/root
6382024-05-13T18:15:21.443Z+ set -o errexit
6392024-05-13T18:15:21.468Z+++ dirname ./tools/ci_download_thundermuffin
6402024-05-13T18:15:21.468Z++ cd ./tools
6412024-05-13T18:15:21.468Z++ pwd
6422024-05-13T18:15:21.468Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6432024-05-13T18:15:21.468Z++ basename ./tools/ci_download_thundermuffin
6442024-05-13T18:15:21.468Z+ ARG0=ci_download_thundermuffin
6452024-05-13T18:15:21.468Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
6462024-05-13T18:15:21.468Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6472024-05-13T18:15:21.468Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
6482024-05-13T18:15:21.468Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
6492024-05-13T18:15:21.468Z+ TARGET_DIR=out
6502024-05-13T18:15:21.468Z+ DOWNLOAD_DIR=out/downloads
6512024-05-13T18:15:21.468Z+ DEST_DIR=./out/thundermuffin
6522024-05-13T18:15:21.469Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
6532024-05-13T18:15:21.469Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6542024-05-13T18:15:21.469Z+ REPO=oxidecomputer/thundermuffin
6552024-05-13T18:15:21.469Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
6562024-05-13T18:15:21.469Z+ main
6572024-05-13T18:15:21.469Z+ rm -rf out/downloads/root
6582024-05-13T18:15:21.469Z+ [[ 0 != 0 ]]
6592024-05-13T18:15:21.469Z+ CIDL_OS=solaris2.11
6602024-05-13T18:15:21.469Z+ [[ 0 != 0 ]]
6612024-05-13T18:15:21.469Z+ configure_os solaris2.11
6622024-05-13T18:15:21.469Z+ echo 'current directory: /work/oxidecomputer/omicron'
6632024-05-13T18:15:21.469Z+ echo 'configuring based on OS: "solaris2.11"'
6642024-05-13T18:15:21.469Z+ case "$1" in
6652024-05-13T18:15:21.469Z+ SET_BINARIES=
6662024-05-13T18:15:21.469Zcurrent directory: /work/oxidecomputer/omicron
6672024-05-13T18:15:21.469Zconfiguring based on OS: "solaris2.11"
6682024-05-13T18:15:21.469Z+ CIDL_SHA256FUNC=do_sha256sum
6692024-05-13T18:15:21.469Z+ TARBALL_FILENAME=thundermuffin.tar.gz
6702024-05-13T18:15:21.469Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6712024-05-13T18:15:21.469Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
6722024-05-13T18:15:21.469Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
6732024-05-13T18:15:21.469ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6742024-05-13T18:15:21.469Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
6752024-05-13T18:15:21.470Z+ mkdir -p out/downloads
6762024-05-13T18:15:21.470ZLocal file: out/downloads/thundermuffin.tar.gz
6772024-05-13T18:15:21.470Z+ mkdir -p ./out/thundermuffin
6782024-05-13T18:15:21.470Z+ fetch_and_verify
6792024-05-13T18:15:21.470Z+ local DO_DOWNLOAD=true
6802024-05-13T18:15:21.470Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
6812024-05-13T18:15:21.470Z+ '[' true == true ']'
6822024-05-13T18:15:21.470Z+ echo Downloading...
6832024-05-13T18:15:21.470ZDownloading...
6842024-05-13T18:15:21.470Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
6852024-05-13T18:15:21.470Z+ 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
6862024-05-13T18:15:22.402Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
6872024-05-13T18:15:22.427Z++ sha256sum
6882024-05-13T18:15:22.427Z++ awk '{print $1}'
6892024-05-13T18:15:22.427Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6902024-05-13T18:15:22.427Z+ [[ 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 ]]
6912024-05-13T18:15:22.427Z+ do_untar out/downloads/thundermuffin.tar.gz
6922024-05-13T18:15:22.427Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
6932024-05-13T18:15:22.500Z+ do_assemble
6942024-05-13T18:15:22.500Z+ rm -r ./out/thundermuffin
6952024-05-13T18:15:22.537Z+ mkdir ./out/thundermuffin
6962024-05-13T18:15:22.537Z+ cp -r out/downloads/root ./out/thundermuffin/root
6972024-05-13T18:15:22.537ZAll prerequisites installed successfully
6982024-05-13T18:15:22.537Z
6992024-05-13T18:15:22.537Zreal 1:58.870957805
7002024-05-13T18:15:22.538Zuser 44.526108677
7012024-05-13T18:15:22.538Zsys 12.416960952
7022024-05-13T18:15:22.538Ztrap 0.017189621
7032024-05-13T18:15:22.538Ztflt 0.011802505
7042024-05-13T18:15:22.538Zdflt 0.020059533
7052024-05-13T18:15:22.539Zkflt 0.005691229
7062024-05-13T18:15:22.539Zlock 1.365606457
7072024-05-13T18:15:22.539Zslp 4:03.412214271
7082024-05-13T18:15:22.539Zlat 4.477112848
7092024-05-13T18:15:22.540Zstop 0.078478032
7102024-05-13T18:15:22.540Z+ banner end-to-end-tests
7112024-05-13T18:15:22.540Z
7122024-05-13T18:15:22.541Z ###### # # ##### ##### #### ###### # # #####
7132024-05-13T18:15:22.541Z # ## # # # # # # # ## # # #
7142024-05-13T18:15:22.541Z ##### # # # # # ##### # # # ##### ##### # # # # #
7152024-05-13T18:15:22.541Z # # # # # # # # # # # # # # #
7162024-05-13T18:15:22.541Z # # ## # # # # # # # ## # #
7172024-05-13T18:15:22.541Z ###### # # ##### # #### ###### # # #####
7182024-05-13T18:15:22.542Z
7192024-05-13T18:15:22.542Z+ export CARGO_PROFILE_DEV_DEBUG=1
7202024-05-13T18:15:22.542Z+ CARGO_PROFILE_DEV_DEBUG=1
7212024-05-13T18:15:22.542Z+ export CARGO_PROFILE_TEST_DEBUG=1
7222024-05-13T18:15:22.543Z+ CARGO_PROFILE_TEST_DEBUG=1
7232024-05-13T18:15:22.543Z+ export CARGO_INCREMENTAL=0
7242024-05-13T18:15:22.543Z+ CARGO_INCREMENTAL=0
7252024-05-13T18:15:22.543Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7262024-05-13T18:15:22.789Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7272024-05-13T18:15:23.460Z Updating git repository `https://github.com/oxidecomputer/zone`
7282024-05-13T18:15:24.047Z Updating crates.io index
7292024-05-13T18:15:24.118Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7302024-05-13T18:15:25.113Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7312024-05-13T18:15:26.153Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7322024-05-13T18:15:28.463Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7332024-05-13T18:15:29.096Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7342024-05-13T18:15:29.649Z Updating git repository `https://github.com/oxidecomputer/propolis`
7352024-05-13T18:15:30.930Z Updating git repository `https://github.com/oxidecomputer/crucible`
7362024-05-13T18:15:33.113Z Updating git repository `https://github.com/oxidecomputer/opte`
7372024-05-13T18:15:34.267Z Updating git repository `https://github.com/oxidecomputer/falcon`
7382024-05-13T18:15:35.438Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7392024-05-13T18:15:36.002Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7402024-05-13T18:15:36.836Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7412024-05-13T18:15:37.406Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7422024-05-13T18:15:37.960Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7432024-05-13T18:15:38.621Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7442024-05-13T18:15:39.019Z Updating git repository `http://github.com/oxidecomputer/tofino`
7452024-05-13T18:15:39.638Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7462024-05-13T18:15:40.064Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7472024-05-13T18:15:40.475Z Updating git repository `https://github.com/oxidecomputer/libnvme`
7482024-05-13T18:15:40.979Z Updating git repository `https://github.com/oxidecomputer/ispf`
7492024-05-13T18:15:41.494Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7502024-05-13T18:15:41.946Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7512024-05-13T18:15:42.812Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7522024-05-13T18:15:43.380Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7532024-05-13T18:15:43.823Z Updating git repository `https://github.com/jgallagher/nix`
7542024-05-13T18:15:45.117Z Updating git repository `https://github.com/cbiffle/hubpack`
7552024-05-13T18:15:45.638Z Updating git repository `https://github.com/oxidecomputer/typify`
7562024-05-13T18:15:47.953Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7572024-05-13T18:15:48.528Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7582024-05-13T18:15:49.013Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7592024-05-13T18:15:49.684Z Updating git repository `https://github.com/oxidecomputer/rfb`
7602024-05-13T18:15:51.417Z Downloading crates ...
7612024-05-13T18:15:51.515Z Downloaded aead v0.5.2
7622024-05-13T18:15:52.158Z Downloaded adler v1.0.2
7632024-05-13T18:15:52.158Z Downloaded ahash v0.8.8
7642024-05-13T18:15:52.158Z Downloaded atomicwrites v0.4.3
7652024-05-13T18:15:52.159Z Downloaded async-trait v0.1.80
7662024-05-13T18:15:52.159Z Downloaded kstat-rs v0.2.3
7672024-05-13T18:15:52.159Z Downloaded colorchoice v1.0.0
7682024-05-13T18:15:52.159Z Downloaded lalrpop-util v0.19.12
7692024-05-13T18:15:52.159Z Downloaded keccak v0.1.4
7702024-05-13T18:15:52.159Z Downloaded lazy_static v1.4.0
7712024-05-13T18:15:52.159Z Downloaded md5 v0.7.0
7722024-05-13T18:15:52.160Z Downloaded nibble_vec v0.1.0
7732024-05-13T18:15:52.160Z Downloaded sigpipe v0.1.3
7742024-05-13T18:15:52.160Z Downloaded num v0.4.2
7752024-05-13T18:15:52.160Z Downloaded mio v0.8.11
7762024-05-13T18:15:52.160Z Downloaded slog-scope v4.4.0
7772024-05-13T18:15:52.160Z Downloaded tower-service v0.3.2
7782024-05-13T18:15:52.160Z Downloaded strsim v0.10.0
7792024-05-13T18:15:52.160Z Downloaded toolchain_find v0.4.0
7802024-05-13T18:15:52.160Z Downloaded try-lock v0.2.4
7812024-05-13T18:15:52.160Z Downloaded parking_lot v0.12.1
7822024-05-13T18:15:52.161Z Downloaded russh-cryptovec v0.7.0
7832024-05-13T18:15:52.161Z Downloaded hostname v0.4.0
7842024-05-13T18:15:52.161Z Downloaded hubpack_derive v0.1.1
7852024-05-13T18:15:52.161Z Downloaded usdt-macro v0.5.0
7862024-05-13T18:15:52.161Z Downloaded difflib v0.4.0
7872024-05-13T18:15:52.162Z Downloaded group v0.13.0
7882024-05-13T18:15:52.162Z Downloaded strum v0.26.2
7892024-05-13T18:15:52.162Z Downloaded dtrace-parser v0.2.0
7902024-05-13T18:15:52.162Z Downloaded ed25519 v2.2.2
7912024-05-13T18:15:52.162Z Downloaded pretty-hex v0.4.1
7922024-05-13T18:15:52.162Z Downloaded tokio-macros v2.2.0
7932024-05-13T18:15:52.162Z Downloaded psl-types v2.0.11
7942024-05-13T18:15:52.162Z Downloaded dirs-sys-next v0.1.2
7952024-05-13T18:15:52.163Z Downloaded proc-macro-error-attr v1.0.4
7962024-05-13T18:15:52.163Z Downloaded rand_core v0.6.4
7972024-05-13T18:15:52.163Z Downloaded proc-macro-error v1.0.4
7982024-05-13T18:15:52.163Z Downloaded sct v0.7.0
7992024-05-13T18:15:52.163Z Downloaded sync_wrapper v0.1.2
8002024-05-13T18:15:52.163Z Downloaded serde_urlencoded v0.7.1
8012024-05-13T18:15:52.164Z Downloaded take_mut v0.2.2
8022024-05-13T18:15:52.164Z Downloaded zerocopy-derive v0.7.32
8032024-05-13T18:15:52.164Z Downloaded want v0.3.1
8042024-05-13T18:15:52.164Z Downloaded termcolor v1.2.0
8052024-05-13T18:15:52.164Z Downloaded thiserror v1.0.59
8062024-05-13T18:15:52.164Z Downloaded foreign-types v0.3.2
8072024-05-13T18:15:52.165Z Downloaded phf_shared v0.10.0
8082024-05-13T18:15:52.165Z Downloaded thread_local v1.1.7
8092024-05-13T18:15:52.165Z Downloaded time-core v0.1.2
8102024-05-13T18:15:52.165Z Downloaded goblin v0.8.0
8112024-05-13T18:15:52.165Z Downloaded deranged v0.3.11
8122024-05-13T18:15:52.165Z Downloaded foreign-types v0.5.0
8132024-05-13T18:15:52.166Z Downloaded phf_shared v0.11.2
8142024-05-13T18:15:52.166Z Downloaded form_urlencoded v1.2.1
8152024-05-13T18:15:52.166Z Downloaded pin-utils v0.1.0
8162024-05-13T18:15:52.166Z Downloaded yasna v0.5.2
8172024-05-13T18:15:52.166Z Downloaded hyper v0.14.28
8182024-05-13T18:15:52.166Z Downloaded foreign-types-shared v0.3.1
8192024-05-13T18:15:52.166Z Downloaded elliptic-curve v0.13.8
8202024-05-13T18:15:52.167Z Downloaded version_check v0.9.4
8212024-05-13T18:15:52.167Z Downloaded postgres-types v0.2.6
8222024-05-13T18:15:52.167Z Downloaded time-macros v0.2.17
8232024-05-13T18:15:52.167Z Downloaded hyper-tls v0.5.0
8242024-05-13T18:15:52.167Z Downloaded sec1 v0.7.3
8252024-05-13T18:15:52.167Z Downloaded plain v0.2.3
8262024-05-13T18:15:52.168Z Downloaded serde_with v3.7.0
8272024-05-13T18:15:52.168Z Downloaded pkcs8 v0.10.2
8282024-05-13T18:15:52.168Z Downloaded webpki-roots v0.25.2
8292024-05-13T18:15:52.168Z Downloaded derive_more v0.99.17
8302024-05-13T18:15:52.168Z Downloaded serde_derive v1.0.201
8312024-05-13T18:15:52.168Z Downloaded tokio-postgres v0.7.10
8322024-05-13T18:15:52.168Z Downloaded expectorate v1.1.0
8332024-05-13T18:15:52.168Z Downloaded encoding_rs v0.8.33
8342024-05-13T18:15:52.169Z Downloaded serde v1.0.201
8352024-05-13T18:15:52.169Z Downloaded tokio-util v0.7.10
8362024-05-13T18:15:52.169Z Downloaded serde_json v1.0.116
8372024-05-13T18:15:52.169Z Downloaded curve25519-dalek v4.1.2
8382024-05-13T18:15:52.169Z Downloaded rayon v1.10.0
8392024-05-13T18:15:52.170Z Downloaded vcpkg v0.2.15
8402024-05-13T18:15:52.170Z Downloaded diesel v2.1.6
8412024-05-13T18:15:52.170Z Downloaded zerocopy-derive v0.6.6
8422024-05-13T18:15:52.170Z Downloaded regex-automata v0.4.5
8432024-05-13T18:15:52.170Z Downloaded sha3 v0.10.8
8442024-05-13T18:15:52.205Z Downloaded tokio v1.37.0
8452024-05-13T18:15:52.205Z Downloaded bzip2-sys v0.1.11+1.0.8
8462024-05-13T18:15:52.205Z Downloaded rustix v0.38.31
8472024-05-13T18:15:52.235Z Downloaded regress v0.9.1
8482024-05-13T18:15:52.235Z Downloaded sled v0.34.7
8492024-05-13T18:15:52.235Z Downloaded rustls v0.21.9
8502024-05-13T18:15:52.670Z Downloaded regex-syntax v0.8.2
8512024-05-13T18:15:52.670Z Downloaded regex v1.10.4
8522024-05-13T18:15:52.670Z Downloaded trust-dns-proto v0.22.0
8532024-05-13T18:15:52.671Z Downloaded ring v0.17.8
8542024-05-13T18:15:52.671Z Downloaded ring v0.16.20
8552024-05-13T18:15:52.671Z Downloaded bstr v1.9.0
8562024-05-13T18:15:52.672Z Downloaded bstr v0.2.17
8572024-05-13T18:15:52.672Z Downloaded time v0.3.34
8582024-05-13T18:15:52.672Z Downloaded zerocopy v0.7.32
8592024-05-13T18:15:52.672Z Downloaded futures-util v0.3.30
8602024-05-13T18:15:52.672Z Downloaded reqwest v0.11.27
8612024-05-13T18:15:52.672Z Downloaded winapi v0.3.9
8622024-05-13T18:15:52.672Z Downloaded regex-automata v0.1.10
8632024-05-13T18:15:52.673Z Downloaded chrono v0.4.38
8642024-05-13T18:15:52.673Z Downloaded tinyvec v1.6.0
8652024-05-13T18:15:52.673Z Downloaded tabled v0.15.0
8662024-05-13T18:15:52.673Z Downloaded syn v2.0.60
8672024-05-13T18:15:52.705Z Downloaded syn v1.0.109
8682024-05-13T18:15:52.705Z Downloaded postcard v1.0.8
8692024-05-13T18:15:52.705Z Downloaded smoltcp v0.11.0
8702024-05-13T18:15:52.730Z Downloaded rustls v0.22.4
8712024-05-13T18:15:52.730Z Downloaded russh v0.43.0
8722024-05-13T18:15:52.757Z Downloaded libc v0.2.153
8732024-05-13T18:15:52.785Z Downloaded clap_builder v4.5.2
8742024-05-13T18:15:52.785Z Downloaded hkdf v0.12.4
8752024-05-13T18:15:52.785Z Downloaded winnow v0.6.1
8762024-05-13T18:15:52.810Z Downloaded winnow v0.5.15
8772024-05-13T18:15:52.810Z Downloaded vsss-rs v3.3.4
8782024-05-13T18:15:52.810Z Downloaded tokio-tungstenite v0.21.0
8792024-05-13T18:15:52.811Z Downloaded radix_trie v0.2.1
8802024-05-13T18:15:52.811Z Downloaded http v1.0.0
8812024-05-13T18:15:52.841Z Downloaded openapiv3 v2.0.0
8822024-05-13T18:15:52.841Z Downloaded serde_derive_internals v0.29.0
8832024-05-13T18:15:52.841Z Downloaded semver v1.0.22
8842024-05-13T18:15:52.842Z Downloaded diesel_derives v2.1.2
8852024-05-13T18:15:52.867Z Downloaded flate2 v1.0.28
8862024-05-13T18:15:52.867Z Downloaded trust-dns-server v0.22.1
8872024-05-13T18:15:52.867Z Downloaded crossterm v0.27.0
8882024-05-13T18:15:52.867Z Downloaded smoltcp v0.9.1
8892024-05-13T18:15:52.891Z Downloaded http v0.2.12
8902024-05-13T18:15:52.892Z Downloaded pkg-config v0.3.27
8912024-05-13T18:15:52.892Z Downloaded ed25519-dalek v2.0.0
8922024-05-13T18:15:52.892Z Downloaded postgres-protocol v0.6.6
8932024-05-13T18:15:52.892Z Downloaded toml v0.5.11
8942024-05-13T18:15:52.892Z Downloaded gimli v0.28.0
8952024-05-13T18:15:52.936Z Downloaded signal-hook v0.3.17
8962024-05-13T18:15:52.936Z Downloaded blake3 v1.5.0
8972024-05-13T18:15:52.936Z Downloaded platforms v3.0.2
8982024-05-13T18:15:52.936Z Downloaded rcgen v0.12.1
8992024-05-13T18:15:52.937Z Downloaded poly1305 v0.8.0
9002024-05-13T18:15:52.937Z Downloaded openssl v0.10.64
9012024-05-13T18:15:52.965Z Downloaded dhcproto v0.11.0
9022024-05-13T18:15:52.965Z Downloaded rand v0.7.3
9032024-05-13T18:15:52.965Z Downloaded trust-dns-client v0.22.0
9042024-05-13T18:15:52.965Z Downloaded toml_edit v0.22.12
9052024-05-13T18:15:52.991Z Downloaded foreign-types-shared v0.1.1
9062024-05-13T18:15:52.991Z Downloaded pin-project-lite v0.2.13
9072024-05-13T18:15:52.991Z Downloaded derive-where v1.2.7
9082024-05-13T18:15:52.991Z Downloaded zip v0.6.6
9092024-05-13T18:15:52.991Z Downloaded subprocess v0.2.9
9102024-05-13T18:15:52.991Z Downloaded serde_yaml v0.9.25
9112024-05-13T18:15:53.016Z Downloaded serde_repr v0.1.16
9122024-05-13T18:15:53.016Z Downloaded serde_path_to_error v0.1.16
9132024-05-13T18:15:53.016Z Downloaded serde_arrays v0.1.0
9142024-05-13T18:15:53.016Z Downloaded semver v0.1.20
9152024-05-13T18:15:53.016Z Downloaded secrecy v0.8.0
9162024-05-13T18:15:53.016Z Downloaded futures v0.3.30
9172024-05-13T18:15:53.016Z Downloaded zerocopy v0.6.6
9182024-05-13T18:15:53.016Z Downloaded rustls-webpki v0.102.1
9192024-05-13T18:15:53.042Z Downloaded trust-dns-resolver v0.22.0
9202024-05-13T18:15:53.042Z Downloaded xattr v1.0.1
9212024-05-13T18:15:53.042Z Downloaded walkdir v2.5.0
9222024-05-13T18:15:53.068Z Downloaded iana-time-zone v0.1.57
9232024-05-13T18:15:53.068Z Downloaded tar v0.4.40
9242024-05-13T18:15:53.068Z Downloaded sha2 v0.10.8
9252024-05-13T18:15:53.068Z Downloaded phf v0.11.2
9262024-05-13T18:15:53.068Z Downloaded hex-literal v0.4.1
9272024-05-13T18:15:53.068Z Downloaded foreign-types-macros v0.2.3
9282024-05-13T18:15:53.068Z Downloaded strum_macros v0.26.1
9292024-05-13T18:15:53.068Z Downloaded embedded-io v0.4.0
9302024-05-13T18:15:53.068Z Downloaded either v1.11.0
9312024-05-13T18:15:53.068Z Downloaded zone v0.1.8
9322024-05-13T18:15:53.068Z Downloaded object v0.32.1
9332024-05-13T18:15:53.094Z Downloaded zeroize_derive v1.4.2
9342024-05-13T18:15:53.094Z Downloaded zeroize v1.7.0
9352024-05-13T18:15:53.095Z Downloaded whoami v1.5.1
9362024-05-13T18:15:53.095Z Downloaded term v0.7.0
9372024-05-13T18:15:53.095Z Downloaded tempfile v3.10.1
9382024-05-13T18:15:53.095Z Downloaded predicates-core v1.0.6
9392024-05-13T18:15:53.095Z Downloaded predicates v3.1.0
9402024-05-13T18:15:53.095Z Downloaded ppv-lite86 v0.2.17
9412024-05-13T18:15:53.095Z Downloaded powerfmt v0.2.0
9422024-05-13T18:15:53.095Z Downloaded polyval v0.6.1
9432024-05-13T18:15:53.124Z Downloaded rustls-webpki v0.101.7
9442024-05-13T18:15:53.124Z Downloaded tungstenite v0.21.0
9452024-05-13T18:15:53.124Z Downloaded thiserror-impl v1.0.59
9462024-05-13T18:15:53.124Z Downloaded terminal_size v0.3.0
9472024-05-13T18:15:53.124Z Downloaded equivalent v1.0.1
9482024-05-13T18:15:53.151Z Downloaded endian-type v0.1.2
9492024-05-13T18:15:53.151Z Downloaded zone_cfg_derive v0.1.2
9502024-05-13T18:15:53.152Z Downloaded waitgroup v0.1.2
9512024-05-13T18:15:53.152Z Downloaded thread-id v4.2.0
9522024-05-13T18:15:53.152Z Downloaded thiserror-impl-no-std v2.0.2
9532024-05-13T18:15:53.152Z Downloaded tabwriter v1.4.0
9542024-05-13T18:15:53.152Z Downloaded publicsuffix v2.2.3
9552024-05-13T18:15:53.152Z Downloaded futures-channel v0.3.30
9562024-05-13T18:15:53.152Z Downloaded h2 v0.3.26
9572024-05-13T18:15:53.152Z Downloaded unsafe-libyaml v0.2.10
9582024-05-13T18:15:53.152Z Downloaded similar v2.4.0
9592024-05-13T18:15:53.177Z Downloaded tracing v0.1.40
9602024-05-13T18:15:53.177Z Downloaded swrite v0.1.0
9612024-05-13T18:15:53.177Z Downloaded serde_with_macros v3.7.0
9622024-05-13T18:15:53.177Z Downloaded rand v0.8.5
9632024-05-13T18:15:53.177Z Downloaded thiserror-no-std v2.0.2
9642024-05-13T18:15:53.177Z Downloaded tabled_derive v0.7.0
9652024-05-13T18:15:53.177Z Downloaded subtle v2.5.0
9662024-05-13T18:15:53.177Z Downloaded sha1 v0.10.6
9672024-05-13T18:15:53.177Z Downloaded flume v0.11.0
9682024-05-13T18:15:53.178Z Downloaded tokio-rustls v0.24.1
9692024-05-13T18:15:53.202Z Downloaded serde_tokenstream v0.2.0
9702024-05-13T18:15:53.203Z Downloaded tokio-native-tls v0.3.1
9712024-05-13T18:15:53.203Z Downloaded hashbrown v0.14.3
9722024-05-13T18:15:53.203Z Downloaded serde_spanned v0.6.5
9732024-05-13T18:15:53.203Z Downloaded proc-macro2 v1.0.81
9742024-05-13T18:15:53.203Z Downloaded portpicker v0.1.1
9752024-05-13T18:15:53.203Z Downloaded toml_edit v0.19.15
9762024-05-13T18:15:53.229Z Downloaded petgraph v0.6.4
9772024-05-13T18:15:53.254Z Downloaded quote v1.0.36
9782024-05-13T18:15:53.254Z Downloaded precomputed-hash v0.1.1
9792024-05-13T18:15:53.254Z Downloaded tungstenite v0.20.1
9802024-05-13T18:15:53.255Z Downloaded tracing-core v0.1.32
9812024-05-13T18:15:53.255Z Downloaded steno v0.4.0
9822024-05-13T18:15:53.255Z Downloaded toml v0.7.8
9832024-05-13T18:15:53.255Z Downloaded futures-macro v0.3.30
9842024-05-13T18:15:53.255Z Downloaded futures-io v0.3.30
9852024-05-13T18:15:53.280Z Downloaded futures-executor v0.3.30
9862024-05-13T18:15:53.280Z Downloaded futures-core v0.3.30
9872024-05-13T18:15:53.280Z Downloaded pest v2.7.6
9882024-05-13T18:15:53.280Z Downloaded crossbeam-channel v0.5.8
9892024-05-13T18:15:53.280Z Downloaded rand_core v0.5.1
9902024-05-13T18:15:53.280Z Downloaded rand_chacha v0.3.1
9912024-05-13T18:15:53.281Z Downloaded rand_chacha v0.2.2
9922024-05-13T18:15:53.281Z Downloaded r2d2 v0.8.10
9932024-05-13T18:15:53.281Z Downloaded quick-error v1.2.3
9942024-05-13T18:15:53.281Z Downloaded dhcproto-macros v0.1.0
9952024-05-13T18:15:53.281Z Downloaded rayon-core v1.12.1
9962024-05-13T18:15:53.307Z Downloaded heapless v0.8.0
9972024-05-13T18:15:53.307Z Downloaded heapless v0.7.16
9982024-05-13T18:15:53.307Z Downloaded russh-keys v0.43.0
9992024-05-13T18:15:53.307Z Downloaded ron v0.7.1
10002024-05-13T18:15:53.307Z Downloaded proc-macro-crate v1.3.1
10012024-05-13T18:15:53.307Z Downloaded primeorder v0.13.6
10022024-05-13T18:15:53.307Z Downloaded uuid v1.8.0
10032024-05-13T18:15:53.307Z Downloaded toml v0.8.12
10042024-05-13T18:15:53.332Z Downloaded hmac v0.12.1
10052024-05-13T18:15:53.332Z Downloaded unicode-normalization v0.1.22
10062024-05-13T18:15:53.332Z Downloaded ecdsa v0.16.9
10072024-05-13T18:15:53.332Z Downloaded pretty-hex v0.2.1
10082024-05-13T18:15:53.332Z Downloaded schemars v0.8.17
10092024-05-13T18:15:53.332Z Downloaded unicode-segmentation v1.10.1
10102024-05-13T18:15:53.361Z Downloaded dyn-clone v1.0.17
10112024-05-13T18:15:53.362Z Downloaded universal-hash v0.5.1
10122024-05-13T18:15:53.362Z Downloaded toml_datetime v0.6.5
10132024-05-13T18:15:53.362Z Downloaded env_logger v0.9.3
10142024-05-13T18:15:53.362Z Downloaded ryu v1.0.15
10152024-05-13T18:15:53.362Z Downloaded url v2.5.0
10162024-05-13T18:15:53.362Z Downloaded typenum v1.16.0
10172024-05-13T18:15:53.362Z Downloaded diesel_table_macro_syntax v0.1.0
10182024-05-13T18:15:53.362Z Downloaded strum_macros v0.25.2
10192024-05-13T18:15:53.362Z Downloaded structmeta-derive v0.3.0
10202024-05-13T18:15:53.362Z Downloaded structmeta v0.3.0
10212024-05-13T18:15:53.362Z Downloaded signal-hook-mio v0.2.3
10222024-05-13T18:15:53.394Z Downloaded scroll v0.12.0
10232024-05-13T18:15:53.395Z Downloaded scopeguard v1.2.0
10242024-05-13T18:15:53.395Z Downloaded schemars_derive v0.8.17
10252024-05-13T18:15:53.395Z Downloaded futures-sink v0.3.30
10262024-05-13T18:15:53.395Z Downloaded tokio-rustls v0.25.0
10272024-05-13T18:15:53.395Z Downloaded rustversion v1.0.14
10282024-05-13T18:15:53.395Z Downloaded rustls-pemfile v2.1.2
10292024-05-13T18:15:53.395Z Downloaded headers v0.3.9
10302024-05-13T18:15:53.395Z Downloaded half v2.3.1
10312024-05-13T18:15:53.395Z Downloaded futures-task v0.3.30
10322024-05-13T18:15:53.396Z Downloaded signature v2.1.0
10332024-05-13T18:15:53.396Z Downloaded signal-hook-registry v1.4.1
10342024-05-13T18:15:53.396Z Downloaded httparse v1.8.0
10352024-05-13T18:15:53.396Z Downloaded home v0.5.5
10362024-05-13T18:15:53.396Z Downloaded hashbrown v0.12.3
10372024-05-13T18:15:53.423Z Downloaded ucd-trie v0.1.6
10382024-05-13T18:15:53.423Z Downloaded tracing-attributes v0.1.27
10392024-05-13T18:15:53.423Z Downloaded p521 v0.13.3
10402024-05-13T18:15:53.424Z Downloaded der v0.7.8
10412024-05-13T18:15:53.424Z Downloaded crypto-bigint v0.5.2
10422024-05-13T18:15:53.424Z Downloaded scroll_derive v0.12.0
10432024-05-13T18:15:53.424Z Downloaded hex v0.4.3
10442024-05-13T18:15:53.424Z Downloaded heck v0.5.0
10452024-05-13T18:15:53.424Z Downloaded heck v0.4.1
10462024-05-13T18:15:53.424Z Downloaded heck v0.3.3
10472024-05-13T18:15:53.449Z Downloaded headers-core v0.2.0
10482024-05-13T18:15:53.449Z Downloaded enum-as-inner v0.5.1
10492024-05-13T18:15:53.449Z Downloaded dof v0.3.0
10502024-05-13T18:15:53.449Z Downloaded display-error-chain v0.2.0
10512024-05-13T18:15:53.449Z Downloaded tinyvec_macros v0.1.1
10522024-05-13T18:15:53.449Z Downloaded scheduled-thread-pool v0.2.7
10532024-05-13T18:15:53.449Z Downloaded same-file v1.0.6
10542024-05-13T18:15:53.449Z Downloaded rustls-pki-types v1.3.0
10552024-05-13T18:15:53.449Z Downloaded rustls-pemfile v1.0.3
10562024-05-13T18:15:53.449Z Downloaded ghash v0.5.0
10572024-05-13T18:15:53.449Z Downloaded getrandom v0.2.12
10582024-05-13T18:15:53.449Z Downloaded getrandom v0.1.16
10592024-05-13T18:15:53.449Z Downloaded gethostname v0.4.3
10602024-05-13T18:15:53.449Z Downloaded fxhash v0.2.1
10612024-05-13T18:15:53.450Z Downloaded errno v0.3.8
10622024-05-13T18:15:53.450Z Downloaded erased-serde v0.3.31
10632024-05-13T18:15:53.475Z Downloaded utf-8 v0.7.6
10642024-05-13T18:15:53.475Z Downloaded usdt-impl v0.5.0
10652024-05-13T18:15:53.475Z Downloaded untrusted v0.9.0
10662024-05-13T18:15:53.475Z Downloaded untrusted v0.7.1
10672024-05-13T18:15:53.475Z Downloaded smallvec v1.13.1
10682024-05-13T18:15:53.475Z Downloaded slog-term v2.9.1
10692024-05-13T18:15:53.475Z Downloaded slog v2.7.0
10702024-05-13T18:15:53.475Z Downloaded slab v0.4.9
10712024-05-13T18:15:53.475Z Downloaded hyper-rustls v0.24.2
10722024-05-13T18:15:53.475Z Downloaded fixedbitset v0.4.2
10732024-05-13T18:15:53.475Z Downloaded unicode-ident v1.0.12
10742024-05-13T18:15:53.475Z Downloaded unicode-bidi v0.3.15
10752024-05-13T18:15:53.500Z Downloaded socket2 v0.5.6
10762024-05-13T18:15:53.500Z Downloaded socket2 v0.4.9
10772024-05-13T18:15:53.500Z Downloaded pest_meta v2.7.6
10782024-05-13T18:15:53.500Z Downloaded p256 v0.13.2
10792024-05-13T18:15:53.500Z Downloaded openssl-sys v0.9.102
10802024-05-13T18:15:53.500Z Downloaded darling_core v0.20.8
10812024-05-13T18:15:53.500Z Downloaded glob v0.3.1
10822024-05-13T18:15:53.532Z Downloaded getopts v0.2.21
10832024-05-13T18:15:53.532Z Downloaded generic-array v0.14.7
10842024-05-13T18:15:53.532Z Downloaded fallible-iterator v0.2.0
10852024-05-13T18:15:53.532Z Downloaded dirs-sys v0.4.1
10862024-05-13T18:15:53.532Z Downloaded dirs-next v2.0.0
10872024-05-13T18:15:53.532Z Downloaded dirs v5.0.1
10882024-05-13T18:15:53.532Z Downloaded digest v0.10.7
10892024-05-13T18:15:53.532Z Downloaded utf8parse v0.2.1
10902024-05-13T18:15:53.533Z Downloaded usdt v0.5.0
10912024-05-13T18:15:53.533Z Downloaded smf v0.2.3
10922024-05-13T18:15:53.533Z Downloaded slog-stdlog v4.1.1
10932024-05-13T18:15:53.533Z Downloaded slog-envlogger v2.2.0
10942024-05-13T18:15:53.533Z Downloaded slog-dtrace v0.3.0
10952024-05-13T18:15:53.533Z Downloaded slog-bunyan v2.5.0
10962024-05-13T18:15:53.533Z Downloaded slog-async v2.8.0
10972024-05-13T18:15:53.533Z Downloaded siphasher v0.3.11
10982024-05-13T18:15:53.533Z Downloaded rustfmt-wrapper v0.2.1
10992024-05-13T18:15:53.533Z Downloaded rustc_version v0.1.7
11002024-05-13T18:15:53.564Z Downloaded rustc-demangle v0.1.23
11012024-05-13T18:15:53.564Z Downloaded rfc6979 v0.4.0
11022024-05-13T18:15:53.564Z Downloaded resolv-conf v0.7.0
11032024-05-13T18:15:53.564Z Downloaded httpdate v1.0.3
11042024-05-13T18:15:53.564Z Downloaded http-body v0.4.5
11052024-05-13T18:15:53.564Z Downloaded hostname v0.3.1
11062024-05-13T18:15:53.564Z Downloaded fnv v1.0.7
11072024-05-13T18:15:53.564Z Downloaded float-cmp v0.9.0
11082024-05-13T18:15:53.564Z Downloaded filetime v0.2.23
11092024-05-13T18:15:53.565Z Downloaded ff v0.13.0
11102024-05-13T18:15:53.565Z Downloaded fastrand v2.0.1
11112024-05-13T18:15:53.565Z Downloaded tokio-tungstenite v0.20.1
11122024-05-13T18:15:53.565Z Downloaded rustc_version v0.4.0
11132024-05-13T18:15:53.565Z Downloaded hyper-staticfile v0.9.5
11142024-05-13T18:15:53.565Z Downloaded humantime v2.1.0
11152024-05-13T18:15:53.565Z Downloaded hubpack v0.1.2
11162024-05-13T18:15:53.565Z Downloaded topological-sort v0.2.2
11172024-05-13T18:15:53.565Z Downloaded password-hash v0.4.2
11182024-05-13T18:15:53.565Z Downloaded cc v1.0.83
11192024-05-13T18:15:53.565Z Downloaded usdt-attr-macro v0.5.0
11202024-05-13T18:15:53.595Z Downloaded password-hash v0.5.0
11212024-05-13T18:15:53.595Z Downloaded papergrid v0.11.0
11222024-05-13T18:15:53.595Z Downloaded once_cell v1.19.0
11232024-05-13T18:15:53.595Z Downloaded omicron-zone-package v0.11.0
11242024-05-13T18:15:53.595Z Downloaded console v0.15.8
11252024-05-13T18:15:53.595Z Downloaded hash32 v0.3.1
11262024-05-13T18:15:53.595Z Downloaded flagset v0.4.3
11272024-05-13T18:15:53.595Z Downloaded unicode-width v0.1.11
11282024-05-13T18:15:53.595Z Downloaded unicase v2.7.0
11292024-05-13T18:15:53.595Z Downloaded spin v0.9.8
11302024-05-13T18:15:53.595Z Downloaded spin v0.5.2
11312024-05-13T18:15:53.596Z Downloaded percent-encoding v2.3.1
11322024-05-13T18:15:53.596Z Downloaded num-derive v0.4.0
11332024-05-13T18:15:53.630Z Downloaded hash32 v0.2.1
11342024-05-13T18:15:53.630Z Downloaded parse-display-derive v0.9.0
11352024-05-13T18:15:53.630Z Downloaded parse-display v0.9.0
11362024-05-13T18:15:53.630Z Downloaded owo-colors v4.0.0
11372024-05-13T18:15:53.630Z Downloaded num-iter v0.1.44
11382024-05-13T18:15:53.630Z Downloaded http-range v0.1.5
11392024-05-13T18:15:53.630Z Downloaded strsim v0.11.0
11402024-05-13T18:15:53.630Z Downloaded stringprep v0.1.3
11412024-05-13T18:15:53.630Z Downloaded string_cache v0.8.7
11422024-05-13T18:15:53.630Z Downloaded pest_generator v2.7.6
11432024-05-13T18:15:53.630Z Downloaded pest_derive v2.7.6
11442024-05-13T18:15:53.630Z Downloaded pem-rfc7468 v0.7.0
11452024-05-13T18:15:53.630Z Downloaded pem v3.0.4
11462024-05-13T18:15:53.630Z Downloaded parking_lot_core v0.9.8
11472024-05-13T18:15:53.630Z Downloaded parking_lot_core v0.8.6
11482024-05-13T18:15:53.630Z Downloaded parking_lot v0.11.2
11492024-05-13T18:15:53.631Z Downloaded num-complex v0.4.5
11502024-05-13T18:15:53.631Z Downloaded darling v0.20.8
11512024-05-13T18:15:53.659Z Downloaded opaque-debug v0.3.0
11522024-05-13T18:15:53.659Z Downloaded option-ext v0.2.0
11532024-05-13T18:15:53.659Z Downloaded openssl-macros v0.1.1
11542024-05-13T18:15:53.659Z Downloaded tokio-stream v0.1.15
11552024-05-13T18:15:53.659Z Downloaded crossbeam-utils v0.8.19
11562024-05-13T18:15:53.659Z Downloaded clap v4.5.4
11572024-05-13T18:15:53.659Z Downloaded stable_deref_trait v1.2.0
11582024-05-13T18:15:53.659Z Downloaded spki v0.7.2
11592024-05-13T18:15:53.659Z Downloaded paste v1.0.14
11602024-05-13T18:15:53.659Z Downloaded cookie_store v0.20.0
11612024-05-13T18:15:53.684Z Downloaded cookie v0.17.0
11622024-05-13T18:15:53.684Z Downloaded cancel-safe-futures v0.1.5
11632024-05-13T18:15:53.684Z Downloaded static_assertions v1.1.0
11642024-05-13T18:15:53.685Z Downloaded peg-runtime v0.8.3
11652024-05-13T18:15:53.685Z Downloaded pbkdf2 v0.12.2
11662024-05-13T18:15:53.685Z Downloaded num_enum_derive v0.5.11
11672024-05-13T18:15:53.685Z Downloaded num_cpus v1.16.0
11682024-05-13T18:15:53.685Z Downloaded num-traits v0.2.18
11692024-05-13T18:15:53.685Z Downloaded num-rational v0.4.1
11702024-05-13T18:15:53.685Z Downloaded num-integer v0.1.46
11712024-05-13T18:15:53.685Z Downloaded num-conv v0.1.0
11722024-05-13T18:15:53.685Z Downloaded num-bigint v0.4.4
11732024-05-13T18:15:53.710Z Downloaded native-tls v0.2.11
11742024-05-13T18:15:53.710Z Downloaded minimal-lexical v0.2.1
11752024-05-13T18:15:53.710Z Downloaded defmt-parser v0.3.3
11762024-05-13T18:15:53.710Z Downloaded defmt v0.3.5
11772024-05-13T18:15:53.710Z Downloaded debug-ignore v1.0.5
11782024-05-13T18:15:53.710Z Downloaded crc32fast v1.3.2
11792024-05-13T18:15:53.710Z Downloaded convert_case v0.4.0
11802024-05-13T18:15:53.710Z Downloaded camino-tempfile v1.1.1
11812024-05-13T18:15:53.711Z Downloaded slog-json v2.6.1
11822024-05-13T18:15:53.711Z Downloaded pbkdf2 v0.11.0
11832024-05-13T18:15:53.735Z Downloaded openssl-probe v0.1.5
11842024-05-13T18:15:53.735Z Downloaded num_threads v0.1.6
11852024-05-13T18:15:53.735Z Downloaded num_enum v0.5.11
11862024-05-13T18:15:53.735Z Downloaded nom v7.1.3
11872024-05-13T18:15:53.735Z Downloaded newtype-uuid v1.1.0
11882024-05-13T18:15:53.735Z Downloaded newline-converter v0.3.0
11892024-05-13T18:15:53.735Z Downloaded nanorand v0.7.0
11902024-05-13T18:15:53.735Z Downloaded multer v3.1.0
11912024-05-13T18:15:53.735Z Downloaded mime_guess v2.0.4
11922024-05-13T18:15:53.763Z Downloaded mime v0.3.17
11932024-05-13T18:15:53.763Z Downloaded memchr v2.7.1
11942024-05-13T18:15:53.763Z Downloaded lock_api v0.4.10
11952024-05-13T18:15:53.763Z Downloaded libm v0.2.7
11962024-05-13T18:15:53.763Z Downloaded data-encoding v2.4.0
11972024-05-13T18:15:53.763Z Downloaded defmt-macros v0.3.6
11982024-05-13T18:15:53.788Z Downloaded crossbeam-epoch v0.9.18
11992024-05-13T18:15:53.788Z Downloaded cpufeatures v0.2.12
12002024-05-13T18:15:53.788Z Downloaded normalize-line-endings v0.3.0
12012024-05-13T18:15:53.788Z Downloaded newtype_derive v0.1.6
12022024-05-13T18:15:53.788Z Downloaded new_debug_unreachable v1.0.4
12032024-05-13T18:15:53.788Z Downloaded constant_time_eq v0.3.0
12042024-05-13T18:15:53.788Z Downloaded miniz_oxide v0.7.1
12052024-05-13T18:15:53.788Z Downloaded memmap2 v0.7.1
12062024-05-13T18:15:53.788Z Downloaded memmap v0.7.0
12072024-05-13T18:15:53.788Z Downloaded match_cfg v0.1.0
12082024-05-13T18:15:53.788Z Downloaded managed v0.8.0
12092024-05-13T18:15:53.788Z Downloaded macaddr v1.0.1
12102024-05-13T18:15:53.788Z Downloaded log v0.4.21
12112024-05-13T18:15:53.788Z Downloaded clap_lex v0.7.0
12122024-05-13T18:15:53.788Z Downloaded bzip2 v0.4.4
12132024-05-13T18:15:53.824Z Downloaded md-5 v0.10.5
12142024-05-13T18:15:53.825Z Downloaded matches v0.1.10
12152024-05-13T18:15:53.825Z Downloaded lru-cache v0.1.2
12162024-05-13T18:15:53.825Z Downloaded linear-map v1.2.0
12172024-05-13T18:15:53.825Z Downloaded libsw v3.3.1
12182024-05-13T18:15:53.825Z Downloaded itoa v1.0.9
12192024-05-13T18:15:53.825Z Downloaded ipnet v2.9.0
12202024-05-13T18:15:53.826Z Downloaded idna v0.5.0
12212024-05-13T18:15:53.826Z Downloaded idna v0.3.0
12222024-05-13T18:15:53.855Z Downloaded crypto-common v0.1.6
12232024-05-13T18:15:53.855Z Downloaded crucible-workspace-hack v0.1.0
12242024-05-13T18:15:53.855Z Downloaded const-oid v0.9.6
12252024-05-13T18:15:53.856Z Downloaded bytes v1.6.0
12262024-05-13T18:15:53.856Z Downloaded bytecount v0.6.3
12272024-05-13T18:15:53.856Z Downloaded linked-hash-map v0.5.6
12282024-05-13T18:15:53.856Z Downloaded libefi-sys v0.1.0
12292024-05-13T18:15:53.856Z Downloaded internet-checksum v0.2.1
12302024-05-13T18:15:53.856Z Downloaded darling_macro v0.20.8
12312024-05-13T18:15:53.856Z Downloaded curve25519-dalek-derive v0.1.0
12322024-05-13T18:15:53.856Z Downloaded ctr v0.9.2
12332024-05-13T18:15:53.856Z Downloaded cstr-argument v0.1.2
12342024-05-13T18:15:53.856Z Downloaded crossbeam-deque v0.8.3
12352024-05-13T18:15:53.856Z Downloaded colored v2.1.0
12362024-05-13T18:15:53.856Z Downloaded cobs v0.2.3
12372024-05-13T18:15:53.856Z Downloaded chacha20poly1305 v0.10.1
12382024-05-13T18:15:53.856Z Downloaded bitflags v2.4.2
12392024-05-13T18:15:53.856Z Downloaded itertools v0.12.1
12402024-05-13T18:15:53.883Z Downloaded itertools v0.10.5
12412024-05-13T18:15:53.883Z Downloaded ipnetwork v0.20.0
12422024-05-13T18:15:53.883Z Downloaded inout v0.1.3
12432024-05-13T18:15:53.883Z Downloaded idna v0.2.3
12442024-05-13T18:15:53.883Z Downloaded clap_derive v4.5.4
12452024-05-13T18:15:53.883Z Downloaded cipher v0.4.4
12462024-05-13T18:15:53.883Z Downloaded ciborium-ll v0.2.2
12472024-05-13T18:15:53.883Z Downloaded ciborium-io v0.2.2
12482024-05-13T18:15:53.883Z Downloaded chacha20 v0.9.1
12492024-05-13T18:15:53.908Z Downloaded cfg-if v1.0.0
12502024-05-13T18:15:53.908Z Downloaded cbc v0.1.2
12512024-05-13T18:15:53.908Z Downloaded block-buffer v0.10.4
12522024-05-13T18:15:53.908Z Downloaded bitflags v1.3.2
12532024-05-13T18:15:53.908Z Downloaded bit-vec v0.6.3
12542024-05-13T18:15:53.908Z Downloaded is-terminal v0.4.9
12552024-05-13T18:15:53.908Z Downloaded ciborium v0.2.2
12562024-05-13T18:15:53.908Z Downloaded camino v1.1.6
12572024-05-13T18:15:53.908Z Downloaded byteorder v1.5.0
12582024-05-13T18:15:53.908Z Downloaded blowfish v0.9.1
12592024-05-13T18:15:53.908Z Downloaded block-padding v0.3.3
12602024-05-13T18:15:53.909Z Downloaded blake2 v0.10.6
12612024-05-13T18:15:53.909Z Downloaded bitstruct v0.1.1
12622024-05-13T18:15:53.933Z Downloaded bit-set v0.5.3
12632024-05-13T18:15:53.934Z Downloaded instant v0.1.12
12642024-05-13T18:15:53.934Z Downloaded indexmap v2.2.6
12652024-05-13T18:15:53.934Z Downloaded indexmap v1.9.3
12662024-05-13T18:15:53.934Z Downloaded ident_case v1.0.1
12672024-05-13T18:15:53.934Z Downloaded der_derive v0.7.2
12682024-05-13T18:15:53.934Z Downloaded bitstruct_derive v0.1.0
12692024-05-13T18:15:53.934Z Downloaded bcrypt-pbkdf v0.10.0
12702024-05-13T18:15:53.934Z Downloaded base64ct v1.6.0
12712024-05-13T18:15:53.934Z Downloaded base64 v0.22.1
12722024-05-13T18:15:53.934Z Downloaded base64 v0.21.7
12732024-05-13T18:15:53.961Z Downloaded base64 v0.13.1
12742024-05-13T18:15:53.961Z Downloaded base16ct v0.2.0
12752024-05-13T18:15:53.962Z Downloaded backtrace v0.3.69
12762024-05-13T18:15:53.962Z Downloaded backoff v0.4.0
12772024-05-13T18:15:53.962Z Downloaded autocfg v1.1.0
12782024-05-13T18:15:53.962Z Downloaded atty v0.2.14
12792024-05-13T18:15:53.962Z Downloaded atomic-waker v1.1.1
12802024-05-13T18:15:53.963Z Downloaded async-stream v0.3.5
12812024-05-13T18:15:53.963Z Downloaded ascii v1.1.0
12822024-05-13T18:15:53.993Z Downloaded anstyle-parse v0.2.1
12832024-05-13T18:15:53.994Z Downloaded aho-corasick v1.1.2
12842024-05-13T18:15:53.994Z Downloaded argon2 v0.5.3
12852024-05-13T18:15:53.995Z Downloaded async-stream-impl v0.3.5
12862024-05-13T18:15:53.995Z Downloaded arrayvec v0.7.4
12872024-05-13T18:15:53.996Z Downloaded arrayref v0.3.7
12882024-05-13T18:15:53.996Z Downloaded arc-swap v1.6.0
12892024-05-13T18:15:53.997Z Downloaded anyhow v1.0.82
12902024-05-13T18:15:53.997Z Downloaded anstyle-query v1.0.0
12912024-05-13T18:15:54.027Z Downloaded anstyle v1.0.7
12922024-05-13T18:15:54.027Z Downloaded anstream v0.6.11
12932024-05-13T18:15:54.027Z Downloaded allocator-api2 v0.2.16
12942024-05-13T18:15:54.027Z Downloaded aes-gcm v0.10.3
12952024-05-13T18:15:54.027Z Downloaded addr2line v0.21.0
12962024-05-13T18:15:54.027Z Downloaded aes v0.8.3
12972024-05-13T18:15:54.441Z Compiling proc-macro2 v1.0.81
12982024-05-13T18:15:54.468Z Compiling unicode-ident v1.0.12
12992024-05-13T18:15:54.468Z Compiling libc v0.2.153
13002024-05-13T18:15:54.468Z Compiling serde v1.0.201
13012024-05-13T18:15:54.468Z Compiling version_check v0.9.4
13022024-05-13T18:15:54.468Z Compiling cfg-if v1.0.0
13032024-05-13T18:15:54.468Z Compiling autocfg v1.1.0
13042024-05-13T18:15:54.703Z Compiling typenum v1.16.0
13052024-05-13T18:15:54.738Z Compiling parking_lot_core v0.9.8
13062024-05-13T18:15:54.809Z Compiling once_cell v1.19.0
13072024-05-13T18:15:55.228Z Compiling libm v0.2.7
13082024-05-13T18:15:55.318Z Compiling thiserror v1.0.59
13092024-05-13T18:15:55.355Z Compiling byteorder v1.5.0
13102024-05-13T18:15:55.527Z Compiling lock_api v0.4.10
13112024-05-13T18:15:55.638Z Compiling generic-array v0.14.7
13122024-05-13T18:15:55.836Z Compiling ahash v0.8.8
13132024-05-13T18:15:55.922Z Compiling num-traits v0.2.18
13142024-05-13T18:15:55.951Z Compiling serde_json v1.0.116
13152024-05-13T18:15:56.034Z Compiling memchr v2.7.1
13162024-05-13T18:15:56.059Z Compiling log v0.4.21
13172024-05-13T18:15:56.230Z Compiling itoa v1.0.9
13182024-05-13T18:15:56.284Z Compiling quote v1.0.36
13192024-05-13T18:15:56.456Z Compiling scopeguard v1.2.0
13202024-05-13T18:15:56.594Z Compiling syn v2.0.60
13212024-05-13T18:15:56.856Z Compiling getrandom v0.2.12
13222024-05-13T18:15:56.881Z Compiling cc v1.0.83
13232024-05-13T18:15:57.066Z Compiling rand_core v0.6.4
13242024-05-13T18:15:57.265Z Compiling slab v0.4.9
13252024-05-13T18:15:57.535Z Compiling smallvec v1.13.1
13262024-05-13T18:15:57.635Z Compiling allocator-api2 v0.2.16
13272024-05-13T18:15:57.718Z Compiling syn v1.0.109
13282024-05-13T18:15:57.743Z Compiling pin-project-lite v0.2.13
13292024-05-13T18:15:57.862Z Compiling subtle v2.5.0
13302024-05-13T18:15:57.951Z Compiling pkg-config v0.3.27
13312024-05-13T18:15:58.143Z Compiling ryu v1.0.15
13322024-05-13T18:15:58.267Z Compiling parking_lot v0.12.1
13332024-05-13T18:15:58.423Z Compiling schemars v0.8.17
13342024-05-13T18:15:58.477Z Compiling signal-hook-registry v1.4.1
13352024-05-13T18:15:58.714Z Compiling mio v0.8.11
13362024-05-13T18:15:58.764Z Compiling equivalent v1.0.1
13372024-05-13T18:15:59.096Z Compiling num_cpus v1.16.0
13382024-05-13T18:15:59.147Z Compiling socket2 v0.5.6
13392024-05-13T18:15:59.255Z Compiling num-conv v0.1.0
13402024-05-13T18:15:59.379Z Compiling ring v0.17.8
13412024-05-13T18:15:59.504Z Compiling time-core v0.1.2
13422024-05-13T18:15:59.649Z Compiling time-macros v0.2.17
13432024-05-13T18:15:59.837Z Compiling futures-core v0.3.30
13442024-05-13T18:15:59.997Z Compiling httparse v1.8.0
13452024-05-13T18:16:00.053Z Compiling const-oid v0.9.6
13462024-05-13T18:16:00.162Z Compiling vcpkg v0.2.15
13472024-05-13T18:16:01.520Z Compiling fnv v1.0.7
13482024-05-13T18:16:01.651Z Compiling futures-sink v0.3.30
13492024-05-13T18:16:01.742Z Compiling ring v0.16.20
13502024-05-13T18:16:02.022Z Compiling openssl-sys v0.9.102
13512024-05-13T18:16:02.182Z Compiling futures-channel v0.3.30
13522024-05-13T18:16:02.212Z Compiling slog v2.7.0
13532024-05-13T18:16:02.408Z Compiling serde_derive_internals v0.29.0
13542024-05-13T18:16:02.564Z Compiling spin v0.5.2
13552024-05-13T18:16:02.663Z Compiling futures-task v0.3.30
13562024-05-13T18:16:02.722Z Compiling futures-io v0.3.30
13572024-05-13T18:16:02.795Z Compiling pin-utils v0.1.0
13582024-05-13T18:16:02.862Z Compiling openssl v0.10.64
13592024-05-13T18:16:02.910Z Compiling semver v1.0.22
13602024-05-13T18:16:02.944Z Compiling heck v0.4.1
13612024-05-13T18:16:03.021Z Compiling rustix v0.38.31
13622024-05-13T18:16:03.046Z Compiling iana-time-zone v0.1.57
13632024-05-13T18:16:03.255Z Compiling rustls v0.21.9
13642024-05-13T18:16:03.389Z Compiling native-tls v0.2.11
13652024-05-13T18:16:03.532Z Compiling cpufeatures v0.2.12
13662024-05-13T18:16:03.594Z Compiling tinyvec_macros v0.1.1
13672024-05-13T18:16:03.642Z Compiling backtrace v0.3.69
13682024-05-13T18:16:03.683Z Compiling tinyvec v1.6.0
13692024-05-13T18:16:03.715Z Compiling cookie v0.17.0
13702024-05-13T18:16:04.052Z Compiling aho-corasick v1.1.2
13712024-05-13T18:16:04.385Z Compiling dyn-clone v1.0.17
13722024-05-13T18:16:04.570Z Compiling unicode-bidi v0.3.15
13732024-05-13T18:16:04.691Z Compiling regex-syntax v0.8.2
13742024-05-13T18:16:04.853Z Compiling heck v0.5.0
13752024-05-13T18:16:04.937Z Compiling unicode-normalization v0.1.22
13762024-05-13T18:16:05.437Z Compiling ppv-lite86 v0.2.17
13772024-05-13T18:16:05.890Z Compiling crossbeam-utils v0.8.19
13782024-05-13T18:16:05.917Z Compiling anyhow v1.0.82
13792024-05-13T18:16:05.943Z Compiling tracing-core v0.1.32
13802024-05-13T18:16:06.505Z Compiling ucd-trie v0.1.6
13812024-05-13T18:16:07.410Z Compiling percent-encoding v2.3.1
13822024-05-13T18:16:07.978Z Compiling rand_chacha v0.3.1
13832024-05-13T18:16:08.008Z Compiling regex-automata v0.4.5
13842024-05-13T18:16:08.575Z Compiling serde_derive v1.0.201
13852024-05-13T18:16:08.608Z Compiling zeroize_derive v1.4.2
13862024-05-13T18:16:08.798Z Compiling zerocopy-derive v0.7.32
13872024-05-13T18:16:09.005Z Compiling thiserror-impl v1.0.59
13882024-05-13T18:16:09.360Z Compiling tokio-macros v2.2.0
13892024-05-13T18:16:09.975Z Compiling zeroize v1.7.0
13902024-05-13T18:16:10.278Z Compiling futures-macro v0.3.30
13912024-05-13T18:16:10.435Z Compiling tracing-attributes v0.1.27
13922024-05-13T18:16:10.769Z Compiling schemars_derive v0.8.17
13932024-05-13T18:16:10.817Z Compiling zerocopy v0.7.32
13942024-05-13T18:16:11.452Z Compiling crypto-common v0.1.6
13952024-05-13T18:16:12.057Z Compiling block-buffer v0.10.4
13962024-05-13T18:16:12.124Z Compiling futures-util v0.3.30
13972024-05-13T18:16:12.293Z Compiling digest v0.10.7
13982024-05-13T18:16:12.552Z Compiling hashbrown v0.14.3
13992024-05-13T18:16:12.691Z Compiling openssl-macros v0.1.1
14002024-05-13T18:16:12.923Z Compiling async-trait v0.1.80
14012024-05-13T18:16:13.666Z Compiling scroll_derive v0.12.0
14022024-05-13T18:16:13.719Z Compiling tracing v0.1.40
14032024-05-13T18:16:13.891Z Compiling regex v1.10.4
14042024-05-13T18:16:14.207Z Compiling pest v2.7.6
14052024-05-13T18:16:14.861Z Compiling der_derive v0.7.2
14062024-05-13T18:16:16.448Z Compiling pest_meta v2.7.6
14072024-05-13T18:16:16.474Z Compiling rand v0.8.5
14082024-05-13T18:16:16.633Z Compiling spin v0.9.8
14092024-05-13T18:16:16.911Z Compiling powerfmt v0.2.0
14102024-05-13T18:16:16.975Z Compiling rustversion v1.0.14
14112024-05-13T18:16:17.381Z Compiling deranged v0.3.11
14122024-05-13T18:16:17.474Z Compiling pest_generator v2.7.6
14132024-05-13T18:16:18.150Z Compiling form_urlencoded v1.2.1
14142024-05-13T18:16:18.213Z Compiling usdt-impl v0.5.0
14152024-05-13T18:16:18.449Z Compiling num_threads v0.1.6
14162024-05-13T18:16:18.507Z Compiling winnow v0.5.15
14172024-05-13T18:16:18.736Z Compiling unicode-width v0.1.11
14182024-05-13T18:16:19.037Z Compiling time v0.3.34
14192024-05-13T18:16:19.292Z Compiling scroll v0.12.0
14202024-05-13T18:16:20.105Z Compiling bytes v1.6.0
14212024-05-13T18:16:20.516Z Compiling indexmap v2.2.6
14222024-05-13T18:16:21.169Z Compiling tokio v1.37.0
14232024-05-13T18:16:21.433Z Compiling serde_tokenstream v0.2.0
14242024-05-13T18:16:21.500Z Compiling uuid v1.8.0
14252024-05-13T18:16:21.710Z Compiling chrono v0.4.38
14262024-05-13T18:16:22.539Z Compiling bitflags v2.4.2
14272024-05-13T18:16:22.903Z Compiling http v0.2.12
14282024-05-13T18:16:23.641Z Compiling toml_datetime v0.6.5
14292024-05-13T18:16:23.723Z Compiling serde_spanned v0.6.5
14302024-05-13T18:16:24.078Z Compiling rustc_version v0.4.0
14312024-05-13T18:16:24.761Z Compiling pest_derive v2.7.6
14322024-05-13T18:16:25.021Z Compiling toml_edit v0.19.15
14332024-05-13T18:16:26.158Z Compiling plain v0.2.3
14342024-05-13T18:16:26.294Z Compiling goblin v0.8.0
14352024-05-13T18:16:26.774Z Compiling openapiv3 v2.0.0
14362024-05-13T18:16:27.711Z Compiling idna v0.5.0
14372024-05-13T18:16:28.907Z Compiling crc32fast v1.3.2
14382024-05-13T18:16:29.529Z Compiling pretty-hex v0.4.1
14392024-05-13T18:16:29.676Z Compiling url v2.5.0
14402024-05-13T18:16:29.722Z Compiling dtrace-parser v0.2.0
14412024-05-13T18:16:30.452Z Compiling lazy_static v1.4.0
14422024-05-13T18:16:31.174Z Compiling dof v0.3.0
14432024-05-13T18:16:31.297Z Compiling thread-id v4.2.0
14442024-05-13T18:16:31.831Z Compiling tokio-util v0.7.10
14452024-05-13T18:16:33.033Z Compiling untrusted v0.9.0
14462024-05-13T18:16:33.305Z Compiling foreign-types-shared v0.1.1
14472024-05-13T18:16:33.385Z Compiling untrusted v0.7.1
14482024-05-13T18:16:33.411Z Compiling foreign-types v0.3.2
14492024-05-13T18:16:35.560Z Compiling errno v0.3.8
14502024-05-13T18:16:35.771Z Compiling adler v1.0.2
14512024-05-13T18:16:36.084Z Compiling try-lock v0.2.4
14522024-05-13T18:16:36.217Z Compiling base64 v0.21.7
14532024-05-13T18:16:36.877Z Compiling want v0.3.1
14542024-05-13T18:16:37.126Z Compiling sct v0.7.0
14552024-05-13T18:16:37.151Z Compiling miniz_oxide v0.7.1
14562024-05-13T18:16:37.640Z Compiling rustls-webpki v0.101.7
14572024-05-13T18:16:38.048Z Compiling usdt-attr-macro v0.5.0
14582024-05-13T18:16:38.464Z Compiling usdt-macro v0.5.0
14592024-05-13T18:16:39.289Z Compiling h2 v0.3.26
14602024-05-13T18:16:39.735Z Compiling http-body v0.4.5
14612024-05-13T18:16:40.161Z Compiling num-bigint v0.4.4
14622024-05-13T18:16:40.872Z Compiling openssl-probe v0.1.5
14632024-05-13T18:16:40.930Z Compiling httpdate v1.0.3
14642024-05-13T18:16:41.178Z Compiling tower-service v0.3.2
14652024-05-13T18:16:42.465Z Compiling heapless v0.7.16
14662024-05-13T18:16:42.524Z Compiling idna v0.3.0
14672024-05-13T18:16:43.031Z Compiling bzip2-sys v0.1.11+1.0.8
14682024-05-13T18:16:43.056Z Compiling signal-hook v0.3.17
14692024-05-13T18:16:43.355Z Compiling base64ct v1.6.0
14702024-05-13T18:16:43.904Z Compiling psl-types v2.0.11
14712024-05-13T18:16:44.230Z Compiling publicsuffix v2.2.3
14722024-05-13T18:16:44.472Z Compiling tokio-native-tls v0.3.1
14732024-05-13T18:16:44.743Z Compiling crossbeam-epoch v0.9.18
14742024-05-13T18:16:45.298Z Compiling hyper v0.14.28
14752024-05-13T18:16:45.508Z Compiling ipnet v2.9.0
14762024-05-13T18:16:45.641Z Compiling tokio-rustls v0.24.1
14772024-05-13T18:16:45.990Z Compiling gimli v0.28.0
14782024-05-13T18:16:46.456Z Compiling cookie_store v0.20.0
14792024-05-13T18:16:47.786Z Compiling rustls-pemfile v1.0.3
14802024-05-13T18:16:48.063Z Compiling serde_urlencoded v0.7.1
14812024-05-13T18:16:48.294Z Compiling enum-as-inner v0.5.1
14822024-05-13T18:16:48.627Z Compiling object v0.32.1
14832024-05-13T18:16:49.233Z Compiling encoding_rs v0.8.33
14842024-05-13T18:16:49.914Z Compiling addr2line v0.21.0
14852024-05-13T18:16:50.003Z Compiling webpki-roots v0.25.2
14862024-05-13T18:16:50.176Z Compiling mime v0.3.17
14872024-05-13T18:16:50.256Z Compiling data-encoding v2.4.0
14882024-05-13T18:16:51.162Z Compiling hyper-rustls v0.24.2
14892024-05-13T18:16:51.192Z Compiling hyper-tls v0.5.0
14902024-05-13T18:16:51.481Z Compiling smoltcp v0.9.1
14912024-05-13T18:16:51.633Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14922024-05-13T18:16:52.181Z Compiling rustc-demangle v0.1.23
14932024-05-13T18:16:52.810Z Compiling either v1.11.0
14942024-05-13T18:16:52.834Z Compiling sync_wrapper v0.1.2
14952024-05-13T18:16:53.000Z Compiling reqwest v0.11.27
14962024-05-13T18:16:53.026Z Compiling pem-rfc7468 v0.7.0
14972024-05-13T18:16:54.011Z Compiling hmac v0.12.1
14982024-05-13T18:16:54.288Z Compiling futures-executor v0.3.30
14992024-05-13T18:16:54.819Z Compiling regress v0.9.1
15002024-05-13T18:16:56.369Z Compiling unicode-segmentation v1.10.1
15012024-05-13T18:16:56.394Z Compiling flagset v0.4.3
15022024-05-13T18:16:56.579Z Compiling siphasher v0.3.11
15032024-05-13T18:16:56.655Z Compiling winnow v0.6.1
15042024-05-13T18:16:56.656Z Compiling der v0.7.8
15052024-05-13T18:16:57.678Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
15062024-05-13T18:16:59.282Z Compiling flate2 v1.0.28
15072024-05-13T18:16:59.638Z Compiling toml_edit v0.22.12
15082024-05-13T18:17:01.205Z Compiling hubpack_derive v0.1.1
15092024-05-13T18:17:01.384Z Compiling clap_derive v4.5.4
15102024-05-13T18:17:01.542Z Compiling zerocopy-derive v0.6.6
15112024-05-13T18:17:02.857Z Compiling bitflags v1.3.2
15122024-05-13T18:17:02.959Z Compiling utf8parse v0.2.1
15132024-05-13T18:17:03.217Z Compiling anstyle v1.0.7
15142024-05-13T18:17:03.409Z Compiling sha2 v0.10.8
15152024-05-13T18:17:03.594Z Compiling anstyle-parse v0.2.1
15162024-05-13T18:17:05.191Z Compiling futures v0.3.30
15172024-05-13T18:17:05.300Z Compiling spki v0.7.2
15182024-05-13T18:17:06.186Z Compiling md-5 v0.10.5
15192024-05-13T18:17:06.234Z Compiling toml v0.7.8
15202024-05-13T18:17:06.265Z Compiling hex v0.4.3
15212024-05-13T18:17:06.294Z Compiling stringprep v0.1.3
15222024-05-13T18:17:06.373Z Compiling block-padding v0.3.3
15232024-05-13T18:17:06.668Z Compiling num-integer v0.1.46
15242024-05-13T18:17:06.780Z Compiling diesel_table_macro_syntax v0.1.0
15252024-05-13T18:17:06.805Z Compiling hash32 v0.2.1
15262024-05-13T18:17:07.168Z Compiling colorchoice v1.0.0
15272024-05-13T18:17:07.345Z Compiling anstyle-query v1.0.0
15282024-05-13T18:17:07.376Z Compiling stable_deref_trait v1.2.0
15292024-05-13T18:17:07.479Z Compiling fallible-iterator v0.2.0
15302024-05-13T18:17:07.647Z Compiling anstream v0.6.11
15312024-05-13T18:17:07.928Z Compiling diesel_derives v2.1.2
15322024-05-13T18:17:08.071Z Compiling postgres-protocol v0.6.6
15332024-05-13T18:17:08.610Z Compiling inout v0.1.3
15342024-05-13T18:17:09.200Z Compiling pkcs8 v0.10.2
15352024-05-13T18:17:09.684Z Compiling phf_shared v0.11.2
15362024-05-13T18:17:09.861Z Compiling terminal_size v0.3.0
15372024-05-13T18:17:10.019Z Compiling ff v0.13.0
15382024-05-13T18:17:10.053Z Compiling strum_macros v0.25.2
15392024-05-13T18:17:10.473Z Compiling serde_repr v0.1.16
15402024-05-13T18:17:10.709Z Compiling scheduled-thread-pool v0.2.7
15412024-05-13T18:17:10.799Z Compiling base16ct v0.2.0
15422024-05-13T18:17:11.088Z Compiling clap_lex v0.7.0
15432024-05-13T18:17:11.321Z Compiling bit-vec v0.6.3
15442024-05-13T18:17:11.505Z Compiling matches v0.1.10
15452024-05-13T18:17:11.537Z Compiling strsim v0.11.0
15462024-05-13T18:17:11.609Z Compiling managed v0.8.0
15472024-05-13T18:17:11.635Z Compiling regex-automata v0.1.10
15482024-05-13T18:17:11.714Z Compiling idna v0.2.3
15492024-05-13T18:17:12.013Z Compiling bstr v0.2.17
15502024-05-13T18:17:12.353Z Compiling clap_builder v4.5.2
15512024-05-13T18:17:12.587Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
15522024-05-13T18:17:13.222Z Compiling sec1 v0.7.3
15532024-05-13T18:17:13.443Z Compiling r2d2 v0.8.10
15542024-05-13T18:17:13.773Z Compiling group v0.13.0
15552024-05-13T18:17:13.981Z Compiling phf v0.11.2
15562024-05-13T18:17:14.342Z Compiling signal-hook-mio v0.2.3
15572024-05-13T18:17:14.566Z Compiling bzip2 v0.4.4
15582024-05-13T18:17:14.845Z Compiling cipher v0.4.4
15592024-05-13T18:17:14.915Z Compiling postgres-types v0.2.6
15602024-05-13T18:17:15.646Z Compiling zerocopy v0.6.6
15612024-05-13T18:17:16.112Z Compiling hubpack v0.1.2
15622024-05-13T18:17:16.219Z Compiling phf_shared v0.10.0
15632024-05-13T18:17:16.343Z Compiling hkdf v0.12.4
15642024-05-13T18:17:16.564Z Compiling crypto-bigint v0.5.2
15652024-05-13T18:17:16.593Z Compiling ipnetwork v0.20.0
15662024-05-13T18:17:17.376Z Compiling float-cmp v0.9.0
15672024-05-13T18:17:17.575Z Compiling memmap v0.7.0
15682024-05-13T18:17:17.878Z Compiling minimal-lexical v0.2.1
15692024-05-13T18:17:18.323Z Compiling normalize-line-endings v0.3.0
15702024-05-13T18:17:18.435Z Compiling precomputed-hash v0.1.1
15712024-05-13T18:17:18.755Z Compiling predicates-core v1.0.6
15722024-05-13T18:17:19.095Z Compiling whoami v1.5.1
15732024-05-13T18:17:19.435Z Compiling new_debug_unreachable v1.0.4
15742024-05-13T18:17:19.634Z Compiling fixedbitset v0.4.2
15752024-05-13T18:17:19.792Z Compiling difflib v0.4.0
15762024-05-13T18:17:20.031Z Compiling static_assertions v1.1.0
15772024-05-13T18:17:20.138Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
15782024-05-13T18:17:20.341Z Compiling predicates v3.1.0
15792024-05-13T18:17:20.558Z Compiling diesel v2.1.6
15802024-05-13T18:17:20.583Z Compiling trust-dns-proto v0.22.0
15812024-05-13T18:17:21.191Z Compiling petgraph v0.6.4
15822024-05-13T18:17:21.734Z Compiling string_cache v0.8.7
15832024-05-13T18:17:21.846Z Compiling tokio-postgres v0.7.10
15842024-05-13T18:17:22.656Z Compiling nom v7.1.3
15852024-05-13T18:17:24.168Z Compiling elliptic-curve v0.13.8
15862024-05-13T18:17:24.486Z Compiling usdt v0.5.0
15872024-05-13T18:17:24.829Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
15882024-05-13T18:17:24.856Z Compiling yasna v0.5.2
15892024-05-13T18:17:24.943Z Compiling clap v4.5.4
15902024-05-13T18:17:24.972Z Compiling zip v0.6.6
15912024-05-13T18:17:25.630Z Compiling crossterm v0.27.0
15922024-05-13T18:17:26.254Z Compiling similar v2.4.0
15932024-05-13T18:17:26.417Z Compiling bit-set v0.5.3
15942024-05-13T18:17:26.480Z Compiling num-iter v0.1.44
15952024-05-13T18:17:26.657Z Compiling console v0.15.8
15962024-05-13T18:17:26.683Z Compiling itertools v0.10.5
15972024-05-13T18:17:27.307Z Compiling tokio-stream v0.1.15
15982024-05-13T18:17:27.948Z Compiling getopts v0.2.21
15992024-05-13T18:17:28.253Z Compiling bstr v1.9.0
16002024-05-13T18:17:28.534Z Compiling unsafe-libyaml v0.2.10
16012024-05-13T18:17:28.569Z Compiling lalrpop-util v0.19.12
16022024-05-13T18:17:28.762Z Compiling peg-runtime v0.8.3
16032024-05-13T18:17:29.331Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
16042024-05-13T18:17:29.589Z Compiling serde_yaml v0.9.25
16052024-05-13T18:17:31.259Z Compiling camino v1.1.6
16062024-05-13T18:17:34.927Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
16072024-05-13T18:17:35.331Z Compiling sha1 v0.10.6
16082024-05-13T18:17:36.578Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
16092024-05-13T18:17:48.084Z Compiling ident_case v1.0.1
16102024-05-13T18:17:48.392Z Compiling strsim v0.10.0
16112024-05-13T18:17:48.659Z Compiling darling_core v0.20.8
16122024-05-13T18:17:50.320Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16132024-05-13T18:17:51.108Z Compiling strum_macros v0.26.1
16142024-05-13T18:17:51.630Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
16152024-05-13T18:17:54.727Z Compiling darling_macro v0.20.8
16162024-05-13T18:17:55.352Z Compiling strum v0.26.2
16172024-05-13T18:17:55.953Z Compiling darling v0.20.8
16182024-05-13T18:17:56.061Z Compiling dirs-sys-next v0.1.2
16192024-05-13T18:17:56.123Z Compiling rayon-core v1.12.1
16202024-05-13T18:17:56.329Z Compiling base64 v0.22.1
16212024-05-13T18:17:56.381Z Compiling match_cfg v0.1.0
16222024-05-13T18:17:56.487Z Compiling hostname v0.3.1
16232024-05-13T18:17:56.682Z Compiling dirs-next v2.0.0
16242024-05-13T18:17:56.724Z Compiling crossbeam-deque v0.8.3
16252024-05-13T18:17:57.170Z Compiling http v1.0.0
16262024-05-13T18:17:57.202Z Compiling thread_local v1.1.7
16272024-05-13T18:17:57.202Z Compiling same-file v1.0.6
16282024-05-13T18:17:57.202Z Compiling rustls-pki-types v1.3.0
16292024-05-13T18:17:57.202Z Compiling slog-async v2.8.0
16302024-05-13T18:17:57.202Z Compiling fastrand v2.0.1
16312024-05-13T18:17:57.328Z Compiling walkdir v2.5.0
16322024-05-13T18:17:57.538Z Compiling tempfile v3.10.1
16332024-05-13T18:17:57.658Z Compiling term v0.7.0
16342024-05-13T18:17:58.103Z Compiling crossbeam-channel v0.5.8
16352024-05-13T18:17:58.331Z Compiling is-terminal v0.4.9
16362024-05-13T18:17:58.466Z Compiling blake3 v1.5.0
16372024-05-13T18:17:58.836Z Compiling paste v1.0.14
16382024-05-13T18:17:58.884Z Compiling rustls v0.22.4
16392024-05-13T18:17:58.984Z Compiling take_mut v0.2.2
16402024-05-13T18:17:59.089Z Compiling slog-term v2.9.1
16412024-05-13T18:17:59.239Z Compiling rayon v1.10.0
16422024-05-13T18:17:59.386Z Compiling rustls-webpki v0.102.1
16432024-05-13T18:17:59.480Z Compiling filetime v0.2.23
16442024-05-13T18:17:59.795Z Compiling xattr v1.0.1
16452024-05-13T18:18:00.050Z Compiling memmap2 v0.7.1
16462024-05-13T18:18:00.164Z Compiling multer v3.1.0
16472024-05-13T18:18:00.208Z Compiling instant v0.1.12
16482024-05-13T18:18:00.300Z Compiling home v0.5.5
16492024-05-13T18:18:00.379Z Compiling constant_time_eq v0.3.0
16502024-05-13T18:18:00.911Z Compiling arrayref v0.3.7
16512024-05-13T18:18:00.911Z Compiling arrayvec v0.7.4
16522024-05-13T18:18:00.911Z Compiling toolchain_find v0.4.0
16532024-05-13T18:18:00.911Z Compiling tar v0.4.40
16542024-05-13T18:18:00.911Z Compiling camino-tempfile v1.1.1
16552024-05-13T18:18:01.171Z Compiling toml v0.8.12
16562024-05-13T18:18:01.605Z Compiling slog-json v2.6.1
16572024-05-13T18:18:02.153Z Compiling async-stream-impl v0.3.5
16582024-05-13T18:18:02.200Z Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
16592024-05-13T18:18:02.457Z Compiling debug-ignore v1.0.5
16602024-05-13T18:18:02.483Z Compiling topological-sort v0.2.2
16612024-05-13T18:18:02.608Z Compiling atomic-waker v1.1.1
16622024-05-13T18:18:02.691Z Compiling slog-bunyan v2.5.0
16632024-05-13T18:18:02.776Z Compiling rustfmt-wrapper v0.2.1
16642024-05-13T18:18:02.821Z Compiling waitgroup v0.1.2
16652024-05-13T18:18:03.158Z Compiling async-stream v0.3.5
16662024-05-13T18:18:03.250Z Compiling rustls-pemfile v2.1.2
16672024-05-13T18:18:03.250Z Compiling serde_with_macros v3.7.0
16682024-05-13T18:18:03.473Z Compiling omicron-zone-package v0.11.0
16692024-05-13T18:18:04.241Z Compiling tokio-rustls v0.25.0
16702024-05-13T18:18:04.266Z Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
16712024-05-13T18:18:05.030Z Compiling serde_path_to_error v0.1.16
16722024-05-13T18:18:05.066Z Compiling structmeta-derive v0.3.0
16732024-05-13T18:18:05.168Z Compiling hostname v0.4.0
16742024-05-13T18:18:05.375Z Compiling proc-macro-error-attr v1.0.4
16752024-05-13T18:18:05.410Z Compiling proc-macro-error v1.0.4
16762024-05-13T18:18:05.692Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
16772024-05-13T18:18:06.005Z Compiling serde_with v3.7.0
16782024-05-13T18:18:06.141Z Compiling newtype-uuid v1.1.0
16792024-05-13T18:18:06.421Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
16802024-05-13T18:18:07.092Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
16812024-05-13T18:18:07.144Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
16822024-05-13T18:18:07.402Z Compiling backoff v0.4.0
16832024-05-13T18:18:07.481Z Compiling structmeta v0.3.0
16842024-05-13T18:18:07.722Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
16852024-05-13T18:18:07.868Z Compiling parse-display-derive v0.9.0
16862024-05-13T18:18:08.355Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
16872024-05-13T18:18:08.511Z Compiling macaddr v1.0.1
16882024-05-13T18:18:08.869Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
16892024-05-13T18:18:08.946Z Compiling proc-macro-crate v1.3.1
16902024-05-13T18:18:09.226Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16912024-05-13T18:18:09.510Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16922024-05-13T18:18:09.569Z Compiling foreign-types-macros v0.2.3
16932024-05-13T18:18:09.812Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16942024-05-13T18:18:09.943Z Compiling num_enum_derive v0.5.11
16952024-05-13T18:18:10.072Z Compiling foreign-types-shared v0.3.1
16962024-05-13T18:18:10.191Z Compiling heapless v0.8.0
16972024-05-13T18:18:10.702Z Compiling foreign-types v0.5.0
16982024-05-13T18:18:11.009Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16992024-05-13T18:18:11.161Z Compiling cstr-argument v0.1.2
17002024-05-13T18:18:11.410Z Compiling hash32 v0.3.1
17012024-05-13T18:18:11.697Z Compiling smoltcp v0.11.0
17022024-05-13T18:18:11.925Z Compiling pretty-hex v0.2.1
17032024-05-13T18:18:12.461Z Compiling parse-display v0.9.0
17042024-05-13T18:18:12.506Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17052024-05-13T18:18:12.545Z Compiling num_enum v0.5.11
17062024-05-13T18:18:12.693Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17072024-05-13T18:18:12.721Z Compiling tabwriter v1.4.0
17082024-05-13T18:18:13.034Z Compiling colored v2.1.0
17092024-05-13T18:18:13.478Z Compiling socket2 v0.4.9
17102024-05-13T18:18:13.517Z Compiling embedded-io v0.4.0
17112024-05-13T18:18:13.518Z Compiling cobs v0.2.3
17122024-05-13T18:18:13.730Z Compiling postcard v1.0.8
17132024-05-13T18:18:13.855Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17142024-05-13T18:18:13.882Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17152024-05-13T18:18:14.049Z Compiling crucible-workspace-hack v0.1.0
17162024-05-13T18:18:14.247Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17172024-05-13T18:18:14.370Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17182024-05-13T18:18:14.495Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
17192024-05-13T18:18:14.652Z Compiling smf v0.2.3
17202024-05-13T18:18:14.687Z Compiling humantime v2.1.0
17212024-05-13T18:18:14.849Z Compiling platforms v3.0.2
17222024-05-13T18:18:15.131Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
17232024-05-13T18:18:15.231Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
17242024-05-13T18:18:15.435Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
17252024-05-13T18:18:15.622Z Compiling num-derive v0.4.0
17262024-05-13T18:18:15.842Z Compiling sigpipe v0.1.3
17272024-05-13T18:18:15.869Z Compiling utf-8 v0.7.6
17282024-05-13T18:18:15.985Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
17292024-05-13T18:18:16.359Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17302024-05-13T18:18:16.509Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
17312024-05-13T18:18:16.701Z Compiling atty v0.2.14
17322024-05-13T18:18:16.840Z Compiling unicase v2.7.0
17332024-05-13T18:18:17.106Z Compiling semver v0.1.20
17342024-05-13T18:18:17.587Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
17352024-05-13T18:18:17.689Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17362024-05-13T18:18:17.689Z Compiling rustc_version v0.1.7
17372024-05-13T18:18:17.925Z Compiling curve25519-dalek v4.1.2
17382024-05-13T18:18:18.111Z Compiling newline-converter v0.3.0
17392024-05-13T18:18:18.170Z Compiling universal-hash v0.5.1
17402024-05-13T18:18:18.281Z Compiling opaque-debug v0.3.0
17412024-05-13T18:18:18.360Z Compiling expectorate v1.1.0
17422024-05-13T18:18:18.396Z Compiling newtype_derive v0.1.6
17432024-05-13T18:18:18.396Z Compiling tungstenite v0.20.1
17442024-05-13T18:18:18.534Z Compiling signature v2.1.0
17452024-05-13T18:18:18.559Z Compiling curve25519-dalek-derive v0.1.0
17462024-05-13T18:18:18.598Z Compiling num-rational v0.4.1
17472024-05-13T18:18:18.675Z Compiling quick-error v1.2.3
17482024-05-13T18:18:18.793Z Compiling linked-hash-map v0.5.6
17492024-05-13T18:18:18.836Z Compiling arc-swap v1.6.0
17502024-05-13T18:18:18.885Z Compiling termcolor v1.2.0
17512024-05-13T18:18:19.191Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17522024-05-13T18:18:19.306Z Compiling getrandom v0.1.16
17532024-05-13T18:18:19.484Z Compiling tokio-tungstenite v0.20.1
17542024-05-13T18:18:19.697Z Compiling env_logger v0.9.3
17552024-05-13T18:18:19.975Z Compiling slog-scope v4.4.0
17562024-05-13T18:18:20.006Z Compiling lru-cache v0.1.2
17572024-05-13T18:18:20.203Z Compiling resolv-conf v0.7.0
17582024-05-13T18:18:20.439Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17592024-05-13T18:18:20.505Z Compiling password-hash v0.5.0
17602024-05-13T18:18:20.632Z Compiling blake2 v0.10.6
17612024-05-13T18:18:20.889Z Compiling bitstruct_derive v0.1.0
17622024-05-13T18:18:20.921Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17632024-05-13T18:18:20.950Z Compiling parking_lot_core v0.8.6
17642024-05-13T18:18:21.078Z Compiling bytecount v0.6.3
17652024-05-13T18:18:21.264Z Compiling ascii v1.1.0
17662024-05-13T18:18:21.364Z Compiling libefi-sys v0.1.0
17672024-05-13T18:18:21.487Z Compiling papergrid v0.11.0
17682024-05-13T18:18:21.694Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
17692024-05-13T18:18:21.721Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17702024-05-13T18:18:21.746Z Compiling argon2 v0.5.3
17712024-05-13T18:18:21.809Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17722024-05-13T18:18:22.133Z Compiling bitstruct v0.1.1
17732024-05-13T18:18:22.254Z Compiling trust-dns-resolver v0.22.0
17742024-05-13T18:18:22.319Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
17752024-05-13T18:18:22.977Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
17762024-05-13T18:18:24.242Z Compiling slog-stdlog v4.1.1
17772024-05-13T18:18:24.591Z Compiling tabled_derive v0.7.0
17782024-05-13T18:18:24.830Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17792024-05-13T18:18:24.869Z Compiling rfc6979 v0.4.0
17802024-05-13T18:18:25.040Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17812024-05-13T18:18:25.065Z Compiling serde_arrays v0.1.0
17822024-05-13T18:18:25.228Z Compiling erased-serde v0.3.31
17832024-05-13T18:18:25.282Z Compiling aead v0.5.2
17842024-05-13T18:18:25.394Z Compiling num-complex v0.4.5
17852024-05-13T18:18:25.448Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
17862024-05-13T18:18:25.645Z Compiling nibble_vec v0.1.0
17872024-05-13T18:18:25.825Z Compiling slog-dtrace v0.3.0
17882024-05-13T18:18:25.872Z Compiling keccak v0.1.4
17892024-05-13T18:18:26.089Z Compiling cancel-safe-futures v0.1.5
17902024-05-13T18:18:26.306Z Compiling winapi v0.3.9
17912024-05-13T18:18:26.443Z Compiling endian-type v0.1.2
17922024-05-13T18:18:26.533Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17932024-05-13T18:18:26.624Z Compiling num v0.4.2
17942024-05-13T18:18:26.664Z Compiling radix_trie v0.2.1
17952024-05-13T18:18:26.816Z Compiling sha3 v0.10.8
17962024-05-13T18:18:27.258Z Compiling tabled v0.15.0
17972024-05-13T18:18:27.258Z Compiling ecdsa v0.16.9
17982024-05-13T18:18:27.298Z Compiling rand_core v0.5.1
17992024-05-13T18:18:27.328Z Compiling slog-envlogger v2.2.0
18002024-05-13T18:18:27.633Z Compiling steno v0.4.0
18012024-05-13T18:18:27.748Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18022024-05-13T18:18:27.953Z Compiling mime_guess v2.0.4
18032024-05-13T18:18:28.063Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18042024-05-13T18:18:28.443Z Compiling poly1305 v0.8.0
18052024-05-13T18:18:28.916Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18062024-05-13T18:18:29.034Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
18072024-05-13T18:18:29.573Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18082024-05-13T18:18:29.863Z Compiling primeorder v0.13.6
18092024-05-13T18:18:29.904Z Compiling chacha20 v0.9.1
18102024-05-13T18:18:30.445Z Compiling heck v0.3.3
18112024-05-13T18:18:30.445Z Compiling thiserror-impl-no-std v2.0.2
18122024-05-13T18:18:30.445Z Compiling secrecy v0.8.0
18132024-05-13T18:18:30.470Z Compiling half v2.3.1
18142024-05-13T18:18:30.605Z Compiling option-ext v0.2.0
18152024-05-13T18:18:30.746Z Compiling convert_case v0.4.0
18162024-05-13T18:18:31.023Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
18172024-05-13T18:18:31.279Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18182024-05-13T18:18:31.619Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
18192024-05-13T18:18:31.865Z Compiling ciborium-io v0.2.2
18202024-05-13T18:18:31.995Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18212024-05-13T18:18:32.152Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18222024-05-13T18:18:32.680Z Compiling ciborium-ll v0.2.2
18232024-05-13T18:18:33.088Z Compiling derive_more v0.99.17
18242024-05-13T18:18:33.113Z Compiling thiserror-no-std v2.0.2
18252024-05-13T18:18:33.235Z Compiling dirs-sys v0.4.1
18262024-05-13T18:18:33.266Z Compiling zone_cfg_derive v0.1.2
18272024-05-13T18:18:33.773Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
18282024-05-13T18:18:34.357Z Compiling parking_lot v0.11.2
18292024-05-13T18:18:34.793Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18302024-05-13T18:18:34.794Z Compiling rand_chacha v0.2.2
18312024-05-13T18:18:34.794Z Compiling trust-dns-client v0.22.0
18322024-05-13T18:18:35.223Z Compiling ed25519 v2.2.2
18332024-05-13T18:18:35.693Z Compiling polyval v0.6.1
18342024-05-13T18:18:35.718Z Compiling tungstenite v0.21.0
18352024-05-13T18:18:35.767Z Compiling aes v0.8.3
18362024-05-13T18:18:36.085Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18372024-05-13T18:18:36.453Z Compiling blowfish v0.9.1
18382024-05-13T18:18:36.842Z Compiling ctr v0.9.2
18392024-05-13T18:18:37.160Z Compiling password-hash v0.4.2
18402024-05-13T18:18:37.323Z Compiling libsw v3.3.1
18412024-05-13T18:18:37.605Z Compiling toml v0.5.11
18422024-05-13T18:18:37.640Z Compiling pbkdf2 v0.12.2
18432024-05-13T18:18:37.805Z Compiling derive-where v1.2.7
18442024-05-13T18:18:37.960Z Compiling fxhash v0.2.1
18452024-05-13T18:18:37.985Z Compiling gethostname v0.4.3
18462024-05-13T18:18:38.417Z Compiling owo-colors v4.0.0
18472024-05-13T18:18:38.567Z Compiling swrite v0.1.0
18482024-05-13T18:18:38.702Z Compiling linear-map v1.2.0
18492024-05-13T18:18:39.051Z Compiling base64 v0.13.1
18502024-05-13T18:18:39.250Z Compiling trust-dns-server v0.22.1
18512024-05-13T18:18:39.661Z Compiling ron v0.7.1
18522024-05-13T18:18:40.447Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18532024-05-13T18:18:40.486Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
18542024-05-13T18:18:40.891Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
18552024-05-13T18:18:41.090Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
18562024-05-13T18:18:41.756Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
18572024-05-13T18:18:44.375Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
18582024-05-13T18:18:44.433Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
18592024-05-13T18:18:44.972Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
18602024-05-13T18:18:45.259Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18612024-05-13T18:18:45.702Z Compiling sled v0.34.7
18622024-05-13T18:18:46.673Z Compiling bcrypt-pbkdf v0.10.0
18632024-05-13T18:18:47.031Z Compiling pbkdf2 v0.11.0
18642024-05-13T18:18:47.185Z Compiling tokio-tungstenite v0.21.0
18652024-05-13T18:18:47.245Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18662024-05-13T18:18:47.375Z Compiling ghash v0.5.0
18672024-05-13T18:18:47.439Z Compiling ed25519-dalek v2.0.0
18682024-05-13T18:18:47.568Z Compiling rand v0.7.3
18692024-05-13T18:18:47.676Z Compiling russh-cryptovec v0.7.0
18702024-05-13T18:18:47.860Z Compiling zone v0.1.8
18712024-05-13T18:18:48.268Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
18722024-05-13T18:18:48.685Z Compiling dirs v5.0.1
18732024-05-13T18:18:48.893Z Compiling vsss-rs v3.3.4
18742024-05-13T18:18:49.692Z Compiling ciborium v0.2.2
18752024-05-13T18:18:50.508Z Compiling p521 v0.13.3
18762024-05-13T18:18:51.037Z Compiling p256 v0.13.2
18772024-05-13T18:18:51.766Z Compiling chacha20poly1305 v0.10.1
18782024-05-13T18:18:52.202Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18792024-05-13T18:18:52.202Z Compiling pem v3.0.4
18802024-05-13T18:18:52.526Z Compiling cbc v0.1.2
18812024-05-13T18:18:52.717Z Compiling headers-core v0.2.0
18822024-05-13T18:18:52.750Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
18832024-05-13T18:18:52.784Z Compiling portpicker v0.1.1
18842024-05-13T18:18:52.889Z Compiling kstat-rs v0.2.3
18852024-05-13T18:18:53.075Z Compiling nanorand v0.7.0
18862024-05-13T18:18:53.104Z Compiling http-range v0.1.5
18872024-05-13T18:18:53.244Z Compiling md5 v0.7.0
18882024-05-13T18:18:53.455Z Compiling glob v0.3.1
18892024-05-13T18:18:53.670Z Compiling russh-keys v0.43.0
18902024-05-13T18:18:53.702Z Compiling flume v0.11.0
18912024-05-13T18:18:54.311Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
18922024-05-13T18:18:54.337Z Compiling hyper-staticfile v0.9.5
18932024-05-13T18:18:54.784Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
18942024-05-13T18:18:55.181Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
18952024-05-13T18:18:55.815Z Compiling headers v0.3.9
18962024-05-13T18:18:56.599Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
18972024-05-13T18:18:57.561Z Compiling rcgen v0.12.1
18982024-05-13T18:18:58.100Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
18992024-05-13T18:18:59.163Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
19002024-05-13T18:18:59.704Z Compiling aes-gcm v0.10.3
19012024-05-13T18:18:59.995Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
19022024-05-13T18:19:00.109Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
19032024-05-13T18:19:00.416Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
19042024-05-13T18:19:02.062Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
19052024-05-13T18:19:02.562Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
19062024-05-13T18:19:03.979Z Compiling atomicwrites v0.4.3
19072024-05-13T18:19:04.291Z Compiling itertools v0.12.1
19082024-05-13T18:19:04.750Z Compiling subprocess v0.2.9
19092024-05-13T18:19:05.079Z Compiling hex-literal v0.4.1
19102024-05-13T18:19:05.644Z Compiling dhcproto-macros v0.1.0
19112024-05-13T18:19:06.520Z Compiling display-error-chain v0.2.0
19122024-05-13T18:19:06.547Z Compiling dhcproto v0.11.0
19132024-05-13T18:19:06.547Z Compiling russh v0.43.0
19142024-05-13T18:19:06.731Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19152024-05-13T18:19:07.101Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
19162024-05-13T18:19:07.253Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
19172024-05-13T18:19:07.663Z Compiling internet-checksum v0.2.1
19182024-05-13T18:19:10.013Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
19192024-05-13T18:19:11.687Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
19202024-05-13T18:19:38.265Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
19212024-05-13T18:20:34.149Z Finished dev [unoptimized + debuginfo] target(s) in 5m 11s
19222024-05-13T18:20:34.505Z
19232024-05-13T18:20:34.532Zreal 5:11.909864256
19242024-05-13T18:20:34.532Zuser 24:04.985840066
19252024-05-13T18:20:34.532Zsys 5:34.237766197
19262024-05-13T18:20:34.532Ztrap 0.798125695
19272024-05-13T18:20:34.532Ztflt 0.353584582
19282024-05-13T18:20:34.532Zdflt 2.911774352
19292024-05-13T18:20:34.532Zkflt 0.002597997
19302024-05-13T18:20:34.532Zlock 44:28.854938039
19312024-05-13T18:20:34.532Zslp 1:07:14.288813404
19322024-05-13T18:20:34.532Zlat 1:39.652908155
19332024-05-13T18:20:34.532Zstop 4:17.955486453
19342024-05-13T18:20:34.532Z+ mkdir -p /work
19352024-05-13T18:20:34.532Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin commtest
19362024-05-13T18:20:35.655Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
19372024-05-13T18:20:46.179Z Finished dev [unoptimized + debuginfo] target(s) in 11.60s
19382024-05-13T18:20:46.276Z
19392024-05-13T18:20:46.276Zreal 11.735833273
19402024-05-13T18:20:46.276Zuser 9.142172016
19412024-05-13T18:20:46.276Zsys 3.784201288
19422024-05-13T18:20:46.276Ztrap 0.002070874
19432024-05-13T18:20:46.276Ztflt 0.004938590
19442024-05-13T18:20:46.276Zdflt 0.051178577
19452024-05-13T18:20:46.276Zkflt 0.000000000
19462024-05-13T18:20:46.276Zlock 32.398173315
19472024-05-13T18:20:46.276Zslp 45.284552252
19482024-05-13T18:20:46.276Zlat 0.074056125
19492024-05-13T18:20:46.276Zstop 0.091671463
19502024-05-13T18:20:46.301Z+ cp target/debug/commtest /work/commtest
19512024-05-13T18:20:46.656Z+ mkdir -p /work/end-to-end-tests
19522024-05-13T18:20:46.681Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
19532024-05-13T18:20:46.729Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
19542024-05-13T18:20:46.730Z+ ptime -m gzip
19552024-05-13T18:20:46.754Z++ basename target/debug/bootstrap
19562024-05-13T18:21:01.343Z
19572024-05-13T18:21:01.343Zreal 14.611735827
19582024-05-13T18:21:01.343Zuser 14.464391119
19592024-05-13T18:21:01.343Zsys 0.128064547
19602024-05-13T18:21:01.344Ztrap 0.004661822
19612024-05-13T18:21:01.344Ztflt 0.000000000
19622024-05-13T18:21:01.344Zdflt 0.000000000
19632024-05-13T18:21:01.344Zkflt 0.000000000
19642024-05-13T18:21:01.344Zlock 0.000000000
19652024-05-13T18:21:01.345Zslp 0.000000000
19662024-05-13T18:21:01.345Zlat 0.013783771
19672024-05-13T18:21:01.345Zstop 0.000735837
19682024-05-13T18:21:01.370Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
19692024-05-13T18:21:01.371Z+ ptime -m gzip
19702024-05-13T18:21:01.371Z++ basename /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-de5ca33f91c4e25d
19712024-05-13T18:21:02.386Z
19722024-05-13T18:21:02.386Zreal 1.034995862
19732024-05-13T18:21:02.386Zuser 1.020485809
19742024-05-13T18:21:02.386Zsys 0.012059494
19752024-05-13T18:21:02.386Ztrap 0.000632582
19762024-05-13T18:21:02.386Ztflt 0.000000000
19772024-05-13T18:21:02.386Zdflt 0.000000000
19782024-05-13T18:21:02.386Zkflt 0.000000000
19792024-05-13T18:21:02.386Zlock 0.000000000
19802024-05-13T18:21:02.386Zslp 0.000000000
19812024-05-13T18:21:02.386Zlat 0.001483593
19822024-05-13T18:21:02.386Zstop 0.000241157
19832024-05-13T18:21:02.411Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
19842024-05-13T18:21:02.412Z+ ptime -m gzip
19852024-05-13T18:21:02.412Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-98dea950e94fd935
19862024-05-13T18:21:03.424Z
19872024-05-13T18:21:03.424Zreal 1.029364424
19882024-05-13T18:21:03.424Zuser 1.017085976
19892024-05-13T18:21:03.424Zsys 0.011552470
19902024-05-13T18:21:03.424Ztrap 0.000113865
19912024-05-13T18:21:03.424Ztflt 0.000000000
19922024-05-13T18:21:03.425Zdflt 0.000000000
19932024-05-13T18:21:03.425Zkflt 0.000000000
19942024-05-13T18:21:03.425Zlock 0.000000000
19952024-05-13T18:21:03.425Zslp 0.000000000
19962024-05-13T18:21:03.425Zlat 0.000231869
19972024-05-13T18:21:03.425Zstop 0.000262519
19982024-05-13T18:21:03.458Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
19992024-05-13T18:21:03.458Z+ ptime -m gzip
20002024-05-13T18:21:03.458Z++ basename /work/oxidecomputer/omicron/target/debug/deps/commtest-90175cfcd651a988
20012024-05-13T18:21:04.464Z
20022024-05-13T18:21:04.464Zreal 1.029944197
20032024-05-13T18:21:04.464Zuser 1.017318416
20042024-05-13T18:21:04.464Zsys 0.011928635
20052024-05-13T18:21:04.464Ztrap 0.000154455
20062024-05-13T18:21:04.464Ztflt 0.000000000
20072024-05-13T18:21:04.464Zdflt 0.000000000
20082024-05-13T18:21:04.464Zkflt 0.000000000
20092024-05-13T18:21:04.464Zlock 0.000000000
20102024-05-13T18:21:04.464Zslp 0.000000000
20112024-05-13T18:21:04.464Zlat 0.000195141
20122024-05-13T18:21:04.464Zstop 0.000241949
20132024-05-13T18:21:04.489Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20142024-05-13T18:21:04.489Z+ ptime -m gzip
20152024-05-13T18:21:04.489Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-75836b68fe5366bd
20162024-05-13T18:21:19.359Z
20172024-05-13T18:21:19.359Zreal 14.885834334
20182024-05-13T18:21:19.359Zuser 14.763336950
20192024-05-13T18:21:19.359Zsys 0.115764935
20202024-05-13T18:21:19.359Ztrap 0.003113716
20212024-05-13T18:21:19.359Ztflt 0.000000000
20222024-05-13T18:21:19.359Zdflt 0.000000000
20232024-05-13T18:21:19.359Zkflt 0.000000000
20242024-05-13T18:21:19.359Zlock 0.000000000
20252024-05-13T18:21:19.385Zslp 0.000000000
20262024-05-13T18:21:19.385Zlat 0.003230811
20272024-05-13T18:21:19.385Zstop 0.000250696
20282024-05-13T18:21:19.385Z+ banner caboose-util
20292024-05-13T18:21:19.385Z
20302024-05-13T18:21:19.385Z #### ## ##### #### #### #### ###### # # #####
20312024-05-13T18:21:19.385Z # # # # # # # # # # # # # # #
20322024-05-13T18:21:19.385Z # # # ##### # # # # #### ##### ##### # # #
20332024-05-13T18:21:19.385Z # ###### # # # # # # # # # # #
20342024-05-13T18:21:19.385Z # # # # # # # # # # # # # # # #
20352024-05-13T18:21:19.385Z #### # # ##### #### #### #### ###### #### #
20362024-05-13T18:21:19.385Z
20372024-05-13T18:21:19.385Z+ ptime -m cargo build --locked -p caboose-util --release
20382024-05-13T18:21:20.030Z Downloading crates ...
20392024-05-13T18:21:20.223Z Downloaded bitfield v0.14.0
20402024-05-13T18:21:20.258Z Downloaded funty v2.0.0
20412024-05-13T18:21:20.258Z Downloaded crc v3.0.1
20422024-05-13T18:21:20.258Z Downloaded wyz v0.5.1
20432024-05-13T18:21:20.258Z Downloaded rsa v0.9.2
20442024-05-13T18:21:20.258Z Downloaded x509-cert v0.2.4
20452024-05-13T18:21:20.258Z Downloaded tap v1.0.1
20462024-05-13T18:21:20.258Z Downloaded smallvec v0.6.14
20472024-05-13T18:21:20.258Z Downloaded serde-hex v0.1.0
20482024-05-13T18:21:20.258Z Downloaded ron v0.8.1
20492024-05-13T18:21:20.258Z Downloaded pkcs1 v0.7.5
20502024-05-13T18:21:20.283Z Downloaded packed_struct_codegen v0.10.1
20512024-05-13T18:21:20.283Z Downloaded packed_struct v0.10.1
20522024-05-13T18:21:20.283Z Downloaded object v0.30.4
20532024-05-13T18:21:20.283Z Downloaded num-bigint-dig v0.8.4
20542024-05-13T18:21:20.283Z Downloaded hashbrown v0.13.2
20552024-05-13T18:21:20.283Z Downloaded env_logger v0.10.0
20562024-05-13T18:21:20.308Z Downloaded crc-catalog v2.2.0
20572024-05-13T18:21:20.308Z Downloaded crc-any v2.4.3
20582024-05-13T18:21:20.308Z Downloaded bitvec v1.0.1
20592024-05-13T18:21:20.308Z Downloaded radium v0.7.0
20602024-05-13T18:21:20.308Z Downloaded path-slash v0.1.5
20612024-05-13T18:21:20.308Z Downloaded maybe-uninit v2.0.0
20622024-05-13T18:21:20.332Z Downloaded array-init v0.0.4
20632024-05-13T18:21:20.333Z Downloaded nodrop v0.1.14
20642024-05-13T18:21:20.457Z Compiling proc-macro2 v1.0.81
20652024-05-13T18:21:20.457Z Compiling unicode-ident v1.0.12
20662024-05-13T18:21:20.457Z Compiling libc v0.2.153
20672024-05-13T18:21:20.482Z Compiling serde v1.0.201
20682024-05-13T18:21:20.482Z Compiling autocfg v1.1.0
20692024-05-13T18:21:20.482Z Compiling version_check v0.9.4
20702024-05-13T18:21:20.482Z Compiling cfg-if v1.0.0
20712024-05-13T18:21:20.603Z Compiling typenum v1.16.0
20722024-05-13T18:21:20.629Z Compiling parking_lot_core v0.9.8
20732024-05-13T18:21:20.656Z Compiling once_cell v1.19.0
20742024-05-13T18:21:20.973Z Compiling memchr v2.7.1
20752024-05-13T18:21:20.998Z Compiling libm v0.2.7
20762024-05-13T18:21:21.023Z Compiling byteorder v1.5.0
20772024-05-13T18:21:21.133Z Compiling lock_api v0.4.10
20782024-05-13T18:21:21.281Z Compiling generic-array v0.14.7
20792024-05-13T18:21:21.352Z Compiling num-traits v0.2.18
20802024-05-13T18:21:21.395Z Compiling ahash v0.8.8
20812024-05-13T18:21:21.551Z Compiling pkg-config v0.3.27
20822024-05-13T18:21:21.658Z Compiling log v0.4.21
20832024-05-13T18:21:21.735Z Compiling quote v1.0.36
20842024-05-13T18:21:21.831Z Compiling serde_json v1.0.116
20852024-05-13T18:21:22.107Z Compiling syn v2.0.60
20862024-05-13T18:21:22.231Z Compiling cc v1.0.83
20872024-05-13T18:21:22.257Z Compiling getrandom v0.2.12
20882024-05-13T18:21:22.559Z Compiling scopeguard v1.2.0
20892024-05-13T18:21:22.622Z Compiling itoa v1.0.9
20902024-05-13T18:21:22.724Z Compiling slab v0.4.9
20912024-05-13T18:21:22.810Z Compiling thiserror v1.0.59
20922024-05-13T18:21:22.997Z Compiling rand_core v0.6.4
20932024-05-13T18:21:23.028Z Compiling smallvec v1.13.1
20942024-05-13T18:21:23.417Z Compiling vcpkg v0.2.15
20952024-05-13T18:21:23.812Z Compiling syn v1.0.109
20962024-05-13T18:21:24.235Z Compiling parking_lot v0.12.1
20972024-05-13T18:21:24.260Z Compiling pin-project-lite v0.2.13
20982024-05-13T18:21:24.288Z Compiling const-oid v0.9.6
20992024-05-13T18:21:24.362Z Compiling ring v0.17.8
21002024-05-13T18:21:24.514Z Compiling ryu v1.0.15
21012024-05-13T18:21:24.747Z Compiling openssl-sys v0.9.102
21022024-05-13T18:21:25.079Z Compiling signal-hook-registry v1.4.1
21032024-05-13T18:21:25.237Z Compiling subtle v2.5.0
21042024-05-13T18:21:25.566Z Compiling rustix v0.38.31
21052024-05-13T18:21:25.637Z Compiling ring v0.16.20
21062024-05-13T18:21:25.742Z Compiling mio v0.8.11
21072024-05-13T18:21:25.904Z Compiling semver v1.0.22
21082024-05-13T18:21:26.115Z Compiling tinyvec_macros v0.1.1
21092024-05-13T18:21:26.208Z Compiling futures-core v0.3.30
21102024-05-13T18:21:26.287Z Compiling tinyvec v1.6.0
21112024-05-13T18:21:27.048Z Compiling spin v0.5.2
21122024-05-13T18:21:27.542Z Compiling unicode-normalization v0.1.22
21132024-05-13T18:21:27.966Z Compiling socket2 v0.5.6
21142024-05-13T18:21:28.131Z Compiling num_cpus v1.16.0
21152024-05-13T18:21:28.386Z Compiling openssl v0.10.64
21162024-05-13T18:21:28.467Z Compiling futures-sink v0.3.30
21172024-05-13T18:21:28.583Z Compiling unicode-bidi v0.3.15
21182024-05-13T18:21:28.669Z Compiling httparse v1.8.0
21192024-05-13T18:21:28.696Z Compiling allocator-api2 v0.2.16
21202024-05-13T18:21:28.722Z Compiling ucd-trie v0.1.6
21212024-05-13T18:21:29.275Z Compiling equivalent v1.0.1
21222024-05-13T18:21:29.394Z Compiling num-conv v0.1.0
21232024-05-13T18:21:29.563Z Compiling time-core v0.1.2
21242024-05-13T18:21:29.689Z Compiling futures-channel v0.3.30
21252024-05-13T18:21:29.721Z Compiling time-macros v0.2.17
21262024-05-13T18:21:30.026Z Compiling crc32fast v1.3.2
21272024-05-13T18:21:30.056Z Compiling rustls v0.21.9
21282024-05-13T18:21:30.120Z Compiling futures-io v0.3.30
21292024-05-13T18:21:30.352Z Compiling futures-task v0.3.30
21302024-05-13T18:21:30.377Z Compiling native-tls v0.2.11
21312024-05-13T18:21:30.639Z Compiling ppv-lite86 v0.2.17
21322024-05-13T18:21:30.695Z Compiling pin-utils v0.1.0
21332024-05-13T18:21:30.786Z Compiling bzip2-sys v0.1.11+1.0.8
21342024-05-13T18:21:31.158Z Compiling spin v0.9.8
21352024-05-13T18:21:31.326Z Compiling rand_chacha v0.3.1
21362024-05-13T18:21:31.416Z Compiling tracing-core v0.1.32
21372024-05-13T18:21:31.511Z Compiling base64ct v1.6.0
21382024-05-13T18:21:31.859Z Compiling rand v0.8.5
21392024-05-13T18:21:32.111Z Compiling pem-rfc7468 v0.7.0
21402024-05-13T18:21:32.565Z Compiling cookie v0.17.0
21412024-05-13T18:21:32.592Z Compiling usdt-impl v0.5.0
21422024-05-13T18:21:32.745Z Compiling serde_derive v1.0.201
21432024-05-13T18:21:32.797Z Compiling zeroize_derive v1.4.2
21442024-05-13T18:21:32.838Z Compiling zerocopy-derive v0.7.32
21452024-05-13T18:21:32.892Z Compiling tokio-macros v2.2.0
21462024-05-13T18:21:33.232Z Compiling thiserror-impl v1.0.59
21472024-05-13T18:21:33.433Z Compiling futures-macro v0.3.30
21482024-05-13T18:21:33.466Z Compiling tracing-attributes v0.1.27
21492024-05-13T18:21:33.977Z Compiling zeroize v1.7.0
21502024-05-13T18:21:34.514Z Compiling zerocopy v0.7.32
21512024-05-13T18:21:35.451Z Compiling der_derive v0.7.2
21522024-05-13T18:21:35.558Z Compiling crypto-common v0.1.6
21532024-05-13T18:21:35.649Z Compiling scroll_derive v0.12.0
21542024-05-13T18:21:35.812Z Compiling pest v2.7.6
21552024-05-13T18:21:36.225Z Compiling hashbrown v0.14.3
21562024-05-13T18:21:36.387Z Compiling block-buffer v0.10.4
21572024-05-13T18:21:36.684Z Compiling digest v0.10.7
21582024-05-13T18:21:36.942Z Compiling openssl-macros v0.1.1
21592024-05-13T18:21:37.095Z Compiling futures-util v0.3.30
21602024-05-13T18:21:37.375Z Compiling tracing v0.1.40
21612024-05-13T18:21:37.472Z Compiling zerocopy-derive v0.6.6
21622024-05-13T18:21:37.576Z Compiling signal-hook v0.3.17
21632024-05-13T18:21:37.811Z Compiling pest_meta v2.7.6
21642024-05-13T18:21:38.102Z Compiling flagset v0.4.3
21652024-05-13T18:21:38.223Z Compiling percent-encoding v2.3.1
21662024-05-13T18:21:38.274Z Compiling schemars v0.8.17
21672024-05-13T18:21:38.327Z Compiling der v0.7.8
21682024-05-13T18:21:38.592Z Compiling scroll v0.12.0
21692024-05-13T18:21:39.078Z Compiling pest_generator v2.7.6
21702024-05-13T18:21:39.306Z Compiling serde_derive_internals v0.29.0
21712024-05-13T18:21:41.106Z Compiling pest_derive v2.7.6
21722024-05-13T18:21:41.808Z Compiling errno v0.3.8
21732024-05-13T18:21:42.054Z Compiling plain v0.2.3
21742024-05-13T18:21:42.206Z Compiling fnv v1.0.7
21752024-05-13T18:21:42.232Z Compiling goblin v0.8.0
21762024-05-13T18:21:43.157Z Compiling schemars_derive v0.8.17
21772024-05-13T18:21:43.188Z Compiling spki v0.7.2
21782024-05-13T18:21:43.606Z Compiling bytes v1.6.0
21792024-05-13T18:21:43.875Z Compiling bitflags v2.4.2
21802024-05-13T18:21:44.599Z Compiling tokio v1.37.0
21812024-05-13T18:21:44.643Z Compiling indexmap v2.2.6
21822024-05-13T18:21:45.212Z Compiling rustc_version v0.4.0
21832024-05-13T18:21:45.822Z Compiling heapless v0.7.16
21842024-05-13T18:21:46.077Z Compiling http v0.2.12
21852024-05-13T18:21:46.189Z Compiling uuid v1.8.0
21862024-05-13T18:21:47.257Z Compiling lazy_static v1.4.0
21872024-05-13T18:21:48.140Z Compiling backtrace v0.3.69
21882024-05-13T18:21:48.503Z Compiling num-bigint v0.4.4
21892024-05-13T18:21:48.870Z Compiling powerfmt v0.2.0
21902024-05-13T18:21:49.202Z Compiling pretty-hex v0.4.1
21912024-05-13T18:21:49.375Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21922024-05-13T18:21:49.462Z Compiling heck v0.5.0
21932024-05-13T18:21:49.679Z Compiling foreign-types-shared v0.1.1
21942024-05-13T18:21:49.773Z Compiling untrusted v0.7.1
21952024-05-13T18:21:49.802Z Compiling heck v0.4.1
21962024-05-13T18:21:49.837Z Compiling untrusted v0.9.0
21972024-05-13T18:21:49.941Z Compiling iana-time-zone v0.1.57
21982024-05-13T18:21:49.966Z Compiling base64 v0.21.7
21992024-05-13T18:21:50.150Z Compiling smoltcp v0.9.1
22002024-05-13T18:21:50.249Z Compiling crossbeam-utils v0.8.19
22012024-05-13T18:21:50.701Z Compiling chrono v0.4.38
22022024-05-13T18:21:51.041Z Compiling clap_derive v4.5.4
22032024-05-13T18:21:51.584Z Compiling tokio-util v0.7.10
22042024-05-13T18:21:52.778Z Compiling foreign-types v0.3.2
22052024-05-13T18:21:52.855Z Compiling dof v0.3.0
22062024-05-13T18:21:53.473Z Compiling deranged v0.3.11
22072024-05-13T18:21:53.637Z Compiling dtrace-parser v0.2.0
22082024-05-13T18:21:53.661Z Compiling form_urlencoded v1.2.1
22092024-05-13T18:21:53.904Z Compiling hmac v0.12.1
22102024-05-13T18:21:54.361Z Compiling num-integer v0.1.46
22112024-05-13T18:21:54.701Z Compiling thread-id v4.2.0
22122024-05-13T18:21:54.810Z Compiling siphasher v0.3.11
22132024-05-13T18:21:54.967Z Compiling rustversion v1.0.14
22142024-05-13T18:21:55.122Z Compiling adler v1.0.2
22152024-05-13T18:21:55.312Z Compiling cpufeatures v0.2.12
22162024-05-13T18:21:55.337Z Compiling anstyle v1.0.7
22172024-05-13T18:21:55.361Z Compiling try-lock v0.2.4
22182024-05-13T18:21:55.400Z Compiling num_threads v0.1.6
22192024-05-13T18:21:55.505Z Compiling utf8parse v0.2.1
22202024-05-13T18:21:55.536Z Compiling time v0.3.34
22212024-05-13T18:21:55.598Z Compiling want v0.3.1
22222024-05-13T18:21:55.661Z Compiling anstyle-parse v0.2.1
22232024-05-13T18:21:55.757Z Compiling sha2 v0.10.8
22242024-05-13T18:21:55.845Z Compiling miniz_oxide v0.7.1
22252024-05-13T18:21:57.208Z Compiling sct v0.7.0
22262024-05-13T18:21:57.449Z Compiling h2 v0.3.26
22272024-05-13T18:21:57.473Z Compiling rustls-webpki v0.101.7
22282024-05-13T18:21:58.604Z Compiling http-body v0.4.5
22292024-05-13T18:21:58.942Z Compiling serde_tokenstream v0.2.0
22302024-05-13T18:21:59.373Z Compiling pkcs8 v0.10.2
22312024-05-13T18:21:59.408Z Compiling hubpack_derive v0.1.1
22322024-05-13T18:21:59.679Z Compiling async-trait v0.1.80
22332024-05-13T18:21:59.956Z Compiling idna v0.5.0
22342024-05-13T18:22:00.654Z Compiling aho-corasick v1.1.2
22352024-05-13T18:22:01.453Z Compiling colorchoice v1.0.0
22362024-05-13T18:22:01.628Z Compiling anstyle-query v1.0.0
22372024-05-13T18:22:01.740Z Compiling httpdate v1.0.3
22382024-05-13T18:22:01.769Z Compiling radium v0.7.0
22392024-05-13T18:22:02.100Z Compiling tower-service v0.3.2
22402024-05-13T18:22:02.224Z Compiling anyhow v1.0.82
22412024-05-13T18:22:02.333Z Compiling slog v2.7.0
22422024-05-13T18:22:02.492Z Compiling openssl-probe v0.1.5
22432024-05-13T18:22:02.786Z Compiling regex-syntax v0.8.2
22442024-05-13T18:22:03.164Z Compiling hyper v0.14.28
22452024-05-13T18:22:05.633Z Compiling regex-automata v0.4.5
22462024-05-13T18:22:07.146Z Compiling anstream v0.6.11
22472024-05-13T18:22:08.007Z Compiling url v2.5.0
22482024-05-13T18:22:11.022Z Compiling terminal_size v0.3.0
22492024-05-13T18:22:11.224Z Compiling serde_spanned v0.6.5
22502024-05-13T18:22:11.248Z Compiling toml_datetime v0.6.5
22512024-05-13T18:22:11.272Z Compiling zerocopy v0.6.6
22522024-05-13T18:22:11.311Z Compiling md-5 v0.10.5
22532024-05-13T18:22:11.755Z Compiling idna v0.3.0
22542024-05-13T18:22:12.087Z Compiling stringprep v0.1.3
22552024-05-13T18:22:12.209Z Compiling diesel_table_macro_syntax v0.1.0
22562024-05-13T18:22:12.233Z Compiling hash32 v0.2.1
22572024-05-13T18:22:12.700Z Compiling dyn-clone v1.0.17
22582024-05-13T18:22:12.790Z Compiling tap v1.0.1
22592024-05-13T18:22:12.814Z Compiling fallible-iterator v0.2.0
22602024-05-13T18:22:12.861Z Compiling clap_lex v0.7.0
22612024-05-13T18:22:12.885Z Compiling maybe-uninit v2.0.0
22622024-05-13T18:22:13.015Z Compiling gimli v0.28.0
22632024-05-13T18:22:13.108Z Compiling stable_deref_trait v1.2.0
22642024-05-13T18:22:13.272Z Compiling psl-types v2.0.11
22652024-05-13T18:22:13.351Z Compiling strsim v0.11.0
22662024-05-13T18:22:13.396Z Compiling postgres-protocol v0.6.6
22672024-05-13T18:22:13.456Z Compiling publicsuffix v2.2.3
22682024-05-13T18:22:13.677Z Compiling clap_builder v4.5.2
22692024-05-13T18:22:14.440Z Compiling wyz v0.5.1
22702024-05-13T18:22:14.852Z Compiling tokio-rustls v0.24.1
22712024-05-13T18:22:14.969Z Compiling diesel_derives v2.1.2
22722024-05-13T18:22:16.407Z Compiling addr2line v0.21.0
22732024-05-13T18:22:16.972Z Compiling strum_macros v0.25.2
22742024-05-13T18:22:18.064Z Compiling tokio-native-tls v0.3.1
22752024-05-13T18:22:18.316Z Compiling usdt-attr-macro v0.5.0
22762024-05-13T18:22:19.582Z Compiling usdt-macro v0.5.0
22772024-05-13T18:22:20.324Z Compiling phf_shared v0.11.2
22782024-05-13T18:22:20.679Z Compiling num-iter v0.1.44
22792024-05-13T18:22:20.786Z Compiling enum-as-inner v0.5.1
22802024-05-13T18:22:21.612Z Compiling block-padding v0.3.3
22812024-05-13T18:22:21.815Z Compiling serde_repr v0.1.16
22822024-05-13T18:22:22.716Z Compiling ff v0.13.0
22832024-05-13T18:22:22.913Z Compiling scheduled-thread-pool v0.2.7
22842024-05-13T18:22:24.563Z Compiling object v0.32.1
22852024-05-13T18:22:25.832Z Compiling base16ct v0.2.0
22862024-05-13T18:22:25.856Z Compiling funty v2.0.0
22872024-05-13T18:22:27.310Z Compiling bitflags v1.3.2
22882024-05-13T18:22:27.414Z Compiling rustc-demangle v0.1.23
22892024-05-13T18:22:27.927Z Compiling matches v0.1.10
22902024-05-13T18:22:27.951Z Compiling winnow v0.5.15
22912024-05-13T18:22:28.014Z Compiling managed v0.8.0
22922024-05-13T18:22:28.131Z Compiling bit-vec v0.6.3
22932024-05-13T18:22:28.392Z Compiling regex-automata v0.1.10
22942024-05-13T18:22:28.626Z Compiling ipnet v2.9.0
22952024-05-13T18:22:28.813Z Compiling packed_struct v0.10.1
22962024-05-13T18:22:29.378Z Compiling num-bigint-dig v0.8.4
22972024-05-13T18:22:29.688Z Compiling bstr v0.2.17
22982024-05-13T18:22:30.827Z Compiling toml_edit v0.19.15
22992024-05-13T18:22:31.925Z Compiling idna v0.2.3
23002024-05-13T18:22:35.599Z Compiling bitvec v1.0.1
23012024-05-13T18:22:37.782Z Compiling sec1 v0.7.3
23022024-05-13T18:22:38.412Z Compiling r2d2 v0.8.10
23032024-05-13T18:22:38.735Z Compiling group v0.13.0
23042024-05-13T18:22:39.067Z Compiling inout v0.1.3
23052024-05-13T18:22:39.673Z Compiling phf v0.11.2
23062024-05-13T18:22:40.561Z Compiling hyper-tls v0.5.0
23072024-05-13T18:22:40.938Z Compiling clap v4.5.4
23082024-05-13T18:22:40.994Z Compiling signal-hook-mio v0.2.3
23092024-05-13T18:22:41.142Z Compiling cookie_store v0.20.0
23102024-05-13T18:22:42.130Z Compiling ipnetwork v0.20.0
23112024-05-13T18:22:42.265Z Compiling flate2 v1.0.28
23122024-05-13T18:22:42.777Z Compiling bzip2 v0.4.4
23132024-05-13T18:22:42.907Z Compiling hyper-rustls v0.24.2
23142024-05-13T18:22:43.055Z Compiling postgres-types v0.2.6
23152024-05-13T18:22:43.206Z Compiling regex v1.10.4
23162024-05-13T18:22:43.458Z Compiling hubpack v0.1.2
23172024-05-13T18:22:43.778Z Compiling rustls-pemfile v1.0.3
23182024-05-13T18:22:43.834Z Compiling phf_shared v0.10.0
23192024-05-13T18:22:44.076Z Compiling hkdf v0.12.4
23202024-05-13T18:22:44.105Z Compiling serde_urlencoded v0.7.1
23212024-05-13T18:22:44.225Z Compiling futures-executor v0.3.30
23222024-05-13T18:22:44.543Z Compiling packed_struct_codegen v0.10.1
23232024-05-13T18:22:44.570Z Compiling crypto-bigint v0.5.2
23242024-05-13T18:22:46.260Z Compiling float-cmp v0.9.0
23252024-05-13T18:22:46.458Z Compiling memmap v0.7.0
23262024-05-13T18:22:46.772Z Compiling indexmap v1.9.3
23272024-05-13T18:22:47.024Z Compiling encoding_rs v0.8.33
23282024-05-13T18:22:47.064Z Compiling minimal-lexical v0.2.1
23292024-05-13T18:22:47.490Z Compiling sync_wrapper v0.1.2
23302024-05-13T18:22:47.549Z Compiling either v1.11.0
23312024-05-13T18:22:47.611Z Compiling whoami v1.5.1
23322024-05-13T18:22:47.881Z Compiling predicates-core v1.0.6
23332024-05-13T18:22:47.914Z Compiling data-encoding v2.4.0
23342024-05-13T18:22:48.153Z Compiling nodrop v0.1.14
23352024-05-13T18:22:48.273Z Compiling static_assertions v1.1.0
23362024-05-13T18:22:48.297Z Compiling winnow v0.6.1
23372024-05-13T18:22:48.362Z Compiling normalize-line-endings v0.3.0
23382024-05-13T18:22:48.705Z Compiling precomputed-hash v0.1.1
23392024-05-13T18:22:48.805Z Compiling new_debug_unreachable v1.0.4
23402024-05-13T18:22:48.897Z Compiling unicode-width v0.1.11
23412024-05-13T18:22:49.045Z Compiling difflib v0.4.0
23422024-05-13T18:22:49.283Z Compiling webpki-roots v0.25.2
23432024-05-13T18:22:49.782Z Compiling mime v0.3.17
23442024-05-13T18:22:50.207Z Compiling fixedbitset v0.4.2
23452024-05-13T18:22:50.251Z Compiling unicode-segmentation v1.10.1
23462024-05-13T18:22:50.598Z Compiling crc-catalog v2.2.0
23472024-05-13T18:22:50.711Z Compiling crc v3.0.1
23482024-05-13T18:22:50.926Z Compiling similar v2.4.0
23492024-05-13T18:22:51.215Z Compiling toml_edit v0.22.12
23502024-05-13T18:22:51.320Z Compiling petgraph v0.6.4
23512024-05-13T18:22:53.595Z Compiling reqwest v0.11.27
23522024-05-13T18:22:55.134Z Compiling predicates v3.1.0
23532024-05-13T18:22:56.403Z Compiling console v0.15.8
23542024-05-13T18:22:57.252Z Compiling string_cache v0.8.7
23552024-05-13T18:22:57.592Z Compiling trust-dns-proto v0.22.0
23562024-05-13T18:22:57.628Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
23572024-05-13T18:23:01.370Z Compiling array-init v0.0.4
23582024-05-13T18:23:02.303Z Compiling tokio-postgres v0.7.10
23592024-05-13T18:23:02.346Z Compiling itertools v0.10.5
23602024-05-13T18:23:02.558Z Compiling nom v7.1.3
23612024-05-13T18:23:03.748Z Compiling usdt v0.5.0
23622024-05-13T18:23:03.850Z Compiling elliptic-curve v0.13.8
23632024-05-13T18:23:04.445Z Compiling futures v0.3.30
23642024-05-13T18:23:05.654Z Compiling smallvec v0.6.14
23652024-05-13T18:23:06.057Z Compiling zip v0.6.6
23662024-05-13T18:23:06.128Z Compiling diesel v2.1.6
23672024-05-13T18:23:06.167Z Compiling yasna v0.5.2
23682024-05-13T18:23:06.682Z Compiling crossterm v0.27.0
23692024-05-13T18:23:06.740Z Compiling crossbeam-epoch v0.9.18
23702024-05-13T18:23:07.104Z Compiling cipher v0.4.4
23712024-05-13T18:23:07.677Z Compiling toml v0.7.8
23722024-05-13T18:23:07.803Z Compiling bit-set v0.5.3
23732024-05-13T18:23:10.049Z Compiling bstr v1.9.0
23742024-05-13T18:23:10.073Z Compiling pkcs1 v0.7.5
23752024-05-13T18:23:11.394Z Compiling tokio-stream v0.1.15
23762024-05-13T18:23:11.895Z Compiling is-terminal v0.4.9
23772024-05-13T18:23:12.017Z Compiling openapiv3 v2.0.0
23782024-05-13T18:23:12.215Z Compiling hex v0.4.3
23792024-05-13T18:23:13.036Z Compiling signature v2.1.0
23802024-05-13T18:23:14.264Z Compiling hashbrown v0.12.3
23812024-05-13T18:23:15.385Z Compiling lalrpop-util v0.19.12
23822024-05-13T18:23:15.643Z Compiling bitfield v0.14.0
23832024-05-13T18:23:15.707Z Compiling termcolor v1.2.0
23842024-05-13T18:23:15.908Z Compiling peg-runtime v0.8.3
23852024-05-13T18:23:16.352Z Compiling env_logger v0.10.0
23862024-05-13T18:23:16.609Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
23872024-05-13T18:23:21.097Z Compiling rsa v0.9.2
23882024-05-13T18:23:25.548Z Compiling serde-hex v0.1.0
23892024-05-13T18:23:29.902Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
23902024-05-13T18:23:32.444Z Compiling ron v0.8.1
23912024-05-13T18:23:32.780Z Compiling x509-cert v0.2.4
23922024-05-13T18:23:33.134Z Compiling hashbrown v0.13.2
23932024-05-13T18:23:36.239Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23942024-05-13T18:23:37.551Z Compiling crc-any v2.4.3
23952024-05-13T18:23:42.586Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
23962024-05-13T18:23:54.883Z Compiling object v0.30.4
23972024-05-13T18:23:57.370Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
23982024-05-13T18:24:04.450Z Compiling path-slash v0.1.5
23992024-05-13T18:24:04.991Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
24002024-05-13T18:24:29.745Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
24012024-05-13T18:24:30.766Z Finished release [optimized] target(s) in 3m 11s
24022024-05-13T18:24:30.849Z
24032024-05-13T18:24:30.849Zreal 3:11.455740934
24042024-05-13T18:24:30.849Zuser 20:33.568350121
24052024-05-13T18:24:30.849Zsys 2:45.802805031
24062024-05-13T18:24:30.849Ztrap 0.805577030
24072024-05-13T18:24:30.849Ztflt 0.771208992
24082024-05-13T18:24:30.849Zdflt 0.365884959
24092024-05-13T18:24:30.849Zkflt 0.000192801
24102024-05-13T18:24:30.849Zlock 44:45.978063429
24112024-05-13T18:24:30.849Zslp 59:08.616066454
24122024-05-13T18:24:30.850Zlat 1:19.074494221
24132024-05-13T18:24:30.850Zstop 1:27.189415464
24142024-05-13T18:24:30.874Z+ ptime -m gzip
24152024-05-13T18:24:31.166Z
24162024-05-13T18:24:31.190Zreal 0.311293872
24172024-05-13T18:24:31.190Zuser 0.306515573
24182024-05-13T18:24:31.190Zsys 0.004183846
24192024-05-13T18:24:31.190Ztrap 0.000059247
24202024-05-13T18:24:31.190Ztflt 0.000000000
24212024-05-13T18:24:31.190Zdflt 0.000000000
24222024-05-13T18:24:31.190Zkflt 0.000000000
24232024-05-13T18:24:31.190Zlock 0.000000000
24242024-05-13T18:24:31.190Zslp 0.000000000
24252024-05-13T18:24:31.191Zlat 0.000203878
24262024-05-13T18:24:31.191Zstop 0.000240836
24272024-05-13T18:24:31.191Z+ banner tufaceous
24282024-05-13T18:24:31.191Z
24292024-05-13T18:24:31.191Z ##### # # ###### ## #### ###### #### # # ####
24302024-05-13T18:24:31.191Z # # # # # # # # # # # # # #
24312024-05-13T18:24:31.191Z # # # ##### # # # ##### # # # # ####
24322024-05-13T18:24:31.191Z # # # # ###### # # # # # # #
24332024-05-13T18:24:31.191Z # # # # # # # # # # # # # # #
24342024-05-13T18:24:31.191Z # #### # # # #### ###### #### #### ####
24352024-05-13T18:24:31.191Z
24362024-05-13T18:24:31.191Z+ ptime -m cargo build --locked -p tufaceous --release
24372024-05-13T18:24:31.946Z Downloading crates ...
24382024-05-13T18:24:32.131Z Downloaded parse-size v1.0.0
24392024-05-13T18:24:32.155Z Downloaded fs-err v2.11.0
24402024-05-13T18:24:32.155Z Downloaded olpc-cjson v0.1.3
24412024-05-13T18:24:32.155Z Downloaded serde_plain v1.0.2
24422024-05-13T18:24:32.155Z Downloaded snafu-derive v0.8.2
24432024-05-13T18:24:32.155Z Downloaded snafu v0.8.2
24442024-05-13T18:24:32.155Z Downloaded typed-path v0.7.0
24452024-05-13T18:24:32.179Z Downloaded tough v0.17.1
24462024-05-13T18:24:32.179Z Downloaded pin-project v1.1.3
24472024-05-13T18:24:32.203Z Downloaded pin-project-internal v1.1.3
24482024-05-13T18:24:32.203Z Downloaded globset v0.4.13
24492024-05-13T18:24:32.203Z Downloaded async-recursion v1.1.0
24502024-05-13T18:24:32.203Z Downloaded buf-list v1.0.3
24512024-05-13T18:24:32.353Z Compiling regress v0.9.1
24522024-05-13T18:24:32.377Z Compiling camino v1.1.6
24532024-05-13T18:24:32.401Z Compiling getopts v0.2.21
24542024-05-13T18:24:32.401Z Compiling unsafe-libyaml v0.2.10
24552024-05-13T18:24:32.401Z Compiling rayon-core v1.12.1
24562024-05-13T18:24:32.434Z Compiling crossbeam-deque v0.8.3
24572024-05-13T18:24:32.458Z Compiling same-file v1.0.6
24582024-05-13T18:24:32.458Z Compiling fastrand v2.0.1
24592024-05-13T18:24:32.650Z Compiling walkdir v2.5.0
24602024-05-13T18:24:32.922Z Compiling tempfile v3.10.1
24612024-05-13T18:24:32.946Z Compiling blake3 v1.5.0
24622024-05-13T18:24:33.201Z Compiling xattr v1.0.1
24632024-05-13T18:24:33.427Z Compiling rayon v1.10.0
24642024-05-13T18:24:33.592Z Compiling serde_yaml v0.9.25
24652024-05-13T18:24:33.720Z Compiling memmap2 v0.7.1
24662024-05-13T18:24:33.842Z Compiling dirs-sys-next v0.1.2
24672024-05-13T18:24:33.919Z Compiling filetime v0.2.23
24682024-05-13T18:24:34.052Z Compiling home v0.5.5
24692024-05-13T18:24:34.076Z Compiling arrayvec v0.7.4
24702024-05-13T18:24:34.187Z Compiling strsim v0.10.0
24712024-05-13T18:24:34.262Z Compiling arrayref v0.3.7
24722024-05-13T18:24:34.357Z Compiling heck v0.5.0
24732024-05-13T18:24:34.419Z Compiling rustls-pki-types v1.3.0
24742024-05-13T18:24:34.760Z Compiling constant_time_eq v0.3.0
24752024-05-13T18:24:34.853Z Compiling ident_case v1.0.1
24762024-05-13T18:24:34.905Z Compiling toolchain_find v0.4.0
24772024-05-13T18:24:35.010Z Compiling darling_core v0.20.8
24782024-05-13T18:24:35.367Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
24792024-05-13T18:24:35.491Z Compiling tar v0.4.40
24802024-05-13T18:24:35.527Z Compiling dirs-next v2.0.0
24812024-05-13T18:24:35.766Z Compiling camino-tempfile v1.1.1
24822024-05-13T18:24:36.139Z Compiling toml v0.8.12
24832024-05-13T18:24:36.780Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
24842024-05-13T18:24:37.145Z Compiling thread_local v1.1.7
24852024-05-13T18:24:37.384Z Compiling rustls v0.22.4
24862024-05-13T18:24:37.453Z Compiling topological-sort v0.2.2
24872024-05-13T18:24:37.642Z Compiling slog-async v2.8.0
24882024-05-13T18:24:37.666Z Compiling paste v1.0.14
24892024-05-13T18:24:37.872Z Compiling base64 v0.22.1
24902024-05-13T18:24:38.144Z Compiling omicron-zone-package v0.11.0
24912024-05-13T18:24:38.168Z Compiling rustfmt-wrapper v0.2.1
24922024-05-13T18:24:38.294Z Compiling term v0.7.0
24932024-05-13T18:24:38.664Z Compiling rustls-webpki v0.102.1
24942024-05-13T18:24:40.046Z Compiling darling_macro v0.20.8
24952024-05-13T18:24:40.177Z Compiling crossbeam-channel v0.5.8
24962024-05-13T18:24:40.870Z Compiling structmeta-derive v0.3.0
24972024-05-13T18:24:41.667Z Compiling multer v3.1.0
24982024-05-13T18:24:41.692Z Compiling take_mut v0.2.2
24992024-05-13T18:24:41.841Z Compiling match_cfg v0.1.0
25002024-05-13T18:24:41.940Z Compiling hostname v0.3.1
25012024-05-13T18:24:42.169Z Compiling darling v0.20.8
25022024-05-13T18:24:42.296Z Compiling slog-term v2.9.1
25032024-05-13T18:24:43.117Z Compiling structmeta v0.3.0
25042024-05-13T18:24:43.457Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25052024-05-13T18:24:43.481Z Compiling slog-json v2.6.1
25062024-05-13T18:24:43.523Z Compiling http v1.0.0
25072024-05-13T18:24:43.746Z Compiling pin-project-internal v1.1.3
25082024-05-13T18:24:43.905Z Compiling async-stream-impl v0.3.5
25092024-05-13T18:24:44.529Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
25102024-05-13T18:24:44.646Z Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
25112024-05-13T18:24:44.701Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
25122024-05-13T18:24:44.976Z Compiling atomic-waker v1.1.1
25132024-05-13T18:24:45.000Z Compiling async-stream v0.3.5
25142024-05-13T18:24:45.157Z Compiling waitgroup v0.1.2
25152024-05-13T18:24:45.566Z Compiling slog-bunyan v2.5.0
25162024-05-13T18:24:45.925Z Compiling parse-display-derive v0.9.0
25172024-05-13T18:24:45.998Z Compiling pin-project v1.1.3
25182024-05-13T18:24:46.123Z Compiling tokio-rustls v0.25.0
25192024-05-13T18:24:46.535Z Compiling serde_with_macros v3.7.0
25202024-05-13T18:24:46.940Z Compiling rustls-pemfile v2.1.2
25212024-05-13T18:24:47.592Z Compiling sha1 v0.10.6
25222024-05-13T18:24:47.886Z Compiling strum_macros v0.26.1
25232024-05-13T18:24:48.185Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
25242024-05-13T18:24:48.310Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
25252024-05-13T18:24:48.901Z Compiling newtype-uuid v1.1.0
25262024-05-13T18:24:49.212Z Compiling snafu-derive v0.8.2
25272024-05-13T18:24:49.305Z Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
25282024-05-13T18:24:51.044Z Compiling serde_path_to_error v0.1.16
25292024-05-13T18:24:51.695Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25302024-05-13T18:24:51.920Z Compiling hostname v0.4.0
25312024-05-13T18:24:52.161Z Compiling instant v0.1.12
25322024-05-13T18:24:52.283Z Compiling fs-err v2.11.0
25332024-05-13T18:24:52.570Z Compiling buf-list v1.0.3
25342024-05-13T18:24:52.596Z Compiling arc-swap v1.6.0
25352024-05-13T18:24:53.050Z Compiling debug-ignore v1.0.5
25362024-05-13T18:24:53.286Z Compiling slog-scope v4.4.0
25372024-05-13T18:24:53.352Z Compiling snafu v0.8.2
25382024-05-13T18:24:53.834Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
25392024-05-13T18:24:54.092Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25402024-05-13T18:24:54.287Z Compiling backoff v0.4.0
25412024-05-13T18:24:54.480Z Compiling strum v0.26.2
25422024-05-13T18:24:54.611Z Compiling parse-display v0.9.0
25432024-05-13T18:24:54.663Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25442024-05-13T18:24:55.075Z Compiling serde_with v3.7.0
25452024-05-13T18:24:55.344Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25462024-05-13T18:24:55.971Z Compiling pem v3.0.4
25472024-05-13T18:24:56.298Z Compiling globset v0.4.13
25482024-05-13T18:24:57.321Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
25492024-05-13T18:24:57.485Z Compiling olpc-cjson v0.1.3
25502024-05-13T18:24:58.204Z Compiling serde_plain v1.0.2
25512024-05-13T18:24:58.244Z Compiling macaddr v1.0.1
25522024-05-13T18:24:58.702Z Compiling async-recursion v1.1.0
25532024-05-13T18:24:59.320Z Compiling typed-path v0.7.0
25542024-05-13T18:25:03.076Z Compiling tough v0.17.1
25552024-05-13T18:25:04.915Z Compiling slog-stdlog v4.1.1
25562024-05-13T18:25:06.161Z Compiling itertools v0.12.1
25572024-05-13T18:25:06.248Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
25582024-05-13T18:25:06.446Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
25592024-05-13T18:25:08.434Z Compiling parse-size v1.0.0
25602024-05-13T18:25:08.692Z Compiling slog-envlogger v2.2.0
25612024-05-13T18:25:09.276Z Compiling humantime v2.1.0
25622024-05-13T18:25:24.571Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25632024-05-13T18:25:32.711Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
25642024-05-13T18:25:34.794Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
25652024-05-13T18:25:54.080Z Finished release [optimized] target(s) in 1m 22s
25662024-05-13T18:25:54.171Z
25672024-05-13T18:25:54.171Zreal 1:22.967627166
25682024-05-13T18:25:54.171Zuser 8:06.152050155
25692024-05-13T18:25:54.171Zsys 47.970803899
25702024-05-13T18:25:54.195Ztrap 0.269509514
25712024-05-13T18:25:54.195Ztflt 0.245501300
25722024-05-13T18:25:54.195Zdflt 0.681459241
25732024-05-13T18:25:54.195Zkflt 0.000100443
25742024-05-13T18:25:54.195Zlock 16:28.173173050
25752024-05-13T18:25:54.195Zslp 18:08.224729268
25762024-05-13T18:25:54.195Zlat 21.759271308
25772024-05-13T18:25:54.195Zstop 21.997503744
25782024-05-13T18:25:54.196Z+ ptime -m gzip
25792024-05-13T18:25:55.728Z
25802024-05-13T18:25:55.728Zreal 1.551768298
25812024-05-13T18:25:55.728Zuser 1.538919196
25822024-05-13T18:25:55.728Zsys 0.011849839
25832024-05-13T18:25:55.728Ztrap 0.000200346
25842024-05-13T18:25:55.728Ztflt 0.000000000
25852024-05-13T18:25:55.754Zdflt 0.000000000
25862024-05-13T18:25:55.754Zkflt 0.000000000
25872024-05-13T18:25:55.754Zlock 0.000000000
25882024-05-13T18:25:55.754Zslp 0.000000000
25892024-05-13T18:25:55.754Zlat 0.000221648
25902024-05-13T18:25:55.754Zstop 0.000449435
25912024-05-13T18:25:55.754Z+ banner permission-slip
25922024-05-13T18:25:55.754Z
25932024-05-13T18:25:55.754Z ##### ###### ##### # # # #### #### # #### # #
25942024-05-13T18:25:55.754Z # # # # # ## ## # # # # # # ## #
25952024-05-13T18:25:55.754Z # # ##### # # # ## # # #### #### # # # # # #
25962024-05-13T18:25:55.754Z ##### # ##### # # # # # # # # # # #
25972024-05-13T18:25:55.754Z # # # # # # # # # # # # # # # ##
25982024-05-13T18:25:55.754Z # ###### # # # # # #### #### # #### # #
25992024-05-13T18:25:55.754Z
26002024-05-13T18:25:55.754Z+ source ./tools/permslip_commit
26012024-05-13T18:25:55.754Z++ COMMIT=5d44e0065f90051a28881c75e3574142ada9b695
26022024-05-13T18:25:55.754Z+ git init /work/permission-slip-build
26032024-05-13T18:25:55.754Zhint: Using 'master' as the name for the initial branch. This default branch name
26042024-05-13T18:25:55.754Zhint: is subject to change. To configure the initial branch name to use in all
26052024-05-13T18:25:55.754Zhint: of your new repositories, which will suppress this warning, call:
26062024-05-13T18:25:55.755Zhint:
26072024-05-13T18:25:55.755Zhint: git config --global init.defaultBranch <name>
26082024-05-13T18:25:55.755Zhint:
26092024-05-13T18:25:55.755Zhint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
26102024-05-13T18:25:55.755Zhint: 'development'. The just-created branch can be renamed via this command:
26112024-05-13T18:25:55.755Zhint:
26122024-05-13T18:25:55.755Zhint: git branch -m <name>
26132024-05-13T18:25:55.755ZInitialized empty Git repository in /work/permission-slip-build/.git/
26142024-05-13T18:25:55.755Z+ pushd /work/permission-slip-build
26152024-05-13T18:25:55.755Z/work/permission-slip-build /work/oxidecomputer/omicron
26162024-05-13T18:25:55.755Z+ git remote add origin https://github.com/oxidecomputer/permission-slip.git
26172024-05-13T18:25:55.755Z+ ptime -m git fetch --depth 1 origin 5d44e0065f90051a28881c75e3574142ada9b695
26182024-05-13T18:25:56.651ZFrom https://github.com/oxidecomputer/permission-slip
26192024-05-13T18:25:56.651Z * branch 5d44e0065f90051a28881c75e3574142ada9b695 -> FETCH_HEAD
26202024-05-13T18:25:56.675Z
26212024-05-13T18:25:56.676Zreal 0.908273017
26222024-05-13T18:25:56.676Zuser 0.075594472
26232024-05-13T18:25:56.676Zsys 0.043348695
26242024-05-13T18:25:56.676Ztrap 0.000007353
26252024-05-13T18:25:56.676Ztflt 0.000000000
26262024-05-13T18:25:56.676Zdflt 0.000000000
26272024-05-13T18:25:56.676Zkflt 0.000000000
26282024-05-13T18:25:56.676Zlock 0.000143952
26292024-05-13T18:25:56.676Zslp 2.767223197
26302024-05-13T18:25:56.676Zlat 0.004412450
26312024-05-13T18:25:56.676Zstop 0.000748776
26322024-05-13T18:25:56.676Z+ git checkout FETCH_HEAD
26332024-05-13T18:25:56.701ZNote: switching to 'FETCH_HEAD'.
26342024-05-13T18:25:56.701Z
26352024-05-13T18:25:56.701ZYou are in 'detached HEAD' state. You can look around, make experimental
26362024-05-13T18:25:56.701Zchanges and commit them, and you can discard any commits you make in this
26372024-05-13T18:25:56.701Zstate without impacting any branches by switching back to a branch.
26382024-05-13T18:25:56.701Z
26392024-05-13T18:25:56.701ZIf you want to create a new branch to retain commits you create, you may
26402024-05-13T18:25:56.701Zdo so (now or later) by using -c with the switch command. Example:
26412024-05-13T18:25:56.701Z
26422024-05-13T18:25:56.701Z git switch -c <new-branch-name>
26432024-05-13T18:25:56.701Z
26442024-05-13T18:25:56.701ZOr undo this operation with:
26452024-05-13T18:25:56.701Z
26462024-05-13T18:25:56.702Z git switch -
26472024-05-13T18:25:56.702Z
26482024-05-13T18:25:56.702ZTurn off this advice by setting config variable advice.detachedHead to false
26492024-05-13T18:25:56.702Z
26502024-05-13T18:25:56.702ZHEAD is now at 5d44e00 Ensure SSH tables exist in the database
26512024-05-13T18:25:56.702Z+ ptime -m cargo build --locked -p permission-slip-client --release
26522024-05-13T18:25:56.702Zinfo: syncing channel updates for '1.74-x86_64-unknown-illumos'
26532024-05-13T18:25:56.825Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
26542024-05-13T18:25:56.825Zinfo: downloading component 'cargo'
26552024-05-13T18:25:57.474Zinfo: downloading component 'clippy'
26562024-05-13T18:25:58.143Zinfo: downloading component 'rust-docs'
26572024-05-13T18:25:58.294Zinfo: downloading component 'rust-std'
26582024-05-13T18:25:59.056Zinfo: downloading component 'rustc'
26592024-05-13T18:26:00.636Zinfo: downloading component 'rustfmt'
26602024-05-13T18:26:01.024Zinfo: installing component 'cargo'
26612024-05-13T18:26:02.093Zinfo: installing component 'clippy'
26622024-05-13T18:26:02.479Zinfo: installing component 'rust-docs'
26632024-05-13T18:26:04.892Zinfo: installing component 'rust-std'
26642024-05-13T18:26:06.788Zinfo: installing component 'rustc'
26652024-05-13T18:26:11.592Zinfo: installing component 'rustfmt'
26662024-05-13T18:26:12.231Z Updating crates.io index
26672024-05-13T18:26:12.572Z Updating git repository `https://github.com/oxidecomputer/sshauth`
26682024-05-13T18:26:13.462ZFrom https://github.com/oxidecomputer/sshauth
26692024-05-13T18:26:13.462Z * [new branch] dependabot/cargo/mio-0.8.11 -> origin/dependabot/cargo/mio-0.8.11
26702024-05-13T18:26:13.462Z * [new branch] main -> origin/main
26712024-05-13T18:26:13.487Z * [new branch] paranoia -> origin/paranoia
26722024-05-13T18:26:13.487Z * [new branch] readme -> origin/readme
26732024-05-13T18:26:13.487Z * [new ref] -> origin/HEAD
26742024-05-13T18:26:13.514Z Updating git repository `https://github.com/oxidecomputer/hubtools`
26752024-05-13T18:26:14.131ZFrom https://github.com/oxidecomputer/hubtools
26762024-05-13T18:26:14.131Z * [new branch] add-cargo-lock -> origin/add-cargo-lock
26772024-05-13T18:26:14.132Z * [new branch] add-default-caboose -> origin/add-default-caboose
26782024-05-13T18:26:14.156Z * [new branch] add_sign -> origin/add_sign
26792024-05-13T18:26:14.156Z * [new branch] bootleby_archive -> origin/bootleby_archive
26802024-05-13T18:26:14.156Z * [new branch] caboose_sign -> origin/caboose_sign
26812024-05-13T18:26:14.157Z * [new branch] epoch -> origin/epoch
26822024-05-13T18:26:14.157Z * [new branch] extract-image -> origin/extract-image
26832024-05-13T18:26:14.157Z * [new branch] fixes -> origin/fixes
26842024-05-13T18:26:14.157Z * [new branch] humility_fixes -> origin/humility_fixes
26852024-05-13T18:26:14.157Z * [new branch] main -> origin/main
26862024-05-13T18:26:14.157Z * [new branch] overwrite_in_memory -> origin/overwrite_in_memory
26872024-05-13T18:26:14.157Z * [new branch] sig_txt -> origin/sig_txt
26882024-05-13T18:26:14.157Z * [new branch] sign_caboose_builder -> origin/sign_caboose_builder
26892024-05-13T18:26:14.157Z * [new branch] verify_rot -> origin/verify_rot
26902024-05-13T18:26:14.157Z * [new ref] -> origin/HEAD
26912024-05-13T18:26:14.787Z Downloading crates ...
26922024-05-13T18:26:14.934Z Downloaded anstyle v1.0.6
26932024-05-13T18:26:14.959Z Downloaded anstream v0.6.13
26942024-05-13T18:26:14.959Z Downloaded anstyle-parse v0.2.3
26952024-05-13T18:26:14.959Z Downloaded bincode v1.3.3
26962024-05-13T18:26:14.959Z Downloaded crc-any v2.4.4
26972024-05-13T18:26:14.959Z Downloaded chrono v0.4.37
26982024-05-13T18:26:14.984Z Downloaded oauth2 v4.4.2
26992024-05-13T18:26:14.984Z Downloaded typify-macro v0.0.16
27002024-05-13T18:26:14.984Z Downloaded try-lock v0.2.5
27012024-05-13T18:26:14.984Z Downloaded termcolor v1.4.1
27022024-05-13T18:26:14.984Z Downloaded ssh-cipher v0.2.0
27032024-05-13T18:26:14.984Z Downloaded xdg v2.5.2
27042024-05-13T18:26:15.010Z Downloaded unsafe-libyaml v0.2.11
27052024-05-13T18:26:15.010Z Downloaded x509-cert v0.2.5
27062024-05-13T18:26:15.010Z Downloaded syn v2.0.55
27072024-05-13T18:26:15.034Z Downloaded typify-impl v0.0.16
27082024-05-13T18:26:15.059Z Downloaded webpki-roots v0.25.4
27092024-05-13T18:26:15.059Z Downloaded tokio v1.36.0
27102024-05-13T18:26:15.083Z Downloaded rustls v0.21.10
27112024-05-13T18:26:15.108Z Downloaded rustix v0.38.32
27122024-05-13T18:26:15.132Z Downloaded regress v0.8.0
27132024-05-13T18:26:15.132Z Downloaded regex-syntax v0.8.3
27142024-05-13T18:26:15.156Z Downloaded regex-automata v0.4.6
27152024-05-13T18:26:15.184Z Downloaded p384 v0.13.0
27162024-05-13T18:26:15.184Z Downloaded curve25519-dalek v3.2.0
27172024-05-13T18:26:15.184Z Downloaded ssh-key v0.6.5
27182024-05-13T18:26:15.209Z Downloaded openssl-sys v0.9.101
27192024-05-13T18:26:15.209Z Downloaded unicode-normalization v0.1.23
27202024-05-13T18:26:15.209Z Downloaded typenum v1.17.0
27212024-05-13T18:26:15.209Z Downloaded signature v2.2.0
27222024-05-13T18:26:15.209Z Downloaded serde_yaml v0.9.34+deprecated
27232024-05-13T18:26:15.209Z Downloaded sct v0.7.1
27242024-05-13T18:26:15.209Z Downloaded quote v1.0.35
27252024-05-13T18:26:15.209Z Downloaded proc-macro2 v1.0.79
27262024-05-13T18:26:15.233Z Downloaded platforms v3.4.0
27272024-05-13T18:26:15.233Z Downloaded parking_lot_core v0.9.9
27282024-05-13T18:26:15.233Z Downloaded typify v0.0.16
27292024-05-13T18:26:15.233Z Downloaded smallvec v1.13.2
27302024-05-13T18:26:15.234Z Downloaded serde_json v1.0.115
27312024-05-13T18:26:15.234Z Downloaded serde_derive_internals v0.26.0
27322024-05-13T18:26:15.234Z Downloaded serde_derive v1.0.197
27332024-05-13T18:26:15.234Z Downloaded serde v1.0.197
27342024-05-13T18:26:15.260Z Downloaded schemars_derive v0.8.16
27352024-05-13T18:26:15.260Z Downloaded rustls-pemfile v1.0.4
27362024-05-13T18:26:15.260Z Downloaded opaque-debug v0.3.1
27372024-05-13T18:26:15.260Z Downloaded ssh-encoding v0.2.0
27382024-05-13T18:26:15.260Z Downloaded signature v1.6.4
27392024-05-13T18:26:15.260Z Downloaded pkg-config v0.3.30
27402024-05-13T18:26:15.260Z Downloaded tls_codec v0.4.1
27412024-05-13T18:26:15.260Z Downloaded thiserror-impl v1.0.58
27422024-05-13T18:26:15.260Z Downloaded spki v0.7.3
27432024-05-13T18:26:15.260Z Downloaded sha2 v0.9.9
27442024-05-13T18:26:15.260Z Downloaded rsa v0.9.6
27452024-05-13T18:26:15.260Z Downloaded tls_codec_derive v0.4.1
27462024-05-13T18:26:15.284Z Downloaded thiserror v1.0.58
27472024-05-13T18:26:15.284Z Downloaded schemars v0.8.16
27482024-05-13T18:26:15.284Z Downloaded ryu v1.0.17
27492024-05-13T18:26:15.285Z Downloaded heapless v0.7.17
27502024-05-13T18:26:15.285Z Downloaded h2 v0.3.25
27512024-05-13T18:26:15.309Z Downloaded lock_api v0.4.11
27522024-05-13T18:26:15.309Z Downloaded libm v0.2.8
27532024-05-13T18:26:15.309Z Downloaded itoa v1.0.11
27542024-05-13T18:26:15.309Z Downloaded is-terminal v0.4.12
27552024-05-13T18:26:15.309Z Downloaded iana-time-zone v0.1.60
27562024-05-13T18:26:15.309Z Downloaded http-body v0.4.6
27572024-05-13T18:26:15.309Z Downloaded flagset v0.4.5
27582024-05-13T18:26:15.309Z Downloaded env_logger v0.10.2
27592024-05-13T18:26:15.333Z Downloaded ed25519-dalek v2.1.1
27602024-05-13T18:26:15.333Z Downloaded ed25519-dalek v1.0.1
27612024-05-13T18:26:15.333Z Downloaded ed25519 v2.2.3
27622024-05-13T18:26:15.333Z Downloaded ed25519 v1.5.3
27632024-05-13T18:26:15.333Z Downloaded digest v0.9.0
27642024-05-13T18:26:15.334Z Downloaded curve25519-dalek-derive v0.1.1
27652024-05-13T18:26:15.334Z Downloaded crypto-bigint v0.5.5
27662024-05-13T18:26:15.334Z Downloaded clap-num v1.1.1
27672024-05-13T18:26:15.334Z Downloaded blake3 v1.5.1
27682024-05-13T18:26:15.358Z Downloaded bitflags v2.5.0
27692024-05-13T18:26:15.358Z Downloaded cc v1.0.90
27702024-05-13T18:26:15.358Z Downloaded block-buffer v0.9.0
27712024-05-13T18:26:15.358Z Downloaded anyhow v1.0.81
27722024-05-13T18:26:15.358Z Downloaded anstyle-query v1.0.2
27732024-05-13T18:26:15.358Z Downloaded ahash v0.8.11
27742024-05-13T18:26:15.358Z Downloaded autocfg v1.2.0
27752024-05-13T18:26:15.358Z Downloaded aho-corasick v1.1.3
27762024-05-13T18:26:15.490Z Compiling proc-macro2 v1.0.79
27772024-05-13T18:26:15.490Z Compiling unicode-ident v1.0.12
27782024-05-13T18:26:15.514Z Compiling version_check v0.9.4
27792024-05-13T18:26:15.514Z Compiling libc v0.2.153
27802024-05-13T18:26:15.514Z Compiling cfg-if v1.0.0
27812024-05-13T18:26:15.514Z Compiling autocfg v1.2.0
27822024-05-13T18:26:15.514Z Compiling typenum v1.17.0
27832024-05-13T18:26:15.514Z Compiling serde v1.0.197
27842024-05-13T18:26:15.672Z Compiling subtle v2.5.0
27852024-05-13T18:26:15.707Z Compiling cc v1.0.90
27862024-05-13T18:26:15.961Z Compiling const-oid v0.9.6
27872024-05-13T18:26:16.135Z Compiling once_cell v1.19.0
27882024-05-13T18:26:16.162Z Compiling generic-array v0.14.7
27892024-05-13T18:26:16.239Z Compiling ahash v0.8.11
27902024-05-13T18:26:16.553Z Compiling lock_api v0.4.11
27912024-05-13T18:26:16.578Z Compiling scopeguard v1.2.0
27922024-05-13T18:26:16.602Z Compiling serde_json v1.0.115
27932024-05-13T18:26:16.700Z Compiling syn v1.0.109
27942024-05-13T18:26:16.894Z Compiling quote v1.0.35
27952024-05-13T18:26:17.219Z Compiling syn v2.0.55
27962024-05-13T18:26:17.453Z Compiling getrandom v0.2.12
27972024-05-13T18:26:17.547Z Compiling smallvec v1.13.2
27982024-05-13T18:26:17.571Z Compiling itoa v1.0.11
27992024-05-13T18:26:17.776Z Compiling rand_core v0.6.4
28002024-05-13T18:26:17.799Z Compiling base64ct v1.6.0
28012024-05-13T18:26:17.922Z Compiling memchr v2.7.1
28022024-05-13T18:26:17.985Z Compiling parking_lot_core v0.9.9
28032024-05-13T18:26:18.127Z Compiling pin-project-lite v0.2.13
28042024-05-13T18:26:18.222Z Compiling pem-rfc7468 v0.7.0
28052024-05-13T18:26:18.246Z Compiling bytes v1.6.0
28062024-05-13T18:26:18.271Z Compiling zerocopy v0.7.32
28072024-05-13T18:26:18.471Z Compiling libm v0.2.8
28082024-05-13T18:26:19.062Z Compiling num-traits v0.2.18
28092024-05-13T18:26:19.087Z Compiling allocator-api2 v0.2.16
28102024-05-13T18:26:19.406Z Compiling thiserror v1.0.58
28112024-05-13T18:26:19.465Z Compiling log v0.4.21
28122024-05-13T18:26:19.854Z Compiling hashbrown v0.14.3
28132024-05-13T18:26:20.088Z Compiling bitflags v2.5.0
28142024-05-13T18:26:20.952Z Compiling flagset v0.4.5
28152024-05-13T18:26:21.061Z Compiling parking_lot v0.12.1
28162024-05-13T18:26:21.183Z Compiling spin v0.9.8
28172024-05-13T18:26:21.432Z Compiling num_cpus v1.16.0
28182024-05-13T18:26:21.575Z Compiling signal-hook-registry v1.4.1
28192024-05-13T18:26:21.602Z Compiling socket2 v0.5.6
28202024-05-13T18:26:22.007Z Compiling mio v0.8.11
28212024-05-13T18:26:22.482Z Compiling semver v1.0.22
28222024-05-13T18:26:23.021Z Compiling pkg-config v0.3.30
28232024-05-13T18:26:23.285Z Compiling cpufeatures v0.2.12
28242024-05-13T18:26:23.309Z Compiling schemars v0.8.16
28252024-05-13T18:26:23.309Z Compiling vcpkg v0.2.15
28262024-05-13T18:26:23.453Z Compiling serde_derive_internals v0.26.0
28272024-05-13T18:26:23.717Z Compiling ring v0.17.8
28282024-05-13T18:26:24.430Z Compiling ryu v1.0.17
28292024-05-13T18:26:24.969Z Compiling openssl-sys v0.9.101
28302024-05-13T18:26:25.629Z Compiling slab v0.4.9
28312024-05-13T18:26:25.653Z Compiling equivalent v1.0.1
28322024-05-13T18:26:25.677Z Compiling fnv v1.0.7
28332024-05-13T18:26:25.794Z Compiling futures-core v0.3.30
28342024-05-13T18:26:25.822Z Compiling http v0.2.12
28352024-05-13T18:26:26.027Z Compiling rustc_version v0.4.0
28362024-05-13T18:26:26.177Z Compiling tracing-core v0.1.32
28372024-05-13T18:26:26.264Z Compiling byteorder v1.5.0
28382024-05-13T18:26:26.576Z Compiling untrusted v0.9.0
28392024-05-13T18:26:26.869Z Compiling tracing v0.1.40
28402024-05-13T18:26:26.982Z Compiling dyn-clone v1.0.17
28412024-05-13T18:26:27.154Z Compiling futures-task v0.3.30
28422024-05-13T18:26:27.366Z Compiling chrono v0.4.37
28432024-05-13T18:26:27.457Z Compiling httparse v1.8.0
28442024-05-13T18:26:27.509Z Compiling foreign-types-shared v0.1.1
28452024-05-13T18:26:27.618Z Compiling openssl v0.10.64
28462024-05-13T18:26:27.775Z Compiling serde_derive v1.0.197
28472024-05-13T18:26:27.875Z Compiling zeroize_derive v1.4.2
28482024-05-13T18:26:27.930Z Compiling der_derive v0.7.2
28492024-05-13T18:26:28.035Z Compiling tokio-macros v2.2.0
28502024-05-13T18:26:28.526Z Compiling thiserror-impl v1.0.58
28512024-05-13T18:26:29.145Z Compiling schemars_derive v0.8.16
28522024-05-13T18:26:29.243Z Compiling zeroize v1.7.0
28532024-05-13T18:26:29.548Z Compiling tokio v1.36.0
28542024-05-13T18:26:29.993Z Compiling der v0.7.8
28552024-05-13T18:26:30.188Z Compiling uuid v1.8.0
28562024-05-13T18:26:30.704Z Compiling crypto-common v0.1.6
28572024-05-13T18:26:30.728Z Compiling block-buffer v0.10.4
28582024-05-13T18:26:30.886Z Compiling futures-io v0.3.30
28592024-05-13T18:26:30.949Z Compiling digest v0.10.7
28602024-05-13T18:26:31.094Z Compiling pin-utils v0.1.0
28612024-05-13T18:26:31.183Z Compiling ppv-lite86 v0.2.17
28622024-05-13T18:26:31.209Z Compiling futures-sink v0.3.30
28632024-05-13T18:26:31.352Z Compiling sha2 v0.10.8
28642024-05-13T18:26:31.376Z Compiling signature v2.2.0
28652024-05-13T18:26:31.616Z Compiling futures-util v0.3.30
28662024-05-13T18:26:31.925Z Compiling spki v0.7.3
28672024-05-13T18:26:32.022Z Compiling openssl-macros v0.1.1
28682024-05-13T18:26:32.375Z Compiling pkcs8 v0.10.2
28692024-05-13T18:26:32.746Z Compiling foreign-types v0.3.2
28702024-05-13T18:26:33.893Z Compiling regress v0.8.0
28712024-05-13T18:26:33.921Z Compiling try-lock v0.2.5
28722024-05-13T18:26:34.064Z Compiling rustls v0.21.10
28732024-05-13T18:26:34.376Z Compiling heck v0.4.1
28742024-05-13T18:26:34.730Z Compiling tinyvec_macros v0.1.1
28752024-05-13T18:26:34.819Z Compiling native-tls v0.2.11
28762024-05-13T18:26:35.189Z Compiling tinyvec v1.6.0
28772024-05-13T18:26:36.578Z Compiling tokio-util v0.7.10
28782024-05-13T18:26:36.717Z Compiling rustls-webpki v0.101.7
28792024-05-13T18:26:37.032Z Compiling sct v0.7.1
28802024-05-13T18:26:37.480Z Compiling want v0.3.1
28812024-05-13T18:26:38.739Z Compiling http-body v0.4.6
28822024-05-13T18:26:39.239Z Compiling futures-channel v0.3.30
28832024-05-13T18:26:39.416Z Compiling indexmap v2.2.6
28842024-05-13T18:26:39.676Z Compiling serde_tokenstream v0.2.0
28852024-05-13T18:26:39.961Z Compiling ff v0.13.0
28862024-05-13T18:26:40.191Z Compiling tower-service v0.3.2
28872024-05-13T18:26:40.289Z Compiling httpdate v1.0.3
28882024-05-13T18:26:40.325Z Compiling iana-time-zone v0.1.60
28892024-05-13T18:26:40.780Z Compiling percent-encoding v2.3.1
28902024-05-13T18:26:40.978Z Compiling h2 v0.3.25
28912024-05-13T18:26:41.003Z Compiling base16ct v0.2.0
28922024-05-13T18:26:41.032Z Compiling openssl-probe v0.1.5
28932024-05-13T18:26:41.528Z Compiling getrandom v0.1.16
28942024-05-13T18:26:41.631Z Compiling rustix v0.38.32
28952024-05-13T18:26:41.986Z Compiling sec1 v0.7.3
28962024-05-13T18:26:42.385Z Compiling form_urlencoded v1.2.1
28972024-05-13T18:26:42.921Z Compiling typify-impl v0.0.16
28982024-05-13T18:26:44.618Z Compiling group v0.13.0
28992024-05-13T18:26:45.237Z Compiling hyper v0.14.28
29002024-05-13T18:26:46.546Z Compiling unicode-normalization v0.1.23
29012024-05-13T18:26:47.584Z Compiling crypto-bigint v0.5.5
29022024-05-13T18:26:51.432Z Compiling errno v0.3.8
29032024-05-13T18:26:51.692Z Compiling radium v0.7.0
29042024-05-13T18:26:52.106Z Compiling unicode-bidi v0.3.15
29052024-05-13T18:26:52.226Z Compiling platforms v3.4.0
29062024-05-13T18:26:52.529Z Compiling utf8parse v0.2.1
29072024-05-13T18:26:52.727Z Compiling anstyle-parse v0.2.3
29082024-05-13T18:26:52.774Z Compiling curve25519-dalek v4.1.2
29092024-05-13T18:26:52.798Z Compiling typify-macro v0.0.16
29102024-05-13T18:26:53.124Z Compiling idna v0.5.0
29112024-05-13T18:26:55.116Z Compiling elliptic-curve v0.13.8
29122024-05-13T18:26:55.772Z Compiling tokio-rustls v0.24.1
29132024-05-13T18:26:56.034Z Compiling tokio-native-tls v0.3.1
29142024-05-13T18:26:56.397Z Compiling rand_chacha v0.3.1
29152024-05-13T18:26:56.733Z Compiling hmac v0.12.1
29162024-05-13T18:26:56.821Z Compiling aho-corasick v1.1.3
29172024-05-13T18:26:56.888Z Compiling maybe-uninit v2.0.0
29182024-05-13T18:26:56.948Z Compiling colorchoice v1.0.0
29192024-05-13T18:26:57.118Z Compiling regex-syntax v0.8.3
29202024-05-13T18:26:57.676Z Compiling base64 v0.21.7
29212024-05-13T18:26:58.087Z Compiling anstyle-query v1.0.2
29222024-05-13T18:26:58.223Z Compiling anstyle v1.0.6
29232024-05-13T18:26:58.512Z Compiling tap v1.0.1
29242024-05-13T18:26:58.538Z Compiling rustls-pemfile v1.0.4
29252024-05-13T18:26:58.674Z Compiling wyz v0.5.1
29262024-05-13T18:26:58.698Z Compiling anstream v0.6.13
29272024-05-13T18:26:58.995Z Compiling rfc6979 v0.4.0
29282024-05-13T18:26:59.140Z Compiling rand v0.8.5
29292024-05-13T18:26:59.208Z Compiling rand_core v0.5.1
29302024-05-13T18:26:59.608Z Compiling hyper-tls v0.5.0
29312024-05-13T18:26:59.868Z Compiling hyper-rustls v0.24.2
29322024-05-13T18:27:00.058Z Compiling regex-automata v0.4.6
29332024-05-13T18:27:00.265Z Compiling terminal_size v0.3.0
29342024-05-13T18:27:00.762Z Compiling url v2.5.0
29352024-05-13T18:27:00.998Z Compiling serde_urlencoded v0.7.1
29362024-05-13T18:27:01.074Z Compiling inout v0.1.3
29372024-05-13T18:27:01.302Z Compiling curve25519-dalek-derive v0.1.1
29382024-05-13T18:27:01.553Z Compiling heapless v0.7.17
29392024-05-13T18:27:01.966Z Compiling num-integer v0.1.46
29402024-05-13T18:27:02.929Z Compiling encoding_rs v0.8.33
29412024-05-13T18:27:07.151Z Compiling webpki-roots v0.25.4
29422024-05-13T18:27:07.304Z Compiling packed_struct v0.10.1
29432024-05-13T18:27:07.723Z Compiling sync_wrapper v0.1.2
29442024-05-13T18:27:07.867Z Compiling ipnet v2.9.0
29452024-05-13T18:27:10.307Z Compiling clap_lex v0.7.0
29462024-05-13T18:27:11.018Z Compiling funty v2.0.0
29472024-05-13T18:27:11.325Z Compiling strsim v0.11.0
29482024-05-13T18:27:12.519Z Compiling mime v0.3.17
29492024-05-13T18:27:12.841Z Compiling spin v0.5.2
29502024-05-13T18:27:13.053Z Compiling num-bigint-dig v0.8.4
29512024-05-13T18:27:13.077Z Compiling unicode-width v0.1.11
29522024-05-13T18:27:13.184Z Compiling heck v0.5.0
29532024-05-13T18:27:13.233Z Compiling getopts v0.2.21
29542024-05-13T18:27:13.425Z Compiling lazy_static v1.4.0
29552024-05-13T18:27:13.449Z Compiling reqwest v0.11.27
29562024-05-13T18:27:13.533Z Compiling bitvec v1.0.1
29572024-05-13T18:27:13.576Z Compiling clap_derive v4.5.4
29582024-05-13T18:27:15.973Z Compiling clap_builder v4.5.2
29592024-05-13T18:27:17.269Z Compiling regex v1.10.4
29602024-05-13T18:27:18.129Z Compiling num-iter v0.1.44
29612024-05-13T18:27:18.360Z Compiling cipher v0.4.4
29622024-05-13T18:27:18.895Z Compiling ecdsa v0.16.9
29632024-05-13T18:27:19.926Z Compiling typify v0.0.16
29642024-05-13T18:27:20.046Z Compiling primeorder v0.13.6
29652024-05-13T18:27:20.530Z Compiling openapiv3 v2.0.0
29662024-05-13T18:27:21.283Z Compiling ssh-encoding v0.2.0
29672024-05-13T18:27:22.128Z Compiling ed25519 v2.2.3
29682024-05-13T18:27:22.417Z Compiling digest v0.9.0
29692024-05-13T18:27:22.486Z Compiling packed_struct_codegen v0.10.1
29702024-05-13T18:27:22.646Z Compiling hash32 v0.2.1
29712024-05-13T18:27:23.020Z Compiling anyhow v1.0.81
29722024-05-13T18:27:23.538Z Compiling nodrop v0.1.14
29732024-05-13T18:27:23.657Z Compiling stable_deref_trait v1.2.0
29742024-05-13T18:27:23.752Z Compiling unsafe-libyaml v0.2.11
29752024-05-13T18:27:24.579Z Compiling slog v2.7.0
29762024-05-13T18:27:25.104Z Compiling serde_yaml v0.9.34+deprecated
29772024-05-13T18:27:27.242Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b)
29782024-05-13T18:27:28.708Z Compiling array-init v0.0.4
29792024-05-13T18:27:29.759Z Compiling ed25519-dalek v2.1.1
29802024-05-13T18:27:29.783Z Compiling ssh-cipher v0.2.0
29812024-05-13T18:27:30.041Z Compiling p256 v0.13.2
29822024-05-13T18:27:30.582Z Compiling smallvec v0.6.14
29832024-05-13T18:27:31.984Z Compiling clap v4.5.4
29842024-05-13T18:27:32.851Z Compiling rand_chacha v0.2.2
29852024-05-13T18:27:34.437Z Compiling pkcs1 v0.7.5
29862024-05-13T18:27:37.432Z Compiling block-buffer v0.9.0
29872024-05-13T18:27:37.617Z Compiling zerocopy-derive v0.6.6
29882024-05-13T18:27:39.379Z Compiling blake3 v1.5.1
29892024-05-13T18:27:39.911Z Compiling is-terminal v0.4.12
29902024-05-13T18:27:40.038Z Compiling opaque-debug v0.3.1
29912024-05-13T18:27:40.147Z Compiling signature v1.6.4
29922024-05-13T18:27:40.316Z Compiling embedded-io v0.4.0
29932024-05-13T18:27:40.558Z Compiling termcolor v1.4.1
29942024-05-13T18:27:41.795Z Compiling cobs v0.2.3
29952024-05-13T18:27:41.854Z Compiling base64 v0.13.1
29962024-05-13T18:27:42.075Z Compiling bitfield v0.14.0
29972024-05-13T18:27:42.253Z Compiling postcard v1.0.8
29982024-05-13T18:27:42.332Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29992024-05-13T18:27:42.567Z Compiling env_logger v0.10.2
30002024-05-13T18:27:43.122Z Compiling ed25519 v1.5.3
30012024-05-13T18:27:43.152Z Compiling sha2 v0.9.9
30022024-05-13T18:27:43.686Z Compiling zerocopy v0.6.6
30032024-05-13T18:27:45.453Z Compiling rsa v0.9.6
30042024-05-13T18:27:46.043Z Compiling rand v0.7.3
30052024-05-13T18:27:48.244Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b)
30062024-05-13T18:27:48.286Z Compiling serde-hex v0.1.0
30072024-05-13T18:27:50.823Z Compiling ssh-key v0.6.5
30082024-05-13T18:27:52.953Z Compiling curve25519-dalek v3.2.0
30092024-05-13T18:27:53.147Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b)
30102024-05-13T18:27:54.691Z Compiling bincode v1.3.3
30112024-05-13T18:27:55.745Z Compiling serde_path_to_error v0.1.16
30122024-05-13T18:27:56.650Z Compiling x509-cert v0.2.5
30132024-05-13T18:28:01.236Z Compiling hex v0.4.3
30142024-05-13T18:28:01.817Z Compiling constant_time_eq v0.3.0
30152024-05-13T18:28:01.987Z Compiling arrayref v0.3.7
30162024-05-13T18:28:02.093Z Compiling arrayvec v0.7.4
30172024-05-13T18:28:02.514Z Compiling crc-any v2.4.4
30182024-05-13T18:28:02.969Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
30192024-05-13T18:28:04.877Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b)
30202024-05-13T18:28:05.046Z Compiling oauth2 v4.4.2
30212024-05-13T18:28:06.248Z Compiling sshauth v0.1.0 (https://github.com/oxidecomputer/sshauth#a145680a)
30222024-05-13T18:28:07.660Z Compiling ed25519-dalek v1.0.1
30232024-05-13T18:28:07.856Z Compiling clap-num v1.1.1
30242024-05-13T18:28:08.097Z Compiling xdg v2.5.2
30252024-05-13T18:28:08.741Z Compiling permission-slip-client v1.0.0 (/work/permission-slip-build/client)
30262024-05-13T18:28:34.028Z Finished release [optimized] target(s) in 2m 21s
30272024-05-13T18:28:34.100Z
30282024-05-13T18:28:34.101Zreal 2:37.395035197
30292024-05-13T18:28:34.101Zuser 15:50.919831507
30302024-05-13T18:28:34.101Zsys 1:33.366183217
30312024-05-13T18:28:34.101Ztrap 0.556229116
30322024-05-13T18:28:34.101Ztflt 0.560230096
30332024-05-13T18:28:34.101Zdflt 0.593251069
30342024-05-13T18:28:34.101Zkflt 0.000143335
30352024-05-13T18:28:34.101Zlock 37:55.197716138
30362024-05-13T18:28:34.101Zslp 43:54.309184417
30372024-05-13T18:28:34.101Zlat 56.382984837
30382024-05-13T18:28:34.101Zstop 49.022908383
30392024-05-13T18:28:34.136Z+ ptime -m gzip
30402024-05-13T18:28:35.456Z
30412024-05-13T18:28:35.456Zreal 1.348064892
30422024-05-13T18:28:35.456Zuser 1.328114823
30432024-05-13T18:28:35.457Zsys 0.019062363
30442024-05-13T18:28:35.457Ztrap 0.000210276
30452024-05-13T18:28:35.457Ztflt 0.000000000
30462024-05-13T18:28:35.457Zdflt 0.000000000
30472024-05-13T18:28:35.457Zkflt 0.000000000
30482024-05-13T18:28:35.458Zlock 0.000000000
30492024-05-13T18:28:35.458Zslp 0.000000000
30502024-05-13T18:28:35.458Zlat 0.000204727
30512024-05-13T18:28:35.458Zstop 0.000377783
30522024-05-13T18:28:35.485Zprocess exited: duration 924434 ms, exit code 0
 
30532024-05-13T18:28:35.579Zfound 9 output files
30542024-05-13T18:28:35.579Zuploading: /work/end-to-end-tests/bootstrap-98dea950e94fd935.gz (7318798 bytes)
30552024-05-13T18:28:42.806Zuploaded: /work/end-to-end-tests/bootstrap-98dea950e94fd935.gz
30562024-05-13T18:28:42.806Zuploading: /work/end-to-end-tests/bootstrap.gz (102570839 bytes)
30572024-05-13T18:29:26.603Zuploaded: /work/end-to-end-tests/bootstrap.gz
30582024-05-13T18:29:26.630Zuploading: /work/end-to-end-tests/commtest-90175cfcd651a988.gz (7317260 bytes)
30592024-05-13T18:29:30.550Zuploaded: /work/end-to-end-tests/commtest-90175cfcd651a988.gz
30602024-05-13T18:29:30.551Zuploading: /work/end-to-end-tests/dhcp_server-de5ca33f91c4e25d.gz (7313474 bytes)
30612024-05-13T18:29:34.105Zuploaded: /work/end-to-end-tests/dhcp_server-de5ca33f91c4e25d.gz
30622024-05-13T18:29:34.105Zuploading: /work/end-to-end-tests/end_to_end_tests-75836b68fe5366bd.gz (106220633 bytes)
30632024-05-13T18:30:13.630Zuploaded: /work/end-to-end-tests/end_to_end_tests-75836b68fe5366bd.gz
30642024-05-13T18:30:13.630Zuploading: /work/caboose-util.gz (2411462 bytes)
30652024-05-13T18:30:15.865Zuploaded: /work/caboose-util.gz
30662024-05-13T18:30:15.895Zuploading: /work/tufaceous.gz (12200437 bytes)
30672024-05-13T18:30:24.109Zuploaded: /work/tufaceous.gz
30682024-05-13T18:30:24.109Zuploading: /work/commtest (462479544 bytes)
30692024-05-13T18:33:12.619Zuploaded: /work/commtest
30702024-05-13T18:33:12.619Zuploading: /work/permslip.gz (10331245 bytes)
30712024-05-13T18:33:16.691Zuploaded: /work/permslip.gz