01HVJP2KM2ZTHY7E4NT0KNQX1Z: 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: 01HVJP2Y5TT6KH5EME5QDZH4D3

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-04-16T05:31:10.264Zjob assigned to worker 01HVJP31XVZ496NPTNM0Z13GFK (queued for 1 m 56 s)
 
22024-04-16T05:31:17.636Zstarting task 0: "setup"
32024-04-16T05:31:17.647Z++ uname -s
42024-04-16T05:31:17.647Z+ kern=SunOS
52024-04-16T05:31:17.647Z+ case "$kern" in
62024-04-16T05:31:17.647Z+ groupadd -g 12345 build
72024-04-16T05:31:17.647Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-04-16T05:31:19.381Z+ zfs create -o mountpoint=/work rpool/work
92024-04-16T05:31:19.476Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-04-16T05:31:19.484Z+ home_fs=zfs
112024-04-16T05:31:19.484Z+ [[ zfs == autofs ]]
122024-04-16T05:31:19.485Z+ mkdir -p /home/build
132024-04-16T05:31:19.485Z+ chown build:build /home/build /work
142024-04-16T05:31:21.481Z+ chmod 0700 /home/build /work
152024-04-16T05:31:21.484Zprocess exited: duration 4259 ms, exit code 0
 
162024-04-16T05:31:21.491Zstarting task 1: "rust-toolchain"
172024-04-16T05:31:21.499Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-04-16T05:31:21.502Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-04-16T05:31:21.797Zinfo: downloading installer
202024-04-16T05:31:23.908Zwarning: it looks like you have an existing installation of Rust at:
212024-04-16T05:31:23.908Zwarning: /opt/ooce/bin
222024-04-16T05:31:23.908Zwarning: It is recommended that rustup be the primary Rust installation.
232024-04-16T05:31:23.908Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-04-16T05:31:23.908Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-04-16T05:31:23.908Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-04-16T05:31:23.908Zwarning: or pass `-y' to ignore all ignorable checks.
272024-04-16T05:31:23.908Zerror: cannot install while Rust is installed
282024-04-16T05:31:23.908Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-04-16T05:31:24.214Zinfo: profile set to 'default'
302024-04-16T05:31:24.214Zinfo: default host triple is x86_64-unknown-illumos
312024-04-16T05:31:24.218Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-04-16T05:31:24.452Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-04-16T05:31:24.452Zinfo: downloading component 'cargo'
342024-04-16T05:31:25.876Zinfo: downloading component 'clippy'
352024-04-16T05:31:26.429Zinfo: downloading component 'rust-docs'
362024-04-16T05:31:27.794Zinfo: downloading component 'rust-std'
372024-04-16T05:31:29.725Zinfo: downloading component 'rustc'
382024-04-16T05:31:34.484Zinfo: downloading component 'rustfmt'
392024-04-16T05:31:34.832Zinfo: installing component 'cargo'
402024-04-16T05:31:35.633Zinfo: installing component 'clippy'
412024-04-16T05:31:35.996Zinfo: installing component 'rust-docs'
422024-04-16T05:31:37.417Zinfo: installing component 'rust-std'
432024-04-16T05:31:39.267Zinfo: installing component 'rustc'
442024-04-16T05:31:43.295Zinfo: installing component 'rustfmt'
452024-04-16T05:31:43.653Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-04-16T05:31:43.653Z
472024-04-16T05:31:43.931Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-04-16T05:31:43.931Z
492024-04-16T05:31:43.935Z
502024-04-16T05:31:43.935ZRust is installed now. Great!
512024-04-16T05:31:43.935Z
522024-04-16T05:31:43.935ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-04-16T05:31:43.935Zenvironment variable. This has not been done automatically.
542024-04-16T05:31:43.935Z
552024-04-16T05:31:43.935ZTo configure your current shell, you need to source
562024-04-16T05:31:43.935Zthe corresponding env file under $HOME/.cargo.
572024-04-16T05:31:43.935Z
582024-04-16T05:31:43.935ZThis is usually done by running one of the following (note the leading DOT):
592024-04-16T05:31:43.935Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-04-16T05:31:43.935Zsource "$HOME/.cargo/env.fish" # For fish
612024-04-16T05:31:44.057Z+ rustc --version
622024-04-16T05:31:44.121Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-04-16T05:31:44.124Zprocess exited: duration 22630 ms, exit code 0
 
642024-04-16T05:31:44.131Zstarting task 2: "authentication"
652024-04-16T05:31:44.153Zprocess exited: duration 21 ms, exit code 0
 
662024-04-16T05:31:44.160Zstarting task 3: "clone repository"
672024-04-16T05:31:44.165Z+ mkdir -p /work/oxidecomputer/omicron
682024-04-16T05:31:44.169Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-04-16T05:31:44.595ZCloning into '/work/oxidecomputer/omicron'...
702024-04-16T05:31:51.350Z+ cd /work/oxidecomputer/omicron
712024-04-16T05:31:51.350Z+ git fetch origin c6f713bb193c1f972d95caafb3aebd2b0195f918
722024-04-16T05:31:51.682ZFrom https://github.com/oxidecomputer/omicron
732024-04-16T05:31:51.682Z * branch c6f713bb193c1f972d95caafb3aebd2b0195f918 -> FETCH_HEAD
742024-04-16T05:31:51.692Z+ [[ -n '' ]]
752024-04-16T05:31:51.692Z+ git reset --hard c6f713bb193c1f972d95caafb3aebd2b0195f918
762024-04-16T05:31:51.819ZHEAD is now at c6f713bb1 chore(deps): update rust crate serde_json to 1.0.116
772024-04-16T05:31:51.822Zprocess exited: duration 7659 ms, exit code 0
 
782024-04-16T05:31:51.830Zstarting task 4: "build"
792024-04-16T05:31:51.835Z+ cargo --version
802024-04-16T05:31:51.839Zinfo: syncing channel updates for '1.77.2-x86_64-unknown-illumos'
812024-04-16T05:31:51.992Zinfo: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09)
822024-04-16T05:31:51.992Zinfo: downloading component 'cargo'
832024-04-16T05:31:52.847Zinfo: downloading component 'clippy'
842024-04-16T05:31:53.143Zinfo: downloading component 'rust-docs'
852024-04-16T05:31:54.260Zinfo: downloading component 'rust-std'
862024-04-16T05:31:56.002Zinfo: downloading component 'rustc'
872024-04-16T05:32:00.450Zinfo: downloading component 'rustfmt'
882024-04-16T05:32:00.761Zinfo: installing component 'cargo'
892024-04-16T05:32:01.603Zinfo: installing component 'clippy'
902024-04-16T05:32:01.941Zinfo: installing component 'rust-docs'
912024-04-16T05:32:03.471Zinfo: installing component 'rust-std'
922024-04-16T05:32:05.122Zinfo: installing component 'rustc'
932024-04-16T05:32:09.159Zinfo: installing component 'rustfmt'
942024-04-16T05:32:09.559Zcargo 1.77.2 (e52e36006 2024-03-26)
952024-04-16T05:32:09.562Z+ rustc --version
962024-04-16T05:32:09.656Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
972024-04-16T05:32:09.661Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
982024-04-16T05:32:21.968Z Startup: Refreshing catalog 'helios-dev' ... Done
992024-04-16T05:32:23.552Z Startup: Caching catalogs ... Done
1002024-04-16T05:32:25.783ZPlanning: Solver setup ... Done (1.813s)
1012024-04-16T05:32:25.817ZPlanning: Running solver ... Done (0.034s)
1022024-04-16T05:32:25.998ZPlanning: Finding local manifests ... Done (0.148s)
1032024-04-16T05:32:26.011ZPlanning: Fetching manifests: 0/4 0% complete
1042024-04-16T05:32:26.352ZPlanning: Fetching manifests: 4/4 100% complete
1052024-04-16T05:32:26.402ZPlanning: Package planning ... Done (0.050s)
1062024-04-16T05:32:26.453ZPlanning: Merging actions ... Done (0.050s)
1072024-04-16T05:32:26.904ZPlanning: Checking for conflicting actions ... Done (0.450s)
1082024-04-16T05:32:26.915ZPlanning: Consolidating action changes ... Done (0.011s)
1092024-04-16T05:32:33.988ZPlanning: Evaluating mediators ... Done (7.072s)
1102024-04-16T05:32:33.998ZPlanning: Planning completed in 10.39 seconds
1112024-04-16T05:32:34.014Z Packages to install: 4
1122024-04-16T05:32:34.014Z Mediators to change: 2
1132024-04-16T05:32:34.014Z Services to change: 1
1142024-04-16T05:32:34.021Z Estimated space available: 155.32 GB
1152024-04-16T05:32:34.021ZEstimated space to be consumed: 1.44 GB
1162024-04-16T05:32:34.021Z Create boot environment: No
1172024-04-16T05:32:34.021ZCreate backup boot environment: No
1182024-04-16T05:32:34.021Z Rebuild boot archive: No
1192024-04-16T05:32:34.021Z
1202024-04-16T05:32:34.021ZChanged mediators:
1212024-04-16T05:32:34.021Z mediator clang:
1222024-04-16T05:32:34.021Z version: None -> 15 (system default)
1232024-04-16T05:32:34.021Z
1242024-04-16T05:32:34.021Z mediator llvm:
1252024-04-16T05:32:34.021Z version: 14 (system default) -> 15 (system default)
1262024-04-16T05:32:34.021Z
1272024-04-16T05:32:34.021ZChanged packages:
1282024-04-16T05:32:34.021Zhelios-dev
1292024-04-16T05:32:34.021Z developer/build-essential
1302024-04-16T05:32:34.022Z None -> 11-2.0
1312024-04-16T05:32:34.022Z library/libxmlsec1
1322024-04-16T05:32:34.022Z None -> 1.2.35-2.0
1332024-04-16T05:32:34.022Z ooce/developer/clang-15
1342024-04-16T05:32:34.022Z None -> 15.0.7-2.0
1352024-04-16T05:32:34.022Z ooce/developer/llvm-15
1362024-04-16T05:32:34.022Z None -> 15.0.7-2.0
1372024-04-16T05:32:34.022Z
1382024-04-16T05:32:34.022ZServices:
1392024-04-16T05:32:34.022Z restart_fmri:
1402024-04-16T05:32:34.022Z svc:/system/update-man-index:default
1412024-04-16T05:32:34.118Z
1422024-04-16T05:32:34.118ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1432024-04-16T05:32:39.119ZDownload: 878/3290 items 18.7/212.6MB 8% complete (3.9M/s)
1442024-04-16T05:32:44.884ZDownload: 1198/3290 items 80.1/212.6MB 37% complete (8.3M/s)
1452024-04-16T05:32:49.886ZDownload: 1800/3290 items 117.8/212.6MB 55% complete (9.8M/s)
1462024-04-16T05:32:58.113ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (4.8M/s)
1472024-04-16T05:33:03.115ZDownload: 3169/3290 items 141.6/212.6MB 66% complete (2.2M/s)
1482024-04-16T05:33:05.980ZDownload: Completed 212.60 MB in 31.86 seconds (6.7M/s)
1492024-04-16T05:33:06.572Z Actions: 1/3689 actions (Installing new actions)
1502024-04-16T05:33:11.648Z Actions: 3616/3689 actions (Installing new actions)
1512024-04-16T05:33:11.655Z Actions: Completed 3689 actions in 5.08 seconds.
1522024-04-16T05:33:11.780Z Done (0.111s)
1532024-04-16T05:33:11.780Z Done (0.000s)
1542024-04-16T05:33:12.044Z Done (0.273s)
1552024-04-16T05:33:17.368Z Done (5.178s)
1562024-04-16T05:33:17.537Z Done (0.096s)
1572024-04-16T05:33:17.543Z Done (0.000s)
1582024-04-16T05:33:17.697Z Done (0.000s)
1592024-04-16T05:33:18.261ZPlanning: Evaluating mediator changes ... Done
1602024-04-16T05:33:18.428ZPlanning: Checking for conflicting actions ... Done
1612024-04-16T05:33:18.432ZPlanning: Consolidating action changes ... Done
1622024-04-16T05:33:18.706ZPlanning: Evaluating mediators ... Done
1632024-04-16T05:33:18.709ZPlanning: Planning completed in 0.45 seconds
1642024-04-16T05:33:18.740Z Mediators to change: 2
1652024-04-16T05:33:18.743Z Create boot environment: No
1662024-04-16T05:33:18.743ZCreate backup boot environment: No
1672024-04-16T05:33:18.837Z Done
1682024-04-16T05:33:18.837Z Done
1692024-04-16T05:33:18.996Z Done
1702024-04-16T05:33:22.803Z Done
1712024-04-16T05:33:22.887Z Done
1722024-04-16T05:33:22.891Z Done
1732024-04-16T05:33:22.995Z Done
1742024-04-16T05:33:23.659ZPlanning: Evaluating mediator changes ... Done
1752024-04-16T05:33:23.663ZPlanning: Merging actions ... Done
1762024-04-16T05:33:23.854ZPlanning: Checking for conflicting actions ... Done
1772024-04-16T05:33:23.859ZPlanning: Consolidating action changes ... Done
1782024-04-16T05:33:24.131ZPlanning: Evaluating mediators ... Done
1792024-04-16T05:33:24.189ZPlanning: Planning completed in 0.81 seconds
1802024-04-16T05:33:24.224Z Packages to change: 1
1812024-04-16T05:33:24.225Z Mediators to change: 1
1822024-04-16T05:33:24.225Z Services to change: 1
1832024-04-16T05:33:24.228Z Create boot environment: No
1842024-04-16T05:33:24.228ZCreate backup boot environment: Yes
1852024-04-16T05:33:26.204Z Actions: 1/6 actions (Updating modified actions)
1862024-04-16T05:33:26.208Z Actions: Completed 6 actions in 0.00 seconds.
1872024-04-16T05:33:26.208Z Done
1882024-04-16T05:33:26.208Z Done
1892024-04-16T05:33:26.264Z Done
1902024-04-16T05:33:30.031Z Done
1912024-04-16T05:33:30.138Z Done
1922024-04-16T05:33:30.164Z Done
1932024-04-16T05:33:30.236Z Done
1942024-04-16T05:33:30.680ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1952024-04-16T05:33:30.681Zclang system 15 system
1962024-04-16T05:33:30.681Zcsh system system illumos
1972024-04-16T05:33:30.681Zctags system system illumos
1982024-04-16T05:33:30.681Zgcc vendor 12 vendor
1992024-04-16T05:33:30.681Zgcc system 10 system
2002024-04-16T05:33:30.681Zgcc system 7 system
2012024-04-16T05:33:30.681Zgo system 1.20 system
2022024-04-16T05:33:30.681Zgo system 1.19 system
2032024-04-16T05:33:30.681Zllvm system 15 system
2042024-04-16T05:33:30.681Zllvm system 14 system
2052024-04-16T05:33:30.681Zmariadb system 10.6 system
2062024-04-16T05:33:30.681Zmta vendor vendor dma
2072024-04-16T05:33:30.681Zopenjdk system 17 system
2082024-04-16T05:33:30.681Zopenjdk system 11 system
2092024-04-16T05:33:30.681Zopenjdk system 1.8 system
2102024-04-16T05:33:30.681Zopenssl vendor 3 vendor
2112024-04-16T05:33:30.681Zperl system 5.36 system
2122024-04-16T05:33:30.681Zpostgresql system 15 system
2132024-04-16T05:33:30.681Zpostgresql system 13 system
2142024-04-16T05:33:30.681Zpython vendor 3 vendor
2152024-04-16T05:33:30.682Zpython system 2 system
2162024-04-16T05:33:30.682Zpython3 system 3.11 system
2172024-04-16T05:33:30.682Zruby system 3.0 system
2182024-04-16T05:33:30.682Zwords vendor vendor american-english
2192024-04-16T05:33:30.682Zwords system system australian-english
2202024-04-16T05:33:30.682Zwords system system british-english
2212024-04-16T05:33:30.682Zwords system system canadian-english
2222024-04-16T05:33:30.682Zwords system system french
2232024-04-16T05:33:30.682Zwords system system italian
2242024-04-16T05:33:30.682Zwords system system ngerman
2252024-04-16T05:33:30.682Zwords system system ogerman
2262024-04-16T05:33:30.682Zwords system system spanish
2272024-04-16T05:33:31.020ZPUBLISHER TYPE STATUS P LOCATION
2282024-04-16T05:33:31.020Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2292024-04-16T05:33:32.380ZFMRI IFO
2302024-04-16T05:33:32.380Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2312024-04-16T05:33:32.380Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2322024-04-16T05:33:32.380Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2332024-04-16T05:33:32.380Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2342024-04-16T05:33:32.380Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2352024-04-16T05:33:32.380Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2362024-04-16T05:33:32.380Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2372024-04-16T05:33:32.380Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2382024-04-16T05:33:32.380Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2392024-04-16T05:33:32.380Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2402024-04-16T05:33:32.380Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2412024-04-16T05:33:32.380Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2422024-04-16T05:33:32.642Z+ set -o errexit
2432024-04-16T05:33:32.646Z+++ dirname ./tools/ci_download_cockroachdb
2442024-04-16T05:33:32.646Z++ cd ./tools
2452024-04-16T05:33:32.646Z++ pwd
2462024-04-16T05:33:32.652Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2472024-04-16T05:33:32.653Z++ basename ./tools/ci_download_cockroachdb
2482024-04-16T05:33:32.653Z+ ARG0=ci_download_cockroachdb
2492024-04-16T05:33:32.657Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2502024-04-16T05:33:32.657Z+ CIDL_VERSION=v22.1.9
2512024-04-16T05:33:32.657Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2522024-04-16T05:33:32.657Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2532024-04-16T05:33:32.657Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2542024-04-16T05:33:32.657Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2552024-04-16T05:33:32.657Z+ TARGET_DIR=out
2562024-04-16T05:33:32.657Z+ DOWNLOAD_DIR=out/downloads
2572024-04-16T05:33:32.657Z+ DEST_DIR=./out/cockroachdb
2582024-04-16T05:33:32.657Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2592024-04-16T05:33:32.657Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2602024-04-16T05:33:32.657Z+ main
2612024-04-16T05:33:32.657Z+ [[ 0 != 0 ]]
2622024-04-16T05:33:32.657Z+ CIDL_OS=solaris2.11
2632024-04-16T05:33:32.657Z+ [[ 0 != 0 ]]
2642024-04-16T05:33:32.657Z+ configure_os solaris2.11
2652024-04-16T05:33:32.658Z+ echo 'current directory: /work/oxidecomputer/omicron'
2662024-04-16T05:33:32.658Zcurrent directory: /work/oxidecomputer/omicron
2672024-04-16T05:33:32.658Z+ echo 'configuring based on OS: "solaris2.11"'
2682024-04-16T05:33:32.658Z+ case "$1" in
2692024-04-16T05:33:32.658Z+ CIDL_BUILD=illumos
2702024-04-16T05:33:32.658Z+ CIDL_SUFFIX=tar.gz
2712024-04-16T05:33:32.658Zconfiguring based on OS: "solaris2.11"
2722024-04-16T05:33:32.658Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2732024-04-16T05:33:32.658Z+ CIDL_URL_BASE=https://illumos.org/downloads
2742024-04-16T05:33:32.658Z+ CIDL_ASSEMBLE=do_assemble_illumos
2752024-04-16T05:33:32.658Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2762024-04-16T05:33:32.658Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2772024-04-16T05:33:32.658Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2782024-04-16T05:33:32.658Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2792024-04-16T05:33:32.658Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2802024-04-16T05:33:32.658Z+ CIDL_SHA256FUNC=do_sha256sum
2812024-04-16T05:33:32.658Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2822024-04-16T05:33:32.658ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2832024-04-16T05:33:32.658Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2842024-04-16T05:33:32.658Z+ mkdir -p out/downloads
2852024-04-16T05:33:32.658ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2862024-04-16T05:33:32.658Z+ mkdir -p ./out/cockroachdb
2872024-04-16T05:33:32.658Z+ local DO_DOWNLOAD=true
2882024-04-16T05:33:32.658Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2892024-04-16T05:33:32.659Z+ '[' true == true ']'
2902024-04-16T05:33:32.659Z+ echo Downloading...
2912024-04-16T05:33:32.659ZDownloading...
2922024-04-16T05:33:32.659Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2932024-04-16T05:33:32.659Z+ 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
2942024-04-16T05:33:36.328Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2952024-04-16T05:33:36.332Z++ sha256sum
2962024-04-16T05:33:36.332Z++ awk '{print $1}'
2972024-04-16T05:33:36.426Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2982024-04-16T05:33:36.426Z+ [[ 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 ]]
2992024-04-16T05:33:36.430Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3002024-04-16T05:33:36.430Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3012024-04-16T05:33:38.594Z+ do_assemble_illumos
3022024-04-16T05:33:38.595Z+ rm -r ./out/cockroachdb
3032024-04-16T05:33:38.601Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3042024-04-16T05:33:39.024Z+ ./out/cockroachdb/bin/cockroach version
3052024-04-16T05:33:39.192ZBuild Tag: v22.1.9-dirty
3062024-04-16T05:33:39.192ZBuild Time: 2022/10/26 21:17:46
3072024-04-16T05:33:39.192ZDistribution: OSS
3082024-04-16T05:33:39.192ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3092024-04-16T05:33:39.192ZGo Version: go1.17.13
3102024-04-16T05:33:39.192ZC Compiler: gcc 10.3.0
3112024-04-16T05:33:39.192ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3122024-04-16T05:33:39.192ZBuild Type: release
3132024-04-16T05:33:39.210Z+ set -o errexit
3142024-04-16T05:33:39.213Z+++ dirname ./tools/ci_download_clickhouse
3152024-04-16T05:33:39.220Z++ cd ./tools
3162024-04-16T05:33:39.220Z++ pwd
3172024-04-16T05:33:39.220Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3182024-04-16T05:33:39.220Z++ basename ./tools/ci_download_clickhouse
3192024-04-16T05:33:39.220Z+ ARG0=ci_download_clickhouse
3202024-04-16T05:33:39.221Z+ TARGET_DIR=out
3212024-04-16T05:33:39.221Z+ DOWNLOAD_DIR=out/downloads
3222024-04-16T05:33:39.221Z+ DEST_DIR=./out/clickhouse
3232024-04-16T05:33:39.226Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3242024-04-16T05:33:39.226Z+ CIDL_VERSION=v23.8.7.24
3252024-04-16T05:33:39.226Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3262024-04-16T05:33:39.226Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3272024-04-16T05:33:39.226Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3282024-04-16T05:33:39.226Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3292024-04-16T05:33:39.226Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3302024-04-16T05:33:39.226Z+ main
3312024-04-16T05:33:39.226Z+ [[ 0 != 0 ]]
3322024-04-16T05:33:39.226Z+ CIDL_OS=solaris2.11
3332024-04-16T05:33:39.226Z+ [[ 0 != 0 ]]
3342024-04-16T05:33:39.226Z+ configure_os solaris2.11
3352024-04-16T05:33:39.226Z+ echo 'current directory: /work/oxidecomputer/omicron'
3362024-04-16T05:33:39.226Z+ echo 'configuring based on OS: "solaris2.11"'
3372024-04-16T05:33:39.226Zcurrent directory: /work/oxidecomputer/omicron
3382024-04-16T05:33:39.226Zconfiguring based on OS: "solaris2.11"
3392024-04-16T05:33:39.226Z+ CIDL_DASHREV=
3402024-04-16T05:33:39.226Z+ case "$1" in
3412024-04-16T05:33:39.226Z+ CIDL_PLATFORM=illumos
3422024-04-16T05:33:39.227Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3432024-04-16T05:33:39.227Z+ CIDL_MD5FUNC=do_md5sum
3442024-04-16T05:33:39.227Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3452024-04-16T05:33:39.227Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3462024-04-16T05:33:39.227Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3472024-04-16T05:33:39.227Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3482024-04-16T05:33:39.227Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3492024-04-16T05:33:39.227ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3502024-04-16T05:33:39.227Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3512024-04-16T05:33:39.227Z+ mkdir -p out/downloads
3522024-04-16T05:33:39.227ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3532024-04-16T05:33:39.227Z+ mkdir -p ./out/clickhouse
3542024-04-16T05:33:39.227Z+ local DO_DOWNLOAD=true
3552024-04-16T05:33:39.227Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3562024-04-16T05:33:39.227Z+ '[' true == true ']'
3572024-04-16T05:33:39.227Z+ echo Downloading...
3582024-04-16T05:33:39.227ZDownloading...
3592024-04-16T05:33:39.227Z+ 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
3602024-04-16T05:33:39.227Z+ 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
3612024-04-16T05:33:41.040Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3622024-04-16T05:33:41.055Z++ md5sum
3632024-04-16T05:33:41.055Z++ awk '{print $1}'
3642024-04-16T05:33:41.263Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3652024-04-16T05:33:41.263Z+ [[ 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 ]]
3662024-04-16T05:33:41.266Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3672024-04-16T05:33:41.266Z+ mkdir -p ./out/clickhouse
3682024-04-16T05:33:41.266Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3692024-04-16T05:33:45.114Z+ [[ solaris2.11 == darwin* ]]
3702024-04-16T05:33:45.115Z+ ./out/clickhouse/clickhouse server --version
3712024-04-16T05:33:45.323ZClickHouse server version 23.8.7.1.
3722024-04-16T05:33:45.341Z+ set -o errexit
3732024-04-16T05:33:45.345Z+++ dirname ./tools/ci_download_console
3742024-04-16T05:33:45.345Z++ cd ./tools
3752024-04-16T05:33:45.345Z++ pwd
3762024-04-16T05:33:45.350Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3772024-04-16T05:33:45.350Z++ basename ./tools/ci_download_console
3782024-04-16T05:33:45.350Z+ ARG0=ci_download_console
3792024-04-16T05:33:45.350Z+ TARGET_DIR=out
3802024-04-16T05:33:45.350Z+ DOWNLOAD_DIR=out/downloads
3812024-04-16T05:33:45.350Z+ DEST_DIR=./out/console-assets
3822024-04-16T05:33:45.350Z+ source /work/oxidecomputer/omicron/tools/console_version
3832024-04-16T05:33:45.350Z++ COMMIT=2ba444caf8d19830c41448847f0acf61d4a5d2b2
3842024-04-16T05:33:45.351Z++ SHA2=752ea88d5d3e2f92d32a8d91d3ad7f3a154086d177511a18401cb14a55eb1ea4
3852024-04-16T05:33:45.351Z+ URL=https://dl.oxide.computer/releases/console/2ba444caf8d19830c41448847f0acf61d4a5d2b2.tar.gz
3862024-04-16T05:33:45.351Z+ TARBALL_FILE=out/downloads/console.tar.gz
3872024-04-16T05:33:45.351Z+ main
3882024-04-16T05:33:45.351Z+ [[ 0 != 0 ]]
3892024-04-16T05:33:45.351Z+ echo 'URL: https://dl.oxide.computer/releases/console/2ba444caf8d19830c41448847f0acf61d4a5d2b2.tar.gz'
3902024-04-16T05:33:45.351ZURL: https://dl.oxide.computer/releases/console/2ba444caf8d19830c41448847f0acf61d4a5d2b2.tar.gz
3912024-04-16T05:33:45.351Z+ echo 'Local file: out/downloads/console.tar.gz'
3922024-04-16T05:33:45.351ZLocal file: out/downloads/console.tar.gz
3932024-04-16T05:33:45.351Z+ local DO_DOWNLOAD=true
3942024-04-16T05:33:45.351Z+ [[ -f out/downloads/console.tar.gz ]]
3952024-04-16T05:33:45.351Z+ mkdir -p out/downloads
3962024-04-16T05:33:45.362Z+ '[' true == true ']'
3972024-04-16T05:33:45.362Z+ echo Downloading...
3982024-04-16T05:33:45.363ZDownloading...
3992024-04-16T05:33:45.363Z+ do_download_curl https://dl.oxide.computer/releases/console/2ba444caf8d19830c41448847f0acf61d4a5d2b2.tar.gz out/downloads/console.tar.gz
4002024-04-16T05:33:45.363Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/2ba444caf8d19830c41448847f0acf61d4a5d2b2.tar.gz
4012024-04-16T05:33:46.076Z++ do_sha256sum out/downloads/console.tar.gz
4022024-04-16T05:33:46.080Z++ case "$OSTYPE" in
4032024-04-16T05:33:46.080Z++ SHA=sha256sum
4042024-04-16T05:33:46.080Z++ sha256sum
4052024-04-16T05:33:46.080Z++ awk '{print $1}'
4062024-04-16T05:33:46.087Z+ calculated_sha2=752ea88d5d3e2f92d32a8d91d3ad7f3a154086d177511a18401cb14a55eb1ea4
4072024-04-16T05:33:46.092Z+ [[ 752ea88d5d3e2f92d32a8d91d3ad7f3a154086d177511a18401cb14a55eb1ea4 != \7\5\2\e\a\8\8\d\5\d\3\e\2\f\9\2\d\3\2\a\8\d\9\1\d\3\a\d\7\f\3\a\1\5\4\0\8\6\d\1\7\7\5\1\1\a\1\8\4\0\1\c\b\1\4\a\5\5\e\b\1\e\a\4 ]]
4082024-04-16T05:33:46.092Z+ rm -rf ./out/console-assets
4092024-04-16T05:33:46.092Z+ mkdir -p ./out/console-assets
4102024-04-16T05:33:46.092Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4112024-04-16T05:33:46.092Z+ mkdir -p ./out/console-assets
4122024-04-16T05:33:46.092Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4132024-04-16T05:33:46.185Z+ set -o errexit
4142024-04-16T05:33:46.189Z+++ dirname ./tools/ci_download_maghemite_openapi
4152024-04-16T05:33:46.190Z++ cd ./tools
4162024-04-16T05:33:46.190Z++ pwd
4172024-04-16T05:33:46.190Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4182024-04-16T05:33:46.190Z++ basename ./tools/ci_download_maghemite_openapi
4192024-04-16T05:33:46.197Z+ ARG0=ci_download_maghemite_openapi
4202024-04-16T05:33:46.197Z+ TARGET_DIR=out
4212024-04-16T05:33:46.197Z+ DOWNLOAD_DIR=out/downloads
4222024-04-16T05:33:46.197Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4232024-04-16T05:33:46.197Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4242024-04-16T05:33:46.197Z++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4252024-04-16T05:33:46.197Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4262024-04-16T05:33:46.197Z+ LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4272024-04-16T05:33:46.197Z+ main
4282024-04-16T05:33:46.197Z+ rm -rf out/downloads/root
4292024-04-16T05:33:46.197Z+ [[ 0 != 0 ]]
4302024-04-16T05:33:46.197Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json'
4312024-04-16T05:33:46.197ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4322024-04-16T05:33:46.197Z+ echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4332024-04-16T05:33:46.197ZLocal file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4342024-04-16T05:33:46.198Z+ local DO_DOWNLOAD=true
4352024-04-16T05:33:46.198Z+ [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4362024-04-16T05:33:46.198Z+ mkdir -p out/downloads
4372024-04-16T05:33:46.208Z+ '[' true == true ']'
4382024-04-16T05:33:46.208Z+ echo Downloading...
4392024-04-16T05:33:46.208ZDownloading...
4402024-04-16T05:33:46.208Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4412024-04-16T05:33:46.209Z+ 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
4422024-04-16T05:33:46.451Z++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4432024-04-16T05:33:46.451Z++ case "$OSTYPE" in
4442024-04-16T05:33:46.457Z++ SHA=sha256sum
4452024-04-16T05:33:46.457Z++ sha256sum
4462024-04-16T05:33:46.458Z++ awk '{print $1}'
4472024-04-16T05:33:46.458Z+ calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4482024-04-16T05:33:46.458Z+ [[ 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 ]]
4492024-04-16T05:33:46.458Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4502024-04-16T05:33:46.458Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4512024-04-16T05:33:46.458Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4522024-04-16T05:33:46.459Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4532024-04-16T05:33:46.459Z+ LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4542024-04-16T05:33:46.459Z+ main
4552024-04-16T05:33:46.459Z+ rm -rf out/downloads/root
4562024-04-16T05:33:46.459Z+ [[ 0 != 0 ]]
4572024-04-16T05:33:46.459Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json'
4582024-04-16T05:33:46.460ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4592024-04-16T05:33:46.460Z+ echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4602024-04-16T05:33:46.460ZLocal file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4612024-04-16T05:33:46.460Z+ local DO_DOWNLOAD=true
4622024-04-16T05:33:46.460Z+ [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4632024-04-16T05:33:46.460Z+ mkdir -p out/downloads
4642024-04-16T05:33:46.461Z+ '[' true == true ']'
4652024-04-16T05:33:46.461Z+ echo Downloading...
4662024-04-16T05:33:46.461ZDownloading...
4672024-04-16T05:33:46.461Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4682024-04-16T05:33:46.461Z+ 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
4692024-04-16T05:33:46.599Z++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4702024-04-16T05:33:46.607Z++ case "$OSTYPE" in
4712024-04-16T05:33:46.607Z++ SHA=sha256sum
4722024-04-16T05:33:46.607Z++ sha256sum
4732024-04-16T05:33:46.607Z++ awk '{print $1}'
4742024-04-16T05:33:46.607Z+ calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4752024-04-16T05:33:46.607Z+ [[ 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 ]]
4762024-04-16T05:33:46.613Z+ set -o errexit
4772024-04-16T05:33:46.618Z+++ dirname ./tools/ci_download_dendrite_openapi
4782024-04-16T05:33:46.618Z++ cd ./tools
4792024-04-16T05:33:46.618Z++ pwd
4802024-04-16T05:33:46.618Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4812024-04-16T05:33:46.618Z++ basename ./tools/ci_download_dendrite_openapi
4822024-04-16T05:33:46.625Z+ ARG0=ci_download_dendrite_openapi
4832024-04-16T05:33:46.625Z+ TARGET_DIR=out
4842024-04-16T05:33:46.625Z+ DOWNLOAD_DIR=out/downloads
4852024-04-16T05:33:46.625Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4862024-04-16T05:33:46.626Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
4872024-04-16T05:33:46.626Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
4882024-04-16T05:33:46.626Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
4892024-04-16T05:33:46.626Z+ LOCAL_FILE=out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
4902024-04-16T05:33:46.626Z+ main
4912024-04-16T05:33:46.626Z+ [[ 0 != 0 ]]
4922024-04-16T05:33:46.626Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json'
4932024-04-16T05:33:46.626ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
4942024-04-16T05:33:46.626ZLocal file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
4952024-04-16T05:33:46.626Z+ echo 'Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json'
4962024-04-16T05:33:46.626Z+ local DO_DOWNLOAD=true
4972024-04-16T05:33:46.626Z+ [[ -f out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json ]]
4982024-04-16T05:33:46.626Z+ mkdir -p out/downloads
4992024-04-16T05:33:46.626Z+ '[' true == true ']'
5002024-04-16T05:33:46.626Z+ echo Downloading...
5012024-04-16T05:33:46.626ZDownloading...
5022024-04-16T05:33:46.626Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5032024-04-16T05:33:46.626Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5042024-04-16T05:33:46.736Z++ do_sha256sum out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5052024-04-16T05:33:46.736Z++ case "$OSTYPE" in
5062024-04-16T05:33:46.736Z++ SHA=sha256sum
5072024-04-16T05:33:46.740Z++ sha256sum
5082024-04-16T05:33:46.740Z++ awk '{print $1}'
5092024-04-16T05:33:46.744Z+ calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5102024-04-16T05:33:46.744Z+ [[ 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 ]]
5112024-04-16T05:33:46.751Z+ set -o errexit
5122024-04-16T05:33:46.754Z+++ dirname ./tools/ci_download_dendrite_stub
5132024-04-16T05:33:46.754Z++ cd ./tools
5142024-04-16T05:33:46.755Z++ pwd
5152024-04-16T05:33:46.755Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5162024-04-16T05:33:46.759Z++ basename ./tools/ci_download_dendrite_stub
5172024-04-16T05:33:46.759Z+ ARG0=ci_download_dendrite_stub
5182024-04-16T05:33:46.759Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5192024-04-16T05:33:46.759Z++ CIDL_SHA256_ILLUMOS=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5202024-04-16T05:33:46.759Z++ CIDL_SHA256_LINUX_DPD=cb84fb7b2ba9cedaee5a09d400c88315ef30f7826610c1acb1ad6f07fa672b0a
5212024-04-16T05:33:46.759Z++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b
5222024-04-16T05:33:46.759Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5232024-04-16T05:33:46.759Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
5242024-04-16T05:33:46.759Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5252024-04-16T05:33:46.759Z+ TARGET_DIR=out
5262024-04-16T05:33:46.760Z+ DOWNLOAD_DIR=out/downloads
5272024-04-16T05:33:46.760Z+ DEST_DIR=./out/dendrite-stub
5282024-04-16T05:33:46.760Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5292024-04-16T05:33:46.760Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5302024-04-16T05:33:46.760Z+ REPO=oxidecomputer/dendrite
5312024-04-16T05:33:46.760Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690
5322024-04-16T05:33:46.760Z+ main
5332024-04-16T05:33:46.760Z+ [[ 0 != 0 ]]
5342024-04-16T05:33:46.760Z+ CIDL_OS=solaris2.11
5352024-04-16T05:33:46.760Z+ [[ 0 != 0 ]]
5362024-04-16T05:33:46.760Z+ configure_os solaris2.11
5372024-04-16T05:33:46.760Z+ echo 'current directory: /work/oxidecomputer/omicron'
5382024-04-16T05:33:46.760Zcurrent directory: /work/oxidecomputer/omicron
5392024-04-16T05:33:46.760Z+ echo 'configuring based on OS: "solaris2.11"'
5402024-04-16T05:33:46.760Z+ case "$1" in
5412024-04-16T05:33:46.760Zconfiguring based on OS: "solaris2.11"
5422024-04-16T05:33:46.760Z+ SET_BINARIES=
5432024-04-16T05:33:46.760Z+ CIDL_SHA256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5442024-04-16T05:33:46.760Z+ CIDL_SHA256FUNC=do_sha256sum
5452024-04-16T05:33:46.760Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5462024-04-16T05:33:46.760Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5472024-04-16T05:33:46.760Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5482024-04-16T05:33:46.760Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz'
5492024-04-16T05:33:46.761ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5502024-04-16T05:33:46.761Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5512024-04-16T05:33:46.761Z+ mkdir -p out/downloads
5522024-04-16T05:33:46.761ZLocal file: out/downloads/dendrite-stub.tar.gz
5532024-04-16T05:33:46.761Z+ mkdir -p ./out/dendrite-stub
5542024-04-16T05:33:46.771Z+ fetch_and_verify
5552024-04-16T05:33:46.771Z+ local DO_DOWNLOAD=true
5562024-04-16T05:33:46.771Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5572024-04-16T05:33:46.771Z+ '[' true == true ']'
5582024-04-16T05:33:46.771Z+ echo Downloading...
5592024-04-16T05:33:46.771ZDownloading...
5602024-04-16T05:33:46.771Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5612024-04-16T05:33:46.771Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5622024-04-16T05:33:52.067Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5632024-04-16T05:33:52.083Z++ sha256sum
5642024-04-16T05:33:52.083Z++ awk '{print $1}'
5652024-04-16T05:33:52.091Z+ calculated_sha256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5662024-04-16T05:33:52.091Z+ [[ fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 != \f\d\a\1\8\4\2\b\c\4\c\4\5\a\f\9\8\7\7\1\f\a\8\c\f\b\8\c\5\c\c\5\4\c\a\0\7\5\9\c\7\5\4\d\7\e\5\f\4\1\5\0\4\3\9\0\f\6\5\e\4\3\f\3 ]]
5672024-04-16T05:33:52.091Z+ do_untar out/downloads/dendrite-stub.tar.gz
5682024-04-16T05:33:52.091Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5692024-04-16T05:33:52.788Z+ do_assemble
5702024-04-16T05:33:52.788Z+ rm -r ./out/dendrite-stub
5712024-04-16T05:33:52.888Z+ mkdir ./out/dendrite-stub
5722024-04-16T05:33:52.889Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5732024-04-16T05:33:52.889Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5742024-04-16T05:33:52.889Z+ set -o errexit
5752024-04-16T05:33:52.889Z+++ dirname ./tools/ci_download_maghemite_mgd
5762024-04-16T05:33:52.889Z++ cd ./tools
5772024-04-16T05:33:52.889Z++ pwd
5782024-04-16T05:33:52.889Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5792024-04-16T05:33:52.889Z++ basename ./tools/ci_download_maghemite_mgd
5802024-04-16T05:33:52.889Z+ ARG0=ci_download_maghemite_mgd
5812024-04-16T05:33:52.889Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5822024-04-16T05:33:52.889Z++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
5832024-04-16T05:33:52.889Z++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d
5842024-04-16T05:33:52.890Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5852024-04-16T05:33:52.890Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
5862024-04-16T05:33:52.890Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5872024-04-16T05:33:52.890Z+ TARGET_DIR=out
5882024-04-16T05:33:52.890Z+ DOWNLOAD_DIR=out/downloads
5892024-04-16T05:33:52.890Z+ DEST_DIR=./out/mgd
5902024-04-16T05:33:52.890Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5912024-04-16T05:33:52.890Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5922024-04-16T05:33:52.890Z+ REPO=oxidecomputer/maghemite
5932024-04-16T05:33:52.890Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a
5942024-04-16T05:33:52.890Z+ main
5952024-04-16T05:33:52.891Z+ rm -rf out/downloads/root
5962024-04-16T05:33:52.891Z+ [[ 0 != 0 ]]
5972024-04-16T05:33:52.891Z+ CIDL_OS=solaris2.11
5982024-04-16T05:33:52.891Z+ [[ 0 != 0 ]]
5992024-04-16T05:33:52.891Z+ configure_os solaris2.11
6002024-04-16T05:33:52.891Z+ echo 'current directory: /work/oxidecomputer/omicron'
6012024-04-16T05:33:52.891Zcurrent directory: /work/oxidecomputer/omicron
6022024-04-16T05:33:52.891Z+ echo 'configuring based on OS: "solaris2.11"'
6032024-04-16T05:33:52.891Z+ case "$1" in
6042024-04-16T05:33:52.891Zconfiguring based on OS: "solaris2.11"
6052024-04-16T05:33:52.891Z+ SET_BINARIES=
6062024-04-16T05:33:52.891Z+ CIDL_SHA256FUNC=do_sha256sum
6072024-04-16T05:33:52.891Z+ TARBALL_FILENAME=mgd.tar.gz
6082024-04-16T05:33:52.892Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6092024-04-16T05:33:52.892Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6102024-04-16T05:33:52.892Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz'
6112024-04-16T05:33:52.892ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6122024-04-16T05:33:52.892Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6132024-04-16T05:33:52.892ZLocal file: out/downloads/mgd.tar.gz
6142024-04-16T05:33:52.892Z+ mkdir -p out/downloads
6152024-04-16T05:33:52.903Z+ mkdir -p ./out/mgd
6162024-04-16T05:33:52.903Z+ fetch_and_verify
6172024-04-16T05:33:52.904Z+ local DO_DOWNLOAD=true
6182024-04-16T05:33:52.904Z+ [[ -f out/downloads/mgd.tar.gz ]]
6192024-04-16T05:33:52.904Z+ '[' true == true ']'
6202024-04-16T05:33:52.904Z+ echo Downloading...
6212024-04-16T05:33:52.904ZDownloading...
6222024-04-16T05:33:52.904Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz
6232024-04-16T05:33:52.904Z+ 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
6242024-04-16T05:34:00.311Z++ do_sha256sum out/downloads/mgd.tar.gz
6252024-04-16T05:34:00.315Z++ sha256sum
6262024-04-16T05:34:00.315Z++ awk '{print $1}'
6272024-04-16T05:34:00.337Z+ calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6282024-04-16T05:34:00.337Z+ [[ 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 ]]
6292024-04-16T05:34:00.341Z+ do_untar out/downloads/mgd.tar.gz
6302024-04-16T05:34:00.341Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6312024-04-16T05:34:00.936Z+ do_assemble
6322024-04-16T05:34:00.936Z+ rm -r ./out/mgd
6332024-04-16T05:34:00.943Z+ mkdir ./out/mgd
6342024-04-16T05:34:00.944Z+ cp -r out/downloads/root ./out/mgd/root
6352024-04-16T05:34:01.036Z+ set -o errexit
6362024-04-16T05:34:01.045Z+++ dirname ./tools/ci_download_transceiver_control
6372024-04-16T05:34:01.045Z++ cd ./tools
6382024-04-16T05:34:01.045Z++ pwd
6392024-04-16T05:34:01.045Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6402024-04-16T05:34:01.045Z++ basename ./tools/ci_download_transceiver_control
6412024-04-16T05:34:01.045Z+ ARG0=ci_download_transceiver_control
6422024-04-16T05:34:01.045Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6432024-04-16T05:34:01.045Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6442024-04-16T05:34:01.045Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6452024-04-16T05:34:01.045Z+ TARGET_DIR=out
6462024-04-16T05:34:01.045Z+ DOWNLOAD_DIR=out/downloads
6472024-04-16T05:34:01.045Z+ DEST_DIR=./out/transceiver-control
6482024-04-16T05:34:01.045Z+ BIN_DIR=/opt/oxide/bin
6492024-04-16T05:34:01.045Z+ BINARY=xcvradm
6502024-04-16T05:34:01.045Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6512024-04-16T05:34:01.045Z+ REPO=oxidecomputer/transceiver-control
6522024-04-16T05:34:01.045Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6532024-04-16T05:34:01.046Z+ main
6542024-04-16T05:34:01.046Z+ [[ 0 != 0 ]]
6552024-04-16T05:34:01.046Z+ CIDL_OS=solaris2.11
6562024-04-16T05:34:01.046Z+ [[ 0 != 0 ]]
6572024-04-16T05:34:01.046Z+ configure_os solaris2.11
6582024-04-16T05:34:01.046Z+ echo 'current directory: /work/oxidecomputer/omicron'
6592024-04-16T05:34:01.046Z+ echo 'configuring based on OS: "solaris2.11"'
6602024-04-16T05:34:01.046Zcurrent directory: /work/oxidecomputer/omicron
6612024-04-16T05:34:01.046Zconfiguring based on OS: "solaris2.11"
6622024-04-16T05:34:01.046Z+ case "$1" in
6632024-04-16T05:34:01.046Z+ SET_BINARIES=
6642024-04-16T05:34:01.046Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6652024-04-16T05:34:01.046Z+ CIDL_SHA256FUNC=do_sha256sum
6662024-04-16T05:34:01.046Z+ ARCHIVE_FILENAME=xcvradm.gz
6672024-04-16T05:34:01.046Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6682024-04-16T05:34:01.046Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6692024-04-16T05:34:01.046Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6702024-04-16T05:34:01.046Z+ echo 'Local file: out/downloads/xcvradm.gz'
6712024-04-16T05:34:01.046ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6722024-04-16T05:34:01.046ZLocal file: out/downloads/xcvradm.gz
6732024-04-16T05:34:01.046Z+ mkdir -p out/downloads
6742024-04-16T05:34:01.046Z+ mkdir -p ./out/transceiver-control
6752024-04-16T05:34:01.046Z+ fetch_and_verify
6762024-04-16T05:34:01.046Z+ local DO_DOWNLOAD=true
6772024-04-16T05:34:01.047Z+ [[ -f out/downloads/xcvradm.gz ]]
6782024-04-16T05:34:01.047Z+ '[' true == true ']'
6792024-04-16T05:34:01.047Z+ echo Downloading...
6802024-04-16T05:34:01.047ZDownloading...
6812024-04-16T05:34:01.047Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6822024-04-16T05:34:01.047Z+ 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
6832024-04-16T05:34:03.465Z++ do_sha256sum out/downloads/xcvradm.gz
6842024-04-16T05:34:03.469Z++ sha256sum
6852024-04-16T05:34:03.469Z++ awk '{print $1}'
6862024-04-16T05:34:03.474Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6872024-04-16T05:34:03.478Z+ [[ 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 ]]
6882024-04-16T05:34:03.478Z+ do_unpack out/downloads/xcvradm.gz
6892024-04-16T05:34:03.478Z+ mkdir -p out/downloads/root//opt/oxide/bin
6902024-04-16T05:34:03.478Z+ gzip -dc out/downloads/xcvradm.gz
6912024-04-16T05:34:03.597Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6922024-04-16T05:34:03.601Z+ do_assemble
6932024-04-16T05:34:03.601Z+ rm -r ./out/transceiver-control
6942024-04-16T05:34:03.604Z+ mkdir ./out/transceiver-control
6952024-04-16T05:34:03.605Z+ cp -r out/downloads/root ./out/transceiver-control/root
6962024-04-16T05:34:03.710Z+ set -o errexit
6972024-04-16T05:34:03.717Z+++ dirname ./tools/ci_download_thundermuffin
6982024-04-16T05:34:03.717Z++ cd ./tools
6992024-04-16T05:34:03.717Z++ pwd
7002024-04-16T05:34:03.717Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
7012024-04-16T05:34:03.723Z++ basename ./tools/ci_download_thundermuffin
7022024-04-16T05:34:03.723Z+ ARG0=ci_download_thundermuffin
7032024-04-16T05:34:03.723Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
7042024-04-16T05:34:03.723Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7052024-04-16T05:34:03.724Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
7062024-04-16T05:34:03.724Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
7072024-04-16T05:34:03.724Z+ TARGET_DIR=out
7082024-04-16T05:34:03.724Z+ DOWNLOAD_DIR=out/downloads
7092024-04-16T05:34:03.724Z+ DEST_DIR=./out/thundermuffin
7102024-04-16T05:34:03.724Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
7112024-04-16T05:34:03.724Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
7122024-04-16T05:34:03.724Z+ REPO=oxidecomputer/thundermuffin
7132024-04-16T05:34:03.724Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
7142024-04-16T05:34:03.724Z+ main
7152024-04-16T05:34:03.724Z+ rm -rf out/downloads/root
7162024-04-16T05:34:03.728Z+ [[ 0 != 0 ]]
7172024-04-16T05:34:03.728Z+ CIDL_OS=solaris2.11
7182024-04-16T05:34:03.728Z+ [[ 0 != 0 ]]
7192024-04-16T05:34:03.728Z+ configure_os solaris2.11
7202024-04-16T05:34:03.728Z+ echo 'current directory: /work/oxidecomputer/omicron'
7212024-04-16T05:34:03.728Zcurrent directory: /work/oxidecomputer/omicron
7222024-04-16T05:34:03.728Z+ echo 'configuring based on OS: "solaris2.11"'
7232024-04-16T05:34:03.728Zconfiguring based on OS: "solaris2.11"
7242024-04-16T05:34:03.728Z+ case "$1" in
7252024-04-16T05:34:03.728Z+ SET_BINARIES=
7262024-04-16T05:34:03.728Z+ CIDL_SHA256FUNC=do_sha256sum
7272024-04-16T05:34:03.728Z+ TARBALL_FILENAME=thundermuffin.tar.gz
7282024-04-16T05:34:03.728Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7292024-04-16T05:34:03.728Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
7302024-04-16T05:34:03.728ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7312024-04-16T05:34:03.728ZLocal file: out/downloads/thundermuffin.tar.gz
7322024-04-16T05:34:03.728Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
7332024-04-16T05:34:03.728Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
7342024-04-16T05:34:03.728Z+ mkdir -p out/downloads
7352024-04-16T05:34:03.732Z+ mkdir -p ./out/thundermuffin
7362024-04-16T05:34:03.736Z+ fetch_and_verify
7372024-04-16T05:34:03.736Z+ local DO_DOWNLOAD=true
7382024-04-16T05:34:03.736Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
7392024-04-16T05:34:03.736Z+ '[' true == true ']'
7402024-04-16T05:34:03.736Z+ echo Downloading...
7412024-04-16T05:34:03.736ZDownloading...
7422024-04-16T05:34:03.736Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
7432024-04-16T05:34:03.737Z+ 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
7442024-04-16T05:34:05.262Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7452024-04-16T05:34:05.266Z++ sha256sum
7462024-04-16T05:34:05.267Z++ awk '{print $1}'
7472024-04-16T05:34:05.267Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7482024-04-16T05:34:05.267Z+ [[ 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 ]]
7492024-04-16T05:34:05.267Z+ do_untar out/downloads/thundermuffin.tar.gz
7502024-04-16T05:34:05.267Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7512024-04-16T05:34:05.328Z+ do_assemble
7522024-04-16T05:34:05.328Z+ rm -r ./out/thundermuffin
7532024-04-16T05:34:05.332Z+ mkdir ./out/thundermuffin
7542024-04-16T05:34:05.332Z+ cp -r out/downloads/root ./out/thundermuffin/root
7552024-04-16T05:34:05.344ZAll prerequisites installed successfully
7562024-04-16T05:34:05.378Z
7572024-04-16T05:34:05.378Zreal 1:55.564157280
7582024-04-16T05:34:05.378Zuser 39.072249649
7592024-04-16T05:34:05.379Zsys 7.130725215
7602024-04-16T05:34:05.379Ztrap 0.008974447
7612024-04-16T05:34:05.379Ztflt 0.138395088
7622024-04-16T05:34:05.379Zdflt 0.451499047
7632024-04-16T05:34:05.379Zkflt 0.117783336
7642024-04-16T05:34:05.379Zlock 1.083289493
7652024-04-16T05:34:05.379Zslp 3:43.893359928
7662024-04-16T05:34:05.379Zlat 2.062496943
7672024-04-16T05:34:05.379Zstop 0.135130454
7682024-04-16T05:34:05.379Z+ banner end-to-end-tests
7692024-04-16T05:34:05.379Z
7702024-04-16T05:34:05.379Z ###### # # ##### ##### #### ###### # # #####
7712024-04-16T05:34:05.379Z # ## # # # # # # # ## # # #
7722024-04-16T05:34:05.379Z ##### # # # # # ##### # # # ##### ##### # # # # #
7732024-04-16T05:34:05.379Z # # # # # # # # # # # # # # #
7742024-04-16T05:34:05.379Z # # ## # # # # # # # ## # #
7752024-04-16T05:34:05.380Z ###### # # ##### # #### ###### # # #####
7762024-04-16T05:34:05.380Z
7772024-04-16T05:34:05.380Z+ export CARGO_PROFILE_DEV_DEBUG=1
7782024-04-16T05:34:05.380Z+ CARGO_PROFILE_DEV_DEBUG=1
7792024-04-16T05:34:05.380Z+ export CARGO_PROFILE_TEST_DEBUG=1
7802024-04-16T05:34:05.380Z+ CARGO_PROFILE_TEST_DEBUG=1
7812024-04-16T05:34:05.380Z+ export CARGO_INCREMENTAL=0
7822024-04-16T05:34:05.380Z+ CARGO_INCREMENTAL=0
7832024-04-16T05:34:05.380Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7842024-04-16T05:34:05.561Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7852024-04-16T05:34:05.875Z Updating git repository `https://github.com/oxidecomputer/zone`
7862024-04-16T05:34:06.149Z Updating crates.io index
7872024-04-16T05:34:06.154Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7882024-04-16T05:34:06.963Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7892024-04-16T05:34:07.982Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7902024-04-16T05:34:10.030Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7912024-04-16T05:34:10.624Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7922024-04-16T05:34:10.914Z Updating git repository `https://github.com/oxidecomputer/propolis`
7932024-04-16T05:34:11.820Z Updating git repository `https://github.com/oxidecomputer/crucible`
7942024-04-16T05:34:13.483Z Updating git repository `https://github.com/oxidecomputer/opte`
7952024-04-16T05:34:14.555Z Updating git repository `https://github.com/oxidecomputer/falcon`
7962024-04-16T05:34:15.211Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7972024-04-16T05:34:15.517Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7982024-04-16T05:34:16.091Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7992024-04-16T05:34:16.442Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
8002024-04-16T05:34:16.719Z Updating git repository `http://github.com/oxidecomputer/sprockets`
8012024-04-16T05:34:17.126Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
8022024-04-16T05:34:17.482Z Updating git repository `http://github.com/oxidecomputer/tofino`
8032024-04-16T05:34:17.825Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8042024-04-16T05:34:18.067Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
8052024-04-16T05:34:18.322Z Updating git repository `https://github.com/oxidecomputer/libnvme`
8062024-04-16T05:34:18.656Z Updating git repository `https://github.com/oxidecomputer/ispf`
8072024-04-16T05:34:19.033Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8082024-04-16T05:34:19.316Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8092024-04-16T05:34:19.886Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
8102024-04-16T05:34:20.225Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
8112024-04-16T05:34:20.539Z Updating git repository `https://github.com/jgallagher/nix`
8122024-04-16T05:34:21.570Z Updating git repository `https://github.com/cbiffle/hubpack`
8132024-04-16T05:34:21.930Z Updating git repository `https://github.com/oxidecomputer/typify`
8142024-04-16T05:34:23.727Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8152024-04-16T05:34:24.087Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8162024-04-16T05:34:24.360Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8172024-04-16T05:34:24.803Z Updating git repository `https://github.com/oxidecomputer/rfb`
8182024-04-16T05:34:25.967Z Downloading crates ...
8192024-04-16T05:34:26.082Z Downloaded aead v0.5.2
8202024-04-16T05:34:26.086Z Downloaded adler v1.0.2
8212024-04-16T05:34:26.090Z Downloaded anstyle v1.0.6
8222024-04-16T05:34:26.108Z Downloaded ahash v0.8.8
8232024-04-16T05:34:26.111Z Downloaded aho-corasick v1.1.2
8242024-04-16T05:34:26.117Z Downloaded addr2line v0.21.0
8252024-04-16T05:34:26.122Z Downloaded ansi_term v0.12.1
8262024-04-16T05:34:26.126Z Downloaded anstyle-query v1.0.0
8272024-04-16T05:34:26.126Z Downloaded aes-gcm v0.10.3
8282024-04-16T05:34:26.126Z Downloaded async-stream v0.3.5
8292024-04-16T05:34:26.131Z Downloaded anstream v0.6.11
8302024-04-16T05:34:26.138Z Downloaded arrayref v0.3.7
8312024-04-16T05:34:26.138Z Downloaded arc-swap v1.6.0
8322024-04-16T05:34:26.143Z Downloaded arrayvec v0.7.4
8332024-04-16T05:34:26.143Z Downloaded ascii v1.1.0
8342024-04-16T05:34:26.143Z Downloaded argon2 v0.5.3
8352024-04-16T05:34:26.147Z Downloaded lazy_static v1.4.0
8362024-04-16T05:34:26.147Z Downloaded defmt-parser v0.3.3
8372024-04-16T05:34:26.147Z Downloaded crossbeam-deque v0.8.3
8382024-04-16T05:34:26.150Z Downloaded anyhow v1.0.82
8392024-04-16T05:34:26.154Z Downloaded log v0.4.21
8402024-04-16T05:34:26.158Z Downloaded block-buffer v0.10.4
8412024-04-16T05:34:26.158Z Downloaded crossbeam-utils v0.8.19
8422024-04-16T05:34:26.162Z Downloaded crucible-workspace-hack v0.1.0
8432024-04-16T05:34:26.166Z Downloaded kstat-rs v0.2.3
8442024-04-16T05:34:26.166Z Downloaded colorchoice v1.0.0
8452024-04-16T05:34:26.166Z Downloaded match_cfg v0.1.0
8462024-04-16T05:34:26.169Z Downloaded macaddr v1.0.1
8472024-04-16T05:34:26.169Z Downloaded atty v0.2.14
8482024-04-16T05:34:26.170Z Downloaded ciborium-io v0.2.2
8492024-04-16T05:34:26.173Z Downloaded async-stream-impl v0.3.5
8502024-04-16T05:34:26.173Z Downloaded bytes v1.6.0
8512024-04-16T05:34:26.177Z Downloaded lru-cache v0.1.2
8522024-04-16T05:34:26.177Z Downloaded bitstruct_derive v0.1.0
8532024-04-16T05:34:26.188Z Downloaded linked-hash-map v0.5.6
8542024-04-16T05:34:26.188Z Downloaded linear-map v1.2.0
8552024-04-16T05:34:26.188Z Downloaded darling_macro v0.20.8
8562024-04-16T05:34:26.192Z Downloaded num-iter v0.1.44
8572024-04-16T05:34:26.192Z Downloaded nanorand v0.7.0
8582024-04-16T05:34:26.192Z Downloaded memmap v0.7.0
8592024-04-16T05:34:26.192Z Downloaded itertools v0.10.5
8602024-04-16T05:34:26.196Z Downloaded swrite v0.1.0
8612024-04-16T05:34:26.196Z Downloaded phf_shared v0.10.0
8622024-04-16T05:34:26.200Z Downloaded openssl-probe v0.1.5
8632024-04-16T05:34:26.201Z Downloaded pbkdf2 v0.12.2
8642024-04-16T05:34:26.201Z Downloaded num-integer v0.1.46
8652024-04-16T05:34:26.204Z Downloaded cfg-if v1.0.0
8662024-04-16T05:34:26.204Z Downloaded atomic-waker v1.1.1
8672024-04-16T05:34:26.204Z Downloaded parse-display-derive v0.9.0
8682024-04-16T05:34:26.210Z Downloaded cpufeatures v0.2.12
8692024-04-16T05:34:26.210Z Downloaded ciborium-ll v0.2.2
8702024-04-16T05:34:26.210Z Downloaded bit-vec v0.6.3
8712024-04-16T05:34:26.214Z Downloaded bytecount v0.6.3
8722024-04-16T05:34:26.214Z Downloaded pem v3.0.4
8732024-04-16T05:34:26.218Z Downloaded once_cell v1.19.0
8742024-04-16T05:34:26.218Z Downloaded chacha20 v0.9.1
8752024-04-16T05:34:26.222Z Downloaded ctr v0.9.2
8762024-04-16T05:34:26.222Z Downloaded portpicker v0.1.1
8772024-04-16T05:34:26.226Z Downloaded cipher v0.4.4
8782024-04-16T05:34:26.226Z Downloaded new_debug_unreachable v1.0.4
8792024-04-16T05:34:26.227Z Downloaded bit-set v0.5.3
8802024-04-16T05:34:26.231Z Downloaded colored v2.1.0
8812024-04-16T05:34:26.231Z Downloaded crypto-common v0.1.6
8822024-04-16T05:34:26.231Z Downloaded cookie_store v0.20.0
8832024-04-16T05:34:26.235Z Downloaded peg-runtime v0.8.2
8842024-04-16T05:34:26.235Z Downloaded opaque-debug v0.3.0
8852024-04-16T05:34:26.235Z Downloaded newline-converter v0.3.0
8862024-04-16T05:34:26.239Z Downloaded data-encoding v2.4.0
8872024-04-16T05:34:26.239Z Downloaded defmt-macros v0.3.6
8882024-04-16T05:34:26.246Z Downloaded structmeta v0.3.0
8892024-04-16T05:34:26.247Z Downloaded strsim v0.11.0
8902024-04-16T05:34:26.250Z Downloaded openssl-macros v0.1.1
8912024-04-16T05:34:26.250Z Downloaded hyper-staticfile v0.9.5
8922024-04-16T05:34:26.250Z Downloaded debug-ignore v1.0.5
8932024-04-16T05:34:26.250Z Downloaded endian-type v0.1.2
8942024-04-16T05:34:26.250Z Downloaded slog-stdlog v4.1.1
8952024-04-16T05:34:26.256Z Downloaded password-hash v0.4.2
8962024-04-16T05:34:26.256Z Downloaded phf_shared v0.11.2
8972024-04-16T05:34:26.260Z Downloaded textwrap v0.11.0
8982024-04-16T05:34:26.260Z Downloaded terminal_size v0.3.0
8992024-04-16T05:34:26.260Z Downloaded termcolor v1.2.0
9002024-04-16T05:34:26.264Z Downloaded tabled_derive v0.7.0
9012024-04-16T05:34:26.264Z Downloaded cancel-safe-futures v0.1.5
9022024-04-16T05:34:26.268Z Downloaded phf v0.11.2
9032024-04-16T05:34:26.268Z Downloaded darling v0.20.8
9042024-04-16T05:34:26.272Z Downloaded plain v0.2.3
9052024-04-16T05:34:26.276Z Downloaded backoff v0.4.0
9062024-04-16T05:34:26.276Z Downloaded managed v0.8.0
9072024-04-16T05:34:26.307Z Downloaded block-padding v0.3.3
9082024-04-16T05:34:26.307Z Downloaded cookie v0.17.0
9092024-04-16T05:34:26.307Z Downloaded ciborium v0.2.2
9102024-04-16T05:34:26.307Z Downloaded num-complex v0.4.5
9112024-04-16T05:34:26.307Z Downloaded console v0.15.8
9122024-04-16T05:34:26.307Z Downloaded untrusted v0.9.0
9132024-04-16T05:34:26.307Z Downloaded unicode-width v0.1.11
9142024-04-16T05:34:26.307Z Downloaded pkg-config v0.3.27
9152024-04-16T05:34:26.308Z Downloaded defmt v0.3.5
9162024-04-16T05:34:26.311Z Downloaded polyval v0.6.1
9172024-04-16T05:34:26.311Z Downloaded ecdsa v0.16.9
9182024-04-16T05:34:26.312Z Downloaded num_enum v0.5.11
9192024-04-16T05:34:26.312Z Downloaded usdt-macro v0.5.0
9202024-04-16T05:34:26.312Z Downloaded crossbeam-epoch v0.9.18
9212024-04-16T05:34:26.312Z Downloaded group v0.13.0
9222024-04-16T05:34:26.316Z Downloaded is-terminal v0.4.9
9232024-04-16T05:34:26.316Z Downloaded tokio-tungstenite v0.21.0
9242024-04-16T05:34:26.320Z Downloaded base64ct v1.6.0
9252024-04-16T05:34:26.324Z Downloaded const-oid v0.9.6
9262024-04-16T05:34:26.324Z Downloaded pin-utils v0.1.0
9272024-04-16T05:34:26.335Z Downloaded newtype-uuid v1.1.0
9282024-04-16T05:34:26.335Z Downloaded bitflags v2.4.2
9292024-04-16T05:34:26.340Z Downloaded glob v0.3.1
9302024-04-16T05:34:26.340Z Downloaded crypto-bigint v0.5.2
9312024-04-16T05:34:26.340Z Downloaded fxhash v0.2.1
9322024-04-16T05:34:26.340Z Downloaded foreign-types v0.3.2
9332024-04-16T05:34:26.344Z Downloaded pkcs8 v0.10.2
9342024-04-16T05:34:26.344Z Downloaded semver v0.1.20
9352024-04-16T05:34:26.347Z Downloaded rustversion v1.0.14
9362024-04-16T05:34:26.347Z Downloaded rustc_version v0.4.0
9372024-04-16T05:34:26.351Z Downloaded rustc_version v0.1.7
9382024-04-16T05:34:26.351Z Downloaded errno v0.3.8
9392024-04-16T05:34:26.355Z Downloaded pin-project-lite v0.2.13
9402024-04-16T05:34:26.359Z Downloaded spin v0.5.2
9412024-04-16T05:34:26.359Z Downloaded slog-dtrace v0.3.0
9422024-04-16T05:34:26.363Z Downloaded utf8parse v0.2.1
9432024-04-16T05:34:26.363Z Downloaded hubpack v0.1.2
9442024-04-16T05:34:26.367Z Downloaded platforms v3.0.2
9452024-04-16T05:34:26.367Z Downloaded password-hash v0.5.0
9462024-04-16T05:34:26.370Z Downloaded cc v1.0.83
9472024-04-16T05:34:26.374Z Downloaded native-tls v0.2.11
9482024-04-16T05:34:26.374Z Downloaded ident_case v1.0.1
9492024-04-16T05:34:26.377Z Downloaded multer v3.0.0
9502024-04-16T05:34:26.381Z Downloaded chacha20poly1305 v0.10.1
9512024-04-16T05:34:26.381Z Downloaded utf-8 v0.7.6
9522024-04-16T05:34:26.385Z Downloaded ipnetwork v0.20.0
9532024-04-16T05:34:26.385Z Downloaded internet-checksum v0.2.1
9542024-04-16T05:34:26.385Z Downloaded inout v0.1.3
9552024-04-16T05:34:26.388Z Downloaded num-derive v0.4.0
9562024-04-16T05:34:26.388Z Downloaded zerocopy v0.3.0
9572024-04-16T05:34:26.392Z Downloaded parking_lot_core v0.8.6
9582024-04-16T05:34:26.392Z Downloaded hash32 v0.2.1
9592024-04-16T05:34:26.396Z Downloaded parking_lot v0.11.2
9602024-04-16T05:34:26.399Z Downloaded socket2 v0.5.6
9612024-04-16T05:34:26.399Z Downloaded hash32 v0.3.1
9622024-04-16T05:34:26.403Z Downloaded base64 v0.13.1
9632024-04-16T05:34:26.410Z Downloaded vsss-rs v3.3.4
9642024-04-16T05:34:26.410Z Downloaded serde_urlencoded v0.7.1
9652024-04-16T05:34:26.417Z Downloaded dtrace-parser v0.1.14
9662024-04-16T05:34:26.417Z Downloaded usdt-attr-macro v0.5.0
9672024-04-16T05:34:26.417Z Downloaded poly1305 v0.8.0
9682024-04-16T05:34:26.417Z Downloaded tower-service v0.3.2
9692024-04-16T05:34:26.420Z Downloaded r2d2 v0.8.10
9702024-04-16T05:34:26.421Z Downloaded rustls-pemfile v1.0.3
9712024-04-16T05:34:26.421Z Downloaded derive-where v1.2.7
9722024-04-16T05:34:26.425Z Downloaded unicase v2.7.0
9732024-04-16T05:34:26.425Z Downloaded httpdate v1.0.3
9742024-04-16T05:34:26.430Z Downloaded darling_core v0.20.8
9752024-04-16T05:34:26.434Z Downloaded ed25519 v2.2.2
9762024-04-16T05:34:26.437Z Downloaded hex v0.4.3
9772024-04-16T05:34:26.437Z Downloaded xattr v1.0.1
9782024-04-16T05:34:26.440Z Downloaded pest_derive v2.7.6
9792024-04-16T05:34:26.440Z Downloaded yasna v0.5.2
9802024-04-16T05:34:26.444Z Downloaded iana-time-zone v0.1.57
9812024-04-16T05:34:26.447Z Downloaded structmeta-derive v0.3.0
9822024-04-16T05:34:26.447Z Downloaded sha1 v0.10.6
9832024-04-16T05:34:26.451Z Downloaded postgres-types v0.2.6
9842024-04-16T05:34:26.454Z Downloaded http-range v0.1.5
9852024-04-16T05:34:26.454Z Downloaded indexmap v1.9.3
9862024-04-16T05:34:26.457Z Downloaded thiserror-impl v1.0.58
9872024-04-16T05:34:26.461Z Downloaded slog-envlogger v2.2.0
9882024-04-16T05:34:26.461Z Downloaded secrecy v0.8.0
9892024-04-16T05:34:26.464Z Downloaded russh-cryptovec v0.7.0
9902024-04-16T05:34:26.464Z Downloaded structopt-derive v0.4.18
9912024-04-16T05:34:26.471Z Downloaded slog-async v2.8.0
9922024-04-16T05:34:26.471Z Downloaded quote v1.0.36
9932024-04-16T05:34:26.476Z Downloaded dtrace-parser v0.2.0
9942024-04-16T05:34:26.476Z Downloaded socket2 v0.4.9
9952024-04-16T05:34:26.476Z Downloaded zeroize v1.7.0
9962024-04-16T05:34:26.480Z Downloaded futures-macro v0.3.30
9972024-04-16T05:34:26.480Z Downloaded tar v0.4.40
9982024-04-16T05:34:26.480Z Downloaded ucd-trie v0.1.6
9992024-04-16T05:34:26.484Z Downloaded serde_with_macros v3.7.0
10002024-04-16T05:34:26.484Z Downloaded p256 v0.13.2
10012024-04-16T05:34:26.488Z Downloaded backtrace v0.3.69
10022024-04-16T05:34:26.493Z Downloaded hostname v0.3.1
10032024-04-16T05:34:26.496Z Downloaded zerocopy v0.6.6
10042024-04-16T05:34:26.500Z Downloaded rfc6979 v0.4.0
10052024-04-16T05:34:26.500Z Downloaded resolv-conf v0.7.0
10062024-04-16T05:34:26.503Z Downloaded futures-channel v0.3.30
10072024-04-16T05:34:26.507Z Downloaded want v0.3.1
10082024-04-16T05:34:26.507Z Downloaded tinyvec_macros v0.1.1
10092024-04-16T05:34:26.507Z Downloaded zeroize_derive v1.4.2
10102024-04-16T05:34:26.510Z Downloaded dhcproto-macros v0.1.0
10112024-04-16T05:34:26.511Z Downloaded pretty-hex v0.4.1
10122024-04-16T05:34:26.511Z Downloaded pretty-hex v0.2.1
10132024-04-16T05:34:26.514Z Downloaded futures-sink v0.3.30
10142024-04-16T05:34:26.514Z Downloaded float-cmp v0.9.0
10152024-04-16T05:34:26.517Z Downloaded smf v0.2.3
10162024-04-16T05:34:26.518Z Downloaded postcard v1.0.8
10172024-04-16T05:34:26.525Z Downloaded flagset v0.4.3
10182024-04-16T05:34:26.529Z Downloaded http-body v0.4.5
10192024-04-16T05:34:26.529Z Downloaded semver v1.0.22
10202024-04-16T05:34:26.529Z Downloaded quick-error v1.2.3
10212024-04-16T05:34:26.529Z Downloaded serde_repr v0.1.16
10222024-04-16T05:34:26.533Z Downloaded predicates-core v1.0.6
10232024-04-16T05:34:26.533Z Downloaded string_cache v0.8.7
10242024-04-16T05:34:26.533Z Downloaded static_assertions v1.1.0
10252024-04-16T05:34:26.536Z Downloaded stable_deref_trait v1.2.0
10262024-04-16T05:34:26.536Z Downloaded spki v0.7.2
10272024-04-16T05:34:26.540Z Downloaded foreign-types v0.5.0
10282024-04-16T05:34:26.540Z Downloaded steno v0.4.0
10292024-04-16T05:34:26.544Z Downloaded derive_more v0.99.17
10302024-04-16T05:34:26.549Z Downloaded slab v0.4.9
10312024-04-16T05:34:26.553Z Downloaded siphasher v0.3.11
10322024-04-16T05:34:26.553Z Downloaded serde_arrays v0.1.0
10332024-04-16T05:34:26.557Z Downloaded vec_map v0.8.2
10342024-04-16T05:34:26.557Z Downloaded subprocess v0.2.9
10352024-04-16T05:34:26.560Z Downloaded foreign-types-shared v0.1.1
10362024-04-16T05:34:26.560Z Downloaded toolchain_find v0.4.0
10372024-04-16T05:34:26.561Z Downloaded getopts v0.2.21
10382024-04-16T05:34:26.564Z Downloaded take_mut v0.2.2
10392024-04-16T05:34:26.564Z Downloaded futures v0.3.30
10402024-04-16T05:34:26.569Z Downloaded filetime v0.2.23
10412024-04-16T05:34:26.572Z Downloaded waitgroup v0.1.2
10422024-04-16T05:34:26.572Z Downloaded strum v0.26.2
10432024-04-16T05:34:26.575Z Downloaded display-error-chain v0.2.0
10442024-04-16T05:34:26.575Z Downloaded deranged v0.3.11
10452024-04-16T05:34:26.579Z Downloaded num-bigint v0.4.4
10462024-04-16T05:34:26.582Z Downloaded rand_core v0.6.4
10472024-04-16T05:34:26.589Z Downloaded zerocopy-derive v0.7.32
10482024-04-16T05:34:26.592Z Downloaded psl-types v2.0.11
10492024-04-16T05:34:26.592Z Downloaded hubpack_derive v0.1.1
10502024-04-16T05:34:26.592Z Downloaded tabwriter v1.4.0
10512024-04-16T05:34:26.592Z Downloaded headers-core v0.2.0
10522024-04-16T05:34:26.595Z Downloaded half v2.3.1
10532024-04-16T05:34:26.600Z Downloaded structopt v0.3.26
10542024-04-16T05:34:26.604Z Downloaded foreign-types-shared v0.3.1
10552024-04-16T05:34:26.607Z Downloaded trust-dns-client v0.22.0
10562024-04-16T05:34:26.610Z Downloaded proc-macro-error-attr v1.0.4
10572024-04-16T05:34:26.614Z Downloaded fnv v1.0.7
10582024-04-16T05:34:26.614Z Downloaded fixedbitset v0.4.2
10592024-04-16T05:34:26.614Z Downloaded scroll v0.12.0
10602024-04-16T05:34:26.617Z Downloaded universal-hash v0.5.1
10612024-04-16T05:34:26.617Z Downloaded scroll_derive v0.12.0
10622024-04-16T05:34:26.620Z Downloaded futures-task v0.3.30
10632024-04-16T05:34:26.620Z Downloaded synstructure v0.12.6
10642024-04-16T05:34:26.620Z Downloaded sec1 v0.7.3
10652024-04-16T05:34:26.624Z Downloaded same-file v1.0.6
10662024-04-16T05:34:26.624Z Downloaded version_check v0.9.4
10672024-04-16T05:34:26.627Z Downloaded stringprep v0.1.3
10682024-04-16T05:34:26.627Z Downloaded getrandom v0.1.16
10692024-04-16T05:34:26.632Z Downloaded dirs v5.0.1
10702024-04-16T05:34:26.636Z Downloaded smallvec v1.13.1
10712024-04-16T05:34:26.636Z Downloaded mio v0.8.11
10722024-04-16T05:34:26.640Z Downloaded subtle v2.5.0
10732024-04-16T05:34:26.646Z Downloaded tungstenite v0.20.1
10742024-04-16T05:34:26.649Z Downloaded elliptic-curve v0.13.8
10752024-04-16T05:34:26.649Z Downloaded time-core v0.1.2
10762024-04-16T05:34:26.649Z Downloaded tokio-util v0.7.10
10772024-04-16T05:34:26.656Z Downloaded sync_wrapper v0.1.2
10782024-04-16T05:34:26.659Z Downloaded sigpipe v0.1.3
10792024-04-16T05:34:26.659Z Downloaded diesel_table_macro_syntax v0.1.0
10802024-04-16T05:34:26.660Z Downloaded scopeguard v1.2.0
10812024-04-16T05:34:26.663Z Downloaded slog-json v2.6.1
10822024-04-16T05:34:26.663Z Downloaded serde_path_to_error v0.1.16
10832024-04-16T05:34:26.666Z Downloaded tokio-rustls v0.24.1
10842024-04-16T05:34:26.670Z Downloaded signal-hook v0.3.17
10852024-04-16T05:34:26.673Z Downloaded spin v0.9.8
10862024-04-16T05:34:26.673Z Downloaded schemars_derive v0.8.16
10872024-04-16T05:34:26.677Z Downloaded rustls-pki-types v1.3.0
10882024-04-16T05:34:26.677Z Downloaded time-macros v0.2.17
10892024-04-16T05:34:26.680Z Downloaded uuid v1.8.0
10902024-04-16T05:34:26.683Z Downloaded precomputed-hash v0.1.1
10912024-04-16T05:34:26.684Z Downloaded foreign-types-macros v0.2.3
10922024-04-16T05:34:26.684Z Downloaded predicates v3.1.0
10932024-04-16T05:34:26.687Z Downloaded powerfmt v0.2.0
10942024-04-16T05:34:26.687Z Downloaded dirs-sys-next v0.1.2
10952024-04-16T05:34:26.690Z Downloaded tinyvec v1.6.0
10962024-04-16T05:34:26.694Z Downloaded futures-executor v0.3.30
10972024-04-16T05:34:26.694Z Downloaded rand_core v0.5.1
10982024-04-16T05:34:26.697Z Downloaded rand_chacha v0.3.1
10992024-04-16T05:34:26.697Z Downloaded rand_chacha v0.2.2
11002024-04-16T05:34:26.697Z Downloaded form_urlencoded v1.2.1
11012024-04-16T05:34:26.697Z Downloaded hmac v0.12.1
11022024-04-16T05:34:26.701Z Downloaded serde_derive_internals v0.26.0
11032024-04-16T05:34:26.701Z Downloaded diesel_derives v2.1.2
11042024-04-16T05:34:26.704Z Downloaded proc-macro-error v1.0.4
11052024-04-16T05:34:26.708Z Downloaded dof v0.3.0
11062024-04-16T05:34:26.711Z Downloaded rustc-demangle v0.1.23
11072024-04-16T05:34:26.711Z Downloaded strum_macros v0.25.2
11082024-04-16T05:34:26.720Z Downloaded either v1.11.0
11092024-04-16T05:34:26.720Z Downloaded signal-hook-mio v0.2.3
11102024-04-16T05:34:26.723Z Downloaded clap_builder v4.5.2
11112024-04-16T05:34:26.723Z Downloaded embedded-io v0.4.0
11122024-04-16T05:34:26.726Z Downloaded hashbrown v0.12.3
11132024-04-16T05:34:26.730Z Downloaded ff v0.13.0
11142024-04-16T05:34:26.733Z Downloaded rustfmt-wrapper v0.2.1
11152024-04-16T05:34:26.733Z Downloaded uuid v0.8.2
11162024-04-16T05:34:26.737Z Downloaded ppv-lite86 v0.2.17
11172024-04-16T05:34:26.737Z Downloaded untrusted v0.7.1
11182024-04-16T05:34:26.741Z Downloaded trust-dns-resolver v0.22.0
11192024-04-16T05:34:26.745Z Downloaded signature v2.1.0
11202024-04-16T05:34:26.745Z Downloaded signal-hook-registry v1.4.1
11212024-04-16T05:34:26.745Z Downloaded unicode-xid v0.2.4
11222024-04-16T05:34:26.748Z Downloaded getrandom v0.2.12
11232024-04-16T05:34:26.752Z Downloaded futures-io v0.3.30
11242024-04-16T05:34:26.752Z Downloaded sct v0.7.0
11252024-04-16T05:34:26.755Z Downloaded slog-term v2.9.1
11262024-04-16T05:34:26.759Z Downloaded http v0.2.12
11272024-04-16T05:34:26.767Z Downloaded rustls-pemfile v2.1.2
11282024-04-16T05:34:26.767Z Downloaded thread_local v1.1.7
11292024-04-16T05:34:26.768Z Downloaded thread-id v4.2.0
11302024-04-16T05:34:26.768Z Downloaded der_derive v0.7.2
11312024-04-16T05:34:26.768Z Downloaded russh v0.42.0
11322024-04-16T05:34:26.772Z Downloaded russh-keys v0.42.0
11332024-04-16T05:34:26.775Z Downloaded httparse v1.8.0
11342024-04-16T05:34:26.781Z Downloaded ghash v0.5.0
11352024-04-16T05:34:26.781Z Downloaded proc-macro2 v1.0.80
11362024-04-16T05:34:26.784Z Downloaded usdt-macro v0.3.5
11372024-04-16T05:34:26.785Z Downloaded tracing-attributes v0.1.27
11382024-04-16T05:34:26.785Z Downloaded publicsuffix v2.2.3
11392024-04-16T05:34:26.788Z Downloaded nom v7.1.3
11402024-04-16T05:34:26.792Z Downloaded flume v0.11.0
11412024-04-16T05:34:26.795Z Downloaded dirs-sys v0.4.1
11422024-04-16T05:34:26.798Z Downloaded http v1.0.0
11432024-04-16T05:34:26.802Z Downloaded usdt-impl v0.5.0
11442024-04-16T05:34:26.802Z Downloaded serde v1.0.197
11452024-04-16T05:34:26.805Z Downloaded ed25519-dalek v2.0.0
11462024-04-16T05:34:26.808Z Downloaded flate2 v1.0.28
11472024-04-16T05:34:26.813Z Downloaded serde_json v1.0.116
11482024-04-16T05:34:26.821Z Downloaded headers v0.3.9
11492024-04-16T05:34:26.826Z Downloaded der v0.7.8
11502024-04-16T05:34:26.831Z Downloaded toml_edit v0.22.9
11512024-04-16T05:34:26.854Z Downloaded serde_derive v1.0.197
11522024-04-16T05:34:26.858Z Downloaded heapless v0.8.0
11532024-04-16T05:34:26.861Z Downloaded regex-automata v0.1.10
11542024-04-16T05:34:26.866Z Downloaded rand v0.8.5
11552024-04-16T05:34:26.870Z Downloaded serde_with v3.7.0
11562024-04-16T05:34:26.878Z Downloaded hashbrown v0.14.3
11572024-04-16T05:34:26.884Z Downloaded rustls-webpki v0.102.1
11582024-04-16T05:34:26.904Z Downloaded unsafe-libyaml v0.2.10
11592024-04-16T05:34:26.907Z Downloaded heapless v0.7.16
11602024-04-16T05:34:26.911Z Downloaded clap v2.34.0
11612024-04-16T05:34:26.917Z Downloaded rayon v1.10.0
11622024-04-16T05:34:26.927Z Downloaded unicode-segmentation v1.10.1
11632024-04-16T05:34:26.931Z Downloaded time v0.3.34
11642024-04-16T05:34:26.937Z Downloaded unicode-normalization v0.1.22
11652024-04-16T05:34:26.941Z Downloaded rustls-webpki v0.101.7
11662024-04-16T05:34:26.956Z Downloaded hyper v0.14.28
11672024-04-16T05:34:26.964Z Downloaded petgraph v0.6.4
11682024-04-16T05:34:26.978Z Downloaded idna v0.2.3
11692024-04-16T05:34:26.984Z Downloaded rand v0.7.3
11702024-04-16T05:34:26.989Z Downloaded chrono v0.4.38
11712024-04-16T05:34:26.996Z Downloaded curve25519-dalek v4.1.2
11722024-04-16T05:34:27.005Z Downloaded webpki-roots v0.25.2
11732024-04-16T05:34:27.009Z Downloaded idna v0.5.0
11742024-04-16T05:34:27.016Z Downloaded p521 v0.13.3
11752024-04-16T05:34:27.020Z Downloaded toml_edit v0.19.15
11762024-04-16T05:34:27.036Z Downloaded h2 v0.3.26
11772024-04-16T05:34:27.046Z Downloaded bstr v0.2.17
11782024-04-16T05:34:27.052Z Downloaded smoltcp v0.9.1
11792024-04-16T05:34:27.064Z Downloaded zerocopy v0.7.32
11802024-04-16T05:34:27.081Z Downloaded reqwest v0.11.24
11812024-04-16T05:34:27.088Z Downloaded hkdf v0.12.4
11822024-04-16T05:34:27.097Z Downloaded bstr v1.9.0
11832024-04-16T05:34:27.102Z Downloaded gimli v0.28.0
11842024-04-16T05:34:27.111Z Downloaded vcpkg v0.2.15
11852024-04-16T05:34:27.151Z Downloaded diesel v2.1.5
11862024-04-16T05:34:27.171Z Downloaded regress v0.9.1
11872024-04-16T05:34:27.181Z Downloaded syn v1.0.109
11882024-04-16T05:34:27.193Z Downloaded syn v2.0.59
11892024-04-16T05:34:27.205Z Downloaded sled v0.34.7
11902024-04-16T05:34:27.216Z Downloaded rustls v0.21.9
11912024-04-16T05:34:27.233Z Downloaded openapiv3 v2.0.0
11922024-04-16T05:34:27.244Z Downloaded rustls v0.22.2
11932024-04-16T05:34:27.257Z Downloaded regex-syntax v0.8.2
11942024-04-16T05:34:27.265Z Downloaded regex-automata v0.4.5
11952024-04-16T05:34:27.285Z Downloaded zerocopy-derive v0.6.6
11962024-04-16T05:34:27.295Z Downloaded zerocopy-derive v0.2.0
11972024-04-16T05:34:27.304Z Downloaded tokio v1.37.0
11982024-04-16T05:34:27.342Z Downloaded libc v0.2.153
11992024-04-16T05:34:27.371Z Downloaded bzip2-sys v0.1.11+1.0.8
12002024-04-16T05:34:27.384Z Downloaded rustix v0.38.31
12012024-04-16T05:34:27.409Z Downloaded sha3 v0.10.8
12022024-04-16T05:34:27.413Z Downloaded radix_trie v0.2.1
12032024-04-16T05:34:27.419Z Downloaded winapi v0.3.9
12042024-04-16T05:34:27.467Z Downloaded regex v1.10.4
12052024-04-16T05:34:27.480Z Downloaded encoding_rs v0.8.33
12062024-04-16T05:34:27.502Z Downloaded trust-dns-proto v0.22.0
12072024-04-16T05:34:27.515Z Downloaded smoltcp v0.11.0
12082024-04-16T05:34:27.529Z Downloaded futures-util v0.3.30
12092024-04-16T05:34:27.555Z Downloaded idna v0.3.0
12102024-04-16T05:34:27.563Z Downloaded tabled v0.15.0
12112024-04-16T05:34:27.579Z Downloaded openssl v0.10.64
12122024-04-16T05:34:27.590Z Downloaded object v0.32.1
12132024-04-16T05:34:27.601Z Downloaded trust-dns-server v0.22.1
12142024-04-16T05:34:27.611Z Downloaded goblin v0.8.0
12152024-04-16T05:34:27.614Z Downloaded winnow v0.5.15
12162024-04-16T05:34:27.622Z Downloaded winnow v0.6.1
12172024-04-16T05:34:27.631Z Downloaded blake3 v1.5.0
12182024-04-16T05:34:27.639Z Downloaded expectorate v1.1.0
12192024-04-16T05:34:27.643Z Downloaded tracing v0.1.40
12202024-04-16T05:34:27.647Z Downloaded tokio-postgres v0.7.10
12212024-04-16T05:34:27.652Z Downloaded unicode-ident v1.0.12
12222024-04-16T05:34:27.656Z Downloaded typenum v1.16.0
12232024-04-16T05:34:27.659Z Downloaded toml v0.8.12
12242024-04-16T05:34:27.663Z Downloaded digest v0.10.7
12252024-04-16T05:34:27.666Z Downloaded toml v0.7.8
12262024-04-16T05:34:27.670Z Downloaded similar v2.4.0
12272024-04-16T05:34:27.678Z Downloaded thiserror-no-std v2.0.2
12282024-04-16T05:34:27.693Z Downloaded strsim v0.8.0
12292024-04-16T05:34:27.693Z Downloaded hex-literal v0.4.1
12302024-04-16T05:34:27.693Z Downloaded difflib v0.4.0
12312024-04-16T05:34:27.693Z Downloaded topological-sort v0.2.2
12322024-04-16T05:34:27.693Z Downloaded walkdir v2.5.0
12332024-04-16T05:34:27.694Z Downloaded zone v0.1.8
12342024-04-16T05:34:27.694Z Downloaded pest v2.7.6
12352024-04-16T05:34:27.709Z Downloaded tungstenite v0.21.0
12362024-04-16T05:34:27.709Z Downloaded minimal-lexical v0.2.1
12372024-04-16T05:34:27.709Z Downloaded scheduled-thread-pool v0.2.7
12382024-04-16T05:34:27.709Z Downloaded ron v0.7.1
12392024-04-16T05:34:27.709Z Downloaded schemars v0.8.16
12402024-04-16T05:34:27.714Z Downloaded ring v0.17.8
12412024-04-16T05:34:27.785Z Downloaded ring v0.16.20
12422024-04-16T05:34:27.867Z Downloaded unicode-bidi v0.3.15
12432024-04-16T05:34:27.870Z Downloaded serde_yaml v0.9.25
12442024-04-16T05:34:27.874Z Downloaded ryu v1.0.15
12452024-04-16T05:34:27.877Z Downloaded memchr v2.7.1
12462024-04-16T05:34:27.881Z Downloaded zone_cfg_derive v0.1.2
12472024-04-16T05:34:27.881Z Downloaded tokio-rustls v0.25.0
12482024-04-16T05:34:27.884Z Downloaded sha2 v0.10.8
12492024-04-16T05:34:27.884Z Downloaded crossterm v0.27.0
12502024-04-16T05:34:27.890Z Downloaded rcgen v0.12.1
12512024-04-16T05:34:27.893Z Downloaded rayon-core v1.12.1
12522024-04-16T05:34:27.897Z Downloaded hyper-rustls v0.24.2
12532024-04-16T05:34:27.900Z Downloaded home v0.5.5
12542024-04-16T05:34:27.900Z Downloaded proc-macro-crate v1.3.1
12552024-04-16T05:34:27.900Z Downloaded primeorder v0.13.6
12562024-04-16T05:34:27.903Z Downloaded tokio-macros v2.2.0
12572024-04-16T05:34:27.903Z Downloaded slog v2.7.0
12582024-04-16T05:34:27.906Z Downloaded indexmap v2.2.6
12592024-04-16T05:34:27.910Z Downloaded papergrid v0.11.0
12602024-04-16T05:34:27.914Z Downloaded dyn-clone v1.0.17
12612024-04-16T05:34:27.914Z Downloaded dirs-next v2.0.0
12622024-04-16T05:34:27.920Z Downloaded zip v0.6.6
12632024-04-16T05:34:27.924Z Downloaded serde_spanned v0.6.5
12642024-04-16T05:34:27.924Z Downloaded humantime v2.1.0
12652024-04-16T05:34:27.924Z Downloaded futures-core v0.3.30
12662024-04-16T05:34:27.924Z Downloaded usdt-impl v0.3.5
12672024-04-16T05:34:27.924Z Downloaded thiserror-impl-no-std v2.0.2
12682024-04-16T05:34:27.928Z Downloaded toml_datetime v0.6.5
12692024-04-16T05:34:27.928Z Downloaded fastrand v2.0.1
12702024-04-16T05:34:27.928Z Downloaded openssl-sys v0.9.102
12712024-04-16T05:34:27.932Z Downloaded dhcproto v0.11.0
12722024-04-16T05:34:27.937Z Downloaded url v2.5.0
12732024-04-16T05:34:27.937Z Downloaded crossbeam-channel v0.5.8
12742024-04-16T05:34:27.941Z Downloaded toml v0.5.11
12752024-04-16T05:34:27.944Z Downloaded whoami v1.5.1
12762024-04-16T05:34:27.948Z Downloaded try-lock v0.2.4
12772024-04-16T05:34:27.948Z Downloaded libm v0.2.7
12782024-04-16T05:34:27.955Z Downloaded postgres-protocol v0.6.6
12792024-04-16T05:34:27.958Z Downloaded ipnet v2.9.0
12802024-04-16T05:34:27.958Z Downloaded serde_tokenstream v0.2.0
12812024-04-16T05:34:27.962Z Downloaded serde_tokenstream v0.1.7
12822024-04-16T05:34:27.965Z Downloaded hyper-tls v0.5.0
12832024-04-16T05:34:27.965Z Downloaded gethostname v0.4.3
12842024-04-16T05:34:27.965Z Downloaded omicron-zone-package v0.11.0
12852024-04-16T05:34:27.969Z Downloaded miniz_oxide v0.7.1
12862024-04-16T05:34:27.973Z Downloaded base64 v0.22.0
12872024-04-16T05:34:27.976Z Downloaded pest_meta v2.7.6
12882024-04-16T05:34:27.976Z Downloaded base64 v0.21.7
12892024-04-16T05:34:27.982Z Downloaded erased-serde v0.3.31
12902024-04-16T05:34:27.986Z Downloaded env_logger v0.9.3
12912024-04-16T05:34:27.986Z Downloaded tracing-core v0.1.32
12922024-04-16T05:34:27.986Z Downloaded tokio-stream v0.1.15
12932024-04-16T05:34:27.993Z Downloaded thiserror v1.0.58
12942024-04-16T05:34:27.997Z Downloaded tempfile v3.10.1
12952024-04-16T05:34:27.997Z Downloaded strum_macros v0.26.1
12962024-04-16T05:34:28.002Z Downloaded strsim v0.10.0
12972024-04-16T05:34:28.002Z Downloaded parking_lot v0.12.1
12982024-04-16T05:34:28.006Z Downloaded num-traits v0.2.18
12992024-04-16T05:34:28.006Z Downloaded usdt-attr-macro v0.3.5
13002024-04-16T05:34:28.006Z Downloaded owo-colors v4.0.0
13012024-04-16T05:34:28.011Z Downloaded num-rational v0.4.1
13022024-04-16T05:34:28.011Z Downloaded itertools v0.12.1
13032024-04-16T05:34:28.015Z Downloaded slog-bunyan v2.5.0
13042024-04-16T05:34:28.019Z Downloaded heck v0.5.0
13052024-04-16T05:34:28.019Z Downloaded heck v0.4.1
13062024-04-16T05:34:28.019Z Downloaded heck v0.3.3
13072024-04-16T05:34:28.024Z Downloaded fallible-iterator v0.2.0
13082024-04-16T05:34:28.024Z Downloaded enum-as-inner v0.5.1
13092024-04-16T05:34:28.024Z Downloaded byteorder v1.5.0
13102024-04-16T05:34:28.028Z Downloaded paste v1.0.14
13112024-04-16T05:34:28.028Z Downloaded equivalent v1.0.1
13122024-04-16T05:34:28.028Z Downloaded usdt v0.3.5
13132024-04-16T05:34:28.028Z Downloaded pem-rfc7468 v0.7.0
13142024-04-16T05:34:28.032Z Downloaded mime_guess v2.0.4
13152024-04-16T05:34:28.033Z Downloaded usdt v0.5.0
13162024-04-16T05:34:28.033Z Downloaded md-5 v0.10.5
13172024-04-16T05:34:28.038Z Downloaded blake2 v0.10.6
13182024-04-16T05:34:28.038Z Downloaded pbkdf2 v0.11.0
13192024-04-16T05:34:28.043Z Downloaded num_enum_derive v0.5.11
13202024-04-16T05:34:28.043Z Downloaded tokio-tungstenite v0.20.1
13212024-04-16T05:34:28.043Z Downloaded tokio-native-tls v0.3.1
13222024-04-16T05:34:28.043Z Downloaded term v0.7.0
13232024-04-16T05:34:28.047Z Downloaded generic-array v0.14.7
13242024-04-16T05:34:28.047Z Downloaded dof v0.1.5
13252024-04-16T05:34:28.047Z Downloaded nibble_vec v0.1.0
13262024-04-16T05:34:28.052Z Downloaded num v0.4.2
13272024-04-16T05:34:28.052Z Downloaded pest_generator v2.7.6
13282024-04-16T05:34:28.052Z Downloaded parse-display v0.9.0
13292024-04-16T05:34:28.052Z Downloaded clap v4.5.4
13302024-04-16T05:34:28.069Z Downloaded clap_derive v4.5.4
13312024-04-16T05:34:28.069Z Downloaded blowfish v0.9.1
13322024-04-16T05:34:28.069Z Downloaded memmap2 v0.7.1
13332024-04-16T05:34:28.069Z Downloaded camino-tempfile v1.1.1
13342024-04-16T05:34:28.069Z Downloaded camino v1.1.6
13352024-04-16T05:34:28.069Z Downloaded percent-encoding v2.3.1
13362024-04-16T05:34:28.069Z Downloaded mime v0.3.17
13372024-04-16T05:34:28.073Z Downloaded crc32fast v1.3.2
13382024-04-16T05:34:28.073Z Downloaded base16ct v0.2.0
13392024-04-16T05:34:28.073Z Downloaded parking_lot_core v0.9.8
13402024-04-16T05:34:28.078Z Downloaded slog-scope v4.4.0
13412024-04-16T05:34:28.078Z Downloaded num_threads v0.1.6
13422024-04-16T05:34:28.078Z Downloaded newtype_derive v0.1.6
13432024-04-16T05:34:28.078Z Downloaded bitstruct v0.1.1
13442024-04-16T05:34:28.078Z Downloaded bzip2 v0.4.4
13452024-04-16T05:34:28.081Z Downloaded autocfg v1.1.0
13462024-04-16T05:34:28.081Z Downloaded option-ext v0.2.0
13472024-04-16T05:34:28.081Z Downloaded async-trait v0.1.80
13482024-04-16T05:34:28.085Z Downloaded clap_lex v0.7.0
13492024-04-16T05:34:28.085Z Downloaded bcrypt-pbkdf v0.10.0
13502024-04-16T05:34:28.085Z Downloaded bitflags v1.3.2
13512024-04-16T05:34:28.089Z Downloaded num_cpus v1.16.0
13522024-04-16T05:34:28.092Z Downloaded constant_time_eq v0.3.0
13532024-04-16T05:34:28.093Z Downloaded num-conv v0.1.0
13542024-04-16T05:34:28.093Z Downloaded normalize-line-endings v0.3.0
13552024-04-16T05:34:28.096Z Downloaded md5 v0.7.0
13562024-04-16T05:34:28.096Z Downloaded matches v0.1.10
13572024-04-16T05:34:28.096Z Downloaded lock_api v0.4.10
13582024-04-16T05:34:28.096Z Downloaded instant v0.1.12
13592024-04-16T05:34:28.100Z Downloaded cobs v0.2.3
13602024-04-16T05:34:28.100Z Downloaded keccak v0.1.4
13612024-04-16T05:34:28.100Z Downloaded cstr-argument v0.1.2
13622024-04-16T05:34:28.100Z Downloaded atomicwrites v0.4.3
13632024-04-16T05:34:28.100Z Downloaded libsw v3.3.1
13642024-04-16T05:34:28.104Z Downloaded libefi-sys v0.1.0
13652024-04-16T05:34:28.104Z Downloaded lalrpop-util v0.19.12
13662024-04-16T05:34:28.104Z Downloaded itoa v1.0.9
13672024-04-16T05:34:28.104Z Downloaded curve25519-dalek-derive v0.1.0
13682024-04-16T05:34:28.114Z Downloaded convert_case v0.4.0
13692024-04-16T05:34:28.114Z Downloaded cbc v0.1.2
13702024-04-16T05:34:28.114Z Downloaded anstyle-parse v0.2.1
13712024-04-16T05:34:28.114Z Downloaded allocator-api2 v0.2.16
13722024-04-16T05:34:28.122Z Downloaded aes v0.8.3
13732024-04-16T05:34:28.565Z Compiling proc-macro2 v1.0.80
13742024-04-16T05:34:28.569Z Compiling unicode-ident v1.0.12
13752024-04-16T05:34:28.569Z Compiling libc v0.2.153
13762024-04-16T05:34:28.569Z Compiling serde v1.0.197
13772024-04-16T05:34:28.569Z Compiling version_check v0.9.4
13782024-04-16T05:34:28.569Z Compiling cfg-if v1.0.0
13792024-04-16T05:34:28.611Z Compiling autocfg v1.1.0
13802024-04-16T05:34:28.848Z Compiling syn v1.0.109
13812024-04-16T05:34:28.885Z Compiling once_cell v1.19.0
13822024-04-16T05:34:28.906Z Compiling thiserror v1.0.58
13832024-04-16T05:34:29.304Z Compiling typenum v1.16.0
13842024-04-16T05:34:29.479Z Compiling parking_lot_core v0.9.8
13852024-04-16T05:34:29.529Z Compiling lock_api v0.4.10
13862024-04-16T05:34:29.906Z Compiling generic-array v0.14.7
13872024-04-16T05:34:29.930Z Compiling byteorder v1.5.0
13882024-04-16T05:34:29.933Z Compiling libm v0.2.7
13892024-04-16T05:34:29.984Z Compiling memchr v2.7.1
13902024-04-16T05:34:30.236Z Compiling serde_json v1.0.116
13912024-04-16T05:34:30.299Z Compiling num-traits v0.2.18
13922024-04-16T05:34:30.319Z Compiling ahash v0.8.8
13932024-04-16T05:34:30.563Z Compiling log v0.4.21
13942024-04-16T05:34:30.629Z Compiling itoa v1.0.9
13952024-04-16T05:34:30.858Z Compiling quote v1.0.36
13962024-04-16T05:34:31.126Z Compiling getrandom v0.2.12
13972024-04-16T05:34:31.151Z Compiling scopeguard v1.2.0
13982024-04-16T05:34:31.284Z Compiling syn v2.0.59
13992024-04-16T05:34:31.447Z Compiling cc v1.0.83
14002024-04-16T05:34:31.604Z Compiling rand_core v0.6.4
14012024-04-16T05:34:31.728Z Compiling slab v0.4.9
14022024-04-16T05:34:32.190Z Compiling smallvec v1.13.1
14032024-04-16T05:34:32.347Z Compiling ryu v1.0.15
14042024-04-16T05:34:32.523Z Compiling allocator-api2 v0.2.16
14052024-04-16T05:34:32.661Z Compiling pin-project-lite v0.2.13
14062024-04-16T05:34:32.687Z Compiling subtle v2.5.0
14072024-04-16T05:34:32.795Z Compiling heck v0.4.1
14082024-04-16T05:34:33.038Z Compiling pkg-config v0.3.27
14092024-04-16T05:34:33.257Z Compiling parking_lot v0.12.1
14102024-04-16T05:34:33.361Z Compiling schemars v0.8.16
14112024-04-16T05:34:33.684Z Compiling signal-hook-registry v1.4.1
14122024-04-16T05:34:33.857Z Compiling mio v0.8.11
14132024-04-16T05:34:34.199Z Compiling equivalent v1.0.1
14142024-04-16T05:34:34.330Z Compiling ring v0.17.8
14152024-04-16T05:34:34.402Z Compiling socket2 v0.5.6
14162024-04-16T05:34:34.532Z Compiling num_cpus v1.16.0
14172024-04-16T05:34:34.653Z Compiling time-core v0.1.2
14182024-04-16T05:34:34.831Z Compiling num-conv v0.1.0
14192024-04-16T05:34:35.091Z Compiling futures-core v0.3.30
14202024-04-16T05:34:35.114Z Compiling time-macros v0.2.17
14212024-04-16T05:34:35.436Z Compiling vcpkg v0.2.15
14222024-04-16T05:34:35.508Z Compiling httparse v1.8.0
14232024-04-16T05:34:35.565Z Compiling const-oid v0.9.6
14242024-04-16T05:34:37.277Z Compiling fnv v1.0.7
14252024-04-16T05:34:37.350Z Compiling futures-sink v0.3.30
14262024-04-16T05:34:37.408Z Compiling spin v0.5.2
14272024-04-16T05:34:37.520Z Compiling ring v0.16.20
14282024-04-16T05:34:37.598Z Compiling openssl-sys v0.9.102
14292024-04-16T05:34:37.757Z Compiling futures-channel v0.3.30
14302024-04-16T05:34:38.081Z Compiling pin-utils v0.1.0
14312024-04-16T05:34:38.164Z Compiling serde_derive_internals v0.26.0
14322024-04-16T05:34:38.187Z Compiling futures-io v0.3.30
14332024-04-16T05:34:38.501Z Compiling futures-task v0.3.30
14342024-04-16T05:34:38.578Z Compiling slog v2.7.0
14352024-04-16T05:34:39.008Z Compiling openssl v0.10.64
14362024-04-16T05:34:39.014Z Compiling ucd-trie v0.1.6
14372024-04-16T05:34:39.015Z Compiling semver v1.0.22
14382024-04-16T05:34:39.015Z Compiling iana-time-zone v0.1.57
14392024-04-16T05:34:39.033Z Compiling rustix v0.38.31
14402024-04-16T05:34:39.165Z Compiling native-tls v0.2.11
14412024-04-16T05:34:39.328Z Compiling rustls v0.21.9
14422024-04-16T05:34:39.571Z Compiling tinyvec_macros v0.1.1
14432024-04-16T05:34:39.616Z Compiling cpufeatures v0.2.12
14442024-04-16T05:34:39.716Z Compiling tinyvec v1.6.0
14452024-04-16T05:34:39.719Z Compiling backtrace v0.3.69
14462024-04-16T05:34:39.775Z Compiling cookie v0.17.0
14472024-04-16T05:34:40.351Z Compiling aho-corasick v1.1.2
14482024-04-16T05:34:40.372Z Compiling uuid v0.8.2
14492024-04-16T05:34:40.750Z Compiling regex-syntax v0.8.2
14502024-04-16T05:34:40.949Z Compiling dyn-clone v1.0.17
14512024-04-16T05:34:41.048Z Compiling unicode-bidi v0.3.15
14522024-04-16T05:34:41.151Z Compiling unicode-normalization v0.1.22
14532024-04-16T05:34:41.178Z Compiling crossbeam-utils v0.8.19
14542024-04-16T05:34:41.793Z Compiling anyhow v1.0.82
14552024-04-16T05:34:42.157Z Compiling ppv-lite86 v0.2.17
14562024-04-16T05:34:42.256Z Compiling tracing-core v0.1.32
14572024-04-16T05:34:43.679Z Compiling percent-encoding v2.3.1
14582024-04-16T05:34:44.120Z Compiling regex-automata v0.4.5
14592024-04-16T05:34:44.428Z Compiling rand_chacha v0.3.1
14602024-04-16T05:34:45.327Z Compiling serde_derive v1.0.197
14612024-04-16T05:34:45.414Z Compiling zeroize_derive v1.4.2
14622024-04-16T05:34:45.581Z Compiling zerocopy-derive v0.7.32
14632024-04-16T05:34:45.611Z Compiling thiserror-impl v1.0.58
14642024-04-16T05:34:45.879Z Compiling tokio-macros v2.2.0
14652024-04-16T05:34:46.312Z Compiling futures-macro v0.3.30
14662024-04-16T05:34:47.098Z Compiling zeroize v1.7.0
14672024-04-16T05:34:47.232Z Compiling tracing-attributes v0.1.27
14682024-04-16T05:34:47.637Z Compiling schemars_derive v0.8.16
14692024-04-16T05:34:48.031Z Compiling zerocopy v0.7.32
14702024-04-16T05:34:48.979Z Compiling crypto-common v0.1.6
14712024-04-16T05:34:49.228Z Compiling block-buffer v0.10.4
14722024-04-16T05:34:49.677Z Compiling futures-util v0.3.30
14732024-04-16T05:34:49.683Z Compiling digest v0.10.7
14742024-04-16T05:34:49.999Z Compiling pest v2.7.6
14752024-04-16T05:34:50.243Z Compiling openssl-macros v0.1.1
14762024-04-16T05:34:50.354Z Compiling hashbrown v0.14.3
14772024-04-16T05:34:51.014Z Compiling async-trait v0.1.80
14782024-04-16T05:34:51.526Z Compiling tracing v0.1.40
14792024-04-16T05:34:51.733Z Compiling regex v1.10.4
14802024-04-16T05:34:52.027Z Compiling scroll_derive v0.12.0
14812024-04-16T05:34:52.750Z Compiling pest_meta v2.7.6
14822024-04-16T05:34:52.808Z Compiling der_derive v0.7.2
14832024-04-16T05:34:54.189Z Compiling pest_generator v2.7.6
14842024-04-16T05:34:55.204Z Compiling rand v0.8.5
14852024-04-16T05:34:55.381Z Compiling spin v0.9.8
14862024-04-16T05:34:55.590Z Compiling thread-id v4.2.0
14872024-04-16T05:34:55.713Z Compiling rustversion v1.0.14
14882024-04-16T05:34:55.743Z Compiling powerfmt v0.2.0
14892024-04-16T05:34:56.161Z Compiling deranged v0.3.11
14902024-04-16T05:34:56.436Z Compiling form_urlencoded v1.2.1
14912024-04-16T05:34:56.858Z Compiling unicode-width v0.1.11
14922024-04-16T05:34:57.027Z Compiling winnow v0.5.15
14932024-04-16T05:34:57.164Z Compiling num_threads v0.1.6
14942024-04-16T05:34:57.641Z Compiling pest_derive v2.7.6
14952024-04-16T05:34:58.142Z Compiling time v0.3.34
14962024-04-16T05:34:58.846Z Compiling lazy_static v1.4.0
14972024-04-16T05:34:59.079Z Compiling unicode-xid v0.2.4
14982024-04-16T05:34:59.230Z Compiling synstructure v0.12.6
14992024-04-16T05:34:59.839Z Compiling bytes v1.6.0
15002024-04-16T05:35:00.670Z Compiling indexmap v2.2.6
15012024-04-16T05:35:00.801Z Compiling tokio v1.37.0
15022024-04-16T05:35:01.500Z Compiling uuid v1.8.0
15032024-04-16T05:35:02.031Z Compiling chrono v0.4.38
15042024-04-16T05:35:03.441Z Compiling bitflags v2.4.2
15052024-04-16T05:35:03.581Z Compiling http v0.2.12
15062024-04-16T05:35:04.091Z Compiling serde_spanned v0.6.5
15072024-04-16T05:35:04.245Z Compiling toml_datetime v0.6.5
15082024-04-16T05:35:04.686Z Compiling rustc_version v0.4.0
15092024-04-16T05:35:05.895Z Compiling toml_edit v0.19.15
15102024-04-16T05:35:06.093Z Compiling openapiv3 v2.0.0
15112024-04-16T05:35:07.709Z Compiling serde_tokenstream v0.2.0
15122024-04-16T05:35:08.285Z Compiling idna v0.5.0
15132024-04-16T05:35:08.993Z Compiling usdt-impl v0.5.0
15142024-04-16T05:35:14.271Z Compiling crc32fast v1.3.2
15152024-04-16T05:35:14.415Z Compiling url v2.5.0
15162024-04-16T05:35:14.416Z Compiling zerocopy-derive v0.2.0
15172024-04-16T05:35:14.416Z Compiling scroll v0.12.0
15182024-04-16T05:35:14.416Z Compiling plain v0.2.3
15192024-04-16T05:35:14.416Z Compiling goblin v0.8.0
15202024-04-16T05:35:14.547Z Compiling foreign-types-shared v0.1.1
15212024-04-16T05:35:14.547Z Compiling untrusted v0.7.1
15222024-04-16T05:35:14.547Z Compiling tokio-util v0.7.10
15232024-04-16T05:35:14.547Z Compiling pretty-hex v0.4.1
15242024-04-16T05:35:14.547Z Compiling untrusted v0.9.0
15252024-04-16T05:35:17.597Z Compiling dof v0.3.0
15262024-04-16T05:35:18.164Z Compiling foreign-types v0.3.2
15272024-04-16T05:35:18.571Z Compiling dtrace-parser v0.2.0
15282024-04-16T05:35:19.740Z Compiling errno v0.3.8
15292024-04-16T05:35:19.763Z Compiling usdt-impl v0.3.5
15302024-04-16T05:35:19.883Z Compiling base64 v0.21.7
15312024-04-16T05:35:19.957Z Compiling adler v1.0.2
15322024-04-16T05:35:20.049Z Compiling try-lock v0.2.4
15332024-04-16T05:35:20.104Z Compiling miniz_oxide v0.7.1
15342024-04-16T05:35:20.176Z Compiling want v0.3.1
15352024-04-16T05:35:20.842Z Compiling sct v0.7.0
15362024-04-16T05:35:21.162Z Compiling rustls-webpki v0.101.7
15372024-04-16T05:35:21.183Z Compiling h2 v0.3.26
15382024-04-16T05:35:22.249Z Compiling http-body v0.4.5
15392024-04-16T05:35:23.134Z Compiling num-bigint v0.4.4
15402024-04-16T05:35:23.139Z Compiling tower-service v0.3.2
15412024-04-16T05:35:23.276Z Compiling httpdate v1.0.3
15422024-04-16T05:35:23.478Z Compiling openssl-probe v0.1.5
15432024-04-16T05:35:25.188Z Compiling zerocopy v0.3.0
15442024-04-16T05:35:25.599Z Compiling heapless v0.7.16
15452024-04-16T05:35:25.674Z Compiling idna v0.3.0
15462024-04-16T05:35:26.075Z Compiling bzip2-sys v0.1.11+1.0.8
15472024-04-16T05:35:26.110Z Compiling unicode-segmentation v1.10.1
15482024-04-16T05:35:26.984Z Compiling psl-types v2.0.11
15492024-04-16T05:35:27.226Z Compiling base64ct v1.6.0
15502024-04-16T05:35:27.418Z Compiling signal-hook v0.3.17
15512024-04-16T05:35:27.729Z Compiling publicsuffix v2.2.3
15522024-04-16T05:35:27.774Z Compiling hyper v0.14.28
15532024-04-16T05:35:27.971Z Compiling tokio-native-tls v0.3.1
15542024-04-16T05:35:28.250Z Compiling tokio-rustls v0.24.1
15552024-04-16T05:35:29.137Z Compiling dof v0.1.5
15562024-04-16T05:35:29.238Z Compiling crossbeam-epoch v0.9.18
15572024-04-16T05:35:29.766Z Compiling dtrace-parser v0.1.14
15582024-04-16T05:35:29.897Z Compiling gimli v0.28.0
15592024-04-16T05:35:30.042Z Compiling bitflags v1.3.2
15602024-04-16T05:35:30.150Z Compiling ipnet v2.9.0
15612024-04-16T05:35:31.582Z Compiling cookie_store v0.20.0
15622024-04-16T05:35:33.127Z Compiling rustls-pemfile v1.0.3
15632024-04-16T05:35:33.146Z Compiling serde_urlencoded v0.7.1
15642024-04-16T05:35:33.622Z Compiling serde_tokenstream v0.1.7
15652024-04-16T05:35:33.662Z Compiling enum-as-inner v0.5.1
15662024-04-16T05:35:34.021Z Compiling addr2line v0.21.0
15672024-04-16T05:35:34.137Z Compiling object v0.32.1
15682024-04-16T05:35:34.601Z Compiling hyper-rustls v0.24.2
15692024-04-16T05:35:34.678Z Compiling hyper-tls v0.5.0
15702024-04-16T05:35:34.743Z Compiling encoding_rs v0.8.33
15712024-04-16T05:35:34.940Z Compiling sync_wrapper v0.1.2
15722024-04-16T05:35:35.012Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
15732024-04-16T05:35:35.076Z Compiling smoltcp v0.9.1
15742024-04-16T05:35:35.668Z Compiling webpki-roots v0.25.2
15752024-04-16T05:35:35.813Z Compiling mime v0.3.17
15762024-04-16T05:35:36.538Z Compiling data-encoding v2.4.0
15772024-04-16T05:35:36.713Z Compiling rustc-demangle v0.1.23
15782024-04-16T05:35:37.708Z Compiling either v1.11.0
15792024-04-16T05:35:37.759Z Compiling reqwest v0.11.24
15802024-04-16T05:35:38.111Z Compiling pem-rfc7468 v0.7.0
15812024-04-16T05:35:40.498Z Compiling hmac v0.12.1
15822024-04-16T05:35:40.741Z Compiling futures-executor v0.3.30
15832024-04-16T05:35:41.131Z Compiling regress v0.9.1
15842024-04-16T05:35:42.505Z Compiling siphasher v0.3.11
15852024-04-16T05:35:42.609Z Compiling winnow v0.6.1
15862024-04-16T05:35:43.402Z Compiling flagset v0.4.3
15872024-04-16T05:35:43.486Z Compiling heck v0.5.0
15882024-04-16T05:35:43.613Z Compiling der v0.7.8
15892024-04-16T05:35:44.024Z Compiling clap_derive v4.5.4
15902024-04-16T05:35:46.249Z Compiling toml_edit v0.22.9
15912024-04-16T05:35:46.271Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
15922024-04-16T05:35:47.530Z Compiling flate2 v1.0.28
15932024-04-16T05:35:48.564Z Compiling usdt-attr-macro v0.3.5
15942024-04-16T05:35:48.801Z Compiling usdt-macro v0.3.5
15952024-04-16T05:35:50.315Z Compiling hubpack_derive v0.1.1
15962024-04-16T05:35:50.675Z Compiling zerocopy-derive v0.6.6
15972024-04-16T05:35:51.597Z Compiling utf8parse v0.2.1
15982024-04-16T05:35:51.767Z Compiling anstyle v1.0.6
15992024-04-16T05:35:51.831Z Compiling sha2 v0.10.8
16002024-04-16T05:35:52.091Z Compiling anstyle-parse v0.2.1
16012024-04-16T05:35:53.259Z Compiling futures v0.3.30
16022024-04-16T05:35:53.487Z Compiling spki v0.7.2
16032024-04-16T05:35:54.640Z Compiling md-5 v0.10.5
16042024-04-16T05:35:54.678Z Compiling toml v0.7.8
16052024-04-16T05:35:54.711Z Compiling hex v0.4.3
16062024-04-16T05:35:54.914Z Compiling stringprep v0.1.3
16072024-04-16T05:35:55.295Z Compiling block-padding v0.3.3
16082024-04-16T05:35:55.550Z Compiling num-integer v0.1.46
16092024-04-16T05:35:55.598Z Compiling diesel_table_macro_syntax v0.1.0
16102024-04-16T05:35:55.618Z Compiling hash32 v0.2.1
16112024-04-16T05:35:56.033Z Compiling fallible-iterator v0.2.0
16122024-04-16T05:35:56.054Z Compiling stable_deref_trait v1.2.0
16132024-04-16T05:35:56.305Z Compiling anstyle-query v1.0.0
16142024-04-16T05:35:56.334Z Compiling colorchoice v1.0.0
16152024-04-16T05:35:56.446Z Compiling anstream v0.6.11
16162024-04-16T05:35:56.751Z Compiling postgres-protocol v0.6.6
16172024-04-16T05:35:56.927Z Compiling diesel_derives v2.1.2
16182024-04-16T05:35:58.004Z Compiling inout v0.1.3
16192024-04-16T05:35:58.269Z Compiling pkcs8 v0.10.2
16202024-04-16T05:35:58.858Z Compiling phf_shared v0.11.2
16212024-04-16T05:35:59.234Z Compiling terminal_size v0.3.0
16222024-04-16T05:35:59.255Z Compiling ff v0.13.0
16232024-04-16T05:35:59.468Z Compiling strum_macros v0.25.2
16242024-04-16T05:35:59.758Z Compiling serde_repr v0.1.16
16252024-04-16T05:35:59.937Z Compiling scheduled-thread-pool v0.2.7
16262024-04-16T05:36:00.121Z Compiling clap_lex v0.7.0
16272024-04-16T05:36:00.393Z Compiling managed v0.8.0
16282024-04-16T05:36:00.546Z Compiling bit-vec v0.6.3
16292024-04-16T05:36:00.610Z Compiling strsim v0.11.0
16302024-04-16T05:36:00.858Z Compiling base16ct v0.2.0
16312024-04-16T05:36:00.996Z Compiling regex-automata v0.1.10
16322024-04-16T05:36:01.082Z Compiling matches v0.1.10
16332024-04-16T05:36:01.188Z Compiling idna v0.2.3
16342024-04-16T05:36:01.481Z Compiling bstr v0.2.17
16352024-04-16T05:36:01.514Z Compiling sec1 v0.7.3
16362024-04-16T05:36:02.117Z Compiling clap_builder v4.5.2
16372024-04-16T05:36:02.474Z Compiling r2d2 v0.8.10
16382024-04-16T05:36:02.924Z Compiling group v0.13.0
16392024-04-16T05:36:03.056Z Compiling phf v0.11.2
16402024-04-16T05:36:03.547Z Compiling signal-hook-mio v0.2.3
16412024-04-16T05:36:03.632Z Compiling cipher v0.4.4
16422024-04-16T05:36:03.698Z Compiling bzip2 v0.4.4
16432024-04-16T05:36:04.110Z Compiling postgres-types v0.2.6
16442024-04-16T05:36:04.132Z Compiling zerocopy v0.6.6
16452024-04-16T05:36:04.184Z Compiling hubpack v0.1.2
16462024-04-16T05:36:04.413Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
16472024-04-16T05:36:04.667Z Compiling phf_shared v0.10.0
16482024-04-16T05:36:04.907Z Compiling hkdf v0.12.4
16492024-04-16T05:36:05.184Z Compiling crypto-bigint v0.5.2
16502024-04-16T05:36:05.286Z Compiling ipnetwork v0.20.0
16512024-04-16T05:36:06.218Z Compiling float-cmp v0.9.0
16522024-04-16T05:36:06.463Z Compiling new_debug_unreachable v1.0.4
16532024-04-16T05:36:08.629Z Compiling whoami v1.5.1
16542024-04-16T05:36:08.906Z Compiling minimal-lexical v0.2.1
16552024-04-16T05:36:09.272Z Compiling normalize-line-endings v0.3.0
16562024-04-16T05:36:09.412Z Compiling difflib v0.4.0
16572024-04-16T05:36:09.453Z Compiling predicates-core v1.0.6
16582024-04-16T05:36:09.844Z Compiling fixedbitset v0.4.2
16592024-04-16T05:36:09.844Z Compiling precomputed-hash v0.1.1
16602024-04-16T05:36:09.963Z Compiling static_assertions v1.1.0
16612024-04-16T05:36:09.998Z Compiling string_cache v0.8.7
16622024-04-16T05:36:10.064Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
16632024-04-16T05:36:10.282Z Compiling petgraph v0.6.4
16642024-04-16T05:36:11.046Z Compiling predicates v3.1.0
16652024-04-16T05:36:11.555Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
16662024-04-16T05:36:11.696Z Compiling nom v7.1.3
16672024-04-16T05:36:12.873Z Compiling tokio-postgres v0.7.10
16682024-04-16T05:36:12.935Z Compiling diesel v2.1.5
16692024-04-16T05:36:13.541Z Compiling trust-dns-proto v0.22.0
16702024-04-16T05:36:14.334Z Compiling elliptic-curve v0.13.8
16712024-04-16T05:36:15.094Z Compiling yasna v0.5.2
16722024-04-16T05:36:15.412Z Compiling clap v4.5.4
16732024-04-16T05:36:15.539Z Compiling zip v0.6.6
16742024-04-16T05:36:15.730Z Compiling crossterm v0.27.0
16752024-04-16T05:36:17.459Z Compiling similar v2.4.0
16762024-04-16T05:36:17.487Z Compiling bit-set v0.5.3
16772024-04-16T05:36:17.755Z Compiling num-iter v0.1.44
16782024-04-16T05:36:17.784Z Compiling console v0.15.8
16792024-04-16T05:36:17.962Z Compiling usdt v0.3.5
16802024-04-16T05:36:18.253Z Compiling itertools v0.10.5
16812024-04-16T05:36:19.307Z Compiling tokio-stream v0.1.15
16822024-04-16T05:36:19.932Z Compiling getopts v0.2.21
16832024-04-16T05:36:20.144Z Compiling bstr v1.9.0
16842024-04-16T05:36:20.576Z Compiling lalrpop-util v0.19.12
16852024-04-16T05:36:20.610Z Compiling peg-runtime v0.8.2
16862024-04-16T05:36:20.915Z Compiling base64 v0.22.0
16872024-04-16T05:36:21.275Z Compiling unsafe-libyaml v0.2.10
16882024-04-16T05:36:21.874Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16892024-04-16T05:36:23.097Z Compiling serde_yaml v0.9.25
16902024-04-16T05:36:25.450Z Compiling camino v1.1.6
16912024-04-16T05:36:29.424Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16922024-04-16T05:36:30.302Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16932024-04-16T05:36:33.298Z Compiling sha1 v0.10.6
16942024-04-16T05:36:48.054Z Compiling ident_case v1.0.1
16952024-04-16T05:36:48.253Z Compiling strsim v0.10.0
16962024-04-16T05:36:48.552Z Compiling darling_core v0.20.8
16972024-04-16T05:36:48.783Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16982024-04-16T05:36:50.470Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16992024-04-16T05:36:50.722Z Compiling strum_macros v0.26.1
17002024-04-16T05:36:55.597Z Compiling darling_macro v0.20.8
17012024-04-16T05:36:56.018Z Compiling strum v0.26.2
17022024-04-16T05:36:56.214Z Compiling dirs-sys-next v0.1.2
17032024-04-16T05:36:56.385Z Compiling match_cfg v0.1.0
17042024-04-16T05:36:56.497Z Compiling dirs-next v2.0.0
17052024-04-16T05:36:56.621Z Compiling hostname v0.3.1
17062024-04-16T05:36:56.644Z Compiling darling v0.20.8
17072024-04-16T05:36:56.764Z Compiling http v1.0.0
17082024-04-16T05:36:56.787Z Compiling thread_local v1.1.7
17092024-04-16T05:36:56.830Z Compiling slog-async v2.8.0
17102024-04-16T05:36:56.862Z Compiling rustls-pki-types v1.3.0
17112024-04-16T05:36:57.024Z Compiling term v0.7.0
17122024-04-16T05:36:57.405Z Compiling crossbeam-channel v0.5.8
17132024-04-16T05:36:57.452Z Compiling is-terminal v0.4.9
17142024-04-16T05:36:57.590Z Compiling proc-macro-error-attr v1.0.4
17152024-04-16T05:36:57.657Z Compiling rustls v0.22.2
17162024-04-16T05:36:57.895Z Compiling paste v1.0.14
17172024-04-16T05:36:57.898Z Compiling take_mut v0.2.2
17182024-04-16T05:36:58.010Z Compiling slog-term v2.9.1
17192024-04-16T05:36:58.089Z Compiling rustls-webpki v0.102.1
17202024-04-16T05:36:58.134Z Compiling multer v3.0.0
17212024-04-16T05:36:58.489Z Compiling proc-macro-error v1.0.4
17222024-04-16T05:36:58.510Z Compiling instant v0.1.12
17232024-04-16T05:36:59.162Z Compiling slog-json v2.6.1
17242024-04-16T05:36:59.214Z Compiling async-stream-impl v0.3.5
17252024-04-16T05:36:59.567Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
17262024-04-16T05:36:59.701Z Compiling debug-ignore v1.0.5
17272024-04-16T05:36:59.727Z Compiling atomic-waker v1.1.1
17282024-04-16T05:36:59.860Z Compiling waitgroup v0.1.2
17292024-04-16T05:36:59.920Z Compiling slog-bunyan v2.5.0
17302024-04-16T05:37:00.091Z Compiling rustls-pemfile v2.1.2
17312024-04-16T05:37:00.132Z Compiling serde_with_macros v3.7.0
17322024-04-16T05:37:00.230Z Compiling toml v0.8.12
17332024-04-16T05:37:00.517Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
17342024-04-16T05:37:00.988Z Compiling serde_path_to_error v0.1.16
17352024-04-16T05:37:00.992Z Compiling async-stream v0.3.5
17362024-04-16T05:37:00.996Z Compiling structmeta-derive v0.3.0
17372024-04-16T05:37:01.037Z Compiling newtype-uuid v1.1.0
17382024-04-16T05:37:01.347Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17392024-04-16T05:37:01.410Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17402024-04-16T05:37:01.700Z Compiling backoff v0.4.0
17412024-04-16T05:37:01.974Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17422024-04-16T05:37:02.047Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
17432024-04-16T05:37:02.145Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17442024-04-16T05:37:02.331Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17452024-04-16T05:37:02.506Z Compiling macaddr v1.0.1
17462024-04-16T05:37:02.734Z Compiling proc-macro-crate v1.3.1
17472024-04-16T05:37:02.777Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17482024-04-16T05:37:02.970Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17492024-04-16T05:37:03.129Z Compiling tokio-rustls v0.25.0
17502024-04-16T05:37:03.252Z Compiling serde_with v3.7.0
17512024-04-16T05:37:03.345Z Compiling foreign-types-macros v0.2.3
17522024-04-16T05:37:03.893Z Compiling num_enum_derive v0.5.11
17532024-04-16T05:37:04.084Z Compiling structmeta v0.3.0
17542024-04-16T05:37:04.572Z Compiling parse-display-derive v0.9.0
17552024-04-16T05:37:04.740Z Compiling foreign-types-shared v0.3.1
17562024-04-16T05:37:04.876Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17572024-04-16T05:37:05.196Z Compiling heapless v0.8.0
17582024-04-16T05:37:06.134Z Compiling foreign-types v0.5.0
17592024-04-16T05:37:06.648Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17602024-04-16T05:37:06.756Z Compiling num_enum v0.5.11
17612024-04-16T05:37:06.929Z Compiling cstr-argument v0.1.2
17622024-04-16T05:37:07.180Z Compiling hash32 v0.3.1
17632024-04-16T05:37:07.306Z Compiling pretty-hex v0.2.1
17642024-04-16T05:37:07.407Z Compiling smoltcp v0.11.0
17652024-04-16T05:37:07.429Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17662024-04-16T05:37:07.793Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17672024-04-16T05:37:08.191Z Compiling tabwriter v1.4.0
17682024-04-16T05:37:08.432Z Compiling colored v2.1.0
17692024-04-16T05:37:08.711Z Compiling atty v0.2.14
17702024-04-16T05:37:08.851Z Compiling socket2 v0.4.9
17712024-04-16T05:37:08.912Z Compiling fastrand v2.0.1
17722024-04-16T05:37:09.094Z Compiling cobs v0.2.3
17732024-04-16T05:37:09.197Z Compiling embedded-io v0.4.0
17742024-04-16T05:37:09.364Z Compiling parse-display v0.9.0
17752024-04-16T05:37:09.417Z Compiling postcard v1.0.8
17762024-04-16T05:37:09.438Z Compiling tempfile v3.10.1
17772024-04-16T05:37:09.501Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17782024-04-16T05:37:09.702Z Compiling crucible-workspace-hack v0.1.0
17792024-04-16T05:37:09.829Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17802024-04-16T05:37:10.050Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17812024-04-16T05:37:10.073Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17822024-04-16T05:37:10.105Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
17832024-04-16T05:37:10.310Z Compiling smf v0.2.3
17842024-04-16T05:37:10.334Z Compiling humantime v2.1.0
17852024-04-16T05:37:10.435Z Compiling platforms v3.0.2
17862024-04-16T05:37:10.795Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
17872024-04-16T05:37:10.990Z Compiling camino-tempfile v1.1.1
17882024-04-16T05:37:11.127Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
17892024-04-16T05:37:11.156Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62)
17902024-04-16T05:37:11.430Z Compiling heck v0.3.3
17912024-04-16T05:37:11.452Z Compiling usdt-attr-macro v0.5.0
17922024-04-16T05:37:11.624Z Compiling usdt-macro v0.5.0
17932024-04-16T05:37:11.675Z Compiling num-derive v0.4.0
17942024-04-16T05:37:11.886Z Compiling memmap v0.7.0
17952024-04-16T05:37:12.260Z Compiling sigpipe v0.1.3
17962024-04-16T05:37:12.396Z Compiling utf-8 v0.7.6
17972024-04-16T05:37:12.696Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17982024-04-16T05:37:12.754Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
17992024-04-16T05:37:13.112Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62)
18002024-04-16T05:37:13.133Z Compiling usdt v0.5.0
18012024-04-16T05:37:13.641Z Compiling unicase v2.7.0
18022024-04-16T05:37:14.042Z Compiling rayon-core v1.12.1
18032024-04-16T05:37:14.064Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5677c7be81b60d9ba9c30991d10376f279a1d3b7#5677c7be)
18042024-04-16T05:37:14.235Z Compiling semver v0.1.20
18052024-04-16T05:37:14.398Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18062024-04-16T05:37:14.421Z Compiling curve25519-dalek v4.1.2
18072024-04-16T05:37:14.441Z Compiling newline-converter v0.3.0
18082024-04-16T05:37:14.570Z Compiling rustc_version v0.1.7
18092024-04-16T05:37:14.606Z Compiling crossbeam-deque v0.8.3
18102024-04-16T05:37:14.909Z Compiling universal-hash v0.5.1
18112024-04-16T05:37:14.926Z Compiling opaque-debug v0.3.0
18122024-04-16T05:37:14.990Z Compiling same-file v1.0.6
18132024-04-16T05:37:15.089Z Compiling newtype_derive v0.1.6
18142024-04-16T05:37:15.108Z Compiling expectorate v1.1.0
18152024-04-16T05:37:15.175Z Compiling walkdir v2.5.0
18162024-04-16T05:37:15.213Z Compiling tungstenite v0.20.1
18172024-04-16T05:37:15.459Z Compiling signature v2.1.0
18182024-04-16T05:37:15.520Z Compiling curve25519-dalek-derive v0.1.0
18192024-04-16T05:37:15.718Z Compiling blake3 v1.5.0
18202024-04-16T05:37:15.921Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18212024-04-16T05:37:16.132Z Compiling num-rational v0.4.1
18222024-04-16T05:37:16.177Z Compiling getrandom v0.1.16
18232024-04-16T05:37:16.332Z Compiling termcolor v1.2.0
18242024-04-16T05:37:16.454Z Compiling arc-swap v1.6.0
18252024-04-16T05:37:16.820Z Compiling env_logger v0.9.3
18262024-04-16T05:37:16.930Z Compiling slog-scope v4.4.0
18272024-04-16T05:37:17.155Z Compiling tokio-tungstenite v0.20.1
18282024-04-16T05:37:17.230Z Compiling rayon v1.10.0
18292024-04-16T05:37:17.536Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18302024-04-16T05:37:17.661Z Compiling password-hash v0.5.0
18312024-04-16T05:37:17.701Z Compiling textwrap v0.11.0
18322024-04-16T05:37:18.010Z Compiling blake2 v0.10.6
18332024-04-16T05:37:18.210Z Compiling bitstruct_derive v0.1.0
18342024-04-16T05:37:18.229Z Compiling xattr v1.0.1
18352024-04-16T05:37:18.364Z Compiling filetime v0.2.23
18362024-04-16T05:37:18.514Z Compiling memmap2 v0.7.1
18372024-04-16T05:37:18.719Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18382024-04-16T05:37:18.740Z Compiling linked-hash-map v0.5.6
18392024-04-16T05:37:18.903Z Compiling ansi_term v0.12.1
18402024-04-16T05:37:18.972Z Compiling home v0.5.5
18412024-04-16T05:37:19.151Z Compiling quick-error v1.2.3
18422024-04-16T05:37:19.240Z Compiling parking_lot_core v0.8.6
18432024-04-16T05:37:19.319Z Compiling arrayvec v0.7.4
18442024-04-16T05:37:19.462Z Compiling vec_map v0.8.2
18452024-04-16T05:37:19.508Z Compiling arrayref v0.3.7
18462024-04-16T05:37:19.613Z Compiling strsim v0.8.0
18472024-04-16T05:37:19.666Z Compiling bytecount v0.6.3
18482024-04-16T05:37:19.725Z Compiling constant_time_eq v0.3.0
18492024-04-16T05:37:19.749Z Compiling libefi-sys v0.1.0
18502024-04-16T05:37:19.749Z Compiling ascii v1.1.0
18512024-04-16T05:37:19.875Z Compiling clap v2.34.0
18522024-04-16T05:37:19.899Z Compiling papergrid v0.11.0
18532024-04-16T05:37:20.118Z Compiling bitstruct v0.1.1
18542024-04-16T05:37:20.244Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
18552024-04-16T05:37:20.261Z Compiling resolv-conf v0.7.0
18562024-04-16T05:37:20.360Z Compiling toolchain_find v0.4.0
18572024-04-16T05:37:21.033Z Compiling lru-cache v0.1.2
18582024-04-16T05:37:21.063Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18592024-04-16T05:37:21.249Z Compiling tar v0.4.40
18602024-04-16T05:37:21.330Z Compiling argon2 v0.5.3
18612024-04-16T05:37:21.683Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18622024-04-16T05:37:23.382Z Compiling slog-stdlog v4.1.1
18632024-04-16T05:37:23.835Z Compiling structopt-derive v0.4.18
18642024-04-16T05:37:24.100Z Compiling tabled_derive v0.7.0
18652024-04-16T05:37:24.294Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18662024-04-16T05:37:24.950Z Compiling rfc6979 v0.4.0
18672024-04-16T05:37:25.154Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18682024-04-16T05:37:25.458Z Compiling serde_arrays v0.1.0
18692024-04-16T05:37:25.535Z Compiling erased-serde v0.3.31
18702024-04-16T05:37:25.632Z Compiling aead v0.5.2
18712024-04-16T05:37:25.792Z Compiling num-complex v0.4.5
18722024-04-16T05:37:26.021Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
18732024-04-16T05:37:26.055Z Compiling nibble_vec v0.1.0
18742024-04-16T05:37:26.265Z Compiling slog-dtrace v0.3.0
18752024-04-16T05:37:26.439Z Compiling cancel-safe-futures v0.1.5
18762024-04-16T05:37:26.574Z Compiling topological-sort v0.2.2
18772024-04-16T05:37:26.725Z Compiling winapi v0.3.9
18782024-04-16T05:37:26.787Z Compiling keccak v0.1.4
18792024-04-16T05:37:26.791Z Compiling endian-type v0.1.2
18802024-04-16T05:37:26.834Z Compiling structopt v0.3.26
18812024-04-16T05:37:26.896Z Compiling omicron-zone-package v0.11.0
18822024-04-16T05:37:27.386Z Compiling tabled v0.15.0
18832024-04-16T05:37:27.387Z Compiling radix_trie v0.2.1
18842024-04-16T05:37:27.387Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18852024-04-16T05:37:27.717Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18862024-04-16T05:37:27.749Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18872024-04-16T05:37:27.806Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18882024-04-16T05:37:28.221Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18892024-04-16T05:37:28.669Z Compiling sha3 v0.10.8
18902024-04-16T05:37:28.907Z Compiling num v0.4.2
18912024-04-16T05:37:29.033Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18922024-04-16T05:37:29.670Z Compiling rustfmt-wrapper v0.2.1
18932024-04-16T05:37:29.718Z Compiling ecdsa v0.16.9
18942024-04-16T05:37:29.741Z Compiling rand_core v0.5.1
18952024-04-16T05:37:30.238Z Compiling slog-envlogger v2.2.0
18962024-04-16T05:37:30.297Z Compiling steno v0.4.0
18972024-04-16T05:37:30.511Z Compiling mime_guess v2.0.4
18982024-04-16T05:37:31.053Z Compiling trust-dns-resolver v0.22.0
18992024-04-16T05:37:32.977Z Compiling poly1305 v0.8.0
19002024-04-16T05:37:33.531Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19012024-04-16T05:37:34.329Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
19022024-04-16T05:37:34.481Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19032024-04-16T05:37:34.741Z Compiling primeorder v0.13.6
19042024-04-16T05:37:34.800Z Compiling chacha20 v0.9.1
19052024-04-16T05:37:35.152Z Compiling secrecy v0.8.0
19062024-04-16T05:37:35.217Z Compiling thiserror-impl-no-std v2.0.2
19072024-04-16T05:37:35.254Z Compiling half v2.3.1
19082024-04-16T05:37:35.421Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
19092024-04-16T05:37:35.483Z Compiling ciborium-io v0.2.2
19102024-04-16T05:37:35.599Z Compiling option-ext v0.2.0
19112024-04-16T05:37:35.632Z Compiling convert_case v0.4.0
19122024-04-16T05:37:35.746Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
19132024-04-16T05:37:35.792Z Compiling dirs-sys v0.4.1
19142024-04-16T05:37:36.080Z Compiling ciborium-ll v0.2.2
19152024-04-16T05:37:36.410Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19162024-04-16T05:37:36.516Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
19172024-04-16T05:37:36.632Z Compiling derive_more v0.99.17
19182024-04-16T05:37:37.494Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
19192024-04-16T05:37:38.092Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
19202024-04-16T05:37:38.559Z Compiling thiserror-no-std v2.0.2
19212024-04-16T05:37:38.698Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
19222024-04-16T05:37:39.282Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
19232024-04-16T05:37:39.406Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19242024-04-16T05:37:39.839Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19252024-04-16T05:37:40.827Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19262024-04-16T05:37:41.200Z Compiling parking_lot v0.11.2
19272024-04-16T05:37:42.128Z Compiling rand_chacha v0.2.2
19282024-04-16T05:37:42.935Z Compiling trust-dns-client v0.22.0
19292024-04-16T05:37:44.107Z Compiling ed25519 v2.2.2
19302024-04-16T05:37:44.307Z Compiling polyval v0.6.1
19312024-04-16T05:37:44.598Z Compiling tungstenite v0.21.0
19322024-04-16T05:37:44.741Z Compiling zone_cfg_derive v0.1.2
19332024-04-16T05:37:45.268Z Compiling ctr v0.9.2
19342024-04-16T05:37:45.582Z Compiling aes v0.8.3
19352024-04-16T05:37:45.643Z Compiling blowfish v0.9.1
19362024-04-16T05:37:46.047Z Compiling password-hash v0.4.2
19372024-04-16T05:37:46.104Z Compiling libsw v3.3.1
19382024-04-16T05:37:46.363Z Compiling toml v0.5.11
19392024-04-16T05:37:46.437Z Compiling pbkdf2 v0.12.2
19402024-04-16T05:37:46.623Z Compiling derive-where v1.2.7
19412024-04-16T05:37:46.995Z Compiling gethostname v0.4.3
19422024-04-16T05:37:47.291Z Compiling fxhash v0.2.1
19432024-04-16T05:37:47.351Z Compiling owo-colors v4.0.0
19442024-04-16T05:37:47.510Z Compiling base64 v0.13.1
19452024-04-16T05:37:48.144Z Compiling linear-map v1.2.0
19462024-04-16T05:37:48.497Z Compiling swrite v0.1.0
19472024-04-16T05:37:48.522Z Compiling trust-dns-server v0.22.1
19482024-04-16T05:37:48.637Z Compiling ron v0.7.1
19492024-04-16T05:37:49.713Z Compiling sled v0.34.7
19502024-04-16T05:37:50.342Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19512024-04-16T05:37:50.993Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
19522024-04-16T05:37:52.288Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19532024-04-16T05:37:54.246Z Compiling bcrypt-pbkdf v0.10.0
19542024-04-16T05:37:54.831Z Compiling pbkdf2 v0.11.0
19552024-04-16T05:37:54.967Z Compiling zone v0.1.8
19562024-04-16T05:37:55.223Z Compiling tokio-tungstenite v0.21.0
19572024-04-16T05:37:55.575Z Compiling ghash v0.5.0
19582024-04-16T05:38:01.209Z Compiling ed25519-dalek v2.0.0
19592024-04-16T05:38:01.255Z Compiling russh-cryptovec v0.7.0
19602024-04-16T05:38:01.256Z Compiling rand v0.7.3
19612024-04-16T05:38:01.256Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19622024-04-16T05:38:01.256Z Compiling vsss-rs v3.3.4
19632024-04-16T05:38:01.256Z Compiling ciborium v0.2.2
19642024-04-16T05:38:01.256Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
19652024-04-16T05:38:01.283Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19662024-04-16T05:38:01.308Z Compiling dirs v5.0.1
19672024-04-16T05:38:01.308Z Compiling chacha20poly1305 v0.10.1
19682024-04-16T05:38:01.309Z Compiling p521 v0.13.3
19692024-04-16T05:38:01.309Z Compiling p256 v0.13.2
19702024-04-16T05:38:01.309Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19712024-04-16T05:38:01.309Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
19722024-04-16T05:38:01.322Z Compiling pem v3.0.4
19732024-04-16T05:38:01.363Z Compiling cbc v0.1.2
19742024-04-16T05:38:01.463Z Compiling headers-core v0.2.0
19752024-04-16T05:38:01.584Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62)
19762024-04-16T05:38:01.646Z Compiling portpicker v0.1.1
19772024-04-16T05:38:01.992Z Compiling kstat-rs v0.2.3
19782024-04-16T05:38:02.017Z Compiling nanorand v0.7.0
19792024-04-16T05:38:02.047Z Compiling md5 v0.7.0
19802024-04-16T05:38:02.330Z Compiling http-range v0.1.5
19812024-04-16T05:38:02.351Z Compiling glob v0.3.1
19822024-04-16T05:38:02.580Z Compiling hyper-staticfile v0.9.5
19832024-04-16T05:38:02.580Z Compiling flume v0.11.0
19842024-04-16T05:38:02.625Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
19852024-04-16T05:38:02.700Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
19862024-04-16T05:38:03.283Z Compiling russh-keys v0.42.0
19872024-04-16T05:38:03.555Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62)
19882024-04-16T05:38:04.118Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
19892024-04-16T05:38:06.760Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
19902024-04-16T05:38:06.797Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
19912024-04-16T05:38:06.866Z Compiling rcgen v0.12.1
19922024-04-16T05:38:07.092Z Compiling headers v0.3.9
19932024-04-16T05:38:08.075Z Compiling aes-gcm v0.10.3
19942024-04-16T05:38:08.377Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
19952024-04-16T05:38:09.405Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
19962024-04-16T05:38:10.555Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
19972024-04-16T05:38:13.548Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
19982024-04-16T05:38:13.642Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62)
19992024-04-16T05:38:15.099Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5677c7be81b60d9ba9c30991d10376f279a1d3b7#5677c7be)
20002024-04-16T05:38:16.102Z Compiling atomicwrites v0.4.3
20012024-04-16T05:38:16.475Z Compiling itertools v0.12.1
20022024-04-16T05:38:16.632Z Compiling subprocess v0.2.9
20032024-04-16T05:38:16.754Z Compiling display-error-chain v0.2.0
20042024-04-16T05:38:16.954Z Compiling dhcproto-macros v0.1.0
20052024-04-16T05:38:17.995Z Compiling hex-literal v0.4.1
20062024-04-16T05:38:18.155Z Compiling russh v0.42.0
20072024-04-16T05:38:18.179Z Compiling dhcproto v0.11.0
20082024-04-16T05:38:18.699Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20092024-04-16T05:38:19.686Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
20102024-04-16T05:38:20.796Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
20112024-04-16T05:38:21.448Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
20122024-04-16T05:38:21.721Z Compiling internet-checksum v0.2.1
20132024-04-16T05:38:24.173Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
20142024-04-16T05:38:43.938Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
20152024-04-16T05:39:25.781Z Finished dev [unoptimized + debuginfo] target(s) in 5m 20s
20162024-04-16T05:39:26.109Z
20172024-04-16T05:39:26.109Zreal 5:20.671821369
20182024-04-16T05:39:26.109Zuser 27:52.528675421
20192024-04-16T05:39:26.109Zsys 6:13.186848810
20202024-04-16T05:39:26.109Ztrap 0.813730858
20212024-04-16T05:39:26.113Ztflt 3.169602447
20222024-04-16T05:39:26.113Zdflt 3.201216079
20232024-04-16T05:39:26.113Zkflt 0.090023290
20242024-04-16T05:39:26.113Zlock 52:04.992953245
20252024-04-16T05:39:26.113Zslp 1:20:14.773721717
20262024-04-16T05:39:26.113Zlat 1:44.739707713
20272024-04-16T05:39:26.113Zstop 4:38.649609589
20282024-04-16T05:39:26.113Z+ mkdir -p /work
20292024-04-16T05:39:26.113Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin commtest
20302024-04-16T05:39:26.907Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
20312024-04-16T05:39:36.110Z Finished dev [unoptimized + debuginfo] target(s) in 9.95s
20322024-04-16T05:39:36.198Z
20332024-04-16T05:39:36.199Zreal 10.065511517
20342024-04-16T05:39:36.199Zuser 6.976460123
20352024-04-16T05:39:36.199Zsys 4.008711245
20362024-04-16T05:39:36.199Ztrap 0.001532245
20372024-04-16T05:39:36.199Ztflt 0.002411121
20382024-04-16T05:39:36.202Zdflt 0.033226900
20392024-04-16T05:39:36.203Zkflt 0.000000000
20402024-04-16T05:39:36.203Zlock 27.703678603
20412024-04-16T05:39:36.203Zslp 40.216934915
20422024-04-16T05:39:36.203Zlat 0.036681075
20432024-04-16T05:39:36.203Zstop 0.349706642
20442024-04-16T05:39:36.203Z+ cp target/debug/commtest /work/commtest
20452024-04-16T05:39:36.607Z+ mkdir -p /work/end-to-end-tests
20462024-04-16T05:39:36.611Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
20472024-04-16T05:39:37.746Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20482024-04-16T05:39:37.746Z+ ptime -m gzip
20492024-04-16T05:39:37.752Z++ basename target/debug/bootstrap
20502024-04-16T05:39:50.114Z
20512024-04-16T05:39:50.114Zreal 12.764171179
20522024-04-16T05:39:50.114Zuser 12.668478542
20532024-04-16T05:39:50.114Zsys 0.082290779
20542024-04-16T05:39:50.114Ztrap 0.004215604
20552024-04-16T05:39:50.114Ztflt 0.000000000
20562024-04-16T05:39:50.118Zdflt 0.000000000
20572024-04-16T05:39:50.118Zkflt 0.000000000
20582024-04-16T05:39:50.118Zlock 0.000000000
20592024-04-16T05:39:50.118Zslp 0.000000000
20602024-04-16T05:39:50.118Zlat 0.008786906
20612024-04-16T05:39:50.118Zstop 0.000172778
20622024-04-16T05:39:50.118Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20632024-04-16T05:39:50.118Z+ ptime -m gzip
20642024-04-16T05:39:50.118Z++ basename /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-82c1ba2d68fcd2b5
20652024-04-16T05:39:51.301Z
20662024-04-16T05:39:51.301Zreal 1.180135894
20672024-04-16T05:39:51.301Zuser 1.169686749
20682024-04-16T05:39:51.301Zsys 0.009832719
20692024-04-16T05:39:51.301Ztrap 0.000090411
20702024-04-16T05:39:51.301Ztflt 0.000000000
20712024-04-16T05:39:51.301Zdflt 0.000000000
20722024-04-16T05:39:51.305Zkflt 0.000000000
20732024-04-16T05:39:51.305Zlock 0.000000000
20742024-04-16T05:39:51.305Zslp 0.000000000
20752024-04-16T05:39:51.305Zlat 0.000114192
20762024-04-16T05:39:51.305Zstop 0.000179077
20772024-04-16T05:39:51.305Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20782024-04-16T05:39:51.305Z+ ptime -m gzip
20792024-04-16T05:39:51.305Z++ basename /work/oxidecomputer/omicron/target/debug/deps/commtest-b58e5352aeaeed7b
20802024-04-16T05:39:52.489Z
20812024-04-16T05:39:52.495Zreal 1.178301099
20822024-04-16T05:39:52.495Zuser 1.167566473
20832024-04-16T05:39:52.495Zsys 0.009566856
20842024-04-16T05:39:52.495Ztrap 0.000344865
20852024-04-16T05:39:52.496Ztflt 0.000000000
20862024-04-16T05:39:52.496Zdflt 0.000000000
20872024-04-16T05:39:52.496Zkflt 0.000000000
20882024-04-16T05:39:52.496Zlock 0.000000000
20892024-04-16T05:39:52.496Zslp 0.000000000
20902024-04-16T05:39:52.496Zlat 0.000417033
20912024-04-16T05:39:52.496Zstop 0.000175947
20922024-04-16T05:39:52.496Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20932024-04-16T05:39:52.496Z+ ptime -m gzip
20942024-04-16T05:39:52.496Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-7ead28e4b9d6fd04
20952024-04-16T05:39:53.671Z
20962024-04-16T05:39:53.676Zreal 1.172583080
20972024-04-16T05:39:53.676Zuser 1.161654100
20982024-04-16T05:39:53.676Zsys 0.010336960
20992024-04-16T05:39:53.677Ztrap 0.000075115
21002024-04-16T05:39:53.677Ztflt 0.000000000
21012024-04-16T05:39:53.677Zdflt 0.000000000
21022024-04-16T05:39:53.677Zkflt 0.000000000
21032024-04-16T05:39:53.677Zlock 0.000000000
21042024-04-16T05:39:53.677Zslp 0.000000000
21052024-04-16T05:39:53.677Zlat 0.000105722
21062024-04-16T05:39:53.677Zstop 0.000180477
21072024-04-16T05:39:53.677Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
21082024-04-16T05:39:53.677Z+ ptime -m gzip
21092024-04-16T05:39:53.678Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-7605479387004a93
21102024-04-16T05:40:10.725Z
21112024-04-16T05:40:10.757Zreal 12.987183291
21122024-04-16T05:40:10.758Zuser 12.899612477
21132024-04-16T05:40:10.758Zsys 0.084050100
21142024-04-16T05:40:10.758Ztrap 0.001837287
21152024-04-16T05:40:10.758Ztflt 0.000000000
21162024-04-16T05:40:10.758Zdflt 0.000000000
21172024-04-16T05:40:10.758Zkflt 0.000000000
21182024-04-16T05:40:10.758Zlock 0.000000000
21192024-04-16T05:40:10.758Zslp 0.000000000
21202024-04-16T05:40:10.758Zlat 0.001267121
21212024-04-16T05:40:10.758Zstop 0.000188886
21222024-04-16T05:40:10.758Z+ banner caboose-util
21232024-04-16T05:40:10.758Z
21242024-04-16T05:40:10.759Z #### ## ##### #### #### #### ###### # # #####
21252024-04-16T05:40:10.759Z # # # # # # # # # # # # # # #
21262024-04-16T05:40:10.759Z # # # ##### # # # # #### ##### ##### # # #
21272024-04-16T05:40:10.759Z # ###### # # # # # # # # # # #
21282024-04-16T05:40:10.759Z # # # # # # # # # # # # # # # #
21292024-04-16T05:40:10.759Z #### # # ##### #### #### #### ###### #### #
21302024-04-16T05:40:10.759Z
21312024-04-16T05:40:10.759Z+ ptime -m cargo build --locked -p caboose-util --release
21322024-04-16T05:40:10.759Z Downloading crates ...
21332024-04-16T05:40:10.759Z Downloaded crc-catalog v2.2.0
21342024-04-16T05:40:10.759Z Downloaded array-init v0.0.4
21352024-04-16T05:40:10.759Z Downloaded tap v1.0.1
21362024-04-16T05:40:10.760Z Downloaded bitfield v0.14.0
21372024-04-16T05:40:10.760Z Downloaded funty v2.0.0
21382024-04-16T05:40:10.760Z Downloaded env_logger v0.10.0
21392024-04-16T05:40:10.760Z Downloaded crc v3.0.1
21402024-04-16T05:40:10.760Z Downloaded wyz v0.5.1
21412024-04-16T05:40:10.760Z Downloaded radium v0.7.0
21422024-04-16T05:40:10.760Z Downloaded packed_struct_codegen v0.10.1
21432024-04-16T05:40:10.760Z Downloaded packed_struct v0.10.1
21442024-04-16T05:40:10.760Z Downloaded nodrop v0.1.14
21452024-04-16T05:40:10.760Z Downloaded maybe-uninit v2.0.0
21462024-04-16T05:40:10.760Z Downloaded smallvec v0.6.14
21472024-04-16T05:40:10.760Z Downloaded path-slash v0.1.5
21482024-04-16T05:40:10.760Z Downloaded serde-hex v0.1.0
21492024-04-16T05:40:10.760Z Downloaded pkcs1 v0.7.5
21502024-04-16T05:40:10.761Z Downloaded crc-any v2.4.3
21512024-04-16T05:40:10.761Z Downloaded ron v0.8.1
21522024-04-16T05:40:10.761Z Downloaded x509-cert v0.2.4
21532024-04-16T05:40:10.761Z Downloaded rsa v0.9.2
21542024-04-16T05:40:10.761Z Downloaded num-bigint-dig v0.8.4
21552024-04-16T05:40:10.761Z Downloaded hashbrown v0.13.2
21562024-04-16T05:40:10.761Z Downloaded object v0.30.4
21572024-04-16T05:40:10.761Z Downloaded bitvec v1.0.1
21582024-04-16T05:40:10.761Z Compiling proc-macro2 v1.0.80
21592024-04-16T05:40:10.761Z Compiling unicode-ident v1.0.12
21602024-04-16T05:40:10.761Z Compiling libc v0.2.153
21612024-04-16T05:40:10.761Z Compiling serde v1.0.197
21622024-04-16T05:40:10.762Z Compiling autocfg v1.1.0
21632024-04-16T05:40:10.762Z Compiling version_check v0.9.4
21642024-04-16T05:40:10.762Z Compiling cfg-if v1.0.0
21652024-04-16T05:40:10.762Z Compiling typenum v1.16.0
21662024-04-16T05:40:10.762Z Compiling once_cell v1.19.0
21672024-04-16T05:40:10.762Z Compiling parking_lot_core v0.9.8
21682024-04-16T05:40:10.762Z Compiling memchr v2.7.1
21692024-04-16T05:40:10.762Z Compiling syn v1.0.109
21702024-04-16T05:40:10.762Z Compiling byteorder v1.5.0
21712024-04-16T05:40:10.762Z Compiling generic-array v0.14.7
21722024-04-16T05:40:10.762Z Compiling lock_api v0.4.10
21732024-04-16T05:40:10.762Z Compiling libm v0.2.7
21742024-04-16T05:40:10.762Z Compiling num-traits v0.2.18
21752024-04-16T05:40:10.763Z Compiling ahash v0.8.8
21762024-04-16T05:40:10.763Z Compiling quote v1.0.36
21772024-04-16T05:40:10.763Z Compiling serde_json v1.0.116
21782024-04-16T05:40:10.763Z Compiling pkg-config v0.3.27
21792024-04-16T05:40:10.763Z Compiling thiserror v1.0.58
21802024-04-16T05:40:10.763Z Compiling syn v2.0.59
21812024-04-16T05:40:10.763Z Compiling cc v1.0.83
21822024-04-16T05:40:10.763Z Compiling getrandom v0.2.12
21832024-04-16T05:40:10.763Z Compiling scopeguard v1.2.0
21842024-04-16T05:40:10.763Z Compiling itoa v1.0.9
21852024-04-16T05:40:10.763Z Compiling log v0.4.21
21862024-04-16T05:40:10.763Z Compiling slab v0.4.9
21872024-04-16T05:40:10.763Z Compiling rand_core v0.6.4
21882024-04-16T05:40:10.764Z Compiling smallvec v1.13.1
21892024-04-16T05:40:11.185Z Compiling vcpkg v0.2.15
21902024-04-16T05:40:11.929Z Compiling const-oid v0.9.6
21912024-04-16T05:40:12.241Z Compiling parking_lot v0.12.1
21922024-04-16T05:40:12.744Z Compiling pin-project-lite v0.2.13
21932024-04-16T05:40:12.855Z Compiling ryu v1.0.15
21942024-04-16T05:40:12.989Z Compiling openssl-sys v0.9.102
21952024-04-16T05:40:13.105Z Compiling ring v0.17.8
21962024-04-16T05:40:13.170Z Compiling ucd-trie v0.1.6
21972024-04-16T05:40:13.745Z Compiling signal-hook-registry v1.4.1
21982024-04-16T05:40:14.128Z Compiling subtle v2.5.0
21992024-04-16T05:40:14.542Z Compiling rustix v0.38.31
22002024-04-16T05:40:14.543Z Compiling ring v0.16.20
22012024-04-16T05:40:14.543Z Compiling mio v0.8.11
22022024-04-16T05:40:14.885Z Compiling futures-core v0.3.30
22032024-04-16T05:40:15.121Z Compiling semver v1.0.22
22042024-04-16T05:40:15.384Z Compiling tinyvec_macros v0.1.1
22052024-04-16T05:40:15.482Z Compiling tinyvec v1.6.0
22062024-04-16T05:40:16.572Z Compiling spin v0.5.2
22072024-04-16T05:40:16.896Z Compiling unicode-normalization v0.1.22
22082024-04-16T05:40:17.165Z Compiling socket2 v0.5.6
22092024-04-16T05:40:17.392Z Compiling num_cpus v1.16.0
22102024-04-16T05:40:17.599Z Compiling unicode-xid v0.2.4
22112024-04-16T05:40:17.752Z Compiling httparse v1.8.0
22122024-04-16T05:40:18.007Z Compiling unicode-bidi v0.3.15
22132024-04-16T05:40:18.141Z Compiling openssl v0.10.64
22142024-04-16T05:40:18.915Z Compiling allocator-api2 v0.2.16
22152024-04-16T05:40:18.920Z Compiling futures-sink v0.3.30
22162024-04-16T05:40:18.920Z Compiling synstructure v0.12.6
22172024-04-16T05:40:18.993Z Compiling equivalent v1.0.1
22182024-04-16T05:40:19.099Z Compiling time-core v0.1.2
22192024-04-16T05:40:19.253Z Compiling num-conv v0.1.0
22202024-04-16T05:40:19.456Z Compiling futures-channel v0.3.30
22212024-04-16T05:40:19.512Z Compiling time-macros v0.2.17
22222024-04-16T05:40:19.866Z Compiling ppv-lite86 v0.2.17
22232024-04-16T05:40:20.011Z Compiling futures-io v0.3.30
22242024-04-16T05:40:20.117Z Compiling native-tls v0.2.11
22252024-04-16T05:40:20.275Z Compiling rustls v0.21.9
22262024-04-16T05:40:20.573Z Compiling futures-task v0.3.30
22272024-04-16T05:40:20.669Z Compiling crc32fast v1.3.2
22282024-04-16T05:40:21.020Z Compiling pin-utils v0.1.0
22292024-04-16T05:40:21.112Z Compiling rand_chacha v0.3.1
22302024-04-16T05:40:21.129Z Compiling bzip2-sys v0.1.11+1.0.8
22312024-04-16T05:40:21.593Z Compiling spin v0.9.8
22322024-04-16T05:40:21.613Z Compiling tracing-core v0.1.32
22332024-04-16T05:40:21.627Z Compiling base64ct v1.6.0
22342024-04-16T05:40:22.148Z Compiling serde_derive v1.0.197
22352024-04-16T05:40:22.152Z Compiling zeroize_derive v1.4.2
22362024-04-16T05:40:22.278Z Compiling zerocopy-derive v0.7.32
22372024-04-16T05:40:22.298Z Compiling thiserror-impl v1.0.58
22382024-04-16T05:40:22.523Z Compiling tokio-macros v2.2.0
22392024-04-16T05:40:22.773Z Compiling futures-macro v0.3.30
22402024-04-16T05:40:22.838Z Compiling tracing-attributes v0.1.27
22412024-04-16T05:40:23.517Z Compiling der_derive v0.7.2
22422024-04-16T05:40:23.640Z Compiling zeroize v1.7.0
22432024-04-16T05:40:24.269Z Compiling zerocopy v0.7.32
22442024-04-16T05:40:25.117Z Compiling pest v2.7.6
22452024-04-16T05:40:25.503Z Compiling crypto-common v0.1.6
22462024-04-16T05:40:25.606Z Compiling block-buffer v0.10.4
22472024-04-16T05:40:25.782Z Compiling zerocopy-derive v0.2.0
22482024-04-16T05:40:25.865Z Compiling digest v0.10.7
22492024-04-16T05:40:25.912Z Compiling openssl-macros v0.1.1
22502024-04-16T05:40:26.320Z Compiling futures-util v0.3.30
22512024-04-16T05:40:26.661Z Compiling tracing v0.1.40
22522024-04-16T05:40:26.799Z Compiling hashbrown v0.14.3
22532024-04-16T05:40:26.962Z Compiling zerocopy-derive v0.6.6
22542024-04-16T05:40:27.148Z Compiling scroll_derive v0.12.0
22552024-04-16T05:40:27.558Z Compiling pest_meta v2.7.6
22562024-04-16T05:40:27.743Z Compiling pem-rfc7468 v0.7.0
22572024-04-16T05:40:28.187Z Compiling rand v0.8.5
22582024-04-16T05:40:28.587Z Compiling usdt-impl v0.3.5
22592024-04-16T05:40:29.243Z Compiling pest_generator v2.7.6
22602024-04-16T05:40:29.248Z Compiling cookie v0.17.0
22612024-04-16T05:40:29.248Z Compiling percent-encoding v2.3.1
22622024-04-16T05:40:29.248Z Compiling schemars v0.8.16
22632024-04-16T05:40:29.348Z Compiling flagset v0.4.3
22642024-04-16T05:40:29.567Z Compiling signal-hook v0.3.17
22652024-04-16T05:40:29.952Z Compiling der v0.7.8
22662024-04-16T05:40:30.529Z Compiling serde_derive_internals v0.26.0
22672024-04-16T05:40:31.536Z Compiling pest_derive v2.7.6
22682024-04-16T05:40:32.753Z Compiling errno v0.3.8
22692024-04-16T05:40:32.896Z Compiling fnv v1.0.7
22702024-04-16T05:40:32.997Z Compiling schemars_derive v0.8.16
22712024-04-16T05:40:33.021Z Compiling spki v0.7.2
22722024-04-16T05:40:34.399Z Compiling zerocopy v0.3.0
22732024-04-16T05:40:34.875Z Compiling lazy_static v1.4.0
22742024-04-16T05:40:35.437Z Compiling backtrace v0.3.69
22752024-04-16T05:40:35.773Z Compiling bytes v1.6.0
22762024-04-16T05:40:35.996Z Compiling bitflags v2.4.2
22772024-04-16T05:40:36.995Z Compiling tokio v1.37.0
22782024-04-16T05:40:37.115Z Compiling indexmap v2.2.6
22792024-04-16T05:40:37.779Z Compiling rustc_version v0.4.0
22802024-04-16T05:40:38.340Z Compiling heapless v0.7.16
22812024-04-16T05:40:38.667Z Compiling http v0.2.12
22822024-04-16T05:40:38.763Z Compiling uuid v1.8.0
22832024-04-16T05:40:39.517Z Compiling thread-id v4.2.0
22842024-04-16T05:40:39.625Z Compiling num-bigint v0.4.4
22852024-04-16T05:40:39.947Z Compiling crossbeam-utils v0.8.19
22862024-04-16T05:40:40.061Z Compiling foreign-types-shared v0.1.1
22872024-04-16T05:40:40.165Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
22882024-04-16T05:40:40.820Z Compiling heck v0.5.0
22892024-04-16T05:40:40.843Z Compiling untrusted v0.7.1
22902024-04-16T05:40:41.031Z Compiling heck v0.4.1
22912024-04-16T05:40:41.046Z Compiling untrusted v0.9.0
22922024-04-16T05:40:41.212Z Compiling powerfmt v0.2.0
22932024-04-16T05:40:41.247Z Compiling base64 v0.21.7
22942024-04-16T05:40:41.611Z Compiling iana-time-zone v0.1.57
22952024-04-16T05:40:41.948Z Compiling smoltcp v0.9.1
22962024-04-16T05:40:41.975Z Compiling chrono v0.4.38
22972024-04-16T05:40:42.446Z Compiling deranged v0.3.11
22982024-04-16T05:40:42.570Z Compiling clap_derive v4.5.4
22992024-04-16T05:40:45.080Z Compiling tokio-util v0.7.10
23002024-04-16T05:40:45.287Z Compiling foreign-types v0.3.2
23012024-04-16T05:40:45.333Z Compiling dof v0.1.5
23022024-04-16T05:40:45.374Z Compiling dtrace-parser v0.1.14
23032024-04-16T05:40:46.046Z Compiling form_urlencoded v1.2.1
23042024-04-16T05:40:46.525Z Compiling hmac v0.12.1
23052024-04-16T05:40:46.710Z Compiling num-integer v0.1.46
23062024-04-16T05:40:46.896Z Compiling rustversion v1.0.14
23072024-04-16T05:40:46.939Z Compiling cpufeatures v0.2.12
23082024-04-16T05:40:47.033Z Compiling utf8parse v0.2.1
23092024-04-16T05:40:47.193Z Compiling try-lock v0.2.4
23102024-04-16T05:40:47.334Z Compiling siphasher v0.3.11
23112024-04-16T05:40:47.491Z Compiling num_threads v0.1.6
23122024-04-16T05:40:47.756Z Compiling adler v1.0.2
23132024-04-16T05:40:47.823Z Compiling anstyle v1.0.6
23142024-04-16T05:40:47.890Z Compiling miniz_oxide v0.7.1
23152024-04-16T05:40:48.390Z Compiling time v0.3.34
23162024-04-16T05:40:49.223Z Compiling want v0.3.1
23172024-04-16T05:40:49.498Z Compiling anstyle-parse v0.2.1
23182024-04-16T05:40:49.892Z Compiling sha2 v0.10.8
23192024-04-16T05:40:50.883Z Compiling sct v0.7.0
23202024-04-16T05:40:51.151Z Compiling h2 v0.3.26
23212024-04-16T05:40:52.770Z Compiling rustls-webpki v0.101.7
23222024-04-16T05:40:52.994Z Compiling http-body v0.4.5
23232024-04-16T05:40:53.378Z Compiling serde_tokenstream v0.1.7
23242024-04-16T05:40:53.480Z Compiling pkcs8 v0.10.2
23252024-04-16T05:40:53.882Z Compiling hubpack_derive v0.1.1
23262024-04-16T05:40:54.379Z Compiling async-trait v0.1.80
23272024-04-16T05:40:54.599Z Compiling idna v0.5.0
23282024-04-16T05:40:55.055Z Compiling aho-corasick v1.1.2
23292024-04-16T05:40:55.337Z Compiling usdt-impl v0.5.0
23302024-04-16T05:40:55.688Z Compiling radium v0.7.0
23312024-04-16T05:40:55.932Z Compiling tower-service v0.3.2
23322024-04-16T05:40:56.057Z Compiling colorchoice v1.0.0
23332024-04-16T05:40:56.207Z Compiling openssl-probe v0.1.5
23342024-04-16T05:40:56.232Z Compiling slog v2.7.0
23352024-04-16T05:40:56.252Z Compiling regex-syntax v0.8.2
23362024-04-16T05:40:56.931Z Compiling anstyle-query v1.0.0
23372024-04-16T05:40:57.180Z Compiling httpdate v1.0.3
23382024-04-16T05:40:57.569Z Compiling anyhow v1.0.82
23392024-04-16T05:40:58.234Z Compiling hyper v0.14.28
23402024-04-16T05:40:59.792Z Compiling regex-automata v0.4.5
23412024-04-16T05:41:01.971Z Compiling anstream v0.6.11
23422024-04-16T05:41:05.650Z Compiling url v2.5.0
23432024-04-16T05:41:07.666Z Compiling terminal_size v0.3.0
23442024-04-16T05:41:07.957Z Compiling serde_spanned v0.6.5
23452024-04-16T05:41:08.021Z Compiling toml_datetime v0.6.5
23462024-04-16T05:41:08.552Z Compiling zerocopy v0.6.6
23472024-04-16T05:41:08.668Z Compiling scroll v0.12.0
23482024-04-16T05:41:08.811Z Compiling md-5 v0.10.5
23492024-04-16T05:41:09.126Z Compiling idna v0.3.0
23502024-04-16T05:41:09.193Z Compiling stringprep v0.1.3
23512024-04-16T05:41:09.344Z Compiling diesel_table_macro_syntax v0.1.0
23522024-04-16T05:41:09.397Z Compiling hash32 v0.2.1
23532024-04-16T05:41:09.679Z Compiling plain v0.2.3
23542024-04-16T05:41:09.709Z Compiling dyn-clone v1.0.17
23552024-04-16T05:41:09.750Z Compiling tap v1.0.1
23562024-04-16T05:41:09.756Z Compiling psl-types v2.0.11
23572024-04-16T05:41:09.820Z Compiling fallible-iterator v0.2.0
23582024-04-16T05:41:09.984Z Compiling clap_lex v0.7.0
23592024-04-16T05:41:09.996Z Compiling uuid v0.8.2
23602024-04-16T05:41:10.042Z Compiling gimli v0.28.0
23612024-04-16T05:41:10.174Z Compiling maybe-uninit v2.0.0
23622024-04-16T05:41:10.227Z Compiling strsim v0.11.0
23632024-04-16T05:41:10.465Z Compiling stable_deref_trait v1.2.0
23642024-04-16T05:41:10.510Z Compiling clap_builder v4.5.2
23652024-04-16T05:41:11.089Z Compiling postgres-protocol v0.6.6
23662024-04-16T05:41:11.833Z Compiling tokio-rustls v0.24.1
23672024-04-16T05:41:12.222Z Compiling publicsuffix v2.2.3
23682024-04-16T05:41:12.362Z Compiling wyz v0.5.1
23692024-04-16T05:41:12.446Z Compiling goblin v0.8.0
23702024-04-16T05:41:12.576Z Compiling diesel_derives v2.1.2
23712024-04-16T05:41:14.475Z Compiling addr2line v0.21.0
23722024-04-16T05:41:14.977Z Compiling strum_macros v0.25.2
23732024-04-16T05:41:16.191Z Compiling tokio-native-tls v0.3.1
23742024-04-16T05:41:17.532Z Compiling usdt-attr-macro v0.3.5
23752024-04-16T05:41:18.715Z Compiling usdt-macro v0.3.5
23762024-04-16T05:41:20.336Z Compiling phf_shared v0.11.2
23772024-04-16T05:41:20.720Z Compiling num-iter v0.1.44
23782024-04-16T05:41:20.914Z Compiling enum-as-inner v0.5.1
23792024-04-16T05:41:21.748Z Compiling block-padding v0.3.3
23802024-04-16T05:41:21.952Z Compiling serde_repr v0.1.16
23812024-04-16T05:41:23.078Z Compiling ff v0.13.0
23822024-04-16T05:41:23.300Z Compiling scheduled-thread-pool v0.2.7
23832024-04-16T05:41:24.411Z Compiling object v0.32.1
23842024-04-16T05:41:26.161Z Compiling managed v0.8.0
23852024-04-16T05:41:26.753Z Compiling base16ct v0.2.0
23862024-04-16T05:41:27.040Z Compiling bitflags v1.3.2
23872024-04-16T05:41:27.141Z Compiling rustc-demangle v0.1.23
23882024-04-16T05:41:27.263Z Compiling num-bigint-dig v0.8.4
23892024-04-16T05:41:27.564Z Compiling ipnet v2.9.0
23902024-04-16T05:41:27.815Z Compiling pretty-hex v0.4.1
23912024-04-16T05:41:27.965Z Compiling packed_struct v0.10.1
23922024-04-16T05:41:28.027Z Compiling regex-automata v0.1.10
23932024-04-16T05:41:28.393Z Compiling funty v2.0.0
23942024-04-16T05:41:28.519Z Compiling matches v0.1.10
23952024-04-16T05:41:28.612Z Compiling bit-vec v0.6.3
23962024-04-16T05:41:29.003Z Compiling winnow v0.5.15
23972024-04-16T05:41:30.649Z Compiling bitvec v1.0.1
23982024-04-16T05:41:30.889Z Compiling idna v0.2.3
23992024-04-16T05:41:32.326Z Compiling toml_edit v0.19.15
24002024-04-16T05:41:33.081Z Compiling bstr v0.2.17
24012024-04-16T05:41:34.447Z Compiling dof v0.3.0
24022024-04-16T05:41:37.507Z Compiling sec1 v0.7.3
24032024-04-16T05:41:39.129Z Compiling r2d2 v0.8.10
24042024-04-16T05:41:39.436Z Compiling group v0.13.0
24052024-04-16T05:41:39.547Z Compiling inout v0.1.3
24062024-04-16T05:41:40.923Z Compiling phf v0.11.2
24072024-04-16T05:41:41.233Z Compiling hyper-tls v0.5.0
24082024-04-16T05:41:41.592Z Compiling signal-hook-mio v0.2.3
24092024-04-16T05:41:41.758Z Compiling cookie_store v0.20.0
24102024-04-16T05:41:42.275Z Compiling clap v4.5.4
24112024-04-16T05:41:42.397Z Compiling flate2 v1.0.28
24122024-04-16T05:41:43.099Z Compiling bzip2 v0.4.4
24132024-04-16T05:41:43.280Z Compiling ipnetwork v0.20.0
24142024-04-16T05:41:43.283Z Compiling hyper-rustls v0.24.2
24152024-04-16T05:41:43.464Z Compiling postgres-types v0.2.6
24162024-04-16T05:41:43.738Z Compiling regex v1.10.4
24172024-04-16T05:41:44.397Z Compiling hubpack v0.1.2
24182024-04-16T05:41:44.728Z Compiling rustls-pemfile v1.0.3
24192024-04-16T05:41:44.770Z Compiling phf_shared v0.10.0
24202024-04-16T05:41:44.841Z Compiling hkdf v0.12.4
24212024-04-16T05:41:45.062Z Compiling serde_urlencoded v0.7.1
24222024-04-16T05:41:45.132Z Compiling dtrace-parser v0.2.0
24232024-04-16T05:41:45.151Z Compiling futures-executor v0.3.30
24242024-04-16T05:41:45.962Z Compiling crypto-bigint v0.5.2
24252024-04-16T05:41:46.184Z Compiling packed_struct_codegen v0.10.1
24262024-04-16T05:41:46.772Z Compiling float-cmp v0.9.0
24272024-04-16T05:41:47.575Z Compiling indexmap v1.9.3
24282024-04-16T05:41:47.890Z Compiling encoding_rs v0.8.33
24292024-04-16T05:41:48.102Z Compiling winnow v0.6.1
24302024-04-16T05:41:48.768Z Compiling data-encoding v2.4.0
24312024-04-16T05:41:49.979Z Compiling fixedbitset v0.4.2
24322024-04-16T05:41:50.369Z Compiling crc-catalog v2.2.0
24332024-04-16T05:41:50.514Z Compiling either v1.11.0
24342024-04-16T05:41:50.925Z Compiling unicode-width v0.1.11
24352024-04-16T05:41:51.092Z Compiling webpki-roots v0.25.2
24362024-04-16T05:41:51.185Z Compiling mime v0.3.17
24372024-04-16T05:41:51.348Z Compiling precomputed-hash v0.1.1
24382024-04-16T05:41:51.656Z Compiling unicode-segmentation v1.10.1
24392024-04-16T05:41:51.709Z Compiling whoami v1.5.1
24402024-04-16T05:41:52.021Z Compiling predicates-core v1.0.6
24412024-04-16T05:41:52.171Z Compiling new_debug_unreachable v1.0.4
24422024-04-16T05:41:52.268Z Compiling difflib v0.4.0
24432024-04-16T05:41:52.313Z Compiling nodrop v0.1.14
24442024-04-16T05:41:52.435Z Compiling normalize-line-endings v0.3.0
24452024-04-16T05:41:52.478Z Compiling static_assertions v1.1.0
24462024-04-16T05:41:52.563Z Compiling minimal-lexical v0.2.1
24472024-04-16T05:41:52.577Z Compiling sync_wrapper v0.1.2
24482024-04-16T05:41:52.699Z Compiling reqwest v0.11.24
24492024-04-16T05:41:53.059Z Compiling nom v7.1.3
24502024-04-16T05:41:53.795Z Compiling predicates v3.1.0
24512024-04-16T05:41:55.328Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
24522024-04-16T05:41:56.677Z Compiling array-init v0.0.4
24532024-04-16T05:41:58.700Z Compiling similar v2.4.0
24542024-04-16T05:41:58.729Z Compiling string_cache v0.8.7
24552024-04-16T05:41:59.149Z Compiling tokio-postgres v0.7.10
24562024-04-16T05:42:01.017Z Compiling toml_edit v0.22.9
24572024-04-16T05:42:05.307Z Compiling console v0.15.8
24582024-04-16T05:42:06.556Z Compiling itertools v0.10.5
24592024-04-16T05:42:08.261Z Compiling crc v3.0.1
24602024-04-16T05:42:08.302Z Compiling petgraph v0.6.4
24612024-04-16T05:42:08.362Z Compiling trust-dns-proto v0.22.0
24622024-04-16T05:42:09.085Z Compiling elliptic-curve v0.13.8
24632024-04-16T05:42:12.567Z Compiling futures v0.3.30
24642024-04-16T05:42:15.094Z Compiling smallvec v0.6.14
24652024-04-16T05:42:15.202Z Compiling diesel v2.1.5
24662024-04-16T05:42:15.231Z Compiling zip v0.6.6
24672024-04-16T05:42:15.560Z Compiling yasna v0.5.2
24682024-04-16T05:42:15.792Z Compiling crossterm v0.27.0
24692024-04-16T05:42:16.415Z Compiling crossbeam-epoch v0.9.18
24702024-04-16T05:42:16.469Z Compiling cipher v0.4.4
24712024-04-16T05:42:17.214Z Compiling toml v0.7.8
24722024-04-16T05:42:17.593Z Compiling bit-set v0.5.3
24732024-04-16T05:42:17.690Z Compiling usdt v0.3.5
24742024-04-16T05:42:18.591Z Compiling bstr v1.9.0
24752024-04-16T05:42:19.071Z Compiling pkcs1 v0.7.5
24762024-04-16T05:42:19.109Z Compiling tokio-stream v0.1.15
24772024-04-16T05:42:20.129Z Compiling is-terminal v0.4.9
24782024-04-16T05:42:20.261Z Compiling openapiv3 v2.0.0
24792024-04-16T05:42:20.561Z Compiling hex v0.4.3
24802024-04-16T05:42:22.069Z Compiling signature v2.1.0
24812024-04-16T05:42:24.428Z Compiling bitfield v0.14.0
24822024-04-16T05:42:24.660Z Compiling termcolor v1.2.0
24832024-04-16T05:42:24.733Z Compiling base64 v0.22.0
24842024-04-16T05:42:25.919Z Compiling lalrpop-util v0.19.12
24852024-04-16T05:42:26.047Z Compiling hashbrown v0.12.3
24862024-04-16T05:42:26.697Z Compiling peg-runtime v0.8.2
24872024-04-16T05:42:28.538Z Compiling env_logger v0.10.0
24882024-04-16T05:42:29.245Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
24892024-04-16T05:42:32.254Z Compiling rsa v0.9.2
24902024-04-16T05:42:39.823Z Compiling serde-hex v0.1.0
24912024-04-16T05:42:41.644Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
24922024-04-16T05:42:47.805Z Compiling ron v0.8.1
24932024-04-16T05:42:48.430Z Compiling x509-cert v0.2.4
24942024-04-16T05:42:49.064Z Compiling hashbrown v0.13.2
24952024-04-16T05:42:52.664Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24962024-04-16T05:42:54.269Z Compiling crc-any v2.4.3
24972024-04-16T05:43:08.804Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
24982024-04-16T05:43:21.266Z Compiling object v0.30.4
24992024-04-16T05:43:21.337Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
25002024-04-16T05:43:33.402Z Compiling path-slash v0.1.5
25012024-04-16T05:43:33.778Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
25022024-04-16T05:43:55.606Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
25032024-04-16T05:43:56.401Z Finished release [optimized] target(s) in 3m 49s
25042024-04-16T05:43:56.489Z
25052024-04-16T05:43:56.492Zreal 3:49.783174820
25062024-04-16T05:43:56.492Zuser 25:14.664162232
25072024-04-16T05:43:56.492Zsys 3:12.873517438
25082024-04-16T05:43:56.492Ztrap 0.803892714
25092024-04-16T05:43:56.492Ztflt 1.675660248
25102024-04-16T05:43:56.492Zdflt 0.307736126
25112024-04-16T05:43:56.492Zkflt 0.003505498
25122024-04-16T05:43:56.493Zlock 57:28.548468786
25132024-04-16T05:43:56.493Zslp 1:14:49.112974946
25142024-04-16T05:43:56.493Zlat 1:28.182024878
25152024-04-16T05:43:56.493Zstop 1:25.133619301
25162024-04-16T05:43:56.493Z+ ptime -m gzip
25172024-04-16T05:43:56.761Z
25182024-04-16T05:43:56.761Zreal 0.269171470
25192024-04-16T05:43:56.761Zuser 0.265554676
25202024-04-16T05:43:56.762Zsys 0.002447052
25212024-04-16T05:43:56.762Ztrap 0.000247722
25222024-04-16T05:43:56.762Ztflt 0.000000000
25232024-04-16T05:43:56.762Zdflt 0.000000000
25242024-04-16T05:43:56.765Zkflt 0.000000000
25252024-04-16T05:43:56.765Zlock 0.000000000
25262024-04-16T05:43:56.765Zslp 0.000000000
25272024-04-16T05:43:56.765Zlat 0.000509846
25282024-04-16T05:43:56.765Zstop 0.000185886
25292024-04-16T05:43:56.765Z+ banner tufaceous
25302024-04-16T05:43:56.766Z
25312024-04-16T05:43:56.766Z ##### # # ###### ## #### ###### #### # # ####
25322024-04-16T05:43:56.766Z # # # # # # # # # # # # # #
25332024-04-16T05:43:56.766Z # # # ##### # # # ##### # # # # ####
25342024-04-16T05:43:56.766Z # # # # ###### # # # # # # #
25352024-04-16T05:43:56.766Z # # # # # # # # # # # # # # #
25362024-04-16T05:43:56.766Z # #### # # # #### ###### #### #### ####
25372024-04-16T05:43:56.766Z
25382024-04-16T05:43:56.766Z+ ptime -m cargo build --locked -p tufaceous --release
25392024-04-16T05:43:57.275Z Downloading crates ...
25402024-04-16T05:43:57.440Z Downloaded serde_plain v1.0.2
25412024-04-16T05:43:57.443Z Downloaded globset v0.4.13
25422024-04-16T05:43:57.447Z Downloaded async-recursion v1.1.0
25432024-04-16T05:43:57.451Z Downloaded snafu-derive v0.8.2
25442024-04-16T05:43:57.454Z Downloaded buf-list v1.0.3
25452024-04-16T05:43:57.457Z Downloaded olpc-cjson v0.1.3
25462024-04-16T05:43:57.460Z Downloaded parse-size v1.0.0
25472024-04-16T05:43:57.464Z Downloaded fs-err v2.11.0
25482024-04-16T05:43:57.467Z Downloaded pin-project v1.1.3
25492024-04-16T05:43:57.481Z Downloaded snafu v0.8.2
25502024-04-16T05:43:57.484Z Downloaded typed-path v0.7.0
25512024-04-16T05:43:57.489Z Downloaded tough v0.17.1
25522024-04-16T05:43:57.496Z Downloaded pin-project-internal v1.1.3
25532024-04-16T05:43:57.597Z Compiling serde_tokenstream v0.2.0
25542024-04-16T05:43:57.667Z Compiling regress v0.9.1
25552024-04-16T05:43:57.681Z Compiling dirs-sys-next v0.1.2
25562024-04-16T05:43:57.684Z Compiling rustls-pki-types v1.3.0
25572024-04-16T05:43:57.691Z Compiling heck v0.4.1
25582024-04-16T05:43:57.698Z Compiling strsim v0.10.0
25592024-04-16T05:43:57.706Z Compiling ident_case v1.0.1
25602024-04-16T05:43:57.873Z Compiling dirs-next v2.0.0
25612024-04-16T05:43:58.091Z Compiling darling_core v0.20.8
25622024-04-16T05:43:58.141Z Compiling getopts v0.2.21
25632024-04-16T05:43:58.299Z Compiling thread_local v1.1.7
25642024-04-16T05:43:58.785Z Compiling slog-async v2.8.0
25652024-04-16T05:43:58.934Z Compiling camino v1.1.6
25662024-04-16T05:43:58.963Z Compiling rustls v0.22.2
25672024-04-16T05:43:58.974Z Compiling paste v1.0.14
25682024-04-16T05:43:59.136Z Compiling unsafe-libyaml v0.2.10
25692024-04-16T05:43:59.288Z Compiling rustls-webpki v0.102.1
25702024-04-16T05:43:59.320Z Compiling term v0.7.0
25712024-04-16T05:43:59.516Z Compiling crossbeam-channel v0.5.8
25722024-04-16T05:44:00.850Z Compiling serde_yaml v0.9.25
25732024-04-16T05:44:01.207Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
25742024-04-16T05:44:02.320Z Compiling structmeta-derive v0.3.0
25752024-04-16T05:44:03.695Z Compiling multer v3.0.0
25762024-04-16T05:44:04.013Z Compiling match_cfg v0.1.0
25772024-04-16T05:44:04.112Z Compiling take_mut v0.2.2
25782024-04-16T05:44:04.144Z Compiling darling_macro v0.20.8
25792024-04-16T05:44:04.205Z Compiling hostname v0.3.1
25802024-04-16T05:44:04.591Z Compiling slog-term v2.9.1
25812024-04-16T05:44:05.011Z Compiling structmeta v0.3.0
25822024-04-16T05:44:05.117Z Compiling darling v0.20.8
25832024-04-16T05:44:06.497Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25842024-04-16T05:44:06.515Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
25852024-04-16T05:44:06.647Z Compiling slog-json v2.6.1
25862024-04-16T05:44:07.034Z Compiling http v1.0.0
25872024-04-16T05:44:07.176Z Compiling pin-project-internal v1.1.3
25882024-04-16T05:44:07.512Z Compiling async-stream-impl v0.3.5
25892024-04-16T05:44:07.532Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
25902024-04-16T05:44:07.852Z Compiling atomic-waker v1.1.1
25912024-04-16T05:44:08.044Z Compiling fastrand v2.0.1
25922024-04-16T05:44:08.070Z Compiling waitgroup v0.1.2
25932024-04-16T05:44:08.378Z Compiling slog-bunyan v2.5.0
25942024-04-16T05:44:08.636Z Compiling tempfile v3.10.1
25952024-04-16T05:44:08.816Z Compiling async-stream v0.3.5
25962024-04-16T05:44:09.151Z Compiling tokio-rustls v0.25.0
25972024-04-16T05:44:09.733Z Compiling parse-display-derive v0.9.0
25982024-04-16T05:44:09.924Z Compiling pin-project v1.1.3
25992024-04-16T05:44:10.064Z Compiling serde_with_macros v3.7.0
26002024-04-16T05:44:10.506Z Compiling toml v0.8.12
26012024-04-16T05:44:11.656Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
26022024-04-16T05:44:11.854Z Compiling rustls-pemfile v2.1.2
26032024-04-16T05:44:12.181Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
26042024-04-16T05:44:12.633Z Compiling sha1 v0.10.6
26052024-04-16T05:44:12.841Z Compiling strum_macros v0.26.1
26062024-04-16T05:44:13.559Z Compiling newtype-uuid v1.1.0
26072024-04-16T05:44:13.684Z Compiling snafu-derive v0.8.2
26082024-04-16T05:44:13.684Z Compiling serde_path_to_error v0.1.16
26092024-04-16T05:44:13.901Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26102024-04-16T05:44:14.655Z Compiling instant v0.1.12
26112024-04-16T05:44:14.687Z Compiling fs-err v2.11.0
26122024-04-16T05:44:14.817Z Compiling debug-ignore v1.0.5
26132024-04-16T05:44:14.973Z Compiling arc-swap v1.6.0
26142024-04-16T05:44:15.000Z Compiling same-file v1.0.6
26152024-04-16T05:44:15.274Z Compiling buf-list v1.0.3
26162024-04-16T05:44:15.710Z Compiling slog-scope v4.4.0
26172024-04-16T05:44:15.905Z Compiling walkdir v2.5.0
26182024-04-16T05:44:16.515Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
26192024-04-16T05:44:16.650Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
26202024-04-16T05:44:17.380Z Compiling strum v0.26.2
26212024-04-16T05:44:17.584Z Compiling backoff v0.4.0
26222024-04-16T05:44:17.945Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26232024-04-16T05:44:18.153Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26242024-04-16T05:44:18.351Z Compiling parse-display v0.9.0
26252024-04-16T05:44:18.591Z Compiling serde_with v3.7.0
26262024-04-16T05:44:18.699Z Compiling snafu v0.8.2
26272024-04-16T05:44:20.091Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26282024-04-16T05:44:20.514Z Compiling globset v0.4.13
26292024-04-16T05:44:20.826Z Compiling pem v3.0.4
26302024-04-16T05:44:22.376Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26312024-04-16T05:44:22.559Z Compiling olpc-cjson v0.1.3
26322024-04-16T05:44:22.890Z Compiling macaddr v1.0.1
26332024-04-16T05:44:23.100Z Compiling serde_plain v1.0.2
26342024-04-16T05:44:23.421Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
26352024-04-16T05:44:23.526Z Compiling async-recursion v1.1.0
26362024-04-16T05:44:23.624Z Compiling filetime v0.2.23
26372024-04-16T05:44:23.969Z Compiling xattr v1.0.1
26382024-04-16T05:44:24.283Z Compiling typed-path v0.7.0
26392024-04-16T05:44:25.040Z Compiling tar v0.4.40
26402024-04-16T05:44:28.943Z Compiling tough v0.17.1
26412024-04-16T05:44:31.781Z Compiling slog-stdlog v4.1.1
26422024-04-16T05:44:32.195Z Compiling camino-tempfile v1.1.1
26432024-04-16T05:44:32.761Z Compiling itertools v0.12.1
26442024-04-16T05:44:33.039Z Compiling parse-size v1.0.0
26452024-04-16T05:44:33.325Z Compiling slog-envlogger v2.2.0
26462024-04-16T05:44:36.080Z Compiling humantime v2.1.0
26472024-04-16T05:44:38.861Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
26482024-04-16T05:44:39.091Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
26492024-04-16T05:44:44.350Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26502024-04-16T05:44:52.794Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
26512024-04-16T05:44:54.787Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
26522024-04-16T05:45:14.399Z Finished release [optimized] target(s) in 1m 17s
26532024-04-16T05:45:14.480Z
26542024-04-16T05:45:14.484Zreal 1:17.688723265
26552024-04-16T05:45:14.484Zuser 8:34.363685475
26562024-04-16T05:45:14.484Zsys 42.204668464
26572024-04-16T05:45:14.484Ztrap 0.236835249
26582024-04-16T05:45:14.484Ztflt 0.437165173
26592024-04-16T05:45:14.484Zdflt 0.355057203
26602024-04-16T05:45:14.484Zkflt 0.003386518
26612024-04-16T05:45:14.484Zlock 17:21.523439782
26622024-04-16T05:45:14.484Zslp 18:53.378918169
26632024-04-16T05:45:14.484Zlat 19.890798264
26642024-04-16T05:45:14.485Zstop 16.024736825
26652024-04-16T05:45:14.485Z+ ptime -m gzip
26662024-04-16T05:45:15.753Z
26672024-04-16T05:45:15.758Zreal 1.269274578
26682024-04-16T05:45:15.758Zuser 1.262411307
26692024-04-16T05:45:15.758Zsys 0.006235772
26702024-04-16T05:45:15.758Ztrap 0.000090674
26712024-04-16T05:45:15.758Ztflt 0.000000000
26722024-04-16T05:45:15.758Zdflt 0.000000000
26732024-04-16T05:45:15.758Zkflt 0.000000000
26742024-04-16T05:45:15.758Zlock 0.000000000
26752024-04-16T05:45:15.758Zslp 0.000000000
26762024-04-16T05:45:15.758Zlat 0.000096103
26772024-04-16T05:45:15.758Zstop 0.000199796
26782024-04-16T05:45:15.758Zprocess exited: duration 803859 ms, exit code 0
 
