01HWRFZHPTGYDDHPQVVGSSKCCN: 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: 01HWRG186JYPR6SKRBYXSRWW24

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-04-30T21:57:08.045Zjob assigned to worker 01HWRG189PPCM7S2SM1QCDQ9DT (queued for 2 m 32 s)
 
22024-04-30T21:57:16.120Zstarting task 0: "setup"
32024-04-30T21:57:16.868Z++ uname -s
42024-04-30T21:57:16.868Z+ kern=SunOS
52024-04-30T21:57:16.868Z+ case "$kern" in
62024-04-30T21:57:16.868Z+ groupadd -g 12345 build
72024-04-30T21:57:16.869Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-04-30T21:57:19.749Z+ zfs create -o mountpoint=/work rpool/work
92024-04-30T21:57:19.873Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-04-30T21:57:19.873Z+ home_fs=zfs
112024-04-30T21:57:19.873Z+ [[ zfs == autofs ]]
122024-04-30T21:57:19.873Z+ mkdir -p /home/build
132024-04-30T21:57:19.873Z+ chown build:build /home/build /work
142024-04-30T21:57:21.450Z+ chmod 0700 /home/build /work
152024-04-30T21:57:21.681Zprocess exited: duration 4209 ms, exit code 0
 
162024-04-30T21:57:23.714Zstarting task 1: "rust-toolchain"
172024-04-30T21:57:23.921Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-04-30T21:57:23.921Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-04-30T21:57:23.921Zinfo: downloading installer
202024-04-30T21:57:23.921Zwarning: it looks like you have an existing installation of Rust at:
212024-04-30T21:57:23.921Zwarning: /opt/ooce/bin
222024-04-30T21:57:23.921Zwarning: It is recommended that rustup be the primary Rust installation.
232024-04-30T21:57:23.921Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-04-30T21:57:23.921Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-04-30T21:57:23.922Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-04-30T21:57:23.922Zwarning: or pass `-y' to ignore all ignorable checks.
272024-04-30T21:57:23.922Zerror: cannot install while Rust is installed
282024-04-30T21:57:23.922Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-04-30T21:57:24.259Zinfo: profile set to 'default'
302024-04-30T21:57:24.260Zinfo: default host triple is x86_64-unknown-illumos
312024-04-30T21:57:24.260Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-04-30T21:57:25.333Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-04-30T21:57:25.333Zinfo: downloading component 'cargo'
342024-04-30T21:57:25.456Zinfo: downloading component 'clippy'
352024-04-30T21:57:25.456Zinfo: downloading component 'rust-docs'
362024-04-30T21:57:25.694Zinfo: downloading component 'rust-std'
372024-04-30T21:57:27.006Zinfo: downloading component 'rustc'
382024-04-30T21:57:30.285Zinfo: downloading component 'rustfmt'
392024-04-30T21:57:30.509Zinfo: installing component 'cargo'
402024-04-30T21:57:31.231Zinfo: installing component 'clippy'
412024-04-30T21:57:31.651Zinfo: installing component 'rust-docs'
422024-04-30T21:57:33.565Zinfo: installing component 'rust-std'
432024-04-30T21:57:34.841Zinfo: installing component 'rustc'
442024-04-30T21:57:38.992Zinfo: installing component 'rustfmt'
452024-04-30T21:57:39.145Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-04-30T21:57:39.145Z
472024-04-30T21:57:39.419Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-04-30T21:57:39.419Z
492024-04-30T21:57:39.543Z
502024-04-30T21:57:39.544ZRust is installed now. Great!
512024-04-30T21:57:39.544Z
522024-04-30T21:57:39.544ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-04-30T21:57:39.544Zenvironment variable. This has not been done automatically.
542024-04-30T21:57:39.544Z
552024-04-30T21:57:39.544ZTo configure your current shell, you need to source
562024-04-30T21:57:39.544Zthe corresponding env file under $HOME/.cargo.
572024-04-30T21:57:39.544Z
582024-04-30T21:57:39.544ZThis is usually done by running one of the following (note the leading DOT):
592024-04-30T21:57:39.544Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-04-30T21:57:39.545Zsource "$HOME/.cargo/env.fish" # For fish
612024-04-30T21:57:39.583Z+ rustc --version
622024-04-30T21:57:39.661Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-04-30T21:57:39.661Zprocess exited: duration 17227 ms, exit code 0
 
642024-04-30T21:57:39.753Zstarting task 2: "authentication"
652024-04-30T21:57:39.838ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
662024-04-30T21:57:48.639Zprocess exited: duration 8868 ms, exit code 0
 
672024-04-30T21:57:48.748Zstarting task 3: "clone repository"
682024-04-30T21:57:48.828Z+ mkdir -p /work/oxidecomputer/omicron
692024-04-30T21:57:48.828Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
702024-04-30T21:57:49.160ZCloning into '/work/oxidecomputer/omicron'...
712024-04-30T21:57:57.414Z+ cd /work/oxidecomputer/omicron
722024-04-30T21:57:57.414Z+ git fetch origin c8226eae437c988285967f88172dd41c9a4a503e
732024-04-30T21:57:57.936ZFrom https://github.com/oxidecomputer/omicron
742024-04-30T21:57:57.936Z * branch c8226eae437c988285967f88172dd41c9a4a503e -> FETCH_HEAD
752024-04-30T21:57:57.965Z+ [[ -n john/reject-sled-add-duplicate ]]
762024-04-30T21:57:57.966Z++ git branch --show-current
772024-04-30T21:57:57.966Z+ current=main
782024-04-30T21:57:57.966Z+ [[ main != john/reject-sled-add-duplicate ]]
792024-04-30T21:57:57.966Z+ git branch -f john/reject-sled-add-duplicate c8226eae437c988285967f88172dd41c9a4a503e
802024-04-30T21:57:57.966Z+ git checkout -f john/reject-sled-add-duplicate
812024-04-30T21:57:58.081ZSwitched to branch 'john/reject-sled-add-duplicate'
822024-04-30T21:57:58.142Z+ git reset --hard c8226eae437c988285967f88172dd41c9a4a503e
832024-04-30T21:57:58.143ZHEAD is now at c8226eae4 Reject add sled requests for sleds that already exist
842024-04-30T21:57:58.143Zprocess exited: duration 9368 ms, exit code 0
 
852024-04-30T21:57:58.486Zstarting task 4: "build"
862024-04-30T21:57:58.558Z+ cargo --version
872024-04-30T21:57:58.558Zinfo: syncing channel updates for '1.77.2-x86_64-unknown-illumos'
882024-04-30T21:57:58.558Zinfo: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09)
892024-04-30T21:57:58.558Zinfo: downloading component 'cargo'
902024-04-30T21:57:59.656Zinfo: downloading component 'clippy'
912024-04-30T21:57:59.794Zinfo: downloading component 'rust-docs'
922024-04-30T21:58:01.006Zinfo: downloading component 'rust-std'
932024-04-30T21:58:02.775Zinfo: downloading component 'rustc'
942024-04-30T21:58:07.949Zinfo: downloading component 'rustfmt'
952024-04-30T21:58:08.716Zinfo: installing component 'cargo'
962024-04-30T21:58:09.104Zinfo: installing component 'clippy'
972024-04-30T21:58:09.441Zinfo: installing component 'rust-docs'
982024-04-30T21:58:10.883Zinfo: installing component 'rust-std'
992024-04-30T21:58:12.595Zinfo: installing component 'rustc'
1002024-04-30T21:58:16.525Zinfo: installing component 'rustfmt'
1012024-04-30T21:58:16.940Zcargo 1.77.2 (e52e36006 2024-03-26)
1022024-04-30T21:58:17.097Z+ rustc --version
1032024-04-30T21:58:17.098Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
1042024-04-30T21:58:17.098Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1052024-04-30T21:58:28.593Z Startup: Refreshing catalog 'helios-dev' ... Done
1062024-04-30T21:58:31.086Z Startup: Caching catalogs ... Done
1072024-04-30T21:58:33.130ZPlanning: Solver setup ... Done (2.147s)
1082024-04-30T21:58:33.223ZPlanning: Running solver ... Done (0.046s)
1092024-04-30T21:58:33.992ZPlanning: Finding local manifests ... Done (0.155s)
1102024-04-30T21:58:34.091ZPlanning: Fetching manifests: 0/4 0% complete
1112024-04-30T21:58:34.206ZPlanning: Fetching manifests: 4/4 100% complete
1122024-04-30T21:58:34.283ZPlanning: Package planning ... Done (0.047s)
1132024-04-30T21:58:34.387ZPlanning: Merging actions ... Done (0.050s)
1142024-04-30T21:58:34.765ZPlanning: Checking for conflicting actions ... Done (0.486s)
1152024-04-30T21:58:34.863ZPlanning: Consolidating action changes ... Done (0.011s)
1162024-04-30T21:58:43.540ZPlanning: Evaluating mediators ... Done (8.738s)
1172024-04-30T21:58:43.644ZPlanning: Planning completed in 12.94 seconds
1182024-04-30T21:58:43.644Z Packages to install: 4
1192024-04-30T21:58:43.644Z Mediators to change: 2
1202024-04-30T21:58:43.644Z Services to change: 1
1212024-04-30T21:58:43.644Z Estimated space available: 155.32 GB
1222024-04-30T21:58:43.644ZEstimated space to be consumed: 1.44 GB
1232024-04-30T21:58:43.644Z Create boot environment: No
1242024-04-30T21:58:43.644ZCreate backup boot environment: No
1252024-04-30T21:58:43.644Z Rebuild boot archive: No
1262024-04-30T21:58:43.644Z
1272024-04-30T21:58:43.644ZChanged mediators:
1282024-04-30T21:58:43.645Z mediator clang:
1292024-04-30T21:58:43.645Z version: None -> 15 (system default)
1302024-04-30T21:58:43.645Z
1312024-04-30T21:58:43.645Z mediator llvm:
1322024-04-30T21:58:43.645Z version: 14 (system default) -> 15 (system default)
1332024-04-30T21:58:43.645Z
1342024-04-30T21:58:43.645ZChanged packages:
1352024-04-30T21:58:43.645Zhelios-dev
1362024-04-30T21:58:43.645Z developer/build-essential
1372024-04-30T21:58:43.645Z None -> 11-2.0
1382024-04-30T21:58:43.645Z library/libxmlsec1
1392024-04-30T21:58:43.645Z None -> 1.2.35-2.0
1402024-04-30T21:58:43.645Z ooce/developer/clang-15
1412024-04-30T21:58:43.646Z None -> 15.0.7-2.0
1422024-04-30T21:58:43.646Z ooce/developer/llvm-15
1432024-04-30T21:58:43.646Z None -> 15.0.7-2.0
1442024-04-30T21:58:43.646Z
1452024-04-30T21:58:43.646ZServices:
1462024-04-30T21:58:43.646Z restart_fmri:
1472024-04-30T21:58:43.646Z svc:/system/update-man-index:default
1482024-04-30T21:58:43.708Z
1492024-04-30T21:58:43.708ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1502024-04-30T21:58:48.665ZDownload: 968/3290 items 19.3/212.6MB 9% complete (3.9M/s)
1512024-04-30T21:58:53.671ZDownload: 1287/3290 items 115.3/212.6MB 54% complete (11.6M/s)
1522024-04-30T21:58:58.654ZDownload: 1914/3290 items 118.5/212.6MB 55% complete (10.0M/s)
1532024-04-30T21:59:05.286ZDownload: 2221/3290 items 119.1/212.6MB 56% complete (8.5M/s)
1542024-04-30T21:59:10.345ZDownload: 3242/3290 items 195.4/212.6MB 91% complete (7.6M/s)
1552024-04-30T21:59:15.169ZDownload: 3281/3290 items 211.0/212.6MB 99% complete (9.2M/s)
1562024-04-30T21:59:15.644ZDownload: Completed 212.60 MB in 31.99 seconds (6.7M/s)
1572024-04-30T21:59:15.917Z Actions: 1/3689 actions (Installing new actions)
1582024-04-30T21:59:21.230Z Actions: Completed 3689 actions in 4.98 seconds.
1592024-04-30T21:59:21.848Z Done (0.112s)
1602024-04-30T21:59:21.849Z Done (0.000s)
1612024-04-30T21:59:21.849Z Done (0.282s)
1622024-04-30T21:59:26.750Z Done (5.332s)
1632024-04-30T21:59:27.014Z Done (0.093s)
1642024-04-30T21:59:27.248Z Done (0.000s)
1652024-04-30T21:59:27.248Z Done (0.000s)
1662024-04-30T21:59:27.913ZPlanning: Evaluating mediator changes ... Done
1672024-04-30T21:59:28.248ZPlanning: Checking for conflicting actions ... Done
1682024-04-30T21:59:28.248ZPlanning: Consolidating action changes ... Done
1692024-04-30T21:59:28.587ZPlanning: Evaluating mediators ... Done
1702024-04-30T21:59:28.587ZPlanning: Planning completed in 0.43 seconds
1712024-04-30T21:59:28.587Z Mediators to change: 2
1722024-04-30T21:59:28.587Z Create boot environment: No
1732024-04-30T21:59:28.587ZCreate backup boot environment: No
1742024-04-30T21:59:28.587Z Done
1752024-04-30T21:59:28.588Z Done
1762024-04-30T21:59:28.946Z Done
1772024-04-30T21:59:32.638Z Done
1782024-04-30T21:59:32.991Z Done
1792024-04-30T21:59:32.991Z Done
1802024-04-30T21:59:32.991Z Done
1812024-04-30T21:59:33.224ZPlanning: Evaluating mediator changes ... Done
1822024-04-30T21:59:33.224ZPlanning: Merging actions ... Done
1832024-04-30T21:59:33.224ZPlanning: Checking for conflicting actions ... Done
1842024-04-30T21:59:33.224ZPlanning: Consolidating action changes ... Done
1852024-04-30T21:59:33.343ZPlanning: Evaluating mediators ... Done
1862024-04-30T21:59:33.343ZPlanning: Planning completed in 0.79 seconds
1872024-04-30T21:59:33.344Z Packages to change: 1
1882024-04-30T21:59:33.344Z Mediators to change: 1
1892024-04-30T21:59:33.344Z Services to change: 1
1902024-04-30T21:59:33.344Z Create boot environment: No
1912024-04-30T21:59:33.344ZCreate backup boot environment: Yes
1922024-04-30T21:59:36.415Z Actions: 1/6 actions (Updating modified actions)
1932024-04-30T21:59:36.415Z Actions: Completed 6 actions in 0.00 seconds.
1942024-04-30T21:59:36.415Z Done
1952024-04-30T21:59:36.415Z Done
1962024-04-30T21:59:36.415Z Done
1972024-04-30T21:59:38.980Z Done
1982024-04-30T21:59:39.756Z Done
1992024-04-30T21:59:39.756Z Done
2002024-04-30T21:59:39.757Z Done
2012024-04-30T21:59:40.549ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2022024-04-30T21:59:40.550Zclang system 15 system
2032024-04-30T21:59:40.550Zcsh system system illumos
2042024-04-30T21:59:40.550Zctags system system illumos
2052024-04-30T21:59:40.550Zgcc vendor 12 vendor
2062024-04-30T21:59:40.550Zgcc system 10 system
2072024-04-30T21:59:40.550Zgcc system 7 system
2082024-04-30T21:59:40.550Zgo system 1.20 system
2092024-04-30T21:59:40.550Zgo system 1.19 system
2102024-04-30T21:59:40.550Zllvm system 15 system
2112024-04-30T21:59:40.550Zllvm system 14 system
2122024-04-30T21:59:40.550Zmariadb system 10.6 system
2132024-04-30T21:59:40.550Zmta vendor vendor dma
2142024-04-30T21:59:40.550Zopenjdk system 17 system
2152024-04-30T21:59:40.550Zopenjdk system 11 system
2162024-04-30T21:59:40.550Zopenjdk system 1.8 system
2172024-04-30T21:59:40.550Zopenssl vendor 3 vendor
2182024-04-30T21:59:40.550Zperl system 5.36 system
2192024-04-30T21:59:40.550Zpostgresql system 15 system
2202024-04-30T21:59:40.551Zpostgresql system 13 system
2212024-04-30T21:59:40.551Zpython vendor 3 vendor
2222024-04-30T21:59:40.551Zpython system 2 system
2232024-04-30T21:59:40.551Zpython3 system 3.11 system
2242024-04-30T21:59:40.551Zruby system 3.0 system
2252024-04-30T21:59:40.551Zwords vendor vendor american-english
2262024-04-30T21:59:40.551Zwords system system australian-english
2272024-04-30T21:59:40.551Zwords system system british-english
2282024-04-30T21:59:40.551Zwords system system canadian-english
2292024-04-30T21:59:40.551Zwords system system french
2302024-04-30T21:59:40.551Zwords system system italian
2312024-04-30T21:59:40.552Zwords system system ngerman
2322024-04-30T21:59:40.552Zwords system system ogerman
2332024-04-30T21:59:40.552Zwords system system spanish
2342024-04-30T21:59:40.552ZPUBLISHER TYPE STATUS P LOCATION
2352024-04-30T21:59:40.552Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2362024-04-30T21:59:41.260ZFMRI IFO
2372024-04-30T21:59:41.260Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2382024-04-30T21:59:41.260Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2392024-04-30T21:59:41.260Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2402024-04-30T21:59:41.261Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2412024-04-30T21:59:41.261Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2422024-04-30T21:59:41.261Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2432024-04-30T21:59:41.261Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2442024-04-30T21:59:41.261Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2452024-04-30T21:59:41.261Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2462024-04-30T21:59:41.261Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2472024-04-30T21:59:41.261Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2482024-04-30T21:59:41.261Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2492024-04-30T21:59:41.470Z+ set -o errexit
2502024-04-30T21:59:41.550Z+++ dirname ./tools/ci_download_cockroachdb
2512024-04-30T21:59:41.550Z++ cd ./tools
2522024-04-30T21:59:41.550Z++ pwd
2532024-04-30T21:59:41.550Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2542024-04-30T21:59:41.550Z++ basename ./tools/ci_download_cockroachdb
2552024-04-30T21:59:41.550Z+ ARG0=ci_download_cockroachdb
2562024-04-30T21:59:41.550Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2572024-04-30T21:59:41.550Z+ CIDL_VERSION=v22.1.9
2582024-04-30T21:59:41.550Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2592024-04-30T21:59:41.551Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2602024-04-30T21:59:41.551Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2612024-04-30T21:59:41.551Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2622024-04-30T21:59:41.551Z+ TARGET_DIR=out
2632024-04-30T21:59:41.551Z+ DOWNLOAD_DIR=out/downloads
2642024-04-30T21:59:41.551Z+ DEST_DIR=./out/cockroachdb
2652024-04-30T21:59:41.551Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2662024-04-30T21:59:41.551Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2672024-04-30T21:59:41.551Z+ main
2682024-04-30T21:59:41.551Z+ [[ 0 != 0 ]]
2692024-04-30T21:59:41.551Z+ CIDL_OS=solaris2.11
2702024-04-30T21:59:41.551Z+ [[ 0 != 0 ]]
2712024-04-30T21:59:41.551Z+ configure_os solaris2.11
2722024-04-30T21:59:41.552Z+ echo 'current directory: /work/oxidecomputer/omicron'
2732024-04-30T21:59:41.552Z+ echo 'configuring based on OS: "solaris2.11"'
2742024-04-30T21:59:41.552Z+ case "$1" in
2752024-04-30T21:59:41.552Z+ CIDL_BUILD=illumos
2762024-04-30T21:59:41.552Z+ CIDL_SUFFIX=tar.gz
2772024-04-30T21:59:41.552Zcurrent directory: /work/oxidecomputer/omicron
2782024-04-30T21:59:41.552Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2792024-04-30T21:59:41.552Zconfiguring based on OS: "solaris2.11"
2802024-04-30T21:59:41.552Z+ CIDL_URL_BASE=https://illumos.org/downloads
2812024-04-30T21:59:41.552Z+ CIDL_ASSEMBLE=do_assemble_illumos
2822024-04-30T21:59:41.552Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2832024-04-30T21:59:41.552Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2842024-04-30T21:59:41.553Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2852024-04-30T21:59:41.553Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2862024-04-30T21:59:41.553Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2872024-04-30T21:59:41.553Z+ CIDL_SHA256FUNC=do_sha256sum
2882024-04-30T21:59:41.553Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2892024-04-30T21:59:41.553ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2902024-04-30T21:59:41.553Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2912024-04-30T21:59:41.553Z+ mkdir -p out/downloads
2922024-04-30T21:59:41.553ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2932024-04-30T21:59:41.553Z+ mkdir -p ./out/cockroachdb
2942024-04-30T21:59:41.553Z+ local DO_DOWNLOAD=true
2952024-04-30T21:59:41.553Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2962024-04-30T21:59:41.553Z+ '[' true == true ']'
2972024-04-30T21:59:41.553Z+ echo Downloading...
2982024-04-30T21:59:41.554Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2992024-04-30T21:59:41.554ZDownloading...
3002024-04-30T21:59:41.554Z+ 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
3012024-04-30T21:59:45.008Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3022024-04-30T21:59:45.062Z++ sha256sum
3032024-04-30T21:59:45.062Z++ awk '{print $1}'
3042024-04-30T21:59:45.617Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3052024-04-30T21:59:45.617Z+ [[ 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 ]]
3062024-04-30T21:59:45.617Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3072024-04-30T21:59:45.618Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3082024-04-30T21:59:46.776Z+ do_assemble_illumos
3092024-04-30T21:59:46.776Z+ rm -r ./out/cockroachdb
3102024-04-30T21:59:47.231Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3112024-04-30T21:59:48.002Z+ ./out/cockroachdb/bin/cockroach version
3122024-04-30T21:59:48.003ZBuild Tag: v22.1.9-dirty
3132024-04-30T21:59:48.003ZBuild Time: 2022/10/26 21:17:46
3142024-04-30T21:59:48.003ZDistribution: OSS
3152024-04-30T21:59:48.003ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3162024-04-30T21:59:48.003ZGo Version: go1.17.13
3172024-04-30T21:59:48.003ZC Compiler: gcc 10.3.0
3182024-04-30T21:59:48.004ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3192024-04-30T21:59:48.004ZBuild Type: release
3202024-04-30T21:59:48.004Z+ set -o errexit
3212024-04-30T21:59:48.004Z+++ dirname ./tools/ci_download_clickhouse
3222024-04-30T21:59:48.004Z++ cd ./tools
3232024-04-30T21:59:48.004Z++ pwd
3242024-04-30T21:59:48.004Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3252024-04-30T21:59:48.004Z++ basename ./tools/ci_download_clickhouse
3262024-04-30T21:59:48.005Z+ ARG0=ci_download_clickhouse
3272024-04-30T21:59:48.005Z+ TARGET_DIR=out
3282024-04-30T21:59:48.005Z+ DOWNLOAD_DIR=out/downloads
3292024-04-30T21:59:48.005Z+ DEST_DIR=./out/clickhouse
3302024-04-30T21:59:48.005Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3312024-04-30T21:59:48.005Z+ CIDL_VERSION=v23.8.7.24
3322024-04-30T21:59:48.005Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3332024-04-30T21:59:48.005Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3342024-04-30T21:59:48.005Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3352024-04-30T21:59:48.005Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3362024-04-30T21:59:48.005Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3372024-04-30T21:59:48.005Z+ main
3382024-04-30T21:59:48.005Z+ [[ 0 != 0 ]]
3392024-04-30T21:59:48.005Z+ CIDL_OS=solaris2.11
3402024-04-30T21:59:48.005Z+ [[ 0 != 0 ]]
3412024-04-30T21:59:48.005Z+ configure_os solaris2.11
3422024-04-30T21:59:48.005Z+ echo 'current directory: /work/oxidecomputer/omicron'
3432024-04-30T21:59:48.005Zcurrent directory: /work/oxidecomputer/omicron
3442024-04-30T21:59:48.005Z+ echo 'configuring based on OS: "solaris2.11"'
3452024-04-30T21:59:48.005Z+ CIDL_DASHREV=
3462024-04-30T21:59:48.005Z+ case "$1" in
3472024-04-30T21:59:48.006Zconfiguring based on OS: "solaris2.11"
3482024-04-30T21:59:48.006Z+ CIDL_PLATFORM=illumos
3492024-04-30T21:59:48.006Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3502024-04-30T21:59:48.006Z+ CIDL_MD5FUNC=do_md5sum
3512024-04-30T21:59:48.006Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3522024-04-30T21:59:48.006Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3532024-04-30T21:59:48.006Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3542024-04-30T21:59:48.006Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3552024-04-30T21:59:48.006Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3562024-04-30T21:59:48.006ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3572024-04-30T21:59:48.006Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3582024-04-30T21:59:48.006ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3592024-04-30T21:59:48.006Z+ mkdir -p out/downloads
3602024-04-30T21:59:48.006Z+ mkdir -p ./out/clickhouse
3612024-04-30T21:59:48.006Z+ local DO_DOWNLOAD=true
3622024-04-30T21:59:48.006Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3632024-04-30T21:59:48.006Z+ '[' true == true ']'
3642024-04-30T21:59:48.006Z+ echo Downloading...
3652024-04-30T21:59:48.006ZDownloading...
3662024-04-30T21:59:48.006Z+ 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
3672024-04-30T21:59:48.006Z+ 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
3682024-04-30T21:59:49.208Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3692024-04-30T21:59:49.343Z++ md5sum
3702024-04-30T21:59:49.343Z++ awk '{print $1}'
3712024-04-30T21:59:49.343Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3722024-04-30T21:59:49.343Z+ [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]]
3732024-04-30T21:59:49.343Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3742024-04-30T21:59:49.343Z+ mkdir -p ./out/clickhouse
3752024-04-30T21:59:49.343Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3762024-04-30T21:59:53.156Z+ [[ solaris2.11 == darwin* ]]
3772024-04-30T21:59:53.156Z+ ./out/clickhouse/clickhouse server --version
3782024-04-30T21:59:53.505ZClickHouse server version 23.8.7.1.
3792024-04-30T21:59:54.399Z+ set -o errexit
3802024-04-30T21:59:54.399Z+++ dirname ./tools/ci_download_console
3812024-04-30T21:59:54.399Z++ cd ./tools
3822024-04-30T21:59:54.399Z++ pwd
3832024-04-30T21:59:54.399Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3842024-04-30T21:59:54.399Z++ basename ./tools/ci_download_console
3852024-04-30T21:59:54.399Z+ ARG0=ci_download_console
3862024-04-30T21:59:54.399Z+ TARGET_DIR=out
3872024-04-30T21:59:54.399Z+ DOWNLOAD_DIR=out/downloads
3882024-04-30T21:59:54.399Z+ DEST_DIR=./out/console-assets
3892024-04-30T21:59:54.399Z+ source /work/oxidecomputer/omicron/tools/console_version
3902024-04-30T21:59:54.399Z++ COMMIT=e7b243bab15c48c8b17446c9249da04025508f1b
3912024-04-30T21:59:54.399Z++ SHA2=ef4afb8dc12bec99dcb21d977a506953b8d7df7a8481a82372e4222444f5c11f
3922024-04-30T21:59:54.399Z+ URL=https://dl.oxide.computer/releases/console/e7b243bab15c48c8b17446c9249da04025508f1b.tar.gz
3932024-04-30T21:59:54.399Z+ TARBALL_FILE=out/downloads/console.tar.gz
3942024-04-30T21:59:54.399Z+ main
3952024-04-30T21:59:54.399Z+ [[ 0 != 0 ]]
3962024-04-30T21:59:54.399Z+ echo 'URL: https://dl.oxide.computer/releases/console/e7b243bab15c48c8b17446c9249da04025508f1b.tar.gz'
3972024-04-30T21:59:54.399ZURL: https://dl.oxide.computer/releases/console/e7b243bab15c48c8b17446c9249da04025508f1b.tar.gz
3982024-04-30T21:59:54.400Z+ echo 'Local file: out/downloads/console.tar.gz'
3992024-04-30T21:59:54.400ZLocal file: out/downloads/console.tar.gz
4002024-04-30T21:59:54.400Z+ local DO_DOWNLOAD=true
4012024-04-30T21:59:54.400Z+ [[ -f out/downloads/console.tar.gz ]]
4022024-04-30T21:59:54.400Z+ mkdir -p out/downloads
4032024-04-30T21:59:54.400Z+ '[' true == true ']'
4042024-04-30T21:59:54.400Z+ echo Downloading...
4052024-04-30T21:59:54.400ZDownloading...
4062024-04-30T21:59:54.400Z+ do_download_curl https://dl.oxide.computer/releases/console/e7b243bab15c48c8b17446c9249da04025508f1b.tar.gz out/downloads/console.tar.gz
4072024-04-30T21:59:54.400Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e7b243bab15c48c8b17446c9249da04025508f1b.tar.gz
4082024-04-30T21:59:54.755Z++ do_sha256sum out/downloads/console.tar.gz
4092024-04-30T21:59:54.755Z++ case "$OSTYPE" in
4102024-04-30T21:59:54.755Z++ SHA=sha256sum
4112024-04-30T21:59:54.755Z++ sha256sum
4122024-04-30T21:59:54.755Z++ awk '{print $1}'
4132024-04-30T21:59:54.755Z+ calculated_sha2=ef4afb8dc12bec99dcb21d977a506953b8d7df7a8481a82372e4222444f5c11f
4142024-04-30T21:59:54.755Z+ [[ ef4afb8dc12bec99dcb21d977a506953b8d7df7a8481a82372e4222444f5c11f != \e\f\4\a\f\b\8\d\c\1\2\b\e\c\9\9\d\c\b\2\1\d\9\7\7\a\5\0\6\9\5\3\b\8\d\7\d\f\7\a\8\4\8\1\a\8\2\3\7\2\e\4\2\2\2\4\4\4\f\5\c\1\1\f ]]
4152024-04-30T21:59:54.755Z+ rm -rf ./out/console-assets
4162024-04-30T21:59:54.755Z+ mkdir -p ./out/console-assets
4172024-04-30T21:59:54.756Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4182024-04-30T21:59:54.756Z+ mkdir -p ./out/console-assets
4192024-04-30T21:59:54.756Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4202024-04-30T21:59:54.756Z+ set -o errexit
4212024-04-30T21:59:54.756Z+++ dirname ./tools/ci_download_maghemite_openapi
4222024-04-30T21:59:54.756Z++ cd ./tools
4232024-04-30T21:59:54.756Z++ pwd
4242024-04-30T21:59:54.756Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4252024-04-30T21:59:54.756Z++ basename ./tools/ci_download_maghemite_openapi
4262024-04-30T21:59:54.756Z+ ARG0=ci_download_maghemite_openapi
4272024-04-30T21:59:54.756Z+ TARGET_DIR=out
4282024-04-30T21:59:54.756Z+ DOWNLOAD_DIR=out/downloads
4292024-04-30T21:59:54.756Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4302024-04-30T21:59:54.757Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4312024-04-30T21:59:54.757Z++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4322024-04-30T21:59:54.757Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4332024-04-30T21:59:54.757Z+ LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4342024-04-30T21:59:54.757Z+ main
4352024-04-30T21:59:54.757Z+ rm -rf out/downloads/root
4362024-04-30T21:59:54.757Z+ [[ 0 != 0 ]]
4372024-04-30T21:59:54.757Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json'
4382024-04-30T21:59:54.757ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4392024-04-30T21:59:54.757Z+ echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4402024-04-30T21:59:54.757ZLocal file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4412024-04-30T21:59:54.757Z+ local DO_DOWNLOAD=true
4422024-04-30T21:59:54.758Z+ [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4432024-04-30T21:59:54.758Z+ mkdir -p out/downloads
4442024-04-30T21:59:54.758Z+ '[' true == true ']'
4452024-04-30T21:59:54.758Z+ echo Downloading...
4462024-04-30T21:59:54.758ZDownloading...
4472024-04-30T21:59:54.758Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4482024-04-30T21:59:54.758Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4492024-04-30T21:59:56.558Z++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4502024-04-30T21:59:56.559Z++ case "$OSTYPE" in
4512024-04-30T21:59:56.559Z++ SHA=sha256sum
4522024-04-30T21:59:56.866Z++ sha256sum
4532024-04-30T21:59:56.866Z++ awk '{print $1}'
4542024-04-30T21:59:56.866Z+ calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4552024-04-30T21:59:56.866Z+ [[ 004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 != \0\0\4\e\8\7\3\e\4\1\2\0\a\a\2\6\4\6\0\2\7\1\3\6\8\4\8\5\2\6\6\b\7\5\b\7\f\9\6\4\e\5\e\d\4\d\b\e\e\8\f\b\5\d\b\4\5\1\9\4\7\0\d\7 ]]
4562024-04-30T21:59:56.866Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4572024-04-30T21:59:56.866Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4582024-04-30T21:59:56.866Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4592024-04-30T21:59:56.866Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4602024-04-30T21:59:56.866Z+ LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4612024-04-30T21:59:56.866Z+ main
4622024-04-30T21:59:56.866Z+ rm -rf out/downloads/root
4632024-04-30T21:59:56.866Z+ [[ 0 != 0 ]]
4642024-04-30T21:59:56.866Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json'
4652024-04-30T21:59:56.866ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4662024-04-30T21:59:56.866Z+ echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4672024-04-30T21:59:56.866ZLocal file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4682024-04-30T21:59:56.867Z+ local DO_DOWNLOAD=true
4692024-04-30T21:59:56.867Z+ [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4702024-04-30T21:59:56.867Z+ mkdir -p out/downloads
4712024-04-30T21:59:56.867Z+ '[' true == true ']'
4722024-04-30T21:59:56.867Z+ echo Downloading...
4732024-04-30T21:59:56.867ZDownloading...
4742024-04-30T21:59:56.867Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4752024-04-30T21:59:56.867Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4762024-04-30T22:00:08.770Z++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4772024-04-30T22:00:08.770Z++ case "$OSTYPE" in
4782024-04-30T22:00:08.832Z++ SHA=sha256sum
4792024-04-30T22:00:08.832Z++ sha256sum
4802024-04-30T22:00:08.832Z++ awk '{print $1}'
4812024-04-30T22:00:08.832Z+ calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4822024-04-30T22:00:08.832Z+ [[ a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 != \a\5\d\2\f\2\7\5\c\9\9\1\5\2\7\1\1\d\e\c\1\d\f\5\8\f\d\4\9\d\4\5\9\d\3\f\c\b\8\f\b\f\c\7\a\7\f\4\8\f\4\3\2\b\e\2\4\8\d\7\4\6\3\9 ]]
4832024-04-30T22:00:08.833Z+ set -o errexit
4842024-04-30T22:00:08.833Z+++ dirname ./tools/ci_download_dendrite_openapi
4852024-04-30T22:00:08.833Z++ cd ./tools
4862024-04-30T22:00:08.833Z++ pwd
4872024-04-30T22:00:08.833Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4882024-04-30T22:00:08.833Z++ basename ./tools/ci_download_dendrite_openapi
4892024-04-30T22:00:08.833Z+ ARG0=ci_download_dendrite_openapi
4902024-04-30T22:00:08.833Z+ TARGET_DIR=out
4912024-04-30T22:00:08.833Z+ DOWNLOAD_DIR=out/downloads
4922024-04-30T22:00:08.833Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4932024-04-30T22:00:08.833Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
4942024-04-30T22:00:08.833Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
4952024-04-30T22:00:08.833Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
4962024-04-30T22:00:08.833Z+ LOCAL_FILE=out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
4972024-04-30T22:00:08.833Z+ main
4982024-04-30T22:00:08.833Z+ [[ 0 != 0 ]]
4992024-04-30T22:00:08.833Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json'
5002024-04-30T22:00:08.833ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5012024-04-30T22:00:08.833Z+ echo 'Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json'
5022024-04-30T22:00:08.833ZLocal file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5032024-04-30T22:00:08.833Z+ local DO_DOWNLOAD=true
5042024-04-30T22:00:08.833Z+ [[ -f out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json ]]
5052024-04-30T22:00:08.833Z+ mkdir -p out/downloads
5062024-04-30T22:00:08.834Z+ '[' true == true ']'
5072024-04-30T22:00:08.834Z+ echo Downloading...
5082024-04-30T22:00:08.834ZDownloading...
5092024-04-30T22:00:08.834Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5102024-04-30T22:00:08.834Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5112024-04-30T22:00:09.214Z++ do_sha256sum out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5122024-04-30T22:00:09.214Z++ case "$OSTYPE" in
5132024-04-30T22:00:09.214Z++ SHA=sha256sum
5142024-04-30T22:00:10.106Z++ sha256sum
5152024-04-30T22:00:10.106Z++ awk '{print $1}'
5162024-04-30T22:00:10.106Z+ calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5172024-04-30T22:00:10.106Z+ [[ 50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae != \5\0\e\f\f\6\d\9\f\9\8\6\b\7\b\1\a\f\5\9\7\0\d\1\1\d\8\d\0\1\b\8\1\2\d\e\3\7\2\6\9\7\3\1\c\6\c\6\9\1\a\2\4\4\b\3\f\d\a\e\8\2\a\e ]]
5182024-04-30T22:00:10.106Z+ set -o errexit
5192024-04-30T22:00:10.106Z+++ dirname ./tools/ci_download_dendrite_stub
5202024-04-30T22:00:10.106Z++ cd ./tools
5212024-04-30T22:00:10.106Z++ pwd
5222024-04-30T22:00:10.106Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5232024-04-30T22:00:10.106Z++ basename ./tools/ci_download_dendrite_stub
5242024-04-30T22:00:10.107Z+ ARG0=ci_download_dendrite_stub
5252024-04-30T22:00:10.107Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5262024-04-30T22:00:10.107Z++ CIDL_SHA256_ILLUMOS=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5272024-04-30T22:00:10.107Z++ CIDL_SHA256_LINUX_DPD=cb84fb7b2ba9cedaee5a09d400c88315ef30f7826610c1acb1ad6f07fa672b0a
5282024-04-30T22:00:10.107Z++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b
5292024-04-30T22:00:10.107Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5302024-04-30T22:00:10.107Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
5312024-04-30T22:00:10.107Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5322024-04-30T22:00:10.107Z+ TARGET_DIR=out
5332024-04-30T22:00:10.107Z+ DOWNLOAD_DIR=out/downloads
5342024-04-30T22:00:10.107Z+ DEST_DIR=./out/dendrite-stub
5352024-04-30T22:00:10.107Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5362024-04-30T22:00:10.107Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5372024-04-30T22:00:10.108Z+ REPO=oxidecomputer/dendrite
5382024-04-30T22:00:10.108Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690
5392024-04-30T22:00:10.108Z+ main
5402024-04-30T22:00:10.108Z+ [[ 0 != 0 ]]
5412024-04-30T22:00:10.108Z+ CIDL_OS=solaris2.11
5422024-04-30T22:00:10.108Z+ [[ 0 != 0 ]]
5432024-04-30T22:00:10.108Z+ configure_os solaris2.11
5442024-04-30T22:00:10.108Z+ echo 'current directory: /work/oxidecomputer/omicron'
5452024-04-30T22:00:10.108Zcurrent directory: /work/oxidecomputer/omicron
5462024-04-30T22:00:10.108Z+ echo 'configuring based on OS: "solaris2.11"'
5472024-04-30T22:00:10.108Z+ case "$1" in
5482024-04-30T22:00:10.108Zconfiguring based on OS: "solaris2.11"
5492024-04-30T22:00:10.108Z+ SET_BINARIES=
5502024-04-30T22:00:10.108Z+ CIDL_SHA256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5512024-04-30T22:00:10.108Z+ CIDL_SHA256FUNC=do_sha256sum
5522024-04-30T22:00:10.109Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5532024-04-30T22:00:10.109Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5542024-04-30T22:00:10.109Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5552024-04-30T22:00:10.109Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz'
5562024-04-30T22:00:10.109ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5572024-04-30T22:00:10.109Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5582024-04-30T22:00:10.109Z+ mkdir -p out/downloads
5592024-04-30T22:00:10.109ZLocal file: out/downloads/dendrite-stub.tar.gz
5602024-04-30T22:00:10.109Z+ mkdir -p ./out/dendrite-stub
5612024-04-30T22:00:10.109Z+ fetch_and_verify
5622024-04-30T22:00:10.109Z+ local DO_DOWNLOAD=true
5632024-04-30T22:00:10.109Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5642024-04-30T22:00:10.109Z+ '[' true == true ']'
5652024-04-30T22:00:10.109Z+ echo Downloading...
5662024-04-30T22:00:10.109ZDownloading...
5672024-04-30T22:00:10.109Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5682024-04-30T22:00:10.109Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5692024-04-30T22:02:15.671Zcurl: (92) HTTP/2 stream 1 was not closed cleanly: INTERNAL_ERROR (err 2)
5702024-04-30T22:02:16.030Z+ fail 'failed to download file'
5712024-04-30T22:02:16.030Z+ echo 'ci_download_dendrite_stub: failed to download file'
5722024-04-30T22:02:16.030Zci_download_dendrite_stub: failed to download file
5732024-04-30T22:02:16.030Z+ exit 1
5742024-04-30T22:02:16.030ZFailed to run command -- will try 2 more times
5752024-04-30T22:02:16.030Z+ set -o errexit
5762024-04-30T22:02:16.030Z+++ dirname ./tools/ci_download_dendrite_stub
5772024-04-30T22:02:16.030Z++ cd ./tools
5782024-04-30T22:02:16.030Z++ pwd
5792024-04-30T22:02:16.031Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5802024-04-30T22:02:16.031Z++ basename ./tools/ci_download_dendrite_stub
5812024-04-30T22:02:16.031Z+ ARG0=ci_download_dendrite_stub
5822024-04-30T22:02:16.031Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5832024-04-30T22:02:16.031Z++ CIDL_SHA256_ILLUMOS=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5842024-04-30T22:02:16.031Z++ CIDL_SHA256_LINUX_DPD=cb84fb7b2ba9cedaee5a09d400c88315ef30f7826610c1acb1ad6f07fa672b0a
5852024-04-30T22:02:16.031Z++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b
5862024-04-30T22:02:16.031Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5872024-04-30T22:02:16.031Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
5882024-04-30T22:02:16.031Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5892024-04-30T22:02:16.032Z+ TARGET_DIR=out
5902024-04-30T22:02:16.032Z+ DOWNLOAD_DIR=out/downloads
5912024-04-30T22:02:16.032Z+ DEST_DIR=./out/dendrite-stub
5922024-04-30T22:02:16.032Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5932024-04-30T22:02:16.032Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5942024-04-30T22:02:16.032Z+ REPO=oxidecomputer/dendrite
5952024-04-30T22:02:16.032Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690
5962024-04-30T22:02:16.032Z+ main
5972024-04-30T22:02:16.032Z+ [[ 0 != 0 ]]
5982024-04-30T22:02:16.032Z+ CIDL_OS=solaris2.11
5992024-04-30T22:02:16.032Z+ [[ 0 != 0 ]]
6002024-04-30T22:02:16.032Z+ configure_os solaris2.11
6012024-04-30T22:02:16.033Z+ echo 'current directory: /work/oxidecomputer/omicron'
6022024-04-30T22:02:16.033Z+ echo 'configuring based on OS: "solaris2.11"'
6032024-04-30T22:02:16.033Z+ case "$1" in
6042024-04-30T22:02:16.033Z+ SET_BINARIES=
6052024-04-30T22:02:16.033Zcurrent directory: /work/oxidecomputer/omicron
6062024-04-30T22:02:16.033Zconfiguring based on OS: "solaris2.11"
6072024-04-30T22:02:16.033Z+ CIDL_SHA256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
6082024-04-30T22:02:16.033Z+ CIDL_SHA256FUNC=do_sha256sum
6092024-04-30T22:02:16.033Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
6102024-04-30T22:02:16.033Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
6112024-04-30T22:02:16.033Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
6122024-04-30T22:02:16.033Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz'
6132024-04-30T22:02:16.034ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
6142024-04-30T22:02:16.034Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
6152024-04-30T22:02:16.034Z+ mkdir -p out/downloads
6162024-04-30T22:02:16.034ZLocal file: out/downloads/dendrite-stub.tar.gz
6172024-04-30T22:02:16.034Z+ mkdir -p ./out/dendrite-stub
6182024-04-30T22:02:16.034Z+ fetch_and_verify
6192024-04-30T22:02:16.034Z+ local DO_DOWNLOAD=true
6202024-04-30T22:02:16.034Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
6212024-04-30T22:02:16.034Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
6222024-04-30T22:02:16.034Z++ sha256sum
6232024-04-30T22:02:16.034Z++ awk '{print $1}'
6242024-04-30T22:02:16.035Z+ calculated_sha256=36617a2d9a85aca6eb90d87fde13780c47d36021c67ae47875d736a57a4883c1
6252024-04-30T22:02:16.035Z+ [[ 36617a2d9a85aca6eb90d87fde13780c47d36021c67ae47875d736a57a4883c1 == \f\d\a\1\8\4\2\b\c\4\c\4\5\a\f\9\8\7\7\1\f\a\8\c\f\b\8\c\5\c\c\5\4\c\a\0\7\5\9\c\7\5\4\d\7\e\5\f\4\1\5\0\4\3\9\0\f\6\5\e\4\3\f\3 ]]
6262024-04-30T22:02:16.035Z+ '[' true == true ']'
6272024-04-30T22:02:16.035Z+ echo Downloading...
6282024-04-30T22:02:16.035ZDownloading...
6292024-04-30T22:02:16.035Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
6302024-04-30T22:02:16.035Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
6312024-04-30T22:04:08.402Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
6322024-04-30T22:04:08.453Z++ sha256sum
6332024-04-30T22:04:08.453Z++ awk '{print $1}'
6342024-04-30T22:04:08.454Z+ calculated_sha256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
6352024-04-30T22:04:08.454Z+ [[ fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 != \f\d\a\1\8\4\2\b\c\4\c\4\5\a\f\9\8\7\7\1\f\a\8\c\f\b\8\c\5\c\c\5\4\c\a\0\7\5\9\c\7\5\4\d\7\e\5\f\4\1\5\0\4\3\9\0\f\6\5\e\4\3\f\3 ]]
6362024-04-30T22:04:08.454Z+ do_untar out/downloads/dendrite-stub.tar.gz
6372024-04-30T22:04:08.454Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
6382024-04-30T22:04:08.965Z+ do_assemble
6392024-04-30T22:04:08.965Z+ rm -r ./out/dendrite-stub
6402024-04-30T22:04:09.033Z+ mkdir ./out/dendrite-stub
6412024-04-30T22:04:09.033Z+ cp -r out/downloads/root ./out/dendrite-stub/root
6422024-04-30T22:04:09.078Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
6432024-04-30T22:04:09.140Z+ set -o errexit
6442024-04-30T22:04:09.140Z+++ dirname ./tools/ci_download_maghemite_mgd
6452024-04-30T22:04:09.140Z++ cd ./tools
6462024-04-30T22:04:09.140Z++ pwd
6472024-04-30T22:04:09.140Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6482024-04-30T22:04:09.140Z++ basename ./tools/ci_download_maghemite_mgd
6492024-04-30T22:04:09.140Z+ ARG0=ci_download_maghemite_mgd
6502024-04-30T22:04:09.140Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
6512024-04-30T22:04:09.140Z++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6522024-04-30T22:04:09.140Z++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d
6532024-04-30T22:04:09.140Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
6542024-04-30T22:04:09.140Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
6552024-04-30T22:04:09.140Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
6562024-04-30T22:04:09.140Z+ TARGET_DIR=out
6572024-04-30T22:04:09.140Z+ DOWNLOAD_DIR=out/downloads
6582024-04-30T22:04:09.140Z+ DEST_DIR=./out/mgd
6592024-04-30T22:04:09.141Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6602024-04-30T22:04:09.141Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6612024-04-30T22:04:09.141Z+ REPO=oxidecomputer/maghemite
6622024-04-30T22:04:09.141Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a
6632024-04-30T22:04:09.141Z+ main
6642024-04-30T22:04:09.141Z+ rm -rf out/downloads/root
6652024-04-30T22:04:09.142Z+ [[ 0 != 0 ]]
6662024-04-30T22:04:09.142Z+ CIDL_OS=solaris2.11
6672024-04-30T22:04:09.142Z+ [[ 0 != 0 ]]
6682024-04-30T22:04:09.142Z+ configure_os solaris2.11
6692024-04-30T22:04:09.142Z+ echo 'current directory: /work/oxidecomputer/omicron'
6702024-04-30T22:04:09.143Zcurrent directory: /work/oxidecomputer/omicron
6712024-04-30T22:04:09.143Z+ echo 'configuring based on OS: "solaris2.11"'
6722024-04-30T22:04:09.143Zconfiguring based on OS: "solaris2.11"
6732024-04-30T22:04:09.143Z+ case "$1" in
6742024-04-30T22:04:09.143Z+ SET_BINARIES=
6752024-04-30T22:04:09.143Z+ CIDL_SHA256FUNC=do_sha256sum
6762024-04-30T22:04:09.144Z+ TARBALL_FILENAME=mgd.tar.gz
6772024-04-30T22:04:09.144Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6782024-04-30T22:04:09.144Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6792024-04-30T22:04:09.144Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz'
6802024-04-30T22:04:09.144ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6812024-04-30T22:04:09.144Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6822024-04-30T22:04:09.144ZLocal file: out/downloads/mgd.tar.gz
6832024-04-30T22:04:09.145Z+ mkdir -p out/downloads
6842024-04-30T22:04:09.145Z+ mkdir -p ./out/mgd
6852024-04-30T22:04:09.145Z+ fetch_and_verify
6862024-04-30T22:04:09.145Z+ local DO_DOWNLOAD=true
6872024-04-30T22:04:09.145Z+ [[ -f out/downloads/mgd.tar.gz ]]
6882024-04-30T22:04:09.146Z+ '[' true == true ']'
6892024-04-30T22:04:09.146Z+ echo Downloading...
6902024-04-30T22:04:09.146ZDownloading...
6912024-04-30T22:04:09.146Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz
6922024-04-30T22:04:09.146Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6932024-04-30T22:04:44.723Z++ do_sha256sum out/downloads/mgd.tar.gz
6942024-04-30T22:04:44.734Z++ sha256sum
6952024-04-30T22:04:44.734Z++ awk '{print $1}'
6962024-04-30T22:04:44.781Z+ calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6972024-04-30T22:04:44.814Z+ [[ ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 != \d\d\c\1\9\d\a\8\9\3\2\e\0\f\f\4\a\9\1\d\e\a\1\3\9\3\6\9\b\b\5\b\7\2\9\7\4\8\b\d\f\6\9\8\2\2\3\b\c\2\7\1\7\a\4\a\b\e\a\8\9\e\d\6 ]]
6982024-04-30T22:04:44.814Z+ do_untar out/downloads/mgd.tar.gz
6992024-04-30T22:04:44.814Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
7002024-04-30T22:04:45.356Z+ do_assemble
7012024-04-30T22:04:45.356Z+ rm -r ./out/mgd
7022024-04-30T22:04:45.408Z+ mkdir ./out/mgd
7032024-04-30T22:04:45.408Z+ cp -r out/downloads/root ./out/mgd/root
7042024-04-30T22:04:45.460Z+ set -o errexit
7052024-04-30T22:04:45.513Z+++ dirname ./tools/ci_download_transceiver_control
7062024-04-30T22:04:45.513Z++ cd ./tools
7072024-04-30T22:04:45.513Z++ pwd
7082024-04-30T22:04:45.513Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
7092024-04-30T22:04:45.513Z++ basename ./tools/ci_download_transceiver_control
7102024-04-30T22:04:45.513Z+ ARG0=ci_download_transceiver_control
7112024-04-30T22:04:45.513Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
7122024-04-30T22:04:45.513Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
7132024-04-30T22:04:45.513Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7142024-04-30T22:04:45.513Z+ TARGET_DIR=out
7152024-04-30T22:04:45.513Z+ DOWNLOAD_DIR=out/downloads
7162024-04-30T22:04:45.513Z+ DEST_DIR=./out/transceiver-control
7172024-04-30T22:04:45.514Z+ BIN_DIR=/opt/oxide/bin
7182024-04-30T22:04:45.514Z+ BINARY=xcvradm
7192024-04-30T22:04:45.514Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
7202024-04-30T22:04:45.514Z+ REPO=oxidecomputer/transceiver-control
7212024-04-30T22:04:45.514Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
7222024-04-30T22:04:45.514Z+ main
7232024-04-30T22:04:45.514Z+ [[ 0 != 0 ]]
7242024-04-30T22:04:45.514Z+ CIDL_OS=solaris2.11
7252024-04-30T22:04:45.514Z+ [[ 0 != 0 ]]
7262024-04-30T22:04:45.514Z+ configure_os solaris2.11
7272024-04-30T22:04:45.514Z+ echo 'current directory: /work/oxidecomputer/omicron'
7282024-04-30T22:04:45.514Zcurrent directory: /work/oxidecomputer/omicron
7292024-04-30T22:04:45.514Z+ echo 'configuring based on OS: "solaris2.11"'
7302024-04-30T22:04:45.514Zconfiguring based on OS: "solaris2.11"
7312024-04-30T22:04:45.514Z+ case "$1" in
7322024-04-30T22:04:45.514Z+ SET_BINARIES=
7332024-04-30T22:04:45.514Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7342024-04-30T22:04:45.514Z+ CIDL_SHA256FUNC=do_sha256sum
7352024-04-30T22:04:45.515Z+ ARCHIVE_FILENAME=xcvradm.gz
7362024-04-30T22:04:45.515Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
7372024-04-30T22:04:45.515Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
7382024-04-30T22:04:45.515Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
7392024-04-30T22:04:45.515ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
7402024-04-30T22:04:45.515Z+ echo 'Local file: out/downloads/xcvradm.gz'
7412024-04-30T22:04:45.515ZLocal file: out/downloads/xcvradm.gz
7422024-04-30T22:04:45.515Z+ mkdir -p out/downloads
7432024-04-30T22:04:45.515Z+ mkdir -p ./out/transceiver-control
7442024-04-30T22:04:45.515Z+ fetch_and_verify
7452024-04-30T22:04:45.515Z+ local DO_DOWNLOAD=true
7462024-04-30T22:04:45.515Z+ [[ -f out/downloads/xcvradm.gz ]]
7472024-04-30T22:04:45.515Z+ '[' true == true ']'
7482024-04-30T22:04:45.515Z+ echo Downloading...
7492024-04-30T22:04:45.515ZDownloading...
7502024-04-30T22:04:45.515Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
7512024-04-30T22:04:45.515Z+ 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
7522024-04-30T22:04:51.253Z++ do_sha256sum out/downloads/xcvradm.gz
7532024-04-30T22:04:51.257Z++ sha256sum
7542024-04-30T22:04:51.257Z++ awk '{print $1}'
7552024-04-30T22:04:51.260Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
7562024-04-30T22:04:51.260Z+ [[ 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 ]]
7572024-04-30T22:04:51.260Z+ do_unpack out/downloads/xcvradm.gz
7582024-04-30T22:04:51.260Z+ mkdir -p out/downloads/root//opt/oxide/bin
7592024-04-30T22:04:51.260Z+ gzip -dc out/downloads/xcvradm.gz
7602024-04-30T22:04:51.378Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7612024-04-30T22:04:51.389Z+ do_assemble
7622024-04-30T22:04:51.389Z+ rm -r ./out/transceiver-control
7632024-04-30T22:04:51.390Z+ mkdir ./out/transceiver-control
7642024-04-30T22:04:51.393Z+ cp -r out/downloads/root ./out/transceiver-control/root
7652024-04-30T22:04:51.476Z+ set -o errexit
7662024-04-30T22:04:51.482Z+++ dirname ./tools/ci_download_thundermuffin
7672024-04-30T22:04:51.483Z++ cd ./tools
7682024-04-30T22:04:51.483Z++ pwd
7692024-04-30T22:04:51.483Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
7702024-04-30T22:04:51.483Z++ basename ./tools/ci_download_thundermuffin
7712024-04-30T22:04:51.483Z+ ARG0=ci_download_thundermuffin
7722024-04-30T22:04:51.483Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
7732024-04-30T22:04:51.483Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7742024-04-30T22:04:51.483Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
7752024-04-30T22:04:51.483Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
7762024-04-30T22:04:51.483Z+ TARGET_DIR=out
7772024-04-30T22:04:51.484Z+ DOWNLOAD_DIR=out/downloads
7782024-04-30T22:04:51.484Z+ DEST_DIR=./out/thundermuffin
7792024-04-30T22:04:51.484Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
7802024-04-30T22:04:51.484Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
7812024-04-30T22:04:51.484Z+ REPO=oxidecomputer/thundermuffin
7822024-04-30T22:04:51.484Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
7832024-04-30T22:04:51.484Z+ main
7842024-04-30T22:04:51.484Z+ rm -rf out/downloads/root
7852024-04-30T22:04:51.495Z+ [[ 0 != 0 ]]
7862024-04-30T22:04:51.495Z+ CIDL_OS=solaris2.11
7872024-04-30T22:04:51.495Z+ [[ 0 != 0 ]]
7882024-04-30T22:04:51.495Z+ configure_os solaris2.11
7892024-04-30T22:04:51.495Z+ echo 'current directory: /work/oxidecomputer/omicron'
7902024-04-30T22:04:51.495Zcurrent directory: /work/oxidecomputer/omicron
7912024-04-30T22:04:51.495Z+ echo 'configuring based on OS: "solaris2.11"'
7922024-04-30T22:04:51.495Z+ case "$1" in
7932024-04-30T22:04:51.496Z+ SET_BINARIES=
7942024-04-30T22:04:51.496Zconfiguring based on OS: "solaris2.11"
7952024-04-30T22:04:51.496Z+ CIDL_SHA256FUNC=do_sha256sum
7962024-04-30T22:04:51.496Z+ TARBALL_FILENAME=thundermuffin.tar.gz
7972024-04-30T22:04:51.496Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7982024-04-30T22:04:51.496Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
7992024-04-30T22:04:51.496Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
8002024-04-30T22:04:51.496ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
8012024-04-30T22:04:51.496Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
8022024-04-30T22:04:51.496Z+ mkdir -p out/downloads
8032024-04-30T22:04:51.496ZLocal file: out/downloads/thundermuffin.tar.gz
8042024-04-30T22:04:51.503Z+ mkdir -p ./out/thundermuffin
8052024-04-30T22:04:51.503Z+ fetch_and_verify
8062024-04-30T22:04:51.503Z+ local DO_DOWNLOAD=true
8072024-04-30T22:04:51.503Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
8082024-04-30T22:04:51.503Z+ '[' true == true ']'
8092024-04-30T22:04:51.503Z+ echo Downloading...
8102024-04-30T22:04:51.503ZDownloading...
8112024-04-30T22:04:51.504Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
8122024-04-30T22:04:51.504Z+ 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
8132024-04-30T22:04:53.738Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
8142024-04-30T22:04:53.743Z++ sha256sum
8152024-04-30T22:04:53.743Z++ awk '{print $1}'
8162024-04-30T22:04:53.748Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
8172024-04-30T22:04:53.749Z+ [[ 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 ]]
8182024-04-30T22:04:53.749Z+ do_untar out/downloads/thundermuffin.tar.gz
8192024-04-30T22:04:53.749Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
8202024-04-30T22:04:53.818Z+ do_assemble
8212024-04-30T22:04:53.818Z+ rm -r ./out/thundermuffin
8222024-04-30T22:04:53.828Z+ mkdir ./out/thundermuffin
8232024-04-30T22:04:53.828Z+ cp -r out/downloads/root ./out/thundermuffin/root
8242024-04-30T22:04:53.828ZAll prerequisites installed successfully
8252024-04-30T22:04:53.828Z
8262024-04-30T22:04:53.828Zreal 6:36.767517964
8272024-04-30T22:04:53.828Zuser 37.803655156
8282024-04-30T22:04:53.828Zsys 7.056167145
8292024-04-30T22:04:53.828Ztrap 0.006971956
8302024-04-30T22:04:53.828Ztflt 0.265811409
8312024-04-30T22:04:53.828Zdflt 0.597034459
8322024-04-30T22:04:53.828Zkflt 0.096806405
8332024-04-30T22:04:53.828Zlock 1.042106590
8342024-04-30T22:04:53.828Zslp 17:47.412642989
8352024-04-30T22:04:53.828Zlat 2.242831975
8362024-04-30T22:04:53.828Zstop 0.111078776
8372024-04-30T22:04:53.829Z+ banner end-to-end-tests
8382024-04-30T22:04:53.836Z
8392024-04-30T22:04:53.837Z ###### # # ##### ##### #### ###### # # #####
8402024-04-30T22:04:53.837Z # ## # # # # # # # ## # # #
8412024-04-30T22:04:53.837Z ##### # # # # # ##### # # # ##### ##### # # # # #
8422024-04-30T22:04:53.837Z # # # # # # # # # # # # # # #
8432024-04-30T22:04:53.837Z # # ## # # # # # # # ## # #
8442024-04-30T22:04:53.837Z ###### # # ##### # #### ###### # # #####
8452024-04-30T22:04:53.838Z
8462024-04-30T22:04:53.838Z+ export CARGO_PROFILE_DEV_DEBUG=1
8472024-04-30T22:04:53.838Z+ CARGO_PROFILE_DEV_DEBUG=1
8482024-04-30T22:04:53.838Z+ export CARGO_PROFILE_TEST_DEBUG=1
8492024-04-30T22:04:53.838Z+ CARGO_PROFILE_TEST_DEBUG=1
8502024-04-30T22:04:53.838Z+ export CARGO_INCREMENTAL=0
8512024-04-30T22:04:53.838Z+ CARGO_INCREMENTAL=0
8522024-04-30T22:04:53.839Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
8532024-04-30T22:04:54.041Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
8542024-04-30T22:04:54.373Z Updating git repository `https://github.com/oxidecomputer/zone`
8552024-04-30T22:04:54.807Z Updating crates.io index
8562024-04-30T22:04:54.873Z Updating git repository `https://github.com/oxidecomputer/dropshot`
8572024-04-30T22:04:55.692Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8582024-04-30T22:04:56.495Z Updating git repository `https://github.com/oxidecomputer/progenitor`
8592024-04-30T22:04:58.528Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
8602024-04-30T22:04:59.036Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8612024-04-30T22:04:59.408Z Updating git repository `https://github.com/oxidecomputer/propolis`
8622024-04-30T22:05:00.386Z Updating git repository `https://github.com/oxidecomputer/crucible`
8632024-04-30T22:05:02.327Z Updating git repository `https://github.com/oxidecomputer/opte`
8642024-04-30T22:05:03.457Z Updating git repository `https://github.com/oxidecomputer/falcon`
8652024-04-30T22:05:04.125Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
8662024-04-30T22:05:04.460Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8672024-04-30T22:05:04.989Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
8682024-04-30T22:05:05.487Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
8692024-04-30T22:05:05.549Z Updating git repository `http://github.com/oxidecomputer/sprockets`
8702024-04-30T22:05:05.911Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
8712024-04-30T22:05:06.284Z Updating git repository `http://github.com/oxidecomputer/tofino`
8722024-04-30T22:05:06.603Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8732024-04-30T22:05:06.895Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
8742024-04-30T22:05:07.159Z Updating git repository `https://github.com/oxidecomputer/libnvme`
8752024-04-30T22:05:07.491Z Updating git repository `https://github.com/oxidecomputer/ispf`
8762024-04-30T22:05:07.882Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8772024-04-30T22:05:08.166Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8782024-04-30T22:05:08.789Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
8792024-04-30T22:05:09.115Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
8802024-04-30T22:05:09.452Z Updating git repository `https://github.com/jgallagher/nix`
8812024-04-30T22:05:10.446Z Updating git repository `https://github.com/cbiffle/hubpack`
8822024-04-30T22:05:10.821Z Updating git repository `https://github.com/oxidecomputer/typify`
8832024-04-30T22:05:13.607Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8842024-04-30T22:05:13.672Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8852024-04-30T22:05:13.672Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8862024-04-30T22:05:14.040Z Updating git repository `https://github.com/oxidecomputer/rfb`
8872024-04-30T22:05:15.053Z Downloading crates ...
8882024-04-30T22:05:15.140Z Downloaded adler v1.0.2
8892024-04-30T22:05:15.157Z Downloaded async-stream-impl v0.3.5
8902024-04-30T22:05:15.181Z Downloaded aead v0.5.2
8912024-04-30T22:05:15.181Z Downloaded argon2 v0.5.3
8922024-04-30T22:05:15.181Z Downloaded ident_case v1.0.1
8932024-04-30T22:05:15.181Z Downloaded atomicwrites v0.4.3
8942024-04-30T22:05:15.204Z Downloaded der_derive v0.7.2
8952024-04-30T22:05:15.204Z Downloaded async-stream v0.3.5
8962024-04-30T22:05:15.205Z Downloaded internet-checksum v0.2.1
8972024-04-30T22:05:15.205Z Downloaded atty v0.2.14
8982024-04-30T22:05:15.205Z Downloaded anstyle-query v1.0.0
8992024-04-30T22:05:15.205Z Downloaded addr2line v0.21.0
9002024-04-30T22:05:15.206Z Downloaded ipnetwork v0.20.0
9012024-04-30T22:05:15.206Z Downloaded anstyle v1.0.6
9022024-04-30T22:05:15.206Z Downloaded atomic-waker v1.1.1
9032024-04-30T22:05:15.206Z Downloaded arrayref v0.3.7
9042024-04-30T22:05:15.229Z Downloaded libefi-sys v0.1.0
9052024-04-30T22:05:15.230Z Downloaded arrayvec v0.7.4
9062024-04-30T22:05:15.230Z Downloaded anstream v0.6.11
9072024-04-30T22:05:15.230Z Downloaded anyhow v1.0.82
9082024-04-30T22:05:15.230Z Downloaded indexmap v1.9.3
9092024-04-30T22:05:15.230Z Downloaded bcrypt-pbkdf v0.10.0
9102024-04-30T22:05:15.231Z Downloaded ascii v1.1.0
9112024-04-30T22:05:15.231Z Downloaded bit-set v0.5.3
9122024-04-30T22:05:15.231Z Downloaded anstyle-parse v0.2.1
9132024-04-30T22:05:15.232Z Downloaded ahash v0.8.8
9142024-04-30T22:05:15.249Z Downloaded arc-swap v1.6.0
9152024-04-30T22:05:15.249Z Downloaded autocfg v1.1.0
9162024-04-30T22:05:15.250Z Downloaded allocator-api2 v0.2.16
9172024-04-30T22:05:15.250Z Downloaded bytecount v0.6.3
9182024-04-30T22:05:15.250Z Downloaded base64 v0.22.0
9192024-04-30T22:05:15.250Z Downloaded instant v0.1.12
9202024-04-30T22:05:15.250Z Downloaded lazy_static v1.4.0
9212024-04-30T22:05:15.250Z Downloaded backoff v0.4.0
9222024-04-30T22:05:15.265Z Downloaded lalrpop-util v0.19.12
9232024-04-30T22:05:15.265Z Downloaded bitstruct v0.1.1
9242024-04-30T22:05:15.265Z Downloaded itertools v0.12.1
9252024-04-30T22:05:15.265Z Downloaded matches v0.1.10
9262024-04-30T22:05:15.265Z Downloaded colorchoice v1.0.0
9272024-04-30T22:05:15.265Z Downloaded keccak v0.1.4
9282024-04-30T22:05:15.265Z Downloaded paste v1.0.14
9292024-04-30T22:05:15.265Z Downloaded ciborium-io v0.2.2
9302024-04-30T22:05:15.265Z Downloaded libsw v3.3.1
9312024-04-30T22:05:15.265Z Downloaded new_debug_unreachable v1.0.4
9322024-04-30T22:05:15.266Z Downloaded cstr-argument v0.1.2
9332024-04-30T22:05:15.266Z Downloaded md5 v0.7.0
9342024-04-30T22:05:15.266Z Downloaded curve25519-dalek-derive v0.1.0
9352024-04-30T22:05:15.266Z Downloaded crucible-workspace-hack v0.1.0
9362024-04-30T22:05:15.266Z Downloaded convert_case v0.4.0
9372024-04-30T22:05:15.274Z Downloaded match_cfg v0.1.0
9382024-04-30T22:05:15.274Z Downloaded darling_macro v0.20.8
9392024-04-30T22:05:15.274Z Downloaded lru-cache v0.1.2
9402024-04-30T22:05:15.274Z Downloaded aes v0.8.3
9412024-04-30T22:05:15.280Z Downloaded password-hash v0.4.2
9422024-04-30T22:05:15.280Z Downloaded peg-runtime v0.8.2
9432024-04-30T22:05:15.280Z Downloaded cancel-safe-futures v0.1.5
9442024-04-30T22:05:15.287Z Downloaded option-ext v0.2.0
9452024-04-30T22:05:15.287Z Downloaded normalize-line-endings v0.3.0
9462024-04-30T22:05:15.287Z Downloaded crypto-common v0.1.6
9472024-04-30T22:05:15.287Z Downloaded base64ct v1.6.0
9482024-04-30T22:05:15.287Z Downloaded indexmap v2.2.6
9492024-04-30T22:05:15.293Z Downloaded waitgroup v0.1.2
9502024-04-30T22:05:15.293Z Downloaded num-conv v0.1.0
9512024-04-30T22:05:15.293Z Downloaded macaddr v1.0.1
9522024-04-30T22:05:15.293Z Downloaded openssl-probe v0.1.5
9532024-04-30T22:05:15.297Z Downloaded byteorder v1.5.0
9542024-04-30T22:05:15.297Z Downloaded swrite v0.1.0
9552024-04-30T22:05:15.297Z Downloaded bitflags v1.3.2
9562024-04-30T22:05:15.303Z Downloaded toolchain_find v0.4.0
9572024-04-30T22:05:15.303Z Downloaded managed v0.8.0
9582024-04-30T22:05:15.318Z Downloaded nibble_vec v0.1.0
9592024-04-30T22:05:15.318Z Downloaded newtype-uuid v1.1.0
9602024-04-30T22:05:15.318Z Downloaded md-5 v0.10.5
9612024-04-30T22:05:15.318Z Downloaded crossbeam-deque v0.8.3
9622024-04-30T22:05:15.318Z Downloaded cpufeatures v0.2.12
9632024-04-30T22:05:15.336Z Downloaded mime_guess v2.0.4
9642024-04-30T22:05:15.336Z Downloaded memmap2 v0.7.1
9652024-04-30T22:05:15.336Z Downloaded foreign-types-shared v0.3.1
9662024-04-30T22:05:15.336Z Downloaded pem v3.0.4
9672024-04-30T22:05:15.336Z Downloaded percent-encoding v2.3.1
9682024-04-30T22:05:15.336Z Downloaded ctr v0.9.2
9692024-04-30T22:05:15.336Z Downloaded defmt-parser v0.3.3
9702024-04-30T22:05:15.337Z Downloaded num-integer v0.1.46
9712024-04-30T22:05:15.337Z Downloaded num v0.4.2
9722024-04-30T22:05:15.337Z Downloaded ciborium-ll v0.2.2
9732024-04-30T22:05:15.337Z Downloaded pbkdf2 v0.11.0
9742024-04-30T22:05:15.337Z Downloaded parse-display v0.9.0
9752024-04-30T22:05:15.348Z Downloaded fxhash v0.2.1
9762024-04-30T22:05:15.348Z Downloaded num_enum v0.5.11
9772024-04-30T22:05:15.348Z Downloaded parse-display-derive v0.9.0
9782024-04-30T22:05:15.348Z Downloaded hubpack_derive v0.1.1
9792024-04-30T22:05:15.348Z Downloaded iana-time-zone v0.1.57
9802024-04-30T22:05:15.348Z Downloaded num_enum_derive v0.5.11
9812024-04-30T22:05:15.348Z Downloaded slab v0.4.9
9822024-04-30T22:05:15.348Z Downloaded slog-dtrace v0.3.0
9832024-04-30T22:05:15.348Z Downloaded untrusted v0.9.0
9842024-04-30T22:05:15.348Z Downloaded phf_shared v0.10.0
9852024-04-30T22:05:15.348Z Downloaded parking_lot v0.11.2
9862024-04-30T22:05:15.354Z Downloaded native-tls v0.2.11
9872024-04-30T22:05:15.354Z Downloaded tabled_derive v0.7.0
9882024-04-30T22:05:15.354Z Downloaded pest_meta v2.7.6
9892024-04-30T22:05:15.360Z Downloaded strsim v0.10.0
9902024-04-30T22:05:15.360Z Downloaded either v1.11.0
9912024-04-30T22:05:15.360Z Downloaded dof v0.1.5
9922024-04-30T22:05:15.360Z Downloaded owo-colors v4.0.0
9932024-04-30T22:05:15.366Z Downloaded ed25519 v2.2.2
9942024-04-30T22:05:15.366Z Downloaded ciborium v0.2.2
9952024-04-30T22:05:15.372Z Downloaded pbkdf2 v0.12.2
9962024-04-30T22:05:15.372Z Downloaded parking_lot_core v0.9.8
9972024-04-30T22:05:15.372Z Downloaded cipher v0.4.4
9982024-04-30T22:05:15.379Z Downloaded camino v1.1.6
9992024-04-30T22:05:15.379Z Downloaded cookie v0.17.0
10002024-04-30T22:05:15.387Z Downloaded http-body v0.4.5
10012024-04-30T22:05:15.387Z Downloaded usdt-attr-macro v0.3.5
10022024-04-30T22:05:15.388Z Downloaded russh-cryptovec v0.7.0
10032024-04-30T22:05:15.388Z Downloaded once_cell v1.19.0
10042024-04-30T22:05:15.388Z Downloaded pin-utils v0.1.0
10052024-04-30T22:05:15.397Z Downloaded camino-tempfile v1.1.1
10062024-04-30T22:05:15.397Z Downloaded miniz_oxide v0.7.1
10072024-04-30T22:05:15.398Z Downloaded cookie_store v0.20.0
10082024-04-30T22:05:15.398Z Downloaded foreign-types-shared v0.1.1
10092024-04-30T22:05:15.410Z Downloaded diesel_table_macro_syntax v0.1.0
10102024-04-30T22:05:15.410Z Downloaded futures-task v0.3.30
10112024-04-30T22:05:15.411Z Downloaded dirs v5.0.1
10122024-04-30T22:05:15.411Z Downloaded strum_macros v0.25.2
10132024-04-30T22:05:15.411Z Downloaded tabwriter v1.4.0
10142024-04-30T22:05:15.411Z Downloaded pem-rfc7468 v0.7.0
10152024-04-30T22:05:15.412Z Downloaded serde_arrays v0.1.0
10162024-04-30T22:05:15.412Z Downloaded zone_cfg_derive v0.1.2
10172024-04-30T22:05:15.412Z Downloaded same-file v1.0.6
10182024-04-30T22:05:15.429Z Downloaded rustfmt-wrapper v0.2.1
10192024-04-30T22:05:15.429Z Downloaded slog-term v2.9.1
10202024-04-30T22:05:15.430Z Downloaded headers-core v0.2.0
10212024-04-30T22:05:15.430Z Downloaded structmeta-derive v0.3.0
10222024-04-30T22:05:15.430Z Downloaded structmeta v0.3.0
10232024-04-30T22:05:15.430Z Downloaded spin v0.5.2
10242024-04-30T22:05:15.430Z Downloaded signature v2.1.0
10252024-04-30T22:05:15.430Z Downloaded tokio-stream v0.1.15
10262024-04-30T22:05:15.444Z Downloaded thiserror-impl-no-std v2.0.2
10272024-04-30T22:05:15.444Z Downloaded socket2 v0.4.9
10282024-04-30T22:05:15.444Z Downloaded pin-project-lite v0.2.13
10292024-04-30T22:05:15.444Z Downloaded usdt v0.5.0
10302024-04-30T22:05:15.444Z Downloaded crossbeam-epoch v0.9.18
10312024-04-30T22:05:15.444Z Downloaded crossbeam-utils v0.8.19
10322024-04-30T22:05:15.868Z Downloaded dirs-next v2.0.0
10332024-04-30T22:05:15.869Z Downloaded errno v0.3.8
10342024-04-30T22:05:15.869Z Downloaded rustversion v1.0.14
10352024-04-30T22:05:15.869Z Downloaded want v0.3.1
10362024-04-30T22:05:15.869Z Downloaded const-oid v0.9.6
10372024-04-30T22:05:15.870Z Downloaded rand_core v0.6.4
10382024-04-30T22:05:15.870Z Downloaded plain v0.2.3
10392024-04-30T22:05:15.870Z Downloaded pkg-config v0.3.27
10402024-04-30T22:05:15.870Z Downloaded hex-literal v0.4.1
10412024-04-30T22:05:15.871Z Downloaded papergrid v0.11.0
10422024-04-30T22:05:15.871Z Downloaded endian-type v0.1.2
10432024-04-30T22:05:15.871Z Downloaded toml v0.7.8
10442024-04-30T22:05:15.871Z Downloaded display-error-chain v0.2.0
10452024-04-30T22:05:15.872Z Downloaded tokio-tungstenite v0.21.0
10462024-04-30T22:05:15.872Z Downloaded hex v0.4.3
10472024-04-30T22:05:15.873Z Downloaded tokio-native-tls v0.3.1
10482024-04-30T22:05:15.873Z Downloaded group v0.13.0
10492024-04-30T22:05:15.873Z Downloaded universal-hash v0.5.1
10502024-04-30T22:05:15.873Z Downloaded serde_path_to_error v0.1.16
10512024-04-30T22:05:15.874Z Downloaded usdt v0.3.5
10522024-04-30T22:05:15.874Z Downloaded unicode-xid v0.2.4
10532024-04-30T22:05:15.874Z Downloaded slog-scope v4.4.0
10542024-04-30T22:05:15.874Z Downloaded cc v1.0.83
10552024-04-30T22:05:15.874Z Downloaded semver v1.0.22
10562024-04-30T22:05:15.874Z Downloaded termcolor v1.2.0
10572024-04-30T22:05:15.875Z Downloaded darling_core v0.20.8
10582024-04-30T22:05:15.875Z Downloaded clap v4.5.4
10592024-04-30T22:05:15.875Z Downloaded rand_core v0.5.1
10602024-04-30T22:05:15.875Z Downloaded pkcs8 v0.10.2
10612024-04-30T22:05:15.875Z Downloaded crypto-bigint v0.5.2
10622024-04-30T22:05:15.875Z Downloaded usdt-macro v0.5.0
10632024-04-30T22:05:15.876Z Downloaded static_assertions v1.1.0
10642024-04-30T22:05:15.876Z Downloaded siphasher v0.3.11
10652024-04-30T22:05:15.876Z Downloaded home v0.5.5
10662024-04-30T22:05:15.876Z Downloaded minimal-lexical v0.2.1
10672024-04-30T22:05:15.877Z Downloaded equivalent v1.0.1
10682024-04-30T22:05:15.877Z Downloaded version_check v0.9.4
10692024-04-30T22:05:15.877Z Downloaded usdt-attr-macro v0.5.0
10702024-04-30T22:05:15.877Z Downloaded proc-macro-error-attr v1.0.4
10712024-04-30T22:05:15.877Z Downloaded pretty-hex v0.4.1
10722024-04-30T22:05:15.878Z Downloaded take_mut v0.2.2
10732024-04-30T22:05:15.878Z Downloaded embedded-io v0.4.0
10742024-04-30T22:05:15.878Z Downloaded strum_macros v0.26.1
10752024-04-30T22:05:15.879Z Downloaded getopts v0.2.21
10762024-04-30T22:05:15.879Z Downloaded subprocess v0.2.9
10772024-04-30T22:05:15.879Z Downloaded unicode-bidi v0.3.15
10782024-04-30T22:05:15.879Z Downloaded tinyvec_macros v0.1.1
10792024-04-30T22:05:15.879Z Downloaded foreign-types v0.3.2
10802024-04-30T22:05:15.879Z Downloaded chacha20poly1305 v0.10.1
10812024-04-30T22:05:15.880Z Downloaded tracing-core v0.1.32
10822024-04-30T22:05:15.880Z Downloaded thiserror v1.0.59
10832024-04-30T22:05:15.880Z Downloaded float-cmp v0.9.0
10842024-04-30T22:05:15.880Z Downloaded walkdir v2.5.0
10852024-04-30T22:05:15.881Z Downloaded ed25519-dalek v2.0.0
10862024-04-30T22:05:15.881Z Downloaded futures v0.3.30
10872024-04-30T22:05:15.881Z Downloaded fixedbitset v0.4.2
10882024-04-30T22:05:15.882Z Downloaded enum-as-inner v0.5.1
10892024-04-30T22:05:15.882Z Downloaded whoami v1.5.1
10902024-04-30T22:05:15.882Z Downloaded time-core v0.1.2
10912024-04-30T22:05:15.882Z Downloaded stable_deref_trait v1.2.0
10922024-04-30T22:05:15.882Z Downloaded socket2 v0.5.6
10932024-04-30T22:05:15.883Z Downloaded scroll v0.12.0
10942024-04-30T22:05:15.883Z Downloaded vsss-rs v3.3.4
10952024-04-30T22:05:15.883Z Downloaded foreign-types v0.5.0
10962024-04-30T22:05:15.883Z Downloaded tower-service v0.3.2
10972024-04-30T22:05:15.884Z Downloaded fallible-iterator v0.2.0
10982024-04-30T22:05:15.884Z Downloaded sct v0.7.0
10992024-04-30T22:05:15.884Z Downloaded fastrand v2.0.1
11002024-04-30T22:05:15.884Z Downloaded slog-bunyan v2.5.0
11012024-04-30T22:05:15.884Z Downloaded scopeguard v1.2.0
11022024-04-30T22:05:15.885Z Downloaded xattr v1.0.1
11032024-04-30T22:05:15.885Z Downloaded dirs-sys v0.4.1
11042024-04-30T22:05:15.885Z Downloaded tokio-macros v2.2.0
11052024-04-30T22:05:15.885Z Downloaded unsafe-libyaml v0.2.10
11062024-04-30T22:05:15.886Z Downloaded crossbeam-channel v0.5.8
11072024-04-30T22:05:15.886Z Downloaded dyn-clone v1.0.17
11082024-04-30T22:05:15.886Z Downloaded utf-8 v0.7.6
11092024-04-30T22:05:15.886Z Downloaded sha2 v0.10.8
11102024-04-30T22:05:15.886Z Downloaded heck v0.4.1
11112024-04-30T22:05:15.887Z Downloaded dtrace-parser v0.2.0
11122024-04-30T22:05:15.887Z Downloaded typenum v1.16.0
11132024-04-30T22:05:15.887Z Downloaded ff v0.13.0
11142024-04-30T22:05:15.887Z Downloaded subtle v2.5.0
11152024-04-30T22:05:15.888Z Downloaded slog-async v2.8.0
11162024-04-30T22:05:15.888Z Downloaded usdt-impl v0.3.5
11172024-04-30T22:05:15.888Z Downloaded precomputed-hash v0.1.1
11182024-04-30T22:05:15.888Z Downloaded http-range v0.1.5
11192024-04-30T22:05:15.888Z Downloaded russh-keys v0.43.0
11202024-04-30T22:05:15.889Z Downloaded term v0.7.0
11212024-04-30T22:05:15.889Z Downloaded schemars_derive v0.8.16
11222024-04-30T22:05:15.889Z Downloaded pest v2.7.6
11232024-04-30T22:05:15.889Z Downloaded strum v0.26.2
11242024-04-30T22:05:15.890Z Downloaded psl-types v2.0.11
11252024-04-30T22:05:15.890Z Downloaded time-macros v0.2.17
11262024-04-30T22:05:15.890Z Downloaded scroll_derive v0.12.0
11272024-04-30T22:05:15.890Z Downloaded zerocopy v0.3.0
11282024-04-30T22:05:15.891Z Downloaded postgres-types v0.2.6
11292024-04-30T22:05:15.891Z Downloaded sync_wrapper v0.1.2
11302024-04-30T22:05:15.891Z Downloaded dtrace-parser v0.1.14
11312024-04-30T22:05:15.891Z Downloaded serde_tokenstream v0.1.7
11322024-04-30T22:05:15.924Z Downloaded zeroize v1.7.0
11332024-04-30T22:05:15.924Z Downloaded glob v0.3.1
11342024-04-30T22:05:15.925Z Downloaded tungstenite v0.21.0
11352024-04-30T22:05:15.925Z Downloaded foreign-types-macros v0.2.3
11362024-04-30T22:05:15.925Z Downloaded portpicker v0.1.1
11372024-04-30T22:05:15.925Z Downloaded hmac v0.12.1
11382024-04-30T22:05:15.925Z Downloaded proc-macro2 v1.0.81
11392024-04-30T22:05:15.925Z Downloaded zone v0.1.8
11402024-04-30T22:05:15.925Z Downloaded libm v0.2.7
11412024-04-30T22:05:15.926Z Downloaded sigpipe v0.1.3
11422024-04-30T22:05:15.926Z Downloaded serde_tokenstream v0.2.0
11432024-04-30T22:05:15.926Z Downloaded zerocopy-derive v0.7.32
11442024-04-30T22:05:15.926Z Downloaded quote v1.0.36
11452024-04-30T22:05:15.926Z Downloaded env_logger v0.9.3
11462024-04-30T22:05:15.926Z Downloaded yasna v0.5.2
11472024-04-30T22:05:15.926Z Downloaded hash32 v0.2.1
11482024-04-30T22:05:15.927Z Downloaded generic-array v0.14.7
11492024-04-30T22:05:15.927Z Downloaded rand_chacha v0.2.2
11502024-04-30T22:05:15.927Z Downloaded quick-error v1.2.3
11512024-04-30T22:05:15.927Z Downloaded topological-sort v0.2.2
11522024-04-30T22:05:15.927Z Downloaded postcard v1.0.8
11532024-04-30T22:05:15.927Z Downloaded thiserror-no-std v2.0.2
11542024-04-30T22:05:15.928Z Downloaded serde_urlencoded v0.7.1
11552024-04-30T22:05:15.928Z Downloaded rustc_version v0.1.7
11562024-04-30T22:05:15.928Z Downloaded deranged v0.3.11
11572024-04-30T22:05:15.928Z Downloaded zeroize_derive v1.4.2
11582024-04-30T22:05:15.928Z Downloaded synstructure v0.12.6
11592024-04-30T22:05:15.928Z Downloaded slog-stdlog v4.1.1
11602024-04-30T22:05:15.928Z Downloaded futures-channel v0.3.30
11612024-04-30T22:05:15.928Z Downloaded polyval v0.6.1
11622024-04-30T22:05:15.929Z Downloaded serde v1.0.199
11632024-04-30T22:05:15.929Z Downloaded ppv-lite86 v0.2.17
11642024-04-30T22:05:15.929Z Downloaded powerfmt v0.2.0
11652024-04-30T22:05:15.929Z Downloaded smallvec v1.13.1
11662024-04-30T22:05:15.929Z Downloaded time v0.3.34
11672024-04-30T22:05:15.929Z Downloaded humantime v2.1.0
11682024-04-30T22:05:15.929Z Downloaded hash32 v0.3.1
11692024-04-30T22:05:15.930Z Downloaded tracing-attributes v0.1.27
11702024-04-30T22:05:15.930Z Downloaded serde_with_macros v3.7.0
11712024-04-30T22:05:15.930Z Downloaded smf v0.2.3
11722024-04-30T22:05:15.930Z Downloaded rand_chacha v0.3.1
11732024-04-30T22:05:15.930Z Downloaded flume v0.11.0
11742024-04-30T22:05:15.930Z Downloaded toml v0.8.12
11752024-04-30T22:05:15.930Z Downloaded httpdate v1.0.3
11762024-04-30T22:05:15.931Z Downloaded resolv-conf v0.7.0
11772024-04-30T22:05:15.931Z Downloaded spin v0.9.8
11782024-04-30T22:05:15.931Z Downloaded http v0.2.12
11792024-04-30T22:05:15.931Z Downloaded httparse v1.8.0
11802024-04-30T22:05:15.931Z Downloaded uuid v0.8.2
11812024-04-30T22:05:15.931Z Downloaded futures-core v0.3.30
11822024-04-30T22:05:15.931Z Downloaded uuid v1.8.0
11832024-04-30T22:05:15.931Z Downloaded toml_edit v0.19.15
11842024-04-30T22:05:15.931Z Downloaded stringprep v0.1.3
11852024-04-30T22:05:15.932Z Downloaded headers v0.3.9
11862024-04-30T22:05:15.932Z Downloaded poly1305 v0.8.0
11872024-04-30T22:05:15.932Z Downloaded dhcproto v0.11.0
11882024-04-30T22:05:15.932Z Downloaded diesel_derives v2.1.2
11892024-04-30T22:05:15.932Z Downloaded heapless v0.7.16
11902024-04-30T22:05:15.932Z Downloaded crossterm v0.27.0
11912024-04-30T22:05:15.932Z Downloaded schemars v0.8.16
11922024-04-30T22:05:15.932Z Downloaded trust-dns-resolver v0.22.0
11932024-04-30T22:05:15.933Z Downloaded steno v0.4.0
11942024-04-30T22:05:15.933Z Downloaded similar v2.4.0
11952024-04-30T22:05:15.933Z Downloaded toml v0.5.11
11962024-04-30T22:05:15.933Z Downloaded futures-util v0.3.30
11972024-04-30T22:05:15.933Z Downloaded rand v0.8.5
11982024-04-30T22:05:15.933Z Downloaded zerocopy v0.7.32
11992024-04-30T22:05:15.933Z Downloaded rayon-core v1.12.1
12002024-04-30T22:05:15.933Z Downloaded tokio-util v0.7.10
12012024-04-30T22:05:15.933Z Downloaded hashbrown v0.12.3
12022024-04-30T22:05:15.934Z Downloaded libc v0.2.153
12032024-04-30T22:05:15.994Z Downloaded http v1.0.0
12042024-04-30T22:05:15.994Z Downloaded winnow v0.5.15
12052024-04-30T22:05:15.994Z Downloaded unicode-normalization v0.1.22
12062024-04-30T22:05:15.994Z Downloaded idna v0.3.0
12072024-04-30T22:05:15.999Z Downloaded rayon v1.10.0
12082024-04-30T22:05:15.999Z Downloaded hashbrown v0.14.3
12092024-04-30T22:05:15.999Z Downloaded rand v0.7.3
12102024-04-30T22:05:15.999Z Downloaded goblin v0.8.0
12112024-04-30T22:05:15.999Z Downloaded tabled v0.15.0
12122024-04-30T22:05:15.999Z Downloaded h2 v0.3.26
12132024-04-30T22:05:15.999Z Downloaded regex v1.10.4
12142024-04-30T22:05:16.013Z Downloaded serde_with v3.7.0
12152024-04-30T22:05:16.020Z Downloaded rustls-webpki v0.101.7
12162024-04-30T22:05:16.037Z Downloaded reqwest v0.11.24
12172024-04-30T22:05:16.115Z Downloaded rustls-webpki v0.102.1
12182024-04-30T22:05:16.116Z Downloaded vcpkg v0.2.15
12192024-04-30T22:05:16.157Z Downloaded syn v2.0.60
12202024-04-30T22:05:16.157Z Downloaded smoltcp v0.11.0
12212024-04-30T22:05:16.157Z Downloaded gimli v0.28.0
12222024-04-30T22:05:16.187Z Downloaded trust-dns-proto v0.22.0
12232024-04-30T22:05:16.187Z Downloaded smoltcp v0.9.1
12242024-04-30T22:05:16.187Z Downloaded openapiv3 v2.0.0
12252024-04-30T22:05:16.221Z Downloaded bstr v1.9.0
12262024-04-30T22:05:16.221Z Downloaded regress v0.9.1
12272024-04-30T22:05:16.222Z Downloaded diesel v2.1.6
12282024-04-30T22:05:16.828Z Downloaded zerocopy-derive v0.2.0
12292024-04-30T22:05:16.828Z Downloaded regex-syntax v0.8.2
12302024-04-30T22:05:16.828Z Downloaded rustls v0.21.9
12312024-04-30T22:05:16.910Z Downloaded regex-automata v0.4.5
12322024-04-30T22:05:16.910Z Downloaded zerocopy-derive v0.6.6
12332024-04-30T22:05:16.910Z Downloaded bzip2-sys v0.1.11+1.0.8
12342024-04-30T22:05:16.910Z Downloaded tokio v1.37.0
12352024-04-30T22:05:16.910Z Downloaded sha3 v0.10.8
12362024-04-30T22:05:16.910Z Downloaded sled v0.34.7
12372024-04-30T22:05:16.910Z Downloaded winapi v0.3.9
12382024-04-30T22:05:16.910Z Downloaded rustix v0.38.31
12392024-04-30T22:05:16.911Z Downloaded bstr v0.2.17
12402024-04-30T22:05:16.911Z Downloaded syn v1.0.109
12412024-04-30T22:05:16.911Z Downloaded rustls v0.22.4
12422024-04-30T22:05:16.911Z Downloaded curve25519-dalek v4.1.2
12432024-04-30T22:05:16.911Z Downloaded encoding_rs v0.8.33
12442024-04-30T22:05:16.911Z Downloaded hyper v0.14.28
12452024-04-30T22:05:16.911Z Downloaded webpki-roots v0.25.2
12462024-04-30T22:05:16.911Z Downloaded radix_trie v0.2.1
12472024-04-30T22:05:16.911Z Downloaded openssl v0.10.64
12482024-04-30T22:05:16.911Z Downloaded object v0.32.1
12492024-04-30T22:05:16.911Z Downloaded chrono v0.4.38
12502024-04-30T22:05:16.912Z Downloaded toml_edit v0.22.12
12512024-04-30T22:05:16.912Z Downloaded hkdf v0.12.4
12522024-04-30T22:05:16.912Z Downloaded petgraph v0.6.4
12532024-04-30T22:05:16.912Z Downloaded publicsuffix v2.2.3
12542024-04-30T22:05:16.912Z Downloaded tracing v0.1.40
12552024-04-30T22:05:16.912Z Downloaded zip v0.6.6
12562024-04-30T22:05:16.912Z Downloaded trust-dns-server v0.22.1
12572024-04-30T22:05:16.912Z Downloaded serde_json v1.0.116
12582024-04-30T22:05:16.912Z Downloaded winnow v0.6.1
12592024-04-30T22:05:16.912Z Downloaded clap_builder v4.5.2
12602024-04-30T22:05:16.912Z Downloaded blake3 v1.5.0
12612024-04-30T22:05:16.912Z Downloaded heapless v0.8.0
12622024-04-30T22:05:16.913Z Downloaded elliptic-curve v0.13.8
12632024-04-30T22:05:16.913Z Downloaded unicode-segmentation v1.10.1
12642024-04-30T22:05:16.913Z Downloaded platforms v3.0.2
12652024-04-30T22:05:16.913Z Downloaded getrandom v0.2.12
12662024-04-30T22:05:16.913Z Downloaded half v2.3.1
12672024-04-30T22:05:16.913Z Downloaded idna v0.2.3
12682024-04-30T22:05:16.913Z Downloaded hubpack v0.1.2
12692024-04-30T22:05:16.913Z Downloaded rustc-demangle v0.1.23
12702024-04-30T22:05:16.913Z Downloaded zerocopy v0.6.6
12712024-04-30T22:05:16.913Z Downloaded url v2.5.0
12722024-04-30T22:05:16.913Z Downloaded tokio-postgres v0.7.10
12732024-04-30T22:05:16.914Z Downloaded russh v0.43.0
12742024-04-30T22:05:16.914Z Downloaded regex-automata v0.1.10
12752024-04-30T22:05:16.914Z Downloaded p521 v0.13.3
12762024-04-30T22:05:16.914Z Downloaded flate2 v1.0.28
12772024-04-30T22:05:16.914Z Downloaded serde_yaml v0.9.25
12782024-04-30T22:05:16.914Z Downloaded expectorate v1.1.0
12792024-04-30T22:05:16.914Z Downloaded slog-envlogger v2.2.0
12802024-04-30T22:05:16.914Z Downloaded der v0.7.8
12812024-04-30T22:05:16.914Z Downloaded gethostname v0.4.3
12822024-04-30T22:05:16.914Z Downloaded dirs-sys-next v0.1.2
12832024-04-30T22:05:16.914Z Downloaded slog v2.7.0
12842024-04-30T22:05:16.914Z Downloaded unicode-ident v1.0.12
12852024-04-30T22:05:16.914Z Downloaded ucd-trie v0.1.6
12862024-04-30T22:05:16.914Z Downloaded thread_local v1.1.7
12872024-04-30T22:05:16.915Z Downloaded thread-id v4.2.0
12882024-04-30T22:05:16.915Z Downloaded semver v0.1.20
12892024-04-30T22:05:16.915Z Downloaded secrecy v0.8.0
12902024-04-30T22:05:16.915Z Downloaded predicates-core v1.0.6
12912024-04-30T22:05:16.915Z Downloaded spki v0.7.2
12922024-04-30T22:05:16.915Z Downloaded ron v0.7.1
12932024-04-30T22:05:16.915Z Downloaded signal-hook v0.3.17
12942024-04-30T22:05:16.915Z Downloaded tungstenite v0.20.1
12952024-04-30T22:05:16.915Z Downloaded ghash v0.5.0
12962024-04-30T22:05:16.915Z Downloaded postgres-protocol v0.6.6
12972024-04-30T22:05:16.915Z Downloaded tar v0.4.40
12982024-04-30T22:05:16.915Z Downloaded trust-dns-client v0.22.0
12992024-04-30T22:05:16.916Z Downloaded serde_spanned v0.6.5
13002024-04-30T22:05:16.916Z Downloaded serde_repr v0.1.16
13012024-04-30T22:05:16.916Z Downloaded dof v0.3.0
13022024-04-30T22:05:16.916Z Downloaded dhcproto-macros v0.1.0
13032024-04-30T22:05:16.916Z Downloaded tinyvec v1.6.0
13042024-04-30T22:05:16.916Z Downloaded nom v7.1.3
13052024-04-30T22:05:16.916Z Downloaded scheduled-thread-pool v0.2.7
13062024-04-30T22:05:16.916Z Downloaded rfc6979 v0.4.0
13072024-04-30T22:05:16.916Z Downloaded usdt-impl v0.5.0
13082024-04-30T22:05:16.916Z Downloaded itertools v0.10.5
13092024-04-30T22:05:16.916Z Downloaded getrandom v0.1.16
13102024-04-30T22:05:16.916Z Downloaded rustls-pemfile v2.1.2
13112024-04-30T22:05:16.916Z Downloaded num-bigint v0.4.4
13122024-04-30T22:05:16.917Z Downloaded mio v0.8.11
13132024-04-30T22:05:16.917Z Downloaded memchr v2.7.1
13142024-04-30T22:05:16.917Z Downloaded aho-corasick v1.1.2
13152024-04-30T22:05:16.917Z Downloaded ryu v1.0.15
13162024-04-30T22:05:16.917Z Downloaded rcgen v0.12.1
13172024-04-30T22:05:16.917Z Downloaded flagset v0.4.3
13182024-04-30T22:05:16.917Z Downloaded usdt-macro v0.3.5
13192024-04-30T22:05:16.917Z Downloaded rustc_version v0.4.0
13202024-04-30T22:05:16.917Z Downloaded proc-macro-crate v1.3.1
13212024-04-30T22:05:16.917Z Downloaded primeorder v0.13.6
13222024-04-30T22:05:16.917Z Downloaded heck v0.3.3
13232024-04-30T22:05:16.917Z Downloaded erased-serde v0.3.31
13242024-04-30T22:05:16.917Z Downloaded terminal_size v0.3.0
13252024-04-30T22:05:16.917Z Downloaded string_cache v0.8.7
13262024-04-30T22:05:16.917Z Downloaded sec1 v0.7.3
13272024-04-30T22:05:16.917Z Downloaded hyper-rustls v0.24.2
13282024-04-30T22:05:16.918Z Downloaded idna v0.5.0
13292024-04-30T22:05:16.918Z Downloaded serde_derive_internals v0.26.0
13302024-04-30T22:05:16.918Z Downloaded tokio-rustls v0.24.1
13312024-04-30T22:05:16.967Z Downloaded pretty-hex v0.2.1
13322024-04-30T22:05:16.968Z Downloaded rustls-pki-types v1.3.0
13332024-04-30T22:05:16.968Z Downloaded hostname v0.3.1
13342024-04-30T22:05:16.968Z Downloaded toml_datetime v0.6.5
13352024-04-30T22:05:16.968Z Downloaded ring v0.17.8
13362024-04-30T22:05:16.968Z Downloaded tokio-rustls v0.25.0
13372024-04-30T22:05:16.968Z Downloaded thiserror-impl v1.0.59
13382024-04-30T22:05:16.968Z Downloaded tempfile v3.10.1
13392024-04-30T22:05:16.968Z Downloaded derive-where v1.2.7
13402024-04-30T22:05:16.968Z Downloaded try-lock v0.2.4
13412024-04-30T22:05:16.969Z Downloaded sha1 v0.10.6
13422024-04-30T22:05:16.969Z Downloaded slog-json v2.6.1
13432024-04-30T22:05:16.969Z Downloaded serde_derive v1.0.199
13442024-04-30T22:05:16.969Z Downloaded openssl-sys v0.9.102
13452024-04-30T22:05:16.969Z Downloaded derive_more v0.99.17
13462024-04-30T22:05:16.969Z Downloaded phf v0.11.2
13472024-04-30T22:05:16.970Z Downloaded hyper-tls v0.5.0
13482024-04-30T22:05:16.970Z Downloaded hyper-staticfile v0.9.5
13492024-04-30T22:05:16.970Z Downloaded ring v0.16.20
13502024-04-30T22:05:17.396Z Downloaded blake2 v0.10.6
13512024-04-30T22:05:17.396Z Downloaded bytes v1.6.0
13522024-04-30T22:05:17.396Z Downloaded backtrace v0.3.69
13532024-04-30T22:05:17.396Z Downloaded unicode-width v0.1.11
13542024-04-30T22:05:17.397Z Downloaded proc-macro-error v1.0.4
13552024-04-30T22:05:17.397Z Downloaded base64 v0.21.7
13562024-04-30T22:05:17.397Z Downloaded tokio-tungstenite v0.20.1
13572024-04-30T22:05:17.397Z Downloaded rustls-pemfile v1.0.3
13582024-04-30T22:05:17.397Z Downloaded strsim v0.11.0
13592024-04-30T22:05:17.397Z Downloaded ecdsa v0.16.9
13602024-04-30T22:05:17.398Z Downloaded p256 v0.13.2
13612024-04-30T22:05:17.398Z Downloaded form_urlencoded v1.2.1
13622024-04-30T22:05:17.398Z Downloaded digest v0.10.7
13632024-04-30T22:05:17.398Z Downloaded difflib v0.4.0
13642024-04-30T22:05:17.398Z Downloaded omicron-zone-package v0.11.0
13652024-04-30T22:05:17.398Z Downloaded unicase v2.7.0
13662024-04-30T22:05:17.399Z Downloaded bitflags v2.4.2
13672024-04-30T22:05:17.399Z Downloaded signal-hook-registry v1.4.1
13682024-04-30T22:05:17.399Z Downloaded signal-hook-mio v0.2.3
13692024-04-30T22:05:17.399Z Downloaded r2d2 v0.8.10
13702024-04-30T22:05:17.399Z Downloaded predicates v3.1.0
13712024-04-30T22:05:17.399Z Downloaded phf_shared v0.11.2
13722024-04-30T22:05:17.399Z Downloaded heck v0.5.0
13732024-04-30T22:05:17.399Z Downloaded futures-macro v0.3.30
13742024-04-30T22:05:17.399Z Downloaded futures-io v0.3.30
13752024-04-30T22:05:17.400Z Downloaded futures-executor v0.3.30
13762024-04-30T22:05:17.400Z Downloaded fnv v1.0.7
13772024-04-30T22:05:17.400Z Downloaded filetime v0.2.23
13782024-04-30T22:05:17.400Z Downloaded parking_lot v0.12.1
13792024-04-30T22:05:17.400Z Downloaded num-traits v0.2.18
13802024-04-30T22:05:17.400Z Downloaded log v0.4.21
13812024-04-30T22:05:17.400Z Downloaded futures-sink v0.3.30
13822024-04-30T22:05:17.401Z Downloaded darling v0.20.8
13832024-04-30T22:05:17.401Z Downloaded crc32fast v1.3.2
13842024-04-30T22:05:17.401Z Downloaded clap_derive v4.5.4
13852024-04-30T22:05:17.401Z Downloaded num-rational v0.4.1
13862024-04-30T22:05:17.401Z Downloaded console v0.15.8
13872024-04-30T22:05:17.401Z Downloaded bzip2 v0.4.4
13882024-04-30T22:05:17.402Z Downloaded utf8parse v0.2.1
13892024-04-30T22:05:17.402Z Downloaded untrusted v0.7.1
13902024-04-30T22:05:17.402Z Downloaded pest_derive v2.7.6
13912024-04-30T22:05:17.402Z Downloaded parking_lot_core v0.8.6
13922024-04-30T22:05:17.402Z Downloaded num-complex v0.4.5
13932024-04-30T22:05:17.402Z Downloaded password-hash v0.5.0
13942024-04-30T22:05:17.402Z Downloaded num-iter v0.1.44
13952024-04-30T22:05:17.402Z Downloaded multer v3.0.0
13962024-04-30T22:05:17.402Z Downloaded opaque-debug v0.3.0
13972024-04-30T22:05:17.402Z Downloaded num_cpus v1.16.0
13982024-04-30T22:05:17.403Z Downloaded defmt v0.3.5
13992024-04-30T22:05:17.403Z Downloaded pest_generator v2.7.6
14002024-04-30T22:05:17.403Z Downloaded data-encoding v2.4.0
14012024-04-30T22:05:17.403Z Downloaded num-derive v0.4.0
14022024-04-30T22:05:17.403Z Downloaded memmap v0.7.0
14032024-04-30T22:05:17.403Z Downloaded defmt-macros v0.3.6
14042024-04-30T22:05:17.403Z Downloaded debug-ignore v1.0.5
14052024-04-30T22:05:17.403Z Downloaded cbc v0.1.2
14062024-04-30T22:05:17.403Z Downloaded base64 v0.13.1
14072024-04-30T22:05:17.404Z Downloaded aes-gcm v0.10.3
14082024-04-30T22:05:17.404Z Downloaded nanorand v0.7.0
14092024-04-30T22:05:17.404Z Downloaded newtype_derive v0.1.6
14102024-04-30T22:05:17.404Z Downloaded lock_api v0.4.10
14112024-04-30T22:05:17.404Z Downloaded ipnet v2.9.0
14122024-04-30T22:05:17.404Z Downloaded constant_time_eq v0.3.0
14132024-04-30T22:05:17.405Z Downloaded clap_lex v0.7.0
14142024-04-30T22:05:17.405Z Downloaded chacha20 v0.9.1
14152024-04-30T22:05:17.405Z Downloaded bit-vec v0.6.3
14162024-04-30T22:05:17.405Z Downloaded linked-hash-map v0.5.6
14172024-04-30T22:05:17.405Z Downloaded colored v2.1.0
14182024-04-30T22:05:17.406Z Downloaded cobs v0.2.3
14192024-04-30T22:05:17.406Z Downloaded cfg-if v1.0.0
14202024-04-30T22:05:17.406Z Downloaded openssl-macros v0.1.1
14212024-04-30T22:05:17.406Z Downloaded num_threads v0.1.6
14222024-04-30T22:05:17.406Z Downloaded block-padding v0.3.3
14232024-04-30T22:05:17.406Z Downloaded newline-converter v0.3.0
14242024-04-30T22:05:17.406Z Downloaded mime v0.3.17
14252024-04-30T22:05:17.406Z Downloaded linear-map v1.2.0
14262024-04-30T22:05:17.406Z Downloaded itoa v1.0.9
14272024-04-30T22:05:17.407Z Downloaded kstat-rs v0.2.3
14282024-04-30T22:05:17.407Z Downloaded inout v0.1.3
14292024-04-30T22:05:17.407Z Downloaded bitstruct_derive v0.1.0
14302024-04-30T22:05:17.407Z Downloaded base16ct v0.2.0
14312024-04-30T22:05:17.408Z Downloaded async-trait v0.1.80
14322024-04-30T22:05:17.408Z Downloaded is-terminal v0.4.9
14332024-04-30T22:05:17.408Z Downloaded block-buffer v0.10.4
14342024-04-30T22:05:17.408Z Downloaded blowfish v0.9.1
14352024-04-30T22:05:17.598Z Compiling proc-macro2 v1.0.81
14362024-04-30T22:05:18.021Z Compiling unicode-ident v1.0.12
14372024-04-30T22:05:18.021Z Compiling libc v0.2.153
14382024-04-30T22:05:18.021Z Compiling serde v1.0.199
14392024-04-30T22:05:18.021Z Compiling version_check v0.9.4
14402024-04-30T22:05:18.022Z Compiling cfg-if v1.0.0
14412024-04-30T22:05:18.041Z Compiling autocfg v1.1.0
14422024-04-30T22:05:18.041Z Compiling syn v1.0.109
14432024-04-30T22:05:18.041Z Compiling once_cell v1.19.0
14442024-04-30T22:05:18.042Z Compiling typenum v1.16.0
14452024-04-30T22:05:18.220Z Compiling thiserror v1.0.59
14462024-04-30T22:05:18.493Z Compiling parking_lot_core v0.9.8
14472024-04-30T22:05:18.549Z Compiling lock_api v0.4.10
14482024-04-30T22:05:19.037Z Compiling generic-array v0.14.7
14492024-04-30T22:05:19.046Z Compiling byteorder v1.5.0
14502024-04-30T22:05:19.068Z Compiling memchr v2.7.1
14512024-04-30T22:05:19.234Z Compiling libm v0.2.7
14522024-04-30T22:05:19.255Z Compiling serde_json v1.0.116
14532024-04-30T22:05:19.337Z Compiling ahash v0.8.8
14542024-04-30T22:05:19.787Z Compiling num-traits v0.2.18
14552024-04-30T22:05:19.787Z Compiling log v0.4.21
14562024-04-30T22:05:19.787Z Compiling itoa v1.0.9
14572024-04-30T22:05:20.005Z Compiling quote v1.0.36
14582024-04-30T22:05:20.064Z Compiling scopeguard v1.2.0
14592024-04-30T22:05:20.168Z Compiling slab v0.4.9
14602024-04-30T22:05:20.466Z Compiling syn v2.0.60
14612024-04-30T22:05:20.609Z Compiling getrandom v0.2.12
14622024-04-30T22:05:20.648Z Compiling cc v1.0.83
14632024-04-30T22:05:20.878Z Compiling rand_core v0.6.4
14642024-04-30T22:05:21.226Z Compiling smallvec v1.13.1
14652024-04-30T22:05:21.379Z Compiling ryu v1.0.15
14662024-04-30T22:05:21.429Z Compiling allocator-api2 v0.2.16
14672024-04-30T22:05:21.692Z Compiling pin-project-lite v0.2.13
14682024-04-30T22:05:21.722Z Compiling subtle v2.5.0
14692024-04-30T22:05:21.817Z Compiling heck v0.4.1
14702024-04-30T22:05:22.092Z Compiling pkg-config v0.3.27
14712024-04-30T22:05:22.272Z Compiling parking_lot v0.12.1
14722024-04-30T22:05:22.460Z Compiling schemars v0.8.16
14732024-04-30T22:05:22.490Z Compiling signal-hook-registry v1.4.1
14742024-04-30T22:05:22.767Z Compiling mio v0.8.11
14752024-04-30T22:05:22.836Z Compiling equivalent v1.0.1
14762024-04-30T22:05:23.257Z Compiling num_cpus v1.16.0
14772024-04-30T22:05:23.349Z Compiling socket2 v0.5.6
14782024-04-30T22:05:23.484Z Compiling num-conv v0.1.0
14792024-04-30T22:05:23.696Z Compiling ring v0.17.8
14802024-04-30T22:05:23.762Z Compiling time-core v0.1.2
14812024-04-30T22:05:23.942Z Compiling time-macros v0.2.17
14822024-04-30T22:05:24.253Z Compiling futures-core v0.3.30
14832024-04-30T22:05:24.406Z Compiling httparse v1.8.0
14842024-04-30T22:05:24.461Z Compiling const-oid v0.9.6
14852024-04-30T22:05:24.512Z Compiling vcpkg v0.2.15
14862024-04-30T22:05:26.301Z Compiling fnv v1.0.7
14872024-04-30T22:05:26.327Z Compiling futures-sink v0.3.30
14882024-04-30T22:05:26.425Z Compiling ring v0.16.20
14892024-04-30T22:05:26.646Z Compiling openssl-sys v0.9.102
14902024-04-30T22:05:26.910Z Compiling futures-channel v0.3.30
14912024-04-30T22:05:26.937Z Compiling pin-utils v0.1.0
14922024-04-30T22:05:27.047Z Compiling futures-io v0.3.30
14932024-04-30T22:05:27.339Z Compiling serde_derive_internals v0.26.0
14942024-04-30T22:05:27.339Z Compiling slog v2.7.0
14952024-04-30T22:05:27.496Z Compiling spin v0.5.2
14962024-04-30T22:05:27.590Z Compiling futures-task v0.3.30
14972024-04-30T22:05:27.643Z Compiling ucd-trie v0.1.6
14982024-04-30T22:05:27.715Z Compiling semver v1.0.22
14992024-04-30T22:05:27.838Z Compiling openssl v0.10.64
15002024-04-30T22:05:27.857Z Compiling iana-time-zone v0.1.57
15012024-04-30T22:05:27.902Z Compiling rustix v0.38.31
15022024-04-30T22:05:28.257Z Compiling native-tls v0.2.11
15032024-04-30T22:05:28.275Z Compiling rustls v0.21.9
15042024-04-30T22:05:28.441Z Compiling cpufeatures v0.2.12
15052024-04-30T22:05:28.531Z Compiling tinyvec_macros v0.1.1
15062024-04-30T22:05:28.558Z Compiling backtrace v0.3.69
15072024-04-30T22:05:28.584Z Compiling cookie v0.17.0
15082024-04-30T22:05:28.617Z Compiling tinyvec v1.6.0
15092024-04-30T22:05:29.143Z Compiling aho-corasick v1.1.2
15102024-04-30T22:05:29.285Z Compiling uuid v0.8.2
15112024-04-30T22:05:29.670Z Compiling regex-syntax v0.8.2
15122024-04-30T22:05:30.020Z Compiling unicode-normalization v0.1.22
15132024-04-30T22:05:30.049Z Compiling dyn-clone v1.0.17
15142024-04-30T22:05:30.096Z Compiling unicode-bidi v0.3.15
15152024-04-30T22:05:30.787Z Compiling anyhow v1.0.82
15162024-04-30T22:05:30.987Z Compiling crossbeam-utils v0.8.19
15172024-04-30T22:05:31.020Z Compiling ppv-lite86 v0.2.17
15182024-04-30T22:05:31.116Z Compiling tracing-core v0.1.32
15192024-04-30T22:05:33.249Z Compiling percent-encoding v2.3.1
15202024-04-30T22:05:33.329Z Compiling regex-automata v0.4.5
15212024-04-30T22:05:33.564Z Compiling rand_chacha v0.3.1
15222024-04-30T22:05:35.634Z Compiling serde_derive v1.0.199
15232024-04-30T22:05:35.634Z Compiling zeroize_derive v1.4.2
15242024-04-30T22:05:35.634Z Compiling zerocopy-derive v0.7.32
15252024-04-30T22:05:35.634Z Compiling thiserror-impl v1.0.59
15262024-04-30T22:05:35.634Z Compiling tokio-macros v2.2.0
15272024-04-30T22:05:35.634Z Compiling futures-macro v0.3.30
15282024-04-30T22:05:36.570Z Compiling tracing-attributes v0.1.27
15292024-04-30T22:05:36.581Z Compiling zeroize v1.7.0
15302024-04-30T22:05:37.042Z Compiling zerocopy v0.7.32
15312024-04-30T22:05:37.132Z Compiling schemars_derive v0.8.16
15322024-04-30T22:05:38.222Z Compiling crypto-common v0.1.6
15332024-04-30T22:05:39.056Z Compiling block-buffer v0.10.4
15342024-04-30T22:05:39.056Z Compiling futures-util v0.3.30
15352024-04-30T22:05:39.062Z Compiling digest v0.10.7
15362024-04-30T22:05:39.173Z Compiling hashbrown v0.14.3
15372024-04-30T22:05:39.196Z Compiling pest v2.7.6
15382024-04-30T22:05:39.220Z Compiling openssl-macros v0.1.1
15392024-04-30T22:05:40.009Z Compiling async-trait v0.1.80
15402024-04-30T22:05:40.543Z Compiling tracing v0.1.40
15412024-04-30T22:05:40.884Z Compiling regex v1.10.4
15422024-04-30T22:05:41.048Z Compiling der_derive v0.7.2
15432024-04-30T22:05:41.949Z Compiling pest_meta v2.7.6
15442024-04-30T22:05:41.978Z Compiling scroll_derive v0.12.0
15452024-04-30T22:05:43.567Z Compiling pest_generator v2.7.6
15462024-04-30T22:05:43.983Z Compiling rand v0.8.5
15472024-04-30T22:05:44.414Z Compiling spin v0.9.8
15482024-04-30T22:05:44.777Z Compiling thread-id v4.2.0
15492024-04-30T22:05:44.824Z Compiling rustversion v1.0.14
15502024-04-30T22:05:44.900Z Compiling powerfmt v0.2.0
15512024-04-30T22:05:45.535Z Compiling deranged v0.3.11
15522024-04-30T22:05:45.766Z Compiling form_urlencoded v1.2.1
15532024-04-30T22:05:46.199Z Compiling winnow v0.5.15
15542024-04-30T22:05:46.262Z Compiling unicode-width v0.1.11
15552024-04-30T22:05:46.346Z Compiling num_threads v0.1.6
15562024-04-30T22:05:46.841Z Compiling pest_derive v2.7.6
15572024-04-30T22:05:47.509Z Compiling time v0.3.34
15582024-04-30T22:05:48.202Z Compiling unicode-xid v0.2.4
15592024-04-30T22:05:48.330Z Compiling synstructure v0.12.6
15602024-04-30T22:05:49.225Z Compiling bytes v1.6.0
15612024-04-30T22:05:49.552Z Compiling indexmap v2.2.6
15622024-04-30T22:05:50.423Z Compiling tokio v1.37.0
15632024-04-30T22:05:50.701Z Compiling uuid v1.8.0
15642024-04-30T22:05:50.823Z Compiling chrono v0.4.38
15652024-04-30T22:05:51.910Z Compiling bitflags v2.4.2
15662024-04-30T22:05:52.356Z Compiling http v0.2.12
15672024-04-30T22:05:53.287Z Compiling toml_datetime v0.6.5
15682024-04-30T22:05:53.547Z Compiling serde_spanned v0.6.5
15692024-04-30T22:05:53.758Z Compiling rustc_version v0.4.0
15702024-04-30T22:05:54.520Z Compiling toml_edit v0.19.15
15712024-04-30T22:05:55.174Z Compiling openapiv3 v2.0.0
15722024-04-30T22:05:56.099Z Compiling serde_tokenstream v0.2.0
15732024-04-30T22:05:57.169Z Compiling idna v0.5.0
15742024-04-30T22:05:57.831Z Compiling usdt-impl v0.5.0
15752024-04-30T22:05:58.555Z Compiling crc32fast v1.3.2
15762024-04-30T22:05:58.654Z Compiling url v2.5.0
15772024-04-30T22:05:58.976Z Compiling zerocopy-derive v0.2.0
15782024-04-30T22:05:59.475Z Compiling scroll v0.12.0
15792024-04-30T22:05:59.607Z Compiling lazy_static v1.4.0
15802024-04-30T22:05:59.768Z Compiling plain v0.2.3
15812024-04-30T22:05:59.910Z Compiling goblin v0.8.0
15822024-04-30T22:06:01.376Z Compiling pretty-hex v0.4.1
15832024-04-30T22:06:02.057Z Compiling foreign-types-shared v0.1.1
15842024-04-30T22:06:02.172Z Compiling tokio-util v0.7.10
15852024-04-30T22:06:02.899Z Compiling untrusted v0.7.1
15862024-04-30T22:06:02.936Z Compiling untrusted v0.9.0
15872024-04-30T22:06:05.581Z Compiling dof v0.3.0
15882024-04-30T22:06:06.723Z Compiling foreign-types v0.3.2
15892024-04-30T22:06:07.531Z Compiling dtrace-parser v0.2.0
15902024-04-30T22:06:08.271Z Compiling errno v0.3.8
15912024-04-30T22:06:08.506Z Compiling usdt-impl v0.3.5
15922024-04-30T22:06:08.786Z Compiling adler v1.0.2
15932024-04-30T22:06:08.822Z Compiling base64 v0.21.7
15942024-04-30T22:06:08.854Z Compiling try-lock v0.2.4
15952024-04-30T22:06:09.279Z Compiling want v0.3.1
15962024-04-30T22:06:09.279Z Compiling miniz_oxide v0.7.1
15972024-04-30T22:06:10.009Z Compiling rustls-webpki v0.101.7
15982024-04-30T22:06:10.161Z Compiling sct v0.7.0
15992024-04-30T22:06:10.475Z Compiling h2 v0.3.26
16002024-04-30T22:06:11.278Z Compiling http-body v0.4.5
16012024-04-30T22:06:11.977Z Compiling num-bigint v0.4.4
16022024-04-30T22:06:12.122Z Compiling httpdate v1.0.3
16032024-04-30T22:06:12.454Z Compiling tower-service v0.3.2
16042024-04-30T22:06:12.616Z Compiling openssl-probe v0.1.5
16052024-04-30T22:06:14.429Z Compiling zerocopy v0.3.0
16062024-04-30T22:06:14.610Z Compiling heapless v0.7.16
16072024-04-30T22:06:14.732Z Compiling idna v0.3.0
16082024-04-30T22:06:14.897Z Compiling bzip2-sys v0.1.11+1.0.8
16092024-04-30T22:06:15.044Z Compiling signal-hook v0.3.17
16102024-04-30T22:06:15.953Z Compiling base64ct v1.6.0
16112024-04-30T22:06:16.325Z Compiling psl-types v2.0.11
16122024-04-30T22:06:16.932Z Compiling publicsuffix v2.2.3
16132024-04-30T22:06:16.953Z Compiling tokio-native-tls v0.3.1
16142024-04-30T22:06:17.936Z Compiling hyper v0.14.28
16152024-04-30T22:06:18.102Z Compiling tokio-rustls v0.24.1
16162024-04-30T22:06:18.310Z Compiling dof v0.1.5
16172024-04-30T22:06:18.330Z Compiling crossbeam-epoch v0.9.18
16182024-04-30T22:06:18.652Z Compiling dtrace-parser v0.1.14
16192024-04-30T22:06:19.078Z Compiling gimli v0.28.0
16202024-04-30T22:06:19.912Z Compiling ipnet v2.9.0
16212024-04-30T22:06:20.929Z Compiling cookie_store v0.20.0
16222024-04-30T22:06:22.355Z Compiling rustls-pemfile v1.0.3
16232024-04-30T22:06:22.441Z Compiling serde_urlencoded v0.7.1
16242024-04-30T22:06:22.940Z Compiling serde_tokenstream v0.1.7
16252024-04-30T22:06:23.366Z Compiling enum-as-inner v0.5.1
16262024-04-30T22:06:23.386Z Compiling addr2line v0.21.0
16272024-04-30T22:06:23.448Z Compiling object v0.32.1
16282024-04-30T22:06:23.832Z Compiling encoding_rs v0.8.33
16292024-04-30T22:06:23.894Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
16302024-04-30T22:06:24.189Z Compiling mime v0.3.17
16312024-04-30T22:06:26.249Z Compiling hyper-rustls v0.24.2
16322024-04-30T22:06:26.376Z Compiling hyper-tls v0.5.0
16332024-04-30T22:06:26.376Z Compiling rustc-demangle v0.1.23
16342024-04-30T22:06:26.376Z Compiling sync_wrapper v0.1.2
16352024-04-30T22:06:26.377Z Compiling webpki-roots v0.25.2
16362024-04-30T22:06:26.377Z Compiling smoltcp v0.9.1
16372024-04-30T22:06:26.510Z Compiling either v1.11.0
16382024-04-30T22:06:26.925Z Compiling data-encoding v2.4.0
16392024-04-30T22:06:27.340Z Compiling pem-rfc7468 v0.7.0
16402024-04-30T22:06:28.399Z Compiling reqwest v0.11.24
16412024-04-30T22:06:29.783Z Compiling hmac v0.12.1
16422024-04-30T22:06:30.439Z Compiling futures-executor v0.3.30
16432024-04-30T22:06:30.453Z Compiling regress v0.9.1
16442024-04-30T22:06:31.453Z Compiling unicode-segmentation v1.10.1
16452024-04-30T22:06:31.768Z Compiling flagset v0.4.3
16462024-04-30T22:06:32.289Z Compiling winnow v0.6.1
16472024-04-30T22:06:32.638Z Compiling siphasher v0.3.11
16482024-04-30T22:06:32.747Z Compiling heck v0.5.0
16492024-04-30T22:06:34.222Z Compiling der v0.7.8
16502024-04-30T22:06:34.235Z Compiling clap_derive v4.5.4
16512024-04-30T22:06:35.143Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
16522024-04-30T22:06:35.906Z Compiling toml_edit v0.22.12
16532024-04-30T22:06:36.708Z Compiling flate2 v1.0.28
16542024-04-30T22:06:37.659Z Compiling usdt-attr-macro v0.3.5
16552024-04-30T22:06:37.701Z Compiling usdt-macro v0.3.5
16562024-04-30T22:06:39.312Z Compiling hubpack_derive v0.1.1
16572024-04-30T22:06:39.751Z Compiling zerocopy-derive v0.6.6
16582024-04-30T22:06:40.529Z Compiling utf8parse v0.2.1
16592024-04-30T22:06:40.835Z Compiling anstyle v1.0.6
16602024-04-30T22:06:41.041Z Compiling bitflags v1.3.2
16612024-04-30T22:06:41.142Z Compiling sha2 v0.10.8
16622024-04-30T22:06:41.170Z Compiling anstyle-parse v0.2.1
16632024-04-30T22:06:42.350Z Compiling futures v0.3.30
16642024-04-30T22:06:43.505Z Compiling spki v0.7.2
16652024-04-30T22:06:44.302Z Compiling md-5 v0.10.5
16662024-04-30T22:06:44.346Z Compiling toml v0.7.8
16672024-04-30T22:06:44.560Z Compiling hex v0.4.3
16682024-04-30T22:06:44.575Z Compiling stringprep v0.1.3
16692024-04-30T22:06:44.723Z Compiling block-padding v0.3.3
16702024-04-30T22:06:45.013Z Compiling num-integer v0.1.46
16712024-04-30T22:06:45.143Z Compiling diesel_table_macro_syntax v0.1.0
16722024-04-30T22:06:45.176Z Compiling hash32 v0.2.1
16732024-04-30T22:06:45.542Z Compiling stable_deref_trait v1.2.0
16742024-04-30T22:06:45.564Z Compiling colorchoice v1.0.0
16752024-04-30T22:06:45.738Z Compiling anstyle-query v1.0.0
16762024-04-30T22:06:46.652Z Compiling fallible-iterator v0.2.0
16772024-04-30T22:06:46.652Z Compiling anstream v0.6.11
16782024-04-30T22:06:46.656Z Compiling postgres-protocol v0.6.6
16792024-04-30T22:06:46.656Z Compiling diesel_derives v2.1.2
16802024-04-30T22:06:47.681Z Compiling inout v0.1.3
16812024-04-30T22:06:47.917Z Compiling pkcs8 v0.10.2
16822024-04-30T22:06:48.222Z Compiling phf_shared v0.11.2
16832024-04-30T22:06:48.624Z Compiling terminal_size v0.3.0
16842024-04-30T22:06:48.781Z Compiling ff v0.13.0
16852024-04-30T22:06:48.984Z Compiling strum_macros v0.25.2
16862024-04-30T22:06:49.258Z Compiling serde_repr v0.1.16
16872024-04-30T22:06:49.318Z Compiling scheduled-thread-pool v0.2.7
16882024-04-30T22:06:49.982Z Compiling regex-automata v0.1.10
16892024-04-30T22:06:49.986Z Compiling matches v0.1.10
16902024-04-30T22:06:50.011Z Compiling base16ct v0.2.0
16912024-04-30T22:06:50.044Z Compiling strsim v0.11.0
16922024-04-30T22:06:50.109Z Compiling managed v0.8.0
16932024-04-30T22:06:50.329Z Compiling clap_lex v0.7.0
16942024-04-30T22:06:50.438Z Compiling bit-vec v0.6.3
16952024-04-30T22:06:50.572Z Compiling clap_builder v4.5.2
16962024-04-30T22:06:50.854Z Compiling sec1 v0.7.3
16972024-04-30T22:06:50.929Z Compiling idna v0.2.3
16982024-04-30T22:06:51.595Z Compiling bstr v0.2.17
16992024-04-30T22:06:51.617Z Compiling r2d2 v0.8.10
17002024-04-30T22:06:52.521Z Compiling group v0.13.0
17012024-04-30T22:06:53.271Z Compiling phf v0.11.2
17022024-04-30T22:06:53.279Z Compiling signal-hook-mio v0.2.3
17032024-04-30T22:06:53.279Z Compiling bzip2 v0.4.4
17042024-04-30T22:06:53.279Z Compiling cipher v0.4.4
17052024-04-30T22:06:53.374Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
17062024-04-30T22:06:53.538Z Compiling postgres-types v0.2.6
17072024-04-30T22:06:53.694Z Compiling zerocopy v0.6.6
17082024-04-30T22:06:53.904Z Compiling hubpack v0.1.2
17092024-04-30T22:06:54.373Z Compiling phf_shared v0.10.0
17102024-04-30T22:06:54.966Z Compiling hkdf v0.12.4
17112024-04-30T22:06:54.975Z Compiling crypto-bigint v0.5.2
17122024-04-30T22:06:55.016Z Compiling ipnetwork v0.20.0
17132024-04-30T22:06:55.897Z Compiling float-cmp v0.9.0
17142024-04-30T22:06:56.125Z Compiling predicates-core v1.0.6
17152024-04-30T22:06:56.517Z Compiling whoami v1.5.1
17162024-04-30T22:06:58.374Z Compiling new_debug_unreachable v1.0.4
17172024-04-30T22:06:58.472Z Compiling fixedbitset v0.4.2
17182024-04-30T22:06:58.524Z Compiling precomputed-hash v0.1.1
17192024-04-30T22:06:58.646Z Compiling static_assertions v1.1.0
17202024-04-30T22:06:58.757Z Compiling minimal-lexical v0.2.1
17212024-04-30T22:06:58.916Z Compiling normalize-line-endings v0.3.0
17222024-04-30T22:06:59.046Z Compiling difflib v0.4.0
17232024-04-30T22:06:59.325Z Compiling nom v7.1.3
17242024-04-30T22:06:59.421Z Compiling predicates v3.1.0
17252024-04-30T22:06:59.631Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
17262024-04-30T22:06:59.969Z Compiling petgraph v0.6.4
17272024-04-30T22:07:00.648Z Compiling string_cache v0.8.7
17282024-04-30T22:07:01.130Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
17292024-04-30T22:07:01.280Z Compiling trust-dns-proto v0.22.0
17302024-04-30T22:07:02.596Z Compiling diesel v2.1.6
17312024-04-30T22:07:02.980Z Compiling tokio-postgres v0.7.10
17322024-04-30T22:07:03.122Z Compiling elliptic-curve v0.13.8
17332024-04-30T22:07:03.730Z Compiling yasna v0.5.2
17342024-04-30T22:07:03.914Z Compiling clap v4.5.4
17352024-04-30T22:07:04.598Z Compiling zip v0.6.6
17362024-04-30T22:07:05.221Z Compiling crossterm v0.27.0
17372024-04-30T22:07:05.573Z Compiling similar v2.4.0
17382024-04-30T22:07:06.443Z Compiling bit-set v0.5.3
17392024-04-30T22:07:06.723Z Compiling num-iter v0.1.44
17402024-04-30T22:07:06.913Z Compiling console v0.15.8
17412024-04-30T22:07:08.216Z Compiling usdt v0.3.5
17422024-04-30T22:07:08.227Z Compiling itertools v0.10.5
17432024-04-30T22:07:08.228Z Compiling tokio-stream v0.1.15
17442024-04-30T22:07:08.916Z Compiling getopts v0.2.21
17452024-04-30T22:07:09.051Z Compiling bstr v1.9.0
17462024-04-30T22:07:10.327Z Compiling peg-runtime v0.8.2
17472024-04-30T22:07:10.327Z Compiling unsafe-libyaml v0.2.10
17482024-04-30T22:07:10.327Z Compiling base64 v0.22.0
17492024-04-30T22:07:10.328Z Compiling lalrpop-util v0.19.12
17502024-04-30T22:07:10.781Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
17512024-04-30T22:07:11.181Z Compiling serde_yaml v0.9.25
17522024-04-30T22:07:13.434Z Compiling camino v1.1.6
17532024-04-30T22:07:18.291Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
17542024-04-30T22:07:19.234Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
17552024-04-30T22:07:23.398Z Compiling sha1 v0.10.6
17562024-04-30T22:07:37.169Z Compiling ident_case v1.0.1
17572024-04-30T22:07:37.331Z Compiling strsim v0.10.0
17582024-04-30T22:07:37.639Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
17592024-04-30T22:07:37.714Z Compiling darling_core v0.20.8
17602024-04-30T22:07:39.640Z Compiling strum_macros v0.26.1
17612024-04-30T22:07:40.442Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17622024-04-30T22:07:44.747Z Compiling darling_macro v0.20.8
17632024-04-30T22:07:45.232Z Compiling strum v0.26.2
17642024-04-30T22:07:45.232Z Compiling dirs-sys-next v0.1.2
17652024-04-30T22:07:45.421Z Compiling match_cfg v0.1.0
17662024-04-30T22:07:45.520Z Compiling hostname v0.3.1
17672024-04-30T22:07:45.712Z Compiling dirs-next v2.0.0
17682024-04-30T22:07:45.769Z Compiling darling v0.20.8
17692024-04-30T22:07:45.858Z Compiling http v1.0.0
17702024-04-30T22:07:45.903Z Compiling thread_local v1.1.7
17712024-04-30T22:07:45.913Z Compiling slog-async v2.8.0
17722024-04-30T22:07:45.913Z Compiling rustls-pki-types v1.3.0
17732024-04-30T22:07:46.159Z Compiling term v0.7.0
17742024-04-30T22:07:46.459Z Compiling crossbeam-channel v0.5.8
17752024-04-30T22:07:46.515Z Compiling is-terminal v0.4.9
17762024-04-30T22:07:47.010Z Compiling take_mut v0.2.2
17772024-04-30T22:07:47.010Z Compiling paste v1.0.14
17782024-04-30T22:07:47.011Z Compiling rustls v0.22.4
17792024-04-30T22:07:47.011Z Compiling slog-term v2.9.1
17802024-04-30T22:07:47.046Z Compiling rustls-webpki v0.102.1
17812024-04-30T22:07:47.101Z Compiling multer v3.0.0
17822024-04-30T22:07:47.400Z Compiling instant v0.1.12
17832024-04-30T22:07:47.637Z Compiling slog-json v2.6.1
17842024-04-30T22:07:47.735Z Compiling async-stream-impl v0.3.5
17852024-04-30T22:07:48.081Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
17862024-04-30T22:07:48.358Z Compiling debug-ignore v1.0.5
17872024-04-30T22:07:48.399Z Compiling atomic-waker v1.1.1
17882024-04-30T22:07:48.819Z Compiling slog-bunyan v2.5.0
17892024-04-30T22:07:48.819Z Compiling waitgroup v0.1.2
17902024-04-30T22:07:48.819Z Compiling rustls-pemfile v2.1.2
17912024-04-30T22:07:48.819Z Compiling serde_with_macros v3.7.0
17922024-04-30T22:07:48.820Z Compiling toml v0.8.12
17932024-04-30T22:07:49.112Z Compiling async-stream v0.3.5
17942024-04-30T22:07:49.173Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
17952024-04-30T22:07:50.079Z Compiling serde_path_to_error v0.1.16
17962024-04-30T22:07:50.079Z Compiling structmeta-derive v0.3.0
17972024-04-30T22:07:50.079Z Compiling proc-macro-error-attr v1.0.4
17982024-04-30T22:07:50.085Z Compiling proc-macro-error v1.0.4
17992024-04-30T22:07:50.913Z Compiling newtype-uuid v1.1.0
18002024-04-30T22:07:50.924Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18012024-04-30T22:07:51.364Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18022024-04-30T22:07:51.494Z Compiling backoff v0.4.0
18032024-04-30T22:07:51.517Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18042024-04-30T22:07:51.635Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18052024-04-30T22:07:51.678Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
18062024-04-30T22:07:51.799Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18072024-04-30T22:07:51.820Z Compiling macaddr v1.0.1
18082024-04-30T22:07:51.839Z Compiling serde_with v3.7.0
18092024-04-30T22:07:51.972Z Compiling tokio-rustls v0.25.0
18102024-04-30T22:07:52.319Z Compiling proc-macro-crate v1.3.1
18112024-04-30T22:07:53.209Z Compiling structmeta v0.3.0
18122024-04-30T22:07:53.209Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18132024-04-30T22:07:53.213Z Compiling parse-display-derive v0.9.0
18142024-04-30T22:07:53.214Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18152024-04-30T22:07:53.214Z Compiling foreign-types-macros v0.2.3
18162024-04-30T22:07:53.490Z Compiling num_enum_derive v0.5.11
18172024-04-30T22:07:54.518Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18182024-04-30T22:07:54.827Z Compiling foreign-types-shared v0.3.1
18192024-04-30T22:07:54.942Z Compiling heapless v0.8.0
18202024-04-30T22:07:55.731Z Compiling foreign-types v0.5.0
18212024-04-30T22:07:56.000Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18222024-04-30T22:07:56.059Z Compiling cstr-argument v0.1.2
18232024-04-30T22:07:56.306Z Compiling hash32 v0.3.1
18242024-04-30T22:07:56.339Z Compiling num_enum v0.5.11
18252024-04-30T22:07:56.512Z Compiling smoltcp v0.11.0
18262024-04-30T22:07:56.579Z Compiling pretty-hex v0.2.1
18272024-04-30T22:07:56.749Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18282024-04-30T22:07:57.148Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18292024-04-30T22:07:57.320Z Compiling tabwriter v1.4.0
18302024-04-30T22:07:57.576Z Compiling parse-display v0.9.0
18312024-04-30T22:07:57.760Z Compiling colored v2.1.0
18322024-04-30T22:07:57.823Z Compiling socket2 v0.4.9
18332024-04-30T22:07:58.195Z Compiling fastrand v2.0.1
18342024-04-30T22:07:58.247Z Compiling embedded-io v0.4.0
18352024-04-30T22:07:58.438Z Compiling cobs v0.2.3
18362024-04-30T22:07:58.518Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18372024-04-30T22:07:58.690Z Compiling postcard v1.0.8
18382024-04-30T22:07:58.711Z Compiling tempfile v3.10.1
18392024-04-30T22:07:58.711Z Compiling crucible-workspace-hack v0.1.0
18402024-04-30T22:07:58.762Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18412024-04-30T22:07:58.891Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18422024-04-30T22:07:58.935Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18432024-04-30T22:07:59.013Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
18442024-04-30T22:07:59.386Z Compiling smf v0.2.3
18452024-04-30T22:07:59.502Z Compiling humantime v2.1.0
18462024-04-30T22:07:59.562Z Compiling platforms v3.0.2
18472024-04-30T22:07:59.888Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18482024-04-30T22:08:00.375Z Compiling camino-tempfile v1.1.1
18492024-04-30T22:08:00.383Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18502024-04-30T22:08:00.383Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
18512024-04-30T22:08:00.390Z Compiling usdt-attr-macro v0.5.0
18522024-04-30T22:08:00.589Z Compiling usdt-macro v0.5.0
18532024-04-30T22:08:00.647Z Compiling num-derive v0.4.0
18542024-04-30T22:08:00.736Z Compiling sigpipe v0.1.3
18552024-04-30T22:08:00.867Z Compiling memmap v0.7.0
18562024-04-30T22:08:01.215Z Compiling utf-8 v0.7.6
18572024-04-30T22:08:01.530Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
18582024-04-30T22:08:01.561Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18592024-04-30T22:08:02.007Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18602024-04-30T22:08:02.122Z Compiling usdt v0.5.0
18612024-04-30T22:08:02.656Z Compiling atty v0.2.14
18622024-04-30T22:08:02.711Z Compiling unicase v2.7.0
18632024-04-30T22:08:02.796Z Compiling rayon-core v1.12.1
18642024-04-30T22:08:02.931Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c)
18652024-04-30T22:08:03.028Z Compiling semver v0.1.20
18662024-04-30T22:08:03.117Z Compiling curve25519-dalek v4.1.2
18672024-04-30T22:08:03.236Z Compiling newline-converter v0.3.0
18682024-04-30T22:08:03.277Z Compiling crossbeam-deque v0.8.3
18692024-04-30T22:08:03.635Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18702024-04-30T22:08:03.652Z Compiling rustc_version v0.1.7
18712024-04-30T22:08:03.709Z Compiling universal-hash v0.5.1
18722024-04-30T22:08:03.742Z Compiling opaque-debug v0.3.0
18732024-04-30T22:08:03.799Z Compiling same-file v1.0.6
18742024-04-30T22:08:03.973Z Compiling walkdir v2.5.0
18752024-04-30T22:08:04.041Z Compiling expectorate v1.1.0
18762024-04-30T22:08:04.142Z Compiling newtype_derive v0.1.6
18772024-04-30T22:08:04.559Z Compiling tungstenite v0.20.1
18782024-04-30T22:08:04.559Z Compiling signature v2.1.0
18792024-04-30T22:08:04.560Z Compiling curve25519-dalek-derive v0.1.0
18802024-04-30T22:08:04.579Z Compiling blake3 v1.5.0
18812024-04-30T22:08:05.047Z Compiling num-rational v0.4.1
18822024-04-30T22:08:05.047Z Compiling quick-error v1.2.3
18832024-04-30T22:08:05.048Z Compiling termcolor v1.2.0
18842024-04-30T22:08:05.102Z Compiling arc-swap v1.6.0
18852024-04-30T22:08:05.198Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18862024-04-30T22:08:05.427Z Compiling linked-hash-map v0.5.6
18872024-04-30T22:08:05.666Z Compiling getrandom v0.1.16
18882024-04-30T22:08:05.771Z Compiling lru-cache v0.1.2
18892024-04-30T22:08:05.796Z Compiling slog-scope v4.4.0
18902024-04-30T22:08:05.862Z Compiling env_logger v0.9.3
18912024-04-30T22:08:06.290Z Compiling tokio-tungstenite v0.20.1
18922024-04-30T22:08:06.318Z Compiling resolv-conf v0.7.0
18932024-04-30T22:08:06.377Z Compiling rayon v1.10.0
18942024-04-30T22:08:06.779Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18952024-04-30T22:08:06.817Z Compiling password-hash v0.5.0
18962024-04-30T22:08:07.085Z Compiling blake2 v0.10.6
18972024-04-30T22:08:07.240Z Compiling bitstruct_derive v0.1.0
18982024-04-30T22:08:07.282Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18992024-04-30T22:08:07.425Z Compiling xattr v1.0.1
19002024-04-30T22:08:08.410Z Compiling filetime v0.2.23
19012024-04-30T22:08:08.410Z Compiling memmap2 v0.7.1
19022024-04-30T22:08:08.410Z Compiling constant_time_eq v0.3.0
19032024-04-30T22:08:08.410Z Compiling bytecount v0.6.3
19042024-04-30T22:08:08.411Z Compiling arrayvec v0.7.4
19052024-04-30T22:08:08.411Z Compiling ascii v1.1.0
19062024-04-30T22:08:08.411Z Compiling home v0.5.5
19072024-04-30T22:08:08.496Z Compiling libefi-sys v0.1.0
19082024-04-30T22:08:08.665Z Compiling parking_lot_core v0.8.6
19092024-04-30T22:08:08.689Z Compiling arrayref v0.3.7
19102024-04-30T22:08:08.689Z Compiling bitstruct v0.1.1
19112024-04-30T22:08:08.736Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
19122024-04-30T22:08:08.747Z Compiling toolchain_find v0.4.0
19132024-04-30T22:08:08.747Z Compiling papergrid v0.11.0
19142024-04-30T22:08:08.804Z Compiling tar v0.4.40
19152024-04-30T22:08:08.970Z Compiling argon2 v0.5.3
19162024-04-30T22:08:09.366Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19172024-04-30T22:08:09.630Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19182024-04-30T22:08:10.537Z Compiling trust-dns-resolver v0.22.0
19192024-04-30T22:08:12.889Z Compiling slog-stdlog v4.1.1
19202024-04-30T22:08:12.954Z Compiling tabled_derive v0.7.0
19212024-04-30T22:08:12.954Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19222024-04-30T22:08:12.954Z Compiling rfc6979 v0.4.0
19232024-04-30T22:08:12.955Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19242024-04-30T22:08:12.998Z Compiling erased-serde v0.3.31
19252024-04-30T22:08:13.156Z Compiling serde_arrays v0.1.0
19262024-04-30T22:08:13.230Z Compiling aead v0.5.2
19272024-04-30T22:08:13.323Z Compiling num-complex v0.4.5
19282024-04-30T22:08:13.662Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
19292024-04-30T22:08:14.003Z Compiling nibble_vec v0.1.0
19302024-04-30T22:08:14.154Z Compiling slog-dtrace v0.3.0
19312024-04-30T22:08:14.209Z Compiling winapi v0.3.9
19322024-04-30T22:08:14.376Z Compiling keccak v0.1.4
19332024-04-30T22:08:14.395Z Compiling endian-type v0.1.2
19342024-04-30T22:08:14.454Z Compiling cancel-safe-futures v0.1.5
19352024-04-30T22:08:14.631Z Compiling topological-sort v0.2.2
19362024-04-30T22:08:14.686Z Compiling tabled v0.15.0
19372024-04-30T22:08:14.784Z Compiling sha3 v0.10.8
19382024-04-30T22:08:14.865Z Compiling omicron-zone-package v0.11.0
19392024-04-30T22:08:14.882Z Compiling radix_trie v0.2.1
19402024-04-30T22:08:15.316Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19412024-04-30T22:08:15.347Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19422024-04-30T22:08:15.567Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
19432024-04-30T22:08:15.811Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19442024-04-30T22:08:16.165Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
19452024-04-30T22:08:16.541Z Compiling num v0.4.2
19462024-04-30T22:08:16.655Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19472024-04-30T22:08:17.094Z Compiling rustfmt-wrapper v0.2.1
19482024-04-30T22:08:17.627Z Compiling ecdsa v0.16.9
19492024-04-30T22:08:17.755Z Compiling slog-envlogger v2.2.0
19502024-04-30T22:08:17.956Z Compiling rand_core v0.5.1
19512024-04-30T22:08:18.248Z Compiling steno v0.4.0
19522024-04-30T22:08:18.435Z Compiling mime_guess v2.0.4
19532024-04-30T22:08:19.562Z Compiling poly1305 v0.8.0
19542024-04-30T22:08:19.983Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19552024-04-30T22:08:20.681Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
19562024-04-30T22:08:21.346Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19572024-04-30T22:08:21.504Z Compiling primeorder v0.13.6
19582024-04-30T22:08:21.638Z Compiling chacha20 v0.9.1
19592024-04-30T22:08:21.846Z Compiling heck v0.3.3
19602024-04-30T22:08:21.931Z Compiling secrecy v0.8.0
19612024-04-30T22:08:22.027Z Compiling thiserror-impl-no-std v2.0.2
19622024-04-30T22:08:22.087Z Compiling half v2.3.1
19632024-04-30T22:08:22.222Z Compiling ciborium-io v0.2.2
19642024-04-30T22:08:22.259Z Compiling option-ext v0.2.0
19652024-04-30T22:08:22.371Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
19662024-04-30T22:08:22.399Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
19672024-04-30T22:08:22.564Z Compiling convert_case v0.4.0
19682024-04-30T22:08:22.654Z Compiling ciborium-ll v0.2.2
19692024-04-30T22:08:22.761Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
19702024-04-30T22:08:23.095Z Compiling dirs-sys v0.4.1
19712024-04-30T22:08:23.140Z Compiling zone_cfg_derive v0.1.2
19722024-04-30T22:08:23.317Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
19732024-04-30T22:08:23.511Z Compiling derive_more v0.99.17
19742024-04-30T22:08:23.633Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
19752024-04-30T22:08:24.567Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19762024-04-30T22:08:24.723Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
19772024-04-30T22:08:25.330Z Compiling thiserror-no-std v2.0.2
19782024-04-30T22:08:25.452Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
19792024-04-30T22:08:26.367Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19802024-04-30T22:08:26.733Z Compiling parking_lot v0.11.2
19812024-04-30T22:08:27.745Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19822024-04-30T22:08:28.771Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19832024-04-30T22:08:29.615Z Compiling rand_chacha v0.2.2
19842024-04-30T22:08:30.841Z Compiling trust-dns-client v0.22.0
19852024-04-30T22:08:31.556Z Compiling ed25519 v2.2.2
19862024-04-30T22:08:32.057Z Compiling polyval v0.6.1
19872024-04-30T22:08:32.088Z Compiling tungstenite v0.21.0
19882024-04-30T22:08:32.254Z Compiling ctr v0.9.2
19892024-04-30T22:08:32.487Z Compiling aes v0.8.3
19902024-04-30T22:08:32.601Z Compiling blowfish v0.9.1
19912024-04-30T22:08:33.066Z Compiling password-hash v0.4.2
19922024-04-30T22:08:33.178Z Compiling libsw v3.3.1
19932024-04-30T22:08:33.499Z Compiling toml v0.5.11
19942024-04-30T22:08:33.927Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19952024-04-30T22:08:34.041Z Compiling pbkdf2 v0.12.2
19962024-04-30T22:08:34.187Z Compiling derive-where v1.2.7
19972024-04-30T22:08:34.195Z Compiling gethostname v0.4.3
19982024-04-30T22:08:36.152Z Compiling fxhash v0.2.1
19992024-04-30T22:08:36.285Z Compiling swrite v0.1.0
20002024-04-30T22:08:36.285Z Compiling linear-map v1.2.0
20012024-04-30T22:08:36.285Z Compiling owo-colors v4.0.0
20022024-04-30T22:08:36.285Z Compiling base64 v0.13.1
20032024-04-30T22:08:37.288Z Compiling ron v0.7.1
20042024-04-30T22:08:37.388Z Compiling sled v0.34.7
20052024-04-30T22:08:37.891Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20062024-04-30T22:08:37.945Z Compiling trust-dns-server v0.22.1
20072024-04-30T22:08:38.836Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
20082024-04-30T22:08:39.455Z Compiling bcrypt-pbkdf v0.10.0
20092024-04-30T22:08:40.251Z Compiling pbkdf2 v0.11.0
20102024-04-30T22:08:40.464Z Compiling tokio-tungstenite v0.21.0
20112024-04-30T22:08:40.876Z Compiling ghash v0.5.0
20122024-04-30T22:08:40.949Z Compiling ed25519-dalek v2.0.0
20132024-04-30T22:08:41.091Z Compiling russh-cryptovec v0.7.0
20142024-04-30T22:08:41.327Z Compiling rand v0.7.3
20152024-04-30T22:08:41.816Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20162024-04-30T22:08:51.922Z Compiling vsss-rs v3.3.4
20172024-04-30T22:08:52.292Z Compiling zone v0.1.8
20182024-04-30T22:08:52.292Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20192024-04-30T22:08:52.293Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
20202024-04-30T22:08:52.293Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
20212024-04-30T22:08:52.534Z Compiling dirs v5.0.1
20222024-04-30T22:08:52.618Z Compiling ciborium v0.2.2
20232024-04-30T22:08:52.618Z Compiling chacha20poly1305 v0.10.1
20242024-04-30T22:08:52.618Z Compiling p521 v0.13.3
20252024-04-30T22:08:52.618Z Compiling p256 v0.13.2
20262024-04-30T22:08:52.619Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20272024-04-30T22:08:52.619Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
20282024-04-30T22:08:52.619Z Compiling pem v3.0.4
20292024-04-30T22:08:52.619Z Compiling cbc v0.1.2
20302024-04-30T22:08:52.619Z Compiling headers-core v0.2.0
20312024-04-30T22:08:52.619Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
20322024-04-30T22:08:52.619Z Compiling portpicker v0.1.1
20332024-04-30T22:08:52.619Z Compiling kstat-rs v0.2.3
20342024-04-30T22:08:52.619Z Compiling nanorand v0.7.0
20352024-04-30T22:08:52.619Z Compiling http-range v0.1.5
20362024-04-30T22:08:52.619Z Compiling glob v0.3.1
20372024-04-30T22:08:52.620Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
20382024-04-30T22:08:52.620Z Compiling md5 v0.7.0
20392024-04-30T22:08:52.620Z Compiling flume v0.11.0
20402024-04-30T22:08:52.620Z Compiling russh-keys v0.43.0
20412024-04-30T22:08:52.620Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
20422024-04-30T22:08:52.620Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
20432024-04-30T22:08:52.621Z Compiling hyper-staticfile v0.9.5
20442024-04-30T22:08:52.621Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
20452024-04-30T22:08:53.067Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
20462024-04-30T22:08:54.909Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
20472024-04-30T22:08:55.005Z Compiling headers v0.3.9
20482024-04-30T22:08:55.547Z Compiling rcgen v0.12.1
20492024-04-30T22:08:55.961Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
20502024-04-30T22:08:56.531Z Compiling aes-gcm v0.10.3
20512024-04-30T22:08:56.840Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20522024-04-30T22:08:58.074Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
20532024-04-30T22:08:58.704Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
20542024-04-30T22:08:59.763Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
20552024-04-30T22:09:03.394Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c)
20562024-04-30T22:09:03.542Z Compiling atomicwrites v0.4.3
20572024-04-30T22:09:03.908Z Compiling itertools v0.12.1
20582024-04-30T22:09:04.900Z Compiling subprocess v0.2.9
20592024-04-30T22:09:05.136Z Compiling dhcproto-macros v0.1.0
20602024-04-30T22:09:05.278Z Compiling hex-literal v0.4.1
20612024-04-30T22:09:05.443Z Compiling display-error-chain v0.2.0
20622024-04-30T22:09:05.624Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20632024-04-30T22:09:06.149Z Compiling dhcproto v0.11.0
20642024-04-30T22:09:06.886Z Compiling russh v0.43.0
20652024-04-30T22:09:06.909Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
20662024-04-30T22:09:07.039Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
20672024-04-30T22:09:07.503Z Compiling internet-checksum v0.2.1
20682024-04-30T22:09:08.821Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
20692024-04-30T22:09:28.218Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
20702024-04-30T22:10:08.173Z Finished dev [unoptimized + debuginfo] target(s) in 5m 14s
20712024-04-30T22:10:08.530Z
20722024-04-30T22:10:08.531Zreal 5:14.632412348
20732024-04-30T22:10:08.531Zuser 27:47.443787042
20742024-04-30T22:10:08.531Zsys 5:46.573994429
20752024-04-30T22:10:08.531Ztrap 0.819696249
20762024-04-30T22:10:08.531Ztflt 3.789158729
20772024-04-30T22:10:08.531Zdflt 4.633921855
20782024-04-30T22:10:08.531Zkflt 0.125396091
20792024-04-30T22:10:08.532Zlock 51:22.630024359
20802024-04-30T22:10:08.532Zslp 1:19:08.103662451
20812024-04-30T22:10:08.532Zlat 1:40.052347048
20822024-04-30T22:10:08.532Zstop 4:41.358826986
20832024-04-30T22:10:08.558Z+ mkdir -p /work
20842024-04-30T22:10:08.558Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin commtest
20852024-04-30T22:10:09.301Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
20862024-04-30T22:10:19.742Z Finished dev [unoptimized + debuginfo] target(s) in 11.17s
20872024-04-30T22:10:19.825Z
20882024-04-30T22:10:19.831Zreal 11.296416735
20892024-04-30T22:10:19.831Zuser 8.173982652
20902024-04-30T22:10:19.831Zsys 4.028217714
20912024-04-30T22:10:19.831Ztrap 0.002862701
20922024-04-30T22:10:19.831Ztflt 0.002476073
20932024-04-30T22:10:19.831Zdflt 0.026348883
20942024-04-30T22:10:19.832Zkflt 0.000000000
20952024-04-30T22:10:19.832Zlock 31.396371314
20962024-04-30T22:10:19.832Zslp 46.503398007
20972024-04-30T22:10:19.832Zlat 0.041199577
20982024-04-30T22:10:19.832Zstop 0.353976531
20992024-04-30T22:10:19.833Z+ cp target/debug/commtest /work/commtest
21002024-04-30T22:10:20.262Z+ mkdir -p /work/end-to-end-tests
21012024-04-30T22:10:20.265Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
21022024-04-30T22:10:21.073Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
21032024-04-30T22:10:21.073Z+ ptime -m gzip
21042024-04-30T22:10:21.078Z++ basename target/debug/bootstrap
21052024-04-30T22:10:33.667Z
21062024-04-30T22:10:33.667Zreal 12.589534304
21072024-04-30T22:10:33.667Zuser 12.497407043
21082024-04-30T22:10:33.667Zsys 0.079696604
21092024-04-30T22:10:33.667Ztrap 0.003117890
21102024-04-30T22:10:33.667Ztflt 0.000000000
21112024-04-30T22:10:33.671Zdflt 0.000000000
21122024-04-30T22:10:33.671Zkflt 0.000000000
21132024-04-30T22:10:33.671Zlock 0.000000000
21142024-04-30T22:10:33.671Zslp 0.000000000
21152024-04-30T22:10:33.671Zlat 0.008898980
21162024-04-30T22:10:33.671Zstop 0.000189543
21172024-04-30T22:10:33.671Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
21182024-04-30T22:10:33.671Z+ ptime -m gzip
21192024-04-30T22:10:33.671Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-e2418f0dc25c6bc2
21202024-04-30T22:10:34.849Z
21212024-04-30T22:10:34.850Zreal 1.175050413
21222024-04-30T22:10:34.850Zuser 1.164767543
21232024-04-30T22:10:34.850Zsys 0.009696966
21242024-04-30T22:10:34.850Ztrap 0.000067313
21252024-04-30T22:10:34.850Ztflt 0.000000000
21262024-04-30T22:10:34.850Zdflt 0.000000000
21272024-04-30T22:10:34.859Zkflt 0.000000000
21282024-04-30T22:10:34.859Zlock 0.000000000
21292024-04-30T22:10:34.859Zslp 0.000000000
21302024-04-30T22:10:34.860Zlat 0.000113568
21312024-04-30T22:10:34.860Zstop 0.000176823
21322024-04-30T22:10:34.860Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
21332024-04-30T22:10:34.861Z+ ptime -m gzip
21342024-04-30T22:10:34.861Z++ basename /work/oxidecomputer/omicron/target/debug/deps/commtest-d1b9678287527757
21352024-04-30T22:10:36.041Z
21362024-04-30T22:10:36.041Zreal 1.181592615
21372024-04-30T22:10:36.041Zuser 1.170851979
21382024-04-30T22:10:36.042Zsys 0.009517561
21392024-04-30T22:10:36.042Ztrap 0.000414301
21402024-04-30T22:10:36.056Ztflt 0.000000000
21412024-04-30T22:10:36.056Zdflt 0.000000000
21422024-04-30T22:10:36.056Zkflt 0.000000000
21432024-04-30T22:10:36.056Zlock 0.000000000
21442024-04-30T22:10:36.056Zslp 0.000000000
21452024-04-30T22:10:36.056Zlat 0.000409291
21462024-04-30T22:10:36.057Zstop 0.000176014
21472024-04-30T22:10:36.057Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
21482024-04-30T22:10:36.057Z+ ptime -m gzip
21492024-04-30T22:10:36.057Z++ basename /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-4e9c8bd28cbcb860
21502024-04-30T22:10:37.214Z
21512024-04-30T22:10:37.214Zreal 1.172368647
21522024-04-30T22:10:37.214Zuser 1.163202808
21532024-04-30T22:10:37.215Zsys 0.008585424
21542024-04-30T22:10:37.215Ztrap 0.000064575
21552024-04-30T22:10:37.215Ztflt 0.000000000
21562024-04-30T22:10:37.215Zdflt 0.000000000
21572024-04-30T22:10:37.215Zkflt 0.000000000
21582024-04-30T22:10:37.215Zlock 0.000000000
21592024-04-30T22:10:37.222Zslp 0.000000000
21602024-04-30T22:10:37.222Zlat 0.000114838
21612024-04-30T22:10:37.222Zstop 0.000174163
21622024-04-30T22:10:37.223Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
21632024-04-30T22:10:37.223Z+ ptime -m gzip
21642024-04-30T22:10:37.223Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-4f28bafc4b85baee
21652024-04-30T22:10:50.171Z
21662024-04-30T22:10:50.171Zreal 12.953786588
21672024-04-30T22:10:50.171Zuser 12.872160751
21682024-04-30T22:10:50.176Zsys 0.078644807
21692024-04-30T22:10:50.176Ztrap 0.001478961
21702024-04-30T22:10:50.176Ztflt 0.000000000
21712024-04-30T22:10:50.176Zdflt 0.000000000
21722024-04-30T22:10:50.176Zkflt 0.000000000
21732024-04-30T22:10:50.176Zlock 0.000000000
21742024-04-30T22:10:50.176Zslp 0.000000000
21752024-04-30T22:10:50.176Zlat 0.001104523
21762024-04-30T22:10:50.176Zstop 0.000171313
21772024-04-30T22:10:50.176Z+ banner caboose-util
21782024-04-30T22:10:50.176Z
21792024-04-30T22:10:50.177Z #### ## ##### #### #### #### ###### # # #####
21802024-04-30T22:10:50.177Z # # # # # # # # # # # # # # #
21812024-04-30T22:10:50.177Z # # # ##### # # # # #### ##### ##### # # #
21822024-04-30T22:10:50.177Z # ###### # # # # # # # # # # #
21832024-04-30T22:10:50.177Z # # # # # # # # # # # # # # # #
21842024-04-30T22:10:50.177Z #### # # ##### #### #### #### ###### #### #
21852024-04-30T22:10:50.177Z
21862024-04-30T22:10:50.177Z+ ptime -m cargo build --locked -p caboose-util --release
21872024-04-30T22:10:50.677Z Downloading crates ...
21882024-04-30T22:10:50.846Z Downloaded path-slash v0.1.5
21892024-04-30T22:10:50.851Z Downloaded bitfield v0.14.0
21902024-04-30T22:10:50.855Z Downloaded packed_struct v0.10.1
21912024-04-30T22:10:50.859Z Downloaded wyz v0.5.1
21922024-04-30T22:10:50.859Z Downloaded nodrop v0.1.14
21932024-04-30T22:10:50.859Z Downloaded crc v3.0.1
21942024-04-30T22:10:50.859Z Downloaded tap v1.0.1
21952024-04-30T22:10:50.864Z Downloaded maybe-uninit v2.0.0
21962024-04-30T22:10:50.864Z Downloaded smallvec v0.6.14
21972024-04-30T22:10:50.865Z Downloaded serde-hex v0.1.0
21982024-04-30T22:10:50.865Z Downloaded packed_struct_codegen v0.10.1
21992024-04-30T22:10:50.868Z Downloaded pkcs1 v0.7.5
22002024-04-30T22:10:50.868Z Downloaded crc-catalog v2.2.0
22012024-04-30T22:10:50.868Z Downloaded funty v2.0.0
22022024-04-30T22:10:50.869Z Downloaded radium v0.7.0
22032024-04-30T22:10:50.869Z Downloaded env_logger v0.10.0
22042024-04-30T22:10:50.872Z Downloaded array-init v0.0.4
22052024-04-30T22:10:50.876Z Downloaded crc-any v2.4.3
22062024-04-30T22:10:50.885Z Downloaded rsa v0.9.2
22072024-04-30T22:10:50.889Z Downloaded ron v0.8.1
22082024-04-30T22:10:50.898Z Downloaded bitvec v1.0.1
22092024-04-30T22:10:50.912Z Downloaded x509-cert v0.2.4
22102024-04-30T22:10:50.920Z Downloaded object v0.30.4
22112024-04-30T22:10:50.927Z Downloaded num-bigint-dig v0.8.4
22122024-04-30T22:10:50.935Z Downloaded hashbrown v0.13.2
22132024-04-30T22:10:51.039Z Compiling proc-macro2 v1.0.81
22142024-04-30T22:10:51.039Z Compiling unicode-ident v1.0.12
22152024-04-30T22:10:51.039Z Compiling libc v0.2.153
22162024-04-30T22:10:51.046Z Compiling serde v1.0.199
22172024-04-30T22:10:51.046Z Compiling autocfg v1.1.0
22182024-04-30T22:10:51.046Z Compiling version_check v0.9.4
22192024-04-30T22:10:51.047Z Compiling cfg-if v1.0.0
22202024-04-30T22:10:51.190Z Compiling typenum v1.16.0
22212024-04-30T22:10:51.617Z Compiling once_cell v1.19.0
22222024-04-30T22:10:51.628Z Compiling parking_lot_core v0.9.8
22232024-04-30T22:10:51.628Z Compiling memchr v2.7.1
22242024-04-30T22:10:51.628Z Compiling syn v1.0.109
22252024-04-30T22:10:51.641Z Compiling byteorder v1.5.0
22262024-04-30T22:10:51.685Z Compiling generic-array v0.14.7
22272024-04-30T22:10:51.979Z Compiling lock_api v0.4.10
22282024-04-30T22:10:52.071Z Compiling libm v0.2.7
22292024-04-30T22:10:52.185Z Compiling num-traits v0.2.18
22302024-04-30T22:10:52.264Z Compiling ahash v0.8.8
22312024-04-30T22:10:52.411Z Compiling quote v1.0.36
22322024-04-30T22:10:52.476Z Compiling serde_json v1.0.116
22332024-04-30T22:10:52.599Z Compiling pkg-config v0.3.27
22342024-04-30T22:10:52.803Z Compiling syn v2.0.60
22352024-04-30T22:10:52.973Z Compiling cc v1.0.83
22362024-04-30T22:10:52.988Z Compiling getrandom v0.2.12
22372024-04-30T22:10:53.305Z Compiling thiserror v1.0.59
22382024-04-30T22:10:53.643Z Compiling scopeguard v1.2.0
22392024-04-30T22:10:53.763Z Compiling itoa v1.0.9
22402024-04-30T22:10:53.791Z Compiling log v0.4.21
22412024-04-30T22:10:53.966Z Compiling slab v0.4.9
22422024-04-30T22:10:54.274Z Compiling rand_core v0.6.4
22432024-04-30T22:10:54.534Z Compiling smallvec v1.13.1
22442024-04-30T22:10:54.799Z Compiling vcpkg v0.2.15
22452024-04-30T22:10:55.483Z Compiling pin-project-lite v0.2.13
22462024-04-30T22:10:55.573Z Compiling ryu v1.0.15
22472024-04-30T22:10:55.604Z Compiling const-oid v0.9.6
22482024-04-30T22:10:55.846Z Compiling parking_lot v0.12.1
22492024-04-30T22:10:56.819Z Compiling ring v0.17.8
22502024-04-30T22:10:56.824Z Compiling openssl-sys v0.9.102
22512024-04-30T22:10:56.824Z Compiling ucd-trie v0.1.6
22522024-04-30T22:10:57.202Z Compiling signal-hook-registry v1.4.1
22532024-04-30T22:10:57.459Z Compiling rustix v0.38.31
22542024-04-30T22:10:57.681Z Compiling subtle v2.5.0
22552024-04-30T22:10:57.933Z Compiling ring v0.16.20
22562024-04-30T22:10:57.966Z Compiling mio v0.8.11
22572024-04-30T22:10:58.159Z Compiling futures-core v0.3.30
22582024-04-30T22:10:58.400Z Compiling semver v1.0.22
22592024-04-30T22:10:58.830Z Compiling tinyvec_macros v0.1.1
22602024-04-30T22:10:59.015Z Compiling tinyvec v1.6.0
22612024-04-30T22:11:00.467Z Compiling spin v0.5.2
22622024-04-30T22:11:00.477Z Compiling unicode-normalization v0.1.22
22632024-04-30T22:11:00.595Z Compiling num_cpus v1.16.0
22642024-04-30T22:11:00.638Z Compiling socket2 v0.5.6
22652024-04-30T22:11:00.707Z Compiling openssl v0.10.64
22662024-04-30T22:11:01.100Z Compiling unicode-bidi v0.3.15
22672024-04-30T22:11:01.310Z Compiling allocator-api2 v0.2.16
22682024-04-30T22:11:01.485Z Compiling futures-sink v0.3.30
22692024-04-30T22:11:01.883Z Compiling unicode-xid v0.2.4
22702024-04-30T22:11:02.046Z Compiling httparse v1.8.0
22712024-04-30T22:11:02.064Z Compiling synstructure v0.12.6
22722024-04-30T22:11:02.806Z Compiling equivalent v1.0.1
22732024-04-30T22:11:02.818Z Compiling num-conv v0.1.0
22742024-04-30T22:11:02.818Z Compiling time-core v0.1.2
22752024-04-30T22:11:02.818Z Compiling futures-channel v0.3.30
22762024-04-30T22:11:02.819Z Compiling time-macros v0.2.17
22772024-04-30T22:11:03.356Z Compiling ppv-lite86 v0.2.17
22782024-04-30T22:11:03.478Z Compiling rustls v0.21.9
22792024-04-30T22:11:03.773Z Compiling crc32fast v1.3.2
22802024-04-30T22:11:04.157Z Compiling futures-task v0.3.30
22812024-04-30T22:11:04.304Z Compiling pin-utils v0.1.0
22822024-04-30T22:11:04.792Z Compiling futures-io v0.3.30
22832024-04-30T22:11:04.802Z Compiling native-tls v0.2.11
22842024-04-30T22:11:04.802Z Compiling rand_chacha v0.3.1
22852024-04-30T22:11:04.802Z Compiling bzip2-sys v0.1.11+1.0.8
22862024-04-30T22:11:05.068Z Compiling spin v0.9.8
22872024-04-30T22:11:05.184Z Compiling tracing-core v0.1.32
22882024-04-30T22:11:05.243Z Compiling base64ct v1.6.0
22892024-04-30T22:11:05.402Z Compiling serde_derive v1.0.199
22902024-04-30T22:11:05.463Z Compiling zeroize_derive v1.4.2
22912024-04-30T22:11:05.704Z Compiling zerocopy-derive v0.7.32
22922024-04-30T22:11:05.746Z Compiling thiserror-impl v1.0.59
22932024-04-30T22:11:05.913Z Compiling tokio-macros v2.2.0
22942024-04-30T22:11:06.200Z Compiling futures-macro v0.3.30
22952024-04-30T22:11:06.324Z Compiling tracing-attributes v0.1.27
22962024-04-30T22:11:06.393Z Compiling der_derive v0.7.2
22972024-04-30T22:11:07.342Z Compiling zeroize v1.7.0
22982024-04-30T22:11:07.731Z Compiling zerocopy v0.7.32
22992024-04-30T22:11:08.503Z Compiling pest v2.7.6
23002024-04-30T22:11:08.623Z Compiling zerocopy-derive v0.2.0
23012024-04-30T22:11:09.222Z Compiling crypto-common v0.1.6
23022024-04-30T22:11:09.226Z Compiling block-buffer v0.10.4
23032024-04-30T22:11:09.226Z Compiling digest v0.10.7
23042024-04-30T22:11:09.234Z Compiling openssl-macros v0.1.1
23052024-04-30T22:11:09.780Z Compiling futures-util v0.3.30
23062024-04-30T22:11:09.963Z Compiling hashbrown v0.14.3
23072024-04-30T22:11:10.062Z Compiling tracing v0.1.40
23082024-04-30T22:11:10.297Z Compiling pem-rfc7468 v0.7.0
23092024-04-30T22:11:10.383Z Compiling zerocopy-derive v0.6.6
23102024-04-30T22:11:10.582Z Compiling scroll_derive v0.12.0
23112024-04-30T22:11:11.181Z Compiling pest_meta v2.7.6
23122024-04-30T22:11:11.606Z Compiling rand v0.8.5
23132024-04-30T22:11:11.968Z Compiling usdt-impl v0.3.5
23142024-04-30T22:11:12.007Z Compiling cookie v0.17.0
23152024-04-30T22:11:12.294Z Compiling flagset v0.4.3
23162024-04-30T22:11:12.723Z Compiling schemars v0.8.16
23172024-04-30T22:11:12.733Z Compiling pest_generator v2.7.6
23182024-04-30T22:11:12.757Z Compiling percent-encoding v2.3.1
23192024-04-30T22:11:12.757Z Compiling signal-hook v0.3.17
23202024-04-30T22:11:13.320Z Compiling der v0.7.8
23212024-04-30T22:11:14.187Z Compiling serde_derive_internals v0.26.0
23222024-04-30T22:11:15.153Z Compiling pest_derive v2.7.6
23232024-04-30T22:11:16.294Z Compiling errno v0.3.8
23242024-04-30T22:11:16.540Z Compiling fnv v1.0.7
23252024-04-30T22:11:16.562Z Compiling schemars_derive v0.8.16
23262024-04-30T22:11:17.388Z Compiling spki v0.7.2
23272024-04-30T22:11:17.885Z Compiling zerocopy v0.3.0
23282024-04-30T22:11:18.402Z Compiling lazy_static v1.4.0
23292024-04-30T22:11:18.653Z Compiling bytes v1.6.0
23302024-04-30T22:11:19.433Z Compiling bitflags v2.4.2
23312024-04-30T22:11:19.654Z Compiling tokio v1.37.0
23322024-04-30T22:11:20.106Z Compiling indexmap v2.2.6
23332024-04-30T22:11:20.450Z Compiling rustc_version v0.4.0
23342024-04-30T22:11:21.070Z Compiling heapless v0.7.16
23352024-04-30T22:11:21.504Z Compiling http v0.2.12
23362024-04-30T22:11:21.540Z Compiling uuid v1.8.0
23372024-04-30T22:11:22.329Z Compiling backtrace v0.3.69
23382024-04-30T22:11:22.585Z Compiling thread-id v4.2.0
23392024-04-30T22:11:22.687Z Compiling num-bigint v0.4.4
23402024-04-30T22:11:22.763Z Compiling untrusted v0.9.0
23412024-04-30T22:11:22.914Z Compiling powerfmt v0.2.0
23422024-04-30T22:11:23.248Z Compiling untrusted v0.7.1
23432024-04-30T22:11:23.437Z Compiling foreign-types-shared v0.1.1
23442024-04-30T22:11:23.543Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23452024-04-30T22:11:23.690Z Compiling heck v0.4.1
23462024-04-30T22:11:23.715Z Compiling iana-time-zone v0.1.57
23472024-04-30T22:11:24.056Z Compiling smoltcp v0.9.1
23482024-04-30T22:11:24.228Z Compiling base64 v0.21.7
23492024-04-30T22:11:24.786Z Compiling crossbeam-utils v0.8.19
23502024-04-30T22:11:24.786Z Compiling heck v0.5.0
23512024-04-30T22:11:25.095Z Compiling clap_derive v4.5.4
23522024-04-30T22:11:25.146Z Compiling chrono v0.4.38
23532024-04-30T22:11:25.801Z Compiling foreign-types v0.3.2
23542024-04-30T22:11:26.012Z Compiling deranged v0.3.11
23552024-04-30T22:11:27.976Z Compiling tokio-util v0.7.10
23562024-04-30T22:11:28.486Z Compiling dof v0.1.5
23572024-04-30T22:11:29.067Z Compiling dtrace-parser v0.1.14
23582024-04-30T22:11:29.127Z Compiling form_urlencoded v1.2.1
23592024-04-30T22:11:29.551Z Compiling hmac v0.12.1
23602024-04-30T22:11:29.709Z Compiling num-integer v0.1.46
23612024-04-30T22:11:29.907Z Compiling utf8parse v0.2.1
23622024-04-30T22:11:30.237Z Compiling cpufeatures v0.2.12
23632024-04-30T22:11:30.333Z Compiling siphasher v0.3.11
23642024-04-30T22:11:30.512Z Compiling adler v1.0.2
23652024-04-30T22:11:30.672Z Compiling anstyle v1.0.6
23662024-04-30T22:11:30.684Z Compiling num_threads v0.1.6
23672024-04-30T22:11:30.772Z Compiling rustversion v1.0.14
23682024-04-30T22:11:31.006Z Compiling try-lock v0.2.4
23692024-04-30T22:11:31.147Z Compiling want v0.3.1
23702024-04-30T22:11:31.359Z Compiling time v0.3.34
23712024-04-30T22:11:31.398Z Compiling miniz_oxide v0.7.1
23722024-04-30T22:11:31.742Z Compiling sha2 v0.10.8
23732024-04-30T22:11:33.106Z Compiling anstyle-parse v0.2.1
23742024-04-30T22:11:34.337Z Compiling rustls-webpki v0.101.7
23752024-04-30T22:11:35.275Z Compiling h2 v0.3.26
23762024-04-30T22:11:36.067Z Compiling sct v0.7.0
23772024-04-30T22:11:36.081Z Compiling http-body v0.4.5
23782024-04-30T22:11:36.760Z Compiling serde_tokenstream v0.1.7
23792024-04-30T22:11:36.765Z Compiling pkcs8 v0.10.2
23802024-04-30T22:11:36.895Z Compiling hubpack_derive v0.1.1
23812024-04-30T22:11:37.485Z Compiling async-trait v0.1.80
23822024-04-30T22:11:37.625Z Compiling idna v0.5.0
23832024-04-30T22:11:38.226Z Compiling aho-corasick v1.1.2
23842024-04-30T22:11:38.303Z Compiling usdt-impl v0.5.0
23852024-04-30T22:11:38.819Z Compiling openssl-probe v0.1.5
23862024-04-30T22:11:39.679Z Compiling colorchoice v1.0.0
23872024-04-30T22:11:39.711Z Compiling anstyle-query v1.0.0
23882024-04-30T22:11:39.711Z Compiling httpdate v1.0.3
23892024-04-30T22:11:39.746Z Compiling slog v2.7.0
23902024-04-30T22:11:39.776Z Compiling tower-service v0.3.2
23912024-04-30T22:11:40.000Z Compiling radium v0.7.0
23922024-04-30T22:11:40.198Z Compiling regex-syntax v0.8.2
23932024-04-30T22:11:40.639Z Compiling anyhow v1.0.82
23942024-04-30T22:11:42.028Z Compiling hyper v0.14.28
23952024-04-30T22:11:43.625Z Compiling regex-automata v0.4.5
23962024-04-30T22:11:44.649Z Compiling anstream v0.6.11
23972024-04-30T22:11:46.139Z Compiling url v2.5.0
23982024-04-30T22:11:50.751Z Compiling terminal_size v0.3.0
23992024-04-30T22:11:51.045Z Compiling serde_spanned v0.6.5
24002024-04-30T22:11:51.239Z Compiling toml_datetime v0.6.5
24012024-04-30T22:11:51.293Z Compiling zerocopy v0.6.6
24022024-04-30T22:11:51.771Z Compiling scroll v0.12.0
24032024-04-30T22:11:51.772Z Compiling md-5 v0.10.5
24042024-04-30T22:11:52.205Z Compiling idna v0.3.0
24052024-04-30T22:11:52.633Z Compiling stringprep v0.1.3
24062024-04-30T22:11:52.633Z Compiling diesel_table_macro_syntax v0.1.0
24072024-04-30T22:11:52.916Z Compiling hash32 v0.2.1
24082024-04-30T22:11:53.015Z Compiling fallible-iterator v0.2.0
24092024-04-30T22:11:53.042Z Compiling strsim v0.11.0
24102024-04-30T22:11:53.157Z Compiling tap v1.0.1
24112024-04-30T22:11:53.260Z Compiling plain v0.2.3
24122024-04-30T22:11:53.530Z Compiling dyn-clone v1.0.17
24132024-04-30T22:11:53.559Z Compiling maybe-uninit v2.0.0
24142024-04-30T22:11:53.697Z Compiling clap_lex v0.7.0
24152024-04-30T22:11:53.716Z Compiling psl-types v2.0.11
24162024-04-30T22:11:53.895Z Compiling gimli v0.28.0
24172024-04-30T22:11:54.177Z Compiling uuid v0.8.2
24182024-04-30T22:11:54.297Z Compiling stable_deref_trait v1.2.0
24192024-04-30T22:11:54.718Z Compiling clap_builder v4.5.2
24202024-04-30T22:11:54.776Z Compiling publicsuffix v2.2.3
24212024-04-30T22:11:55.010Z Compiling postgres-protocol v0.6.6
24222024-04-30T22:11:55.617Z Compiling goblin v0.8.0
24232024-04-30T22:11:55.623Z Compiling wyz v0.5.1
24242024-04-30T22:11:55.839Z Compiling diesel_derives v2.1.2
24252024-04-30T22:12:00.955Z Compiling tokio-rustls v0.24.1
24262024-04-30T22:12:01.082Z Compiling addr2line v0.21.0
24272024-04-30T22:12:01.082Z Compiling strum_macros v0.25.2
24282024-04-30T22:12:01.082Z Compiling tokio-native-tls v0.3.1
24292024-04-30T22:12:01.082Z Compiling usdt-attr-macro v0.3.5
24302024-04-30T22:12:02.009Z Compiling usdt-macro v0.3.5
24312024-04-30T22:12:08.608Z Compiling phf_shared v0.11.2
24322024-04-30T22:12:08.681Z Compiling num-iter v0.1.44
24332024-04-30T22:12:08.681Z Compiling enum-as-inner v0.5.1
24342024-04-30T22:12:08.681Z Compiling block-padding v0.3.3
24352024-04-30T22:12:08.681Z Compiling serde_repr v0.1.16
24362024-04-30T22:12:08.681Z Compiling ff v0.13.0
24372024-04-30T22:12:08.682Z Compiling scheduled-thread-pool v0.2.7
24382024-04-30T22:12:08.682Z Compiling object v0.32.1
24392024-04-30T22:12:09.616Z Compiling funty v2.0.0
24402024-04-30T22:12:10.509Z Compiling pretty-hex v0.4.1
24412024-04-30T22:12:10.524Z Compiling ipnet v2.9.0
24422024-04-30T22:12:11.396Z Compiling base16ct v0.2.0
24432024-04-30T22:12:11.633Z Compiling managed v0.8.0
24442024-04-30T22:12:12.054Z Compiling winnow v0.5.15
24452024-04-30T22:12:12.302Z Compiling rustc-demangle v0.1.23
24462024-04-30T22:12:13.911Z Compiling bit-vec v0.6.3
24472024-04-30T22:12:14.195Z Compiling num-bigint-dig v0.8.4
24482024-04-30T22:12:14.286Z Compiling bitflags v1.3.2
24492024-04-30T22:12:14.490Z Compiling matches v0.1.10
24502024-04-30T22:12:14.999Z Compiling regex-automata v0.1.10
24512024-04-30T22:12:15.017Z Compiling packed_struct v0.10.1
24522024-04-30T22:12:15.063Z Compiling bstr v0.2.17
24532024-04-30T22:12:15.430Z Compiling toml_edit v0.19.15
24542024-04-30T22:12:16.818Z Compiling idna v0.2.3
24552024-04-30T22:12:22.268Z Compiling sec1 v0.7.3
24562024-04-30T22:12:22.417Z Compiling bitvec v1.0.1
24572024-04-30T22:12:22.567Z Compiling dof v0.3.0
24582024-04-30T22:12:22.973Z Compiling r2d2 v0.8.10
24592024-04-30T22:12:23.484Z Compiling group v0.13.0
24602024-04-30T22:12:23.806Z Compiling inout v0.1.3
24612024-04-30T22:12:25.289Z Compiling phf v0.11.2
24622024-04-30T22:12:25.557Z Compiling hyper-tls v0.5.0
24632024-04-30T22:12:25.586Z Compiling clap v4.5.4
24642024-04-30T22:12:26.106Z Compiling signal-hook-mio v0.2.3
24652024-04-30T22:12:26.150Z Compiling cookie_store v0.20.0
24662024-04-30T22:12:26.150Z Compiling hyper-rustls v0.24.2
24672024-04-30T22:12:26.233Z Compiling ipnetwork v0.20.0
24682024-04-30T22:12:26.966Z Compiling flate2 v1.0.28
24692024-04-30T22:12:26.973Z Compiling bzip2 v0.4.4
24702024-04-30T22:12:27.179Z Compiling postgres-types v0.2.6
24712024-04-30T22:12:27.392Z Compiling regex v1.10.4
24722024-04-30T22:12:27.589Z Compiling hubpack v0.1.2
24732024-04-30T22:12:27.668Z Compiling rustls-pemfile v1.0.3
24742024-04-30T22:12:27.987Z Compiling phf_shared v0.10.0
24752024-04-30T22:12:28.027Z Compiling hkdf v0.12.4
24762024-04-30T22:12:28.247Z Compiling serde_urlencoded v0.7.1
24772024-04-30T22:12:28.377Z Compiling dtrace-parser v0.2.0
24782024-04-30T22:12:28.424Z Compiling futures-executor v0.3.30
24792024-04-30T22:12:29.456Z Compiling crypto-bigint v0.5.2
24802024-04-30T22:12:29.525Z Compiling packed_struct_codegen v0.10.1
24812024-04-30T22:12:29.991Z Compiling float-cmp v0.9.0
24822024-04-30T22:12:30.812Z Compiling indexmap v1.9.3
24832024-04-30T22:12:31.128Z Compiling encoding_rs v0.8.33
24842024-04-30T22:12:31.578Z Compiling crc-catalog v2.2.0
24852024-04-30T22:12:31.721Z Compiling data-encoding v2.4.0
24862024-04-30T22:12:32.122Z Compiling webpki-roots v0.25.2
24872024-04-30T22:12:32.274Z Compiling fixedbitset v0.4.2
24882024-04-30T22:12:32.678Z Compiling winnow v0.6.1
24892024-04-30T22:12:33.141Z Compiling precomputed-hash v0.1.1
24902024-04-30T22:12:33.626Z Compiling normalize-line-endings v0.3.0
24912024-04-30T22:12:33.632Z Compiling predicates-core v1.0.6
24922024-04-30T22:12:34.139Z Compiling unicode-width v0.1.11
24932024-04-30T22:12:34.139Z Compiling difflib v0.4.0
24942024-04-30T22:12:34.769Z Compiling unicode-segmentation v1.10.1
24952024-04-30T22:12:34.927Z Compiling minimal-lexical v0.2.1
24962024-04-30T22:12:35.417Z Compiling new_debug_unreachable v1.0.4
24972024-04-30T22:12:35.468Z Compiling static_assertions v1.1.0
24982024-04-30T22:12:35.469Z Compiling whoami v1.5.1
24992024-04-30T22:12:35.526Z Compiling nodrop v0.1.14
25002024-04-30T22:12:35.644Z Compiling either v1.11.0
25012024-04-30T22:12:35.699Z Compiling sync_wrapper v0.1.2
25022024-04-30T22:12:35.821Z Compiling mime v0.3.17
25032024-04-30T22:12:36.359Z Compiling tokio-postgres v0.7.10
25042024-04-30T22:12:36.362Z Compiling itertools v0.10.5
25052024-04-30T22:12:36.362Z Compiling reqwest v0.11.24
25062024-04-30T22:12:36.363Z Compiling toml_edit v0.22.12
25072024-04-30T22:12:41.230Z Compiling array-init v0.0.4
25082024-04-30T22:12:42.172Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
25092024-04-30T22:12:42.459Z Compiling string_cache v0.8.7
25102024-04-30T22:12:43.187Z Compiling nom v7.1.3
25112024-04-30T22:12:43.608Z Compiling similar v2.4.0
25122024-04-30T22:12:45.647Z Compiling predicates v3.1.0
25132024-04-30T22:12:47.246Z Compiling console v0.15.8
25142024-04-30T22:12:48.917Z Compiling petgraph v0.6.4
25152024-04-30T22:12:49.836Z Compiling trust-dns-proto v0.22.0
25162024-04-30T22:12:50.203Z Compiling crc v3.0.1
25172024-04-30T22:12:50.930Z Compiling elliptic-curve v0.13.8
25182024-04-30T22:12:53.997Z Compiling futures v0.3.30
25192024-04-30T22:12:55.671Z Compiling smallvec v0.6.14
25202024-04-30T22:12:56.151Z Compiling zip v0.6.6
25212024-04-30T22:12:56.702Z Compiling diesel v2.1.6
25222024-04-30T22:12:57.092Z Compiling yasna v0.5.2
25232024-04-30T22:12:57.273Z Compiling crossterm v0.27.0
25242024-04-30T22:12:57.335Z Compiling crossbeam-epoch v0.9.18
25252024-04-30T22:12:58.036Z Compiling cipher v0.4.4
25262024-04-30T22:12:58.990Z Compiling toml v0.7.8
25272024-04-30T22:13:00.397Z Compiling bit-set v0.5.3
25282024-04-30T22:13:00.583Z Compiling usdt v0.3.5
25292024-04-30T22:13:01.933Z Compiling bstr v1.9.0
25302024-04-30T22:13:01.937Z Compiling pkcs1 v0.7.5
25312024-04-30T22:13:03.089Z Compiling tokio-stream v0.1.15
25322024-04-30T22:13:04.145Z Compiling is-terminal v0.4.9
25332024-04-30T22:13:04.682Z Compiling openapiv3 v2.0.0
25342024-04-30T22:13:05.953Z Compiling hex v0.4.3
25352024-04-30T22:13:07.605Z Compiling signature v2.1.0
25362024-04-30T22:13:08.837Z Compiling lalrpop-util v0.19.12
25372024-04-30T22:13:09.085Z Compiling peg-runtime v0.8.2
25382024-04-30T22:13:11.521Z Compiling bitfield v0.14.0
25392024-04-30T22:13:12.354Z Compiling hashbrown v0.12.3
25402024-04-30T22:13:12.436Z Compiling base64 v0.22.0
25412024-04-30T22:13:12.715Z Compiling termcolor v1.2.0
25422024-04-30T22:13:13.272Z Compiling env_logger v0.10.0
25432024-04-30T22:13:15.099Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
25442024-04-30T22:13:18.680Z Compiling rsa v0.9.2
25452024-04-30T22:13:24.813Z Compiling serde-hex v0.1.0
25462024-04-30T22:13:26.122Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
25472024-04-30T22:13:33.247Z Compiling ron v0.8.1
25482024-04-30T22:13:34.619Z Compiling x509-cert v0.2.4
25492024-04-30T22:13:34.710Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25502024-04-30T22:13:34.861Z Compiling hashbrown v0.13.2
25512024-04-30T22:13:38.228Z Compiling crc-any v2.4.3
25522024-04-30T22:14:01.421Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
25532024-04-30T22:14:08.337Z Compiling object v0.30.4
25542024-04-30T22:14:09.402Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
25552024-04-30T22:14:18.745Z Compiling path-slash v0.1.5
25562024-04-30T22:14:19.424Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
25572024-04-30T22:14:40.123Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
25582024-04-30T22:14:40.938Z Finished release [optimized] target(s) in 3m 50s
25592024-04-30T22:14:41.022Z
25602024-04-30T22:14:41.022Zreal 3:50.827023479
25612024-04-30T22:14:41.023Zuser 25:27.010466447
25622024-04-30T22:14:41.023Zsys 3:04.051019261
25632024-04-30T22:14:41.023Ztrap 0.800346380
25642024-04-30T22:14:41.023Ztflt 1.780480615
25652024-04-30T22:14:41.051Zdflt 0.310116412
25662024-04-30T22:14:41.052Zkflt 0.020924343
25672024-04-30T22:14:41.052Zlock 58:20.437372944
25682024-04-30T22:14:41.052Zslp 1:15:18.766018997
25692024-04-30T22:14:41.052Zlat 1:32.637227891
25702024-04-30T22:14:41.053Zstop 1:31.480855558
25712024-04-30T22:14:41.053Z+ ptime -m gzip
25722024-04-30T22:14:42.245Z
25732024-04-30T22:14:42.245Zreal 0.263429649
25742024-04-30T22:14:42.246Zuser 0.260897001
25752024-04-30T22:14:42.246Zsys 0.001999556
25762024-04-30T22:14:42.246Ztrap 0.000018001
25772024-04-30T22:14:42.246Ztflt 0.000000000
25782024-04-30T22:14:42.246Zdflt 0.000000000
25792024-04-30T22:14:42.368Zkflt 0.000000000
25802024-04-30T22:14:42.369Zlock 0.000000000
25812024-04-30T22:14:42.369Zslp 0.000000000
25822024-04-30T22:14:42.369Zlat 0.000101548
25832024-04-30T22:14:42.370Zstop 0.000192044
25842024-04-30T22:14:42.370Z+ banner tufaceous
25852024-04-30T22:14:42.370Z
25862024-04-30T22:14:42.370Z ##### # # ###### ## #### ###### #### # # ####
25872024-04-30T22:14:42.370Z # # # # # # # # # # # # # #
25882024-04-30T22:14:42.371Z # # # ##### # # # ##### # # # # ####
25892024-04-30T22:14:42.371Z # # # # ###### # # # # # # #
25902024-04-30T22:14:42.371Z # # # # # # # # # # # # # # #
25912024-04-30T22:14:42.371Z # #### # # # #### ###### #### #### ####
25922024-04-30T22:14:42.371Z
25932024-04-30T22:14:42.372Z+ ptime -m cargo build --locked -p tufaceous --release
25942024-04-30T22:14:42.372Z Downloading crates ...
25952024-04-30T22:14:42.372Z Downloaded async-recursion v1.1.0
25962024-04-30T22:14:42.372Z Downloaded parse-size v1.0.0
25972024-04-30T22:14:42.373Z Downloaded buf-list v1.0.3
25982024-04-30T22:14:42.373Z Downloaded fs-err v2.11.0
25992024-04-30T22:14:42.373Z Downloaded pin-project-internal v1.1.3
26002024-04-30T22:14:42.373Z Downloaded serde_plain v1.0.2
26012024-04-30T22:14:42.373Z Downloaded globset v0.4.13
26022024-04-30T22:14:42.373Z Downloaded snafu-derive v0.8.2
26032024-04-30T22:14:42.374Z Downloaded pin-project v1.1.3
26042024-04-30T22:14:42.374Z Downloaded typed-path v0.7.0
26052024-04-30T22:14:42.374Z Downloaded tough v0.17.1
26062024-04-30T22:14:42.374Z Downloaded snafu v0.8.2
26072024-04-30T22:14:42.374Z Downloaded olpc-cjson v0.1.3
26082024-04-30T22:14:42.374Z Compiling serde_tokenstream v0.2.0
26092024-04-30T22:14:42.374Z Compiling regress v0.9.1
26102024-04-30T22:14:42.375Z Compiling dirs-sys-next v0.1.2
26112024-04-30T22:14:42.375Z Compiling ident_case v1.0.1
26122024-04-30T22:14:42.375Z Compiling strsim v0.10.0
26132024-04-30T22:14:42.375Z Compiling rustls-pki-types v1.3.0
26142024-04-30T22:14:42.376Z Compiling heck v0.4.1
26152024-04-30T22:14:42.412Z Compiling getopts v0.2.21
26162024-04-30T22:14:42.599Z Compiling darling_core v0.20.8
26172024-04-30T22:14:42.775Z Compiling dirs-next v2.0.0
26182024-04-30T22:14:43.025Z Compiling thread_local v1.1.7
26192024-04-30T22:14:43.136Z Compiling paste v1.0.14
26202024-04-30T22:14:43.453Z Compiling camino v1.1.6
26212024-04-30T22:14:43.473Z Compiling unsafe-libyaml v0.2.10
26222024-04-30T22:14:43.593Z Compiling slog-async v2.8.0
26232024-04-30T22:14:43.793Z Compiling rustls v0.22.4
26242024-04-30T22:14:44.219Z Compiling term v0.7.0
26252024-04-30T22:14:44.219Z Compiling rustls-webpki v0.102.1
26262024-04-30T22:14:45.077Z Compiling serde_yaml v0.9.25
26272024-04-30T22:14:46.093Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
26282024-04-30T22:14:48.214Z Compiling crossbeam-channel v0.5.8
26292024-04-30T22:14:48.268Z Compiling darling_macro v0.20.8
26302024-04-30T22:14:48.454Z Compiling structmeta-derive v0.3.0
26312024-04-30T22:14:48.520Z Compiling multer v3.0.0
26322024-04-30T22:14:48.833Z Compiling match_cfg v0.1.0
26332024-04-30T22:14:48.924Z Compiling take_mut v0.2.2
26342024-04-30T22:14:49.162Z Compiling darling v0.20.8
26352024-04-30T22:14:49.311Z Compiling hostname v0.3.1
26362024-04-30T22:14:49.574Z Compiling slog-term v2.9.1
26372024-04-30T22:14:51.029Z Compiling structmeta v0.3.0
26382024-04-30T22:14:51.341Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
26392024-04-30T22:14:51.441Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26402024-04-30T22:14:51.460Z Compiling slog-json v2.6.1
26412024-04-30T22:14:51.983Z Compiling http v1.0.0
26422024-04-30T22:14:52.122Z Compiling pin-project-internal v1.1.3
26432024-04-30T22:14:52.282Z Compiling async-stream-impl v0.3.5
26442024-04-30T22:14:52.917Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
26452024-04-30T22:14:53.334Z Compiling fastrand v2.0.1
26462024-04-30T22:14:53.334Z Compiling atomic-waker v1.1.1
26472024-04-30T22:14:53.337Z Compiling waitgroup v0.1.2
26482024-04-30T22:14:53.337Z Compiling tempfile v3.10.1
26492024-04-30T22:14:53.535Z Compiling async-stream v0.3.5
26502024-04-30T22:14:53.847Z Compiling slog-bunyan v2.5.0
26512024-04-30T22:14:54.104Z Compiling tokio-rustls v0.25.0
26522024-04-30T22:14:54.664Z Compiling parse-display-derive v0.9.0
26532024-04-30T22:14:54.890Z Compiling pin-project v1.1.3
26542024-04-30T22:14:55.017Z Compiling serde_with_macros v3.7.0
26552024-04-30T22:14:55.190Z Compiling toml v0.8.12
26562024-04-30T22:14:56.555Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
26572024-04-30T22:14:56.777Z Compiling rustls-pemfile v2.1.2
26582024-04-30T22:14:56.962Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
26592024-04-30T22:14:57.969Z Compiling sha1 v0.10.6
26602024-04-30T22:14:57.977Z Compiling strum_macros v0.26.1
26612024-04-30T22:14:58.466Z Compiling newtype-uuid v1.1.0
26622024-04-30T22:14:58.477Z Compiling snafu-derive v0.8.2
26632024-04-30T22:14:59.941Z Compiling serde_path_to_error v0.1.16
26642024-04-30T22:15:00.004Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26652024-04-30T22:15:00.018Z Compiling instant v0.1.12
26662024-04-30T22:15:00.019Z Compiling fs-err v2.11.0
26672024-04-30T22:15:00.019Z Compiling debug-ignore v1.0.5
26682024-04-30T22:15:00.019Z Compiling same-file v1.0.6
26692024-04-30T22:15:00.019Z Compiling arc-swap v1.6.0
26702024-04-30T22:15:00.177Z Compiling buf-list v1.0.3
26712024-04-30T22:15:00.769Z Compiling slog-scope v4.4.0
26722024-04-30T22:15:01.824Z Compiling walkdir v2.5.0
26732024-04-30T22:15:01.838Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
26742024-04-30T22:15:01.839Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
26752024-04-30T22:15:02.464Z Compiling strum v0.26.2
26762024-04-30T22:15:02.693Z Compiling backoff v0.4.0
26772024-04-30T22:15:02.913Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26782024-04-30T22:15:03.052Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26792024-04-30T22:15:03.115Z Compiling parse-display v0.9.0
26802024-04-30T22:15:03.460Z Compiling snafu v0.8.2
26812024-04-30T22:15:05.291Z Compiling serde_with v3.7.0
26822024-04-30T22:15:05.794Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26832024-04-30T22:15:05.794Z Compiling globset v0.4.13
26842024-04-30T22:15:05.795Z Compiling pem v3.0.4
26852024-04-30T22:15:07.104Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26862024-04-30T22:15:07.289Z Compiling olpc-cjson v0.1.3
26872024-04-30T22:15:07.612Z Compiling serde_plain v1.0.2
26882024-04-30T22:15:07.869Z Compiling macaddr v1.0.1
26892024-04-30T22:15:08.120Z Compiling async-recursion v1.1.0
26902024-04-30T22:15:08.203Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
26912024-04-30T22:15:08.525Z Compiling xattr v1.0.1
26922024-04-30T22:15:08.824Z Compiling filetime v0.2.23
26932024-04-30T22:15:09.171Z Compiling typed-path v0.7.0
26942024-04-30T22:15:09.598Z Compiling tar v0.4.40
26952024-04-30T22:15:13.606Z Compiling tough v0.17.1
26962024-04-30T22:15:15.984Z Compiling slog-stdlog v4.1.1
26972024-04-30T22:15:16.962Z Compiling camino-tempfile v1.1.1
26982024-04-30T22:15:17.147Z Compiling itertools v0.12.1
26992024-04-30T22:15:17.826Z Compiling parse-size v1.0.0
27002024-04-30T22:15:19.325Z Compiling slog-envlogger v2.2.0
27012024-04-30T22:15:20.886Z Compiling humantime v2.1.0
27022024-04-30T22:15:24.296Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
27032024-04-30T22:15:24.306Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
27042024-04-30T22:15:30.212Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27052024-04-30T22:15:38.084Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
27062024-04-30T22:15:40.026Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
27072024-04-30T22:15:59.742Z Finished release [optimized] target(s) in 1m 18s
27082024-04-30T22:15:59.809Z
27092024-04-30T22:15:59.830Zreal 1:18.505487093
27102024-04-30T22:15:59.830Zuser 8:33.799775761
27112024-04-30T22:15:59.830Zsys 39.824712920
27122024-04-30T22:15:59.830Ztrap 0.215097758
27132024-04-30T22:15:59.830Ztflt 0.402199998
27142024-04-30T22:15:59.830Zdflt 0.307437342
27152024-04-30T22:15:59.830Zkflt 0.000091665
27162024-04-30T22:15:59.831Zlock 17:09.227658344
27172024-04-30T22:15:59.831Zslp 19:01.156280548
27182024-04-30T22:15:59.831Zlat 17.105967088
27192024-04-30T22:15:59.831Zstop 14.798088834
27202024-04-30T22:15:59.831Z+ ptime -m gzip
27212024-04-30T22:16:01.122Z
27222024-04-30T22:16:01.122Zreal 1.287344947
27232024-04-30T22:16:01.122Zuser 1.280009513
27242024-04-30T22:16:01.122Zsys 0.005965279
27252024-04-30T22:16:01.122Ztrap 0.000339665
27262024-04-30T22:16:01.123Ztflt 0.000000000
27272024-04-30T22:16:01.123Zdflt 0.000000000
27282024-04-30T22:16:01.123Zkflt 0.000000000
27292024-04-30T22:16:01.123Zlock 0.000000000
27302024-04-30T22:16:01.123Zslp 0.000000000
27312024-04-30T22:16:01.123Zlat 0.000625588
27322024-04-30T22:16:01.138Zstop 0.000182554
27332024-04-30T22:16:01.138Z+ banner permission-slip
27342024-04-30T22:16:01.138Z
27352024-04-30T22:16:01.139Z ##### ###### ##### # # # #### #### # #### # #
27362024-04-30T22:16:01.139Z # # # # # ## ## # # # # # # ## #
27372024-04-30T22:16:01.139Z # # ##### # # # ## # # #### #### # # # # # #
27382024-04-30T22:16:01.139Z ##### # ##### # # # # # # # # # # #
27392024-04-30T22:16:01.139Z # # # # # # # # # # # # # # # ##
27402024-04-30T22:16:01.139Z # ###### # # # # # #### #### # #### # #
27412024-04-30T22:16:01.139Z
27422024-04-30T22:16:01.139Z+ source ./tools/permslip_commit
27432024-04-30T22:16:01.139Z++ COMMIT=5d44e0065f90051a28881c75e3574142ada9b695
27442024-04-30T22:16:01.139Z+ git init /work/permission-slip-build
27452024-04-30T22:16:01.139Zhint: Using 'master' as the name for the initial branch. This default branch name
27462024-04-30T22:16:01.139Zhint: is subject to change. To configure the initial branch name to use in all
27472024-04-30T22:16:01.140Zhint: of your new repositories, which will suppress this warning, call:
27482024-04-30T22:16:01.140Zhint:
27492024-04-30T22:16:01.140Zhint: git config --global init.defaultBranch <name>
27502024-04-30T22:16:01.140Zhint:
27512024-04-30T22:16:01.140Zhint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
27522024-04-30T22:16:01.140Zhint: 'development'. The just-created branch can be renamed via this command:
27532024-04-30T22:16:01.140Zhint:
27542024-04-30T22:16:01.140Zhint: git branch -m <name>
27552024-04-30T22:16:01.140ZInitialized empty Git repository in /work/permission-slip-build/.git/
27562024-04-30T22:16:01.140Z+ pushd /work/permission-slip-build
27572024-04-30T22:16:01.141Z/work/permission-slip-build /work/oxidecomputer/omicron
27582024-04-30T22:16:01.141Z+ git remote add origin https://github.com/oxidecomputer/permission-slip.git
27592024-04-30T22:16:01.141Z+ ptime -m git fetch --depth 1 origin 5d44e0065f90051a28881c75e3574142ada9b695
27602024-04-30T22:16:01.962ZFrom https://github.com/oxidecomputer/permission-slip
27612024-04-30T22:16:01.962Z * branch 5d44e0065f90051a28881c75e3574142ada9b695 -> FETCH_HEAD
27622024-04-30T22:16:01.969Z
27632024-04-30T22:16:01.983Zreal 0.858318925
27642024-04-30T22:16:01.983Zuser 0.057208192
27652024-04-30T22:16:01.983Zsys 0.022442654
27662024-04-30T22:16:01.983Ztrap 0.000004350
27672024-04-30T22:16:01.983Ztflt 0.000000000
27682024-04-30T22:16:01.983Zdflt 0.000004230
27692024-04-30T22:16:01.984Zkflt 0.000000000
27702024-04-30T22:16:01.984Zlock 0.000002020
27712024-04-30T22:16:01.984Zslp 2.803369917
27722024-04-30T22:16:01.984Zlat 0.002359886
27732024-04-30T22:16:01.984Zstop 0.000705501
27742024-04-30T22:16:01.984Z+ git checkout FETCH_HEAD
27752024-04-30T22:16:02.016ZNote: switching to 'FETCH_HEAD'.
27762024-04-30T22:16:02.017Z
27772024-04-30T22:16:02.017ZYou are in 'detached HEAD' state. You can look around, make experimental
27782024-04-30T22:16:02.017Zchanges and commit them, and you can discard any commits you make in this
27792024-04-30T22:16:02.017Zstate without impacting any branches by switching back to a branch.
27802024-04-30T22:16:02.017Z
27812024-04-30T22:16:02.017ZIf you want to create a new branch to retain commits you create, you may
27822024-04-30T22:16:02.017Zdo so (now or later) by using -c with the switch command. Example:
27832024-04-30T22:16:02.018Z
27842024-04-30T22:16:02.018Z git switch -c <new-branch-name>
27852024-04-30T22:16:02.018Z
27862024-04-30T22:16:02.018ZOr undo this operation with:
27872024-04-30T22:16:02.018Z
27882024-04-30T22:16:02.018Z git switch -
27892024-04-30T22:16:02.018Z
27902024-04-30T22:16:02.018ZTurn off this advice by setting config variable advice.detachedHead to false
27912024-04-30T22:16:02.018Z
27922024-04-30T22:16:02.018ZHEAD is now at 5d44e00 Ensure SSH tables exist in the database
27932024-04-30T22:16:02.018Z+ ptime -m cargo build --locked -p permission-slip-client --release
27942024-04-30T22:16:02.018Zinfo: syncing channel updates for '1.74-x86_64-unknown-illumos'
27952024-04-30T22:16:02.609Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
27962024-04-30T22:16:02.609Zinfo: downloading component 'cargo'
27972024-04-30T22:16:03.056Zinfo: downloading component 'clippy'
27982024-04-30T22:16:03.340Zinfo: downloading component 'rust-docs'
27992024-04-30T22:16:04.465Zinfo: downloading component 'rust-std'
28002024-04-30T22:16:06.185Zinfo: downloading component 'rustc'
28012024-04-30T22:16:10.809Zinfo: downloading component 'rustfmt'
28022024-04-30T22:16:11.077Zinfo: installing component 'cargo'
28032024-04-30T22:16:11.936Zinfo: installing component 'clippy'
28042024-04-30T22:16:12.700Zinfo: installing component 'rust-docs'
28052024-04-30T22:16:13.802Zinfo: installing component 'rust-std'
28062024-04-30T22:16:15.446Zinfo: installing component 'rustc'
28072024-04-30T22:16:19.563Zinfo: installing component 'rustfmt'
28082024-04-30T22:16:20.098Z Updating crates.io index
28092024-04-30T22:16:20.502Z Updating git repository `https://github.com/oxidecomputer/sshauth`
28102024-04-30T22:16:21.167ZFrom https://github.com/oxidecomputer/sshauth
28112024-04-30T22:16:21.167Z * [new branch] dependabot/cargo/mio-0.8.11 -> origin/dependabot/cargo/mio-0.8.11
28122024-04-30T22:16:21.197Z * [new branch] main -> origin/main
28132024-04-30T22:16:21.197Z * [new branch] paranoia -> origin/paranoia
28142024-04-30T22:16:21.197Z * [new branch] readme -> origin/readme
28152024-04-30T22:16:21.197Z * [new ref] -> origin/HEAD
28162024-04-30T22:16:21.787Z Downloading crates ...
28172024-04-30T22:16:21.920Z Downloaded anstream v0.6.13
28182024-04-30T22:16:21.937Z Downloaded autocfg v1.2.0
28192024-04-30T22:16:21.956Z Downloaded block-buffer v0.9.0
28202024-04-30T22:16:21.956Z Downloaded cc v1.0.90
28212024-04-30T22:16:21.956Z Downloaded bincode v1.3.3
28222024-04-30T22:16:21.956Z Downloaded anstyle-parse v0.2.3
28232024-04-30T22:16:21.968Z Downloaded ahash v0.8.11
28242024-04-30T22:16:21.968Z Downloaded anyhow v1.0.81
28252024-04-30T22:16:21.968Z Downloaded curve25519-dalek-derive v0.1.1
28262024-04-30T22:16:21.968Z Downloaded rustls-pemfile v1.0.4
28272024-04-30T22:16:21.981Z Downloaded crc-any v2.4.4
28282024-04-30T22:16:21.981Z Downloaded anstyle-query v1.0.2
28292024-04-30T22:16:21.982Z Downloaded ed25519-dalek v1.0.1
28302024-04-30T22:16:21.991Z Downloaded is-terminal v0.4.12
28312024-04-30T22:16:21.991Z Downloaded bitflags v2.5.0
28322024-04-30T22:16:22.005Z Downloaded try-lock v0.2.5
28332024-04-30T22:16:22.016Z Downloaded typify-macro v0.0.16
28342024-04-30T22:16:22.017Z Downloaded opaque-debug v0.3.1
28352024-04-30T22:16:22.017Z Downloaded itoa v1.0.11
28362024-04-30T22:16:22.034Z Downloaded sha2 v0.9.9
28372024-04-30T22:16:22.034Z Downloaded digest v0.9.0
28382024-04-30T22:16:22.035Z Downloaded ed25519 v2.2.3
28392024-04-30T22:16:22.035Z Downloaded blake3 v1.5.1
28402024-04-30T22:16:22.051Z Downloaded pkg-config v0.3.30
28412024-04-30T22:16:22.063Z Downloaded tls_codec_derive v0.4.1
28422024-04-30T22:16:22.063Z Downloaded ed25519 v1.5.3
28432024-04-30T22:16:22.063Z Downloaded typify v0.0.16
28442024-04-30T22:16:22.064Z Downloaded http-body v0.4.6
28452024-04-30T22:16:22.071Z Downloaded flagset v0.4.5
28462024-04-30T22:16:22.071Z Downloaded clap-num v1.1.1
28472024-04-30T22:16:22.071Z Downloaded tls_codec v0.4.1
28482024-04-30T22:16:22.072Z Downloaded iana-time-zone v0.1.60
28492024-04-30T22:16:22.080Z Downloaded signature v2.2.0
28502024-04-30T22:16:22.099Z Downloaded thiserror-impl v1.0.58
28512024-04-30T22:16:22.533Z Downloaded spki v0.7.3
28522024-04-30T22:16:22.534Z Downloaded signature v1.6.4
28532024-04-30T22:16:22.534Z Downloaded lock_api v0.4.11
28542024-04-30T22:16:22.534Z Downloaded xdg v2.5.2
28552024-04-30T22:16:22.535Z Downloaded ssh-encoding v0.2.0
28562024-04-30T22:16:22.535Z Downloaded ssh-cipher v0.2.0
28572024-04-30T22:16:22.535Z Downloaded termcolor v1.4.1
28582024-04-30T22:16:22.968Z Downloaded parking_lot_core v0.9.9
28592024-04-30T22:16:22.968Z Downloaded env_logger v0.10.2
28602024-04-30T22:16:22.968Z Downloaded proc-macro2 v1.0.79
28612024-04-30T22:16:22.968Z Downloaded quote v1.0.35
28622024-04-30T22:16:22.968Z Downloaded sct v0.7.1
28632024-04-30T22:16:22.968Z Downloaded thiserror v1.0.58
28642024-04-30T22:16:22.968Z Downloaded platforms v3.4.0
28652024-04-30T22:16:22.968Z Downloaded aho-corasick v1.1.3
28662024-04-30T22:16:22.968Z Downloaded ryu v1.0.17
28672024-04-30T22:16:22.968Z Downloaded typenum v1.17.0
28682024-04-30T22:16:22.968Z Downloaded serde_derive v1.0.197
28692024-04-30T22:16:22.968Z Downloaded smallvec v1.13.2
28702024-04-30T22:16:22.968Z Downloaded openssl-sys v0.9.101
28712024-04-30T22:16:22.968Z Downloaded heapless v0.7.17
28722024-04-30T22:16:22.969Z Downloaded unsafe-libyaml v0.2.11
28732024-04-30T22:16:22.969Z Downloaded serde_yaml v0.9.34+deprecated
28742024-04-30T22:16:22.969Z Downloaded serde v1.0.197
28752024-04-30T22:16:22.969Z Downloaded rsa v0.9.6
28762024-04-30T22:16:22.969Z Downloaded crypto-bigint v0.5.5
28772024-04-30T22:16:22.969Z Downloaded oauth2 v4.4.2
28782024-04-30T22:16:22.969Z Downloaded x509-cert v0.2.5
28792024-04-30T22:16:22.969Z Downloaded ed25519-dalek v2.1.1
28802024-04-30T22:16:22.969Z Downloaded libm v0.2.8
28812024-04-30T22:16:22.969Z Downloaded unicode-normalization v0.1.23
28822024-04-30T22:16:22.969Z Downloaded ssh-key v0.6.5
28832024-04-30T22:16:22.969Z Downloaded serde_json v1.0.115
28842024-04-30T22:16:22.969Z Downloaded chrono v0.4.37
28852024-04-30T22:16:22.969Z Downloaded reqwest v0.11.27
28862024-04-30T22:16:22.969Z Downloaded h2 v0.3.25
28872024-04-30T22:16:22.969Z Downloaded p384 v0.13.0
28882024-04-30T22:16:22.969Z Downloaded webpki-roots v0.25.4
28892024-04-30T22:16:22.970Z Downloaded syn v2.0.55
28902024-04-30T22:16:22.970Z Downloaded regress v0.8.0
28912024-04-30T22:16:22.970Z Downloaded rustls v0.21.10
28922024-04-30T22:16:22.970Z Downloaded regex-syntax v0.8.3
28932024-04-30T22:16:22.970Z Downloaded rustix v0.38.32
28942024-04-30T22:16:22.970Z Downloaded typify-impl v0.0.16
28952024-04-30T22:16:22.970Z Downloaded curve25519-dalek v3.2.0
28962024-04-30T22:16:22.987Z Downloaded regex-automata v0.4.6
28972024-04-30T22:16:22.987Z Downloaded tokio v1.36.0
28982024-04-30T22:16:22.988Z Compiling proc-macro2 v1.0.79
28992024-04-30T22:16:22.988Z Compiling unicode-ident v1.0.12
29002024-04-30T22:16:22.988Z Compiling version_check v0.9.4
29012024-04-30T22:16:22.988Z Compiling cfg-if v1.0.0
29022024-04-30T22:16:22.988Z Compiling libc v0.2.153
29032024-04-30T22:16:22.988Z Compiling autocfg v1.2.0
29042024-04-30T22:16:22.988Z Compiling typenum v1.17.0
29052024-04-30T22:16:22.989Z Compiling serde v1.0.197
29062024-04-30T22:16:22.989Z Compiling subtle v2.5.0
29072024-04-30T22:16:22.989Z Compiling const-oid v0.9.6
29082024-04-30T22:16:23.179Z Compiling cc v1.0.90
29092024-04-30T22:16:23.382Z Compiling generic-array v0.14.7
29102024-04-30T22:16:23.435Z Compiling ahash v0.8.11
29112024-04-30T22:16:23.449Z Compiling lock_api v0.4.11
29122024-04-30T22:16:23.829Z Compiling once_cell v1.19.0
29132024-04-30T22:16:24.259Z Compiling scopeguard v1.2.0
29142024-04-30T22:16:24.259Z Compiling serde_json v1.0.115
29152024-04-30T22:16:24.307Z Compiling quote v1.0.35
29162024-04-30T22:16:24.392Z Compiling syn v1.0.109
29172024-04-30T22:16:24.457Z Compiling smallvec v1.13.2
29182024-04-30T22:16:24.967Z Compiling syn v2.0.55
29192024-04-30T22:16:24.973Z Compiling getrandom v0.2.12
29202024-04-30T22:16:24.986Z Compiling itoa v1.0.11
29212024-04-30T22:16:25.118Z Compiling base64ct v1.6.0
29222024-04-30T22:16:25.206Z Compiling rand_core v0.6.4
29232024-04-30T22:16:25.427Z Compiling zerocopy v0.7.32
29242024-04-30T22:16:25.588Z Compiling libm v0.2.8
29252024-04-30T22:16:25.688Z Compiling pem-rfc7468 v0.7.0
29262024-04-30T22:16:25.895Z Compiling parking_lot_core v0.9.9
29272024-04-30T22:16:25.960Z Compiling memchr v2.7.1
29282024-04-30T22:16:26.020Z Compiling pin-project-lite v0.2.13
29292024-04-30T22:16:26.145Z Compiling bytes v1.6.0
29302024-04-30T22:16:26.846Z Compiling num-traits v0.2.18
29312024-04-30T22:16:26.874Z Compiling allocator-api2 v0.2.16
29322024-04-30T22:16:26.905Z Compiling thiserror v1.0.58
29332024-04-30T22:16:26.928Z Compiling log v0.4.21
29342024-04-30T22:16:27.501Z Compiling hashbrown v0.14.3
29352024-04-30T22:16:28.596Z Compiling flagset v0.4.5
29362024-04-30T22:16:28.808Z Compiling bitflags v2.5.0
29372024-04-30T22:16:29.152Z Compiling parking_lot v0.12.1
29382024-04-30T22:16:29.387Z Compiling num_cpus v1.16.0
29392024-04-30T22:16:29.489Z Compiling mio v0.8.11
29402024-04-30T22:16:29.659Z Compiling signal-hook-registry v1.4.1
29412024-04-30T22:16:29.659Z Compiling socket2 v0.5.6
29422024-04-30T22:16:30.441Z Compiling spin v0.9.8
29432024-04-30T22:16:30.860Z Compiling pkg-config v0.3.30
29442024-04-30T22:16:31.255Z Compiling vcpkg v0.2.15
29452024-04-30T22:16:31.668Z Compiling schemars v0.8.16
29462024-04-30T22:16:36.085Z Compiling semver v1.0.22
29472024-04-30T22:16:36.122Z Compiling cpufeatures v0.2.12
29482024-04-30T22:16:36.123Z Compiling serde_derive_internals v0.26.0
29492024-04-30T22:16:36.123Z Compiling ring v0.17.8
29502024-04-30T22:16:36.123Z Compiling ryu v1.0.17
29512024-04-30T22:16:36.123Z Compiling openssl-sys v0.9.101
29522024-04-30T22:16:36.123Z Compiling slab v0.4.9
29532024-04-30T22:16:36.123Z Compiling fnv v1.0.7
29542024-04-30T22:16:36.124Z Compiling futures-core v0.3.30
29552024-04-30T22:16:36.124Z Compiling equivalent v1.0.1
29562024-04-30T22:16:36.124Z Compiling http v0.2.12
29572024-04-30T22:16:36.124Z Compiling rustc_version v0.4.0
29582024-04-30T22:16:36.615Z Compiling tracing-core v0.1.32
29592024-04-30T22:16:36.616Z Compiling untrusted v0.9.0
29602024-04-30T22:16:36.616Z Compiling byteorder v1.5.0
29612024-04-30T22:16:36.616Z Compiling tracing v0.1.40
29622024-04-30T22:16:36.616Z Compiling futures-sink v0.3.30
29632024-04-30T22:16:36.616Z Compiling uuid v1.8.0
29642024-04-30T22:16:36.617Z Compiling ppv-lite86 v0.2.17
29652024-04-30T22:16:36.617Z Compiling chrono v0.4.37
29662024-04-30T22:16:36.617Z Compiling futures-io v0.3.30
29672024-04-30T22:16:36.735Z Compiling foreign-types-shared v0.1.1
29682024-04-30T22:16:36.857Z Compiling dyn-clone v1.0.17
29692024-04-30T22:16:37.031Z Compiling pin-utils v0.1.0
29702024-04-30T22:16:37.041Z Compiling openssl v0.10.64
29712024-04-30T22:16:37.128Z Compiling httparse v1.8.0
29722024-04-30T22:16:37.381Z Compiling schemars_derive v0.8.16
29732024-04-30T22:16:37.391Z Compiling futures-task v0.3.30
29742024-04-30T22:16:37.489Z Compiling serde_derive v1.0.197
29752024-04-30T22:16:37.524Z Compiling zeroize_derive v1.4.2
29762024-04-30T22:16:37.612Z Compiling der_derive v0.7.2
29772024-04-30T22:16:37.721Z Compiling tokio-macros v2.2.0
29782024-04-30T22:16:38.496Z Compiling thiserror-impl v1.0.58
29792024-04-30T22:16:39.162Z Compiling zeroize v1.7.0
29802024-04-30T22:16:39.501Z Compiling tokio v1.36.0
29812024-04-30T22:16:39.552Z Compiling futures-util v0.3.30
29822024-04-30T22:16:40.051Z Compiling der v0.7.8
29832024-04-30T22:16:41.077Z Compiling openssl-macros v0.1.1
29842024-04-30T22:16:41.089Z Compiling crypto-common v0.1.6
29852024-04-30T22:16:41.089Z Compiling block-buffer v0.10.4
29862024-04-30T22:16:41.309Z Compiling digest v0.10.7
29872024-04-30T22:16:41.638Z Compiling foreign-types v0.3.2
29882024-04-30T22:16:42.144Z Compiling regress v0.8.0
29892024-04-30T22:16:42.147Z Compiling sha2 v0.10.8
29902024-04-30T22:16:43.103Z Compiling spki v0.7.3
29912024-04-30T22:16:43.671Z Compiling pkcs8 v0.10.2
29922024-04-30T22:16:45.486Z Compiling signature v2.2.0
29932024-04-30T22:16:46.948Z Compiling rustls v0.21.10
29942024-04-30T22:16:46.948Z Compiling tinyvec_macros v0.1.1
29952024-04-30T22:16:46.948Z Compiling try-lock v0.2.5
29962024-04-30T22:16:46.948Z Compiling native-tls v0.2.11
29972024-04-30T22:16:46.948Z Compiling heck v0.4.1
29982024-04-30T22:16:46.948Z Compiling want v0.3.1
29992024-04-30T22:16:46.948Z Compiling tinyvec v1.6.0
30002024-04-30T22:16:47.015Z Compiling rustls-webpki v0.101.7
30012024-04-30T22:16:47.114Z Compiling sct v0.7.1
30022024-04-30T22:16:48.660Z Compiling tokio-util v0.7.10
30032024-04-30T22:16:50.056Z Compiling http-body v0.4.6
30042024-04-30T22:16:50.374Z Compiling futures-channel v0.3.30
30052024-04-30T22:16:50.997Z Compiling ff v0.13.0
30062024-04-30T22:16:51.413Z Compiling httpdate v1.0.3
30072024-04-30T22:16:51.494Z Compiling percent-encoding v2.3.1
30082024-04-30T22:16:51.948Z Compiling indexmap v2.2.6
30092024-04-30T22:16:52.085Z Compiling serde_tokenstream v0.2.0
30102024-04-30T22:16:52.281Z Compiling iana-time-zone v0.1.60
30112024-04-30T22:16:53.074Z Compiling getrandom v0.1.16
30122024-04-30T22:16:53.191Z Compiling tower-service v0.3.2
30132024-04-30T22:16:53.191Z Compiling rustix v0.38.32
30142024-04-30T22:16:53.191Z Compiling openssl-probe v0.1.5
30152024-04-30T22:16:53.191Z Compiling base16ct v0.2.0
30162024-04-30T22:16:53.489Z Compiling sec1 v0.7.3
30172024-04-30T22:16:53.581Z Compiling h2 v0.3.25
30182024-04-30T22:16:53.678Z Compiling form_urlencoded v1.2.1
30192024-04-30T22:16:55.806Z Compiling group v0.13.0
30202024-04-30T22:16:57.145Z Compiling unicode-normalization v0.1.23
30212024-04-30T22:16:57.581Z Compiling typify-impl v0.0.16
30222024-04-30T22:16:58.744Z Compiling hyper v0.14.28
30232024-04-30T22:17:01.796Z Compiling crypto-bigint v0.5.5
30242024-04-30T22:17:03.447Z Compiling errno v0.3.8
30252024-04-30T22:17:03.834Z Compiling radium v0.7.0
30262024-04-30T22:17:04.344Z Compiling platforms v3.4.0
30272024-04-30T22:17:04.381Z Compiling utf8parse v0.2.1
30282024-04-30T22:17:04.554Z Compiling unicode-bidi v0.3.15
30292024-04-30T22:17:04.574Z Compiling curve25519-dalek v4.1.2
30302024-04-30T22:17:05.073Z Compiling anstyle-parse v0.2.3
30312024-04-30T22:17:05.476Z Compiling idna v0.5.0
30322024-04-30T22:17:07.128Z Compiling elliptic-curve v0.13.8
30332024-04-30T22:17:09.409Z Compiling tokio-rustls v0.24.1
30342024-04-30T22:17:09.712Z Compiling typify-macro v0.0.16
30352024-04-30T22:17:10.251Z Compiling tokio-native-tls v0.3.1
30362024-04-30T22:17:10.644Z Compiling hmac v0.12.1
30372024-04-30T22:17:10.881Z Compiling rand_chacha v0.3.1
30382024-04-30T22:17:10.915Z Compiling aho-corasick v1.1.3
30392024-04-30T22:17:11.766Z Compiling anstyle-query v1.0.2
30402024-04-30T22:17:11.933Z Compiling maybe-uninit v2.0.0
30412024-04-30T22:17:12.287Z Compiling tap v1.0.1
30422024-04-30T22:17:12.495Z Compiling colorchoice v1.0.0
30432024-04-30T22:17:12.571Z Compiling regex-syntax v0.8.3
30442024-04-30T22:17:12.660Z Compiling base64 v0.21.7
30452024-04-30T22:17:13.855Z Compiling anstyle v1.0.6
30462024-04-30T22:17:13.925Z Compiling rustls-pemfile v1.0.4
30472024-04-30T22:17:14.383Z Compiling anstream v0.6.13
30482024-04-30T22:17:14.790Z Compiling wyz v0.5.1
30492024-04-30T22:17:14.805Z Compiling rand v0.8.5
30502024-04-30T22:17:14.890Z Compiling rfc6979 v0.4.0
30512024-04-30T22:17:15.106Z Compiling rand_core v0.5.1
30522024-04-30T22:17:15.283Z Compiling hyper-tls v0.5.0
30532024-04-30T22:17:15.659Z Compiling hyper-rustls v0.24.2
30542024-04-30T22:17:15.739Z Compiling terminal_size v0.3.0
30552024-04-30T22:17:15.958Z Compiling url v2.5.0
30562024-04-30T22:17:16.192Z Compiling serde_urlencoded v0.7.1
30572024-04-30T22:17:16.356Z Compiling regex-automata v0.4.6
30582024-04-30T22:17:16.860Z Compiling inout v0.1.3
30592024-04-30T22:17:17.045Z Compiling curve25519-dalek-derive v0.1.1
30602024-04-30T22:17:17.083Z Compiling heapless v0.7.17
30612024-04-30T22:17:17.588Z Compiling num-integer v0.1.46
30622024-04-30T22:17:18.881Z Compiling encoding_rs v0.8.33
30632024-04-30T22:17:22.547Z Compiling funty v2.0.0
30642024-04-30T22:17:25.626Z Compiling ipnet v2.9.0
30652024-04-30T22:17:28.585Z Compiling sync_wrapper v0.1.2
30662024-04-30T22:17:28.871Z Compiling spin v0.5.2
30672024-04-30T22:17:29.137Z Compiling num-bigint-dig v0.8.4
30682024-04-30T22:17:29.527Z Compiling packed_struct v0.10.1
30692024-04-30T22:17:30.037Z Compiling heck v0.5.0
30702024-04-30T22:17:30.395Z Compiling webpki-roots v0.25.4
30712024-04-30T22:17:30.470Z Compiling unicode-width v0.1.11
30722024-04-30T22:17:30.953Z Compiling mime v0.3.17
30732024-04-30T22:17:30.957Z Compiling clap_lex v0.7.0
30742024-04-30T22:17:31.121Z Compiling strsim v0.11.0
30752024-04-30T22:17:31.347Z Compiling reqwest v0.11.27
30762024-04-30T22:17:31.458Z Compiling clap_builder v4.5.2
30772024-04-30T22:17:31.700Z Compiling getopts v0.2.21
30782024-04-30T22:17:32.445Z Compiling clap_derive v4.5.4
30792024-04-30T22:17:35.686Z Compiling lazy_static v1.4.0
30802024-04-30T22:17:35.946Z Compiling bitvec v1.0.1
30812024-04-30T22:17:37.019Z Compiling regex v1.10.4
30822024-04-30T22:17:40.454Z Compiling num-iter v0.1.44
30832024-04-30T22:17:40.694Z Compiling cipher v0.4.4
30842024-04-30T22:17:41.187Z Compiling ecdsa v0.16.9
30852024-04-30T22:17:42.774Z Compiling typify v0.0.16
30862024-04-30T22:17:42.869Z Compiling openapiv3 v2.0.0
30872024-04-30T22:17:43.298Z Compiling primeorder v0.13.6
30882024-04-30T22:17:43.884Z Compiling ed25519 v2.2.3
30892024-04-30T22:17:46.387Z Compiling ssh-encoding v0.2.0
30902024-04-30T22:17:46.852Z Compiling digest v0.9.0
30912024-04-30T22:17:46.852Z Compiling packed_struct_codegen v0.10.1
30922024-04-30T22:17:46.852Z Compiling hash32 v0.2.1
30932024-04-30T22:17:46.852Z Compiling unsafe-libyaml v0.2.11
30942024-04-30T22:17:47.765Z Compiling stable_deref_trait v1.2.0
30952024-04-30T22:17:47.833Z Compiling anyhow v1.0.81
30962024-04-30T22:17:48.086Z Compiling slog v2.7.0
30972024-04-30T22:17:48.415Z Compiling nodrop v0.1.14
30982024-04-30T22:17:56.677Z Compiling array-init v0.0.4
30992024-04-30T22:17:56.907Z Compiling serde_yaml v0.9.34+deprecated
31002024-04-30T22:17:56.970Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b)
31012024-04-30T22:17:56.970Z Compiling ssh-cipher v0.2.0
31022024-04-30T22:17:56.970Z Compiling ed25519-dalek v2.1.1
31032024-04-30T22:17:56.970Z Compiling p256 v0.13.2
31042024-04-30T22:17:56.970Z Compiling smallvec v0.6.14
31052024-04-30T22:17:58.344Z Compiling clap v4.5.4
31062024-04-30T22:17:58.530Z Compiling rand_chacha v0.2.2
31072024-04-30T22:18:01.598Z Compiling pkcs1 v0.7.5
31082024-04-30T22:18:03.298Z Compiling block-buffer v0.9.0
31092024-04-30T22:18:03.502Z Compiling zerocopy-derive v0.6.6
31102024-04-30T22:18:05.366Z Compiling blake3 v1.5.1
31112024-04-30T22:18:05.720Z Compiling is-terminal v0.4.12
31122024-04-30T22:18:05.857Z Compiling base64 v0.13.1
31132024-04-30T22:18:06.024Z Compiling signature v1.6.4
31142024-04-30T22:18:06.255Z Compiling embedded-io v0.4.0
31152024-04-30T22:18:06.551Z Compiling bitfield v0.14.0
31162024-04-30T22:18:06.757Z Compiling termcolor v1.4.1
31172024-04-30T22:18:06.878Z Compiling opaque-debug v0.3.1
31182024-04-30T22:18:06.980Z Compiling cobs v0.2.3
31192024-04-30T22:18:07.495Z Compiling env_logger v0.10.2
31202024-04-30T22:18:07.989Z Compiling postcard v1.0.8
31212024-04-30T22:18:08.248Z Compiling sha2 v0.9.9
31222024-04-30T22:18:09.095Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
31232024-04-30T22:18:10.892Z Compiling ed25519 v1.5.3
31242024-04-30T22:18:11.256Z Compiling zerocopy v0.6.6
31252024-04-30T22:18:12.179Z Compiling rsa v0.9.6
31262024-04-30T22:18:12.209Z Compiling rand v0.7.3
31272024-04-30T22:18:15.364Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b)
31282024-04-30T22:18:15.697Z Compiling serde-hex v0.1.0
31292024-04-30T22:18:18.077Z Compiling ssh-key v0.6.5
31302024-04-30T22:18:21.386Z Compiling curve25519-dalek v3.2.0
31312024-04-30T22:18:21.461Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b)
31322024-04-30T22:18:23.279Z Compiling bincode v1.3.3
31332024-04-30T22:18:24.517Z Compiling serde_path_to_error v0.1.16
31342024-04-30T22:18:25.584Z Compiling x509-cert v0.2.5
31352024-04-30T22:18:30.737Z Compiling crc-any v2.4.4
31362024-04-30T22:18:31.607Z Compiling hex v0.4.3
31372024-04-30T22:18:31.718Z Compiling constant_time_eq v0.3.0
31382024-04-30T22:18:31.898Z Compiling arrayref v0.3.7
31392024-04-30T22:18:32.009Z Compiling arrayvec v0.7.4
31402024-04-30T22:18:32.304Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
31412024-04-30T22:18:34.361Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b)
31422024-04-30T22:18:34.549Z Compiling oauth2 v4.4.2
31432024-04-30T22:18:37.154Z Compiling sshauth v0.1.0 (https://github.com/oxidecomputer/sshauth#a145680a)
31442024-04-30T22:18:39.051Z Compiling ed25519-dalek v1.0.1
31452024-04-30T22:18:43.507Z Compiling clap-num v1.1.1
31462024-04-30T22:18:43.507Z Compiling xdg v2.5.2
31472024-04-30T22:18:43.508Z Compiling permission-slip-client v1.0.0 (/work/permission-slip-build/client)
31482024-04-30T22:19:06.003Z Finished release [optimized] target(s) in 2m 46s
31492024-04-30T22:19:06.075Z
31502024-04-30T22:19:06.083Zreal 3:04.081433806
31512024-04-30T22:19:06.083Zuser 19:14.348634283
31522024-04-30T22:19:06.083Zsys 1:40.031553120
31532024-04-30T22:19:06.083Ztrap 0.559927617
31542024-04-30T22:19:06.084Ztflt 0.990060856
31552024-04-30T22:19:06.084Zdflt 0.382185057
31562024-04-30T22:19:06.084Zkflt 0.000259008
31572024-04-30T22:19:06.084Zlock 45:51.771363743
31582024-04-30T22:19:06.085Zslp 54:02.891288857
31592024-04-30T22:19:06.085Zlat 56.809499568
31602024-04-30T22:19:06.085Zstop 39.781067495
31612024-04-30T22:19:06.085Z+ ptime -m gzip
31622024-04-30T22:19:07.229Z
31632024-04-30T22:19:07.229Zreal 1.146383603
31642024-04-30T22:19:07.229Zuser 1.136594568
31652024-04-30T22:19:07.230Zsys 0.008479794
31662024-04-30T22:19:07.230Ztrap 0.000348195
31672024-04-30T22:19:07.230Ztflt 0.000000000
31682024-04-30T22:19:07.230Zdflt 0.000000000
31692024-04-30T22:19:07.230Zkflt 0.000000000
31702024-04-30T22:19:07.230Zlock 0.000000000
31712024-04-30T22:19:07.230Zslp 0.000000000
31722024-04-30T22:19:07.230Zlat 0.000560495
31732024-04-30T22:19:07.231Zstop 0.000177874
31742024-04-30T22:19:07.242Zprocess exited: duration 1269019 ms, exit code 0
 
31752024-04-30T22:19:07.258Zfound 9 output files
31762024-04-30T22:19:07.283Zuploading: /work/end-to-end-tests/bootstrap-e2418f0dc25c6bc2.gz (9699017 bytes)
31772024-04-30T22:19:14.397Zuploaded: /work/end-to-end-tests/bootstrap-e2418f0dc25c6bc2.gz
31782024-04-30T22:19:14.443Zuploading: /work/end-to-end-tests/bootstrap.gz (104522436 bytes)
31792024-04-30T22:19:58.165Zuploaded: /work/end-to-end-tests/bootstrap.gz
31802024-04-30T22:19:58.165Zuploading: /work/end-to-end-tests/commtest-d1b9678287527757.gz (9698244 bytes)
31812024-04-30T22:20:01.688Zuploaded: /work/end-to-end-tests/commtest-d1b9678287527757.gz
31822024-04-30T22:20:01.688Zuploading: /work/end-to-end-tests/dhcp_server-4e9c8bd28cbcb860.gz (9697072 bytes)
31832024-04-30T22:20:06.419Zuploaded: /work/end-to-end-tests/dhcp_server-4e9c8bd28cbcb860.gz
31842024-04-30T22:20:06.419Zuploading: /work/end-to-end-tests/end_to_end_tests-4f28bafc4b85baee.gz (107956081 bytes)
31852024-04-30T22:20:50.883Zuploaded: /work/end-to-end-tests/end_to_end_tests-4f28bafc4b85baee.gz
31862024-04-30T22:20:50.883Zuploading: /work/caboose-util.gz (2411927 bytes)
31872024-04-30T22:20:53.246Zuploaded: /work/caboose-util.gz
31882024-04-30T22:20:53.246Zuploading: /work/tufaceous.gz (11882830 bytes)
31892024-04-30T22:20:57.577Zuploaded: /work/tufaceous.gz
31902024-04-30T22:20:57.577Zuploading: /work/commtest (469909512 bytes)
31912024-04-30T22:25:16.581Zuploaded: /work/commtest
31922024-04-30T22:25:16.581Zuploading: /work/permslip.gz (10331253 bytes)
31932024-04-30T22:25:26.588Zuploaded: /work/permslip.gz