01HH153T2BVTSYG8P3651RZDTD: helios / package

BasicConfig {
    output_rules: [
        "=/work/version.txt",
        "=/work/package.tar.gz",
        "=/work/global-zone-packages.tar.gz",
        "=/work/trampoline-global-zone-packages.tar.gz",
        "=/work/zones/*.tar.gz",
    ],
    rust_toolchain: Some(
        String(
            "1.72.1",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [
        BasicConfigPublish {
            from_output: "/work/global-zone-packages.tar.gz",
            series: "image",
            name: "global-zone-packages",
        },
        BasicConfigPublish {
            from_output: "/work/trampoline-global-zone-packages.tar.gz",
            series: "image",
            name: "trampoline-global-zone-packages",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01HH154BGYTP17SZ0PJYETX8WD

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-12-07T03:30:48.429Zjob assigned to worker 01HH154P2NDF4HTQ907KC5CR32 (queued for 1 m 57 s)
 
22023-12-07T03:30:48.728Zstarting task 0: "setup"
32023-12-07T03:30:48.917Z++ uname -s
42023-12-07T03:30:48.924Z+ kern=SunOS
52023-12-07T03:30:48.924Z+ case "$kern" in
62023-12-07T03:30:48.924Z+ groupadd -g 12345 build
72023-12-07T03:30:48.927Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-12-07T03:30:50.939Z+ zfs create -o mountpoint=/work rpool/work
92023-12-07T03:30:51.088Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-12-07T03:30:51.102Z+ home_fs=zfs
112023-12-07T03:30:51.102Z+ [[ zfs == autofs ]]
122023-12-07T03:30:51.102Z+ mkdir -p /home/build
132023-12-07T03:30:51.102Z+ chown build:build /home/build /work
142023-12-07T03:30:53.085Z+ chmod 0700 /home/build /work
152023-12-07T03:30:53.089Zprocess exited: duration 4361 ms, exit code 0
 
162023-12-07T03:30:53.097Zstarting task 1: "rust-toolchain"
172023-12-07T03:30:53.107Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-12-07T03:30:53.111Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-12-07T03:30:53.300Zinfo: downloading installer
202023-12-07T03:30:56.630Zwarning: it looks like you have an existing installation of Rust at:
212023-12-07T03:30:56.630Zwarning: /opt/ooce/bin
222023-12-07T03:30:56.632Zwarning: It is recommended that rustup be the primary Rust installation.
232023-12-07T03:30:56.632Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-12-07T03:30:56.632Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-12-07T03:30:56.633Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-12-07T03:30:56.633Zwarning: or pass `-y' to ignore all ignorable checks.
272023-12-07T03:30:56.633Zerror: cannot install while Rust is installed
282023-12-07T03:30:56.633Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-12-07T03:30:56.822Zinfo: profile set to 'default'
302023-12-07T03:30:56.822Zinfo: default host triple is x86_64-unknown-illumos
312023-12-07T03:30:56.827Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-12-07T03:30:57.013Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-12-07T03:30:57.013Zinfo: downloading component 'cargo'
342023-12-07T03:30:57.807Zinfo: downloading component 'clippy'
352023-12-07T03:30:58.083Zinfo: downloading component 'rust-docs'
362023-12-07T03:30:59.109Zinfo: downloading component 'rust-std'
372023-12-07T03:31:00.984Zinfo: downloading component 'rustc'
382023-12-07T03:31:05.392Zinfo: downloading component 'rustfmt'
392023-12-07T03:31:05.708Zinfo: installing component 'cargo'
402023-12-07T03:31:07.697Zinfo: installing component 'clippy'
412023-12-07T03:31:08.655Zinfo: installing component 'rust-docs'
422023-12-07T03:31:11.469Zinfo: installing component 'rust-std'
432023-12-07T03:31:15.403Zinfo: installing component 'rustc'
442023-12-07T03:31:25.289Zinfo: installing component 'rustfmt'
452023-12-07T03:31:25.315Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-12-07T03:31:25.315Z
472023-12-07T03:31:25.447Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-12-07T03:31:25.447Z
492023-12-07T03:31:25.447Z
502023-12-07T03:31:25.447ZRust is installed now. Great!
512023-12-07T03:31:25.447Z
522023-12-07T03:31:25.453ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-12-07T03:31:25.454Zenvironment variable. This has not been done automatically.
542023-12-07T03:31:25.454Z
552023-12-07T03:31:25.454ZTo configure your current shell, run:
562023-12-07T03:31:25.454Zsource "$HOME/.cargo/env"
572023-12-07T03:31:25.526Z+ rustc --version
582023-12-07T03:31:25.635Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-12-07T03:31:25.641Zprocess exited: duration 32543 ms, exit code 0
 
602023-12-07T03:31:25.659Zstarting task 2: "authentication"
612023-12-07T03:31:25.744Zprocess exited: duration 34 ms, exit code 0
 
622023-12-07T03:31:25.771Zstarting task 3: "clone repository"
632023-12-07T03:31:25.781Z+ mkdir -p /work/oxidecomputer/omicron
642023-12-07T03:31:25.781Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-12-07T03:31:25.807ZCloning into '/work/oxidecomputer/omicron'...
662023-12-07T03:31:31.776Z+ cd /work/oxidecomputer/omicron
672023-12-07T03:31:31.780Z+ [[ -n renovate/rustls-0.x ]]
682023-12-07T03:31:31.780Z+ git fetch origin renovate/rustls-0.x
692023-12-07T03:31:32.117ZFrom https://github.com/oxidecomputer/omicron
702023-12-07T03:31:32.118Z * branch renovate/rustls-0.x -> FETCH_HEAD
712023-12-07T03:31:32.125Z+ git checkout -B renovate/rustls-0.x remotes/origin/renovate/rustls-0.x
722023-12-07T03:31:32.226ZSwitched to a new branch 'renovate/rustls-0.x'
732023-12-07T03:31:32.232Zbranch 'renovate/rustls-0.x' set up to track 'origin/renovate/rustls-0.x'.
742023-12-07T03:31:32.233Z+ git reset --hard 1c3b99e99119ca5589bad59cc0ab4eddc24efe1a
752023-12-07T03:31:32.393ZHEAD is now at 1c3b99e9 start updating API calls -- turns out dropshot needs to be updated as well
762023-12-07T03:31:32.399Zprocess exited: duration 6640 ms, exit code 0
 
772023-12-07T03:31:32.440Zstarting task 4: "build"
782023-12-07T03:31:32.865Z+ cargo --version
792023-12-07T03:31:32.865Zinfo: syncing channel updates for '1.74.0-x86_64-unknown-illumos'
802023-12-07T03:31:32.877Zinfo: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13)
812023-12-07T03:31:32.878Zinfo: downloading component 'cargo'
822023-12-07T03:31:33.313Zinfo: downloading component 'clippy'
832023-12-07T03:31:33.539Zinfo: downloading component 'rust-docs'
842023-12-07T03:31:34.410Zinfo: downloading component 'rust-std'
852023-12-07T03:31:35.816Zinfo: downloading component 'rustc'
862023-12-07T03:31:39.388Zinfo: downloading component 'rustfmt'
872023-12-07T03:31:39.590Zinfo: installing component 'cargo'
882023-12-07T03:31:40.861Zinfo: installing component 'clippy'
892023-12-07T03:31:41.339Zinfo: installing component 'rust-docs'
902023-12-07T03:31:44.281Zinfo: installing component 'rust-std'
912023-12-07T03:31:46.926Zinfo: installing component 'rustc'
922023-12-07T03:31:52.949Zinfo: installing component 'rustfmt'
932023-12-07T03:31:53.481Zcargo 1.74.0 (ecb9851af 2023-10-18)
942023-12-07T03:31:53.487Z+ rustc --version
952023-12-07T03:31:53.616Zrustc 1.74.0 (79e9716c9 2023-11-13)
962023-12-07T03:31:53.623Z++ git rev-parse HEAD
972023-12-07T03:31:53.627Z+ COMMIT=1c3b99e99119ca5589bad59cc0ab4eddc24efe1a
982023-12-07T03:31:53.630Z+ VERSION=5.0.0-0.ci+git1c3b99e9911
992023-12-07T03:31:53.630Z+ echo 5.0.0-0.ci+git1c3b99e9911
1002023-12-07T03:31:53.630Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1012023-12-07T03:32:02.556Z Startup: Refreshing catalog 'helios-dev' ... Done
1022023-12-07T03:32:03.737Z Startup: Caching catalogs ... Done
1032023-12-07T03:32:10.171ZPlanning: Solver setup ... Done (6.047s)
1042023-12-07T03:32:10.317ZPlanning: Running solver ... Done (0.149s)
1052023-12-07T03:32:10.384ZPlanning: Finding local manifests ... Done (0.004s)
1062023-12-07T03:32:10.399ZPlanning: Fetching manifests: 0/6 0% complete
1072023-12-07T03:32:10.654ZPlanning: Fetching manifests: 6/6 100% complete
1082023-12-07T03:32:10.746ZPlanning: Package planning ... Done (0.092s)
1092023-12-07T03:32:10.844ZPlanning: Merging actions ... Done (0.086s)
1102023-12-07T03:32:11.532ZPlanning: Checking for conflicting actions ... Done (0.695s)
1112023-12-07T03:32:11.555ZPlanning: Consolidating action changes ... Done (0.019s)
1122023-12-07T03:32:15.324ZPlanning: Evaluating mediators ... Done (3.370s)
1132023-12-07T03:32:15.331ZPlanning: Planning completed in 11.24 seconds
1142023-12-07T03:32:16.701Z Packages to install: 4
1152023-12-07T03:32:16.701Z Packages to update: 2
1162023-12-07T03:32:16.714Z Mediators to change: 2
1172023-12-07T03:32:16.714Z Services to change: 1
1182023-12-07T03:32:16.714Z Estimated space available: 148.88 GB
1192023-12-07T03:32:16.715ZEstimated space to be consumed: 1.43 GB
1202023-12-07T03:32:16.715Z Create boot environment: No
1212023-12-07T03:32:16.715ZCreate backup boot environment: Yes
1222023-12-07T03:32:16.715Z Rebuild boot archive: No
1232023-12-07T03:32:16.715Z
1242023-12-07T03:32:16.715ZChanged mediators:
1252023-12-07T03:32:16.715Z mediator clang:
1262023-12-07T03:32:16.716Z version: None -> 15 (system default)
1272023-12-07T03:32:16.716Z
1282023-12-07T03:32:16.716Z mediator llvm:
1292023-12-07T03:32:16.716Z version: 14 (system default) -> 15 (system default)
1302023-12-07T03:32:16.716Z
1312023-12-07T03:32:16.716ZChanged packages:
1322023-12-07T03:32:16.716Zhelios-dev
1332023-12-07T03:32:16.716Z developer/build-essential
1342023-12-07T03:32:16.716Z None -> 11-2.0
1352023-12-07T03:32:16.716Z library/libxmlsec1
1362023-12-07T03:32:16.717Z None -> 1.2.35-2.0
1372023-12-07T03:32:16.717Z ooce/developer/clang-15
1382023-12-07T03:32:16.718Z None -> 15.0.7-2.0
1392023-12-07T03:32:16.719Z ooce/developer/llvm-15
1402023-12-07T03:32:16.719Z None -> 15.0.7-2.0
1412023-12-07T03:32:16.719Z system/library/g++-runtime
1422023-12-07T03:32:16.719Z 12-2.0 -> 13-2.0
1432023-12-07T03:32:16.719Z system/library/gcc-runtime
1442023-12-07T03:32:16.719Z 12-2.0 -> 13-2.0
1452023-12-07T03:32:16.720Z
1462023-12-07T03:32:16.720ZServices:
1472023-12-07T03:32:16.720Z restart_fmri:
1482023-12-07T03:32:16.721Z svc:/system/update-man-index:default
1492023-12-07T03:32:16.971Z
1502023-12-07T03:32:16.971ZDownload: 0/3330 items 0.0/221.1MB 0% complete
1512023-12-07T03:32:30.239ZDownload: 1017/3330 items 19.5/221.1MB 8% complete (4.0M/s)
1522023-12-07T03:32:31.035ZDownload: 1836/3330 items 118.5/221.1MB 53% complete (11.9M/s)
1532023-12-07T03:32:32.337ZDownload: 3248/3330 items 183.1/221.1MB 82% complete (16.3M/s)
1542023-12-07T03:32:34.648ZDownload: Completed 221.11 MB in 17.67 seconds (12.5M/s)
1552023-12-07T03:32:36.610Z Actions: 1/3766 actions (Removing old actions)
1562023-12-07T03:32:36.610Z Actions: 5/3766 actions (Installing new actions)
1572023-12-07T03:32:41.655Z Actions: 2812/3766 actions (Installing new actions)
1582023-12-07T03:32:44.789Z Actions: 3729/3766 actions (Updating modified actions)
1592023-12-07T03:32:45.400Z Actions: Completed 3766 actions in 8.79 seconds.
1602023-12-07T03:32:45.621Z Done (0.191s)
1612023-12-07T03:32:45.638Z Done (0.000s)
1622023-12-07T03:32:45.874Z Done (0.262s)
1632023-12-07T03:32:53.174Z Done (7.193s)
1642023-12-07T03:32:53.416Z Done (0.145s)
1652023-12-07T03:32:53.421Z Done (0.000s)
1662023-12-07T03:32:54.062Z Done (0.000s)
1672023-12-07T03:32:54.359ZPlanning: Evaluating mediator changes ... Done
1682023-12-07T03:32:54.643ZPlanning: Checking for conflicting actions ... Done
1692023-12-07T03:32:54.647ZPlanning: Consolidating action changes ... Done
1702023-12-07T03:32:55.129ZPlanning: Evaluating mediators ... Done
1712023-12-07T03:32:55.135ZPlanning: Planning completed in 0.73 seconds
1722023-12-07T03:32:55.154Z Mediators to change: 2
1732023-12-07T03:32:55.154Z Create boot environment: No
1742023-12-07T03:32:55.160ZCreate backup boot environment: No
1752023-12-07T03:32:55.257Z Done
1762023-12-07T03:32:55.258Z Done
1772023-12-07T03:32:55.415Z Done
1782023-12-07T03:33:01.080Z Done
1792023-12-07T03:33:01.201Z Done
1802023-12-07T03:33:01.205Z Done
1812023-12-07T03:33:01.315Z Done
1822023-12-07T03:33:02.314ZPlanning: Evaluating mediator changes ... Done
1832023-12-07T03:33:02.322ZPlanning: Merging actions ... Done
1842023-12-07T03:33:02.644ZPlanning: Checking for conflicting actions ... Done
1852023-12-07T03:33:02.652ZPlanning: Consolidating action changes ... Done
1862023-12-07T03:33:03.070ZPlanning: Evaluating mediators ... Done
1872023-12-07T03:33:03.159ZPlanning: Planning completed in 1.29 seconds
1882023-12-07T03:33:03.223Z Packages to change: 1
1892023-12-07T03:33:03.223Z Mediators to change: 1
1902023-12-07T03:33:03.228Z Services to change: 1
1912023-12-07T03:33:03.228Z Create boot environment: No
1922023-12-07T03:33:03.228ZCreate backup boot environment: Yes
1932023-12-07T03:33:05.149Z Actions: 1/6 actions (Updating modified actions)
1942023-12-07T03:33:05.154Z Actions: Completed 6 actions in 0.00 seconds.
1952023-12-07T03:33:05.154Z Done
1962023-12-07T03:33:05.154Z Done
1972023-12-07T03:33:05.211Z Done
1982023-12-07T03:33:10.779Z Done
1992023-12-07T03:33:10.962Z Done
2002023-12-07T03:33:10.975Z Done
2012023-12-07T03:33:11.005Z Done
2022023-12-07T03:33:11.653ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2032023-12-07T03:33:11.653Zclang system 15 system
2042023-12-07T03:33:11.653Zcsh system system illumos
2052023-12-07T03:33:11.653Zctags system system illumos
2062023-12-07T03:33:11.654Zgcc vendor 12 vendor
2072023-12-07T03:33:11.654Zgcc system 10 system
2082023-12-07T03:33:11.654Zgcc system 7 system
2092023-12-07T03:33:11.654Zgo system 1.20 system
2102023-12-07T03:33:11.654Zgo system 1.19 system
2112023-12-07T03:33:11.654Zllvm system 15 system
2122023-12-07T03:33:11.654Zllvm system 14 system
2132023-12-07T03:33:11.654Zmariadb system 10.6 system
2142023-12-07T03:33:11.654Zmta vendor vendor dma
2152023-12-07T03:33:11.654Zopenjdk system 17 system
2162023-12-07T03:33:11.654Zopenjdk system 11 system
2172023-12-07T03:33:11.654Zopenjdk system 1.8 system
2182023-12-07T03:33:11.654Zopenssl vendor 3 vendor
2192023-12-07T03:33:11.654Zperl system 5.36 system
2202023-12-07T03:33:11.654Zpostgresql system 15 system
2212023-12-07T03:33:11.654Zpostgresql system 13 system
2222023-12-07T03:33:11.654Zpython vendor 3 vendor
2232023-12-07T03:33:11.655Zpython system 2 system
2242023-12-07T03:33:11.655Zpython3 system 3.11 system
2252023-12-07T03:33:11.655Zruby system 3.0 system
2262023-12-07T03:33:11.655Zwords vendor vendor american-english
2272023-12-07T03:33:11.655Zwords system system australian-english
2282023-12-07T03:33:11.655Zwords system system british-english
2292023-12-07T03:33:11.655Zwords system system canadian-english
2302023-12-07T03:33:11.655Zwords system system french
2312023-12-07T03:33:11.655Zwords system system italian
2322023-12-07T03:33:11.655Zwords system system ngerman
2332023-12-07T03:33:11.655Zwords system system ogerman
2342023-12-07T03:33:11.655Zwords system system spanish
2352023-12-07T03:33:12.171ZFMRI IFO
2362023-12-07T03:33:12.172Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2372023-12-07T03:33:12.172Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2382023-12-07T03:33:12.172Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2392023-12-07T03:33:12.172Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2402023-12-07T03:33:12.172Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2412023-12-07T03:33:12.172Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2422023-12-07T03:33:12.172Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im-
2432023-12-07T03:33:12.172Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im-
2442023-12-07T03:33:12.242Z+ set -o errexit
2452023-12-07T03:33:12.247Z+++ dirname ./tools/ci_download_cockroachdb
2462023-12-07T03:33:12.247Z++ cd ./tools
2472023-12-07T03:33:12.247Z++ pwd
2482023-12-07T03:33:12.247Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2492023-12-07T03:33:12.252Z++ basename ./tools/ci_download_cockroachdb
2502023-12-07T03:33:12.253Z+ ARG0=ci_download_cockroachdb
2512023-12-07T03:33:12.253Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2522023-12-07T03:33:12.253Z+ CIDL_VERSION=v22.1.9
2532023-12-07T03:33:12.258Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2542023-12-07T03:33:12.259Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2552023-12-07T03:33:12.259Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2562023-12-07T03:33:12.259Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2572023-12-07T03:33:12.259Z+ TARGET_DIR=out
2582023-12-07T03:33:12.259Z+ DOWNLOAD_DIR=out/downloads
2592023-12-07T03:33:12.259Z+ DEST_DIR=./out/cockroachdb
2602023-12-07T03:33:12.259Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2612023-12-07T03:33:12.260Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2622023-12-07T03:33:12.260Z+ main
2632023-12-07T03:33:12.260Z+ [[ 0 != 0 ]]
2642023-12-07T03:33:12.260Z+ CIDL_OS=solaris2.11
2652023-12-07T03:33:12.260Z+ [[ 0 != 0 ]]
2662023-12-07T03:33:12.260Z+ configure_os solaris2.11
2672023-12-07T03:33:12.260Z+ echo 'current directory: /work/oxidecomputer/omicron'
2682023-12-07T03:33:12.260Zcurrent directory: /work/oxidecomputer/omicron
2692023-12-07T03:33:12.260Z+ echo 'configuring based on OS: "solaris2.11"'
2702023-12-07T03:33:12.260Z+ case "$1" in
2712023-12-07T03:33:12.260Zconfiguring based on OS: "solaris2.11"
2722023-12-07T03:33:12.260Z+ CIDL_BUILD=illumos
2732023-12-07T03:33:12.260Z+ CIDL_SUFFIX=tar.gz
2742023-12-07T03:33:12.260Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2752023-12-07T03:33:12.260Z+ CIDL_MD5FUNC=do_md5sum
2762023-12-07T03:33:12.261Z+ CIDL_URL_BASE=https://illumos.org/downloads
2772023-12-07T03:33:12.261Z+ CIDL_ASSEMBLE=do_assemble_illumos
2782023-12-07T03:33:12.261Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2792023-12-07T03:33:12.261Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2802023-12-07T03:33:12.261Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2812023-12-07T03:33:12.262Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2822023-12-07T03:33:12.262Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2832023-12-07T03:33:12.262Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2842023-12-07T03:33:12.263ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2852023-12-07T03:33:12.263ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2862023-12-07T03:33:12.263Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2872023-12-07T03:33:12.263Z+ mkdir -p out/downloads
2882023-12-07T03:33:12.263Z+ mkdir -p ./out/cockroachdb
2892023-12-07T03:33:12.268Z+ local DO_DOWNLOAD=true
2902023-12-07T03:33:12.268Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2912023-12-07T03:33:12.268Z+ '[' true == true ']'
2922023-12-07T03:33:12.268Z+ echo Downloading...
2932023-12-07T03:33:12.268ZDownloading...
2942023-12-07T03:33:12.268Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2952023-12-07T03:33:12.268Z+ 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
2962023-12-07T03:33:15.902Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2972023-12-07T03:33:15.921Z++ md5sum
2982023-12-07T03:33:15.921Z++ awk '{print $1}'
2992023-12-07T03:33:16.097Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
3002023-12-07T03:33:16.098Z+ [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]]
3012023-12-07T03:33:16.098Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3022023-12-07T03:33:16.102Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3032023-12-07T03:33:19.698Z+ do_assemble_illumos
3042023-12-07T03:33:19.699Z+ rm -r ./out/cockroachdb
3052023-12-07T03:33:19.719Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3062023-12-07T03:33:20.374Z+ ./out/cockroachdb/bin/cockroach version
3072023-12-07T03:33:20.683ZBuild Tag: v22.1.9-dirty
3082023-12-07T03:33:20.683ZBuild Time: 2022/10/26 21:17:46
3092023-12-07T03:33:20.683ZDistribution: OSS
3102023-12-07T03:33:20.684ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3112023-12-07T03:33:20.684ZGo Version: go1.17.13
3122023-12-07T03:33:20.684ZC Compiler: gcc 10.3.0
3132023-12-07T03:33:20.684ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3142023-12-07T03:33:20.684ZBuild Type: release
3152023-12-07T03:33:20.704Z+ set -o errexit
3162023-12-07T03:33:20.749Z+++ dirname ./tools/ci_download_clickhouse
3172023-12-07T03:33:20.749Z++ cd ./tools
3182023-12-07T03:33:20.749Z++ pwd
3192023-12-07T03:33:20.749Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3202023-12-07T03:33:20.749Z++ basename ./tools/ci_download_clickhouse
3212023-12-07T03:33:20.749Z+ ARG0=ci_download_clickhouse
3222023-12-07T03:33:20.749Z+ TARGET_DIR=out
3232023-12-07T03:33:20.749Z+ DOWNLOAD_DIR=out/downloads
3242023-12-07T03:33:20.749Z+ DEST_DIR=./out/clickhouse
3252023-12-07T03:33:20.750Z+ CIDL_VERSION=v22.8.9.24
3262023-12-07T03:33:20.750Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3272023-12-07T03:33:20.750Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3282023-12-07T03:33:20.750Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3292023-12-07T03:33:20.750Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3302023-12-07T03:33:20.750Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3312023-12-07T03:33:20.750Z+ main
3322023-12-07T03:33:20.750Z+ [[ 0 != 0 ]]
3332023-12-07T03:33:20.750Z+ CIDL_OS=solaris2.11
3342023-12-07T03:33:20.750Z+ [[ 0 != 0 ]]
3352023-12-07T03:33:20.751Z+ configure_os solaris2.11
3362023-12-07T03:33:20.751Z+ echo 'current directory: /work/oxidecomputer/omicron'
3372023-12-07T03:33:20.751Zcurrent directory: /work/oxidecomputer/omicron
3382023-12-07T03:33:20.751Z+ echo 'configuring based on OS: "solaris2.11"'
3392023-12-07T03:33:20.751Zconfiguring based on OS: "solaris2.11"
3402023-12-07T03:33:20.751Z+ CIDL_DASHREV=
3412023-12-07T03:33:20.751Z+ case "$1" in
3422023-12-07T03:33:20.751Z+ CIDL_PLATFORM=illumos
3432023-12-07T03:33:20.751Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3442023-12-07T03:33:20.751Z+ CIDL_MD5FUNC=do_md5sum
3452023-12-07T03:33:20.751Z+ CIDL_DASHREV=-1
3462023-12-07T03:33:20.752Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3472023-12-07T03:33:20.752Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3482023-12-07T03:33:20.752Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3492023-12-07T03:33:20.752Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3502023-12-07T03:33:20.752Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3512023-12-07T03:33:20.752ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3522023-12-07T03:33:20.752ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3532023-12-07T03:33:20.752Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3542023-12-07T03:33:20.752Z+ mkdir -p out/downloads
3552023-12-07T03:33:20.752Z+ mkdir -p ./out/clickhouse
3562023-12-07T03:33:20.752Z+ local DO_DOWNLOAD=true
3572023-12-07T03:33:20.752Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3582023-12-07T03:33:20.752Z+ '[' true == true ']'
3592023-12-07T03:33:20.752Z+ echo Downloading...
3602023-12-07T03:33:20.753ZDownloading...
3612023-12-07T03:33:20.753Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3622023-12-07T03:33:20.753Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3632023-12-07T03:33:22.114Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3642023-12-07T03:33:22.136Z++ md5sum
3652023-12-07T03:33:22.136Z++ awk '{print $1}'
3662023-12-07T03:33:22.370Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3672023-12-07T03:33:22.371Z+ [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]]
3682023-12-07T03:33:22.371Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3692023-12-07T03:33:22.382Z+ mkdir -p ./out/clickhouse
3702023-12-07T03:33:22.382Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3712023-12-07T03:33:27.488Z+ ./out/clickhouse/clickhouse server --version
3722023-12-07T03:33:27.544ZClickHouse server version 22.8.9.1.
3732023-12-07T03:33:27.972Z+ set -o errexit
3742023-12-07T03:33:27.987Z+++ dirname ./tools/ci_download_console
3752023-12-07T03:33:27.987Z++ cd ./tools
3762023-12-07T03:33:27.988Z++ pwd
3772023-12-07T03:33:27.988Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3782023-12-07T03:33:27.988Z++ basename ./tools/ci_download_console
3792023-12-07T03:33:27.988Z+ ARG0=ci_download_console
3802023-12-07T03:33:27.988Z+ TARGET_DIR=out
3812023-12-07T03:33:27.988Z+ DOWNLOAD_DIR=out/downloads
3822023-12-07T03:33:27.988Z+ DEST_DIR=./out/console-assets
3832023-12-07T03:33:27.988Z+ source /work/oxidecomputer/omicron/tools/console_version
3842023-12-07T03:33:27.988Z++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e
3852023-12-07T03:33:27.988Z++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989
3862023-12-07T03:33:27.988Z+ URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3872023-12-07T03:33:27.989Z+ TARBALL_FILE=out/downloads/console.tar.gz
3882023-12-07T03:33:27.989Z+ main
3892023-12-07T03:33:27.989Z+ [[ 0 != 0 ]]
3902023-12-07T03:33:27.989Z+ echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz'
3912023-12-07T03:33:27.989ZURL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3922023-12-07T03:33:27.990Z+ echo 'Local file: out/downloads/console.tar.gz'
3932023-12-07T03:33:27.990ZLocal file: out/downloads/console.tar.gz
3942023-12-07T03:33:27.990Z+ local DO_DOWNLOAD=true
3952023-12-07T03:33:27.990Z+ [[ -f out/downloads/console.tar.gz ]]
3962023-12-07T03:33:27.990Z+ mkdir -p out/downloads
3972023-12-07T03:33:27.990Z+ '[' true == true ']'
3982023-12-07T03:33:27.990Z+ echo Downloading...
3992023-12-07T03:33:27.990ZDownloading...
4002023-12-07T03:33:27.990Z+ do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz
4012023-12-07T03:33:27.991Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
4022023-12-07T03:33:28.146Z++ do_sha256sum out/downloads/console.tar.gz
4032023-12-07T03:33:28.151Z++ case "$OSTYPE" in
4042023-12-07T03:33:28.151Z++ SHA=sha256sum
4052023-12-07T03:33:28.151Z++ sha256sum
4062023-12-07T03:33:28.151Z++ awk '{print $1}'
4072023-12-07T03:33:28.170Z+ calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989
4082023-12-07T03:33:28.171Z+ [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]]
4092023-12-07T03:33:28.171Z+ rm -rf ./out/console-assets
4102023-12-07T03:33:28.175Z+ mkdir -p ./out/console-assets
4112023-12-07T03:33:28.180Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4122023-12-07T03:33:28.180Z+ mkdir -p ./out/console-assets
4132023-12-07T03:33:28.180Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4142023-12-07T03:33:28.320Z+ set -o errexit
4152023-12-07T03:33:28.327Z+++ dirname ./tools/ci_download_maghemite_openapi
4162023-12-07T03:33:28.327Z++ cd ./tools
4172023-12-07T03:33:28.328Z++ pwd
4182023-12-07T03:33:28.328Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4192023-12-07T03:33:28.328Z++ basename ./tools/ci_download_maghemite_openapi
4202023-12-07T03:33:28.328Z+ ARG0=ci_download_maghemite_openapi
4212023-12-07T03:33:28.328Z+ TARGET_DIR=out
4222023-12-07T03:33:28.328Z+ DOWNLOAD_DIR=out/downloads
4232023-12-07T03:33:28.328Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4242023-12-07T03:33:28.328Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
4252023-12-07T03:33:28.328Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4262023-12-07T03:33:28.328Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4272023-12-07T03:33:28.328Z+ LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4282023-12-07T03:33:28.328Z+ main
4292023-12-07T03:33:28.328Z+ [[ 0 != 0 ]]
4302023-12-07T03:33:28.328Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json'
4312023-12-07T03:33:28.328ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4322023-12-07T03:33:28.328ZLocal file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4332023-12-07T03:33:28.328Z+ echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json'
4342023-12-07T03:33:28.330Z+ local DO_DOWNLOAD=true
4352023-12-07T03:33:28.330Z+ [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]]
4362023-12-07T03:33:28.330Z+ mkdir -p out/downloads
4372023-12-07T03:33:28.334Z+ '[' true == true ']'
4382023-12-07T03:33:28.334Z+ echo Downloading...
4392023-12-07T03:33:28.334ZDownloading...
4402023-12-07T03:33:28.335Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4412023-12-07T03:33:28.335Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4422023-12-07T03:33:28.533Z++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4432023-12-07T03:33:28.533Z++ case "$OSTYPE" in
4442023-12-07T03:33:28.541Z++ SHA=sha256sum
4452023-12-07T03:33:28.541Z++ sha256sum
4462023-12-07T03:33:28.542Z++ awk '{print $1}'
4472023-12-07T03:33:28.542Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4482023-12-07T03:33:28.542Z+ [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]]
4492023-12-07T03:33:28.542Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4502023-12-07T03:33:28.542Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
4512023-12-07T03:33:28.542Z++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
4522023-12-07T03:33:28.542Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4532023-12-07T03:33:28.542Z+ LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4542023-12-07T03:33:28.544Z+ main
4552023-12-07T03:33:28.544Z+ [[ 0 != 0 ]]
4562023-12-07T03:33:28.544Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json'
4572023-12-07T03:33:28.544ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4582023-12-07T03:33:28.544ZLocal file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4592023-12-07T03:33:28.544Z+ echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json'
4602023-12-07T03:33:28.544Z+ local DO_DOWNLOAD=true
4612023-12-07T03:33:28.545Z+ [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]]
4622023-12-07T03:33:28.545Z+ mkdir -p out/downloads
4632023-12-07T03:33:28.545Z+ '[' true == true ']'
4642023-12-07T03:33:28.545Z+ echo Downloading...
4652023-12-07T03:33:28.545ZDownloading...
4662023-12-07T03:33:28.545Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4672023-12-07T03:33:28.545Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4682023-12-07T03:33:28.687Z++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4692023-12-07T03:33:28.692Z++ case "$OSTYPE" in
4702023-12-07T03:33:28.692Z++ SHA=sha256sum
4712023-12-07T03:33:28.692Z++ sha256sum
4722023-12-07T03:33:28.692Z++ awk '{print $1}'
4732023-12-07T03:33:28.695Z+ calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
4742023-12-07T03:33:28.695Z+ [[ 931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c != \9\3\1\e\f\a\3\1\0\d\9\7\2\b\1\f\8\a\f\b\a\2\3\0\8\7\5\1\f\c\6\a\2\0\3\5\a\f\b\a\e\b\b\a\7\7\b\3\a\4\0\a\8\3\5\8\c\1\2\3\b\a\3\c ]]
4752023-12-07T03:33:28.702Z+ set -o errexit
4762023-12-07T03:33:28.705Z+++ dirname ./tools/ci_download_dendrite_openapi
4772023-12-07T03:33:28.709Z++ cd ./tools
4782023-12-07T03:33:28.709Z++ pwd
4792023-12-07T03:33:28.710Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4802023-12-07T03:33:28.710Z++ basename ./tools/ci_download_dendrite_openapi
4812023-12-07T03:33:28.714Z+ ARG0=ci_download_dendrite_openapi
4822023-12-07T03:33:28.714Z+ TARGET_DIR=out
4832023-12-07T03:33:28.714Z+ DOWNLOAD_DIR=out/downloads
4842023-12-07T03:33:28.714Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4852023-12-07T03:33:28.714Z++ COMMIT=1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8
4862023-12-07T03:33:28.714Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
4872023-12-07T03:33:28.714Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8/dpd.json
4882023-12-07T03:33:28.714Z+ LOCAL_FILE=out/downloads/dpd-1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8.json
4892023-12-07T03:33:28.714Z+ main
4902023-12-07T03:33:28.714Z+ [[ 0 != 0 ]]
4912023-12-07T03:33:28.714Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8/dpd.json'
4922023-12-07T03:33:28.714ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8/dpd.json
4932023-12-07T03:33:28.715Z+ echo 'Local file: out/downloads/dpd-1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8.json'
4942023-12-07T03:33:28.715ZLocal file: out/downloads/dpd-1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8.json
4952023-12-07T03:33:28.715Z+ local DO_DOWNLOAD=true
4962023-12-07T03:33:28.715Z+ [[ -f out/downloads/dpd-1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8.json ]]
4972023-12-07T03:33:28.715Z+ mkdir -p out/downloads
4982023-12-07T03:33:28.715Z+ '[' true == true ']'
4992023-12-07T03:33:28.715Z+ echo Downloading...
5002023-12-07T03:33:28.715ZDownloading...
5012023-12-07T03:33:28.722Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8/dpd.json out/downloads/dpd-1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8.json
5022023-12-07T03:33:28.722Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8/dpd.json
5032023-12-07T03:33:29.395Z++ do_sha256sum out/downloads/dpd-1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8.json
5042023-12-07T03:33:29.396Z++ case "$OSTYPE" in
5052023-12-07T03:33:29.419Z++ SHA=sha256sum
5062023-12-07T03:33:29.420Z++ sha256sum
5072023-12-07T03:33:29.420Z++ awk '{print $1}'
5082023-12-07T03:33:29.420Z+ calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5092023-12-07T03:33:29.420Z+ [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]]
5102023-12-07T03:33:29.437Z+ set -o errexit
5112023-12-07T03:33:29.437Z+++ dirname ./tools/ci_download_dendrite_stub
5122023-12-07T03:33:29.437Z++ cd ./tools
5132023-12-07T03:33:29.437Z++ pwd
5142023-12-07T03:33:29.437Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5152023-12-07T03:33:29.437Z++ basename ./tools/ci_download_dendrite_stub
5162023-12-07T03:33:29.437Z+ ARG0=ci_download_dendrite_stub
5172023-12-07T03:33:29.437Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5182023-12-07T03:33:29.438Z++ CIDL_SHA256_ILLUMOS=06b5eeedaebf30e96a5c5e932e08034c90947af7a54e9bc04d57d6807013ade9
5192023-12-07T03:33:29.438Z++ CIDL_SHA256_LINUX_DPD=99a800cbd5739245154831004892d47be5a871e37c536ec3009911ddb02fdb16
5202023-12-07T03:33:29.438Z++ CIDL_SHA256_LINUX_SWADM=e92bfc071f3944523a2e69b13ee877a4fd87cb8a9a78011b4aa8f40218347e25
5212023-12-07T03:33:29.438Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5222023-12-07T03:33:29.438Z++ COMMIT=1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8
5232023-12-07T03:33:29.438Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5242023-12-07T03:33:29.439Z+ TARGET_DIR=out
5252023-12-07T03:33:29.439Z+ DOWNLOAD_DIR=out/downloads
5262023-12-07T03:33:29.441Z+ DEST_DIR=./out/dendrite-stub
5272023-12-07T03:33:29.442Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5282023-12-07T03:33:29.442Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5292023-12-07T03:33:29.442Z+ REPO=oxidecomputer/dendrite
5302023-12-07T03:33:29.442Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8
5312023-12-07T03:33:29.442Z+ main
5322023-12-07T03:33:29.442Z+ [[ 0 != 0 ]]
5332023-12-07T03:33:29.442Z+ CIDL_OS=solaris2.11
5342023-12-07T03:33:29.442Z+ [[ 0 != 0 ]]
5352023-12-07T03:33:29.442Z+ configure_os solaris2.11
5362023-12-07T03:33:29.442Z+ echo 'current directory: /work/oxidecomputer/omicron'
5372023-12-07T03:33:29.442Zcurrent directory: /work/oxidecomputer/omicron
5382023-12-07T03:33:29.442Z+ echo 'configuring based on OS: "solaris2.11"'
5392023-12-07T03:33:29.442Zconfiguring based on OS: "solaris2.11"
5402023-12-07T03:33:29.442Z+ case "$1" in
5412023-12-07T03:33:29.442Z+ SET_BINARIES=
5422023-12-07T03:33:29.442Z+ CIDL_SHA256=06b5eeedaebf30e96a5c5e932e08034c90947af7a54e9bc04d57d6807013ade9
5432023-12-07T03:33:29.442Z+ CIDL_SHA256FUNC=do_sha256sum
5442023-12-07T03:33:29.443Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5452023-12-07T03:33:29.443Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8/dendrite-stub.tar.gz
5462023-12-07T03:33:29.443Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5472023-12-07T03:33:29.443Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8/dendrite-stub.tar.gz'
5482023-12-07T03:33:29.443ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8/dendrite-stub.tar.gz
5492023-12-07T03:33:29.443ZLocal file: out/downloads/dendrite-stub.tar.gz
5502023-12-07T03:33:29.444Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5512023-12-07T03:33:29.444Z+ mkdir -p out/downloads
5522023-12-07T03:33:29.444Z+ mkdir -p ./out/dendrite-stub
5532023-12-07T03:33:29.444Z+ fetch_and_verify
5542023-12-07T03:33:29.444Z+ local DO_DOWNLOAD=true
5552023-12-07T03:33:29.444Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5562023-12-07T03:33:29.444Z+ '[' true == true ']'
5572023-12-07T03:33:29.444Z+ echo Downloading...
5582023-12-07T03:33:29.444ZDownloading...
5592023-12-07T03:33:29.444Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5602023-12-07T03:33:29.444Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1b15e62b04044ef2b15c82d8dcef03f6fc24b3d8/dendrite-stub.tar.gz
5612023-12-07T03:33:39.681Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5622023-12-07T03:33:39.681Z++ sha256sum
5632023-12-07T03:33:39.681Z++ awk '{print $1}'
5642023-12-07T03:33:39.681Z+ calculated_sha256=06b5eeedaebf30e96a5c5e932e08034c90947af7a54e9bc04d57d6807013ade9
5652023-12-07T03:33:39.681Z+ [[ 06b5eeedaebf30e96a5c5e932e08034c90947af7a54e9bc04d57d6807013ade9 != \0\6\b\5\e\e\e\d\a\e\b\f\3\0\e\9\6\a\5\c\5\e\9\3\2\e\0\8\0\3\4\c\9\0\9\4\7\a\f\7\a\5\4\e\9\b\c\0\4\d\5\7\d\6\8\0\7\0\1\3\a\d\e\9 ]]
5662023-12-07T03:33:39.681Z+ do_untar out/downloads/dendrite-stub.tar.gz
5672023-12-07T03:33:39.681Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5682023-12-07T03:33:40.115Z+ do_assemble
5692023-12-07T03:33:40.115Z+ rm -r ./out/dendrite-stub
5702023-12-07T03:33:40.150Z+ mkdir ./out/dendrite-stub
5712023-12-07T03:33:40.150Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5722023-12-07T03:33:40.283Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5732023-12-07T03:33:40.303Z+ set -o errexit
5742023-12-07T03:33:40.318Z+++ dirname ./tools/ci_download_maghemite_mgd
5752023-12-07T03:33:40.318Z++ cd ./tools
5762023-12-07T03:33:40.318Z++ pwd
5772023-12-07T03:33:40.318Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5782023-12-07T03:33:40.319Z++ basename ./tools/ci_download_maghemite_mgd
5792023-12-07T03:33:40.319Z+ ARG0=ci_download_maghemite_mgd
5802023-12-07T03:33:40.319Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5812023-12-07T03:33:40.319Z++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890
5822023-12-07T03:33:40.320Z++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0
5832023-12-07T03:33:40.320Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5842023-12-07T03:33:40.320Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
5852023-12-07T03:33:40.320Z++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
5862023-12-07T03:33:40.321Z+ TARGET_DIR=out
5872023-12-07T03:33:40.321Z+ DOWNLOAD_DIR=out/downloads
5882023-12-07T03:33:40.321Z+ DEST_DIR=./out/mgd
5892023-12-07T03:33:40.322Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5902023-12-07T03:33:40.322Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5912023-12-07T03:33:40.348Z+ REPO=oxidecomputer/maghemite
5922023-12-07T03:33:40.348Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3
5932023-12-07T03:33:40.348Z+ main
5942023-12-07T03:33:40.348Z+ [[ 0 != 0 ]]
5952023-12-07T03:33:40.349Z+ CIDL_OS=solaris2.11
5962023-12-07T03:33:40.349Z+ [[ 0 != 0 ]]
5972023-12-07T03:33:40.350Z+ configure_os solaris2.11
5982023-12-07T03:33:40.350Z+ echo 'current directory: /work/oxidecomputer/omicron'
5992023-12-07T03:33:40.350Zcurrent directory: /work/oxidecomputer/omicron
6002023-12-07T03:33:40.351Zconfiguring based on OS: "solaris2.11"
6012023-12-07T03:33:40.351Z+ echo 'configuring based on OS: "solaris2.11"'
6022023-12-07T03:33:40.351Z+ case "$1" in
6032023-12-07T03:33:40.352Z+ SET_BINARIES=
6042023-12-07T03:33:40.352Z+ CIDL_SHA256FUNC=do_sha256sum
6052023-12-07T03:33:40.352Z+ TARBALL_FILENAME=mgd.tar.gz
6062023-12-07T03:33:40.353Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
6072023-12-07T03:33:40.353Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6082023-12-07T03:33:40.353Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz'
6092023-12-07T03:33:40.353ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
6102023-12-07T03:33:40.354Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6112023-12-07T03:33:40.354ZLocal file: out/downloads/mgd.tar.gz
6122023-12-07T03:33:40.354Z+ mkdir -p out/downloads
6132023-12-07T03:33:40.355Z+ mkdir -p ./out/mgd
6142023-12-07T03:33:40.355Z+ fetch_and_verify
6152023-12-07T03:33:40.355Z+ local DO_DOWNLOAD=true
6162023-12-07T03:33:40.355Z+ [[ -f out/downloads/mgd.tar.gz ]]
6172023-12-07T03:33:40.355Z+ '[' true == true ']'
6182023-12-07T03:33:40.357Z+ echo Downloading...
6192023-12-07T03:33:40.357ZDownloading...
6202023-12-07T03:33:40.357Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz
6212023-12-07T03:33:40.357Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
6222023-12-07T03:33:47.153Z++ do_sha256sum out/downloads/mgd.tar.gz
6232023-12-07T03:33:47.157Z++ sha256sum
6242023-12-07T03:33:47.157Z++ awk '{print $1}'
6252023-12-07T03:33:47.227Z+ calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890
6262023-12-07T03:33:47.227Z+ [[ 802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 != \8\0\2\6\3\6\7\7\5\f\a\7\7\d\c\6\e\e\c\1\9\3\e\6\5\f\d\e\8\7\e\4\0\3\f\6\a\1\1\5\3\1\7\4\5\d\4\7\e\f\5\e\7\f\f\1\3\b\2\4\2\8\9\0 ]]
6272023-12-07T03:33:47.232Z+ do_untar out/downloads/mgd.tar.gz
6282023-12-07T03:33:47.232Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6292023-12-07T03:33:47.921Z+ do_assemble
6302023-12-07T03:33:47.921Z+ rm -r ./out/mgd
6312023-12-07T03:33:47.927Z+ mkdir ./out/mgd
6322023-12-07T03:33:47.927Z+ cp -r out/downloads/root ./out/mgd/root
6332023-12-07T03:33:48.158Z+ set -o errexit
6342023-12-07T03:33:48.168Z+++ dirname ./tools/ci_download_transceiver_control
6352023-12-07T03:33:48.168Z++ cd ./tools
6362023-12-07T03:33:48.169Z++ pwd
6372023-12-07T03:33:48.177Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6382023-12-07T03:33:48.178Z++ basename ./tools/ci_download_transceiver_control
6392023-12-07T03:33:48.178Z+ ARG0=ci_download_transceiver_control
6402023-12-07T03:33:48.178Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6412023-12-07T03:33:48.178Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6422023-12-07T03:33:48.179Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6432023-12-07T03:33:48.179Z+ TARGET_DIR=out
6442023-12-07T03:33:48.179Z+ DOWNLOAD_DIR=out/downloads
6452023-12-07T03:33:48.179Z+ DEST_DIR=./out/transceiver-control
6462023-12-07T03:33:48.179Z+ BIN_DIR=/opt/oxide/bin
6472023-12-07T03:33:48.180Z+ BINARY=xcvradm
6482023-12-07T03:33:48.180Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6492023-12-07T03:33:48.180Z+ REPO=oxidecomputer/transceiver-control
6502023-12-07T03:33:48.181Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6512023-12-07T03:33:48.181Z+ main
6522023-12-07T03:33:48.181Z+ [[ 0 != 0 ]]
6532023-12-07T03:33:48.181Z+ CIDL_OS=solaris2.11
6542023-12-07T03:33:48.181Z+ [[ 0 != 0 ]]
6552023-12-07T03:33:48.182Z+ configure_os solaris2.11
6562023-12-07T03:33:48.182Z+ echo 'current directory: /work/oxidecomputer/omicron'
6572023-12-07T03:33:48.182Zcurrent directory: /work/oxidecomputer/omicron
6582023-12-07T03:33:48.182Zconfiguring based on OS: "solaris2.11"
6592023-12-07T03:33:48.182Z+ echo 'configuring based on OS: "solaris2.11"'
6602023-12-07T03:33:48.182Z+ case "$1" in
6612023-12-07T03:33:48.182Z+ SET_BINARIES=
6622023-12-07T03:33:48.183Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6632023-12-07T03:33:48.183Z+ CIDL_SHA256FUNC=do_sha256sum
6642023-12-07T03:33:48.183Z+ ARCHIVE_FILENAME=xcvradm.gz
6652023-12-07T03:33:48.183Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6662023-12-07T03:33:48.183Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6672023-12-07T03:33:48.183Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6682023-12-07T03:33:48.183ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6692023-12-07T03:33:48.184Z+ echo 'Local file: out/downloads/xcvradm.gz'
6702023-12-07T03:33:48.184ZLocal file: out/downloads/xcvradm.gz
6712023-12-07T03:33:48.184Z+ mkdir -p out/downloads
6722023-12-07T03:33:48.184Z+ mkdir -p ./out/transceiver-control
6732023-12-07T03:33:48.184Z+ fetch_and_verify
6742023-12-07T03:33:48.184Z+ local DO_DOWNLOAD=true
6752023-12-07T03:33:48.184Z+ [[ -f out/downloads/xcvradm.gz ]]
6762023-12-07T03:33:48.184Z+ '[' true == true ']'
6772023-12-07T03:33:48.185Z+ echo Downloading...
6782023-12-07T03:33:48.185ZDownloading...
6792023-12-07T03:33:48.185Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6802023-12-07T03:33:48.186Z+ 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
6812023-12-07T03:33:50.558Z++ do_sha256sum out/downloads/xcvradm.gz
6822023-12-07T03:33:50.562Z++ sha256sum
6832023-12-07T03:33:50.563Z++ awk '{print $1}'
6842023-12-07T03:33:50.585Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6852023-12-07T03:33:50.585Z+ [[ 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 ]]
6862023-12-07T03:33:50.589Z+ do_unpack out/downloads/xcvradm.gz
6872023-12-07T03:33:50.589Z+ mkdir -p out/downloads/root//opt/oxide/bin
6882023-12-07T03:33:50.589Z+ gzip -dc out/downloads/xcvradm.gz
6892023-12-07T03:33:50.762Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6902023-12-07T03:33:50.766Z+ do_assemble
6912023-12-07T03:33:50.766Z+ rm -r ./out/transceiver-control
6922023-12-07T03:33:50.766Z+ mkdir ./out/transceiver-control
6932023-12-07T03:33:50.772Z+ cp -r out/downloads/root ./out/transceiver-control/root
6942023-12-07T03:33:51.369ZAll prerequisites installed successfully
6952023-12-07T03:33:51.379Z
6962023-12-07T03:33:51.379Zreal 1:57.329110654
6972023-12-07T03:33:51.380Zuser 54.524510843
6982023-12-07T03:33:51.380Zsys 10.948989738
6992023-12-07T03:33:51.380Ztrap 0.024220776
7002023-12-07T03:33:51.381Ztflt 0.134359165
7012023-12-07T03:33:51.382Zdflt 0.434362292
7022023-12-07T03:33:51.382Zkflt 0.190699996
7032023-12-07T03:33:51.382Zlock 1.874258666
7042023-12-07T03:33:51.382Zslp 3:35.991834301
7052023-12-07T03:33:51.382Zlat 4.107220856
7062023-12-07T03:33:51.382Zstop 0.054988884
7072023-12-07T03:33:51.382Z+ ptime -m ./tools/ci_download_softnpu_machinery
7082023-12-07T03:33:51.383Zfetching npuzone
7092023-12-07T03:33:51.383ZEnsuring oxidecomputer/softnpu/image/npuzone in out/npuzone
7102023-12-07T03:33:51.387Z (commit: dec63e67156fe6e958991bbfa090629868115ab5)
7112023-12-07T03:33:51.387ZGetting hash for npuzone
7122023-12-07T03:33:51.387Z (hash: 0193728f9ac46713a4b628135f7b3de9fe889770c7a7fe5273976acb001f7ac4)
7132023-12-07T03:33:59.858Znpuzone downloaded successfully
7142023-12-07T03:33:59.863Z
7152023-12-07T03:33:59.863Zreal 8.901713421
7162023-12-07T03:33:59.863Zuser 0.572378166
7172023-12-07T03:33:59.863Zsys 0.157571993
7182023-12-07T03:33:59.863Ztrap 0.000523326
7192023-12-07T03:33:59.863Ztflt 0.000000000
7202023-12-07T03:33:59.864Zdflt 0.000000000
7212023-12-07T03:33:59.864Zkflt 0.000000000
7222023-12-07T03:33:59.864Zlock 0.000000000
7232023-12-07T03:33:59.864Zslp 25.801600775
7242023-12-07T03:33:59.864Zlat 0.138555167
7252023-12-07T03:33:59.864Zstop 0.000262803
7262023-12-07T03:33:59.864Z+ export CARGO_INCREMENTAL=0
7272023-12-07T03:33:59.864Z+ CARGO_INCREMENTAL=0
7282023-12-07T03:33:59.864Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
7292023-12-07T03:34:00.198Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7302023-12-07T03:34:00.583Z Updating crates.io index
7312023-12-07T03:34:00.590Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7322023-12-07T03:34:01.509Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7332023-12-07T03:34:03.468Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7342023-12-07T03:34:04.121Z Updating git repository `http://github.com/oxidecomputer/tofino`
7352023-12-07T03:34:04.455Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7362023-12-07T03:34:04.745Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7372023-12-07T03:34:05.049Z Updating git repository `https://github.com/oxidecomputer/propolis`
7382023-12-07T03:34:06.011Z Updating git repository `https://github.com/oxidecomputer/crucible`
7392023-12-07T03:34:08.169Z Updating git repository `https://github.com/oxidecomputer/opte`
7402023-12-07T03:34:09.197Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7412023-12-07T03:34:09.563Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7422023-12-07T03:34:11.188Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7432023-12-07T03:34:11.555Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7442023-12-07T03:34:11.900Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7452023-12-07T03:34:12.345Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7462023-12-07T03:34:12.661Z Updating git repository `https://github.com/njaremko/samael`
7472023-12-07T03:34:13.197Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7482023-12-07T03:34:13.785Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7492023-12-07T03:34:14.158Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7502023-12-07T03:34:14.484Z Updating git repository `https://github.com/jgallagher/nix`
7512023-12-07T03:34:15.713Z Updating git repository `https://github.com/cbiffle/hubpack`
7522023-12-07T03:34:16.235Z Updating git repository `https://github.com/oxidecomputer/typify`
7532023-12-07T03:34:17.169Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7542023-12-07T03:34:17.552Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7552023-12-07T03:34:17.868Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7562023-12-07T03:34:19.366Z Downloading crates ...
7572023-12-07T03:34:19.633Z Downloaded curve25519-dalek-derive v0.1.0
7582023-12-07T03:34:19.654Z Downloaded async-trait v0.1.74
7592023-12-07T03:34:19.660Z Downloaded array-init v0.0.4
7602023-12-07T03:34:19.664Z Downloaded autocfg v1.1.0
7612023-12-07T03:34:19.671Z Downloaded argon2 v0.5.2
7622023-12-07T03:34:19.677Z Downloaded bcs v0.1.6
7632023-12-07T03:34:19.682Z Downloaded atomic-waker v1.1.1
7642023-12-07T03:34:19.687Z Downloaded addr2line v0.21.0
7652023-12-07T03:34:19.692Z Downloaded signal-hook-mio v0.2.3
7662023-12-07T03:34:19.699Z Downloaded backtrace v0.3.69
7672023-12-07T03:34:19.710Z Downloaded ciborium-io v0.2.1
7682023-12-07T03:34:19.715Z Downloaded ident_case v1.0.1
7692023-12-07T03:34:19.718Z Downloaded smoltcp v0.10.0
7702023-12-07T03:34:19.745Z Downloaded keccak v0.1.4
7712023-12-07T03:34:19.752Z Downloaded io-lifetimes v1.0.11
7722023-12-07T03:34:19.758Z Downloaded itertools v0.11.0
7732023-12-07T03:34:19.773Z Downloaded itertools v0.10.5
7742023-12-07T03:34:19.789Z Downloaded normalize-line-endings v0.3.0
7752023-12-07T03:34:19.792Z Downloaded async-recursion v1.0.5
7762023-12-07T03:34:19.797Z Downloaded crucible-workspace-hack v0.1.0
7772023-12-07T03:34:19.801Z Downloaded hyper-staticfile v0.9.5
7782023-12-07T03:34:19.806Z Downloaded matches v0.1.10
7792023-12-07T03:34:19.811Z Downloaded crunchy v0.2.2
7802023-12-07T03:34:19.815Z Downloaded serde-big-array v0.4.1
7812023-12-07T03:34:19.816Z Downloaded maybe-uninit v2.0.0
7822023-12-07T03:34:19.819Z Downloaded libefi-sys v0.1.0
7832023-12-07T03:34:19.823Z Downloaded strip-ansi-escapes v0.2.0
7842023-12-07T03:34:19.823Z Downloaded cobs v0.2.3
7852023-12-07T03:34:19.827Z Downloaded memoffset v0.7.1
7862023-12-07T03:34:19.831Z Downloaded kstat-rs v0.2.3
7872023-12-07T03:34:19.835Z Downloaded new_debug_unreachable v1.0.4
7882023-12-07T03:34:19.835Z Downloaded tap v1.0.1
7892023-12-07T03:34:19.839Z Downloaded num_enum v0.5.11
7902023-12-07T03:34:19.850Z Downloaded anstyle-query v1.0.0
7912023-12-07T03:34:19.853Z Downloaded darling_macro v0.20.3
7922023-12-07T03:34:19.857Z Downloaded time-core v0.1.1
7932023-12-07T03:34:19.857Z Downloaded bzip2 v0.4.4
7942023-12-07T03:34:19.861Z Downloaded serde_repr v0.1.16
7952023-12-07T03:34:19.868Z Downloaded backoff v0.4.0
7962023-12-07T03:34:19.871Z Downloaded toml_datetime v0.6.5
7972023-12-07T03:34:19.871Z Downloaded num-iter v0.1.43
7982023-12-07T03:34:19.875Z Downloaded darling v0.14.4
7992023-12-07T03:34:19.879Z Downloaded buf-list v1.0.3
8002023-12-07T03:34:19.884Z Downloaded heck v0.4.1
8012023-12-07T03:34:19.894Z Downloaded defmt-parser v0.3.3
8022023-12-07T03:34:19.911Z Downloaded highway v1.1.0
8032023-12-07T03:34:19.911Z Downloaded swrite v0.1.0
8042023-12-07T03:34:19.911Z Downloaded fs-err v2.11.0
8052023-12-07T03:34:19.911Z Downloaded console v0.15.7
8062023-12-07T03:34:19.911Z Downloaded thiserror-no-std v2.0.2
8072023-12-07T03:34:19.916Z Downloaded take_mut v0.2.2
8082023-12-07T03:34:19.918Z Downloaded foreign-types v0.5.0
8092023-12-07T03:34:19.921Z Downloaded parse-display v0.8.2
8102023-12-07T03:34:19.922Z Downloaded slog-stdlog v4.1.1
8112023-12-07T03:34:19.926Z Downloaded zeroize v1.7.0
8122023-12-07T03:34:19.930Z Downloaded serde-big-array v0.5.1
8132023-12-07T03:34:19.930Z Downloaded float-cmp v0.9.0
8142023-12-07T03:34:19.934Z Downloaded usdt-macro v0.3.5
8152023-12-07T03:34:19.934Z Downloaded usdt-attr-macro v0.3.5
8162023-12-07T03:34:19.937Z Downloaded hubpack_derive v0.1.1
8172023-12-07T03:34:19.937Z Downloaded opaque-debug v0.3.0
8182023-12-07T03:34:19.941Z Downloaded semver v0.11.0
8192023-12-07T03:34:19.945Z Downloaded structopt-derive v0.4.18
8202023-12-07T03:34:19.976Z Downloaded zerocopy v0.3.0
8212023-12-07T03:34:19.976Z Downloaded tinyvec_macros v0.1.1
8222023-12-07T03:34:19.977Z Downloaded smawk v0.3.1
8232023-12-07T03:34:19.981Z Downloaded rustversion v1.0.14
8242023-12-07T03:34:19.981Z Downloaded termcolor v1.2.0
8252023-12-07T03:34:19.981Z Downloaded smf v0.2.2
8262023-12-07T03:34:19.981Z Downloaded snafu v0.7.5
8272023-12-07T03:34:19.981Z Downloaded zeroize_derive v1.4.2
8282023-12-07T03:34:19.981Z Downloaded wyz v0.5.1
8292023-12-07T03:34:19.981Z Downloaded rustc_version v0.1.7
8302023-12-07T03:34:19.985Z Downloaded serde_tokenstream v0.1.7
8312023-12-07T03:34:19.989Z Downloaded precomputed-hash v0.1.1
8322023-12-07T03:34:19.992Z Downloaded resolv-conf v0.7.0
8332023-12-07T03:34:19.995Z Downloaded packed_struct_codegen v0.10.1
8342023-12-07T03:34:19.999Z Downloaded time-macros v0.2.13
8352023-12-07T03:34:20.002Z Downloaded thiserror v1.0.49
8362023-12-07T03:34:20.008Z Downloaded shlex v1.1.0
8372023-12-07T03:34:20.012Z Downloaded owo-colors v3.5.0
8382023-12-07T03:34:20.016Z Downloaded untrusted v0.9.0
8392023-12-07T03:34:20.023Z Downloaded xattr v1.0.1
8402023-12-07T03:34:20.027Z Downloaded futures-macro v0.3.29
8412023-12-07T03:34:20.027Z Downloaded password-hash v0.5.0
8422023-12-07T03:34:20.030Z Downloaded toolchain_find v0.2.0
8432023-12-07T03:34:20.034Z Downloaded fxhash v0.2.1
8442023-12-07T03:34:20.034Z Downloaded slog-envlogger v2.2.0
8452023-12-07T03:34:20.037Z Downloaded slog-async v2.8.0
8462023-12-07T03:34:20.043Z Downloaded predicates v2.1.5
8472023-12-07T03:34:20.048Z Downloaded display-error-chain v0.2.0
8482023-12-07T03:34:20.048Z Downloaded quick-error v1.2.3
8492023-12-07T03:34:20.052Z Downloaded rustc_version v0.4.0
8502023-12-07T03:34:20.053Z Downloaded walkdir v2.4.0
8512023-12-07T03:34:20.057Z Downloaded signal-hook-registry v1.4.1
8522023-12-07T03:34:20.061Z Downloaded shell-words v1.1.0
8532023-12-07T03:34:20.061Z Downloaded serde_tokenstream v0.2.0
8542023-12-07T03:34:20.066Z Downloaded strum v0.25.0
8552023-12-07T03:34:20.070Z Downloaded serde_derive_internals v0.26.0
8562023-12-07T03:34:20.073Z Downloaded trust-dns-resolver v0.22.0
8572023-12-07T03:34:20.079Z Downloaded platforms v3.0.2
8582023-12-07T03:34:20.084Z Downloaded foreign-types-shared v0.3.1
8592023-12-07T03:34:20.088Z Downloaded hash32 v0.2.1
8602023-12-07T03:34:20.091Z Downloaded rustls-pemfile v1.0.3
8612023-12-07T03:34:20.095Z Downloaded slog-scope v4.4.0
8622023-12-07T03:34:20.098Z Downloaded embedded-io v0.4.0
8632023-12-07T03:34:20.102Z Downloaded globset v0.4.13
8642023-12-07T03:34:20.106Z Downloaded ucd-trie v0.1.6
8652023-12-07T03:34:20.106Z Downloaded waitgroup v0.1.2
8662023-12-07T03:34:20.109Z Downloaded pkcs1 v0.7.5
8672023-12-07T03:34:20.116Z Downloaded ff v0.13.0
8682023-12-07T03:34:20.120Z Downloaded zone v0.3.0
8692023-12-07T03:34:20.120Z Downloaded pretty-hex v0.4.0
8702023-12-07T03:34:20.120Z Downloaded pretty-hex v0.2.1
8712023-12-07T03:34:20.124Z Downloaded flume v0.11.0
8722023-12-07T03:34:20.128Z Downloaded ena v0.14.2
8732023-12-07T03:34:20.132Z Downloaded semver v0.1.20
8742023-12-07T03:34:20.136Z Downloaded secrecy v0.8.0
8752023-12-07T03:34:20.142Z Downloaded anstyle v1.0.2
8762023-12-07T03:34:20.146Z Downloaded rustls-native-certs v0.6.3
8772023-12-07T03:34:20.146Z Downloaded futures-task v0.3.29
8782023-12-07T03:34:20.150Z Downloaded rand_chacha v0.3.1
8792023-12-07T03:34:20.150Z Downloaded futures-core v0.3.29
8802023-12-07T03:34:20.154Z Downloaded postgres-types v0.2.6
8812023-12-07T03:34:20.157Z Downloaded toml v0.7.8
8822023-12-07T03:34:20.163Z Downloaded postgres-protocol v0.6.6
8832023-12-07T03:34:20.167Z Downloaded match_cfg v0.1.0
8842023-12-07T03:34:20.171Z Downloaded peeking_take_while v0.1.2
8852023-12-07T03:34:20.171Z Downloaded pkcs8 v0.10.2
8862023-12-07T03:34:20.176Z Downloaded percent-encoding v2.3.1
8872023-12-07T03:34:20.179Z Downloaded term v0.7.0
8882023-12-07T03:34:20.184Z Downloaded try-lock v0.2.4
8892023-12-07T03:34:20.188Z Downloaded foreign-types v0.3.2
8902023-12-07T03:34:20.188Z Downloaded rand_xorshift v0.3.0
8912023-12-07T03:34:20.192Z Downloaded signal-hook-tokio v0.3.1
8922023-12-07T03:34:20.193Z Downloaded http-range v0.1.5
8932023-12-07T03:34:20.201Z Downloaded num-bigint-dig v0.8.4
8942023-12-07T03:34:20.209Z Downloaded pem v1.1.1
8952023-12-07T03:34:20.212Z Downloaded radium v0.7.0
8962023-12-07T03:34:20.213Z Downloaded futures-io v0.3.29
8972023-12-07T03:34:20.217Z Downloaded rcgen v0.11.3
8982023-12-07T03:34:20.226Z Downloaded diesel_table_macro_syntax v0.1.0
8992023-12-07T03:34:20.230Z Downloaded libxml v0.3.3
9002023-12-07T03:34:20.244Z Downloaded subtle v2.5.0
9012023-12-07T03:34:20.248Z Downloaded httpdate v1.0.3
9022023-12-07T03:34:20.252Z Downloaded rand_core v0.6.4
9032023-12-07T03:34:20.256Z Downloaded dirs-next v2.0.0
9042023-12-07T03:34:20.256Z Downloaded home v0.5.5
9052023-12-07T03:34:20.259Z Downloaded path-slash v0.1.5
9062023-12-07T03:34:20.263Z Downloaded hashbrown v0.13.2
9072023-12-07T03:34:20.270Z Downloaded endian-type v0.1.2
9082023-12-07T03:34:20.274Z Downloaded ryu v1.0.15
9092023-12-07T03:34:20.279Z Downloaded serde_urlencoded v0.7.1
9102023-12-07T03:34:20.283Z Downloaded url v2.5.0
9112023-12-07T03:34:20.292Z Downloaded dirs-sys-next v0.1.2
9122023-12-07T03:34:20.298Z Downloaded paste v1.0.14
9132023-12-07T03:34:20.304Z Downloaded string_cache v0.8.7
9142023-12-07T03:34:20.309Z Downloaded predicates-tree v1.0.9
9152023-12-07T03:34:20.310Z Downloaded rustc-hash v1.1.0
9162023-12-07T03:34:20.310Z Downloaded enum-as-inner v0.5.1
9172023-12-07T03:34:20.340Z Downloaded thread-id v4.2.0
9182023-12-07T03:34:20.341Z Downloaded semver-parser v0.10.2
9192023-12-07T03:34:20.349Z Downloaded unsafe-libyaml v0.2.9
9202023-12-07T03:34:20.349Z Downloaded textwrap v0.11.0
9212023-12-07T03:34:20.349Z Downloaded zerocopy v0.6.4
9222023-12-07T03:34:20.349Z Downloaded ron v0.8.1
9232023-12-07T03:34:20.349Z Downloaded flagset v0.4.3
9242023-12-07T03:34:20.354Z Downloaded slog-json v2.6.1
9252023-12-07T03:34:20.354Z Downloaded serde v1.0.192
9262023-12-07T03:34:20.363Z Downloaded toml_edit v0.21.0
9272023-12-07T03:34:20.407Z Downloaded schemars v0.8.13
9282023-12-07T03:34:20.442Z Downloaded test-strategy v0.3.1
9292023-12-07T03:34:20.456Z Downloaded hyper v0.14.27
9302023-12-07T03:34:20.464Z Downloaded rand v0.8.5
9312023-12-07T03:34:20.464Z Downloaded serde_json v1.0.108
9322023-12-07T03:34:20.471Z Downloaded salty v0.2.0
9332023-12-07T03:34:20.484Z Downloaded portable-atomic v1.4.3
9342023-12-07T03:34:20.491Z Downloaded steno v0.4.0
9352023-12-07T03:34:20.498Z Downloaded serde_with v2.3.3
9362023-12-07T03:34:20.510Z Downloaded toml_edit v0.19.15
9372023-12-07T03:34:20.541Z Downloaded quick-xml v0.23.1
9382023-12-07T03:34:20.553Z Downloaded time v0.3.27
9392023-12-07T03:34:20.565Z Downloaded webpki-roots v0.25.2
9402023-12-07T03:34:20.572Z Downloaded syn v2.0.32
9412023-12-07T03:34:20.594Z Downloaded h2 v0.3.21
9422023-12-07T03:34:20.602Z Downloaded vcpkg v0.2.15
9432023-12-07T03:34:20.675Z Downloaded futures-util v0.3.29
9442023-12-07T03:34:20.699Z Downloaded diesel v2.1.4
9452023-12-07T03:34:20.727Z Downloaded polar-core v0.27.0
9462023-12-07T03:34:20.743Z Downloaded gimli v0.28.0
9472023-12-07T03:34:20.759Z Downloaded openapiv3 v2.0.0-rc.1
9482023-12-07T03:34:20.782Z Downloaded radix_trie v0.2.1
9492023-12-07T03:34:20.793Z Downloaded regex-syntax v0.7.5
9502023-12-07T03:34:20.811Z Downloaded rustix v0.38.25
9512023-12-07T03:34:20.848Z Downloaded rustls v0.21.9
9522023-12-07T03:34:20.877Z Downloaded rustix v0.37.23
9532023-12-07T03:34:20.907Z Downloaded zerocopy-derive v0.7.26
9542023-12-07T03:34:20.929Z Downloaded zerocopy-derive v0.6.4
9552023-12-07T03:34:20.951Z Downloaded sled v0.34.7
9562023-12-07T03:34:20.970Z Downloaded sha3 v0.10.8
9572023-12-07T03:34:21.008Z Downloaded zerocopy-derive v0.2.0
9582023-12-07T03:34:21.012Z Downloaded regex-automata v0.4.3
9592023-12-07T03:34:21.034Z Downloaded tokio v1.34.0
9602023-12-07T03:34:21.100Z Downloaded regex-automata v0.3.8
9612023-12-07T03:34:21.132Z Downloaded libc v0.2.150
9622023-12-07T03:34:21.181Z Downloaded bzip2-sys v0.1.11+1.0.8
9632023-12-07T03:34:21.205Z Downloaded regex-syntax v0.8.2
9642023-12-07T03:34:21.221Z Downloaded bstr v1.6.0
9652023-12-07T03:34:21.242Z Downloaded encoding_rs v0.8.33
9662023-12-07T03:34:21.292Z Downloaded trust-dns-proto v0.22.0
9672023-12-07T03:34:21.310Z Downloaded regex-syntax v0.6.29
9682023-12-07T03:34:21.321Z Downloaded rustls v0.22.0
9692023-12-07T03:34:21.355Z Downloaded bstr v0.2.17
9702023-12-07T03:34:21.363Z Downloaded ratatui v0.23.0
9712023-12-07T03:34:21.383Z Downloaded regex v1.10.2
9722023-12-07T03:34:21.407Z Downloaded regress v0.7.1
9732023-12-07T03:34:21.421Z Downloaded smoltcp v0.9.1
9742023-12-07T03:34:21.440Z Downloaded idna v0.5.0
9752023-12-07T03:34:21.453Z Downloaded proptest v1.4.0
9762023-12-07T03:34:21.469Z Downloaded object v0.32.1
9772023-12-07T03:34:21.489Z Downloaded object v0.30.4
9782023-12-07T03:34:21.505Z Downloaded rustls-webpki v0.102.0
9792023-12-07T03:34:21.538Z Downloaded openssl v0.10.60
9802023-12-07T03:34:21.568Z Downloaded rayon v1.8.0
9812023-12-07T03:34:21.585Z Downloaded rustls-webpki v0.101.7
9822023-12-07T03:34:21.611Z Downloaded hkdf v0.12.3
9832023-12-07T03:34:21.615Z Downloaded tabled v0.14.0
9842023-12-07T03:34:21.642Z Downloaded syn v1.0.109
9852023-12-07T03:34:21.661Z Downloaded pest v2.7.2
9862023-12-07T03:34:21.670Z Downloaded petgraph v0.6.4
9872023-12-07T03:34:21.706Z Downloaded lalrpop v0.19.12
9882023-12-07T03:34:21.714Z Downloaded zerocopy v0.7.26
9892023-12-07T03:34:21.743Z Downloaded ring v0.17.5
9902023-12-07T03:34:21.877Z Downloaded bindgen v0.65.1
9912023-12-07T03:34:21.890Z Downloaded crossterm v0.27.0
9922023-12-07T03:34:21.902Z Downloaded regex-automata v0.1.10
9932023-12-07T03:34:21.913Z Downloaded unicode-normalization v0.1.22
9942023-12-07T03:34:21.918Z Downloaded ring v0.16.20
9952023-12-07T03:34:22.078Z Downloaded reqwest v0.11.22
9962023-12-07T03:34:22.092Z Downloaded idna v0.2.3
9972023-12-07T03:34:22.104Z Downloaded chrono v0.4.31
9982023-12-07T03:34:22.120Z Downloaded http v0.2.11
9992023-12-07T03:34:22.125Z Downloaded reedline v0.26.0
10002023-12-07T03:34:22.136Z Downloaded hashbrown v0.14.2
10012023-12-07T03:34:22.147Z Downloaded diff v0.1.13
10022023-12-07T03:34:22.153Z Downloaded rsa v0.9.2
10032023-12-07T03:34:22.164Z Downloaded unicode-ident v1.0.12
10042023-12-07T03:34:22.164Z Downloaded proc-macro2 v1.0.69
10052023-12-07T03:34:22.169Z Downloaded heapless v0.7.16
10062023-12-07T03:34:22.174Z Downloaded rayon-core v1.12.0
10072023-12-07T03:34:22.182Z Downloaded curve25519-dalek v4.1.0
10082023-12-07T03:34:22.196Z Downloaded hashbrown v0.12.3
10092023-12-07T03:34:22.203Z Downloaded typed-path v0.6.0
10102023-12-07T03:34:22.214Z Downloaded pest_derive v2.7.2
10112023-12-07T03:34:22.219Z Downloaded pin-utils v0.1.0
10122023-12-07T03:34:22.227Z Downloaded pin-project-lite v0.2.13
10132023-12-07T03:34:22.243Z Downloaded unicode-segmentation v1.10.1
10142023-12-07T03:34:22.243Z Downloaded usdt-impl v0.3.5
10152023-12-07T03:34:22.244Z Downloaded unicode-bidi v0.3.13
10162023-12-07T03:34:22.257Z Downloaded anyhow v1.0.75
10172023-12-07T03:34:22.257Z Downloaded serde-hex v0.1.0
10182023-12-07T03:34:22.257Z Downloaded signature v1.6.4
10192023-12-07T03:34:22.258Z Downloaded ppv-lite86 v0.2.17
10202023-12-07T03:34:22.269Z Downloaded foreign-types-macros v0.2.3
10212023-12-07T03:34:22.269Z Downloaded structmeta v0.2.0
10222023-12-07T03:34:22.269Z Downloaded difflib v0.4.0
10232023-12-07T03:34:22.269Z Downloaded digest v0.10.7
10242023-12-07T03:34:22.270Z Downloaded slog v2.7.0
10252023-12-07T03:34:22.270Z Downloaded trust-dns-client v0.22.0
10262023-12-07T03:34:22.274Z Downloaded generic-array v0.14.7
10272023-12-07T03:34:22.278Z Downloaded ed25519 v1.5.3
10282023-12-07T03:34:22.278Z Downloaded prettyplease v0.2.12
10292023-12-07T03:34:22.284Z Downloaded tracing-core v0.1.31
10302023-12-07T03:34:22.288Z Downloaded der v0.7.8
10312023-12-07T03:34:22.297Z Downloaded winnow v0.5.15
10322023-12-07T03:34:22.311Z Downloaded clap_builder v4.4.2
10332023-12-07T03:34:22.323Z Downloaded macaddr v1.0.1
10342023-12-07T03:34:22.329Z Downloaded ahash v0.8.3
10352023-12-07T03:34:22.333Z Downloaded futures v0.3.29
10362023-12-07T03:34:22.337Z Downloaded zip v0.6.6
10372023-12-07T03:34:22.345Z Downloaded unicode-xid v0.2.4
10382023-12-07T03:34:22.348Z Downloaded slab v0.4.9
10392023-12-07T03:34:22.349Z Downloaded socket2 v0.4.9
10402023-12-07T03:34:22.352Z Downloaded headers-core v0.2.0
10412023-12-07T03:34:22.356Z Downloaded fragile v2.0.0
10422023-12-07T03:34:22.356Z Downloaded rustc-demangle v0.1.23
10432023-12-07T03:34:22.360Z Downloaded r2d2 v0.8.10
10442023-12-07T03:34:22.363Z Downloaded pem v3.0.2
10452023-12-07T03:34:22.364Z Downloaded signal-hook v0.3.17
10462023-12-07T03:34:22.367Z Downloaded postcard v1.0.8
10472023-12-07T03:34:22.373Z Downloaded elliptic-curve v0.13.8
10482023-12-07T03:34:22.379Z Downloaded scheduled-thread-pool v0.2.7
10492023-12-07T03:34:22.383Z Downloaded fd-lock v3.0.13
10502023-12-07T03:34:22.387Z Downloaded proc-macro-error-attr v1.0.4
10512023-12-07T03:34:22.387Z Downloaded getopts v0.2.21
10522023-12-07T03:34:22.391Z Downloaded tokio-native-tls v0.3.1
10532023-12-07T03:34:22.394Z Downloaded group v0.13.0
10542023-12-07T03:34:22.394Z Downloaded tracing v0.1.37
10552023-12-07T03:34:22.400Z Downloaded x509-cert v0.2.4
10562023-12-07T03:34:22.411Z Downloaded trust-dns-server v0.22.1
10572023-12-07T03:34:22.420Z Downloaded derive_builder_macro v0.12.0
10582023-12-07T03:34:22.423Z Downloaded rpassword v7.3.1
10592023-12-07T03:34:22.424Z Downloaded signature v2.1.0
10602023-12-07T03:34:22.428Z Downloaded crossbeam-queue v0.3.8
10612023-12-07T03:34:22.428Z Downloaded stable_deref_trait v1.2.0
10622023-12-07T03:34:22.429Z Downloaded fatfs v0.3.6
10632023-12-07T03:34:22.433Z Downloaded typenum v1.16.0
10642023-12-07T03:34:22.437Z Downloaded headers v0.3.9
10652023-12-07T03:34:22.447Z Downloaded futures-executor v0.3.29
10662023-12-07T03:34:22.451Z Downloaded httparse v1.8.0
10672023-12-07T03:34:22.455Z Downloaded tough v0.15.0
10682023-12-07T03:34:22.468Z Downloaded spin v0.5.2
10692023-12-07T03:34:22.472Z Downloaded futures-channel v0.3.29
10702023-12-07T03:34:22.475Z Downloaded bitvec v1.0.1
10712023-12-07T03:34:22.500Z Downloaded ref-cast v1.0.20
10722023-12-07T03:34:22.507Z Downloaded aead v0.5.2
10732023-12-07T03:34:22.511Z Downloaded poly1305 v0.8.0
10742023-12-07T03:34:22.511Z Downloaded rtoolbox v0.0.1
10752023-12-07T03:34:22.511Z Downloaded phf_shared v0.10.0
10762023-12-07T03:34:22.515Z Downloaded getrandom v0.2.10
10772023-12-07T03:34:22.519Z Downloaded smallvec v1.11.0
10782023-12-07T03:34:22.524Z Downloaded nom v7.1.3
10792023-12-07T03:34:22.539Z Downloaded tokio-util v0.7.10
10802023-12-07T03:34:22.543Z Downloaded serde_with_macros v2.3.3
10812023-12-07T03:34:22.547Z Downloaded siphasher v0.3.11
10822023-12-07T03:34:22.547Z Downloaded rustfmt-wrapper v0.2.0
10832023-12-07T03:34:22.550Z Downloaded utf-8 v0.7.6
10842023-12-07T03:34:22.550Z Downloaded universal-hash v0.5.1
10852023-12-07T03:34:22.551Z Downloaded predicates-core v1.0.6
10862023-12-07T03:34:22.554Z Downloaded synstructure v0.12.6
10872023-12-07T03:34:22.555Z Downloaded tempfile v3.8.1
10882023-12-07T03:34:22.559Z Downloaded toml v0.5.11
10892023-12-07T03:34:22.562Z Downloaded subprocess v0.2.9
10902023-12-07T03:34:22.566Z Downloaded structopt v0.3.26
10912023-12-07T03:34:22.578Z Downloaded darling_core v0.20.3
10922023-12-07T03:34:22.586Z Downloaded crypto-common v0.1.6
10932023-12-07T03:34:22.589Z Downloaded version_check v0.9.4
10942023-12-07T03:34:22.589Z Downloaded sha1 v0.10.6
10952023-12-07T03:34:22.593Z Downloaded serde_plain v1.0.2
10962023-12-07T03:34:22.597Z Downloaded snafu-derive v0.7.5
10972023-12-07T03:34:22.597Z Downloaded half v1.8.2
10982023-12-07T03:34:22.600Z Downloaded tungstenite v0.20.1
10992023-12-07T03:34:22.605Z Downloaded funty v2.0.0
11002023-12-07T03:34:22.609Z Downloaded predicates v3.0.4
11012023-12-07T03:34:22.612Z Downloaded pin-project v1.1.3
11022023-12-07T03:34:22.631Z Downloaded tokio-rustls v0.24.1
11032023-12-07T03:34:22.634Z Downloaded fastrand v2.0.0
11042023-12-07T03:34:22.638Z Downloaded quote v1.0.33
11052023-12-07T03:34:22.642Z Downloaded pest_meta v2.7.2
11062023-12-07T03:34:22.645Z Downloaded flate2 v1.0.28
11072023-12-07T03:34:22.652Z Downloaded mio v0.8.9
11082023-12-07T03:34:22.666Z Downloaded libm v0.2.7
11092023-12-07T03:34:23.108Z Downloaded pest_generator v2.7.2
11102023-12-07T03:34:23.124Z Downloaded sha2 v0.10.8
11112023-12-07T03:34:23.124Z Downloaded hmac v0.12.1
11122023-12-07T03:34:23.124Z Downloaded either v1.9.0
11132023-12-07T03:34:23.125Z Downloaded der_derive v0.7.2
11142023-12-07T03:34:23.125Z Downloaded rustls-pki-types v1.0.1
11152023-12-07T03:34:23.125Z Downloaded proc-macro-crate v1.3.1
11162023-12-07T03:34:23.125Z Downloaded futures-sink v0.3.29
11172023-12-07T03:34:23.125Z Downloaded tui-tree-widget v0.13.0
11182023-12-07T03:34:23.126Z Downloaded tracing-attributes v0.1.26
11192023-12-07T03:34:23.126Z Downloaded serde_derive v1.0.192
11202023-12-07T03:34:23.126Z Downloaded glob v0.3.1
11212023-12-07T03:34:23.126Z Downloaded tabled_derive v0.6.0
11222023-12-07T03:34:23.127Z Downloaded supports-color v2.1.0
11232023-12-07T03:34:23.127Z Downloaded strsim v0.10.0
11242023-12-07T03:34:23.127Z Downloaded rusty-fork v0.3.0
11252023-12-07T03:34:23.127Z Downloaded fallible-iterator v0.2.0
11262023-12-07T03:34:23.127Z Downloaded ref-cast-impl v1.0.20
11272023-12-07T03:34:23.127Z Downloaded uuid v1.6.1
11282023-12-07T03:34:23.127Z Downloaded papergrid v0.10.0
11292023-12-07T03:34:23.127Z Downloaded socket2 v0.5.5
11302023-12-07T03:34:23.127Z Downloaded env_logger v0.10.0
11312023-12-07T03:34:23.128Z Downloaded parking_lot_core v0.9.8
11322023-12-07T03:34:23.128Z Downloaded parking_lot v0.11.2
11332023-12-07T03:34:23.128Z Downloaded pkg-config v0.3.27
11342023-12-07T03:34:23.128Z Downloaded tokio-postgres v0.7.10
11352023-12-07T03:34:23.128Z Downloaded num-bigint v0.4.4
11362023-12-07T03:34:23.128Z Downloaded minimal-lexical v0.2.1
11372023-12-07T03:34:23.129Z Downloaded parking_lot v0.12.1
11382023-12-07T03:34:23.129Z Downloaded zone_cfg_derive v0.3.0
11392023-12-07T03:34:23.129Z Downloaded parking_lot_core v0.8.6
11402023-12-07T03:34:23.129Z Downloaded usdt v0.3.5
11412023-12-07T03:34:23.129Z Downloaded unarray v0.1.4
11422023-12-07T03:34:23.129Z Downloaded topological-sort v0.2.2
11432023-12-07T03:34:23.129Z Downloaded errno v0.3.2
11442023-12-07T03:34:23.129Z Downloaded memchr v2.6.3
11452023-12-07T03:34:23.129Z Downloaded unicode-linebreak v0.1.5
11462023-12-07T03:34:23.131Z Downloaded derive-where v1.2.6
11472023-12-07T03:34:23.131Z Downloaded derive_more v0.99.17
11482023-12-07T03:34:23.131Z Downloaded equivalent v1.0.1
11492023-12-07T03:34:23.131Z Downloaded phf_shared v0.11.2
11502023-12-07T03:34:23.131Z Downloaded omicron-zone-package v0.9.1
11512023-12-07T03:34:23.132Z Downloaded semver v1.0.20
11522023-12-07T03:34:23.132Z Downloaded unicase v2.7.0
11532023-12-07T03:34:23.132Z Downloaded parse-display-derive v0.8.2
11542023-12-07T03:34:23.132Z Downloaded serde_yaml v0.9.25
11552023-12-07T03:34:23.132Z Downloaded serde_path_to_error v0.1.14
11562023-12-07T03:34:23.132Z Downloaded scopeguard v1.2.0
11572023-12-07T03:34:23.132Z Downloaded unicode-width v0.1.11
11582023-12-07T03:34:23.132Z Downloaded phf v0.11.2
11592023-12-07T03:34:23.132Z Downloaded hubpack v0.1.2
11602023-12-07T03:34:23.132Z Downloaded fnv v1.0.7
11612023-12-07T03:34:23.132Z Downloaded textwrap v0.16.0
11622023-12-07T03:34:23.132Z Downloaded crypto-bigint v0.5.2
11632023-12-07T03:34:23.132Z Downloaded openssl-sys v0.9.96
11642023-12-07T03:34:23.132Z Downloaded http-body v0.4.5
11652023-12-07T03:34:23.132Z Downloaded diesel_derives v2.1.2
11662023-12-07T03:34:23.132Z Downloaded derive_builder v0.12.0
11672023-12-07T03:34:23.133Z Downloaded structmeta-derive v0.2.0
11682023-12-07T03:34:23.133Z Downloaded derive_builder_core v0.12.0
11692023-12-07T03:34:23.133Z Downloaded defmt v0.3.5
11702023-12-07T03:34:23.133Z Downloaded crossbeam-utils v0.8.16
11712023-12-07T03:34:23.133Z Downloaded indexmap v2.1.0
11722023-12-07T03:34:23.133Z Downloaded terminal_size v0.2.6
11732023-12-07T03:34:23.134Z Downloaded miniz_oxide v0.7.1
11742023-12-07T03:34:23.135Z Downloaded vsss-rs v3.3.1
11752023-12-07T03:34:23.135Z Downloaded wait-timeout v0.2.0
11762023-12-07T03:34:23.135Z Downloaded tinyvec v1.6.0
11772023-12-07T03:34:23.135Z Downloaded tiny-keccak v2.0.2
11782023-12-07T03:34:23.135Z Downloaded oso-derive v0.27.0
11792023-12-07T03:34:23.135Z Downloaded vec_map v0.8.2
11802023-12-07T03:34:23.135Z Downloaded defmt-macros v0.3.6
11812023-12-07T03:34:23.135Z Downloaded debug-ignore v1.0.5
11822023-12-07T03:34:23.135Z Downloaded static_assertions v1.1.0
11832023-12-07T03:34:23.135Z Downloaded tokio-tungstenite v0.20.1
11842023-12-07T03:34:23.135Z Downloaded tokio-stream v0.1.14
11852023-12-07T03:34:23.136Z Downloaded toml v0.8.8
11862023-12-07T03:34:23.136Z Downloaded spin v0.9.8
11872023-12-07T03:34:23.136Z Downloaded schemars_derive v0.8.13
11882023-12-07T03:34:23.136Z Downloaded crossbeam-epoch v0.9.15
11892023-12-07T03:34:23.136Z Downloaded proc-macro-error v1.0.4
11902023-12-07T03:34:23.136Z Downloaded mockall_derive v0.11.4
11912023-12-07T03:34:23.136Z Downloaded tar v0.4.40
11922023-12-07T03:34:23.136Z Downloaded dyn-clone v1.0.13
11932023-12-07T03:34:23.136Z Downloaded deranged v0.3.8
11942023-12-07T03:34:23.136Z Downloaded thiserror-impl-no-std v2.0.2
11952023-12-07T03:34:23.136Z Downloaded pin-project-internal v1.1.3
11962023-12-07T03:34:23.136Z Downloaded data-encoding v2.4.0
11972023-12-07T03:34:23.136Z Downloaded thiserror-impl v1.0.49
11982023-12-07T03:34:23.136Z Downloaded mime_guess v2.0.4
11992023-12-07T03:34:23.136Z Downloaded oso v0.27.0
12002023-12-07T03:34:23.136Z Downloaded darling_core v0.14.4
12012023-12-07T03:34:23.136Z Downloaded bytes v1.5.0
12022023-12-07T03:34:23.137Z Downloaded base64 v0.21.5
12032023-12-07T03:34:23.137Z Downloaded lru-cache v0.1.2
12042023-12-07T03:34:23.137Z Downloaded indicatif v0.17.7
12052023-12-07T03:34:23.137Z Downloaded const-oid v0.9.5
12062023-12-07T03:34:23.137Z Downloaded clap v4.4.3
12072023-12-07T03:34:23.137Z Downloaded cookie v0.18.0
12082023-12-07T03:34:23.137Z Downloaded cc v1.0.83
12092023-12-07T03:34:23.137Z Downloaded chacha20poly1305 v0.10.1
12102023-12-07T03:34:23.143Z Downloaded vte_generate_state_changes v0.1.1
12112023-12-07T03:34:23.143Z Downloaded dof v0.1.5
12122023-12-07T03:34:23.143Z Downloaded pem-rfc7468 v0.7.0
12132023-12-07T03:34:23.143Z Downloaded hostname v0.3.1
12142023-12-07T03:34:23.143Z Downloaded hex v0.4.3
12152023-12-07T03:34:23.143Z Downloaded serde_spanned v0.6.4
12162023-12-07T03:34:23.143Z Downloaded native-tls v0.2.11
12172023-12-07T03:34:23.144Z Downloaded heck v0.3.3
12182023-12-07T03:34:23.144Z Downloaded whoami v1.4.1
12192023-12-07T03:34:23.144Z Downloaded which v4.4.0
12202023-12-07T03:34:23.144Z Downloaded fixedbitset v0.4.2
12212023-12-07T03:34:23.144Z Downloaded slog-term v2.9.0
12222023-12-07T03:34:23.144Z Downloaded darling v0.20.3
12232023-12-07T03:34:23.144Z Downloaded corncobs v0.1.3
12242023-12-07T03:34:23.144Z Downloaded form_urlencoded v1.2.1
12252023-12-07T03:34:23.144Z Downloaded filetime v0.2.23
12262023-12-07T03:34:23.145Z Downloaded untrusted v0.7.1
12272023-12-07T03:34:23.145Z Downloaded spki v0.7.2
12282023-12-07T03:34:23.145Z Downloaded doc-comment v0.3.3
12292023-12-07T03:34:23.145Z Downloaded base64 v0.13.1
12302023-12-07T03:34:23.145Z Downloaded num-traits v0.2.16
12312023-12-07T03:34:23.148Z Downloaded linked-hash-map v0.5.6
12322023-12-07T03:34:23.148Z Downloaded libsw v3.3.0
12332023-12-07T03:34:23.148Z Downloaded lalrpop-util v0.19.12
12342023-12-07T03:34:23.148Z Downloaded blake2 v0.10.6
12352023-12-07T03:34:23.148Z Downloaded sec1 v0.7.3
12362023-12-07T03:34:23.148Z Downloaded num-rational v0.4.1
12372023-12-07T03:34:23.149Z Downloaded bitfield v0.14.0
12382023-12-07T03:34:23.149Z Downloaded packed_struct v0.10.1
12392023-12-07T03:34:23.149Z Downloaded multer v2.1.0
12402023-12-07T03:34:23.149Z Downloaded num-integer v0.1.45
12412023-12-07T03:34:23.154Z Downloaded nu-ansi-term v0.49.0
12422023-12-07T03:34:23.154Z Downloaded sct v0.7.0
12432023-12-07T03:34:23.154Z Downloaded dtrace-parser v0.1.14
12442023-12-07T03:34:23.161Z Downloaded downcast v0.11.0
12452023-12-07T03:34:23.161Z Downloaded crc-catalog v2.2.0
12462023-12-07T03:34:23.161Z Downloaded memoffset v0.9.0
12472023-12-07T03:34:23.161Z Downloaded num_enum_derive v0.5.11
12482023-12-07T03:34:23.168Z Downloaded linear-map v1.2.0
12492023-12-07T03:34:23.168Z Downloaded indexmap v1.9.3
12502023-12-07T03:34:23.173Z Downloaded cancel-safe-futures v0.1.5
12512023-12-07T03:34:23.178Z Downloaded ipnet v2.8.0
12522023-12-07T03:34:23.178Z Downloaded hyper-tls v0.5.0
12532023-12-07T03:34:23.182Z Downloaded clap_derive v4.4.2
12542023-12-07T03:34:23.182Z Downloaded base64ct v1.6.0
12552023-12-07T03:34:23.186Z Downloaded byteorder v1.5.0
12562023-12-07T03:34:23.191Z Downloaded clang-sys v1.6.1
12572023-12-07T03:34:23.195Z Downloaded bitflags v2.4.0
12582023-12-07T03:34:23.201Z Downloaded camino v1.1.6
12592023-12-07T03:34:23.201Z Downloaded foreign-types-shared v0.1.1
12602023-12-07T03:34:23.206Z Downloaded tokio-macros v2.2.0
12612023-12-07T03:34:23.206Z Downloaded termios v0.3.3
12622023-12-07T03:34:23.208Z Downloaded libloading v0.7.4
12632023-12-07T03:34:23.212Z Downloaded nibble_vec v0.1.0
12642023-12-07T03:34:23.212Z Downloaded lock_api v0.4.10
12652023-12-07T03:34:23.217Z Downloaded clap_lex v0.5.1
12662023-12-07T03:34:23.217Z Downloaded same-file v1.0.6
12672023-12-07T03:34:23.221Z Downloaded num_cpus v1.16.0
12682023-12-07T03:34:23.225Z Downloaded lazycell v1.3.0
12692023-12-07T03:34:23.225Z Downloaded strsim v0.8.0
12702023-12-07T03:34:23.230Z Downloaded stringprep v0.1.3
12712023-12-07T03:34:23.230Z Downloaded cipher v0.4.4
12722023-12-07T03:34:23.237Z Downloaded cexpr v0.6.0
12732023-12-07T03:34:23.238Z Downloaded block-buffer v0.10.4
12742023-12-07T03:34:23.243Z Downloaded num-derive v0.4.0
12752023-12-07T03:34:23.246Z Downloaded cstr-argument v0.1.2
12762023-12-07T03:34:23.246Z Downloaded openssl-probe v0.1.5
12772023-12-07T03:34:23.246Z Downloaded openssl-macros v0.1.1
12782023-12-07T03:34:23.247Z Downloaded nodrop v0.1.14
12792023-12-07T03:34:23.247Z Downloaded lazy_static v1.4.0
12802023-12-07T03:34:23.251Z Downloaded cpufeatures v0.2.9
12812023-12-07T03:34:23.251Z Downloaded impl-trait-for-tuples v0.2.2
12822023-12-07T03:34:23.252Z Downloaded iana-time-zone v0.1.57
12832023-12-07T03:34:23.257Z Downloaded ciborium v0.2.1
12842023-12-07T03:34:23.263Z Downloaded humantime v2.1.0
12852023-12-07T03:34:23.263Z Downloaded aho-corasick v1.0.4
12862023-12-07T03:34:23.270Z Downloaded num-complex v0.4.4
12872023-12-07T03:34:23.274Z Downloaded number_prefix v0.4.0
12882023-12-07T03:34:23.274Z Downloaded num_threads v0.1.6
12892023-12-07T03:34:23.279Z Downloaded itoa v1.0.9
12902023-12-07T03:34:23.279Z Downloaded crc v3.0.1
12912023-12-07T03:34:23.283Z Downloaded bytecount v0.6.3
12922023-12-07T03:34:23.284Z Downloaded base16ct v0.2.0
12932023-12-07T03:34:23.289Z Downloaded num v0.4.1
12942023-12-07T03:34:23.289Z Downloaded nanorand v0.7.0
12952023-12-07T03:34:23.295Z Downloaded block-padding v0.3.3
12962023-12-07T03:34:23.296Z Downloaded mime v0.3.17
12972023-12-07T03:34:23.296Z Downloaded want v0.3.1
12982023-12-07T03:34:23.296Z Downloaded tower-service v0.3.2
12992023-12-07T03:34:23.300Z Downloaded thread_local v1.1.7
13002023-12-07T03:34:23.301Z Downloaded mockall v0.11.4
13012023-12-07T03:34:23.301Z Downloaded itertools v0.12.0
13022023-12-07T03:34:23.312Z Downloaded is-terminal v0.4.9
13032023-12-07T03:34:23.316Z Downloaded hyper-rustls v0.24.2
13042023-12-07T03:34:23.321Z Downloaded convert_case v0.4.0
13052023-12-07T03:34:23.321Z Downloaded colored v2.0.4
13062023-12-07T03:34:23.325Z Downloaded cassowary v0.3.0
13072023-12-07T03:34:23.325Z Downloaded termtree v0.4.1
13082023-12-07T03:34:23.325Z Downloaded md-5 v0.10.5
13092023-12-07T03:34:23.329Z Downloaded inout v0.1.3
13102023-12-07T03:34:23.330Z Downloaded indoc v2.0.3
13112023-12-07T03:34:23.344Z Downloaded crossbeam-deque v0.8.3
13122023-12-07T03:34:23.348Z Downloaded chacha20 v0.9.1
13132023-12-07T03:34:23.348Z Downloaded darling_macro v0.14.4
13142023-12-07T03:34:23.348Z Downloaded yasna v0.5.2
13152023-12-07T03:34:23.348Z Downloaded utf8parse v0.2.1
13162023-12-07T03:34:23.348Z Downloaded maplit v1.0.2
13172023-12-07T03:34:23.348Z Downloaded newtype_derive v0.1.6
13182023-12-07T03:34:23.348Z Downloaded instant v0.1.12
13192023-12-07T03:34:23.352Z Downloaded bit-set v0.5.3
13202023-12-07T03:34:23.353Z Downloaded camino-tempfile v1.1.1
13212023-12-07T03:34:23.357Z Downloaded bytesize v1.3.0
13222023-12-07T03:34:23.357Z Downloaded ascii-canvas v3.0.0
13232023-12-07T03:34:23.366Z Downloaded vte v0.11.1
13242023-12-07T03:34:23.366Z Downloaded is_ci v1.1.1
13252023-12-07T03:34:23.367Z Downloaded ipnetwork v0.20.0
13262023-12-07T03:34:23.373Z Downloaded indoc v1.0.9
13272023-12-07T03:34:23.373Z Downloaded crossbeam v0.8.2
13282023-12-07T03:34:23.373Z Downloaded crc-any v2.4.3
13292023-12-07T03:34:23.377Z Downloaded cfg-if v1.0.0
13302023-12-07T03:34:23.378Z Downloaded async-stream v0.3.5
13312023-12-07T03:34:23.382Z Downloaded ciborium-ll v0.2.1
13322023-12-07T03:34:23.382Z Downloaded atty v0.2.14
13332023-12-07T03:34:23.382Z Downloaded bit-vec v0.6.3
13342023-12-07T03:34:23.386Z Downloaded bitflags v1.3.2
13352023-12-07T03:34:23.390Z Downloaded managed v0.8.0
13362023-12-07T03:34:23.391Z Downloaded clap v2.34.0
13372023-12-07T03:34:23.402Z Downloaded colorchoice v1.0.0
13382023-12-07T03:34:23.406Z Downloaded atomicwrites v0.4.2
13392023-12-07T03:34:23.406Z Downloaded async-stream-impl v0.3.5
13402023-12-07T03:34:23.406Z Downloaded strum_macros v0.25.2
13412023-12-07T03:34:23.410Z Downloaded strum_macros v0.24.3
13422023-12-07T03:34:23.414Z Downloaded smallvec v0.6.14
13432023-12-07T03:34:23.414Z Downloaded slog-dtrace v0.2.3
13442023-12-07T03:34:23.418Z Downloaded crossbeam-channel v0.5.8
13452023-12-07T03:34:23.423Z Downloaded log v0.4.20
13462023-12-07T03:34:23.427Z Downloaded anstyle-parse v0.2.1
13472023-12-07T03:34:23.431Z Downloaded assert_matches v1.5.0
13482023-12-07T03:34:23.431Z Downloaded slog-bunyan v2.4.0
13492023-12-07T03:34:23.435Z Downloaded similar v2.2.1
13502023-12-07T03:34:23.441Z Downloaded crc32fast v1.3.2
13512023-12-07T03:34:23.445Z Downloaded ansi_term v0.12.1
13522023-12-07T03:34:23.449Z Downloaded once_cell v1.18.0
13532023-12-07T03:34:23.453Z Downloaded bb8 v0.8.1
13542023-12-07T03:34:23.455Z Downloaded adler v1.0.2
13552023-12-07T03:34:23.460Z Downloaded anstream v0.5.0
13562023-12-07T03:34:23.460Z Downloaded olpc-cjson v0.1.3
13572023-12-07T03:34:23.460Z Downloaded arc-swap v1.6.0
13582023-12-07T03:34:23.791Z Compiling proc-macro2 v1.0.69
13592023-12-07T03:34:23.795Z Compiling unicode-ident v1.0.12
13602023-12-07T03:34:23.796Z Compiling libc v0.2.150
13612023-12-07T03:34:23.796Z Compiling serde v1.0.192
13622023-12-07T03:34:23.796Z Compiling autocfg v1.1.0
13632023-12-07T03:34:23.812Z Compiling cfg-if v1.0.0
13642023-12-07T03:34:23.816Z Compiling version_check v0.9.4
13652023-12-07T03:34:24.054Z Compiling syn v1.0.109
13662023-12-07T03:34:24.068Z Compiling once_cell v1.18.0
13672023-12-07T03:34:24.157Z Compiling parking_lot_core v0.9.8
13682023-12-07T03:34:24.565Z Compiling libm v0.2.7
13692023-12-07T03:34:24.768Z Compiling serde_json v1.0.108
13702023-12-07T03:34:24.809Z Compiling lock_api v0.4.10
13712023-12-07T03:34:25.718Z Compiling num-traits v0.2.16
13722023-12-07T03:34:25.722Z Compiling futures-core v0.3.29
13732023-12-07T03:34:25.722Z Compiling scopeguard v1.2.0
13742023-12-07T03:34:25.722Z Compiling typenum v1.16.0
13752023-12-07T03:34:25.993Z Compiling thiserror v1.0.49
13762023-12-07T03:34:26.040Z Compiling generic-array v0.14.7
13772023-12-07T03:34:26.256Z Compiling memchr v2.6.3
13782023-12-07T03:34:26.761Z Compiling itoa v1.0.9
13792023-12-07T03:34:27.079Z Compiling pkg-config v0.3.27
13802023-12-07T03:34:27.287Z Compiling quote v1.0.33
13812023-12-07T03:34:27.540Z Compiling slab v0.4.9
13822023-12-07T03:34:27.977Z Compiling syn v2.0.32
13832023-12-07T03:34:28.265Z Compiling cc v1.0.83
13842023-12-07T03:34:28.448Z Compiling getrandom v0.2.10
13852023-12-07T03:34:29.104Z Compiling futures-channel v0.3.29
13862023-12-07T03:34:29.609Z Compiling futures-task v0.3.29
13872023-12-07T03:34:29.609Z Compiling log v0.4.20
13882023-12-07T03:34:30.013Z Compiling futures-util v0.3.29
13892023-12-07T03:34:30.516Z Compiling heck v0.4.1
13902023-12-07T03:34:30.659Z Compiling ryu v1.0.15
13912023-12-07T03:34:30.771Z Compiling smallvec v1.11.0
13922023-12-07T03:34:30.965Z Compiling pin-project-lite v0.2.13
13932023-12-07T03:34:31.138Z Compiling vcpkg v0.2.15
13942023-12-07T03:34:31.162Z Compiling schemars v0.8.13
13952023-12-07T03:34:32.299Z Compiling parking_lot v0.12.1
13962023-12-07T03:34:32.698Z Compiling ring v0.17.5
13972023-12-07T03:34:33.918Z Compiling openssl-sys v0.9.96
13982023-12-07T03:34:34.166Z Compiling semver v1.0.20
13992023-12-07T03:34:34.794Z Compiling rand_core v0.6.4
14002023-12-07T03:34:35.242Z Compiling signal-hook-registry v1.4.1
14012023-12-07T03:34:36.433Z Compiling ring v0.16.20
14022023-12-07T03:34:36.450Z Compiling mio v0.8.9
14032023-12-07T03:34:36.931Z Compiling indexmap v1.9.3
14042023-12-07T03:34:37.334Z Compiling equivalent v1.0.1
14052023-12-07T03:34:37.473Z Compiling hashbrown v0.14.2
14062023-12-07T03:34:37.742Z Compiling byteorder v1.5.0
14072023-12-07T03:34:38.573Z Compiling ahash v0.8.3
14082023-12-07T03:34:39.034Z Compiling httparse v1.8.0
14092023-12-07T03:34:39.253Z Compiling socket2 v0.5.5
14102023-12-07T03:34:39.312Z Compiling num_cpus v1.16.0
14112023-12-07T03:34:39.487Z Compiling spin v0.5.2
14122023-12-07T03:34:39.846Z Compiling serde_derive_internals v0.26.0
14132023-12-07T03:34:40.365Z Compiling fnv v1.0.7
14142023-12-07T03:34:40.436Z Compiling openssl v0.10.60
14152023-12-07T03:34:40.855Z Compiling spin v0.9.8
14162023-12-07T03:34:41.156Z Compiling iana-time-zone v0.1.57
14172023-12-07T03:34:41.696Z Compiling rustls v0.21.9
14182023-12-07T03:34:41.923Z Compiling crossbeam-utils v0.8.16
14192023-12-07T03:34:42.214Z Compiling const-oid v0.9.5
14202023-12-07T03:34:42.371Z Compiling unicode-xid v0.2.4
14212023-12-07T03:34:42.394Z Compiling subtle v2.5.0
14222023-12-07T03:34:42.597Z Compiling ucd-trie v0.1.6
14232023-12-07T03:34:42.651Z Compiling native-tls v0.2.11
14242023-12-07T03:34:42.823Z Compiling synstructure v0.12.6
14252023-12-07T03:34:43.316Z Compiling futures-sink v0.3.29
14262023-12-07T03:34:43.542Z Compiling io-lifetimes v1.0.11
14272023-12-07T03:34:44.130Z Compiling backtrace v0.3.69
14282023-12-07T03:34:44.484Z Compiling dyn-clone v1.0.13
14292023-12-07T03:34:44.644Z Compiling rustix v0.38.25
14302023-12-07T03:34:44.665Z Compiling tinyvec_macros v0.1.1
14312023-12-07T03:34:44.779Z Compiling winnow v0.5.15
14322023-12-07T03:34:44.806Z Compiling tinyvec v1.6.0
14332023-12-07T03:34:46.108Z Compiling tracing-core v0.1.31
14342023-12-07T03:34:46.157Z Compiling num-integer v0.1.45
14352023-12-07T03:34:46.178Z Compiling memoffset v0.9.0
14362023-12-07T03:34:46.561Z Compiling futures-io v0.3.29
14372023-12-07T03:34:46.639Z Compiling pin-utils v0.1.0
14382023-12-07T03:34:46.889Z Compiling rustix v0.37.23
14392023-12-07T03:34:47.299Z Compiling unicode-normalization v0.1.22
14402023-12-07T03:34:47.581Z Compiling hashbrown v0.13.2
14412023-12-07T03:34:48.235Z Compiling usdt-impl v0.3.5
14422023-12-07T03:34:48.993Z Compiling crc32fast v1.3.2
14432023-12-07T03:34:49.220Z Compiling serde_derive v1.0.192
14442023-12-07T03:34:49.482Z Compiling zeroize_derive v1.4.2
14452023-12-07T03:34:49.619Z Compiling thiserror-impl v1.0.49
14462023-12-07T03:34:49.808Z Compiling tokio-macros v2.2.0
14472023-12-07T03:34:50.461Z Compiling futures-macro v0.3.29
14482023-12-07T03:34:50.574Z Compiling tracing-attributes v0.1.26
14492023-12-07T03:34:50.791Z Compiling schemars_derive v0.8.13
14502023-12-07T03:34:50.829Z Compiling openssl-macros v0.1.1
14512023-12-07T03:34:51.976Z Compiling zerocopy-derive v0.2.0
14522023-12-07T03:34:52.012Z Compiling zeroize v1.7.0
14532023-12-07T03:34:53.375Z Compiling der_derive v0.7.2
14542023-12-07T03:34:54.367Z Compiling pest v2.7.2
14552023-12-07T03:34:54.619Z Compiling crypto-common v0.1.6
14562023-12-07T03:34:54.649Z Compiling block-buffer v0.10.4
14572023-12-07T03:34:55.398Z Compiling bitflags v1.3.2
14582023-12-07T03:34:55.478Z Compiling unicode-bidi v0.3.13
14592023-12-07T03:34:55.545Z Compiling time-core v0.1.1
14602023-12-07T03:34:55.784Z Compiling slog v2.7.0
14612023-12-07T03:34:55.816Z Compiling tracing v0.1.37
14622023-12-07T03:34:56.415Z Compiling anyhow v1.0.75
14632023-12-07T03:34:57.106Z Compiling time-macros v0.2.13
14642023-12-07T03:34:57.500Z Compiling digest v0.10.7
14652023-12-07T03:34:58.116Z Compiling bzip2-sys v0.1.11+1.0.8
14662023-12-07T03:34:58.689Z Compiling pest_meta v2.7.2
14672023-12-07T03:34:58.820Z Compiling aho-corasick v1.0.4
14682023-12-07T03:34:59.738Z Compiling crossbeam-epoch v0.9.15
14692023-12-07T03:35:00.551Z Compiling async-trait v0.1.74
14702023-12-07T03:35:00.593Z Compiling pest_generator v2.7.2
14712023-12-07T03:35:01.916Z Compiling rustversion v1.0.14
14722023-12-07T03:35:03.183Z Compiling signal-hook v0.3.17
14732023-12-07T03:35:03.603Z Compiling regex-syntax v0.8.2
14742023-12-07T03:35:03.612Z Compiling ppv-lite86 v0.2.17
14752023-12-07T03:35:04.709Z Compiling rand_chacha v0.3.1
14762023-12-07T03:35:05.110Z Compiling zerocopy v0.3.0
14772023-12-07T03:35:05.149Z Compiling pest_derive v2.7.2
14782023-12-07T03:35:06.279Z Compiling errno v0.3.2
14792023-12-07T03:35:06.396Z Compiling strsim v0.10.0
14802023-12-07T03:35:06.446Z Compiling base64 v0.21.5
14812023-12-07T03:35:06.630Z Compiling dof v0.1.5
14822023-12-07T03:35:07.313Z Compiling dtrace-parser v0.1.14
14832023-12-07T03:35:07.488Z Compiling rand v0.8.5
14842023-12-07T03:35:09.856Z Compiling regex-automata v0.4.3
14852023-12-07T03:35:11.289Z Compiling bytes v1.5.0
14862023-12-07T03:35:12.136Z Compiling indexmap v2.1.0
14872023-12-07T03:35:13.064Z Compiling tokio v1.34.0
14882023-12-07T03:35:13.347Z Compiling rustc_version v0.4.0
14892023-12-07T03:35:13.403Z Compiling uuid v1.6.1
14902023-12-07T03:35:14.100Z Compiling chrono v0.4.31
14912023-12-07T03:35:14.305Z Compiling heapless v0.7.16
14922023-12-07T03:35:14.377Z Compiling bitflags v2.4.0
14932023-12-07T03:35:16.530Z Compiling serde_spanned v0.6.4
14942023-12-07T03:35:16.539Z Compiling toml_datetime v0.6.5
14952023-12-07T03:35:17.059Z Compiling toml_edit v0.19.15
14962023-12-07T03:35:17.263Z Compiling http v0.2.11
14972023-12-07T03:35:24.732Z Compiling regex v1.10.2
14982023-12-07T03:35:28.422Z Compiling tokio-util v0.7.10
14992023-12-07T03:35:29.837Z Compiling thread-id v4.2.0
15002023-12-07T03:35:30.058Z Compiling num-bigint v0.4.4
15012023-12-07T03:35:30.083Z Compiling base64ct v1.6.0
15022023-12-07T03:35:30.732Z Compiling untrusted v0.9.0
15032023-12-07T03:35:30.755Z Compiling foreign-types-shared v0.1.1
15042023-12-07T03:35:30.894Z Compiling hashbrown v0.12.3
15052023-12-07T03:35:31.135Z Compiling untrusted v0.7.1
15062023-12-07T03:35:32.685Z Compiling doc-comment v0.3.3
15072023-12-07T03:35:33.144Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
15082023-12-07T03:35:33.387Z Compiling smoltcp v0.9.1
15092023-12-07T03:35:33.976Z Compiling percent-encoding v2.3.1
15102023-12-07T03:35:33.999Z Compiling openssl-probe v0.1.5
15112023-12-07T03:35:36.257Z Compiling foreign-types v0.3.2
15122023-12-07T03:35:36.386Z Compiling pem-rfc7468 v0.7.0
15132023-12-07T03:35:39.626Z Compiling strum_macros v0.25.2
15142023-12-07T03:35:39.954Z Compiling serde_tokenstream v0.1.7
15152023-12-07T03:35:41.028Z Compiling hmac v0.12.1
15162023-12-07T03:35:41.347Z Compiling lazy_static v1.4.0
15172023-12-07T03:35:41.569Z Compiling socket2 v0.4.9
15182023-12-07T03:35:41.642Z Compiling flagset v0.4.3
15192023-12-07T03:35:41.905Z Compiling unicode-width v0.1.11
15202023-12-07T03:35:42.273Z Compiling unicode-segmentation v1.10.1
15212023-12-07T03:35:42.765Z Compiling siphasher v0.3.11
15222023-12-07T03:35:42.968Z Compiling adler v1.0.2
15232023-12-07T03:35:43.259Z Compiling try-lock v0.2.4
15242023-12-07T03:35:43.593Z Compiling want v0.3.1
15252023-12-07T03:35:43.637Z Compiling miniz_oxide v0.7.1
15262023-12-07T03:35:45.597Z Compiling der v0.7.8
15272023-12-07T03:35:47.687Z Compiling rustls-webpki v0.101.7
15282023-12-07T03:35:47.814Z Compiling sct v0.7.0
15292023-12-07T03:35:49.985Z Compiling h2 v0.3.21
15302023-12-07T03:35:50.401Z Compiling form_urlencoded v1.2.1
15312023-12-07T03:35:50.652Z Compiling http-body v0.4.5
15322023-12-07T03:35:50.888Z Compiling hubpack_derive v0.1.1
15332023-12-07T03:35:51.263Z Compiling zerocopy-derive v0.6.4
15342023-12-07T03:35:52.110Z Compiling pin-project-internal v1.1.3
15352023-12-07T03:35:54.582Z Compiling num-iter v0.1.43
15362023-12-07T03:35:54.583Z Compiling tower-service v0.3.2
15372023-12-07T03:35:54.689Z Compiling httpdate v1.0.3
15382023-12-07T03:35:55.085Z Compiling cpufeatures v0.2.9
15392023-12-07T03:35:55.333Z Compiling anstyle v1.0.2
15402023-12-07T03:35:55.973Z Compiling utf8parse v0.2.1
15412023-12-07T03:35:56.209Z Compiling anstyle-parse v0.2.1
15422023-12-07T03:35:56.638Z Compiling sha2 v0.10.8
15432023-12-07T03:35:58.828Z Compiling spki v0.7.2
15442023-12-07T03:36:00.059Z Compiling usdt-macro v0.3.5
15452023-12-07T03:36:00.168Z Compiling usdt-attr-macro v0.3.5
15462023-12-07T03:36:01.262Z Compiling hyper v0.14.27
15472023-12-07T03:36:02.081Z Compiling openapiv3 v2.0.0-rc.1
15482023-12-07T03:36:02.201Z Compiling serde_tokenstream v0.2.0
15492023-12-07T03:36:02.704Z Compiling rustls-pemfile v1.0.3
15502023-12-07T03:36:03.201Z Compiling md-5 v0.10.5
15512023-12-07T03:36:03.541Z Compiling idna v0.5.0
15522023-12-07T03:36:04.139Z Compiling stringprep v0.1.3
15532023-12-07T03:36:05.749Z Compiling hash32 v0.2.1
15542023-12-07T03:36:06.004Z Compiling diesel_table_macro_syntax v0.1.0
15552023-12-07T03:36:06.363Z Compiling stable_deref_trait v1.2.0
15562023-12-07T03:36:06.512Z Compiling either v1.9.0
15572023-12-07T03:36:06.702Z Compiling fallible-iterator v0.2.0
15582023-12-07T03:36:06.727Z Compiling anstyle-query v1.0.0
15592023-12-07T03:36:07.008Z Compiling gimli v0.28.0
15602023-12-07T03:36:07.827Z Compiling colorchoice v1.0.0
15612023-12-07T03:36:08.017Z Compiling anstream v0.5.0
15622023-12-07T03:36:08.049Z Compiling postgres-protocol v0.6.6
15632023-12-07T03:36:10.143Z Compiling diesel_derives v2.1.2
15642023-12-07T03:36:13.580Z Compiling url v2.5.0
15652023-12-07T03:36:15.296Z Compiling addr2line v0.21.0
15662023-12-07T03:36:16.710Z Compiling tokio-rustls v0.24.1
15672023-12-07T03:36:17.034Z Compiling rustls-native-certs v0.6.3
15682023-12-07T03:36:17.854Z Compiling terminal_size v0.2.6
15692023-12-07T03:36:18.458Z Compiling pkcs8 v0.10.2
15702023-12-07T03:36:38.110Z Compiling tokio-native-tls v0.3.1
15712023-12-07T03:36:38.878Z Compiling phf_shared v0.11.2
15722023-12-07T03:36:38.879Z Compiling block-padding v0.3.3
15732023-12-07T03:36:38.879Z Compiling enum-as-inner v0.5.1
15742023-12-07T03:36:38.879Z Compiling snafu-derive v0.7.5
15752023-12-07T03:36:38.879Z Compiling regress v0.7.1
15762023-12-07T03:36:38.879Z Compiling serde_repr v0.1.16
15772023-12-07T03:36:38.879Z Compiling clap_derive v4.4.2
15782023-12-07T03:36:39.310Z Compiling ff v0.13.0
15792023-12-07T03:36:39.555Z Compiling scheduled-thread-pool v0.2.7
15802023-12-07T03:36:39.556Z Compiling object v0.32.1
15812023-12-07T03:36:39.556Z Compiling managed v0.8.0
15822023-12-07T03:36:39.556Z Compiling bit-vec v0.6.3
15832023-12-07T03:36:39.556Z Compiling base16ct v0.2.0
15842023-12-07T03:36:39.556Z Compiling clap_lex v0.5.1
15852023-12-07T03:36:39.556Z Compiling rustc-demangle v0.1.23
15862023-12-07T03:36:39.556Z Compiling matches v0.1.10
15872023-12-07T03:36:39.556Z Compiling regex-automata v0.1.10
15882023-12-07T03:36:39.556Z Compiling deranged v0.3.8
15892023-12-07T03:36:39.556Z Compiling ipnet v2.8.0
15902023-12-07T03:36:39.556Z Compiling num_threads v0.1.6
15912023-12-07T03:36:39.560Z Compiling time v0.3.27
15922023-12-07T03:36:39.560Z Compiling bstr v0.2.17
15932023-12-07T03:36:39.560Z Compiling idna v0.2.3
15942023-12-07T03:36:41.639Z Compiling clap_builder v4.4.2
15952023-12-07T03:36:44.237Z Compiling sec1 v0.7.3
15962023-12-07T03:36:44.391Z Compiling r2d2 v0.8.10
15972023-12-07T03:36:45.532Z Compiling group v0.13.0
15982023-12-07T03:36:45.881Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
15992023-12-07T03:36:46.675Z Compiling inout v0.1.3
16002023-12-07T03:36:47.564Z Compiling phf v0.11.2
16012023-12-07T03:36:47.664Z Compiling hyper-tls v0.5.0
16022023-12-07T03:36:47.690Z Compiling hyper-rustls v0.24.2
16032023-12-07T03:36:47.990Z Compiling signal-hook-mio v0.2.3
16042023-12-07T03:36:48.158Z Compiling bzip2 v0.4.4
16052023-12-07T03:36:48.206Z Compiling flate2 v1.0.28
16062023-12-07T03:36:48.451Z Compiling postgres-types v0.2.6
16072023-12-07T03:36:48.725Z Compiling itertools v0.11.0
16082023-12-07T03:36:49.672Z Compiling pin-project v1.1.3
16092023-12-07T03:36:49.843Z Compiling zerocopy v0.6.4
16102023-12-07T03:36:50.901Z Compiling hubpack v0.1.2
16112023-12-07T03:36:51.229Z Compiling serde_urlencoded v0.7.1
16122023-12-07T03:36:51.578Z Compiling phf_shared v0.10.0
16132023-12-07T03:36:52.027Z Compiling hkdf v0.12.3
16142023-12-07T03:36:52.550Z Compiling ipnetwork v0.20.0
16152023-12-07T03:36:53.329Z Compiling futures-executor v0.3.29
16162023-12-07T03:36:53.852Z Compiling crypto-bigint v0.5.2
16172023-12-07T03:36:54.087Z Compiling float-cmp v0.9.0
16182023-12-07T03:36:54.218Z Compiling proc-macro-error-attr v1.0.4
16192023-12-07T03:36:54.401Z Compiling encoding_rs v0.8.33
16202023-12-07T03:36:57.235Z Compiling webpki-roots v0.25.2
16212023-12-07T03:36:57.449Z Compiling fixedbitset v0.4.2
16222023-12-07T03:36:58.554Z Compiling normalize-line-endings v0.3.0
16232023-12-07T03:36:58.713Z Compiling whoami v1.4.1
16242023-12-07T03:36:59.505Z Compiling static_assertions v1.1.0
16252023-12-07T03:36:59.945Z Compiling difflib v0.4.0
16262023-12-07T03:37:00.744Z Compiling precomputed-hash v0.1.1
16272023-12-07T03:37:00.898Z Compiling mime v0.3.17
16282023-12-07T03:37:01.726Z Compiling regex-automata v0.3.8
16292023-12-07T03:37:02.552Z Compiling predicates-core v1.0.6
16302023-12-07T03:37:03.562Z Compiling data-encoding v2.4.0
16312023-12-07T03:37:05.100Z Compiling new_debug_unreachable v1.0.4
16322023-12-07T03:37:05.113Z Compiling string_cache v0.8.7
16332023-12-07T03:37:05.635Z Compiling trust-dns-proto v0.22.0
16342023-12-07T03:37:05.704Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
16352023-12-07T03:37:06.403Z Compiling bstr v1.6.0
16362023-12-07T03:37:08.750Z Compiling predicates v3.0.4
16372023-12-07T03:37:11.251Z Compiling reqwest v0.11.22
16382023-12-07T03:37:12.789Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
16392023-12-07T03:37:15.094Z Compiling tokio-postgres v0.7.10
16402023-12-07T03:37:15.501Z Compiling petgraph v0.6.4
16412023-12-07T03:37:17.924Z Compiling elliptic-curve v0.13.8
16422023-12-07T03:37:24.850Z Compiling futures v0.3.29
16432023-12-07T03:37:25.692Z Compiling diesel v2.1.4
16442023-12-07T03:37:25.989Z Compiling yasna v0.5.2
16452023-12-07T03:37:26.185Z Compiling snafu v0.7.5
16462023-12-07T03:37:27.440Z Compiling zip v0.6.6
16472023-12-07T03:37:28.002Z Compiling crossterm v0.27.0
16482023-12-07T03:37:28.651Z Compiling clap v4.4.3
16492023-12-07T03:37:28.823Z Compiling cipher v0.4.4
16502023-12-07T03:37:29.884Z Compiling similar v2.2.1
16512023-12-07T03:37:31.150Z Compiling bit-set v0.5.3
16522023-12-07T03:37:31.684Z Compiling itertools v0.10.5
16532023-12-07T03:37:31.746Z Compiling usdt v0.3.5
16542023-12-07T03:37:32.677Z Compiling console v0.15.7
16552023-12-07T03:37:33.054Z Compiling tokio-stream v0.1.14
16562023-12-07T03:37:33.214Z Compiling toml v0.7.8
16572023-12-07T03:37:33.461Z Compiling proc-macro-crate v1.3.1
16582023-12-07T03:37:34.964Z Compiling toml_edit v0.21.0
16592023-12-07T03:37:34.975Z Compiling hex v0.4.3
16602023-12-07T03:37:35.371Z Compiling proc-macro-error v1.0.4
16612023-12-07T03:37:36.080Z Compiling lalrpop-util v0.19.12
16622023-12-07T03:37:38.734Z Compiling num_enum_derive v0.5.11
16632023-12-07T03:37:42.738Z Compiling atty v0.2.14
16642023-12-07T03:37:43.281Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16652023-12-07T03:37:43.779Z Compiling ident_case v1.0.1
16662023-12-07T03:37:44.036Z Compiling smoltcp v0.10.0
16672023-12-07T03:37:45.022Z Compiling darling_core v0.20.3
16682023-12-07T03:37:51.856Z Compiling num_enum v0.5.11
16692023-12-07T03:38:11.827Z Compiling dirs-sys-next v0.1.2
16702023-12-07T03:38:15.000Z Compiling camino v1.1.6
16712023-12-07T03:38:15.603Z Compiling embedded-io v0.4.0
16722023-12-07T03:38:16.253Z Compiling cobs v0.2.3
16732023-12-07T03:38:17.002Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16742023-12-07T03:38:17.003Z Compiling postcard v1.0.8
16752023-12-07T03:38:36.812Z Compiling dirs-next v2.0.0
16762023-12-07T03:38:37.340Z Compiling darling_macro v0.20.3
16772023-12-07T03:38:37.465Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
16782023-12-07T03:38:37.465Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16792023-12-07T03:38:37.466Z Compiling getopts v0.2.21
16802023-12-07T03:38:40.502Z Compiling foreign-types-macros v0.2.3
16812023-12-07T03:38:41.499Z Compiling structmeta-derive v0.2.0
16822023-12-07T03:38:44.963Z Compiling thread_local v1.1.7
16832023-12-07T03:38:45.763Z Compiling multer v2.1.0
16842023-12-07T03:38:46.192Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
16852023-12-07T03:38:46.634Z Compiling slog-async v2.8.0
16862023-12-07T03:38:49.117Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16872023-12-07T03:38:49.531Z Compiling match_cfg v0.1.0
16882023-12-07T03:38:50.497Z Compiling paste v1.0.14
16892023-12-07T03:38:50.599Z Compiling unsafe-libyaml v0.2.9
16902023-12-07T03:38:51.103Z Compiling foreign-types-shared v0.3.1
16912023-12-07T03:38:51.268Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
16922023-12-07T03:38:51.599Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
16932023-12-07T03:38:53.407Z Compiling serde_yaml v0.9.25
16942023-12-07T03:38:57.760Z Compiling foreign-types v0.5.0
16952023-12-07T03:38:59.631Z Compiling hostname v0.3.1
16962023-12-07T03:39:15.474Z Compiling structmeta v0.2.0
16972023-12-07T03:39:15.572Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
16982023-12-07T03:39:18.663Z Compiling darling v0.20.3
16992023-12-07T03:39:19.183Z Compiling term v0.7.0
17002023-12-07T03:39:24.773Z Compiling slog-json v2.6.1
17012023-12-07T03:39:25.557Z Compiling is-terminal v0.4.9
17022023-12-07T03:39:25.739Z Compiling crossbeam-channel v0.5.8
17032023-12-07T03:39:28.987Z Compiling strum v0.25.0
17042023-12-07T03:39:29.441Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17052023-12-07T03:39:30.230Z Compiling zerocopy-derive v0.7.26
17062023-12-07T03:39:30.256Z Compiling async-stream-impl v0.3.5
17072023-12-07T03:39:30.722Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
17082023-12-07T03:39:31.320Z Compiling cstr-argument v0.1.2
17092023-12-07T03:39:31.674Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
17102023-12-07T03:39:31.855Z Compiling fastrand v2.0.0
17112023-12-07T03:39:32.584Z Compiling atomic-waker v1.1.1
17122023-12-07T03:39:32.593Z Compiling crucible-workspace-hack v0.1.0
17132023-12-07T03:39:32.772Z Compiling pretty-hex v0.2.1
17142023-12-07T03:39:32.894Z Compiling regex-syntax v0.7.5
17152023-12-07T03:39:35.564Z Compiling take_mut v0.2.2
17162023-12-07T03:39:36.654Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
17172023-12-07T03:39:43.058Z Compiling parse-display-derive v0.8.2
17182023-12-07T03:39:45.105Z Compiling zerocopy v0.7.26
17192023-12-07T03:39:46.898Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17202023-12-07T03:39:47.759Z Compiling tempfile v3.8.1
17212023-12-07T03:39:49.167Z Compiling waitgroup v0.1.2
17222023-12-07T03:39:49.517Z Compiling async-stream v0.3.5
17232023-12-07T03:39:50.411Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17242023-12-07T03:39:51.780Z Compiling colored v2.0.4
17252023-12-07T03:39:52.650Z Compiling slog-bunyan v2.4.0
17262023-12-07T03:39:53.042Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
17272023-12-07T03:39:53.970Z Compiling slog-term v2.9.0
17282023-12-07T03:39:58.393Z Compiling serde_with_macros v2.3.3
17292023-12-07T03:40:05.334Z Compiling toml v0.8.8
17302023-12-07T03:40:05.943Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
17312023-12-07T03:40:07.484Z Compiling sha1 v0.10.6
17322023-12-07T03:40:08.691Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
17332023-12-07T03:40:09.145Z Compiling textwrap v0.11.0
17342023-12-07T03:40:10.919Z Compiling heck v0.3.3
17352023-12-07T03:40:11.447Z Compiling serde_path_to_error v0.1.14
17362023-12-07T03:40:12.667Z Compiling instant v0.1.12
17372023-12-07T03:40:12.882Z Compiling vec_map v0.8.2
17382023-12-07T03:40:13.410Z Compiling rayon-core v1.12.0
17392023-12-07T03:40:13.434Z Compiling libefi-sys v0.1.0
17402023-12-07T03:40:13.731Z Compiling ansi_term v0.12.1
17412023-12-07T03:40:13.818Z Compiling strsim v0.8.0
17422023-12-07T03:40:13.843Z Compiling debug-ignore v1.0.5
17432023-12-07T03:40:14.178Z Compiling clap v2.34.0
17442023-12-07T03:40:15.159Z Compiling backoff v0.4.0
17452023-12-07T03:40:15.741Z Compiling structopt-derive v0.4.18
17462023-12-07T03:40:16.045Z Compiling serde_with v2.3.3
17472023-12-07T03:40:18.146Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
17482023-12-07T03:40:18.439Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17492023-12-07T03:40:20.081Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
17502023-12-07T03:40:23.445Z Compiling parse-display v0.8.2
17512023-12-07T03:40:23.894Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
17522023-12-07T03:40:24.232Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17532023-12-07T03:40:24.478Z Compiling zone_cfg_derive v0.3.0
17542023-12-07T03:40:24.689Z Compiling crossbeam-deque v0.8.3
17552023-12-07T03:40:24.809Z Compiling macaddr v1.0.1
17562023-12-07T03:40:25.277Z Compiling num-derive v0.4.0
17572023-12-07T03:40:25.964Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
17582023-12-07T03:40:26.485Z Compiling portable-atomic v1.4.3
17592023-12-07T03:40:26.626Z Compiling zone v0.3.0
17602023-12-07T03:40:28.793Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d)
17612023-12-07T03:40:40.196Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
17622023-12-07T03:40:40.453Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19)
17632023-12-07T03:40:40.453Z Compiling structopt v0.3.26
17642023-12-07T03:40:40.553Z Compiling camino-tempfile v1.1.1
17652023-12-07T03:40:40.554Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
17662023-12-07T03:40:40.554Z Compiling smf v0.2.2
17672023-12-07T03:40:40.554Z Compiling filetime v0.2.23
17682023-12-07T03:40:40.554Z Compiling xattr v1.0.1
17692023-12-07T03:40:40.554Z Compiling same-file v1.0.6
17702023-12-07T03:40:40.555Z Compiling tar v0.4.40
17712023-12-07T03:40:40.555Z Compiling walkdir v2.4.0
17722023-12-07T03:40:40.558Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
17732023-12-07T03:40:40.558Z Compiling rayon v1.8.0
17742023-12-07T03:40:40.558Z Compiling number_prefix v0.4.0
17752023-12-07T03:40:40.559Z Compiling omicron-zone-package v0.9.1
17762023-12-07T03:40:42.661Z Compiling topological-sort v0.2.2
17772023-12-07T03:40:43.025Z Compiling swrite v0.1.0
17782023-12-07T03:40:48.200Z Compiling indicatif v0.17.7
17792023-12-07T03:41:01.891Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17802023-12-07T03:41:11.909Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17812023-12-07T03:41:15.221Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17822023-12-07T03:41:16.496Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
17832023-12-07T03:41:43.269Z Finished release [optimized] target(s) in 7m 43s
17842023-12-07T03:41:43.512Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
17852023-12-07T03:41:43.594ZCreated new build target 'test' and set it as active
17862023-12-07T03:41:43.597Z
17872023-12-07T03:41:43.598Zreal 7:43.750128089
17882023-12-07T03:41:43.598Zuser 50:05.140225957
17892023-12-07T03:41:43.598Zsys 4:29.836408838
17902023-12-07T03:41:43.599Ztrap 2.113562916
17912023-12-07T03:41:43.599Ztflt 4.043670322
17922023-12-07T03:41:43.599Zdflt 4.312033755
17932023-12-07T03:41:43.599Zkflt 0.023496134
17942023-12-07T03:41:43.600Zlock 1:48:15.631956937
17952023-12-07T03:41:43.600Zslp 2:20:35.888238086
17962023-12-07T03:41:43.600Zlat 2:26.361423109
17972023-12-07T03:41:43.600Zstop 3:52.962771103
17982023-12-07T03:41:43.600Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
17992023-12-07T03:41:44.685Z Finished release [optimized] target(s) in 1.00s
18002023-12-07T03:41:44.716Z Running `target/release/omicron-package -t test package`
18012023-12-07T03:41:44.755ZDec 07 03:41:44.752 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"})
18022023-12-07T03:41:45.891Z Compiling linked-hash-map v0.5.6
18032023-12-07T03:41:45.891Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18042023-12-07T03:41:45.911Z Compiling password-hash v0.5.0
18052023-12-07T03:41:45.912Z Compiling blake2 v0.10.6
18062023-12-07T03:41:45.912Z Compiling same-file v1.0.6
18072023-12-07T03:41:45.912Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18082023-12-07T03:41:45.926Z Compiling semver-parser v0.10.2
18092023-12-07T03:41:45.926Z Compiling quick-error v1.2.3
18102023-12-07T03:41:46.121Z Compiling walkdir v2.4.0
18112023-12-07T03:41:46.223Z Compiling fastrand v2.0.0
18122023-12-07T03:41:46.443Z Compiling lru-cache v0.1.2
18132023-12-07T03:41:46.728Z Compiling argon2 v0.5.2
18142023-12-07T03:41:46.960Z Compiling tempfile v3.8.1
18152023-12-07T03:41:47.151Z Compiling semver v0.11.0
18162023-12-07T03:41:48.089Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18172023-12-07T03:41:48.138Z Compiling resolv-conf v0.7.0
18182023-12-07T03:41:48.183Z Compiling xattr v1.0.1
18192023-12-07T03:41:48.486Z Compiling filetime v0.2.23
18202023-12-07T03:41:48.862Z Compiling slog-dtrace v0.2.3
18212023-12-07T03:41:48.912Z Compiling home v0.5.5
18222023-12-07T03:41:49.027Z Compiling tar v0.4.40
18232023-12-07T03:41:49.240Z Compiling toolchain_find v0.2.0
18242023-12-07T03:41:49.354Z Compiling trust-dns-resolver v0.22.0
18252023-12-07T03:41:49.961Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
18262023-12-07T03:41:50.036Z Compiling toml v0.5.11
18272023-12-07T03:41:50.597Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
18282023-12-07T03:41:50.860Z Compiling omicron-zone-package v0.9.1
18292023-12-07T03:41:51.255Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18302023-12-07T03:41:51.606Z Compiling toml v0.8.8
18312023-12-07T03:41:52.039Z Compiling num-rational v0.4.1
18322023-12-07T03:41:52.467Z Compiling cancel-safe-futures v0.1.5
18332023-12-07T03:41:53.780Z Compiling rustfmt-wrapper v0.2.0
18342023-12-07T03:41:53.883Z Compiling convert_case v0.4.0
18352023-12-07T03:41:55.061Z Compiling derive_more v0.99.17
18362023-12-07T03:41:55.339Z Compiling num-complex v0.4.4
18372023-12-07T03:41:55.749Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
18382023-12-07T03:41:56.661Z Compiling fxhash v0.2.1
18392023-12-07T03:41:57.071Z Compiling num v0.4.1
18402023-12-07T03:41:57.257Z Compiling unicase v2.7.0
18412023-12-07T03:41:57.257Z Compiling utf-8 v0.7.6
18422023-12-07T03:41:57.709Z Compiling semver v0.1.20
18432023-12-07T03:41:57.709Z Compiling tungstenite v0.20.1
18442023-12-07T03:41:58.018Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
18452023-12-07T03:41:58.019Z Compiling half v1.8.2
18462023-12-07T03:41:58.547Z Compiling rustc_version v0.1.7
18472023-12-07T03:41:59.320Z Compiling ciborium-io v0.2.1
18482023-12-07T03:41:59.320Z Compiling arc-swap v1.6.0
18492023-12-07T03:42:19.120Z Compiling keccak v0.1.4
18502023-12-07T03:42:20.343Z Compiling radium v0.7.0
18512023-12-07T03:42:20.344Z Compiling slog-scope v4.4.0
18522023-12-07T03:42:20.344Z Compiling sha3 v0.10.8
18532023-12-07T03:42:20.344Z Compiling tokio-tungstenite v0.20.1
18542023-12-07T03:42:20.344Z Compiling newtype_derive v0.1.6
18552023-12-07T03:42:20.344Z Compiling ciborium-ll v0.2.1
18562023-12-07T03:42:20.345Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
18572023-12-07T03:42:20.345Z Compiling secrecy v0.8.0
18582023-12-07T03:42:20.345Z Compiling parking_lot_core v0.8.6
18592023-12-07T03:42:20.345Z Compiling maybe-uninit v2.0.0
18602023-12-07T03:42:20.345Z Compiling tap v1.0.1
18612023-12-07T03:42:20.345Z Compiling ciborium v0.2.1
18622023-12-07T03:42:20.345Z Compiling wyz v0.5.1
18632023-12-07T03:42:20.751Z Compiling slog-stdlog v4.1.1
18642023-12-07T03:42:20.938Z Compiling nibble_vec v0.1.0
18652023-12-07T03:42:20.938Z Compiling num-bigint-dig v0.8.4
18662023-12-07T03:42:20.938Z Compiling packed_struct v0.10.1
18672023-12-07T03:42:20.938Z Compiling crc-catalog v2.2.0
18682023-12-07T03:42:20.938Z Compiling endian-type v0.1.2
18692023-12-07T03:42:20.938Z Compiling funty v2.0.0
18702023-12-07T03:42:20.938Z Compiling radix_trie v0.2.1
18712023-12-07T03:42:20.938Z Compiling crc v3.0.1
18722023-12-07T03:42:20.938Z Compiling slog-envlogger v2.2.0
18732023-12-07T03:42:20.938Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
18742023-12-07T03:42:20.938Z Compiling bitvec v1.0.1
18752023-12-07T03:42:20.938Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
18762023-12-07T03:42:20.938Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
18772023-12-07T03:42:20.938Z Compiling packed_struct_codegen v0.10.1
18782023-12-07T03:42:20.939Z Compiling dirs-sys-next v0.1.2
18792023-12-07T03:42:20.939Z Compiling glob v0.3.1
18802023-12-07T03:42:20.939Z Compiling nodrop v0.1.14
18812023-12-07T03:42:20.939Z Compiling platforms v3.0.2
18822023-12-07T03:42:20.943Z Compiling crunchy v0.2.2
18832023-12-07T03:42:20.943Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
18842023-12-07T03:42:20.943Z Compiling array-init v0.0.4
18852023-12-07T03:42:20.943Z Compiling clang-sys v1.6.1
18862023-12-07T03:42:21.601Z Compiling dirs-next v2.0.0
18872023-12-07T03:42:21.852Z Compiling parking_lot v0.11.2
18882023-12-07T03:42:24.386Z Compiling smallvec v0.6.14
18892023-12-07T03:42:25.106Z Compiling steno v0.4.0
18902023-12-07T03:42:25.803Z Compiling trust-dns-client v0.22.0
18912023-12-07T03:42:26.222Z Compiling mime_guess v2.0.4
18922023-12-07T03:42:28.743Z Compiling pkcs1 v0.7.5
18932023-12-07T03:42:31.709Z Compiling signature v2.1.0
18942023-12-07T03:42:32.252Z Compiling tiny-keccak v2.0.2
18952023-12-07T03:42:32.645Z Compiling termcolor v1.2.0
18962023-12-07T03:42:34.718Z Compiling bitfield v0.14.0
18972023-12-07T03:42:34.850Z Compiling prettyplease v0.2.12
18982023-12-07T03:42:35.185Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
18992023-12-07T03:42:35.333Z Compiling trust-dns-server v0.22.1
19002023-12-07T03:42:37.553Z Compiling env_logger v0.10.0
19012023-12-07T03:42:44.020Z Compiling rsa v0.9.2
19022023-12-07T03:42:48.021Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19032023-12-07T03:42:49.514Z Compiling serde-hex v0.1.0
19042023-12-07T03:42:52.820Z Compiling sled v0.34.7
19052023-12-07T03:42:58.208Z Compiling term v0.7.0
19062023-12-07T03:43:00.249Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
19072023-12-07T03:43:07.260Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19082023-12-07T03:43:07.769Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
19092023-12-07T03:43:12.040Z Compiling darling_core v0.14.4
19102023-12-07T03:43:20.556Z Compiling itertools v0.12.0
19112023-12-07T03:43:26.549Z Compiling x509-cert v0.2.4
19122023-12-07T03:43:28.661Z Compiling ron v0.8.1
19132023-12-07T03:43:39.170Z Compiling minimal-lexical v0.2.1
19142023-12-07T03:43:39.674Z Compiling buf-list v1.0.3
19152023-12-07T03:43:39.959Z Compiling crc-any v2.4.3
19162023-12-07T03:43:40.467Z Compiling pretty-hex v0.4.0
19172023-12-07T03:43:40.888Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
19182023-12-07T03:43:41.587Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
19192023-12-07T03:43:45.261Z Compiling nom v7.1.3
19202023-12-07T03:43:48.443Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19212023-12-07T03:43:51.401Z Compiling darling_macro v0.14.4
19222023-12-07T03:43:52.380Z Compiling curve25519-dalek v4.1.0
19232023-12-07T03:43:52.516Z Compiling ascii-canvas v3.0.0
19242023-12-07T03:43:52.893Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
19252023-12-07T03:43:53.023Z Compiling object v0.30.4
19262023-12-07T03:43:53.186Z Compiling is-terminal v0.4.9
19272023-12-07T03:43:53.336Z Compiling kstat-rs v0.2.3
19282023-12-07T03:43:53.394Z Compiling libsw v3.3.0
19292023-12-07T03:43:53.866Z Compiling ena v0.14.2
19302023-12-07T03:43:54.459Z Compiling derive-where v1.2.6
19312023-12-07T03:43:55.392Z Compiling libloading v0.7.4
19322023-12-07T03:43:55.685Z Compiling regex-syntax v0.6.29
19332023-12-07T03:43:55.907Z Compiling bindgen v0.65.1
19342023-12-07T03:43:56.493Z Compiling diff v0.1.13
19352023-12-07T03:43:57.352Z Compiling path-slash v0.1.5
19362023-12-07T03:43:57.658Z Compiling linear-map v1.2.0
19372023-12-07T03:43:58.261Z Compiling owo-colors v3.5.0
19382023-12-07T03:44:03.703Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
19392023-12-07T03:44:04.518Z Compiling lalrpop v0.19.12
19402023-12-07T03:44:17.617Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
19412023-12-07T03:44:17.773Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
19422023-12-07T03:44:18.832Z Compiling darling v0.14.4
19432023-12-07T03:44:18.989Z Compiling cexpr v0.6.0
19442023-12-07T03:44:21.307Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
19452023-12-07T03:44:21.469Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
19462023-12-07T03:44:22.440Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d)
19472023-12-07T03:44:25.184Z Compiling which v4.4.0
19482023-12-07T03:44:25.997Z Compiling universal-hash v0.5.1
19492023-12-07T03:44:26.329Z Compiling thiserror-impl-no-std v2.0.2
19502023-12-07T03:44:28.198Z Compiling curve25519-dalek-derive v0.1.0
19512023-12-07T03:44:29.752Z Compiling memoffset v0.7.1
19522023-12-07T03:44:30.195Z Compiling lazycell v1.3.0
19532023-12-07T03:44:30.339Z Compiling peeking_take_while v0.1.2
19542023-12-07T03:44:30.438Z Compiling opaque-debug v0.3.0
19552023-12-07T03:44:30.513Z Compiling shlex v1.1.0
19562023-12-07T03:44:30.573Z Compiling display-error-chain v0.2.0
19572023-12-07T03:44:30.601Z Compiling rustc-hash v1.1.0
19582023-12-07T03:44:30.747Z Compiling thiserror-no-std v2.0.2
19592023-12-07T03:44:30.811Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
19602023-12-07T03:44:30.890Z Compiling poly1305 v0.8.0
19612023-12-07T03:44:32.443Z Compiling derive_builder_core v0.12.0
19622023-12-07T03:44:36.011Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
19632023-12-07T03:44:40.354Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
19642023-12-07T03:44:40.769Z Compiling chacha20 v0.9.1
19652023-12-07T03:44:41.512Z Compiling globset v0.4.13
19662023-12-07T03:44:44.119Z Compiling pem v3.0.2
19672023-12-07T03:44:46.386Z Compiling olpc-cjson v0.1.3
19682023-12-07T03:44:47.242Z Compiling aead v0.5.2
19692023-12-07T03:44:47.714Z Compiling bcs v0.1.6
19702023-12-07T03:44:47.902Z Compiling libxml v0.3.3
19712023-12-07T03:44:48.394Z Compiling serde_plain v1.0.2
19722023-12-07T03:44:49.136Z Compiling async-recursion v1.0.5
19732023-12-07T03:44:49.220Z Compiling typed-path v0.6.0
19742023-12-07T03:44:50.575Z Compiling ref-cast v1.0.20
19752023-12-07T03:44:51.237Z Compiling highway v1.1.0
19762023-12-07T03:44:51.277Z Compiling polar-core v0.27.0
19772023-12-07T03:44:53.221Z Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
19782023-12-07T03:44:53.552Z Compiling tough v0.15.0
19792023-12-07T03:44:53.646Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
19802023-12-07T03:44:55.657Z Compiling chacha20poly1305 v0.10.1
19812023-12-07T03:44:56.004Z Compiling derive_builder_macro v0.12.0
19822023-12-07T03:44:56.015Z Compiling vsss-rs v3.3.1
19832023-12-07T03:44:57.321Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
19842023-12-07T03:45:00.906Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
19852023-12-07T03:45:01.308Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
19862023-12-07T03:45:03.911Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
19872023-12-07T03:45:05.777Z Compiling strum_macros v0.24.3
19882023-12-07T03:45:07.099Z Compiling ref-cast-impl v1.0.20
19892023-12-07T03:45:07.229Z Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
19902023-12-07T03:45:07.644Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
19912023-12-07T03:45:08.063Z Compiling cookie v0.18.0
19922023-12-07T03:45:08.490Z Compiling salty v0.2.0
19932023-12-07T03:45:08.803Z Compiling http-range v0.1.5
19942023-12-07T03:45:09.052Z Compiling signature v1.6.4
19952023-12-07T03:45:09.267Z Compiling indoc v1.0.9
19962023-12-07T03:45:09.748Z Compiling ed25519 v1.5.3
19972023-12-07T03:45:10.296Z Compiling hyper-staticfile v0.9.5
19982023-12-07T03:45:11.128Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
19992023-12-07T03:45:15.804Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
20002023-12-07T03:45:16.474Z Compiling derive_builder v0.12.0
20012023-12-07T03:45:28.471Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
20022023-12-07T03:45:33.645Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
20032023-12-07T03:45:34.136Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
20042023-12-07T03:45:34.549Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
20052023-12-07T03:45:39.078Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
20062023-12-07T03:45:39.855Z Compiling headers-core v0.2.0
20072023-12-07T03:45:39.913Z Compiling bb8 v0.8.1
20082023-12-07T03:45:40.086Z Compiling quick-xml v0.23.1
20092023-12-07T03:45:40.786Z Compiling serde-big-array v0.5.1
20102023-12-07T03:45:41.149Z Compiling oso-derive v0.27.0
20112023-12-07T03:45:42.621Z Compiling impl-trait-for-tuples v0.2.2
20122023-12-07T03:45:43.201Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
20132023-12-07T03:45:43.970Z Compiling fs-err v2.11.0
20142023-12-07T03:45:44.395Z Compiling rustls-pki-types v1.0.1
20152023-12-07T03:45:44.402Z Compiling rustls v0.22.0
20162023-12-07T03:45:44.788Z Compiling maplit v1.0.2
20172023-12-07T03:45:44.949Z Compiling rustls-webpki v0.102.0
20182023-12-07T03:45:46.488Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
20192023-12-07T03:45:56.254Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
20202023-12-07T03:45:57.794Z Compiling headers v0.3.9
20212023-12-07T03:45:58.656Z Compiling oso v0.27.0
20222023-12-07T03:46:01.108Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
20232023-12-07T03:46:04.596Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
20242023-12-07T03:46:23.720Z Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
20252023-12-07T03:46:24.798Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
20262023-12-07T03:46:25.222Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
20272023-12-07T03:46:27.330Z Compiling signal-hook-tokio v0.3.1
20282023-12-07T03:46:27.599Z Compiling serde-big-array v0.4.1
20292023-12-07T03:46:27.850Z Compiling cassowary v0.3.0
20302023-12-07T03:46:27.880Z Compiling indoc v2.0.3
20312023-12-07T03:46:29.374Z Compiling ratatui v0.23.0
20322023-12-07T03:46:29.584Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
20332023-12-07T03:46:32.118Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
20342023-12-07T03:46:54.366Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
20352023-12-07T03:47:04.389Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
20362023-12-07T03:47:04.952Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d)
20372023-12-07T03:47:07.674Z Compiling fatfs v0.3.6
20382023-12-07T03:47:12.751Z Compiling bytesize v1.3.0
20392023-12-07T03:47:12.997Z Compiling nanorand v0.7.0
20402023-12-07T03:47:13.645Z Compiling rtoolbox v0.0.1
20412023-12-07T03:47:14.146Z Compiling smawk v0.3.1
20422023-12-07T03:47:14.323Z Compiling unicode-linebreak v0.1.5
20432023-12-07T03:47:14.492Z Compiling is_ci v1.1.1
20442023-12-07T03:47:14.534Z Compiling corncobs v0.1.3
20452023-12-07T03:47:14.878Z Compiling assert_matches v1.5.0
20462023-12-07T03:47:15.019Z Compiling textwrap v0.16.0
20472023-12-07T03:47:15.183Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
20482023-12-07T03:47:15.213Z Compiling supports-color v2.1.0
20492023-12-07T03:47:16.314Z Compiling rpassword v7.3.1
20502023-12-07T03:47:16.452Z Compiling flume v0.11.0
20512023-12-07T03:47:16.960Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
20522023-12-07T03:47:17.694Z Compiling tui-tree-widget v0.13.0
20532023-12-07T03:47:21.087Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
20542023-12-07T03:47:21.206Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
20552023-12-07T03:47:35.101Z Compiling shell-words v1.1.0
20562023-12-07T03:47:35.795Z Compiling humantime v2.1.0
20572023-12-07T03:47:37.220Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
20582023-12-07T03:48:00.622Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
20592023-12-07T03:48:38.030Zerror[E0631]: type mismatch in function arguments
20602023-12-07T03:48:38.031Z --> nexus/src/lib.rs:159:44
20612023-12-07T03:48:38.031Z |
20622023-12-07T03:48:38.031Z159 | tls_config.clone().map(dropshot::ConfigTls::Dynamic),
20632023-12-07T03:48:38.031Z | --- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
20642023-12-07T03:48:38.031Z | | |
20652023-12-07T03:48:38.031Z | | expected due to this
20662023-12-07T03:48:38.031Z | | found signature defined here
20672023-12-07T03:48:38.031Z | required by a bound introduced by this call
20682023-12-07T03:48:38.031Z |
20692023-12-07T03:48:38.031Z = note: expected function signature `fn(ServerConfig) -> _`
20702023-12-07T03:48:38.035Z found function signature `fn(rustls::server::server_conn::ServerConfig) -> _`
20712023-12-07T03:48:38.035Znote: required by a bound in `std::option::Option::<T>::map`
20722023-12-07T03:48:38.035Z --> /rustc/79e9716c980570bfd1f666e3b16ac583f0168962/library/core/src/option.rs:1070:5
20732023-12-07T03:48:38.035Z
20742023-12-07T03:48:38.036Zerror[E0631]: type mismatch in function arguments
20752023-12-07T03:48:38.036Z --> nexus/src/lib.rs:173:36
20762023-12-07T03:48:38.036Z |
20772023-12-07T03:48:38.036Z173 | tls_config.map(dropshot::ConfigTls::Dynamic),
20782023-12-07T03:48:38.036Z | --- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
20792023-12-07T03:48:38.036Z | | |
20802023-12-07T03:48:38.036Z | | expected due to this
20812023-12-07T03:48:38.036Z | | found signature defined here
20822023-12-07T03:48:38.037Z | required by a bound introduced by this call
20832023-12-07T03:48:38.037Z |
20842023-12-07T03:48:38.037Z = note: expected function signature `fn(ServerConfig) -> _`
20852023-12-07T03:48:38.037Z found function signature `fn(rustls::server::server_conn::ServerConfig) -> _`
20862023-12-07T03:48:38.037Znote: required by a bound in `std::option::Option::<T>::map`
20872023-12-07T03:48:38.037Z --> /rustc/79e9716c980570bfd1f666e3b16ac583f0168962/library/core/src/option.rs:1070:5
20882023-12-07T03:48:38.037Z
20892023-12-07T03:49:36.492Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
20902023-12-07T03:49:36.496ZFor more information about this error, try `rustc --explain E0631`.
20912023-12-07T03:49:36.496Zerror: could not compile `omicron-nexus` (lib) due to 2 previous errors
20922023-12-07T03:49:36.496Zwarning: build failed, waiting for other jobs to finish...
20932023-12-07T03:51:43.060ZError: Failed to build packages
20942023-12-07T03:51:43.060Z
20952023-12-07T03:51:43.060Zreal 9:57.151794056
20962023-12-07T03:51:43.060Zuser 1:14:32.258210781
20972023-12-07T03:51:43.060Zsys 3:15.079889075
20982023-12-07T03:51:43.060Ztrap 2.680348135
20992023-12-07T03:51:43.060Ztflt 0.722101612
21002023-12-07T03:51:43.060Zdflt 0.758450002
21012023-12-07T03:51:43.060Zkflt 0.002075513
21022023-12-07T03:51:43.060Zlock 4:33:02.165040380
21032023-12-07T03:51:43.060Zslp 3:23:26.437736450
21042023-12-07T03:51:43.060Zlat 1:50.166624341
21052023-12-07T03:51:43.061Zstop 32.704583766
21062023-12-07T03:51:43.061Zprocess exited: duration 1208374 ms, exit code 1
 
21072023-12-07T03:51:43.108Zfound 1 output files
21082023-12-07T03:51:43.108Zuploading: /work/version.txt (26 bytes)
21092023-12-07T03:51:44.265Zuploaded: /work/version.txt
21102023-12-07T03:51:44.265Zupload error: rule "/work/package.tar.gz" required a match, but was not used
21112023-12-07T03:51:44.265Zupload error: rule "/work/global-zone-packages.tar.gz" required a match, but was not used
21122023-12-07T03:51:44.266Zupload error: rule "/work/trampoline-global-zone-packages.tar.gz" required a match, but was not used
21132023-12-07T03:51:44.266Zupload error: rule "/work/zones/*.tar.gz" required a match, but was not used