26792024-04-16T05:45:15.776Zfound 8 output files
26802024-04-16T05:45:15.776Zuploading: /work/end-to-end-tests/bootstrap-7ead28e4b9d6fd04.gz (9601679 bytes)
26812024-04-16T05:45:19.245Zuploaded: /work/end-to-end-tests/bootstrap-7ead28e4b9d6fd04.gz
26822024-04-16T05:45:19.253Zuploading: /work/end-to-end-tests/bootstrap.gz (105114075 bytes)
26832024-04-16T05:45:45.639Zuploaded: /work/end-to-end-tests/bootstrap.gz
26842024-04-16T05:45:45.646Zuploading: /work/end-to-end-tests/commtest-b58e5352aeaeed7b.gz (9602166 bytes)
26852024-04-16T05:45:48.579Zuploaded: /work/end-to-end-tests/commtest-b58e5352aeaeed7b.gz
26862024-04-16T05:45:48.579Zuploading: /work/end-to-end-tests/dhcp_server-82c1ba2d68fcd2b5.gz (9601092 bytes)
26872024-04-16T05:45:52.322Zuploaded: /work/end-to-end-tests/dhcp_server-82c1ba2d68fcd2b5.gz
26882024-04-16T05:45:52.322Zuploading: /work/end-to-end-tests/end_to_end_tests-7605479387004a93.gz (108144046 bytes)
26892024-04-16T05:46:18.354Zuploaded: /work/end-to-end-tests/end_to_end_tests-7605479387004a93.gz
26902024-04-16T05:46:18.354Zuploading: /work/caboose-util.gz (2410454 bytes)
26912024-04-16T05:46:19.830Zuploaded: /work/caboose-util.gz
26922024-04-16T05:46:19.834Zuploading: /work/tufaceous.gz (11793293 bytes)
26932024-04-16T05:46:23.950Zuploaded: /work/tufaceous.gz
26942024-04-16T05:46:23.960Zuploading: /work/commtest (472154560 bytes)
26952024-04-16T05:48:22.088Zuploaded: /work/commtest