01HT6MMTNE87G1DMDXKSMJB20B: helios / CI tools

BasicConfig {
    output_rules: [
        "=/work/end-to-end-tests/*.gz",
        "=/work/caboose-util.gz",
        "=/work/tufaceous.gz",
        "=/work/commtest",
    ],
    rust_toolchain: Some(
        String(
            "1.72.1",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01HT6MNE0DWSHF7SJ3P9WCZVY9

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-03-30T02:59:48.261Zjob assigned to worker 01HT6MNJPGCEJAZHM55R988B2T (queued for 2 m 0 s)
 
22024-03-30T02:59:56.111Zstarting task 0: "setup"
32024-03-30T02:59:56.562Z++ uname -s
42024-03-30T02:59:56.574Z+ kern=SunOS
52024-03-30T02:59:56.574Z+ case "$kern" in
62024-03-30T02:59:56.574Z+ groupadd -g 12345 build
72024-03-30T02:59:56.574Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-03-30T02:59:58.209Z+ zfs create -o mountpoint=/work rpool/work
92024-03-30T02:59:58.332Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-03-30T02:59:58.340Z+ home_fs=zfs
112024-03-30T02:59:58.340Z+ [[ zfs == autofs ]]
122024-03-30T02:59:58.340Z+ mkdir -p /home/build
132024-03-30T02:59:58.340Z+ chown build:build /home/build /work
142024-03-30T03:00:00.337Z+ chmod 0700 /home/build /work
152024-03-30T03:00:00.345Zprocess exited: duration 4228 ms, exit code 0
 
162024-03-30T03:00:00.352Zstarting task 1: "rust-toolchain"
172024-03-30T03:00:00.361Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-03-30T03:00:00.365Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-03-30T03:00:00.529Zinfo: downloading installer
202024-03-30T03:00:02.468Zwarning: it looks like you have an existing installation of Rust at:
212024-03-30T03:00:02.468Zwarning: /opt/ooce/bin
222024-03-30T03:00:02.468Zwarning: It is recommended that rustup be the primary Rust installation.
232024-03-30T03:00:02.468Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-03-30T03:00:02.469Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-03-30T03:00:02.469Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-03-30T03:00:02.469Zwarning: or pass `-y' to ignore all ignorable checks.
272024-03-30T03:00:02.469Zerror: cannot install while Rust is installed
282024-03-30T03:00:02.469Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-03-30T03:00:02.559Zinfo: profile set to 'default'
302024-03-30T03:00:02.559Zinfo: default host triple is x86_64-unknown-illumos
312024-03-30T03:00:02.564Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-03-30T03:00:02.684Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-03-30T03:00:02.684Zinfo: downloading component 'cargo'
342024-03-30T03:00:03.333Zinfo: downloading component 'clippy'
352024-03-30T03:00:03.562Zinfo: downloading component 'rust-docs'
362024-03-30T03:00:04.377Zinfo: downloading component 'rust-std'
372024-03-30T03:00:05.835Zinfo: downloading component 'rustc'
382024-03-30T03:00:09.355Zinfo: downloading component 'rustfmt'
392024-03-30T03:00:09.560Zinfo: installing component 'cargo'
402024-03-30T03:00:10.373Zinfo: installing component 'clippy'
412024-03-30T03:00:10.730Zinfo: installing component 'rust-docs'
422024-03-30T03:00:12.146Zinfo: installing component 'rust-std'
432024-03-30T03:00:13.897Zinfo: installing component 'rustc'
442024-03-30T03:00:17.952Zinfo: installing component 'rustfmt'
452024-03-30T03:00:18.296Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-03-30T03:00:18.296Z
472024-03-30T03:00:18.571Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-03-30T03:00:18.571Z
492024-03-30T03:00:18.597Z
502024-03-30T03:00:18.597ZRust is installed now. Great!
512024-03-30T03:00:18.597Z
522024-03-30T03:00:18.598ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-03-30T03:00:18.598Zenvironment variable. This has not been done automatically.
542024-03-30T03:00:18.598Z
552024-03-30T03:00:18.598ZTo configure your current shell, you need to source
562024-03-30T03:00:18.598Zthe corresponding env file under $HOME/.cargo.
572024-03-30T03:00:18.599Z
582024-03-30T03:00:18.599ZThis is usually done by running one of the following (note the leading DOT):
592024-03-30T03:00:18.599Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-03-30T03:00:18.599Zsource "$HOME/.cargo/env.fish" # For fish
612024-03-30T03:00:18.652Z+ rustc --version
622024-03-30T03:00:18.718Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-03-30T03:00:18.727Zprocess exited: duration 18363 ms, exit code 0
 
642024-03-30T03:00:18.742Zstarting task 2: "authentication"
652024-03-30T03:00:18.765Zprocess exited: duration 24 ms, exit code 0
 
662024-03-30T03:00:18.790Zstarting task 3: "clone repository"
672024-03-30T03:00:18.799Z+ mkdir -p /work/oxidecomputer/omicron
682024-03-30T03:00:18.799Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-03-30T03:00:19.060ZCloning into '/work/oxidecomputer/omicron'...
702024-03-30T03:00:48.774Z+ cd /work/oxidecomputer/omicron
712024-03-30T03:00:48.775Z+ git fetch origin ea672660e773382cdde3eb7d1812abefa078e1e1
722024-03-30T03:00:49.707ZFrom https://github.com/oxidecomputer/omicron
732024-03-30T03:00:49.707Z * branch ea672660e773382cdde3eb7d1812abefa078e1e1 -> FETCH_HEAD
742024-03-30T03:00:49.716Z+ [[ -n sunshowers/spr/oxlog-add-sigpipereset ]]
752024-03-30T03:00:49.719Z++ git branch --show-current
762024-03-30T03:00:49.722Z+ current=main
772024-03-30T03:00:49.722Z+ [[ main != sunshowers/spr/oxlog-add-sigpipereset ]]
782024-03-30T03:00:49.722Z+ git branch -f sunshowers/spr/oxlog-add-sigpipereset ea672660e773382cdde3eb7d1812abefa078e1e1
792024-03-30T03:00:49.725Z+ git checkout -f sunshowers/spr/oxlog-add-sigpipereset
802024-03-30T03:00:49.855ZSwitched to branch 'sunshowers/spr/oxlog-add-sigpipereset'
812024-03-30T03:00:49.860Z+ git reset --hard ea672660e773382cdde3eb7d1812abefa078e1e1
822024-03-30T03:00:49.872ZHEAD is now at ea672660e [𝘀𝗽𝗿] initial version
832024-03-30T03:00:49.876Zprocess exited: duration 31081 ms, exit code 0
 
842024-03-30T03:00:49.889Zstarting task 4: "build"
852024-03-30T03:00:49.895Z+ cargo --version
862024-03-30T03:00:49.909Zinfo: syncing channel updates for '1.76.0-x86_64-unknown-illumos'
872024-03-30T03:00:50.069Zinfo: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04)
882024-03-30T03:00:50.069Zinfo: downloading component 'cargo'
892024-03-30T03:00:50.948Zinfo: downloading component 'clippy'
902024-03-30T03:00:51.214Zinfo: downloading component 'rust-docs'
912024-03-30T03:00:52.306Zinfo: downloading component 'rust-std'
922024-03-30T03:00:54.077Zinfo: downloading component 'rustc'
932024-03-30T03:00:58.510Zinfo: downloading component 'rustfmt'
942024-03-30T03:00:58.798Zinfo: installing component 'cargo'
952024-03-30T03:00:59.716Zinfo: installing component 'clippy'
962024-03-30T03:01:00.056Zinfo: installing component 'rust-docs'
972024-03-30T03:01:01.574Zinfo: installing component 'rust-std'
982024-03-30T03:01:03.447Zinfo: installing component 'rustc'
992024-03-30T03:01:07.404Zinfo: installing component 'rustfmt'
1002024-03-30T03:01:07.797Zcargo 1.76.0 (c84b36747 2024-01-18)
1012024-03-30T03:01:07.800Z+ rustc --version
1022024-03-30T03:01:07.873Zrustc 1.76.0 (07dca489a 2024-02-04)
1032024-03-30T03:01:07.877Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1042024-03-30T03:01:22.705Z Startup: Refreshing catalog 'helios-dev' ... Done
1052024-03-30T03:01:22.849Z Startup: Caching catalogs ... Done
1062024-03-30T03:01:24.013ZPlanning: Solver setup ... Done (1.438s)
1072024-03-30T03:01:24.039ZPlanning: Running solver ... Done (0.028s)
1082024-03-30T03:01:24.218ZPlanning: Finding local manifests ... Done (0.145s)
1092024-03-30T03:01:24.268ZPlanning: Fetching manifests: 0/4 0% complete
1102024-03-30T03:01:24.712ZPlanning: Fetching manifests: 4/4 100% complete
1112024-03-30T03:01:24.770ZPlanning: Package planning ... Done (0.057s)
1122024-03-30T03:01:24.820ZPlanning: Merging actions ... Done (0.053s)
1132024-03-30T03:01:25.604ZPlanning: Checking for conflicting actions ... Done (0.780s)
1142024-03-30T03:01:25.613ZPlanning: Consolidating action changes ... Done (0.012s)
1152024-03-30T03:01:33.014ZPlanning: Evaluating mediators ... Done (7.399s)
1162024-03-30T03:01:33.027ZPlanning: Planning completed in 10.82 seconds
1172024-03-30T03:01:33.042Z Packages to install: 4
1182024-03-30T03:01:33.042Z Mediators to change: 2
1192024-03-30T03:01:33.042Z Services to change: 1
1202024-03-30T03:01:33.042Z Estimated space available: 155.31 GB
1212024-03-30T03:01:33.042ZEstimated space to be consumed: 1.43 GB
1222024-03-30T03:01:33.042Z Create boot environment: No
1232024-03-30T03:01:33.042ZCreate backup boot environment: No
1242024-03-30T03:01:33.046Z Rebuild boot archive: No
1252024-03-30T03:01:33.046Z
1262024-03-30T03:01:33.046ZChanged mediators:
1272024-03-30T03:01:33.046Z mediator clang:
1282024-03-30T03:01:33.046Z version: None -> 15 (system default)
1292024-03-30T03:01:33.046Z
1302024-03-30T03:01:33.046Z mediator llvm:
1312024-03-30T03:01:33.046Z version: 14 (system default) -> 15 (system default)
1322024-03-30T03:01:33.046Z
1332024-03-30T03:01:33.046ZChanged packages:
1342024-03-30T03:01:33.046Zhelios-dev
1352024-03-30T03:01:33.046Z developer/build-essential
1362024-03-30T03:01:33.046Z None -> 11-2.0
1372024-03-30T03:01:33.046Z library/libxmlsec1
1382024-03-30T03:01:33.046Z None -> 1.2.35-2.0
1392024-03-30T03:01:33.046Z ooce/developer/clang-15
1402024-03-30T03:01:33.046Z None -> 15.0.7-2.0
1412024-03-30T03:01:33.047Z ooce/developer/llvm-15
1422024-03-30T03:01:33.047Z None -> 15.0.7-2.0
1432024-03-30T03:01:33.047Z
1442024-03-30T03:01:33.047ZServices:
1452024-03-30T03:01:33.047Z restart_fmri:
1462024-03-30T03:01:33.047Z svc:/system/update-man-index:default
1472024-03-30T03:01:33.152Z
1482024-03-30T03:01:33.152ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1492024-03-30T03:01:39.072ZDownload: 219/3290 items 1.5/212.6MB 0% complete (280k/s)
1502024-03-30T03:01:44.075ZDownload: 247/3290 items 1.6/212.6MB 0% complete (201k/s)
1512024-03-30T03:01:49.084ZDownload: 664/3290 items 17.7/212.6MB 8% complete (1.6M/s)
1522024-03-30T03:01:54.086ZDownload: 1137/3290 items 70.5/212.6MB 33% complete (6.8M/s)
1532024-03-30T03:01:59.112ZDownload: 1201/3290 items 83.5/212.6MB 39% complete (6.6M/s)
1542024-03-30T03:02:04.114ZDownload: 1968/3290 items 117.9/212.6MB 55% complete (5.4M/s)
1552024-03-30T03:02:16.027ZDownload: 2221/3290 items 118.5/212.6MB 55% complete (4.3M/s)
1562024-03-30T03:02:21.031ZDownload: 2940/3290 items 120.9/212.6MB 56% complete (515k/s)
1572024-03-30T03:02:33.150ZDownload: 3243/3290 items 202.8/212.6MB 95% complete (9.9M/s)
1582024-03-30T03:02:50.360ZDownload: 3284/3290 items 211.1/212.6MB 99% complete
1592024-03-30T03:02:58.627ZDownload: 3289/3290 items 212.0/212.6MB 99% complete (22.3M/s)
1602024-03-30T03:02:58.672ZDownload: Completed 212.60 MB in 85.50 seconds (2.5M/s)
1612024-03-30T03:02:58.821Z Actions: 1/3689 actions (Installing new actions)
1622024-03-30T03:03:03.822Z Actions: 3688/3689 actions (Installing new actions)
1632024-03-30T03:03:03.826Z Actions: Completed 3689 actions in 5.00 seconds.
1642024-03-30T03:03:04.038Z Done (0.206s)
1652024-03-30T03:03:04.038Z Done (0.000s)
1662024-03-30T03:03:04.294Z Done (0.258s)
1672024-03-30T03:03:09.524Z Done (5.080s)
1682024-03-30T03:03:09.679Z Done (0.080s)
1692024-03-30T03:03:09.689Z Done (0.000s)
1702024-03-30T03:03:09.824Z Done (0.000s)
1712024-03-30T03:03:10.376ZPlanning: Evaluating mediator changes ... Done
1722024-03-30T03:03:10.551ZPlanning: Checking for conflicting actions ... Done
1732024-03-30T03:03:10.561ZPlanning: Consolidating action changes ... Done
1742024-03-30T03:03:10.823ZPlanning: Evaluating mediators ... Done
1752024-03-30T03:03:10.827ZPlanning: Planning completed in 0.44 seconds
1762024-03-30T03:03:10.855Z Mediators to change: 2
1772024-03-30T03:03:10.855Z Create boot environment: No
1782024-03-30T03:03:10.855ZCreate backup boot environment: No
1792024-03-30T03:03:10.915Z Done
1802024-03-30T03:03:10.915Z Done
1812024-03-30T03:03:11.069Z Done
1822024-03-30T03:03:14.881Z Done
1832024-03-30T03:03:14.954Z Done
1842024-03-30T03:03:14.954Z Done
1852024-03-30T03:03:15.066Z Done
1862024-03-30T03:03:15.720ZPlanning: Evaluating mediator changes ... Done
1872024-03-30T03:03:15.733ZPlanning: Merging actions ... Done
1882024-03-30T03:03:15.921ZPlanning: Checking for conflicting actions ... Done
1892024-03-30T03:03:15.942ZPlanning: Consolidating action changes ... Done
1902024-03-30T03:03:16.551ZPlanning: Evaluating mediators ... Done
1912024-03-30T03:03:16.552ZPlanning: Planning completed in 0.80 seconds
1922024-03-30T03:03:16.552Z Packages to change: 1
1932024-03-30T03:03:16.552Z Mediators to change: 1
1942024-03-30T03:03:16.552Z Services to change: 1
1952024-03-30T03:03:16.552Z Create boot environment: No
1962024-03-30T03:03:16.552ZCreate backup boot environment: Yes
1972024-03-30T03:03:18.181Z Actions: 1/6 actions (Updating modified actions)
1982024-03-30T03:03:18.196Z Actions: Completed 6 actions in 0.00 seconds.
1992024-03-30T03:03:18.197Z Done
2002024-03-30T03:03:18.197Z Done
2012024-03-30T03:03:18.609Z Done
2022024-03-30T03:03:22.034Z Done
2032024-03-30T03:03:22.130Z Done
2042024-03-30T03:03:22.136Z Done
2052024-03-30T03:03:22.238Z Done
2062024-03-30T03:03:22.736ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2072024-03-30T03:03:22.736Zclang system 15 system
2082024-03-30T03:03:22.736Zcsh system system illumos
2092024-03-30T03:03:22.736Zctags system system illumos
2102024-03-30T03:03:22.736Zgcc vendor 12 vendor
2112024-03-30T03:03:22.736Zgcc system 10 system
2122024-03-30T03:03:22.736Zgcc system 7 system
2132024-03-30T03:03:22.736Zgo system 1.20 system
2142024-03-30T03:03:22.736Zgo system 1.19 system
2152024-03-30T03:03:22.736Zllvm system 15 system
2162024-03-30T03:03:22.736Zllvm system 14 system
2172024-03-30T03:03:22.737Zmariadb system 10.6 system
2182024-03-30T03:03:22.737Zmta vendor vendor dma
2192024-03-30T03:03:22.737Zopenjdk system 17 system
2202024-03-30T03:03:22.737Zopenjdk system 11 system
2212024-03-30T03:03:22.737Zopenjdk system 1.8 system
2222024-03-30T03:03:22.737Zopenssl vendor 3 vendor
2232024-03-30T03:03:22.737Zperl system 5.36 system
2242024-03-30T03:03:22.737Zpostgresql system 15 system
2252024-03-30T03:03:22.737Zpostgresql system 13 system
2262024-03-30T03:03:22.737Zpython vendor 3 vendor
2272024-03-30T03:03:22.737Zpython system 2 system
2282024-03-30T03:03:22.737Zpython3 system 3.11 system
2292024-03-30T03:03:22.737Zruby system 3.0 system
2302024-03-30T03:03:22.737Zwords vendor vendor american-english
2312024-03-30T03:03:22.737Zwords system system australian-english
2322024-03-30T03:03:22.737Zwords system system british-english
2332024-03-30T03:03:22.737Zwords system system canadian-english
2342024-03-30T03:03:22.737Zwords system system french
2352024-03-30T03:03:22.737Zwords system system italian
2362024-03-30T03:03:22.738Zwords system system ngerman
2372024-03-30T03:03:22.738Zwords system system ogerman
2382024-03-30T03:03:22.738Zwords system system spanish
2392024-03-30T03:03:23.118ZPUBLISHER TYPE STATUS P LOCATION
2402024-03-30T03:03:23.118Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2412024-03-30T03:03:24.478ZFMRI IFO
2422024-03-30T03:03:24.478Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2432024-03-30T03:03:24.478Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2442024-03-30T03:03:24.478Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2452024-03-30T03:03:24.478Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2462024-03-30T03:03:24.478Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2472024-03-30T03:03:24.479Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2482024-03-30T03:03:24.479Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2492024-03-30T03:03:24.479Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2502024-03-30T03:03:24.479Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2512024-03-30T03:03:24.479Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2522024-03-30T03:03:24.479Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2532024-03-30T03:03:24.479Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2542024-03-30T03:03:24.777Z+ set -o errexit
2552024-03-30T03:03:24.781Z+++ dirname ./tools/ci_download_cockroachdb
2562024-03-30T03:03:24.782Z++ cd ./tools
2572024-03-30T03:03:24.782Z++ pwd
2582024-03-30T03:03:24.782Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2592024-03-30T03:03:24.786Z++ basename ./tools/ci_download_cockroachdb
2602024-03-30T03:03:24.786Z+ ARG0=ci_download_cockroachdb
2612024-03-30T03:03:24.787Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2622024-03-30T03:03:24.791Z+ CIDL_VERSION=v22.1.9
2632024-03-30T03:03:24.792Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2642024-03-30T03:03:24.792Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2652024-03-30T03:03:24.792Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2662024-03-30T03:03:24.792Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2672024-03-30T03:03:24.792Z+ TARGET_DIR=out
2682024-03-30T03:03:24.793Z+ DOWNLOAD_DIR=out/downloads
2692024-03-30T03:03:24.793Z+ DEST_DIR=./out/cockroachdb
2702024-03-30T03:03:24.793Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2712024-03-30T03:03:24.793Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2722024-03-30T03:03:24.793Z+ main
2732024-03-30T03:03:24.793Z+ [[ 0 != 0 ]]
2742024-03-30T03:03:24.793Z+ CIDL_OS=solaris2.11
2752024-03-30T03:03:24.793Z+ [[ 0 != 0 ]]
2762024-03-30T03:03:24.793Z+ configure_os solaris2.11
2772024-03-30T03:03:24.794Z+ echo 'current directory: /work/oxidecomputer/omicron'
2782024-03-30T03:03:24.794Zcurrent directory: /work/oxidecomputer/omicron
2792024-03-30T03:03:24.794Z+ echo 'configuring based on OS: "solaris2.11"'
2802024-03-30T03:03:24.794Zconfiguring based on OS: "solaris2.11"
2812024-03-30T03:03:24.794Z+ case "$1" in
2822024-03-30T03:03:24.794Z+ CIDL_BUILD=illumos
2832024-03-30T03:03:24.794Z+ CIDL_SUFFIX=tar.gz
2842024-03-30T03:03:24.795Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2852024-03-30T03:03:24.795Z+ CIDL_URL_BASE=https://illumos.org/downloads
2862024-03-30T03:03:24.795Z+ CIDL_ASSEMBLE=do_assemble_illumos
2872024-03-30T03:03:24.795Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2882024-03-30T03:03:24.795Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2892024-03-30T03:03:24.795Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2902024-03-30T03:03:24.795Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2912024-03-30T03:03:24.796Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2922024-03-30T03:03:24.796Z+ CIDL_SHA256FUNC=do_sha256sum
2932024-03-30T03:03:24.796Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2942024-03-30T03:03:24.796ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2952024-03-30T03:03:24.796Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2962024-03-30T03:03:24.796ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2972024-03-30T03:03:24.796Z+ mkdir -p out/downloads
2982024-03-30T03:03:24.796Z+ mkdir -p ./out/cockroachdb
2992024-03-30T03:03:24.801Z+ local DO_DOWNLOAD=true
3002024-03-30T03:03:24.801Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3012024-03-30T03:03:24.801Z+ '[' true == true ']'
3022024-03-30T03:03:24.801Z+ echo Downloading...
3032024-03-30T03:03:24.801ZDownloading...
3042024-03-30T03:03:24.801Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3052024-03-30T03:03:24.802Z+ 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-03-30T03:03:26.750Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3072024-03-30T03:03:26.753Z++ sha256sum
3082024-03-30T03:03:26.753Z++ awk '{print $1}'
3092024-03-30T03:03:26.856Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3102024-03-30T03:03:26.856Z+ [[ 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-03-30T03:03:26.862Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3122024-03-30T03:03:26.862Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3132024-03-30T03:03:29.064Z+ do_assemble_illumos
3142024-03-30T03:03:29.065Z+ rm -r ./out/cockroachdb
3152024-03-30T03:03:29.076Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3162024-03-30T03:03:29.488Z+ ./out/cockroachdb/bin/cockroach version
3172024-03-30T03:03:29.701ZBuild Tag: v22.1.9-dirty
3182024-03-30T03:03:29.701ZBuild Time: 2022/10/26 21:17:46
3192024-03-30T03:03:29.701ZDistribution: OSS
3202024-03-30T03:03:29.701ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3212024-03-30T03:03:29.701ZGo Version: go1.17.13
3222024-03-30T03:03:29.701ZC Compiler: gcc 10.3.0
3232024-03-30T03:03:29.701ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3242024-03-30T03:03:29.701ZBuild Type: release
3252024-03-30T03:03:29.721Z+ set -o errexit
3262024-03-30T03:03:29.729Z+++ dirname ./tools/ci_download_clickhouse
3272024-03-30T03:03:29.729Z++ cd ./tools
3282024-03-30T03:03:29.729Z++ pwd
3292024-03-30T03:03:29.729Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3302024-03-30T03:03:29.745Z++ basename ./tools/ci_download_clickhouse
3312024-03-30T03:03:29.745Z+ ARG0=ci_download_clickhouse
3322024-03-30T03:03:29.745Z+ TARGET_DIR=out
3332024-03-30T03:03:29.745Z+ DOWNLOAD_DIR=out/downloads
3342024-03-30T03:03:29.745Z+ DEST_DIR=./out/clickhouse
3352024-03-30T03:03:29.745Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3362024-03-30T03:03:29.745Z+ CIDL_VERSION=v23.8.7.24
3372024-03-30T03:03:29.745Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3382024-03-30T03:03:29.745Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3392024-03-30T03:03:29.745Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3402024-03-30T03:03:29.745Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3412024-03-30T03:03:29.745Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3422024-03-30T03:03:29.746Z+ main
3432024-03-30T03:03:29.746Z+ [[ 0 != 0 ]]
3442024-03-30T03:03:29.746Z+ CIDL_OS=solaris2.11
3452024-03-30T03:03:29.746Z+ [[ 0 != 0 ]]
3462024-03-30T03:03:29.746Z+ configure_os solaris2.11
3472024-03-30T03:03:29.746Z+ echo 'current directory: /work/oxidecomputer/omicron'
3482024-03-30T03:03:29.746Z+ echo 'configuring based on OS: "solaris2.11"'
3492024-03-30T03:03:29.746Zcurrent directory: /work/oxidecomputer/omicron
3502024-03-30T03:03:29.746Zconfiguring based on OS: "solaris2.11"
3512024-03-30T03:03:29.746Z+ CIDL_DASHREV=
3522024-03-30T03:03:29.746Z+ case "$1" in
3532024-03-30T03:03:29.746Z+ CIDL_PLATFORM=illumos
3542024-03-30T03:03:29.747Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3552024-03-30T03:03:29.747Z+ CIDL_MD5FUNC=do_md5sum
3562024-03-30T03:03:29.747Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3572024-03-30T03:03:29.747Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3582024-03-30T03:03:29.747Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3592024-03-30T03:03:29.747Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3602024-03-30T03:03:29.747Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3612024-03-30T03:03:29.747ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3622024-03-30T03:03:29.748Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3632024-03-30T03:03:29.748Z+ mkdir -p out/downloads
3642024-03-30T03:03:29.748ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3652024-03-30T03:03:29.748Z+ mkdir -p ./out/clickhouse
3662024-03-30T03:03:30.165Z+ local DO_DOWNLOAD=true
3672024-03-30T03:03:30.165Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3682024-03-30T03:03:30.165Z+ '[' true == true ']'
3692024-03-30T03:03:30.165Z+ echo Downloading...
3702024-03-30T03:03:30.165ZDownloading...
3712024-03-30T03:03:30.165Z+ 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-03-30T03:03:30.165Z+ 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-03-30T03:03:31.333Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3742024-03-30T03:03:31.345Z++ md5sum
3752024-03-30T03:03:31.345Z++ awk '{print $1}'
3762024-03-30T03:03:31.558Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3772024-03-30T03:03:31.558Z+ [[ 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-03-30T03:03:31.561Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3792024-03-30T03:03:31.561Z+ mkdir -p ./out/clickhouse
3802024-03-30T03:03:31.562Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3812024-03-30T03:03:35.399Z+ [[ solaris2.11 == darwin* ]]
3822024-03-30T03:03:35.399Z+ ./out/clickhouse/clickhouse server --version
3832024-03-30T03:03:35.634ZClickHouse server version 23.8.7.1.
3842024-03-30T03:03:35.660Z+ set -o errexit
3852024-03-30T03:03:35.670Z+++ dirname ./tools/ci_download_console
3862024-03-30T03:03:35.670Z++ cd ./tools
3872024-03-30T03:03:35.670Z++ pwd
3882024-03-30T03:03:35.670Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3892024-03-30T03:03:35.670Z++ basename ./tools/ci_download_console
3902024-03-30T03:03:35.670Z+ ARG0=ci_download_console
3912024-03-30T03:03:35.670Z+ TARGET_DIR=out
3922024-03-30T03:03:35.671Z+ DOWNLOAD_DIR=out/downloads
3932024-03-30T03:03:35.671Z+ DEST_DIR=./out/console-assets
3942024-03-30T03:03:35.671Z+ source /work/oxidecomputer/omicron/tools/console_version
3952024-03-30T03:03:35.671Z++ COMMIT=156c082cdb21231ab95ef7475de199ecb7a96dc3
3962024-03-30T03:03:35.671Z++ SHA2=bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b
3972024-03-30T03:03:35.671Z+ URL=https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz
3982024-03-30T03:03:35.671Z+ TARBALL_FILE=out/downloads/console.tar.gz
3992024-03-30T03:03:35.671Z+ main
4002024-03-30T03:03:35.672Z+ [[ 0 != 0 ]]
4012024-03-30T03:03:35.672Z+ echo 'URL: https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz'
4022024-03-30T03:03:35.672Z+ echo 'Local file: out/downloads/console.tar.gz'
4032024-03-30T03:03:35.672ZURL: https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz
4042024-03-30T03:03:35.672ZLocal file: out/downloads/console.tar.gz
4052024-03-30T03:03:35.672Z+ local DO_DOWNLOAD=true
4062024-03-30T03:03:35.672Z+ [[ -f out/downloads/console.tar.gz ]]
4072024-03-30T03:03:35.673Z+ mkdir -p out/downloads
4082024-03-30T03:03:35.683Z+ '[' true == true ']'
4092024-03-30T03:03:35.684Z+ echo Downloading...
4102024-03-30T03:03:35.684ZDownloading...
4112024-03-30T03:03:35.684Z+ do_download_curl https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz out/downloads/console.tar.gz
4122024-03-30T03:03:35.684Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz
4132024-03-30T03:03:36.313Z++ do_sha256sum out/downloads/console.tar.gz
4142024-03-30T03:03:36.313Z++ case "$OSTYPE" in
4152024-03-30T03:03:36.313Z++ SHA=sha256sum
4162024-03-30T03:03:36.761Z++ sha256sum
4172024-03-30T03:03:36.762Z++ awk '{print $1}'
4182024-03-30T03:03:36.762Z+ calculated_sha2=bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b
4192024-03-30T03:03:36.762Z+ [[ bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b != \b\f\7\6\8\0\0\8\b\6\9\5\8\e\1\9\b\8\d\8\c\e\f\2\5\7\1\0\b\4\f\f\6\4\e\e\f\1\e\5\9\b\b\3\b\e\d\b\2\7\b\b\6\b\f\3\3\4\5\9\a\7\8\b ]]
4202024-03-30T03:03:36.762Z+ rm -rf ./out/console-assets
4212024-03-30T03:03:36.762Z+ mkdir -p ./out/console-assets
4222024-03-30T03:03:36.762Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4232024-03-30T03:03:36.762Z+ mkdir -p ./out/console-assets
4242024-03-30T03:03:36.762Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4252024-03-30T03:03:36.784Z+ set -o errexit
4262024-03-30T03:03:36.784Z+++ dirname ./tools/ci_download_maghemite_openapi
4272024-03-30T03:03:36.784Z++ cd ./tools
4282024-03-30T03:03:36.785Z++ pwd
4292024-03-30T03:03:36.785Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4302024-03-30T03:03:36.785Z++ basename ./tools/ci_download_maghemite_openapi
4312024-03-30T03:03:36.786Z+ ARG0=ci_download_maghemite_openapi
4322024-03-30T03:03:36.786Z+ TARGET_DIR=out
4332024-03-30T03:03:36.786Z+ DOWNLOAD_DIR=out/downloads
4342024-03-30T03:03:36.786Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4352024-03-30T03:03:36.787Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4362024-03-30T03:03:36.787Z++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4372024-03-30T03:03:36.787Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4382024-03-30T03:03:36.787Z+ LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4392024-03-30T03:03:36.788Z+ main
4402024-03-30T03:03:36.788Z+ rm -rf out/downloads/root
4412024-03-30T03:03:36.788Z+ [[ 0 != 0 ]]
4422024-03-30T03:03:36.788Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json'
4432024-03-30T03:03:36.788ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4442024-03-30T03:03:36.789ZLocal file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4452024-03-30T03:03:36.789Z+ echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4462024-03-30T03:03:36.789Z+ local DO_DOWNLOAD=true
4472024-03-30T03:03:36.789Z+ [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4482024-03-30T03:03:36.790Z+ mkdir -p out/downloads
4492024-03-30T03:03:36.790Z+ '[' true == true ']'
4502024-03-30T03:03:36.790Z+ echo Downloading...
4512024-03-30T03:03:36.790ZDownloading...
4522024-03-30T03:03:36.791Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4532024-03-30T03:03:36.791Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4542024-03-30T03:03:36.791Z++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4552024-03-30T03:03:36.791Z++ case "$OSTYPE" in
4562024-03-30T03:03:36.791Z++ SHA=sha256sum
4572024-03-30T03:03:36.791Z++ sha256sum
4582024-03-30T03:03:36.791Z++ awk '{print $1}'
4592024-03-30T03:03:36.791Z+ calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4602024-03-30T03:03:36.791Z+ [[ 004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 != \0\0\4\e\8\7\3\e\4\1\2\0\a\a\2\6\4\6\0\2\7\1\3\6\8\4\8\5\2\6\6\b\7\5\b\7\f\9\6\4\e\5\e\d\4\d\b\e\e\8\f\b\5\d\b\4\5\1\9\4\7\0\d\7 ]]
4612024-03-30T03:03:36.791Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4622024-03-30T03:03:36.792Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4632024-03-30T03:03:36.792Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4642024-03-30T03:03:36.792Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4652024-03-30T03:03:36.792Z+ LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4662024-03-30T03:03:36.792Z+ main
4672024-03-30T03:03:36.792Z+ rm -rf out/downloads/root
4682024-03-30T03:03:36.792Z+ [[ 0 != 0 ]]
4692024-03-30T03:03:36.792Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json'
4702024-03-30T03:03:36.792ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4712024-03-30T03:03:36.793Z+ echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4722024-03-30T03:03:36.793ZLocal file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4732024-03-30T03:03:36.793Z+ local DO_DOWNLOAD=true
4742024-03-30T03:03:36.793Z+ [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4752024-03-30T03:03:36.793Z+ mkdir -p out/downloads
4762024-03-30T03:03:36.793Z+ '[' true == true ']'
4772024-03-30T03:03:36.793Z+ echo Downloading...
4782024-03-30T03:03:36.793ZDownloading...
4792024-03-30T03:03:36.793Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4802024-03-30T03:03:36.793Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4812024-03-30T03:03:36.942Z++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4822024-03-30T03:03:36.949Z++ case "$OSTYPE" in
4832024-03-30T03:03:36.949Z++ SHA=sha256sum
4842024-03-30T03:03:36.949Z++ sha256sum
4852024-03-30T03:03:36.950Z++ awk '{print $1}'
4862024-03-30T03:03:36.950Z+ calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4872024-03-30T03:03:36.950Z+ [[ a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 != \a\5\d\2\f\2\7\5\c\9\9\1\5\2\7\1\1\d\e\c\1\d\f\5\8\f\d\4\9\d\4\5\9\d\3\f\c\b\8\f\b\f\c\7\a\7\f\4\8\f\4\3\2\b\e\2\4\8\d\7\4\6\3\9 ]]
4882024-03-30T03:03:36.951Z+ set -o errexit
4892024-03-30T03:03:36.959Z+++ dirname ./tools/ci_download_dendrite_openapi
4902024-03-30T03:03:36.959Z++ cd ./tools
4912024-03-30T03:03:36.959Z++ pwd
4922024-03-30T03:03:36.959Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4932024-03-30T03:03:36.959Z++ basename ./tools/ci_download_dendrite_openapi
4942024-03-30T03:03:36.960Z+ ARG0=ci_download_dendrite_openapi
4952024-03-30T03:03:36.960Z+ TARGET_DIR=out
4962024-03-30T03:03:36.960Z+ DOWNLOAD_DIR=out/downloads
4972024-03-30T03:03:36.960Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4982024-03-30T03:03:36.960Z++ COMMIT=eeb194461a4b863dae25a933541b1a4fb8efe14d
4992024-03-30T03:03:36.960Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5002024-03-30T03:03:36.960Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/eeb194461a4b863dae25a933541b1a4fb8efe14d/dpd.json
5012024-03-30T03:03:36.961Z+ LOCAL_FILE=out/downloads/dpd-eeb194461a4b863dae25a933541b1a4fb8efe14d.json
5022024-03-30T03:03:36.961Z+ main
5032024-03-30T03:03:36.961Z+ [[ 0 != 0 ]]
5042024-03-30T03:03:36.961Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/eeb194461a4b863dae25a933541b1a4fb8efe14d/dpd.json'
5052024-03-30T03:03:36.961ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/eeb194461a4b863dae25a933541b1a4fb8efe14d/dpd.json
5062024-03-30T03:03:36.961Z+ echo 'Local file: out/downloads/dpd-eeb194461a4b863dae25a933541b1a4fb8efe14d.json'
5072024-03-30T03:03:36.961Z+ local DO_DOWNLOAD=true
5082024-03-30T03:03:36.962ZLocal file: out/downloads/dpd-eeb194461a4b863dae25a933541b1a4fb8efe14d.json
5092024-03-30T03:03:36.962Z+ [[ -f out/downloads/dpd-eeb194461a4b863dae25a933541b1a4fb8efe14d.json ]]
5102024-03-30T03:03:36.962Z+ mkdir -p out/downloads
5112024-03-30T03:03:36.976Z+ '[' true == true ']'
5122024-03-30T03:03:36.976Z+ echo Downloading...
5132024-03-30T03:03:36.977ZDownloading...
5142024-03-30T03:03:36.977Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/eeb194461a4b863dae25a933541b1a4fb8efe14d/dpd.json out/downloads/dpd-eeb194461a4b863dae25a933541b1a4fb8efe14d.json
5152024-03-30T03:03:36.977Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-eeb194461a4b863dae25a933541b1a4fb8efe14d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/eeb194461a4b863dae25a933541b1a4fb8efe14d/dpd.json
5162024-03-30T03:03:37.170Z++ do_sha256sum out/downloads/dpd-eeb194461a4b863dae25a933541b1a4fb8efe14d.json
5172024-03-30T03:03:37.170Z++ case "$OSTYPE" in
5182024-03-30T03:03:37.170Z++ SHA=sha256sum
5192024-03-30T03:03:37.181Z++ sha256sum
5202024-03-30T03:03:37.181Z++ awk '{print $1}'
5212024-03-30T03:03:37.181Z+ calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5222024-03-30T03:03:37.189Z+ [[ 50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae != \5\0\e\f\f\6\d\9\f\9\8\6\b\7\b\1\a\f\5\9\7\0\d\1\1\d\8\d\0\1\b\8\1\2\d\e\3\7\2\6\9\7\3\1\c\6\c\6\9\1\a\2\4\4\b\3\f\d\a\e\8\2\a\e ]]
5232024-03-30T03:03:37.189Z+ set -o errexit
5242024-03-30T03:03:37.189Z+++ dirname ./tools/ci_download_dendrite_stub
5252024-03-30T03:03:37.195Z++ cd ./tools
5262024-03-30T03:03:37.196Z++ pwd
5272024-03-30T03:03:37.196Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5282024-03-30T03:03:37.196Z++ basename ./tools/ci_download_dendrite_stub
5292024-03-30T03:03:37.196Z+ ARG0=ci_download_dendrite_stub
5302024-03-30T03:03:37.196Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5312024-03-30T03:03:37.196Z++ CIDL_SHA256_ILLUMOS=79c32441d7d5328a06e92e7d9c410805e9d8be9d78d59ce1ed6c3e0fba93198d
5322024-03-30T03:03:37.196Z++ CIDL_SHA256_LINUX_DPD=c56a5754996bdce4cf4142829a80f050563c5cab8c30a05b9e56b8d85723d0f5
5332024-03-30T03:03:37.196Z++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b
5342024-03-30T03:03:37.196Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5352024-03-30T03:03:37.196Z++ COMMIT=eeb194461a4b863dae25a933541b1a4fb8efe14d
5362024-03-30T03:03:37.196Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5372024-03-30T03:03:37.196Z+ TARGET_DIR=out
5382024-03-30T03:03:37.196Z+ DOWNLOAD_DIR=out/downloads
5392024-03-30T03:03:37.196Z+ DEST_DIR=./out/dendrite-stub
5402024-03-30T03:03:37.196Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5412024-03-30T03:03:37.196Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5422024-03-30T03:03:37.196Z+ REPO=oxidecomputer/dendrite
5432024-03-30T03:03:37.196Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/eeb194461a4b863dae25a933541b1a4fb8efe14d
5442024-03-30T03:03:37.197Z+ main
5452024-03-30T03:03:37.197Z+ [[ 0 != 0 ]]
5462024-03-30T03:03:37.197Z+ CIDL_OS=solaris2.11
5472024-03-30T03:03:37.197Z+ [[ 0 != 0 ]]
5482024-03-30T03:03:37.197Z+ configure_os solaris2.11
5492024-03-30T03:03:37.197Z+ echo 'current directory: /work/oxidecomputer/omicron'
5502024-03-30T03:03:37.197Zcurrent directory: /work/oxidecomputer/omicron
5512024-03-30T03:03:37.197Z+ echo 'configuring based on OS: "solaris2.11"'
5522024-03-30T03:03:37.197Z+ case "$1" in
5532024-03-30T03:03:37.197Zconfiguring based on OS: "solaris2.11"
5542024-03-30T03:03:37.197Z+ SET_BINARIES=
5552024-03-30T03:03:37.197Z+ CIDL_SHA256=79c32441d7d5328a06e92e7d9c410805e9d8be9d78d59ce1ed6c3e0fba93198d
5562024-03-30T03:03:37.197Z+ CIDL_SHA256FUNC=do_sha256sum
5572024-03-30T03:03:37.197Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5582024-03-30T03:03:37.197Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/eeb194461a4b863dae25a933541b1a4fb8efe14d/dendrite-stub.tar.gz
5592024-03-30T03:03:37.197Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5602024-03-30T03:03:37.197Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/eeb194461a4b863dae25a933541b1a4fb8efe14d/dendrite-stub.tar.gz'
5612024-03-30T03:03:37.197ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/eeb194461a4b863dae25a933541b1a4fb8efe14d/dendrite-stub.tar.gz
5622024-03-30T03:03:37.197Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5632024-03-30T03:03:37.197Z+ mkdir -p out/downloads
5642024-03-30T03:03:37.197ZLocal file: out/downloads/dendrite-stub.tar.gz
5652024-03-30T03:03:37.206Z+ mkdir -p ./out/dendrite-stub
5662024-03-30T03:03:37.206Z+ fetch_and_verify
5672024-03-30T03:03:37.206Z+ local DO_DOWNLOAD=true
5682024-03-30T03:03:37.206Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5692024-03-30T03:03:37.206Z+ '[' true == true ']'
5702024-03-30T03:03:37.206Z+ echo Downloading...
5712024-03-30T03:03:37.206ZDownloading...
5722024-03-30T03:03:37.206Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/eeb194461a4b863dae25a933541b1a4fb8efe14d/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5732024-03-30T03:03:37.206Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/eeb194461a4b863dae25a933541b1a4fb8efe14d/dendrite-stub.tar.gz
5742024-03-30T03:03:44.500Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5752024-03-30T03:03:44.504Z++ sha256sum
5762024-03-30T03:03:44.504Z++ awk '{print $1}'
5772024-03-30T03:03:44.539Z+ calculated_sha256=79c32441d7d5328a06e92e7d9c410805e9d8be9d78d59ce1ed6c3e0fba93198d
5782024-03-30T03:03:44.540Z+ [[ 79c32441d7d5328a06e92e7d9c410805e9d8be9d78d59ce1ed6c3e0fba93198d != \7\9\c\3\2\4\4\1\d\7\d\5\3\2\8\a\0\6\e\9\2\e\7\d\9\c\4\1\0\8\0\5\e\9\d\8\b\e\9\d\7\8\d\5\9\c\e\1\e\d\6\c\3\e\0\f\b\a\9\3\1\9\8\d ]]
5792024-03-30T03:03:44.550Z+ do_untar out/downloads/dendrite-stub.tar.gz
5802024-03-30T03:03:44.551Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5812024-03-30T03:03:45.148Z+ do_assemble
5822024-03-30T03:03:45.148Z+ rm -r ./out/dendrite-stub
5832024-03-30T03:03:45.157Z+ mkdir ./out/dendrite-stub
5842024-03-30T03:03:45.158Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5852024-03-30T03:03:45.244Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5862024-03-30T03:03:45.254Z+ set -o errexit
5872024-03-30T03:03:45.265Z+++ dirname ./tools/ci_download_maghemite_mgd
5882024-03-30T03:03:45.265Z++ cd ./tools
5892024-03-30T03:03:45.266Z++ pwd
5902024-03-30T03:03:45.266Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5912024-03-30T03:03:45.266Z++ basename ./tools/ci_download_maghemite_mgd
5922024-03-30T03:03:45.266Z+ ARG0=ci_download_maghemite_mgd
5932024-03-30T03:03:45.266Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5942024-03-30T03:03:45.266Z++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
5952024-03-30T03:03:45.266Z++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d
5962024-03-30T03:03:45.266Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5972024-03-30T03:03:45.267Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
5982024-03-30T03:03:45.267Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5992024-03-30T03:03:45.267Z+ TARGET_DIR=out
6002024-03-30T03:03:45.267Z+ DOWNLOAD_DIR=out/downloads
6012024-03-30T03:03:45.267Z+ DEST_DIR=./out/mgd
6022024-03-30T03:03:45.267Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6032024-03-30T03:03:45.267Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6042024-03-30T03:03:45.267Z+ REPO=oxidecomputer/maghemite
6052024-03-30T03:03:45.268Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a
6062024-03-30T03:03:45.268Z+ main
6072024-03-30T03:03:45.268Z+ rm -rf out/downloads/root
6082024-03-30T03:03:45.280Z+ [[ 0 != 0 ]]
6092024-03-30T03:03:45.281Z+ CIDL_OS=solaris2.11
6102024-03-30T03:03:45.281Z+ [[ 0 != 0 ]]
6112024-03-30T03:03:45.281Z+ configure_os solaris2.11
6122024-03-30T03:03:45.281Z+ echo 'current directory: /work/oxidecomputer/omicron'
6132024-03-30T03:03:45.281Zcurrent directory: /work/oxidecomputer/omicron
6142024-03-30T03:03:45.281Z+ echo 'configuring based on OS: "solaris2.11"'
6152024-03-30T03:03:45.281Z+ case "$1" in
6162024-03-30T03:03:45.281Zconfiguring based on OS: "solaris2.11"
6172024-03-30T03:03:45.281Z+ SET_BINARIES=
6182024-03-30T03:03:45.281Z+ CIDL_SHA256FUNC=do_sha256sum
6192024-03-30T03:03:45.281Z+ TARBALL_FILENAME=mgd.tar.gz
6202024-03-30T03:03:45.281Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6212024-03-30T03:03:45.281Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6222024-03-30T03:03:45.281Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz'
6232024-03-30T03:03:45.282Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6242024-03-30T03:03:45.282ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6252024-03-30T03:03:45.282ZLocal file: out/downloads/mgd.tar.gz
6262024-03-30T03:03:45.282Z+ mkdir -p out/downloads
6272024-03-30T03:03:45.282Z+ mkdir -p ./out/mgd
6282024-03-30T03:03:45.282Z+ fetch_and_verify
6292024-03-30T03:03:45.282Z+ local DO_DOWNLOAD=true
6302024-03-30T03:03:45.282Z+ [[ -f out/downloads/mgd.tar.gz ]]
6312024-03-30T03:03:45.282Z+ '[' true == true ']'
6322024-03-30T03:03:45.282Z+ echo Downloading...
6332024-03-30T03:03:45.282ZDownloading...
6342024-03-30T03:03:45.282Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz
6352024-03-30T03:03:45.282Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6362024-03-30T03:03:52.884Z++ do_sha256sum out/downloads/mgd.tar.gz
6372024-03-30T03:03:52.888Z++ sha256sum
6382024-03-30T03:03:52.888Z++ awk '{print $1}'
6392024-03-30T03:03:52.888Z+ calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6402024-03-30T03:03:52.888Z+ [[ ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 != \d\d\c\1\9\d\a\8\9\3\2\e\0\f\f\4\a\9\1\d\e\a\1\3\9\3\6\9\b\b\5\b\7\2\9\7\4\8\b\d\f\6\9\8\2\2\3\b\c\2\7\1\7\a\4\a\b\e\a\8\9\e\d\6 ]]
6412024-03-30T03:03:52.888Z+ do_untar out/downloads/mgd.tar.gz
6422024-03-30T03:03:52.888Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6432024-03-30T03:03:53.095Z+ do_assemble
6442024-03-30T03:03:53.095Z+ rm -r ./out/mgd
6452024-03-30T03:03:53.098Z+ mkdir ./out/mgd
6462024-03-30T03:03:53.101Z+ cp -r out/downloads/root ./out/mgd/root
6472024-03-30T03:03:53.189Z+ set -o errexit
6482024-03-30T03:03:53.192Z+++ dirname ./tools/ci_download_transceiver_control
6492024-03-30T03:03:53.192Z++ cd ./tools
6502024-03-30T03:03:53.192Z++ pwd
6512024-03-30T03:03:53.196Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6522024-03-30T03:03:53.197Z++ basename ./tools/ci_download_transceiver_control
6532024-03-30T03:03:53.197Z+ ARG0=ci_download_transceiver_control
6542024-03-30T03:03:53.197Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6552024-03-30T03:03:53.197Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6562024-03-30T03:03:53.197Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6572024-03-30T03:03:53.197Z+ TARGET_DIR=out
6582024-03-30T03:03:53.198Z+ DOWNLOAD_DIR=out/downloads
6592024-03-30T03:03:53.198Z+ DEST_DIR=./out/transceiver-control
6602024-03-30T03:03:53.198Z+ BIN_DIR=/opt/oxide/bin
6612024-03-30T03:03:53.198Z+ BINARY=xcvradm
6622024-03-30T03:03:53.198Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6632024-03-30T03:03:53.198Z+ REPO=oxidecomputer/transceiver-control
6642024-03-30T03:03:53.198Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6652024-03-30T03:03:53.203Z+ main
6662024-03-30T03:03:53.203Z+ [[ 0 != 0 ]]
6672024-03-30T03:03:53.204Z+ CIDL_OS=solaris2.11
6682024-03-30T03:03:53.204Z+ [[ 0 != 0 ]]
6692024-03-30T03:03:53.204Z+ configure_os solaris2.11
6702024-03-30T03:03:53.204Z+ echo 'current directory: /work/oxidecomputer/omicron'
6712024-03-30T03:03:53.204Zcurrent directory: /work/oxidecomputer/omicron
6722024-03-30T03:03:53.205Z+ echo 'configuring based on OS: "solaris2.11"'
6732024-03-30T03:03:53.205Z+ case "$1" in
6742024-03-30T03:03:53.205Zconfiguring based on OS: "solaris2.11"
6752024-03-30T03:03:53.205Z+ SET_BINARIES=
6762024-03-30T03:03:53.206Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6772024-03-30T03:03:53.206Z+ CIDL_SHA256FUNC=do_sha256sum
6782024-03-30T03:03:53.206Z+ ARCHIVE_FILENAME=xcvradm.gz
6792024-03-30T03:03:53.206Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6802024-03-30T03:03:53.206Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6812024-03-30T03:03:53.207Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6822024-03-30T03:03:53.207ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6832024-03-30T03:03:53.207Z+ echo 'Local file: out/downloads/xcvradm.gz'
6842024-03-30T03:03:53.207ZLocal file: out/downloads/xcvradm.gz
6852024-03-30T03:03:53.207Z+ mkdir -p out/downloads
6862024-03-30T03:03:53.207Z+ mkdir -p ./out/transceiver-control
6872024-03-30T03:03:53.208Z+ fetch_and_verify
6882024-03-30T03:03:53.208Z+ local DO_DOWNLOAD=true
6892024-03-30T03:03:53.208Z+ [[ -f out/downloads/xcvradm.gz ]]
6902024-03-30T03:03:53.208Z+ '[' true == true ']'
6912024-03-30T03:03:53.208Z+ echo Downloading...
6922024-03-30T03:03:53.208ZDownloading...
6932024-03-30T03:03:53.209Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6942024-03-30T03:03:53.209Z+ 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
6952024-03-30T03:03:57.087Z++ do_sha256sum out/downloads/xcvradm.gz
6962024-03-30T03:03:57.094Z++ sha256sum
6972024-03-30T03:03:57.094Z++ awk '{print $1}'
6982024-03-30T03:03:57.099Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6992024-03-30T03:03:57.099Z+ [[ 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 ]]
7002024-03-30T03:03:57.099Z+ do_unpack out/downloads/xcvradm.gz
7012024-03-30T03:03:57.099Z+ mkdir -p out/downloads/root//opt/oxide/bin
7022024-03-30T03:03:57.100Z+ gzip -dc out/downloads/xcvradm.gz
7032024-03-30T03:03:57.227Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7042024-03-30T03:03:57.239Z+ do_assemble
7052024-03-30T03:03:57.239Z+ rm -r ./out/transceiver-control
7062024-03-30T03:03:57.239Z+ mkdir ./out/transceiver-control
7072024-03-30T03:03:57.240Z+ cp -r out/downloads/root ./out/transceiver-control/root
7082024-03-30T03:03:57.322Z+ set -o errexit
7092024-03-30T03:03:57.331Z+++ dirname ./tools/ci_download_thundermuffin
7102024-03-30T03:03:57.332Z++ cd ./tools
7112024-03-30T03:03:57.332Z++ pwd
7122024-03-30T03:03:57.332Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
7132024-03-30T03:03:57.332Z++ basename ./tools/ci_download_thundermuffin
7142024-03-30T03:03:57.332Z+ ARG0=ci_download_thundermuffin
7152024-03-30T03:03:57.333Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
7162024-03-30T03:03:57.333Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7172024-03-30T03:03:57.333Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
7182024-03-30T03:03:57.333Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
7192024-03-30T03:03:57.333Z+ TARGET_DIR=out
7202024-03-30T03:03:57.333Z+ DOWNLOAD_DIR=out/downloads
7212024-03-30T03:03:57.333Z+ DEST_DIR=./out/thundermuffin
7222024-03-30T03:03:57.333Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
7232024-03-30T03:03:57.333Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
7242024-03-30T03:03:57.333Z+ REPO=oxidecomputer/thundermuffin
7252024-03-30T03:03:57.333Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
7262024-03-30T03:03:57.333Z+ main
7272024-03-30T03:03:57.333Z+ rm -rf out/downloads/root
7282024-03-30T03:03:57.342Z+ [[ 0 != 0 ]]
7292024-03-30T03:03:57.343Z+ CIDL_OS=solaris2.11
7302024-03-30T03:03:57.343Z+ [[ 0 != 0 ]]
7312024-03-30T03:03:57.345Z+ configure_os solaris2.11
7322024-03-30T03:03:57.345Z+ echo 'current directory: /work/oxidecomputer/omicron'
7332024-03-30T03:03:57.346Z+ echo 'configuring based on OS: "solaris2.11"'
7342024-03-30T03:03:57.347Zcurrent directory: /work/oxidecomputer/omicron
7352024-03-30T03:03:57.347Zconfiguring based on OS: "solaris2.11"
7362024-03-30T03:03:57.347Z+ case "$1" in
7372024-03-30T03:03:57.347Z+ SET_BINARIES=
7382024-03-30T03:03:57.347Z+ CIDL_SHA256FUNC=do_sha256sum
7392024-03-30T03:03:57.348Z+ TARBALL_FILENAME=thundermuffin.tar.gz
7402024-03-30T03:03:57.348Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7412024-03-30T03:03:57.348Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
7422024-03-30T03:03:57.348Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
7432024-03-30T03:03:57.349Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
7442024-03-30T03:03:57.349ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7452024-03-30T03:03:57.349Z+ mkdir -p out/downloads
7462024-03-30T03:03:57.349ZLocal file: out/downloads/thundermuffin.tar.gz
7472024-03-30T03:03:57.349Z+ mkdir -p ./out/thundermuffin
7482024-03-30T03:03:57.349Z+ fetch_and_verify
7492024-03-30T03:03:57.349Z+ local DO_DOWNLOAD=true
7502024-03-30T03:03:57.350Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
7512024-03-30T03:03:57.350Z+ '[' true == true ']'
7522024-03-30T03:03:57.350Z+ echo Downloading...
7532024-03-30T03:03:57.350ZDownloading...
7542024-03-30T03:03:57.350Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
7552024-03-30T03:03:57.350Z+ 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
7562024-03-30T03:03:59.243Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7572024-03-30T03:03:59.252Z++ sha256sum
7582024-03-30T03:03:59.252Z++ awk '{print $1}'
7592024-03-30T03:03:59.256Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7602024-03-30T03:03:59.256Z+ [[ 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 ]]
7612024-03-30T03:03:59.256Z+ do_untar out/downloads/thundermuffin.tar.gz
7622024-03-30T03:03:59.256Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7632024-03-30T03:03:59.313Z+ do_assemble
7642024-03-30T03:03:59.313Z+ rm -r ./out/thundermuffin
7652024-03-30T03:03:59.317Z+ mkdir ./out/thundermuffin
7662024-03-30T03:03:59.321Z+ cp -r out/downloads/root ./out/thundermuffin/root
7672024-03-30T03:03:59.330ZAll prerequisites installed successfully
7682024-03-30T03:03:59.336Z
7692024-03-30T03:03:59.336Zreal 2:51.375339101
7702024-03-30T03:03:59.336Zuser 38.599236844
7712024-03-30T03:03:59.336Zsys 7.413835925
7722024-03-30T03:03:59.336Ztrap 0.010440651
7732024-03-30T03:03:59.336Ztflt 0.155279756
7742024-03-30T03:03:59.336Zdflt 0.463671794
7752024-03-30T03:03:59.336Zkflt 0.145064383
7762024-03-30T03:03:59.336Zlock 1.294435124
7772024-03-30T03:03:59.336Zslp 5:37.309994781
7782024-03-30T03:03:59.336Zlat 2.215564488
7792024-03-30T03:03:59.337Zstop 0.158809413
7802024-03-30T03:03:59.337Z+ banner end-to-end-tests
7812024-03-30T03:03:59.337Z
7822024-03-30T03:03:59.337Z ###### # # ##### ##### #### ###### # # #####
7832024-03-30T03:03:59.337Z # ## # # # # # # # ## # # #
7842024-03-30T03:03:59.337Z ##### # # # # # ##### # # # ##### ##### # # # # #
7852024-03-30T03:03:59.337Z # # # # # # # # # # # # # # #
7862024-03-30T03:03:59.337Z # # ## # # # # # # # ## # #
7872024-03-30T03:03:59.337Z ###### # # ##### # #### ###### # # #####
7882024-03-30T03:03:59.337Z
7892024-03-30T03:03:59.337Z+ export CARGO_PROFILE_DEV_DEBUG=1
7902024-03-30T03:03:59.337Z+ CARGO_PROFILE_DEV_DEBUG=1
7912024-03-30T03:03:59.337Z+ export CARGO_PROFILE_TEST_DEBUG=1
7922024-03-30T03:03:59.338Z+ CARGO_PROFILE_TEST_DEBUG=1
7932024-03-30T03:03:59.338Z+ export CARGO_INCREMENTAL=0
7942024-03-30T03:03:59.338Z+ CARGO_INCREMENTAL=0
7952024-03-30T03:03:59.338Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7962024-03-30T03:03:59.567Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7972024-03-30T03:04:00.584Z Updating git repository `https://github.com/oxidecomputer/samael`
7982024-03-30T03:04:01.572Z Updating git repository `https://github.com/oxidecomputer/zone`
7992024-03-30T03:04:02.378Z Updating crates.io index
8002024-03-30T03:04:02.796Z Updating git repository `https://github.com/oxidecomputer/dropshot`
8012024-03-30T03:04:04.511Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8022024-03-30T03:04:06.152Z Updating git repository `https://github.com/oxidecomputer/progenitor`
8032024-03-30T03:04:10.392Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
8042024-03-30T03:04:11.181Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8052024-03-30T03:04:11.916Z Updating git repository `https://github.com/oxidecomputer/propolis`
8062024-03-30T03:04:15.161Z Updating git repository `https://github.com/oxidecomputer/crucible`
8072024-03-30T03:04:19.778Z Updating git repository `https://github.com/oxidecomputer/opte`
8082024-03-30T03:04:22.370Z Updating git repository `https://github.com/oxidecomputer/falcon`
8092024-03-30T03:04:26.370Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
8102024-03-30T03:04:27.191Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8112024-03-30T03:04:28.363Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
8122024-03-30T03:04:29.130Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
8132024-03-30T03:04:29.876Z Updating git repository `http://github.com/oxidecomputer/sprockets`
8142024-03-30T03:04:30.943Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
8152024-03-30T03:04:31.669Z Updating git repository `http://github.com/oxidecomputer/tofino`
8162024-03-30T03:04:32.626Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8172024-03-30T03:04:33.300Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
8182024-03-30T03:04:34.032Z Updating git repository `https://github.com/oxidecomputer/libnvme`
8192024-03-30T03:04:34.909Z Updating git repository `https://github.com/oxidecomputer/ispf`
8202024-03-30T03:04:35.877Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8212024-03-30T03:04:36.591Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8222024-03-30T03:04:38.588Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
8232024-03-30T03:04:39.528Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
8242024-03-30T03:04:40.446Z Updating git repository `https://github.com/jgallagher/nix`
8252024-03-30T03:04:44.864Z Updating git repository `https://github.com/cbiffle/hubpack`
8262024-03-30T03:04:46.041Z Updating git repository `https://github.com/oxidecomputer/typify`
8272024-03-30T03:04:49.166Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8282024-03-30T03:04:50.696Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8292024-03-30T03:04:51.524Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8302024-03-30T03:04:53.108Z Updating git repository `https://github.com/oxidecomputer/rfb`
8312024-03-30T03:04:55.066Z Downloading crates ...
8322024-03-30T03:04:55.219Z Downloaded addr2line v0.21.0
8332024-03-30T03:04:55.224Z Downloaded aead v0.5.2
8342024-03-30T03:04:55.227Z Downloaded adler v1.0.2
8352024-03-30T03:04:55.232Z Downloaded aes-gcm v0.10.3
8362024-03-30T03:04:55.238Z Downloaded aes v0.8.3
8372024-03-30T03:04:55.242Z Downloaded ahash v0.8.8
8382024-03-30T03:04:55.249Z Downloaded aho-corasick v1.1.2
8392024-03-30T03:04:55.256Z Downloaded ident_case v1.0.1
8402024-03-30T03:04:55.261Z Downloaded iana-time-zone v0.1.57
8412024-03-30T03:04:55.262Z Downloaded defmt-parser v0.3.3
8422024-03-30T03:04:55.262Z Downloaded anyhow v1.0.79
8432024-03-30T03:04:55.265Z Downloaded arrayvec v0.7.4
8442024-03-30T03:04:55.268Z Downloaded async-stream v0.3.5
8452024-03-30T03:04:55.271Z Downloaded autocfg v1.1.0
8462024-03-30T03:04:55.272Z Downloaded atty v0.2.14
8472024-03-30T03:04:55.277Z Downloaded backoff v0.4.0
8482024-03-30T03:04:55.281Z Downloaded idna v0.2.3
8492024-03-30T03:04:55.286Z Downloaded base64 v0.21.7
8502024-03-30T03:04:55.290Z Downloaded bit-vec v0.6.3
8512024-03-30T03:04:55.293Z Downloaded bitflags v1.3.2
8522024-03-30T03:04:55.297Z Downloaded instant v0.1.12
8532024-03-30T03:04:55.297Z Downloaded bitflags v2.4.2
8542024-03-30T03:04:55.304Z Downloaded blake2 v0.10.6
8552024-03-30T03:04:55.308Z Downloaded base64 v0.22.0
8562024-03-30T03:04:55.311Z Downloaded idna v0.3.0
8572024-03-30T03:04:55.321Z Downloaded ipnetwork v0.20.0
8582024-03-30T03:04:55.327Z Downloaded itertools v0.12.1
8592024-03-30T03:04:55.330Z Downloaded lazy_static v1.4.0
8602024-03-30T03:04:55.330Z Downloaded lalrpop-util v0.19.12
8612024-03-30T03:04:55.331Z Downloaded keccak v0.1.4
8622024-03-30T03:04:55.334Z Downloaded itoa v1.0.9
8632024-03-30T03:04:55.334Z Downloaded ipnet v2.9.0
8642024-03-30T03:04:55.337Z Downloaded byteorder v1.5.0
8652024-03-30T03:04:55.344Z Downloaded linked-hash-map v0.5.6
8662024-03-30T03:04:55.344Z Downloaded libefi-sys v0.1.0
8672024-03-30T03:04:55.344Z Downloaded bzip2 v0.4.4
8682024-03-30T03:04:55.344Z Downloaded bytes v1.5.0
8692024-03-30T03:04:55.351Z Downloaded log v0.4.21
8702024-03-30T03:04:55.761Z Downloaded lock_api v0.4.10
8712024-03-30T03:04:55.761Z Downloaded md5 v0.7.0
8722024-03-30T03:04:55.761Z Downloaded camino v1.1.6
8732024-03-30T03:04:55.761Z Downloaded memchr v2.7.1
8742024-03-30T03:04:55.765Z Downloaded mime_guess v2.0.4
8752024-03-30T03:04:55.765Z Downloaded mime v0.3.17
8762024-03-30T03:04:55.765Z Downloaded minimal-lexical v0.2.1
8772024-03-30T03:04:55.766Z Downloaded memmap2 v0.7.1
8782024-03-30T03:04:55.766Z Downloaded chrono v0.4.34
8792024-03-30T03:04:55.766Z Downloaded newline-converter v0.3.0
8802024-03-30T03:04:55.766Z Downloaded num v0.4.1
8812024-03-30T03:04:55.766Z Downloaded normalize-line-endings v0.3.0
8822024-03-30T03:04:55.766Z Downloaded nom v7.1.3
8832024-03-30T03:04:55.766Z Downloaded num-bigint v0.4.4
8842024-03-30T03:04:55.766Z Downloaded num_cpus v1.16.0
8852024-03-30T03:04:55.766Z Downloaded num_threads v0.1.6
8862024-03-30T03:04:55.766Z Downloaded opaque-debug v0.3.0
8872024-03-30T03:04:55.766Z Downloaded once_cell v1.19.0
8882024-03-30T03:04:55.766Z Downloaded crc32fast v1.3.2
8892024-03-30T03:04:55.766Z Downloaded crossbeam-deque v0.8.3
8902024-03-30T03:04:55.766Z Downloaded crossbeam-epoch v0.9.18
8912024-03-30T03:04:55.766Z Downloaded crossbeam-channel v0.5.8
8922024-03-30T03:04:55.766Z Downloaded openssl-macros v0.1.1
8932024-03-30T03:04:55.766Z Downloaded crossbeam-utils v0.8.19
8942024-03-30T03:04:55.767Z Downloaded crossterm v0.27.0
8952024-03-30T03:04:55.767Z Downloaded p256 v0.13.2
8962024-03-30T03:04:55.767Z Downloaded owo-colors v4.0.0
8972024-03-30T03:04:55.767Z Downloaded parking_lot v0.12.1
8982024-03-30T03:04:55.767Z Downloaded ctr v0.9.2
8992024-03-30T03:04:55.767Z Downloaded parking_lot_core v0.8.6
9002024-03-30T03:04:55.767Z Downloaded papergrid v0.11.0
9012024-03-30T03:04:55.767Z Downloaded password-hash v0.4.2
9022024-03-30T03:04:55.767Z Downloaded darling_macro v0.20.3
9032024-03-30T03:04:55.767Z Downloaded pem-rfc7468 v0.7.0
9042024-03-30T03:04:55.767Z Downloaded percent-encoding v2.3.1
9052024-03-30T03:04:55.767Z Downloaded pest_derive v2.7.6
9062024-03-30T03:04:55.767Z Downloaded crucible-workspace-hack v0.1.0
9072024-03-30T03:04:55.767Z Downloaded signal-hook-registry v1.4.1
9082024-03-30T03:04:55.767Z Downloaded slog-term v2.9.0
9092024-03-30T03:04:55.767Z Downloaded socket2 v0.4.9
9102024-03-30T03:04:55.767Z Downloaded slog-bunyan v2.5.0
9112024-03-30T03:04:55.767Z Downloaded petgraph v0.6.4
9122024-03-30T03:04:55.767Z Downloaded strum v0.26.1
9132024-03-30T03:04:55.767Z Downloaded structmeta-derive v0.3.0
9142024-03-30T03:04:55.768Z Downloaded stable_deref_trait v1.2.0
9152024-03-30T03:04:55.768Z Downloaded slab v0.4.9
9162024-03-30T03:04:55.768Z Downloaded pest v2.7.6
9172024-03-30T03:04:55.768Z Downloaded tokio-native-tls v0.3.1
9182024-03-30T03:04:55.768Z Downloaded strum_macros v0.25.2
9192024-03-30T03:04:55.768Z Downloaded tokio-rustls v0.25.0
9202024-03-30T03:04:55.768Z Downloaded tracing-attributes v0.1.27
9212024-03-30T03:04:55.768Z Downloaded tokio-rustls v0.24.1
9222024-03-30T03:04:55.768Z Downloaded tracing v0.1.40
9232024-03-30T03:04:55.768Z Downloaded unicase v2.7.0
9242024-03-30T03:04:55.768Z Downloaded ucd-trie v0.1.6
9252024-03-30T03:04:55.768Z Downloaded tungstenite v0.21.0
9262024-03-30T03:04:55.768Z Downloaded pest_meta v2.7.6
9272024-03-30T03:04:55.768Z Downloaded usdt-macro v0.5.0
9282024-03-30T03:04:55.768Z Downloaded unicode-bidi v0.3.15
9292024-03-30T03:04:55.768Z Downloaded pbkdf2 v0.12.2
9302024-03-30T03:04:55.768Z Downloaded parse-display v0.9.0
9312024-03-30T03:04:55.768Z Downloaded paste v1.0.14
9322024-03-30T03:04:55.768Z Downloaded zeroize_derive v1.4.2
9332024-03-30T03:04:55.768Z Downloaded strum_macros v0.26.1
9342024-03-30T03:04:55.768Z Downloaded dirs-sys v0.4.1
9352024-03-30T03:04:55.769Z Downloaded version_check v0.9.4
9362024-03-30T03:04:55.769Z Downloaded subtle v2.5.0
9372024-03-30T03:04:55.769Z Downloaded foreign-types-shared v0.3.1
9382024-03-30T03:04:55.769Z Downloaded dyn-clone v1.0.17
9392024-03-30T03:04:55.769Z Downloaded ghash v0.5.0
9402024-03-30T03:04:55.769Z Downloaded getrandom v0.2.12
9412024-03-30T03:04:55.769Z Downloaded erased-serde v0.3.31
9422024-03-30T03:04:55.769Z Downloaded zerocopy-derive v0.7.32
9432024-03-30T03:04:55.769Z Downloaded hex-literal v0.4.1
9442024-03-30T03:04:55.769Z Downloaded getrandom v0.1.16
9452024-03-30T03:04:55.769Z Downloaded http-body v0.4.5
9462024-03-30T03:04:55.769Z Downloaded getopts v0.2.21
9472024-03-30T03:04:55.769Z Downloaded foreign-types-shared v0.1.1
9482024-03-30T03:04:55.769Z Downloaded http-range v0.1.5
9492024-03-30T03:04:55.769Z Downloaded foreign-types-macros v0.2.3
9502024-03-30T03:04:55.769Z Downloaded foreign-types v0.5.0
9512024-03-30T03:04:55.769Z Downloaded precomputed-hash v0.1.1
9522024-03-30T03:04:55.769Z Downloaded http v1.0.0
9532024-03-30T03:04:55.769Z Downloaded rand_core v0.6.4
9542024-03-30T03:04:55.769Z Downloaded rand_core v0.5.1
9552024-03-30T03:04:55.769Z Downloaded semver v0.1.20
9562024-03-30T03:04:55.770Z Downloaded serde_tokenstream v0.1.7
9572024-03-30T03:04:55.770Z Downloaded synstructure v0.12.6
9582024-03-30T03:04:55.770Z Downloaded cancel-safe-futures v0.1.5
9592024-03-30T03:04:55.770Z Downloaded term v0.7.0
9602024-03-30T03:04:55.770Z Downloaded terminal_size v0.3.0
9612024-03-30T03:04:55.770Z Downloaded rustls-webpki v0.101.7
9622024-03-30T03:04:55.770Z Downloaded group v0.13.0
9632024-03-30T03:04:55.770Z Downloaded digest v0.10.7
9642024-03-30T03:04:55.770Z Downloaded difflib v0.4.0
9652024-03-30T03:04:55.770Z Downloaded diesel_table_macro_syntax v0.1.0
9662024-03-30T03:04:55.770Z Downloaded ron v0.7.1
9672024-03-30T03:04:55.770Z Downloaded hyper-tls v0.5.0
9682024-03-30T03:04:55.770Z Downloaded hyper-staticfile v0.9.5
9692024-03-30T03:04:55.770Z Downloaded hyper-rustls v0.24.2
9702024-03-30T03:04:55.770Z Downloaded serde_urlencoded v0.7.1
9712024-03-30T03:04:55.770Z Downloaded proc-macro-error-attr v1.0.4
9722024-03-30T03:04:55.770Z Downloaded proc-macro-error v1.0.4
9732024-03-30T03:04:55.770Z Downloaded rand_chacha v0.2.2
9742024-03-30T03:04:55.774Z Downloaded serde_with_macros v3.6.1
9752024-03-30T03:04:55.774Z Downloaded goblin v0.8.0
9762024-03-30T03:04:55.774Z Downloaded serde_yaml v0.9.25
9772024-03-30T03:04:55.774Z Downloaded structmeta v0.3.0
9782024-03-30T03:04:55.774Z Downloaded steno v0.4.0
9792024-03-30T03:04:55.774Z Downloaded openapiv3 v2.0.0
9802024-03-30T03:04:55.774Z Downloaded usdt v0.5.0
9812024-03-30T03:04:55.774Z Downloaded thread-id v4.2.0
9822024-03-30T03:04:55.774Z Downloaded thiserror-no-std v2.0.2
9832024-03-30T03:04:55.774Z Downloaded usdt-impl v0.3.5
9842024-03-30T03:04:55.775Z Downloaded usdt-attr-macro v0.5.0
9852024-03-30T03:04:55.775Z Downloaded usdt-attr-macro v0.3.5
9862024-03-30T03:04:55.775Z Downloaded thread_local v1.1.7
9872024-03-30T03:04:55.775Z Downloaded thiserror-impl-no-std v2.0.2
9882024-03-30T03:04:55.775Z Downloaded same-file v1.0.6
9892024-03-30T03:04:55.775Z Downloaded thiserror-impl v1.0.57
9902024-03-30T03:04:55.775Z Downloaded thiserror v1.0.57
9912024-03-30T03:04:55.775Z Downloaded serde_derive v1.0.197
9922024-03-30T03:04:55.775Z Downloaded ecdsa v0.16.9
9932024-03-30T03:04:55.775Z Downloaded siphasher v0.3.11
9942024-03-30T03:04:55.775Z Downloaded serde v1.0.197
9952024-03-30T03:04:55.775Z Downloaded spin v0.5.2
9962024-03-30T03:04:55.775Z Downloaded socket2 v0.5.5
9972024-03-30T03:04:55.775Z Downloaded toolchain_find v0.2.0
9982024-03-30T03:04:55.775Z Downloaded toml_edit v0.19.15
9992024-03-30T03:04:55.775Z Downloaded want v0.3.1
10002024-03-30T03:04:55.775Z Downloaded walkdir v2.4.0
10012024-03-30T03:04:55.775Z Downloaded unicode-normalization v0.1.22
10022024-03-30T03:04:55.775Z Downloaded toml_edit v0.22.6
10032024-03-30T03:04:55.775Z Downloaded headers v0.3.9
10042024-03-30T03:04:55.776Z Downloaded generic-array v0.14.7
10052024-03-30T03:04:55.776Z Downloaded pin-utils v0.1.0
10062024-03-30T03:04:55.776Z Downloaded heck v0.4.1
10072024-03-30T03:04:55.776Z Downloaded slog v2.7.0
10082024-03-30T03:04:55.776Z Downloaded bzip2-sys v0.1.11+1.0.8
10092024-03-30T03:04:55.780Z Downloaded r2d2 v0.8.10
10102024-03-30T03:04:55.783Z Downloaded signature v2.1.0
10112024-03-30T03:04:55.783Z Downloaded syn v2.0.52
10122024-03-30T03:04:55.794Z Downloaded fallible-iterator v0.2.0
10132024-03-30T03:04:55.800Z Downloaded unicode-xid v0.2.4
10142024-03-30T03:04:55.801Z Downloaded elliptic-curve v0.13.8
10152024-03-30T03:04:55.804Z Downloaded hmac v0.12.1
10162024-03-30T03:04:55.804Z Downloaded derive-where v1.2.7
10172024-03-30T03:04:55.811Z Downloaded deranged v0.3.11
10182024-03-30T03:04:55.811Z Downloaded zerocopy v0.3.0
10192024-03-30T03:04:55.811Z Downloaded try-lock v0.2.4
10202024-03-30T03:04:55.814Z Downloaded tinyvec_macros v0.1.1
10212024-03-30T03:04:55.814Z Downloaded whoami v1.5.0
10222024-03-30T03:04:55.828Z Downloaded portpicker v0.1.1
10232024-03-30T03:04:55.828Z Downloaded powerfmt v0.2.0
10242024-03-30T03:04:55.828Z Downloaded home v0.5.5
10252024-03-30T03:04:55.828Z Downloaded uuid v1.7.0
10262024-03-30T03:04:55.832Z Downloaded secrecy v0.8.0
10272024-03-30T03:04:55.832Z Downloaded ppv-lite86 v0.2.17
10282024-03-30T03:04:55.832Z Downloaded postgres-types v0.2.6
10292024-03-30T03:04:55.833Z Downloaded vsss-rs v3.3.4
10302024-03-30T03:04:55.833Z Downloaded rand v0.8.5
10312024-03-30T03:04:55.837Z Downloaded errno v0.3.8
10322024-03-30T03:04:55.837Z Downloaded rand v0.7.3
10332024-03-30T03:04:56.249Z Downloaded embedded-io v0.4.0
10342024-03-30T03:04:56.255Z Downloaded dhcproto v0.11.0
10352024-03-30T03:04:56.256Z Downloaded fixedbitset v0.4.2
10362024-03-30T03:04:56.256Z Downloaded either v1.10.0
10372024-03-30T03:04:56.256Z Downloaded filetime v0.2.23
10382024-03-30T03:04:56.256Z Downloaded unsafe-libyaml v0.2.10
10392024-03-30T03:04:56.256Z Downloaded regex-syntax v0.8.2
10402024-03-30T03:04:56.256Z Downloaded untrusted v0.9.0
10412024-03-30T03:04:56.257Z Downloaded toml v0.7.8
10422024-03-30T03:04:56.257Z Downloaded slog-async v2.8.0
10432024-03-30T03:04:56.257Z Downloaded url v2.5.0
10442024-03-30T03:04:56.257Z Downloaded der_derive v0.7.2
10452024-03-30T03:04:56.257Z Downloaded derive_more v0.99.17
10462024-03-30T03:04:56.257Z Downloaded tokio-tungstenite v0.20.1
10472024-03-30T03:04:56.258Z Downloaded tungstenite v0.20.1
10482024-03-30T03:04:56.258Z Downloaded hashbrown v0.14.3
10492024-03-30T03:04:56.258Z Downloaded predicates-core v1.0.6
10502024-03-30T03:04:56.258Z Downloaded headers-core v0.2.0
10512024-03-30T03:04:56.258Z Downloaded polyval v0.6.1
10522024-03-30T03:04:56.258Z Downloaded scroll_derive v0.12.0
10532024-03-30T03:04:56.258Z Downloaded scopeguard v1.2.0
10542024-03-30T03:04:56.258Z Downloaded sec1 v0.7.3
10552024-03-30T03:04:56.258Z Downloaded sct v0.7.0
10562024-03-30T03:04:56.258Z Downloaded scroll v0.12.0
10572024-03-30T03:04:56.258Z Downloaded float-cmp v0.9.0
10582024-03-30T03:04:56.258Z Downloaded slog-json v2.6.1
10592024-03-30T03:04:56.258Z Downloaded ed25519-dalek v2.0.0
10602024-03-30T03:04:56.258Z Downloaded serde_json v1.0.114
10612024-03-30T03:04:56.258Z Downloaded russh v0.42.0
10622024-03-30T03:04:56.258Z Downloaded strsim v0.11.0
10632024-03-30T03:04:56.258Z Downloaded pretty-hex v0.2.1
10642024-03-30T03:04:56.258Z Downloaded xattr v1.0.1
10652024-03-30T03:04:56.258Z Downloaded futures-io v0.3.30
10662024-03-30T03:04:56.259Z Downloaded der v0.7.8
10672024-03-30T03:04:56.259Z Downloaded trust-dns-resolver v0.22.0
10682024-03-30T03:04:56.259Z Downloaded tracing-core v0.1.32
10692024-03-30T03:04:56.259Z Downloaded trust-dns-client v0.22.0
10702024-03-30T03:04:56.259Z Downloaded slog-envlogger v2.2.0
10712024-03-30T03:04:56.259Z Downloaded sha2 v0.10.8
10722024-03-30T03:04:56.259Z Downloaded rustc_version v0.1.7
10732024-03-30T03:04:56.259Z Downloaded russh-keys v0.42.0
10742024-03-30T03:04:56.259Z Downloaded zone_cfg_derive v0.1.2
10752024-03-30T03:04:56.259Z Downloaded rustc-demangle v0.1.23
10762024-03-30T03:04:56.259Z Downloaded regex v1.10.3
10772024-03-30T03:04:56.259Z Downloaded trust-dns-server v0.22.1
10782024-03-30T03:04:56.259Z Downloaded zerocopy-derive v0.2.0
10792024-03-30T03:04:56.259Z Downloaded rustfmt-wrapper v0.2.0
10802024-03-30T03:04:56.259Z Downloaded zerocopy v0.6.4
10812024-03-30T03:04:56.259Z Downloaded russh-cryptovec v0.7.0
10822024-03-30T03:04:56.259Z Downloaded slog-stdlog v4.1.1
10832024-03-30T03:04:56.259Z Downloaded slog-scope v4.4.0
10842024-03-30T03:04:56.259Z Downloaded sync_wrapper v0.1.2
10852024-03-30T03:04:56.259Z Downloaded rand_chacha v0.3.1
10862024-03-30T03:04:56.259Z Downloaded futures v0.3.30
10872024-03-30T03:04:56.260Z Downloaded humantime v2.1.0
10882024-03-30T03:04:56.260Z Downloaded fxhash v0.2.1
10892024-03-30T03:04:56.260Z Downloaded rustc_version v0.4.0
10902024-03-30T03:04:56.260Z Downloaded heapless v0.7.16
10912024-03-30T03:04:56.260Z Downloaded futures-core v0.3.30
10922024-03-30T03:04:56.260Z Downloaded utf8parse v0.2.1
10932024-03-30T03:04:56.260Z Downloaded glob v0.3.1
10942024-03-30T03:04:56.260Z Downloaded utf-8 v0.7.6
10952024-03-30T03:04:56.260Z Downloaded hyper v0.14.28
10962024-03-30T03:04:56.260Z Downloaded time-core v0.1.2
10972024-03-30T03:04:56.260Z Downloaded httpdate v1.0.3
10982024-03-30T03:04:56.260Z Downloaded httparse v1.8.0
10992024-03-30T03:04:56.260Z Downloaded spin v0.9.8
11002024-03-30T03:04:56.260Z Downloaded tokio-tungstenite v0.21.0
11012024-03-30T03:04:56.260Z Downloaded spki v0.7.2
11022024-03-30T03:04:56.260Z Downloaded time-macros v0.2.17
11032024-03-30T03:04:56.260Z Downloaded tabled v0.15.0
11042024-03-30T03:04:56.260Z Downloaded time v0.3.34
11052024-03-30T03:04:56.260Z Downloaded rayon-core v1.12.1
11062024-03-30T03:04:56.260Z Downloaded rustix v0.38.31
11072024-03-30T03:04:56.260Z Downloaded trust-dns-proto v0.22.0
11082024-03-30T03:04:56.261Z Downloaded rustls v0.22.2
11092024-03-30T03:04:56.261Z Downloaded winnow v0.6.1
11102024-03-30T03:04:56.261Z Downloaded smallvec v1.13.1
11112024-03-30T03:04:56.261Z Downloaded uuid v0.8.2
11122024-03-30T03:04:56.261Z Downloaded smf v0.2.2
11132024-03-30T03:04:56.261Z Downloaded ryu v1.0.15
11142024-03-30T03:04:56.261Z Downloaded usdt-macro v0.3.5
11152024-03-30T03:04:56.261Z Downloaded usdt-impl v0.5.0
11162024-03-30T03:04:56.261Z Downloaded encoding_rs v0.8.33
11172024-03-30T03:04:56.261Z Downloaded futures-executor v0.3.30
11182024-03-30T03:04:56.261Z Downloaded futures-channel v0.3.30
11192024-03-30T03:04:56.261Z Downloaded diesel_derives v2.1.2
11202024-03-30T03:04:56.261Z Downloaded take_mut v0.2.2
11212024-03-30T03:04:56.261Z Downloaded tabwriter v1.4.0
11222024-03-30T03:04:56.261Z Downloaded tabled_derive v0.7.0
11232024-03-30T03:04:56.261Z Downloaded regex-automata v0.1.10
11242024-03-30T03:04:56.261Z Downloaded rcgen v0.12.1
11252024-03-30T03:04:56.261Z Downloaded hostname v0.3.1
11262024-03-30T03:04:56.261Z Downloaded heck v0.3.3
11272024-03-30T03:04:56.261Z Downloaded reqwest v0.11.24
11282024-03-30T03:04:56.261Z Downloaded phf_shared v0.11.2
11292024-03-30T03:04:56.262Z Downloaded heapless v0.8.0
11302024-03-30T03:04:56.262Z Downloaded hashbrown v0.12.3
11312024-03-30T03:04:56.262Z Downloaded hubpack_derive v0.1.1
11322024-03-30T03:04:56.262Z Downloaded gethostname v0.4.3
11332024-03-30T03:04:56.262Z Downloaded tokio-util v0.7.10
11342024-03-30T03:04:56.272Z Downloaded tower-service v0.3.2
11352024-03-30T03:04:56.272Z Downloaded toml v0.8.10
11362024-03-30T03:04:56.272Z Downloaded sled v0.34.7
11372024-03-30T03:04:56.272Z Downloaded dhcproto-macros v0.1.0
11382024-03-30T03:04:56.273Z Downloaded regress v0.9.0
11392024-03-30T03:04:56.273Z Downloaded plain v0.2.3
11402024-03-30T03:04:56.273Z Downloaded flate2 v1.0.28
11412024-03-30T03:04:56.273Z Downloaded regex-automata v0.4.5
11422024-03-30T03:04:56.273Z Downloaded waitgroup v0.1.2
11432024-03-30T03:04:56.273Z Downloaded untrusted v0.7.1
11442024-03-30T03:04:56.273Z Downloaded topological-sort v0.2.2
11452024-03-30T03:04:56.273Z Downloaded stringprep v0.1.3
11462024-03-30T03:04:56.273Z Downloaded sigpipe v0.1.3
11472024-03-30T03:04:56.273Z Downloaded rfc6979 v0.4.0
11482024-03-30T03:04:56.273Z Downloaded resolv-conf v0.7.0
11492024-03-30T03:04:56.273Z Downloaded hubpack v0.1.2
11502024-03-30T03:04:56.273Z Downloaded flume v0.11.0
11512024-03-30T03:04:56.273Z Downloaded strsim v0.10.0
11522024-03-30T03:04:56.273Z Downloaded smoltcp v0.9.1
11532024-03-30T03:04:56.273Z Downloaded smoltcp v0.11.0
11542024-03-30T03:04:56.288Z Downloaded diesel v2.1.4
11552024-03-30T03:04:56.298Z Downloaded tokio v1.36.0
11562024-03-30T03:04:56.336Z Downloaded string_cache v0.8.7
11572024-03-30T03:04:56.345Z Downloaded static_assertions v1.1.0
11582024-03-30T03:04:56.345Z Downloaded rustls-webpki v0.102.1
11592024-03-30T03:04:56.352Z Downloaded semver-parser v0.10.2
11602024-03-30T03:04:56.352Z Downloaded schemars_derive v0.8.16
11612024-03-30T03:04:56.352Z Downloaded pin-project-lite v0.2.13
11622024-03-30T03:04:56.362Z Downloaded futures-util v0.3.30
11632024-03-30T03:04:56.370Z Downloaded semver v1.0.22
11642024-03-30T03:04:56.379Z Downloaded semver v0.11.0
11652024-03-30T03:04:56.379Z Downloaded rustversion v1.0.14
11662024-03-30T03:04:56.408Z Downloaded futures-task v0.3.30
11672024-03-30T03:04:56.408Z Downloaded futures-macro v0.3.30
11682024-03-30T03:04:56.408Z Downloaded futures-sink v0.3.30
11692024-03-30T03:04:56.408Z Downloaded ff v0.13.0
11702024-03-30T03:04:56.408Z Downloaded fastrand v2.0.1
11712024-03-30T03:04:56.408Z Downloaded unicode-ident v1.0.12
11722024-03-30T03:04:56.408Z Downloaded universal-hash v0.5.1
11732024-03-30T03:04:56.408Z Downloaded toml v0.5.11
11742024-03-30T03:04:56.409Z Downloaded sha1 v0.10.6
11752024-03-30T03:04:56.409Z Downloaded serde_path_to_error v0.1.16
11762024-03-30T03:04:56.409Z Downloaded expectorate v1.1.0
11772024-03-30T03:04:56.419Z Downloaded slog-dtrace v0.3.0
11782024-03-30T03:04:56.419Z Downloaded similar v2.4.0
11792024-03-30T03:04:56.420Z Downloaded sha3 v0.10.8
11802024-03-30T03:04:56.420Z Downloaded winapi v0.3.9
11812024-03-30T03:04:56.449Z Downloaded radix_trie v0.2.1
11822024-03-30T03:04:56.453Z Downloaded rustls v0.21.9
11832024-03-30T03:04:56.465Z Downloaded toml_datetime v0.6.5
11842024-03-30T03:04:56.468Z Downloaded postgres-protocol v0.6.6
11852024-03-30T03:04:56.468Z Downloaded postcard v1.0.8
11862024-03-30T03:04:56.468Z Downloaded pkg-config v0.3.27
11872024-03-30T03:04:56.472Z Downloaded pkcs8 v0.10.2
11882024-03-30T03:04:56.475Z Downloaded env_logger v0.9.3
11892024-03-30T03:04:56.475Z Downloaded winnow v0.5.15
11902024-03-30T03:04:56.483Z Downloaded tinyvec v1.6.0
11912024-03-30T03:04:56.486Z Downloaded unicode-width v0.1.11
11922024-03-30T03:04:56.490Z Downloaded unicode-segmentation v1.10.1
11932024-03-30T03:04:56.493Z Downloaded tokio-stream v0.1.14
11942024-03-30T03:04:56.497Z Downloaded tokio-macros v2.2.0
11952024-03-30T03:04:56.497Z Downloaded signal-hook-mio v0.2.3
11962024-03-30T03:04:56.497Z Downloaded signal-hook v0.3.17
11972024-03-30T03:04:56.503Z Downloaded quote v1.0.35
11982024-03-30T03:04:56.507Z Downloaded quick-error v1.2.3
11992024-03-30T03:04:56.507Z Downloaded proc-macro2 v1.0.78
12002024-03-30T03:04:56.507Z Downloaded proc-macro-crate v1.3.1
12012024-03-30T03:04:56.510Z Downloaded primeorder v0.13.6
12022024-03-30T03:04:56.510Z Downloaded pretty-hex v0.4.1
12032024-03-30T03:04:56.510Z Downloaded hkdf v0.12.4
12042024-03-30T03:04:56.514Z Downloaded hex v0.4.3
12052024-03-30T03:04:56.514Z Downloaded form_urlencoded v1.2.1
12062024-03-30T03:04:56.517Z Downloaded foreign-types v0.3.2
12072024-03-30T03:04:56.517Z Downloaded fnv v1.0.7
12082024-03-30T03:04:56.517Z Downloaded enum-as-inner v0.5.1
12092024-03-30T03:04:56.521Z Downloaded endian-type v0.1.2
12102024-03-30T03:04:56.521Z Downloaded webpki-roots v0.25.2
12112024-03-30T03:04:56.524Z Downloaded syn v1.0.109
12122024-03-30T03:04:56.534Z Downloaded swrite v0.1.0
12132024-03-30T03:04:56.538Z Downloaded serde_derive_internals v0.26.0
12142024-03-30T03:04:56.538Z Downloaded schemars v0.8.16
12152024-03-30T03:04:56.547Z Downloaded scheduled-thread-pool v0.2.7
12162024-03-30T03:04:56.552Z Downloaded gimli v0.28.0
12172024-03-30T03:04:56.561Z Downloaded object v0.32.1
12182024-03-30T03:04:56.567Z Downloaded phf_shared v0.10.0
12192024-03-30T03:04:56.570Z Downloaded half v2.3.1
12202024-03-30T03:04:56.570Z Downloaded dof v0.3.0
12212024-03-30T03:04:56.574Z Downloaded dof v0.1.5
12222024-03-30T03:04:56.574Z Downloaded phf v0.11.2
12232024-03-30T03:04:56.574Z Downloaded hash32 v0.3.1
12242024-03-30T03:04:56.574Z Downloaded hash32 v0.2.1
12252024-03-30T03:04:56.577Z Downloaded ed25519 v2.2.2
12262024-03-30T03:04:56.577Z Downloaded zerocopy-derive v0.6.4
12272024-03-30T03:04:56.588Z Downloaded dirs v5.0.1
12282024-03-30T03:04:56.592Z Downloaded zone v0.1.8
12292024-03-30T03:04:56.592Z Downloaded display-error-chain v0.2.0
12302024-03-30T03:04:56.592Z Downloaded dirs-sys-next v0.1.2
12312024-03-30T03:04:56.593Z Downloaded dirs-next v2.0.0
12322024-03-30T03:04:56.593Z Downloaded libc v0.2.153
12332024-03-30T03:04:56.620Z Downloaded serde_with v3.6.1
12342024-03-30T03:04:56.626Z Downloaded h2 v0.3.24
12352024-03-30T03:04:56.634Z Downloaded serde_arrays v0.1.0
12362024-03-30T03:04:56.638Z Downloaded zerocopy v0.7.32
12372024-03-30T03:04:56.650Z Downloaded usdt v0.3.5
12382024-03-30T03:04:56.654Z Downloaded textwrap v0.11.0
12392024-03-30T03:04:56.654Z Downloaded rustls-pki-types v1.3.0
12402024-03-30T03:04:56.657Z Downloaded rustls-pemfile v2.1.1
12412024-03-30T03:04:56.657Z Downloaded termcolor v1.2.0
12422024-03-30T03:04:56.665Z Downloaded tempfile v3.10.0
12432024-03-30T03:04:56.666Z Downloaded tar v0.4.40
12442024-03-30T03:04:56.666Z Downloaded rustls-pemfile v1.0.3
12452024-03-30T03:04:56.670Z Downloaded serde_tokenstream v0.2.0
12462024-03-30T03:04:56.671Z Downloaded rayon v1.9.0
12472024-03-30T03:04:56.677Z Downloaded serde_spanned v0.6.5
12482024-03-30T03:04:56.681Z Downloaded serde_repr v0.1.16
12492024-03-30T03:04:56.681Z Downloaded publicsuffix v2.2.3
12502024-03-30T03:04:56.684Z Downloaded psl-types v2.0.11
12512024-03-30T03:04:56.684Z Downloaded predicates v3.1.0
12522024-03-30T03:04:56.684Z Downloaded poly1305 v0.8.0
12532024-03-30T03:04:56.688Z Downloaded platforms v3.0.2
12542024-03-30T03:04:56.691Z Downloaded http v0.2.12
12552024-03-30T03:04:56.695Z Downloaded flagset v0.4.3
12562024-03-30T03:04:56.695Z Downloaded curve25519-dalek v4.1.1
12572024-03-30T03:04:56.702Z Downloaded parking_lot_core v0.9.8
12582024-03-30T03:04:56.710Z Downloaded equivalent v1.0.1
12592024-03-30T03:04:56.710Z Downloaded zip v0.6.6
12602024-03-30T03:04:56.714Z Downloaded dtrace-parser v0.2.0
12612024-03-30T03:04:56.714Z Downloaded dtrace-parser v0.1.14
12622024-03-30T03:04:56.715Z Downloaded subprocess v0.2.9
12632024-03-30T03:04:56.718Z Downloaded openssl v0.10.60
12642024-03-30T03:04:56.726Z Downloaded zeroize v1.7.0
12652024-03-30T03:04:56.731Z Downloaded yasna v0.5.2
12662024-03-30T03:04:56.731Z Downloaded vec_map v0.8.2
12672024-03-30T03:04:56.731Z Downloaded vcpkg v0.2.15
12682024-03-30T03:04:56.765Z Downloaded strsim v0.8.0
12692024-03-30T03:04:56.768Z Downloaded parse-display-derive v0.9.0
12702024-03-30T03:04:56.768Z Downloaded typenum v1.16.0
12712024-03-30T03:04:56.771Z Downloaded option-ext v0.2.0
12722024-03-30T03:04:56.772Z Downloaded openssl-sys v0.9.96
12732024-03-30T03:04:56.775Z Downloaded tokio-postgres v0.7.10
12742024-03-30T03:04:56.784Z Downloaded openssl-probe v0.1.5
12752024-03-30T03:04:56.787Z Downloaded num-traits v0.2.18
12762024-03-30T03:04:56.788Z Downloaded structopt-derive v0.4.18
12772024-03-30T03:04:56.788Z Downloaded structopt v0.3.26
12782024-03-30T03:04:56.792Z Downloaded ring v0.17.8
12792024-03-30T03:04:56.865Z Downloaded miniz_oxide v0.7.1
12802024-03-30T03:04:56.869Z Downloaded match_cfg v0.1.0
12812024-03-30T03:04:56.869Z Downloaded itertools v0.10.5
12822024-03-30T03:04:56.873Z Downloaded indexmap v1.9.3
12832024-03-30T03:04:56.884Z Downloaded idna v0.5.0
12842024-03-30T03:04:56.887Z Downloaded clap v2.34.0
12852024-03-30T03:04:56.892Z Downloaded bstr v1.9.0
12862024-03-30T03:04:56.901Z Downloaded bstr v0.2.17
12872024-03-30T03:04:56.910Z Downloaded ring v0.16.20
12882024-03-30T03:04:56.990Z Downloaded pest_generator v2.7.6
12892024-03-30T03:04:56.994Z Downloaded darling_core v0.20.3
12902024-03-30T03:04:56.998Z Downloaded crypto-common v0.1.6
12912024-03-30T03:04:56.998Z Downloaded cobs v0.2.3
12922024-03-30T03:04:57.001Z Downloaded cipher v0.4.4
12932024-03-30T03:04:57.001Z Downloaded defmt-macros v0.3.6
12942024-03-30T03:04:57.002Z Downloaded bitstruct v0.1.1
12952024-03-30T03:04:57.005Z Downloaded pem v3.0.2
12962024-03-30T03:04:57.005Z Downloaded pbkdf2 v0.11.0
12972024-03-30T03:04:57.008Z Downloaded defmt v0.3.5
12982024-03-30T03:04:57.011Z Downloaded debug-ignore v1.0.5
12992024-03-30T03:04:57.011Z Downloaded block-buffer v0.10.4
13002024-03-30T03:04:57.011Z Downloaded peg-runtime v0.8.2
13012024-03-30T03:04:57.014Z Downloaded password-hash v0.5.0
13022024-03-30T03:04:57.015Z Downloaded data-encoding v2.4.0
13032024-03-30T03:04:57.015Z Downloaded darling v0.20.3
13042024-03-30T03:04:57.018Z Downloaded curve25519-dalek-derive v0.1.0
13052024-03-30T03:04:57.018Z Downloaded p521 v0.13.3
13062024-03-30T03:04:57.025Z Downloaded newtype_derive v0.1.6
13072024-03-30T03:04:57.028Z Downloaded cstr-argument v0.1.2
13082024-03-30T03:04:57.028Z Downloaded parking_lot v0.11.2
13092024-03-30T03:04:57.028Z Downloaded argon2 v0.5.3
13102024-03-30T03:04:57.028Z Downloaded clap_builder v4.5.1
13112024-03-30T03:04:57.031Z Downloaded async-stream-impl v0.3.5
13122024-03-30T03:04:57.034Z Downloaded omicron-zone-package v0.11.0
13132024-03-30T03:04:57.038Z Downloaded crypto-bigint v0.5.2
13142024-03-30T03:04:57.041Z Downloaded cookie_store v0.20.0
13152024-03-30T03:04:57.044Z Downloaded cpufeatures v0.2.12
13162024-03-30T03:04:57.044Z Downloaded cookie v0.17.0
13172024-03-30T03:04:57.047Z Downloaded num_enum_derive v0.5.11
13182024-03-30T03:04:57.047Z Downloaded num_enum v0.5.11
13192024-03-30T03:04:57.051Z Downloaded convert_case v0.4.0
13202024-03-30T03:04:57.051Z Downloaded constant_time_eq v0.3.0
13212024-03-30T03:04:57.054Z Downloaded const-oid v0.9.6
13222024-03-30T03:04:57.054Z Downloaded num-rational v0.4.1
13232024-03-30T03:04:57.057Z Downloaded num-iter v0.1.44
13242024-03-30T03:04:57.057Z Downloaded num-integer v0.1.46
13252024-03-30T03:04:57.057Z Downloaded num-derive v0.4.0
13262024-03-30T03:04:57.062Z Downloaded num-conv v0.1.0
13272024-03-30T03:04:57.062Z Downloaded num-complex v0.4.4
13282024-03-30T03:04:57.062Z Downloaded lru-cache v0.1.2
13292024-03-30T03:04:57.062Z Downloaded console v0.15.8
13302024-03-30T03:04:57.065Z Downloaded colored v2.1.0
13312024-03-30T03:04:57.069Z Downloaded clap v4.5.1
13322024-03-30T03:04:57.073Z Downloaded nibble_vec v0.1.0
13332024-03-30T03:04:57.077Z Downloaded colorchoice v1.0.0
13342024-03-30T03:04:57.077Z Downloaded newtype-uuid v1.0.1
13352024-03-30T03:04:57.077Z Downloaded clap_derive v4.5.0
13362024-03-30T03:04:57.084Z Downloaded new_debug_unreachable v1.0.4
13372024-03-30T03:04:57.084Z Downloaded native-tls v0.2.11
13382024-03-30T03:04:57.084Z Downloaded nanorand v0.7.0
13392024-03-30T03:04:57.090Z Downloaded multer v3.0.0
13402024-03-30T03:04:57.090Z Downloaded mio v0.8.11
13412024-03-30T03:04:57.093Z Downloaded clap_lex v0.7.0
13422024-03-30T03:04:57.093Z Downloaded ciborium-ll v0.2.2
13432024-03-30T03:04:57.093Z Downloaded ciborium-io v0.2.2
13442024-03-30T03:04:57.093Z Downloaded ciborium v0.2.2
13452024-03-30T03:04:57.093Z Downloaded chacha20poly1305 v0.10.1
13462024-03-30T03:04:57.096Z Downloaded chacha20 v0.9.1
13472024-03-30T03:04:57.096Z Downloaded memmap v0.7.0
13482024-03-30T03:04:57.099Z Downloaded md-5 v0.10.5
13492024-03-30T03:04:57.099Z Downloaded cfg-if v1.0.0
13502024-03-30T03:04:57.100Z Downloaded cc v1.0.83
13512024-03-30T03:04:57.103Z Downloaded cbc v0.1.2
13522024-03-30T03:04:57.103Z Downloaded camino-tempfile v1.1.1
13532024-03-30T03:04:57.106Z Downloaded matches v0.1.10
13542024-03-30T03:04:57.106Z Downloaded managed v0.8.0
13552024-03-30T03:04:57.106Z Downloaded macaddr v1.0.1
13562024-03-30T03:04:57.109Z Downloaded linear-map v1.2.0
13572024-03-30T03:04:57.110Z Downloaded kstat-rs v0.2.3
13582024-03-30T03:04:57.110Z Downloaded libsw v3.3.1
13592024-03-30T03:04:57.113Z Downloaded libm v0.2.7
13602024-03-30T03:04:57.121Z Downloaded bytecount v0.6.3
13612024-03-30T03:04:57.125Z Downloaded internet-checksum v0.2.1
13622024-03-30T03:04:57.125Z Downloaded blowfish v0.9.1
13632024-03-30T03:04:57.125Z Downloaded ansi_term v0.12.1
13642024-03-30T03:04:57.125Z Downloaded block-padding v0.3.3
13652024-03-30T03:04:57.125Z Downloaded blake3 v1.5.0
13662024-03-30T03:04:57.131Z Downloaded bitstruct_derive v0.1.0
13672024-03-30T03:04:57.134Z Downloaded inout v0.1.3
13682024-03-30T03:04:57.134Z Downloaded indexmap v2.2.5
13692024-03-30T03:04:57.137Z Downloaded bit-set v0.5.3
13702024-03-30T03:04:57.137Z Downloaded bcrypt-pbkdf v0.10.0
13712024-03-30T03:04:57.140Z Downloaded base64ct v1.6.0
13722024-03-30T03:04:57.140Z Downloaded base64 v0.13.1
13732024-03-30T03:04:57.143Z Downloaded base16ct v0.2.0
13742024-03-30T03:04:57.143Z Downloaded backtrace v0.3.69
13752024-03-30T03:04:57.150Z Downloaded atomicwrites v0.4.3
13762024-03-30T03:04:57.153Z Downloaded atomic-waker v1.1.1
13772024-03-30T03:04:57.153Z Downloaded async-trait v0.1.77
13782024-03-30T03:04:57.153Z Downloaded ascii v1.1.0
13792024-03-30T03:04:57.156Z Downloaded arrayref v0.3.7
13802024-03-30T03:04:57.156Z Downloaded arc-swap v1.6.0
13812024-03-30T03:04:57.160Z Downloaded anstyle-parse v0.2.1
13822024-03-30T03:04:57.160Z Downloaded anstyle-query v1.0.0
13832024-03-30T03:04:57.169Z Downloaded anstyle v1.0.6
13842024-03-30T03:04:57.169Z Downloaded anstream v0.6.11
13852024-03-30T03:04:57.169Z Downloaded allocator-api2 v0.2.16
13862024-03-30T03:04:57.609Z Compiling proc-macro2 v1.0.78
13872024-03-30T03:04:57.609Z Compiling unicode-ident v1.0.12
13882024-03-30T03:04:57.609Z Compiling libc v0.2.153
13892024-03-30T03:04:57.613Z Compiling serde v1.0.197
13902024-03-30T03:04:57.613Z Compiling version_check v0.9.4
13912024-03-30T03:04:57.614Z Compiling cfg-if v1.0.0
13922024-03-30T03:04:57.614Z Compiling autocfg v1.1.0
13932024-03-30T03:04:57.845Z Compiling syn v1.0.109
13942024-03-30T03:04:57.878Z Compiling thiserror v1.0.57
13952024-03-30T03:04:57.885Z Compiling once_cell v1.19.0
13962024-03-30T03:04:58.282Z Compiling typenum v1.16.0
13972024-03-30T03:04:58.425Z Compiling parking_lot_core v0.9.8
13982024-03-30T03:04:58.480Z Compiling lock_api v0.4.10
13992024-03-30T03:04:58.932Z Compiling generic-array v0.14.7
14002024-03-30T03:04:58.954Z Compiling memchr v2.7.1
14012024-03-30T03:04:58.962Z Compiling byteorder v1.5.0
14022024-03-30T03:04:59.190Z Compiling libm v0.2.7
14032024-03-30T03:04:59.248Z Compiling serde_json v1.0.114
14042024-03-30T03:04:59.254Z Compiling num-traits v0.2.18
14052024-03-30T03:04:59.370Z Compiling ahash v0.8.8
14062024-03-30T03:04:59.657Z Compiling log v0.4.21
14072024-03-30T03:04:59.684Z Compiling itoa v1.0.9
14082024-03-30T03:05:00.077Z Compiling scopeguard v1.2.0
14092024-03-30T03:05:00.163Z Compiling quote v1.0.35
14102024-03-30T03:05:00.292Z Compiling slab v0.4.9
14112024-03-30T03:05:00.638Z Compiling syn v2.0.52
14122024-03-30T03:05:00.755Z Compiling getrandom v0.2.12
14132024-03-30T03:05:00.833Z Compiling cc v1.0.83
14142024-03-30T03:05:01.213Z Compiling rand_core v0.6.4
14152024-03-30T03:05:01.692Z Compiling smallvec v1.13.1
14162024-03-30T03:05:02.179Z Compiling ryu v1.0.15
14172024-03-30T03:05:02.179Z Compiling heck v0.4.1
14182024-03-30T03:05:02.179Z Compiling allocator-api2 v0.2.16
14192024-03-30T03:05:02.179Z Compiling pin-project-lite v0.2.13
14202024-03-30T03:05:02.186Z Compiling subtle v2.5.0
14212024-03-30T03:05:02.400Z Compiling pkg-config v0.3.27
14222024-03-30T03:05:02.648Z Compiling parking_lot v0.12.1
14232024-03-30T03:05:02.864Z Compiling schemars v0.8.16
14242024-03-30T03:05:03.008Z Compiling signal-hook-registry v1.4.1
14252024-03-30T03:05:03.216Z Compiling mio v0.8.11
14262024-03-30T03:05:03.859Z Compiling equivalent v1.0.1
14272024-03-30T03:05:03.883Z Compiling socket2 v0.5.5
14282024-03-30T03:05:03.974Z Compiling num_cpus v1.16.0
14292024-03-30T03:05:03.998Z Compiling ring v0.17.8
14302024-03-30T03:05:04.098Z Compiling num-conv v0.1.0
14312024-03-30T03:05:04.402Z Compiling time-core v0.1.2
14322024-03-30T03:05:04.620Z Compiling time-macros v0.2.17
14332024-03-30T03:05:04.620Z Compiling futures-core v0.3.30
14342024-03-30T03:05:04.926Z Compiling const-oid v0.9.6
14352024-03-30T03:05:04.940Z Compiling vcpkg v0.2.15
14362024-03-30T03:05:05.058Z Compiling httparse v1.8.0
14372024-03-30T03:05:06.424Z Compiling ucd-trie v0.1.6
14382024-03-30T03:05:06.745Z Compiling fnv v1.0.7
14392024-03-30T03:05:06.900Z Compiling futures-sink v0.3.30
14402024-03-30T03:05:07.052Z Compiling spin v0.5.2
14412024-03-30T03:05:07.055Z Compiling ring v0.16.20
14422024-03-30T03:05:07.262Z Compiling openssl-sys v0.9.96
14432024-03-30T03:05:07.476Z Compiling futures-channel v0.3.30
14442024-03-30T03:05:07.739Z Compiling slog v2.7.0
14452024-03-30T03:05:07.925Z Compiling pin-utils v0.1.0
14462024-03-30T03:05:08.025Z Compiling futures-task v0.3.30
14472024-03-30T03:05:08.191Z Compiling futures-io v0.3.30
14482024-03-30T03:05:08.355Z Compiling openssl v0.10.60
14492024-03-30T03:05:08.359Z Compiling async-trait v0.1.77
14502024-03-30T03:05:08.359Z Compiling iana-time-zone v0.1.57
14512024-03-30T03:05:08.359Z Compiling serde_derive_internals v0.26.0
14522024-03-30T03:05:08.533Z Compiling semver v1.0.22
14532024-03-30T03:05:08.614Z Compiling rustls v0.21.9
14542024-03-30T03:05:08.676Z Compiling native-tls v0.2.11
14552024-03-30T03:05:08.862Z Compiling tinyvec_macros v0.1.1
14562024-03-30T03:05:08.977Z Compiling cpufeatures v0.2.12
14572024-03-30T03:05:09.032Z Compiling tinyvec v1.6.0
14582024-03-30T03:05:09.035Z Compiling backtrace v0.3.69
14592024-03-30T03:05:09.121Z Compiling cookie v0.17.0
14602024-03-30T03:05:09.665Z Compiling aho-corasick v1.1.2
14612024-03-30T03:05:09.749Z Compiling uuid v0.8.2
14622024-03-30T03:05:10.780Z Compiling regex-syntax v0.8.2
14632024-03-30T03:05:10.783Z Compiling unicode-normalization v0.1.22
14642024-03-30T03:05:10.783Z Compiling rustix v0.38.31
14652024-03-30T03:05:10.783Z Compiling dyn-clone v1.0.17
14662024-03-30T03:05:10.919Z Compiling unicode-bidi v0.3.15
14672024-03-30T03:05:11.332Z Compiling crossbeam-utils v0.8.19
14682024-03-30T03:05:11.750Z Compiling ppv-lite86 v0.2.17
14692024-03-30T03:05:11.971Z Compiling anyhow v1.0.79
14702024-03-30T03:05:12.181Z Compiling tracing-core v0.1.32
14712024-03-30T03:05:13.294Z Compiling percent-encoding v2.3.1
14722024-03-30T03:05:13.928Z Compiling regex-automata v0.4.5
14732024-03-30T03:05:14.753Z Compiling rand_chacha v0.3.1
14742024-03-30T03:05:15.838Z Compiling rand v0.8.5
14752024-03-30T03:05:15.865Z Compiling serde_derive v1.0.197
14762024-03-30T03:05:16.433Z Compiling zeroize_derive v1.4.2
14772024-03-30T03:05:16.478Z Compiling thiserror-impl v1.0.57
14782024-03-30T03:05:16.667Z Compiling zerocopy-derive v0.7.32
14792024-03-30T03:05:17.268Z Compiling tokio-macros v2.2.0
14802024-03-30T03:05:17.313Z Compiling futures-macro v0.3.30
14812024-03-30T03:05:17.924Z Compiling tracing-attributes v0.1.27
14822024-03-30T03:05:18.124Z Compiling zeroize v1.7.0
14832024-03-30T03:05:19.081Z Compiling schemars_derive v0.8.16
14842024-03-30T03:05:19.163Z Compiling zerocopy v0.7.32
14852024-03-30T03:05:20.033Z Compiling crypto-common v0.1.6
14862024-03-30T03:05:20.253Z Compiling pest v2.7.6
14872024-03-30T03:05:20.301Z Compiling block-buffer v0.10.4
14882024-03-30T03:05:20.586Z Compiling digest v0.10.7
14892024-03-30T03:05:21.042Z Compiling futures-util v0.3.30
14902024-03-30T03:05:21.298Z Compiling openssl-macros v0.1.1
14912024-03-30T03:05:21.552Z Compiling hashbrown v0.14.3
14922024-03-30T03:05:22.733Z Compiling pest_meta v2.7.6
14932024-03-30T03:05:22.985Z Compiling tracing v0.1.40
14942024-03-30T03:05:23.339Z Compiling regex v1.10.3
14952024-03-30T03:05:23.524Z Compiling der_derive v0.7.2
14962024-03-30T03:05:24.187Z Compiling pest_generator v2.7.6
14972024-03-30T03:05:24.513Z Compiling scroll_derive v0.12.0
14982024-03-30T03:05:26.109Z Compiling spin v0.9.8
14992024-03-30T03:05:26.324Z Compiling thread-id v4.2.0
15002024-03-30T03:05:26.425Z Compiling powerfmt v0.2.0
15012024-03-30T03:05:26.449Z Compiling rustversion v1.0.14
15022024-03-30T03:05:26.716Z Compiling deranged v0.3.11
15032024-03-30T03:05:26.815Z Compiling form_urlencoded v1.2.1
15042024-03-30T03:05:27.305Z Compiling num_threads v0.1.6
15052024-03-30T03:05:27.328Z Compiling unicode-width v0.1.11
15062024-03-30T03:05:27.479Z Compiling winnow v0.5.15
15072024-03-30T03:05:27.886Z Compiling pest_derive v2.7.6
15082024-03-30T03:05:28.772Z Compiling time v0.3.34
15092024-03-30T03:05:29.232Z Compiling lazy_static v1.4.0
15102024-03-30T03:05:29.731Z Compiling unicode-xid v0.2.4
15112024-03-30T03:05:29.917Z Compiling synstructure v0.12.6
15122024-03-30T03:05:31.102Z Compiling bytes v1.5.0
15132024-03-30T03:05:31.546Z Compiling indexmap v2.2.5
15142024-03-30T03:05:32.468Z Compiling tokio v1.36.0
15152024-03-30T03:05:32.719Z Compiling uuid v1.7.0
15162024-03-30T03:05:33.016Z Compiling chrono v0.4.34
15172024-03-30T03:05:34.713Z Compiling http v0.2.12
15182024-03-30T03:05:35.410Z Compiling bitflags v2.4.2
15192024-03-30T03:05:36.032Z Compiling toml_datetime v0.6.5
15202024-03-30T03:05:36.601Z Compiling serde_spanned v0.6.5
15212024-03-30T03:05:36.869Z Compiling rustc_version v0.4.0
15222024-03-30T03:05:37.366Z Compiling toml_edit v0.19.15
15232024-03-30T03:05:37.447Z Compiling openapiv3 v2.0.0
15242024-03-30T03:05:38.674Z Compiling serde_tokenstream v0.2.0
15252024-03-30T03:05:39.945Z Compiling idna v0.5.0
15262024-03-30T03:05:40.639Z Compiling usdt-impl v0.5.0
15272024-03-30T03:05:41.120Z Compiling crc32fast v1.3.2
15282024-03-30T03:05:41.349Z Compiling url v2.5.0
15292024-03-30T03:05:41.638Z Compiling zerocopy-derive v0.2.0
15302024-03-30T03:05:41.678Z Compiling scroll v0.12.0
15312024-03-30T03:05:42.358Z Compiling plain v0.2.3
15322024-03-30T03:05:42.539Z Compiling goblin v0.8.0
15332024-03-30T03:05:44.795Z Compiling untrusted v0.7.1
15342024-03-30T03:05:45.010Z Compiling pretty-hex v0.4.1
15352024-03-30T03:05:45.239Z Compiling untrusted v0.9.0
15362024-03-30T03:05:45.686Z Compiling foreign-types-shared v0.1.1
15372024-03-30T03:05:45.810Z Compiling foreign-types v0.3.2
15382024-03-30T03:05:45.920Z Compiling tokio-util v0.7.10
15392024-03-30T03:05:50.353Z Compiling dof v0.3.0
15402024-03-30T03:05:52.001Z Compiling dtrace-parser v0.2.0
15412024-03-30T03:05:52.853Z Compiling errno v0.3.8
15422024-03-30T03:05:52.929Z Compiling usdt-impl v0.3.5
15432024-03-30T03:05:53.006Z Compiling try-lock v0.2.4
15442024-03-30T03:05:53.088Z Compiling adler v1.0.2
15452024-03-30T03:05:53.112Z Compiling base64 v0.21.7
15462024-03-30T03:05:53.272Z Compiling miniz_oxide v0.7.1
15472024-03-30T03:05:53.351Z Compiling want v0.3.1
15482024-03-30T03:05:54.348Z Compiling rustls-webpki v0.101.7
15492024-03-30T03:05:54.806Z Compiling sct v0.7.0
15502024-03-30T03:05:54.972Z Compiling h2 v0.3.24
15512024-03-30T03:05:55.945Z Compiling http-body v0.4.5
15522024-03-30T03:05:56.688Z Compiling num-bigint v0.4.4
15532024-03-30T03:05:56.838Z Compiling openssl-probe v0.1.5
15542024-03-30T03:05:57.170Z Compiling tower-service v0.3.2
15552024-03-30T03:05:57.209Z Compiling httpdate v1.0.3
15562024-03-30T03:05:58.784Z Compiling zerocopy v0.3.0
15572024-03-30T03:05:59.497Z Compiling heapless v0.7.16
15582024-03-30T03:05:59.641Z Compiling idna v0.3.0
15592024-03-30T03:05:59.992Z Compiling bzip2-sys v0.1.11+1.0.8
15602024-03-30T03:06:00.032Z Compiling base64ct v1.6.0
15612024-03-30T03:06:00.471Z Compiling psl-types v2.0.11
15622024-03-30T03:06:00.651Z Compiling signal-hook v0.3.17
15632024-03-30T03:06:01.354Z Compiling unicode-segmentation v1.10.1
15642024-03-30T03:06:01.585Z Compiling tokio-native-tls v0.3.1
15652024-03-30T03:06:01.859Z Compiling publicsuffix v2.2.3
15662024-03-30T03:06:02.288Z Compiling hyper v0.14.28
15672024-03-30T03:06:03.360Z Compiling tokio-rustls v0.24.1
15682024-03-30T03:06:03.398Z Compiling dof v0.1.5
15692024-03-30T03:06:03.625Z Compiling crossbeam-epoch v0.9.18
15702024-03-30T03:06:03.748Z Compiling dtrace-parser v0.1.14
15712024-03-30T03:06:03.844Z Compiling ipnet v2.9.0
15722024-03-30T03:06:04.354Z Compiling gimli v0.28.0
15732024-03-30T03:06:04.913Z Compiling bitflags v1.3.2
15742024-03-30T03:06:05.575Z Compiling cookie_store v0.20.0
15752024-03-30T03:06:07.235Z Compiling rustls-pemfile v1.0.3
15762024-03-30T03:06:07.263Z Compiling serde_urlencoded v0.7.1
15772024-03-30T03:06:07.852Z Compiling serde_tokenstream v0.1.7
15782024-03-30T03:06:07.977Z Compiling enum-as-inner v0.5.1
15792024-03-30T03:06:08.222Z Compiling object v0.32.1
15802024-03-30T03:06:08.404Z Compiling encoding_rs v0.8.33
15812024-03-30T03:06:09.084Z Compiling addr2line v0.21.0
15822024-03-30T03:06:09.496Z Compiling hyper-tls v0.5.0
15832024-03-30T03:06:09.797Z Compiling hyper-rustls v0.24.2
15842024-03-30T03:06:10.189Z Compiling webpki-roots v0.25.2
15852024-03-30T03:06:10.259Z Compiling rustc-demangle v0.1.23
15862024-03-30T03:06:10.382Z Compiling mime v0.3.17
15872024-03-30T03:06:11.288Z Compiling data-encoding v2.4.0
15882024-03-30T03:06:11.609Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
15892024-03-30T03:06:12.448Z Compiling sync_wrapper v0.1.2
15902024-03-30T03:06:12.919Z Compiling smoltcp v0.9.1
15912024-03-30T03:06:13.274Z Compiling either v1.10.0
15922024-03-30T03:06:13.662Z Compiling pem-rfc7468 v0.7.0
15932024-03-30T03:06:13.707Z Compiling reqwest v0.11.24
15942024-03-30T03:06:15.465Z Compiling hmac v0.12.1
15952024-03-30T03:06:15.757Z Compiling futures-executor v0.3.30
15962024-03-30T03:06:16.713Z Compiling regress v0.9.0
15972024-03-30T03:06:17.189Z Compiling flagset v0.4.3
15982024-03-30T03:06:17.256Z Compiling siphasher v0.3.11
15992024-03-30T03:06:17.732Z Compiling der v0.7.8
16002024-03-30T03:06:19.682Z Compiling flate2 v1.0.28
16012024-03-30T03:06:20.710Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
16022024-03-30T03:06:21.177Z Compiling usdt-macro v0.3.5
16032024-03-30T03:06:21.260Z Compiling usdt-attr-macro v0.3.5
16042024-03-30T03:06:22.833Z Compiling hubpack_derive v0.1.1
16052024-03-30T03:06:23.224Z Compiling clap_derive v4.5.0
16062024-03-30T03:06:23.855Z Compiling zerocopy-derive v0.6.4
16072024-03-30T03:06:24.244Z Compiling utf8parse v0.2.1
16082024-03-30T03:06:24.334Z Compiling anstyle v1.0.6
16092024-03-30T03:06:24.804Z Compiling winnow v0.6.1
16102024-03-30T03:06:26.337Z Compiling anstyle-parse v0.2.1
16112024-03-30T03:06:26.534Z Compiling sha2 v0.10.8
16122024-03-30T03:06:27.807Z Compiling futures v0.3.30
16132024-03-30T03:06:27.945Z Compiling spki v0.7.2
16142024-03-30T03:06:28.676Z Compiling toml_edit v0.22.6
16152024-03-30T03:06:29.007Z Compiling md-5 v0.10.5
16162024-03-30T03:06:29.244Z Compiling toml v0.7.8
16172024-03-30T03:06:29.312Z Compiling hex v0.4.3
16182024-03-30T03:06:29.360Z Compiling block-padding v0.3.3
16192024-03-30T03:06:29.681Z Compiling stringprep v0.1.3
16202024-03-30T03:06:30.147Z Compiling num-integer v0.1.46
16212024-03-30T03:06:30.513Z Compiling diesel_table_macro_syntax v0.1.0
16222024-03-30T03:06:30.823Z Compiling hash32 v0.2.1
16232024-03-30T03:06:31.036Z Compiling stable_deref_trait v1.2.0
16242024-03-30T03:06:31.152Z Compiling fallible-iterator v0.2.0
16252024-03-30T03:06:31.176Z Compiling colorchoice v1.0.0
16262024-03-30T03:06:31.362Z Compiling anstyle-query v1.0.0
16272024-03-30T03:06:31.509Z Compiling anstream v0.6.11
16282024-03-30T03:06:31.908Z Compiling postgres-protocol v0.6.6
16292024-03-30T03:06:32.533Z Compiling diesel_derives v2.1.2
16302024-03-30T03:06:33.715Z Compiling inout v0.1.3
16312024-03-30T03:06:34.678Z Compiling pkcs8 v0.10.2
16322024-03-30T03:06:35.394Z Compiling phf_shared v0.11.2
16332024-03-30T03:06:35.715Z Compiling terminal_size v0.3.0
16342024-03-30T03:06:35.805Z Compiling ff v0.13.0
16352024-03-30T03:06:36.046Z Compiling strum_macros v0.25.2
16362024-03-30T03:06:36.091Z Compiling serde_repr v0.1.16
16372024-03-30T03:06:36.343Z Compiling scheduled-thread-pool v0.2.7
16382024-03-30T03:06:36.799Z Compiling clap_lex v0.7.0
16392024-03-30T03:06:36.957Z Compiling managed v0.8.0
16402024-03-30T03:06:37.337Z Compiling matches v0.1.10
16412024-03-30T03:06:37.363Z Compiling regex-automata v0.1.10
16422024-03-30T03:06:37.449Z Compiling strsim v0.11.0
16432024-03-30T03:06:37.452Z Compiling base16ct v0.2.0
16442024-03-30T03:06:37.804Z Compiling bit-vec v0.6.3
16452024-03-30T03:06:37.865Z Compiling bstr v0.2.17
16462024-03-30T03:06:37.891Z Compiling clap_builder v4.5.1
16472024-03-30T03:06:38.057Z Compiling sec1 v0.7.3
16482024-03-30T03:06:38.286Z Compiling idna v0.2.3
16492024-03-30T03:06:38.698Z Compiling r2d2 v0.8.10
16502024-03-30T03:06:39.476Z Compiling group v0.13.0
16512024-03-30T03:06:40.059Z Compiling phf v0.11.2
16522024-03-30T03:06:40.383Z Compiling signal-hook-mio v0.2.3
16532024-03-30T03:06:40.513Z Compiling bzip2 v0.4.4
16542024-03-30T03:06:40.607Z Compiling cipher v0.4.4
16552024-03-30T03:06:40.970Z Compiling postgres-types v0.2.6
16562024-03-30T03:06:41.031Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
16572024-03-30T03:06:41.150Z Compiling zerocopy v0.6.4
16582024-03-30T03:06:41.422Z Compiling hubpack v0.1.2
16592024-03-30T03:06:41.945Z Compiling phf_shared v0.10.0
16602024-03-30T03:06:42.077Z Compiling hkdf v0.12.4
16612024-03-30T03:06:42.400Z Compiling crypto-bigint v0.5.2
16622024-03-30T03:06:42.705Z Compiling ipnetwork v0.20.0
16632024-03-30T03:06:43.568Z Compiling float-cmp v0.9.0
16642024-03-30T03:06:43.847Z Compiling static_assertions v1.1.0
16652024-03-30T03:06:44.385Z Compiling whoami v1.5.0
16662024-03-30T03:06:44.915Z Compiling precomputed-hash v0.1.1
16672024-03-30T03:06:45.059Z Compiling difflib v0.4.0
16682024-03-30T03:06:46.218Z Compiling minimal-lexical v0.2.1
16692024-03-30T03:06:46.845Z Compiling predicates-core v1.0.6
16702024-03-30T03:06:47.008Z Compiling normalize-line-endings v0.3.0
16712024-03-30T03:06:47.167Z Compiling new_debug_unreachable v1.0.4
16722024-03-30T03:06:47.241Z Compiling fixedbitset v0.4.2
16732024-03-30T03:06:47.437Z Compiling string_cache v0.8.7
16742024-03-30T03:06:47.743Z Compiling petgraph v0.6.4
16752024-03-30T03:06:47.809Z Compiling trust-dns-proto v0.22.0
16762024-03-30T03:06:47.971Z Compiling predicates v3.1.0
16772024-03-30T03:06:48.903Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
16782024-03-30T03:06:49.067Z Compiling nom v7.1.3
16792024-03-30T03:06:50.013Z Compiling elliptic-curve v0.13.8
16802024-03-30T03:06:50.561Z Compiling diesel v2.1.4
16812024-03-30T03:06:50.864Z Compiling tokio-postgres v0.7.10
16822024-03-30T03:06:51.771Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
16832024-03-30T03:06:52.228Z Compiling yasna v0.5.2
16842024-03-30T03:06:52.980Z Compiling clap v4.5.1
16852024-03-30T03:06:53.699Z Compiling zip v0.6.6
16862024-03-30T03:06:54.215Z Compiling crossterm v0.27.0
16872024-03-30T03:06:55.791Z Compiling similar v2.4.0
16882024-03-30T03:06:56.089Z Compiling bit-set v0.5.3
16892024-03-30T03:06:56.394Z Compiling num-iter v0.1.44
16902024-03-30T03:06:56.590Z Compiling usdt v0.3.5
16912024-03-30T03:06:56.887Z Compiling itertools v0.10.5
16922024-03-30T03:06:56.972Z Compiling console v0.15.8
16932024-03-30T03:06:58.072Z Compiling tokio-stream v0.1.14
16942024-03-30T03:06:58.483Z Compiling getopts v0.2.21
16952024-03-30T03:06:58.505Z Compiling bstr v1.9.0
16962024-03-30T03:06:59.307Z Compiling peg-runtime v0.8.2
16972024-03-30T03:06:59.597Z Compiling lalrpop-util v0.19.12
16982024-03-30T03:06:59.833Z Compiling unsafe-libyaml v0.2.10
16992024-03-30T03:07:00.385Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
17002024-03-30T03:07:01.765Z Compiling serde_yaml v0.9.25
17012024-03-30T03:07:04.701Z Compiling camino v1.1.6
17022024-03-30T03:07:05.898Z Compiling atty v0.2.14
17032024-03-30T03:07:08.989Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
17042024-03-30T03:07:09.184Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
17052024-03-30T03:07:12.905Z Compiling sha1 v0.10.6
17062024-03-30T03:07:28.460Z Compiling ident_case v1.0.1
17072024-03-30T03:07:28.569Z Compiling strsim v0.10.0
17082024-03-30T03:07:28.666Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
17092024-03-30T03:07:28.913Z Compiling darling_core v0.20.3
17102024-03-30T03:07:29.663Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17112024-03-30T03:07:31.025Z Compiling strum_macros v0.26.1
17122024-03-30T03:07:35.704Z Compiling darling_macro v0.20.3
17132024-03-30T03:07:36.972Z Compiling darling v0.20.3
17142024-03-30T03:07:37.006Z Compiling strum v0.26.1
17152024-03-30T03:07:37.099Z Compiling dirs-sys-next v0.1.2
17162024-03-30T03:07:37.203Z Compiling match_cfg v0.1.0
17172024-03-30T03:07:37.309Z Compiling hostname v0.3.1
17182024-03-30T03:07:37.406Z Compiling dirs-next v2.0.0
17192024-03-30T03:07:37.569Z Compiling http v1.0.0
17202024-03-30T03:07:37.591Z Compiling thread_local v1.1.7
17212024-03-30T03:07:37.617Z Compiling slog-async v2.8.0
17222024-03-30T03:07:37.763Z Compiling rustls-pki-types v1.3.0
17232024-03-30T03:07:38.208Z Compiling term v0.7.0
17242024-03-30T03:07:38.269Z Compiling crossbeam-channel v0.5.8
17252024-03-30T03:07:38.574Z Compiling proc-macro-error-attr v1.0.4
17262024-03-30T03:07:38.900Z Compiling take_mut v0.2.2
17272024-03-30T03:07:38.946Z Compiling rustls v0.22.2
17282024-03-30T03:07:39.069Z Compiling slog-term v2.9.0
17292024-03-30T03:07:39.232Z Compiling rustls-webpki v0.102.1
17302024-03-30T03:07:39.292Z Compiling multer v3.0.0
17312024-03-30T03:07:39.527Z Compiling proc-macro-error v1.0.4
17322024-03-30T03:07:39.680Z Compiling instant v0.1.12
17332024-03-30T03:07:39.870Z Compiling paste v1.0.14
17342024-03-30T03:07:40.087Z Compiling slog-json v2.6.1
17352024-03-30T03:07:40.478Z Compiling async-stream-impl v0.3.5
17362024-03-30T03:07:40.516Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
17372024-03-30T03:07:40.544Z Compiling atomic-waker v1.1.1
17382024-03-30T03:07:40.642Z Compiling debug-ignore v1.0.5
17392024-03-30T03:07:40.760Z Compiling waitgroup v0.1.2
17402024-03-30T03:07:40.960Z Compiling slog-bunyan v2.5.0
17412024-03-30T03:07:41.209Z Compiling rustls-pemfile v2.1.1
17422024-03-30T03:07:41.565Z Compiling serde_with_macros v3.6.1
17432024-03-30T03:07:41.737Z Compiling toml v0.8.10
17442024-03-30T03:07:41.824Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
17452024-03-30T03:07:42.040Z Compiling async-stream v0.3.5
17462024-03-30T03:07:42.241Z Compiling serde_path_to_error v0.1.16
17472024-03-30T03:07:42.273Z Compiling structmeta-derive v0.3.0
17482024-03-30T03:07:42.411Z Compiling newtype-uuid v1.0.1
17492024-03-30T03:07:42.758Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17502024-03-30T03:07:43.212Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17512024-03-30T03:07:43.479Z Compiling backoff v0.4.0
17522024-03-30T03:07:43.618Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17532024-03-30T03:07:43.652Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17542024-03-30T03:07:43.831Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
17552024-03-30T03:07:43.867Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17562024-03-30T03:07:44.054Z Compiling macaddr v1.0.1
17572024-03-30T03:07:44.326Z Compiling proc-macro-crate v1.3.1
17582024-03-30T03:07:44.573Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17592024-03-30T03:07:44.599Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17602024-03-30T03:07:44.987Z Compiling foreign-types-macros v0.2.3
17612024-03-30T03:07:45.013Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17622024-03-30T03:07:45.205Z Compiling serde_with v3.6.1
17632024-03-30T03:07:45.330Z Compiling tokio-rustls v0.25.0
17642024-03-30T03:07:46.638Z Compiling num_enum_derive v0.5.11
17652024-03-30T03:07:46.641Z Compiling structmeta v0.3.0
17662024-03-30T03:07:46.641Z Compiling parse-display-derive v0.9.0
17672024-03-30T03:07:46.641Z Compiling heapless v0.8.0
17682024-03-30T03:07:47.043Z Compiling foreign-types-shared v0.3.1
17692024-03-30T03:07:47.201Z Compiling foreign-types v0.5.0
17702024-03-30T03:07:48.158Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17712024-03-30T03:07:48.804Z Compiling num_enum v0.5.11
17722024-03-30T03:07:48.990Z Compiling cstr-argument v0.1.2
17732024-03-30T03:07:49.105Z Compiling hash32 v0.3.1
17742024-03-30T03:07:49.287Z Compiling pretty-hex v0.2.1
17752024-03-30T03:07:49.406Z Compiling smoltcp v0.11.0
17762024-03-30T03:07:49.517Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17772024-03-30T03:07:49.978Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17782024-03-30T03:07:50.561Z Compiling tabwriter v1.4.0
17792024-03-30T03:07:50.638Z Compiling colored v2.1.0
17802024-03-30T03:07:50.814Z Compiling socket2 v0.4.9
17812024-03-30T03:07:51.127Z Compiling embedded-io v0.4.0
17822024-03-30T03:07:51.371Z Compiling fastrand v2.0.1
17832024-03-30T03:07:51.499Z Compiling cobs v0.2.3
17842024-03-30T03:07:51.689Z Compiling parse-display v0.9.0
17852024-03-30T03:07:51.794Z Compiling tempfile v3.10.0
17862024-03-30T03:07:51.817Z Compiling postcard v1.0.8
17872024-03-30T03:07:51.982Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17882024-03-30T03:07:52.195Z Compiling crucible-workspace-hack v0.1.0
17892024-03-30T03:07:52.311Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17902024-03-30T03:07:52.433Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17912024-03-30T03:07:52.510Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17922024-03-30T03:07:52.542Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
17932024-03-30T03:07:52.737Z Compiling smf v0.2.2
17942024-03-30T03:07:52.797Z Compiling humantime v2.1.0
17952024-03-30T03:07:52.875Z Compiling platforms v3.0.2
17962024-03-30T03:07:53.238Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
17972024-03-30T03:07:53.486Z Compiling camino-tempfile v1.1.1
17982024-03-30T03:07:53.587Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
17992024-03-30T03:07:53.607Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6)
18002024-03-30T03:07:53.968Z Compiling heck v0.3.3
18012024-03-30T03:07:54.116Z Compiling usdt-macro v0.5.0
18022024-03-30T03:07:54.139Z Compiling usdt-attr-macro v0.5.0
18032024-03-30T03:07:54.444Z Compiling num-derive v0.4.0
18042024-03-30T03:07:54.903Z Compiling sigpipe v0.1.3
18052024-03-30T03:07:55.064Z Compiling memmap v0.7.0
18062024-03-30T03:07:55.255Z Compiling utf-8 v0.7.6
18072024-03-30T03:07:55.453Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18082024-03-30T03:07:55.625Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18092024-03-30T03:07:55.756Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6)
18102024-03-30T03:07:55.999Z Compiling usdt v0.5.0
18112024-03-30T03:07:56.568Z Compiling unicase v2.7.0
18122024-03-30T03:07:56.905Z Compiling semver v0.1.20
18132024-03-30T03:07:56.924Z Compiling rayon-core v1.12.1
18142024-03-30T03:07:56.997Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=09bcfa6b9201f75891a5413928bb088cc150d319#09bcfa6b)
18152024-03-30T03:07:57.217Z Compiling curve25519-dalek v4.1.1
18162024-03-30T03:07:57.279Z Compiling rustc_version v0.1.7
18172024-03-30T03:07:57.421Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18182024-03-30T03:07:57.538Z Compiling newline-converter v0.3.0
18192024-03-30T03:07:57.604Z Compiling crossbeam-deque v0.8.3
18202024-03-30T03:07:57.712Z Compiling universal-hash v0.5.1
18212024-03-30T03:07:57.809Z Compiling opaque-debug v0.3.0
18222024-03-30T03:07:57.871Z Compiling same-file v1.0.6
18232024-03-30T03:07:57.966Z Compiling newtype_derive v0.1.6
18242024-03-30T03:07:57.969Z Compiling expectorate v1.1.0
18252024-03-30T03:07:58.065Z Compiling walkdir v2.4.0
18262024-03-30T03:07:58.134Z Compiling tungstenite v0.20.1
18272024-03-30T03:07:58.264Z Compiling semver-parser v0.10.2
18282024-03-30T03:07:58.445Z Compiling signature v2.1.0
18292024-03-30T03:07:58.705Z Compiling curve25519-dalek-derive v0.1.0
18302024-03-30T03:07:58.874Z Compiling blake3 v1.5.0
18312024-03-30T03:07:59.116Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18322024-03-30T03:07:59.355Z Compiling num-rational v0.4.1
18332024-03-30T03:07:59.554Z Compiling termcolor v1.2.0
18342024-03-30T03:07:59.733Z Compiling arc-swap v1.6.0
18352024-03-30T03:07:59.844Z Compiling getrandom v0.1.16
18362024-03-30T03:08:00.334Z Compiling slog-scope v4.4.0
18372024-03-30T03:08:00.437Z Compiling env_logger v0.9.3
18382024-03-30T03:08:00.480Z Compiling tokio-tungstenite v0.20.1
18392024-03-30T03:08:00.611Z Compiling semver v0.11.0
18402024-03-30T03:08:00.781Z Compiling rayon v1.9.0
18412024-03-30T03:08:01.046Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18422024-03-30T03:08:01.127Z Compiling password-hash v0.5.0
18432024-03-30T03:08:01.507Z Compiling textwrap v0.11.0
18442024-03-30T03:08:01.532Z Compiling blake2 v0.10.6
18452024-03-30T03:08:01.862Z Compiling bitstruct_derive v0.1.0
18462024-03-30T03:08:02.032Z Compiling memmap2 v0.7.1
18472024-03-30T03:08:02.062Z Compiling filetime v0.2.23
18482024-03-30T03:08:02.261Z Compiling xattr v1.0.1
18492024-03-30T03:08:02.425Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18502024-03-30T03:08:02.467Z Compiling strsim v0.8.0
18512024-03-30T03:08:02.535Z Compiling ansi_term v0.12.1
18522024-03-30T03:08:02.571Z Compiling quick-error v1.2.3
18532024-03-30T03:08:02.735Z Compiling constant_time_eq v0.3.0
18542024-03-30T03:08:02.950Z Compiling base64 v0.22.0
18552024-03-30T03:08:03.047Z Compiling ascii v1.1.0
18562024-03-30T03:08:03.105Z Compiling parking_lot_core v0.8.6
18572024-03-30T03:08:03.151Z Compiling arrayref v0.3.7
18582024-03-30T03:08:03.265Z Compiling arrayvec v0.7.4
18592024-03-30T03:08:03.306Z Compiling bytecount v0.6.3
18602024-03-30T03:08:03.537Z Compiling libefi-sys v0.1.0
18612024-03-30T03:08:03.574Z Compiling vec_map v0.8.2
18622024-03-30T03:08:03.666Z Compiling linked-hash-map v0.5.6
18632024-03-30T03:08:03.705Z Compiling home v0.5.5
18642024-03-30T03:08:03.804Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
18652024-03-30T03:08:03.875Z Compiling clap v2.34.0
18662024-03-30T03:08:03.911Z Compiling toolchain_find v0.2.0
18672024-03-30T03:08:03.995Z Compiling lru-cache v0.1.2
18682024-03-30T03:08:04.044Z Compiling papergrid v0.11.0
18692024-03-30T03:08:04.207Z Compiling bitstruct v0.1.1
18702024-03-30T03:08:04.343Z Compiling resolv-conf v0.7.0
18712024-03-30T03:08:04.646Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18722024-03-30T03:08:04.930Z Compiling tar v0.4.40
18732024-03-30T03:08:05.199Z Compiling argon2 v0.5.3
18742024-03-30T03:08:06.254Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18752024-03-30T03:08:07.273Z Compiling slog-stdlog v4.1.1
18762024-03-30T03:08:07.668Z Compiling structopt-derive v0.4.18
18772024-03-30T03:08:07.819Z Compiling tabled_derive v0.7.0
18782024-03-30T03:08:08.282Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18792024-03-30T03:08:08.742Z Compiling rfc6979 v0.4.0
18802024-03-30T03:08:08.982Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18812024-03-30T03:08:09.033Z Compiling erased-serde v0.3.31
18822024-03-30T03:08:09.369Z Compiling serde_arrays v0.1.0
18832024-03-30T03:08:09.402Z Compiling toml v0.5.11
18842024-03-30T03:08:09.550Z Compiling aead v0.5.2
18852024-03-30T03:08:09.573Z Compiling num-complex v0.4.4
18862024-03-30T03:08:09.909Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
18872024-03-30T03:08:10.310Z Compiling nibble_vec v0.1.0
18882024-03-30T03:08:10.506Z Compiling slog-dtrace v0.3.0
18892024-03-30T03:08:10.530Z Compiling endian-type v0.1.2
18902024-03-30T03:08:10.632Z Compiling topological-sort v0.2.2
18912024-03-30T03:08:10.683Z Compiling keccak v0.1.4
18922024-03-30T03:08:10.777Z Compiling winapi v0.3.9
18932024-03-30T03:08:10.800Z Compiling cancel-safe-futures v0.1.5
18942024-03-30T03:08:10.852Z Compiling omicron-zone-package v0.11.0
18952024-03-30T03:08:10.895Z Compiling structopt v0.3.26
18962024-03-30T03:08:11.068Z Compiling sha3 v0.10.8
18972024-03-30T03:08:11.198Z Compiling rustfmt-wrapper v0.2.0
18982024-03-30T03:08:11.696Z Compiling radix_trie v0.2.1
18992024-03-30T03:08:11.871Z Compiling tabled v0.15.0
19002024-03-30T03:08:11.892Z Compiling num v0.4.1
19012024-03-30T03:08:12.071Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19022024-03-30T03:08:12.378Z Compiling ecdsa v0.16.9
19032024-03-30T03:08:12.404Z Compiling slog-envlogger v2.2.0
19042024-03-30T03:08:13.227Z Compiling rand_core v0.5.1
19052024-03-30T03:08:13.227Z Compiling steno v0.4.0
19062024-03-30T03:08:13.258Z Compiling mime_guess v2.0.4
19072024-03-30T03:08:13.325Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19082024-03-30T03:08:13.721Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19092024-03-30T03:08:14.716Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
19102024-03-30T03:08:14.926Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19112024-03-30T03:08:14.947Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
19122024-03-30T03:08:15.342Z Compiling trust-dns-resolver v0.22.0
19132024-03-30T03:08:17.888Z Compiling poly1305 v0.8.0
19142024-03-30T03:08:18.219Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19152024-03-30T03:08:18.999Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
19162024-03-30T03:08:19.730Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19172024-03-30T03:08:19.912Z Compiling primeorder v0.13.6
19182024-03-30T03:08:20.055Z Compiling chacha20 v0.9.1
19192024-03-30T03:08:20.452Z Compiling secrecy v0.8.0
19202024-03-30T03:08:20.553Z Compiling thiserror-impl-no-std v2.0.2
19212024-03-30T03:08:20.733Z Compiling half v2.3.1
19222024-03-30T03:08:21.341Z Compiling convert_case v0.4.0
19232024-03-30T03:08:21.750Z Compiling ciborium-io v0.2.2
19242024-03-30T03:08:21.893Z Compiling option-ext v0.2.0
19252024-03-30T03:08:21.941Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
19262024-03-30T03:08:22.023Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
19272024-03-30T03:08:22.047Z Compiling dirs-sys v0.4.1
19282024-03-30T03:08:22.097Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
19292024-03-30T03:08:22.151Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
19302024-03-30T03:08:22.354Z Compiling ciborium-ll v0.2.2
19312024-03-30T03:08:22.392Z Compiling derive_more v0.99.17
19322024-03-30T03:08:22.695Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
19332024-03-30T03:08:23.006Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19342024-03-30T03:08:23.180Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
19352024-03-30T03:08:23.282Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19362024-03-30T03:08:23.725Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
19372024-03-30T03:08:24.016Z Compiling thiserror-no-std v2.0.2
19382024-03-30T03:08:24.159Z Compiling parking_lot v0.11.2
19392024-03-30T03:08:25.242Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19402024-03-30T03:08:25.677Z Compiling rand_chacha v0.2.2
19412024-03-30T03:08:27.319Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19422024-03-30T03:08:28.493Z Compiling trust-dns-client v0.22.0
19432024-03-30T03:08:30.462Z Compiling ed25519 v2.2.2
19442024-03-30T03:08:31.010Z Compiling polyval v0.6.1
19452024-03-30T03:08:31.442Z Compiling tungstenite v0.21.0
19462024-03-30T03:08:31.505Z Compiling zone_cfg_derive v0.1.2
19472024-03-30T03:08:31.848Z Compiling aes v0.8.3
19482024-03-30T03:08:31.932Z Compiling ctr v0.9.2
19492024-03-30T03:08:32.347Z Compiling blowfish v0.9.1
19502024-03-30T03:08:32.667Z Compiling password-hash v0.4.2
19512024-03-30T03:08:32.861Z Compiling libsw v3.3.1
19522024-03-30T03:08:33.247Z Compiling pbkdf2 v0.12.2
19532024-03-30T03:08:33.454Z Compiling derive-where v1.2.7
19542024-03-30T03:08:33.731Z Compiling gethostname v0.4.3
19552024-03-30T03:08:34.156Z Compiling fxhash v0.2.1
19562024-03-30T03:08:34.399Z Compiling owo-colors v4.0.0
19572024-03-30T03:08:34.433Z Compiling base64 v0.13.1
19582024-03-30T03:08:35.074Z Compiling linear-map v1.2.0
19592024-03-30T03:08:35.137Z Compiling swrite v0.1.0
19602024-03-30T03:08:35.300Z Compiling trust-dns-server v0.22.1
19612024-03-30T03:08:35.499Z Compiling ron v0.7.1
19622024-03-30T03:08:37.053Z Compiling sled v0.34.7
19632024-03-30T03:08:37.466Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
19642024-03-30T03:08:37.983Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19652024-03-30T03:08:38.366Z Compiling bcrypt-pbkdf v0.10.0
19662024-03-30T03:08:39.011Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19672024-03-30T03:08:39.793Z Compiling zone v0.1.8
19682024-03-30T03:08:41.531Z Compiling pbkdf2 v0.11.0
19692024-03-30T03:08:41.973Z Compiling tokio-tungstenite v0.21.0
19702024-03-30T03:08:42.000Z Compiling ghash v0.5.0
19712024-03-30T03:08:42.175Z Compiling ed25519-dalek v2.0.0
19722024-03-30T03:08:42.232Z Compiling russh-cryptovec v0.7.0
19732024-03-30T03:08:42.562Z Compiling rand v0.7.3
19742024-03-30T03:08:42.947Z Compiling vsss-rs v3.3.4
19752024-03-30T03:08:43.249Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19762024-03-30T03:08:43.750Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19772024-03-30T03:08:44.090Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
19782024-03-30T03:08:45.088Z Compiling ciborium v0.2.2
19792024-03-30T03:08:46.755Z Compiling dirs v5.0.1
19802024-03-30T03:08:46.788Z Compiling chacha20poly1305 v0.10.1
19812024-03-30T03:08:47.007Z Compiling p521 v0.13.3
19822024-03-30T03:08:47.048Z Compiling p256 v0.13.2
19832024-03-30T03:08:48.030Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19842024-03-30T03:08:48.057Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
19852024-03-30T03:08:48.283Z Compiling cbc v0.1.2
19862024-03-30T03:08:48.572Z Compiling pem v3.0.2
19872024-03-30T03:08:49.533Z Compiling headers-core v0.2.0
19882024-03-30T03:08:49.729Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6)
19892024-03-30T03:08:49.769Z Compiling kstat-rs v0.2.3
19902024-03-30T03:08:49.796Z Compiling portpicker v0.1.1
19912024-03-30T03:08:49.835Z Compiling nanorand v0.7.0
19922024-03-30T03:08:50.154Z Compiling glob v0.3.1
19932024-03-30T03:08:50.179Z Compiling md5 v0.7.0
19942024-03-30T03:08:50.500Z Compiling http-range v0.1.5
19952024-03-30T03:08:50.552Z Compiling russh-keys v0.42.0
19962024-03-30T03:08:50.727Z Compiling hyper-staticfile v0.9.5
19972024-03-30T03:08:50.901Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
19982024-03-30T03:08:51.287Z Compiling flume v0.11.0
19992024-03-30T03:08:51.605Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
20002024-03-30T03:08:51.812Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6)
20012024-03-30T03:08:52.040Z Compiling headers v0.3.9
20022024-03-30T03:08:53.422Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
20032024-03-30T03:08:54.072Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
20042024-03-30T03:08:54.168Z Compiling rcgen v0.12.1
20052024-03-30T03:08:55.791Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
20062024-03-30T03:08:56.933Z Compiling aes-gcm v0.10.3
20072024-03-30T03:08:57.097Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
20082024-03-30T03:08:57.274Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20092024-03-30T03:08:59.441Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
20102024-03-30T03:09:00.790Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
20112024-03-30T03:09:03.809Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6)
20122024-03-30T03:09:04.187Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=09bcfa6b9201f75891a5413928bb088cc150d319#09bcfa6b)
20132024-03-30T03:09:04.330Z Compiling atomicwrites v0.4.3
20142024-03-30T03:09:04.355Z Compiling itertools v0.12.1
20152024-03-30T03:09:04.744Z Compiling subprocess v0.2.9
20162024-03-30T03:09:05.959Z Compiling display-error-chain v0.2.0
20172024-03-30T03:09:06.168Z Compiling hex-literal v0.4.1
20182024-03-30T03:09:06.368Z Compiling dhcproto-macros v0.1.0
20192024-03-30T03:09:07.030Z Compiling russh v0.42.0
20202024-03-30T03:09:07.391Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20212024-03-30T03:09:07.425Z Compiling dhcproto v0.11.0
20222024-03-30T03:09:07.698Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
20232024-03-30T03:09:10.384Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
20242024-03-30T03:09:10.879Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
20252024-03-30T03:09:11.026Z Compiling internet-checksum v0.2.1
20262024-03-30T03:09:13.142Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
20272024-03-30T03:09:37.103Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
20282024-03-30T03:10:19.631Z Finished dev [unoptimized + debuginfo] target(s) in 6m 20s
20292024-03-30T03:10:19.974Z
20302024-03-30T03:10:19.974Zreal 6:20.518991198
20312024-03-30T03:10:19.974Zuser 30:29.928384542
20322024-03-30T03:10:19.974Zsys 6:24.847469308
20332024-03-30T03:10:19.974Ztrap 1.000542846
20342024-03-30T03:10:19.977Ztflt 3.790382307
20352024-03-30T03:10:19.977Zdflt 5.007323982
20362024-03-30T03:10:19.977Zkflt 0.081630897
20372024-03-30T03:10:19.977Zlock 57:02.166861831
20382024-03-30T03:10:19.978Zslp 1:27:33.467656388
20392024-03-30T03:10:19.978Zlat 1:47.937269391
20402024-03-30T03:10:19.978Zstop 4:54.143996464
20412024-03-30T03:10:19.978Z+ mkdir -p /work
20422024-03-30T03:10:19.978Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin commtest
20432024-03-30T03:10:20.784Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
20442024-03-30T03:10:30.496Z Finished dev [unoptimized + debuginfo] target(s) in 10.46s
20452024-03-30T03:10:30.600Z
20462024-03-30T03:10:30.600Zreal 10.596436867
20472024-03-30T03:10:30.601Zuser 7.796661875
20482024-03-30T03:10:30.601Zsys 3.742418333
20492024-03-30T03:10:30.601Ztrap 0.002547723
20502024-03-30T03:10:30.601Ztflt 0.007772361
20512024-03-30T03:10:30.601Zdflt 0.058187998
20522024-03-30T03:10:30.601Zkflt 0.000000000
20532024-03-30T03:10:30.601Zlock 29.124674908
20542024-03-30T03:10:30.601Zslp 42.874936904
20552024-03-30T03:10:30.601Zlat 0.050950747
20562024-03-30T03:10:30.601Zstop 0.352356928
20572024-03-30T03:10:30.604Z+ cp target/debug/commtest /work/commtest
20582024-03-30T03:10:31.093Z+ mkdir -p /work/end-to-end-tests
20592024-03-30T03:10:31.096Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
20602024-03-30T03:10:32.066Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20612024-03-30T03:10:32.066Z+ ptime -m gzip
20622024-03-30T03:10:32.069Z++ basename target/debug/bootstrap
20632024-03-30T03:10:44.757Z
20642024-03-30T03:10:44.757Zreal 12.682454267
20652024-03-30T03:10:44.761Zuser 12.556758508
20662024-03-30T03:10:44.761Zsys 0.107765785
20672024-03-30T03:10:44.761Ztrap 0.005527059
20682024-03-30T03:10:44.761Ztflt 0.000000000
20692024-03-30T03:10:44.761Zdflt 0.000000000
20702024-03-30T03:10:44.761Zkflt 0.000000000
20712024-03-30T03:10:44.761Zlock 0.000000000
20722024-03-30T03:10:44.761Zslp 0.000000000
20732024-03-30T03:10:44.761Zlat 0.011957164
20742024-03-30T03:10:44.761Zstop 0.000199531
20752024-03-30T03:10:44.762Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20762024-03-30T03:10:44.762Z+ ptime -m gzip
20772024-03-30T03:10:44.762Z++ basename /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-02abe27d9f4e5a4e
20782024-03-30T03:10:45.958Z
20792024-03-30T03:10:45.958Zreal 1.192182867
20802024-03-30T03:10:45.958Zuser 1.177862933
20812024-03-30T03:10:45.959Zsys 0.013309633
20822024-03-30T03:10:45.959Ztrap 0.000306664
20832024-03-30T03:10:45.959Ztflt 0.000000000
20842024-03-30T03:10:45.959Zdflt 0.000000000
20852024-03-30T03:10:45.959Zkflt 0.000000000
20862024-03-30T03:10:45.963Zlock 0.000000000
20872024-03-30T03:10:45.963Zslp 0.000000000
20882024-03-30T03:10:45.963Zlat 0.000286828
20892024-03-30T03:10:45.963Zstop 0.000183313
20902024-03-30T03:10:45.963Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20912024-03-30T03:10:45.963Z+ ptime -m gzip
20922024-03-30T03:10:45.963Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-4c5c7f95ab8318fe
20932024-03-30T03:10:47.155Z
20942024-03-30T03:10:47.165Zreal 1.191047054
20952024-03-30T03:10:47.165Zuser 1.175885252
20962024-03-30T03:10:47.166Zsys 0.013656724
20972024-03-30T03:10:47.166Ztrap 0.000462010
20982024-03-30T03:10:47.166Ztflt 0.000000000
20992024-03-30T03:10:47.166Zdflt 0.000000000
21002024-03-30T03:10:47.166Zkflt 0.000000000
21012024-03-30T03:10:47.166Zlock 0.000000000
21022024-03-30T03:10:47.166Zslp 0.000000000
21032024-03-30T03:10:47.166Zlat 0.000548949
21042024-03-30T03:10:47.166Zstop 0.000257272
21052024-03-30T03:10:47.166Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
21062024-03-30T03:10:47.166Z+ ptime -m gzip
21072024-03-30T03:10:47.166Z++ basename /work/oxidecomputer/omicron/target/debug/deps/commtest-837e9fa044232757
21082024-03-30T03:10:48.345Z
21092024-03-30T03:10:48.345Zreal 1.182178816
21102024-03-30T03:10:48.345Zuser 1.169709060
21112024-03-30T03:10:48.345Zsys 0.011754800
21122024-03-30T03:10:48.346Ztrap 0.000158105
21132024-03-30T03:10:48.346Ztflt 0.000000000
21142024-03-30T03:10:48.346Zdflt 0.000000000
21152024-03-30T03:10:48.346Zkflt 0.000000000
21162024-03-30T03:10:48.346Zlock 0.000000000
21172024-03-30T03:10:48.346Zslp 0.000000000
21182024-03-30T03:10:48.346Zlat 0.000137949
21192024-03-30T03:10:48.347Zstop 0.000189502
21202024-03-30T03:10:48.354Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
21212024-03-30T03:10:48.354Z+ ptime -m gzip
21222024-03-30T03:10:48.354Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-691b9647f9a24cf2
21232024-03-30T03:11:01.107Z
21242024-03-30T03:11:01.127Zreal 12.750579521
21252024-03-30T03:11:01.127Zuser 12.643935003
21262024-03-30T03:11:01.127Zsys 0.102840345
21272024-03-30T03:11:01.127Ztrap 0.001958010
21282024-03-30T03:11:01.127Ztflt 0.000000000
21292024-03-30T03:11:01.127Zdflt 0.000000000
21302024-03-30T03:11:01.127Zkflt 0.000000000
21312024-03-30T03:11:01.127Zlock 0.000000000
21322024-03-30T03:11:01.127Zslp 0.000000000
21332024-03-30T03:11:01.128Zlat 0.001421760
21342024-03-30T03:11:01.128Zstop 0.000184312
21352024-03-30T03:11:01.128Z+ banner caboose-util
21362024-03-30T03:11:01.128Z
21372024-03-30T03:11:01.128Z #### ## ##### #### #### #### ###### # # #####
21382024-03-30T03:11:01.128Z # # # # # # # # # # # # # # #
21392024-03-30T03:11:01.128Z # # # ##### # # # # #### ##### ##### # # #
21402024-03-30T03:11:01.128Z # ###### # # # # # # # # # # #
21412024-03-30T03:11:01.128Z # # # # # # # # # # # # # # # #
21422024-03-30T03:11:01.129Z #### # # ##### #### #### #### ###### #### #
21432024-03-30T03:11:01.129Z
21442024-03-30T03:11:01.129Z+ ptime -m cargo build --locked -p caboose-util --release
21452024-03-30T03:11:01.618Z Downloading crates ...
21462024-03-30T03:11:01.801Z Downloaded bitfield v0.14.0
21472024-03-30T03:11:01.806Z Downloaded array-init v0.0.4
21482024-03-30T03:11:01.810Z Downloaded rsa v0.9.2
21492024-03-30T03:11:01.814Z Downloaded wyz v0.5.1
21502024-03-30T03:11:01.819Z Downloaded radium v0.7.0
21512024-03-30T03:11:01.819Z Downloaded path-slash v0.1.5
21522024-03-30T03:11:01.819Z Downloaded packed_struct v0.10.1
21532024-03-30T03:11:01.819Z Downloaded nodrop v0.1.14
21542024-03-30T03:11:01.837Z Downloaded tap v1.0.1
21552024-03-30T03:11:01.837Z Downloaded is-terminal v0.4.9
21562024-03-30T03:11:01.842Z Downloaded maybe-uninit v2.0.0
21572024-03-30T03:11:01.842Z Downloaded packed_struct_codegen v0.10.1
21582024-03-30T03:11:01.842Z Downloaded serde-hex v0.1.0
21592024-03-30T03:11:01.842Z Downloaded crc v3.0.1
21602024-03-30T03:11:01.842Z Downloaded pkcs1 v0.7.5
21612024-03-30T03:11:01.842Z Downloaded smallvec v0.6.14
21622024-03-30T03:11:01.842Z Downloaded crc-catalog v2.2.0
21632024-03-30T03:11:01.842Z Downloaded funty v2.0.0
21642024-03-30T03:11:01.842Z Downloaded env_logger v0.10.0
21652024-03-30T03:11:01.846Z Downloaded crc-any v2.4.3
21662024-03-30T03:11:01.850Z Downloaded ron v0.8.1
21672024-03-30T03:11:01.854Z Downloaded hashbrown v0.13.2
21682024-03-30T03:11:01.862Z Downloaded x509-cert v0.2.4
21692024-03-30T03:11:01.870Z Downloaded num-bigint-dig v0.8.4
21702024-03-30T03:11:01.873Z Downloaded bitvec v1.0.1
21712024-03-30T03:11:01.887Z Downloaded object v0.30.4
21722024-03-30T03:11:02.000Z Compiling proc-macro2 v1.0.78
21732024-03-30T03:11:02.001Z Compiling unicode-ident v1.0.12
21742024-03-30T03:11:02.004Z Compiling libc v0.2.153
21752024-03-30T03:11:02.005Z Compiling serde v1.0.197
21762024-03-30T03:11:02.005Z Compiling autocfg v1.1.0
21772024-03-30T03:11:02.005Z Compiling version_check v0.9.4
21782024-03-30T03:11:02.005Z Compiling cfg-if v1.0.0
21792024-03-30T03:11:02.185Z Compiling typenum v1.16.0
21802024-03-30T03:11:02.616Z Compiling once_cell v1.19.0
21812024-03-30T03:11:02.639Z Compiling parking_lot_core v0.9.8
21822024-03-30T03:11:02.639Z Compiling memchr v2.7.1
21832024-03-30T03:11:02.639Z Compiling syn v1.0.109
21842024-03-30T03:11:02.639Z Compiling byteorder v1.5.0
21852024-03-30T03:11:02.762Z Compiling lock_api v0.4.10
21862024-03-30T03:11:03.050Z Compiling generic-array v0.14.7
21872024-03-30T03:11:03.110Z Compiling libm v0.2.7
21882024-03-30T03:11:03.188Z Compiling num-traits v0.2.18
21892024-03-30T03:11:03.331Z Compiling ahash v0.8.8
21902024-03-30T03:11:03.415Z Compiling quote v1.0.35
21912024-03-30T03:11:03.470Z Compiling serde_json v1.0.114
21922024-03-30T03:11:03.558Z Compiling thiserror v1.0.57
21932024-03-30T03:11:03.988Z Compiling syn v2.0.52
21942024-03-30T03:11:04.014Z Compiling cc v1.0.83
21952024-03-30T03:11:04.036Z Compiling getrandom v0.2.12
21962024-03-30T03:11:04.227Z Compiling pkg-config v0.3.27
21972024-03-30T03:11:04.718Z Compiling scopeguard v1.2.0
21982024-03-30T03:11:04.846Z Compiling itoa v1.0.9
21992024-03-30T03:11:04.870Z Compiling log v0.4.21
22002024-03-30T03:11:05.186Z Compiling slab v0.4.9
22012024-03-30T03:11:05.437Z Compiling rand_core v0.6.4
22022024-03-30T03:11:05.723Z Compiling smallvec v1.13.1
22032024-03-30T03:11:06.109Z Compiling vcpkg v0.2.15
22042024-03-30T03:11:06.646Z Compiling pin-project-lite v0.2.13
22052024-03-30T03:11:06.773Z Compiling const-oid v0.9.6
22062024-03-30T03:11:07.039Z Compiling ryu v1.0.15
22072024-03-30T03:11:07.317Z Compiling parking_lot v0.12.1
22082024-03-30T03:11:07.769Z Compiling ring v0.17.8
22092024-03-30T03:11:07.895Z Compiling openssl-sys v0.9.96
22102024-03-30T03:11:08.234Z Compiling ucd-trie v0.1.6
22112024-03-30T03:11:08.773Z Compiling signal-hook-registry v1.4.1
22122024-03-30T03:11:08.917Z Compiling subtle v2.5.0
22132024-03-30T03:11:08.960Z Compiling rustix v0.38.31
22142024-03-30T03:11:09.225Z Compiling ring v0.16.20
22152024-03-30T03:11:09.414Z Compiling mio v0.8.11
22162024-03-30T03:11:09.704Z Compiling futures-core v0.3.30
22172024-03-30T03:11:09.966Z Compiling semver v1.0.22
22182024-03-30T03:11:10.256Z Compiling tinyvec_macros v0.1.1
22192024-03-30T03:11:10.345Z Compiling tinyvec v1.6.0
22202024-03-30T03:11:11.059Z Compiling spin v0.5.2
22212024-03-30T03:11:11.910Z Compiling unicode-normalization v0.1.22
22222024-03-30T03:11:12.253Z Compiling num_cpus v1.16.0
22232024-03-30T03:11:12.378Z Compiling socket2 v0.5.5
22242024-03-30T03:11:12.465Z Compiling heck v0.4.1
22252024-03-30T03:11:12.905Z Compiling allocator-api2 v0.2.16
22262024-03-30T03:11:13.035Z Compiling openssl v0.10.60
22272024-03-30T03:11:13.310Z Compiling unicode-xid v0.2.4
22282024-03-30T03:11:13.427Z Compiling unicode-bidi v0.3.15
22292024-03-30T03:11:13.463Z Compiling httparse v1.8.0
22302024-03-30T03:11:13.802Z Compiling futures-sink v0.3.30
22312024-03-30T03:11:13.942Z Compiling synstructure v0.12.6
22322024-03-30T03:11:14.076Z Compiling equivalent v1.0.1
22332024-03-30T03:11:14.136Z Compiling num-conv v0.1.0
22342024-03-30T03:11:14.180Z Compiling time-core v0.1.2
22352024-03-30T03:11:14.419Z Compiling time-macros v0.2.17
22362024-03-30T03:11:14.762Z Compiling futures-channel v0.3.30
22372024-03-30T03:11:15.191Z Compiling futures-io v0.3.30
22382024-03-30T03:11:15.362Z Compiling pin-utils v0.1.0
22392024-03-30T03:11:15.367Z Compiling futures-task v0.3.30
22402024-03-30T03:11:15.462Z Compiling ppv-lite86 v0.2.17
22412024-03-30T03:11:15.661Z Compiling native-tls v0.2.11
22422024-03-30T03:11:15.750Z Compiling crc32fast v1.3.2
22432024-03-30T03:11:16.210Z Compiling rustls v0.21.9
22442024-03-30T03:11:16.321Z Compiling rand_chacha v0.3.1
22452024-03-30T03:11:16.500Z Compiling bzip2-sys v0.1.11+1.0.8
22462024-03-30T03:11:16.866Z Compiling spin v0.9.8
22472024-03-30T03:11:16.914Z Compiling tracing-core v0.1.32
22482024-03-30T03:11:17.001Z Compiling base64ct v1.6.0
22492024-03-30T03:11:17.549Z Compiling pem-rfc7468 v0.7.0
22502024-03-30T03:11:17.608Z Compiling rand v0.8.5
22512024-03-30T03:11:17.693Z Compiling serde_derive v1.0.197
22522024-03-30T03:11:17.713Z Compiling zeroize_derive v1.4.2
22532024-03-30T03:11:18.396Z Compiling zerocopy-derive v0.7.32
22542024-03-30T03:11:18.423Z Compiling thiserror-impl v1.0.57
22552024-03-30T03:11:18.423Z Compiling tokio-macros v2.2.0
22562024-03-30T03:11:19.158Z Compiling zeroize v1.7.0
22572024-03-30T03:11:19.265Z Compiling futures-macro v0.3.30
22582024-03-30T03:11:19.550Z Compiling tracing-attributes v0.1.27
22592024-03-30T03:11:19.764Z Compiling der_derive v0.7.2
22602024-03-30T03:11:20.064Z Compiling zerocopy v0.7.32
22612024-03-30T03:11:20.988Z Compiling pest v2.7.6
22622024-03-30T03:11:21.009Z Compiling crypto-common v0.1.6
22632024-03-30T03:11:21.212Z Compiling block-buffer v0.10.4
22642024-03-30T03:11:21.464Z Compiling digest v0.10.7
22652024-03-30T03:11:21.477Z Compiling zerocopy-derive v0.2.0
22662024-03-30T03:11:21.923Z Compiling openssl-macros v0.1.1
22672024-03-30T03:11:22.115Z Compiling futures-util v0.3.30
22682024-03-30T03:11:22.624Z Compiling hashbrown v0.14.3
22692024-03-30T03:11:22.897Z Compiling tracing v0.1.40
22702024-03-30T03:11:23.224Z Compiling zerocopy-derive v0.6.4
22712024-03-30T03:11:23.382Z Compiling pest_meta v2.7.6
22722024-03-30T03:11:23.440Z Compiling scroll_derive v0.12.0
22732024-03-30T03:11:24.247Z Compiling usdt-impl v0.3.5
22742024-03-30T03:11:24.358Z Compiling cookie v0.17.0
22752024-03-30T03:11:24.649Z Compiling pest_generator v2.7.6
22762024-03-30T03:11:24.871Z Compiling schemars v0.8.16
22772024-03-30T03:11:24.978Z Compiling flagset v0.4.3
22782024-03-30T03:11:25.120Z Compiling signal-hook v0.3.17
22792024-03-30T03:11:25.229Z Compiling percent-encoding v2.3.1
22802024-03-30T03:11:25.524Z Compiling der v0.7.8
22812024-03-30T03:11:26.435Z Compiling serde_derive_internals v0.26.0
22822024-03-30T03:11:27.616Z Compiling pest_derive v2.7.6
22832024-03-30T03:11:28.748Z Compiling errno v0.3.8
22842024-03-30T03:11:28.886Z Compiling fnv v1.0.7
22852024-03-30T03:11:29.035Z Compiling schemars_derive v0.8.16
22862024-03-30T03:11:29.049Z Compiling spki v0.7.2
22872024-03-30T03:11:30.508Z Compiling zerocopy v0.3.0
22882024-03-30T03:11:31.180Z Compiling lazy_static v1.4.0
22892024-03-30T03:11:31.474Z Compiling backtrace v0.3.69
22902024-03-30T03:11:31.869Z Compiling bytes v1.5.0
22912024-03-30T03:11:32.684Z Compiling bitflags v2.4.2
22922024-03-30T03:11:33.158Z Compiling tokio v1.36.0
22932024-03-30T03:11:33.328Z Compiling indexmap v2.2.5
22942024-03-30T03:11:34.042Z Compiling rustc_version v0.4.0
22952024-03-30T03:11:34.722Z Compiling heapless v0.7.16
22962024-03-30T03:11:35.176Z Compiling http v0.2.12
22972024-03-30T03:11:35.227Z Compiling uuid v1.7.0
22982024-03-30T03:11:36.041Z Compiling thread-id v4.2.0
22992024-03-30T03:11:36.167Z Compiling num-bigint v0.4.4
23002024-03-30T03:11:36.470Z Compiling base64 v0.21.7
23012024-03-30T03:11:36.667Z Compiling crossbeam-utils v0.8.19
23022024-03-30T03:11:37.228Z Compiling smoltcp v0.9.1
23032024-03-30T03:11:37.740Z Compiling iana-time-zone v0.1.57
23042024-03-30T03:11:37.766Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23052024-03-30T03:11:38.312Z Compiling powerfmt v0.2.0
23062024-03-30T03:11:38.324Z Compiling async-trait v0.1.77
23072024-03-30T03:11:38.324Z Compiling foreign-types-shared v0.1.1
23082024-03-30T03:11:38.392Z Compiling untrusted v0.9.0
23092024-03-30T03:11:38.579Z Compiling untrusted v0.7.1
23102024-03-30T03:11:39.789Z Compiling foreign-types v0.3.2
23112024-03-30T03:11:39.877Z Compiling deranged v0.3.11
23122024-03-30T03:11:40.120Z Compiling chrono v0.4.34
23132024-03-30T03:11:41.017Z Compiling dof v0.1.5
23142024-03-30T03:11:41.819Z Compiling dtrace-parser v0.1.14
23152024-03-30T03:11:41.872Z Compiling form_urlencoded v1.2.1
23162024-03-30T03:11:42.209Z Compiling tokio-util v0.7.10
23172024-03-30T03:11:42.424Z Compiling hmac v0.12.1
23182024-03-30T03:11:42.664Z Compiling clap_derive v4.5.0
23192024-03-30T03:11:42.858Z Compiling num-integer v0.1.46
23202024-03-30T03:11:43.905Z Compiling anstyle v1.0.6
23212024-03-30T03:11:44.021Z Compiling cpufeatures v0.2.12
23222024-03-30T03:11:44.051Z Compiling utf8parse v0.2.1
23232024-03-30T03:11:44.131Z Compiling rustversion v1.0.14
23242024-03-30T03:11:44.134Z Compiling try-lock v0.2.4
23252024-03-30T03:11:44.232Z Compiling siphasher v0.3.11
23262024-03-30T03:11:44.314Z Compiling num_threads v0.1.6
23272024-03-30T03:11:44.423Z Compiling adler v1.0.2
23282024-03-30T03:11:44.527Z Compiling time v0.3.34
23292024-03-30T03:11:45.006Z Compiling miniz_oxide v0.7.1
23302024-03-30T03:11:45.020Z Compiling want v0.3.1
23312024-03-30T03:11:45.020Z Compiling anstyle-parse v0.2.1
23322024-03-30T03:11:45.021Z Compiling sha2 v0.10.8
23332024-03-30T03:11:48.406Z Compiling h2 v0.3.24
23342024-03-30T03:11:49.977Z Compiling rustls-webpki v0.101.7
23352024-03-30T03:11:50.083Z Compiling sct v0.7.0
23362024-03-30T03:11:51.353Z Compiling http-body v0.4.5
23372024-03-30T03:11:51.511Z Compiling serde_tokenstream v0.1.7
23382024-03-30T03:11:51.789Z Compiling pkcs8 v0.10.2
23392024-03-30T03:11:51.872Z Compiling hubpack_derive v0.1.1
23402024-03-30T03:11:52.276Z Compiling idna v0.5.0
23412024-03-30T03:11:53.060Z Compiling aho-corasick v1.1.2
23422024-03-30T03:11:53.158Z Compiling usdt-impl v0.5.0
23432024-03-30T03:11:53.879Z Compiling tower-service v0.3.2
23442024-03-30T03:11:54.018Z Compiling regex-syntax v0.8.2
23452024-03-30T03:11:54.048Z Compiling radium v0.7.0
23462024-03-30T03:11:54.473Z Compiling colorchoice v1.0.0
23472024-03-30T03:11:54.744Z Compiling openssl-probe v0.1.5
23482024-03-30T03:11:54.755Z Compiling anyhow v1.0.79
23492024-03-30T03:11:55.017Z Compiling httpdate v1.0.3
23502024-03-30T03:11:55.887Z Compiling slog v2.7.0
23512024-03-30T03:11:56.372Z Compiling anstyle-query v1.0.0
23522024-03-30T03:11:56.728Z Compiling anstream v0.6.11
23532024-03-30T03:11:57.320Z Compiling hyper v0.14.28
23542024-03-30T03:11:58.227Z Compiling regex-automata v0.4.5
23552024-03-30T03:12:01.881Z Compiling url v2.5.0
23562024-03-30T03:12:06.712Z Compiling terminal_size v0.3.0
23572024-03-30T03:12:07.039Z Compiling serde_spanned v0.6.5
23582024-03-30T03:12:07.468Z Compiling toml_datetime v0.6.5
23592024-03-30T03:12:07.468Z Compiling zerocopy v0.6.4
23602024-03-30T03:12:07.483Z Compiling scroll v0.12.0
23612024-03-30T03:12:07.781Z Compiling md-5 v0.10.5
23622024-03-30T03:12:08.153Z Compiling stringprep v0.1.3
23632024-03-30T03:12:08.178Z Compiling idna v0.3.0
23642024-03-30T03:12:08.723Z Compiling diesel_table_macro_syntax v0.1.0
23652024-03-30T03:12:08.744Z Compiling hash32 v0.2.1
23662024-03-30T03:12:08.954Z Compiling plain v0.2.3
23672024-03-30T03:12:09.118Z Compiling dyn-clone v1.0.17
23682024-03-30T03:12:09.335Z Compiling strsim v0.11.0
23692024-03-30T03:12:09.345Z Compiling psl-types v2.0.11
23702024-03-30T03:12:09.509Z Compiling fallible-iterator v0.2.0
23712024-03-30T03:12:09.555Z Compiling gimli v0.28.0
23722024-03-30T03:12:09.592Z Compiling clap_lex v0.7.0
23732024-03-30T03:12:09.693Z Compiling tap v1.0.1
23742024-03-30T03:12:09.936Z Compiling uuid v0.8.2
23752024-03-30T03:12:10.053Z Compiling stable_deref_trait v1.2.0
23762024-03-30T03:12:10.138Z Compiling maybe-uninit v2.0.0
23772024-03-30T03:12:10.260Z Compiling postgres-protocol v0.6.6
23782024-03-30T03:12:10.996Z Compiling wyz v0.5.1
23792024-03-30T03:12:11.465Z Compiling clap_builder v4.5.1
23802024-03-30T03:12:11.533Z Compiling publicsuffix v2.2.3
23812024-03-30T03:12:11.664Z Compiling diesel_derives v2.1.2
23822024-03-30T03:12:11.798Z Compiling goblin v0.8.0
23832024-03-30T03:12:13.963Z Compiling addr2line v0.21.0
23842024-03-30T03:12:14.563Z Compiling tokio-rustls v0.24.1
23852024-03-30T03:12:14.822Z Compiling strum_macros v0.25.2
23862024-03-30T03:12:16.251Z Compiling tokio-native-tls v0.3.1
23872024-03-30T03:12:17.038Z Compiling usdt-attr-macro v0.3.5
23882024-03-30T03:12:18.820Z Compiling usdt-macro v0.3.5
23892024-03-30T03:12:20.335Z Compiling phf_shared v0.11.2
23902024-03-30T03:12:21.161Z Compiling num-iter v0.1.44
23912024-03-30T03:12:21.161Z Compiling block-padding v0.3.3
23922024-03-30T03:12:21.162Z Compiling enum-as-inner v0.5.1
23932024-03-30T03:12:21.743Z Compiling serde_repr v0.1.16
23942024-03-30T03:12:22.419Z Compiling ff v0.13.0
23952024-03-30T03:12:22.653Z Compiling scheduled-thread-pool v0.2.7
23962024-03-30T03:12:25.521Z Compiling object v0.32.1
23972024-03-30T03:12:25.556Z Compiling funty v2.0.0
23982024-03-30T03:12:26.622Z Compiling ipnet v2.9.0
23992024-03-30T03:12:27.812Z Compiling bit-vec v0.6.3
24002024-03-30T03:12:28.209Z Compiling packed_struct v0.10.1
24012024-03-30T03:12:28.650Z Compiling bitflags v1.3.2
24022024-03-30T03:12:29.185Z Compiling rustc-demangle v0.1.23
24032024-03-30T03:12:29.200Z Compiling managed v0.8.0
24042024-03-30T03:12:29.586Z Compiling matches v0.1.10
24052024-03-30T03:12:29.766Z Compiling base16ct v0.2.0
24062024-03-30T03:12:30.085Z Compiling winnow v0.5.15
24072024-03-30T03:12:30.655Z Compiling regex-automata v0.1.10
24082024-03-30T03:12:31.083Z Compiling pretty-hex v0.4.1
24092024-03-30T03:12:31.352Z Compiling num-bigint-dig v0.8.4
24102024-03-30T03:12:31.625Z Compiling dof v0.3.0
24112024-03-30T03:12:34.277Z Compiling toml_edit v0.19.15
24122024-03-30T03:12:36.098Z Compiling bstr v0.2.17
24132024-03-30T03:12:38.781Z Compiling sec1 v0.7.3
24142024-03-30T03:12:39.627Z Compiling idna v0.2.3
24152024-03-30T03:12:41.192Z Compiling bitvec v1.0.1
24162024-03-30T03:12:42.033Z Compiling r2d2 v0.8.10
24172024-03-30T03:12:42.078Z Compiling group v0.13.0
24182024-03-30T03:12:42.427Z Compiling inout v0.1.3
24192024-03-30T03:12:43.938Z Compiling phf v0.11.2
24202024-03-30T03:12:44.305Z Compiling hyper-tls v0.5.0
24212024-03-30T03:12:45.104Z Compiling clap v4.5.1
24222024-03-30T03:12:45.125Z Compiling signal-hook-mio v0.2.3
24232024-03-30T03:12:45.125Z Compiling hyper-rustls v0.24.2
24242024-03-30T03:12:45.125Z Compiling cookie_store v0.20.0
24252024-03-30T03:12:45.222Z Compiling flate2 v1.0.28
24262024-03-30T03:12:45.990Z Compiling ipnetwork v0.20.0
24272024-03-30T03:12:46.288Z Compiling bzip2 v0.4.4
24282024-03-30T03:12:46.424Z Compiling postgres-types v0.2.6
24292024-03-30T03:12:46.593Z Compiling regex v1.10.3
24302024-03-30T03:12:46.933Z Compiling hubpack v0.1.2
24312024-03-30T03:12:47.000Z Compiling phf_shared v0.10.0
24322024-03-30T03:12:47.434Z Compiling rustls-pemfile v1.0.3
24332024-03-30T03:12:47.434Z Compiling hkdf v0.12.4
24342024-03-30T03:12:47.681Z Compiling serde_urlencoded v0.7.1
24352024-03-30T03:12:47.786Z Compiling dtrace-parser v0.2.0
24362024-03-30T03:12:47.806Z Compiling futures-executor v0.3.30
24372024-03-30T03:12:48.815Z Compiling crypto-bigint v0.5.2
24382024-03-30T03:12:48.923Z Compiling packed_struct_codegen v0.10.1
24392024-03-30T03:12:49.651Z Compiling float-cmp v0.9.0
24402024-03-30T03:12:50.951Z Compiling indexmap v1.9.3
24412024-03-30T03:12:50.960Z Compiling encoding_rs v0.8.33
24422024-03-30T03:12:51.184Z Compiling predicates-core v1.0.6
24432024-03-30T03:12:51.517Z Compiling webpki-roots v0.25.2
24442024-03-30T03:12:51.687Z Compiling either v1.10.0
24452024-03-30T03:12:51.831Z Compiling sync_wrapper v0.1.2
24462024-03-30T03:12:51.958Z Compiling unicode-width v0.1.11
24472024-03-30T03:12:52.153Z Compiling unicode-segmentation v1.10.1
24482024-03-30T03:12:52.358Z Compiling normalize-line-endings v0.3.0
24492024-03-30T03:12:52.691Z Compiling fixedbitset v0.4.2
24502024-03-30T03:12:52.954Z Compiling data-encoding v2.4.0
24512024-03-30T03:12:52.974Z Compiling static_assertions v1.1.0
24522024-03-30T03:12:53.083Z Compiling whoami v1.5.0
24532024-03-30T03:12:53.122Z Compiling difflib v0.4.0
24542024-03-30T03:12:53.690Z Compiling precomputed-hash v0.1.1
24552024-03-30T03:12:53.827Z Compiling minimal-lexical v0.2.1
24562024-03-30T03:12:54.358Z Compiling nodrop v0.1.14
24572024-03-30T03:12:55.317Z Compiling new_debug_unreachable v1.0.4
24582024-03-30T03:12:55.317Z Compiling crc-catalog v2.2.0
24592024-03-30T03:12:55.318Z Compiling mime v0.3.17
24602024-03-30T03:12:55.318Z Compiling winnow v0.6.1
24612024-03-30T03:12:55.318Z Compiling crc v3.0.1
24622024-03-30T03:12:55.775Z Compiling reqwest v0.11.24
24632024-03-30T03:12:58.809Z Compiling toml_edit v0.22.6
24642024-03-30T03:13:01.700Z Compiling string_cache v0.8.7
24652024-03-30T03:13:02.567Z Compiling array-init v0.0.4
24662024-03-30T03:13:03.470Z Compiling nom v7.1.3
24672024-03-30T03:13:06.587Z Compiling trust-dns-proto v0.22.0
24682024-03-30T03:13:06.735Z Compiling predicates v3.1.0
24692024-03-30T03:13:07.444Z Compiling tokio-postgres v0.7.10
24702024-03-30T03:13:08.377Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
24712024-03-30T03:13:08.880Z Compiling petgraph v0.6.4
24722024-03-30T03:13:12.287Z Compiling similar v2.4.0
24732024-03-30T03:13:12.847Z Compiling console v0.15.8
24742024-03-30T03:13:13.277Z Compiling itertools v0.10.5
24752024-03-30T03:13:14.794Z Compiling elliptic-curve v0.13.8
24762024-03-30T03:13:16.145Z Compiling futures v0.3.30
24772024-03-30T03:13:18.663Z Compiling zip v0.6.6
24782024-03-30T03:13:18.684Z Compiling smallvec v0.6.14
24792024-03-30T03:13:18.823Z Compiling diesel v2.1.4
24802024-03-30T03:13:19.041Z Compiling yasna v0.5.2
24812024-03-30T03:13:19.557Z Compiling crossterm v0.27.0
24822024-03-30T03:13:19.952Z Compiling crossbeam-epoch v0.9.18
24832024-03-30T03:13:20.728Z Compiling cipher v0.4.4
24842024-03-30T03:13:21.899Z Compiling toml v0.7.8
24852024-03-30T03:13:22.843Z Compiling bit-set v0.5.3
24862024-03-30T03:13:23.102Z Compiling usdt v0.3.5
24872024-03-30T03:13:24.034Z Compiling bstr v1.9.0
24882024-03-30T03:13:24.939Z Compiling pkcs1 v0.7.5
24892024-03-30T03:13:25.500Z Compiling tokio-stream v0.1.14
24902024-03-30T03:13:25.878Z Compiling is-terminal v0.4.9
24912024-03-30T03:13:26.516Z Compiling openapiv3 v2.0.0
24922024-03-30T03:13:26.560Z Compiling hex v0.4.3
24932024-03-30T03:13:28.222Z Compiling signature v2.1.0
24942024-03-30T03:13:29.553Z Compiling bitfield v0.14.0
24952024-03-30T03:13:30.377Z Compiling peg-runtime v0.8.2
24962024-03-30T03:13:31.383Z Compiling termcolor v1.2.0
24972024-03-30T03:13:31.573Z Compiling hashbrown v0.12.3
24982024-03-30T03:13:33.324Z Compiling lalrpop-util v0.19.12
24992024-03-30T03:13:34.161Z Compiling env_logger v0.10.0
25002024-03-30T03:13:37.319Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
25012024-03-30T03:13:38.491Z Compiling rsa v0.9.2
25022024-03-30T03:13:45.354Z Compiling serde-hex v0.1.0
25032024-03-30T03:13:51.178Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
25042024-03-30T03:13:54.535Z Compiling ron v0.8.1
25052024-03-30T03:13:55.708Z Compiling x509-cert v0.2.4
25062024-03-30T03:13:56.224Z Compiling hashbrown v0.13.2
25072024-03-30T03:14:00.770Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25082024-03-30T03:14:06.791Z Compiling crc-any v2.4.3
25092024-03-30T03:14:07.792Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
25102024-03-30T03:14:29.507Z Compiling object v0.30.4
25112024-03-30T03:14:29.766Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
25122024-03-30T03:14:43.297Z Compiling path-slash v0.1.5
25132024-03-30T03:14:44.764Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
25142024-03-30T03:15:07.402Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
25152024-03-30T03:15:08.228Z Finished release [optimized] target(s) in 4m 07s
25162024-03-30T03:15:08.303Z
25172024-03-30T03:15:08.304Zreal 4:07.131205456
25182024-03-30T03:15:08.304Zuser 27:17.402782854
25192024-03-30T03:15:08.304Zsys 3:22.284758220
25202024-03-30T03:15:08.304Ztrap 0.930813776
25212024-03-30T03:15:08.313Ztflt 1.935923147
25222024-03-30T03:15:08.313Zdflt 0.736619329
25232024-03-30T03:15:08.313Zkflt 0.019595263
25242024-03-30T03:15:08.313Zlock 1:01:59.049190422
25252024-03-30T03:15:08.313Zslp 1:19:50.472037594
25262024-03-30T03:15:08.313Zlat 1:40.184672076
25272024-03-30T03:15:08.313Zstop 1:41.172224646
25282024-03-30T03:15:08.313Z+ ptime -m gzip
25292024-03-30T03:15:08.668Z
25302024-03-30T03:15:08.668Zreal 0.354845235
25312024-03-30T03:15:08.668Zuser 0.349377810
25322024-03-30T03:15:08.668Zsys 0.004869292
25332024-03-30T03:15:08.668Ztrap 0.000040274
25342024-03-30T03:15:08.668Ztflt 0.000000000
25352024-03-30T03:15:08.668Zdflt 0.000000000
25362024-03-30T03:15:08.669Zkflt 0.000000000
25372024-03-30T03:15:08.669Zlock 0.000000000
25382024-03-30T03:15:08.669Zslp 0.000000000
25392024-03-30T03:15:08.669Zlat 0.000148827
25402024-03-30T03:15:08.669Zstop 0.000179654
25412024-03-30T03:15:08.679Z+ banner tufaceous
25422024-03-30T03:15:08.679Z
25432024-03-30T03:15:08.680Z ##### # # ###### ## #### ###### #### # # ####
25442024-03-30T03:15:08.680Z # # # # # # # # # # # # # #
25452024-03-30T03:15:08.680Z # # # ##### # # # ##### # # # # ####
25462024-03-30T03:15:08.680Z # # # # ###### # # # # # # #
25472024-03-30T03:15:08.680Z # # # # # # # # # # # # # # #
25482024-03-30T03:15:08.680Z # #### # # # #### ###### #### #### ####
25492024-03-30T03:15:08.680Z
25502024-03-30T03:15:08.680Z+ ptime -m cargo build --locked -p tufaceous --release
25512024-03-30T03:15:09.214Z Downloading crates ...
25522024-03-30T03:15:09.402Z Downloaded doc-comment v0.3.3
25532024-03-30T03:15:09.412Z Downloaded async-recursion v1.0.5
25542024-03-30T03:15:09.412Z Downloaded globset v0.4.13
25552024-03-30T03:15:09.412Z Downloaded pin-project-internal v1.1.3
25562024-03-30T03:15:09.412Z Downloaded snafu-derive v0.7.5
25572024-03-30T03:15:09.413Z Downloaded serde_plain v1.0.2
25582024-03-30T03:15:09.413Z Downloaded parse-size v1.0.0
25592024-03-30T03:15:09.413Z Downloaded fs-err v2.11.0
25602024-03-30T03:15:09.413Z Downloaded olpc-cjson v0.1.3
25612024-03-30T03:15:09.413Z Downloaded buf-list v1.0.3
25622024-03-30T03:15:09.449Z Downloaded snafu v0.7.5
25632024-03-30T03:15:09.450Z Downloaded pin-project v1.1.3
25642024-03-30T03:15:09.914Z Downloaded typed-path v0.7.0
25652024-03-30T03:15:09.914Z Downloaded tough v0.16.0
25662024-03-30T03:15:09.914Z Compiling serde_tokenstream v0.2.0
25672024-03-30T03:15:09.914Z Compiling regress v0.9.0
25682024-03-30T03:15:09.914Z Compiling dirs-sys-next v0.1.2
25692024-03-30T03:15:09.914Z Compiling heck v0.4.1
25702024-03-30T03:15:09.914Z Compiling strsim v0.10.0
25712024-03-30T03:15:09.914Z Compiling rustls-pki-types v1.3.0
25722024-03-30T03:15:09.914Z Compiling ident_case v1.0.1
25732024-03-30T03:15:09.914Z Compiling dirs-next v2.0.0
25742024-03-30T03:15:10.099Z Compiling darling_core v0.20.3
25752024-03-30T03:15:10.122Z Compiling getopts v0.2.21
25762024-03-30T03:15:10.338Z Compiling thread_local v1.1.7
25772024-03-30T03:15:10.852Z Compiling slog-async v2.8.0
25782024-03-30T03:15:10.880Z Compiling rustls v0.22.2
25792024-03-30T03:15:11.013Z Compiling unsafe-libyaml v0.2.10
25802024-03-30T03:15:11.031Z Compiling camino v1.1.6
25812024-03-30T03:15:11.204Z Compiling rustls-webpki v0.102.1
25822024-03-30T03:15:11.219Z Compiling term v0.7.0
25832024-03-30T03:15:11.638Z Compiling crossbeam-channel v0.5.8
25842024-03-30T03:15:12.867Z Compiling serde_yaml v0.9.25
25852024-03-30T03:15:13.407Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
25862024-03-30T03:15:13.462Z Compiling structmeta-derive v0.3.0
25872024-03-30T03:15:15.631Z Compiling darling_macro v0.20.3
25882024-03-30T03:15:15.695Z Compiling atty v0.2.14
25892024-03-30T03:15:15.852Z Compiling multer v3.0.0
25902024-03-30T03:15:16.170Z Compiling paste v1.0.14
25912024-03-30T03:15:16.182Z Compiling take_mut v0.2.2
25922024-03-30T03:15:16.712Z Compiling doc-comment v0.3.3
25932024-03-30T03:15:17.150Z Compiling match_cfg v0.1.0
25942024-03-30T03:15:17.150Z Compiling hostname v0.3.1
25952024-03-30T03:15:17.151Z Compiling darling v0.20.3
25962024-03-30T03:15:17.151Z Compiling structmeta v0.3.0
25972024-03-30T03:15:17.151Z Compiling slog-term v2.9.0
25982024-03-30T03:15:17.151Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25992024-03-30T03:15:17.151Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
26002024-03-30T03:15:18.681Z Compiling slog-json v2.6.1
26012024-03-30T03:15:18.701Z Compiling http v1.0.0
26022024-03-30T03:15:19.002Z Compiling async-stream-impl v0.3.5
26032024-03-30T03:15:19.167Z Compiling pin-project-internal v1.1.3
26042024-03-30T03:15:19.806Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
26052024-03-30T03:15:20.255Z Compiling atomic-waker v1.1.1
26062024-03-30T03:15:20.255Z Compiling fastrand v2.0.1
26072024-03-30T03:15:20.266Z Compiling waitgroup v0.1.2
26082024-03-30T03:15:20.286Z Compiling async-stream v0.3.5
26092024-03-30T03:15:20.498Z Compiling tempfile v3.10.0
26102024-03-30T03:15:20.901Z Compiling slog-bunyan v2.5.0
26112024-03-30T03:15:21.338Z Compiling parse-display-derive v0.9.0
26122024-03-30T03:15:22.020Z Compiling pin-project v1.1.3
26132024-03-30T03:15:22.141Z Compiling tokio-rustls v0.25.0
26142024-03-30T03:15:22.584Z Compiling serde_with_macros v3.6.1
26152024-03-30T03:15:23.874Z Compiling toml v0.8.10
26162024-03-30T03:15:23.894Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
26172024-03-30T03:15:23.894Z Compiling rustls-pemfile v2.1.1
26182024-03-30T03:15:24.471Z Compiling sha1 v0.10.6
26192024-03-30T03:15:25.350Z Compiling strum_macros v0.26.1
26202024-03-30T03:15:25.371Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
26212024-03-30T03:15:25.387Z Compiling newtype-uuid v1.0.1
26222024-03-30T03:15:25.399Z Compiling snafu-derive v0.7.5
26232024-03-30T03:15:25.696Z Compiling serde_path_to_error v0.1.16
26242024-03-30T03:15:25.735Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26252024-03-30T03:15:26.488Z Compiling instant v0.1.12
26262024-03-30T03:15:26.665Z Compiling fs-err v2.11.0
26272024-03-30T03:15:26.787Z Compiling debug-ignore v1.0.5
26282024-03-30T03:15:26.923Z Compiling same-file v1.0.6
26292024-03-30T03:15:26.939Z Compiling arc-swap v1.6.0
26302024-03-30T03:15:27.210Z Compiling buf-list v1.0.3
26312024-03-30T03:15:27.720Z Compiling slog-scope v4.4.0
26322024-03-30T03:15:27.812Z Compiling walkdir v2.4.0
26332024-03-30T03:15:29.495Z Compiling backoff v0.4.0
26342024-03-30T03:15:30.119Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26352024-03-30T03:15:30.125Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26362024-03-30T03:15:30.126Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
26372024-03-30T03:15:30.126Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
26382024-03-30T03:15:30.214Z Compiling strum v0.26.1
26392024-03-30T03:15:30.264Z Compiling serde_with v3.6.1
26402024-03-30T03:15:30.430Z Compiling parse-display v0.9.0
26412024-03-30T03:15:30.522Z Compiling snafu v0.7.5
26422024-03-30T03:15:32.114Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26432024-03-30T03:15:32.741Z Compiling globset v0.4.13
26442024-03-30T03:15:34.345Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26452024-03-30T03:15:34.495Z Compiling pem v3.0.2
26462024-03-30T03:15:34.928Z Compiling olpc-cjson v0.1.3
26472024-03-30T03:15:35.206Z Compiling serde_plain v1.0.2
26482024-03-30T03:15:35.284Z Compiling macaddr v1.0.1
26492024-03-30T03:15:35.792Z Compiling async-recursion v1.0.5
26502024-03-30T03:15:36.092Z Compiling xattr v1.0.1
26512024-03-30T03:15:36.394Z Compiling filetime v0.2.23
26522024-03-30T03:15:36.852Z Compiling typed-path v0.7.0
26532024-03-30T03:15:36.898Z Compiling tar v0.4.40
26542024-03-30T03:15:37.653Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
26552024-03-30T03:15:41.958Z Compiling tough v0.16.0
26562024-03-30T03:15:44.114Z Compiling slog-stdlog v4.1.1
26572024-03-30T03:15:45.208Z Compiling camino-tempfile v1.1.1
26582024-03-30T03:15:46.201Z Compiling itertools v0.12.1
26592024-03-30T03:15:46.255Z Compiling parse-size v1.0.0
26602024-03-30T03:15:46.468Z Compiling slog-envlogger v2.2.0
26612024-03-30T03:15:49.484Z Compiling humantime v2.1.0
26622024-03-30T03:15:54.521Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
26632024-03-30T03:15:54.765Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
26642024-03-30T03:16:00.741Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26652024-03-30T03:16:08.926Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
26662024-03-30T03:16:10.209Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
26672024-03-30T03:16:30.979Z Finished release [optimized] target(s) in 1m 22s
26682024-03-30T03:16:31.084Z
26692024-03-30T03:16:31.084Zreal 1:22.373639014
26702024-03-30T03:16:31.084Zuser 8:59.415240066
26712024-03-30T03:16:31.084Zsys 42.827587603
26722024-03-30T03:16:31.084Ztrap 0.280903926
26732024-03-30T03:16:31.084Ztflt 0.526918417
26742024-03-30T03:16:31.084Zdflt 0.539940776
26752024-03-30T03:16:31.084Zkflt 0.000069768
26762024-03-30T03:16:31.502Zlock 18:09.243019954
26772024-03-30T03:16:31.502Zslp 19:44.501479153
26782024-03-30T03:16:31.502Zlat 21.128348083
26792024-03-30T03:16:31.502Zstop 17.427849262
26802024-03-30T03:16:31.503Z+ ptime -m gzip
26812024-03-30T03:16:32.577Z
26822024-03-30T03:16:32.577Zreal 1.492738738
26832024-03-30T03:16:32.577Zuser 1.477757741
26842024-03-30T03:16:32.578Zsys 0.013905804
26852024-03-30T03:16:32.578Ztrap 0.000371234
26862024-03-30T03:16:32.578Ztflt 0.000000000
26872024-03-30T03:16:32.578Zdflt 0.000000000
26882024-03-30T03:16:32.578Zkflt 0.000000000
26892024-03-30T03:16:32.578Zlock 0.000000000
26902024-03-30T03:16:32.578Zslp 0.000000000
26912024-03-30T03:16:32.578Zlat 0.000251093
26922024-03-30T03:16:32.587Zstop 0.000198100
26932024-03-30T03:16:32.587Zprocess exited: duration 942537 ms, exit code 0
 
