01HXTHAR694W6MDDXQN9KJ87AM: 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: 01HXTHBEZ9787VTEQ8VYWD08S1

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-05-14T03:12:54.558Zjob assigned to worker 01HXTHBPERDC071CX525Q4N6JJ (queued for 1 m 4 s)
 
22024-05-14T03:13:03.730Zstarting task 0: "setup"
32024-05-14T03:13:04.587Z++ uname -s
42024-05-14T03:13:04.588Z+ kern=SunOS
52024-05-14T03:13:04.588Z+ case "$kern" in
62024-05-14T03:13:04.588Z+ groupadd -g 12345 build
72024-05-14T03:13:04.588Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-05-14T03:13:05.819Z+ zfs create -o mountpoint=/work rpool/work
92024-05-14T03:13:05.979Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-05-14T03:13:06.003Z+ home_fs=zfs
112024-05-14T03:13:06.003Z+ [[ zfs == autofs ]]
122024-05-14T03:13:06.004Z+ mkdir -p /home/build
132024-05-14T03:13:06.004Z+ chown build:build /home/build /work
142024-05-14T03:13:07.972Z+ chmod 0700 /home/build /work
152024-05-14T03:13:07.996Zprocess exited: duration 4253 ms, exit code 0
 
162024-05-14T03:13:08.039Zstarting task 1: "rust-toolchain"
172024-05-14T03:13:08.049Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-05-14T03:13:08.049Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-05-14T03:13:08.351Zinfo: downloading installer
202024-05-14T03:13:10.059Zwarning: it looks like you have an existing installation of Rust at:
212024-05-14T03:13:10.059Zwarning: /opt/ooce/bin
222024-05-14T03:13:10.059Zwarning: It is recommended that rustup be the primary Rust installation.
232024-05-14T03:13:10.059Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-05-14T03:13:10.060Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-05-14T03:13:10.060Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-05-14T03:13:10.060Zwarning: or pass `-y' to ignore all ignorable checks.
272024-05-14T03:13:10.060Zerror: cannot install while Rust is installed
282024-05-14T03:13:10.060Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-05-14T03:13:10.274Zinfo: profile set to 'default'
302024-05-14T03:13:10.274Zinfo: default host triple is x86_64-unknown-illumos
312024-05-14T03:13:10.315Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-05-14T03:13:10.411Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-05-14T03:13:10.411Zinfo: downloading component 'cargo'
342024-05-14T03:13:11.237Zinfo: downloading component 'clippy'
352024-05-14T03:13:11.517Zinfo: downloading component 'rust-docs'
362024-05-14T03:13:12.538Zinfo: downloading component 'rust-std'
372024-05-14T03:13:14.776Zinfo: downloading component 'rustc'
382024-05-14T03:13:18.744Zinfo: downloading component 'rustfmt'
392024-05-14T03:13:19.420Zinfo: installing component 'cargo'
402024-05-14T03:13:19.898Zinfo: installing component 'clippy'
412024-05-14T03:13:20.297Zinfo: installing component 'rust-docs'
422024-05-14T03:13:21.756Zinfo: installing component 'rust-std'
432024-05-14T03:13:24.073Zinfo: installing component 'rustc'
442024-05-14T03:13:27.889Zinfo: installing component 'rustfmt'
452024-05-14T03:13:28.224Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-05-14T03:13:28.225Z
472024-05-14T03:13:28.506Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-05-14T03:13:28.506Z
492024-05-14T03:13:28.526Z
502024-05-14T03:13:28.526ZRust is installed now. Great!
512024-05-14T03:13:28.526Z
522024-05-14T03:13:28.527ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-05-14T03:13:28.527Zenvironment variable. This has not been done automatically.
542024-05-14T03:13:28.527Z
552024-05-14T03:13:28.527ZTo configure your current shell, you need to source
562024-05-14T03:13:28.527Zthe corresponding env file under $HOME/.cargo.
572024-05-14T03:13:28.527Z
582024-05-14T03:13:28.527ZThis is usually done by running one of the following (note the leading DOT):
592024-05-14T03:13:28.527Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-05-14T03:13:28.527Zsource "$HOME/.cargo/env.fish" # For fish
612024-05-14T03:13:28.576Z+ rustc --version
622024-05-14T03:13:28.641Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-05-14T03:13:28.655Zprocess exited: duration 20591 ms, exit code 0
 
642024-05-14T03:13:28.695Zstarting task 2: "authentication"
652024-05-14T03:13:28.716ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
662024-05-14T03:13:53.059Zprocess exited: duration 24367 ms, exit code 0
 
672024-05-14T03:13:53.068Zstarting task 3: "clone repository"
682024-05-14T03:13:53.071Z+ mkdir -p /work/oxidecomputer/omicron
692024-05-14T03:13:53.075Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
702024-05-14T03:13:53.458ZCloning into '/work/oxidecomputer/omicron'...
712024-05-14T03:14:00.716Z+ cd /work/oxidecomputer/omicron
722024-05-14T03:14:00.716Z+ git fetch origin d61da270dc751048c27bb97ecd4c989342685369
732024-05-14T03:14:00.751ZFrom https://github.com/oxidecomputer/omicron
742024-05-14T03:14:00.751Z * branch d61da270dc751048c27bb97ecd4c989342685369 -> FETCH_HEAD
752024-05-14T03:14:00.751Z+ [[ -n renovate/taiki-e-install-action-digest ]]
762024-05-14T03:14:00.751Z++ git branch --show-current
772024-05-14T03:14:00.752Z+ current=main
782024-05-14T03:14:00.752Z+ [[ main != renovate/taiki-e-install-action-digest ]]
792024-05-14T03:14:00.752Z+ git branch -f renovate/taiki-e-install-action-digest d61da270dc751048c27bb97ecd4c989342685369
802024-05-14T03:14:00.752Z+ git checkout -f renovate/taiki-e-install-action-digest
812024-05-14T03:14:00.773ZSwitched to branch 'renovate/taiki-e-install-action-digest'
822024-05-14T03:14:00.773Z+ git reset --hard d61da270dc751048c27bb97ecd4c989342685369
832024-05-14T03:14:00.806ZHEAD is now at d61da270d Update taiki-e/install-action digest to c2927f0
842024-05-14T03:14:00.806Zprocess exited: duration 7699 ms, exit code 0
 
852024-05-14T03:14:01.255Zstarting task 4: "build"
862024-05-14T03:14:01.279Z+ cargo --version
872024-05-14T03:14:01.279Zinfo: syncing channel updates for '1.77.2-x86_64-unknown-illumos'
882024-05-14T03:14:01.487Zinfo: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09)
892024-05-14T03:14:01.487Zinfo: downloading component 'cargo'
902024-05-14T03:14:02.344Zinfo: downloading component 'clippy'
912024-05-14T03:14:02.629Zinfo: downloading component 'rust-docs'
922024-05-14T03:14:03.794Zinfo: downloading component 'rust-std'
932024-05-14T03:14:05.550Zinfo: downloading component 'rustc'
942024-05-14T03:14:10.149Zinfo: downloading component 'rustfmt'
952024-05-14T03:14:10.477Zinfo: installing component 'cargo'
962024-05-14T03:14:11.300Zinfo: installing component 'clippy'
972024-05-14T03:14:11.651Zinfo: installing component 'rust-docs'
982024-05-14T03:14:13.123Zinfo: installing component 'rust-std'
992024-05-14T03:14:14.807Zinfo: installing component 'rustc'
1002024-05-14T03:14:19.067Zinfo: installing component 'rustfmt'
1012024-05-14T03:14:19.491Zcargo 1.77.2 (e52e36006 2024-03-26)
1022024-05-14T03:14:19.510Z+ rustc --version
1032024-05-14T03:14:19.569Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
1042024-05-14T03:14:19.594Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1052024-05-14T03:14:28.751Z Startup: Refreshing catalog 'helios-dev' ... Done
1062024-05-14T03:14:30.742Z Startup: Caching catalogs ... Done
1072024-05-14T03:14:32.219ZPlanning: Solver setup ... Done (1.074s)
1082024-05-14T03:14:32.658ZPlanning: Running solver ... Done (0.020s)
1092024-05-14T03:14:32.678ZPlanning: Finding local manifests ... Done (0.006s)
1102024-05-14T03:14:32.678ZPlanning: Fetching manifests: 0/4 0% complete
1112024-05-14T03:14:32.678ZPlanning: Fetching manifests: 4/4 100% complete
1122024-05-14T03:14:32.717ZPlanning: Package planning ... Done (0.054s)
1132024-05-14T03:14:33.208ZPlanning: Merging actions ... Done (0.050s)
1142024-05-14T03:14:33.917ZPlanning: Checking for conflicting actions ... Done (1.155s)
1152024-05-14T03:14:33.939ZPlanning: Consolidating action changes ... Done (0.010s)
1162024-05-14T03:14:38.916ZPlanning: Evaluating mediators ... Done (4.974s)
1172024-05-14T03:14:38.939ZPlanning: Planning completed in 8.12 seconds
1182024-05-14T03:14:39.449Z Packages to install: 4
1192024-05-14T03:14:39.449Z Mediators to change: 2
1202024-05-14T03:14:39.449Z Services to change: 1
1212024-05-14T03:14:39.449Z Estimated space available: 155.31 GB
1222024-05-14T03:14:39.450ZEstimated space to be consumed: 1.44 GB
1232024-05-14T03:14:39.893Z Create boot environment: No
1242024-05-14T03:14:39.893ZCreate backup boot environment: No
1252024-05-14T03:14:39.893Z Rebuild boot archive: No
1262024-05-14T03:14:39.893Z
1272024-05-14T03:14:39.903ZChanged mediators:
1282024-05-14T03:14:39.903Z mediator clang:
1292024-05-14T03:14:39.903Z version: None -> 15 (system default)
1302024-05-14T03:14:39.904Z
1312024-05-14T03:14:39.904Z mediator llvm:
1322024-05-14T03:14:39.904Z version: 14 (system default) -> 15 (system default)
1332024-05-14T03:14:39.904Z
1342024-05-14T03:14:39.904ZChanged packages:
1352024-05-14T03:14:39.905Zhelios-dev
1362024-05-14T03:14:39.905Z developer/build-essential
1372024-05-14T03:14:39.905Z None -> 11-2.0
1382024-05-14T03:14:39.905Z library/libxmlsec1
1392024-05-14T03:14:39.906Z None -> 1.2.35-2.0
1402024-05-14T03:14:39.906Z ooce/developer/clang-15
1412024-05-14T03:14:39.906Z None -> 15.0.7-2.0
1422024-05-14T03:14:39.906Z ooce/developer/llvm-15
1432024-05-14T03:14:39.906Z None -> 15.0.7-2.0
1442024-05-14T03:14:39.906Z
1452024-05-14T03:14:39.907ZServices:
1462024-05-14T03:14:39.907Z restart_fmri:
1472024-05-14T03:14:39.907Z svc:/system/update-man-index:default
1482024-05-14T03:14:39.907Z
1492024-05-14T03:14:39.907ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1502024-05-14T03:14:44.583ZDownload: 794/3290 items 18.3/212.6MB 8% complete (3.8M/s)
1512024-05-14T03:14:49.677ZDownload: 1186/3290 items 45.5/212.6MB 21% complete (4.8M/s)
1522024-05-14T03:14:54.779ZDownload: 1197/3290 items 83.5/212.6MB 39% complete (6.6M/s)
1532024-05-14T03:15:06.773ZDownload: 1198/3290 items 83.5/212.6MB 39% complete
1542024-05-14T03:15:11.786ZDownload: 1950/3290 items 118.6/212.6MB 55% complete (7.2M/s)
1552024-05-14T03:15:16.946ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (4.9M/s)
1562024-05-14T03:15:21.935ZDownload: 2442/3290 items 120.1/212.6MB 56% complete (167k/s)
1572024-05-14T03:15:26.975ZDownload: 2787/3290 items 120.9/212.6MB 56% complete (172k/s)
1582024-05-14T03:15:31.980ZDownload: 3110/3290 items 150.7/212.6MB 70% complete (3.0M/s)
1592024-05-14T03:15:37.106ZDownload: 3243/3290 items 203.0/212.6MB 95% complete (8.2M/s)
1602024-05-14T03:15:42.384ZDownload: 3244/3290 items 203.0/212.6MB 95% complete (8.1M/s)
1612024-05-14T03:15:44.621ZDownload: Completed 212.60 MB in 65.03 seconds (3.3M/s)
1622024-05-14T03:15:44.870Z Actions: 1/3689 actions (Installing new actions)
1632024-05-14T03:15:49.800Z Actions: Completed 3689 actions in 4.95 seconds.
1642024-05-14T03:15:49.920Z Done (0.114s)
1652024-05-14T03:15:49.920Z Done (0.000s)
1662024-05-14T03:15:50.206Z Done (0.289s)
1672024-05-14T03:15:55.212Z Done (4.854s)
1682024-05-14T03:15:55.386Z Done (0.106s)
1692024-05-14T03:15:55.406Z Done (0.000s)
1702024-05-14T03:15:55.921Z Done (0.000s)
1712024-05-14T03:15:56.354ZPlanning: Evaluating mediator changes ... Done
1722024-05-14T03:15:56.517ZPlanning: Checking for conflicting actions ... Done
1732024-05-14T03:15:56.523ZPlanning: Consolidating action changes ... Done
1742024-05-14T03:15:56.780ZPlanning: Evaluating mediators ... Done
1752024-05-14T03:15:56.787ZPlanning: Planning completed in 0.43 seconds
1762024-05-14T03:15:56.812Z Mediators to change: 2
1772024-05-14T03:15:56.812Z Create boot environment: No
1782024-05-14T03:15:56.812ZCreate backup boot environment: No
1792024-05-14T03:15:56.897Z Done
1802024-05-14T03:15:56.897Z Done
1812024-05-14T03:15:57.084Z Done
1822024-05-14T03:16:00.632Z Done
1832024-05-14T03:16:00.674Z Done
1842024-05-14T03:16:00.674Z Done
1852024-05-14T03:16:00.806Z Done
1862024-05-14T03:16:01.395ZPlanning: Evaluating mediator changes ... Done
1872024-05-14T03:16:01.407ZPlanning: Merging actions ... Done
1882024-05-14T03:16:01.585ZPlanning: Checking for conflicting actions ... Done
1892024-05-14T03:16:01.611ZPlanning: Consolidating action changes ... Done
1902024-05-14T03:16:01.839ZPlanning: Evaluating mediators ... Done
1912024-05-14T03:16:01.898ZPlanning: Planning completed in 0.74 seconds
1922024-05-14T03:16:02.342Z Packages to change: 1
1932024-05-14T03:16:02.342Z Mediators to change: 1
1942024-05-14T03:16:02.343Z Services to change: 1
1952024-05-14T03:16:02.352Z Create boot environment: No
1962024-05-14T03:16:02.353ZCreate backup boot environment: Yes
1972024-05-14T03:16:03.963Z Actions: 1/6 actions (Updating modified actions)
1982024-05-14T03:16:04.023Z Actions: Completed 6 actions in 0.05 seconds.
1992024-05-14T03:16:04.023Z Done
2002024-05-14T03:16:04.023Z Done
2012024-05-14T03:16:04.072Z Done
2022024-05-14T03:16:07.521Z Done
2032024-05-14T03:16:07.596Z Done
2042024-05-14T03:16:07.596Z Done
2052024-05-14T03:16:07.759Z Done
2062024-05-14T03:16:08.172ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2072024-05-14T03:16:08.172Zclang system 15 system
2082024-05-14T03:16:08.173Zcsh system system illumos
2092024-05-14T03:16:08.173Zctags system system illumos
2102024-05-14T03:16:08.173Zgcc vendor 12 vendor
2112024-05-14T03:16:08.173Zgcc system 10 system
2122024-05-14T03:16:08.173Zgcc system 7 system
2132024-05-14T03:16:08.173Zgo system 1.20 system
2142024-05-14T03:16:08.173Zgo system 1.19 system
2152024-05-14T03:16:08.173Zllvm system 15 system
2162024-05-14T03:16:08.173Zllvm system 14 system
2172024-05-14T03:16:08.173Zmariadb system 10.6 system
2182024-05-14T03:16:08.173Zmta vendor vendor dma
2192024-05-14T03:16:08.174Zopenjdk system 17 system
2202024-05-14T03:16:08.174Zopenjdk system 11 system
2212024-05-14T03:16:08.174Zopenjdk system 1.8 system
2222024-05-14T03:16:08.174Zopenssl vendor 3 vendor
2232024-05-14T03:16:08.174Zperl system 5.36 system
2242024-05-14T03:16:08.174Zpostgresql system 15 system
2252024-05-14T03:16:08.174Zpostgresql system 13 system
2262024-05-14T03:16:08.174Zpython vendor 3 vendor
2272024-05-14T03:16:08.175Zpython system 2 system
2282024-05-14T03:16:08.175Zpython3 system 3.11 system
2292024-05-14T03:16:08.175Zruby system 3.0 system
2302024-05-14T03:16:08.175Zwords vendor vendor american-english
2312024-05-14T03:16:08.175Zwords system system australian-english
2322024-05-14T03:16:08.175Zwords system system british-english
2332024-05-14T03:16:08.175Zwords system system canadian-english
2342024-05-14T03:16:08.175Zwords system system french
2352024-05-14T03:16:08.176Zwords system system italian
2362024-05-14T03:16:08.176Zwords system system ngerman
2372024-05-14T03:16:08.176Zwords system system ogerman
2382024-05-14T03:16:08.176Zwords system system spanish
2392024-05-14T03:16:08.595ZPUBLISHER TYPE STATUS P LOCATION
2402024-05-14T03:16:08.595Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2412024-05-14T03:16:09.823ZFMRI IFO
2422024-05-14T03:16:09.823Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2432024-05-14T03:16:09.823Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2442024-05-14T03:16:09.823Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2452024-05-14T03:16:09.823Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2462024-05-14T03:16:09.823Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2472024-05-14T03:16:09.824Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2482024-05-14T03:16:09.824Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2492024-05-14T03:16:09.824Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2502024-05-14T03:16:09.824Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2512024-05-14T03:16:09.824Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2522024-05-14T03:16:09.824Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2532024-05-14T03:16:09.824Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2542024-05-14T03:16:10.061Z+ set -o errexit
2552024-05-14T03:16:10.066Z+++ dirname ./tools/ci_download_cockroachdb
2562024-05-14T03:16:10.066Z++ cd ./tools
2572024-05-14T03:16:10.066Z++ pwd
2582024-05-14T03:16:10.066Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2592024-05-14T03:16:10.067Z++ basename ./tools/ci_download_cockroachdb
2602024-05-14T03:16:10.071Z+ ARG0=ci_download_cockroachdb
2612024-05-14T03:16:10.071Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2622024-05-14T03:16:10.071Z+ CIDL_VERSION=v22.1.9
2632024-05-14T03:16:10.071Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2642024-05-14T03:16:10.072Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2652024-05-14T03:16:10.072Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2662024-05-14T03:16:10.072Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2672024-05-14T03:16:10.072Z+ TARGET_DIR=out
2682024-05-14T03:16:10.072Z+ DOWNLOAD_DIR=out/downloads
2692024-05-14T03:16:10.072Z+ DEST_DIR=./out/cockroachdb
2702024-05-14T03:16:10.072Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2712024-05-14T03:16:10.072Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2722024-05-14T03:16:10.072Z+ main
2732024-05-14T03:16:10.072Z+ [[ 0 != 0 ]]
2742024-05-14T03:16:10.072Z+ CIDL_OS=solaris2.11
2752024-05-14T03:16:10.072Z+ [[ 0 != 0 ]]
2762024-05-14T03:16:10.072Z+ configure_os solaris2.11
2772024-05-14T03:16:10.073Z+ echo 'current directory: /work/oxidecomputer/omicron'
2782024-05-14T03:16:10.073Zcurrent directory: /work/oxidecomputer/omicron
2792024-05-14T03:16:10.073Z+ echo 'configuring based on OS: "solaris2.11"'
2802024-05-14T03:16:10.073Z+ case "$1" in
2812024-05-14T03:16:10.073Zconfiguring based on OS: "solaris2.11"
2822024-05-14T03:16:10.073Z+ CIDL_BUILD=illumos
2832024-05-14T03:16:10.073Z+ CIDL_SUFFIX=tar.gz
2842024-05-14T03:16:10.073Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2852024-05-14T03:16:10.073Z+ CIDL_URL_BASE=https://illumos.org/downloads
2862024-05-14T03:16:10.073Z+ CIDL_ASSEMBLE=do_assemble_illumos
2872024-05-14T03:16:10.073Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2882024-05-14T03:16:10.074Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2892024-05-14T03:16:10.074Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2902024-05-14T03:16:10.074Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2912024-05-14T03:16:10.074Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2922024-05-14T03:16:10.074Z+ CIDL_SHA256FUNC=do_sha256sum
2932024-05-14T03:16:10.074Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2942024-05-14T03:16:10.074ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2952024-05-14T03:16:10.074ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2962024-05-14T03:16:10.074Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2972024-05-14T03:16:10.074Z+ mkdir -p out/downloads
2982024-05-14T03:16:10.074Z+ mkdir -p ./out/cockroachdb
2992024-05-14T03:16:10.079Z+ local DO_DOWNLOAD=true
3002024-05-14T03:16:10.079Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3012024-05-14T03:16:10.079Z+ '[' true == true ']'
3022024-05-14T03:16:10.079Z+ echo Downloading...
3032024-05-14T03:16:10.079ZDownloading...
3042024-05-14T03:16:10.079Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3052024-05-14T03:16:10.079Z+ 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
3062024-05-14T03:16:13.595Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3072024-05-14T03:16:13.615Z++ sha256sum
3082024-05-14T03:16:13.615Z++ awk '{print $1}'
3092024-05-14T03:16:13.670Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3102024-05-14T03:16:13.670Z+ [[ 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 ]]
3112024-05-14T03:16:14.091Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3122024-05-14T03:16:14.091Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3132024-05-14T03:16:15.843Z+ do_assemble_illumos
3142024-05-14T03:16:15.844Z+ rm -r ./out/cockroachdb
3152024-05-14T03:16:15.867Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3162024-05-14T03:16:16.220Z+ ./out/cockroachdb/bin/cockroach version
3172024-05-14T03:16:16.433ZBuild Tag: v22.1.9-dirty
3182024-05-14T03:16:16.433ZBuild Time: 2022/10/26 21:17:46
3192024-05-14T03:16:16.434ZDistribution: OSS
3202024-05-14T03:16:16.434ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3212024-05-14T03:16:16.434ZGo Version: go1.17.13
3222024-05-14T03:16:16.434ZC Compiler: gcc 10.3.0
3232024-05-14T03:16:16.434ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3242024-05-14T03:16:16.434ZBuild Type: release
3252024-05-14T03:16:16.451Z+ set -o errexit
3262024-05-14T03:16:16.458Z+++ dirname ./tools/ci_download_clickhouse
3272024-05-14T03:16:16.458Z++ cd ./tools
3282024-05-14T03:16:16.458Z++ pwd
3292024-05-14T03:16:16.458Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3302024-05-14T03:16:16.458Z++ basename ./tools/ci_download_clickhouse
3312024-05-14T03:16:16.458Z+ ARG0=ci_download_clickhouse
3322024-05-14T03:16:16.458Z+ TARGET_DIR=out
3332024-05-14T03:16:16.458Z+ DOWNLOAD_DIR=out/downloads
3342024-05-14T03:16:16.459Z+ DEST_DIR=./out/clickhouse
3352024-05-14T03:16:16.470Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3362024-05-14T03:16:16.470Z+ CIDL_VERSION=v23.8.7.24
3372024-05-14T03:16:16.470Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3382024-05-14T03:16:16.470Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3392024-05-14T03:16:16.470Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3402024-05-14T03:16:16.471Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3412024-05-14T03:16:16.471Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3422024-05-14T03:16:16.471Z+ main
3432024-05-14T03:16:16.471Z+ [[ 0 != 0 ]]
3442024-05-14T03:16:16.471Z+ CIDL_OS=solaris2.11
3452024-05-14T03:16:16.471Z+ [[ 0 != 0 ]]
3462024-05-14T03:16:16.471Z+ configure_os solaris2.11
3472024-05-14T03:16:16.471Z+ echo 'current directory: /work/oxidecomputer/omicron'
3482024-05-14T03:16:16.472Z+ echo 'configuring based on OS: "solaris2.11"'
3492024-05-14T03:16:16.472Zcurrent directory: /work/oxidecomputer/omicron
3502024-05-14T03:16:16.472Zconfiguring based on OS: "solaris2.11"
3512024-05-14T03:16:16.472Z+ CIDL_DASHREV=
3522024-05-14T03:16:16.472Z+ case "$1" in
3532024-05-14T03:16:16.472Z+ CIDL_PLATFORM=illumos
3542024-05-14T03:16:16.472Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3552024-05-14T03:16:16.472Z+ CIDL_MD5FUNC=do_md5sum
3562024-05-14T03:16:16.472Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3572024-05-14T03:16:16.473Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3582024-05-14T03:16:16.473Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3592024-05-14T03:16:16.473Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3602024-05-14T03:16:16.473Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3612024-05-14T03:16:16.473ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3622024-05-14T03:16:16.473Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3632024-05-14T03:16:16.473Z+ mkdir -p out/downloads
3642024-05-14T03:16:16.473ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3652024-05-14T03:16:16.473Z+ mkdir -p ./out/clickhouse
3662024-05-14T03:16:16.473Z+ local DO_DOWNLOAD=true
3672024-05-14T03:16:16.473Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3682024-05-14T03:16:16.473Z+ '[' true == true ']'
3692024-05-14T03:16:16.474Z+ echo Downloading...
3702024-05-14T03:16:16.474ZDownloading...
3712024-05-14T03:16:16.474Z+ 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
3722024-05-14T03:16:16.474Z+ 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
3732024-05-14T03:16:18.471Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3742024-05-14T03:16:18.478Z++ md5sum
3752024-05-14T03:16:18.478Z++ awk '{print $1}'
3762024-05-14T03:16:18.478Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3772024-05-14T03:16:18.478Z+ [[ 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 ]]
3782024-05-14T03:16:18.479Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3792024-05-14T03:16:18.479Z+ mkdir -p ./out/clickhouse
3802024-05-14T03:16:18.479Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3812024-05-14T03:16:22.152Z+ [[ solaris2.11 == darwin* ]]
3822024-05-14T03:16:22.153Z+ ./out/clickhouse/clickhouse server --version
3832024-05-14T03:16:22.387ZClickHouse server version 23.8.7.1.
3842024-05-14T03:16:22.407Z+ set -o errexit
3852024-05-14T03:16:22.407Z+++ dirname ./tools/ci_download_console
3862024-05-14T03:16:22.407Z++ cd ./tools
3872024-05-14T03:16:22.407Z++ pwd
3882024-05-14T03:16:22.407Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3892024-05-14T03:16:22.408Z++ basename ./tools/ci_download_console
3902024-05-14T03:16:22.408Z+ ARG0=ci_download_console
3912024-05-14T03:16:22.408Z+ TARGET_DIR=out
3922024-05-14T03:16:22.408Z+ DOWNLOAD_DIR=out/downloads
3932024-05-14T03:16:22.408Z+ DEST_DIR=./out/console-assets
3942024-05-14T03:16:22.409Z+ source /work/oxidecomputer/omicron/tools/console_version
3952024-05-14T03:16:22.409Z++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5
3962024-05-14T03:16:22.409Z++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
3972024-05-14T03:16:22.409Z+ URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
3982024-05-14T03:16:22.409Z+ TARBALL_FILE=out/downloads/console.tar.gz
3992024-05-14T03:16:22.409Z+ main
4002024-05-14T03:16:22.409Z+ [[ 0 != 0 ]]
4012024-05-14T03:16:22.409Z+ echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz'
4022024-05-14T03:16:22.410ZURL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
4032024-05-14T03:16:22.410Z+ echo 'Local file: out/downloads/console.tar.gz'
4042024-05-14T03:16:22.410Z+ local DO_DOWNLOAD=true
4052024-05-14T03:16:22.410ZLocal file: out/downloads/console.tar.gz
4062024-05-14T03:16:22.410Z+ [[ -f out/downloads/console.tar.gz ]]
4072024-05-14T03:16:22.411Z+ mkdir -p out/downloads
4082024-05-14T03:16:22.411Z+ '[' true == true ']'
4092024-05-14T03:16:22.411Z+ echo Downloading...
4102024-05-14T03:16:22.411ZDownloading...
4112024-05-14T03:16:22.411Z+ do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz
4122024-05-14T03:16:22.411Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
4132024-05-14T03:16:23.018Z++ do_sha256sum out/downloads/console.tar.gz
4142024-05-14T03:16:23.019Z++ case "$OSTYPE" in
4152024-05-14T03:16:23.019Z++ SHA=sha256sum
4162024-05-14T03:16:23.032Z++ sha256sum
4172024-05-14T03:16:23.032Z++ awk '{print $1}'
4182024-05-14T03:16:23.032Z+ calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
4192024-05-14T03:16:23.032Z+ [[ f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c != \f\3\b\c\5\1\a\9\d\d\f\5\3\5\6\e\c\d\a\8\5\f\f\1\1\e\e\c\0\3\2\d\a\8\8\0\b\e\1\6\2\3\5\8\b\b\7\e\e\6\7\6\a\b\8\2\3\e\5\9\4\7\6\c ]]
4202024-05-14T03:16:23.033Z+ rm -rf ./out/console-assets
4212024-05-14T03:16:23.033Z+ mkdir -p ./out/console-assets
4222024-05-14T03:16:23.033Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4232024-05-14T03:16:23.033Z+ mkdir -p ./out/console-assets
4242024-05-14T03:16:23.044Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4252024-05-14T03:16:23.147Z+ set -o errexit
4262024-05-14T03:16:23.159Z+++ dirname ./tools/ci_download_dendrite_openapi
4272024-05-14T03:16:23.160Z++ cd ./tools
4282024-05-14T03:16:23.160Z++ pwd
4292024-05-14T03:16:23.160Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4302024-05-14T03:16:23.161Z++ basename ./tools/ci_download_dendrite_openapi
4312024-05-14T03:16:23.161Z+ ARG0=ci_download_dendrite_openapi
4322024-05-14T03:16:23.161Z+ TARGET_DIR=out
4332024-05-14T03:16:23.161Z+ DOWNLOAD_DIR=out/downloads
4342024-05-14T03:16:23.162Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4352024-05-14T03:16:23.162Z++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687
4362024-05-14T03:16:23.162Z++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4372024-05-14T03:16:23.162Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4382024-05-14T03:16:23.163Z+ LOCAL_FILE=out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4392024-05-14T03:16:23.163Z+ main
4402024-05-14T03:16:23.166Z+ [[ 0 != 0 ]]
4412024-05-14T03:16:23.167Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json'
4422024-05-14T03:16:23.167ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4432024-05-14T03:16:23.168Z+ echo 'Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json'
4442024-05-14T03:16:23.168Z+ local DO_DOWNLOAD=true
4452024-05-14T03:16:23.168ZLocal file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4462024-05-14T03:16:23.168Z+ [[ -f out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json ]]
4472024-05-14T03:16:23.168Z+ mkdir -p out/downloads
4482024-05-14T03:16:23.168Z+ '[' true == true ']'
4492024-05-14T03:16:23.168Z+ echo Downloading...
4502024-05-14T03:16:23.169ZDownloading...
4512024-05-14T03:16:23.169Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4522024-05-14T03:16:23.169Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4532024-05-14T03:16:23.809Z++ do_sha256sum out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4542024-05-14T03:16:23.809Z++ case "$OSTYPE" in
4552024-05-14T03:16:23.809Z++ SHA=sha256sum
4562024-05-14T03:16:23.809Z++ sha256sum
4572024-05-14T03:16:23.809Z++ awk '{print $1}'
4582024-05-14T03:16:23.809Z+ calculated_sha2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4592024-05-14T03:16:23.809Z+ [[ fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 != \f\c\3\9\7\e\2\5\4\d\c\1\5\0\8\5\0\f\b\a\1\2\0\1\3\d\f\1\4\7\a\a\9\b\2\3\2\9\6\0\5\6\f\b\4\d\9\3\f\6\5\c\1\8\0\6\e\2\5\b\0\8\2\3 ]]
4602024-05-14T03:16:23.834Z+ set -o errexit
4612024-05-14T03:16:23.834Z+++ dirname ./tools/ci_download_dendrite_stub
4622024-05-14T03:16:23.835Z++ cd ./tools
4632024-05-14T03:16:23.835Z++ pwd
4642024-05-14T03:16:23.835Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4652024-05-14T03:16:23.835Z++ basename ./tools/ci_download_dendrite_stub
4662024-05-14T03:16:23.835Z+ ARG0=ci_download_dendrite_stub
4672024-05-14T03:16:23.836Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4682024-05-14T03:16:23.836Z++ CIDL_SHA256_ILLUMOS=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
4692024-05-14T03:16:23.836Z++ CIDL_SHA256_LINUX_DPD=c255370062ce616f6fce5630fad7a1fbfa63aa7db964aeb6de410ba4a4bc3193
4702024-05-14T03:16:23.836Z++ CIDL_SHA256_LINUX_SWADM=7899b1603518489b2276f9d9043107a267060e3b05be51f08002adf3d118a7c9
4712024-05-14T03:16:23.836Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4722024-05-14T03:16:23.836Z++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687
4732024-05-14T03:16:23.836Z++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4742024-05-14T03:16:23.836Z+ TARGET_DIR=out
4752024-05-14T03:16:23.840Z+ DOWNLOAD_DIR=out/downloads
4762024-05-14T03:16:23.840Z+ DEST_DIR=./out/dendrite-stub
4772024-05-14T03:16:23.841Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4782024-05-14T03:16:23.841Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4792024-05-14T03:16:23.841Z+ REPO=oxidecomputer/dendrite
4802024-05-14T03:16:23.841Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687
4812024-05-14T03:16:23.841Z+ main
4822024-05-14T03:16:23.841Z+ [[ 0 != 0 ]]
4832024-05-14T03:16:23.842Z+ CIDL_OS=solaris2.11
4842024-05-14T03:16:23.842Z+ [[ 0 != 0 ]]
4852024-05-14T03:16:23.842Z+ configure_os solaris2.11
4862024-05-14T03:16:23.842Z+ echo 'current directory: /work/oxidecomputer/omicron'
4872024-05-14T03:16:23.842Zcurrent directory: /work/oxidecomputer/omicron
4882024-05-14T03:16:23.842Z+ echo 'configuring based on OS: "solaris2.11"'
4892024-05-14T03:16:23.843Zconfiguring based on OS: "solaris2.11"
4902024-05-14T03:16:23.843Z+ case "$1" in
4912024-05-14T03:16:23.843Z+ SET_BINARIES=
4922024-05-14T03:16:23.843Z+ CIDL_SHA256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
4932024-05-14T03:16:23.843Z+ CIDL_SHA256FUNC=do_sha256sum
4942024-05-14T03:16:23.843Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
4952024-05-14T03:16:23.843Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
4962024-05-14T03:16:23.843Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
4972024-05-14T03:16:23.843Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz'
4982024-05-14T03:16:23.844Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
4992024-05-14T03:16:23.844ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
5002024-05-14T03:16:23.844Z+ mkdir -p out/downloads
5012024-05-14T03:16:23.844ZLocal file: out/downloads/dendrite-stub.tar.gz
5022024-05-14T03:16:23.844Z+ mkdir -p ./out/dendrite-stub
5032024-05-14T03:16:23.844Z+ fetch_and_verify
5042024-05-14T03:16:23.844Z+ local DO_DOWNLOAD=true
5052024-05-14T03:16:23.844Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5062024-05-14T03:16:23.844Z+ '[' true == true ']'
5072024-05-14T03:16:23.844Z+ echo Downloading...
5082024-05-14T03:16:23.844ZDownloading...
5092024-05-14T03:16:23.845Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5102024-05-14T03:16:23.845Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
5112024-05-14T03:16:35.380Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5122024-05-14T03:16:35.395Z++ sha256sum
5132024-05-14T03:16:35.395Z++ awk '{print $1}'
5142024-05-14T03:16:35.395Z+ calculated_sha256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
5152024-05-14T03:16:35.395Z+ [[ 1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b != \1\a\1\8\3\7\9\5\2\2\d\a\7\5\c\0\3\4\d\6\6\d\1\5\c\f\2\e\5\0\a\0\d\7\2\8\9\a\7\4\6\e\f\7\c\8\a\0\a\d\9\8\c\4\f\6\1\4\0\3\f\2\9\b ]]
5162024-05-14T03:16:35.396Z+ do_untar out/downloads/dendrite-stub.tar.gz
5172024-05-14T03:16:35.396Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5182024-05-14T03:16:35.624Z+ do_assemble
5192024-05-14T03:16:35.625Z+ rm -r ./out/dendrite-stub
5202024-05-14T03:16:35.652Z+ mkdir ./out/dendrite-stub
5212024-05-14T03:16:35.652Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5222024-05-14T03:16:35.715Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5232024-05-14T03:16:35.732Z+ set -o errexit
5242024-05-14T03:16:35.732Z+++ dirname ./tools/ci_download_maghemite_mgd
5252024-05-14T03:16:35.750Z++ cd ./tools
5262024-05-14T03:16:35.750Z++ pwd
5272024-05-14T03:16:35.751Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5282024-05-14T03:16:35.751Z++ basename ./tools/ci_download_maghemite_mgd
5292024-05-14T03:16:35.751Z+ ARG0=ci_download_maghemite_mgd
5302024-05-14T03:16:35.751Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5312024-05-14T03:16:35.751Z++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5322024-05-14T03:16:35.752Z++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19
5332024-05-14T03:16:35.752Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5342024-05-14T03:16:35.752Z++ COMMIT=025389ff39d594bf2b815377e2c1dc4dd23b1f96
5352024-05-14T03:16:35.752Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5362024-05-14T03:16:35.752Z+ TARGET_DIR=out
5372024-05-14T03:16:35.753Z+ DOWNLOAD_DIR=out/downloads
5382024-05-14T03:16:35.753Z+ DEST_DIR=./out/mgd
5392024-05-14T03:16:35.753Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5402024-05-14T03:16:35.753Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5412024-05-14T03:16:35.753Z+ REPO=oxidecomputer/maghemite
5422024-05-14T03:16:35.753Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96
5432024-05-14T03:16:35.754Z+ main
5442024-05-14T03:16:35.754Z+ rm -rf out/downloads/root
5452024-05-14T03:16:35.754Z+ [[ 0 != 0 ]]
5462024-05-14T03:16:35.754Z+ CIDL_OS=solaris2.11
5472024-05-14T03:16:35.754Z+ [[ 0 != 0 ]]
5482024-05-14T03:16:35.754Z+ configure_os solaris2.11
5492024-05-14T03:16:35.754Z+ echo 'current directory: /work/oxidecomputer/omicron'
5502024-05-14T03:16:35.755Zcurrent directory: /work/oxidecomputer/omicron
5512024-05-14T03:16:35.755Z+ echo 'configuring based on OS: "solaris2.11"'
5522024-05-14T03:16:35.755Zconfiguring based on OS: "solaris2.11"
5532024-05-14T03:16:35.755Z+ case "$1" in
5542024-05-14T03:16:35.755Z+ SET_BINARIES=
5552024-05-14T03:16:35.755Z+ CIDL_SHA256FUNC=do_sha256sum
5562024-05-14T03:16:35.756Z+ TARBALL_FILENAME=mgd.tar.gz
5572024-05-14T03:16:35.756Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5582024-05-14T03:16:35.756Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5592024-05-14T03:16:35.756Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz'
5602024-05-14T03:16:35.756Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5612024-05-14T03:16:35.756ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5622024-05-14T03:16:35.757ZLocal file: out/downloads/mgd.tar.gz
5632024-05-14T03:16:35.757Z+ mkdir -p out/downloads
5642024-05-14T03:16:35.757Z+ mkdir -p ./out/mgd
5652024-05-14T03:16:35.757Z+ fetch_and_verify
5662024-05-14T03:16:35.757Z+ local DO_DOWNLOAD=true
5672024-05-14T03:16:35.757Z+ [[ -f out/downloads/mgd.tar.gz ]]
5682024-05-14T03:16:35.758Z+ '[' true == true ']'
5692024-05-14T03:16:35.758Z+ echo Downloading...
5702024-05-14T03:16:35.758ZDownloading...
5712024-05-14T03:16:35.758Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz out/downloads/mgd.tar.gz
5722024-05-14T03:16:35.758Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5732024-05-14T03:16:54.431Z++ do_sha256sum out/downloads/mgd.tar.gz
5742024-05-14T03:16:54.435Z++ sha256sum
5752024-05-14T03:16:54.435Z++ awk '{print $1}'
5762024-05-14T03:16:54.460Z+ calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5772024-05-14T03:16:54.464Z+ [[ e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd != \e\0\9\0\7\d\e\3\9\c\a\9\f\8\a\b\4\5\d\4\0\d\3\6\1\a\1\d\b\e\e\d\4\b\d\8\e\9\b\1\5\7\f\8\d\3\d\8\f\e\0\a\4\b\c\2\5\9\d\9\3\3\b\d ]]
5782024-05-14T03:16:54.464Z+ do_untar out/downloads/mgd.tar.gz
5792024-05-14T03:16:54.464Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
5802024-05-14T03:16:55.043Z+ do_assemble
5812024-05-14T03:16:55.043Z+ rm -r ./out/mgd
5822024-05-14T03:16:55.057Z+ mkdir ./out/mgd
5832024-05-14T03:16:55.057Z+ cp -r out/downloads/root ./out/mgd/root
5842024-05-14T03:16:55.130Z+ set -o errexit
5852024-05-14T03:16:55.158Z+++ dirname ./tools/ci_download_transceiver_control
5862024-05-14T03:16:55.159Z++ cd ./tools
5872024-05-14T03:16:55.159Z++ pwd
5882024-05-14T03:16:55.159Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5892024-05-14T03:16:55.159Z++ basename ./tools/ci_download_transceiver_control
5902024-05-14T03:16:55.159Z+ ARG0=ci_download_transceiver_control
5912024-05-14T03:16:55.159Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5922024-05-14T03:16:55.159Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5932024-05-14T03:16:55.159Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5942024-05-14T03:16:55.160Z+ TARGET_DIR=out
5952024-05-14T03:16:55.160Z+ DOWNLOAD_DIR=out/downloads
5962024-05-14T03:16:55.160Z+ DEST_DIR=./out/transceiver-control
5972024-05-14T03:16:55.160Z+ BIN_DIR=/opt/oxide/bin
5982024-05-14T03:16:55.160Z+ BINARY=xcvradm
5992024-05-14T03:16:55.160Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6002024-05-14T03:16:55.160Z+ REPO=oxidecomputer/transceiver-control
6012024-05-14T03:16:55.160Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6022024-05-14T03:16:55.160Z+ main
6032024-05-14T03:16:55.160Z+ [[ 0 != 0 ]]
6042024-05-14T03:16:55.160Z+ CIDL_OS=solaris2.11
6052024-05-14T03:16:55.160Z+ [[ 0 != 0 ]]
6062024-05-14T03:16:55.160Z+ configure_os solaris2.11
6072024-05-14T03:16:55.160Z+ echo 'current directory: /work/oxidecomputer/omicron'
6082024-05-14T03:16:55.160Zcurrent directory: /work/oxidecomputer/omicron
6092024-05-14T03:16:55.161Z+ echo 'configuring based on OS: "solaris2.11"'
6102024-05-14T03:16:55.161Z+ case "$1" in
6112024-05-14T03:16:55.161Zconfiguring based on OS: "solaris2.11"
6122024-05-14T03:16:55.161Z+ SET_BINARIES=
6132024-05-14T03:16:55.161Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6142024-05-14T03:16:55.161Z+ CIDL_SHA256FUNC=do_sha256sum
6152024-05-14T03:16:55.161Z+ ARCHIVE_FILENAME=xcvradm.gz
6162024-05-14T03:16:55.161Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6172024-05-14T03:16:55.161Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6182024-05-14T03:16:55.161Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6192024-05-14T03:16:55.161ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6202024-05-14T03:16:55.161ZLocal file: out/downloads/xcvradm.gz
6212024-05-14T03:16:55.161Z+ echo 'Local file: out/downloads/xcvradm.gz'
6222024-05-14T03:16:55.161Z+ mkdir -p out/downloads
6232024-05-14T03:16:55.161Z+ mkdir -p ./out/transceiver-control
6242024-05-14T03:16:55.161Z+ fetch_and_verify
6252024-05-14T03:16:55.161Z+ local DO_DOWNLOAD=true
6262024-05-14T03:16:55.161Z+ [[ -f out/downloads/xcvradm.gz ]]
6272024-05-14T03:16:55.161Z+ '[' true == true ']'
6282024-05-14T03:16:55.161Z+ echo Downloading...
6292024-05-14T03:16:55.161ZDownloading...
6302024-05-14T03:16:55.162Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6312024-05-14T03:16:55.162Z+ 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
6322024-05-14T03:16:59.173Z++ do_sha256sum out/downloads/xcvradm.gz
6332024-05-14T03:16:59.180Z++ sha256sum
6342024-05-14T03:16:59.181Z++ awk '{print $1}'
6352024-05-14T03:16:59.181Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6362024-05-14T03:16:59.181Z+ [[ 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 ]]
6372024-05-14T03:16:59.181Z+ do_unpack out/downloads/xcvradm.gz
6382024-05-14T03:16:59.182Z+ mkdir -p out/downloads/root//opt/oxide/bin
6392024-05-14T03:16:59.205Z+ gzip -dc out/downloads/xcvradm.gz
6402024-05-14T03:16:59.301Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6412024-05-14T03:16:59.311Z+ do_assemble
6422024-05-14T03:16:59.312Z+ rm -r ./out/transceiver-control
6432024-05-14T03:16:59.312Z+ mkdir ./out/transceiver-control
6442024-05-14T03:16:59.312Z+ cp -r out/downloads/root ./out/transceiver-control/root
6452024-05-14T03:16:59.399Z+ set -o errexit
6462024-05-14T03:16:59.829Z+++ dirname ./tools/ci_download_thundermuffin
6472024-05-14T03:16:59.829Z++ cd ./tools
6482024-05-14T03:16:59.830Z++ pwd
6492024-05-14T03:16:59.830Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6502024-05-14T03:16:59.830Z++ basename ./tools/ci_download_thundermuffin
6512024-05-14T03:16:59.830Z+ ARG0=ci_download_thundermuffin
6522024-05-14T03:16:59.830Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
6532024-05-14T03:16:59.830Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6542024-05-14T03:16:59.831Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
6552024-05-14T03:16:59.831Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
6562024-05-14T03:16:59.831Z+ TARGET_DIR=out
6572024-05-14T03:16:59.831Z+ DOWNLOAD_DIR=out/downloads
6582024-05-14T03:16:59.831Z+ DEST_DIR=./out/thundermuffin
6592024-05-14T03:16:59.831Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
6602024-05-14T03:16:59.832Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6612024-05-14T03:16:59.832Z+ REPO=oxidecomputer/thundermuffin
6622024-05-14T03:16:59.832Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
6632024-05-14T03:16:59.832Z+ main
6642024-05-14T03:16:59.832Z+ rm -rf out/downloads/root
6652024-05-14T03:16:59.832Z+ [[ 0 != 0 ]]
6662024-05-14T03:16:59.832Z+ CIDL_OS=solaris2.11
6672024-05-14T03:16:59.832Z+ [[ 0 != 0 ]]
6682024-05-14T03:16:59.833Z+ configure_os solaris2.11
6692024-05-14T03:16:59.833Z+ echo 'current directory: /work/oxidecomputer/omicron'
6702024-05-14T03:16:59.833Zcurrent directory: /work/oxidecomputer/omicron
6712024-05-14T03:16:59.833Z+ echo 'configuring based on OS: "solaris2.11"'
6722024-05-14T03:16:59.833Zconfiguring based on OS: "solaris2.11"
6732024-05-14T03:16:59.833Z+ case "$1" in
6742024-05-14T03:16:59.833Z+ SET_BINARIES=
6752024-05-14T03:16:59.833Z+ CIDL_SHA256FUNC=do_sha256sum
6762024-05-14T03:16:59.833Z+ TARBALL_FILENAME=thundermuffin.tar.gz
6772024-05-14T03:16:59.834Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6782024-05-14T03:16:59.834Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
6792024-05-14T03:16:59.834Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
6802024-05-14T03:16:59.834ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6812024-05-14T03:16:59.834ZLocal file: out/downloads/thundermuffin.tar.gz
6822024-05-14T03:16:59.835Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
6832024-05-14T03:16:59.835Z+ mkdir -p out/downloads
6842024-05-14T03:16:59.835Z+ mkdir -p ./out/thundermuffin
6852024-05-14T03:16:59.835Z+ fetch_and_verify
6862024-05-14T03:16:59.835Z+ local DO_DOWNLOAD=true
6872024-05-14T03:16:59.835Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
6882024-05-14T03:16:59.836Z+ '[' true == true ']'
6892024-05-14T03:16:59.836Z+ echo Downloading...
6902024-05-14T03:16:59.836ZDownloading...
6912024-05-14T03:16:59.836Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
6922024-05-14T03:16:59.836Z+ 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
6932024-05-14T03:17:00.593Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
6942024-05-14T03:17:00.599Z++ sha256sum
6952024-05-14T03:17:00.599Z++ awk '{print $1}'
6962024-05-14T03:17:00.599Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6972024-05-14T03:17:00.599Z+ [[ 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 ]]
6982024-05-14T03:17:00.599Z+ do_untar out/downloads/thundermuffin.tar.gz
6992024-05-14T03:17:00.600Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7002024-05-14T03:17:00.683Z+ do_assemble
7012024-05-14T03:17:00.683Z+ rm -r ./out/thundermuffin
7022024-05-14T03:17:00.696Z+ mkdir ./out/thundermuffin
7032024-05-14T03:17:00.696Z+ cp -r out/downloads/root ./out/thundermuffin/root
7042024-05-14T03:17:00.696ZAll prerequisites installed successfully
7052024-05-14T03:17:00.696Z
7062024-05-14T03:17:00.696Zreal 2:41.032942109
7072024-05-14T03:17:00.696Zuser 36.086464771
7082024-05-14T03:17:00.696Zsys 6.594739562
7092024-05-14T03:17:00.696Ztrap 0.008828816
7102024-05-14T03:17:00.696Ztflt 0.144314964
7112024-05-14T03:17:00.696Zdflt 0.270176872
7122024-05-14T03:17:00.696Zkflt 0.140576098
7132024-05-14T03:17:00.696Zlock 1.519770884
7142024-05-14T03:17:00.696Zslp 5:36.170394385
7152024-05-14T03:17:00.696Zlat 2.113834666
7162024-05-14T03:17:00.697Zstop 0.139420825
7172024-05-14T03:17:00.697Z+ banner end-to-end-tests
7182024-05-14T03:17:00.697Z
7192024-05-14T03:17:00.697Z ###### # # ##### ##### #### ###### # # #####
7202024-05-14T03:17:00.697Z # ## # # # # # # # ## # # #
7212024-05-14T03:17:00.697Z ##### # # # # # ##### # # # ##### ##### # # # # #
7222024-05-14T03:17:00.697Z # # # # # # # # # # # # # # #
7232024-05-14T03:17:00.697Z # # ## # # # # # # # ## # #
7242024-05-14T03:17:00.697Z ###### # # ##### # #### ###### # # #####
7252024-05-14T03:17:00.697Z
7262024-05-14T03:17:00.697Z+ export CARGO_PROFILE_DEV_DEBUG=1
7272024-05-14T03:17:00.697Z+ CARGO_PROFILE_DEV_DEBUG=1
7282024-05-14T03:17:00.697Z+ export CARGO_PROFILE_TEST_DEBUG=1
7292024-05-14T03:17:00.697Z+ CARGO_PROFILE_TEST_DEBUG=1
7302024-05-14T03:17:00.697Z+ export CARGO_INCREMENTAL=0
7312024-05-14T03:17:00.697Z+ CARGO_INCREMENTAL=0
7322024-05-14T03:17:00.697Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7332024-05-14T03:17:00.893Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7342024-05-14T03:17:01.236Z Updating git repository `https://github.com/oxidecomputer/zone`
7352024-05-14T03:17:01.976Z Updating crates.io index
7362024-05-14T03:17:01.987Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7372024-05-14T03:17:02.432Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7382024-05-14T03:17:03.085Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7392024-05-14T03:17:05.309Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7402024-05-14T03:17:05.968Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7412024-05-14T03:17:06.216Z Updating git repository `https://github.com/oxidecomputer/propolis`
7422024-05-14T03:17:07.189Z Updating git repository `https://github.com/oxidecomputer/crucible`
7432024-05-14T03:17:09.128Z Updating git repository `https://github.com/oxidecomputer/opte`
7442024-05-14T03:17:10.179Z Updating git repository `https://github.com/oxidecomputer/falcon`
7452024-05-14T03:17:10.933Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7462024-05-14T03:17:11.217Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7472024-05-14T03:17:11.827Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7482024-05-14T03:17:12.165Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7492024-05-14T03:17:12.463Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7502024-05-14T03:17:12.838Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7512024-05-14T03:17:13.137Z Updating git repository `http://github.com/oxidecomputer/tofino`
7522024-05-14T03:17:13.490Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7532024-05-14T03:17:13.737Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7542024-05-14T03:17:13.994Z Updating git repository `https://github.com/oxidecomputer/libnvme`
7552024-05-14T03:17:14.308Z Updating git repository `https://github.com/oxidecomputer/ispf`
7562024-05-14T03:17:14.665Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7572024-05-14T03:17:14.935Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7582024-05-14T03:17:15.560Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7592024-05-14T03:17:15.902Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7602024-05-14T03:17:16.239Z Updating git repository `https://github.com/jgallagher/nix`
7612024-05-14T03:17:17.563Z Updating git repository `https://github.com/cbiffle/hubpack`
7622024-05-14T03:17:17.602Z Updating git repository `https://github.com/oxidecomputer/typify`
7632024-05-14T03:17:19.582Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7642024-05-14T03:17:19.906Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7652024-05-14T03:17:20.184Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7662024-05-14T03:17:20.661Z Updating git repository `https://github.com/oxidecomputer/rfb`
7672024-05-14T03:17:21.860Z Downloading crates ...
7682024-05-14T03:17:21.976Z Downloaded ahash v0.8.8
7692024-05-14T03:17:21.995Z Downloaded base64 v0.21.7
7702024-05-14T03:17:21.996Z Downloaded anstyle-parse v0.2.1
7712024-05-14T03:17:21.996Z Downloaded der_derive v0.7.2
7722024-05-14T03:17:21.996Z Downloaded bcrypt-pbkdf v0.10.0
7732024-05-14T03:17:21.996Z Downloaded async-stream v0.3.5
7742024-05-14T03:17:22.030Z Downloaded backtrace v0.3.69
7752024-05-14T03:17:22.031Z Downloaded atty v0.2.14
7762024-05-14T03:17:22.031Z Downloaded anstream v0.6.11
7772024-05-14T03:17:22.031Z Downloaded adler v1.0.2
7782024-05-14T03:17:22.031Z Downloaded anstyle v1.0.7
7792024-05-14T03:17:22.050Z Downloaded ascii v1.1.0
7802024-05-14T03:17:22.050Z Downloaded instant v0.1.12
7812024-05-14T03:17:22.050Z Downloaded idna v0.2.3
7822024-05-14T03:17:22.051Z Downloaded ident_case v1.0.1
7832024-05-14T03:17:22.051Z Downloaded ipnetwork v0.20.0
7842024-05-14T03:17:22.051Z Downloaded libefi-sys v0.1.0
7852024-05-14T03:17:22.051Z Downloaded itoa v1.0.9
7862024-05-14T03:17:22.051Z Downloaded itertools v0.10.5
7872024-05-14T03:17:22.051Z Downloaded matches v0.1.10
7882024-05-14T03:17:22.052Z Downloaded md-5 v0.10.5
7892024-05-14T03:17:22.052Z Downloaded log v0.4.21
7902024-05-14T03:17:22.052Z Downloaded multer v3.1.0
7912024-05-14T03:17:22.052Z Downloaded lru-cache v0.1.2
7922024-05-14T03:17:22.077Z Downloaded inout v0.1.3
7932024-05-14T03:17:22.078Z Downloaded base64 v0.22.1
7942024-05-14T03:17:22.078Z Downloaded camino-tempfile v1.1.1
7952024-05-14T03:17:22.078Z Downloaded block-buffer v0.10.4
7962024-05-14T03:17:22.078Z Downloaded colorchoice v1.0.0
7972024-05-14T03:17:22.078Z Downloaded atomicwrites v0.4.3
7982024-05-14T03:17:22.079Z Downloaded async-stream-impl v0.3.5
7992024-05-14T03:17:22.079Z Downloaded lalrpop-util v0.19.12
8002024-05-14T03:17:22.079Z Downloaded internet-checksum v0.2.1
8012024-05-14T03:17:22.079Z Downloaded atomic-waker v1.1.1
8022024-05-14T03:17:22.079Z Downloaded bit-set v0.5.3
8032024-05-14T03:17:22.080Z Downloaded bit-vec v0.6.3
8042024-05-14T03:17:22.080Z Downloaded base16ct v0.2.0
8052024-05-14T03:17:22.080Z Downloaded anstyle-query v1.0.0
8062024-05-14T03:17:22.080Z Downloaded arrayref v0.3.7
8072024-05-14T03:17:22.080Z Downloaded is-terminal v0.4.9
8082024-05-14T03:17:22.103Z Downloaded macaddr v1.0.1
8092024-05-14T03:17:22.104Z Downloaded new_debug_unreachable v1.0.4
8102024-05-14T03:17:22.104Z Downloaded match_cfg v0.1.0
8112024-05-14T03:17:22.104Z Downloaded libm v0.2.7
8122024-05-14T03:17:22.104Z Downloaded option-ext v0.2.0
8132024-05-14T03:17:22.105Z Downloaded newtype-uuid v1.1.0
8142024-05-14T03:17:22.105Z Downloaded blowfish v0.9.1
8152024-05-14T03:17:22.105Z Downloaded newline-converter v0.3.0
8162024-05-14T03:17:22.105Z Downloaded autocfg v1.1.0
8172024-05-14T03:17:22.105Z Downloaded linked-hash-map v0.5.6
8182024-05-14T03:17:22.106Z Downloaded libsw v3.3.1
8192024-05-14T03:17:22.106Z Downloaded openssl-probe v0.1.5
8202024-05-14T03:17:22.106Z Downloaded curve25519-dalek-derive v0.1.0
8212024-05-14T03:17:22.106Z Downloaded crucible-workspace-hack v0.1.0
8222024-05-14T03:17:22.106Z Downloaded ciborium-io v0.2.2
8232024-05-14T03:17:22.106Z Downloaded lazy_static v1.4.0
8242024-05-14T03:17:22.107Z Downloaded newtype_derive v0.1.6
8252024-05-14T03:17:22.107Z Downloaded sigpipe v0.1.3
8262024-05-14T03:17:22.107Z Downloaded md5 v0.7.0
8272024-05-14T03:17:22.546Z Downloaded sync_wrapper v0.1.2
8282024-05-14T03:17:22.546Z Downloaded aes v0.8.3
8292024-05-14T03:17:22.546Z Downloaded mime v0.3.17
8302024-05-14T03:17:22.546Z Downloaded managed v0.8.0
8312024-05-14T03:17:22.546Z Downloaded clap_lex v0.7.0
8322024-05-14T03:17:22.546Z Downloaded cbc v0.1.2
8332024-05-14T03:17:22.546Z Downloaded block-padding v0.3.3
8342024-05-14T03:17:22.547Z Downloaded argon2 v0.5.3
8352024-05-14T03:17:22.547Z Downloaded lock_api v0.4.10
8362024-05-14T03:17:22.547Z Downloaded openssl-macros v0.1.1
8372024-05-14T03:17:22.547Z Downloaded num_threads v0.1.6
8382024-05-14T03:17:22.548Z Downloaded backoff v0.4.0
8392024-05-14T03:17:22.548Z Downloaded opaque-debug v0.3.0
8402024-05-14T03:17:22.548Z Downloaded ctr v0.9.2
8412024-05-14T03:17:22.548Z Downloaded ciborium-ll v0.2.2
8422024-05-14T03:17:22.548Z Downloaded num-conv v0.1.0
8432024-05-14T03:17:22.548Z Downloaded nibble_vec v0.1.0
8442024-05-14T03:17:22.549Z Downloaded nanorand v0.7.0
8452024-05-14T03:17:22.549Z Downloaded tinyvec_macros v0.1.1
8462024-05-14T03:17:22.586Z Downloaded defmt-macros v0.3.6
8472024-05-14T03:17:22.586Z Downloaded native-tls v0.2.11
8482024-05-14T03:17:22.586Z Downloaded cobs v0.2.3
8492024-05-14T03:17:22.586Z Downloaded paste v1.0.14
8502024-05-14T03:17:22.586Z Downloaded defmt-parser v0.3.3
8512024-05-14T03:17:22.586Z Downloaded convert_case v0.4.0
8522024-05-14T03:17:22.586Z Downloaded chacha20 v0.9.1
8532024-05-14T03:17:22.587Z Downloaded debug-ignore v1.0.5
8542024-05-14T03:17:22.587Z Downloaded bitflags v1.3.2
8552024-05-14T03:17:22.587Z Downloaded defmt v0.3.5
8562024-05-14T03:17:22.587Z Downloaded owo-colors v4.0.0
8572024-05-14T03:17:22.587Z Downloaded slog-envlogger v2.2.0
8582024-05-14T03:17:22.587Z Downloaded usdt-attr-macro v0.5.0
8592024-05-14T03:17:22.587Z Downloaded indexmap v1.9.3
8602024-05-14T03:17:22.587Z Downloaded crossbeam-deque v0.8.3
8612024-05-14T03:17:22.587Z Downloaded num v0.4.2
8622024-05-14T03:17:22.587Z Downloaded base64ct v1.6.0
8632024-05-14T03:17:22.587Z Downloaded thread_local v1.1.7
8642024-05-14T03:17:22.587Z Downloaded strum_macros v0.25.2
8652024-05-14T03:17:22.587Z Downloaded parse-display-derive v0.9.0
8662024-05-14T03:17:22.588Z Downloaded data-encoding v2.4.0
8672024-05-14T03:17:22.588Z Downloaded num_enum_derive v0.5.11
8682024-05-14T03:17:22.588Z Downloaded mime_guess v2.0.4
8692024-05-14T03:17:22.588Z Downloaded bitflags v2.4.2
8702024-05-14T03:17:22.588Z Downloaded parse-display v0.9.0
8712024-05-14T03:17:22.588Z Downloaded num_cpus v1.16.0
8722024-05-14T03:17:22.588Z Downloaded pretty-hex v0.4.1
8732024-05-14T03:17:22.588Z Downloaded pretty-hex v0.2.1
8742024-05-14T03:17:22.588Z Downloaded scroll_derive v0.12.0
8752024-05-14T03:17:22.588Z Downloaded universal-hash v0.5.1
8762024-05-14T03:17:22.588Z Downloaded pbkdf2 v0.12.2
8772024-05-14T03:17:22.589Z Downloaded allocator-api2 v0.2.16
8782024-05-14T03:17:22.589Z Downloaded tokio-macros v2.2.0
8792024-05-14T03:17:22.589Z Downloaded serde_arrays v0.1.0
8802024-05-14T03:17:22.589Z Downloaded ciborium v0.2.2
8812024-05-14T03:17:22.589Z Downloaded password-hash v0.4.2
8822024-05-14T03:17:22.589Z Downloaded password-hash v0.5.0
8832024-05-14T03:17:22.589Z Downloaded console v0.15.8
8842024-05-14T03:17:22.589Z Downloaded slog-json v2.6.1
8852024-05-14T03:17:22.589Z Downloaded once_cell v1.19.0
8862024-05-14T03:17:22.589Z Downloaded crypto-common v0.1.6
8872024-05-14T03:17:22.589Z Downloaded form_urlencoded v1.2.1
8882024-05-14T03:17:22.589Z Downloaded fixedbitset v0.4.2
8892024-05-14T03:17:22.590Z Downloaded want v0.3.1
8902024-05-14T03:17:22.590Z Downloaded time-core v0.1.2
8912024-05-14T03:17:22.590Z Downloaded dirs-next v2.0.0
8922024-05-14T03:17:22.590Z Downloaded dirs v5.0.1
8932024-05-14T03:17:22.590Z Downloaded xattr v1.0.1
8942024-05-14T03:17:22.590Z Downloaded zeroize_derive v1.4.2
8952024-05-14T03:17:22.590Z Downloaded hex-literal v0.4.1
8962024-05-14T03:17:22.590Z Downloaded ff v0.13.0
8972024-05-14T03:17:22.590Z Downloaded zeroize v1.7.0
8982024-05-14T03:17:22.591Z Downloaded humantime v2.1.0
8992024-05-14T03:17:22.591Z Downloaded blake2 v0.10.6
9002024-05-14T03:17:22.591Z Downloaded ghash v0.5.0
9012024-05-14T03:17:22.591Z Downloaded zone_cfg_derive v0.1.2
9022024-05-14T03:17:22.591Z Downloaded hyper-staticfile v0.9.5
9032024-05-14T03:17:22.591Z Downloaded clap_derive v4.5.4
9042024-05-14T03:17:22.591Z Downloaded futures-core v0.3.30
9052024-05-14T03:17:22.591Z Downloaded num-rational v0.4.1
9062024-05-14T03:17:22.591Z Downloaded primeorder v0.13.6
9072024-05-14T03:17:22.592Z Downloaded rustversion v1.0.14
9082024-05-14T03:17:22.592Z Downloaded russh-cryptovec v0.7.0
9092024-05-14T03:17:22.592Z Downloaded rustfmt-wrapper v0.2.1
9102024-05-14T03:17:22.592Z Downloaded erased-serde v0.3.31
9112024-05-14T03:17:22.592Z Downloaded slab v0.4.9
9122024-05-14T03:17:22.592Z Downloaded tabwriter v1.4.0
9132024-05-14T03:17:22.592Z Downloaded tabled_derive v0.7.0
9142024-05-14T03:17:22.592Z Downloaded tracing-attributes v0.1.27
9152024-05-14T03:17:22.592Z Downloaded crossbeam-utils v0.8.19
9162024-05-14T03:17:22.592Z Downloaded slog v2.7.0
9172024-05-14T03:17:22.592Z Downloaded papergrid v0.11.0
9182024-05-14T03:17:22.592Z Downloaded slog-stdlog v4.1.1
9192024-05-14T03:17:22.592Z Downloaded socket2 v0.4.9
9202024-05-14T03:17:22.593Z Downloaded slog-scope v4.4.0
9212024-05-14T03:17:22.593Z Downloaded predicates-core v1.0.6
9222024-05-14T03:17:22.593Z Downloaded bytes v1.6.0
9232024-05-14T03:17:22.593Z Downloaded rustc_version v0.4.0
9242024-05-14T03:17:22.593Z Downloaded digest v0.10.7
9252024-05-14T03:17:22.593Z Downloaded base64 v0.13.1
9262024-05-14T03:17:22.593Z Downloaded getrandom v0.2.12
9272024-05-14T03:17:22.593Z Downloaded waitgroup v0.1.2
9282024-05-14T03:17:22.593Z Downloaded dhcproto-macros v0.1.0
9292024-05-14T03:17:22.593Z Downloaded hostname v0.3.1
9302024-05-14T03:17:22.593Z Downloaded hyper-rustls v0.24.2
9312024-05-14T03:17:22.593Z Downloaded headers-core v0.2.0
9322024-05-14T03:17:22.593Z Downloaded float-cmp v0.9.0
9332024-05-14T03:17:22.593Z Downloaded zone v0.1.8
9342024-05-14T03:17:22.593Z Downloaded pest_meta v2.7.6
9352024-05-14T03:17:22.594Z Downloaded pin-utils v0.1.0
9362024-05-14T03:17:22.594Z Downloaded generic-array v0.14.7
9372024-05-14T03:17:22.594Z Downloaded home v0.5.5
9382024-05-14T03:17:22.594Z Downloaded predicates v3.1.0
9392024-05-14T03:17:22.594Z Downloaded rustc_version v0.1.7
9402024-05-14T03:17:22.594Z Downloaded semver v1.0.22
9412024-05-14T03:17:22.594Z Downloaded itertools v0.12.1
9422024-05-14T03:17:22.594Z Downloaded unicode-width v0.1.11
9432024-05-14T03:17:22.594Z Downloaded tokio-rustls v0.25.0
9442024-05-14T03:17:22.594Z Downloaded futures v0.3.30
9452024-05-14T03:17:22.594Z Downloaded static_assertions v1.1.0
9462024-05-14T03:17:22.609Z Downloaded stable_deref_trait v1.2.0
9472024-05-14T03:17:22.610Z Downloaded spin v0.5.2
9482024-05-14T03:17:22.610Z Downloaded siphasher v0.3.11
9492024-05-14T03:17:22.610Z Downloaded yasna v0.5.2
9502024-05-14T03:17:22.610Z Downloaded p256 v0.13.2
9512024-05-14T03:17:22.610Z Downloaded chacha20poly1305 v0.10.1
9522024-05-14T03:17:22.611Z Downloaded arc-swap v1.6.0
9532024-05-14T03:17:22.611Z Downloaded embedded-io v0.4.0
9542024-05-14T03:17:22.611Z Downloaded structmeta v0.3.0
9552024-05-14T03:17:22.611Z Downloaded string_cache v0.8.7
9562024-05-14T03:17:22.611Z Downloaded foreign-types-shared v0.1.1
9572024-05-14T03:17:22.611Z Downloaded toml_datetime v0.6.5
9582024-05-14T03:17:22.611Z Downloaded proc-macro-error-attr v1.0.4
9592024-05-14T03:17:22.611Z Downloaded proc-macro-error v1.0.4
9602024-05-14T03:17:22.611Z Downloaded http-range v0.1.5
9612024-05-14T03:17:22.611Z Downloaded foreign-types-shared v0.3.1
9622024-05-14T03:17:22.612Z Downloaded tokio-tungstenite v0.20.1
9632024-05-14T03:17:22.612Z Downloaded rustc-demangle v0.1.23
9642024-05-14T03:17:22.612Z Downloaded heck v0.3.3
9652024-05-14T03:17:22.612Z Downloaded zerocopy-derive v0.7.32
9662024-05-14T03:17:22.612Z Downloaded postgres-protocol v0.6.6
9672024-05-14T03:17:22.612Z Downloaded iana-time-zone v0.1.57
9682024-05-14T03:17:22.612Z Downloaded idna v0.5.0
9692024-05-14T03:17:22.612Z Downloaded scopeguard v1.2.0
9702024-05-14T03:17:22.612Z Downloaded tracing-core v0.1.32
9712024-05-14T03:17:22.612Z Downloaded schemars_derive v0.8.17
9722024-05-14T03:17:22.613Z Downloaded endian-type v0.1.2
9732024-05-14T03:17:22.613Z Downloaded try-lock v0.2.4
9742024-05-14T03:17:22.613Z Downloaded minimal-lexical v0.2.1
9752024-05-14T03:17:22.613Z Downloaded serde_tokenstream v0.2.0
9762024-05-14T03:17:22.613Z Downloaded serde_urlencoded v0.7.1
9772024-05-14T03:17:22.613Z Downloaded vsss-rs v3.3.4
9782024-05-14T03:17:22.613Z Downloaded portpicker v0.1.1
9792024-05-14T03:17:22.613Z Downloaded tokio-native-tls v0.3.1
9802024-05-14T03:17:22.614Z Downloaded utf8parse v0.2.1
9812024-05-14T03:17:22.614Z Downloaded tokio-stream v0.1.15
9822024-05-14T03:17:22.614Z Downloaded ppv-lite86 v0.2.17
9832024-05-14T03:17:22.614Z Downloaded crossbeam-channel v0.5.8
9842024-05-14T03:17:22.614Z Downloaded der v0.7.8
9852024-05-14T03:17:22.614Z Downloaded dtrace-parser v0.2.0
9862024-05-14T03:17:22.614Z Downloaded signal-hook-mio v0.2.3
9872024-05-14T03:17:22.614Z Downloaded proc-macro-crate v1.3.1
9882024-05-14T03:17:22.614Z Downloaded rustls-pemfile v1.0.3
9892024-05-14T03:17:22.615Z Downloaded headers v0.3.9
9902024-05-14T03:17:22.615Z Downloaded terminal_size v0.3.0
9912024-05-14T03:17:22.615Z Downloaded smf v0.2.3
9922024-05-14T03:17:22.615Z Downloaded phf v0.11.2
9932024-05-14T03:17:22.615Z Downloaded postgres-types v0.2.6
9942024-05-14T03:17:22.615Z Downloaded dof v0.3.0
9952024-05-14T03:17:22.615Z Downloaded termcolor v1.2.0
9962024-05-14T03:17:22.615Z Downloaded dhcproto v0.11.0
9972024-05-14T03:17:22.615Z Downloaded mio v0.8.11
9982024-05-14T03:17:22.616Z Downloaded fxhash v0.2.1
9992024-05-14T03:17:22.616Z Downloaded enum-as-inner v0.5.1
10002024-05-14T03:17:22.616Z Downloaded serde_with_macros v3.7.0
10012024-05-14T03:17:22.616Z Downloaded quick-error v1.2.3
10022024-05-14T03:17:22.616Z Downloaded phf_shared v0.11.2
10032024-05-14T03:17:22.616Z Downloaded hash32 v0.3.1
10042024-05-14T03:17:22.616Z Downloaded serde_derive v1.0.201
10052024-05-14T03:17:22.616Z Downloaded phf_shared v0.10.0
10062024-05-14T03:17:22.616Z Downloaded scroll v0.12.0
10072024-05-14T03:17:22.616Z Downloaded semver v0.1.20
10082024-05-14T03:17:22.616Z Downloaded psl-types v2.0.11
10092024-05-14T03:17:22.617Z Downloaded strum v0.26.2
10102024-05-14T03:17:22.617Z Downloaded topological-sort v0.2.2
10112024-05-14T03:17:22.617Z Downloaded signature v2.1.0
10122024-05-14T03:17:22.617Z Downloaded signal-hook-registry v1.4.1
10132024-05-14T03:17:22.617Z Downloaded rayon-core v1.12.1
10142024-05-14T03:17:22.617Z Downloaded toml v0.8.12
10152024-05-14T03:17:22.617Z Downloaded rustls-pemfile v2.1.2
10162024-05-14T03:17:22.617Z Downloaded toml v0.7.8
10172024-05-14T03:17:22.617Z Downloaded gethostname v0.4.3
10182024-05-14T03:17:22.617Z Downloaded dirs-sys-next v0.1.2
10192024-05-14T03:17:22.618Z Downloaded rustls-pki-types v1.3.0
10202024-05-14T03:17:22.618Z Downloaded dirs-sys v0.4.1
10212024-05-14T03:17:22.618Z Downloaded whoami v1.5.1
10222024-05-14T03:17:22.618Z Downloaded num-bigint v0.4.4
10232024-05-14T03:17:22.618Z Downloaded usdt-macro v0.5.0
10242024-05-14T03:17:22.618Z Downloaded plain v0.2.3
10252024-05-14T03:17:22.618Z Downloaded pkg-config v0.3.27
10262024-05-14T03:17:22.618Z Downloaded getopts v0.2.21
10272024-05-14T03:17:22.618Z Downloaded tokio-rustls v0.24.1
10282024-05-14T03:17:22.618Z Downloaded crossterm v0.27.0
10292024-05-14T03:17:22.618Z Downloaded proc-macro2 v1.0.81
10302024-05-14T03:17:22.619Z Downloaded serde_spanned v0.6.5
10312024-05-14T03:17:22.619Z Downloaded thiserror-impl v1.0.59
10322024-05-14T03:17:22.619Z Downloaded deranged v0.3.11
10332024-05-14T03:17:22.619Z Downloaded poly1305 v0.8.0
10342024-05-14T03:17:22.619Z Downloaded rcgen v0.12.1
10352024-05-14T03:17:22.619Z Downloaded diesel_table_macro_syntax v0.1.0
10362024-05-14T03:17:22.619Z Downloaded hubpack_derive v0.1.1
10372024-05-14T03:17:22.619Z Downloaded uuid v1.8.0
10382024-05-14T03:17:22.619Z Downloaded publicsuffix v2.2.3
10392024-05-14T03:17:22.619Z Downloaded serde v1.0.201
10402024-05-14T03:17:22.619Z Downloaded foreign-types-macros v0.2.3
10412024-05-14T03:17:22.619Z Downloaded dyn-clone v1.0.17
10422024-05-14T03:17:22.620Z Downloaded difflib v0.4.0
10432024-05-14T03:17:22.620Z Downloaded slog-async v2.8.0
10442024-05-14T03:17:22.620Z Downloaded structmeta-derive v0.3.0
10452024-05-14T03:17:22.620Z Downloaded take_mut v0.2.2
10462024-05-14T03:17:22.648Z Downloaded hubpack v0.1.2
10472024-05-14T03:17:22.648Z Downloaded time-macros v0.2.17
10482024-05-14T03:17:22.649Z Downloaded r2d2 v0.8.10
10492024-05-14T03:17:22.649Z Downloaded hyper-tls v0.5.0
10502024-05-14T03:17:22.649Z Downloaded ucd-trie v0.1.6
10512024-05-14T03:17:22.649Z Downloaded foreign-types v0.3.2
10522024-05-14T03:17:22.649Z Downloaded aes-gcm v0.10.3
10532024-05-14T03:17:22.649Z Downloaded foreign-types v0.5.0
10542024-05-14T03:17:22.650Z Downloaded platforms v3.0.2
10552024-05-14T03:17:22.650Z Downloaded rand_chacha v0.3.1
10562024-05-14T03:17:22.650Z Downloaded equivalent v1.0.1
10572024-05-14T03:17:22.650Z Downloaded swrite v0.1.0
10582024-05-14T03:17:22.650Z Downloaded rand_core v0.5.1
10592024-05-14T03:17:22.650Z Downloaded rand_chacha v0.2.2
10602024-05-14T03:17:22.651Z Downloaded hostname v0.4.0
10612024-05-14T03:17:22.651Z Downloaded serde_path_to_error v0.1.16
10622024-05-14T03:17:22.651Z Downloaded flagset v0.4.3
10632024-05-14T03:17:22.652Z Downloaded nom v7.1.3
10642024-05-14T03:17:22.652Z Downloaded thread-id v4.2.0
10652024-05-14T03:17:22.652Z Downloaded rand_core v0.6.4
10662024-05-14T03:17:22.652Z Downloaded heck v0.4.1
10672024-05-14T03:17:22.652Z Downloaded tar v0.4.40
10682024-05-14T03:17:22.652Z Downloaded schemars v0.8.17
10692024-05-14T03:17:22.653Z Downloaded subtle v2.5.0
10702024-05-14T03:17:22.653Z Downloaded toml v0.5.11
10712024-05-14T03:17:22.653Z Downloaded futures-sink v0.3.30
10722024-05-14T03:17:22.653Z Downloaded thiserror-no-std v2.0.2
10732024-05-14T03:17:22.653Z Downloaded quote v1.0.36
10742024-05-14T03:17:22.654Z Downloaded sha1 v0.10.6
10752024-05-14T03:17:22.654Z Downloaded trust-dns-resolver v0.22.0
10762024-05-14T03:17:22.654Z Downloaded futures-macro v0.3.30
10772024-05-14T03:17:22.654Z Downloaded fnv v1.0.7
10782024-05-14T03:17:22.654Z Downloaded sct v0.7.0
10792024-05-14T03:17:22.654Z Downloaded httpdate v1.0.3
10802024-05-14T03:17:22.655Z Downloaded heapless v0.7.16
10812024-05-14T03:17:22.655Z Downloaded smallvec v1.13.1
10822024-05-14T03:17:22.655Z Downloaded slog-dtrace v0.3.0
10832024-05-14T03:17:22.655Z Downloaded slog-bunyan v2.5.0
10842024-05-14T03:17:22.655Z Downloaded unicase v2.7.0
10852024-05-14T03:17:22.656Z Downloaded similar v2.4.0
10862024-05-14T03:17:22.656Z Downloaded either v1.11.0
10872024-05-14T03:17:22.656Z Downloaded ecdsa v0.16.9
10882024-05-14T03:17:22.656Z Downloaded unicode-normalization v0.1.22
10892024-05-14T03:17:22.656Z Downloaded tungstenite v0.20.1
10902024-05-14T03:17:22.656Z Downloaded steno v0.4.0
10912024-05-14T03:17:22.657Z Downloaded p521 v0.13.3
10922024-05-14T03:17:22.657Z Downloaded typenum v1.16.0
10932024-05-14T03:17:22.657Z Downloaded slog-term v2.9.1
10942024-05-14T03:17:22.657Z Downloaded env_logger v0.9.3
10952024-05-14T03:17:22.657Z Downloaded strum_macros v0.26.1
10962024-05-14T03:17:22.657Z Downloaded ryu v1.0.15
10972024-05-14T03:17:22.657Z Downloaded unicode-ident v1.0.12
10982024-05-14T03:17:22.658Z Downloaded bstr v1.9.0
10992024-05-14T03:17:22.658Z Downloaded ron v0.7.1
11002024-05-14T03:17:22.658Z Downloaded toml_edit v0.22.12
11012024-05-14T03:17:22.681Z Downloaded trust-dns-client v0.22.0
11022024-05-14T03:17:22.681Z Downloaded http v1.0.0
11032024-05-14T03:17:22.681Z Downloaded hashbrown v0.14.3
11042024-05-14T03:17:22.682Z Downloaded http v0.2.12
11052024-05-14T03:17:22.682Z Downloaded expectorate v1.1.0
11062024-05-14T03:17:22.682Z Downloaded rand v0.7.3
11072024-05-14T03:17:22.682Z Downloaded rand v0.8.5
11082024-05-14T03:17:22.682Z Downloaded winnow v0.6.1
11092024-05-14T03:17:22.689Z Downloaded hkdf v0.12.4
11102024-05-14T03:17:22.689Z Downloaded hyper v0.14.28
11112024-05-14T03:17:22.689Z Downloaded serde_with v3.7.0
11122024-05-14T03:17:22.698Z Downloaded chrono v0.4.38
11132024-05-14T03:17:22.716Z Downloaded serde_json v1.0.116
11142024-05-14T03:17:22.716Z Downloaded russh v0.43.0
11152024-05-14T03:17:22.716Z Downloaded time v0.3.34
11162024-05-14T03:17:23.137Z Downloaded futures-util v0.3.30
11172024-05-14T03:17:23.155Z Downloaded winnow v0.5.15
11182024-05-14T03:17:23.156Z Downloaded h2 v0.3.26
11192024-05-14T03:17:23.156Z Downloaded goblin v0.8.0
11202024-05-14T03:17:23.156Z Downloaded rustls-webpki v0.101.7
11212024-05-14T03:17:23.156Z Downloaded rayon v1.10.0
11222024-05-14T03:17:23.156Z Downloaded idna v0.3.0
11232024-05-14T03:17:23.156Z Downloaded curve25519-dalek v4.1.2
11242024-05-14T03:17:23.156Z Downloaded syn v2.0.60
11252024-05-14T03:17:23.157Z Downloaded trust-dns-proto v0.22.0
11262024-05-14T03:17:23.157Z Downloaded radix_trie v0.2.1
11272024-05-14T03:17:23.157Z Downloaded regex v1.10.4
11282024-05-14T03:17:23.157Z Downloaded vcpkg v0.2.15
11292024-05-14T03:17:23.157Z Downloaded rustls-webpki v0.102.1
11302024-05-14T03:17:23.157Z Downloaded smoltcp v0.9.1
11312024-05-14T03:17:23.158Z Downloaded gimli v0.28.0
11322024-05-14T03:17:23.158Z Downloaded regex-syntax v0.8.2
11332024-05-14T03:17:23.158Z Downloaded rustls v0.21.9
11342024-05-14T03:17:23.158Z Downloaded bzip2-sys v0.1.11+1.0.8
11352024-05-14T03:17:23.158Z Downloaded regress v0.9.1
11362024-05-14T03:17:23.158Z Downloaded rustls v0.22.4
11372024-05-14T03:17:23.159Z Downloaded diesel v2.1.6
11382024-05-14T03:17:23.159Z Downloaded openapiv3 v2.0.0
11392024-05-14T03:17:23.159Z Downloaded sled v0.34.7
11402024-05-14T03:17:23.159Z Downloaded smoltcp v0.11.0
11412024-05-14T03:17:23.159Z Downloaded zerocopy-derive v0.6.6
11422024-05-14T03:17:23.159Z Downloaded sha3 v0.10.8
11432024-05-14T03:17:23.160Z Downloaded regex-automata v0.4.5
11442024-05-14T03:17:23.160Z Downloaded tokio v1.37.0
11452024-05-14T03:17:23.160Z Downloaded libc v0.2.153
11462024-05-14T03:17:23.160Z Downloaded webpki-roots v0.25.2
11472024-05-14T03:17:23.160Z Downloaded rustix v0.38.31
11482024-05-14T03:17:23.160Z Downloaded winapi v0.3.9
11492024-05-14T03:17:23.187Z Downloaded encoding_rs v0.8.33
11502024-05-14T03:17:23.188Z Downloaded object v0.32.1
11512024-05-14T03:17:23.218Z Downloaded openssl v0.10.64
11522024-05-14T03:17:23.218Z Downloaded petgraph v0.6.4
11532024-05-14T03:17:23.229Z Downloaded reqwest v0.11.27
11542024-05-14T03:17:23.229Z Downloaded syn v1.0.109
11552024-05-14T03:17:23.229Z Downloaded tabled v0.15.0
11562024-05-14T03:17:23.236Z Downloaded zerocopy v0.7.32
11572024-05-14T03:17:23.249Z Downloaded tokio-util v0.7.10
11582024-05-14T03:17:23.255Z Downloaded diesel_derives v2.1.2
11592024-05-14T03:17:23.271Z Downloaded tungstenite v0.21.0
11602024-05-14T03:17:23.275Z Downloaded clap_builder v4.5.2
11612024-05-14T03:17:23.278Z Downloaded blake3 v1.5.0
11622024-05-14T03:17:23.289Z Downloaded aho-corasick v1.1.2
11632024-05-14T03:17:23.305Z Downloaded tokio-postgres v0.7.10
11642024-05-14T03:17:23.305Z Downloaded regex-automata v0.1.10
11652024-05-14T03:17:23.310Z Downloaded ed25519-dalek v2.0.0
11662024-05-14T03:17:23.310Z Downloaded flume v0.11.0
11672024-05-14T03:17:23.310Z Downloaded unicode-segmentation v1.10.1
11682024-05-14T03:17:23.310Z Downloaded derive-where v1.2.7
11692024-05-14T03:17:23.316Z Downloaded elliptic-curve v0.13.8
11702024-05-14T03:17:23.323Z Downloaded httparse v1.8.0
11712024-05-14T03:17:23.323Z Downloaded hashbrown v0.12.3
11722024-05-14T03:17:23.338Z Downloaded pest v2.7.6
11732024-05-14T03:17:23.338Z Downloaded usdt-impl v0.5.0
11742024-05-14T03:17:23.339Z Downloaded flate2 v1.0.28
11752024-05-14T03:17:23.349Z Downloaded futures-task v0.3.30
11762024-05-14T03:17:23.349Z Downloaded scheduled-thread-pool v0.2.7
11772024-05-14T03:17:23.350Z Downloaded walkdir v2.5.0
11782024-05-14T03:17:23.350Z Downloaded sec1 v0.7.3
11792024-05-14T03:17:23.350Z Downloaded ring v0.17.8
11802024-05-14T03:17:23.412Z Downloaded same-file v1.0.6
11812024-05-14T03:17:23.434Z Downloaded half v2.3.1
11822024-05-14T03:17:23.434Z Downloaded toml_edit v0.19.15
11832024-05-14T03:17:23.451Z Downloaded secrecy v0.8.0
11842024-05-14T03:17:23.452Z Downloaded tempfile v3.10.1
11852024-05-14T03:17:23.452Z Downloaded hex v0.4.3
11862024-05-14T03:17:23.452Z Downloaded heck v0.5.0
11872024-05-14T03:17:23.452Z Downloaded version_check v0.9.4
11882024-05-14T03:17:23.453Z Downloaded thiserror-impl-no-std v2.0.2
11892024-05-14T03:17:23.453Z Downloaded getrandom v0.1.16
11902024-05-14T03:17:23.453Z Downloaded ring v0.16.20
11912024-05-14T03:17:23.513Z Downloaded heapless v0.8.0
11922024-05-14T03:17:23.567Z Downloaded pkcs8 v0.10.2
11932024-05-14T03:17:23.567Z Downloaded subprocess v0.2.9
11942024-05-14T03:17:23.567Z Downloaded trust-dns-server v0.22.1
11952024-05-14T03:17:23.567Z Downloaded tinyvec v1.6.0
11962024-05-14T03:17:23.568Z Downloaded serde_yaml v0.9.25
11972024-05-14T03:17:23.568Z Downloaded thiserror v1.0.59
11982024-05-14T03:17:23.568Z Downloaded serde_repr v0.1.16
11992024-05-14T03:17:23.568Z Downloaded hash32 v0.2.1
12002024-05-14T03:17:23.569Z Downloaded url v2.5.0
12012024-05-14T03:17:23.569Z Downloaded term v0.7.0
12022024-05-14T03:17:23.569Z Downloaded derive_more v0.99.17
12032024-05-14T03:17:23.569Z Downloaded tracing v0.1.40
12042024-05-14T03:17:23.579Z Downloaded zerocopy v0.6.6
12052024-05-14T03:17:23.579Z Downloaded postcard v1.0.8
12062024-05-14T03:17:23.579Z Downloaded powerfmt v0.2.0
12072024-05-14T03:17:23.580Z Downloaded http-body v0.4.5
12082024-05-14T03:17:23.580Z Downloaded ed25519 v2.2.2
12092024-05-14T03:17:23.580Z Downloaded display-error-chain v0.2.0
12102024-05-14T03:17:23.581Z Downloaded utf-8 v0.7.6
12112024-05-14T03:17:23.581Z Downloaded serde_derive_internals v0.29.0
12122024-05-14T03:17:23.581Z Downloaded hmac v0.12.1
12132024-05-14T03:17:23.581Z Downloaded zip v0.6.6
12142024-05-14T03:17:23.582Z Downloaded unsafe-libyaml v0.2.10
12152024-05-14T03:17:23.582Z Downloaded unicode-bidi v0.3.15
12162024-05-14T03:17:23.582Z Downloaded tower-service v0.3.2
12172024-05-14T03:17:23.582Z Downloaded toolchain_find v0.4.0
12182024-05-14T03:17:23.582Z Downloaded memchr v2.7.1
12192024-05-14T03:17:23.603Z Downloaded rfc6979 v0.4.0
12202024-05-14T03:17:23.603Z Downloaded resolv-conf v0.7.0
12212024-05-14T03:17:23.603Z Downloaded tokio-tungstenite v0.21.0
12222024-05-14T03:17:23.603Z Downloaded spin v0.9.8
12232024-05-14T03:17:23.603Z Downloaded sha2 v0.10.8
12242024-05-14T03:17:23.604Z Downloaded russh-keys v0.43.0
12252024-05-14T03:17:23.604Z Downloaded signal-hook v0.3.17
12262024-05-14T03:17:23.604Z Downloaded fastrand v2.0.1
12272024-05-14T03:17:23.705Z Downloaded fallible-iterator v0.2.0
12282024-05-14T03:17:23.705Z Downloaded errno v0.3.8
12292024-05-14T03:17:23.705Z Downloaded pin-project-lite v0.2.13
12302024-05-14T03:17:23.706Z Downloaded polyval v0.6.1
12312024-05-14T03:17:23.706Z Downloaded group v0.13.0
12322024-05-14T03:17:23.706Z Downloaded darling_core v0.20.8
12332024-05-14T03:17:23.706Z Downloaded openssl-sys v0.9.102
12342024-05-14T03:17:23.706Z Downloaded futures-channel v0.3.30
12352024-05-14T03:17:23.707Z Downloaded socket2 v0.5.6
12362024-05-14T03:17:23.707Z Downloaded crypto-bigint v0.5.2
12372024-05-14T03:17:24.143Z Downloaded clap v4.5.4
12382024-05-14T03:17:24.143Z Downloaded cc v1.0.83
12392024-05-14T03:17:24.144Z Downloaded omicron-zone-package v0.11.0
12402024-05-14T03:17:24.144Z Downloaded num-traits v0.2.18
12412024-05-14T03:17:24.144Z Downloaded glob v0.3.1
12422024-05-14T03:17:24.144Z Downloaded futures-io v0.3.30
12432024-05-14T03:17:24.144Z Downloaded futures-executor v0.3.30
12442024-05-14T03:17:24.144Z Downloaded strsim v0.11.0
12452024-05-14T03:17:24.145Z Downloaded strsim v0.10.0
12462024-05-14T03:17:24.145Z Downloaded spki v0.7.2
12472024-05-14T03:17:24.145Z Downloaded parking_lot v0.12.1
12482024-05-14T03:17:24.145Z Downloaded bstr v0.2.17
12492024-05-14T03:17:24.145Z Downloaded pest_derive v2.7.6
12502024-05-14T03:17:24.145Z Downloaded parking_lot v0.11.2
12512024-05-14T03:17:24.146Z Downloaded pem-rfc7468 v0.7.0
12522024-05-14T03:17:24.146Z Downloaded parking_lot_core v0.9.8
12532024-05-14T03:17:24.146Z Downloaded num-complex v0.4.5
12542024-05-14T03:17:24.146Z Downloaded usdt v0.5.0
12552024-05-14T03:17:24.146Z Downloaded untrusted v0.9.0
12562024-05-14T03:17:24.146Z Downloaded untrusted v0.7.1
12572024-05-14T03:17:24.147Z Downloaded filetime v0.2.23
12582024-05-14T03:17:24.147Z Downloaded miniz_oxide v0.7.1
12592024-05-14T03:17:24.147Z Downloaded memmap2 v0.7.1
12602024-05-14T03:17:24.147Z Downloaded parking_lot_core v0.8.6
12612024-05-14T03:17:24.147Z Downloaded crossbeam-epoch v0.9.18
12622024-05-14T03:17:24.148Z Downloaded const-oid v0.9.6
12632024-05-14T03:17:24.148Z Downloaded percent-encoding v2.3.1
12642024-05-14T03:17:24.148Z Downloaded pem v3.0.4
12652024-05-14T03:17:24.148Z Downloaded pbkdf2 v0.11.0
12662024-05-14T03:17:24.148Z Downloaded crc32fast v1.3.2
12672024-05-14T03:17:24.148Z Downloaded cookie_store v0.20.0
12682024-05-14T03:17:24.149Z Downloaded darling v0.20.8
12692024-05-14T03:17:24.149Z Downloaded precomputed-hash v0.1.1
12702024-05-14T03:17:24.150Z Downloaded pest_generator v2.7.6
12712024-05-14T03:17:24.150Z Downloaded num-iter v0.1.44
12722024-05-14T03:17:24.151Z Downloaded addr2line v0.21.0
12732024-05-14T03:17:24.151Z Downloaded num-derive v0.4.0
12742024-05-14T03:17:24.151Z Downloaded cookie v0.17.0
12752024-05-14T03:17:24.151Z Downloaded cancel-safe-futures v0.1.5
12762024-05-14T03:17:24.151Z Downloaded camino v1.1.6
12772024-05-14T03:17:24.152Z Downloaded bzip2 v0.4.4
12782024-05-14T03:17:24.152Z Downloaded num-integer v0.1.46
12792024-05-14T03:17:24.152Z Downloaded stringprep v0.1.3
12802024-05-14T03:17:24.152Z Downloaded num_enum v0.5.11
12812024-05-14T03:17:24.152Z Downloaded colored v2.1.0
12822024-05-14T03:17:24.152Z Downloaded peg-runtime v0.8.3
12832024-05-14T03:17:24.153Z Downloaded memmap v0.7.0
12842024-05-14T03:17:24.153Z Downloaded cpufeatures v0.2.12
12852024-05-14T03:17:24.153Z Downloaded constant_time_eq v0.3.0
12862024-05-14T03:17:24.153Z Downloaded cipher v0.4.4
12872024-05-14T03:17:24.153Z Downloaded cfg-if v1.0.0
12882024-05-14T03:17:24.153Z Downloaded anyhow v1.0.83
12892024-05-14T03:17:24.154Z Downloaded byteorder v1.5.0
12902024-05-14T03:17:24.154Z Downloaded bytecount v0.6.3
12912024-05-14T03:17:24.154Z Downloaded normalize-line-endings v0.3.0
12922024-05-14T03:17:24.154Z Downloaded aead v0.5.2
12932024-05-14T03:17:24.154Z Downloaded cstr-argument v0.1.2
12942024-05-14T03:17:24.154Z Downloaded async-trait v0.1.80
12952024-05-14T03:17:24.154Z Downloaded arrayvec v0.7.4
12962024-05-14T03:17:24.155Z Downloaded darling_macro v0.20.8
12972024-05-14T03:17:24.155Z Downloaded bitstruct_derive v0.1.0
12982024-05-14T03:17:24.161Z Downloaded linear-map v1.2.0
12992024-05-14T03:17:24.161Z Downloaded kstat-rs v0.2.3
13002024-05-14T03:17:24.162Z Downloaded keccak v0.1.4
13012024-05-14T03:17:24.162Z Downloaded ipnet v2.9.0
13022024-05-14T03:17:24.180Z Downloaded bitstruct v0.1.1
13032024-05-14T03:17:24.181Z Downloaded indexmap v2.2.6
13042024-05-14T03:17:24.181Z Compiling proc-macro2 v1.0.81
13052024-05-14T03:17:24.181Z Compiling unicode-ident v1.0.12
13062024-05-14T03:17:24.182Z Compiling libc v0.2.153
13072024-05-14T03:17:24.182Z Compiling serde v1.0.201
13082024-05-14T03:17:24.182Z Compiling version_check v0.9.4
13092024-05-14T03:17:24.183Z Compiling cfg-if v1.0.0
13102024-05-14T03:17:24.213Z Compiling autocfg v1.1.0
13112024-05-14T03:17:24.326Z Compiling typenum v1.16.0
13122024-05-14T03:17:24.326Z Compiling parking_lot_core v0.9.8
13132024-05-14T03:17:24.433Z Compiling once_cell v1.19.0
13142024-05-14T03:17:24.799Z Compiling libm v0.2.7
13152024-05-14T03:17:24.947Z Compiling generic-array v0.14.7
13162024-05-14T03:17:25.007Z Compiling lock_api v0.4.10
13172024-05-14T03:17:26.121Z Compiling ahash v0.8.8
13182024-05-14T03:17:26.151Z Compiling thiserror v1.0.59
13192024-05-14T03:17:26.151Z Compiling num-traits v0.2.18
13202024-05-14T03:17:26.227Z Compiling byteorder v1.5.0
13212024-05-14T03:17:26.253Z Compiling serde_json v1.0.116
13222024-05-14T03:17:26.387Z Compiling memchr v2.7.1
13232024-05-14T03:17:26.569Z Compiling log v0.4.21
13242024-05-14T03:17:26.664Z Compiling itoa v1.0.9
13252024-05-14T03:17:26.826Z Compiling scopeguard v1.2.0
13262024-05-14T03:17:27.026Z Compiling slab v0.4.9
13272024-05-14T03:17:27.328Z Compiling quote v1.0.36
13282024-05-14T03:17:27.484Z Compiling getrandom v0.2.12
13292024-05-14T03:17:27.777Z Compiling syn v2.0.60
13302024-05-14T03:17:27.778Z Compiling cc v1.0.83
13312024-05-14T03:17:27.968Z Compiling rand_core v0.6.4
13322024-05-14T03:17:28.209Z Compiling smallvec v1.13.1
13332024-05-14T03:17:28.291Z Compiling allocator-api2 v0.2.16
13342024-05-14T03:17:28.372Z Compiling pin-project-lite v0.2.13
13352024-05-14T03:17:28.498Z Compiling subtle v2.5.0
13362024-05-14T03:17:28.523Z Compiling syn v1.0.109
13372024-05-14T03:17:28.636Z Compiling ryu v1.0.15
13382024-05-14T03:17:29.733Z Compiling pkg-config v0.3.27
13392024-05-14T03:17:29.733Z Compiling parking_lot v0.12.1
13402024-05-14T03:17:29.733Z Compiling schemars v0.8.17
13412024-05-14T03:17:29.733Z Compiling signal-hook-registry v1.4.1
13422024-05-14T03:17:29.734Z Compiling mio v0.8.11
13432024-05-14T03:17:29.808Z Compiling equivalent v1.0.1
13442024-05-14T03:17:29.980Z Compiling socket2 v0.5.6
13452024-05-14T03:17:30.083Z Compiling num_cpus v1.16.0
13462024-05-14T03:17:30.179Z Compiling time-core v0.1.2
13472024-05-14T03:17:30.344Z Compiling num-conv v0.1.0
13482024-05-14T03:17:30.844Z Compiling time-macros v0.2.17
13492024-05-14T03:17:30.845Z Compiling ring v0.17.8
13502024-05-14T03:17:30.845Z Compiling futures-core v0.3.30
13512024-05-14T03:17:30.998Z Compiling vcpkg v0.2.15
13522024-05-14T03:17:31.046Z Compiling const-oid v0.9.6
13532024-05-14T03:17:31.321Z Compiling httparse v1.8.0
13542024-05-14T03:17:33.120Z Compiling openssl-sys v0.9.102
13552024-05-14T03:17:33.163Z Compiling fnv v1.0.7
13562024-05-14T03:17:33.727Z Compiling futures-sink v0.3.30
13572024-05-14T03:17:33.741Z Compiling ring v0.16.20
13582024-05-14T03:17:33.814Z Compiling futures-channel v0.3.30
13592024-05-14T03:17:33.831Z Compiling futures-task v0.3.30
13602024-05-14T03:17:34.527Z Compiling futures-io v0.3.30
13612024-05-14T03:17:34.539Z Compiling spin v0.5.2
13622024-05-14T03:17:34.539Z Compiling slog v2.7.0
13632024-05-14T03:17:34.539Z Compiling pin-utils v0.1.0
13642024-05-14T03:17:34.540Z Compiling openssl v0.10.64
13652024-05-14T03:17:34.540Z Compiling semver v1.0.22
13662024-05-14T03:17:34.540Z Compiling heck v0.4.1
13672024-05-14T03:17:34.540Z Compiling rustix v0.38.31
13682024-05-14T03:17:34.635Z Compiling iana-time-zone v0.1.57
13692024-05-14T03:17:34.722Z Compiling serde_derive_internals v0.29.0
13702024-05-14T03:17:34.835Z Compiling native-tls v0.2.11
13712024-05-14T03:17:34.842Z Compiling rustls v0.21.9
13722024-05-14T03:17:35.133Z Compiling tinyvec_macros v0.1.1
13732024-05-14T03:17:35.174Z Compiling cpufeatures v0.2.12
13742024-05-14T03:17:35.201Z Compiling backtrace v0.3.69
13752024-05-14T03:17:35.275Z Compiling tinyvec v1.6.0
13762024-05-14T03:17:35.294Z Compiling cookie v0.17.0
13772024-05-14T03:17:35.879Z Compiling aho-corasick v1.1.2
13782024-05-14T03:17:35.899Z Compiling heck v0.5.0
13792024-05-14T03:17:36.397Z Compiling dyn-clone v1.0.17
13802024-05-14T03:17:36.425Z Compiling regex-syntax v0.8.2
13812024-05-14T03:17:36.519Z Compiling unicode-bidi v0.3.15
13822024-05-14T03:17:36.671Z Compiling unicode-normalization v0.1.22
13832024-05-14T03:17:37.408Z Compiling ppv-lite86 v0.2.17
13842024-05-14T03:17:37.463Z Compiling anyhow v1.0.83
13852024-05-14T03:17:37.721Z Compiling crossbeam-utils v0.8.19
13862024-05-14T03:17:38.068Z Compiling tracing-core v0.1.32
13872024-05-14T03:17:38.611Z Compiling ucd-trie v0.1.6
13882024-05-14T03:17:39.446Z Compiling percent-encoding v2.3.1
13892024-05-14T03:17:39.667Z Compiling regex-automata v0.4.5
13902024-05-14T03:17:39.775Z Compiling rand_chacha v0.3.1
13912024-05-14T03:17:41.452Z Compiling rand v0.8.5
13922024-05-14T03:17:41.673Z Compiling spin v0.9.8
13932024-05-14T03:17:41.812Z Compiling serde_derive v1.0.201
13942024-05-14T03:17:41.844Z Compiling zeroize_derive v1.4.2
13952024-05-14T03:17:42.058Z Compiling zerocopy-derive v0.7.32
13962024-05-14T03:17:42.700Z Compiling thiserror-impl v1.0.59
13972024-05-14T03:17:42.830Z Compiling tokio-macros v2.2.0
13982024-05-14T03:17:43.268Z Compiling futures-macro v0.3.30
13992024-05-14T03:17:43.452Z Compiling tracing-attributes v0.1.27
14002024-05-14T03:17:43.508Z Compiling zeroize v1.7.0
14012024-05-14T03:17:44.402Z Compiling zerocopy v0.7.32
14022024-05-14T03:17:44.532Z Compiling schemars_derive v0.8.17
14032024-05-14T03:17:45.260Z Compiling crypto-common v0.1.6
14042024-05-14T03:17:45.492Z Compiling block-buffer v0.10.4
14052024-05-14T03:17:45.733Z Compiling digest v0.10.7
14062024-05-14T03:17:46.286Z Compiling futures-util v0.3.30
14072024-05-14T03:17:46.335Z Compiling openssl-macros v0.1.1
14082024-05-14T03:17:46.611Z Compiling hashbrown v0.14.3
14092024-05-14T03:17:47.039Z Compiling async-trait v0.1.80
14102024-05-14T03:17:47.626Z Compiling scroll_derive v0.12.0
14112024-05-14T03:17:47.996Z Compiling tracing v0.1.40
14122024-05-14T03:17:48.016Z Compiling pest v2.7.6
14132024-05-14T03:17:48.524Z Compiling regex v1.10.4
14142024-05-14T03:17:49.098Z Compiling der_derive v0.7.2
14152024-05-14T03:17:49.688Z Compiling powerfmt v0.2.0
14162024-05-14T03:17:49.861Z Compiling rustversion v1.0.14
14172024-05-14T03:17:50.504Z Compiling pest_meta v2.7.6
14182024-05-14T03:17:50.603Z Compiling deranged v0.3.11
14192024-05-14T03:17:51.439Z Compiling form_urlencoded v1.2.1
14202024-05-14T03:17:51.700Z Compiling pest_generator v2.7.6
14212024-05-14T03:17:51.753Z Compiling usdt-impl v0.5.0
14222024-05-14T03:17:52.098Z Compiling unicode-width v0.1.11
14232024-05-14T03:17:52.274Z Compiling winnow v0.5.15
14242024-05-14T03:17:52.342Z Compiling num_threads v0.1.6
14252024-05-14T03:17:52.942Z Compiling time v0.3.34
14262024-05-14T03:17:53.740Z Compiling scroll v0.12.0
14272024-05-14T03:17:55.083Z Compiling pest_derive v2.7.6
14282024-05-14T03:17:55.709Z Compiling plain v0.2.3
14292024-05-14T03:17:55.865Z Compiling goblin v0.8.0
14302024-05-14T03:17:55.886Z Compiling idna v0.5.0
14312024-05-14T03:17:56.302Z Compiling bytes v1.6.0
14322024-05-14T03:17:57.313Z Compiling indexmap v2.2.6
14332024-05-14T03:17:57.475Z Compiling tokio v1.37.0
14342024-05-14T03:17:58.142Z Compiling serde_tokenstream v0.2.0
14352024-05-14T03:17:58.608Z Compiling uuid v1.8.0
14362024-05-14T03:17:58.646Z Compiling chrono v0.4.38
14372024-05-14T03:17:58.779Z Compiling bitflags v2.4.2
14382024-05-14T03:17:59.957Z Compiling http v0.2.12
14392024-05-14T03:18:00.540Z Compiling toml_datetime v0.6.5
14402024-05-14T03:18:01.040Z Compiling serde_spanned v0.6.5
14412024-05-14T03:18:01.528Z Compiling rustc_version v0.4.0
14422024-05-14T03:18:02.344Z Compiling toml_edit v0.19.15
14432024-05-14T03:18:02.782Z Compiling openapiv3 v2.0.0
14442024-05-14T03:18:05.076Z Compiling pretty-hex v0.4.1
14452024-05-14T03:18:06.272Z Compiling crc32fast v1.3.2
14462024-05-14T03:18:06.294Z Compiling dof v0.3.0
14472024-05-14T03:18:06.781Z Compiling url v2.5.0
14482024-05-14T03:18:06.921Z Compiling dtrace-parser v0.2.0
14492024-05-14T03:18:07.695Z Compiling lazy_static v1.4.0
14502024-05-14T03:18:08.039Z Compiling thread-id v4.2.0
14512024-05-14T03:18:09.511Z Compiling untrusted v0.9.0
14522024-05-14T03:18:09.681Z Compiling foreign-types-shared v0.1.1
14532024-05-14T03:18:09.791Z Compiling tokio-util v0.7.10
14542024-05-14T03:18:10.586Z Compiling untrusted v0.7.1
14552024-05-14T03:18:13.283Z Compiling foreign-types v0.3.2
14562024-05-14T03:18:14.374Z Compiling errno v0.3.8
14572024-05-14T03:18:14.587Z Compiling try-lock v0.2.4
14582024-05-14T03:18:14.610Z Compiling base64 v0.21.7
14592024-05-14T03:18:15.092Z Compiling adler v1.0.2
14602024-05-14T03:18:15.092Z Compiling want v0.3.1
14612024-05-14T03:18:15.093Z Compiling miniz_oxide v0.7.1
14622024-05-14T03:18:15.696Z Compiling sct v0.7.0
14632024-05-14T03:18:16.062Z Compiling rustls-webpki v0.101.7
14642024-05-14T03:18:16.466Z Compiling h2 v0.3.26
14652024-05-14T03:18:16.500Z Compiling usdt-attr-macro v0.5.0
14662024-05-14T03:18:17.055Z Compiling usdt-macro v0.5.0
14672024-05-14T03:18:18.149Z Compiling http-body v0.4.5
14682024-05-14T03:18:18.815Z Compiling num-bigint v0.4.4
14692024-05-14T03:18:22.241Z Compiling httpdate v1.0.3
14702024-05-14T03:18:22.378Z Compiling tower-service v0.3.2
14712024-05-14T03:18:22.379Z Compiling openssl-probe v0.1.5
14722024-05-14T03:18:22.379Z Compiling heapless v0.7.16
14732024-05-14T03:18:22.379Z Compiling idna v0.3.0
14742024-05-14T03:18:22.379Z Compiling bzip2-sys v0.1.11+1.0.8
14752024-05-14T03:18:22.379Z Compiling signal-hook v0.3.17
14762024-05-14T03:18:22.520Z Compiling psl-types v2.0.11
14772024-05-14T03:18:22.834Z Compiling hyper v0.14.28
14782024-05-14T03:18:23.363Z Compiling base64ct v1.6.0
14792024-05-14T03:18:24.314Z Compiling publicsuffix v2.2.3
14802024-05-14T03:18:25.019Z Compiling tokio-rustls v0.24.1
14812024-05-14T03:18:25.188Z Compiling tokio-native-tls v0.3.1
14822024-05-14T03:18:25.226Z Compiling crossbeam-epoch v0.9.18
14832024-05-14T03:18:25.404Z Compiling gimli v0.28.0
14842024-05-14T03:18:25.609Z Compiling ipnet v2.9.0
14852024-05-14T03:18:26.353Z Compiling cookie_store v0.20.0
14862024-05-14T03:18:26.874Z Compiling rustls-pemfile v1.0.3
14872024-05-14T03:18:27.252Z Compiling serde_urlencoded v0.7.1
14882024-05-14T03:18:28.281Z Compiling enum-as-inner v0.5.1
14892024-05-14T03:18:28.481Z Compiling object v0.32.1
14902024-05-14T03:18:28.990Z Compiling encoding_rs v0.8.33
14912024-05-14T03:18:29.642Z Compiling hyper-tls v0.5.0
14922024-05-14T03:18:29.982Z Compiling hyper-rustls v0.24.2
14932024-05-14T03:18:30.112Z Compiling addr2line v0.21.0
14942024-05-14T03:18:30.181Z Compiling smoltcp v0.9.1
14952024-05-14T03:18:30.748Z Compiling data-encoding v2.4.0
14962024-05-14T03:18:30.928Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14972024-05-14T03:18:32.260Z Compiling either v1.11.0
14982024-05-14T03:18:32.309Z Compiling mime v0.3.17
14992024-05-14T03:18:32.675Z Compiling webpki-roots v0.25.2
15002024-05-14T03:18:32.769Z Compiling rustc-demangle v0.1.23
15012024-05-14T03:18:33.272Z Compiling sync_wrapper v0.1.2
15022024-05-14T03:18:33.284Z Compiling reqwest v0.11.27
15032024-05-14T03:18:33.284Z Compiling pem-rfc7468 v0.7.0
15042024-05-14T03:18:34.635Z Compiling hmac v0.12.1
15052024-05-14T03:18:34.861Z Compiling futures-executor v0.3.30
15062024-05-14T03:18:35.458Z Compiling regress v0.9.1
15072024-05-14T03:18:37.538Z Compiling unicode-segmentation v1.10.1
15082024-05-14T03:18:37.643Z Compiling flagset v0.4.3
15092024-05-14T03:18:37.694Z Compiling winnow v0.6.1
15102024-05-14T03:18:37.711Z Compiling siphasher v0.3.11
15112024-05-14T03:18:37.837Z Compiling der v0.7.8
15122024-05-14T03:18:39.028Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
15132024-05-14T03:18:40.721Z Compiling flate2 v1.0.28
15142024-05-14T03:18:41.224Z Compiling toml_edit v0.22.12
15152024-05-14T03:18:43.006Z Compiling hubpack_derive v0.1.1
15162024-05-14T03:18:43.088Z Compiling zerocopy-derive v0.6.6
15172024-05-14T03:18:43.299Z Compiling clap_derive v4.5.4
15182024-05-14T03:18:44.504Z Compiling bitflags v1.3.2
15192024-05-14T03:18:45.050Z Compiling utf8parse v0.2.1
15202024-05-14T03:18:45.166Z Compiling anstyle v1.0.7
15212024-05-14T03:18:45.212Z Compiling anstyle-parse v0.2.1
15222024-05-14T03:18:45.524Z Compiling sha2 v0.10.8
15232024-05-14T03:18:47.013Z Compiling futures v0.3.30
15242024-05-14T03:18:47.689Z Compiling spki v0.7.2
15252024-05-14T03:18:48.463Z Compiling md-5 v0.10.5
15262024-05-14T03:18:48.560Z Compiling toml v0.7.8
15272024-05-14T03:18:48.706Z Compiling hex v0.4.3
15282024-05-14T03:18:49.029Z Compiling block-padding v0.3.3
15292024-05-14T03:18:49.059Z Compiling stringprep v0.1.3
15302024-05-14T03:18:49.275Z Compiling diesel_table_macro_syntax v0.1.0
15312024-05-14T03:18:49.329Z Compiling num-integer v0.1.46
15322024-05-14T03:18:49.480Z Compiling hash32 v0.2.1
15332024-05-14T03:18:49.845Z Compiling anstyle-query v1.0.0
15342024-05-14T03:18:49.975Z Compiling fallible-iterator v0.2.0
15352024-05-14T03:18:50.077Z Compiling stable_deref_trait v1.2.0
15362024-05-14T03:18:50.254Z Compiling colorchoice v1.0.0
15372024-05-14T03:18:50.794Z Compiling anstream v0.6.11
15382024-05-14T03:18:50.817Z Compiling postgres-protocol v0.6.6
15392024-05-14T03:18:51.135Z Compiling diesel_derives v2.1.2
15402024-05-14T03:18:51.432Z Compiling inout v0.1.3
15412024-05-14T03:18:52.018Z Compiling pkcs8 v0.10.2
15422024-05-14T03:18:52.561Z Compiling phf_shared v0.11.2
15432024-05-14T03:18:52.959Z Compiling terminal_size v0.3.0
15442024-05-14T03:18:53.080Z Compiling ff v0.13.0
15452024-05-14T03:18:53.185Z Compiling strum_macros v0.25.2
15462024-05-14T03:18:53.653Z Compiling serde_repr v0.1.16
15472024-05-14T03:18:53.676Z Compiling scheduled-thread-pool v0.2.7
15482024-05-14T03:18:54.023Z Compiling base16ct v0.2.0
15492024-05-14T03:18:54.262Z Compiling strsim v0.11.0
15502024-05-14T03:18:54.334Z Compiling matches v0.1.10
15512024-05-14T03:18:54.338Z Compiling regex-automata v0.1.10
15522024-05-14T03:18:54.409Z Compiling managed v0.8.0
15532024-05-14T03:18:55.853Z Compiling bit-vec v0.6.3
15542024-05-14T03:18:55.888Z Compiling clap_lex v0.7.0
15552024-05-14T03:18:55.888Z Compiling clap_builder v4.5.2
15562024-05-14T03:18:55.888Z Compiling bstr v0.2.17
15572024-05-14T03:18:55.940Z Compiling idna v0.2.3
15582024-05-14T03:18:56.945Z Compiling sec1 v0.7.3
15592024-05-14T03:18:56.980Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
15602024-05-14T03:18:57.345Z Compiling r2d2 v0.8.10
15612024-05-14T03:18:57.528Z Compiling group v0.13.0
15622024-05-14T03:18:57.844Z Compiling phf v0.11.2
15632024-05-14T03:18:58.148Z Compiling signal-hook-mio v0.2.3
15642024-05-14T03:18:58.312Z Compiling bzip2 v0.4.4
15652024-05-14T03:18:58.337Z Compiling cipher v0.4.4
15662024-05-14T03:18:58.718Z Compiling postgres-types v0.2.6
15672024-05-14T03:18:59.181Z Compiling zerocopy v0.6.6
15682024-05-14T03:18:59.715Z Compiling hubpack v0.1.2
15692024-05-14T03:19:00.112Z Compiling phf_shared v0.10.0
15702024-05-14T03:19:00.219Z Compiling hkdf v0.12.4
15712024-05-14T03:19:00.397Z Compiling crypto-bigint v0.5.2
15722024-05-14T03:19:00.419Z Compiling ipnetwork v0.20.0
15732024-05-14T03:19:01.987Z Compiling float-cmp v0.9.0
15742024-05-14T03:19:02.208Z Compiling memmap v0.7.0
15752024-05-14T03:19:02.561Z Compiling predicates-core v1.0.6
15762024-05-14T03:19:03.855Z Compiling static_assertions v1.1.0
15772024-05-14T03:19:03.916Z Compiling minimal-lexical v0.2.1
15782024-05-14T03:19:04.429Z Compiling whoami v1.5.1
15792024-05-14T03:19:04.452Z Compiling new_debug_unreachable v1.0.4
15802024-05-14T03:19:04.668Z Compiling normalize-line-endings v0.3.0
15812024-05-14T03:19:04.939Z Compiling difflib v0.4.0
15822024-05-14T03:19:04.982Z Compiling fixedbitset v0.4.2
15832024-05-14T03:19:05.063Z Compiling precomputed-hash v0.1.1
15842024-05-14T03:19:05.170Z Compiling string_cache v0.8.7
15852024-05-14T03:19:05.278Z Compiling petgraph v0.6.4
15862024-05-14T03:19:05.413Z Compiling predicates v3.1.0
15872024-05-14T03:19:06.634Z Compiling tokio-postgres v0.7.10
15882024-05-14T03:19:06.919Z Compiling diesel v2.1.6
15892024-05-14T03:19:07.214Z Compiling nom v7.1.3
15902024-05-14T03:19:07.268Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
15912024-05-14T03:19:07.977Z Compiling trust-dns-proto v0.22.0
15922024-05-14T03:19:08.390Z Compiling usdt v0.5.0
15932024-05-14T03:19:08.868Z Compiling elliptic-curve v0.13.8
15942024-05-14T03:19:08.982Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
15952024-05-14T03:19:09.102Z Compiling yasna v0.5.2
15962024-05-14T03:19:09.629Z Compiling clap v4.5.4
15972024-05-14T03:19:09.734Z Compiling zip v0.6.6
15982024-05-14T03:19:10.835Z Compiling crossterm v0.27.0
15992024-05-14T03:19:11.534Z Compiling similar v2.4.0
16002024-05-14T03:19:11.628Z Compiling bit-set v0.5.3
16012024-05-14T03:19:11.918Z Compiling num-iter v0.1.44
16022024-05-14T03:19:12.118Z Compiling console v0.15.8
16032024-05-14T03:19:12.780Z Compiling itertools v0.10.5
16042024-05-14T03:19:13.389Z Compiling tokio-stream v0.1.15
16052024-05-14T03:19:14.026Z Compiling getopts v0.2.21
16062024-05-14T03:19:14.369Z Compiling bstr v1.9.0
16072024-05-14T03:19:14.651Z Compiling unsafe-libyaml v0.2.10
16082024-05-14T03:19:14.943Z Compiling lalrpop-util v0.19.12
16092024-05-14T03:19:14.977Z Compiling peg-runtime v0.8.3
16102024-05-14T03:19:15.917Z Compiling serde_yaml v0.9.25
16112024-05-14T03:19:16.126Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
16122024-05-14T03:19:18.461Z Compiling camino v1.1.6
16132024-05-14T03:19:22.041Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
16142024-05-14T03:19:22.455Z Compiling sha1 v0.10.6
16152024-05-14T03:19:24.199Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
16162024-05-14T03:19:37.299Z Compiling strsim v0.10.0
16172024-05-14T03:19:37.689Z Compiling ident_case v1.0.1
16182024-05-14T03:19:37.848Z Compiling darling_core v0.20.8
16192024-05-14T03:19:41.048Z Compiling strum_macros v0.26.1
16202024-05-14T03:19:42.603Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
16212024-05-14T03:19:42.618Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16222024-05-14T03:19:44.834Z Compiling darling_macro v0.20.8
16232024-05-14T03:19:46.448Z Compiling strum v0.26.2
16242024-05-14T03:19:47.180Z Compiling darling v0.20.8
16252024-05-14T03:19:47.231Z Compiling dirs-sys-next v0.1.2
16262024-05-14T03:19:47.290Z Compiling base64 v0.22.1
16272024-05-14T03:19:47.593Z Compiling match_cfg v0.1.0
16282024-05-14T03:19:47.693Z Compiling hostname v0.3.1
16292024-05-14T03:19:47.872Z Compiling dirs-next v2.0.0
16302024-05-14T03:19:47.979Z Compiling http v1.0.0
16312024-05-14T03:19:48.012Z Compiling thread_local v1.1.7
16322024-05-14T03:19:48.033Z Compiling rustls-pki-types v1.3.0
16332024-05-14T03:19:48.053Z Compiling slog-async v2.8.0
16342024-05-14T03:19:48.293Z Compiling term v0.7.0
16352024-05-14T03:19:48.589Z Compiling crossbeam-channel v0.5.8
16362024-05-14T03:19:48.611Z Compiling is-terminal v0.4.9
16372024-05-14T03:19:48.730Z Compiling take_mut v0.2.2
16382024-05-14T03:19:48.750Z Compiling rustls v0.22.4
16392024-05-14T03:19:48.879Z Compiling paste v1.0.14
16402024-05-14T03:19:49.058Z Compiling slog-term v2.9.1
16412024-05-14T03:19:49.446Z Compiling rustls-webpki v0.102.1
16422024-05-14T03:19:49.656Z Compiling multer v3.1.0
16432024-05-14T03:19:49.849Z Compiling instant v0.1.12
16442024-05-14T03:19:50.043Z Compiling slog-json v2.6.1
16452024-05-14T03:19:50.375Z Compiling async-stream-impl v0.3.5
16462024-05-14T03:19:50.411Z Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
16472024-05-14T03:19:50.577Z Compiling atomic-waker v1.1.1
16482024-05-14T03:19:50.723Z Compiling debug-ignore v1.0.5
16492024-05-14T03:19:50.840Z Compiling waitgroup v0.1.2
16502024-05-14T03:19:50.883Z Compiling slog-bunyan v2.5.0
16512024-05-14T03:19:51.961Z Compiling rustls-pemfile v2.1.2
16522024-05-14T03:19:52.001Z Compiling serde_with_macros v3.7.0
16532024-05-14T03:19:52.001Z Compiling toml v0.8.12
16542024-05-14T03:19:52.001Z Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
16552024-05-14T03:19:52.001Z Compiling async-stream v0.3.5
16562024-05-14T03:19:52.127Z Compiling serde_path_to_error v0.1.16
16572024-05-14T03:19:52.173Z Compiling structmeta-derive v0.3.0
16582024-05-14T03:19:52.963Z Compiling hostname v0.4.0
16592024-05-14T03:19:53.197Z Compiling proc-macro-error-attr v1.0.4
16602024-05-14T03:19:53.215Z Compiling proc-macro-error v1.0.4
16612024-05-14T03:19:53.510Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
16622024-05-14T03:19:53.847Z Compiling newtype-uuid v1.1.0
16632024-05-14T03:19:53.961Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
16642024-05-14T03:19:54.150Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
16652024-05-14T03:19:54.366Z Compiling tokio-rustls v0.25.0
16662024-05-14T03:19:54.399Z Compiling serde_with v3.7.0
16672024-05-14T03:19:54.728Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
16682024-05-14T03:19:55.163Z Compiling backoff v0.4.0
16692024-05-14T03:19:55.249Z Compiling structmeta v0.3.0
16702024-05-14T03:19:55.498Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
16712024-05-14T03:19:55.681Z Compiling parse-display-derive v0.9.0
16722024-05-14T03:19:56.329Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
16732024-05-14T03:19:56.508Z Compiling macaddr v1.0.1
16742024-05-14T03:19:56.975Z Compiling proc-macro-crate v1.3.1
16752024-05-14T03:19:57.385Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16762024-05-14T03:19:57.772Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16772024-05-14T03:19:58.061Z Compiling num_enum_derive v0.5.11
16782024-05-14T03:19:58.106Z Compiling foreign-types-macros v0.2.3
16792024-05-14T03:19:58.319Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16802024-05-14T03:19:58.605Z Compiling foreign-types-shared v0.3.1
16812024-05-14T03:19:58.723Z Compiling heapless v0.8.0
16822024-05-14T03:19:59.423Z Compiling foreign-types v0.5.0
16832024-05-14T03:19:59.741Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16842024-05-14T03:19:59.759Z Compiling cstr-argument v0.1.2
16852024-05-14T03:20:00.011Z Compiling hash32 v0.3.1
16862024-05-14T03:20:00.243Z Compiling pretty-hex v0.2.1
16872024-05-14T03:20:00.418Z Compiling smoltcp v0.11.0
16882024-05-14T03:20:00.499Z Compiling parse-display v0.9.0
16892024-05-14T03:20:00.738Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16902024-05-14T03:20:00.852Z Compiling num_enum v0.5.11
16912024-05-14T03:20:01.077Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16922024-05-14T03:20:01.196Z Compiling tabwriter v1.4.0
16932024-05-14T03:20:01.245Z Compiling colored v2.1.0
16942024-05-14T03:20:01.390Z Compiling socket2 v0.4.9
16952024-05-14T03:20:01.421Z Compiling fastrand v2.0.1
16962024-05-14T03:20:01.627Z Compiling cobs v0.2.3
16972024-05-14T03:20:01.705Z Compiling embedded-io v0.4.0
16982024-05-14T03:20:01.922Z Compiling postcard v1.0.8
16992024-05-14T03:20:01.940Z Compiling tempfile v3.10.1
17002024-05-14T03:20:02.015Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17012024-05-14T03:20:02.257Z Compiling crucible-workspace-hack v0.1.0
17022024-05-14T03:20:02.316Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17032024-05-14T03:20:02.560Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17042024-05-14T03:20:02.583Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17052024-05-14T03:20:02.738Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
17062024-05-14T03:20:02.879Z Compiling smf v0.2.3
17072024-05-14T03:20:03.036Z Compiling humantime v2.1.0
17082024-05-14T03:20:03.062Z Compiling platforms v3.0.2
17092024-05-14T03:20:03.404Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
17102024-05-14T03:20:03.516Z Compiling camino-tempfile v1.1.1
17112024-05-14T03:20:03.569Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
17122024-05-14T03:20:03.603Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
17132024-05-14T03:20:03.712Z Compiling num-derive v0.4.0
17142024-05-14T03:20:03.940Z Compiling sigpipe v0.1.3
17152024-05-14T03:20:04.043Z Compiling utf-8 v0.7.6
17162024-05-14T03:20:04.058Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
17172024-05-14T03:20:04.348Z Compiling atty v0.2.14
17182024-05-14T03:20:04.467Z Compiling unicase v2.7.0
17192024-05-14T03:20:04.492Z Compiling semver v0.1.20
17202024-05-14T03:20:04.775Z Compiling rayon-core v1.12.1
17212024-05-14T03:20:04.857Z Compiling curve25519-dalek v4.1.2
17222024-05-14T03:20:05.085Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
17232024-05-14T03:20:05.111Z Compiling rustc_version v0.1.7
17242024-05-14T03:20:05.148Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17252024-05-14T03:20:05.598Z Compiling newline-converter v0.3.0
17262024-05-14T03:20:05.628Z Compiling crossbeam-deque v0.8.3
17272024-05-14T03:20:05.641Z Compiling universal-hash v0.5.1
17282024-05-14T03:20:05.831Z Compiling same-file v1.0.6
17292024-05-14T03:20:06.091Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
17302024-05-14T03:20:06.121Z Compiling opaque-debug v0.3.0
17312024-05-14T03:20:06.214Z Compiling walkdir v2.5.0
17322024-05-14T03:20:06.736Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17332024-05-14T03:20:06.960Z Compiling newtype_derive v0.1.6
17342024-05-14T03:20:07.006Z Compiling expectorate v1.1.0
17352024-05-14T03:20:07.220Z Compiling tungstenite v0.20.1
17362024-05-14T03:20:07.286Z Compiling signature v2.1.0
17372024-05-14T03:20:07.333Z Compiling curve25519-dalek-derive v0.1.0
17382024-05-14T03:20:07.352Z Compiling blake3 v1.5.0
17392024-05-14T03:20:07.518Z Compiling num-rational v0.4.1
17402024-05-14T03:20:07.606Z Compiling termcolor v1.2.0
17412024-05-14T03:20:07.816Z Compiling arc-swap v1.6.0
17422024-05-14T03:20:07.949Z Compiling linked-hash-map v0.5.6
17432024-05-14T03:20:08.293Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17442024-05-14T03:20:08.436Z Compiling getrandom v0.1.16
17452024-05-14T03:20:08.465Z Compiling quick-error v1.2.3
17462024-05-14T03:20:08.523Z Compiling lru-cache v0.1.2
17472024-05-14T03:20:08.542Z Compiling slog-scope v4.4.0
17482024-05-14T03:20:08.608Z Compiling resolv-conf v0.7.0
17492024-05-14T03:20:08.713Z Compiling tokio-tungstenite v0.20.1
17502024-05-14T03:20:09.077Z Compiling env_logger v0.9.3
17512024-05-14T03:20:09.238Z Compiling rayon v1.10.0
17522024-05-14T03:20:09.468Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17532024-05-14T03:20:09.492Z Compiling password-hash v0.5.0
17542024-05-14T03:20:09.622Z Compiling blake2 v0.10.6
17552024-05-14T03:20:09.968Z Compiling bitstruct_derive v0.1.0
17562024-05-14T03:20:10.392Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17572024-05-14T03:20:10.426Z Compiling filetime v0.2.23
17582024-05-14T03:20:10.520Z Compiling memmap2 v0.7.1
17592024-05-14T03:20:10.552Z Compiling xattr v1.0.1
17602024-05-14T03:20:10.741Z Compiling libefi-sys v0.1.0
17612024-05-14T03:20:10.822Z Compiling home v0.5.5
17622024-05-14T03:20:10.925Z Compiling parking_lot_core v0.8.6
17632024-05-14T03:20:11.054Z Compiling ascii v1.1.0
17642024-05-14T03:20:11.131Z Compiling arrayvec v0.7.4
17652024-05-14T03:20:11.145Z Compiling bytecount v0.6.3
17662024-05-14T03:20:11.347Z Compiling arrayref v0.3.7
17672024-05-14T03:20:11.369Z Compiling constant_time_eq v0.3.0
17682024-05-14T03:20:11.449Z Compiling bitstruct v0.1.1
17692024-05-14T03:20:11.470Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
17702024-05-14T03:20:11.489Z Compiling papergrid v0.11.0
17712024-05-14T03:20:11.555Z Compiling toolchain_find v0.4.0
17722024-05-14T03:20:11.578Z Compiling tar v0.4.40
17732024-05-14T03:20:11.651Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17742024-05-14T03:20:11.905Z Compiling argon2 v0.5.3
17752024-05-14T03:20:12.637Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17762024-05-14T03:20:13.817Z Compiling trust-dns-resolver v0.22.0
17772024-05-14T03:20:13.987Z Compiling slog-stdlog v4.1.1
17782024-05-14T03:20:14.355Z Compiling tabled_derive v0.7.0
17792024-05-14T03:20:14.867Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17802024-05-14T03:20:15.378Z Compiling rfc6979 v0.4.0
17812024-05-14T03:20:15.593Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17822024-05-14T03:20:15.709Z Compiling serde_arrays v0.1.0
17832024-05-14T03:20:15.874Z Compiling erased-serde v0.3.31
17842024-05-14T03:20:15.936Z Compiling aead v0.5.2
17852024-05-14T03:20:16.012Z Compiling num-complex v0.4.5
17862024-05-14T03:20:16.295Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
17872024-05-14T03:20:16.626Z Compiling nibble_vec v0.1.0
17882024-05-14T03:20:16.680Z Compiling slog-dtrace v0.3.0
17892024-05-14T03:20:16.832Z Compiling topological-sort v0.2.2
17902024-05-14T03:20:16.989Z Compiling winapi v0.3.9
17912024-05-14T03:20:17.006Z Compiling endian-type v0.1.2
17922024-05-14T03:20:17.018Z Compiling cancel-safe-futures v0.1.5
17932024-05-14T03:20:17.039Z Compiling keccak v0.1.4
17942024-05-14T03:20:17.217Z Compiling radix_trie v0.2.1
17952024-05-14T03:20:17.272Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17962024-05-14T03:20:17.386Z Compiling sha3 v0.10.8
17972024-05-14T03:20:17.558Z Compiling omicron-zone-package v0.11.0
17982024-05-14T03:20:17.988Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17992024-05-14T03:20:18.486Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18002024-05-14T03:20:18.487Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18012024-05-14T03:20:18.487Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18022024-05-14T03:20:18.753Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18032024-05-14T03:20:19.134Z Compiling tabled v0.15.0
18042024-05-14T03:20:19.907Z Compiling num v0.4.2
18052024-05-14T03:20:20.071Z Compiling rustfmt-wrapper v0.2.1
18062024-05-14T03:20:20.112Z Compiling ecdsa v0.16.9
18072024-05-14T03:20:20.244Z Compiling slog-envlogger v2.2.0
18082024-05-14T03:20:20.645Z Compiling rand_core v0.5.1
18092024-05-14T03:20:20.917Z Compiling mime_guess v2.0.4
18102024-05-14T03:20:21.085Z Compiling steno v0.4.0
18112024-05-14T03:20:22.296Z Compiling poly1305 v0.8.0
18122024-05-14T03:20:22.501Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18132024-05-14T03:20:23.209Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
18142024-05-14T03:20:24.040Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18152024-05-14T03:20:24.059Z Compiling primeorder v0.13.6
18162024-05-14T03:20:24.342Z Compiling chacha20 v0.9.1
18172024-05-14T03:20:24.364Z Compiling heck v0.3.3
18182024-05-14T03:20:24.560Z Compiling secrecy v0.8.0
18192024-05-14T03:20:24.761Z Compiling thiserror-impl-no-std v2.0.2
18202024-05-14T03:20:24.787Z Compiling half v2.3.1
18212024-05-14T03:20:24.811Z Compiling ciborium-io v0.2.2
18222024-05-14T03:20:24.939Z Compiling option-ext v0.2.0
18232024-05-14T03:20:25.073Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
18242024-05-14T03:20:25.351Z Compiling convert_case v0.4.0
18252024-05-14T03:20:25.379Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
18262024-05-14T03:20:25.435Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18272024-05-14T03:20:25.600Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18282024-05-14T03:20:25.720Z Compiling ciborium-ll v0.2.2
18292024-05-14T03:20:26.142Z Compiling dirs-sys v0.4.1
18302024-05-14T03:20:26.228Z Compiling zone_cfg_derive v0.1.2
18312024-05-14T03:20:26.336Z Compiling derive_more v0.99.17
18322024-05-14T03:20:26.577Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
18332024-05-14T03:20:26.769Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
18342024-05-14T03:20:27.716Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18352024-05-14T03:20:27.787Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
18362024-05-14T03:20:28.035Z Compiling thiserror-no-std v2.0.2
18372024-05-14T03:20:28.156Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18382024-05-14T03:20:28.580Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
18392024-05-14T03:20:29.030Z Compiling parking_lot v0.11.2
18402024-05-14T03:20:30.010Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18412024-05-14T03:20:30.379Z Compiling rand_chacha v0.2.2
18422024-05-14T03:20:31.956Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
18432024-05-14T03:20:33.621Z Compiling trust-dns-client v0.22.0
18442024-05-14T03:20:34.232Z Compiling ed25519 v2.2.2
18452024-05-14T03:20:34.665Z Compiling polyval v0.6.1
18462024-05-14T03:20:34.864Z Compiling tungstenite v0.21.0
18472024-05-14T03:20:35.078Z Compiling blowfish v0.9.1
18482024-05-14T03:20:35.379Z Compiling aes v0.8.3
18492024-05-14T03:20:35.548Z Compiling ctr v0.9.2
18502024-05-14T03:20:35.903Z Compiling password-hash v0.4.2
18512024-05-14T03:20:36.357Z Compiling libsw v3.3.1
18522024-05-14T03:20:36.653Z Compiling toml v0.5.11
18532024-05-14T03:20:36.684Z Compiling pbkdf2 v0.12.2
18542024-05-14T03:20:36.857Z Compiling derive-where v1.2.7
18552024-05-14T03:20:36.878Z Compiling gethostname v0.4.3
18562024-05-14T03:20:37.133Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
18572024-05-14T03:20:37.533Z Compiling fxhash v0.2.1
18582024-05-14T03:20:37.714Z Compiling base64 v0.13.1
18592024-05-14T03:20:38.265Z Compiling linear-map v1.2.0
18602024-05-14T03:20:38.316Z Compiling owo-colors v4.0.0
18612024-05-14T03:20:38.624Z Compiling swrite v0.1.0
18622024-05-14T03:20:38.761Z Compiling trust-dns-server v0.22.1
18632024-05-14T03:20:40.190Z Compiling ron v0.7.1
18642024-05-14T03:20:40.441Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
18652024-05-14T03:20:40.556Z Compiling sled v0.34.7
18662024-05-14T03:20:42.528Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18672024-05-14T03:20:43.296Z Compiling bcrypt-pbkdf v0.10.0
18682024-05-14T03:20:43.549Z Compiling pbkdf2 v0.11.0
18692024-05-14T03:20:43.870Z Compiling tokio-tungstenite v0.21.0
18702024-05-14T03:20:43.899Z Compiling ghash v0.5.0
18712024-05-14T03:20:44.077Z Compiling ed25519-dalek v2.0.0
18722024-05-14T03:20:44.294Z Compiling russh-cryptovec v0.7.0
18732024-05-14T03:20:44.391Z Compiling rand v0.7.3
18742024-05-14T03:20:45.018Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18752024-05-14T03:20:45.529Z Compiling vsss-rs v3.3.4
18762024-05-14T03:20:45.701Z Compiling zone v0.1.8
18772024-05-14T03:20:45.882Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
18782024-05-14T03:20:46.250Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
18792024-05-14T03:20:46.949Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
18802024-05-14T03:20:47.046Z Compiling dirs v5.0.1
18812024-05-14T03:20:47.247Z Compiling ciborium v0.2.2
18822024-05-14T03:20:48.726Z Compiling chacha20poly1305 v0.10.1
18832024-05-14T03:20:48.945Z Compiling p521 v0.13.3
18842024-05-14T03:20:49.949Z Compiling p256 v0.13.2
18852024-05-14T03:20:50.023Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18862024-05-14T03:20:50.050Z Compiling pem v3.0.4
18872024-05-14T03:20:50.803Z Compiling cbc v0.1.2
18882024-05-14T03:20:50.851Z Compiling headers-core v0.2.0
18892024-05-14T03:20:50.973Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
18902024-05-14T03:20:51.035Z Compiling kstat-rs v0.2.3
18912024-05-14T03:20:51.055Z Compiling portpicker v0.1.1
18922024-05-14T03:20:51.310Z Compiling nanorand v0.7.0
18932024-05-14T03:20:51.369Z Compiling md5 v0.7.0
18942024-05-14T03:20:51.564Z Compiling http-range v0.1.5
18952024-05-14T03:20:51.668Z Compiling glob v0.3.1
18962024-05-14T03:20:51.853Z Compiling hyper-staticfile v0.9.5
18972024-05-14T03:20:51.878Z Compiling flume v0.11.0
18982024-05-14T03:20:51.907Z Compiling russh-keys v0.43.0
18992024-05-14T03:20:52.177Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
19002024-05-14T03:20:52.583Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
19012024-05-14T03:20:52.889Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
19022024-05-14T03:20:53.361Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
19032024-05-14T03:20:55.135Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
19042024-05-14T03:20:55.707Z Compiling headers v0.3.9
19052024-05-14T03:20:56.769Z Compiling rcgen v0.12.1
19062024-05-14T03:20:56.968Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
19072024-05-14T03:20:58.435Z Compiling aes-gcm v0.10.3
19082024-05-14T03:20:58.725Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
19092024-05-14T03:20:59.259Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
19102024-05-14T03:21:01.417Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
19112024-05-14T03:21:01.607Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
19122024-05-14T03:21:01.922Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
19132024-05-14T03:21:05.290Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
19142024-05-14T03:21:06.671Z Compiling atomicwrites v0.4.3
19152024-05-14T03:21:06.959Z Compiling itertools v0.12.1
19162024-05-14T03:21:07.035Z Compiling subprocess v0.2.9
19172024-05-14T03:21:07.793Z Compiling dhcproto-macros v0.1.0
19182024-05-14T03:21:08.629Z Compiling display-error-chain v0.2.0
19192024-05-14T03:21:08.784Z Compiling hex-literal v0.4.1
19202024-05-14T03:21:08.822Z Compiling dhcproto v0.11.0
19212024-05-14T03:21:08.924Z Compiling russh v0.43.0
19222024-05-14T03:21:09.099Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19232024-05-14T03:21:09.120Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
19242024-05-14T03:21:10.084Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
19252024-05-14T03:21:11.871Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
19262024-05-14T03:21:12.234Z Compiling internet-checksum v0.2.1
19272024-05-14T03:21:30.244Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
19282024-05-14T03:22:09.606Z Finished dev [unoptimized + debuginfo] target(s) in 5m 08s
19292024-05-14T03:22:09.927Z
19302024-05-14T03:22:09.931Zreal 5:09.126076442
19312024-05-14T03:22:09.931Zuser 27:17.880157993
19322024-05-14T03:22:09.931Zsys 5:43.752600571
19332024-05-14T03:22:09.931Ztrap 0.809321549
19342024-05-14T03:22:09.931Ztflt 3.850883652
19352024-05-14T03:22:09.931Zdflt 5.803176540
19362024-05-14T03:22:09.931Zkflt 0.019222181
19372024-05-14T03:22:09.931Zlock 50:44.903668733
19382024-05-14T03:22:09.931Zslp 1:18:15.556521040
19392024-05-14T03:22:09.931Zlat 1:37.979564713
19402024-05-14T03:22:09.931Zstop 4:20.228295080
19412024-05-14T03:22:09.932Z+ mkdir -p /work
19422024-05-14T03:22:09.932Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin commtest
19432024-05-14T03:22:10.693Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
19442024-05-14T03:22:19.079Z Finished dev [unoptimized + debuginfo] target(s) in 9.09s
19452024-05-14T03:22:19.166Z
19462024-05-14T03:22:19.166Zreal 9.209980218
19472024-05-14T03:22:19.166Zuser 6.466740296
19482024-05-14T03:22:19.166Zsys 3.673083041
19492024-05-14T03:22:19.176Ztrap 0.001597028
19502024-05-14T03:22:19.176Ztflt 0.002751004
19512024-05-14T03:22:19.176Zdflt 0.020006420
19522024-05-14T03:22:19.176Zkflt 0.000000000
19532024-05-14T03:22:19.176Zlock 25.196391854
19542024-05-14T03:22:19.176Zslp 36.454880598
19552024-05-14T03:22:19.176Zlat 0.038255848
19562024-05-14T03:22:19.177Zstop 0.342069186
19572024-05-14T03:22:19.177Z+ cp target/debug/commtest /work/commtest
19582024-05-14T03:22:19.530Z+ mkdir -p /work/end-to-end-tests
19592024-05-14T03:22:19.533Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
19602024-05-14T03:22:20.952Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
19612024-05-14T03:22:20.952Z+ ptime -m gzip
19622024-05-14T03:22:20.955Z++ basename target/debug/bootstrap
19632024-05-14T03:22:36.208Z
19642024-05-14T03:22:36.324Zreal 12.420702588
19652024-05-14T03:22:36.324Zuser 12.334860790
19662024-05-14T03:22:36.324Zsys 0.075278375
19672024-05-14T03:22:36.324Ztrap 0.003676972
19682024-05-14T03:22:36.324Ztflt 0.000000000
19692024-05-14T03:22:36.324Zdflt 0.000000000
19702024-05-14T03:22:36.324Zkflt 0.000000000
19712024-05-14T03:22:36.324Zlock 0.000000000
19722024-05-14T03:22:36.324Zslp 0.000000000
19732024-05-14T03:22:36.324Zlat 0.006476594
19742024-05-14T03:22:36.324Zstop 0.000181605
19752024-05-14T03:22:36.324Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
19762024-05-14T03:22:36.324Z+ ptime -m gzip
19772024-05-14T03:22:36.325Z++ basename /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-3664a124669ad1d0
19782024-05-14T03:22:36.380Z
19792024-05-14T03:22:36.380Zreal 0.887239490
19802024-05-14T03:22:36.380Zuser 0.878684590
19812024-05-14T03:22:36.380Zsys 0.007104041
19822024-05-14T03:22:36.380Ztrap 0.000444728
19832024-05-14T03:22:36.380Ztflt 0.000000000
19842024-05-14T03:22:36.380Zdflt 0.000000000
19852024-05-14T03:22:36.380Zkflt 0.000000000
19862024-05-14T03:22:36.380Zlock 0.000000000
19872024-05-14T03:22:36.380Zslp 0.000000000
19882024-05-14T03:22:36.381Zlat 0.000604695
19892024-05-14T03:22:36.381Zstop 0.000170438
19902024-05-14T03:22:36.381Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
19912024-05-14T03:22:36.381Z+ ptime -m gzip
19922024-05-14T03:22:36.381Z++ basename /work/oxidecomputer/omicron/target/debug/deps/commtest-d7ef6dc23e6b5c16
19932024-05-14T03:22:36.381Z
19942024-05-14T03:22:36.381Zreal 0.877621573
19952024-05-14T03:22:36.381Zuser 0.870662047
19962024-05-14T03:22:36.381Zsys 0.006374585
19972024-05-14T03:22:36.381Ztrap 0.000047631
19982024-05-14T03:22:36.381Ztflt 0.000000000
19992024-05-14T03:22:36.381Zdflt 0.000000000
20002024-05-14T03:22:36.381Zkflt 0.000000000
20012024-05-14T03:22:36.381Zlock 0.000000000
20022024-05-14T03:22:36.381Zslp 0.000000000
20032024-05-14T03:22:36.381Zlat 0.000110178
20042024-05-14T03:22:36.381Zstop 0.000198633
20052024-05-14T03:22:36.382Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20062024-05-14T03:22:36.382Z+ ptime -m gzip
20072024-05-14T03:22:36.382Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-8327972ac3bd31c9
20082024-05-14T03:22:36.382Z
20092024-05-14T03:22:36.382Zreal 0.877816517
20102024-05-14T03:22:36.382Zuser 0.870942368
20112024-05-14T03:22:36.382Zsys 0.006330400
20122024-05-14T03:22:36.382Ztrap 0.000047660
20132024-05-14T03:22:36.382Ztflt 0.000000000
20142024-05-14T03:22:36.382Zdflt 0.000000000
20152024-05-14T03:22:36.382Zkflt 0.000000000
20162024-05-14T03:22:36.382Zlock 0.000000000
20172024-05-14T03:22:36.382Zslp 0.000000000
20182024-05-14T03:22:36.382Zlat 0.000095221
20192024-05-14T03:22:36.382Zstop 0.000170398
20202024-05-14T03:22:36.382Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20212024-05-14T03:22:36.383Z+ ptime -m gzip
20222024-05-14T03:22:36.383Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f8b4c579659474c1
20232024-05-14T03:22:48.728Z
20242024-05-14T03:22:48.729Zreal 12.671327583
20252024-05-14T03:22:48.729Zuser 12.602706362
20262024-05-14T03:22:48.729Zsys 0.065189275
20272024-05-14T03:22:48.729Ztrap 0.001581594
20282024-05-14T03:22:49.155Ztflt 0.000000000
20292024-05-14T03:22:49.155Zdflt 0.000000000
20302024-05-14T03:22:49.155Zkflt 0.000000000
20312024-05-14T03:22:49.155Zlock 0.000000000
20322024-05-14T03:22:49.155Zslp 0.000000000
20332024-05-14T03:22:49.155Zlat 0.001449940
20342024-05-14T03:22:49.155Zstop 0.000170848
20352024-05-14T03:22:49.155Z+ banner caboose-util
20362024-05-14T03:22:49.156Z
20372024-05-14T03:22:49.156Z #### ## ##### #### #### #### ###### # # #####
20382024-05-14T03:22:49.156Z # # # # # # # # # # # # # # #
20392024-05-14T03:22:49.156Z # # # ##### # # # # #### ##### ##### # # #
20402024-05-14T03:22:49.156Z # ###### # # # # # # # # # # #
20412024-05-14T03:22:49.156Z # # # # # # # # # # # # # # # #
20422024-05-14T03:22:49.156Z #### # # ##### #### #### #### ###### #### #
20432024-05-14T03:22:49.156Z
20442024-05-14T03:22:49.156Z+ ptime -m cargo build --locked -p caboose-util --release
20452024-05-14T03:22:49.263Z Downloading crates ...
20462024-05-14T03:22:49.354Z Downloaded maybe-uninit v2.0.0
20472024-05-14T03:22:49.358Z Downloaded smallvec v0.6.14
20482024-05-14T03:22:49.364Z Downloaded env_logger v0.10.0
20492024-05-14T03:22:49.367Z Downloaded radium v0.7.0
20502024-05-14T03:22:49.368Z Downloaded crc v3.0.1
20512024-05-14T03:22:49.368Z Downloaded tap v1.0.1
20522024-05-14T03:22:49.375Z Downloaded path-slash v0.1.5
20532024-05-14T03:22:49.380Z Downloaded packed_struct_codegen v0.10.1
20542024-05-14T03:22:49.384Z Downloaded funty v2.0.0
20552024-05-14T03:22:49.384Z Downloaded wyz v0.5.1
20562024-05-14T03:22:49.384Z Downloaded serde-hex v0.1.0
20572024-05-14T03:22:49.387Z Downloaded crc-catalog v2.2.0
20582024-05-14T03:22:49.390Z Downloaded packed_struct v0.10.1
20592024-05-14T03:22:49.390Z Downloaded pkcs1 v0.7.5
20602024-05-14T03:22:49.393Z Downloaded nodrop v0.1.14
20612024-05-14T03:22:49.393Z Downloaded array-init v0.0.4
20622024-05-14T03:22:49.418Z Downloaded bitfield v0.14.0
20632024-05-14T03:22:49.430Z Downloaded crc-any v2.4.3
20642024-05-14T03:22:49.430Z Downloaded x509-cert v0.2.4
20652024-05-14T03:22:49.430Z Downloaded rsa v0.9.2
20662024-05-14T03:22:49.430Z Downloaded ron v0.8.1
20672024-05-14T03:22:49.430Z Downloaded hashbrown v0.13.2
20682024-05-14T03:22:49.430Z Downloaded num-bigint-dig v0.8.4
20692024-05-14T03:22:49.450Z Downloaded object v0.30.4
20702024-05-14T03:22:49.454Z Downloaded bitvec v1.0.1
20712024-05-14T03:22:49.554Z Compiling proc-macro2 v1.0.81
20722024-05-14T03:22:49.554Z Compiling unicode-ident v1.0.12
20732024-05-14T03:22:49.554Z Compiling libc v0.2.153
20742024-05-14T03:22:49.554Z Compiling serde v1.0.201
20752024-05-14T03:22:49.564Z Compiling autocfg v1.1.0
20762024-05-14T03:22:49.564Z Compiling version_check v0.9.4
20772024-05-14T03:22:49.564Z Compiling cfg-if v1.0.0
20782024-05-14T03:22:49.694Z Compiling typenum v1.16.0
20792024-05-14T03:22:49.717Z Compiling parking_lot_core v0.9.8
20802024-05-14T03:22:49.764Z Compiling once_cell v1.19.0
20812024-05-14T03:22:50.118Z Compiling memchr v2.7.1
20822024-05-14T03:22:50.149Z Compiling libm v0.2.7
20832024-05-14T03:22:50.158Z Compiling byteorder v1.5.0
20842024-05-14T03:22:50.261Z Compiling lock_api v0.4.10
20852024-05-14T03:22:50.463Z Compiling generic-array v0.14.7
20862024-05-14T03:22:50.556Z Compiling num-traits v0.2.18
20872024-05-14T03:22:50.567Z Compiling ahash v0.8.8
20882024-05-14T03:22:50.747Z Compiling pkg-config v0.3.27
20892024-05-14T03:22:50.851Z Compiling log v0.4.21
20902024-05-14T03:22:50.930Z Compiling serde_json v1.0.116
20912024-05-14T03:22:51.018Z Compiling quote v1.0.36
20922024-05-14T03:22:51.498Z Compiling syn v2.0.60
20932024-05-14T03:22:51.536Z Compiling cc v1.0.83
20942024-05-14T03:22:51.620Z Compiling getrandom v0.2.12
20952024-05-14T03:22:51.762Z Compiling scopeguard v1.2.0
20962024-05-14T03:22:51.956Z Compiling itoa v1.0.9
20972024-05-14T03:22:52.034Z Compiling slab v0.4.9
20982024-05-14T03:22:52.159Z Compiling thiserror v1.0.59
20992024-05-14T03:22:52.278Z Compiling rand_core v0.6.4
21002024-05-14T03:22:52.348Z Compiling smallvec v1.13.1
21012024-05-14T03:22:52.788Z Compiling vcpkg v0.2.15
21022024-05-14T03:22:53.127Z Compiling syn v1.0.109
21032024-05-14T03:22:53.673Z Compiling parking_lot v0.12.1
21042024-05-14T03:22:53.795Z Compiling const-oid v0.9.6
21052024-05-14T03:22:53.897Z Compiling pin-project-lite v0.2.13
21062024-05-14T03:22:54.005Z Compiling ring v0.17.8
21072024-05-14T03:22:54.428Z Compiling openssl-sys v0.9.102
21082024-05-14T03:22:54.441Z Compiling ryu v1.0.15
21092024-05-14T03:22:54.698Z Compiling signal-hook-registry v1.4.1
21102024-05-14T03:22:55.285Z Compiling subtle v2.5.0
21112024-05-14T03:22:55.347Z Compiling rustix v0.38.31
21122024-05-14T03:22:55.371Z Compiling ring v0.16.20
21132024-05-14T03:22:55.722Z Compiling mio v0.8.11
21142024-05-14T03:22:55.956Z Compiling tinyvec_macros v0.1.1
21152024-05-14T03:22:56.008Z Compiling futures-core v0.3.30
21162024-05-14T03:22:56.039Z Compiling semver v1.0.22
21172024-05-14T03:22:56.230Z Compiling tinyvec v1.6.0
21182024-05-14T03:22:57.583Z Compiling spin v0.5.2
21192024-05-14T03:22:57.645Z Compiling unicode-normalization v0.1.22
21202024-05-14T03:22:58.328Z Compiling num_cpus v1.16.0
21212024-05-14T03:22:58.431Z Compiling socket2 v0.5.6
21222024-05-14T03:22:58.445Z Compiling allocator-api2 v0.2.16
21232024-05-14T03:22:58.776Z Compiling ucd-trie v0.1.6
21242024-05-14T03:22:59.217Z Compiling openssl v0.10.64
21252024-05-14T03:22:59.240Z Compiling httparse v1.8.0
21262024-05-14T03:22:59.271Z Compiling unicode-bidi v0.3.15
21272024-05-14T03:22:59.485Z Compiling futures-sink v0.3.30
21282024-05-14T03:22:59.791Z Compiling num-conv v0.1.0
21292024-05-14T03:23:00.064Z Compiling time-core v0.1.2
21302024-05-14T03:23:00.219Z Compiling equivalent v1.0.1
21312024-05-14T03:23:00.305Z Compiling time-macros v0.2.17
21322024-05-14T03:23:00.347Z Compiling futures-channel v0.3.30
21332024-05-14T03:23:00.736Z Compiling rustls v0.21.9
21342024-05-14T03:23:00.746Z Compiling native-tls v0.2.11
21352024-05-14T03:23:00.874Z Compiling futures-task v0.3.30
21362024-05-14T03:23:01.075Z Compiling futures-io v0.3.30
21372024-05-14T03:23:01.196Z Compiling ppv-lite86 v0.2.17
21382024-05-14T03:23:01.340Z Compiling crc32fast v1.3.2
21392024-05-14T03:23:01.779Z Compiling pin-utils v0.1.0
21402024-05-14T03:23:01.876Z Compiling bzip2-sys v0.1.11+1.0.8
21412024-05-14T03:23:01.982Z Compiling rand_chacha v0.3.1
21422024-05-14T03:23:02.296Z Compiling spin v0.9.8
21432024-05-14T03:23:02.332Z Compiling tracing-core v0.1.32
21442024-05-14T03:23:02.426Z Compiling base64ct v1.6.0
21452024-05-14T03:23:02.990Z Compiling pem-rfc7468 v0.7.0
21462024-05-14T03:23:03.084Z Compiling rand v0.8.5
21472024-05-14T03:23:03.621Z Compiling cookie v0.17.0
21482024-05-14T03:23:03.651Z Compiling usdt-impl v0.5.0
21492024-05-14T03:23:03.918Z Compiling signal-hook v0.3.17
21502024-05-14T03:23:04.006Z Compiling schemars v0.8.17
21512024-05-14T03:23:04.141Z Compiling percent-encoding v2.3.1
21522024-05-14T03:23:04.199Z Compiling flagset v0.4.3
21532024-05-14T03:23:04.252Z Compiling serde_derive v1.0.201
21542024-05-14T03:23:04.315Z Compiling zeroize_derive v1.4.2
21552024-05-14T03:23:04.404Z Compiling zerocopy-derive v0.7.32
21562024-05-14T03:23:04.435Z Compiling tokio-macros v2.2.0
21572024-05-14T03:23:04.662Z Compiling thiserror-impl v1.0.59
21582024-05-14T03:23:04.718Z Compiling futures-macro v0.3.30
21592024-05-14T03:23:04.908Z Compiling tracing-attributes v0.1.27
21602024-05-14T03:23:05.702Z Compiling zeroize v1.7.0
21612024-05-14T03:23:06.442Z Compiling zerocopy v0.7.32
21622024-05-14T03:23:07.327Z Compiling der_derive v0.7.2
21632024-05-14T03:23:07.508Z Compiling crypto-common v0.1.6
21642024-05-14T03:23:07.619Z Compiling scroll_derive v0.12.0
21652024-05-14T03:23:07.719Z Compiling pest v2.7.6
21662024-05-14T03:23:08.076Z Compiling block-buffer v0.10.4
21672024-05-14T03:23:08.307Z Compiling digest v0.10.7
21682024-05-14T03:23:09.131Z Compiling hashbrown v0.14.3
21692024-05-14T03:23:09.136Z Compiling openssl-macros v0.1.1
21702024-05-14T03:23:09.136Z Compiling futures-util v0.3.30
21712024-05-14T03:23:09.592Z Compiling tracing v0.1.40
21722024-05-14T03:23:09.687Z Compiling zerocopy-derive v0.6.6
21732024-05-14T03:23:09.967Z Compiling pest_meta v2.7.6
21742024-05-14T03:23:10.065Z Compiling der v0.7.8
21752024-05-14T03:23:10.282Z Compiling scroll v0.12.0
21762024-05-14T03:23:10.832Z Compiling serde_derive_internals v0.29.0
21772024-05-14T03:23:11.270Z Compiling pest_generator v2.7.6
21782024-05-14T03:23:13.974Z Compiling pest_derive v2.7.6
21792024-05-14T03:23:14.753Z Compiling errno v0.3.8
21802024-05-14T03:23:14.982Z Compiling fnv v1.0.7
21812024-05-14T03:23:15.038Z Compiling plain v0.2.3
21822024-05-14T03:23:15.179Z Compiling goblin v0.8.0
21832024-05-14T03:23:15.967Z Compiling schemars_derive v0.8.17
21842024-05-14T03:23:16.088Z Compiling spki v0.7.2
21852024-05-14T03:23:16.586Z Compiling lazy_static v1.4.0
21862024-05-14T03:23:17.603Z Compiling bytes v1.6.0
21872024-05-14T03:23:17.802Z Compiling bitflags v2.4.2
21882024-05-14T03:23:18.663Z Compiling tokio v1.37.0
21892024-05-14T03:23:18.982Z Compiling indexmap v2.2.6
21902024-05-14T03:23:19.412Z Compiling rustc_version v0.4.0
21912024-05-14T03:23:20.340Z Compiling heapless v0.7.16
21922024-05-14T03:23:20.747Z Compiling http v0.2.12
21932024-05-14T03:23:21.721Z Compiling uuid v1.8.0
21942024-05-14T03:23:22.430Z Compiling backtrace v0.3.69
21952024-05-14T03:23:22.850Z Compiling num-bigint v0.4.4
21962024-05-14T03:23:22.887Z Compiling powerfmt v0.2.0
21972024-05-14T03:23:23.253Z Compiling pretty-hex v0.4.1
21982024-05-14T03:23:23.318Z Compiling untrusted v0.7.1
21992024-05-14T03:23:23.476Z Compiling heck v0.5.0
22002024-05-14T03:23:23.513Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
22012024-05-14T03:23:23.963Z Compiling iana-time-zone v0.1.57
22022024-05-14T03:23:24.192Z Compiling crossbeam-utils v0.8.19
22032024-05-14T03:23:24.308Z Compiling base64 v0.21.7
22042024-05-14T03:23:24.378Z Compiling heck v0.4.1
22052024-05-14T03:23:24.701Z Compiling smoltcp v0.9.1
22062024-05-14T03:23:24.775Z Compiling untrusted v0.9.0
22072024-05-14T03:23:24.956Z Compiling foreign-types-shared v0.1.1
22082024-05-14T03:23:25.202Z Compiling foreign-types v0.3.2
22092024-05-14T03:23:25.299Z Compiling chrono v0.4.38
22102024-05-14T03:23:25.462Z Compiling clap_derive v4.5.4
22112024-05-14T03:23:26.252Z Compiling tokio-util v0.7.10
22122024-05-14T03:23:27.156Z Compiling dof v0.3.0
22132024-05-14T03:23:27.633Z Compiling deranged v0.3.11
22142024-05-14T03:23:28.549Z Compiling dtrace-parser v0.2.0
22152024-05-14T03:23:28.609Z Compiling hmac v0.12.1
22162024-05-14T03:23:28.826Z Compiling form_urlencoded v1.2.1
22172024-05-14T03:23:29.135Z Compiling num-integer v0.1.46
22182024-05-14T03:23:29.405Z Compiling thread-id v4.2.0
22192024-05-14T03:23:29.667Z Compiling utf8parse v0.2.1
22202024-05-14T03:23:29.821Z Compiling cpufeatures v0.2.12
22212024-05-14T03:23:29.985Z Compiling rustversion v1.0.14
22222024-05-14T03:23:30.037Z Compiling anstyle v1.0.7
22232024-05-14T03:23:30.160Z Compiling try-lock v0.2.4
22242024-05-14T03:23:30.298Z Compiling num_threads v0.1.6
22252024-05-14T03:23:30.305Z Compiling adler v1.0.2
22262024-05-14T03:23:30.329Z Compiling siphasher v0.3.11
22272024-05-14T03:23:30.406Z Compiling time v0.3.34
22282024-05-14T03:23:30.490Z Compiling miniz_oxide v0.7.1
22292024-05-14T03:23:30.593Z Compiling want v0.3.1
22302024-05-14T03:23:30.845Z Compiling sha2 v0.10.8
22312024-05-14T03:23:31.681Z Compiling anstyle-parse v0.2.1
22322024-05-14T03:23:33.046Z Compiling sct v0.7.0
22332024-05-14T03:23:33.318Z Compiling h2 v0.3.26
22342024-05-14T03:23:33.520Z Compiling rustls-webpki v0.101.7
22352024-05-14T03:23:34.453Z Compiling http-body v0.4.5
22362024-05-14T03:23:34.994Z Compiling serde_tokenstream v0.2.0
22372024-05-14T03:23:35.052Z Compiling pkcs8 v0.10.2
22382024-05-14T03:23:35.145Z Compiling hubpack_derive v0.1.1
22392024-05-14T03:23:35.461Z Compiling async-trait v0.1.80
22402024-05-14T03:23:35.520Z Compiling idna v0.5.0
22412024-05-14T03:23:36.437Z Compiling aho-corasick v1.1.2
22422024-05-14T03:23:36.881Z Compiling anyhow v1.0.83
22432024-05-14T03:23:37.097Z Compiling radium v0.7.0
22442024-05-14T03:23:37.389Z Compiling httpdate v1.0.3
22452024-05-14T03:23:37.853Z Compiling tower-service v0.3.2
22462024-05-14T03:23:37.976Z Compiling colorchoice v1.0.0
22472024-05-14T03:23:38.031Z Compiling openssl-probe v0.1.5
22482024-05-14T03:23:38.130Z Compiling regex-syntax v0.8.2
22492024-05-14T03:23:38.710Z Compiling anstyle-query v1.0.0
22502024-05-14T03:23:38.799Z Compiling slog v2.7.0
22512024-05-14T03:23:38.854Z Compiling anstream v0.6.11
22522024-05-14T03:23:39.820Z Compiling hyper v0.14.28
22532024-05-14T03:23:42.881Z Compiling regex-automata v0.4.5
22542024-05-14T03:23:46.919Z Compiling url v2.5.0
22552024-05-14T03:23:48.937Z Compiling terminal_size v0.3.0
22562024-05-14T03:23:49.088Z Compiling toml_datetime v0.6.5
22572024-05-14T03:23:49.105Z Compiling serde_spanned v0.6.5
22582024-05-14T03:23:49.176Z Compiling zerocopy v0.6.6
22592024-05-14T03:23:49.298Z Compiling md-5 v0.10.5
22602024-05-14T03:23:49.834Z Compiling idna v0.3.0
22612024-05-14T03:23:50.021Z Compiling stringprep v0.1.3
22622024-05-14T03:23:50.293Z Compiling diesel_table_macro_syntax v0.1.0
22632024-05-14T03:23:50.536Z Compiling hash32 v0.2.1
22642024-05-14T03:23:50.634Z Compiling dyn-clone v1.0.17
22652024-05-14T03:23:50.690Z Compiling maybe-uninit v2.0.0
22662024-05-14T03:23:50.819Z Compiling fallible-iterator v0.2.0
22672024-05-14T03:23:50.892Z Compiling stable_deref_trait v1.2.0
22682024-05-14T03:23:50.982Z Compiling clap_lex v0.7.0
22692024-05-14T03:23:51.229Z Compiling psl-types v2.0.11
22702024-05-14T03:23:51.400Z Compiling tap v1.0.1
22712024-05-14T03:23:51.455Z Compiling gimli v0.28.0
22722024-05-14T03:23:51.476Z Compiling strsim v0.11.0
22732024-05-14T03:23:51.513Z Compiling postgres-protocol v0.6.6
22742024-05-14T03:23:51.563Z Compiling wyz v0.5.1
22752024-05-14T03:23:51.801Z Compiling clap_builder v4.5.2
22762024-05-14T03:23:52.026Z Compiling publicsuffix v2.2.3
22772024-05-14T03:23:52.260Z Compiling tokio-rustls v0.24.1
22782024-05-14T03:23:53.591Z Compiling diesel_derives v2.1.2
22792024-05-14T03:23:55.329Z Compiling strum_macros v0.25.2
22802024-05-14T03:23:55.649Z Compiling addr2line v0.21.0
22812024-05-14T03:23:57.848Z Compiling tokio-native-tls v0.3.1
22822024-05-14T03:23:58.599Z Compiling usdt-attr-macro v0.5.0
22832024-05-14T03:23:58.923Z Compiling usdt-macro v0.5.0
22842024-05-14T03:24:00.264Z Compiling phf_shared v0.11.2
22852024-05-14T03:24:00.538Z Compiling num-iter v0.1.44
22862024-05-14T03:24:00.669Z Compiling enum-as-inner v0.5.1
22872024-05-14T03:24:01.648Z Compiling block-padding v0.3.3
22882024-05-14T03:24:01.853Z Compiling serde_repr v0.1.16
22892024-05-14T03:24:02.936Z Compiling ff v0.13.0
22902024-05-14T03:24:03.141Z Compiling scheduled-thread-pool v0.2.7
22912024-05-14T03:24:05.103Z Compiling object v0.32.1
22922024-05-14T03:24:05.599Z Compiling num-bigint-dig v0.8.4
22932024-05-14T03:24:07.016Z Compiling ipnet v2.9.0
22942024-05-14T03:24:07.087Z Compiling bit-vec v0.6.3
22952024-05-14T03:24:07.644Z Compiling winnow v0.5.15
22962024-05-14T03:24:08.068Z Compiling rustc-demangle v0.1.23
22972024-05-14T03:24:08.905Z Compiling bitflags v1.3.2
22982024-05-14T03:24:09.125Z Compiling managed v0.8.0
22992024-05-14T03:24:09.343Z Compiling base16ct v0.2.0
23002024-05-14T03:24:09.559Z Compiling packed_struct v0.10.1
23012024-05-14T03:24:09.967Z Compiling funty v2.0.0
23022024-05-14T03:24:10.379Z Compiling matches v0.1.10
23032024-05-14T03:24:11.007Z Compiling regex-automata v0.1.10
23042024-05-14T03:24:11.153Z Compiling bitvec v1.0.1
23052024-05-14T03:24:11.272Z Compiling toml_edit v0.19.15
23062024-05-14T03:24:11.471Z Compiling bstr v0.2.17
23072024-05-14T03:24:15.222Z Compiling idna v0.2.3
23082024-05-14T03:24:15.349Z Compiling sec1 v0.7.3
23092024-05-14T03:24:19.221Z Compiling r2d2 v0.8.10
23102024-05-14T03:24:19.573Z Compiling group v0.13.0
23112024-05-14T03:24:20.292Z Compiling inout v0.1.3
23122024-05-14T03:24:23.821Z Compiling phf v0.11.2
23132024-05-14T03:24:24.109Z Compiling hyper-tls v0.5.0
23142024-05-14T03:24:24.458Z Compiling signal-hook-mio v0.2.3
23152024-05-14T03:24:24.610Z Compiling cookie_store v0.20.0
23162024-05-14T03:24:25.266Z Compiling flate2 v1.0.28
23172024-05-14T03:24:25.729Z Compiling clap v4.5.4
23182024-05-14T03:24:25.840Z Compiling ipnetwork v0.20.0
23192024-05-14T03:24:25.912Z Compiling bzip2 v0.4.4
23202024-05-14T03:24:26.263Z Compiling hyper-rustls v0.24.2
23212024-05-14T03:24:26.291Z Compiling postgres-types v0.2.6
23222024-05-14T03:24:26.357Z Compiling regex v1.10.4
23232024-05-14T03:24:26.642Z Compiling hubpack v0.1.2
23242024-05-14T03:24:26.768Z Compiling phf_shared v0.10.0
23252024-05-14T03:24:27.035Z Compiling rustls-pemfile v1.0.3
23262024-05-14T03:24:27.159Z Compiling serde_urlencoded v0.7.1
23272024-05-14T03:24:27.334Z Compiling hkdf v0.12.4
23282024-05-14T03:24:27.422Z Compiling futures-executor v0.3.30
23292024-05-14T03:24:27.614Z Compiling packed_struct_codegen v0.10.1
23302024-05-14T03:24:27.906Z Compiling crypto-bigint v0.5.2
23312024-05-14T03:24:29.935Z Compiling float-cmp v0.9.0
23322024-05-14T03:24:30.134Z Compiling memmap v0.7.0
23332024-05-14T03:24:30.471Z Compiling indexmap v1.9.3
23342024-05-14T03:24:30.657Z Compiling encoding_rs v0.8.33
23352024-05-14T03:24:30.779Z Compiling either v1.11.0
23362024-05-14T03:24:31.183Z Compiling fixedbitset v0.4.2
23372024-05-14T03:24:31.391Z Compiling new_debug_unreachable v1.0.4
23382024-05-14T03:24:31.544Z Compiling data-encoding v2.4.0
23392024-05-14T03:24:31.730Z Compiling crc-catalog v2.2.0
23402024-05-14T03:24:32.635Z Compiling minimal-lexical v0.2.1
23412024-05-14T03:24:33.101Z Compiling sync_wrapper v0.1.2
23422024-05-14T03:24:33.221Z Compiling nodrop v0.1.14
23432024-05-14T03:24:33.342Z Compiling unicode-width v0.1.11
23442024-05-14T03:24:33.502Z Compiling mime v0.3.17
23452024-05-14T03:24:34.010Z Compiling precomputed-hash v0.1.1
23462024-05-14T03:24:34.119Z Compiling normalize-line-endings v0.3.0
23472024-05-14T03:24:34.442Z Compiling webpki-roots v0.25.2
23482024-05-14T03:24:34.544Z Compiling whoami v1.5.1
23492024-05-14T03:24:34.592Z Compiling unicode-segmentation v1.10.1
23502024-05-14T03:24:35.125Z Compiling winnow v0.6.1
23512024-05-14T03:24:35.501Z Compiling difflib v0.4.0
23522024-05-14T03:24:36.342Z Compiling predicates-core v1.0.6
23532024-05-14T03:24:36.685Z Compiling static_assertions v1.1.0
23542024-05-14T03:24:36.776Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
23552024-05-14T03:24:37.300Z Compiling predicates v3.1.0
23562024-05-14T03:24:38.601Z Compiling toml_edit v0.22.12
23572024-05-14T03:24:38.861Z Compiling similar v2.4.0
23582024-05-14T03:24:40.100Z Compiling tokio-postgres v0.7.10
23592024-05-14T03:24:40.802Z Compiling reqwest v0.11.27
23602024-05-14T03:24:44.892Z Compiling string_cache v0.8.7
23612024-05-14T03:24:45.349Z Compiling console v0.15.8
23622024-05-14T03:24:45.709Z Compiling array-init v0.0.4
23632024-05-14T03:24:46.595Z Compiling nom v7.1.3
23642024-05-14T03:24:48.289Z Compiling trust-dns-proto v0.22.0
23652024-05-14T03:24:50.031Z Compiling crc v3.0.1
23662024-05-14T03:24:50.093Z Compiling petgraph v0.6.4
23672024-05-14T03:24:50.208Z Compiling itertools v0.10.5
23682024-05-14T03:24:50.786Z Compiling usdt v0.5.0
23692024-05-14T03:24:53.050Z Compiling elliptic-curve v0.13.8
23702024-05-14T03:24:53.764Z Compiling futures v0.3.30
23712024-05-14T03:24:54.684Z Compiling smallvec v0.6.14
23722024-05-14T03:24:55.023Z Compiling diesel v2.1.6
23732024-05-14T03:24:55.140Z Compiling zip v0.6.6
23742024-05-14T03:24:55.435Z Compiling crossterm v0.27.0
23752024-05-14T03:24:55.669Z Compiling yasna v0.5.2
23762024-05-14T03:24:56.008Z Compiling crossbeam-epoch v0.9.18
23772024-05-14T03:24:56.335Z Compiling cipher v0.4.4
23782024-05-14T03:24:57.197Z Compiling toml v0.7.8
23792024-05-14T03:24:57.531Z Compiling bit-set v0.5.3
23802024-05-14T03:24:59.298Z Compiling bstr v1.9.0
23812024-05-14T03:24:59.861Z Compiling pkcs1 v0.7.5
23822024-05-14T03:25:00.699Z Compiling tokio-stream v0.1.15
23832024-05-14T03:25:01.382Z Compiling is-terminal v0.4.9
23842024-05-14T03:25:01.498Z Compiling openapiv3 v2.0.0
23852024-05-14T03:25:01.532Z Compiling hex v0.4.3
23862024-05-14T03:25:02.219Z Compiling signature v2.1.0
23872024-05-14T03:25:04.032Z Compiling hashbrown v0.12.3
23882024-05-14T03:25:04.044Z Compiling bitfield v0.14.0
23892024-05-14T03:25:05.481Z Compiling lalrpop-util v0.19.12
23902024-05-14T03:25:05.795Z Compiling peg-runtime v0.8.3
23912024-05-14T03:25:06.222Z Compiling termcolor v1.2.0
23922024-05-14T03:25:06.723Z Compiling env_logger v0.10.0
23932024-05-14T03:25:10.171Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
23942024-05-14T03:25:12.476Z Compiling rsa v0.9.2
23952024-05-14T03:25:17.747Z Compiling serde-hex v0.1.0
23962024-05-14T03:25:19.152Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
23972024-05-14T03:25:24.476Z Compiling ron v0.8.1
23982024-05-14T03:25:24.838Z Compiling x509-cert v0.2.4
23992024-05-14T03:25:25.556Z Compiling hashbrown v0.13.2
24002024-05-14T03:25:31.018Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24012024-05-14T03:25:33.173Z Compiling crc-any v2.4.3
24022024-05-14T03:25:39.928Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
24032024-05-14T03:25:53.719Z Compiling object v0.30.4
24042024-05-14T03:25:54.444Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
24052024-05-14T03:26:06.176Z Compiling path-slash v0.1.5
24062024-05-14T03:26:06.975Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
24072024-05-14T03:26:29.755Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
24082024-05-14T03:26:30.537Z Finished release [optimized] target(s) in 3m 41s
24092024-05-14T03:26:30.614Z
24102024-05-14T03:26:30.614Zreal 3:41.822241387
24112024-05-14T03:26:30.614Zuser 24:46.948423818
24122024-05-14T03:26:30.614Zsys 3:01.050023633
24132024-05-14T03:26:30.614Ztrap 0.764723141
24142024-05-14T03:26:30.614Ztflt 1.682601739
24152024-05-14T03:26:30.614Zdflt 0.539715535
24162024-05-14T03:26:30.614Zkflt 0.000194540
24172024-05-14T03:26:30.614Zlock 55:12.887486654
24182024-05-14T03:26:30.614Zslp 1:12:09.744584600
24192024-05-14T03:26:30.614Zlat 1:26.775544301
24202024-05-14T03:26:30.614Zstop 1:18.402151021
24212024-05-14T03:26:30.617Z+ ptime -m gzip
24222024-05-14T03:26:30.880Z
24232024-05-14T03:26:30.880Zreal 0.263161065
24242024-05-14T03:26:30.880Zuser 0.260564158
24252024-05-14T03:26:30.880Zsys 0.002040301
24262024-05-14T03:26:30.880Ztrap 0.000018346
24272024-05-14T03:26:30.880Ztflt 0.000000000
24282024-05-14T03:26:30.881Zdflt 0.000000000
24292024-05-14T03:26:30.881Zkflt 0.000000000
24302024-05-14T03:26:30.884Zlock 0.000000000
24312024-05-14T03:26:30.884Zslp 0.000000000
24322024-05-14T03:26:30.884Zlat 0.000124146
24332024-05-14T03:26:30.884Zstop 0.000190374
24342024-05-14T03:26:30.884Z+ banner tufaceous
24352024-05-14T03:26:30.884Z
24362024-05-14T03:26:30.884Z ##### # # ###### ## #### ###### #### # # ####
24372024-05-14T03:26:30.884Z # # # # # # # # # # # # # #
24382024-05-14T03:26:30.884Z # # # ##### # # # ##### # # # # ####
24392024-05-14T03:26:30.885Z # # # # ###### # # # # # # #
24402024-05-14T03:26:30.885Z # # # # # # # # # # # # # # #
24412024-05-14T03:26:30.885Z # #### # # # #### ###### #### #### ####
24422024-05-14T03:26:30.885Z
24432024-05-14T03:26:30.885Z+ ptime -m cargo build --locked -p tufaceous --release
24442024-05-14T03:26:31.376Z Downloading crates ...
24452024-05-14T03:26:31.551Z Downloaded serde_plain v1.0.2
24462024-05-14T03:26:31.557Z Downloaded pin-project-internal v1.1.3
24472024-05-14T03:26:31.560Z Downloaded olpc-cjson v0.1.3
24482024-05-14T03:26:31.560Z Downloaded buf-list v1.0.3
24492024-05-14T03:26:31.563Z Downloaded globset v0.4.13
24502024-05-14T03:26:31.566Z Downloaded parse-size v1.0.0
24512024-05-14T03:26:31.577Z Downloaded async-recursion v1.1.0
24522024-05-14T03:26:31.580Z Downloaded snafu-derive v0.8.2
24532024-05-14T03:26:31.583Z Downloaded fs-err v2.11.0
24542024-05-14T03:26:31.586Z Downloaded pin-project v1.1.3
24552024-05-14T03:26:31.597Z Downloaded snafu v0.8.2
24562024-05-14T03:26:31.602Z Downloaded typed-path v0.7.0
24572024-05-14T03:26:31.607Z Downloaded tough v0.17.1
24582024-05-14T03:26:31.709Z Compiling regress v0.9.1
24592024-05-14T03:26:31.784Z Compiling dirs-sys-next v0.1.2
24602024-05-14T03:26:31.784Z Compiling ident_case v1.0.1
24612024-05-14T03:26:31.787Z Compiling rustls-pki-types v1.3.0
24622024-05-14T03:26:31.787Z Compiling strsim v0.10.0
24632024-05-14T03:26:31.787Z Compiling heck v0.5.0
24642024-05-14T03:26:31.825Z Compiling getopts v0.2.21
24652024-05-14T03:26:31.964Z Compiling dirs-next v2.0.0
24662024-05-14T03:26:32.213Z Compiling darling_core v0.20.8
24672024-05-14T03:26:32.374Z Compiling thread_local v1.1.7
24682024-05-14T03:26:32.557Z Compiling base64 v0.22.1
24692024-05-14T03:26:32.861Z Compiling camino v1.1.6
24702024-05-14T03:26:33.068Z Compiling unsafe-libyaml v0.2.10
24712024-05-14T03:26:33.183Z Compiling rustls v0.22.4
24722024-05-14T03:26:33.225Z Compiling slog-async v2.8.0
24732024-05-14T03:26:33.418Z Compiling paste v1.0.14
24742024-05-14T03:26:33.549Z Compiling rustls-webpki v0.102.1
24752024-05-14T03:26:33.685Z Compiling term v0.7.0
24762024-05-14T03:26:33.951Z Compiling crossbeam-channel v0.5.8
24772024-05-14T03:26:34.793Z Compiling serde_yaml v0.9.25
24782024-05-14T03:26:35.686Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
24792024-05-14T03:26:36.317Z Compiling structmeta-derive v0.3.0
24802024-05-14T03:26:37.809Z Compiling multer v3.1.0
24812024-05-14T03:26:38.109Z Compiling match_cfg v0.1.0
24822024-05-14T03:26:38.196Z Compiling take_mut v0.2.2
24832024-05-14T03:26:38.218Z Compiling darling_macro v0.20.8
24842024-05-14T03:26:38.480Z Compiling hostname v0.3.1
24852024-05-14T03:26:38.723Z Compiling slog-term v2.9.1
24862024-05-14T03:26:38.990Z Compiling structmeta v0.3.0
24872024-05-14T03:26:39.147Z Compiling darling v0.20.8
24882024-05-14T03:26:40.344Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24892024-05-14T03:26:40.367Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
24902024-05-14T03:26:40.676Z Compiling slog-json v2.6.1
24912024-05-14T03:26:41.070Z Compiling http v1.0.0
24922024-05-14T03:26:41.189Z Compiling pin-project-internal v1.1.3
24932024-05-14T03:26:41.548Z Compiling async-stream-impl v0.3.5
24942024-05-14T03:26:41.683Z Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
24952024-05-14T03:26:41.906Z Compiling fastrand v2.0.1
24962024-05-14T03:26:41.995Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
24972024-05-14T03:26:42.298Z Compiling atomic-waker v1.1.1
24982024-05-14T03:26:42.485Z Compiling waitgroup v0.1.2
24992024-05-14T03:26:42.702Z Compiling tempfile v3.10.1
25002024-05-14T03:26:42.814Z Compiling async-stream v0.3.5
25012024-05-14T03:26:43.144Z Compiling tokio-rustls v0.25.0
25022024-05-14T03:26:43.665Z Compiling slog-bunyan v2.5.0
25032024-05-14T03:26:43.924Z Compiling pin-project v1.1.3
25042024-05-14T03:26:44.024Z Compiling parse-display-derive v0.9.0
25052024-05-14T03:26:44.042Z Compiling serde_with_macros v3.7.0
25062024-05-14T03:26:44.566Z Compiling toml v0.8.12
25072024-05-14T03:26:45.525Z Compiling rustls-pemfile v2.1.2
25082024-05-14T03:26:45.792Z Compiling sha1 v0.10.6
25092024-05-14T03:26:46.267Z Compiling strum_macros v0.26.1
25102024-05-14T03:26:46.717Z Compiling newtype-uuid v1.1.0
25112024-05-14T03:26:46.749Z Compiling snafu-derive v0.8.2
25122024-05-14T03:26:46.792Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
25132024-05-14T03:26:47.031Z Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
25142024-05-14T03:26:48.001Z Compiling serde_path_to_error v0.1.16
25152024-05-14T03:26:48.995Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25162024-05-14T03:26:49.014Z Compiling hostname v0.4.0
25172024-05-14T03:26:49.263Z Compiling fs-err v2.11.0
25182024-05-14T03:26:49.583Z Compiling instant v0.1.12
25192024-05-14T03:26:49.721Z Compiling arc-swap v1.6.0
25202024-05-14T03:26:49.737Z Compiling same-file v1.0.6
25212024-05-14T03:26:49.991Z Compiling debug-ignore v1.0.5
25222024-05-14T03:26:50.140Z Compiling buf-list v1.0.3
25232024-05-14T03:26:50.461Z Compiling slog-scope v4.4.0
25242024-05-14T03:26:50.732Z Compiling strum v0.26.2
25252024-05-14T03:26:50.903Z Compiling walkdir v2.5.0
25262024-05-14T03:26:51.129Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
25272024-05-14T03:26:51.256Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
25282024-05-14T03:26:51.564Z Compiling snafu v0.8.2
25292024-05-14T03:26:52.242Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25302024-05-14T03:26:52.441Z Compiling backoff v0.4.0
25312024-05-14T03:26:52.621Z Compiling parse-display v0.9.0
25322024-05-14T03:26:52.774Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25332024-05-14T03:26:52.876Z Compiling serde_with v3.7.0
25342024-05-14T03:26:53.239Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25352024-05-14T03:26:53.981Z Compiling globset v0.4.13
25362024-05-14T03:26:54.676Z Compiling pem v3.0.4
25372024-05-14T03:26:56.237Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
25382024-05-14T03:26:56.415Z Compiling olpc-cjson v0.1.3
25392024-05-14T03:26:56.711Z Compiling macaddr v1.0.1
25402024-05-14T03:26:57.234Z Compiling serde_plain v1.0.2
25412024-05-14T03:26:57.336Z Compiling async-recursion v1.1.0
25422024-05-14T03:26:57.744Z Compiling filetime v0.2.23
25432024-05-14T03:26:57.985Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
25442024-05-14T03:26:58.081Z Compiling xattr v1.0.1
25452024-05-14T03:26:58.379Z Compiling typed-path v0.7.0
25462024-05-14T03:26:58.823Z Compiling tar v0.4.40
25472024-05-14T03:27:02.403Z Compiling tough v0.17.1
25482024-05-14T03:27:05.438Z Compiling slog-stdlog v4.1.1
25492024-05-14T03:27:06.098Z Compiling camino-tempfile v1.1.1
25502024-05-14T03:27:06.379Z Compiling itertools v0.12.1
25512024-05-14T03:27:06.931Z Compiling parse-size v1.0.0
25522024-05-14T03:27:07.223Z Compiling slog-envlogger v2.2.0
25532024-05-14T03:27:09.967Z Compiling humantime v2.1.0
25542024-05-14T03:27:12.614Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
25552024-05-14T03:27:19.659Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25562024-05-14T03:27:27.405Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
25572024-05-14T03:27:29.436Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
25582024-05-14T03:27:49.377Z Finished release [optimized] target(s) in 1m 18s
25592024-05-14T03:27:49.457Z
25602024-05-14T03:27:49.460Zreal 1:18.538338347
25612024-05-14T03:27:49.460Zuser 8:34.712907421
25622024-05-14T03:27:49.460Zsys 40.688358431
25632024-05-14T03:27:49.460Ztrap 0.230818379
25642024-05-14T03:27:49.460Ztflt 0.525307522
25652024-05-14T03:27:49.460Zdflt 0.304184896
25662024-05-14T03:27:49.460Zkflt 0.000057007
25672024-05-14T03:27:49.460Zlock 16:01.427192750
25682024-05-14T03:27:49.460Zslp 18:51.216094838
25692024-05-14T03:27:49.460Zlat 21.194352894
25702024-05-14T03:27:49.461Zstop 14.420026342
25712024-05-14T03:27:49.461Z+ ptime -m gzip
25722024-05-14T03:27:50.778Z
25732024-05-14T03:27:50.778Zreal 1.317267904
25742024-05-14T03:27:50.778Zuser 1.310499037
25752024-05-14T03:27:50.778Zsys 0.006135445
25762024-05-14T03:27:50.781Ztrap 0.000072905
25772024-05-14T03:27:50.781Ztflt 0.000000000
25782024-05-14T03:27:50.781Zdflt 0.000000000
25792024-05-14T03:27:50.781Zkflt 0.000000000
25802024-05-14T03:27:50.781Zlock 0.000000000
25812024-05-14T03:27:50.781Zslp 0.000000000
25822024-05-14T03:27:50.781Zlat 0.000108340
25832024-05-14T03:27:50.782Zstop 0.000229607
25842024-05-14T03:27:50.782Z+ banner permission-slip
25852024-05-14T03:27:50.782Z
25862024-05-14T03:27:50.782Z ##### ###### ##### # # # #### #### # #### # #
25872024-05-14T03:27:50.782Z # # # # # ## ## # # # # # # ## #
25882024-05-14T03:27:50.782Z # # ##### # # # ## # # #### #### # # # # # #
25892024-05-14T03:27:50.782Z ##### # ##### # # # # # # # # # # #
25902024-05-14T03:27:50.782Z # # # # # # # # # # # # # # # ##
25912024-05-14T03:27:50.782Z # ###### # # # # # #### #### # #### # #
25922024-05-14T03:27:50.782Z
25932024-05-14T03:27:50.782Z+ source ./tools/permslip_commit
25942024-05-14T03:27:50.782Z++ COMMIT=5d44e0065f90051a28881c75e3574142ada9b695
25952024-05-14T03:27:50.782Z+ git init /work/permission-slip-build
25962024-05-14T03:27:50.786Zhint: Using 'master' as the name for the initial branch. This default branch name
25972024-05-14T03:27:50.786Zhint: is subject to change. To configure the initial branch name to use in all
25982024-05-14T03:27:50.786Zhint: of your new repositories, which will suppress this warning, call:
25992024-05-14T03:27:50.786Zhint:
26002024-05-14T03:27:50.786Zhint: git config --global init.defaultBranch <name>
26012024-05-14T03:27:50.786Zhint:
26022024-05-14T03:27:50.787Zhint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
26032024-05-14T03:27:50.787Zhint: 'development'. The just-created branch can be renamed via this command:
26042024-05-14T03:27:50.787Zhint:
26052024-05-14T03:27:50.787Zhint: git branch -m <name>
26062024-05-14T03:27:50.787ZInitialized empty Git repository in /work/permission-slip-build/.git/
26072024-05-14T03:27:50.790Z+ pushd /work/permission-slip-build
26082024-05-14T03:27:50.791Z/work/permission-slip-build /work/oxidecomputer/omicron
26092024-05-14T03:27:50.791Z+ git remote add origin https://github.com/oxidecomputer/permission-slip.git
26102024-05-14T03:27:50.791Z+ ptime -m git fetch --depth 1 origin 5d44e0065f90051a28881c75e3574142ada9b695
26112024-05-14T03:27:51.386ZFrom https://github.com/oxidecomputer/permission-slip
26122024-05-14T03:27:51.386Z * branch 5d44e0065f90051a28881c75e3574142ada9b695 -> FETCH_HEAD
26132024-05-14T03:27:51.390Z
26142024-05-14T03:27:51.393Zreal 0.597836157
26152024-05-14T03:27:51.393Zuser 0.055578787
26162024-05-14T03:27:51.393Zsys 0.022067082
26172024-05-14T03:27:51.393Ztrap 0.000008597
26182024-05-14T03:27:51.393Ztflt 0.000000000
26192024-05-14T03:27:51.393Zdflt 0.000000000
26202024-05-14T03:27:51.393Zkflt 0.000000000
26212024-05-14T03:27:51.393Zlock 0.000019445
26222024-05-14T03:27:51.393Zslp 1.739723329
26232024-05-14T03:27:51.393Zlat 0.001861858
26242024-05-14T03:27:51.393Zstop 0.000671549
26252024-05-14T03:27:51.393Z+ git checkout FETCH_HEAD
26262024-05-14T03:27:51.400ZNote: switching to 'FETCH_HEAD'.
26272024-05-14T03:27:51.400Z
26282024-05-14T03:27:51.400ZYou are in 'detached HEAD' state. You can look around, make experimental
26292024-05-14T03:27:51.400Zchanges and commit them, and you can discard any commits you make in this
26302024-05-14T03:27:51.400Zstate without impacting any branches by switching back to a branch.
26312024-05-14T03:27:51.400Z
26322024-05-14T03:27:51.400ZIf you want to create a new branch to retain commits you create, you may
26332024-05-14T03:27:51.400Zdo so (now or later) by using -c with the switch command. Example:
26342024-05-14T03:27:51.400Z
26352024-05-14T03:27:51.400Z git switch -c <new-branch-name>
26362024-05-14T03:27:51.400Z
26372024-05-14T03:27:51.400ZOr undo this operation with:
26382024-05-14T03:27:51.400Z
26392024-05-14T03:27:51.400Z git switch -
26402024-05-14T03:27:51.400Z
26412024-05-14T03:27:51.400ZTurn off this advice by setting config variable advice.detachedHead to false
26422024-05-14T03:27:51.400Z
26432024-05-14T03:27:51.400ZHEAD is now at 5d44e00 Ensure SSH tables exist in the database
26442024-05-14T03:27:51.403Z+ ptime -m cargo build --locked -p permission-slip-client --release
26452024-05-14T03:27:51.407Zinfo: syncing channel updates for '1.74-x86_64-unknown-illumos'
26462024-05-14T03:27:51.578Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
26472024-05-14T03:27:51.578Zinfo: downloading component 'cargo'
26482024-05-14T03:27:52.808Zinfo: downloading component 'clippy'
26492024-05-14T03:27:53.327Zinfo: downloading component 'rust-docs'
26502024-05-14T03:27:54.767Zinfo: downloading component 'rust-std'
26512024-05-14T03:27:57.028Zinfo: downloading component 'rustc'
26522024-05-14T03:28:03.311Zinfo: downloading component 'rustfmt'
26532024-05-14T03:28:03.782Zinfo: installing component 'cargo'
26542024-05-14T03:28:04.684Zinfo: installing component 'clippy'
26552024-05-14T03:28:05.047Zinfo: installing component 'rust-docs'
26562024-05-14T03:28:06.519Zinfo: installing component 'rust-std'
26572024-05-14T03:28:08.215Zinfo: installing component 'rustc'
26582024-05-14T03:28:12.453Zinfo: installing component 'rustfmt'
26592024-05-14T03:28:12.975Z Updating crates.io index
26602024-05-14T03:28:13.166Z Updating git repository `https://github.com/oxidecomputer/sshauth`
26612024-05-14T03:28:13.867ZFrom https://github.com/oxidecomputer/sshauth
26622024-05-14T03:28:13.867Z * [new branch] dependabot/cargo/mio-0.8.11 -> origin/dependabot/cargo/mio-0.8.11
26632024-05-14T03:28:13.870Z * [new branch] main -> origin/main
26642024-05-14T03:28:13.871Z * [new branch] paranoia -> origin/paranoia
26652024-05-14T03:28:13.871Z * [new branch] readme -> origin/readme
26662024-05-14T03:28:13.871Z * [new ref] -> origin/HEAD
26672024-05-14T03:28:14.631Z Downloading crates ...
26682024-05-14T03:28:14.763Z Downloaded ahash v0.8.11
26692024-05-14T03:28:14.767Z Downloaded aho-corasick v1.1.3
26702024-05-14T03:28:14.772Z Downloaded anstream v0.6.13
26712024-05-14T03:28:14.790Z Downloaded typify v0.0.16
26722024-05-14T03:28:14.793Z Downloaded env_logger v0.10.2
26732024-05-14T03:28:14.798Z Downloaded anstyle-parse v0.2.3
26742024-05-14T03:28:14.808Z Downloaded block-buffer v0.9.0
26752024-05-14T03:28:14.812Z Downloaded ed25519 v2.2.3
26762024-05-14T03:28:14.818Z Downloaded termcolor v1.4.1
26772024-05-14T03:28:14.818Z Downloaded signature v2.2.0
26782024-05-14T03:28:14.821Z Downloaded ed25519 v1.5.3
26792024-05-14T03:28:14.821Z Downloaded digest v0.9.0
26802024-05-14T03:28:14.822Z Downloaded clap-num v1.1.1
26812024-05-14T03:28:14.822Z Downloaded bitflags v2.5.0
26822024-05-14T03:28:14.825Z Downloaded is-terminal v0.4.12
26832024-05-14T03:28:14.825Z Downloaded heapless v0.7.17
26842024-05-14T03:28:14.828Z Downloaded thiserror v1.0.58
26852024-05-14T03:28:14.850Z Downloaded typify-macro v0.0.16
26862024-05-14T03:28:14.853Z Downloaded try-lock v0.2.5
26872024-05-14T03:28:14.853Z Downloaded opaque-debug v0.3.1
26882024-05-14T03:28:14.864Z Downloaded anstyle-query v1.0.2
26892024-05-14T03:28:14.867Z Downloaded autocfg v1.2.0
26902024-05-14T03:28:14.870Z Downloaded rustls-pemfile v1.0.4
26912024-05-14T03:28:14.873Z Downloaded flagset v0.4.5
26922024-05-14T03:28:14.880Z Downloaded thiserror-impl v1.0.58
26932024-05-14T03:28:14.883Z Downloaded curve25519-dalek-derive v0.1.1
26942024-05-14T03:28:14.884Z Downloaded pkg-config v0.3.30
26952024-05-14T03:28:14.887Z Downloaded tls_codec_derive v0.4.1
26962024-05-14T03:28:14.890Z Downloaded itoa v1.0.11
26972024-05-14T03:28:14.890Z Downloaded ssh-encoding v0.2.0
26982024-05-14T03:28:14.898Z Downloaded serde_derive_internals v0.26.0
26992024-05-14T03:28:14.901Z Downloaded http-body v0.4.6
27002024-05-14T03:28:14.901Z Downloaded xdg v2.5.2
27012024-05-14T03:28:14.904Z Downloaded tls_codec v0.4.1
27022024-05-14T03:28:14.907Z Downloaded spki v0.7.3
27032024-05-14T03:28:14.907Z Downloaded signature v1.6.4
27042024-05-14T03:28:14.913Z Downloaded iana-time-zone v0.1.60
27052024-05-14T03:28:14.916Z Downloaded bincode v1.3.3
27062024-05-14T03:28:14.916Z Downloaded smallvec v1.13.2
27072024-05-14T03:28:14.919Z Downloaded ssh-cipher v0.2.0
27082024-05-14T03:28:14.919Z Downloaded sha2 v0.9.9
27092024-05-14T03:28:14.923Z Downloaded anstyle v1.0.6
27102024-05-14T03:28:14.926Z Downloaded schemars_derive v0.8.16
27112024-05-14T03:28:14.926Z Downloaded parking_lot_core v0.9.9
27122024-05-14T03:28:14.929Z Downloaded ed25519-dalek v1.0.1
27132024-05-14T03:28:14.929Z Downloaded lock_api v0.4.11
27142024-05-14T03:28:14.947Z Downloaded ryu v1.0.17
27152024-05-14T03:28:14.954Z Downloaded platforms v3.4.0
27162024-05-14T03:28:14.957Z Downloaded sct v0.7.1
27172024-05-14T03:28:14.960Z Downloaded quote v1.0.35
27182024-05-14T03:28:14.966Z Downloaded serde_derive v1.0.197
27192024-05-14T03:28:14.969Z Downloaded proc-macro2 v1.0.79
27202024-05-14T03:28:14.975Z Downloaded anyhow v1.0.81
27212024-05-14T03:28:14.984Z Downloaded crc-any v2.4.4
27222024-05-14T03:28:14.993Z Downloaded schemars v0.8.16
27232024-05-14T03:28:14.999Z Downloaded unsafe-libyaml v0.2.11
27242024-05-14T03:28:15.003Z Downloaded typenum v1.17.0
27252024-05-14T03:28:15.006Z Downloaded serde_yaml v0.9.34+deprecated
27262024-05-14T03:28:15.008Z Downloaded ed25519-dalek v2.1.1
27272024-05-14T03:28:15.015Z Downloaded cc v1.0.90
27282024-05-14T03:28:15.018Z Downloaded openssl-sys v0.9.101
27292024-05-14T03:28:15.018Z Downloaded curve25519-dalek v3.2.0
27302024-05-14T03:28:15.025Z Downloaded serde v1.0.197
27312024-05-14T03:28:15.028Z Downloaded rsa v0.9.6
27322024-05-14T03:28:15.032Z Downloaded oauth2 v4.4.2
27332024-05-14T03:28:15.035Z Downloaded x509-cert v0.2.5
27342024-05-14T03:28:15.040Z Downloaded crypto-bigint v0.5.5
27352024-05-14T03:28:15.049Z Downloaded unicode-normalization v0.1.23
27362024-05-14T03:28:15.224Z Downloaded ssh-key v0.6.5
27372024-05-14T03:28:15.228Z Downloaded h2 v0.3.25
27382024-05-14T03:28:15.228Z Downloaded serde_json v1.0.115
27392024-05-14T03:28:15.228Z Downloaded blake3 v1.5.1
27402024-05-14T03:28:15.228Z Downloaded libm v0.2.8
27412024-05-14T03:28:15.228Z Downloaded chrono v0.4.37
27422024-05-14T03:28:15.228Z Downloaded regress v0.8.0
27432024-05-14T03:28:15.228Z Downloaded webpki-roots v0.25.4
27442024-05-14T03:28:15.229Z Downloaded syn v2.0.55
27452024-05-14T03:28:15.229Z Downloaded rustls v0.21.10
27462024-05-14T03:28:15.229Z Downloaded p384 v0.13.0
27472024-05-14T03:28:15.229Z Downloaded regex-syntax v0.8.3
27482024-05-14T03:28:15.229Z Downloaded rustix v0.38.32
27492024-05-14T03:28:15.229Z Downloaded typify-impl v0.0.16
27502024-05-14T03:28:15.233Z Downloaded regex-automata v0.4.6
27512024-05-14T03:28:15.243Z Downloaded tokio v1.36.0
27522024-05-14T03:28:15.397Z Compiling proc-macro2 v1.0.79
27532024-05-14T03:28:15.397Z Compiling unicode-ident v1.0.12
27542024-05-14T03:28:15.397Z Compiling version_check v0.9.4
27552024-05-14T03:28:15.401Z Compiling libc v0.2.153
27562024-05-14T03:28:15.401Z Compiling cfg-if v1.0.0
27572024-05-14T03:28:15.414Z Compiling autocfg v1.2.0
27582024-05-14T03:28:15.417Z Compiling typenum v1.17.0
27592024-05-14T03:28:15.417Z Compiling serde v1.0.197
27602024-05-14T03:28:15.501Z Compiling const-oid v0.9.6
27612024-05-14T03:28:15.605Z Compiling cc v1.0.90
27622024-05-14T03:28:16.043Z Compiling subtle v2.5.0
27632024-05-14T03:28:16.052Z Compiling generic-array v0.14.7
27642024-05-14T03:28:16.164Z Compiling ahash v0.8.11
27652024-05-14T03:28:16.347Z Compiling lock_api v0.4.11
27662024-05-14T03:28:16.488Z Compiling once_cell v1.19.0
27672024-05-14T03:28:16.565Z Compiling scopeguard v1.2.0
27682024-05-14T03:28:16.709Z Compiling serde_json v1.0.115
27692024-05-14T03:28:16.954Z Compiling quote v1.0.35
27702024-05-14T03:28:17.098Z Compiling syn v1.0.109
27712024-05-14T03:28:17.365Z Compiling syn v2.0.55
27722024-05-14T03:28:17.574Z Compiling getrandom v0.2.12
27732024-05-14T03:28:17.606Z Compiling smallvec v1.13.2
27742024-05-14T03:28:17.662Z Compiling itoa v1.0.11
27752024-05-14T03:28:17.887Z Compiling rand_core v0.6.4
27762024-05-14T03:28:17.990Z Compiling base64ct v1.6.0
27772024-05-14T03:28:18.132Z Compiling memchr v2.7.1
27782024-05-14T03:28:18.277Z Compiling parking_lot_core v0.9.9
27792024-05-14T03:28:18.338Z Compiling libm v0.2.8
27802024-05-14T03:28:18.600Z Compiling pem-rfc7468 v0.7.0
27812024-05-14T03:28:18.740Z Compiling pin-project-lite v0.2.13
27822024-05-14T03:28:18.750Z Compiling bytes v1.6.0
27832024-05-14T03:28:18.767Z Compiling zerocopy v0.7.32
27842024-05-14T03:28:18.896Z Compiling num-traits v0.2.18
27852024-05-14T03:28:18.959Z Compiling log v0.4.21
27862024-05-14T03:28:19.290Z Compiling allocator-api2 v0.2.16
27872024-05-14T03:28:19.682Z Compiling thiserror v1.0.58
27882024-05-14T03:28:20.255Z Compiling hashbrown v0.14.3
27892024-05-14T03:28:20.829Z Compiling bitflags v2.5.0
27902024-05-14T03:28:21.415Z Compiling flagset v0.4.5
27912024-05-14T03:28:21.696Z Compiling parking_lot v0.12.1
27922024-05-14T03:28:21.875Z Compiling signal-hook-registry v1.4.1
27932024-05-14T03:28:21.976Z Compiling socket2 v0.5.6
27942024-05-14T03:28:22.585Z Compiling num_cpus v1.16.0
27952024-05-14T03:28:22.719Z Compiling mio v0.8.11
27962024-05-14T03:28:23.310Z Compiling spin v0.9.8
27972024-05-14T03:28:23.634Z Compiling cpufeatures v0.2.12
27982024-05-14T03:28:23.731Z Compiling pkg-config v0.3.30
27992024-05-14T03:28:23.962Z Compiling vcpkg v0.2.15
28002024-05-14T03:28:24.257Z Compiling schemars v0.8.16
28012024-05-14T03:28:24.513Z Compiling semver v1.0.22
28022024-05-14T03:28:24.703Z Compiling serde_derive_internals v0.26.0
28032024-05-14T03:28:24.967Z Compiling ring v0.17.8
28042024-05-14T03:28:25.405Z Compiling ryu v1.0.17
28052024-05-14T03:28:25.695Z Compiling openssl-sys v0.9.101
28062024-05-14T03:28:26.547Z Compiling slab v0.4.9
28072024-05-14T03:28:26.556Z Compiling fnv v1.0.7
28082024-05-14T03:28:26.684Z Compiling equivalent v1.0.1
28092024-05-14T03:28:26.716Z Compiling futures-core v0.3.30
28102024-05-14T03:28:26.794Z Compiling http v0.2.12
28112024-05-14T03:28:26.985Z Compiling rustc_version v0.4.0
28122024-05-14T03:28:27.074Z Compiling tracing-core v0.1.32
28132024-05-14T03:28:27.274Z Compiling untrusted v0.9.0
28142024-05-14T03:28:27.463Z Compiling byteorder v1.5.0
28152024-05-14T03:28:27.905Z Compiling tracing v0.1.40
28162024-05-14T03:28:28.119Z Compiling uuid v1.8.0
28172024-05-14T03:28:28.641Z Compiling dyn-clone v1.0.17
28182024-05-14T03:28:28.702Z Compiling foreign-types-shared v0.1.1
28192024-05-14T03:28:28.813Z Compiling chrono v0.4.37
28202024-05-14T03:28:28.823Z Compiling ppv-lite86 v0.2.17
28212024-05-14T03:28:28.893Z Compiling httparse v1.8.0
28222024-05-14T03:28:29.371Z Compiling openssl v0.10.64
28232024-05-14T03:28:29.669Z Compiling serde_derive v1.0.197
28242024-05-14T03:28:29.686Z Compiling zeroize_derive v1.4.2
28252024-05-14T03:28:29.720Z Compiling der_derive v0.7.2
28262024-05-14T03:28:29.868Z Compiling thiserror-impl v1.0.58
28272024-05-14T03:28:29.922Z Compiling tokio-macros v2.2.0
28282024-05-14T03:28:30.951Z Compiling schemars_derive v0.8.16
28292024-05-14T03:28:31.253Z Compiling zeroize v1.7.0
28302024-05-14T03:28:31.607Z Compiling tokio v1.36.0
28312024-05-14T03:28:32.124Z Compiling futures-task v0.3.30
28322024-05-14T03:28:32.215Z Compiling der v0.7.8
28332024-05-14T03:28:32.434Z Compiling futures-io v0.3.30
28342024-05-14T03:28:32.777Z Compiling pin-utils v0.1.0
28352024-05-14T03:28:32.814Z Compiling futures-sink v0.3.30
28362024-05-14T03:28:32.861Z Compiling futures-util v0.3.30
28372024-05-14T03:28:32.963Z Compiling crypto-common v0.1.6
28382024-05-14T03:28:32.967Z Compiling block-buffer v0.10.4
28392024-05-14T03:28:33.213Z Compiling digest v0.10.7
28402024-05-14T03:28:33.303Z Compiling openssl-macros v0.1.1
28412024-05-14T03:28:33.672Z Compiling sha2 v0.10.8
28422024-05-14T03:28:34.064Z Compiling signature v2.2.0
28432024-05-14T03:28:34.196Z Compiling foreign-types v0.3.2
28442024-05-14T03:28:34.329Z Compiling regress v0.8.0
28452024-05-14T03:28:35.773Z Compiling spki v0.7.3
28462024-05-14T03:28:36.337Z Compiling pkcs8 v0.10.2
28472024-05-14T03:28:37.252Z Compiling tinyvec_macros v0.1.1
28482024-05-14T03:28:38.226Z Compiling try-lock v0.2.5
28492024-05-14T03:28:38.382Z Compiling native-tls v0.2.11
28502024-05-14T03:28:38.634Z Compiling heck v0.4.1
28512024-05-14T03:28:38.810Z Compiling rustls v0.21.10
28522024-05-14T03:28:39.064Z Compiling want v0.3.1
28532024-05-14T03:28:39.194Z Compiling sct v0.7.1
28542024-05-14T03:28:39.384Z Compiling rustls-webpki v0.101.7
28552024-05-14T03:28:39.673Z Compiling tinyvec v1.6.0
28562024-05-14T03:28:40.930Z Compiling tokio-util v0.7.10
28572024-05-14T03:28:42.497Z Compiling http-body v0.4.6
28582024-05-14T03:28:43.066Z Compiling futures-channel v0.3.30
28592024-05-14T03:28:43.556Z Compiling ff v0.13.0
28602024-05-14T03:28:43.812Z Compiling serde_tokenstream v0.2.0
28612024-05-14T03:28:44.019Z Compiling indexmap v2.2.6
28622024-05-14T03:28:44.334Z Compiling percent-encoding v2.3.1
28632024-05-14T03:28:44.536Z Compiling openssl-probe v0.1.5
28642024-05-14T03:28:44.876Z Compiling iana-time-zone v0.1.60
28652024-05-14T03:28:44.914Z Compiling base16ct v0.2.0
28662024-05-14T03:28:45.300Z Compiling tower-service v0.3.2
28672024-05-14T03:28:45.346Z Compiling getrandom v0.1.16
28682024-05-14T03:28:45.424Z Compiling httpdate v1.0.3
28692024-05-14T03:28:45.771Z Compiling h2 v0.3.25
28702024-05-14T03:28:45.842Z Compiling rustix v0.38.32
28712024-05-14T03:28:46.356Z Compiling sec1 v0.7.3
28722024-05-14T03:28:47.802Z Compiling typify-impl v0.0.16
28732024-05-14T03:28:49.188Z Compiling form_urlencoded v1.2.1
28742024-05-14T03:28:49.813Z Compiling group v0.13.0
28752024-05-14T03:28:50.305Z Compiling unicode-normalization v0.1.23
28762024-05-14T03:28:51.035Z Compiling hyper v0.14.28
28772024-05-14T03:28:51.861Z Compiling crypto-bigint v0.5.5
28782024-05-14T03:28:56.392Z Compiling errno v0.3.8
28792024-05-14T03:28:56.663Z Compiling radium v0.7.0
28802024-05-14T03:28:57.191Z Compiling platforms v3.4.0
28812024-05-14T03:28:57.721Z Compiling utf8parse v0.2.1
28822024-05-14T03:28:57.789Z Compiling unicode-bidi v0.3.15
28832024-05-14T03:28:57.911Z Compiling anstyle-parse v0.2.3
28842024-05-14T03:28:58.219Z Compiling curve25519-dalek v4.1.2
28852024-05-14T03:28:58.697Z Compiling idna v0.5.0
28862024-05-14T03:28:59.634Z Compiling typify-macro v0.0.16
28872024-05-14T03:29:01.263Z Compiling tokio-rustls v0.24.1
28882024-05-14T03:29:01.711Z Compiling elliptic-curve v0.13.8
28892024-05-14T03:29:02.507Z Compiling tokio-native-tls v0.3.1
28902024-05-14T03:29:02.814Z Compiling hmac v0.12.1
28912024-05-14T03:29:03.066Z Compiling rand_chacha v0.3.1
28922024-05-14T03:29:03.185Z Compiling aho-corasick v1.1.3
28932024-05-14T03:29:04.017Z Compiling anstyle v1.0.6
28942024-05-14T03:29:04.350Z Compiling maybe-uninit v2.0.0
28952024-05-14T03:29:04.673Z Compiling tap v1.0.1
28962024-05-14T03:29:04.805Z Compiling base64 v0.21.7
28972024-05-14T03:29:04.818Z Compiling regex-syntax v0.8.3
28982024-05-14T03:29:04.849Z Compiling anstyle-query v1.0.2
28992024-05-14T03:29:04.997Z Compiling colorchoice v1.0.0
29002024-05-14T03:29:05.174Z Compiling anstream v0.6.13
29012024-05-14T03:29:06.126Z Compiling rustls-pemfile v1.0.4
29022024-05-14T03:29:06.553Z Compiling wyz v0.5.1
29032024-05-14T03:29:06.621Z Compiling rand v0.8.5
29042024-05-14T03:29:06.711Z Compiling rfc6979 v0.4.0
29052024-05-14T03:29:06.933Z Compiling rand_core v0.5.1
29062024-05-14T03:29:07.045Z Compiling hyper-tls v0.5.0
29072024-05-14T03:29:07.374Z Compiling hyper-rustls v0.24.2
29082024-05-14T03:29:07.571Z Compiling terminal_size v0.3.0
29092024-05-14T03:29:07.811Z Compiling url v2.5.0
29102024-05-14T03:29:08.075Z Compiling serde_urlencoded v0.7.1
29112024-05-14T03:29:08.344Z Compiling regex-automata v0.4.6
29122024-05-14T03:29:08.712Z Compiling inout v0.1.3
29132024-05-14T03:29:08.735Z Compiling curve25519-dalek-derive v0.1.1
29142024-05-14T03:29:08.943Z Compiling heapless v0.7.17
29152024-05-14T03:29:09.446Z Compiling num-integer v0.1.46
29162024-05-14T03:29:11.008Z Compiling encoding_rs v0.8.33
29172024-05-14T03:29:14.225Z Compiling mime v0.3.17
29182024-05-14T03:29:15.403Z Compiling packed_struct v0.10.1
29192024-05-14T03:29:15.910Z Compiling strsim v0.11.0
29202024-05-14T03:29:16.789Z Compiling funty v2.0.0
29212024-05-14T03:29:18.035Z Compiling spin v0.5.2
29222024-05-14T03:29:18.282Z Compiling clap_lex v0.7.0
29232024-05-14T03:29:19.093Z Compiling num-bigint-dig v0.8.4
29242024-05-14T03:29:19.474Z Compiling sync_wrapper v0.1.2
29252024-05-14T03:29:20.865Z Compiling heck v0.5.0
29262024-05-14T03:29:21.007Z Compiling webpki-roots v0.25.4
29272024-05-14T03:29:21.164Z Compiling ipnet v2.9.0
29282024-05-14T03:29:21.289Z Compiling unicode-width v0.1.11
29292024-05-14T03:29:21.451Z Compiling getopts v0.2.21
29302024-05-14T03:29:22.317Z Compiling reqwest v0.11.27
29312024-05-14T03:29:23.433Z Compiling clap_derive v4.5.4
29322024-05-14T03:29:25.972Z Compiling clap_builder v4.5.2
29332024-05-14T03:29:27.748Z Compiling lazy_static v1.4.0
29342024-05-14T03:29:27.862Z Compiling bitvec v1.0.1
29352024-05-14T03:29:28.693Z Compiling regex v1.10.4
29362024-05-14T03:29:32.519Z Compiling num-iter v0.1.44
29372024-05-14T03:29:32.999Z Compiling cipher v0.4.4
29382024-05-14T03:29:33.249Z Compiling ecdsa v0.16.9
29392024-05-14T03:29:34.678Z Compiling typify v0.0.16
29402024-05-14T03:29:34.689Z Compiling primeorder v0.13.6
29412024-05-14T03:29:34.809Z Compiling openapiv3 v2.0.0
29422024-05-14T03:29:35.251Z Compiling ed25519 v2.2.3
29432024-05-14T03:29:35.762Z Compiling ssh-encoding v0.2.0
29442024-05-14T03:29:37.036Z Compiling digest v0.9.0
29452024-05-14T03:29:37.274Z Compiling packed_struct_codegen v0.10.1
29462024-05-14T03:29:39.762Z Compiling hash32 v0.2.1
29472024-05-14T03:29:39.996Z Compiling unsafe-libyaml v0.2.11
29482024-05-14T03:29:40.120Z Compiling anyhow v1.0.81
29492024-05-14T03:29:40.123Z Compiling nodrop v0.1.14
29502024-05-14T03:29:40.243Z Compiling stable_deref_trait v1.2.0
29512024-05-14T03:29:40.342Z Compiling slog v2.7.0
29522024-05-14T03:29:41.781Z Compiling serde_yaml v0.9.34+deprecated
29532024-05-14T03:29:42.661Z Compiling array-init v0.0.4
29542024-05-14T03:29:44.005Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b)
29552024-05-14T03:29:45.881Z Compiling ssh-cipher v0.2.0
29562024-05-14T03:29:46.169Z Compiling ed25519-dalek v2.1.1
29572024-05-14T03:29:47.079Z Compiling p256 v0.13.2
29582024-05-14T03:29:48.166Z Compiling smallvec v0.6.14
29592024-05-14T03:29:49.695Z Compiling clap v4.5.4
29602024-05-14T03:29:51.049Z Compiling rand_chacha v0.2.2
29612024-05-14T03:29:53.951Z Compiling pkcs1 v0.7.5
29622024-05-14T03:29:57.223Z Compiling block-buffer v0.9.0
29632024-05-14T03:29:57.419Z Compiling zerocopy-derive v0.6.6
29642024-05-14T03:29:57.753Z Compiling blake3 v1.5.1
29652024-05-14T03:29:58.433Z Compiling is-terminal v0.4.12
29662024-05-14T03:29:58.559Z Compiling embedded-io v0.4.0
29672024-05-14T03:29:58.825Z Compiling base64 v0.13.1
29682024-05-14T03:29:59.586Z Compiling cobs v0.2.3
29692024-05-14T03:29:59.712Z Compiling opaque-debug v0.3.1
29702024-05-14T03:29:59.803Z Compiling bitfield v0.14.0
29712024-05-14T03:30:00.093Z Compiling termcolor v1.4.1
29722024-05-14T03:30:00.114Z Compiling signature v1.6.4
29732024-05-14T03:30:00.304Z Compiling ed25519 v1.5.3
29742024-05-14T03:30:00.657Z Compiling env_logger v0.10.2
29752024-05-14T03:30:00.975Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29762024-05-14T03:30:01.539Z Compiling sha2 v0.9.9
29772024-05-14T03:30:03.746Z Compiling postcard v1.0.8
29782024-05-14T03:30:04.025Z Compiling zerocopy v0.6.6
29792024-05-14T03:30:05.102Z Compiling rsa v0.9.6
29802024-05-14T03:30:05.467Z Compiling rand v0.7.3
29812024-05-14T03:30:05.767Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b)
29822024-05-14T03:30:06.838Z Compiling serde-hex v0.1.0
29832024-05-14T03:30:08.176Z Compiling ssh-key v0.6.5
29842024-05-14T03:30:13.107Z Compiling curve25519-dalek v3.2.0
29852024-05-14T03:30:13.178Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b)
29862024-05-14T03:30:14.975Z Compiling serde_path_to_error v0.1.16
29872024-05-14T03:30:16.036Z Compiling bincode v1.3.3
29882024-05-14T03:30:17.200Z Compiling x509-cert v0.2.5
29892024-05-14T03:30:21.491Z Compiling constant_time_eq v0.3.0
29902024-05-14T03:30:21.638Z Compiling hex v0.4.3
29912024-05-14T03:30:22.297Z Compiling crc-any v2.4.4
29922024-05-14T03:30:22.307Z Compiling arrayvec v0.7.4
29932024-05-14T03:30:22.774Z Compiling arrayref v0.3.7
29942024-05-14T03:30:23.197Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29952024-05-14T03:30:24.734Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b)
29962024-05-14T03:30:24.933Z Compiling sshauth v0.1.0 (https://github.com/oxidecomputer/sshauth#a145680a)
29972024-05-14T03:30:27.146Z Compiling oauth2 v4.4.2
29982024-05-14T03:30:30.678Z Compiling ed25519-dalek v1.0.1
29992024-05-14T03:30:31.103Z Compiling clap-num v1.1.1
30002024-05-14T03:30:31.322Z Compiling xdg v2.5.2
30012024-05-14T03:30:32.731Z Compiling permission-slip-client v1.0.0 (/work/permission-slip-build/client)
30022024-05-14T03:30:57.491Z Finished release [optimized] target(s) in 2m 44s
30032024-05-14T03:30:57.552Z
30042024-05-14T03:30:57.552Zreal 3:06.095722817
30052024-05-14T03:30:57.552Zuser 19:03.707359884
30062024-05-14T03:30:57.552Zsys 1:39.443968772
30072024-05-14T03:30:57.552Ztrap 0.570681964
30082024-05-14T03:30:57.552Ztflt 1.051793208
30092024-05-14T03:30:57.552Zdflt 0.401614678
30102024-05-14T03:30:57.552Zkflt 0.008807014
30112024-05-14T03:30:57.556Zlock 45:26.297831670
30122024-05-14T03:30:57.556Zslp 53:33.914948480
30132024-05-14T03:30:57.556Zlat 53.971376205
30142024-05-14T03:30:57.556Zstop 34.126449329
30152024-05-14T03:30:57.556Z+ ptime -m gzip
30162024-05-14T03:30:58.689Z
30172024-05-14T03:30:58.689Zreal 1.132964816
30182024-05-14T03:30:58.689Zuser 1.123095958
30192024-05-14T03:30:58.689Zsys 0.009257701
30202024-05-14T03:30:58.689Ztrap 0.000066847
30212024-05-14T03:30:58.689Ztflt 0.000000000
30222024-05-14T03:30:58.689Zdflt 0.000000000
30232024-05-14T03:30:58.689Zkflt 0.000000000
30242024-05-14T03:30:58.689Zlock 0.000000000
30252024-05-14T03:30:58.689Zslp 0.000000000
30262024-05-14T03:30:58.689Zlat 0.000123676
30272024-05-14T03:30:58.689Zstop 0.000195903
30282024-05-14T03:30:58.693Zprocess exited: duration 1017233 ms, exit code 0
 
30292024-05-14T03:30:58.706Zfound 9 output files
30302024-05-14T03:30:58.706Zuploading: /work/end-to-end-tests/bootstrap-8327972ac3bd31c9.gz (7318847 bytes)
30312024-05-14T03:31:02.101Zuploaded: /work/end-to-end-tests/bootstrap-8327972ac3bd31c9.gz
30322024-05-14T03:31:02.101Zuploading: /work/end-to-end-tests/bootstrap.gz (102545406 bytes)
30332024-05-14T03:31:33.792Zuploaded: /work/end-to-end-tests/bootstrap.gz
30342024-05-14T03:31:33.792Zuploading: /work/end-to-end-tests/commtest-d7ef6dc23e6b5c16.gz (7317283 bytes)
30352024-05-14T03:31:37.519Zuploaded: /work/end-to-end-tests/commtest-d7ef6dc23e6b5c16.gz
30362024-05-14T03:31:37.519Zuploading: /work/end-to-end-tests/dhcp_server-3664a124669ad1d0.gz (7313500 bytes)
30372024-05-14T03:31:39.975Zuploaded: /work/end-to-end-tests/dhcp_server-3664a124669ad1d0.gz
30382024-05-14T03:31:39.975Zuploading: /work/end-to-end-tests/end_to_end_tests-f8b4c579659474c1.gz (106148390 bytes)
30392024-05-14T03:32:25.323Zuploaded: /work/end-to-end-tests/end_to_end_tests-f8b4c579659474c1.gz
30402024-05-14T03:32:25.323Zuploading: /work/caboose-util.gz (2410115 bytes)
30412024-05-14T03:32:27.234Zuploaded: /work/caboose-util.gz
30422024-05-14T03:32:27.234Zuploading: /work/tufaceous.gz (12200093 bytes)
30432024-05-14T03:32:34.702Zuploaded: /work/tufaceous.gz
30442024-05-14T03:32:34.702Zuploading: /work/commtest (462242024 bytes)
30452024-05-14T03:35:30.547Zuploaded: /work/commtest
30462024-05-14T03:35:30.547Zuploading: /work/permslip.gz (10331245 bytes)
30472024-05-14T03:35:37.150Zuploaded: /work/permslip.gz