01HP2WB0JSVCCTD45ZKVCVCMRK: 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: 01HP2WBRR9Z7SSRKAD2GRK4MCC

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-02-07T22:57:15.525Zjob assigned to worker 01HP2WJEWWBVDMMVECTRKX242S (queued for 4 m 40 s)
 
22024-02-07T22:57:16.112Zstarting task 0: "setup"
32024-02-07T22:57:16.189Z++ uname -s
42024-02-07T22:57:16.192Z+ kern=SunOS
52024-02-07T22:57:16.192Z+ case "$kern" in
62024-02-07T22:57:16.192Z+ groupadd -g 12345 build
72024-02-07T22:57:16.195Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-02-07T22:57:22.217Z+ zfs create -o mountpoint=/work rpool/work
92024-02-07T22:57:22.349Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-02-07T22:57:22.349Z+ home_fs=zfs
112024-02-07T22:57:22.349Z+ [[ zfs == autofs ]]
122024-02-07T22:57:22.350Z+ mkdir -p /home/build
132024-02-07T22:57:22.350Z+ chown build:build /home/build /work
142024-02-07T22:57:22.350Z+ chmod 0700 /home/build /work
152024-02-07T22:57:22.350Zprocess exited: duration 4186 ms, exit code 0
 
162024-02-07T22:57:22.383Zstarting task 1: "rust-toolchain"
172024-02-07T22:57:22.699Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-02-07T22:57:22.699Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-02-07T22:57:22.725Zinfo: downloading installer
202024-02-07T22:57:24.211Zwarning: it looks like you have an existing installation of Rust at:
212024-02-07T22:57:24.212Zwarning: /opt/ooce/bin
222024-02-07T22:57:24.212Zwarning: It is recommended that rustup be the primary Rust installation.
232024-02-07T22:57:24.212Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-02-07T22:57:24.212Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-02-07T22:57:24.213Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-02-07T22:57:24.213Zwarning: or pass `-y' to ignore all ignorable checks.
272024-02-07T22:57:24.214Zerror: cannot install while Rust is installed
282024-02-07T22:57:24.214Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-02-07T22:57:24.475Zinfo: profile set to 'default'
302024-02-07T22:57:24.476Zinfo: default host triple is x86_64-unknown-illumos
312024-02-07T22:57:25.305Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-02-07T22:57:25.317Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-02-07T22:57:25.317Zinfo: downloading component 'cargo'
342024-02-07T22:57:25.317Zinfo: downloading component 'clippy'
352024-02-07T22:57:25.471Zinfo: downloading component 'rust-docs'
362024-02-07T22:57:26.275Zinfo: downloading component 'rust-std'
372024-02-07T22:57:27.730Zinfo: downloading component 'rustc'
382024-02-07T22:57:31.297Zinfo: downloading component 'rustfmt'
392024-02-07T22:57:31.495Zinfo: installing component 'cargo'
402024-02-07T22:57:32.478Zinfo: installing component 'clippy'
412024-02-07T22:57:32.824Zinfo: installing component 'rust-docs'
422024-02-07T22:57:34.332Zinfo: installing component 'rust-std'
432024-02-07T22:57:36.739Zinfo: installing component 'rustc'
442024-02-07T22:57:40.867Zinfo: installing component 'rustfmt'
452024-02-07T22:57:41.190Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-02-07T22:57:41.190Z
472024-02-07T22:57:41.467Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-02-07T22:57:41.467Z
492024-02-07T22:57:41.943Z
502024-02-07T22:57:41.943ZRust is installed now. Great!
512024-02-07T22:57:41.943Z
522024-02-07T22:57:41.943ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-02-07T22:57:41.944Zenvironment variable. This has not been done automatically.
542024-02-07T22:57:41.944Z
552024-02-07T22:57:41.944ZTo configure your current shell, run:
562024-02-07T22:57:41.944Zsource "$HOME/.cargo/env"
572024-02-07T22:57:41.944Z+ rustc --version
582024-02-07T22:57:41.945Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592024-02-07T22:57:41.945Zprocess exited: duration 19200 ms, exit code 0
 
602024-02-07T22:57:41.964Zstarting task 2: "authentication"
612024-02-07T22:57:42.008Zprocess exited: duration 25 ms, exit code 0
 
622024-02-07T22:57:42.020Zstarting task 3: "clone repository"
632024-02-07T22:57:42.023Z+ mkdir -p /work/oxidecomputer/omicron
642024-02-07T22:57:42.023Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652024-02-07T22:57:42.326ZCloning into '/work/oxidecomputer/omicron'...
662024-02-07T22:57:47.883Z+ cd /work/oxidecomputer/omicron
672024-02-07T22:57:47.883Z+ git fetch origin 0e598e10e5ea4b62c00dd4438a3d491556990c75
682024-02-07T22:57:48.442ZFrom https://github.com/oxidecomputer/omicron
692024-02-07T22:57:48.442Z * branch 0e598e10e5ea4b62c00dd4438a3d491556990c75 -> FETCH_HEAD
702024-02-07T22:57:48.474Z+ [[ -n iliana/samael-41 ]]
712024-02-07T22:57:48.480Z++ git branch --show-current
722024-02-07T22:57:48.481Z+ current=main
732024-02-07T22:57:48.481Z+ [[ main != iliana/samael-41 ]]
742024-02-07T22:57:48.481Z+ git branch -f iliana/samael-41 0e598e10e5ea4b62c00dd4438a3d491556990c75
752024-02-07T22:57:48.481Z+ git checkout -f iliana/samael-41
762024-02-07T22:57:48.580ZSwitched to branch 'iliana/samael-41'
772024-02-07T22:57:48.610Z+ git reset --hard 0e598e10e5ea4b62c00dd4438a3d491556990c75
782024-02-07T22:57:48.610ZHEAD is now at 0e598e10e patch samael crate to include njaremko/samael#41
792024-02-07T22:57:48.610Zprocess exited: duration 6554 ms, exit code 0
 
802024-02-07T22:57:48.641Zstarting task 4: "build"
812024-02-07T22:57:48.650Z+ cargo --version
822024-02-07T22:57:48.650Zinfo: syncing channel updates for '1.74.1-x86_64-unknown-illumos'
832024-02-07T22:57:49.230Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
842024-02-07T22:57:49.230Zinfo: downloading component 'cargo'
852024-02-07T22:57:55.830Zinfo: downloading component 'clippy'
862024-02-07T22:57:55.979Zinfo: downloading component 'rust-docs'
872024-02-07T22:57:55.979Zinfo: downloading component 'rust-std'
882024-02-07T22:57:56.069Zinfo: downloading component 'rustc'
892024-02-07T22:57:56.781Zinfo: downloading component 'rustfmt'
902024-02-07T22:57:57.027Zinfo: installing component 'cargo'
912024-02-07T22:57:57.893Zinfo: installing component 'clippy'
922024-02-07T22:57:58.251Zinfo: installing component 'rust-docs'
932024-02-07T22:57:59.885Zinfo: installing component 'rust-std'
942024-02-07T22:58:02.800Zinfo: installing component 'rustc'
952024-02-07T22:58:05.663Zinfo: installing component 'rustfmt'
962024-02-07T22:58:06.064Zcargo 1.74.1 (ecb9851af 2023-10-18)
972024-02-07T22:58:06.069Z+ rustc --version
982024-02-07T22:58:06.131Zrustc 1.74.1 (a28077b28 2023-12-04)
992024-02-07T22:58:06.144Z++ git rev-parse HEAD
1002024-02-07T22:58:06.160Z+ COMMIT=0e598e10e5ea4b62c00dd4438a3d491556990c75
1012024-02-07T22:58:06.161Z+ VERSION=6.0.0-0.ci+git0e598e10e5e
1022024-02-07T22:58:06.161Z+ echo 6.0.0-0.ci+git0e598e10e5e
1032024-02-07T22:58:06.161Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1042024-02-07T22:58:14.795Z Startup: Refreshing catalog 'helios-dev' ... Done
1052024-02-07T22:58:15.934Z Startup: Caching catalogs ... Done
1062024-02-07T22:58:16.992ZPlanning: Solver setup ... Done (0.747s)
1072024-02-07T22:58:17.009ZPlanning: Running solver ... Done (0.017s)
1082024-02-07T22:58:17.171ZPlanning: Finding local manifests ... Done (0.142s)
1092024-02-07T22:58:17.606ZPlanning: Fetching manifests: 0/4 0% complete
1102024-02-07T22:58:17.795ZPlanning: Fetching manifests: 4/4 100% complete
1112024-02-07T22:58:17.966ZPlanning: Package planning ... Done (0.049s)
1122024-02-07T22:58:17.970ZPlanning: Merging actions ... Done (0.052s)
1132024-02-07T22:58:18.815ZPlanning: Checking for conflicting actions ... Done (0.918s)
1142024-02-07T22:58:18.828ZPlanning: Consolidating action changes ... Done (0.011s)
1152024-02-07T22:58:22.573ZPlanning: Evaluating mediators ... Done (3.102s)
1162024-02-07T22:58:22.574ZPlanning: Planning completed in 5.96 seconds
1172024-02-07T22:58:22.574Z Packages to install: 4
1182024-02-07T22:58:22.574Z Mediators to change: 2
1192024-02-07T22:58:22.575Z Services to change: 1
1202024-02-07T22:58:22.575Z Estimated space available: 148.87 GB
1212024-02-07T22:58:22.575ZEstimated space to be consumed: 1.41 GB
1222024-02-07T22:58:22.575Z Create boot environment: No
1232024-02-07T22:58:22.575ZCreate backup boot environment: No
1242024-02-07T22:58:22.576Z Rebuild boot archive: No
1252024-02-07T22:58:22.576Z
1262024-02-07T22:58:22.576ZChanged mediators:
1272024-02-07T22:58:22.576Z mediator clang:
1282024-02-07T22:58:22.576Z version: None -> 15 (system default)
1292024-02-07T22:58:22.576Z
1302024-02-07T22:58:22.577Z mediator llvm:
1312024-02-07T22:58:22.577Z version: 14 (system default) -> 15 (system default)
1322024-02-07T22:58:22.577Z
1332024-02-07T22:58:22.577ZChanged packages:
1342024-02-07T22:58:22.577Zhelios-dev
1352024-02-07T22:58:22.578Z developer/build-essential
1362024-02-07T22:58:22.578Z None -> 11-2.0
1372024-02-07T22:58:22.578Z library/libxmlsec1
1382024-02-07T22:58:22.578Z None -> 1.2.35-2.0
1392024-02-07T22:58:22.579Z ooce/developer/clang-15
1402024-02-07T22:58:22.579Z None -> 15.0.7-2.0
1412024-02-07T22:58:22.579Z ooce/developer/llvm-15
1422024-02-07T22:58:22.579Z None -> 15.0.7-2.0
1432024-02-07T22:58:22.579Z
1442024-02-07T22:58:22.579ZServices:
1452024-02-07T22:58:22.579Z restart_fmri:
1462024-02-07T22:58:22.579Z svc:/system/update-man-index:default
1472024-02-07T22:58:22.579Z
1482024-02-07T22:58:22.580ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1492024-02-07T22:58:27.254ZDownload: 729/3290 items 18.2/212.6MB 8% complete (3.7M/s)
1502024-02-07T22:58:32.311ZDownload: 1226/3290 items 93.0/212.6MB 43% complete (9.4M/s)
1512024-02-07T22:58:39.737ZDownload: 1903/3290 items 118.4/212.6MB 55% complete (10.0M/s)
1522024-02-07T22:58:42.294ZDownload: 3186/3290 items 153.9/212.6MB 72% complete (6.0M/s)
1532024-02-07T22:58:47.304ZDownload: 3249/3290 items 203.1/212.6MB 95% complete (8.5M/s)
1542024-02-07T22:58:47.958ZDownload: Completed 212.60 MB in 25.70 seconds (8.3M/s)
1552024-02-07T22:58:48.121Z Actions: 1/3689 actions (Installing new actions)
1562024-02-07T22:58:53.203Z Actions: 3580/3689 actions (Installing new actions)
1572024-02-07T22:58:53.310Z Actions: Completed 3689 actions in 5.18 seconds.
1582024-02-07T22:58:53.471Z Done (0.159s)
1592024-02-07T22:58:53.471Z Done (0.000s)
1602024-02-07T22:58:53.680Z Done (0.209s)
1612024-02-07T22:58:59.000Z Done (5.200s)
1622024-02-07T22:58:59.145Z Done (0.081s)
1632024-02-07T22:58:59.163Z Done (0.000s)
1642024-02-07T22:58:59.294Z Done (0.000s)
1652024-02-07T22:58:59.801ZPlanning: Evaluating mediator changes ... Done
1662024-02-07T22:58:59.963ZPlanning: Checking for conflicting actions ... Done
1672024-02-07T22:58:59.969ZPlanning: Consolidating action changes ... Done
1682024-02-07T22:59:00.239ZPlanning: Evaluating mediators ... Done
1692024-02-07T22:59:00.243ZPlanning: Planning completed in 0.43 seconds
1702024-02-07T22:59:00.267Z Mediators to change: 2
1712024-02-07T22:59:00.267Z Create boot environment: No
1722024-02-07T22:59:00.270ZCreate backup boot environment: No
1732024-02-07T22:59:00.343Z Done
1742024-02-07T22:59:00.343Z Done
1752024-02-07T22:59:00.495Z Done
1762024-02-07T22:59:04.254Z Done
1772024-02-07T22:59:04.348Z Done
1782024-02-07T22:59:04.351Z Done
1792024-02-07T22:59:04.446Z Done
1802024-02-07T22:59:05.081ZPlanning: Evaluating mediator changes ... Done
1812024-02-07T22:59:05.093ZPlanning: Merging actions ... Done
1822024-02-07T22:59:05.273ZPlanning: Checking for conflicting actions ... Done
1832024-02-07T22:59:05.289ZPlanning: Consolidating action changes ... Done
1842024-02-07T22:59:05.546ZPlanning: Evaluating mediators ... Done
1852024-02-07T22:59:05.613ZPlanning: Planning completed in 0.79 seconds
1862024-02-07T22:59:05.633Z Packages to change: 1
1872024-02-07T22:59:05.633Z Mediators to change: 1
1882024-02-07T22:59:05.639Z Services to change: 1
1892024-02-07T22:59:05.639Z Create boot environment: No
1902024-02-07T22:59:05.639ZCreate backup boot environment: Yes
1912024-02-07T22:59:07.377Z Actions: 1/6 actions (Updating modified actions)
1922024-02-07T22:59:07.816Z Actions: Completed 6 actions in 0.04 seconds.
1932024-02-07T22:59:07.843Z Done
1942024-02-07T22:59:07.843Z Done
1952024-02-07T22:59:07.843Z Done
1962024-02-07T22:59:11.207Z Done
1972024-02-07T22:59:11.292Z Done
1982024-02-07T22:59:11.305Z Done
1992024-02-07T22:59:11.397Z Done
2002024-02-07T22:59:11.840ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012024-02-07T22:59:11.840Zclang system 15 system
2022024-02-07T22:59:11.840Zcsh system system illumos
2032024-02-07T22:59:11.841Zctags system system illumos
2042024-02-07T22:59:11.841Zgcc vendor 12 vendor
2052024-02-07T22:59:11.841Zgcc system 10 system
2062024-02-07T22:59:11.841Zgcc system 7 system
2072024-02-07T22:59:11.841Zgo system 1.20 system
2082024-02-07T22:59:11.842Zgo system 1.19 system
2092024-02-07T22:59:11.842Zllvm system 15 system
2102024-02-07T22:59:11.842Zllvm system 14 system
2112024-02-07T22:59:11.842Zmariadb system 10.6 system
2122024-02-07T22:59:11.842Zmta vendor vendor dma
2132024-02-07T22:59:11.843Zopenjdk system 17 system
2142024-02-07T22:59:11.843Zopenjdk system 11 system
2152024-02-07T22:59:11.843Zopenjdk system 1.8 system
2162024-02-07T22:59:11.843Zopenssl vendor 3 vendor
2172024-02-07T22:59:11.844Zperl system 5.36 system
2182024-02-07T22:59:11.844Zpostgresql system 15 system
2192024-02-07T22:59:11.844Zpostgresql system 13 system
2202024-02-07T22:59:11.845Zpython vendor 3 vendor
2212024-02-07T22:59:11.845Zpython system 2 system
2222024-02-07T22:59:11.845Zpython3 system 3.11 system
2232024-02-07T22:59:11.845Zruby system 3.0 system
2242024-02-07T22:59:11.845Zwords vendor vendor american-english
2252024-02-07T22:59:11.846Zwords system system australian-english
2262024-02-07T22:59:11.846Zwords system system british-english
2272024-02-07T22:59:11.846Zwords system system canadian-english
2282024-02-07T22:59:11.846Zwords system system french
2292024-02-07T22:59:11.847Zwords system system italian
2302024-02-07T22:59:11.847Zwords system system ngerman
2312024-02-07T22:59:11.847Zwords system system ogerman
2322024-02-07T22:59:11.848Zwords system system spanish
2332024-02-07T22:59:12.166ZFMRI IFO
2342024-02-07T22:59:12.166Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2352024-02-07T22:59:12.166Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2362024-02-07T22:59:12.167Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2372024-02-07T22:59:12.167Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2382024-02-07T22:59:12.168Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2392024-02-07T22:59:12.168Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2402024-02-07T22:59:12.168Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2412024-02-07T22:59:12.168Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2422024-02-07T22:59:12.227Z+ set -o errexit
2432024-02-07T22:59:12.274Z+++ dirname ./tools/ci_download_cockroachdb
2442024-02-07T22:59:12.274Z++ cd ./tools
2452024-02-07T22:59:12.274Z++ pwd
2462024-02-07T22:59:12.275Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2472024-02-07T22:59:12.275Z++ basename ./tools/ci_download_cockroachdb
2482024-02-07T22:59:12.275Z+ ARG0=ci_download_cockroachdb
2492024-02-07T22:59:12.276Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2502024-02-07T22:59:12.276Z+ CIDL_VERSION=v22.1.9
2512024-02-07T22:59:12.276Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2522024-02-07T22:59:12.277Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2532024-02-07T22:59:12.277Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2542024-02-07T22:59:12.277Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2552024-02-07T22:59:12.277Z+ TARGET_DIR=out
2562024-02-07T22:59:12.278Z+ DOWNLOAD_DIR=out/downloads
2572024-02-07T22:59:12.278Z+ DEST_DIR=./out/cockroachdb
2582024-02-07T22:59:12.278Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2592024-02-07T22:59:12.278Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2602024-02-07T22:59:12.279Z+ main
2612024-02-07T22:59:12.279Z+ [[ 0 != 0 ]]
2622024-02-07T22:59:12.279Z+ CIDL_OS=solaris2.11
2632024-02-07T22:59:12.279Z+ [[ 0 != 0 ]]
2642024-02-07T22:59:12.279Z+ configure_os solaris2.11
2652024-02-07T22:59:12.280Z+ echo 'current directory: /work/oxidecomputer/omicron'
2662024-02-07T22:59:12.280Z+ echo 'configuring based on OS: "solaris2.11"'
2672024-02-07T22:59:12.280Zcurrent directory: /work/oxidecomputer/omicron
2682024-02-07T22:59:12.280Zconfiguring based on OS: "solaris2.11"
2692024-02-07T22:59:12.281Z+ case "$1" in
2702024-02-07T22:59:12.281Z+ CIDL_BUILD=illumos
2712024-02-07T22:59:12.281Z+ CIDL_SUFFIX=tar.gz
2722024-02-07T22:59:12.282Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2732024-02-07T22:59:12.282Z+ CIDL_MD5FUNC=do_md5sum
2742024-02-07T22:59:12.283Z+ CIDL_URL_BASE=https://illumos.org/downloads
2752024-02-07T22:59:12.283Z+ CIDL_ASSEMBLE=do_assemble_illumos
2762024-02-07T22:59:12.283Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2772024-02-07T22:59:12.283Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2782024-02-07T22:59:12.284Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2792024-02-07T22:59:12.284Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2802024-02-07T22:59:12.285Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2812024-02-07T22:59:12.285Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2822024-02-07T22:59:12.285Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2832024-02-07T22:59:12.285ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2842024-02-07T22:59:12.286ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2852024-02-07T22:59:12.286Z+ mkdir -p out/downloads
2862024-02-07T22:59:12.286Z+ mkdir -p ./out/cockroachdb
2872024-02-07T22:59:12.286Z+ local DO_DOWNLOAD=true
2882024-02-07T22:59:12.286Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2892024-02-07T22:59:12.287Z+ '[' true == true ']'
2902024-02-07T22:59:12.287Z+ echo Downloading...
2912024-02-07T22:59:12.287ZDownloading...
2922024-02-07T22:59:12.287Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2932024-02-07T22:59:12.287Z+ curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2942024-02-07T22:59:15.154Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2952024-02-07T22:59:15.650Z++ md5sum
2962024-02-07T22:59:15.650Z++ awk '{print $1}'
2972024-02-07T22:59:15.651Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2982024-02-07T22:59:15.651Z+ [[ 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 ]]
2992024-02-07T22:59:15.651Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3002024-02-07T22:59:15.651Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3012024-02-07T22:59:17.463Z+ do_assemble_illumos
3022024-02-07T22:59:17.463Z+ rm -r ./out/cockroachdb
3032024-02-07T22:59:17.475Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3042024-02-07T22:59:17.839Z+ ./out/cockroachdb/bin/cockroach version
3052024-02-07T22:59:18.027ZBuild Tag: v22.1.9-dirty
3062024-02-07T22:59:18.027ZBuild Time: 2022/10/26 21:17:46
3072024-02-07T22:59:18.027ZDistribution: OSS
3082024-02-07T22:59:18.027ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3092024-02-07T22:59:18.028ZGo Version: go1.17.13
3102024-02-07T22:59:18.028ZC Compiler: gcc 10.3.0
3112024-02-07T22:59:18.028ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3122024-02-07T22:59:18.028ZBuild Type: release
3132024-02-07T22:59:18.041Z+ set -o errexit
3142024-02-07T22:59:18.045Z+++ dirname ./tools/ci_download_clickhouse
3152024-02-07T22:59:18.045Z++ cd ./tools
3162024-02-07T22:59:18.049Z++ pwd
3172024-02-07T22:59:18.049Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3182024-02-07T22:59:18.049Z++ basename ./tools/ci_download_clickhouse
3192024-02-07T22:59:18.049Z+ ARG0=ci_download_clickhouse
3202024-02-07T22:59:18.049Z+ TARGET_DIR=out
3212024-02-07T22:59:18.049Z+ DOWNLOAD_DIR=out/downloads
3222024-02-07T22:59:18.049Z+ DEST_DIR=./out/clickhouse
3232024-02-07T22:59:18.053Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3242024-02-07T22:59:18.053Z+ CIDL_VERSION=v22.8.9.24
3252024-02-07T22:59:18.053Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3262024-02-07T22:59:18.054Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3272024-02-07T22:59:18.054Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3282024-02-07T22:59:18.054Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3292024-02-07T22:59:18.054Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3302024-02-07T22:59:18.054Z+ main
3312024-02-07T22:59:18.054Z+ [[ 0 != 0 ]]
3322024-02-07T22:59:18.055Z+ CIDL_OS=solaris2.11
3332024-02-07T22:59:18.055Z+ [[ 0 != 0 ]]
3342024-02-07T22:59:18.055Z+ configure_os solaris2.11
3352024-02-07T22:59:18.055Z+ echo 'current directory: /work/oxidecomputer/omicron'
3362024-02-07T22:59:18.055Z+ echo 'configuring based on OS: "solaris2.11"'
3372024-02-07T22:59:18.055Z+ CIDL_DASHREV=
3382024-02-07T22:59:18.055Z+ case "$1" in
3392024-02-07T22:59:18.056Zcurrent directory: /work/oxidecomputer/omicron
3402024-02-07T22:59:18.056Zconfiguring based on OS: "solaris2.11"
3412024-02-07T22:59:18.056Z+ CIDL_PLATFORM=illumos
3422024-02-07T22:59:18.056Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3432024-02-07T22:59:18.056Z+ CIDL_MD5FUNC=do_md5sum
3442024-02-07T22:59:18.056Z+ CIDL_DASHREV=-1
3452024-02-07T22:59:18.057Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3462024-02-07T22:59:18.057Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3472024-02-07T22:59:18.057Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3482024-02-07T22:59:18.057Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3492024-02-07T22:59:18.057Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3502024-02-07T22:59:18.057Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3512024-02-07T22:59:18.058ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3522024-02-07T22:59:18.058ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3532024-02-07T22:59:18.058Z+ mkdir -p out/downloads
3542024-02-07T22:59:18.058Z+ mkdir -p ./out/clickhouse
3552024-02-07T22:59:18.064Z+ local DO_DOWNLOAD=true
3562024-02-07T22:59:18.065Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3572024-02-07T22:59:18.065Z+ '[' true == true ']'
3582024-02-07T22:59:18.065Z+ echo Downloading...
3592024-02-07T22:59:18.066ZDownloading...
3602024-02-07T22:59:18.066Z+ 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
3612024-02-07T22:59:18.066Z+ 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
3622024-02-07T22:59:19.449Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3632024-02-07T22:59:19.465Z++ md5sum
3642024-02-07T22:59:19.466Z++ awk '{print $1}'
3652024-02-07T22:59:19.638Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3662024-02-07T22:59:19.638Z+ [[ 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 ]]
3672024-02-07T22:59:19.651Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3682024-02-07T22:59:19.651Z+ mkdir -p ./out/clickhouse
3692024-02-07T22:59:19.652Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3702024-02-07T22:59:22.764Z+ ./out/clickhouse/clickhouse server --version
3712024-02-07T22:59:22.797ZClickHouse server version 22.8.9.1.
3722024-02-07T22:59:23.692Z+ set -o errexit
3732024-02-07T22:59:23.692Z+++ dirname ./tools/ci_download_console
3742024-02-07T22:59:23.692Z++ cd ./tools
3752024-02-07T22:59:23.693Z++ pwd
3762024-02-07T22:59:23.693Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3772024-02-07T22:59:23.693Z++ basename ./tools/ci_download_console
3782024-02-07T22:59:23.693Z+ ARG0=ci_download_console
3792024-02-07T22:59:23.694Z+ TARGET_DIR=out
3802024-02-07T22:59:23.694Z+ DOWNLOAD_DIR=out/downloads
3812024-02-07T22:59:23.694Z+ DEST_DIR=./out/console-assets
3822024-02-07T22:59:23.695Z+ source /work/oxidecomputer/omicron/tools/console_version
3832024-02-07T22:59:23.695Z++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774
3842024-02-07T22:59:23.695Z++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5
3852024-02-07T22:59:23.696Z+ URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
3862024-02-07T22:59:23.696Z+ TARBALL_FILE=out/downloads/console.tar.gz
3872024-02-07T22:59:23.696Z+ main
3882024-02-07T22:59:23.696Z+ [[ 0 != 0 ]]
3892024-02-07T22:59:23.697Z+ echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz'
3902024-02-07T22:59:23.697Z+ echo 'Local file: out/downloads/console.tar.gz'
3912024-02-07T22:59:23.697ZURL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
3922024-02-07T22:59:23.697ZLocal file: out/downloads/console.tar.gz
3932024-02-07T22:59:23.697Z+ local DO_DOWNLOAD=true
3942024-02-07T22:59:23.698Z+ [[ -f out/downloads/console.tar.gz ]]
3952024-02-07T22:59:23.698Z+ mkdir -p out/downloads
3962024-02-07T22:59:23.698Z+ '[' true == true ']'
3972024-02-07T22:59:23.698Z+ echo Downloading...
3982024-02-07T22:59:23.698ZDownloading...
3992024-02-07T22:59:23.699Z+ do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz
4002024-02-07T22:59:23.699Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
4012024-02-07T22:59:23.699Z++ do_sha256sum out/downloads/console.tar.gz
4022024-02-07T22:59:23.699Z++ case "$OSTYPE" in
4032024-02-07T22:59:23.699Z++ SHA=sha256sum
4042024-02-07T22:59:23.699Z++ sha256sum
4052024-02-07T22:59:23.700Z++ awk '{print $1}'
4062024-02-07T22:59:23.700Z+ calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5
4072024-02-07T22:59:23.700Z+ [[ 54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 != \5\4\f\f\1\0\2\6\0\6\2\f\c\1\a\3\f\0\d\e\8\6\a\a\5\5\8\d\0\5\1\b\8\a\d\6\2\4\8\d\4\5\8\c\1\7\6\7\b\9\e\9\2\6\f\2\6\0\6\e\7\5\f\5 ]]
4082024-02-07T22:59:23.700Z+ rm -rf ./out/console-assets
4092024-02-07T22:59:23.700Z+ mkdir -p ./out/console-assets
4102024-02-07T22:59:23.701Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4112024-02-07T22:59:23.701Z+ mkdir -p ./out/console-assets
4122024-02-07T22:59:23.701Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4132024-02-07T22:59:23.701Z+ set -o errexit
4142024-02-07T22:59:23.701Z+++ dirname ./tools/ci_download_maghemite_openapi
4152024-02-07T22:59:23.702Z++ cd ./tools
4162024-02-07T22:59:23.702Z++ pwd
4172024-02-07T22:59:23.702Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4182024-02-07T22:59:23.702Z++ basename ./tools/ci_download_maghemite_openapi
4192024-02-07T22:59:23.702Z+ ARG0=ci_download_maghemite_openapi
4202024-02-07T22:59:23.703Z+ TARGET_DIR=out
4212024-02-07T22:59:23.703Z+ DOWNLOAD_DIR=out/downloads
4222024-02-07T22:59:23.703Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4232024-02-07T22:59:23.703Z++ COMMIT=c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a
4242024-02-07T22:59:23.703Z++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4252024-02-07T22:59:23.703Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/ddm-admin.json
4262024-02-07T22:59:23.704Z+ LOCAL_FILE=out/downloads/ddm-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json
4272024-02-07T22:59:23.704Z+ main
4282024-02-07T22:59:23.704Z+ [[ 0 != 0 ]]
4292024-02-07T22:59:23.704Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/ddm-admin.json'
4302024-02-07T22:59:23.704ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/ddm-admin.json
4312024-02-07T22:59:23.705Z+ echo 'Local file: out/downloads/ddm-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json'
4322024-02-07T22:59:23.705Z+ local DO_DOWNLOAD=true
4332024-02-07T22:59:23.705ZLocal file: out/downloads/ddm-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json
4342024-02-07T22:59:23.705Z+ [[ -f out/downloads/ddm-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json ]]
4352024-02-07T22:59:23.705Z+ mkdir -p out/downloads
4362024-02-07T22:59:23.706Z+ '[' true == true ']'
4372024-02-07T22:59:23.706Z+ echo Downloading...
4382024-02-07T22:59:23.706ZDownloading...
4392024-02-07T22:59:23.706Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/ddm-admin.json out/downloads/ddm-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json
4402024-02-07T22:59:23.706Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/ddm-admin.json
4412024-02-07T22:59:23.843Z++ do_sha256sum out/downloads/ddm-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json
4422024-02-07T22:59:23.843Z++ case "$OSTYPE" in
4432024-02-07T22:59:23.851Z++ SHA=sha256sum
4442024-02-07T22:59:23.851Z++ sha256sum
4452024-02-07T22:59:23.851Z++ awk '{print $1}'
4462024-02-07T22:59:23.851Z+ calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4472024-02-07T22:59:23.852Z+ [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]]
4482024-02-07T22:59:23.852Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4492024-02-07T22:59:23.852Z++ COMMIT=c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a
4502024-02-07T22:59:23.852Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4512024-02-07T22:59:23.852Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mg-admin.json
4522024-02-07T22:59:23.852Z+ LOCAL_FILE=out/downloads/mg-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json
4532024-02-07T22:59:23.852Z+ main
4542024-02-07T22:59:23.852Z+ [[ 0 != 0 ]]
4552024-02-07T22:59:23.852Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mg-admin.json'
4562024-02-07T22:59:23.852ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mg-admin.json
4572024-02-07T22:59:23.853Z+ echo 'Local file: out/downloads/mg-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json'
4582024-02-07T22:59:23.853Z+ local DO_DOWNLOAD=true
4592024-02-07T22:59:23.853ZLocal file: out/downloads/mg-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json
4602024-02-07T22:59:23.853Z+ [[ -f out/downloads/mg-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json ]]
4612024-02-07T22:59:23.853Z+ mkdir -p out/downloads
4622024-02-07T22:59:23.853Z+ '[' true == true ']'
4632024-02-07T22:59:23.853Z+ echo Downloading...
4642024-02-07T22:59:23.853ZDownloading...
4652024-02-07T22:59:23.853Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mg-admin.json out/downloads/mg-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json
4662024-02-07T22:59:23.853Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mg-admin.json
4672024-02-07T22:59:24.016Z++ do_sha256sum out/downloads/mg-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json
4682024-02-07T22:59:24.028Z++ case "$OSTYPE" in
4692024-02-07T22:59:24.029Z++ SHA=sha256sum
4702024-02-07T22:59:24.029Z++ sha256sum
4712024-02-07T22:59:24.029Z++ awk '{print $1}'
4722024-02-07T22:59:24.029Z+ calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4732024-02-07T22:59:24.029Z+ [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]]
4742024-02-07T22:59:24.047Z+ set -o errexit
4752024-02-07T22:59:24.047Z+++ dirname ./tools/ci_download_dendrite_openapi
4762024-02-07T22:59:24.047Z++ cd ./tools
4772024-02-07T22:59:24.048Z++ pwd
4782024-02-07T22:59:24.048Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4792024-02-07T22:59:24.048Z++ basename ./tools/ci_download_dendrite_openapi
4802024-02-07T22:59:24.048Z+ ARG0=ci_download_dendrite_openapi
4812024-02-07T22:59:24.048Z+ TARGET_DIR=out
4822024-02-07T22:59:24.048Z+ DOWNLOAD_DIR=out/downloads
4832024-02-07T22:59:24.048Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4842024-02-07T22:59:24.049Z++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6
4852024-02-07T22:59:24.049Z++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099
4862024-02-07T22:59:24.049Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json
4872024-02-07T22:59:24.049Z+ LOCAL_FILE=out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json
4882024-02-07T22:59:24.049Z+ main
4892024-02-07T22:59:24.049Z+ [[ 0 != 0 ]]
4902024-02-07T22:59:24.049Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json'
4912024-02-07T22:59:24.049Z+ echo 'Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json'
4922024-02-07T22:59:24.050Z+ local DO_DOWNLOAD=true
4932024-02-07T22:59:24.050ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json
4942024-02-07T22:59:24.050Z+ [[ -f out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json ]]
4952024-02-07T22:59:24.050ZLocal file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json
4962024-02-07T22:59:24.050Z+ mkdir -p out/downloads
4972024-02-07T22:59:24.050Z+ '[' true == true ']'
4982024-02-07T22:59:24.050Z+ echo Downloading...
4992024-02-07T22:59:24.050ZDownloading...
5002024-02-07T22:59:24.051Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json
5012024-02-07T22:59:24.051Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json
5022024-02-07T22:59:24.160Z++ do_sha256sum out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json
5032024-02-07T22:59:24.164Z++ case "$OSTYPE" in
5042024-02-07T22:59:24.164Z++ SHA=sha256sum
5052024-02-07T22:59:24.164Z++ sha256sum
5062024-02-07T22:59:24.164Z++ awk '{print $1}'
5072024-02-07T22:59:24.174Z+ calculated_sha2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099
5082024-02-07T22:59:24.174Z+ [[ e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 != \e\8\f\7\3\a\8\3\d\5\c\6\2\f\7\e\f\c\e\9\9\8\f\8\2\1\a\c\c\8\0\a\9\1\b\7\9\9\5\c\9\5\b\d\9\e\c\2\c\2\2\8\3\7\2\8\2\9\3\1\0\0\9\9 ]]
5092024-02-07T22:59:24.186Z+ set -o errexit
5102024-02-07T22:59:24.200Z+++ dirname ./tools/ci_download_dendrite_stub
5112024-02-07T22:59:24.201Z++ cd ./tools
5122024-02-07T22:59:24.201Z++ pwd
5132024-02-07T22:59:24.201Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5142024-02-07T22:59:24.201Z++ basename ./tools/ci_download_dendrite_stub
5152024-02-07T22:59:24.202Z+ ARG0=ci_download_dendrite_stub
5162024-02-07T22:59:24.202Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5172024-02-07T22:59:24.202Z++ CIDL_SHA256_ILLUMOS=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b
5182024-02-07T22:59:24.203Z++ CIDL_SHA256_LINUX_DPD=4fc43b53a048264664ede64805d4d179ec32d50cf9ab1aaa0fa4e17190e511a2
5192024-02-07T22:59:24.203Z++ CIDL_SHA256_LINUX_SWADM=0ab34a2063e68568aa064f7b71825a603d47b3e399f3e7f45976edb5d5283f0f
5202024-02-07T22:59:24.203Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5212024-02-07T22:59:24.203Z++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6
5222024-02-07T22:59:24.203Z++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099
5232024-02-07T22:59:24.203Z+ TARGET_DIR=out
5242024-02-07T22:59:24.203Z+ DOWNLOAD_DIR=out/downloads
5252024-02-07T22:59:24.203Z+ DEST_DIR=./out/dendrite-stub
5262024-02-07T22:59:24.204Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5272024-02-07T22:59:24.204Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5282024-02-07T22:59:24.204Z+ REPO=oxidecomputer/dendrite
5292024-02-07T22:59:24.204Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6
5302024-02-07T22:59:24.204Z+ main
5312024-02-07T22:59:24.204Z+ [[ 0 != 0 ]]
5322024-02-07T22:59:24.204Z+ CIDL_OS=solaris2.11
5332024-02-07T22:59:24.204Z+ [[ 0 != 0 ]]
5342024-02-07T22:59:24.205Z+ configure_os solaris2.11
5352024-02-07T22:59:24.205Z+ echo 'current directory: /work/oxidecomputer/omicron'
5362024-02-07T22:59:24.205Zcurrent directory: /work/oxidecomputer/omicron
5372024-02-07T22:59:24.205Zconfiguring based on OS: "solaris2.11"
5382024-02-07T22:59:24.205Z+ echo 'configuring based on OS: "solaris2.11"'
5392024-02-07T22:59:24.205Z+ case "$1" in
5402024-02-07T22:59:24.205Z+ SET_BINARIES=
5412024-02-07T22:59:24.205Z+ CIDL_SHA256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b
5422024-02-07T22:59:24.205Z+ CIDL_SHA256FUNC=do_sha256sum
5432024-02-07T22:59:24.206Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5442024-02-07T22:59:24.206Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz
5452024-02-07T22:59:24.206Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5462024-02-07T22:59:24.206Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz'
5472024-02-07T22:59:24.206ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz
5482024-02-07T22:59:24.206ZLocal file: out/downloads/dendrite-stub.tar.gz
5492024-02-07T22:59:24.207Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5502024-02-07T22:59:24.207Z+ mkdir -p out/downloads
5512024-02-07T22:59:24.207Z+ mkdir -p ./out/dendrite-stub
5522024-02-07T22:59:24.207Z+ fetch_and_verify
5532024-02-07T22:59:24.207Z+ local DO_DOWNLOAD=true
5542024-02-07T22:59:24.207Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5552024-02-07T22:59:24.207Z+ '[' true == true ']'
5562024-02-07T22:59:24.207Z+ echo Downloading...
5572024-02-07T22:59:24.207Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5582024-02-07T22:59:24.207ZDownloading...
5592024-02-07T22:59:24.208Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz
5602024-02-07T22:59:34.892Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5612024-02-07T22:59:34.893Z++ sha256sum
5622024-02-07T22:59:34.893Z++ awk '{print $1}'
5632024-02-07T22:59:34.893Z+ calculated_sha256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b
5642024-02-07T22:59:34.893Z+ [[ 1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b != \1\e\2\4\5\9\8\b\a\7\7\d\c\0\0\6\8\2\c\d\f\5\4\f\c\3\7\0\6\9\6\e\f\5\a\a\4\9\e\d\5\1\0\a\b\7\f\7\2\f\c\c\9\1\d\6\1\d\6\7\9\e\7\b ]]
5652024-02-07T22:59:34.893Z+ do_untar out/downloads/dendrite-stub.tar.gz
5662024-02-07T22:59:34.894Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5672024-02-07T22:59:35.679Z+ do_assemble
5682024-02-07T22:59:35.679Z+ rm -r ./out/dendrite-stub
5692024-02-07T22:59:36.159Z+ mkdir ./out/dendrite-stub
5702024-02-07T22:59:36.160Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5712024-02-07T22:59:36.160Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5722024-02-07T22:59:36.160Z+ set -o errexit
5732024-02-07T22:59:36.160Z+++ dirname ./tools/ci_download_maghemite_mgd
5742024-02-07T22:59:36.160Z++ cd ./tools
5752024-02-07T22:59:36.160Z++ pwd
5762024-02-07T22:59:36.160Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5772024-02-07T22:59:36.160Z++ basename ./tools/ci_download_maghemite_mgd
5782024-02-07T22:59:36.160Z+ ARG0=ci_download_maghemite_mgd
5792024-02-07T22:59:36.160Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5802024-02-07T22:59:36.161Z++ CIDL_SHA256=92e96984663d2d57d01c200685a47d998a1fd75ea89777e79c00095ebc8de9aa
5812024-02-07T22:59:36.161Z++ MGD_LINUX_SHA256=2d8f090161cbabddafa677954a3e6a69eff77ad9a73c686452884528260f0616
5822024-02-07T22:59:36.161Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5832024-02-07T22:59:36.161Z++ COMMIT=c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a
5842024-02-07T22:59:36.161Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
5852024-02-07T22:59:36.161Z+ TARGET_DIR=out
5862024-02-07T22:59:36.161Z+ DOWNLOAD_DIR=out/downloads
5872024-02-07T22:59:36.161Z+ DEST_DIR=./out/mgd
5882024-02-07T22:59:36.161Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5892024-02-07T22:59:36.161Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5902024-02-07T22:59:36.161Z+ REPO=oxidecomputer/maghemite
5912024-02-07T22:59:36.162Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a
5922024-02-07T22:59:36.162Z+ main
5932024-02-07T22:59:36.162Z+ [[ 0 != 0 ]]
5942024-02-07T22:59:36.162Z+ CIDL_OS=solaris2.11
5952024-02-07T22:59:36.162Z+ [[ 0 != 0 ]]
5962024-02-07T22:59:36.162Z+ configure_os solaris2.11
5972024-02-07T22:59:36.162Z+ echo 'current directory: /work/oxidecomputer/omicron'
5982024-02-07T22:59:36.163Zcurrent directory: /work/oxidecomputer/omicron
5992024-02-07T22:59:36.163Z+ echo 'configuring based on OS: "solaris2.11"'
6002024-02-07T22:59:36.163Z+ case "$1" in
6012024-02-07T22:59:36.163Z+ SET_BINARIES=
6022024-02-07T22:59:36.163Zconfiguring based on OS: "solaris2.11"
6032024-02-07T22:59:36.163Z+ CIDL_SHA256FUNC=do_sha256sum
6042024-02-07T22:59:36.163Z+ TARBALL_FILENAME=mgd.tar.gz
6052024-02-07T22:59:36.163Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mgd.tar.gz
6062024-02-07T22:59:36.163Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6072024-02-07T22:59:36.163Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mgd.tar.gz'
6082024-02-07T22:59:36.163ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mgd.tar.gz
6092024-02-07T22:59:36.164ZLocal file: out/downloads/mgd.tar.gz
6102024-02-07T22:59:36.164Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6112024-02-07T22:59:36.164Z+ mkdir -p out/downloads
6122024-02-07T22:59:36.164Z+ mkdir -p ./out/mgd
6132024-02-07T22:59:36.164Z+ fetch_and_verify
6142024-02-07T22:59:36.164Z+ local DO_DOWNLOAD=true
6152024-02-07T22:59:36.164Z+ [[ -f out/downloads/mgd.tar.gz ]]
6162024-02-07T22:59:36.164Z+ '[' true == true ']'
6172024-02-07T22:59:36.164Z+ echo Downloading...
6182024-02-07T22:59:36.165ZDownloading...
6192024-02-07T22:59:36.165Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mgd.tar.gz out/downloads/mgd.tar.gz
6202024-02-07T22:59:36.165Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mgd.tar.gz
6212024-02-07T22:59:42.194Z++ do_sha256sum out/downloads/mgd.tar.gz
6222024-02-07T22:59:42.208Z++ sha256sum
6232024-02-07T22:59:42.208Z++ awk '{print $1}'
6242024-02-07T22:59:42.223Z+ calculated_sha256=92e96984663d2d57d01c200685a47d998a1fd75ea89777e79c00095ebc8de9aa
6252024-02-07T22:59:42.223Z+ [[ 92e96984663d2d57d01c200685a47d998a1fd75ea89777e79c00095ebc8de9aa != \9\2\e\9\6\9\8\4\6\6\3\d\2\d\5\7\d\0\1\c\2\0\0\6\8\5\a\4\7\d\9\9\8\a\1\f\d\7\5\e\a\8\9\7\7\7\e\7\9\c\0\0\0\9\5\e\b\c\8\d\e\9\a\a ]]
6262024-02-07T22:59:42.224Z+ do_untar out/downloads/mgd.tar.gz
6272024-02-07T22:59:42.224Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6282024-02-07T22:59:42.661Z+ do_assemble
6292024-02-07T22:59:42.661Z+ rm -r ./out/mgd
6302024-02-07T22:59:42.664Z+ mkdir ./out/mgd
6312024-02-07T22:59:42.667Z+ cp -r out/downloads/root ./out/mgd/root
6322024-02-07T22:59:42.815Z+ set -o errexit
6332024-02-07T22:59:42.830Z+++ dirname ./tools/ci_download_transceiver_control
6342024-02-07T22:59:42.830Z++ cd ./tools
6352024-02-07T22:59:42.831Z++ pwd
6362024-02-07T22:59:42.859Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6372024-02-07T22:59:42.860Z++ basename ./tools/ci_download_transceiver_control
6382024-02-07T22:59:42.860Z+ ARG0=ci_download_transceiver_control
6392024-02-07T22:59:42.860Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6402024-02-07T22:59:42.860Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6412024-02-07T22:59:42.861Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6422024-02-07T22:59:42.861Z+ TARGET_DIR=out
6432024-02-07T22:59:42.861Z+ DOWNLOAD_DIR=out/downloads
6442024-02-07T22:59:42.861Z+ DEST_DIR=./out/transceiver-control
6452024-02-07T22:59:42.861Z+ BIN_DIR=/opt/oxide/bin
6462024-02-07T22:59:42.861Z+ BINARY=xcvradm
6472024-02-07T22:59:42.862Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6482024-02-07T22:59:42.862Z+ REPO=oxidecomputer/transceiver-control
6492024-02-07T22:59:42.862Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6502024-02-07T22:59:42.862Z+ main
6512024-02-07T22:59:42.862Z+ [[ 0 != 0 ]]
6522024-02-07T22:59:42.862Z+ CIDL_OS=solaris2.11
6532024-02-07T22:59:42.862Z+ [[ 0 != 0 ]]
6542024-02-07T22:59:42.863Z+ configure_os solaris2.11
6552024-02-07T22:59:42.863Z+ echo 'current directory: /work/oxidecomputer/omicron'
6562024-02-07T22:59:42.863Zcurrent directory: /work/oxidecomputer/omicron
6572024-02-07T22:59:42.863Z+ echo 'configuring based on OS: "solaris2.11"'
6582024-02-07T22:59:42.864Zconfiguring based on OS: "solaris2.11"
6592024-02-07T22:59:42.864Z+ case "$1" in
6602024-02-07T22:59:42.864Z+ SET_BINARIES=
6612024-02-07T22:59:42.865Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6622024-02-07T22:59:42.865Z+ CIDL_SHA256FUNC=do_sha256sum
6632024-02-07T22:59:42.865Z+ ARCHIVE_FILENAME=xcvradm.gz
6642024-02-07T22:59:42.865Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6652024-02-07T22:59:42.865Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6662024-02-07T22:59:42.866Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6672024-02-07T22:59:42.866ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6682024-02-07T22:59:42.866ZLocal file: out/downloads/xcvradm.gz
6692024-02-07T22:59:42.867Z+ echo 'Local file: out/downloads/xcvradm.gz'
6702024-02-07T22:59:42.867Z+ mkdir -p out/downloads
6712024-02-07T22:59:42.867Z+ mkdir -p ./out/transceiver-control
6722024-02-07T22:59:42.867Z+ fetch_and_verify
6732024-02-07T22:59:42.867Z+ local DO_DOWNLOAD=true
6742024-02-07T22:59:42.868Z+ [[ -f out/downloads/xcvradm.gz ]]
6752024-02-07T22:59:42.868Z+ '[' true == true ']'
6762024-02-07T22:59:42.868Z+ echo Downloading...
6772024-02-07T22:59:42.868ZDownloading...
6782024-02-07T22:59:42.868Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6792024-02-07T22:59:42.869Z+ 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
6802024-02-07T22:59:45.845Z++ do_sha256sum out/downloads/xcvradm.gz
6812024-02-07T22:59:45.849Z++ sha256sum
6822024-02-07T22:59:45.849Z++ awk '{print $1}'
6832024-02-07T22:59:45.853Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6842024-02-07T22:59:45.853Z+ [[ 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 ]]
6852024-02-07T22:59:45.854Z+ do_unpack out/downloads/xcvradm.gz
6862024-02-07T22:59:45.854Z+ mkdir -p out/downloads/root//opt/oxide/bin
6872024-02-07T22:59:45.854Z+ gzip -dc out/downloads/xcvradm.gz
6882024-02-07T22:59:45.972Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6892024-02-07T22:59:45.981Z+ do_assemble
6902024-02-07T22:59:45.982Z+ rm -r ./out/transceiver-control
6912024-02-07T22:59:45.982Z+ mkdir ./out/transceiver-control
6922024-02-07T22:59:45.982Z+ cp -r out/downloads/root ./out/transceiver-control/root
6932024-02-07T22:59:46.128ZAll prerequisites installed successfully
6942024-02-07T22:59:46.131Z
6952024-02-07T22:59:46.131Zreal 1:39.929835721
6962024-02-07T22:59:46.132Zuser 33.833479699
6972024-02-07T22:59:46.132Zsys 6.552113449
6982024-02-07T22:59:46.132Ztrap 0.009533741
6992024-02-07T22:59:46.132Ztflt 0.112079440
7002024-02-07T22:59:46.132Zdflt 0.471748055
7012024-02-07T22:59:46.132Zkflt 0.152470464
7022024-02-07T22:59:46.132Zlock 1.503074871
7032024-02-07T22:59:46.132Zslp 3:18.887831446
7042024-02-07T22:59:46.132Zlat 1.926278694
7052024-02-07T22:59:46.132Zstop 0.135872738
7062024-02-07T22:59:46.132Z+ ptime -m ./tools/ci_download_softnpu_machinery
7072024-02-07T22:59:46.142Zfetching npuzone
7082024-02-07T22:59:46.165ZEnsuring oxidecomputer/softnpu/image/npuzone in out/npuzone
7092024-02-07T22:59:46.165Z (commit: dbab082dfa89da5db5ca2325c257089d2f130092)
7102024-02-07T22:59:46.165ZGetting hash for npuzone
7112024-02-07T22:59:46.273Z (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e)
7122024-02-07T22:59:54.952Znpuzone downloaded successfully
7132024-02-07T22:59:54.963Z
7142024-02-07T22:59:54.964Zreal 8.816130497
7152024-02-07T22:59:54.964Zuser 0.353462686
7162024-02-07T22:59:54.964Zsys 0.133916451
7172024-02-07T22:59:54.964Ztrap 0.000053983
7182024-02-07T22:59:54.964Ztflt 0.000000000
7192024-02-07T22:59:54.964Zdflt 0.000000000
7202024-02-07T22:59:54.965Zkflt 0.000000000
7212024-02-07T22:59:54.965Zlock 0.000000000
7222024-02-07T22:59:54.965Zslp 25.836906434
7232024-02-07T22:59:54.965Zlat 0.092882165
7242024-02-07T22:59:54.965Zstop 0.000182883
7252024-02-07T22:59:54.965Z+ export CARGO_INCREMENTAL=0
7262024-02-07T22:59:54.966Z+ CARGO_INCREMENTAL=0
7272024-02-07T22:59:54.966Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
7282024-02-07T22:59:55.158Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7292024-02-07T22:59:55.512Z Updating git repository `https://github.com/oxidecomputer/samael`
7302024-02-07T22:59:55.850Z Updating crates.io index
7312024-02-07T22:59:55.854Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7322024-02-07T22:59:56.682Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7332024-02-07T22:59:58.379Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7342024-02-07T22:59:58.946Z Updating git repository `http://github.com/oxidecomputer/tofino`
7352024-02-07T22:59:59.286Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7362024-02-07T22:59:59.545Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7372024-02-07T22:59:59.810Z Updating git repository `https://github.com/oxidecomputer/propolis`
7382024-02-07T23:00:00.686Z Updating git repository `https://github.com/oxidecomputer/crucible`
7392024-02-07T23:00:04.005Z Updating git repository `https://github.com/oxidecomputer/opte`
7402024-02-07T23:00:04.921Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7412024-02-07T23:00:05.453Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7422024-02-07T23:00:06.020Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7432024-02-07T23:00:06.447Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7442024-02-07T23:00:06.739Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7452024-02-07T23:00:07.022Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7462024-02-07T23:00:07.394Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7472024-02-07T23:00:07.732Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7482024-02-07T23:00:08.141Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7492024-02-07T23:00:08.663Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7502024-02-07T23:00:09.033Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7512024-02-07T23:00:10.209Z Updating git repository `https://github.com/jgallagher/nix`
7522024-02-07T23:00:11.026Z Updating git repository `https://github.com/cbiffle/hubpack`
7532024-02-07T23:00:11.375Z Updating git repository `https://github.com/oxidecomputer/typify`
7542024-02-07T23:00:12.972Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7552024-02-07T23:00:13.334Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7562024-02-07T23:00:13.786Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7572024-02-07T23:00:15.303Z Downloading crates ...
7582024-02-07T23:00:15.319Z Downloaded instant v0.1.12
7592024-02-07T23:00:15.319Z Downloaded inout v0.1.3
7602024-02-07T23:00:15.320Z Downloaded aead v0.5.2
7612024-02-07T23:00:15.320Z Downloaded iana-time-zone v0.1.57
7622024-02-07T23:00:15.320Z Downloaded indoc v1.0.9
7632024-02-07T23:00:15.320Z Downloaded is-terminal v0.4.9
7642024-02-07T23:00:15.320Z Downloaded is_ci v1.1.1
7652024-02-07T23:00:15.320Z Downloaded impl-trait-for-tuples v0.2.2
7662024-02-07T23:00:15.320Z Downloaded ipnetwork v0.20.0
7672024-02-07T23:00:15.320Z Downloaded ipnet v2.9.0
7682024-02-07T23:00:15.320Z Downloaded kstat-rs v0.2.3
7692024-02-07T23:00:15.320Z Downloaded colorchoice v1.0.0
7702024-02-07T23:00:15.321Z Downloaded convert_case v0.4.0
7712024-02-07T23:00:15.321Z Downloaded clap_lex v0.5.1
7722024-02-07T23:00:15.321Z Downloaded itoa v1.0.9
7732024-02-07T23:00:15.321Z Downloaded colored v2.0.4
7742024-02-07T23:00:15.321Z Downloaded console v0.15.8
7752024-02-07T23:00:15.321Z Downloaded io-lifetimes v1.0.11
7762024-02-07T23:00:15.321Z Downloaded lalrpop-util v0.19.12
7772024-02-07T23:00:15.321Z Downloaded keccak v0.1.4
7782024-02-07T23:00:15.321Z Downloaded clap_derive v4.4.2
7792024-02-07T23:00:15.321Z Downloaded ciborium v0.2.2
7802024-02-07T23:00:15.322Z Downloaded lazycell v1.3.0
7812024-02-07T23:00:15.322Z Downloaded lazy_static v1.4.0
7822024-02-07T23:00:15.322Z Downloaded cobs v0.2.3
7832024-02-07T23:00:15.322Z Downloaded cipher v0.4.4
7842024-02-07T23:00:15.322Z Downloaded libsw v3.3.1
7852024-02-07T23:00:15.322Z Downloaded clap v4.4.3
7862024-02-07T23:00:15.322Z Downloaded anstyle v1.0.2
7872024-02-07T23:00:15.322Z Downloaded anstream v0.5.0
7882024-02-07T23:00:15.322Z Downloaded async-stream-impl v0.3.5
7892024-02-07T23:00:15.323Z Downloaded atty v0.2.14
7902024-02-07T23:00:15.323Z Downloaded adler v1.0.2
7912024-02-07T23:00:15.323Z Downloaded atomicwrites v0.4.3
7922024-02-07T23:00:15.323Z Downloaded cstr-argument v0.1.2
7932024-02-07T23:00:15.323Z Downloaded linked-hash-map v0.5.6
7942024-02-07T23:00:15.323Z Downloaded ahash v0.8.7
7952024-02-07T23:00:15.323Z Downloaded newtype_derive v0.1.6
7962024-02-07T23:00:15.323Z Downloaded constant_time_eq v0.3.0
7972024-02-07T23:00:15.324Z Downloaded addr2line v0.21.0
7982024-02-07T23:00:15.324Z Downloaded bit-vec v0.6.3
7992024-02-07T23:00:15.324Z Downloaded crunchy v0.2.2
8002024-02-07T23:00:15.324Z Downloaded ciborium-io v0.2.2
8012024-02-07T23:00:15.324Z Downloaded bb8 v0.8.3
8022024-02-07T23:00:15.324Z Downloaded heck v0.4.1
8032024-02-07T23:00:15.324Z Downloaded bit-set v0.5.3
8042024-02-07T23:00:15.324Z Downloaded arrayref v0.3.7
8052024-02-07T23:00:15.324Z Downloaded matches v0.1.10
8062024-02-07T23:00:15.325Z Downloaded ident_case v1.0.1
8072024-02-07T23:00:15.325Z Downloaded assert_matches v1.5.0
8082024-02-07T23:00:15.325Z Downloaded hubpack_derive v0.1.1
8092024-02-07T23:00:15.325Z Downloaded bytecount v0.6.3
8102024-02-07T23:00:15.325Z Downloaded crucible-workspace-hack v0.1.0
8112024-02-07T23:00:15.325Z Downloaded ascii-canvas v3.0.0
8122024-02-07T23:00:15.325Z Downloaded autocfg v1.1.0
8132024-02-07T23:00:15.325Z Downloaded array-init v0.0.4
8142024-02-07T23:00:15.325Z Downloaded http-range v0.1.5
8152024-02-07T23:00:15.325Z Downloaded home v0.5.5
8162024-02-07T23:00:15.325Z Downloaded base16ct v0.2.0
8172024-02-07T23:00:15.326Z Downloaded byteorder v1.5.0
8182024-02-07T23:00:15.326Z Downloaded block-padding v0.3.3
8192024-02-07T23:00:15.326Z Downloaded libefi-sys v0.1.0
8202024-02-07T23:00:15.326Z Downloaded new_debug_unreachable v1.0.4
8212024-02-07T23:00:15.326Z Downloaded async-stream v0.3.5
8222024-02-07T23:00:15.326Z Downloaded allocator-api2 v0.2.16
8232024-02-07T23:00:15.326Z Downloaded normalize-line-endings v0.3.0
8242024-02-07T23:00:15.326Z Downloaded nibble_vec v0.1.0
8252024-02-07T23:00:15.326Z Downloaded anstyle-query v1.0.0
8262024-02-07T23:00:15.326Z Downloaded rustfmt-wrapper v0.2.0
8272024-02-07T23:00:15.327Z Downloaded cassowary v0.3.0
8282024-02-07T23:00:15.327Z Downloaded http-body v0.4.5
8292024-02-07T23:00:15.327Z Downloaded hyper-staticfile v0.9.5
8302024-02-07T23:00:15.327Z Downloaded serde_spanned v0.6.5
8312024-02-07T23:00:15.327Z Downloaded arrayvec v0.7.4
8322024-02-07T23:00:15.327Z Downloaded waitgroup v0.1.2
8332024-02-07T23:00:15.327Z Downloaded itertools v0.10.5
8342024-02-07T23:00:15.328Z Downloaded chacha20 v0.9.1
8352024-02-07T23:00:15.328Z Downloaded bitflags v2.4.0
8362024-02-07T23:00:15.328Z Downloaded hyper-tls v0.5.0
8372024-02-07T23:00:15.338Z Downloaded crypto-common v0.1.6
8382024-02-07T23:00:15.339Z Downloaded memoffset v0.9.0
8392024-02-07T23:00:15.339Z Downloaded cpufeatures v0.2.12
8402024-02-07T23:00:15.339Z Downloaded num v0.4.1
8412024-02-07T23:00:15.340Z Downloaded hex v0.4.3
8422024-02-07T23:00:15.340Z Downloaded serde_tokenstream v0.1.7
8432024-02-07T23:00:15.340Z Downloaded termcolor v1.2.0
8442024-02-07T23:00:15.340Z Downloaded mime v0.3.17
8452024-02-07T23:00:15.340Z Downloaded ciborium-ll v0.2.2
8462024-02-07T23:00:15.340Z Downloaded memoffset v0.7.1
8472024-02-07T23:00:15.340Z Downloaded nu-ansi-term v0.49.0
8482024-02-07T23:00:15.341Z Downloaded md-5 v0.10.5
8492024-02-07T23:00:15.351Z Downloaded slog-bunyan v2.5.0
8502024-02-07T23:00:15.351Z Downloaded httpdate v1.0.3
8512024-02-07T23:00:15.351Z Downloaded fnv v1.0.7
8522024-02-07T23:00:15.351Z Downloaded rustc-demangle v0.1.23
8532024-02-07T23:00:15.351Z Downloaded scroll_derive v0.12.0
8542024-02-07T23:00:15.351Z Downloaded humantime v2.1.0
8552024-02-07T23:00:15.351Z Downloaded termios v0.3.3
8562024-02-07T23:00:15.351Z Downloaded bitflags v1.3.2
8572024-02-07T23:00:15.363Z Downloaded corncobs v0.1.3
8582024-02-07T23:00:15.363Z Downloaded camino v1.1.6
8592024-02-07T23:00:15.363Z Downloaded cancel-safe-futures v0.1.5
8602024-02-07T23:00:15.363Z Downloaded time-macros v0.2.13
8612024-02-07T23:00:15.387Z Downloaded xattr v1.0.1
8622024-02-07T23:00:15.387Z Downloaded parse-size v1.0.0
8632024-02-07T23:00:15.388Z Downloaded fallible-iterator v0.2.0
8642024-02-07T23:00:15.388Z Downloaded take_mut v0.2.2
8652024-02-07T23:00:15.388Z Downloaded slog-envlogger v2.2.0
8662024-02-07T23:00:15.389Z Downloaded number_prefix v0.4.0
8672024-02-07T23:00:15.389Z Downloaded foreign-types-shared v0.1.1
8682024-02-07T23:00:15.406Z Downloaded memmap2 v0.7.1
8692024-02-07T23:00:15.406Z Downloaded num-complex v0.4.4
8702024-02-07T23:00:15.406Z Downloaded multimap v0.8.3
8712024-02-07T23:00:15.406Z Downloaded enum-as-inner v0.5.1
8722024-02-07T23:00:15.407Z Downloaded crossbeam-deque v0.8.3
8732024-02-07T23:00:15.407Z Downloaded mockall_derive v0.12.0
8742024-02-07T23:00:15.407Z Downloaded whoami v1.4.1
8752024-02-07T23:00:15.407Z Downloaded tiny-keccak v2.0.2
8762024-02-07T23:00:15.407Z Downloaded crc-catalog v2.2.0
8772024-02-07T23:00:15.407Z Downloaded httparse v1.8.0
8782024-02-07T23:00:15.408Z Downloaded smawk v0.3.1
8792024-02-07T23:00:15.408Z Downloaded phf_shared v0.11.2
8802024-02-07T23:00:15.408Z Downloaded num-integer v0.1.45
8812024-02-07T23:00:15.408Z Downloaded num-rational v0.4.1
8822024-02-07T23:00:15.446Z Downloaded libm v0.2.7
8832024-02-07T23:00:15.447Z Downloaded sqlparser_derive v0.2.2
8842024-02-07T23:00:15.447Z Downloaded hyper-rustls v0.24.2
8852024-02-07T23:00:15.447Z Downloaded indexmap v1.9.3
8862024-02-07T23:00:15.447Z Downloaded time-core v0.1.1
8872024-02-07T23:00:15.448Z Downloaded embedded-io v0.4.0
8882024-02-07T23:00:15.448Z Downloaded utf-8 v0.7.6
8892024-02-07T23:00:15.448Z Downloaded debug-ignore v1.0.5
8902024-02-07T23:00:15.449Z Downloaded foreign-types-macros v0.2.3
8912024-02-07T23:00:15.449Z Downloaded try-lock v0.2.4
8922024-02-07T23:00:15.449Z Downloaded futures-executor v0.3.30
8932024-02-07T23:00:15.463Z Downloaded walkdir v2.4.0
8942024-02-07T23:00:15.463Z Downloaded endian-type v0.1.2
8952024-02-07T23:00:15.463Z Downloaded tokio-rustls v0.24.1
8962024-02-07T23:00:15.463Z Downloaded miniz_oxide v0.7.1
8972024-02-07T23:00:15.463Z Downloaded indicatif v0.17.7
8982024-02-07T23:00:15.463Z Downloaded zerocopy v0.6.4
8992024-02-07T23:00:15.463Z Downloaded vte_generate_state_changes v0.1.1
9002024-02-07T23:00:15.463Z Downloaded display-error-chain v0.2.0
9012024-02-07T23:00:15.464Z Downloaded pest_generator v2.7.6
9022024-02-07T23:00:15.464Z Downloaded paste v1.0.14
9032024-02-07T23:00:15.464Z Downloaded num-traits v0.2.16
9042024-02-07T23:00:15.464Z Downloaded sct v0.7.0
9052024-02-07T23:00:15.464Z Downloaded packed_struct v0.10.1
9062024-02-07T23:00:15.464Z Downloaded usdt-attr-macro v0.5.0
9072024-02-07T23:00:15.464Z Downloaded precomputed-hash v0.1.1
9082024-02-07T23:00:15.476Z Downloaded diesel_table_macro_syntax v0.1.0
9092024-02-07T23:00:15.476Z Downloaded tabled_derive v0.7.0
9102024-02-07T23:00:15.477Z Downloaded crc-any v2.4.3
9112024-02-07T23:00:15.477Z Downloaded zerocopy v0.3.0
9122024-02-07T23:00:15.477Z Downloaded stability v0.1.1
9132024-02-07T23:00:15.477Z Downloaded darling_macro v0.20.3
9142024-02-07T23:00:15.477Z Downloaded curve25519-dalek-derive v0.1.0
9152024-02-07T23:00:15.477Z Downloaded data-encoding v2.4.0
9162024-02-07T23:00:15.477Z Downloaded wait-timeout v0.2.0
9172024-02-07T23:00:15.477Z Downloaded structmeta-derive v0.3.0
9182024-02-07T23:00:15.478Z Downloaded strsim v0.10.0
9192024-02-07T23:00:15.902Z Downloaded omicron-zone-package v0.11.0
9202024-02-07T23:00:15.903Z Downloaded subtle v2.5.0
9212024-02-07T23:00:15.903Z Downloaded structopt-derive v0.4.18
9222024-02-07T23:00:15.903Z Downloaded supports-color v2.1.0
9232024-02-07T23:00:15.903Z Downloaded toolchain_find v0.2.0
9242024-02-07T23:00:15.904Z Downloaded num-iter v0.1.43
9252024-02-07T23:00:15.904Z Downloaded structmeta v0.2.0
9262024-02-07T23:00:15.904Z Downloaded base64 v0.21.7
9272024-02-07T23:00:15.904Z Downloaded globset v0.4.13
9282024-02-07T23:00:15.905Z Downloaded stable_deref_trait v1.2.0
9292024-02-07T23:00:15.905Z Downloaded num-derive v0.4.0
9302024-02-07T23:00:15.905Z Downloaded fxhash v0.2.1
9312024-02-07T23:00:15.905Z Downloaded nanorand v0.7.0
9322024-02-07T23:00:15.905Z Downloaded olpc-cjson v0.1.3
9332024-02-07T23:00:15.906Z Downloaded fastrand v2.0.1
9342024-02-07T23:00:15.906Z Downloaded dirs-sys-next v0.1.2
9352024-02-07T23:00:15.906Z Downloaded tap v1.0.1
9362024-02-07T23:00:15.906Z Downloaded usdt v0.3.5
9372024-02-07T23:00:15.906Z Downloaded tokio-tungstenite v0.20.1
9382024-02-07T23:00:15.906Z Downloaded postgres-protocol v0.6.6
9392024-02-07T23:00:15.906Z Downloaded ryu v1.0.15
9402024-02-07T23:00:15.906Z Downloaded strum v0.26.1
9412024-02-07T23:00:15.906Z Downloaded scroll v0.12.0
9422024-02-07T23:00:15.906Z Downloaded slog-dtrace v0.3.0
9432024-02-07T23:00:15.906Z Downloaded peeking_take_while v0.1.2
9442024-02-07T23:00:15.907Z Downloaded path-slash v0.1.5
9452024-02-07T23:00:15.907Z Downloaded dyn-clone v1.0.16
9462024-02-07T23:00:15.907Z Downloaded csv-core v0.1.11
9472024-02-07T23:00:15.907Z Downloaded tower-service v0.3.2
9482024-02-07T23:00:15.907Z Downloaded serde_derive v1.0.196
9492024-02-07T23:00:15.907Z Downloaded usdt-macro v0.5.0
9502024-02-07T23:00:15.908Z Downloaded ena v0.14.2
9512024-02-07T23:00:15.908Z Downloaded fd-lock v4.0.2
9522024-02-07T23:00:15.908Z Downloaded vte v0.11.1
9532024-02-07T23:00:15.908Z Downloaded getrandom v0.2.10
9542024-02-07T23:00:15.909Z Downloaded tokio-macros v2.2.0
9552024-02-07T23:00:15.909Z Downloaded vsss-rs v3.3.4
9562024-02-07T23:00:15.909Z Downloaded percent-encoding v2.3.1
9572024-02-07T23:00:15.909Z Downloaded proc-macro-error-attr v1.0.4
9582024-02-07T23:00:15.909Z Downloaded futures-core v0.3.30
9592024-02-07T23:00:15.909Z Downloaded which v4.4.0
9602024-02-07T23:00:15.910Z Downloaded group v0.13.0
9612024-02-07T23:00:15.910Z Downloaded usdt-impl v0.3.5
9622024-02-07T23:00:15.910Z Downloaded serde_repr v0.1.16
9632024-02-07T23:00:15.910Z Downloaded defmt-macros v0.3.6
9642024-02-07T23:00:15.910Z Downloaded getopts v0.2.21
9652024-02-07T23:00:15.910Z Downloaded pkcs8 v0.10.2
9662024-02-07T23:00:15.911Z Downloaded unicode-linebreak v0.1.5
9672024-02-07T23:00:15.911Z Downloaded heapless v0.7.16
9682024-02-07T23:00:15.911Z Downloaded openssl-macros v0.1.1
9692024-02-07T23:00:15.911Z Downloaded glob v0.3.1
9702024-02-07T23:00:15.912Z Downloaded sec1 v0.7.3
9712024-02-07T23:00:15.912Z Downloaded utf8parse v0.2.1
9722024-02-07T23:00:15.912Z Downloaded once_cell v1.19.0
9732024-02-07T23:00:15.912Z Downloaded tinyvec_macros v0.1.1
9742024-02-07T23:00:15.912Z Downloaded equivalent v1.0.1
9752024-02-07T23:00:15.913Z Downloaded opaque-debug v0.3.0
9762024-02-07T23:00:15.913Z Downloaded predicates v3.1.0
9772024-02-07T23:00:15.913Z Downloaded darling v0.14.4
9782024-02-07T23:00:15.913Z Downloaded deranged v0.3.8
9792024-02-07T23:00:15.913Z Downloaded semver-parser v0.10.2
9802024-02-07T23:00:15.913Z Downloaded proc-macro2 v1.0.78
9812024-02-07T23:00:15.913Z Downloaded der_derive v0.7.2
9822024-02-07T23:00:15.914Z Downloaded multer v3.0.0
9832024-02-07T23:00:15.914Z Downloaded doc-comment v0.3.3
9842024-02-07T23:00:15.914Z Downloaded elliptic-curve v0.13.8
9852024-02-07T23:00:15.914Z Downloaded darling_macro v0.14.4
9862024-02-07T23:00:15.914Z Downloaded derive_builder_macro v0.12.0
9872024-02-07T23:00:15.914Z Downloaded structmeta v0.3.0
9882024-02-07T23:00:15.914Z Downloaded predicates-core v1.0.6
9892024-02-07T23:00:15.914Z Downloaded derive_builder_core v0.12.0
9902024-02-07T23:00:15.914Z Downloaded yasna v0.5.2
9912024-02-07T23:00:15.914Z Downloaded crossbeam-channel v0.5.8
9922024-02-07T23:00:15.915Z Downloaded rsa v0.9.2
9932024-02-07T23:00:15.915Z Downloaded want v0.3.1
9942024-02-07T23:00:15.915Z Downloaded toml v0.5.11
9952024-02-07T23:00:15.915Z Downloaded aho-corasick v1.0.4
9962024-02-07T23:00:15.915Z Downloaded pkcs1 v0.7.5
9972024-02-07T23:00:15.915Z Downloaded headers v0.3.9
9982024-02-07T23:00:15.915Z Downloaded ed25519 v1.5.3
9992024-02-07T23:00:15.915Z Downloaded rtoolbox v0.0.1
10002024-02-07T23:00:15.915Z Downloaded num_enum v0.5.11
10012024-02-07T23:00:15.915Z Downloaded version_check v0.9.4
10022024-02-07T23:00:15.915Z Downloaded thread_local v1.1.7
10032024-02-07T23:00:15.915Z Downloaded nodrop v0.1.14
10042024-02-07T23:00:15.916Z Downloaded vec_map v0.8.2
10052024-02-07T23:00:15.916Z Downloaded socket2 v0.4.9
10062024-02-07T23:00:15.916Z Downloaded wyz v0.5.1
10072024-02-07T23:00:15.916Z Downloaded pkg-config v0.3.27
10082024-02-07T23:00:15.916Z Downloaded tracing-core v0.1.31
10092024-02-07T23:00:15.916Z Downloaded libxml v0.3.3
10102024-02-07T23:00:15.916Z Downloaded predicates-tree v1.0.9
10112024-02-07T23:00:15.916Z Downloaded slog-stdlog v4.1.1
10122024-02-07T23:00:15.916Z Downloaded generic-array v0.14.7
10132024-02-07T23:00:15.916Z Downloaded pest_meta v2.7.6
10142024-02-07T23:00:15.916Z Downloaded num-bigint v0.4.4
10152024-02-07T23:00:15.916Z Downloaded radium v0.7.0
10162024-02-07T23:00:15.917Z Downloaded rusty-fork v0.3.0
10172024-02-07T23:00:15.917Z Downloaded tokio-native-tls v0.3.1
10182024-02-07T23:00:15.917Z Downloaded parse-display-derive v0.9.0
10192024-02-07T23:00:15.927Z Downloaded tracing-attributes v0.1.26
10202024-02-07T23:00:15.927Z Downloaded futures-io v0.3.30
10212024-02-07T23:00:15.927Z Downloaded poly1305 v0.8.0
10222024-02-07T23:00:15.928Z Downloaded rustc-hash v1.1.0
10232024-02-07T23:00:15.928Z Downloaded thiserror-no-std v2.0.2
10242024-02-07T23:00:15.928Z Downloaded toml v0.8.9
10252024-02-07T23:00:15.928Z Downloaded rand_core v0.6.4
10262024-02-07T23:00:15.928Z Downloaded serde_derive_internals v0.26.0
10272024-02-07T23:00:15.929Z Downloaded semver v1.0.21
10282024-02-07T23:00:15.929Z Downloaded slab v0.4.9
10292024-02-07T23:00:15.929Z Downloaded postgres-types v0.2.6
10302024-02-07T23:00:15.929Z Downloaded digest v0.10.7
10312024-02-07T23:00:15.929Z Downloaded typed-path v0.7.0
10322024-02-07T23:00:15.930Z Downloaded pem-rfc7468 v0.7.0
10332024-02-07T23:00:15.930Z Downloaded tracing v0.1.37
10342024-02-07T23:00:15.930Z Downloaded num_cpus v1.16.0
10352024-02-07T23:00:15.930Z Downloaded derive_more v0.99.17
10362024-02-07T23:00:15.930Z Downloaded parking_lot_core v0.9.8
10372024-02-07T23:00:15.930Z Downloaded uuid v1.7.0
10382024-02-07T23:00:15.930Z Downloaded zerocopy-derive v0.7.32
10392024-02-07T23:00:15.930Z Downloaded parse-display v0.9.0
10402024-02-07T23:00:15.930Z Downloaded defmt v0.3.5
10412024-02-07T23:00:15.931Z Downloaded diff v0.1.13
10422024-02-07T23:00:15.931Z Downloaded trust-dns-resolver v0.22.0
10432024-02-07T23:00:15.931Z Downloaded postcard v1.0.8
10442024-02-07T23:00:15.931Z Downloaded diesel_derives v2.1.2
10452024-02-07T23:00:15.931Z Downloaded tough v0.16.0
10462024-02-07T23:00:15.931Z Downloaded ron v0.8.1
10472024-02-07T23:00:15.931Z Downloaded derive-where v1.2.7
10482024-02-07T23:00:15.931Z Downloaded sha2 v0.10.8
10492024-02-07T23:00:15.932Z Downloaded flate2 v1.0.28
10502024-02-07T23:00:15.932Z Downloaded rand v0.8.5
10512024-02-07T23:00:15.932Z Downloaded num_enum_derive v0.5.11
10522024-02-07T23:00:15.932Z Downloaded strum v0.25.0
10532024-02-07T23:00:15.932Z Downloaded pest v2.7.6
10542024-02-07T23:00:15.932Z Downloaded dtrace-parser v0.1.14
10552024-02-07T23:00:15.932Z Downloaded darling_core v0.14.4
10562024-02-07T23:00:15.932Z Downloaded oso-derive v0.27.0
10572024-02-07T23:00:15.932Z Downloaded time v0.3.27
10582024-02-07T23:00:15.933Z Downloaded tokio-util v0.7.10
10592024-02-07T23:00:15.933Z Downloaded downcast v0.11.0
10602024-02-07T23:00:15.933Z Downloaded termtree v0.4.1
10612024-02-07T23:00:15.933Z Downloaded phf_shared v0.10.0
10622024-02-07T23:00:15.933Z Downloaded rustls-pemfile v1.0.3
10632024-02-07T23:00:15.933Z Downloaded foreign-types v0.5.0
10642024-02-07T23:00:15.933Z Downloaded hash32 v0.2.1
10652024-02-07T23:00:15.933Z Downloaded hash32 v0.3.1
10662024-02-07T23:00:15.934Z Downloaded heapless v0.8.0
10672024-02-07T23:00:15.934Z Downloaded rand_xorshift v0.3.0
10682024-02-07T23:00:15.934Z Downloaded futures-sink v0.3.30
10692024-02-07T23:00:15.934Z Downloaded futures-task v0.3.30
10702024-02-07T23:00:15.934Z Downloaded sha1 v0.10.6
10712024-02-07T23:00:15.934Z Downloaded rpassword v7.3.1
10722024-02-07T23:00:15.934Z Downloaded der v0.7.8
10732024-02-07T23:00:15.934Z Downloaded toml_edit v0.21.1
10742024-02-07T23:00:15.934Z Downloaded pin-utils v0.1.0
10752024-02-07T23:00:15.935Z Downloaded smallvec v0.6.14
10762024-02-07T23:00:15.935Z Downloaded slog-scope v4.4.0
10772024-02-07T23:00:15.935Z Downloaded untrusted v0.9.0
10782024-02-07T23:00:15.935Z Downloaded unicode-width v0.1.11
10792024-02-07T23:00:15.935Z Downloaded signal-hook-tokio v0.3.1
10802024-02-07T23:00:15.935Z Downloaded snafu v0.7.5
10812024-02-07T23:00:15.935Z Downloaded shlex v1.3.0
10822024-02-07T23:00:15.936Z Downloaded dirs-next v2.0.0
10832024-02-07T23:00:15.936Z Downloaded signal-hook-registry v1.4.1
10842024-02-07T23:00:15.936Z Downloaded shell-words v1.1.0
10852024-02-07T23:00:15.936Z Downloaded fd-lock v3.0.13
10862024-02-07T23:00:15.936Z Downloaded flagset v0.4.3
10872024-02-07T23:00:15.937Z Downloaded term v0.7.0
10882024-02-07T23:00:15.937Z Downloaded signature v1.6.4
10892024-02-07T23:00:15.937Z Downloaded quick-error v1.2.3
10902024-02-07T23:00:15.937Z Downloaded unicode-xid v0.2.4
10912024-02-07T23:00:15.937Z Downloaded thiserror-impl v1.0.56
10922024-02-07T23:00:15.937Z Downloaded thiserror v1.0.56
10932024-02-07T23:00:15.943Z Downloaded hashbrown v0.12.3
10942024-02-07T23:00:15.943Z Downloaded winnow v0.5.15
10952024-02-07T23:00:15.943Z Downloaded sqlformat v0.2.3
10962024-02-07T23:00:15.953Z Downloaded ref-cast v1.0.20
10972024-02-07T23:00:15.953Z Downloaded smallvec v1.13.1
10982024-02-07T23:00:15.953Z Downloaded slog-term v2.9.0
10992024-02-07T23:00:15.958Z Downloaded pin-project-internal v1.1.3
11002024-02-07T23:00:15.958Z Downloaded futures-macro v0.3.30
11012024-02-07T23:00:15.958Z Downloaded pin-project-lite v0.2.13
11022024-02-07T23:00:15.976Z Downloaded universal-hash v0.5.1
11032024-02-07T23:00:15.976Z Downloaded serde_with_macros v3.6.0
11042024-02-07T23:00:15.976Z Downloaded half v2.3.1
11052024-02-07T23:00:16.004Z Downloaded hyper v0.14.27
11062024-02-07T23:00:16.004Z Downloaded parking_lot_core v0.8.6
11072024-02-07T23:00:16.004Z Downloaded zerocopy v0.7.32
11082024-02-07T23:00:16.044Z Downloaded portable-atomic v1.4.3
11092024-02-07T23:00:16.044Z Downloaded textwrap v0.16.0
11102024-02-07T23:00:16.044Z Downloaded futures v0.3.30
11112024-02-07T23:00:16.045Z Downloaded unicode-ident v1.0.12
11122024-02-07T23:00:16.045Z Downloaded test-strategy v0.3.1
11132024-02-07T23:00:16.045Z Downloaded rcgen v0.12.1
11142024-02-07T23:00:16.045Z Downloaded clap v2.34.0
11152024-02-07T23:00:16.045Z Downloaded parking_lot v0.12.1
11162024-02-07T23:00:16.046Z Downloaded prettyplease v0.2.16
11172024-02-07T23:00:16.046Z Downloaded regex-automata v0.1.10
11182024-02-07T23:00:16.046Z Downloaded tungstenite v0.20.1
11192024-02-07T23:00:16.046Z Downloaded serde_yaml v0.9.25
11202024-02-07T23:00:16.056Z Downloaded sqlparser v0.43.1
11212024-02-07T23:00:16.056Z Downloaded rustls-webpki v0.101.7
11222024-02-07T23:00:16.083Z Downloaded futures-util v0.3.30
11232024-02-07T23:00:16.522Z Downloaded url v2.5.0
11242024-02-07T23:00:16.522Z Downloaded goblin v0.8.0
11252024-02-07T23:00:16.522Z Downloaded unicode_categories v0.1.1
11262024-02-07T23:00:16.523Z Downloaded openssl-sys v0.9.96
11272024-02-07T23:00:16.523Z Downloaded trust-dns-client v0.22.0
11282024-02-07T23:00:16.523Z Downloaded idna v0.5.0
11292024-02-07T23:00:16.523Z Downloaded rayon v1.8.0
11302024-02-07T23:00:16.524Z Downloaded unicode-segmentation v1.10.1
11312024-02-07T23:00:16.524Z Downloaded idna v0.2.3
11322024-02-07T23:00:16.524Z Downloaded serde_json v1.0.113
11332024-02-07T23:00:16.524Z Downloaded reedline v0.28.0
11342024-02-07T23:00:16.525Z Downloaded object v0.30.4
11352024-02-07T23:00:16.525Z Downloaded vcpkg v0.2.15
11362024-02-07T23:00:16.525Z Downloaded syn v1.0.109
11372024-02-07T23:00:16.525Z Downloaded syn v2.0.48
11382024-02-07T23:00:16.525Z Downloaded petgraph v0.6.4
11392024-02-07T23:00:16.525Z Downloaded regex v1.10.3
11402024-02-07T23:00:16.526Z Downloaded proptest v1.4.0
11412024-02-07T23:00:16.526Z Downloaded tabled v0.15.0
11422024-02-07T23:00:16.526Z Downloaded curve25519-dalek v4.1.1
11432024-02-07T23:00:16.526Z Downloaded rustix v0.37.23
11442024-02-07T23:00:16.526Z Downloaded openapiv3 v2.0.0
11452024-02-07T23:00:16.527Z Downloaded rustls v0.21.9
11462024-02-07T23:00:16.527Z Downloaded openssl v0.10.60
11472024-02-07T23:00:16.527Z Downloaded webpki-roots v0.25.2
11482024-02-07T23:00:16.527Z Downloaded rustls v0.22.2
11492024-02-07T23:00:16.527Z Downloaded rustls-webpki v0.102.1
11502024-02-07T23:00:16.528Z Downloaded polar-core v0.27.0
11512024-02-07T23:00:16.528Z Downloaded tokio v1.36.0
11522024-02-07T23:00:16.528Z Downloaded regex-syntax v0.6.29
11532024-02-07T23:00:16.528Z Downloaded diesel v2.1.4
11542024-02-07T23:00:16.528Z Downloaded object v0.32.1
11552024-02-07T23:00:16.529Z Downloaded bzip2-sys v0.1.11+1.0.8
11562024-02-07T23:00:16.529Z Downloaded smoltcp v0.11.0
11572024-02-07T23:00:16.529Z Downloaded smoltcp v0.9.1
11582024-02-07T23:00:16.529Z Downloaded bstr v1.6.0
11592024-02-07T23:00:16.529Z Downloaded trust-dns-proto v0.22.0
11602024-02-07T23:00:16.541Z Downloaded h2 v0.3.24
11612024-02-07T23:00:16.541Z Downloaded regress v0.7.1
11622024-02-07T23:00:16.543Z Downloaded radix_trie v0.2.1
11632024-02-07T23:00:16.543Z Downloaded regex-syntax v0.8.2
11642024-02-07T23:00:16.557Z Downloaded bstr v0.2.17
11652024-02-07T23:00:16.557Z Downloaded rustix v0.38.31
11662024-02-07T23:00:16.577Z Downloaded sled v0.34.7
11672024-02-07T23:00:16.595Z Downloaded nix v0.27.1
11682024-02-07T23:00:16.602Z Downloaded zerocopy-derive v0.2.0
11692024-02-07T23:00:16.606Z Downloaded ratatui v0.26.0
11702024-02-07T23:00:16.622Z Downloaded zerocopy-derive v0.6.4
11712024-02-07T23:00:16.632Z Downloaded reqwest v0.11.22
11722024-02-07T23:00:16.639Z Downloaded quick-xml v0.30.0
11732024-02-07T23:00:16.644Z Downloaded gimli v0.28.0
11742024-02-07T23:00:16.653Z Downloaded regex-automata v0.3.8
11752024-02-07T23:00:16.670Z Downloaded libc v0.2.153
11762024-02-07T23:00:16.698Z Downloaded regex-automata v0.4.4
11772024-02-07T23:00:16.715Z Downloaded hashbrown v0.13.2
11782024-02-07T23:00:17.147Z Downloaded steno v0.4.0
11792024-02-07T23:00:17.147Z Downloaded unsafe-libyaml v0.2.10
11802024-02-07T23:00:17.148Z Downloaded chrono v0.4.31
11812024-02-07T23:00:17.148Z Downloaded bitvec v1.0.1
11822024-02-07T23:00:17.148Z Downloaded csv v1.3.0
11832024-02-07T23:00:17.149Z Downloaded sha3 v0.10.8
11842024-02-07T23:00:17.149Z Downloaded ring v0.16.20
11852024-02-07T23:00:17.149Z Downloaded oso v0.27.0
11862024-02-07T23:00:17.150Z Downloaded serde_with v3.6.0
11872024-02-07T23:00:17.150Z Downloaded bindgen v0.69.2
11882024-02-07T23:00:17.150Z Downloaded password-hash v0.5.0
11892024-02-07T23:00:17.151Z Downloaded fatfs v0.3.6
11902024-02-07T23:00:17.151Z Downloaded parking_lot v0.11.2
11912024-02-07T23:00:17.151Z Downloaded tar v0.4.40
11922024-02-07T23:00:17.152Z Downloaded encoding_rs v0.8.33
11932024-02-07T23:00:17.152Z Downloaded slog v2.7.0
11942024-02-07T23:00:17.152Z Downloaded fragile v2.0.0
11952024-02-07T23:00:17.153Z Downloaded either v1.9.0
11962024-02-07T23:00:17.153Z Downloaded tui-tree-widget v0.17.0
11972024-02-07T23:00:17.153Z Downloaded tempfile v3.10.0
11982024-02-07T23:00:17.153Z Downloaded snafu-derive v0.7.5
11992024-02-07T23:00:17.154Z Downloaded slog-json v2.6.1
12002024-02-07T23:00:17.154Z Downloaded signature v2.1.0
12012024-02-07T23:00:17.154Z Downloaded phf v0.11.2
12022024-02-07T23:00:17.154Z Downloaded strum_macros v0.25.2
12032024-02-07T23:00:17.155Z Downloaded textwrap v0.11.0
12042024-02-07T23:00:17.155Z Downloaded static_assertions v1.1.0
12052024-02-07T23:00:17.155Z Downloaded dof v0.3.0
12062024-02-07T23:00:17.155Z Downloaded strip-ansi-escapes v0.2.0
12072024-02-07T23:00:17.155Z Downloaded slog-async v2.8.0
12082024-02-07T23:00:17.155Z Downloaded proc-macro-crate v1.3.1
12092024-02-07T23:00:17.156Z Downloaded rustversion v1.0.14
12102024-02-07T23:00:17.156Z Downloaded rustc_version v0.4.0
12112024-02-07T23:00:17.156Z Downloaded gethostname v0.4.3
12122024-02-07T23:00:17.156Z Downloaded unicode-normalization v0.1.22
12132024-02-07T23:00:17.157Z Downloaded hashbrown v0.14.2
12142024-02-07T23:00:17.157Z Downloaded untrusted v0.7.1
12152024-02-07T23:00:17.157Z Downloaded heck v0.3.3
12162024-02-07T23:00:17.158Z Downloaded strum_macros v0.24.3
12172024-02-07T23:00:17.158Z Downloaded rustc_version v0.1.7
12182024-02-07T23:00:17.158Z Downloaded x509-cert v0.2.4
12192024-02-07T23:00:17.158Z Downloaded zone v0.3.0
12202024-02-07T23:00:17.158Z Downloaded form_urlencoded v1.2.1
12212024-02-07T23:00:17.159Z Downloaded fixedbitset v0.4.2
12222024-02-07T23:00:17.159Z Downloaded filetime v0.2.23
12232024-02-07T23:00:17.159Z Downloaded strsim v0.8.0
12242024-02-07T23:00:17.159Z Downloaded hkdf v0.12.4
12252024-02-07T23:00:17.159Z Downloaded blake3 v1.5.0
12262024-02-07T23:00:17.160Z Downloaded openssl-probe v0.1.5
12272024-02-07T23:00:17.160Z Downloaded toml_edit v0.19.15
12282024-02-07T23:00:17.160Z Downloaded num_threads v0.1.6
12292024-02-07T23:00:17.160Z Downloaded dtrace-parser v0.2.0
12302024-02-07T23:00:17.160Z Downloaded pretty-hex v0.4.1
12312024-02-07T23:00:17.160Z Downloaded foreign-types-shared v0.3.1
12322024-02-07T23:00:17.161Z Downloaded headers-core v0.2.0
12332024-02-07T23:00:17.161Z Downloaded serde v1.0.196
12342024-02-07T23:00:17.161Z Downloaded lalrpop v0.19.12
12352024-02-07T23:00:17.161Z Downloaded unicode-bidi v0.3.13
12362024-02-07T23:00:17.161Z Downloaded derive_builder v0.12.0
12372024-02-07T23:00:17.162Z Downloaded rayon-core v1.12.0
12382024-02-07T23:00:17.162Z Downloaded subprocess v0.2.9
12392024-02-07T23:00:17.162Z Downloaded pin-project v1.1.3
12402024-02-07T23:00:17.162Z Downloaded trust-dns-server v0.22.1
12412024-02-07T23:00:17.162Z Downloaded env_logger v0.10.0
12422024-02-07T23:00:17.163Z Downloaded defmt-parser v0.3.3
12432024-02-07T23:00:17.163Z Downloaded zip v0.6.6
12442024-02-07T23:00:17.163Z Downloaded rustyline v13.0.0
12452024-02-07T23:00:17.163Z Downloaded nom v7.1.3
12462024-02-07T23:00:17.163Z Downloaded num-bigint-dig v0.8.4
12472024-02-07T23:00:17.163Z Downloaded crossterm v0.27.0
12482024-02-07T23:00:17.164Z Downloaded dof v0.1.5
12492024-02-07T23:00:17.164Z Downloaded tinyvec v1.6.0
12502024-02-07T23:00:17.164Z Downloaded salty v0.2.0
12512024-02-07T23:00:17.164Z Downloaded platforms v3.0.2
12522024-02-07T23:00:17.165Z Downloaded structopt v0.3.26
12532024-02-07T23:00:17.165Z Downloaded flume v0.11.0
12542024-02-07T23:00:17.165Z Downloaded ring v0.17.7
12552024-02-07T23:00:17.184Z Downloaded synstructure v0.12.6
12562024-02-07T23:00:17.184Z Downloaded r2d2 v0.8.10
12572024-02-07T23:00:17.184Z Downloaded fs-err v2.11.0
12582024-02-07T23:00:17.184Z Downloaded mio v0.8.9
12592024-02-07T23:00:17.184Z Downloaded resolv-conf v0.7.0
12602024-02-07T23:00:17.184Z Downloaded ref-cast-impl v1.0.20
12612024-02-07T23:00:17.184Z Downloaded errno v0.3.8
12622024-02-07T23:00:17.184Z Downloaded ppv-lite86 v0.2.17
12632024-02-07T23:00:17.184Z Downloaded proc-macro-error v1.0.4
12642024-02-07T23:00:17.184Z Downloaded darling v0.20.3
12652024-02-07T23:00:17.184Z Downloaded unicase v2.7.0
12662024-02-07T23:00:17.184Z Downloaded pretty-hex v0.2.1
12672024-02-07T23:00:17.185Z Downloaded float-cmp v0.9.0
12682024-02-07T23:00:17.185Z Downloaded terminal_size v0.2.6
12692024-02-07T23:00:17.185Z Downloaded minimal-lexical v0.2.1
12702024-02-07T23:00:17.185Z Downloaded memchr v2.6.3
12712024-02-07T23:00:17.185Z Downloaded http v1.0.0
12722024-02-07T23:00:17.185Z Downloaded http v0.2.11
12732024-02-07T23:00:17.185Z Downloaded thiserror-impl-no-std v2.0.2
12742024-02-07T23:00:17.185Z Downloaded tokio-postgres v0.7.10
12752024-02-07T23:00:17.189Z Downloaded darling_core v0.20.3
12762024-02-07T23:00:17.192Z Downloaded usdt v0.5.0
12772024-02-07T23:00:17.192Z Downloaded thread-id v4.2.0
12782024-02-07T23:00:17.196Z Downloaded futures-channel v0.3.30
12792024-02-07T23:00:17.196Z Downloaded socket2 v0.5.5
12802024-02-07T23:00:17.200Z Downloaded zeroize v1.7.0
12812024-02-07T23:00:17.200Z Downloaded spki v0.7.2
12822024-02-07T23:00:17.203Z Downloaded ucd-trie v0.1.6
12832024-02-07T23:00:17.203Z Downloaded schemars v0.8.16
12842024-02-07T23:00:17.212Z Downloaded swrite v0.1.0
12852024-02-07T23:00:17.215Z Downloaded topological-sort v0.2.2
12862024-02-07T23:00:17.216Z Downloaded ff v0.13.0
12872024-02-07T23:00:17.216Z Downloaded funty v2.0.0
12882024-02-07T23:00:17.231Z Downloaded string_cache v0.8.7
12892024-02-07T23:00:17.231Z Downloaded typenum v1.16.0
12902024-02-07T23:00:17.231Z Downloaded indexmap v2.2.2
12912024-02-07T23:00:17.234Z Downloaded clap_builder v4.4.2
12922024-02-07T23:00:17.235Z Downloaded difflib v0.4.0
12932024-02-07T23:00:17.235Z Downloaded scheduled-thread-pool v0.2.7
12942024-02-07T23:00:17.235Z Downloaded crypto-bigint v0.5.2
12952024-02-07T23:00:17.239Z Downloaded usdt-attr-macro v0.3.5
12962024-02-07T23:00:17.239Z Downloaded quote v1.0.35
12972024-02-07T23:00:17.239Z Downloaded papergrid v0.11.0
12982024-02-07T23:00:17.244Z Downloaded crossbeam-epoch v0.9.15
12992024-02-07T23:00:17.247Z Downloaded cc v1.0.83
13002024-02-07T23:00:17.251Z Downloaded itertools v0.12.1
13012024-02-07T23:00:17.256Z Downloaded serde-hex v0.1.0
13022024-02-07T23:00:17.261Z Downloaded pest_derive v2.7.6
13032024-02-07T23:00:17.261Z Downloaded chacha20poly1305 v0.10.1
13042024-02-07T23:00:17.266Z Downloaded toml v0.7.8
13052024-02-07T23:00:17.266Z Downloaded similar v2.3.0
13062024-02-07T23:00:17.271Z Downloaded stringprep v0.1.3
13072024-02-07T23:00:17.271Z Downloaded bytes v1.5.0
13082024-02-07T23:00:17.277Z Downloaded plain v0.2.3
13092024-02-07T23:00:17.277Z Downloaded packed_struct_codegen v0.10.1
13102024-02-07T23:00:17.278Z Downloaded clang-sys v1.6.1
13112024-02-07T23:00:17.287Z Downloaded backtrace v0.3.69
13122024-02-07T23:00:17.288Z Downloaded crossbeam-utils v0.8.16
13132024-02-07T23:00:17.288Z Downloaded signal-hook v0.3.17
13142024-02-07T23:00:17.288Z Downloaded spin v0.9.8
13152024-02-07T23:00:17.293Z Downloaded semver v0.11.0
13162024-02-07T23:00:17.294Z Downloaded usdt-impl v0.5.0
13172024-02-07T23:00:17.294Z Downloaded serde_plain v1.0.2
13182024-02-07T23:00:17.294Z Downloaded rand_chacha v0.3.1
13192024-02-07T23:00:17.305Z Downloaded zeroize_derive v1.4.2
13202024-02-07T23:00:17.305Z Downloaded unarray v0.1.4
13212024-02-07T23:00:17.305Z Downloaded hmac v0.12.1
13222024-02-07T23:00:17.305Z Downloaded owo-colors v4.0.0
13232024-02-07T23:00:17.305Z Downloaded tokio-rustls v0.25.0
13242024-02-07T23:00:17.306Z Downloaded smf v0.2.2
13252024-02-07T23:00:17.310Z Downloaded tokio-stream v0.1.14
13262024-02-07T23:00:17.311Z Downloaded strum_macros v0.26.1
13272024-02-07T23:00:17.311Z Downloaded pem v3.0.2
13282024-02-07T23:00:17.311Z Downloaded siphasher v0.3.11
13292024-02-07T23:00:17.312Z Downloaded crc32fast v1.3.2
13302024-02-07T23:00:17.317Z Downloaded lock_api v0.4.10
13312024-02-07T23:00:17.317Z Downloaded spin v0.5.2
13322024-02-07T23:00:17.317Z Downloaded blake2 v0.10.6
13332024-02-07T23:00:17.318Z Downloaded arc-swap v1.6.0
13342024-02-07T23:00:17.322Z Downloaded anyhow v1.0.75
13352024-02-07T23:00:17.327Z Downloaded signal-hook-mio v0.2.3
13362024-02-07T23:00:17.328Z Downloaded cookie v0.18.0
13372024-02-07T23:00:17.328Z Downloaded const-oid v0.9.5
13382024-02-07T23:00:17.334Z Downloaded compact_str v0.7.1
13392024-02-07T23:00:17.334Z Downloaded toml_datetime v0.6.5
13402024-02-07T23:00:17.334Z Downloaded structmeta-derive v0.2.0
13412024-02-07T23:00:17.335Z Downloaded castaway v0.2.2
13422024-02-07T23:00:17.335Z Downloaded serde_path_to_error v0.1.15
13432024-02-07T23:00:17.340Z Downloaded serde_urlencoded v0.7.1
13442024-02-07T23:00:17.340Z Downloaded serde_tokenstream v0.2.0
13452024-02-07T23:00:17.341Z Downloaded native-tls v0.2.11
13462024-02-07T23:00:17.345Z Downloaded mime_guess v2.0.4
13472024-02-07T23:00:17.346Z Downloaded log v0.4.20
13482024-02-07T23:00:17.346Z Downloaded bzip2 v0.4.4
13492024-02-07T23:00:17.346Z Downloaded anstyle-parse v0.2.1
13502024-02-07T23:00:17.353Z Downloaded bcs v0.1.6
13512024-02-07T23:00:17.354Z Downloaded backoff v0.4.0
13522024-02-07T23:00:17.354Z Downloaded indoc v2.0.3
13532024-02-07T23:00:17.359Z Downloaded foreign-types v0.3.2
13542024-02-07T23:00:17.359Z Downloaded cexpr v0.6.0
13552024-02-07T23:00:17.359Z Downloaded camino-tempfile v1.1.1
13562024-02-07T23:00:17.359Z Downloaded maplit v1.0.2
13572024-02-07T23:00:17.360Z Downloaded crc v3.0.1
13582024-02-07T23:00:17.360Z Downloaded hubpack v0.1.2
13592024-02-07T23:00:17.367Z Downloaded base64ct v1.6.0
13602024-02-07T23:00:17.367Z Downloaded semver v0.1.20
13612024-02-07T23:00:17.367Z Downloaded secrecy v0.8.0
13622024-02-07T23:00:17.367Z Downloaded rustls-pki-types v1.1.0
13632024-02-07T23:00:17.371Z Downloaded crossbeam-queue v0.3.8
13642024-02-07T23:00:17.371Z Downloaded cfg-if v1.0.0
13652024-02-07T23:00:17.371Z Downloaded highway v1.1.0
13662024-02-07T23:00:17.371Z Downloaded scopeguard v1.2.0
13672024-02-07T23:00:17.371Z Downloaded schemars_derive v0.8.16
13682024-02-07T23:00:17.371Z Downloaded same-file v1.0.6
13692024-02-07T23:00:17.371Z Downloaded rustls-pemfile v2.0.0
13702024-02-07T23:00:17.376Z Downloaded memmap v0.7.0
13712024-02-07T23:00:17.376Z Downloaded hostname v0.3.1
13722024-02-07T23:00:17.376Z Downloaded zone_cfg_derive v0.3.0
13732024-02-07T23:00:17.381Z Downloaded async-trait v0.1.77
13742024-02-07T23:00:17.381Z Downloaded argon2 v0.5.3
13752024-02-07T23:00:17.381Z Downloaded libloading v0.7.4
13762024-02-07T23:00:17.386Z Downloaded mockall v0.12.0
13772024-02-07T23:00:17.386Z Downloaded lru-cache v0.1.2
13782024-02-07T23:00:17.386Z Downloaded usdt-macro v0.3.5
13792024-02-07T23:00:17.386Z Downloaded managed v0.8.0
13802024-02-07T23:00:17.391Z Downloaded match_cfg v0.1.0
13812024-02-07T23:00:17.392Z Downloaded buf-list v1.0.3
13822024-02-07T23:00:17.392Z Downloaded bitfield v0.14.0
13832024-02-07T23:00:17.392Z Downloaded crossbeam v0.8.2
13842024-02-07T23:00:17.402Z Downloaded block-buffer v0.10.4
13852024-02-07T23:00:17.402Z Downloaded maybe-uninit v2.0.0
13862024-02-07T23:00:17.402Z Downloaded lru v0.12.1
13872024-02-07T23:00:17.402Z Downloaded macaddr v1.0.1
13882024-02-07T23:00:17.403Z Downloaded atomic-waker v1.1.1
13892024-02-07T23:00:17.403Z Downloaded ansi_term v0.12.1
13902024-02-07T23:00:17.409Z Downloaded serde-big-array v0.4.1
13912024-02-07T23:00:17.409Z Downloaded async-recursion v1.0.5
13922024-02-07T23:00:17.409Z Downloaded serde-big-array v0.5.1
13932024-02-07T23:00:17.409Z Downloaded linear-map v1.2.0
13942024-02-07T23:00:17.766Z Compiling proc-macro2 v1.0.78
13952024-02-07T23:00:17.766Z Compiling unicode-ident v1.0.12
13962024-02-07T23:00:17.769Z Compiling libc v0.2.153
13972024-02-07T23:00:17.769Z Compiling serde v1.0.196
13982024-02-07T23:00:17.769Z Compiling autocfg v1.1.0
13992024-02-07T23:00:17.807Z Compiling version_check v0.9.4
14002024-02-07T23:00:17.811Z Compiling cfg-if v1.0.0
14012024-02-07T23:00:17.928Z Compiling once_cell v1.19.0
14022024-02-07T23:00:17.937Z Compiling syn v1.0.109
14032024-02-07T23:00:18.036Z Compiling byteorder v1.5.0
14042024-02-07T23:00:18.346Z Compiling memchr v2.6.3
14052024-02-07T23:00:18.425Z Compiling ahash v0.8.7
14062024-02-07T23:00:18.438Z Compiling parking_lot_core v0.9.8
14072024-02-07T23:00:18.511Z Compiling lock_api v0.4.10
14082024-02-07T23:00:19.477Z Compiling libm v0.2.7
14092024-02-07T23:00:19.492Z Compiling serde_json v1.0.113
14102024-02-07T23:00:19.630Z Compiling num-traits v0.2.16
14112024-02-07T23:00:19.634Z Compiling thiserror v1.0.56
14122024-02-07T23:00:20.209Z Compiling typenum v1.16.0
14132024-02-07T23:00:20.228Z Compiling scopeguard v1.2.0
14142024-02-07T23:00:20.228Z Compiling generic-array v0.14.7
14152024-02-07T23:00:20.292Z Compiling itoa v1.0.9
14162024-02-07T23:00:20.510Z Compiling log v0.4.20
14172024-02-07T23:00:20.621Z Compiling quote v1.0.35
14182024-02-07T23:00:20.957Z Compiling syn v2.0.48
14192024-02-07T23:00:21.067Z Compiling cc v1.0.83
14202024-02-07T23:00:21.174Z Compiling getrandom v0.2.10
14212024-02-07T23:00:21.543Z Compiling pkg-config v0.3.27
14222024-02-07T23:00:21.817Z Compiling slab v0.4.9
14232024-02-07T23:00:22.128Z Compiling ryu v1.0.15
14242024-02-07T23:00:22.297Z Compiling allocator-api2 v0.2.16
14252024-02-07T23:00:22.416Z Compiling pin-project-lite v0.2.13
14262024-02-07T23:00:22.526Z Compiling smallvec v1.13.1
14272024-02-07T23:00:22.602Z Compiling equivalent v1.0.1
14282024-02-07T23:00:22.655Z Compiling schemars v0.8.16
14292024-02-07T23:00:22.713Z Compiling vcpkg v0.2.15
14302024-02-07T23:00:23.024Z Compiling heck v0.4.1
14312024-02-07T23:00:23.385Z Compiling parking_lot v0.12.1
14322024-02-07T23:00:23.572Z Compiling ring v0.17.7
14332024-02-07T23:00:24.443Z Compiling openssl-sys v0.9.96
14342024-02-07T23:00:24.627Z Compiling signal-hook-registry v1.4.1
14352024-02-07T23:00:25.370Z Compiling rand_core v0.6.4
14362024-02-07T23:00:25.767Z Compiling mio v0.8.9
14372024-02-07T23:00:26.523Z Compiling ring v0.16.20
14382024-02-07T23:00:27.511Z Compiling socket2 v0.5.5
14392024-02-07T23:00:27.662Z Compiling num_cpus v1.16.0
14402024-02-07T23:00:27.796Z Compiling httparse v1.8.0
14412024-02-07T23:00:27.816Z Compiling ucd-trie v0.1.6
14422024-02-07T23:00:27.900Z Compiling futures-core v0.3.30
14432024-02-07T23:00:28.135Z Compiling semver v1.0.21
14442024-02-07T23:00:28.315Z Compiling fnv v1.0.7
14452024-02-07T23:00:28.343Z Compiling spin v0.5.2
14462024-02-07T23:00:28.343Z Compiling openssl v0.10.60
14472024-02-07T23:00:28.388Z Compiling serde_derive_internals v0.26.0
14482024-02-07T23:00:28.474Z Compiling crossbeam-utils v0.8.16
14492024-02-07T23:00:28.952Z Compiling iana-time-zone v0.1.57
14502024-02-07T23:00:29.008Z Compiling const-oid v0.9.5
14512024-02-07T23:00:29.315Z Compiling native-tls v0.2.11
14522024-02-07T23:00:29.408Z Compiling unicode-xid v0.2.4
14532024-02-07T23:00:29.587Z Compiling rustls v0.21.9
14542024-02-07T23:00:29.674Z Compiling subtle v2.5.0
14552024-02-07T23:00:29.874Z Compiling synstructure v0.12.6
14562024-02-07T23:00:30.199Z Compiling spin v0.9.8
14572024-02-07T23:00:30.631Z Compiling memoffset v0.9.0
14582024-02-07T23:00:30.641Z Compiling futures-sink v0.3.30
14592024-02-07T23:00:30.893Z Compiling io-lifetimes v1.0.11
14602024-02-07T23:00:31.053Z Compiling backtrace v0.3.69
14612024-02-07T23:00:31.351Z Compiling winnow v0.5.15
14622024-02-07T23:00:31.388Z Compiling tinyvec_macros v0.1.1
14632024-02-07T23:00:31.457Z Compiling rustix v0.38.31
14642024-02-07T23:00:31.875Z Compiling dyn-clone v1.0.16
14652024-02-07T23:00:31.876Z Compiling tinyvec v1.6.0
14662024-02-07T23:00:31.876Z Compiling futures-channel v0.3.30
14672024-02-07T23:00:32.040Z Compiling tracing-core v0.1.31
14682024-02-07T23:00:32.244Z Compiling crossbeam-epoch v0.9.15
14692024-02-07T23:00:32.339Z Compiling num-integer v0.1.45
14702024-02-07T23:00:33.009Z Compiling pin-utils v0.1.0
14712024-02-07T23:00:33.035Z Compiling futures-task v0.3.30
14722024-02-07T23:00:33.035Z Compiling rustix v0.37.23
14732024-02-07T23:00:33.036Z Compiling futures-io v0.3.30
14742024-02-07T23:00:33.220Z Compiling slog v2.7.0
14752024-02-07T23:00:33.514Z Compiling unicode-normalization v0.1.22
14762024-02-07T23:00:33.802Z Compiling schemars_derive v0.8.16
14772024-02-07T23:00:33.873Z Compiling serde_derive v1.0.196
14782024-02-07T23:00:33.971Z Compiling zerocopy-derive v0.7.32
14792024-02-07T23:00:34.492Z Compiling zeroize_derive v1.4.2
14802024-02-07T23:00:34.695Z Compiling thiserror-impl v1.0.56
14812024-02-07T23:00:34.925Z Compiling tokio-macros v2.2.0
14822024-02-07T23:00:35.331Z Compiling futures-macro v0.3.30
14832024-02-07T23:00:35.966Z Compiling tracing-attributes v0.1.26
14842024-02-07T23:00:36.034Z Compiling zerocopy v0.7.32
14852024-02-07T23:00:36.704Z Compiling zeroize v1.7.0
14862024-02-07T23:00:37.547Z Compiling pest v2.7.6
14872024-02-07T23:00:38.099Z Compiling hashbrown v0.14.2
14882024-02-07T23:00:38.500Z Compiling openssl-macros v0.1.1
14892024-02-07T23:00:39.067Z Compiling zerocopy-derive v0.2.0
14902024-02-07T23:00:39.236Z Compiling crypto-common v0.1.6
14912024-02-07T23:00:39.262Z Compiling der_derive v0.7.2
14922024-02-07T23:00:39.432Z Compiling tracing v0.1.37
14932024-02-07T23:00:39.907Z Compiling block-buffer v0.10.4
14942024-02-07T23:00:39.915Z Compiling hashbrown v0.13.2
14952024-02-07T23:00:40.243Z Compiling pest_meta v2.7.6
14962024-02-07T23:00:40.296Z Compiling futures-util v0.3.30
14972024-02-07T23:00:40.793Z Compiling usdt-impl v0.3.5
14982024-02-07T23:00:41.124Z Compiling time-core v0.1.1
14992024-02-07T23:00:41.572Z Compiling pest_generator v2.7.6
15002024-02-07T23:00:42.169Z Compiling unicode-bidi v0.3.13
15012024-02-07T23:00:43.492Z Compiling anyhow v1.0.75
15022024-02-07T23:00:44.298Z Compiling bitflags v1.3.2
15032024-02-07T23:00:44.309Z Compiling crc32fast v1.3.2
15042024-02-07T23:00:44.310Z Compiling pest_derive v2.7.6
15052024-02-07T23:00:44.683Z Compiling time-macros v0.2.13
15062024-02-07T23:00:44.961Z Compiling digest v0.10.7
15072024-02-07T23:00:45.377Z Compiling scroll_derive v0.12.0
15082024-02-07T23:00:45.938Z Compiling bzip2-sys v0.1.11+1.0.8
15092024-02-07T23:00:46.260Z Compiling aho-corasick v1.0.4
15102024-02-07T23:00:46.372Z Compiling ppv-lite86 v0.2.17
15112024-02-07T23:00:46.865Z Compiling rustversion v1.0.14
15122024-02-07T23:00:47.175Z Compiling bytes v1.5.0
15132024-02-07T23:00:47.460Z Compiling indexmap v2.2.2
15142024-02-07T23:00:47.610Z Compiling uuid v1.7.0
15152024-02-07T23:00:48.048Z Compiling chrono v0.4.31
15162024-02-07T23:00:48.298Z Compiling bitflags v2.4.0
15172024-02-07T23:00:48.345Z Compiling tokio v1.36.0
15182024-02-07T23:00:50.198Z Compiling serde_spanned v0.6.5
15192024-02-07T23:00:50.451Z Compiling toml_datetime v0.6.5
15202024-02-07T23:00:51.639Z Compiling rustc_version v0.4.0
15212024-02-07T23:00:51.743Z Compiling toml_edit v0.19.15
15222024-02-07T23:00:51.767Z Compiling http v0.2.11
15232024-02-07T23:00:52.267Z Compiling heapless v0.7.16
15242024-02-07T23:00:53.128Z Compiling async-trait v0.1.77
15252024-02-07T23:00:53.571Z Compiling regex-syntax v0.8.2
15262024-02-07T23:00:54.135Z Compiling signal-hook v0.3.17
15272024-02-07T23:00:54.356Z Compiling untrusted v0.9.0
15282024-02-07T23:00:54.668Z Compiling rand_chacha v0.3.1
15292024-02-07T23:00:55.611Z Compiling zerocopy v0.3.0
15302024-02-07T23:00:56.594Z Compiling thread-id v4.2.0
15312024-02-07T23:00:56.717Z Compiling errno v0.3.8
15322024-02-07T23:00:57.141Z Compiling regex-automata v0.4.4
15332024-02-07T23:00:58.697Z Compiling strsim v0.10.0
15342024-02-07T23:00:59.737Z Compiling tokio-util v0.7.10
15352024-02-07T23:01:01.273Z Compiling dof v0.1.5
15362024-02-07T23:01:01.937Z Compiling regex v1.10.3
15372024-02-07T23:01:02.069Z Compiling rand v0.8.5
15382024-02-07T23:01:03.655Z Compiling dtrace-parser v0.1.14
15392024-02-07T23:01:04.774Z Compiling num-bigint v0.4.4
15402024-02-07T23:01:05.297Z Compiling untrusted v0.7.1
15412024-02-07T23:01:05.372Z Compiling smoltcp v0.9.1
15422024-02-07T23:01:05.413Z Compiling foreign-types-shared v0.1.1
15432024-02-07T23:01:05.520Z Compiling base64ct v1.6.0
15442024-02-07T23:01:05.650Z Compiling percent-encoding v2.3.1
15452024-02-07T23:01:05.745Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
15462024-02-07T23:01:06.008Z Compiling foreign-types v0.3.2
15472024-02-07T23:01:06.102Z Compiling pem-rfc7468 v0.7.0
15482024-02-07T23:01:06.910Z Compiling strum_macros v0.25.2
15492024-02-07T23:01:08.298Z Compiling serde_tokenstream v0.1.7
15502024-02-07T23:01:09.571Z Compiling hmac v0.12.1
15512024-02-07T23:01:09.840Z Compiling lazy_static v1.4.0
15522024-02-07T23:01:10.060Z Compiling socket2 v0.4.9
15532024-02-07T23:01:10.228Z Compiling adler v1.0.2
15542024-02-07T23:01:10.252Z Compiling flagset v0.4.3
15552024-02-07T23:01:10.387Z Compiling unicode-segmentation v1.10.1
15562024-02-07T23:01:10.468Z Compiling unicode-width v0.1.11
15572024-02-07T23:01:10.532Z Compiling try-lock v0.2.4
15582024-02-07T23:01:10.674Z Compiling siphasher v0.3.11
15592024-02-07T23:01:10.689Z Compiling base64 v0.21.7
15602024-02-07T23:01:11.085Z Compiling miniz_oxide v0.7.1
15612024-02-07T23:01:11.197Z Compiling want v0.3.1
15622024-02-07T23:01:11.330Z Compiling der v0.7.8
15632024-02-07T23:01:11.972Z Compiling sct v0.7.0
15642024-02-07T23:01:12.247Z Compiling rustls-webpki v0.101.7
15652024-02-07T23:01:12.354Z Compiling form_urlencoded v1.2.1
15662024-02-07T23:01:12.398Z Compiling h2 v0.3.24
15672024-02-07T23:01:12.692Z Compiling http-body v0.4.5
15682024-02-07T23:01:12.743Z Compiling zerocopy-derive v0.6.4
15692024-02-07T23:01:13.094Z Compiling hubpack_derive v0.1.1
15702024-02-07T23:01:14.462Z Compiling num-iter v0.1.43
15712024-02-07T23:01:14.720Z Compiling usdt-impl v0.5.0
15722024-02-07T23:01:14.923Z Compiling tower-service v0.3.2
15732024-02-07T23:01:15.038Z Compiling httpdate v1.0.3
15742024-02-07T23:01:15.069Z Compiling anstyle v1.0.2
15752024-02-07T23:01:15.092Z Compiling stable_deref_trait v1.2.0
15762024-02-07T23:01:15.195Z Compiling cpufeatures v0.2.12
15772024-02-07T23:01:15.218Z Compiling openssl-probe v0.1.5
15782024-02-07T23:01:15.308Z Compiling utf8parse v0.2.1
15792024-02-07T23:01:15.515Z Compiling anstyle-parse v0.2.1
15802024-02-07T23:01:15.739Z Compiling sha2 v0.10.8
15812024-02-07T23:01:16.551Z Compiling spki v0.7.2
15822024-02-07T23:01:17.838Z Compiling usdt-macro v0.3.5
15832024-02-07T23:01:18.041Z Compiling usdt-attr-macro v0.3.5
15842024-02-07T23:01:19.254Z Compiling openapiv3 v2.0.0
15852024-02-07T23:01:19.379Z Compiling hyper v0.14.27
15862024-02-07T23:01:19.676Z Compiling scroll v0.12.0
15872024-02-07T23:01:20.257Z Compiling md-5 v0.10.5
15882024-02-07T23:01:20.556Z Compiling stringprep v0.1.3
15892024-02-07T23:01:20.998Z Compiling idna v0.5.0
15902024-02-07T23:01:21.682Z Compiling diesel_table_macro_syntax v0.1.0
15912024-02-07T23:01:22.045Z Compiling hash32 v0.2.1
15922024-02-07T23:01:22.853Z Compiling gimli v0.28.0
15932024-02-07T23:01:22.859Z Compiling plain v0.2.3
15942024-02-07T23:01:23.426Z Compiling anstyle-query v1.0.0
15952024-02-07T23:01:23.557Z Compiling fallible-iterator v0.2.0
15962024-02-07T23:01:24.088Z Compiling colorchoice v1.0.0
15972024-02-07T23:01:24.246Z Compiling anstream v0.5.0
15982024-02-07T23:01:24.345Z Compiling postgres-protocol v0.6.6
15992024-02-07T23:01:25.596Z Compiling goblin v0.8.0
16002024-02-07T23:01:26.132Z Compiling diesel_derives v2.1.2
16012024-02-07T23:01:27.463Z Compiling addr2line v0.21.0
16022024-02-07T23:01:28.115Z Compiling url v2.5.0
16032024-02-07T23:01:29.882Z Compiling tokio-rustls v0.24.1
16042024-02-07T23:01:30.267Z Compiling tokio-native-tls v0.3.1
16052024-02-07T23:01:30.541Z Compiling terminal_size v0.2.6
16062024-02-07T23:01:30.724Z Compiling pkcs8 v0.10.2
16072024-02-07T23:01:31.596Z Compiling phf_shared v0.11.2
16082024-02-07T23:01:33.038Z Compiling serde_tokenstream v0.2.0
16092024-02-07T23:01:33.249Z Compiling block-padding v0.3.3
16102024-02-07T23:01:33.490Z Compiling serde_repr v0.1.16
16112024-02-07T23:01:33.550Z Compiling clap_derive v4.4.2
16122024-02-07T23:01:34.579Z Compiling enum-as-inner v0.5.1
16132024-02-07T23:01:35.357Z Compiling ff v0.13.0
16142024-02-07T23:01:35.590Z Compiling scheduled-thread-pool v0.2.7
16152024-02-07T23:01:35.612Z Compiling object v0.32.1
16162024-02-07T23:01:37.001Z Compiling num_threads v0.1.6
16172024-02-07T23:01:37.667Z Compiling matches v0.1.10
16182024-02-07T23:01:37.767Z Compiling rustc-demangle v0.1.23
16192024-02-07T23:01:38.251Z Compiling ipnet v2.9.0
16202024-02-07T23:01:38.627Z Compiling deranged v0.3.8
16212024-02-07T23:01:39.438Z Compiling regex-automata v0.1.10
16222024-02-07T23:01:40.398Z Compiling managed v0.8.0
16232024-02-07T23:01:40.546Z Compiling base16ct v0.2.0
16242024-02-07T23:01:40.874Z Compiling clap_lex v0.5.1
16252024-02-07T23:01:41.310Z Compiling pretty-hex v0.4.1
16262024-02-07T23:01:41.391Z Compiling bit-vec v0.6.3
16272024-02-07T23:01:41.436Z Compiling clap_builder v4.4.2
16282024-02-07T23:01:41.509Z Compiling dof v0.3.0
16292024-02-07T23:01:43.463Z Compiling sec1 v0.7.3
16302024-02-07T23:01:43.980Z Compiling time v0.3.27
16312024-02-07T23:01:44.725Z Compiling bstr v0.2.17
16322024-02-07T23:01:45.097Z Compiling idna v0.2.3
16332024-02-07T23:01:46.224Z Compiling r2d2 v0.8.10
16342024-02-07T23:01:46.656Z Compiling group v0.13.0
16352024-02-07T23:01:47.370Z Compiling inout v0.1.3
16362024-02-07T23:01:48.014Z Compiling phf v0.11.2
16372024-02-07T23:01:48.140Z Compiling hyper-tls v0.5.0
16382024-02-07T23:01:48.258Z Compiling signal-hook-mio v0.2.3
16392024-02-07T23:01:48.309Z Compiling hyper-rustls v0.24.2
16402024-02-07T23:01:48.449Z Compiling flate2 v1.0.28
16412024-02-07T23:01:48.492Z Compiling bzip2 v0.4.4
16422024-02-07T23:01:48.670Z Compiling postgres-types v0.2.6
16432024-02-07T23:01:49.013Z Compiling zerocopy v0.6.4
16442024-02-07T23:01:49.030Z Compiling hubpack v0.1.2
16452024-02-07T23:01:49.587Z Compiling serde_urlencoded v0.7.1
16462024-02-07T23:01:49.642Z Compiling rustls-pemfile v1.0.3
16472024-02-07T23:01:49.642Z Compiling phf_shared v0.10.0
16482024-02-07T23:01:50.167Z Compiling hkdf v0.12.4
16492024-02-07T23:01:50.189Z Compiling ipnetwork v0.20.0
16502024-02-07T23:01:50.189Z Compiling futures-executor v0.3.30
16512024-02-07T23:01:50.244Z Compiling dtrace-parser v0.2.0
16522024-02-07T23:01:50.670Z Compiling regress v0.7.1
16532024-02-07T23:01:50.810Z Compiling crypto-bigint v0.5.2
16542024-02-07T23:01:51.205Z Compiling float-cmp v0.9.0
16552024-02-07T23:01:51.400Z Compiling encoding_rs v0.8.33
16562024-02-07T23:01:53.092Z Compiling difflib v0.4.0
16572024-02-07T23:01:54.414Z Compiling mime v0.3.17
16582024-02-07T23:01:54.491Z Compiling fixedbitset v0.4.2
16592024-02-07T23:02:01.139Z Compiling precomputed-hash v0.1.1
16602024-02-07T23:02:01.259Z Compiling new_debug_unreachable v1.0.4
16612024-02-07T23:02:01.259Z Compiling normalize-line-endings v0.3.0
16622024-02-07T23:02:01.259Z Compiling predicates-core v1.0.6
16632024-02-07T23:02:01.259Z Compiling minimal-lexical v0.2.1
16642024-02-07T23:02:01.259Z Compiling regex-automata v0.3.8
16652024-02-07T23:02:01.259Z Compiling whoami v1.4.1
16662024-02-07T23:02:01.259Z Compiling either v1.9.0
16672024-02-07T23:02:01.547Z Compiling webpki-roots v0.25.2
16682024-02-07T23:02:01.547Z Compiling static_assertions v1.1.0
16692024-02-07T23:02:01.547Z Compiling data-encoding v2.4.0
16702024-02-07T23:02:01.547Z Compiling itertools v0.10.5
16712024-02-07T23:02:01.547Z Compiling trust-dns-proto v0.22.0
16722024-02-07T23:02:01.547Z Compiling bstr v1.6.0
16732024-02-07T23:02:01.547Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
16742024-02-07T23:02:01.548Z Compiling reqwest v0.11.22
16752024-02-07T23:02:04.259Z Compiling tokio-postgres v0.7.10
16762024-02-07T23:02:04.284Z Compiling nom v7.1.3
16772024-02-07T23:02:05.747Z Compiling predicates v3.1.0
16782024-02-07T23:02:07.224Z Compiling string_cache v0.8.7
16792024-02-07T23:02:07.666Z Compiling petgraph v0.6.4
16802024-02-07T23:02:08.078Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
16812024-02-07T23:02:09.121Z Compiling elliptic-curve v0.13.8
16822024-02-07T23:02:14.751Z Compiling yasna v0.5.2
16832024-02-07T23:02:15.074Z Compiling futures v0.3.30
16842024-02-07T23:02:15.199Z Compiling diesel v2.1.4
16852024-02-07T23:02:15.303Z Compiling zip v0.6.6
16862024-02-07T23:02:16.118Z Compiling crossterm v0.27.0
16872024-02-07T23:02:16.493Z Compiling cipher v0.4.4
16882024-02-07T23:02:16.919Z Compiling similar v2.3.0
16892024-02-07T23:02:16.979Z Compiling clap v4.4.3
16902024-02-07T23:02:17.100Z Compiling bit-set v0.5.3
16912024-02-07T23:02:17.396Z Compiling usdt v0.3.5
16922024-02-07T23:02:18.219Z Compiling console v0.15.8
16932024-02-07T23:02:19.684Z Compiling tokio-stream v0.1.14
16942024-02-07T23:02:19.868Z Compiling toml v0.7.8
16952024-02-07T23:02:19.925Z Compiling toml_edit v0.21.1
16962024-02-07T23:02:20.203Z Compiling hex v0.4.3
16972024-02-07T23:02:21.108Z Compiling proc-macro-error-attr v1.0.4
16982024-02-07T23:02:21.431Z Compiling lalrpop-util v0.19.12
16992024-02-07T23:02:22.281Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
17002024-02-07T23:02:25.350Z Compiling proc-macro-crate v1.3.1
17012024-02-07T23:02:26.845Z Compiling proc-macro-error v1.0.4
17022024-02-07T23:02:27.136Z Compiling camino v1.1.6
17032024-02-07T23:02:27.338Z Compiling heapless v0.8.0
17042024-02-07T23:02:30.157Z Compiling num_enum_derive v0.5.11
17052024-02-07T23:02:38.374Z Compiling atty v0.2.14
17062024-02-07T23:02:38.934Z Compiling hash32 v0.3.1
17072024-02-07T23:02:39.390Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17082024-02-07T23:02:39.735Z Compiling ident_case v1.0.1
17092024-02-07T23:02:40.962Z Compiling rustls-pki-types v1.1.0
17102024-02-07T23:02:42.269Z Compiling smoltcp v0.11.0
17112024-02-07T23:02:44.394Z Compiling darling_core v0.20.3
17122024-02-07T23:02:49.821Z Compiling num_enum v0.5.11
17132024-02-07T23:02:57.724Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17142024-02-07T23:03:01.293Z Compiling dirs-sys-next v0.1.2
17152024-02-07T23:03:04.065Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17162024-02-07T23:03:04.069Z Compiling cobs v0.2.3
17172024-02-07T23:03:04.214Z Compiling rustls v0.22.2
17182024-02-07T23:03:05.328Z Compiling embedded-io v0.4.0
17192024-02-07T23:03:07.396Z Compiling postcard v1.0.8
17202024-02-07T23:03:18.358Z Compiling dirs-next v2.0.0
17212024-02-07T23:03:21.064Z Compiling darling_macro v0.20.3
17222024-02-07T23:03:23.559Z Compiling rustls-webpki v0.102.1
17232024-02-07T23:03:24.569Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
17242024-02-07T23:03:33.029Z Compiling getopts v0.2.21
17252024-02-07T23:03:33.030Z Compiling structmeta-derive v0.3.0
17262024-02-07T23:03:33.030Z Compiling foreign-types-macros v0.2.3
17272024-02-07T23:03:33.030Z Compiling thread_local v1.1.7
17282024-02-07T23:03:33.030Z Compiling multer v3.0.0
17292024-02-07T23:03:33.031Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
17302024-02-07T23:03:33.031Z Compiling foreign-types-shared v0.3.1
17312024-02-07T23:03:33.031Z Compiling paste v1.0.14
17322024-02-07T23:03:33.032Z Compiling slog-async v2.8.0
17332024-02-07T23:03:33.032Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
17342024-02-07T23:03:33.033Z Compiling rayon-core v1.12.0
17352024-02-07T23:03:33.033Z Compiling match_cfg v0.1.0
17362024-02-07T23:03:33.104Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17372024-02-07T23:03:33.803Z Compiling unsafe-libyaml v0.2.10
17382024-02-07T23:03:35.657Z Compiling serde_yaml v0.9.25
17392024-02-07T23:03:40.103Z Compiling hostname v0.3.1
17402024-02-07T23:03:40.644Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
17412024-02-07T23:03:41.913Z Compiling structmeta v0.3.0
17422024-02-07T23:03:42.294Z Compiling foreign-types v0.5.0
17432024-02-07T23:03:42.609Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
17442024-02-07T23:03:50.582Z Compiling darling v0.20.3
17452024-02-07T23:03:55.098Z Compiling term v0.7.0
17462024-02-07T23:03:55.214Z Compiling slog-json v2.6.1
17472024-02-07T23:03:55.214Z Compiling crossbeam-deque v0.8.3
17482024-02-07T23:03:55.214Z Compiling is-terminal v0.4.9
17492024-02-07T23:03:55.215Z Compiling strum v0.25.0
17502024-02-07T23:03:55.215Z Compiling crossbeam-channel v0.5.8
17512024-02-07T23:03:56.852Z Compiling http v1.0.0
17522024-02-07T23:03:56.985Z Compiling async-stream-impl v0.3.5
17532024-02-07T23:03:58.094Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
17542024-02-07T23:03:58.193Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17552024-02-07T23:03:58.278Z Compiling cstr-argument v0.1.2
17562024-02-07T23:03:58.537Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
17572024-02-07T23:03:58.883Z Compiling take_mut v0.2.2
17582024-02-07T23:03:58.983Z Compiling atomic-waker v1.1.1
17592024-02-07T23:03:59.005Z Compiling crucible-workspace-hack v0.1.0
17602024-02-07T23:03:59.070Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
17612024-02-07T23:03:59.200Z Compiling fastrand v2.0.1
17622024-02-07T23:03:59.361Z Compiling pretty-hex v0.2.1
17632024-02-07T23:03:59.605Z Compiling tempfile v3.10.0
17642024-02-07T23:03:59.625Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17652024-02-07T23:03:59.865Z Compiling waitgroup v0.1.2
17662024-02-07T23:04:00.342Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17672024-02-07T23:04:01.234Z Compiling async-stream v0.3.5
17682024-02-07T23:04:01.568Z Compiling colored v2.0.4
17692024-02-07T23:04:03.024Z Compiling slog-bunyan v2.5.0
17702024-02-07T23:04:03.182Z Compiling slog-term v2.9.0
17712024-02-07T23:04:03.274Z Compiling serde_with_macros v3.6.0
17722024-02-07T23:04:03.591Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
17732024-02-07T23:04:05.745Z Compiling tokio-rustls v0.25.0
17742024-02-07T23:04:06.213Z Compiling parse-display-derive v0.9.0
17752024-02-07T23:04:06.249Z Compiling toml v0.8.9
17762024-02-07T23:04:07.328Z Compiling rustls-pemfile v2.0.0
17772024-02-07T23:04:08.063Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
17782024-02-07T23:04:09.618Z Compiling sha1 v0.10.6
17792024-02-07T23:04:10.102Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
17802024-02-07T23:04:10.553Z Compiling textwrap v0.11.0
17812024-02-07T23:04:11.656Z Compiling heck v0.3.3
17822024-02-07T23:04:11.937Z Compiling serde_path_to_error v0.1.15
17832024-02-07T23:04:12.055Z Compiling instant v0.1.12
17842024-02-07T23:04:12.187Z Compiling ansi_term v0.12.1
17852024-02-07T23:04:12.227Z Compiling vec_map v0.8.2
17862024-02-07T23:04:12.555Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
17872024-02-07T23:04:12.961Z Compiling strsim v0.8.0
17882024-02-07T23:04:12.981Z Compiling debug-ignore v1.0.5
17892024-02-07T23:04:13.097Z Compiling libefi-sys v0.1.0
17902024-02-07T23:04:13.376Z Compiling clap v2.34.0
17912024-02-07T23:04:13.498Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
17922024-02-07T23:04:14.375Z Compiling backoff v0.4.0
17932024-02-07T23:04:14.764Z Compiling structopt-derive v0.4.18
17942024-02-07T23:04:16.449Z Compiling parse-display v0.9.0
17952024-02-07T23:04:17.609Z Compiling serde_with v3.6.0
17962024-02-07T23:04:18.377Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17972024-02-07T23:04:18.592Z Compiling rayon v1.8.0
17982024-02-07T23:04:19.413Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
17992024-02-07T23:04:19.645Z Compiling camino-tempfile v1.1.1
18002024-02-07T23:04:20.560Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
18012024-02-07T23:04:21.070Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18022024-02-07T23:04:21.391Z Compiling zone_cfg_derive v0.3.0
18032024-02-07T23:04:22.466Z Compiling macaddr v1.0.1
18042024-02-07T23:04:22.644Z Compiling num-derive v0.4.0
18052024-02-07T23:04:23.191Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
18062024-02-07T23:04:23.611Z Compiling blake3 v1.5.0
18072024-02-07T23:04:24.170Z Compiling portable-atomic v1.4.3
18082024-02-07T23:04:24.874Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112)
18092024-02-07T23:04:25.030Z Compiling zone v0.3.0
18102024-02-07T23:04:25.118Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
18112024-02-07T23:04:26.604Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
18122024-02-07T23:04:27.173Z Compiling structopt v0.3.26
18132024-02-07T23:04:28.174Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18142024-02-07T23:04:28.285Z Compiling smf v0.2.2
18152024-02-07T23:04:29.012Z Compiling xattr v1.0.1
18162024-02-07T23:04:29.035Z Compiling filetime v0.2.23
18172024-02-07T23:04:29.332Z Compiling memmap2 v0.7.1
18182024-02-07T23:04:29.401Z Compiling constant_time_eq v0.3.0
18192024-02-07T23:04:29.420Z Compiling arrayref v0.3.7
18202024-02-07T23:04:29.535Z Compiling same-file v1.0.6
18212024-02-07T23:04:29.586Z Compiling arrayvec v0.7.4
18222024-02-07T23:04:29.839Z Compiling walkdir v2.4.0
18232024-02-07T23:04:29.897Z Compiling tar v0.4.40
18242024-02-07T23:04:31.639Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18252024-02-07T23:04:32.457Z Compiling gethostname v0.4.3
18262024-02-07T23:04:32.725Z Compiling number_prefix v0.4.0
18272024-02-07T23:04:33.064Z Compiling topological-sort v0.2.2
18282024-02-07T23:04:33.079Z Compiling swrite v0.1.0
18292024-02-07T23:04:33.120Z Compiling omicron-zone-package v0.11.0
18302024-02-07T23:04:34.036Z Compiling indicatif v0.17.7
18312024-02-07T23:04:36.732Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18322024-02-07T23:04:36.735Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18332024-02-07T23:04:45.020Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18342024-02-07T23:04:47.468Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18352024-02-07T23:04:50.050Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
18362024-02-07T23:05:07.734Z Finished release [optimized] target(s) in 5m 12s
18372024-02-07T23:05:07.939Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
18382024-02-07T23:05:07.994ZLogging to: /work/oxidecomputer/omicron/out/LOG
18392024-02-07T23:05:07.998ZCreated new build target 'test' and set it as active
18402024-02-07T23:05:07.998Z
18412024-02-07T23:05:07.998Zreal 5:13.005139920
18422024-02-07T23:05:07.998Zuser 33:06.496280527
18432024-02-07T23:05:07.998Zsys 3:44.358041092
18442024-02-07T23:05:07.998Ztrap 0.962077351
18452024-02-07T23:05:07.998Ztflt 5.573637155
18462024-02-07T23:05:07.998Zdflt 3.758281790
18472024-02-07T23:05:07.998Zkflt 0.054547852
18482024-02-07T23:05:07.998Zlock 1:10:16.465988081
18492024-02-07T23:05:07.998Zslp 1:33:59.893234975
18502024-02-07T23:05:07.998Zlat 2:05.335773980
18512024-02-07T23:05:07.998Zstop 3:32.901750642
18522024-02-07T23:05:07.998Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
18532024-02-07T23:05:09.098Z Finished release [optimized] target(s) in 0.64s
18542024-02-07T23:05:09.108Z Running `target/release/omicron-package -t test package`
18552024-02-07T23:05:09.108ZLogging to: /work/oxidecomputer/omicron/out/LOG
18562024-02-07T23:05:09.493Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18572024-02-07T23:05:09.501Z Compiling linked-hash-map v0.5.6
18582024-02-07T23:05:09.501Z Compiling usdt-attr-macro v0.5.0
18592024-02-07T23:05:09.501Z Compiling usdt-macro v0.5.0
18602024-02-07T23:05:09.562Z Compiling memmap v0.7.0
18612024-02-07T23:05:09.577Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18622024-02-07T23:05:09.577Z Compiling password-hash v0.5.0
18632024-02-07T23:05:09.577Z Compiling blake2 v0.10.6
18642024-02-07T23:05:09.915Z Compiling lru-cache v0.1.2
18652024-02-07T23:05:09.996Z Compiling semver v0.1.20
18662024-02-07T23:05:10.122Z Compiling argon2 v0.5.3
18672024-02-07T23:05:10.585Z Compiling rustc_version v0.1.7
18682024-02-07T23:05:10.928Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18692024-02-07T23:05:10.933Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18702024-02-07T23:05:10.988Z Compiling newtype_derive v0.1.6
18712024-02-07T23:05:11.023Z Compiling usdt v0.5.0
18722024-02-07T23:05:11.226Z Compiling rayon-core v1.12.0
18732024-02-07T23:05:11.227Z Compiling crossbeam-deque v0.8.3
18742024-02-07T23:05:11.300Z Compiling same-file v1.0.6
18752024-02-07T23:05:11.629Z Compiling fastrand v2.0.1
18762024-02-07T23:05:11.635Z Compiling quick-error v1.2.3
18772024-02-07T23:05:11.669Z Compiling resolv-conf v0.7.0
18782024-02-07T23:05:12.022Z Compiling tempfile v3.10.0
18792024-02-07T23:05:12.097Z Compiling walkdir v2.4.0
18802024-02-07T23:05:12.624Z Compiling itertools v0.12.1
18812024-02-07T23:05:12.764Z Compiling camino v1.1.6
18822024-02-07T23:05:12.799Z Compiling semver-parser v0.10.2
18832024-02-07T23:05:12.814Z Compiling slog-dtrace v0.3.0
18842024-02-07T23:05:12.960Z Compiling blake3 v1.5.0
18852024-02-07T23:05:13.234Z Compiling rayon v1.8.0
18862024-02-07T23:05:13.311Z Compiling trust-dns-resolver v0.22.0
18872024-02-07T23:05:13.593Z Compiling semver v0.11.0
18882024-02-07T23:05:14.121Z Compiling nibble_vec v0.1.0
18892024-02-07T23:05:14.267Z Compiling filetime v0.2.23
18902024-02-07T23:05:14.331Z Compiling memmap2 v0.7.1
18912024-02-07T23:05:14.612Z Compiling xattr v1.0.1
18922024-02-07T23:05:14.661Z Compiling endian-type v0.1.2
18932024-02-07T23:05:14.736Z Compiling constant_time_eq v0.3.0
18942024-02-07T23:05:14.812Z Compiling home v0.5.5
18952024-02-07T23:05:14.889Z Compiling arrayvec v0.7.4
18962024-02-07T23:05:14.899Z Compiling arrayref v0.3.7
18972024-02-07T23:05:14.979Z Compiling toolchain_find v0.2.0
18982024-02-07T23:05:15.031Z Compiling radix_trie v0.2.1
18992024-02-07T23:05:15.292Z Compiling tar v0.4.40
19002024-02-07T23:05:15.491Z Compiling camino-tempfile v1.1.1
19012024-02-07T23:05:15.906Z Compiling steno v0.4.0
19022024-02-07T23:05:16.399Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
19032024-02-07T23:05:17.128Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
19042024-02-07T23:05:17.533Z Compiling toml v0.5.11
19052024-02-07T23:05:17.547Z Compiling num-rational v0.4.1
19062024-02-07T23:05:17.862Z Compiling topological-sort v0.2.2
19072024-02-07T23:05:17.983Z Compiling radium v0.7.0
19082024-02-07T23:05:18.332Z Compiling omicron-zone-package v0.11.0
19092024-02-07T23:05:18.456Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
19102024-02-07T23:05:18.662Z Compiling toml v0.8.9
19112024-02-07T23:05:19.172Z Compiling tap v1.0.1
19122024-02-07T23:05:19.362Z Compiling rustfmt-wrapper v0.2.0
19132024-02-07T23:05:19.959Z Compiling cancel-safe-futures v0.1.5
19142024-02-07T23:05:20.310Z Compiling maybe-uninit v2.0.0
19152024-02-07T23:05:20.343Z Compiling wyz v0.5.1
19162024-02-07T23:05:20.890Z Compiling num-complex v0.4.4
19172024-02-07T23:05:21.361Z Compiling num-bigint-dig v0.8.4
19182024-02-07T23:05:21.823Z Compiling packed_struct v0.10.1
19192024-02-07T23:05:22.089Z Compiling funty v2.0.0
19202024-02-07T23:05:22.313Z Compiling crc-catalog v2.2.0
19212024-02-07T23:05:22.425Z Compiling crc v3.0.1
19222024-02-07T23:05:23.156Z Compiling num v0.4.1
19232024-02-07T23:05:23.381Z Compiling bitvec v1.0.1
19242024-02-07T23:05:23.905Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
19252024-02-07T23:05:24.130Z Compiling fxhash v0.2.1
19262024-02-07T23:05:27.849Z Compiling packed_struct_codegen v0.10.1
19272024-02-07T23:05:27.877Z Compiling indexmap v1.9.3
19282024-02-07T23:05:27.877Z Compiling nodrop v0.1.14
19292024-02-07T23:05:27.877Z Compiling utf-8 v0.7.6
19302024-02-07T23:05:27.878Z Compiling array-init v0.0.4
19312024-02-07T23:05:27.878Z Compiling tungstenite v0.20.1
19322024-02-07T23:05:28.012Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
19332024-02-07T23:05:28.012Z Compiling smallvec v0.6.14
19342024-02-07T23:05:29.007Z Compiling pkcs1 v0.7.5
19352024-02-07T23:05:31.522Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19362024-02-07T23:05:32.745Z Compiling signature v2.1.0
19372024-02-07T23:05:32.818Z Compiling half v2.3.1
19382024-02-07T23:05:32.989Z Compiling unicase v2.7.0
19392024-02-07T23:05:33.318Z Compiling hashbrown v0.12.3
19402024-02-07T23:05:33.583Z Compiling bitfield v0.14.0
19412024-02-07T23:05:33.894Z Compiling ciborium-io v0.2.2
19422024-02-07T23:05:34.019Z Compiling termcolor v1.2.0
19432024-02-07T23:05:35.344Z Compiling env_logger v0.10.0
19442024-02-07T23:05:35.841Z Compiling ciborium-ll v0.2.2
19452024-02-07T23:05:36.168Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
19462024-02-07T23:05:36.302Z Compiling rsa v0.9.2
19472024-02-07T23:05:39.172Z Compiling serde-hex v0.1.0
19482024-02-07T23:05:39.775Z Compiling tokio-tungstenite v0.20.1
19492024-02-07T23:05:40.373Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19502024-02-07T23:05:40.732Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
19512024-02-07T23:05:41.768Z Compiling x509-cert v0.2.4
19522024-02-07T23:05:42.758Z Compiling ron v0.8.1
19532024-02-07T23:05:44.617Z Compiling crc-any v2.4.3
19542024-02-07T23:05:45.602Z Compiling display-error-chain v0.2.0
19552024-02-07T23:05:45.781Z Compiling arc-swap v1.6.0
19562024-02-07T23:05:46.570Z Compiling slog-scope v4.4.0
19572024-02-07T23:05:47.498Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19582024-02-07T23:05:49.233Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
19592024-02-07T23:05:49.311Z Compiling ciborium v0.2.2
19602024-02-07T23:05:51.628Z Compiling object v0.30.4
19612024-02-07T23:05:55.105Z Compiling libsw v3.3.1
19622024-02-07T23:05:55.207Z Compiling derive-where v1.2.7
19632024-02-07T23:05:55.414Z Compiling linear-map v1.2.0
19642024-02-07T23:05:55.810Z Compiling owo-colors v4.0.0
19652024-02-07T23:05:58.508Z Compiling parking_lot_core v0.8.6
19662024-02-07T23:05:58.924Z Compiling path-slash v0.1.5
19672024-02-07T23:05:59.303Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
19682024-02-07T23:05:59.307Z Compiling slog-stdlog v4.1.1
19692024-02-07T23:06:00.126Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
19702024-02-07T23:06:03.177Z Compiling dirs-sys-next v0.1.2
19712024-02-07T23:06:03.693Z Compiling convert_case v0.4.0
19722024-02-07T23:06:04.481Z Compiling crunchy v0.2.2
19732024-02-07T23:06:04.943Z Compiling glob v0.3.1
19742024-02-07T23:06:05.821Z Compiling clang-sys v1.6.1
19752024-02-07T23:06:06.543Z Compiling derive_more v0.99.17
19762024-02-07T23:06:07.572Z Compiling dirs-next v2.0.0
19772024-02-07T23:06:07.730Z Compiling slog-envlogger v2.2.0
19782024-02-07T23:06:09.788Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
19792024-02-07T23:06:09.816Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
19802024-02-07T23:06:10.487Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
19812024-02-07T23:06:11.763Z Compiling tiny-keccak v2.0.2
19822024-02-07T23:06:12.069Z Compiling platforms v3.0.2
19832024-02-07T23:06:12.403Z Compiling prettyplease v0.2.16
19842024-02-07T23:06:12.767Z Compiling parking_lot v0.11.2
19852024-02-07T23:06:13.859Z Compiling mime_guess v2.0.4
19862024-02-07T23:06:15.020Z Compiling term v0.7.0
19872024-02-07T23:06:15.278Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
19882024-02-07T23:06:16.471Z Compiling trust-dns-client v0.22.0
19892024-02-07T23:06:19.811Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
19902024-02-07T23:06:19.885Z Compiling darling_core v0.14.4
19912024-02-07T23:06:22.430Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
19922024-02-07T23:06:22.600Z Compiling pem v3.0.2
19932024-02-07T23:06:24.110Z Compiling darling_macro v0.14.4
19942024-02-07T23:06:25.621Z Compiling ascii-canvas v3.0.0
19952024-02-07T23:06:26.116Z Compiling trust-dns-server v0.22.1
19962024-02-07T23:06:26.916Z Compiling sled v0.34.7
19972024-02-07T23:06:28.128Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
19982024-02-07T23:06:33.117Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
19992024-02-07T23:06:36.477Z Compiling is-terminal v0.4.9
20002024-02-07T23:06:36.477Z Compiling ena v0.14.2
20012024-02-07T23:06:36.477Z Compiling vte_generate_state_changes v0.1.1
20022024-02-07T23:06:36.477Z Compiling libloading v0.7.4
20032024-02-07T23:06:36.477Z Compiling bindgen v0.69.2
20042024-02-07T23:06:36.477Z Compiling diff v0.1.13
20052024-02-07T23:06:36.478Z Compiling regex-syntax v0.6.29
20062024-02-07T23:06:40.572Z Compiling lalrpop v0.19.12
20072024-02-07T23:06:41.931Z Compiling vte v0.11.1
20082024-02-07T23:06:46.898Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20092024-02-07T23:06:47.050Z Compiling curve25519-dalek v4.1.1
20102024-02-07T23:06:49.107Z Compiling darling v0.14.4
20112024-02-07T23:06:49.269Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
20122024-02-07T23:06:51.998Z Compiling cexpr v0.6.0
20132024-02-07T23:06:53.500Z Compiling which v4.4.0
20142024-02-07T23:06:54.022Z Compiling kstat-rs v0.2.3
20152024-02-07T23:06:55.328Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20162024-02-07T23:06:56.045Z Compiling memoffset v0.7.1
20172024-02-07T23:06:56.369Z Compiling rustc-hash v1.1.0
20182024-02-07T23:06:56.512Z Compiling doc-comment v0.3.3
20192024-02-07T23:06:57.027Z Compiling bytecount v0.6.3
20202024-02-07T23:06:57.357Z Compiling lazycell v1.3.0
20212024-02-07T23:06:57.559Z Compiling keccak v0.1.4
20222024-02-07T23:06:58.548Z Compiling peeking_take_while v0.1.2
20232024-02-07T23:06:58.689Z Compiling buf-list v1.0.3
20242024-02-07T23:06:59.294Z Compiling shlex v1.3.0
20252024-02-07T23:06:59.741Z Compiling sha3 v0.10.8
20262024-02-07T23:07:00.644Z Compiling papergrid v0.11.0
20272024-02-07T23:07:03.544Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20282024-02-07T23:07:03.736Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
20292024-02-07T23:07:03.752Z Compiling derive_builder_core v0.12.0
20302024-02-07T23:07:06.174Z Compiling strip-ansi-escapes v0.2.0
20312024-02-07T23:07:07.336Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
20322024-02-07T23:07:08.973Z Compiling polar-core v0.27.0
20332024-02-07T23:07:10.486Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
20342024-02-07T23:07:12.044Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
20352024-02-07T23:07:13.023Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112)
20362024-02-07T23:07:13.486Z Compiling tabled_derive v0.7.0
20372024-02-07T23:07:14.203Z Compiling fd-lock v4.0.2
20382024-02-07T23:07:14.426Z Compiling fd-lock v3.0.13
20392024-02-07T23:07:14.640Z Compiling headers-core v0.2.0
20402024-02-07T23:07:14.814Z Compiling universal-hash v0.5.1
20412024-02-07T23:07:15.028Z Compiling nix v0.27.1
20422024-02-07T23:07:15.724Z Compiling secrecy v0.8.0
20432024-02-07T23:07:16.008Z Compiling libxml v0.3.3
20442024-02-07T23:07:16.363Z Compiling pin-project-internal v1.1.3
20452024-02-07T23:07:16.846Z Compiling curve25519-dalek-derive v0.1.0
20462024-02-07T23:07:18.645Z Compiling sqlparser_derive v0.2.2
20472024-02-07T23:07:18.659Z Compiling thiserror-impl-no-std v2.0.2
20482024-02-07T23:07:19.192Z Compiling nu-ansi-term v0.49.0
20492024-02-07T23:07:19.325Z Compiling opaque-debug v0.3.0
20502024-02-07T23:07:19.391Z Compiling ref-cast v1.0.20
20512024-02-07T23:07:19.429Z Compiling unicode_categories v0.1.1
20522024-02-07T23:07:19.806Z Compiling sqlformat v0.2.3
20532024-02-07T23:07:19.925Z Compiling reedline v0.28.0
20542024-02-07T23:07:20.373Z Compiling poly1305 v0.8.0
20552024-02-07T23:07:20.622Z Compiling sqlparser v0.43.1
20562024-02-07T23:07:21.437Z Compiling thiserror-no-std v2.0.2
20572024-02-07T23:07:21.608Z Compiling rustyline v13.0.0
20582024-02-07T23:07:21.621Z Compiling pin-project v1.1.3
20592024-02-07T23:07:23.339Z Compiling tabled v0.15.0
20602024-02-07T23:07:28.850Z Compiling headers v0.3.9
20612024-02-07T23:07:29.061Z Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
20622024-02-07T23:07:30.713Z Compiling derive_builder_macro v0.12.0
20632024-02-07T23:07:34.303Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
20642024-02-07T23:07:35.072Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
20652024-02-07T23:07:35.400Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
20662024-02-07T23:07:35.719Z Compiling chacha20 v0.9.1
20672024-02-07T23:07:36.160Z Compiling aead v0.5.2
20682024-02-07T23:07:36.479Z Compiling strum_macros v0.24.3
20692024-02-07T23:07:40.036Z Compiling bcs v0.1.6
20702024-02-07T23:07:40.936Z Compiling snafu-derive v0.7.5
20712024-02-07T23:07:40.970Z Compiling ref-cast-impl v1.0.20
20722024-02-07T23:07:41.718Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
20732024-02-07T23:07:42.142Z Compiling fs-err v2.11.0
20742024-02-07T23:07:42.392Z Compiling cookie v0.18.0
20752024-02-07T23:07:42.414Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
20762024-02-07T23:07:42.414Z Compiling salty v0.2.0
20772024-02-07T23:07:42.465Z Compiling indoc v1.0.9
20782024-02-07T23:07:42.616Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
20792024-02-07T23:07:42.743Z Compiling highway v1.1.0
20802024-02-07T23:07:42.934Z Compiling signature v1.6.4
20812024-02-07T23:07:43.083Z Compiling ed25519 v1.5.3
20822024-02-07T23:07:43.383Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
20832024-02-07T23:07:44.666Z Compiling chacha20poly1305 v0.10.1
20842024-02-07T23:07:44.922Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
20852024-02-07T23:07:46.021Z Compiling snafu v0.7.5
20862024-02-07T23:07:47.134Z Compiling derive_builder v0.12.0
20872024-02-07T23:07:47.545Z Compiling vsss-rs v3.3.4
20882024-02-07T23:07:52.338Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
20892024-02-07T23:07:52.925Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
20902024-02-07T23:07:53.502Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
20912024-02-07T23:07:53.505Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
20922024-02-07T23:07:53.505Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
20932024-02-07T23:07:55.184Z Compiling globset v0.4.13
20942024-02-07T23:07:58.658Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
20952024-02-07T23:07:58.751Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
20962024-02-07T23:08:00.531Z Compiling olpc-cjson v0.1.3
20972024-02-07T23:08:01.101Z Compiling bb8 v0.8.3
20982024-02-07T23:08:01.619Z Compiling quick-xml v0.30.0
20992024-02-07T23:08:02.072Z Compiling serde_plain v1.0.2
21002024-02-07T23:08:02.076Z Compiling serde-big-array v0.5.1
21012024-02-07T23:08:02.076Z Compiling oso-derive v0.27.0
21022024-02-07T23:08:02.201Z Compiling async-recursion v1.0.5
21032024-02-07T23:08:02.435Z Compiling impl-trait-for-tuples v0.2.2
21042024-02-07T23:08:03.401Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21052024-02-07T23:08:03.416Z Compiling http-range v0.1.5
21062024-02-07T23:08:03.847Z Compiling typed-path v0.7.0
21072024-02-07T23:08:04.472Z Compiling maplit v1.0.2
21082024-02-07T23:08:04.480Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
21092024-02-07T23:08:06.064Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21102024-02-07T23:08:06.570Z Compiling tough v0.16.0
21112024-02-07T23:08:11.152Z Compiling hyper-staticfile v0.9.5
21122024-02-07T23:08:12.366Z Compiling oso v0.27.0
21132024-02-07T23:08:28.233Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
21142024-02-07T23:08:29.005Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
21152024-02-07T23:08:42.949Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
21162024-02-07T23:08:43.551Z Compiling signal-hook-tokio v0.3.1
21172024-02-07T23:08:43.757Z Compiling serde-big-array v0.4.1
21182024-02-07T23:08:43.941Z Compiling parse-size v1.0.0
21192024-02-07T23:08:44.285Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21202024-02-07T23:08:44.380Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21212024-02-07T23:08:46.033Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
21222024-02-07T23:08:46.288Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
21232024-02-07T23:08:48.699Z Compiling castaway v0.2.2
21242024-02-07T23:08:48.891Z Compiling strum_macros v0.26.1
21252024-02-07T23:08:53.606Z Compiling corncobs v0.1.3
21262024-02-07T23:08:54.030Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21272024-02-07T23:08:54.870Z Compiling strum v0.26.1
21282024-02-07T23:08:55.478Z Compiling compact_str v0.7.1
21292024-02-07T23:08:56.771Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
21302024-02-07T23:09:00.309Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
21312024-02-07T23:09:02.357Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
21322024-02-07T23:09:02.814Z Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution)
21332024-02-07T23:09:03.131Z Compiling lru v0.12.1
21342024-02-07T23:09:03.444Z Compiling stability v0.1.1
21352024-02-07T23:09:04.447Z Compiling indoc v2.0.3
21362024-02-07T23:09:05.395Z Compiling cassowary v0.3.0
21372024-02-07T23:09:08.578Z Compiling ratatui v0.26.0
21382024-02-07T23:09:09.903Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
21392024-02-07T23:09:11.345Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
21402024-02-07T23:09:13.199Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
21412024-02-07T23:09:16.441Z Compiling rcgen v0.12.1
21422024-02-07T23:09:27.459Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
21432024-02-07T23:09:27.486Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
21442024-02-07T23:09:27.790Z Compiling atomicwrites v0.4.3
21452024-02-07T23:09:28.310Z Compiling subprocess v0.2.9
21462024-02-07T23:09:33.953Z Compiling smawk v0.3.1
21472024-02-07T23:09:34.157Z Compiling unicode-linebreak v0.1.5
21482024-02-07T23:09:34.705Z Compiling textwrap v0.16.0
21492024-02-07T23:09:38.582Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21502024-02-07T23:09:44.805Z Compiling nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment)
21512024-02-07T23:09:46.963Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112)
21522024-02-07T23:09:50.983Z Compiling fatfs v0.3.6
21532024-02-07T23:09:54.410Z Compiling nanorand v0.7.0
21542024-02-07T23:09:54.488Z Compiling rtoolbox v0.0.1
21552024-02-07T23:09:54.766Z Compiling humantime v2.1.0
21562024-02-07T23:09:55.080Z Compiling assert_matches v1.5.0
21572024-02-07T23:09:55.179Z Compiling is_ci v1.1.1
21582024-02-07T23:09:55.456Z Compiling supports-color v2.1.0
21592024-02-07T23:09:55.643Z Compiling flume v0.11.0
21602024-02-07T23:09:56.205Z Compiling rpassword v7.3.1
21612024-02-07T23:09:56.435Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
21622024-02-07T23:09:56.630Z Compiling tui-tree-widget v0.17.0
21632024-02-07T23:09:57.023Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
21642024-02-07T23:10:05.365Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
21652024-02-07T23:10:06.071Z Compiling csv-core v0.1.11
21662024-02-07T23:10:06.741Z Compiling shell-words v1.1.0
21672024-02-07T23:10:07.198Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
21682024-02-07T23:10:08.915Z Compiling csv v1.3.0
21692024-02-07T23:10:11.343Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
21702024-02-07T23:10:36.455Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
21712024-02-07T23:10:45.283Z Compiling multimap v0.8.3
21722024-02-07T23:11:56.346Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
21732024-02-07T23:12:01.445Z Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
21742024-02-07T23:12:14.418Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21752024-02-07T23:18:27.076Z Finished release [optimized] target(s) in 13m 18s
21762024-02-07T23:19:34.035Z
21772024-02-07T23:19:34.044Zreal 14:25.922892052
21782024-02-07T23:19:34.044Zuser 1:39:09.567112138
21792024-02-07T23:19:34.044Zsys 4:24.672325330
21802024-02-07T23:19:34.044Ztrap 2.271265658
21812024-02-07T23:19:34.044Ztflt 1.859398114
21822024-02-07T23:19:34.044Zdflt 2.685578447
21832024-02-07T23:19:34.044Zkflt 0.093281970
21842024-02-07T23:19:34.045Zlock 6:10:34.186376530
21852024-02-07T23:19:34.045Zslp 3:52:14.984813179
21862024-02-07T23:19:34.045Zlat 2:14.185597096
21872024-02-07T23:19:34.045Zstop 51.592172441
21882024-02-07T23:19:34.045Z+ files=(out/*.tar out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/*)
21892024-02-07T23:19:34.045Z+ pfexec mkdir -p /work
21902024-02-07T23:19:34.045Z+ pfexec chown build /work
21912024-02-07T23:19:34.054Z+ ptime -m tar cvzf /work/package.tar.gz out/mg-ddm-gz.tar out/omicron-sled-agent.tar out/oxlog.tar out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/create-softnpu-zone.sh tools/scrimlet/destroy-softnpu-zone.sh tools/scrimlet/softnpu-init.sh tools/scrimlet/softnpu-zone.txt tools/scrimlet/softnpu.toml
21922024-02-07T23:19:44.060ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
21932024-02-07T23:19:44.060Za out/mg-ddm-gz.tar 63417K
21942024-02-07T23:19:44.061Za out/omicron-sled-agent.tar 119745K
21952024-02-07T23:19:44.061Za out/oxlog.tar 8186K
21962024-02-07T23:19:44.061Za out/target/test 1K
21972024-02-07T23:19:44.061Za out/npuzone/npuzone 36313K
21982024-02-07T23:19:44.061Za package-manifest.toml 24K
21992024-02-07T23:19:44.061Za smf/sled-agent/non-gimlet/config.toml 4K
22002024-02-07T23:19:44.061Za target/release/omicron-package 44642K
22012024-02-07T23:19:44.061Za tools/create_virtual_hardware.sh 4K
22022024-02-07T23:19:44.061Za tools/virtual_hardware.sh 4K
22032024-02-07T23:19:44.061Za tools/scrimlet/create-softnpu-zone.sh 1K
22042024-02-07T23:19:44.061Za tools/scrimlet/destroy-softnpu-zone.sh 1K
22052024-02-07T23:19:44.061Za tools/scrimlet/softnpu-init.sh 3K
22062024-02-07T23:19:44.062Za tools/scrimlet/softnpu-zone.txt 1K
22072024-02-07T23:19:44.062Za tools/scrimlet/softnpu.toml 1K
22082024-02-07T23:19:44.071Z
22092024-02-07T23:19:44.072Zreal 10.015414597
22102024-02-07T23:19:44.072Zuser 9.664573329
22112024-02-07T23:19:44.072Zsys 0.707101225
22122024-02-07T23:19:44.072Ztrap 0.002542870
22132024-02-07T23:19:44.072Ztflt 0.000000000
22142024-02-07T23:19:44.072Zdflt 0.000000000
22152024-02-07T23:19:44.073Zkflt 0.000000000
22162024-02-07T23:19:44.073Zlock 0.000000000
22172024-02-07T23:19:44.073Zslp 9.411709534
22182024-02-07T23:19:44.073Zlat 0.242028157
22192024-02-07T23:19:44.073Zstop 0.000175381
22202024-02-07T23:19:44.073Z++ pwd
22212024-02-07T23:19:44.074Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
22222024-02-07T23:19:44.074Z+ mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz
22232024-02-07T23:19:44.074Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled
22242024-02-07T23:19:44.783Z Finished release [optimized] target(s) in 0.65s
22252024-02-07T23:19:44.810Z Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled`
22262024-02-07T23:19:44.830ZLogging to: /work/oxidecomputer/omicron/out/LOG
22272024-02-07T23:19:44.834ZCreated new build target 'host' and set it as active
22282024-02-07T23:19:44.834Z
22292024-02-07T23:19:44.835Zreal 0.756808779
22302024-02-07T23:19:44.835Zuser 0.519505745
22312024-02-07T23:19:44.835Zsys 0.237044954
22322024-02-07T23:19:44.835Ztrap 0.000272241
22332024-02-07T23:19:44.835Ztflt 0.000000000
22342024-02-07T23:19:44.835Zdflt 0.000038985
22352024-02-07T23:19:44.835Zkflt 0.000000000
22362024-02-07T23:19:44.835Zlock 0.022768198
22372024-02-07T23:19:44.836Zslp 0.013431578
22382024-02-07T23:19:44.836Zlat 0.001602672
22392024-02-07T23:19:44.836Zstop 0.000148778
22402024-02-07T23:19:44.836Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host package
22412024-02-07T23:19:45.501Z Finished release [optimized] target(s) in 0.61s
22422024-02-07T23:19:45.511Z Running `target/release/omicron-package -t host package`
22432024-02-07T23:19:45.540ZLogging to: /work/oxidecomputer/omicron/out/LOG
22442024-02-07T23:19:46.240Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
22452024-02-07T23:20:00.055Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
22462024-02-07T23:21:11.301Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
22472024-02-07T23:22:38.332Z Finished release [optimized] target(s) in 2m 52s
22482024-02-07T23:23:18.179Z
22492024-02-07T23:23:18.179Zreal 3:32.295571226
22502024-02-07T23:23:18.179Zuser 17:44.351450979
22512024-02-07T23:23:18.179Zsys 44.978230828
22522024-02-07T23:23:18.179Ztrap 0.330259504
22532024-02-07T23:23:18.179Ztflt 0.045882731
22542024-02-07T23:23:18.179Zdflt 4.581218065
22552024-02-07T23:23:18.179Zkflt 0.076767457
22562024-02-07T23:23:18.180Zlock 1:10:31.395967956
22572024-02-07T23:23:18.180Zslp 18:03.359209227
22582024-02-07T23:23:18.180Zlat 8.149916230
22592024-02-07T23:23:18.180Zstop 3.194282172
22602024-02-07T23:23:18.181Z+ stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog
22612024-02-07T23:23:18.181Z+ for package in "$@"
22622024-02-07T23:23:18.181Z+ [[ omicron-sled-agent == mg-ddm-gz ]]
22632024-02-07T23:23:18.181Z+ cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 6.0.0-0.ci+git0e598e10e5e
22642024-02-07T23:23:18.181Z Finished release [optimized] target(s) in 0.64s
22652024-02-07T23:23:18.181Z Running `target/release/omicron-package stamp omicron-sled-agent 6.0.0-0.ci+git0e598e10e5e`
22662024-02-07T23:23:18.181ZLogging to: /work/oxidecomputer/omicron/out/LOG
22672024-02-07T23:23:18.292ZCreated: out/versioned/omicron-sled-agent.tar
22682024-02-07T23:23:18.292Z+ for package in "$@"
22692024-02-07T23:23:18.292Z+ [[ mg-ddm-gz == mg-ddm-gz ]]
22702024-02-07T23:23:18.293Z+ echo 0.0.0
22712024-02-07T23:23:18.293Z+ tar rvf out/mg-ddm-gz.tar VERSION
22722024-02-07T23:23:18.293Za VERSION 1K
22732024-02-07T23:23:18.293Z+ rm VERSION
22742024-02-07T23:23:18.293Z+ cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 6.0.0-0.ci+git0e598e10e5e
22752024-02-07T23:23:18.811Z Finished release [optimized] target(s) in 0.63s
22762024-02-07T23:23:18.829Z Running `target/release/omicron-package stamp mg-ddm-gz 6.0.0-0.ci+git0e598e10e5e`
22772024-02-07T23:23:18.886ZLogging to: /work/oxidecomputer/omicron/out/LOG
22782024-02-07T23:23:19.003ZCreated: out/versioned/mg-ddm-gz.tar
22792024-02-07T23:23:19.049Z+ for package in "$@"
22802024-02-07T23:23:19.049Z+ [[ propolis-server == mg-ddm-gz ]]
22812024-02-07T23:23:19.050Z+ cargo run --locked --release --bin omicron-package -- stamp propolis-server 6.0.0-0.ci+git0e598e10e5e
22822024-02-07T23:23:19.682Z Finished release [optimized] target(s) in 0.66s
22832024-02-07T23:23:19.710Z Running `target/release/omicron-package stamp propolis-server 6.0.0-0.ci+git0e598e10e5e`
22842024-02-07T23:23:19.734ZLogging to: /work/oxidecomputer/omicron/out/LOG
22852024-02-07T23:23:20.783ZCreated: out/versioned/propolis-server.tar.gz
22862024-02-07T23:23:21.200Z+ for package in "$@"
22872024-02-07T23:23:21.200Z+ [[ overlay == mg-ddm-gz ]]
22882024-02-07T23:23:21.201Z+ cargo run --locked --release --bin omicron-package -- stamp overlay 6.0.0-0.ci+git0e598e10e5e
22892024-02-07T23:23:21.452Z Finished release [optimized] target(s) in 0.62s
22902024-02-07T23:23:21.472Z Running `target/release/omicron-package stamp overlay 6.0.0-0.ci+git0e598e10e5e`
22912024-02-07T23:23:21.503ZLogging to: /work/oxidecomputer/omicron/out/LOG
22922024-02-07T23:23:21.506ZCreated: out/versioned/overlay.tar.gz
22932024-02-07T23:23:21.506Z+ for package in "$@"
22942024-02-07T23:23:21.506Z+ [[ oxlog == mg-ddm-gz ]]
22952024-02-07T23:23:21.506Z+ cargo run --locked --release --bin omicron-package -- stamp oxlog 6.0.0-0.ci+git0e598e10e5e
22962024-02-07T23:23:22.165Z Finished release [optimized] target(s) in 0.60s
22972024-02-07T23:23:22.181Z Running `target/release/omicron-package stamp oxlog 6.0.0-0.ci+git0e598e10e5e`
22982024-02-07T23:23:22.209ZLogging to: /work/oxidecomputer/omicron/out/LOG
22992024-02-07T23:23:22.229ZCreated: out/versioned/oxlog.tar
23002024-02-07T23:23:22.236Z+ ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
23012024-02-07T23:23:22.242Z+++ dirname -- ./tools/build-global-zone-packages.sh
23022024-02-07T23:23:22.245Z++ cd -- ./tools
23032024-02-07T23:23:22.245Z++ pwd
23042024-02-07T23:23:22.245Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
23052024-02-07T23:23:22.245Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
23062024-02-07T23:23:22.248Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
23072024-02-07T23:23:22.248Z++ readlink -f /work
23082024-02-07T23:23:22.252Z+ out_dir=/work
23092024-02-07T23:23:22.252Z+ deps=("$tarball_src_dir/omicron-sled-agent.tar" "$tarball_src_dir/mg-ddm-gz.tar" "$tarball_src_dir/propolis-server.tar.gz" "$tarball_src_dir/overlay.tar.gz" "$tarball_src_dir/oxlog.tar")
23102024-02-07T23:23:22.252Z+ for dep in "${deps[@]}"
23112024-02-07T23:23:22.252Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]]
23122024-02-07T23:23:22.252Z+ for dep in "${deps[@]}"
23132024-02-07T23:23:22.252Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]]
23142024-02-07T23:23:22.252Z+ for dep in "${deps[@]}"
23152024-02-07T23:23:22.252Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]]
23162024-02-07T23:23:22.252Z+ for dep in "${deps[@]}"
23172024-02-07T23:23:22.252Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]]
23182024-02-07T23:23:22.253Z+ for dep in "${deps[@]}"
23192024-02-07T23:23:22.253Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]]
23202024-02-07T23:23:22.253Z++ mktemp -d
23212024-02-07T23:23:22.256Z+ tmp_gz=/tmp/tmp.BXaWUh
23222024-02-07T23:23:22.256Z+ trap 'cd /; rm -rf "$tmp_gz"' EXIT
23232024-02-07T23:23:22.256Z+ echo '{"v":"1","t":"layer"}'
23242024-02-07T23:23:22.256Z+ pkg_dir=/tmp/tmp.BXaWUh/root/opt/oxide/sled-agent
23252024-02-07T23:23:22.257Z+ mkdir -p /tmp/tmp.BXaWUh/root/opt/oxide/sled-agent
23262024-02-07T23:23:22.257Z+ cd /tmp/tmp.BXaWUh/root/opt/oxide/sled-agent
23272024-02-07T23:23:22.257Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
23282024-02-07T23:23:22.338Zx ., 0 bytes, 0 tape blocks
23292024-02-07T23:23:22.338Zx zone-bundle, 41722784 bytes, 81490 tape blocks
23302024-02-07T23:23:22.338Zx sled-agent, 80886352 bytes, 157982 tape blocks
23312024-02-07T23:23:22.338Zx pkg, 0 bytes, 0 tape blocks
23322024-02-07T23:23:22.338Zx pkg/config.toml, 1657 bytes, 4 tape blocks
23332024-02-07T23:23:22.338Zx pkg/README.md, 54 bytes, 1 tape blocks
23342024-02-07T23:23:22.338Zx pkg/manifest.xml, 2373 bytes, 5 tape blocks
23352024-02-07T23:23:22.338Zx VERSION, 25 bytes, 1 tape blocks
23362024-02-07T23:23:22.342Z+ mkdir -p /tmp/tmp.BXaWUh/root/lib/svc/manifest/site/
23372024-02-07T23:23:22.342Z+ mv pkg/manifest.xml /tmp/tmp.BXaWUh/root/lib/svc/manifest/site/sled-agent.xml
23382024-02-07T23:23:22.342Z+ cd -
23392024-02-07T23:23:22.351Z/work/oxidecomputer/omicron
23402024-02-07T23:23:22.352Z+ pkg_dir=/tmp/tmp.BXaWUh/root/opt/oxide/mg-ddm
23412024-02-07T23:23:22.352Z+ mkdir -p /tmp/tmp.BXaWUh/root/opt/oxide/mg-ddm
23422024-02-07T23:23:22.352Z+ cd /tmp/tmp.BXaWUh/root/opt/oxide/mg-ddm
23432024-02-07T23:23:22.352Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
23442024-02-07T23:23:22.394Zx ., 0 bytes, 0 tape blocks
23452024-02-07T23:23:22.394Zx ddmadm, 34041000 bytes, 66487 tape blocks
23462024-02-07T23:23:22.394Zx ddmd, 30884504 bytes, 60322 tape blocks
23472024-02-07T23:23:22.394Zx pkg, 0 bytes, 0 tape blocks
23482024-02-07T23:23:22.394Zx pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks
23492024-02-07T23:23:22.394Zx pkg/mgd, 0 bytes, 0 tape blocks
23502024-02-07T23:23:22.394Zx pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks
23512024-02-07T23:23:22.394Zx pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks
23522024-02-07T23:23:22.394Zx pkg/ddm, 0 bytes, 0 tape blocks
23532024-02-07T23:23:22.394Zx pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks
23542024-02-07T23:23:22.394Zx VERSION, 25 bytes, 1 tape blocks
23552024-02-07T23:23:22.407Z+ cd -
23562024-02-07T23:23:22.407Z/work/oxidecomputer/omicron
23572024-02-07T23:23:22.407Z+ pkg_dir=/tmp/tmp.BXaWUh/root/opt/oxide/oxlog
23582024-02-07T23:23:22.407Z+ mkdir -p /tmp/tmp.BXaWUh/root/opt/oxide/oxlog
23592024-02-07T23:23:22.407Z+ cd /tmp/tmp.BXaWUh/root/opt/oxide/oxlog
23602024-02-07T23:23:22.408Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar
23612024-02-07T23:23:22.408Zx ., 0 bytes, 0 tape blocks
23622024-02-07T23:23:22.408Zx oxlog, 8379568 bytes, 16367 tape blocks
23632024-02-07T23:23:22.408Zx VERSION, 25 bytes, 1 tape blocks
23642024-02-07T23:23:22.408Z+ cd -
23652024-02-07T23:23:22.408Z/work/oxidecomputer/omicron
23662024-02-07T23:23:22.408Z+ cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.BXaWUh/root/opt/oxide
23672024-02-07T23:23:22.485Z+ cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.BXaWUh/root/opt/oxide
23682024-02-07T23:23:22.499Z+ cd /tmp/tmp.BXaWUh
23692024-02-07T23:23:22.499Z+ tar cvfz /work/global-zone-packages.tar.gz oxide.json root
23702024-02-07T23:23:31.217ZCompressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'...
23712024-02-07T23:23:31.218Za oxide.json 1K
23722024-02-07T23:23:31.218Za root/ 0K
23732024-02-07T23:23:31.218Za root/opt/ 0K
23742024-02-07T23:23:31.218Za root/opt/oxide/ 0K
23752024-02-07T23:23:31.218Za root/opt/oxide/sled-agent/ 0K
23762024-02-07T23:23:31.218Za root/opt/oxide/sled-agent/zone-bundle 40745K
23772024-02-07T23:23:31.218Za root/opt/oxide/sled-agent/sled-agent 78991K
23782024-02-07T23:23:31.218Za root/opt/oxide/sled-agent/pkg/ 0K
23792024-02-07T23:23:31.218Za root/opt/oxide/sled-agent/pkg/config.toml 2K
23802024-02-07T23:23:31.218Za root/opt/oxide/sled-agent/pkg/README.md 1K
23812024-02-07T23:23:31.218Za root/opt/oxide/sled-agent/VERSION 1K
23822024-02-07T23:23:31.218Za root/opt/oxide/mg-ddm/ 0K
23832024-02-07T23:23:31.219Za root/opt/oxide/mg-ddm/ddmadm 33244K
23842024-02-07T23:23:31.219Za root/opt/oxide/mg-ddm/ddmd 30161K
23852024-02-07T23:23:31.219Za root/opt/oxide/mg-ddm/pkg/ 0K
23862024-02-07T23:23:31.219Za root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K
23872024-02-07T23:23:31.219Za root/opt/oxide/mg-ddm/pkg/mgd/ 0K
23882024-02-07T23:23:31.219Za root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K
23892024-02-07T23:23:31.219Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
23902024-02-07T23:23:31.219Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
23912024-02-07T23:23:31.219Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
23922024-02-07T23:23:31.219Za root/opt/oxide/mg-ddm/VERSION 1K
23932024-02-07T23:23:31.219Za root/opt/oxide/oxlog/ 0K
23942024-02-07T23:23:31.219Za root/opt/oxide/oxlog/oxlog 8184K
23952024-02-07T23:23:31.219Za root/opt/oxide/oxlog/VERSION 1K
23962024-02-07T23:23:31.219Za root/opt/oxide/propolis-server.tar.gz 64617K
23972024-02-07T23:23:31.220Za root/opt/oxide/overlay.tar.gz 3K
23982024-02-07T23:23:31.220Za root/lib/ 0K
23992024-02-07T23:23:31.220Za root/lib/svc/ 0K
24002024-02-07T23:23:31.220Za root/lib/svc/manifest/ 0K
24012024-02-07T23:23:31.220Za root/lib/svc/manifest/site/ 0K
24022024-02-07T23:23:31.220Za root/lib/svc/manifest/site/sled-agent.xml 3K
24032024-02-07T23:23:31.225Z+ cd /
24042024-02-07T23:23:31.226Z+ rm -rf /tmp/tmp.BXaWUh
24052024-02-07T23:23:31.264Z
24062024-02-07T23:23:31.264Zreal 9.008398525
24072024-02-07T23:23:31.264Zuser 8.445023829
24082024-02-07T23:23:31.264Zsys 0.593280071
24092024-02-07T23:23:31.265Ztrap 0.001614516
24102024-02-07T23:23:31.265Ztflt 0.000000000
24112024-02-07T23:23:31.265Zdflt 0.000000000
24122024-02-07T23:23:31.265Zkflt 0.000000000
24132024-02-07T23:23:31.265Zlock 0.000000000
24142024-02-07T23:23:31.265Zslp 17.488361208
24152024-02-07T23:23:31.265Zlat 0.205133797
24162024-02-07T23:23:31.266Zstop 0.000213827
24172024-02-07T23:23:31.266Z+ mkdir -p /work/zones
24182024-02-07T23:23:31.266Z+ zones=(out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter.tar.gz out/propolis-server.tar.gz out/switch-*.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz)
24192024-02-07T23:23:31.266Z+ cp out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter.tar.gz out/propolis-server.tar.gz out/switch-asic.tar.gz out/switch-softnpu.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz /work/zones/
24202024-02-07T23:23:33.680Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline
24212024-02-07T23:23:34.407Z Finished release [optimized] target(s) in 0.66s
24222024-02-07T23:23:34.419Z Running `target/release/omicron-package -t recovery target create -i trampoline`
24232024-02-07T23:23:34.447ZLogging to: /work/oxidecomputer/omicron/out/LOG
24242024-02-07T23:23:34.451ZCreated new build target 'recovery' and set it as active
24252024-02-07T23:23:34.451Z
24262024-02-07T23:23:34.451Zreal 0.762912475
24272024-02-07T23:23:34.451Zuser 0.521726166
24282024-02-07T23:23:34.451Zsys 0.240068416
24292024-02-07T23:23:34.451Ztrap 0.000691493
24302024-02-07T23:23:34.451Ztflt 0.000059032
24312024-02-07T23:23:34.451Zdflt 0.000016497
24322024-02-07T23:23:34.451Zkflt 0.000000000
24332024-02-07T23:23:34.451Zlock 0.023723990
24342024-02-07T23:23:34.451Zslp 0.013970991
24352024-02-07T23:23:34.451Zlat 0.002286285
24362024-02-07T23:23:34.451Zstop 0.000178484
24372024-02-07T23:23:34.451Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package
24382024-02-07T23:23:35.120Z Finished release [optimized] target(s) in 0.62s
24392024-02-07T23:23:35.139Z Running `target/release/omicron-package -t recovery package`
24402024-02-07T23:23:35.167ZLogging to: /work/oxidecomputer/omicron/out/LOG
24412024-02-07T23:23:35.763Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
24422024-02-07T23:23:38.261Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
24432024-02-07T23:23:58.707Z Finished release [optimized] target(s) in 23.48s
24442024-02-07T23:24:13.439Z
24452024-02-07T23:24:13.451Zreal 38.884302745
24462024-02-07T23:24:13.451Zuser 1:41.380646594
24472024-02-07T23:24:13.451Zsys 7.934918245
24482024-02-07T23:24:13.451Ztrap 0.071737415
24492024-02-07T23:24:13.451Ztflt 0.030323099
24502024-02-07T23:24:13.451Zdflt 0.541979031
24512024-02-07T23:24:13.451Zkflt 0.000053123
24522024-02-07T23:24:13.451Zlock 11:28.799328913
24532024-02-07T23:24:13.451Zslp 1:45.180048183
24542024-02-07T23:24:13.451Zlat 1.488248809
24552024-02-07T23:24:13.451Zstop 0.493632389
24562024-02-07T23:24:13.452Z+ stamp_packages installinator mg-ddm-gz
24572024-02-07T23:24:13.452Z+ for package in "$@"
24582024-02-07T23:24:13.452Z+ [[ installinator == mg-ddm-gz ]]
24592024-02-07T23:24:13.452Z+ cargo run --locked --release --bin omicron-package -- stamp installinator 6.0.0-0.ci+git0e598e10e5e
24602024-02-07T23:24:14.024Z Finished release [optimized] target(s) in 0.63s
24612024-02-07T23:24:14.043Z Running `target/release/omicron-package stamp installinator 6.0.0-0.ci+git0e598e10e5e`
24622024-02-07T23:24:14.071ZLogging to: /work/oxidecomputer/omicron/out/LOG
24632024-02-07T23:24:14.150ZCreated: out/versioned/installinator.tar
24642024-02-07T23:24:14.156Z+ for package in "$@"
24652024-02-07T23:24:14.156Z+ [[ mg-ddm-gz == mg-ddm-gz ]]
24662024-02-07T23:24:14.156Z+ echo 0.0.0
24672024-02-07T23:24:14.157Z+ tar rvf out/mg-ddm-gz.tar VERSION
24682024-02-07T23:24:14.157Za VERSION 1K
24692024-02-07T23:24:14.157Z+ rm VERSION
24702024-02-07T23:24:14.163Z+ cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 6.0.0-0.ci+git0e598e10e5e
24712024-02-07T23:24:14.846Z Finished release [optimized] target(s) in 0.64s
24722024-02-07T23:24:14.868Z Running `target/release/omicron-package stamp mg-ddm-gz 6.0.0-0.ci+git0e598e10e5e`
24732024-02-07T23:24:14.899ZLogging to: /work/oxidecomputer/omicron/out/LOG
24742024-02-07T23:24:15.002ZCreated: out/versioned/mg-ddm-gz.tar
24752024-02-07T23:24:15.006Z+ ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
24762024-02-07T23:24:15.011Z+++ dirname -- ./tools/build-trampoline-global-zone-packages.sh
24772024-02-07T23:24:15.015Z++ cd -- ./tools
24782024-02-07T23:24:15.016Z++ pwd
24792024-02-07T23:24:15.016Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
24802024-02-07T23:24:15.016Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
24812024-02-07T23:24:15.025Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
24822024-02-07T23:24:15.025Z++ readlink -f /work
24832024-02-07T23:24:15.025Z+ out_dir=/work
24842024-02-07T23:24:15.025Z+ deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar)
24852024-02-07T23:24:15.025Z+ for dep in "${deps[@]}"
24862024-02-07T23:24:15.025Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]]
24872024-02-07T23:24:15.026Z+ for dep in "${deps[@]}"
24882024-02-07T23:24:15.026Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]]
24892024-02-07T23:24:15.026Z++ mktemp -d
24902024-02-07T23:24:15.026Z+ tmp_trampoline=/tmp/tmp.0PayZh
24912024-02-07T23:24:15.026Z+ trap 'cd /; rm -rf "$tmp_trampoline"' EXIT
24922024-02-07T23:24:15.026Z+ echo '{"v":"1","t":"layer"}'
24932024-02-07T23:24:15.026Z+ pkg_dir=/tmp/tmp.0PayZh/root/opt/oxide/installinator
24942024-02-07T23:24:15.026Z+ mkdir -p /tmp/tmp.0PayZh/root/opt/oxide/installinator
24952024-02-07T23:24:15.027Z+ cd /tmp/tmp.0PayZh/root/opt/oxide/installinator
24962024-02-07T23:24:15.027Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar
24972024-02-07T23:24:15.063Zx ., 0 bytes, 0 tape blocks
24982024-02-07T23:24:15.063Zx installinator, 55117800 bytes, 107652 tape blocks
24992024-02-07T23:24:15.063Zx pkg, 0 bytes, 0 tape blocks
25002024-02-07T23:24:15.063Zx pkg/manifest.xml, 2149 bytes, 5 tape blocks
25012024-02-07T23:24:15.063Zx VERSION, 25 bytes, 1 tape blocks
25022024-02-07T23:24:15.071Z+ mkdir -p /tmp/tmp.0PayZh/root/lib/svc/manifest/site/
25032024-02-07T23:24:15.071Z+ mv pkg/manifest.xml /tmp/tmp.0PayZh/root/lib/svc/manifest/site/installinator.xml
25042024-02-07T23:24:15.071Z+ cd -
25052024-02-07T23:24:15.071Z/work/oxidecomputer/omicron
25062024-02-07T23:24:15.071Z+ pkg_dir=/tmp/tmp.0PayZh/root/opt/oxide/mg-ddm
25072024-02-07T23:24:15.071Z+ mkdir -p /tmp/tmp.0PayZh/root/opt/oxide/mg-ddm
25082024-02-07T23:24:15.071Z+ cd /tmp/tmp.0PayZh/root/opt/oxide/mg-ddm
25092024-02-07T23:24:15.071Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
25102024-02-07T23:24:15.112Zx ., 0 bytes, 0 tape blocks
25112024-02-07T23:24:15.112Zx ddmadm, 34041000 bytes, 66487 tape blocks
25122024-02-07T23:24:15.112Zx ddmd, 30884504 bytes, 60322 tape blocks
25132024-02-07T23:24:15.112Zx pkg, 0 bytes, 0 tape blocks
25142024-02-07T23:24:15.112Zx pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks
25152024-02-07T23:24:15.112Zx pkg/mgd, 0 bytes, 0 tape blocks
25162024-02-07T23:24:15.113Zx pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks
25172024-02-07T23:24:15.113Zx pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks
25182024-02-07T23:24:15.113Zx pkg/ddm, 0 bytes, 0 tape blocks
25192024-02-07T23:24:15.113Zx pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks
25202024-02-07T23:24:15.113Zx VERSION, 25 bytes, 1 tape blocks
25212024-02-07T23:24:15.121Z+ cd -
25222024-02-07T23:24:15.121Z/work/oxidecomputer/omicron
25232024-02-07T23:24:15.121Z+ cd /tmp/tmp.0PayZh
25242024-02-07T23:24:15.121Z+ tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root
25252024-02-07T23:24:19.456ZCompressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'...
25262024-02-07T23:24:19.456Za oxide.json 1K
25272024-02-07T23:24:19.456Za root/ 0K
25282024-02-07T23:24:19.456Za root/opt/ 0K
25292024-02-07T23:24:19.456Za root/opt/oxide/ 0K
25302024-02-07T23:24:19.457Za root/opt/oxide/installinator/ 0K
25312024-02-07T23:24:19.457Za root/opt/oxide/installinator/installinator 53826K
25322024-02-07T23:24:19.457Za root/opt/oxide/installinator/pkg/ 0K
25332024-02-07T23:24:19.457Za root/opt/oxide/installinator/VERSION 1K
25342024-02-07T23:24:19.457Za root/opt/oxide/mg-ddm/ 0K
25352024-02-07T23:24:19.458Za root/opt/oxide/mg-ddm/ddmadm 33244K
25362024-02-07T23:24:19.458Za root/opt/oxide/mg-ddm/ddmd 30161K
25372024-02-07T23:24:19.458Za root/opt/oxide/mg-ddm/pkg/ 0K
25382024-02-07T23:24:19.458Za root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K
25392024-02-07T23:24:19.458Za root/opt/oxide/mg-ddm/pkg/mgd/ 0K
25402024-02-07T23:24:19.459Za root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K
25412024-02-07T23:24:19.459Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
25422024-02-07T23:24:19.459Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
25432024-02-07T23:24:19.459Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
25442024-02-07T23:24:19.459Za root/opt/oxide/mg-ddm/VERSION 1K
25452024-02-07T23:24:19.459Za root/lib/ 0K
25462024-02-07T23:24:19.459Za root/lib/svc/ 0K
25472024-02-07T23:24:19.459Za root/lib/svc/manifest/ 0K
25482024-02-07T23:24:19.460Za root/lib/svc/manifest/site/ 0K
25492024-02-07T23:24:19.460Za root/lib/svc/manifest/site/installinator.xml 3K
25502024-02-07T23:24:19.466Z+ cd /
25512024-02-07T23:24:19.466Z+ rm -rf /tmp/tmp.0PayZh
25522024-02-07T23:24:19.466Z
25532024-02-07T23:24:19.466Zreal 4.450892554
25542024-02-07T23:24:19.466Zuser 4.204452739
25552024-02-07T23:24:19.466Zsys 0.259697034
25562024-02-07T23:24:19.466Ztrap 0.000281390
25572024-02-07T23:24:19.467Ztflt 0.000000000
25582024-02-07T23:24:19.467Zdflt 0.000000000
25592024-02-07T23:24:19.467Zkflt 0.000000000
25602024-02-07T23:24:19.467Zlock 0.000000000
25612024-02-07T23:24:19.467Zslp 8.655428949
25622024-02-07T23:24:19.467Zlat 0.093399486
25632024-02-07T23:24:19.467Zstop 0.000206000
25642024-02-07T23:24:19.467Zprocess exited: duration 1590626 ms, exit code 0
 
25652024-02-07T23:24:19.499Zfound 21 output files
25662024-02-07T23:24:19.499Zuploading: /work/version.txt (26 bytes)
25672024-02-07T23:24:20.535Zuploaded: /work/version.txt
25682024-02-07T23:24:20.535Zuploading: /work/package.tar.gz (87109229 bytes)
25692024-02-07T23:24:49.744Zuploaded: /work/package.tar.gz
25702024-02-07T23:24:49.744Zuploading: /work/global-zone-packages.tar.gz (127161739 bytes)
25712024-02-07T23:25:45.276Zuploaded: /work/global-zone-packages.tar.gz
25722024-02-07T23:25:45.276Zuploading: /work/trampoline-global-zone-packages.tar.gz (38027365 bytes)
25732024-02-07T23:25:57.815Zuploaded: /work/trampoline-global-zone-packages.tar.gz
25742024-02-07T23:25:57.815Zuploading: /work/zones/clickhouse.tar.gz (194431913 bytes)
25752024-02-07T23:27:40.848Zuploaded: /work/zones/clickhouse.tar.gz
25762024-02-07T23:27:40.848Zuploading: /work/zones/clickhouse_keeper.tar.gz (194436718 bytes)
25772024-02-07T23:28:58.459Zuploaded: /work/zones/clickhouse_keeper.tar.gz
25782024-02-07T23:28:58.459Zuploading: /work/zones/cockroachdb.tar.gz (131523296 bytes)
25792024-02-07T23:29:59.927Zuploaded: /work/zones/cockroachdb.tar.gz
25802024-02-07T23:29:59.927Zuploading: /work/zones/crucible-pantry.tar.gz (17071602 bytes)
25812024-02-07T23:30:06.199Zuploaded: /work/zones/crucible-pantry.tar.gz
25822024-02-07T23:30:06.206Zuploading: /work/zones/crucible.tar.gz (34042166 bytes)
25832024-02-07T23:30:24.013Zuploaded: /work/zones/crucible.tar.gz
25842024-02-07T23:30:24.025Zuploading: /work/zones/external-dns.tar.gz (23600012 bytes)
25852024-02-07T23:30:37.783Zuploaded: /work/zones/external-dns.tar.gz
25862024-02-07T23:30:37.783Zuploading: /work/zones/internal-dns.tar.gz (23600012 bytes)
25872024-02-07T23:30:48.585Zuploaded: /work/zones/internal-dns.tar.gz
25882024-02-07T23:30:48.585Zuploading: /work/zones/ntp.tar.gz (4519 bytes)
25892024-02-07T23:30:50.507Zuploaded: /work/zones/ntp.tar.gz
25902024-02-07T23:30:50.507Zuploading: /work/zones/omicron-gateway-asic.tar.gz (19545422 bytes)
25912024-02-07T23:31:01.757Zuploaded: /work/zones/omicron-gateway-asic.tar.gz
25922024-02-07T23:31:01.757Zuploading: /work/zones/omicron-gateway-softnpu.tar.gz (19543676 bytes)
25932024-02-07T23:31:11.500Zuploaded: /work/zones/omicron-gateway-softnpu.tar.gz
25942024-02-07T23:31:11.501Zuploading: /work/zones/omicron-nexus-single-sled.tar.gz (87581317 bytes)
25952024-02-07T23:31:47.492Zuploaded: /work/zones/omicron-nexus-single-sled.tar.gz
25962024-02-07T23:31:47.493Zuploading: /work/zones/omicron-nexus.tar.gz (87579864 bytes)
25972024-02-07T23:32:39.572Zuploaded: /work/zones/omicron-nexus.tar.gz
25982024-02-07T23:32:39.572Zuploading: /work/zones/overlay.tar.gz (2610 bytes)
25992024-02-07T23:32:41.038Zuploaded: /work/zones/overlay.tar.gz
26002024-02-07T23:32:41.039Zuploading: /work/zones/oximeter.tar.gz (55834292 bytes)
26012024-02-07T23:33:24.805Zuploaded: /work/zones/oximeter.tar.gz
26022024-02-07T23:33:24.815Zuploading: /work/zones/propolis-server.tar.gz (66166937 bytes)
26032024-02-07T23:33:57.648Zuploaded: /work/zones/propolis-server.tar.gz
26042024-02-07T23:33:57.648Zuploading: /work/zones/switch-asic.tar.gz (284055822 bytes)
26052024-02-07T23:37:31.660Zuploaded: /work/zones/switch-asic.tar.gz
26062024-02-07T23:37:31.661Zuploading: /work/zones/switch-softnpu.tar.gz (208297568 bytes)
26072024-02-07T23:38:57.825Zuploaded: /work/zones/switch-softnpu.tar.gz