26942024-03-30T03:16:32.610Zfound 8 output files
26952024-03-30T03:16:32.610Zuploading: /work/end-to-end-tests/bootstrap-4c5c7f95ab8318fe.gz (9708770 bytes)
26962024-03-30T03:16:41.405Zuploaded: /work/end-to-end-tests/bootstrap-4c5c7f95ab8318fe.gz
26972024-03-30T03:16:41.405Zuploading: /work/end-to-end-tests/bootstrap.gz (104854530 bytes)
26982024-03-30T03:17:58.105Zuploaded: /work/end-to-end-tests/bootstrap.gz
26992024-03-30T03:17:58.105Zuploading: /work/end-to-end-tests/commtest-837e9fa044232757.gz (9708436 bytes)
27002024-03-30T03:18:06.137Zuploaded: /work/end-to-end-tests/commtest-837e9fa044232757.gz
27012024-03-30T03:18:06.137Zuploading: /work/end-to-end-tests/dhcp_server-02abe27d9f4e5a4e.gz (9708226 bytes)
27022024-03-30T03:18:15.056Zuploaded: /work/end-to-end-tests/dhcp_server-02abe27d9f4e5a4e.gz
27032024-03-30T03:18:15.056Zuploading: /work/end-to-end-tests/end_to_end_tests-691b9647f9a24cf2.gz (106198456 bytes)
27042024-03-30T03:18:57.669Zuploaded: /work/end-to-end-tests/end_to_end_tests-691b9647f9a24cf2.gz
27052024-03-30T03:18:57.669Zuploading: /work/caboose-util.gz (3207985 bytes)
27062024-03-30T03:19:00.199Zuploaded: /work/caboose-util.gz
27072024-03-30T03:19:00.200Zuploading: /work/tufaceous.gz (13690396 bytes)
27082024-03-30T03:19:11.825Zuploaded: /work/tufaceous.gz
27092024-03-30T03:19:11.825Zuploading: /work/commtest (473749328 bytes)
27102024-03-30T03:23:07.109Zuploaded: /work/commtest