01HFTKDZJ3QVZ8AF3QMRYWZ9BE: 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: 01HFTKE9W2PFCA8SMH8Y65CSVD

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-11-22T04:10:24.371Zjob assigned to worker 01HFTKFFQFT6EJKNM0135ASW8A (queued for 1 m 49 s)
 
22023-11-22T04:10:24.379Zstarting task 0: "setup"
32023-11-22T04:10:24.434Z++ uname -s
42023-11-22T04:10:24.437Z+ kern=SunOS
52023-11-22T04:10:24.437Z+ case "$kern" in
62023-11-22T04:10:24.437Z+ groupadd -g 12345 build
72023-11-22T04:10:24.439Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-11-22T04:10:26.665Z+ zfs create -o mountpoint=/work rpool/work
92023-11-22T04:10:26.673Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-11-22T04:10:26.674Z+ home_fs=zfs
112023-11-22T04:10:26.674Z+ [[ zfs == autofs ]]
122023-11-22T04:10:26.674Z+ mkdir -p /home/build
132023-11-22T04:10:26.674Z+ chown build:build /home/build /work
142023-11-22T04:10:28.543Z+ chmod 0700 /home/build /work
152023-11-22T04:10:28.546Zprocess exited: duration 4166 ms, exit code 0
 
162023-11-22T04:10:28.559Zstarting task 1: "rust-toolchain"
172023-11-22T04:10:28.979Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-11-22T04:10:28.979Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-11-22T04:10:29.000Zinfo: downloading installer
202023-11-22T04:10:30.689Zwarning: it looks like you have an existing installation of Rust at:
212023-11-22T04:10:30.689Zwarning: /opt/ooce/bin
222023-11-22T04:10:30.689Zwarning: It is recommended that rustup be the primary Rust installation.
232023-11-22T04:10:30.689Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-11-22T04:10:30.689Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-11-22T04:10:30.690Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-11-22T04:10:30.690Zwarning: or pass `-y' to ignore all ignorable checks.
272023-11-22T04:10:30.698Zerror: cannot install while Rust is installed
282023-11-22T04:10:30.698Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-11-22T04:10:30.813Zinfo: profile set to 'default'
302023-11-22T04:10:30.813Zinfo: default host triple is x86_64-unknown-illumos
312023-11-22T04:10:30.828Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-11-22T04:10:31.269Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-11-22T04:10:31.269Zinfo: downloading component 'cargo'
342023-11-22T04:10:31.648Zinfo: downloading component 'clippy'
352023-11-22T04:10:31.893Zinfo: downloading component 'rust-docs'
362023-11-22T04:10:32.771Zinfo: downloading component 'rust-std'
372023-11-22T04:10:34.257Zinfo: downloading component 'rustc'
382023-11-22T04:10:37.834Zinfo: downloading component 'rustfmt'
392023-11-22T04:10:38.057Zinfo: installing component 'cargo'
402023-11-22T04:10:39.458Zinfo: installing component 'clippy'
412023-11-22T04:10:40.047Zinfo: installing component 'rust-docs'
422023-11-22T04:10:42.771Zinfo: installing component 'rust-std'
432023-11-22T04:10:47.516Zinfo: installing component 'rustc'
442023-11-22T04:10:58.105Zinfo: installing component 'rustfmt'
452023-11-22T04:10:58.722Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-11-22T04:10:58.722Z
472023-11-22T04:10:58.857Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-11-22T04:10:58.857Z
492023-11-22T04:10:58.868Z
502023-11-22T04:10:58.868ZRust is installed now. Great!
512023-11-22T04:10:58.868Z
522023-11-22T04:10:58.868ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-11-22T04:10:58.868Zenvironment variable. This has not been done automatically.
542023-11-22T04:10:58.868Z
552023-11-22T04:10:58.868ZTo configure your current shell, run:
562023-11-22T04:10:58.868Zsource "$HOME/.cargo/env"
572023-11-22T04:10:58.955Z+ rustc --version
582023-11-22T04:10:59.132Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-11-22T04:10:59.135Zprocess exited: duration 30519 ms, exit code 0
 
602023-11-22T04:10:59.141Zstarting task 2: "authentication"
612023-11-22T04:10:59.175Zprocess exited: duration 33 ms, exit code 0
 
622023-11-22T04:10:59.181Zstarting task 3: "clone repository"
632023-11-22T04:10:59.188Z+ mkdir -p /work/oxidecomputer/omicron
642023-11-22T04:10:59.191Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-11-22T04:10:59.297ZCloning into '/work/oxidecomputer/omicron'...
662023-11-22T04:11:05.556Z+ cd /work/oxidecomputer/omicron
672023-11-22T04:11:05.556Z+ [[ -n renovate/hyper-staticfile-0.x ]]
682023-11-22T04:11:05.561Z+ git fetch origin renovate/hyper-staticfile-0.x
692023-11-22T04:11:05.561ZFrom https://github.com/oxidecomputer/omicron
702023-11-22T04:11:05.561Z * branch renovate/hyper-staticfile-0.x -> FETCH_HEAD
712023-11-22T04:11:05.561Z+ git checkout -B renovate/hyper-staticfile-0.x remotes/origin/renovate/hyper-staticfile-0.x
722023-11-22T04:11:05.644ZSwitched to a new branch 'renovate/hyper-staticfile-0.x'
732023-11-22T04:11:05.650Zbranch 'renovate/hyper-staticfile-0.x' set up to track 'origin/renovate/hyper-staticfile-0.x'.
742023-11-22T04:11:05.652Z+ git reset --hard 821e3664b5207e92b5d4dc1de2a8f5dd9086ac1d
752023-11-22T04:11:05.801ZHEAD is now at 821e3664 Update Rust crate hyper-staticfile to 0.10.0
762023-11-22T04:11:05.805Zprocess exited: duration 6623 ms, exit code 0
 
772023-11-22T04:11:05.815Zstarting task 4: "build"
782023-11-22T04:11:05.823Z+ cargo --version
792023-11-22T04:11:05.829Zinfo: syncing channel updates for '1.73.0-x86_64-unknown-illumos'
802023-11-22T04:11:06.052Zinfo: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03)
812023-11-22T04:11:06.061Zinfo: downloading component 'cargo'
822023-11-22T04:11:06.866Zinfo: downloading component 'clippy'
832023-11-22T04:11:07.160Zinfo: downloading component 'rust-docs'
842023-11-22T04:11:08.209Zinfo: downloading component 'rust-std'
852023-11-22T04:11:09.893Zinfo: downloading component 'rustc'
862023-11-22T04:11:14.574Zinfo: downloading component 'rustfmt'
872023-11-22T04:11:14.832Zinfo: installing component 'cargo'
882023-11-22T04:11:16.035Zinfo: installing component 'clippy'
892023-11-22T04:11:16.536Zinfo: installing component 'rust-docs'
902023-11-22T04:11:19.257Zinfo: installing component 'rust-std'
912023-11-22T04:11:21.778Zinfo: installing component 'rustc'
922023-11-22T04:11:27.957Zinfo: installing component 'rustfmt'
932023-11-22T04:11:28.670Zcargo 1.73.0 (9c4383fb5 2023-08-26)
942023-11-22T04:11:28.687Z+ rustc --version
952023-11-22T04:11:28.687Zrustc 1.73.0 (cc66ad468 2023-10-03)
962023-11-22T04:11:28.687Z++ git rev-parse HEAD
972023-11-22T04:11:28.687Z+ COMMIT=821e3664b5207e92b5d4dc1de2a8f5dd9086ac1d
982023-11-22T04:11:28.687Z+ VERSION=1.0.4-0.ci+git821e3664b52
992023-11-22T04:11:28.687Z+ echo 1.0.4-0.ci+git821e3664b52
1002023-11-22T04:11:28.687Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1012023-11-22T04:11:39.182Z Startup: Refreshing catalog 'helios-dev' ... Done
1022023-11-22T04:11:40.181Z Startup: Caching catalogs ... Done
1032023-11-22T04:11:45.624ZPlanning: Solver setup ... Done (5.086s)
1042023-11-22T04:11:45.752ZPlanning: Running solver ... Done (0.128s)
1052023-11-22T04:11:45.812ZPlanning: Finding local manifests ... Done (0.003s)
1062023-11-22T04:11:46.248ZPlanning: Fetching manifests: 0/4 0% complete
1072023-11-22T04:11:46.528ZPlanning: Fetching manifests: 4/4 100% complete
1082023-11-22T04:11:46.604ZPlanning: Package planning ... Done (0.081s)
1092023-11-22T04:11:46.690ZPlanning: Merging actions ... Done (0.085s)
1102023-11-22T04:11:47.432ZPlanning: Checking for conflicting actions ... Done (0.742s)
1112023-11-22T04:11:47.451ZPlanning: Consolidating action changes ... Done (0.017s)
1122023-11-22T04:11:51.302ZPlanning: Evaluating mediators ... Done (3.852s)
1132023-11-22T04:11:51.317ZPlanning: Planning completed in 11.08 seconds
1142023-11-22T04:11:53.098Z Packages to install: 4
1152023-11-22T04:11:53.098Z Mediators to change: 2
1162023-11-22T04:11:53.098Z Services to change: 1
1172023-11-22T04:11:53.571Z Estimated space available: 148.90 GB
1182023-11-22T04:11:53.571ZEstimated space to be consumed: 1.37 GB
1192023-11-22T04:11:53.571Z Create boot environment: No
1202023-11-22T04:11:53.571ZCreate backup boot environment: No
1212023-11-22T04:11:53.571Z Rebuild boot archive: No
1222023-11-22T04:11:53.571Z
1232023-11-22T04:11:53.572ZChanged mediators:
1242023-11-22T04:11:53.572Z mediator clang:
1252023-11-22T04:11:53.572Z version: None -> 15 (system default)
1262023-11-22T04:11:53.572Z
1272023-11-22T04:11:53.572Z mediator llvm:
1282023-11-22T04:11:53.572Z version: 14 (system default) -> 15 (system default)
1292023-11-22T04:11:53.572Z
1302023-11-22T04:11:53.572ZChanged packages:
1312023-11-22T04:11:53.574Zhelios-dev
1322023-11-22T04:11:53.574Z developer/build-essential
1332023-11-22T04:11:53.574Z None -> 11-2.0
1342023-11-22T04:11:53.574Z library/libxmlsec1
1352023-11-22T04:11:53.574Z None -> 1.2.35-2.0
1362023-11-22T04:11:53.574Z ooce/developer/clang-15
1372023-11-22T04:11:53.574Z None -> 15.0.7-2.0
1382023-11-22T04:11:53.574Z ooce/developer/llvm-15
1392023-11-22T04:11:53.574Z None -> 15.0.7-2.0
1402023-11-22T04:11:53.574Z
1412023-11-22T04:11:53.574ZServices:
1422023-11-22T04:11:53.574Z restart_fmri:
1432023-11-22T04:11:53.574Z svc:/system/update-man-index:default
1442023-11-22T04:11:53.574Z
1452023-11-22T04:11:53.574ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1462023-11-22T04:11:58.284ZDownload: 329/3290 items 16.1/212.6MB 7% complete (3.3M/s)
1472023-11-22T04:12:03.290ZDownload: 1070/3290 items 19.7/212.6MB 9% complete (2.0M/s)
1482023-11-22T04:12:15.994ZDownload: 1198/3290 items 83.5/212.6MB 39% complete
1492023-11-22T04:12:20.999ZDownload: 1886/3290 items 118.5/212.6MB 55% complete (7.2M/s)
1502023-11-22T04:12:26.323ZDownload: 2223/3290 items 119.2/212.6MB 56% complete (4.9M/s)
1512023-11-22T04:12:31.451ZDownload: 3281/3290 items 209.4/212.6MB 98% complete (9.0M/s)
1522023-11-22T04:12:31.960ZDownload: Completed 212.60 MB in 38.68 seconds (5.5M/s)
1532023-11-22T04:12:32.709Z Actions: 1/3687 actions (Installing new actions)
1542023-11-22T04:12:37.754Z Actions: 2065/3687 actions (Installing new actions)
1552023-11-22T04:12:40.663Z Actions: Completed 3687 actions in 7.95 seconds.
1562023-11-22T04:12:40.760Z Done (0.089s)
1572023-11-22T04:12:40.760Z Done (0.000s)
1582023-11-22T04:12:40.982Z Done (0.225s)
1592023-11-22T04:12:48.310Z Done (7.216s)
1602023-11-22T04:12:48.497Z Done (0.088s)
1612023-11-22T04:12:48.500Z Done (0.000s)
1622023-11-22T04:12:48.713Z Done (0.000s)
1632023-11-22T04:12:49.458ZPlanning: Evaluating mediator changes ... Done
1642023-11-22T04:12:49.762ZPlanning: Checking for conflicting actions ... Done
1652023-11-22T04:12:49.772ZPlanning: Consolidating action changes ... Done
1662023-11-22T04:12:50.194ZPlanning: Evaluating mediators ... Done
1672023-11-22T04:12:50.206ZPlanning: Planning completed in 0.73 seconds
1682023-11-22T04:12:50.251Z Mediators to change: 2
1692023-11-22T04:12:50.251Z Create boot environment: No
1702023-11-22T04:12:50.263ZCreate backup boot environment: No
1712023-11-22T04:12:50.347Z Done
1722023-11-22T04:12:50.347Z Done
1732023-11-22T04:12:50.494Z Done
1742023-11-22T04:12:56.369Z Done
1752023-11-22T04:12:56.494Z Done
1762023-11-22T04:12:56.909Z Done
1772023-11-22T04:12:56.912Z Done
1782023-11-22T04:12:57.581ZPlanning: Evaluating mediator changes ... Done
1792023-11-22T04:12:57.586ZPlanning: Merging actions ... Done
1802023-11-22T04:12:57.918ZPlanning: Checking for conflicting actions ... Done
1812023-11-22T04:12:57.922ZPlanning: Consolidating action changes ... Done
1822023-11-22T04:12:58.345ZPlanning: Evaluating mediators ... Done
1832023-11-22T04:12:58.438ZPlanning: Planning completed in 1.29 seconds
1842023-11-22T04:12:58.494Z Packages to change: 1
1852023-11-22T04:12:58.494Z Mediators to change: 1
1862023-11-22T04:12:58.499Z Services to change: 1
1872023-11-22T04:12:58.499Z Create boot environment: No
1882023-11-22T04:12:58.499ZCreate backup boot environment: Yes
1892023-11-22T04:13:00.369Z Actions: 1/6 actions (Updating modified actions)
1902023-11-22T04:13:00.372Z Actions: Completed 6 actions in 0.00 seconds.
1912023-11-22T04:13:00.372Z Done
1922023-11-22T04:13:00.372Z Done
1932023-11-22T04:13:00.469Z Done
1942023-11-22T04:13:06.326Z Done
1952023-11-22T04:13:06.455Z Done
1962023-11-22T04:13:06.461Z Done
1972023-11-22T04:13:06.544Z Done
1982023-11-22T04:13:07.227ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992023-11-22T04:13:07.227Zclang system 15 system
2002023-11-22T04:13:07.227Zcsh system system illumos
2012023-11-22T04:13:07.227Zctags system system illumos
2022023-11-22T04:13:07.227Zgcc vendor 12 vendor
2032023-11-22T04:13:07.227Zgcc system 10 system
2042023-11-22T04:13:07.227Zgcc system 7 system
2052023-11-22T04:13:07.227Zgo system 1.20 system
2062023-11-22T04:13:07.227Zgo system 1.19 system
2072023-11-22T04:13:07.227Zllvm system 15 system
2082023-11-22T04:13:07.227Zllvm system 14 system
2092023-11-22T04:13:07.227Zmariadb system 10.6 system
2102023-11-22T04:13:07.227Zmta vendor vendor dma
2112023-11-22T04:13:07.227Zopenjdk system 17 system
2122023-11-22T04:13:07.227Zopenjdk system 11 system
2132023-11-22T04:13:07.227Zopenjdk system 1.8 system
2142023-11-22T04:13:07.227Zopenssl vendor 3 vendor
2152023-11-22T04:13:07.227Zperl system 5.36 system
2162023-11-22T04:13:07.228Zpostgresql system 15 system
2172023-11-22T04:13:07.228Zpostgresql system 13 system
2182023-11-22T04:13:07.228Zpython vendor 3 vendor
2192023-11-22T04:13:07.228Zpython system 2 system
2202023-11-22T04:13:07.228Zpython3 system 3.11 system
2212023-11-22T04:13:07.228Zruby system 3.0 system
2222023-11-22T04:13:07.228Zwords vendor vendor american-english
2232023-11-22T04:13:07.228Zwords system system australian-english
2242023-11-22T04:13:07.228Zwords system system british-english
2252023-11-22T04:13:07.228Zwords system system canadian-english
2262023-11-22T04:13:07.228Zwords system system french
2272023-11-22T04:13:07.230Zwords system system italian
2282023-11-22T04:13:07.230Zwords system system ngerman
2292023-11-22T04:13:07.230Zwords system system ogerman
2302023-11-22T04:13:07.230Zwords system system spanish
2312023-11-22T04:13:07.764ZFMRI IFO
2322023-11-22T04:13:07.764Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2332023-11-22T04:13:07.765Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2342023-11-22T04:13:07.765Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2352023-11-22T04:13:07.765Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2362023-11-22T04:13:07.765Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2372023-11-22T04:13:07.765Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2382023-11-22T04:13:07.848Z+ set -o errexit
2392023-11-22T04:13:07.859Z+++ dirname ./tools/ci_download_cockroachdb
2402023-11-22T04:13:07.859Z++ cd ./tools
2412023-11-22T04:13:07.859Z++ pwd
2422023-11-22T04:13:07.859Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2432023-11-22T04:13:07.859Z++ basename ./tools/ci_download_cockroachdb
2442023-11-22T04:13:07.859Z+ ARG0=ci_download_cockroachdb
2452023-11-22T04:13:07.859Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2462023-11-22T04:13:07.859Z+ CIDL_VERSION=v22.1.9
2472023-11-22T04:13:07.859Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2482023-11-22T04:13:07.859Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2492023-11-22T04:13:07.859Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2502023-11-22T04:13:07.859Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2512023-11-22T04:13:07.859Z+ TARGET_DIR=out
2522023-11-22T04:13:07.859Z+ DOWNLOAD_DIR=out/downloads
2532023-11-22T04:13:07.861Z+ DEST_DIR=./out/cockroachdb
2542023-11-22T04:13:07.861Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2552023-11-22T04:13:07.861Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2562023-11-22T04:13:07.861Z+ main
2572023-11-22T04:13:07.861Z+ [[ 0 != 0 ]]
2582023-11-22T04:13:07.861Z+ CIDL_OS=solaris2.11
2592023-11-22T04:13:07.861Z+ [[ 0 != 0 ]]
2602023-11-22T04:13:07.861Z+ configure_os solaris2.11
2612023-11-22T04:13:07.861Z+ echo 'current directory: /work/oxidecomputer/omicron'
2622023-11-22T04:13:07.861Zcurrent directory: /work/oxidecomputer/omicron
2632023-11-22T04:13:07.861Zconfiguring based on OS: "solaris2.11"
2642023-11-22T04:13:07.862Z+ echo 'configuring based on OS: "solaris2.11"'
2652023-11-22T04:13:07.862Z+ case "$1" in
2662023-11-22T04:13:07.862Z+ CIDL_BUILD=illumos
2672023-11-22T04:13:07.862Z+ CIDL_SUFFIX=tar.gz
2682023-11-22T04:13:07.862Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2692023-11-22T04:13:07.862Z+ CIDL_MD5FUNC=do_md5sum
2702023-11-22T04:13:07.862Z+ CIDL_URL_BASE=https://illumos.org/downloads
2712023-11-22T04:13:07.862Z+ CIDL_ASSEMBLE=do_assemble_illumos
2722023-11-22T04:13:07.862Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2732023-11-22T04:13:07.862Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2742023-11-22T04:13:07.862Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2752023-11-22T04:13:07.862Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2762023-11-22T04:13:07.862Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2772023-11-22T04:13:07.862Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2782023-11-22T04:13:07.862ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2792023-11-22T04:13:07.862ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2802023-11-22T04:13:07.871Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2812023-11-22T04:13:07.871Z+ mkdir -p out/downloads
2822023-11-22T04:13:07.882Z+ mkdir -p ./out/cockroachdb
2832023-11-22T04:13:07.882Z+ local DO_DOWNLOAD=true
2842023-11-22T04:13:07.882Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2852023-11-22T04:13:07.882Z+ '[' true == true ']'
2862023-11-22T04:13:07.882Z+ echo Downloading...
2872023-11-22T04:13:07.882ZDownloading...
2882023-11-22T04:13:07.882Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2892023-11-22T04:13:07.882Z+ 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
2902023-11-22T04:13:12.230Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2912023-11-22T04:13:12.233Z++ md5sum
2922023-11-22T04:13:12.233Z++ awk '{print $1}'
2932023-11-22T04:13:12.415Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2942023-11-22T04:13:12.415Z+ [[ 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 ]]
2952023-11-22T04:13:12.415Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2962023-11-22T04:13:12.420Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2972023-11-22T04:13:15.740Z+ do_assemble_illumos
2982023-11-22T04:13:15.740Z+ rm -r ./out/cockroachdb
2992023-11-22T04:13:15.743Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3002023-11-22T04:13:16.447Z+ ./out/cockroachdb/bin/cockroach version
3012023-11-22T04:13:16.752ZBuild Tag: v22.1.9-dirty
3022023-11-22T04:13:16.752ZBuild Time: 2022/10/26 21:17:46
3032023-11-22T04:13:16.752ZDistribution: OSS
3042023-11-22T04:13:16.752ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3052023-11-22T04:13:16.752ZGo Version: go1.17.13
3062023-11-22T04:13:16.752ZC Compiler: gcc 10.3.0
3072023-11-22T04:13:16.752ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3082023-11-22T04:13:16.752ZBuild Type: release
3092023-11-22T04:13:16.782Z+ set -o errexit
3102023-11-22T04:13:16.784Z+++ dirname ./tools/ci_download_clickhouse
3112023-11-22T04:13:16.787Z++ cd ./tools
3122023-11-22T04:13:16.787Z++ pwd
3132023-11-22T04:13:16.787Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3142023-11-22T04:13:16.790Z++ basename ./tools/ci_download_clickhouse
3152023-11-22T04:13:16.790Z+ ARG0=ci_download_clickhouse
3162023-11-22T04:13:16.790Z+ TARGET_DIR=out
3172023-11-22T04:13:16.790Z+ DOWNLOAD_DIR=out/downloads
3182023-11-22T04:13:16.791Z+ DEST_DIR=./out/clickhouse
3192023-11-22T04:13:16.791Z+ CIDL_VERSION=v22.8.9.24
3202023-11-22T04:13:16.791Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3212023-11-22T04:13:16.791Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3222023-11-22T04:13:16.791Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3232023-11-22T04:13:16.791Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3242023-11-22T04:13:16.791Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3252023-11-22T04:13:16.794Z+ main
3262023-11-22T04:13:16.794Z+ [[ 0 != 0 ]]
3272023-11-22T04:13:16.795Z+ CIDL_OS=solaris2.11
3282023-11-22T04:13:16.795Z+ [[ 0 != 0 ]]
3292023-11-22T04:13:16.795Z+ configure_os solaris2.11
3302023-11-22T04:13:16.795Z+ echo 'current directory: /work/oxidecomputer/omicron'
3312023-11-22T04:13:16.795Zcurrent directory: /work/oxidecomputer/omicron
3322023-11-22T04:13:16.795Z+ echo 'configuring based on OS: "solaris2.11"'
3332023-11-22T04:13:16.795Z+ CIDL_DASHREV=
3342023-11-22T04:13:16.795Zconfiguring based on OS: "solaris2.11"
3352023-11-22T04:13:16.795Z+ case "$1" in
3362023-11-22T04:13:16.795Z+ CIDL_PLATFORM=illumos
3372023-11-22T04:13:16.795Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3382023-11-22T04:13:16.795Z+ CIDL_MD5FUNC=do_md5sum
3392023-11-22T04:13:16.795Z+ CIDL_DASHREV=-1
3402023-11-22T04:13:16.795Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3412023-11-22T04:13:16.795Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3422023-11-22T04:13:16.795Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3432023-11-22T04:13:16.795Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3442023-11-22T04:13:16.795Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3452023-11-22T04:13:16.795ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3462023-11-22T04:13:16.795Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3472023-11-22T04:13:16.795ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3482023-11-22T04:13:16.795Z+ mkdir -p out/downloads
3492023-11-22T04:13:16.795Z+ mkdir -p ./out/clickhouse
3502023-11-22T04:13:16.798Z+ local DO_DOWNLOAD=true
3512023-11-22T04:13:16.798Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3522023-11-22T04:13:16.798Z+ '[' true == true ']'
3532023-11-22T04:13:16.798Z+ echo Downloading...
3542023-11-22T04:13:16.798ZDownloading...
3552023-11-22T04:13:16.798Z+ 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
3562023-11-22T04:13:16.798Z+ 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
3572023-11-22T04:13:18.579Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3582023-11-22T04:13:18.582Z++ md5sum
3592023-11-22T04:13:18.582Z++ awk '{print $1}'
3602023-11-22T04:13:18.842Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3612023-11-22T04:13:18.842Z+ [[ 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 ]]
3622023-11-22T04:13:18.842Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3632023-11-22T04:13:18.845Z+ mkdir -p ./out/clickhouse
3642023-11-22T04:13:18.845Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3652023-11-22T04:13:23.642Z+ ./out/clickhouse/clickhouse server --version
3662023-11-22T04:13:23.697ZClickHouse server version 22.8.9.1.
3672023-11-22T04:13:23.721Z+ set -o errexit
3682023-11-22T04:13:23.724Z+++ dirname ./tools/ci_download_console
3692023-11-22T04:13:23.727Z++ cd ./tools
3702023-11-22T04:13:23.727Z++ pwd
3712023-11-22T04:13:23.727Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3722023-11-22T04:13:23.729Z++ basename ./tools/ci_download_console
3732023-11-22T04:13:23.729Z+ ARG0=ci_download_console
3742023-11-22T04:13:23.729Z+ TARGET_DIR=out
3752023-11-22T04:13:23.729Z+ DOWNLOAD_DIR=out/downloads
3762023-11-22T04:13:23.729Z+ DEST_DIR=./out/console-assets
3772023-11-22T04:13:23.729Z+ source /work/oxidecomputer/omicron/tools/console_version
3782023-11-22T04:13:23.729Z++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e
3792023-11-22T04:13:23.729Z++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989
3802023-11-22T04:13:23.729Z+ URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3812023-11-22T04:13:23.729Z+ TARBALL_FILE=out/downloads/console.tar.gz
3822023-11-22T04:13:23.734Z+ main
3832023-11-22T04:13:23.734Z+ [[ 0 != 0 ]]
3842023-11-22T04:13:23.734Z+ echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz'
3852023-11-22T04:13:23.734ZURL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3862023-11-22T04:13:23.734Z+ echo 'Local file: out/downloads/console.tar.gz'
3872023-11-22T04:13:23.734ZLocal file: out/downloads/console.tar.gz
3882023-11-22T04:13:23.734Z+ local DO_DOWNLOAD=true
3892023-11-22T04:13:23.734Z+ [[ -f out/downloads/console.tar.gz ]]
3902023-11-22T04:13:23.734Z+ mkdir -p out/downloads
3912023-11-22T04:13:23.734Z+ '[' true == true ']'
3922023-11-22T04:13:23.734Z+ echo Downloading...
3932023-11-22T04:13:23.734ZDownloading...
3942023-11-22T04:13:23.734Z+ do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz
3952023-11-22T04:13:23.734Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3962023-11-22T04:13:24.465Z++ do_sha256sum out/downloads/console.tar.gz
3972023-11-22T04:13:24.473Z++ case "$OSTYPE" in
3982023-11-22T04:13:24.473Z++ SHA=sha256sum
3992023-11-22T04:13:24.473Z++ sha256sum
4002023-11-22T04:13:24.473Z++ awk '{print $1}'
4012023-11-22T04:13:24.502Z+ calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989
4022023-11-22T04:13:24.502Z+ [[ 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 ]]
4032023-11-22T04:13:24.510Z+ rm -rf ./out/console-assets
4042023-11-22T04:13:24.510Z+ mkdir -p ./out/console-assets
4052023-11-22T04:13:24.510Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4062023-11-22T04:13:24.510Z+ mkdir -p ./out/console-assets
4072023-11-22T04:13:24.510Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4082023-11-22T04:13:24.632Z+ set -o errexit
4092023-11-22T04:13:24.634Z+++ dirname ./tools/ci_download_maghemite_openapi
4102023-11-22T04:13:24.637Z++ cd ./tools
4112023-11-22T04:13:24.637Z++ pwd
4122023-11-22T04:13:24.637Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4132023-11-22T04:13:24.641Z++ basename ./tools/ci_download_maghemite_openapi
4142023-11-22T04:13:24.641Z+ ARG0=ci_download_maghemite_openapi
4152023-11-22T04:13:24.641Z+ TARGET_DIR=out
4162023-11-22T04:13:24.641Z+ DOWNLOAD_DIR=out/downloads
4172023-11-22T04:13:24.641Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4182023-11-22T04:13:24.641Z++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d
4192023-11-22T04:13:24.641Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4202023-11-22T04:13:24.641Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json
4212023-11-22T04:13:24.641Z+ LOCAL_FILE=out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4222023-11-22T04:13:24.641Z+ main
4232023-11-22T04:13:24.641Z+ [[ 0 != 0 ]]
4242023-11-22T04:13:24.641Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json'
4252023-11-22T04:13:24.641ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json
4262023-11-22T04:13:24.641Z+ echo 'Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json'
4272023-11-22T04:13:24.641Z+ local DO_DOWNLOAD=true
4282023-11-22T04:13:24.641ZLocal file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4292023-11-22T04:13:24.641Z+ [[ -f out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]]
4302023-11-22T04:13:24.641Z+ mkdir -p out/downloads
4312023-11-22T04:13:24.644Z+ '[' true == true ']'
4322023-11-22T04:13:24.644Z+ echo Downloading...
4332023-11-22T04:13:24.644ZDownloading...
4342023-11-22T04:13:24.644Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4352023-11-22T04:13:24.644Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json
4362023-11-22T04:13:25.361Z++ do_sha256sum out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4372023-11-22T04:13:25.361Z++ case "$OSTYPE" in
4382023-11-22T04:13:25.364Z++ SHA=sha256sum
4392023-11-22T04:13:25.364Z++ sha256sum
4402023-11-22T04:13:25.364Z++ awk '{print $1}'
4412023-11-22T04:13:25.367Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4422023-11-22T04:13:25.367Z+ [[ 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 ]]
4432023-11-22T04:13:25.367Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4442023-11-22T04:13:25.371Z++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d
4452023-11-22T04:13:25.371Z++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
4462023-11-22T04:13:25.371Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json
4472023-11-22T04:13:25.371Z+ LOCAL_FILE=out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4482023-11-22T04:13:25.371Z+ main
4492023-11-22T04:13:25.371Z+ [[ 0 != 0 ]]
4502023-11-22T04:13:25.371Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json'
4512023-11-22T04:13:25.371ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json
4522023-11-22T04:13:25.371Z+ echo 'Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json'
4532023-11-22T04:13:25.371ZLocal file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4542023-11-22T04:13:25.371Z+ local DO_DOWNLOAD=true
4552023-11-22T04:13:25.371Z+ [[ -f out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]]
4562023-11-22T04:13:25.372Z+ mkdir -p out/downloads
4572023-11-22T04:13:25.372Z+ '[' true == true ']'
4582023-11-22T04:13:25.372Z+ echo Downloading...
4592023-11-22T04:13:25.372ZDownloading...
4602023-11-22T04:13:25.372Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4612023-11-22T04:13:25.372Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json
4622023-11-22T04:13:25.545Z++ do_sha256sum out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4632023-11-22T04:13:25.548Z++ case "$OSTYPE" in
4642023-11-22T04:13:25.548Z++ SHA=sha256sum
4652023-11-22T04:13:25.548Z++ sha256sum
4662023-11-22T04:13:25.548Z++ awk '{print $1}'
4672023-11-22T04:13:25.551Z+ calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
4682023-11-22T04:13:25.551Z+ [[ 6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 != \6\c\1\f\a\b\8\d\5\0\2\8\b\5\2\a\1\6\1\d\8\b\f\0\2\a\a\e\4\7\8\4\4\6\9\9\c\d\c\5\f\7\b\2\8\e\1\a\c\5\1\9\f\c\4\e\c\1\a\b\3\9\7\1 ]]
4692023-11-22T04:13:25.561Z+ set -o errexit
4702023-11-22T04:13:25.563Z+++ dirname ./tools/ci_download_dendrite_openapi
4712023-11-22T04:13:25.566Z++ cd ./tools
4722023-11-22T04:13:25.566Z++ pwd
4732023-11-22T04:13:25.566Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4742023-11-22T04:13:25.569Z++ basename ./tools/ci_download_dendrite_openapi
4752023-11-22T04:13:25.569Z+ ARG0=ci_download_dendrite_openapi
4762023-11-22T04:13:25.569Z+ TARGET_DIR=out
4772023-11-22T04:13:25.569Z+ DOWNLOAD_DIR=out/downloads
4782023-11-22T04:13:25.569Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4792023-11-22T04:13:25.569Z++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4
4802023-11-22T04:13:25.569Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
4812023-11-22T04:13:25.569Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json
4822023-11-22T04:13:25.573Z+ LOCAL_FILE=out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json
4832023-11-22T04:13:25.573Z+ main
4842023-11-22T04:13:25.573Z+ [[ 0 != 0 ]]
4852023-11-22T04:13:25.573Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json'
4862023-11-22T04:13:25.573ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json
4872023-11-22T04:13:25.573Z+ echo 'Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json'
4882023-11-22T04:13:25.573ZLocal file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json
4892023-11-22T04:13:25.573Z+ local DO_DOWNLOAD=true
4902023-11-22T04:13:25.573Z+ [[ -f out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json ]]
4912023-11-22T04:13:25.573Z+ mkdir -p out/downloads
4922023-11-22T04:13:25.573Z+ '[' true == true ']'
4932023-11-22T04:13:25.573Z+ echo Downloading...
4942023-11-22T04:13:25.573ZDownloading...
4952023-11-22T04:13:25.573Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json
4962023-11-22T04:13:25.573Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json
4972023-11-22T04:13:25.717Z++ do_sha256sum out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json
4982023-11-22T04:13:25.717Z++ case "$OSTYPE" in
4992023-11-22T04:13:25.720Z++ SHA=sha256sum
5002023-11-22T04:13:25.720Z++ sha256sum
5012023-11-22T04:13:25.720Z++ awk '{print $1}'
5022023-11-22T04:13:25.724Z+ calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5032023-11-22T04:13:25.724Z+ [[ 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 ]]
5042023-11-22T04:13:25.734Z+ set -o errexit
5052023-11-22T04:13:25.737Z+++ dirname ./tools/ci_download_dendrite_stub
5062023-11-22T04:13:25.740Z++ cd ./tools
5072023-11-22T04:13:25.740Z++ pwd
5082023-11-22T04:13:25.740Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5092023-11-22T04:13:25.743Z++ basename ./tools/ci_download_dendrite_stub
5102023-11-22T04:13:25.743Z+ ARG0=ci_download_dendrite_stub
5112023-11-22T04:13:25.743Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5122023-11-22T04:13:25.743Z++ CIDL_SHA256_ILLUMOS=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd
5132023-11-22T04:13:25.743Z++ CIDL_SHA256_LINUX_DPD=b5d829b4628759ac374106f3c56c29074b29577fd0ff72f61c3b8289fea430fe
5142023-11-22T04:13:25.743Z++ CIDL_SHA256_LINUX_SWADM=afc68828f54dc57b32dc1556fc588baeab12341c30e96cc0fadb49f401b4b48f
5152023-11-22T04:13:25.746Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5162023-11-22T04:13:25.746Z++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4
5172023-11-22T04:13:25.746Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5182023-11-22T04:13:25.746Z+ TARGET_DIR=out
5192023-11-22T04:13:25.746Z+ DOWNLOAD_DIR=out/downloads
5202023-11-22T04:13:25.746Z+ DEST_DIR=./out/dendrite-stub
5212023-11-22T04:13:25.746Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5222023-11-22T04:13:25.746Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5232023-11-22T04:13:25.746Z+ REPO=oxidecomputer/dendrite
5242023-11-22T04:13:25.746Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4
5252023-11-22T04:13:25.746Z+ main
5262023-11-22T04:13:25.746Z+ [[ 0 != 0 ]]
5272023-11-22T04:13:25.746Z+ CIDL_OS=solaris2.11
5282023-11-22T04:13:25.746Z+ [[ 0 != 0 ]]
5292023-11-22T04:13:25.746Z+ configure_os solaris2.11
5302023-11-22T04:13:25.746Z+ echo 'current directory: /work/oxidecomputer/omicron'
5312023-11-22T04:13:25.746Zcurrent directory: /work/oxidecomputer/omicron
5322023-11-22T04:13:25.746Z+ echo 'configuring based on OS: "solaris2.11"'
5332023-11-22T04:13:25.746Zconfiguring based on OS: "solaris2.11"
5342023-11-22T04:13:25.746Z+ case "$1" in
5352023-11-22T04:13:25.746Z+ SET_BINARIES=
5362023-11-22T04:13:25.746Z+ CIDL_SHA256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd
5372023-11-22T04:13:25.746Z+ CIDL_SHA256FUNC=do_sha256sum
5382023-11-22T04:13:25.746Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5392023-11-22T04:13:25.746Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz
5402023-11-22T04:13:25.746Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5412023-11-22T04:13:25.746Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz'
5422023-11-22T04:13:25.746ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz
5432023-11-22T04:13:25.746Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5442023-11-22T04:13:25.746Z+ mkdir -p out/downloads
5452023-11-22T04:13:25.747ZLocal file: out/downloads/dendrite-stub.tar.gz
5462023-11-22T04:13:25.751Z+ mkdir -p ./out/dendrite-stub
5472023-11-22T04:13:25.751Z+ fetch_and_verify
5482023-11-22T04:13:25.751Z+ local DO_DOWNLOAD=true
5492023-11-22T04:13:25.751Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5502023-11-22T04:13:25.751Z+ '[' true == true ']'
5512023-11-22T04:13:25.751Z+ echo Downloading...
5522023-11-22T04:13:25.751ZDownloading...
5532023-11-22T04:13:25.751Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5542023-11-22T04:13:25.751Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz
5552023-11-22T04:14:23.095Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5562023-11-22T04:14:23.098Z++ sha256sum
5572023-11-22T04:14:23.098Z++ awk '{print $1}'
5582023-11-22T04:14:23.204Z+ calculated_sha256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd
5592023-11-22T04:14:23.204Z+ [[ c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd != \c\0\0\e\7\9\f\5\5\e\0\b\d\f\0\4\8\0\6\9\b\2\d\1\8\a\4\d\0\0\9\d\d\f\e\f\4\6\e\7\e\5\d\8\4\6\8\8\7\c\f\9\6\e\8\4\3\a\8\8\8\4\b\d ]]
5602023-11-22T04:14:23.207Z+ do_untar out/downloads/dendrite-stub.tar.gz
5612023-11-22T04:14:23.207Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5622023-11-22T04:14:24.245Z+ do_assemble
5632023-11-22T04:14:24.245Z+ rm -r ./out/dendrite-stub
5642023-11-22T04:14:24.248Z+ mkdir ./out/dendrite-stub
5652023-11-22T04:14:24.250Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5662023-11-22T04:14:24.407Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5672023-11-22T04:14:24.418Z+ set -o errexit
5682023-11-22T04:14:24.421Z+++ dirname ./tools/ci_download_maghemite_mgd
5692023-11-22T04:14:24.428Z++ cd ./tools
5702023-11-22T04:14:24.428Z++ pwd
5712023-11-22T04:14:24.428Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5722023-11-22T04:14:24.428Z++ basename ./tools/ci_download_maghemite_mgd
5732023-11-22T04:14:24.428Z+ ARG0=ci_download_maghemite_mgd
5742023-11-22T04:14:24.428Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5752023-11-22T04:14:24.428Z++ CIDL_SHA256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df
5762023-11-22T04:14:24.429Z++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f
5772023-11-22T04:14:24.429Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5782023-11-22T04:14:24.429Z++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d
5792023-11-22T04:14:24.429Z++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
5802023-11-22T04:14:24.429Z+ TARGET_DIR=out
5812023-11-22T04:14:24.429Z+ DOWNLOAD_DIR=out/downloads
5822023-11-22T04:14:24.429Z+ DEST_DIR=./out/mgd
5832023-11-22T04:14:24.429Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5842023-11-22T04:14:24.429Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5852023-11-22T04:14:24.429Z+ REPO=oxidecomputer/maghemite
5862023-11-22T04:14:24.429Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d
5872023-11-22T04:14:24.429Z+ main
5882023-11-22T04:14:24.429Z+ [[ 0 != 0 ]]
5892023-11-22T04:14:24.429Z+ CIDL_OS=solaris2.11
5902023-11-22T04:14:24.429Z+ [[ 0 != 0 ]]
5912023-11-22T04:14:24.429Z+ configure_os solaris2.11
5922023-11-22T04:14:24.429Z+ echo 'current directory: /work/oxidecomputer/omicron'
5932023-11-22T04:14:24.429Zcurrent directory: /work/oxidecomputer/omicron
5942023-11-22T04:14:24.429Zconfiguring based on OS: "solaris2.11"
5952023-11-22T04:14:24.429Z+ echo 'configuring based on OS: "solaris2.11"'
5962023-11-22T04:14:24.429Z+ case "$1" in
5972023-11-22T04:14:24.429Z+ SET_BINARIES=
5982023-11-22T04:14:24.429Z+ CIDL_SHA256FUNC=do_sha256sum
5992023-11-22T04:14:24.429Z+ TARBALL_FILENAME=mgd.tar.gz
6002023-11-22T04:14:24.429Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz
6012023-11-22T04:14:24.430Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6022023-11-22T04:14:24.430Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz'
6032023-11-22T04:14:24.430Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6042023-11-22T04:14:24.430ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz
6052023-11-22T04:14:24.430ZLocal file: out/downloads/mgd.tar.gz
6062023-11-22T04:14:24.430Z+ mkdir -p out/downloads
6072023-11-22T04:14:24.433Z+ mkdir -p ./out/mgd
6082023-11-22T04:14:24.433Z+ fetch_and_verify
6092023-11-22T04:14:24.433Z+ local DO_DOWNLOAD=true
6102023-11-22T04:14:24.433Z+ [[ -f out/downloads/mgd.tar.gz ]]
6112023-11-22T04:14:24.433Z+ '[' true == true ']'
6122023-11-22T04:14:24.433Z+ echo Downloading...
6132023-11-22T04:14:24.434ZDownloading...
6142023-11-22T04:14:24.434Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz out/downloads/mgd.tar.gz
6152023-11-22T04:14:24.434Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz
6162023-11-22T04:14:29.040Z++ do_sha256sum out/downloads/mgd.tar.gz
6172023-11-22T04:14:29.042Z++ sha256sum
6182023-11-22T04:14:29.042Z++ awk '{print $1}'
6192023-11-22T04:14:29.117Z+ calculated_sha256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df
6202023-11-22T04:14:29.117Z+ [[ c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df != \c\4\a\7\a\6\2\6\c\8\4\a\2\8\d\e\3\d\2\c\6\b\f\d\8\5\5\9\2\b\d\a\2\a\b\a\d\8\c\f\5\b\4\1\b\2\c\e\9\0\b\9\c\0\3\9\0\4\c\c\d\3\d\f ]]
6212023-11-22T04:14:29.120Z+ do_untar out/downloads/mgd.tar.gz
6222023-11-22T04:14:29.120Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6232023-11-22T04:14:29.771Z+ do_assemble
6242023-11-22T04:14:29.771Z+ rm -r ./out/mgd
6252023-11-22T04:14:29.774Z+ mkdir ./out/mgd
6262023-11-22T04:14:29.777Z+ cp -r out/downloads/root ./out/mgd/root
6272023-11-22T04:14:29.993Z+ set -o errexit
6282023-11-22T04:14:29.996Z+++ dirname ./tools/ci_download_transceiver_control
6292023-11-22T04:14:29.999Z++ cd ./tools
6302023-11-22T04:14:30.000Z++ pwd
6312023-11-22T04:14:30.000Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6322023-11-22T04:14:30.003Z++ basename ./tools/ci_download_transceiver_control
6332023-11-22T04:14:30.004Z+ ARG0=ci_download_transceiver_control
6342023-11-22T04:14:30.004Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6352023-11-22T04:14:30.004Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6362023-11-22T04:14:30.004Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6372023-11-22T04:14:30.004Z+ TARGET_DIR=out
6382023-11-22T04:14:30.004Z+ DOWNLOAD_DIR=out/downloads
6392023-11-22T04:14:30.004Z+ DEST_DIR=./out/transceiver-control
6402023-11-22T04:14:30.004Z+ BIN_DIR=/opt/oxide/bin
6412023-11-22T04:14:30.004Z+ BINARY=xcvradm
6422023-11-22T04:14:30.004Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6432023-11-22T04:14:30.004Z+ REPO=oxidecomputer/transceiver-control
6442023-11-22T04:14:30.004Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6452023-11-22T04:14:30.004Z+ main
6462023-11-22T04:14:30.004Z+ [[ 0 != 0 ]]
6472023-11-22T04:14:30.004Z+ CIDL_OS=solaris2.11
6482023-11-22T04:14:30.004Z+ [[ 0 != 0 ]]
6492023-11-22T04:14:30.004Z+ configure_os solaris2.11
6502023-11-22T04:14:30.004Z+ echo 'current directory: /work/oxidecomputer/omicron'
6512023-11-22T04:14:30.004Zcurrent directory: /work/oxidecomputer/omicron
6522023-11-22T04:14:30.004Z+ echo 'configuring based on OS: "solaris2.11"'
6532023-11-22T04:14:30.004Zconfiguring based on OS: "solaris2.11"
6542023-11-22T04:14:30.004Z+ case "$1" in
6552023-11-22T04:14:30.004Z+ SET_BINARIES=
6562023-11-22T04:14:30.004Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6572023-11-22T04:14:30.004Z+ CIDL_SHA256FUNC=do_sha256sum
6582023-11-22T04:14:30.004Z+ ARCHIVE_FILENAME=xcvradm.gz
6592023-11-22T04:14:30.006Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6602023-11-22T04:14:30.006Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6612023-11-22T04:14:30.006Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6622023-11-22T04:14:30.006ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6632023-11-22T04:14:30.006Z+ echo 'Local file: out/downloads/xcvradm.gz'
6642023-11-22T04:14:30.006ZLocal file: out/downloads/xcvradm.gz
6652023-11-22T04:14:30.006Z+ mkdir -p out/downloads
6662023-11-22T04:14:30.009Z+ mkdir -p ./out/transceiver-control
6672023-11-22T04:14:30.009Z+ fetch_and_verify
6682023-11-22T04:14:30.009Z+ local DO_DOWNLOAD=true
6692023-11-22T04:14:30.009Z+ [[ -f out/downloads/xcvradm.gz ]]
6702023-11-22T04:14:30.009Z+ '[' true == true ']'
6712023-11-22T04:14:30.009Z+ echo Downloading...
6722023-11-22T04:14:30.009ZDownloading...
6732023-11-22T04:14:30.009Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6742023-11-22T04:14:30.009Z+ 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
6752023-11-22T04:14:31.975Z++ do_sha256sum out/downloads/xcvradm.gz
6762023-11-22T04:14:31.985Z++ sha256sum
6772023-11-22T04:14:31.985Z++ awk '{print $1}'
6782023-11-22T04:14:32.001Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6792023-11-22T04:14:32.001Z+ [[ 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 ]]
6802023-11-22T04:14:32.004Z+ do_unpack out/downloads/xcvradm.gz
6812023-11-22T04:14:32.005Z+ mkdir -p out/downloads/root//opt/oxide/bin
6822023-11-22T04:14:32.005Z+ gzip -dc out/downloads/xcvradm.gz
6832023-11-22T04:14:32.177Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6842023-11-22T04:14:32.180Z+ do_assemble
6852023-11-22T04:14:32.180Z+ rm -r ./out/transceiver-control
6862023-11-22T04:14:32.183Z+ mkdir ./out/transceiver-control
6872023-11-22T04:14:32.186Z+ cp -r out/downloads/root ./out/transceiver-control/root
6882023-11-22T04:14:32.383ZAll prerequisites installed successfully
6892023-11-22T04:14:32.386Z
6902023-11-22T04:14:32.386Zreal 3:03.735293851
6912023-11-22T04:14:32.386Zuser 53.557192303
6922023-11-22T04:14:32.386Zsys 10.150348934
6932023-11-22T04:14:32.386Ztrap 0.020997256
6942023-11-22T04:14:32.386Ztflt 0.290022868
6952023-11-22T04:14:32.386Zdflt 0.515692875
6962023-11-22T04:14:32.386Zkflt 0.121793175
6972023-11-22T04:14:32.386Zlock 2.023735248
6982023-11-22T04:14:32.386Zslp 6:36.599163925
6992023-11-22T04:14:32.386Zlat 3.251553675
7002023-11-22T04:14:32.386Zstop 0.065129491
7012023-11-22T04:14:32.386Z+ ptime -m ./tools/ci_download_softnpu_machinery
7022023-11-22T04:14:32.398Zfetching npuzone
7032023-11-22T04:14:32.406ZEnsuring oxidecomputer/softnpu/image/npuzone in out/npuzone
7042023-11-22T04:14:32.406Z (commit: dec63e67156fe6e958991bbfa090629868115ab5)
7052023-11-22T04:14:32.409ZGetting hash for npuzone
7062023-11-22T04:14:32.536Z (hash: 0193728f9ac46713a4b628135f7b3de9fe889770c7a7fe5273976acb001f7ac4)
7072023-11-22T04:14:40.176Znpuzone downloaded successfully
7082023-11-22T04:14:40.180Z
7092023-11-22T04:14:40.184Zreal 7.792471216
7102023-11-22T04:14:40.184Zuser 0.566908824
7112023-11-22T04:14:40.184Zsys 0.158457809
7122023-11-22T04:14:40.184Ztrap 0.000180122
7132023-11-22T04:14:40.184Ztflt 0.000000000
7142023-11-22T04:14:40.184Zdflt 0.000000000
7152023-11-22T04:14:40.184Zkflt 0.000000000
7162023-11-22T04:14:40.184Zlock 0.000000000
7172023-11-22T04:14:40.184Zslp 22.476498529
7182023-11-22T04:14:40.184Zlat 0.138052618
7192023-11-22T04:14:40.184Zstop 0.000280053
7202023-11-22T04:14:40.184Z+ export CARGO_INCREMENTAL=0
7212023-11-22T04:14:40.184Z+ CARGO_INCREMENTAL=0
7222023-11-22T04:14:40.184Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
7232023-11-22T04:14:40.546Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7242023-11-22T04:14:40.877Z Updating crates.io index
7252023-11-22T04:14:40.959Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7262023-11-22T04:14:41.755Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7272023-11-22T04:14:43.602Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7282023-11-22T04:14:44.179Z Updating git repository `http://github.com/oxidecomputer/tofino`
7292023-11-22T04:14:44.476Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7302023-11-22T04:14:44.808Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7312023-11-22T04:14:45.091Z Updating git repository `https://github.com/oxidecomputer/propolis`
7322023-11-22T04:14:46.016Z Updating git repository `https://github.com/oxidecomputer/crucible`
7332023-11-22T04:14:47.950Z Updating git repository `https://github.com/oxidecomputer/opte`
7342023-11-22T04:14:49.072Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7352023-11-22T04:14:49.393Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7362023-11-22T04:14:49.929Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7372023-11-22T04:14:50.397Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7382023-11-22T04:14:50.741Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7392023-11-22T04:14:51.151Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7402023-11-22T04:14:51.436Z Updating git repository `https://github.com/njaremko/samael`
7412023-11-22T04:14:51.971Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7422023-11-22T04:14:52.469Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7432023-11-22T04:14:52.829Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7442023-11-22T04:14:53.261Z Updating git repository `https://github.com/jgallagher/nix`
7452023-11-22T04:14:54.535Z Updating git repository `https://github.com/cbiffle/hubpack`
7462023-11-22T04:14:55.015Z Updating git repository `https://github.com/oxidecomputer/typify`
7472023-11-22T04:14:56.144Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7482023-11-22T04:14:56.551Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7492023-11-22T04:14:56.858Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7502023-11-22T04:14:58.495Z Downloading crates ...
7512023-11-22T04:14:58.761Z Downloaded bytesize v1.3.0
7522023-11-22T04:14:58.777Z Downloaded bzip2 v0.4.4
7532023-11-22T04:14:58.780Z Downloaded cipher v0.4.4
7542023-11-22T04:14:58.784Z Downloaded ciborium-io v0.2.1
7552023-11-22T04:14:58.787Z Downloaded ciborium v0.2.1
7562023-11-22T04:14:58.791Z Downloaded maplit v1.0.2
7572023-11-22T04:14:58.797Z Downloaded iana-time-zone v0.1.57
7582023-11-22T04:14:58.804Z Downloaded matches v0.1.10
7592023-11-22T04:14:58.808Z Downloaded match_cfg v0.1.0
7602023-11-22T04:14:58.811Z Downloaded managed v0.8.0
7612023-11-22T04:14:58.814Z Downloaded lalrpop-util v0.19.12
7622023-11-22T04:14:58.817Z Downloaded kstat-rs v0.2.3
7632023-11-22T04:14:58.820Z Downloaded atty v0.2.14
7642023-11-22T04:14:58.822Z Downloaded serde-hex v0.1.0
7652023-11-22T04:14:58.828Z Downloaded atomicwrites v0.4.2
7662023-11-22T04:14:58.832Z Downloaded mime_guess v2.0.4
7672023-11-22T04:14:58.842Z Downloaded serde_plain v1.0.2
7682023-11-22T04:14:58.852Z Downloaded serde_repr v0.1.16
7692023-11-22T04:14:58.852Z Downloaded crossbeam-deque v0.8.3
7702023-11-22T04:14:58.863Z Downloaded newtype_derive v0.1.6
7712023-11-22T04:14:58.863Z Downloaded crucible-workspace-hack v0.1.0
7722023-11-22T04:14:58.879Z Downloaded md-5 v0.10.5
7732023-11-22T04:14:58.879Z Downloaded async-stream-impl v0.3.5
7742023-11-22T04:14:58.879Z Downloaded is_ci v1.1.1
7752023-11-22T04:14:58.894Z Downloaded array-init v0.0.4
7762023-11-22T04:14:58.894Z Downloaded num-integer v0.1.45
7772023-11-22T04:14:58.894Z Downloaded memoffset v0.9.0
7782023-11-22T04:14:58.907Z Downloaded mockall v0.11.4
7792023-11-22T04:14:58.907Z Downloaded crypto-common v0.1.6
7802023-11-22T04:14:58.907Z Downloaded instant v0.1.12
7812023-11-22T04:14:58.907Z Downloaded crossbeam-channel v0.5.8
7822023-11-22T04:14:58.925Z Downloaded block-buffer v0.10.4
7832023-11-22T04:14:58.939Z Downloaded curve25519-dalek-derive v0.1.0
7842023-11-22T04:14:58.939Z Downloaded ansi_term v0.12.1
7852023-11-22T04:14:58.939Z Downloaded openssl-probe v0.1.5
7862023-11-22T04:14:58.939Z Downloaded opaque-debug v0.3.0
7872023-11-22T04:14:58.939Z Downloaded signature v1.6.4
7882023-11-22T04:14:58.939Z Downloaded serde_with_macros v2.3.3
7892023-11-22T04:14:58.947Z Downloaded normalize-line-endings v0.3.0
7902023-11-22T04:14:58.947Z Downloaded itoa v1.0.9
7912023-11-22T04:14:58.972Z Downloaded ipnet v2.8.0
7922023-11-22T04:14:58.972Z Downloaded openssl-macros v0.1.1
7932023-11-22T04:14:58.972Z Downloaded num v0.4.1
7942023-11-22T04:14:58.972Z Downloaded unicode-linebreak v0.1.5
7952023-11-22T04:14:58.972Z Downloaded packed_struct v0.10.1
7962023-11-22T04:14:58.973Z Downloaded topological-sort v0.2.2
7972023-11-22T04:14:58.973Z Downloaded crossbeam-utils v0.8.16
7982023-11-22T04:14:58.981Z Downloaded waitgroup v0.1.2
7992023-11-22T04:14:58.981Z Downloaded strum_macros v0.25.2
8002023-11-22T04:14:58.988Z Downloaded zone_cfg_derive v0.3.0
8012023-11-22T04:14:58.988Z Downloaded dyn-clone v1.0.13
8022023-11-22T04:14:58.988Z Downloaded crossbeam-queue v0.3.8
8032023-11-22T04:14:58.995Z Downloaded cpufeatures v0.2.9
8042023-11-22T04:14:58.995Z Downloaded colored v2.0.4
8052023-11-22T04:14:59.001Z Downloaded group v0.13.0
8062023-11-22T04:14:59.007Z Downloaded indicatif v0.17.7
8072023-11-22T04:14:59.010Z Downloaded thiserror-no-std v2.0.2
8082023-11-22T04:14:59.018Z Downloaded tower-service v0.3.2
8092023-11-22T04:14:59.021Z Downloaded serde_path_to_error v0.1.14
8102023-11-22T04:14:59.024Z Downloaded tinyvec_macros v0.1.1
8112023-11-22T04:14:59.029Z Downloaded log v0.4.20
8122023-11-22T04:14:59.032Z Downloaded resolv-conf v0.7.0
8132023-11-22T04:14:59.034Z Downloaded camino v1.1.6
8142023-11-22T04:14:59.037Z Downloaded getrandom v0.2.10
8152023-11-22T04:14:59.043Z Downloaded indexmap v2.1.0
8162023-11-22T04:14:59.050Z Downloaded ppv-lite86 v0.2.17
8172023-11-22T04:14:59.053Z Downloaded walkdir v2.4.0
8182023-11-22T04:14:59.057Z Downloaded crc32fast v1.3.2
8192023-11-22T04:14:59.061Z Downloaded vte_generate_state_changes v0.1.1
8202023-11-22T04:14:59.064Z Downloaded once_cell v1.18.0
8212023-11-22T04:14:59.067Z Downloaded scheduled-thread-pool v0.2.7
8222023-11-22T04:14:59.070Z Downloaded darling v0.14.4
8232023-11-22T04:14:59.076Z Downloaded toml_datetime v0.6.5
8242023-11-22T04:14:59.078Z Downloaded snafu-derive v0.7.5
8252023-11-22T04:14:59.081Z Downloaded rpassword v7.3.1
8262023-11-22T04:14:59.084Z Downloaded unsafe-libyaml v0.2.9
8272023-11-22T04:14:59.090Z Downloaded ref-cast v1.0.20
8282023-11-22T04:14:59.095Z Downloaded parking_lot v0.11.2
8292023-11-22T04:14:59.100Z Downloaded base64 v0.21.5
8302023-11-22T04:14:59.107Z Downloaded ena v0.14.2
8312023-11-22T04:14:59.111Z Downloaded flagset v0.4.3
8322023-11-22T04:14:59.114Z Downloaded pin-utils v0.1.0
8332023-11-22T04:14:59.116Z Downloaded zerocopy v0.3.0
8342023-11-22T04:14:59.118Z Downloaded terminal_size v0.2.6
8352023-11-22T04:14:59.121Z Downloaded which v4.4.0
8362023-11-22T04:14:59.124Z Downloaded http-range v0.1.5
8372023-11-22T04:14:59.127Z Downloaded sha1 v0.10.6
8382023-11-22T04:14:59.130Z Downloaded pest_generator v2.7.2
8392023-11-22T04:14:59.133Z Downloaded parse-display-derive v0.8.2
8402023-11-22T04:14:59.135Z Downloaded humantime v2.1.0
8412023-11-22T04:14:59.138Z Downloaded omicron-zone-package v0.9.1
8422023-11-22T04:14:59.142Z Downloaded toolchain_find v0.2.0
8432023-11-22T04:14:59.145Z Downloaded zerocopy v0.6.4
8442023-11-22T04:14:59.149Z Downloaded filetime v0.2.22
8452023-11-22T04:14:59.152Z Downloaded hex v0.4.3
8462023-11-22T04:14:59.155Z Downloaded serde_derive_internals v0.26.0
8472023-11-22T04:14:59.159Z Downloaded thiserror v1.0.49
8482023-11-22T04:14:59.167Z Downloaded futures-sink v0.3.29
8492023-11-22T04:14:59.169Z Downloaded doc-comment v0.3.3
8502023-11-22T04:14:59.172Z Downloaded headers-core v0.2.0
8512023-11-22T04:14:59.175Z Downloaded static_assertions v1.1.0
8522023-11-22T04:14:59.175Z Downloaded endian-type v0.1.2
8532023-11-22T04:14:59.178Z Downloaded postcard-cobs v0.1.5-pre
8542023-11-22T04:14:59.180Z Downloaded same-file v1.0.6
8552023-11-22T04:14:59.183Z Downloaded rand v0.8.5
8562023-11-22T04:14:59.190Z Downloaded want v0.3.1
8572023-11-22T04:14:59.192Z Downloaded smallvec v1.11.0
8582023-11-22T04:14:59.195Z Downloaded try-lock v0.2.4
8592023-11-22T04:14:59.198Z Downloaded futures-macro v0.3.29
8602023-11-22T04:14:59.201Z Downloaded foreign-types-macros v0.2.3
8612023-11-22T04:14:59.203Z Downloaded foreign-types v0.5.0
8622023-11-22T04:14:59.207Z Downloaded paste v1.0.14
8632023-11-22T04:14:59.210Z Downloaded slog-scope v4.4.0
8642023-11-22T04:14:59.213Z Downloaded pretty-hex v0.3.0
8652023-11-22T04:14:59.215Z Downloaded postcard v0.7.3
8662023-11-22T04:14:59.219Z Downloaded heck v0.4.1
8672023-11-22T04:14:59.221Z Downloaded parking_lot_core v0.9.8
8682023-11-22T04:14:59.226Z Downloaded blake2 v0.10.6
8692023-11-22T04:14:59.231Z Downloaded precomputed-hash v0.1.1
8702023-11-22T04:14:59.234Z Downloaded subprocess v0.2.9
8712023-11-22T04:14:59.242Z Downloaded debug-ignore v1.0.5
8722023-11-22T04:14:59.246Z Downloaded hyper v1.0.1
8732023-11-22T04:14:59.254Z Downloaded strum v0.25.0
8742023-11-22T04:14:59.257Z Downloaded tokio-tungstenite v0.20.1
8752023-11-22T04:14:59.260Z Downloaded equivalent v1.0.1
8762023-11-22T04:14:59.263Z Downloaded display-error-chain v0.2.0
8772023-11-22T04:14:59.266Z Downloaded spin v0.5.2
8782023-11-22T04:14:59.269Z Downloaded subtle v2.5.0
8792023-11-22T04:14:59.272Z Downloaded ed25519 v1.5.3
8802023-11-22T04:14:59.274Z Downloaded pest_derive v2.7.2
8812023-11-22T04:14:59.277Z Downloaded path-slash v0.1.5
8822023-11-22T04:14:59.282Z Downloaded platforms v3.0.2
8832023-11-22T04:14:59.284Z Downloaded downcast v0.11.0
8842023-11-22T04:14:59.287Z Downloaded hash32 v0.2.1
8852023-11-22T04:14:59.290Z Downloaded tempfile v3.8.0
8862023-11-22T04:14:59.292Z Downloaded strip-ansi-escapes v0.2.0
8872023-11-22T04:14:59.295Z Downloaded take_mut v0.2.2
8882023-11-22T04:14:59.299Z Downloaded phf_shared v0.11.2
8892023-11-22T04:14:59.301Z Downloaded pem v3.0.2
8902023-11-22T04:14:59.301Z Downloaded sct v0.7.0
8912023-11-22T04:14:59.309Z Downloaded url v2.4.1
8922023-11-22T04:14:59.315Z Downloaded termios v0.3.3
8932023-11-22T04:14:59.320Z Downloaded signal-hook-tokio v0.3.1
8942023-11-22T04:14:59.320Z Downloaded pin-project-internal v1.1.3
8952023-11-22T04:14:59.325Z Downloaded password-hash v0.5.0
8962023-11-22T04:14:59.330Z Downloaded peeking_take_while v0.1.2
8972023-11-22T04:14:59.330Z Downloaded diesel_derives v2.1.1
8982023-11-22T04:14:59.334Z Downloaded thread-id v4.2.0
8992023-11-22T04:14:59.337Z Downloaded unicode-width v0.1.11
9002023-11-22T04:14:59.339Z Downloaded fastrand v2.0.0
9012023-11-22T04:14:59.339Z Downloaded errno v0.3.2
9022023-11-22T04:14:59.345Z Downloaded darling_macro v0.20.3
9032023-11-22T04:14:59.348Z Downloaded slog-stdlog v4.1.1
9042023-11-22T04:14:59.348Z Downloaded vec_map v0.8.2
9052023-11-22T04:14:59.348Z Downloaded pkcs1 v0.7.5
9062023-11-22T04:14:59.352Z Downloaded generic-array v0.14.7
9072023-11-22T04:14:59.355Z Downloaded swrite v0.1.0
9082023-11-22T04:14:59.357Z Downloaded quick-error v1.2.3
9092023-11-22T04:14:59.366Z Downloaded wyz v0.5.1
9102023-11-22T04:14:59.366Z Downloaded rustc_version v0.1.7
9112023-11-22T04:14:59.366Z Downloaded hmac v0.12.1
9122023-11-22T04:14:59.368Z Downloaded unarray v0.1.4
9132023-11-22T04:14:59.368Z Downloaded tui-tree-widget v0.13.0
9142023-11-22T04:14:59.371Z Downloaded toml_edit v0.21.0
9152023-11-22T04:14:59.419Z Downloaded futures-executor v0.3.29
9162023-11-22T04:14:59.430Z Downloaded semver v1.0.20
9172023-11-22T04:14:59.430Z Downloaded dirs-next v2.0.0
9182023-11-22T04:14:59.430Z Downloaded foreign-types-shared v0.3.1
9192023-11-22T04:14:59.430Z Downloaded chrono v0.4.31
9202023-11-22T04:14:59.446Z Downloaded parse-display v0.8.2
9212023-11-22T04:14:59.447Z Downloaded rustversion v1.0.14
9222023-11-22T04:14:59.447Z Downloaded whoami v1.4.1
9232023-11-22T04:14:59.447Z Downloaded reedline v0.26.0
9242023-11-22T04:14:59.462Z Downloaded thiserror-impl v1.0.49
9252023-11-22T04:14:59.470Z Downloaded slog-async v2.8.0
9262023-11-22T04:14:59.470Z Downloaded globset v0.4.13
9272023-11-22T04:14:59.470Z Downloaded tungstenite v0.20.1
9282023-11-22T04:14:59.470Z Downloaded fixedbitset v0.4.2
9292023-11-22T04:14:59.475Z Downloaded signal-hook v0.3.17
9302023-11-22T04:14:59.480Z Downloaded rayon-core v1.12.0
9312023-11-22T04:14:59.484Z Downloaded toml_edit v0.19.15
9322023-11-22T04:14:59.512Z Downloaded dirs-sys-next v0.1.2
9332023-11-22T04:14:59.515Z Downloaded http-body v0.4.5
9342023-11-22T04:14:59.515Z Downloaded phf v0.11.2
9352023-11-22T04:14:59.517Z Downloaded pem v1.1.1
9362023-11-22T04:14:59.520Z Downloaded futures v0.3.29
9372023-11-22T04:14:59.527Z Downloaded unicase v2.7.0
9382023-11-22T04:14:59.531Z Downloaded serde v1.0.192
9392023-11-22T04:14:59.536Z Downloaded tracing-core v0.1.31
9402023-11-22T04:14:59.541Z Downloaded rsa v0.9.2
9412023-11-22T04:14:59.550Z Downloaded pin-project v1.1.3
9422023-11-22T04:14:59.595Z Downloaded headers v0.3.9
9432023-11-22T04:14:59.599Z Downloaded prettyplease v0.2.12
9442023-11-22T04:14:59.599Z Downloaded hkdf v0.12.3
9452023-11-22T04:14:59.599Z Downloaded fatfs v0.3.6
9462023-11-22T04:14:59.599Z Downloaded salty v0.2.0
9472023-11-22T04:14:59.606Z Downloaded der v0.7.8
9482023-11-22T04:14:59.615Z Downloaded derive_more v0.99.17
9492023-11-22T04:14:59.624Z Downloaded unicode-bidi v0.3.13
9502023-11-22T04:14:59.628Z Downloaded http v1.0.0
9512023-11-22T04:14:59.635Z Downloaded idna v0.2.3
9522023-11-22T04:14:59.647Z Downloaded rustls-webpki v0.101.7
9532023-11-22T04:14:59.674Z Downloaded smoltcp v0.8.2
9542023-11-22T04:14:59.690Z Downloaded flume v0.11.0
9552023-11-22T04:14:59.697Z Downloaded tabled v0.14.0
9562023-11-22T04:14:59.722Z Downloaded quick-xml v0.23.1
9572023-11-22T04:14:59.738Z Downloaded trust-dns-proto v0.22.0
9582023-11-22T04:14:59.755Z Downloaded webpki-roots v0.25.2
9592023-11-22T04:14:59.762Z Downloaded vcpkg v0.2.15
9602023-11-22T04:14:59.837Z Downloaded reqwest v0.11.22
9612023-11-22T04:14:59.861Z Downloaded regex-syntax v0.8.2
9622023-11-22T04:14:59.869Z Downloaded rustix v0.37.23
9632023-11-22T04:14:59.906Z Downloaded pest v2.7.2
9642023-11-22T04:14:59.915Z Downloaded regex-syntax v0.7.5
9652023-11-22T04:14:59.932Z Downloaded sled v0.34.7
9662023-11-22T04:14:59.955Z Downloaded rayon v1.8.0
9672023-11-22T04:14:59.973Z Downloaded winnow v0.5.15
9682023-11-22T04:14:59.989Z Downloaded regex-automata v0.3.8
9692023-11-22T04:15:00.025Z Downloaded h2 v0.3.21
9702023-11-22T04:15:00.037Z Downloaded sha3 v0.10.8
9712023-11-22T04:15:00.052Z Downloaded openssl v0.10.57
9722023-11-22T04:15:00.071Z Downloaded curve25519-dalek v4.1.0
9732023-11-22T04:15:00.091Z Downloaded radix_trie v0.2.1
9742023-11-22T04:15:00.102Z Downloaded regress v0.7.1
9752023-11-22T04:15:00.117Z Downloaded regex-syntax v0.6.29
9762023-11-22T04:15:00.132Z Downloaded gimli v0.28.0
9772023-11-22T04:15:00.149Z Downloaded smoltcp v0.9.1
9782023-11-22T04:15:00.171Z Downloaded openapiv3 v2.0.0-rc.1
9792023-11-22T04:15:00.197Z Downloaded ratatui v0.23.0
9802023-11-22T04:15:00.222Z Downloaded regex v1.10.2
9812023-11-22T04:15:00.247Z Downloaded diesel v2.1.4
9822023-11-22T04:15:00.282Z Downloaded bstr v1.6.0
9832023-11-22T04:15:00.304Z Downloaded ring v0.17.5
9842023-11-22T04:15:00.440Z Downloaded zerocopy-derive v0.6.4
9852023-11-22T04:15:00.460Z Downloaded regex-automata v0.4.3
9862023-11-22T04:15:00.500Z Downloaded bzip2-sys v0.1.11+1.0.8
9872023-11-22T04:15:00.519Z Downloaded tokio v1.34.0
9882023-11-22T04:15:00.586Z Downloaded rustls v0.21.9
9892023-11-22T04:15:00.658Z Downloaded polar-core v0.27.0
9902023-11-22T04:15:00.673Z Downloaded object v0.32.1
9912023-11-22T04:15:00.673Z Downloaded object v0.30.4
9922023-11-22T04:15:00.673Z Downloaded encoding_rs v0.8.33
9932023-11-22T04:15:00.707Z Downloaded libc v0.2.150
9942023-11-22T04:15:00.754Z Downloaded zerocopy-derive v0.2.0
9952023-11-22T04:15:00.771Z Downloaded syn v2.0.32
9962023-11-22T04:15:00.791Z Downloaded bitvec v1.0.1
9972023-11-22T04:15:00.819Z Downloaded rustix v0.38.9
9982023-11-22T04:15:00.857Z Downloaded syn v1.0.109
9992023-11-22T04:15:00.876Z Downloaded bstr v0.2.17
10002023-11-22T04:15:00.896Z Downloaded hyper v0.14.27
10012023-11-22T04:15:00.913Z Downloaded portable-atomic v1.4.3
10022023-11-22T04:15:01.352Z Downloaded clap_builder v4.4.2
10032023-11-22T04:15:01.352Z Downloaded typed-path v0.6.0
10042023-11-22T04:15:01.352Z Downloaded petgraph v0.6.4
10052023-11-22T04:15:01.352Z Downloaded hashbrown v0.12.3
10062023-11-22T04:15:01.352Z Downloaded proptest v1.4.0
10072023-11-22T04:15:01.352Z Downloaded idna v0.4.0
10082023-11-22T04:15:01.352Z Downloaded futures-util v0.3.29
10092023-11-22T04:15:01.352Z Downloaded hashbrown v0.14.2
10102023-11-22T04:15:01.352Z Downloaded pest_meta v2.7.2
10112023-11-22T04:15:01.352Z Downloaded toml v0.7.8
10122023-11-22T04:15:01.352Z Downloaded socket2 v0.5.5
10132023-11-22T04:15:01.352Z Downloaded structopt v0.3.26
10142023-11-22T04:15:01.352Z Downloaded ron v0.8.1
10152023-11-22T04:15:01.352Z Downloaded ring v0.16.20
10162023-11-22T04:15:01.352Z Downloaded regex-automata v0.1.10
10172023-11-22T04:15:01.352Z Downloaded bindgen v0.65.1
10182023-11-22T04:15:01.352Z Downloaded lalrpop v0.19.12
10192023-11-22T04:15:01.353Z Downloaded unicode-segmentation v1.10.1
10202023-11-22T04:15:01.353Z Downloaded http v0.2.11
10212023-11-22T04:15:01.353Z Downloaded itertools v0.11.0
10222023-11-22T04:15:01.353Z Downloaded slog v2.7.0
10232023-11-22T04:15:01.353Z Downloaded hashbrown v0.13.2
10242023-11-22T04:15:01.353Z Downloaded term v0.7.0
10252023-11-22T04:15:01.353Z Downloaded fragile v2.0.0
10262023-11-22T04:15:01.358Z Downloaded fd-lock v3.0.13
10272023-11-22T04:15:01.361Z Downloaded data-encoding v2.4.0
10282023-11-22T04:15:01.361Z Downloaded textwrap v0.16.0
10292023-11-22T04:15:01.366Z Downloaded tap v1.0.1
10302023-11-22T04:15:01.369Z Downloaded libm v0.2.7
10312023-11-22T04:15:01.385Z Downloaded serde_json v1.0.108
10322023-11-22T04:15:01.396Z Downloaded trust-dns-client v0.22.0
10332023-11-22T04:15:01.405Z Downloaded parking_lot v0.12.1
10342023-11-22T04:15:01.409Z Downloaded darling_core v0.20.3
10352023-11-22T04:15:01.417Z Downloaded time v0.3.27
10362023-11-22T04:15:01.428Z Downloaded futures-channel v0.3.29
10372023-11-22T04:15:01.431Z Downloaded glob v0.3.1
10382023-11-22T04:15:01.434Z Downloaded flate2 v1.0.28
10392023-11-22T04:15:01.442Z Downloaded strsim v0.8.0
10402023-11-22T04:15:01.446Z Downloaded futures-io v0.3.29
10412023-11-22T04:15:01.449Z Downloaded spin v0.9.8
10422023-11-22T04:15:01.449Z Downloaded papergrid v0.10.0
10432023-11-22T04:15:01.458Z Downloaded serde_yaml v0.9.25
10442023-11-22T04:15:01.463Z Downloaded rustc_version v0.4.0
10452023-11-22T04:15:01.466Z Downloaded unicode-xid v0.2.4
10462023-11-22T04:15:01.469Z Downloaded env_logger v0.10.0
10472023-11-22T04:15:01.473Z Downloaded tracing v0.1.37
10482023-11-22T04:15:01.479Z Downloaded httparse v1.8.0
10492023-11-22T04:15:01.483Z Downloaded xattr v1.0.1
10502023-11-22T04:15:01.486Z Downloaded textwrap v0.11.0
10512023-11-22T04:15:01.492Z Downloaded fs-err v2.11.0
10522023-11-22T04:15:01.494Z Downloaded quote v1.0.33
10532023-11-22T04:15:01.498Z Downloaded heapless v0.7.16
10542023-11-22T04:15:01.502Z Downloaded tokio-util v0.7.10
10552023-11-22T04:15:01.516Z Downloaded toml v0.5.11
10562023-11-22T04:15:01.519Z Downloaded rustc-hash v1.1.0
10572023-11-22T04:15:01.522Z Downloaded rusty-fork v0.3.0
10582023-11-22T04:15:01.526Z Downloaded pem-rfc7468 v0.7.0
10592023-11-22T04:15:01.526Z Downloaded httpdate v1.0.3
10602023-11-22T04:15:01.529Z Downloaded num-bigint v0.4.4
10612023-11-22T04:15:01.537Z Downloaded rand_chacha v0.3.1
10622023-11-22T04:15:01.541Z Downloaded tracing-attributes v0.1.26
10632023-11-22T04:15:01.544Z Downloaded unicode-normalization v0.1.22
10642023-11-22T04:15:01.549Z Downloaded tabled_derive v0.6.0
10652023-11-22T04:15:01.553Z Downloaded hubpack v0.1.2
10662023-11-22T04:15:01.557Z Downloaded proc-macro-crate v1.3.1
10672023-11-22T04:15:01.557Z Downloaded time-macros v0.2.13
10682023-11-22T04:15:01.561Z Downloaded strsim v0.10.0
10692023-11-22T04:15:01.561Z Downloaded usdt v0.3.5
10702023-11-22T04:15:01.564Z Downloaded postgres-types v0.2.6
10712023-11-22T04:15:01.567Z Downloaded yasna v0.5.2
10722023-11-22T04:15:01.570Z Downloaded toml v0.8.8
10732023-11-22T04:15:01.577Z Downloaded aho-corasick v1.0.4
10742023-11-22T04:15:01.587Z Downloaded serde_urlencoded v0.7.1
10752023-11-22T04:15:01.590Z Downloaded thiserror-impl-no-std v2.0.2
10762023-11-22T04:15:01.593Z Downloaded predicates v2.1.5
10772023-11-22T04:15:01.598Z Downloaded semver-parser v0.10.2
10782023-11-22T04:15:01.603Z Downloaded tough v0.15.0
10792023-11-22T04:15:01.615Z Downloaded usdt-macro v0.3.5
10802023-11-22T04:15:01.619Z Downloaded signal-hook-registry v1.4.1
10812023-11-22T04:15:01.619Z Downloaded half v1.8.2
10822023-11-22T04:15:01.622Z Downloaded zip v0.6.6
10832023-11-22T04:15:01.629Z Downloaded crypto-bigint v0.5.2
10842023-11-22T04:15:01.640Z Downloaded digest v0.10.7
10852023-11-22T04:15:01.645Z Downloaded form_urlencoded v1.2.0
10862023-11-22T04:15:01.650Z Downloaded stable_deref_trait v1.2.0
10872023-11-22T04:15:01.650Z Downloaded spki v0.7.2
10882023-11-22T04:15:01.650Z Downloaded signal-hook-mio v0.2.3
10892023-11-22T04:15:01.685Z Downloaded futures-core v0.3.29
10902023-11-22T04:15:01.692Z Downloaded uuid v1.6.1
10912023-11-22T04:15:01.692Z Downloaded x509-cert v0.2.4
10922023-11-22T04:15:01.692Z Downloaded predicates v3.0.4
10932023-11-22T04:15:01.692Z Downloaded r2d2 v0.8.10
10942023-11-22T04:15:01.692Z Downloaded sha2 v0.10.8
10952023-11-22T04:15:01.692Z Downloaded num_threads v0.1.6
10962023-11-22T04:15:01.692Z Downloaded predicates-tree v1.0.9
10972023-11-22T04:15:01.692Z Downloaded hubpack_derive v0.1.1
10982023-11-22T04:15:01.692Z Downloaded secrecy v0.8.0
10992023-11-22T04:15:01.696Z Downloaded rustfmt-wrapper v0.2.0
11002023-11-22T04:15:01.696Z Downloaded getopts v0.2.21
11012023-11-22T04:15:01.696Z Downloaded rcgen v0.11.3
11022023-11-22T04:15:01.700Z Downloaded smawk v0.3.1
11032023-11-22T04:15:01.703Z Downloaded mio v0.8.9
11042023-11-22T04:15:01.714Z Downloaded structopt-derive v0.4.18
11052023-11-22T04:15:01.718Z Downloaded nom v7.1.3
11062023-11-22T04:15:01.728Z Downloaded phf_shared v0.10.0
11072023-11-22T04:15:01.733Z Downloaded foreign-types-shared v0.1.1
11082023-11-22T04:15:01.733Z Downloaded http-body v1.0.0
11092023-11-22T04:15:01.733Z Downloaded utf8parse v0.2.1
11102023-11-22T04:15:01.741Z Downloaded openssl-sys v0.9.93
11112023-11-22T04:15:01.744Z Downloaded libxml v0.3.3
11122023-11-22T04:15:01.754Z Downloaded socket2 v0.4.9
11132023-11-22T04:15:01.757Z Downloaded trust-dns-resolver v0.22.0
11142023-11-22T04:15:01.766Z Downloaded crc-any v2.4.3
11152023-11-22T04:15:01.773Z Downloaded arc-swap v1.6.0
11162023-11-22T04:15:01.777Z Downloaded pretty-hex v0.2.1
11172023-11-22T04:15:01.782Z Downloaded slog-bunyan v2.4.0
11182023-11-22T04:15:01.782Z Downloaded ref-cast-impl v1.0.20
11192023-11-22T04:15:01.783Z Downloaded trust-dns-server v0.22.1
11202023-11-22T04:15:01.789Z Downloaded stringprep v0.1.3
11212023-11-22T04:15:01.794Z Downloaded smallvec v0.6.14
11222023-11-22T04:15:01.794Z Downloaded clap v2.34.0
11232023-11-22T04:15:01.822Z Downloaded strum_macros v0.24.3
11242023-11-22T04:15:01.843Z Downloaded vsss-rs v3.3.1
11252023-11-22T04:15:01.843Z Downloaded darling_macro v0.14.4
11262023-11-22T04:15:01.843Z Downloaded rustls-pemfile v1.0.3
11272023-11-22T04:15:01.843Z Downloaded highway v1.1.0
11282023-11-22T04:15:01.843Z Downloaded heck v0.3.3
11292023-11-22T04:15:01.843Z Downloaded slog-term v2.9.0
11302023-11-22T04:15:01.843Z Downloaded parking_lot_core v0.8.6
11312023-11-22T04:15:01.843Z Downloaded tokio-postgres v0.7.10
11322023-11-22T04:15:01.855Z Downloaded tokio-rustls v0.24.1
11332023-11-22T04:15:01.855Z Downloaded zeroize_derive v1.4.2
11342023-11-22T04:15:01.855Z Downloaded zeroize v1.6.0
11352023-11-22T04:15:01.855Z Downloaded usdt-attr-macro v0.3.5
11362023-11-22T04:15:01.855Z Downloaded rustls-native-certs v0.6.3
11372023-11-22T04:15:01.860Z Downloaded num-bigint-dig v0.8.4
11382023-11-22T04:15:01.897Z Downloaded schemars v0.8.13
11392023-11-22T04:15:01.897Z Downloaded ryu v1.0.15
11402023-11-22T04:15:01.897Z Downloaded vte v0.11.1
11412023-11-22T04:15:01.914Z Downloaded tokio-stream v0.1.14
11422023-11-22T04:15:01.916Z Downloaded tinyvec v1.6.0
11432023-11-22T04:15:01.916Z Downloaded serde_derive v1.0.192
11442023-11-22T04:15:01.916Z Downloaded crossterm v0.27.0
11452023-11-22T04:15:01.919Z Downloaded steno v0.4.0
11462023-11-22T04:15:01.928Z Downloaded rustc-demangle v0.1.23
11472023-11-22T04:15:01.932Z Downloaded pin-project-lite v0.2.13
11482023-11-22T04:15:01.938Z Downloaded test-strategy v0.3.1
11492023-11-22T04:15:01.944Z Downloaded wait-timeout v0.2.0
11502023-11-22T04:15:01.947Z Downloaded itertools v0.10.5
11512023-11-22T04:15:01.958Z Downloaded postgres-protocol v0.6.6
11522023-11-22T04:15:01.961Z Downloaded snafu v0.7.5
11532023-11-22T04:15:01.972Z Downloaded similar v2.2.1
11542023-11-22T04:15:01.981Z Downloaded ff v0.13.0
11552023-11-22T04:15:01.984Z Downloaded clap_derive v4.4.2
11562023-11-22T04:15:01.987Z Downloaded ucd-trie v0.1.6
11572023-11-22T04:15:01.993Z Downloaded cookie v0.18.0
11582023-11-22T04:15:01.996Z Downloaded elliptic-curve v0.13.5
11592023-11-22T04:15:02.002Z Downloaded universal-hash v0.5.1
11602023-11-22T04:15:02.005Z Downloaded pkcs8 v0.10.2
11612023-11-22T04:15:02.008Z Downloaded proc-macro2 v1.0.69
11622023-11-22T04:15:02.014Z Downloaded rtoolbox v0.0.1
11632023-11-22T04:15:02.018Z Downloaded hostname v0.3.1
11642023-11-22T04:15:02.018Z Downloaded home v0.5.5
11652023-11-22T04:15:02.018Z Downloaded utf-8 v0.7.6
11662023-11-22T04:15:02.022Z Downloaded usdt-impl v0.3.5
11672023-11-22T04:15:02.026Z Downloaded serde_tokenstream v0.2.0
11682023-11-22T04:15:02.029Z Downloaded pkg-config v0.3.27
11692023-11-22T04:15:02.033Z Downloaded supports-color v2.1.0
11702023-11-22T04:15:02.033Z Downloaded thread_local v1.1.7
11712023-11-22T04:15:02.036Z Downloaded minimal-lexical v0.2.1
11722023-11-22T04:15:02.043Z Downloaded dof v0.1.5
11732023-11-22T04:15:02.047Z Downloaded predicates-core v1.0.6
11742023-11-22T04:15:02.052Z Downloaded memchr v2.6.3
11752023-11-22T04:15:02.068Z Downloaded diff v0.1.13
11762023-11-22T04:15:02.075Z Downloaded num-traits v0.2.16
11772023-11-22T04:15:02.085Z Downloaded derive_builder v0.12.0
11782023-11-22T04:15:02.095Z Downloaded rand_xorshift v0.3.0
11792023-11-22T04:15:02.098Z Downloaded serde_spanned v0.6.4
11802023-11-22T04:15:02.101Z Downloaded num-complex v0.4.4
11812023-11-22T04:15:02.106Z Downloaded percent-encoding v2.3.0
11822023-11-22T04:15:02.112Z Downloaded derive-where v1.2.5
11832023-11-22T04:15:02.118Z Downloaded rand_core v0.6.4
11842023-11-22T04:15:02.122Z Downloaded poly1305 v0.8.0
11852023-11-22T04:15:02.128Z Downloaded proc-macro-error v1.0.4
11862023-11-22T04:15:02.137Z Downloaded unicode-ident v1.0.12
11872023-11-22T04:15:02.144Z Downloaded smf v0.2.2
11882023-11-22T04:15:02.148Z Downloaded tokio-macros v2.2.0
11892023-11-22T04:15:02.151Z Downloaded darling v0.20.3
11902023-11-22T04:15:02.155Z Downloaded base64ct v1.6.0
11912023-11-22T04:15:02.161Z Downloaded scopeguard v1.2.0
11922023-11-22T04:15:02.165Z Downloaded console v0.15.7
11932023-11-22T04:15:02.165Z Downloaded mime v0.3.17
11942023-11-22T04:15:02.170Z Downloaded num-rational v0.4.1
11952023-11-22T04:15:02.170Z Downloaded tiny-keccak v2.0.2
11962023-11-22T04:15:02.173Z Downloaded either v1.9.0
11972023-11-22T04:15:02.176Z Downloaded owo-colors v3.5.0
11982023-11-22T04:15:02.180Z Downloaded typenum v1.16.0
11992023-11-22T04:15:02.184Z Downloaded crc-catalog v2.2.0
12002023-11-22T04:15:02.187Z Downloaded derive_builder_core v0.12.0
12012023-11-22T04:15:02.192Z Downloaded deranged v0.3.8
12022023-11-22T04:15:02.195Z Downloaded backtrace v0.3.69
12032023-11-22T04:15:02.200Z Downloaded funty v2.0.0
12042023-11-22T04:15:02.204Z Downloaded slab v0.4.9
12052023-11-22T04:15:02.207Z Downloaded darling_core v0.14.4
12062023-11-22T04:15:02.211Z Downloaded base64 v0.13.1
12072023-11-22T04:15:02.218Z Downloaded serde_tokenstream v0.1.7
12082023-11-22T04:15:02.223Z Downloaded proc-macro-error-attr v1.0.4
12092023-11-22T04:15:02.226Z Downloaded time-core v0.1.1
12102023-11-22T04:15:02.226Z Downloaded futures-task v0.3.29
12112023-11-22T04:15:02.229Z Downloaded difflib v0.4.0
12122023-11-22T04:15:02.232Z Downloaded tar v0.4.40
12132023-11-22T04:15:02.234Z Downloaded crossbeam-epoch v0.9.15
12142023-11-22T04:15:02.239Z Downloaded num_enum v0.5.11
12152023-11-22T04:15:02.253Z Downloaded corncobs v0.1.3
12162023-11-22T04:15:02.675Z Downloaded crc v3.0.1
12172023-11-22T04:15:02.675Z Downloaded libefi-sys v0.1.0
12182023-11-22T04:15:02.675Z Downloaded fnv v1.0.7
12192023-11-22T04:15:02.675Z Downloaded float-cmp v0.9.0
12202023-11-22T04:15:02.675Z Downloaded der_derive v0.7.2
12212023-11-22T04:15:02.675Z Downloaded version_check v0.9.4
12222023-11-22T04:15:02.675Z Downloaded num_cpus v1.16.0
12232023-11-22T04:15:02.675Z Downloaded packed_struct_codegen v0.10.1
12242023-11-22T04:15:02.675Z Downloaded siphasher v0.3.11
12252023-11-22T04:15:02.675Z Downloaded slog-json v2.6.1
12262023-11-22T04:15:02.675Z Downloaded indexmap v1.9.3
12272023-11-22T04:15:02.675Z Downloaded fallible-iterator v0.2.0
12282023-11-22T04:15:02.675Z Downloaded enum-as-inner v0.5.1
12292023-11-22T04:15:02.675Z Downloaded oso v0.27.0
12302023-11-22T04:15:02.675Z Downloaded mockall_derive v0.11.4
12312023-11-22T04:15:02.675Z Downloaded block-padding v0.3.3
12322023-11-22T04:15:02.675Z Downloaded camino-tempfile v1.0.2
12332023-11-22T04:15:02.675Z Downloaded radium v0.7.0
12342023-11-22T04:15:02.675Z Downloaded termcolor v1.2.0
12352023-11-22T04:15:02.675Z Downloaded string_cache v0.8.7
12362023-11-22T04:15:02.675Z Downloaded bcs v0.1.6
12372023-11-22T04:15:02.675Z Downloaded zone v0.3.0
12382023-11-22T04:15:02.675Z Downloaded synstructure v0.12.6
12392023-11-22T04:15:02.675Z Downloaded num_enum_derive v0.5.11
12402023-11-22T04:15:02.675Z Downloaded derive_builder_macro v0.12.0
12412023-11-22T04:15:02.675Z Downloaded signature v2.1.0
12422023-11-22T04:15:02.675Z Downloaded slog-envlogger v2.2.0
12432023-11-22T04:15:02.675Z Downloaded untrusted v0.7.1
12442023-11-22T04:15:02.675Z Downloaded anyhow v1.0.75
12452023-11-22T04:15:02.675Z Downloaded foreign-types v0.3.2
12462023-11-22T04:15:02.675Z Downloaded structmeta-derive v0.2.0
12472023-11-22T04:15:02.675Z Downloaded ahash v0.8.3
12482023-11-22T04:15:02.675Z Downloaded tokio-native-tls v0.3.1
12492023-11-22T04:15:02.675Z Downloaded cfg-if v1.0.0
12502023-11-22T04:15:02.675Z Downloaded olpc-cjson v0.1.3
12512023-11-22T04:15:02.675Z Downloaded num-iter v0.1.43
12522023-11-22T04:15:02.675Z Downloaded bitflags v1.3.2
12532023-11-22T04:15:02.675Z Downloaded miniz_oxide v0.7.1
12542023-11-22T04:15:02.675Z Downloaded io-lifetimes v1.0.11
12552023-11-22T04:15:02.677Z Downloaded hyper-rustls v0.24.2
12562023-11-22T04:15:02.677Z Downloaded serde-big-array v0.4.1
12572023-11-22T04:15:02.677Z Downloaded fxhash v0.2.1
12582023-11-22T04:15:02.677Z Downloaded diesel_table_macro_syntax v0.1.0
12592023-11-22T04:15:02.677Z Downloaded async-trait v0.1.74
12602023-11-22T04:15:02.677Z Downloaded anstyle-parse v0.2.1
12612023-11-22T04:15:02.677Z Downloaded nibble_vec v0.1.0
12622023-11-22T04:15:02.677Z Downloaded native-tls v0.2.11
12632023-11-22T04:15:02.677Z Downloaded untrusted v0.9.0
12642023-11-22T04:15:02.677Z Downloaded structmeta v0.2.0
12652023-11-22T04:15:02.677Z Downloaded slog-dtrace v0.2.3
12662023-11-22T04:15:02.677Z Downloaded shell-words v1.1.0
12672023-11-22T04:15:02.677Z Downloaded dtrace-parser v0.1.14
12682023-11-22T04:15:02.677Z Downloaded backoff v0.4.0
12692023-11-22T04:15:02.677Z Downloaded argon2 v0.5.2
12702023-11-22T04:15:02.677Z Downloaded semver v0.1.20
12712023-11-22T04:15:02.677Z Downloaded crunchy v0.2.2
12722023-11-22T04:15:02.677Z Downloaded is-terminal v0.4.9
12732023-11-22T04:15:02.677Z Downloaded bitflags v2.4.0
12742023-11-22T04:15:02.677Z Downloaded semver v0.11.0
12752023-11-22T04:15:02.677Z Downloaded schemars_derive v0.8.13
12762023-11-22T04:15:02.677Z Downloaded num-derive v0.4.0
12772023-11-22T04:15:02.677Z Downloaded ipnetwork v0.20.0
12782023-11-22T04:15:02.677Z Downloaded hyper-staticfile v0.10.0
12792023-11-22T04:15:02.677Z Downloaded lazy_static v1.4.0
12802023-11-22T04:15:02.677Z Downloaded inout v0.1.3
12812023-11-22T04:15:02.677Z Downloaded impl-trait-for-tuples v0.2.2
12822023-11-22T04:15:02.677Z Downloaded anstyle v1.0.2
12832023-11-22T04:15:02.678Z Downloaded nodrop v0.1.14
12842023-11-22T04:15:02.678Z Downloaded multer v2.1.0
12852023-11-22T04:15:02.678Z Downloaded termtree v0.4.1
12862023-11-22T04:15:02.678Z Downloaded hyper-tls v0.5.0
12872023-11-22T04:15:02.678Z Downloaded bb8 v0.8.1
12882023-11-22T04:15:02.678Z Downloaded atomic-waker v1.1.1
12892023-11-22T04:15:02.678Z Downloaded keccak v0.1.4
12902023-11-22T04:15:02.678Z Downloaded base16ct v0.2.0
12912023-11-22T04:15:02.678Z Downloaded autocfg v1.1.0
12922023-11-22T04:15:02.678Z Downloaded adler v1.0.2
12932023-11-22T04:15:02.678Z Downloaded shlex v1.1.0
12942023-11-22T04:15:02.678Z Downloaded itertools v0.12.0
12952023-11-22T04:15:02.678Z Downloaded maybe-uninit v2.0.0
12962023-11-22T04:15:02.678Z Downloaded ident_case v1.0.1
12972023-11-22T04:15:02.678Z Downloaded addr2line v0.21.0
12982023-11-22T04:15:02.678Z Downloaded anstream v0.5.0
12992023-11-22T04:15:02.678Z Downloaded serde-big-array v0.5.1
13002023-11-22T04:15:02.678Z Downloaded nu-ansi-term v0.49.0
13012023-11-22T04:15:02.678Z Downloaded linked-hash-map v0.5.6
13022023-11-22T04:15:02.678Z Downloaded indoc v2.0.3
13032023-11-22T04:15:02.678Z Downloaded buf-list v1.0.3
13042023-11-22T04:15:02.678Z Downloaded indoc v1.0.9
13052023-11-22T04:15:02.678Z Downloaded bit-vec v0.6.3
13062023-11-22T04:15:02.679Z Downloaded bit-set v0.5.3
13072023-11-22T04:15:02.679Z Downloaded async-recursion v1.0.5
13082023-11-22T04:15:02.679Z Downloaded ascii-canvas v3.0.0
13092023-11-22T04:15:02.679Z Downloaded serde_with v2.3.3
13102023-11-22T04:15:02.679Z Downloaded nanorand v0.7.0
13112023-11-22T04:15:02.679Z Downloaded cstr-argument v0.1.2
13122023-11-22T04:15:02.679Z Downloaded byteorder v1.5.0
13132023-11-22T04:15:02.679Z Downloaded bytecount v0.6.3
13142023-11-22T04:15:02.679Z Downloaded bitfield v0.14.0
13152023-11-22T04:15:02.679Z Downloaded aead v0.5.2
13162023-11-22T04:15:02.683Z Downloaded oso-derive v0.27.0
13172023-11-22T04:15:02.683Z Downloaded number_prefix v0.4.0
13182023-11-22T04:15:02.683Z Downloaded convert_case v0.4.0
13192023-11-22T04:15:02.683Z Downloaded clap_lex v0.5.1
13202023-11-22T04:15:02.683Z Downloaded new_debug_unreachable v1.0.4
13212023-11-22T04:15:02.683Z Downloaded async-stream v0.3.5
13222023-11-22T04:15:02.683Z Downloaded crossbeam v0.8.2
13232023-11-22T04:15:02.683Z Downloaded memoffset v0.7.1
13242023-11-22T04:15:02.683Z Downloaded macaddr v1.0.1
13252023-11-22T04:15:02.683Z Downloaded lock_api v0.4.10
13262023-11-22T04:15:02.683Z Downloaded libloading v0.7.4
13272023-11-22T04:15:02.683Z Downloaded lazycell v1.3.0
13282023-11-22T04:15:02.683Z Downloaded cancel-safe-futures v0.1.5
13292023-11-22T04:15:02.683Z Downloaded linear-map v1.2.0
13302023-11-22T04:15:02.683Z Downloaded libsw v3.3.0
13312023-11-22T04:15:02.683Z Downloaded clap v4.4.3
13322023-11-22T04:15:02.683Z Downloaded lru-cache v0.1.2
13332023-11-22T04:15:02.683Z Downloaded chacha20poly1305 v0.10.1
13342023-11-22T04:15:02.683Z Downloaded const-oid v0.9.5
13352023-11-22T04:15:02.683Z Downloaded colorchoice v1.0.0
13362023-11-22T04:15:02.683Z Downloaded clang-sys v1.6.1
13372023-11-22T04:15:02.683Z Downloaded cfg-if v0.1.10
13382023-11-22T04:15:02.683Z Downloaded cassowary v0.3.0
13392023-11-22T04:15:02.683Z Downloaded bytes v1.5.0
13402023-11-22T04:15:02.684Z Downloaded ciborium-ll v0.2.1
13412023-11-22T04:15:02.684Z Downloaded chacha20 v0.9.1
13422023-11-22T04:15:02.684Z Downloaded cexpr v0.6.0
13432023-11-22T04:15:02.684Z Downloaded cc v1.0.83
13442023-11-22T04:15:02.684Z Downloaded anstyle-query v1.0.0
13452023-11-22T04:15:02.684Z Downloaded assert_matches v1.5.0
13462023-11-22T04:15:02.920Z Compiling proc-macro2 v1.0.69
13472023-11-22T04:15:02.924Z Compiling unicode-ident v1.0.12
13482023-11-22T04:15:02.924Z Compiling libc v0.2.150
13492023-11-22T04:15:02.925Z Compiling serde v1.0.192
13502023-11-22T04:15:02.945Z Compiling autocfg v1.1.0
13512023-11-22T04:15:02.948Z Compiling cfg-if v1.0.0
13522023-11-22T04:15:02.948Z Compiling version_check v0.9.4
13532023-11-22T04:15:02.948Z Compiling syn v1.0.109
13542023-11-22T04:15:03.304Z Compiling once_cell v1.18.0
13552023-11-22T04:15:03.365Z Compiling parking_lot_core v0.9.8
13562023-11-22T04:15:04.239Z Compiling libm v0.2.7
13572023-11-22T04:15:04.243Z Compiling serde_json v1.0.108
13582023-11-22T04:15:04.243Z Compiling lock_api v0.4.10
13592023-11-22T04:15:04.954Z Compiling num-traits v0.2.16
13602023-11-22T04:15:04.957Z Compiling futures-core v0.3.29
13612023-11-22T04:15:04.957Z Compiling thiserror v1.0.49
13622023-11-22T04:15:04.957Z Compiling scopeguard v1.2.0
13632023-11-22T04:15:05.235Z Compiling typenum v1.16.0
13642023-11-22T04:15:05.300Z Compiling memchr v2.6.3
13652023-11-22T04:15:05.467Z Compiling generic-array v0.14.7
13662023-11-22T04:15:05.683Z Compiling itoa v1.0.9
13672023-11-22T04:15:06.004Z Compiling pkg-config v0.3.27
13682023-11-22T04:15:06.827Z Compiling quote v1.0.33
13692023-11-22T04:15:07.430Z Compiling syn v2.0.32
13702023-11-22T04:15:07.613Z Compiling cc v1.0.83
13712023-11-22T04:15:07.865Z Compiling getrandom v0.2.10
13722023-11-22T04:15:08.370Z Compiling slab v0.4.9
13732023-11-22T04:15:08.434Z Compiling futures-task v0.3.29
13742023-11-22T04:15:08.504Z Compiling futures-channel v0.3.29
13752023-11-22T04:15:08.935Z Compiling log v0.4.20
13762023-11-22T04:15:09.254Z Compiling futures-util v0.3.29
13772023-11-22T04:15:09.600Z Compiling heck v0.4.1
13782023-11-22T04:15:09.919Z Compiling ryu v1.0.15
13792023-11-22T04:15:09.985Z Compiling smallvec v1.11.0
13802023-11-22T04:15:10.228Z Compiling pin-project-lite v0.2.13
13812023-11-22T04:15:10.431Z Compiling schemars v0.8.13
13822023-11-22T04:15:10.452Z Compiling vcpkg v0.2.15
13832023-11-22T04:15:11.709Z Compiling parking_lot v0.12.1
13842023-11-22T04:15:12.277Z Compiling ring v0.17.5
13852023-11-22T04:15:13.266Z Compiling openssl-sys v0.9.93
13862023-11-22T04:15:13.917Z Compiling signal-hook-registry v1.4.1
13872023-11-22T04:15:15.665Z Compiling ring v0.16.20
13882023-11-22T04:15:15.668Z Compiling mio v0.8.9
13892023-11-22T04:15:16.357Z Compiling indexmap v1.9.3
13902023-11-22T04:15:16.487Z Compiling equivalent v1.0.1
13912023-11-22T04:15:16.530Z Compiling hashbrown v0.14.2
13922023-11-22T04:15:16.642Z Compiling byteorder v1.5.0
13932023-11-22T04:15:17.213Z Compiling ahash v0.8.3
13942023-11-22T04:15:17.521Z Compiling httparse v1.8.0
13952023-11-22T04:15:17.620Z Compiling num_cpus v1.16.0
13962023-11-22T04:15:17.733Z Compiling socket2 v0.5.5
13972023-11-22T04:15:17.851Z Compiling spin v0.5.2
13982023-11-22T04:15:18.246Z Compiling rand_core v0.6.4
13992023-11-22T04:15:18.848Z Compiling fnv v1.0.7
14002023-11-22T04:15:18.869Z Compiling semver v1.0.20
14012023-11-22T04:15:19.025Z Compiling openssl v0.10.57
14022023-11-22T04:15:19.443Z Compiling serde_derive_internals v0.26.0
14032023-11-22T04:15:19.626Z Compiling iana-time-zone v0.1.57
14042023-11-22T04:15:19.669Z Compiling rustls v0.21.9
14052023-11-22T04:15:20.162Z Compiling crossbeam-utils v0.8.16
14062023-11-22T04:15:20.766Z Compiling ucd-trie v0.1.6
14072023-11-22T04:15:20.796Z Compiling unicode-xid v0.2.4
14082023-11-22T04:15:20.847Z Compiling native-tls v0.2.11
14092023-11-22T04:15:21.034Z Compiling synstructure v0.12.6
14102023-11-22T04:15:21.575Z Compiling futures-sink v0.3.29
14112023-11-22T04:15:21.813Z Compiling io-lifetimes v1.0.11
14122023-11-22T04:15:22.725Z Compiling backtrace v0.3.69
14132023-11-22T04:15:23.112Z Compiling dyn-clone v1.0.13
14142023-11-22T04:15:23.176Z Compiling winnow v0.5.15
14152023-11-22T04:15:23.321Z Compiling tinyvec_macros v0.1.1
14162023-11-22T04:15:23.460Z Compiling tinyvec v1.6.0
14172023-11-22T04:15:24.533Z Compiling tracing-core v0.1.31
14182023-11-22T04:15:24.571Z Compiling num-integer v0.1.45
14192023-11-22T04:15:24.796Z Compiling memoffset v0.9.0
14202023-11-22T04:15:24.925Z Compiling futures-io v0.3.29
14212023-11-22T04:15:25.005Z Compiling pin-utils v0.1.0
14222023-11-22T04:15:25.237Z Compiling rustix v0.38.9
14232023-11-22T04:15:25.463Z Compiling rustix v0.37.23
14242023-11-22T04:15:25.668Z Compiling hashbrown v0.13.2
14252023-11-22T04:15:26.020Z Compiling unicode-normalization v0.1.22
14262023-11-22T04:15:26.176Z Compiling spin v0.9.8
14272023-11-22T04:15:26.840Z Compiling usdt-impl v0.3.5
14282023-11-22T04:15:27.358Z Compiling unicode-bidi v0.3.13
14292023-11-22T04:15:27.548Z Compiling slog v2.7.0
14302023-11-22T04:15:27.919Z Compiling bitflags v1.3.2
14312023-11-22T04:15:28.215Z Compiling anyhow v1.0.75
14322023-11-22T04:15:28.244Z Compiling time-core v0.1.1
14332023-11-22T04:15:28.510Z Compiling crc32fast v1.3.2
14342023-11-22T04:15:29.005Z Compiling time-macros v0.2.13
14352023-11-22T04:15:29.133Z Compiling serde_derive v1.0.192
14362023-11-22T04:15:29.192Z Compiling thiserror-impl v1.0.49
14372023-11-22T04:15:29.200Z Compiling tokio-macros v2.2.0
14382023-11-22T04:15:29.292Z Compiling zeroize_derive v1.4.2
14392023-11-22T04:15:29.471Z Compiling futures-macro v0.3.29
14402023-11-22T04:15:30.956Z Compiling tracing-attributes v0.1.26
14412023-11-22T04:15:31.655Z Compiling schemars_derive v0.8.13
14422023-11-22T04:15:31.658Z Compiling zeroize v1.6.0
14432023-11-22T04:15:31.760Z Compiling openssl-macros v0.1.1
14442023-11-22T04:15:32.838Z Compiling zerocopy-derive v0.2.0
14452023-11-22T04:15:33.844Z Compiling pest v2.7.2
14462023-11-22T04:15:34.404Z Compiling crypto-common v0.1.6
14472023-11-22T04:15:35.332Z Compiling block-buffer v0.10.4
14482023-11-22T04:15:35.555Z Compiling bzip2-sys v0.1.11+1.0.8
14492023-11-22T04:15:35.654Z Compiling aho-corasick v1.0.4
14502023-11-22T04:15:36.206Z Compiling crossbeam-epoch v0.9.15
14512023-11-22T04:15:36.304Z Compiling tracing v0.1.37
14522023-11-22T04:15:36.929Z Compiling regex-syntax v0.8.2
14532023-11-22T04:15:37.166Z Compiling ppv-lite86 v0.2.17
14542023-11-22T04:15:37.731Z Compiling signal-hook v0.3.17
14552023-11-22T04:15:38.146Z Compiling pest_meta v2.7.2
14562023-11-22T04:15:38.611Z Compiling subtle v2.5.0
14572023-11-22T04:15:38.640Z Compiling async-trait v0.1.74
14582023-11-22T04:15:39.058Z Compiling const-oid v0.9.5
14592023-11-22T04:15:39.300Z Compiling rustversion v1.0.14
14602023-11-22T04:15:40.191Z Compiling pest_generator v2.7.2
14612023-11-22T04:15:42.166Z Compiling digest v0.10.7
14622023-11-22T04:15:42.922Z Compiling regex-automata v0.4.3
14632023-11-22T04:15:43.301Z Compiling rand_chacha v0.3.1
14642023-11-22T04:15:44.562Z Compiling zerocopy v0.3.0
14652023-11-22T04:15:44.828Z Compiling pest_derive v2.7.2
14662023-11-22T04:15:45.252Z Compiling zerocopy-derive v0.6.4
14672023-11-22T04:15:46.332Z Compiling base64 v0.21.5
14682023-11-22T04:15:47.214Z Compiling strsim v0.10.0
14692023-11-22T04:15:47.448Z Compiling dtrace-parser v0.1.14
14702023-11-22T04:15:48.157Z Compiling dof v0.1.5
14712023-11-22T04:15:48.315Z Compiling rand v0.8.5
14722023-11-22T04:15:49.455Z Compiling regex v1.10.2
14732023-11-22T04:15:51.077Z Compiling bytes v1.5.0
14742023-11-22T04:15:51.699Z Compiling indexmap v2.1.0
14752023-11-22T04:15:52.999Z Compiling uuid v1.6.1
14762023-11-22T04:15:53.024Z Compiling chrono v0.4.31
14772023-11-22T04:15:53.792Z Compiling tokio v1.34.0
14782023-11-22T04:15:54.138Z Compiling bitflags v2.4.0
14792023-11-22T04:15:55.996Z Compiling serde_spanned v0.6.4
14802023-11-22T04:15:56.259Z Compiling toml_datetime v0.6.5
14812023-11-22T04:15:56.405Z Compiling http v0.2.11
14822023-11-22T04:15:57.439Z Compiling rustc_version v0.4.0
14832023-11-22T04:15:58.469Z Compiling toml_edit v0.19.15
14842023-11-22T04:15:58.995Z Compiling heapless v0.7.16
14852023-11-22T04:16:08.099Z Compiling tokio-util v0.7.10
14862023-11-22T04:16:18.507Z Compiling errno v0.3.2
14872023-11-22T04:16:18.507Z Compiling thread-id v4.2.0
14882023-11-22T04:16:18.507Z Compiling num-bigint v0.4.4
14892023-11-22T04:16:18.529Z Compiling openssl-probe v0.1.5
14902023-11-22T04:16:18.529Z Compiling smoltcp v0.9.1
14912023-11-22T04:16:18.529Z Compiling foreign-types-shared v0.1.1
14922023-11-22T04:16:18.529Z Compiling percent-encoding v2.3.0
14932023-11-22T04:16:18.529Z Compiling untrusted v0.9.0
14942023-11-22T04:16:18.529Z Compiling hashbrown v0.12.3
14952023-11-22T04:16:18.529Z Compiling untrusted v0.7.1
14962023-11-22T04:16:18.530Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14972023-11-22T04:16:18.530Z Compiling doc-comment v0.3.3
14982023-11-22T04:16:18.530Z Compiling foreign-types v0.3.2
14992023-11-22T04:16:18.530Z Compiling strum_macros v0.25.2
15002023-11-22T04:16:18.574Z Compiling serde_tokenstream v0.1.7
15012023-11-22T04:16:19.889Z Compiling lazy_static v1.4.0
15022023-11-22T04:16:20.026Z Compiling socket2 v0.4.9
15032023-11-22T04:16:20.071Z Compiling adler v1.0.2
15042023-11-22T04:16:20.793Z Compiling try-lock v0.2.4
15052023-11-22T04:16:20.998Z Compiling unicode-segmentation v1.10.1
15062023-11-22T04:16:21.554Z Compiling unicode-width v0.1.11
15072023-11-22T04:16:22.402Z Compiling siphasher v0.3.11
15082023-11-22T04:16:23.418Z Compiling want v0.3.1
15092023-11-22T04:16:23.837Z Compiling miniz_oxide v0.7.1
15102023-11-22T04:16:26.704Z Compiling rustls-webpki v0.101.7
15112023-11-22T04:16:26.936Z Compiling sct v0.7.0
15122023-11-22T04:16:28.024Z Compiling h2 v0.3.21
15132023-11-22T04:16:29.529Z Compiling form_urlencoded v1.2.0
15142023-11-22T04:16:29.947Z Compiling http-body v0.4.5
15152023-11-22T04:16:30.061Z Compiling hubpack_derive v0.1.1
15162023-11-22T04:16:30.553Z Compiling pin-project-internal v1.1.3
15172023-11-22T04:16:31.603Z Compiling num-iter v0.1.43
15182023-11-22T04:16:32.060Z Compiling tower-service v0.3.2
15192023-11-22T04:16:32.242Z Compiling cpufeatures v0.2.9
15202023-11-22T04:16:33.772Z Compiling utf8parse v0.2.1
15212023-11-22T04:16:33.808Z Compiling httpdate v1.0.3
15222023-11-22T04:16:34.292Z Compiling anstyle v1.0.2
15232023-11-22T04:16:34.975Z Compiling anstyle-parse v0.2.1
15242023-11-22T04:16:35.472Z Compiling sha2 v0.10.8
15252023-11-22T04:16:38.945Z Compiling usdt-attr-macro v0.3.5
15262023-11-22T04:16:38.970Z Compiling usdt-macro v0.3.5
15272023-11-22T04:16:39.820Z Compiling hyper v0.14.27
15282023-11-22T04:16:41.943Z Compiling openapiv3 v2.0.0-rc.1
15292023-11-22T04:16:43.355Z Compiling serde_tokenstream v0.2.0
15302023-11-22T04:16:44.165Z Compiling rustls-pemfile v1.0.3
15312023-11-22T04:16:44.592Z Compiling md-5 v0.10.5
15322023-11-22T04:16:44.681Z Compiling hmac v0.12.1
15332023-11-22T04:16:45.159Z Compiling stringprep v0.1.3
15342023-11-22T04:16:45.226Z Compiling idna v0.4.0
15352023-11-22T04:16:45.557Z Compiling diesel_table_macro_syntax v0.1.0
15362023-11-22T04:16:46.109Z Compiling hash32 v0.2.1
15372023-11-22T04:16:46.131Z Compiling anstyle-query v1.0.0
15382023-11-22T04:16:46.349Z Compiling gimli v0.28.0
15392023-11-22T04:16:46.699Z Compiling colorchoice v1.0.0
15402023-11-22T04:16:46.930Z Compiling stable_deref_trait v1.2.0
15412023-11-22T04:16:47.081Z Compiling fallible-iterator v0.2.0
15422023-11-22T04:16:47.631Z Compiling either v1.9.0
15432023-11-22T04:16:48.330Z Compiling postgres-protocol v0.6.6
15442023-11-22T04:16:49.652Z Compiling anstream v0.5.0
15452023-11-22T04:16:50.015Z Compiling url v2.4.1
15462023-11-22T04:16:50.255Z Compiling diesel_derives v2.1.1
15472023-11-22T04:16:52.758Z Compiling rustls-native-certs v0.6.3
15482023-11-22T04:16:53.269Z Compiling addr2line v0.21.0
15492023-11-22T04:16:54.326Z Compiling tokio-rustls v0.24.1
15502023-11-22T04:16:55.196Z Compiling terminal_size v0.2.6
15512023-11-22T04:16:55.594Z Compiling tokio-native-tls v0.3.1
15522023-11-22T04:16:55.991Z Compiling phf_shared v0.11.2
15532023-11-22T04:16:58.370Z Compiling block-padding v0.3.3
15542023-11-22T04:16:58.682Z Compiling enum-as-inner v0.5.1
15552023-11-22T04:16:58.736Z Compiling snafu-derive v0.7.5
15562023-11-22T04:16:58.861Z Compiling clap_derive v4.4.2
15572023-11-22T04:17:00.216Z Compiling serde_repr v0.1.16
15582023-11-22T04:17:01.927Z Compiling regress v0.7.1
15592023-11-22T04:17:07.026Z Compiling scheduled-thread-pool v0.2.7
15602023-11-22T04:17:07.215Z Compiling object v0.32.1
15612023-11-22T04:17:09.940Z Compiling regex-automata v0.1.10
15622023-11-22T04:17:10.742Z Compiling num_threads v0.1.6
15632023-11-22T04:17:10.937Z Compiling rustc-demangle v0.1.23
15642023-11-22T04:17:12.447Z Compiling clap_lex v0.5.1
15652023-11-22T04:17:13.651Z Compiling ipnet v2.8.0
15662023-11-22T04:17:15.479Z Compiling deranged v0.3.8
15672023-11-22T04:17:16.566Z Compiling managed v0.8.0
15682023-11-22T04:17:17.458Z Compiling bit-vec v0.6.3
15692023-11-22T04:17:17.555Z Compiling matches v0.1.10
15702023-11-22T04:17:18.115Z Compiling idna v0.2.3
15712023-11-22T04:17:18.515Z Compiling time v0.3.27
15722023-11-22T04:17:21.760Z Compiling clap_builder v4.4.2
15732023-11-22T04:17:21.966Z Compiling bstr v0.2.17
15742023-11-22T04:17:22.744Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
15752023-11-22T04:17:24.176Z Compiling r2d2 v0.8.10
15762023-11-22T04:17:26.636Z Compiling inout v0.1.3
15772023-11-22T04:17:27.430Z Compiling phf v0.11.2
15782023-11-22T04:17:27.720Z Compiling hyper-tls v0.5.0
15792023-11-22T04:17:27.879Z Compiling hyper-rustls v0.24.2
15802023-11-22T04:17:28.238Z Compiling signal-hook-mio v0.2.3
15812023-11-22T04:17:28.476Z Compiling flate2 v1.0.28
15822023-11-22T04:17:28.669Z Compiling bzip2 v0.4.4
15832023-11-22T04:17:29.249Z Compiling postgres-types v0.2.6
15842023-11-22T04:17:30.030Z Compiling itertools v0.11.0
15852023-11-22T04:17:31.561Z Compiling pin-project v1.1.3
15862023-11-22T04:17:31.956Z Compiling hubpack v0.1.2
15872023-11-22T04:17:32.662Z Compiling serde_urlencoded v0.7.1
15882023-11-22T04:17:32.811Z Compiling phf_shared v0.10.0
15892023-11-22T04:17:33.263Z Compiling ipnetwork v0.20.0
15902023-11-22T04:17:33.817Z Compiling zerocopy v0.6.4
15912023-11-22T04:17:34.503Z Compiling futures-executor v0.3.29
15922023-11-22T04:17:35.280Z Compiling float-cmp v0.9.0
15932023-11-22T04:17:35.399Z Compiling proc-macro-error-attr v1.0.4
15942023-11-22T04:17:35.465Z Compiling encoding_rs v0.8.33
15952023-11-22T04:17:36.560Z Compiling fixedbitset v0.4.2
15962023-11-22T04:17:37.209Z Compiling whoami v1.4.1
15972023-11-22T04:17:37.378Z Compiling data-encoding v2.4.0
15982023-11-22T04:17:40.459Z Compiling static_assertions v1.1.0
15992023-11-22T04:17:40.601Z Compiling regex-automata v0.3.8
16002023-11-22T04:17:41.428Z Compiling mime v0.3.17
16012023-11-22T04:17:41.498Z Compiling precomputed-hash v0.1.1
16022023-11-22T04:17:41.631Z Compiling normalize-line-endings v0.3.0
16032023-11-22T04:17:41.760Z Compiling predicates-core v1.0.6
16042023-11-22T04:17:42.236Z Compiling webpki-roots v0.25.2
16052023-11-22T04:17:42.262Z Compiling difflib v0.4.0
16062023-11-22T04:17:43.707Z Compiling new_debug_unreachable v1.0.4
16072023-11-22T04:17:43.844Z Compiling string_cache v0.8.7
16082023-11-22T04:17:44.287Z Compiling bstr v1.6.0
16092023-11-22T04:17:44.337Z Compiling predicates v3.0.4
16102023-11-22T04:17:44.488Z Compiling reqwest v0.11.22
16112023-11-22T04:17:45.511Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
16122023-11-22T04:17:46.824Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
16132023-11-22T04:17:52.750Z Compiling trust-dns-proto v0.22.0
16142023-11-22T04:17:56.487Z Compiling tokio-postgres v0.7.10
16152023-11-22T04:17:56.515Z Compiling petgraph v0.6.4
16162023-11-22T04:18:06.652Z Compiling futures v0.3.29
16172023-11-22T04:18:06.821Z Compiling diesel v2.1.4
16182023-11-22T04:18:07.420Z Compiling snafu v0.7.5
16192023-11-22T04:18:07.745Z Compiling yasna v0.5.2
16202023-11-22T04:18:08.111Z Compiling zip v0.6.6
16212023-11-22T04:18:08.660Z Compiling crossterm v0.27.0
16222023-11-22T04:18:08.684Z Compiling clap v4.4.3
16232023-11-22T04:18:08.844Z Compiling cipher v0.4.4
16242023-11-22T04:18:10.000Z Compiling similar v2.2.1
16252023-11-22T04:18:10.221Z Compiling bit-set v0.5.3
16262023-11-22T04:18:10.636Z Compiling itertools v0.10.5
16272023-11-22T04:18:10.659Z Compiling usdt v0.3.5
16282023-11-22T04:18:11.635Z Compiling console v0.15.7
16292023-11-22T04:18:11.939Z Compiling tokio-stream v0.1.14
16302023-11-22T04:18:13.345Z Compiling toml v0.7.8
16312023-11-22T04:18:13.400Z Compiling proc-macro-crate v1.3.1
16322023-11-22T04:18:13.700Z Compiling toml_edit v0.21.0
16332023-11-22T04:18:14.190Z Compiling hex v0.4.3
16342023-11-22T04:18:14.793Z Compiling signature v2.1.0
16352023-11-22T04:18:15.278Z Compiling proc-macro-error v1.0.4
16362023-11-22T04:18:15.724Z Compiling lalrpop-util v0.19.12
16372023-11-22T04:18:17.774Z Compiling num_enum_derive v0.5.11
16382023-11-22T04:18:22.364Z Compiling atty v0.2.14
16392023-11-22T04:18:22.905Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16402023-11-22T04:18:23.119Z Compiling ident_case v1.0.1
16412023-11-22T04:18:23.376Z Compiling darling_core v0.20.3
16422023-11-22T04:18:27.825Z Compiling num_enum v0.5.11
16432023-11-22T04:18:48.851Z Compiling dirs-sys-next v0.1.2
16442023-11-22T04:18:53.045Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16452023-11-22T04:18:53.432Z Compiling postcard-cobs v0.1.5-pre
16462023-11-22T04:18:54.113Z Compiling postcard v0.7.3
16472023-11-22T04:18:57.259Z Compiling dirs-next v2.0.0
16482023-11-22T04:18:58.995Z Compiling darling_macro v0.20.3
16492023-11-22T04:19:02.638Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
16502023-11-22T04:19:12.131Z Compiling smoltcp v0.8.2
16512023-11-22T04:19:14.715Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16522023-11-22T04:19:15.146Z Compiling getopts v0.2.21
16532023-11-22T04:19:21.084Z Compiling structmeta-derive v0.2.0
16542023-11-22T04:19:25.419Z Compiling foreign-types-macros v0.2.3
16552023-11-22T04:19:29.645Z Compiling thread_local v1.1.7
16562023-11-22T04:19:30.956Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16572023-11-22T04:19:31.430Z Compiling multer v2.1.0
16582023-11-22T04:19:31.968Z Compiling foreign-types-shared v0.3.1
16592023-11-22T04:19:32.146Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16602023-11-22T04:19:32.734Z Compiling unsafe-libyaml v0.2.9
16612023-11-22T04:19:35.785Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16622023-11-22T04:19:36.132Z Compiling slog-async v2.8.0
16632023-11-22T04:19:36.855Z Compiling paste v1.0.14
16642023-11-22T04:19:37.361Z Compiling cfg-if v0.1.10
16652023-11-22T04:19:37.562Z Compiling match_cfg v0.1.0
16662023-11-22T04:19:37.710Z Compiling camino v1.1.6
16672023-11-22T04:19:38.347Z Compiling hostname v0.3.1
16682023-11-22T04:19:38.717Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16692023-11-22T04:19:43.299Z Compiling serde_yaml v0.9.25
16702023-11-22T04:19:45.043Z Compiling foreign-types v0.5.0
16712023-11-22T04:19:48.727Z Compiling structmeta v0.2.0
16722023-11-22T04:19:49.835Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
16732023-11-22T04:19:55.614Z Compiling darling v0.20.3
16742023-11-22T04:19:56.273Z Compiling term v0.7.0
16752023-11-22T04:20:00.048Z Compiling slog-json v2.6.1
16762023-11-22T04:20:00.865Z Compiling is-terminal v0.4.9
16772023-11-22T04:20:01.071Z Compiling crossbeam-channel v0.5.8
16782023-11-22T04:20:05.797Z Compiling strum v0.25.0
16792023-11-22T04:20:05.869Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16802023-11-22T04:20:06.079Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16812023-11-22T04:20:06.394Z Compiling async-stream-impl v0.3.5
16822023-11-22T04:20:07.292Z Compiling cstr-argument v0.1.2
16832023-11-22T04:20:07.610Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
16842023-11-22T04:20:07.909Z Compiling pretty-hex v0.2.1
16852023-11-22T04:20:08.230Z Compiling crucible-workspace-hack v0.1.0
16862023-11-22T04:20:08.277Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
16872023-11-22T04:20:08.361Z Compiling regex-syntax v0.7.5
16882023-11-22T04:20:09.666Z Compiling atomic-waker v1.1.1
16892023-11-22T04:20:10.114Z Compiling take_mut v0.2.2
16902023-11-22T04:20:18.659Z Compiling parse-display-derive v0.8.2
16912023-11-22T04:20:20.743Z Compiling waitgroup v0.1.2
16922023-11-22T04:20:24.896Z Compiling async-stream v0.3.5
16932023-11-22T04:20:25.393Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16942023-11-22T04:20:25.809Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16952023-11-22T04:20:28.341Z Compiling colored v2.0.4
16962023-11-22T04:20:28.566Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
16972023-11-22T04:20:29.186Z Compiling slog-bunyan v2.4.0
16982023-11-22T04:20:29.626Z Compiling slog-term v2.9.0
16992023-11-22T04:20:33.247Z Compiling serde_with_macros v2.3.3
17002023-11-22T04:20:43.750Z Compiling toml v0.8.8
17012023-11-22T04:20:45.975Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
17022023-11-22T04:20:46.925Z Compiling sha1 v0.10.6
17032023-11-22T04:20:47.560Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
17042023-11-22T04:20:48.390Z Compiling textwrap v0.11.0
17052023-11-22T04:20:48.841Z Compiling heck v0.3.3
17062023-11-22T04:20:50.157Z Compiling serde_path_to_error v0.1.14
17072023-11-22T04:20:50.797Z Compiling instant v0.1.12
17082023-11-22T04:20:51.030Z Compiling debug-ignore v1.0.5
17092023-11-22T04:20:51.554Z Compiling strsim v0.8.0
17102023-11-22T04:20:51.844Z Compiling libefi-sys v0.1.0
17112023-11-22T04:20:52.301Z Compiling ansi_term v0.12.1
17122023-11-22T04:20:52.305Z Compiling vec_map v0.8.2
17132023-11-22T04:20:52.788Z Compiling rayon-core v1.12.0
17142023-11-22T04:20:52.942Z Compiling clap v2.34.0
17152023-11-22T04:20:53.338Z Compiling backoff v0.4.0
17162023-11-22T04:20:53.827Z Compiling structopt-derive v0.4.18
17172023-11-22T04:20:53.883Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
17182023-11-22T04:20:53.912Z Compiling serde_with v2.3.3
17192023-11-22T04:20:54.186Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17202023-11-22T04:20:58.318Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
17212023-11-22T04:20:58.951Z Compiling parse-display v0.8.2
17222023-11-22T04:20:59.266Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
17232023-11-22T04:21:00.056Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17242023-11-22T04:21:00.310Z Compiling zone_cfg_derive v0.3.0
17252023-11-22T04:21:01.475Z Compiling crossbeam-deque v0.8.3
17262023-11-22T04:21:02.096Z Compiling macaddr v1.0.1
17272023-11-22T04:21:02.501Z Compiling num-derive v0.4.0
17282023-11-22T04:21:02.794Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
17292023-11-22T04:21:03.237Z Compiling portable-atomic v1.4.3
17302023-11-22T04:21:03.618Z Compiling zone v0.3.0
17312023-11-22T04:21:06.161Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c)
17322023-11-22T04:21:09.147Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
17332023-11-22T04:21:09.547Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
17342023-11-22T04:21:10.396Z Compiling structopt v0.3.26
17352023-11-22T04:21:10.686Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
17362023-11-22T04:21:11.600Z Compiling smf v0.2.2
17372023-11-22T04:21:12.119Z Compiling filetime v0.2.22
17382023-11-22T04:21:12.579Z Compiling xattr v1.0.1
17392023-11-22T04:21:12.618Z Compiling same-file v1.0.6
17402023-11-22T04:21:13.037Z Compiling fastrand v2.0.0
17412023-11-22T04:21:13.105Z Compiling walkdir v2.4.0
17422023-11-22T04:21:13.645Z Compiling tempfile v3.8.0
17432023-11-22T04:21:14.124Z Compiling tar v0.4.40
17442023-11-22T04:21:15.906Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
17452023-11-22T04:21:16.555Z Compiling rayon v1.8.0
17462023-11-22T04:21:18.219Z Compiling number_prefix v0.4.0
17472023-11-22T04:21:18.625Z Compiling omicron-zone-package v0.9.1
17482023-11-22T04:21:20.051Z Compiling swrite v0.1.0
17492023-11-22T04:21:20.241Z Compiling topological-sort v0.2.2
17502023-11-22T04:21:25.662Z Compiling indicatif v0.17.7
17512023-11-22T04:21:39.940Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17522023-11-22T04:21:50.357Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17532023-11-22T04:21:53.573Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17542023-11-22T04:21:54.876Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
17552023-11-22T04:22:22.164Z Finished release [optimized] target(s) in 7m 41s
17562023-11-22T04:22:22.412Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
17572023-11-22T04:22:22.510ZCreated new build target 'test' and set it as active
17582023-11-22T04:22:22.513Z
17592023-11-22T04:22:22.513Zreal 7:42.362197388
17602023-11-22T04:22:22.513Zuser 49:54.798960847
17612023-11-22T04:22:22.513Zsys 4:35.466821589
17622023-11-22T04:22:22.513Ztrap 1.927286233
17632023-11-22T04:22:22.513Ztflt 3.435090089
17642023-11-22T04:22:22.514Zdflt 3.889523457
17652023-11-22T04:22:22.514Zkflt 0.025101415
17662023-11-22T04:22:22.514Zlock 1:47:52.716514994
17672023-11-22T04:22:22.514Zslp 2:19:57.016604355
17682023-11-22T04:22:22.514Zlat 2:23.509472001
17692023-11-22T04:22:22.514Zstop 3:57.276579412
17702023-11-22T04:22:22.516Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
17712023-11-22T04:22:23.581Z Finished release [optimized] target(s) in 0.98s
17722023-11-22T04:22:23.609Z Running `target/release/omicron-package -t test package`
17732023-11-22T04:22:23.651ZNov 22 04:22:23.651 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"})
17742023-11-22T04:22:24.765Z Compiling base64ct v1.6.0
17752023-11-22T04:22:24.788Z Compiling linked-hash-map v0.5.6
17762023-11-22T04:22:24.791Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
17772023-11-22T04:22:24.791Z Compiling blake2 v0.10.6
17782023-11-22T04:22:24.791Z Compiling same-file v1.0.6
17792023-11-22T04:22:24.791Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17802023-11-22T04:22:24.807Z Compiling semver-parser v0.10.2
17812023-11-22T04:22:24.817Z Compiling fastrand v2.0.0
17822023-11-22T04:22:25.101Z Compiling walkdir v2.4.0
17832023-11-22T04:22:25.340Z Compiling lru-cache v0.1.2
17842023-11-22T04:22:25.602Z Compiling password-hash v0.5.0
17852023-11-22T04:22:25.639Z Compiling quick-error v1.2.3
17862023-11-22T04:22:25.835Z Compiling resolv-conf v0.7.0
17872023-11-22T04:22:25.964Z Compiling tempfile v3.8.0
17882023-11-22T04:22:26.107Z Compiling semver v0.11.0
17892023-11-22T04:22:27.074Z Compiling argon2 v0.5.2
17902023-11-22T04:22:27.142Z Compiling filetime v0.2.22
17912023-11-22T04:22:27.207Z Compiling xattr v1.0.1
17922023-11-22T04:22:27.559Z Compiling slog-dtrace v0.2.3
17932023-11-22T04:22:27.562Z Compiling home v0.5.5
17942023-11-22T04:22:27.872Z Compiling toolchain_find v0.2.0
17952023-11-22T04:22:27.892Z Compiling tar v0.4.40
17962023-11-22T04:22:28.079Z Compiling trust-dns-resolver v0.22.0
17972023-11-22T04:22:28.684Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
17982023-11-22T04:22:29.006Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
17992023-11-22T04:22:29.604Z Compiling toml v0.5.11
18002023-11-22T04:22:29.669Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
18012023-11-22T04:22:29.734Z Compiling omicron-zone-package v0.9.1
18022023-11-22T04:22:30.979Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18032023-11-22T04:22:31.381Z Compiling toml v0.8.8
18042023-11-22T04:22:31.682Z Compiling num-rational v0.4.1
18052023-11-22T04:22:32.122Z Compiling cancel-safe-futures v0.1.5
18062023-11-22T04:22:32.450Z Compiling rustfmt-wrapper v0.2.0
18072023-11-22T04:22:32.986Z Compiling convert_case v0.4.0
18082023-11-22T04:22:34.201Z Compiling derive_more v0.99.17
18092023-11-22T04:22:34.976Z Compiling pem-rfc7468 v0.7.0
18102023-11-22T04:22:35.011Z Compiling num-complex v0.4.4
18112023-11-22T04:22:35.489Z Compiling der_derive v0.7.2
18122023-11-22T04:22:36.290Z Compiling flagset v0.4.3
18132023-11-22T04:22:36.622Z Compiling semver v0.1.20
18142023-11-22T04:22:37.185Z Compiling rustc_version v0.1.7
18152023-11-22T04:22:37.548Z Compiling num v0.4.1
18162023-11-22T04:22:37.699Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
18172023-11-22T04:22:37.761Z Compiling hkdf v0.12.3
18182023-11-22T04:22:37.785Z Compiling fxhash v0.2.1
18192023-11-22T04:22:37.906Z Compiling unicase v2.7.0
18202023-11-22T04:22:38.121Z Compiling radium v0.7.0
18212023-11-22T04:22:38.133Z Compiling utf-8 v0.7.6
18222023-11-22T04:22:38.330Z Compiling newtype_derive v0.1.6
18232023-11-22T04:22:38.739Z Compiling tungstenite v0.20.1
18242023-11-22T04:22:38.771Z Compiling tap v1.0.1
18252023-11-22T04:22:38.786Z Compiling ciborium-io v0.2.1
18262023-11-22T04:22:38.948Z Compiling maybe-uninit v2.0.0
18272023-11-22T04:22:39.034Z Compiling arc-swap v1.6.0
18282023-11-22T04:22:39.307Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
18292023-11-22T04:22:39.327Z Compiling der v0.7.8
18302023-11-22T04:22:39.608Z Compiling half v1.8.2
18312023-11-22T04:22:40.199Z Compiling keccak v0.1.4
18322023-11-22T04:22:41.635Z Compiling sha3 v0.10.8
18332023-11-22T04:22:41.830Z Compiling tokio-tungstenite v0.20.1
18342023-11-22T04:22:42.706Z Compiling ciborium-ll v0.2.1
18352023-11-22T04:22:43.019Z Compiling spki v0.7.2
18362023-11-22T04:22:43.519Z Compiling slog-scope v4.4.0
18372023-11-22T04:22:43.935Z Compiling wyz v0.5.1
18382023-11-22T04:22:45.020Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
18392023-11-22T04:22:45.559Z Compiling secrecy v0.8.0
18402023-11-22T04:22:45.953Z Compiling num-bigint-dig v0.8.4
18412023-11-22T04:22:46.258Z Compiling crc-catalog v2.2.0
18422023-11-22T04:22:46.389Z Compiling parking_lot_core v0.8.6
18432023-11-22T04:22:46.489Z Compiling funty v2.0.0
18442023-11-22T04:22:46.990Z Compiling packed_struct v0.10.1
18452023-11-22T04:22:47.635Z Compiling crc v3.0.1
18462023-11-22T04:22:48.439Z Compiling bitvec v1.0.1
18472023-11-22T04:22:48.927Z Compiling slog-stdlog v4.1.1
18482023-11-22T04:22:50.430Z Compiling pkcs8 v0.10.2
18492023-11-22T04:22:51.219Z Compiling ciborium v0.2.1
18502023-11-22T04:22:52.185Z Compiling nibble_vec v0.1.0
18512023-11-22T04:22:52.500Z Compiling packed_struct_codegen v0.10.1
18522023-11-22T04:22:53.017Z Compiling dirs-sys-next v0.1.2
18532023-11-22T04:22:53.371Z Compiling glob v0.3.1
18542023-11-22T04:22:53.798Z Compiling nodrop v0.1.14
18552023-11-22T04:22:53.973Z Compiling crunchy v0.2.2
18562023-11-22T04:22:54.656Z Compiling endian-type v0.1.2
18572023-11-22T04:22:54.725Z Compiling clang-sys v1.6.1
18582023-11-22T04:22:54.955Z Compiling radix_trie v0.2.1
18592023-11-22T04:22:55.008Z Compiling array-init v0.0.4
18602023-11-22T04:22:55.779Z Compiling dirs-next v2.0.0
18612023-11-22T04:22:56.029Z Compiling pkcs1 v0.7.5
18622023-11-22T04:22:56.395Z Compiling slog-envlogger v2.2.0
18632023-11-22T04:22:56.407Z Compiling smallvec v0.6.14
18642023-11-22T04:22:57.134Z Compiling steno v0.4.0
18652023-11-22T04:23:02.258Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
18662023-11-22T04:23:02.378Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
18672023-11-22T04:23:03.349Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
18682023-11-22T04:23:04.357Z Compiling prettyplease v0.2.12
18692023-11-22T04:23:04.782Z Compiling bitfield v0.14.0
18702023-11-22T04:23:05.274Z Compiling platforms v3.0.2
18712023-11-22T04:23:05.777Z Compiling termcolor v1.2.0
18722023-11-22T04:23:07.963Z Compiling tiny-keccak v2.0.2
18732023-11-22T04:23:08.413Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
18742023-11-22T04:23:09.710Z Compiling env_logger v0.10.0
18752023-11-22T04:23:12.264Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
18762023-11-22T04:23:16.082Z Compiling parking_lot v0.11.2
18772023-11-22T04:23:17.258Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
18782023-11-22T04:23:19.433Z Compiling rsa v0.9.2
18792023-11-22T04:23:20.047Z Compiling serde-hex v0.1.0
18802023-11-22T04:23:22.440Z Compiling mime_guess v2.0.4
18812023-11-22T04:23:24.311Z Compiling term v0.7.0
18822023-11-22T04:23:25.094Z Compiling trust-dns-client v0.22.0
18832023-11-22T04:23:26.672Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
18842023-11-22T04:23:27.220Z Compiling x509-cert v0.2.4
18852023-11-22T04:23:28.648Z Compiling darling_core v0.14.4
18862023-11-22T04:23:29.194Z Compiling ron v0.8.1
18872023-11-22T04:23:39.112Z Compiling crc-any v2.4.3
18882023-11-22T04:23:39.809Z Compiling buf-list v1.0.3
18892023-11-22T04:23:40.636Z Compiling minimal-lexical v0.2.1
18902023-11-22T04:23:40.736Z Compiling trust-dns-server v0.22.1
18912023-11-22T04:23:41.434Z Compiling nom v7.1.3
18922023-11-22T04:23:43.138Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
18932023-11-22T04:23:47.683Z Compiling darling_macro v0.14.4
18942023-11-22T04:23:48.967Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
18952023-11-22T04:23:50.639Z Compiling ascii-canvas v3.0.0
18962023-11-22T04:23:51.970Z Compiling sled v0.34.7
18972023-11-22T04:23:55.279Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
18982023-11-22T04:24:13.307Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
18992023-11-22T04:24:17.541Z Compiling object v0.30.4
19002023-11-22T04:24:20.321Z Compiling itertools v0.12.0
19012023-11-22T04:24:24.613Z Compiling is-terminal v0.4.9
19022023-11-22T04:24:24.799Z Compiling libsw v3.3.0
19032023-11-22T04:24:25.306Z Compiling ena v0.14.2
19042023-11-22T04:24:25.943Z Compiling derive-where v1.2.5
19052023-11-22T04:24:26.126Z Compiling libloading v0.7.4
19062023-11-22T04:24:26.749Z Compiling regex-syntax v0.6.29
19072023-11-22T04:24:30.286Z Compiling path-slash v0.1.5
19082023-11-22T04:24:30.615Z Compiling pretty-hex v0.3.0
19092023-11-22T04:24:30.972Z Compiling linear-map v1.2.0
19102023-11-22T04:24:31.373Z Compiling owo-colors v3.5.0
19112023-11-22T04:24:31.618Z Compiling diff v0.1.13
19122023-11-22T04:24:32.511Z Compiling bindgen v0.65.1
19132023-11-22T04:24:33.163Z Compiling lalrpop v0.19.12
19142023-11-22T04:24:34.773Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
19152023-11-22T04:24:36.233Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
19162023-11-22T04:24:36.927Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
19172023-11-22T04:24:43.614Z Compiling curve25519-dalek v4.1.0
19182023-11-22T04:24:47.232Z Compiling darling v0.14.4
19192023-11-22T04:24:47.395Z Compiling cexpr v0.6.0
19202023-11-22T04:24:51.574Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
19212023-11-22T04:24:52.448Z Compiling which v4.4.0
19222023-11-22T04:24:53.258Z Compiling ff v0.13.0
19232023-11-22T04:24:53.616Z Compiling kstat-rs v0.2.3
19242023-11-22T04:24:54.205Z Compiling memoffset v0.7.1
19252023-11-22T04:24:54.662Z Compiling rustc-hash v1.1.0
19262023-11-22T04:24:54.870Z Compiling display-error-chain v0.2.0
19272023-11-22T04:24:55.134Z Compiling lazycell v1.3.0
19282023-11-22T04:24:55.373Z Compiling shlex v1.1.0
19292023-11-22T04:24:55.641Z Compiling peeking_take_while v0.1.2
19302023-11-22T04:24:55.744Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
19312023-11-22T04:24:56.330Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
19322023-11-22T04:24:57.255Z Compiling group v0.13.0
19332023-11-22T04:24:57.525Z Compiling derive_builder_core v0.12.0
19342023-11-22T04:25:01.172Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
19352023-11-22T04:25:03.665Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
19362023-11-22T04:25:06.852Z Compiling camino-tempfile v1.0.2
19372023-11-22T04:25:08.163Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c)
19382023-11-22T04:25:12.836Z Compiling globset v0.4.13
19392023-11-22T04:25:15.316Z Compiling pem v3.0.2
19402023-11-22T04:25:18.010Z Compiling olpc-cjson v0.1.3
19412023-11-22T04:25:18.361Z Compiling http v1.0.0
19422023-11-22T04:25:18.879Z Compiling universal-hash v0.5.1
19432023-11-22T04:25:19.199Z Compiling crypto-bigint v0.5.2
19442023-11-22T04:25:19.324Z Compiling bcs v0.1.6
19452023-11-22T04:25:20.728Z Compiling polar-core v0.27.0
19462023-11-22T04:25:20.808Z Compiling serde_plain v1.0.2
19472023-11-22T04:25:21.692Z Compiling libxml v0.3.3
19482023-11-22T04:25:22.633Z Compiling async-recursion v1.0.5
19492023-11-22T04:25:22.953Z Compiling curve25519-dalek-derive v0.1.0
19502023-11-22T04:25:23.799Z Compiling thiserror-impl-no-std v2.0.2
19512023-11-22T04:25:24.188Z Compiling ref-cast v1.0.20
19522023-11-22T04:25:24.713Z Compiling highway v1.1.0
19532023-11-22T04:25:24.879Z Compiling base16ct v0.2.0
19542023-11-22T04:25:25.110Z Compiling opaque-debug v0.3.0
19552023-11-22T04:25:25.245Z Compiling typed-path v0.6.0
19562023-11-22T04:25:25.461Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
19572023-11-22T04:25:26.839Z Compiling poly1305 v0.8.0
19582023-11-22T04:25:27.099Z Compiling elliptic-curve v0.13.5
19592023-11-22T04:25:28.294Z Compiling thiserror-no-std v2.0.2
19602023-11-22T04:25:28.498Z Compiling http-body v1.0.0
19612023-11-22T04:25:28.886Z Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
19622023-11-22T04:25:29.416Z Compiling tough v0.15.0
19632023-11-22T04:25:35.770Z Compiling derive_builder_macro v0.12.0
19642023-11-22T04:25:37.143Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
19652023-11-22T04:25:37.197Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
19662023-11-22T04:25:40.235Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
19672023-11-22T04:25:40.694Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
19682023-11-22T04:25:41.132Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
19692023-11-22T04:25:46.100Z Compiling chacha20 v0.9.1
19702023-11-22T04:25:46.850Z Compiling strum_macros v0.24.3
19712023-11-22T04:25:46.994Z Compiling aead v0.5.2
19722023-11-22T04:25:47.480Z Compiling ref-cast-impl v1.0.20
19732023-11-22T04:25:48.770Z Compiling cookie v0.18.0
19742023-11-22T04:25:49.248Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
19752023-11-22T04:25:49.352Z Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
19762023-11-22T04:25:49.720Z Compiling salty v0.2.0
19772023-11-22T04:25:49.828Z Compiling signature v1.6.4
19782023-11-22T04:25:50.074Z Compiling indoc v1.0.9
19792023-11-22T04:25:50.408Z Compiling ed25519 v1.5.3
19802023-11-22T04:25:51.387Z Compiling chacha20poly1305 v0.10.1
19812023-11-22T04:25:51.576Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
19822023-11-22T04:25:51.685Z Compiling derive_builder v0.12.0
19832023-11-22T04:25:56.196Z Compiling vsss-rs v3.3.1
19842023-11-22T04:25:58.692Z Compiling hyper v1.0.1
19852023-11-22T04:26:04.299Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
19862023-11-22T04:26:04.475Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
19872023-11-22T04:26:05.002Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
19882023-11-22T04:26:05.437Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
19892023-11-22T04:26:06.874Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
19902023-11-22T04:26:11.920Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
19912023-11-22T04:26:12.669Z Compiling headers-core v0.2.0
19922023-11-22T04:26:12.913Z Compiling bb8 v0.8.1
19932023-11-22T04:26:13.839Z Compiling quick-xml v0.23.1
19942023-11-22T04:26:14.240Z Compiling serde-big-array v0.5.1
19952023-11-22T04:26:14.617Z Compiling oso-derive v0.27.0
19962023-11-22T04:26:15.237Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19972023-11-22T04:26:15.958Z Compiling impl-trait-for-tuples v0.2.2
19982023-11-22T04:26:16.175Z Compiling fs-err v2.11.0
19992023-11-22T04:26:16.527Z Compiling http-range v0.1.5
20002023-11-22T04:26:16.669Z Compiling maplit v1.0.2
20012023-11-22T04:26:16.841Z Compiling hyper-staticfile v0.10.0
20022023-11-22T04:26:17.058Zerror[E0432]: unresolved import `hyper::service::Service`
20032023-11-22T04:26:17.058Z --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-staticfile-0.10.0/src/service.rs:4:5
20042023-11-22T04:26:17.058Z |
20052023-11-22T04:26:17.058Z4 | use hyper::service::Service;
20062023-11-22T04:26:17.058Z | ^^^^^^^^^^^^^^^^-------
20072023-11-22T04:26:17.058Z | | |
20082023-11-22T04:26:17.058Z | | help: a similar name exists in the module (notice the capitalization): `service`
20092023-11-22T04:26:17.058Z | no `Service` in `service`
20102023-11-22T04:26:17.058Z |
20112023-11-22T04:26:17.058Znote: found an item that was configured out
20122023-11-22T04:26:17.058Z --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.0.1/src/service/mod.rs:34:24
20132023-11-22T04:26:17.058Z |
20142023-11-22T04:26:17.058Z34 | pub use self::service::Service;
20152023-11-22T04:26:17.058Z | ^^^^^^^
20162023-11-22T04:26:17.058Z
20172023-11-22T04:26:17.393ZFor more information about this error, try `rustc --explain E0432`.
20182023-11-22T04:26:17.429Zerror: could not compile `hyper-staticfile` (lib) due to previous error
20192023-11-22T04:26:17.429Zwarning: build failed, waiting for other jobs to finish...
20202023-11-22T04:26:41.019ZError: Failed to build packages
20212023-11-22T04:26:41.021Z
20222023-11-22T04:26:41.024Zreal 4:18.521389928
20232023-11-22T04:26:41.024Zuser 31:26.234888279
20242023-11-22T04:26:41.024Zsys 1:59.592206551
20252023-11-22T04:26:41.024Ztrap 1.181025524
20262023-11-22T04:26:41.026Ztflt 0.688533801
20272023-11-22T04:26:41.026Zdflt 0.628452651
20282023-11-22T04:26:41.026Zkflt 0.001973038
20292023-11-22T04:26:41.026Zlock 1:57:45.109610903
20302023-11-22T04:26:41.026Zslp 1:34:35.592201789
20312023-11-22T04:26:41.026Zlat 1:14.060635915
20322023-11-22T04:26:41.026Zstop 35.821052381
20332023-11-22T04:26:41.026Zprocess exited: duration 935282 ms, exit code 1
 
20342023-11-22T04:26:41.039Zfound 1 output files
20352023-11-22T04:26:41.039Zuploading: /work/version.txt (26 bytes)
20362023-11-22T04:26:42.049Zuploaded: /work/version.txt
20372023-11-22T04:26:42.049Zupload error: rule "/work/package.tar.gz" required a match, but was not used
20382023-11-22T04:26:42.049Zupload error: rule "/work/global-zone-packages.tar.gz" required a match, but was not used
20392023-11-22T04:26:42.049Zupload error: rule "/work/trampoline-global-zone-packages.tar.gz" required a match, but was not used
20402023-11-22T04:26:42.049Zupload error: rule "/work/zones/*.tar.gz" required a match, but was not used