01HTHCQ4Z3EHZZ5DDGHNT9Q2VM: 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: 01HTHCR64A8XQ1WTTRVC9WV302

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-04-03T07:13:42.623Zjob assigned to worker 01HTHCRPV2NK4ZG08EESMNP433 (queued for 2 m 34 s)
 
22024-04-03T07:13:49.559Zstarting task 0: "setup"
32024-04-03T07:13:49.648Z++ uname -s
42024-04-03T07:13:50.874Z+ kern=SunOS
52024-04-03T07:13:50.874Z+ case "$kern" in
62024-04-03T07:13:50.874Z+ groupadd -g 12345 build
72024-04-03T07:13:50.884Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-04-03T07:13:51.692Z+ zfs create -o mountpoint=/work rpool/work
92024-04-03T07:13:51.845Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-04-03T07:13:51.857Z+ home_fs=zfs
112024-04-03T07:13:51.858Z+ [[ zfs == autofs ]]
122024-04-03T07:13:51.858Z+ mkdir -p /home/build
132024-04-03T07:13:51.858Z+ chown build:build /home/build /work
142024-04-03T07:13:53.868Z+ chmod 0700 /home/build /work
152024-04-03T07:13:53.881Zprocess exited: duration 4298 ms, exit code 0
 
162024-04-03T07:13:53.903Zstarting task 1: "rust-toolchain"
172024-04-03T07:13:53.914Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-04-03T07:13:53.914Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-04-03T07:13:54.021Zinfo: downloading installer
202024-04-03T07:13:56.224Zwarning: it looks like you have an existing installation of Rust at:
212024-04-03T07:13:56.225Zwarning: /opt/ooce/bin
222024-04-03T07:13:56.225Zwarning: It is recommended that rustup be the primary Rust installation.
232024-04-03T07:13:56.225Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-04-03T07:13:56.226Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-04-03T07:13:56.226Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-04-03T07:13:56.226Zwarning: or pass `-y' to ignore all ignorable checks.
272024-04-03T07:13:56.226Zerror: cannot install while Rust is installed
282024-04-03T07:13:56.226Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-04-03T07:13:56.359Zinfo: profile set to 'default'
302024-04-03T07:13:56.359Zinfo: default host triple is x86_64-unknown-illumos
312024-04-03T07:13:56.414Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-04-03T07:13:56.427Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-04-03T07:13:56.427Zinfo: downloading component 'cargo'
342024-04-03T07:13:57.021Zinfo: downloading component 'clippy'
352024-04-03T07:13:57.245Zinfo: downloading component 'rust-docs'
362024-04-03T07:13:58.049Zinfo: downloading component 'rust-std'
372024-04-03T07:13:59.444Zinfo: downloading component 'rustc'
382024-04-03T07:14:02.924Zinfo: downloading component 'rustfmt'
392024-04-03T07:14:03.124Zinfo: installing component 'cargo'
402024-04-03T07:14:03.938Zinfo: installing component 'clippy'
412024-04-03T07:14:04.292Zinfo: installing component 'rust-docs'
422024-04-03T07:14:05.686Zinfo: installing component 'rust-std'
432024-04-03T07:14:07.490Zinfo: installing component 'rustc'
442024-04-03T07:14:11.592Zinfo: installing component 'rustfmt'
452024-04-03T07:14:11.952Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-04-03T07:14:11.952Z
472024-04-03T07:14:12.233Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-04-03T07:14:12.233Z
492024-04-03T07:14:12.257Z
502024-04-03T07:14:12.257ZRust is installed now. Great!
512024-04-03T07:14:12.257Z
522024-04-03T07:14:12.257ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-04-03T07:14:12.257Zenvironment variable. This has not been done automatically.
542024-04-03T07:14:12.257Z
552024-04-03T07:14:12.257ZTo configure your current shell, you need to source
562024-04-03T07:14:12.257Zthe corresponding env file under $HOME/.cargo.
572024-04-03T07:14:12.257Z
582024-04-03T07:14:12.257ZThis is usually done by running one of the following (note the leading DOT):
592024-04-03T07:14:12.257Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-04-03T07:14:12.257Zsource "$HOME/.cargo/env.fish" # For fish
612024-04-03T07:14:12.309Z+ rustc --version
622024-04-03T07:14:12.381Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-04-03T07:14:12.389Zprocess exited: duration 18482 ms, exit code 0
 
642024-04-03T07:14:12.413Zstarting task 2: "authentication"
652024-04-03T07:14:12.436Zprocess exited: duration 27 ms, exit code 0
 
662024-04-03T07:14:12.462Zstarting task 3: "clone repository"
672024-04-03T07:14:12.478Z+ mkdir -p /work/oxidecomputer/omicron
682024-04-03T07:14:12.478Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-04-03T07:14:12.743ZCloning into '/work/oxidecomputer/omicron'...
702024-04-03T07:14:48.171Z+ cd /work/oxidecomputer/omicron
712024-04-03T07:14:48.171Z+ git fetch origin 1341b3f92385a8a75613e1c19a2104a02d938789
722024-04-03T07:14:48.440ZFrom https://github.com/oxidecomputer/omicron
732024-04-03T07:14:48.440Z * branch 1341b3f92385a8a75613e1c19a2104a02d938789 -> FETCH_HEAD
742024-04-03T07:14:48.440Z+ [[ -n renovate/trybuild-1.x ]]
752024-04-03T07:14:48.440Z++ git branch --show-current
762024-04-03T07:14:48.441Z+ current=main
772024-04-03T07:14:48.441Z+ [[ main != renovate/trybuild-1.x ]]
782024-04-03T07:14:48.441Z+ git branch -f renovate/trybuild-1.x 1341b3f92385a8a75613e1c19a2104a02d938789
792024-04-03T07:14:48.441Z+ git checkout -f renovate/trybuild-1.x
802024-04-03T07:14:48.441ZSwitched to branch 'renovate/trybuild-1.x'
812024-04-03T07:14:48.441Z+ git reset --hard 1341b3f92385a8a75613e1c19a2104a02d938789
822024-04-03T07:14:48.441ZHEAD is now at 1341b3f92 Update Rust crate trybuild to 1.0.91
832024-04-03T07:14:48.441Zprocess exited: duration 32566 ms, exit code 0
 
842024-04-03T07:14:48.991Zstarting task 4: "build"
852024-04-03T07:14:49.100Z+ cargo --version
862024-04-03T07:14:49.101Zinfo: syncing channel updates for '1.76.0-x86_64-unknown-illumos'
872024-04-03T07:14:49.101Zinfo: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04)
882024-04-03T07:14:49.101Zinfo: downloading component 'cargo'
892024-04-03T07:14:49.501Zinfo: downloading component 'clippy'
902024-04-03T07:14:49.714Zinfo: downloading component 'rust-docs'
912024-04-03T07:14:50.572Zinfo: downloading component 'rust-std'
922024-04-03T07:14:51.981Zinfo: downloading component 'rustc'
932024-04-03T07:14:55.494Zinfo: downloading component 'rustfmt'
942024-04-03T07:14:55.692Zinfo: installing component 'cargo'
952024-04-03T07:14:56.566Zinfo: installing component 'clippy'
962024-04-03T07:14:56.901Zinfo: installing component 'rust-docs'
972024-04-03T07:14:58.365Zinfo: installing component 'rust-std'
982024-04-03T07:15:00.162Zinfo: installing component 'rustc'
992024-04-03T07:15:04.494Zinfo: installing component 'rustfmt'
1002024-04-03T07:15:04.909Zcargo 1.76.0 (c84b36747 2024-01-18)
1012024-04-03T07:15:04.920Z+ rustc --version
1022024-04-03T07:15:04.978Zrustc 1.76.0 (07dca489a 2024-02-04)
1032024-04-03T07:15:04.981Z++ git rev-parse HEAD
1042024-04-03T07:15:04.985Z+ COMMIT=1341b3f92385a8a75613e1c19a2104a02d938789
1052024-04-03T07:15:04.985Z+ VERSION=7.0.0-0.ci+git1341b3f9238
1062024-04-03T07:15:04.985Z+ echo 7.0.0-0.ci+git1341b3f9238
1072024-04-03T07:15:04.985Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1082024-04-03T07:15:16.540Z Startup: Refreshing catalog 'helios-dev' ... Done
1092024-04-03T07:15:18.040Z Startup: Caching catalogs ... Done
1102024-04-03T07:15:19.814ZPlanning: Solver setup ... Done (1.364s)
1112024-04-03T07:15:19.837ZPlanning: Running solver ... Done (0.026s)
1122024-04-03T07:15:20.038ZPlanning: Finding local manifests ... Done (0.169s)
1132024-04-03T07:15:20.051ZPlanning: Fetching manifests: 0/4 0% complete
1142024-04-03T07:15:20.397ZPlanning: Fetching manifests: 4/4 100% complete
1152024-04-03T07:15:20.444ZPlanning: Package planning ... Done (0.048s)
1162024-04-03T07:15:20.472ZPlanning: Merging actions ... Done (0.051s)
1172024-04-03T07:15:21.342ZPlanning: Checking for conflicting actions ... Done (0.486s)
1182024-04-03T07:15:21.814ZPlanning: Consolidating action changes ... Done (0.011s)
1192024-04-03T07:15:26.112ZPlanning: Evaluating mediators ... Done (5.169s)
1202024-04-03T07:15:26.125ZPlanning: Planning completed in 8.02 seconds
1212024-04-03T07:15:26.149Z Packages to install: 4
1222024-04-03T07:15:26.149Z Mediators to change: 2
1232024-04-03T07:15:26.574Z Services to change: 1
1242024-04-03T07:15:26.574Z Estimated space available: 155.31 GB
1252024-04-03T07:15:26.575ZEstimated space to be consumed: 1.43 GB
1262024-04-03T07:15:26.575Z Create boot environment: No
1272024-04-03T07:15:26.575ZCreate backup boot environment: No
1282024-04-03T07:15:26.575Z Rebuild boot archive: No
1292024-04-03T07:15:26.575Z
1302024-04-03T07:15:26.575ZChanged mediators:
1312024-04-03T07:15:26.575Z mediator clang:
1322024-04-03T07:15:26.575Z version: None -> 15 (system default)
1332024-04-03T07:15:26.575Z
1342024-04-03T07:15:26.575Z mediator llvm:
1352024-04-03T07:15:26.576Z version: 14 (system default) -> 15 (system default)
1362024-04-03T07:15:26.576Z
1372024-04-03T07:15:26.576ZChanged packages:
1382024-04-03T07:15:26.576Zhelios-dev
1392024-04-03T07:15:26.576Z developer/build-essential
1402024-04-03T07:15:26.576Z None -> 11-2.0
1412024-04-03T07:15:26.576Z library/libxmlsec1
1422024-04-03T07:15:26.576Z None -> 1.2.35-2.0
1432024-04-03T07:15:26.576Z ooce/developer/clang-15
1442024-04-03T07:15:26.576Z None -> 15.0.7-2.0
1452024-04-03T07:15:26.576Z ooce/developer/llvm-15
1462024-04-03T07:15:26.576Z None -> 15.0.7-2.0
1472024-04-03T07:15:26.576Z
1482024-04-03T07:15:26.576ZServices:
1492024-04-03T07:15:26.576Z restart_fmri:
1502024-04-03T07:15:26.576Z svc:/system/update-man-index:default
1512024-04-03T07:15:26.589Z
1522024-04-03T07:15:26.589ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1532024-04-03T07:15:32.751ZDownload: 213/3290 items 1.3/212.6MB 0% complete (432k/s)
1542024-04-03T07:15:37.817ZDownload: 758/3290 items 18.4/212.6MB 8% complete (1.8M/s)
1552024-04-03T07:15:42.814ZDownload: 1165/3290 items 77.7/212.6MB 36% complete (7.6M/s)
1562024-04-03T07:15:50.451ZDownload: 1197/3290 items 83.5/212.6MB 39% complete (7.8M/s)
1572024-04-03T07:15:55.455ZDownload: 1996/3290 items 118.7/212.6MB 55% complete (3.8M/s)
1582024-04-03T07:16:00.452ZDownload: 2513/3290 items 120.3/212.6MB 56% complete (3.7M/s)
1592024-04-03T07:16:04.510ZDownload: Completed 212.60 MB in 38.29 seconds (5.5M/s)
1602024-04-03T07:16:04.866Z Actions: 1/3689 actions (Installing new actions)
1612024-04-03T07:16:09.966Z Actions: 3677/3689 actions (Installing new actions)
1622024-04-03T07:16:09.971Z Actions: Completed 3689 actions in 5.11 seconds.
1632024-04-03T07:16:10.164Z Done (0.186s)
1642024-04-03T07:16:10.164Z Done (0.000s)
1652024-04-03T07:16:10.411Z Done (0.251s)
1662024-04-03T07:16:15.395Z Done (4.846s)
1672024-04-03T07:16:15.563Z Done (0.099s)
1682024-04-03T07:16:15.573Z Done (0.000s)
1692024-04-03T07:16:15.710Z Done (0.000s)
1702024-04-03T07:16:16.230ZPlanning: Evaluating mediator changes ... Done
1712024-04-03T07:16:16.800ZPlanning: Checking for conflicting actions ... Done
1722024-04-03T07:16:16.817ZPlanning: Consolidating action changes ... Done
1732024-04-03T07:16:16.817ZPlanning: Evaluating mediators ... Done
1742024-04-03T07:16:16.817ZPlanning: Planning completed in 0.43 seconds
1752024-04-03T07:16:16.817Z Mediators to change: 2
1762024-04-03T07:16:16.817Z Create boot environment: No
1772024-04-03T07:16:16.817ZCreate backup boot environment: No
1782024-04-03T07:16:16.817Z Done
1792024-04-03T07:16:16.817Z Done
1802024-04-03T07:16:16.912Z Done
1812024-04-03T07:16:20.535Z Done
1822024-04-03T07:16:20.620Z Done
1832024-04-03T07:16:20.623Z Done
1842024-04-03T07:16:20.718Z Done
1852024-04-03T07:16:21.352ZPlanning: Evaluating mediator changes ... Done
1862024-04-03T07:16:21.356ZPlanning: Merging actions ... Done
1872024-04-03T07:16:21.545ZPlanning: Checking for conflicting actions ... Done
1882024-04-03T07:16:21.548ZPlanning: Consolidating action changes ... Done
1892024-04-03T07:16:21.829ZPlanning: Evaluating mediators ... Done
1902024-04-03T07:16:21.875ZPlanning: Planning completed in 0.80 seconds
1912024-04-03T07:16:21.909Z Packages to change: 1
1922024-04-03T07:16:21.909Z Mediators to change: 1
1932024-04-03T07:16:21.913Z Services to change: 1
1942024-04-03T07:16:21.913Z Create boot environment: No
1952024-04-03T07:16:21.913ZCreate backup boot environment: Yes
1962024-04-03T07:16:23.915Z Actions: 1/6 actions (Updating modified actions)
1972024-04-03T07:16:24.381Z Actions: Completed 6 actions in 0.00 seconds.
1982024-04-03T07:16:24.381Z Done
1992024-04-03T07:16:24.381Z Done
2002024-04-03T07:16:24.381Z Done
2012024-04-03T07:16:30.655Z Done
2022024-04-03T07:16:30.889Z Done
2032024-04-03T07:16:30.889Z Done
2042024-04-03T07:16:30.889Z Done
2052024-04-03T07:16:30.889ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2062024-04-03T07:16:30.889Zclang system 15 system
2072024-04-03T07:16:30.889Zcsh system system illumos
2082024-04-03T07:16:30.889Zctags system system illumos
2092024-04-03T07:16:30.889Zgcc vendor 12 vendor
2102024-04-03T07:16:30.889Zgcc system 10 system
2112024-04-03T07:16:30.889Zgcc system 7 system
2122024-04-03T07:16:30.889Zgo system 1.20 system
2132024-04-03T07:16:30.889Zgo system 1.19 system
2142024-04-03T07:16:30.890Zllvm system 15 system
2152024-04-03T07:16:30.890Zllvm system 14 system
2162024-04-03T07:16:30.890Zmariadb system 10.6 system
2172024-04-03T07:16:30.890Zmta vendor vendor dma
2182024-04-03T07:16:30.890Zopenjdk system 17 system
2192024-04-03T07:16:30.890Zopenjdk system 11 system
2202024-04-03T07:16:30.890Zopenjdk system 1.8 system
2212024-04-03T07:16:30.890Zopenssl vendor 3 vendor
2222024-04-03T07:16:30.890Zperl system 5.36 system
2232024-04-03T07:16:30.890Zpostgresql system 15 system
2242024-04-03T07:16:30.890Zpostgresql system 13 system
2252024-04-03T07:16:30.890Zpython vendor 3 vendor
2262024-04-03T07:16:30.890Zpython system 2 system
2272024-04-03T07:16:30.890Zpython3 system 3.11 system
2282024-04-03T07:16:30.890Zruby system 3.0 system
2292024-04-03T07:16:30.890Zwords vendor vendor american-english
2302024-04-03T07:16:30.890Zwords system system australian-english
2312024-04-03T07:16:30.890Zwords system system british-english
2322024-04-03T07:16:30.890Zwords system system canadian-english
2332024-04-03T07:16:30.891Zwords system system french
2342024-04-03T07:16:30.891Zwords system system italian
2352024-04-03T07:16:30.891Zwords system system ngerman
2362024-04-03T07:16:30.891Zwords system system ogerman
2372024-04-03T07:16:30.891Zwords system system spanish
2382024-04-03T07:16:30.891ZPUBLISHER TYPE STATUS P LOCATION
2392024-04-03T07:16:30.891Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2402024-04-03T07:16:31.030ZFMRI IFO
2412024-04-03T07:16:31.030Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2422024-04-03T07:16:31.030Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2432024-04-03T07:16:31.030Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2442024-04-03T07:16:31.030Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2452024-04-03T07:16:31.030Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2462024-04-03T07:16:31.030Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2472024-04-03T07:16:31.030Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2482024-04-03T07:16:31.031Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2492024-04-03T07:16:31.031Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2502024-04-03T07:16:31.031Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2512024-04-03T07:16:31.031Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2522024-04-03T07:16:31.031Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2532024-04-03T07:16:31.031Z+ set -o errexit
2542024-04-03T07:16:31.031Z+++ dirname ./tools/ci_download_cockroachdb
2552024-04-03T07:16:31.031Z++ cd ./tools
2562024-04-03T07:16:31.031Z++ pwd
2572024-04-03T07:16:31.031Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2582024-04-03T07:16:31.031Z++ basename ./tools/ci_download_cockroachdb
2592024-04-03T07:16:31.031Z+ ARG0=ci_download_cockroachdb
2602024-04-03T07:16:31.031Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2612024-04-03T07:16:31.031Z+ CIDL_VERSION=v22.1.9
2622024-04-03T07:16:31.031Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2632024-04-03T07:16:31.032Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2642024-04-03T07:16:31.032Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2652024-04-03T07:16:31.032Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2662024-04-03T07:16:31.032Z+ TARGET_DIR=out
2672024-04-03T07:16:31.032Z+ DOWNLOAD_DIR=out/downloads
2682024-04-03T07:16:31.032Z+ DEST_DIR=./out/cockroachdb
2692024-04-03T07:16:31.032Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2702024-04-03T07:16:31.032Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2712024-04-03T07:16:31.032Z+ main
2722024-04-03T07:16:31.032Z+ [[ 0 != 0 ]]
2732024-04-03T07:16:31.032Z+ CIDL_OS=solaris2.11
2742024-04-03T07:16:31.032Z+ [[ 0 != 0 ]]
2752024-04-03T07:16:31.032Z+ configure_os solaris2.11
2762024-04-03T07:16:31.032Z+ echo 'current directory: /work/oxidecomputer/omicron'
2772024-04-03T07:16:31.032Zcurrent directory: /work/oxidecomputer/omicron
2782024-04-03T07:16:31.032Z+ echo 'configuring based on OS: "solaris2.11"'
2792024-04-03T07:16:31.032Zconfiguring based on OS: "solaris2.11"
2802024-04-03T07:16:31.032Z+ case "$1" in
2812024-04-03T07:16:31.032Z+ CIDL_BUILD=illumos
2822024-04-03T07:16:31.032Z+ CIDL_SUFFIX=tar.gz
2832024-04-03T07:16:31.032Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2842024-04-03T07:16:31.033Z+ CIDL_URL_BASE=https://illumos.org/downloads
2852024-04-03T07:16:31.033Z+ CIDL_ASSEMBLE=do_assemble_illumos
2862024-04-03T07:16:31.033Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2872024-04-03T07:16:31.033Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2882024-04-03T07:16:31.033Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2892024-04-03T07:16:31.033Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2902024-04-03T07:16:31.033Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2912024-04-03T07:16:31.033Z+ CIDL_SHA256FUNC=do_sha256sum
2922024-04-03T07:16:31.033Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2932024-04-03T07:16:31.033ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2942024-04-03T07:16:31.033Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2952024-04-03T07:16:31.033ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2962024-04-03T07:16:31.033Z+ mkdir -p out/downloads
2972024-04-03T07:16:31.033Z+ mkdir -p ./out/cockroachdb
2982024-04-03T07:16:31.033Z+ local DO_DOWNLOAD=true
2992024-04-03T07:16:31.033Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3002024-04-03T07:16:31.033Z+ '[' true == true ']'
3012024-04-03T07:16:31.033Z+ echo Downloading...
3022024-04-03T07:16:31.033ZDownloading...
3032024-04-03T07:16:31.033Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3042024-04-03T07:16:31.033Z+ 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
3052024-04-03T07:16:38.088Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3062024-04-03T07:16:38.157Z++ sha256sum
3072024-04-03T07:16:38.157Z++ awk '{print $1}'
3082024-04-03T07:16:43.326Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3092024-04-03T07:16:43.327Z+ [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]]
3102024-04-03T07:16:43.623Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3112024-04-03T07:16:43.623Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3122024-04-03T07:16:43.624Z+ do_assemble_illumos
3132024-04-03T07:16:43.624Z+ rm -r ./out/cockroachdb
3142024-04-03T07:16:43.624Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3152024-04-03T07:16:43.624Z+ ./out/cockroachdb/bin/cockroach version
3162024-04-03T07:16:43.624ZBuild Tag: v22.1.9-dirty
3172024-04-03T07:16:43.624ZBuild Time: 2022/10/26 21:17:46
3182024-04-03T07:16:43.624ZDistribution: OSS
3192024-04-03T07:16:43.625ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3202024-04-03T07:16:43.625ZGo Version: go1.17.13
3212024-04-03T07:16:43.625ZC Compiler: gcc 10.3.0
3222024-04-03T07:16:43.625ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3232024-04-03T07:16:43.625ZBuild Type: release
3242024-04-03T07:16:43.625Z+ set -o errexit
3252024-04-03T07:16:43.625Z+++ dirname ./tools/ci_download_clickhouse
3262024-04-03T07:16:43.625Z++ cd ./tools
3272024-04-03T07:16:43.625Z++ pwd
3282024-04-03T07:16:43.626Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3292024-04-03T07:16:43.626Z++ basename ./tools/ci_download_clickhouse
3302024-04-03T07:16:43.626Z+ ARG0=ci_download_clickhouse
3312024-04-03T07:16:43.626Z+ TARGET_DIR=out
3322024-04-03T07:16:43.626Z+ DOWNLOAD_DIR=out/downloads
3332024-04-03T07:16:43.626Z+ DEST_DIR=./out/clickhouse
3342024-04-03T07:16:43.626Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3352024-04-03T07:16:43.626Z+ CIDL_VERSION=v23.8.7.24
3362024-04-03T07:16:43.627Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3372024-04-03T07:16:43.627Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3382024-04-03T07:16:43.627Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3392024-04-03T07:16:43.627Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3402024-04-03T07:16:43.627Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3412024-04-03T07:16:43.627Z+ main
3422024-04-03T07:16:43.627Z+ [[ 0 != 0 ]]
3432024-04-03T07:16:43.627Z+ CIDL_OS=solaris2.11
3442024-04-03T07:16:43.627Z+ [[ 0 != 0 ]]
3452024-04-03T07:16:43.627Z+ configure_os solaris2.11
3462024-04-03T07:16:43.627Z+ echo 'current directory: /work/oxidecomputer/omicron'
3472024-04-03T07:16:43.627Zcurrent directory: /work/oxidecomputer/omicron
3482024-04-03T07:16:43.627Zconfiguring based on OS: "solaris2.11"
3492024-04-03T07:16:43.627Z+ echo 'configuring based on OS: "solaris2.11"'
3502024-04-03T07:16:43.628Z+ CIDL_DASHREV=
3512024-04-03T07:16:43.628Z+ case "$1" in
3522024-04-03T07:16:43.628Z+ CIDL_PLATFORM=illumos
3532024-04-03T07:16:43.628Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3542024-04-03T07:16:43.628Z+ CIDL_MD5FUNC=do_md5sum
3552024-04-03T07:16:43.628Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3562024-04-03T07:16:43.628Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3572024-04-03T07:16:43.628Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3582024-04-03T07:16:43.628Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3592024-04-03T07:16:43.628Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3602024-04-03T07:16:43.628ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3612024-04-03T07:16:43.629Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3622024-04-03T07:16:43.629Z+ mkdir -p out/downloads
3632024-04-03T07:16:43.629ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3642024-04-03T07:16:43.629Z+ mkdir -p ./out/clickhouse
3652024-04-03T07:16:43.629Z+ local DO_DOWNLOAD=true
3662024-04-03T07:16:43.629Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3672024-04-03T07:16:43.629Z+ '[' true == true ']'
3682024-04-03T07:16:43.629Z+ echo Downloading...
3692024-04-03T07:16:43.629ZDownloading...
3702024-04-03T07:16:43.629Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3712024-04-03T07:16:43.629Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3722024-04-03T07:16:43.630Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3732024-04-03T07:16:43.630Z++ md5sum
3742024-04-03T07:16:43.630Z++ awk '{print $1}'
3752024-04-03T07:16:43.630Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3762024-04-03T07:16:43.630Z+ [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]]
3772024-04-03T07:16:43.630Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3782024-04-03T07:16:43.630Z+ mkdir -p ./out/clickhouse
3792024-04-03T07:16:43.630Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3802024-04-03T07:16:47.183Z+ [[ solaris2.11 == darwin* ]]
3812024-04-03T07:16:47.183Z+ ./out/clickhouse/clickhouse server --version
3822024-04-03T07:16:47.198ZClickHouse server version 23.8.7.1.
3832024-04-03T07:16:47.198Z+ set -o errexit
3842024-04-03T07:16:47.198Z+++ dirname ./tools/ci_download_console
3852024-04-03T07:16:47.198Z++ cd ./tools
3862024-04-03T07:16:47.198Z++ pwd
3872024-04-03T07:16:47.198Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3882024-04-03T07:16:47.199Z++ basename ./tools/ci_download_console
3892024-04-03T07:16:47.199Z+ ARG0=ci_download_console
3902024-04-03T07:16:47.199Z+ TARGET_DIR=out
3912024-04-03T07:16:47.199Z+ DOWNLOAD_DIR=out/downloads
3922024-04-03T07:16:47.199Z+ DEST_DIR=./out/console-assets
3932024-04-03T07:16:47.199Z+ source /work/oxidecomputer/omicron/tools/console_version
3942024-04-03T07:16:47.199Z++ COMMIT=156c082cdb21231ab95ef7475de199ecb7a96dc3
3952024-04-03T07:16:47.199Z++ SHA2=bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b
3962024-04-03T07:16:47.199Z+ URL=https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz
3972024-04-03T07:16:47.199Z+ TARBALL_FILE=out/downloads/console.tar.gz
3982024-04-03T07:16:47.199Z+ main
3992024-04-03T07:16:47.199Z+ [[ 0 != 0 ]]
4002024-04-03T07:16:47.199Z+ echo 'URL: https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz'
4012024-04-03T07:16:47.199ZURL: https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz
4022024-04-03T07:16:47.200Z+ echo 'Local file: out/downloads/console.tar.gz'
4032024-04-03T07:16:47.200ZLocal file: out/downloads/console.tar.gz
4042024-04-03T07:16:47.200Z+ local DO_DOWNLOAD=true
4052024-04-03T07:16:47.200Z+ [[ -f out/downloads/console.tar.gz ]]
4062024-04-03T07:16:47.200Z+ mkdir -p out/downloads
4072024-04-03T07:16:47.200Z+ '[' true == true ']'
4082024-04-03T07:16:47.200Z+ echo Downloading...
4092024-04-03T07:16:47.200ZDownloading...
4102024-04-03T07:16:47.200Z+ do_download_curl https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz out/downloads/console.tar.gz
4112024-04-03T07:16:47.200Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz
4122024-04-03T07:16:47.622Z++ do_sha256sum out/downloads/console.tar.gz
4132024-04-03T07:16:47.622Z++ case "$OSTYPE" in
4142024-04-03T07:16:47.632Z++ SHA=sha256sum
4152024-04-03T07:16:47.632Z++ sha256sum
4162024-04-03T07:16:47.632Z++ awk '{print $1}'
4172024-04-03T07:16:47.632Z+ calculated_sha2=bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b
4182024-04-03T07:16:47.632Z+ [[ bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b != \b\f\7\6\8\0\0\8\b\6\9\5\8\e\1\9\b\8\d\8\c\e\f\2\5\7\1\0\b\4\f\f\6\4\e\e\f\1\e\5\9\b\b\3\b\e\d\b\2\7\b\b\6\b\f\3\3\4\5\9\a\7\8\b ]]
4192024-04-03T07:16:47.632Z+ rm -rf ./out/console-assets
4202024-04-03T07:16:47.632Z+ mkdir -p ./out/console-assets
4212024-04-03T07:16:47.633Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4222024-04-03T07:16:47.633Z+ mkdir -p ./out/console-assets
4232024-04-03T07:16:47.633Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4242024-04-03T07:16:47.729Z+ set -o errexit
4252024-04-03T07:16:47.742Z+++ dirname ./tools/ci_download_maghemite_openapi
4262024-04-03T07:16:47.742Z++ cd ./tools
4272024-04-03T07:16:47.742Z++ pwd
4282024-04-03T07:16:47.742Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4292024-04-03T07:16:47.742Z++ basename ./tools/ci_download_maghemite_openapi
4302024-04-03T07:16:47.743Z+ ARG0=ci_download_maghemite_openapi
4312024-04-03T07:16:47.743Z+ TARGET_DIR=out
4322024-04-03T07:16:47.743Z+ DOWNLOAD_DIR=out/downloads
4332024-04-03T07:16:47.743Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4342024-04-03T07:16:47.753Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4352024-04-03T07:16:47.753Z++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4362024-04-03T07:16:47.754Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4372024-04-03T07:16:47.754Z+ LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4382024-04-03T07:16:47.754Z+ main
4392024-04-03T07:16:47.754Z+ rm -rf out/downloads/root
4402024-04-03T07:16:47.754Z+ [[ 0 != 0 ]]
4412024-04-03T07:16:47.755Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json'
4422024-04-03T07:16:47.755ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4432024-04-03T07:16:47.755ZLocal file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4442024-04-03T07:16:47.756Z+ echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4452024-04-03T07:16:47.756Z+ local DO_DOWNLOAD=true
4462024-04-03T07:16:47.756Z+ [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4472024-04-03T07:16:47.756Z+ mkdir -p out/downloads
4482024-04-03T07:16:47.757Z+ '[' true == true ']'
4492024-04-03T07:16:47.757Z+ echo Downloading...
4502024-04-03T07:16:47.757ZDownloading...
4512024-04-03T07:16:47.757Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4522024-04-03T07:16:47.758Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4532024-04-03T07:16:47.977Z++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4542024-04-03T07:16:47.978Z++ case "$OSTYPE" in
4552024-04-03T07:16:48.002Z++ SHA=sha256sum
4562024-04-03T07:16:48.003Z++ sha256sum
4572024-04-03T07:16:48.003Z++ awk '{print $1}'
4582024-04-03T07:16:48.003Z+ calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4592024-04-03T07:16:48.003Z+ [[ 004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 != \0\0\4\e\8\7\3\e\4\1\2\0\a\a\2\6\4\6\0\2\7\1\3\6\8\4\8\5\2\6\6\b\7\5\b\7\f\9\6\4\e\5\e\d\4\d\b\e\e\8\f\b\5\d\b\4\5\1\9\4\7\0\d\7 ]]
4602024-04-03T07:16:48.004Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4612024-04-03T07:16:48.004Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4622024-04-03T07:16:48.004Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4632024-04-03T07:16:48.004Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4642024-04-03T07:16:48.005Z+ LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4652024-04-03T07:16:48.005Z+ main
4662024-04-03T07:16:48.005Z+ rm -rf out/downloads/root
4672024-04-03T07:16:48.005Z+ [[ 0 != 0 ]]
4682024-04-03T07:16:48.006Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json'
4692024-04-03T07:16:48.006ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4702024-04-03T07:16:48.006Z+ echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4712024-04-03T07:16:48.006ZLocal file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4722024-04-03T07:16:48.006Z+ local DO_DOWNLOAD=true
4732024-04-03T07:16:48.006Z+ [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4742024-04-03T07:16:48.006Z+ mkdir -p out/downloads
4752024-04-03T07:16:48.007Z+ '[' true == true ']'
4762024-04-03T07:16:48.007Z+ echo Downloading...
4772024-04-03T07:16:48.007ZDownloading...
4782024-04-03T07:16:48.007Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4792024-04-03T07:16:48.007Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4802024-04-03T07:16:48.228Z++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4812024-04-03T07:16:48.231Z++ case "$OSTYPE" in
4822024-04-03T07:16:48.232Z++ SHA=sha256sum
4832024-04-03T07:16:48.232Z++ sha256sum
4842024-04-03T07:16:48.232Z++ awk '{print $1}'
4852024-04-03T07:16:48.232Z+ calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4862024-04-03T07:16:48.232Z+ [[ a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 != \a\5\d\2\f\2\7\5\c\9\9\1\5\2\7\1\1\d\e\c\1\d\f\5\8\f\d\4\9\d\4\5\9\d\3\f\c\b\8\f\b\f\c\7\a\7\f\4\8\f\4\3\2\b\e\2\4\8\d\7\4\6\3\9 ]]
4872024-04-03T07:16:48.240Z+ set -o errexit
4882024-04-03T07:16:48.244Z+++ dirname ./tools/ci_download_dendrite_openapi
4892024-04-03T07:16:48.244Z++ cd ./tools
4902024-04-03T07:16:48.244Z++ pwd
4912024-04-03T07:16:48.244Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4922024-04-03T07:16:48.249Z++ basename ./tools/ci_download_dendrite_openapi
4932024-04-03T07:16:48.249Z+ ARG0=ci_download_dendrite_openapi
4942024-04-03T07:16:48.249Z+ TARGET_DIR=out
4952024-04-03T07:16:48.249Z+ DOWNLOAD_DIR=out/downloads
4962024-04-03T07:16:48.249Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4972024-04-03T07:16:48.249Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
4982024-04-03T07:16:48.249Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
4992024-04-03T07:16:48.249Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5002024-04-03T07:16:48.249Z+ LOCAL_FILE=out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5012024-04-03T07:16:48.249Z+ main
5022024-04-03T07:16:48.249Z+ [[ 0 != 0 ]]
5032024-04-03T07:16:48.249Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json'
5042024-04-03T07:16:48.249ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5052024-04-03T07:16:48.249Z+ echo 'Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json'
5062024-04-03T07:16:48.249ZLocal file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5072024-04-03T07:16:48.250Z+ local DO_DOWNLOAD=true
5082024-04-03T07:16:48.250Z+ [[ -f out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json ]]
5092024-04-03T07:16:48.250Z+ mkdir -p out/downloads
5102024-04-03T07:16:48.250Z+ '[' true == true ']'
5112024-04-03T07:16:48.250Z+ echo Downloading...
5122024-04-03T07:16:48.250ZDownloading...
5132024-04-03T07:16:48.250Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5142024-04-03T07:16:48.250Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5152024-04-03T07:16:51.144Z++ do_sha256sum out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5162024-04-03T07:16:51.144Z++ case "$OSTYPE" in
5172024-04-03T07:16:51.144Z++ SHA=sha256sum
5182024-04-03T07:16:51.144Z++ sha256sum
5192024-04-03T07:16:51.144Z++ awk '{print $1}'
5202024-04-03T07:16:51.144Z+ calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5212024-04-03T07:16:51.145Z+ [[ 50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae != \5\0\e\f\f\6\d\9\f\9\8\6\b\7\b\1\a\f\5\9\7\0\d\1\1\d\8\d\0\1\b\8\1\2\d\e\3\7\2\6\9\7\3\1\c\6\c\6\9\1\a\2\4\4\b\3\f\d\a\e\8\2\a\e ]]
5222024-04-03T07:16:51.145Z+ set -o errexit
5232024-04-03T07:16:51.145Z+++ dirname ./tools/ci_download_dendrite_stub
5242024-04-03T07:16:51.145Z++ cd ./tools
5252024-04-03T07:16:51.145Z++ pwd
5262024-04-03T07:16:51.145Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5272024-04-03T07:16:51.145Z++ basename ./tools/ci_download_dendrite_stub
5282024-04-03T07:16:51.145Z+ ARG0=ci_download_dendrite_stub
5292024-04-03T07:16:51.145Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5302024-04-03T07:16:51.145Z++ CIDL_SHA256_ILLUMOS=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5312024-04-03T07:16:51.145Z++ CIDL_SHA256_LINUX_DPD=cb84fb7b2ba9cedaee5a09d400c88315ef30f7826610c1acb1ad6f07fa672b0a
5322024-04-03T07:16:51.145Z++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b
5332024-04-03T07:16:51.146Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5342024-04-03T07:16:51.146Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
5352024-04-03T07:16:51.146Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5362024-04-03T07:16:51.146Z+ TARGET_DIR=out
5372024-04-03T07:16:51.146Z+ DOWNLOAD_DIR=out/downloads
5382024-04-03T07:16:51.146Z+ DEST_DIR=./out/dendrite-stub
5392024-04-03T07:16:51.146Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5402024-04-03T07:16:51.146Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5412024-04-03T07:16:51.146Z+ REPO=oxidecomputer/dendrite
5422024-04-03T07:16:51.147Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690
5432024-04-03T07:16:51.147Z+ main
5442024-04-03T07:16:51.147Z+ [[ 0 != 0 ]]
5452024-04-03T07:16:51.147Z+ CIDL_OS=solaris2.11
5462024-04-03T07:16:51.147Z+ [[ 0 != 0 ]]
5472024-04-03T07:16:51.147Z+ configure_os solaris2.11
5482024-04-03T07:16:51.147Z+ echo 'current directory: /work/oxidecomputer/omicron'
5492024-04-03T07:16:51.147Z+ echo 'configuring based on OS: "solaris2.11"'
5502024-04-03T07:16:51.147Zcurrent directory: /work/oxidecomputer/omicron
5512024-04-03T07:16:51.148Zconfiguring based on OS: "solaris2.11"
5522024-04-03T07:16:51.148Z+ case "$1" in
5532024-04-03T07:16:51.148Z+ SET_BINARIES=
5542024-04-03T07:16:51.148Z+ CIDL_SHA256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5552024-04-03T07:16:51.148Z+ CIDL_SHA256FUNC=do_sha256sum
5562024-04-03T07:16:51.148Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5572024-04-03T07:16:51.148Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5582024-04-03T07:16:51.148Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5592024-04-03T07:16:51.148Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz'
5602024-04-03T07:16:51.148ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5612024-04-03T07:16:51.148ZLocal file: out/downloads/dendrite-stub.tar.gz
5622024-04-03T07:16:51.148Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5632024-04-03T07:16:51.148Z+ mkdir -p out/downloads
5642024-04-03T07:16:51.149Z+ mkdir -p ./out/dendrite-stub
5652024-04-03T07:16:51.149Z+ fetch_and_verify
5662024-04-03T07:16:51.149Z+ local DO_DOWNLOAD=true
5672024-04-03T07:16:51.149Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5682024-04-03T07:16:51.149Z+ '[' true == true ']'
5692024-04-03T07:16:51.149Z+ echo Downloading...
5702024-04-03T07:16:51.149ZDownloading...
5712024-04-03T07:16:51.149Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5722024-04-03T07:16:51.150Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5732024-04-03T07:16:59.870Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5742024-04-03T07:16:59.882Z++ sha256sum
5752024-04-03T07:16:59.882Z++ awk '{print $1}'
5762024-04-03T07:17:00.308Z+ calculated_sha256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5772024-04-03T07:17:00.317Z+ [[ fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 != \f\d\a\1\8\4\2\b\c\4\c\4\5\a\f\9\8\7\7\1\f\a\8\c\f\b\8\c\5\c\c\5\4\c\a\0\7\5\9\c\7\5\4\d\7\e\5\f\4\1\5\0\4\3\9\0\f\6\5\e\4\3\f\3 ]]
5782024-04-03T07:17:00.317Z+ do_untar out/downloads/dendrite-stub.tar.gz
5792024-04-03T07:17:00.318Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5802024-04-03T07:17:00.490Z+ do_assemble
5812024-04-03T07:17:00.490Z+ rm -r ./out/dendrite-stub
5822024-04-03T07:17:00.494Z+ mkdir ./out/dendrite-stub
5832024-04-03T07:17:00.502Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5842024-04-03T07:17:00.604Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5852024-04-03T07:17:00.621Z+ set -o errexit
5862024-04-03T07:17:00.621Z+++ dirname ./tools/ci_download_maghemite_mgd
5872024-04-03T07:17:00.621Z++ cd ./tools
5882024-04-03T07:17:00.621Z++ pwd
5892024-04-03T07:17:00.621Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5902024-04-03T07:17:00.621Z++ basename ./tools/ci_download_maghemite_mgd
5912024-04-03T07:17:00.622Z+ ARG0=ci_download_maghemite_mgd
5922024-04-03T07:17:00.622Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5932024-04-03T07:17:00.622Z++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
5942024-04-03T07:17:00.622Z++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d
5952024-04-03T07:17:00.622Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5962024-04-03T07:17:00.622Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
5972024-04-03T07:17:00.622Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5982024-04-03T07:17:00.622Z+ TARGET_DIR=out
5992024-04-03T07:17:00.623Z+ DOWNLOAD_DIR=out/downloads
6002024-04-03T07:17:00.623Z+ DEST_DIR=./out/mgd
6012024-04-03T07:17:00.623Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6022024-04-03T07:17:00.623Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6032024-04-03T07:17:00.623Z+ REPO=oxidecomputer/maghemite
6042024-04-03T07:17:00.623Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a
6052024-04-03T07:17:00.623Z+ main
6062024-04-03T07:17:00.623Z+ rm -rf out/downloads/root
6072024-04-03T07:17:00.633Z+ [[ 0 != 0 ]]
6082024-04-03T07:17:00.633Z+ CIDL_OS=solaris2.11
6092024-04-03T07:17:00.633Z+ [[ 0 != 0 ]]
6102024-04-03T07:17:00.633Z+ configure_os solaris2.11
6112024-04-03T07:17:00.634Z+ echo 'current directory: /work/oxidecomputer/omicron'
6122024-04-03T07:17:00.634Zcurrent directory: /work/oxidecomputer/omicron
6132024-04-03T07:17:00.634Z+ echo 'configuring based on OS: "solaris2.11"'
6142024-04-03T07:17:00.634Z+ case "$1" in
6152024-04-03T07:17:00.634Zconfiguring based on OS: "solaris2.11"
6162024-04-03T07:17:00.635Z+ SET_BINARIES=
6172024-04-03T07:17:00.635Z+ CIDL_SHA256FUNC=do_sha256sum
6182024-04-03T07:17:00.635Z+ TARBALL_FILENAME=mgd.tar.gz
6192024-04-03T07:17:00.635Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6202024-04-03T07:17:00.635Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6212024-04-03T07:17:00.635Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz'
6222024-04-03T07:17:00.635Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6232024-04-03T07:17:00.635ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6242024-04-03T07:17:00.636ZLocal file: out/downloads/mgd.tar.gz
6252024-04-03T07:17:00.636Z+ mkdir -p out/downloads
6262024-04-03T07:17:00.636Z+ mkdir -p ./out/mgd
6272024-04-03T07:17:00.636Z+ fetch_and_verify
6282024-04-03T07:17:00.636Z+ local DO_DOWNLOAD=true
6292024-04-03T07:17:00.637Z+ [[ -f out/downloads/mgd.tar.gz ]]
6302024-04-03T07:17:00.637Z+ '[' true == true ']'
6312024-04-03T07:17:00.637Z+ echo Downloading...
6322024-04-03T07:17:00.637ZDownloading...
6332024-04-03T07:17:00.637Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz
6342024-04-03T07:17:00.638Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6352024-04-03T07:17:10.640Z++ do_sha256sum out/downloads/mgd.tar.gz
6362024-04-03T07:17:10.649Z++ sha256sum
6372024-04-03T07:17:10.649Z++ awk '{print $1}'
6382024-04-03T07:17:10.677Z+ calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6392024-04-03T07:17:10.677Z+ [[ ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 != \d\d\c\1\9\d\a\8\9\3\2\e\0\f\f\4\a\9\1\d\e\a\1\3\9\3\6\9\b\b\5\b\7\2\9\7\4\8\b\d\f\6\9\8\2\2\3\b\c\2\7\1\7\a\4\a\b\e\a\8\9\e\d\6 ]]
6402024-04-03T07:17:10.677Z+ do_untar out/downloads/mgd.tar.gz
6412024-04-03T07:17:10.677Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6422024-04-03T07:17:11.274Z+ do_assemble
6432024-04-03T07:17:11.275Z+ rm -r ./out/mgd
6442024-04-03T07:17:11.291Z+ mkdir ./out/mgd
6452024-04-03T07:17:11.291Z+ cp -r out/downloads/root ./out/mgd/root
6462024-04-03T07:17:11.368Z+ set -o errexit
6472024-04-03T07:17:11.396Z+++ dirname ./tools/ci_download_transceiver_control
6482024-04-03T07:17:11.397Z++ cd ./tools
6492024-04-03T07:17:11.397Z++ pwd
6502024-04-03T07:17:11.397Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6512024-04-03T07:17:11.397Z++ basename ./tools/ci_download_transceiver_control
6522024-04-03T07:17:11.398Z+ ARG0=ci_download_transceiver_control
6532024-04-03T07:17:11.398Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6542024-04-03T07:17:11.398Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6552024-04-03T07:17:11.398Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6562024-04-03T07:17:11.398Z+ TARGET_DIR=out
6572024-04-03T07:17:11.399Z+ DOWNLOAD_DIR=out/downloads
6582024-04-03T07:17:11.399Z+ DEST_DIR=./out/transceiver-control
6592024-04-03T07:17:11.399Z+ BIN_DIR=/opt/oxide/bin
6602024-04-03T07:17:11.399Z+ BINARY=xcvradm
6612024-04-03T07:17:11.400Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6622024-04-03T07:17:11.400Z+ REPO=oxidecomputer/transceiver-control
6632024-04-03T07:17:11.400Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6642024-04-03T07:17:11.400Z+ main
6652024-04-03T07:17:11.400Z+ [[ 0 != 0 ]]
6662024-04-03T07:17:11.400Z+ CIDL_OS=solaris2.11
6672024-04-03T07:17:11.401Z+ [[ 0 != 0 ]]
6682024-04-03T07:17:11.401Z+ configure_os solaris2.11
6692024-04-03T07:17:11.401Z+ echo 'current directory: /work/oxidecomputer/omicron'
6702024-04-03T07:17:11.401Zcurrent directory: /work/oxidecomputer/omicron
6712024-04-03T07:17:11.402Z+ echo 'configuring based on OS: "solaris2.11"'
6722024-04-03T07:17:11.402Z+ case "$1" in
6732024-04-03T07:17:11.402Zconfiguring based on OS: "solaris2.11"
6742024-04-03T07:17:11.402Z+ SET_BINARIES=
6752024-04-03T07:17:11.402Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6762024-04-03T07:17:11.403Z+ CIDL_SHA256FUNC=do_sha256sum
6772024-04-03T07:17:11.403Z+ ARCHIVE_FILENAME=xcvradm.gz
6782024-04-03T07:17:11.403Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6792024-04-03T07:17:11.403Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6802024-04-03T07:17:11.403Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6812024-04-03T07:17:11.403Z+ echo 'Local file: out/downloads/xcvradm.gz'
6822024-04-03T07:17:11.403ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6832024-04-03T07:17:11.404ZLocal file: out/downloads/xcvradm.gz
6842024-04-03T07:17:11.404Z+ mkdir -p out/downloads
6852024-04-03T07:17:11.404Z+ mkdir -p ./out/transceiver-control
6862024-04-03T07:17:11.404Z+ fetch_and_verify
6872024-04-03T07:17:11.404Z+ local DO_DOWNLOAD=true
6882024-04-03T07:17:11.404Z+ [[ -f out/downloads/xcvradm.gz ]]
6892024-04-03T07:17:11.405Z+ '[' true == true ']'
6902024-04-03T07:17:11.405Z+ echo Downloading...
6912024-04-03T07:17:11.405ZDownloading...
6922024-04-03T07:17:11.405Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6932024-04-03T07:17:11.406Z+ 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
6942024-04-03T07:17:13.595Z++ do_sha256sum out/downloads/xcvradm.gz
6952024-04-03T07:17:13.617Z++ sha256sum
6962024-04-03T07:17:13.617Z++ awk '{print $1}'
6972024-04-03T07:17:13.618Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6982024-04-03T07:17:13.618Z+ [[ 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 ]]
6992024-04-03T07:17:13.618Z+ do_unpack out/downloads/xcvradm.gz
7002024-04-03T07:17:13.618Z+ mkdir -p out/downloads/root//opt/oxide/bin
7012024-04-03T07:17:13.618Z+ gzip -dc out/downloads/xcvradm.gz
7022024-04-03T07:17:13.735Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7032024-04-03T07:17:13.743Z+ do_assemble
7042024-04-03T07:17:13.743Z+ rm -r ./out/transceiver-control
7052024-04-03T07:17:13.744Z+ mkdir ./out/transceiver-control
7062024-04-03T07:17:13.744Z+ cp -r out/downloads/root ./out/transceiver-control/root
7072024-04-03T07:17:13.842Z+ set -o errexit
7082024-04-03T07:17:14.267Z+++ dirname ./tools/ci_download_thundermuffin
7092024-04-03T07:17:14.267Z++ cd ./tools
7102024-04-03T07:17:14.267Z++ pwd
7112024-04-03T07:17:14.267Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
7122024-04-03T07:17:14.267Z++ basename ./tools/ci_download_thundermuffin
7132024-04-03T07:17:14.267Z+ ARG0=ci_download_thundermuffin
7142024-04-03T07:17:14.267Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
7152024-04-03T07:17:14.267Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7162024-04-03T07:17:14.267Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
7172024-04-03T07:17:14.267Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
7182024-04-03T07:17:14.268Z+ TARGET_DIR=out
7192024-04-03T07:17:14.268Z+ DOWNLOAD_DIR=out/downloads
7202024-04-03T07:17:14.268Z+ DEST_DIR=./out/thundermuffin
7212024-04-03T07:17:14.268Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
7222024-04-03T07:17:14.268Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
7232024-04-03T07:17:14.268Z+ REPO=oxidecomputer/thundermuffin
7242024-04-03T07:17:14.268Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
7252024-04-03T07:17:14.268Z+ main
7262024-04-03T07:17:14.268Z+ rm -rf out/downloads/root
7272024-04-03T07:17:14.275Z+ [[ 0 != 0 ]]
7282024-04-03T07:17:14.276Z+ CIDL_OS=solaris2.11
7292024-04-03T07:17:14.276Z+ [[ 0 != 0 ]]
7302024-04-03T07:17:14.276Z+ configure_os solaris2.11
7312024-04-03T07:17:14.276Z+ echo 'current directory: /work/oxidecomputer/omicron'
7322024-04-03T07:17:14.276Zcurrent directory: /work/oxidecomputer/omicron
7332024-04-03T07:17:14.276Z+ echo 'configuring based on OS: "solaris2.11"'
7342024-04-03T07:17:14.276Z+ case "$1" in
7352024-04-03T07:17:14.276Z+ SET_BINARIES=
7362024-04-03T07:17:14.276Zconfiguring based on OS: "solaris2.11"
7372024-04-03T07:17:14.276Z+ CIDL_SHA256FUNC=do_sha256sum
7382024-04-03T07:17:14.276Z+ TARBALL_FILENAME=thundermuffin.tar.gz
7392024-04-03T07:17:14.276Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7402024-04-03T07:17:14.276Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
7412024-04-03T07:17:14.276Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
7422024-04-03T07:17:14.276ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7432024-04-03T07:17:14.276Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
7442024-04-03T07:17:14.276Z+ mkdir -p out/downloads
7452024-04-03T07:17:14.276ZLocal file: out/downloads/thundermuffin.tar.gz
7462024-04-03T07:17:14.276Z+ mkdir -p ./out/thundermuffin
7472024-04-03T07:17:14.276Z+ fetch_and_verify
7482024-04-03T07:17:14.276Z+ local DO_DOWNLOAD=true
7492024-04-03T07:17:14.277Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
7502024-04-03T07:17:14.277Z+ '[' true == true ']'
7512024-04-03T07:17:14.277Z+ echo Downloading...
7522024-04-03T07:17:14.277ZDownloading...
7532024-04-03T07:17:14.277Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
7542024-04-03T07:17:14.277Z+ curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7552024-04-03T07:17:14.865Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7562024-04-03T07:17:14.871Z++ sha256sum
7572024-04-03T07:17:14.871Z++ awk '{print $1}'
7582024-04-03T07:17:14.874Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7592024-04-03T07:17:14.875Z+ [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]]
7602024-04-03T07:17:14.875Z+ do_untar out/downloads/thundermuffin.tar.gz
7612024-04-03T07:17:14.875Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7622024-04-03T07:17:14.937Z+ do_assemble
7632024-04-03T07:17:14.937Z+ rm -r ./out/thundermuffin
7642024-04-03T07:17:14.940Z+ mkdir ./out/thundermuffin
7652024-04-03T07:17:14.943Z+ cp -r out/downloads/root ./out/thundermuffin/root
7662024-04-03T07:17:14.952ZAll prerequisites installed successfully
7672024-04-03T07:17:14.957Z
7682024-04-03T07:17:14.957Zreal 2:09.938604257
7692024-04-03T07:17:14.957Zuser 37.857480148
7702024-04-03T07:17:14.957Zsys 7.174024255
7712024-04-03T07:17:14.957Ztrap 0.009020716
7722024-04-03T07:17:14.957Ztflt 0.229960431
7732024-04-03T07:17:14.957Zdflt 0.367683422
7742024-04-03T07:17:14.957Zkflt 0.135365532
7752024-04-03T07:17:14.957Zlock 1.080442883
7762024-04-03T07:17:14.958Zslp 4:26.184428195
7772024-04-03T07:17:14.958Zlat 1.960057383
7782024-04-03T07:17:14.958Zstop 0.131850007
7792024-04-03T07:17:14.958Z+ ptime -m ./tools/ci_download_softnpu_machinery
7802024-04-03T07:17:14.971Zfetching npuzone
7812024-04-03T07:17:14.978ZEnsuring oxidecomputer/softnpu/image/npuzone in out/npuzone
7822024-04-03T07:17:14.978Z (commit: dbab082dfa89da5db5ca2325c257089d2f130092)
7832024-04-03T07:17:14.978ZGetting hash for npuzone
7842024-04-03T07:17:15.494Z (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e)
7852024-04-03T07:17:29.510Znpuzone downloaded successfully
7862024-04-03T07:17:29.510Z
7872024-04-03T07:17:29.510Zreal 11.600772719
7882024-04-03T07:17:29.510Zuser 0.347730481
7892024-04-03T07:17:29.510Zsys 0.120582162
7902024-04-03T07:17:29.510Ztrap 0.000056230
7912024-04-03T07:17:29.510Ztflt 0.000000000
7922024-04-03T07:17:29.510Zdflt 0.000000000
7932024-04-03T07:17:29.510Zkflt 0.000000000
7942024-04-03T07:17:29.510Zlock 0.000000000
7952024-04-03T07:17:29.510Zslp 34.218604842
7962024-04-03T07:17:29.510Zlat 0.082743565
7972024-04-03T07:17:29.510Zstop 0.000179987
7982024-04-03T07:17:29.510Z+ export CARGO_INCREMENTAL=0
7992024-04-03T07:17:29.511Z+ CARGO_INCREMENTAL=0
8002024-04-03T07:17:29.511Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
8012024-04-03T07:17:29.511Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
8022024-04-03T07:17:29.511Z Updating git repository `https://github.com/oxidecomputer/samael`
8032024-04-03T07:17:29.511Z Updating git repository `https://github.com/oxidecomputer/zone`
8042024-04-03T07:17:29.582Z Updating crates.io index
8052024-04-03T07:17:29.602Z Updating git repository `https://github.com/oxidecomputer/dropshot`
8062024-04-03T07:17:31.893Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8072024-04-03T07:17:33.315Z Updating git repository `https://github.com/oxidecomputer/progenitor`
8082024-04-03T07:17:38.917Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
8092024-04-03T07:17:40.451Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8102024-04-03T07:17:41.122Z Updating git repository `https://github.com/oxidecomputer/propolis`
8112024-04-03T07:17:44.275Z Updating git repository `https://github.com/oxidecomputer/crucible`
8122024-04-03T07:17:49.969Z Updating git repository `https://github.com/oxidecomputer/opte`
8132024-04-03T07:17:52.837Z Updating git repository `https://github.com/oxidecomputer/falcon`
8142024-04-03T07:18:02.632Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
8152024-04-03T07:18:02.632Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8162024-04-03T07:18:02.632Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
8172024-04-03T07:18:02.633Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
8182024-04-03T07:18:02.633Z Updating git repository `http://github.com/oxidecomputer/sprockets`
8192024-04-03T07:18:02.633Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
8202024-04-03T07:18:02.997Z Updating git repository `http://github.com/oxidecomputer/tofino`
8212024-04-03T07:18:03.133Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8222024-04-03T07:18:03.760Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
8232024-04-03T07:18:04.435Z Updating git repository `https://github.com/oxidecomputer/libnvme`
8242024-04-03T07:18:05.262Z Updating git repository `https://github.com/oxidecomputer/ispf`
8252024-04-03T07:18:13.339Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8262024-04-03T07:18:13.520Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8272024-04-03T07:18:13.520Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
8282024-04-03T07:18:13.617Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
8292024-04-03T07:18:13.617Z Updating git repository `https://github.com/jgallagher/nix`
8302024-04-03T07:18:14.814Z Updating git repository `https://github.com/cbiffle/hubpack`
8312024-04-03T07:18:15.537Z Updating git repository `https://github.com/oxidecomputer/typify`
8322024-04-03T07:18:19.015Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8332024-04-03T07:18:19.726Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8342024-04-03T07:18:20.645Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8352024-04-03T07:18:21.475Z Updating git repository `https://github.com/oxidecomputer/rfb`
8362024-04-03T07:18:23.302Z Downloading crates ...
8372024-04-03T07:18:23.423Z Downloaded adler v1.0.2
8382024-04-03T07:18:23.505Z Downloaded anstyle-query v1.0.0
8392024-04-03T07:18:23.505Z Downloaded arrayref v0.3.7
8402024-04-03T07:18:23.505Z Downloaded anstyle v1.0.6
8412024-04-03T07:18:23.505Z Downloaded aead v0.5.2
8422024-04-03T07:18:23.506Z Downloaded anstream v0.6.11
8432024-04-03T07:18:23.506Z Downloaded hash32 v0.2.1
8442024-04-03T07:18:23.506Z Downloaded crossbeam-epoch v0.9.18
8452024-04-03T07:18:23.506Z Downloaded array-init v0.0.4
8462024-04-03T07:18:23.506Z Downloaded http-range v0.1.5
8472024-04-03T07:18:23.506Z Downloaded headers-core v0.2.0
8482024-04-03T07:18:23.506Z Downloaded atomicwrites v0.4.3
8492024-04-03T07:18:23.506Z Downloaded async-stream-impl v0.3.5
8502024-04-03T07:18:23.506Z Downloaded anyhow v1.0.79
8512024-04-03T07:18:23.506Z Downloaded hubpack_derive v0.1.1
8522024-04-03T07:18:23.506Z Downloaded hostname v0.3.1
8532024-04-03T07:18:23.506Z Downloaded hubpack v0.1.2
8542024-04-03T07:18:23.507Z Downloaded http-body v0.4.5
8552024-04-03T07:18:23.507Z Downloaded highway v1.1.0
8562024-04-03T07:18:23.507Z Downloaded ascii v1.1.0
8572024-04-03T07:18:23.507Z Downloaded allocator-api2 v0.2.16
8582024-04-03T07:18:23.507Z Downloaded humantime v2.1.0
8592024-04-03T07:18:23.507Z Downloaded bzip2 v0.4.4
8602024-04-03T07:18:23.507Z Downloaded home v0.5.5
8612024-04-03T07:18:23.507Z Downloaded hmac v0.12.1
8622024-04-03T07:18:23.507Z Downloaded httparse v1.8.0
8632024-04-03T07:18:23.512Z Downloaded hyper-rustls v0.24.2
8642024-04-03T07:18:23.513Z Downloaded block-padding v0.3.3
8652024-04-03T07:18:23.513Z Downloaded bb8 v0.8.3
8662024-04-03T07:18:23.513Z Downloaded base64ct v1.6.0
8672024-04-03T07:18:23.513Z Downloaded instant v0.1.12
8682024-04-03T07:18:23.513Z Downloaded heck v0.4.1
8692024-04-03T07:18:23.513Z Downloaded base16ct v0.2.0
8702024-04-03T07:18:23.513Z Downloaded block-buffer v0.10.4
8712024-04-03T07:18:23.513Z Downloaded heapless v0.7.16
8722024-04-03T07:18:23.513Z Downloaded is_ci v1.2.0
8732024-04-03T07:18:23.513Z Downloaded colorchoice v1.0.0
8742024-04-03T07:18:23.513Z Downloaded ciborium-io v0.2.2
8752024-04-03T07:18:23.514Z Downloaded bcs v0.1.6
8762024-04-03T07:18:23.514Z Downloaded new_debug_unreachable v1.0.4
8772024-04-03T07:18:23.514Z Downloaded bit-vec v0.6.3
8782024-04-03T07:18:23.514Z Downloaded assert_matches v1.5.0
8792024-04-03T07:18:23.514Z Downloaded hashbrown v0.13.2
8802024-04-03T07:18:23.514Z Downloaded inout v0.1.3
8812024-04-03T07:18:23.514Z Downloaded headers v0.3.9
8822024-04-03T07:18:23.514Z Downloaded multimap v0.10.0
8832024-04-03T07:18:23.514Z Downloaded clap_lex v0.7.0
8842024-04-03T07:18:23.515Z Downloaded newline-converter v0.3.0
8852024-04-03T07:18:23.515Z Downloaded matches v0.1.10
8862024-04-03T07:18:23.515Z Downloaded newtype_derive v0.1.6
8872024-04-03T07:18:23.515Z Downloaded hyper-tls v0.5.0
8882024-04-03T07:18:23.515Z Downloaded cipher v0.4.4
8892024-04-03T07:18:23.515Z Downloaded serde-big-array v0.5.1
8902024-04-03T07:18:23.515Z Downloaded swrite v0.1.0
8912024-04-03T07:18:23.515Z Downloaded bitfield v0.14.0
8922024-04-03T07:18:23.515Z Downloaded cassowary v0.3.0
8932024-04-03T07:18:23.515Z Downloaded serde-big-array v0.4.1
8942024-04-03T07:18:23.515Z Downloaded scroll_derive v0.12.0
8952024-04-03T07:18:23.515Z Downloaded castaway v0.2.2
8962024-04-03T07:18:23.516Z Downloaded nodrop v0.1.14
8972024-04-03T07:18:23.516Z Downloaded newtype-uuid v1.0.1
8982024-04-03T07:18:23.516Z Downloaded nanorand v0.7.0
8992024-04-03T07:18:23.516Z Downloaded memoffset v0.7.1
9002024-04-03T07:18:23.516Z Downloaded chacha20 v0.9.1
9012024-04-03T07:18:23.516Z Downloaded nibble_vec v0.1.0
9022024-04-03T07:18:23.516Z Downloaded linked-hash-map v0.5.6
9032024-04-03T07:18:23.516Z Downloaded cpufeatures v0.2.12
9042024-04-03T07:18:23.516Z Downloaded http v1.0.0
9052024-04-03T07:18:23.524Z Downloaded multer v3.0.0
9062024-04-03T07:18:23.524Z Downloaded ciborium-ll v0.2.2
9072024-04-03T07:18:23.525Z Downloaded match_cfg v0.1.0
9082024-04-03T07:18:23.525Z Downloaded memmap v0.7.0
9092024-04-03T07:18:23.525Z Downloaded indoc v1.0.9
9102024-04-03T07:18:23.536Z Downloaded mockall v0.12.0
9112024-04-03T07:18:23.536Z Downloaded scheduled-thread-pool v0.2.7
9122024-04-03T07:18:23.536Z Downloaded crossbeam-deque v0.8.3
9132024-04-03T07:18:23.536Z Downloaded subtle v2.5.0
9142024-04-03T07:18:23.544Z Downloaded crc v3.0.1
9152024-04-03T07:18:23.544Z Downloaded supports-color v3.0.0
9162024-04-03T07:18:23.544Z Downloaded stringprep v0.1.3
9172024-04-03T07:18:23.544Z Downloaded resolv-conf v0.7.0
9182024-04-03T07:18:23.544Z Downloaded memmap2 v0.7.1
9192024-04-03T07:18:23.544Z Downloaded dtrace-parser v0.2.0
9202024-04-03T07:18:23.568Z Downloaded usdt-macro v0.5.0
9212024-04-03T07:18:23.568Z Downloaded rand_xorshift v0.3.0
9222024-04-03T07:18:23.568Z Downloaded thread_local v1.1.7
9232024-04-03T07:18:23.568Z Downloaded rustc_version v0.4.0
9242024-04-03T07:18:23.568Z Downloaded rustc_version v0.1.7
9252024-04-03T07:18:23.569Z Downloaded zone_cfg_derive v0.1.2
9262024-04-03T07:18:23.569Z Downloaded rustls-pki-types v1.3.0
9272024-04-03T07:18:24.935Z Downloaded log v0.4.21
9282024-04-03T07:18:24.935Z Downloaded semver-parser v0.10.2
9292024-04-03T07:18:24.935Z Downloaded untrusted v0.9.0
9302024-04-03T07:18:24.935Z Downloaded utf8parse v0.2.1
9312024-04-03T07:18:24.935Z Downloaded utf-8 v0.7.6
9322024-04-03T07:18:24.935Z Downloaded lock_api v0.4.10
9332024-04-03T07:18:24.935Z Downloaded libloading v0.7.4
9342024-04-03T07:18:24.935Z Downloaded termcolor v1.2.0
9352024-04-03T07:18:24.935Z Downloaded num_threads v0.1.6
9362024-04-03T07:18:24.935Z Downloaded cookie_store v0.20.0
9372024-04-03T07:18:24.936Z Downloaded dirs-sys-next v0.1.2
9382024-04-03T07:18:24.936Z Downloaded ciborium v0.2.2
9392024-04-03T07:18:25.055Z Downloaded cookie v0.17.0
9402024-04-03T07:18:25.055Z Downloaded num-conv v0.1.0
9412024-04-03T07:18:25.055Z Downloaded toml_datetime v0.6.5
9422024-04-03T07:18:25.055Z Downloaded thread-id v4.2.0
9432024-04-03T07:18:25.055Z Downloaded embedded-io v0.4.0
9442024-04-03T07:18:25.055Z Downloaded thiserror-impl-no-std v2.0.2
9452024-04-03T07:18:25.055Z Downloaded miniz_oxide v0.7.1
9462024-04-03T07:18:25.056Z Downloaded crc-catalog v2.2.0
9472024-04-03T07:18:25.056Z Downloaded mockall_derive v0.12.0
9482024-04-03T07:18:25.056Z Downloaded precomputed-hash v0.1.1
9492024-04-03T07:18:25.056Z Downloaded unicase v2.7.0
9502024-04-03T07:18:25.056Z Downloaded futures-io v0.3.30
9512024-04-03T07:18:25.056Z Downloaded filetime v0.2.23
9522024-04-03T07:18:25.056Z Downloaded ff v0.13.0
9532024-04-03T07:18:25.057Z Downloaded uuid v0.8.2
9542024-04-03T07:18:25.057Z Downloaded linear-map v1.2.0
9552024-04-03T07:18:25.057Z Downloaded sigpipe v0.1.3
9562024-04-03T07:18:25.057Z Downloaded futures-executor v0.3.30
9572024-04-03T07:18:25.057Z Downloaded base64 v0.13.1
9582024-04-03T07:18:25.057Z Downloaded group v0.13.0
9592024-04-03T07:18:25.057Z Downloaded slog v2.7.0
9602024-04-03T07:18:25.057Z Downloaded defmt-parser v0.3.3
9612024-04-03T07:18:25.057Z Downloaded static_assertions v1.1.0
9622024-04-03T07:18:25.058Z Downloaded try-lock v0.2.4
9632024-04-03T07:18:25.058Z Downloaded strum v0.25.0
9642024-04-03T07:18:25.058Z Downloaded strip-ansi-escapes v0.2.0
9652024-04-03T07:18:25.058Z Downloaded fd-lock v3.0.13
9662024-04-03T07:18:25.058Z Downloaded fs-err v2.11.0
9672024-04-03T07:18:25.058Z Downloaded time-core v0.1.2
9682024-04-03T07:18:25.058Z Downloaded strum v0.26.1
9692024-04-03T07:18:25.058Z Downloaded term v0.7.0
9702024-04-03T07:18:25.058Z Downloaded toolchain_find v0.2.0
9712024-04-03T07:18:25.058Z Downloaded tui-tree-widget v0.19.0
9722024-04-03T07:18:25.058Z Downloaded parking_lot_core v0.9.8
9732024-04-03T07:18:25.058Z Downloaded cstr-argument v0.1.2
9742024-04-03T07:18:25.058Z Downloaded rpassword v7.3.1
9752024-04-03T07:18:25.058Z Downloaded same-file v1.0.6
9762024-04-03T07:18:25.059Z Downloaded num-derive v0.4.0
9772024-04-03T07:18:25.059Z Downloaded uuid v1.7.0
9782024-04-03T07:18:25.059Z Downloaded packed_struct_codegen v0.10.1
9792024-04-03T07:18:25.059Z Downloaded packed_struct v0.10.1
9802024-04-03T07:18:25.059Z Downloaded foreign-types-shared v0.3.1
9812024-04-03T07:18:25.059Z Downloaded crc-any v2.4.3
9822024-04-03T07:18:25.059Z Downloaded foreign-types-shared v0.1.1
9832024-04-03T07:18:25.059Z Downloaded signature v2.1.0
9842024-04-03T07:18:25.059Z Downloaded bytes v1.5.0
9852024-04-03T07:18:25.059Z Downloaded clap v4.5.1
9862024-04-03T07:18:25.059Z Downloaded strum_macros v0.24.3
9872024-04-03T07:18:25.060Z Downloaded parking_lot_core v0.8.6
9882024-04-03T07:18:25.060Z Downloaded serde_tokenstream v0.1.7
9892024-04-03T07:18:25.060Z Downloaded wyz v0.5.1
9902024-04-03T07:18:25.060Z Downloaded thiserror-impl v1.0.57
9912024-04-03T07:18:25.060Z Downloaded structopt-derive v0.4.18
9922024-04-03T07:18:25.060Z Downloaded spin v0.5.2
9932024-04-03T07:18:25.060Z Downloaded darling_core v0.14.4
9942024-04-03T07:18:25.060Z Downloaded either v1.10.0
9952024-04-03T07:18:25.061Z Downloaded usdt-impl v0.3.5
9962024-04-03T07:18:25.061Z Downloaded ed25519 v1.5.3
9972024-04-03T07:18:25.061Z Downloaded usdt-impl v0.5.0
9982024-04-03T07:18:25.061Z Downloaded hashbrown v0.14.3
9992024-04-03T07:18:25.061Z Downloaded funty v2.0.0
10002024-04-03T07:18:25.061Z Downloaded tower-service v0.3.2
10012024-04-03T07:18:25.061Z Downloaded num v0.4.1
10022024-04-03T07:18:25.062Z Downloaded parking_lot v0.12.1
10032024-04-03T07:18:25.062Z Downloaded parking_lot v0.11.2
10042024-04-03T07:18:25.062Z Downloaded form_urlencoded v1.2.1
10052024-04-03T07:18:25.062Z Downloaded itertools v0.10.5
10062024-04-03T07:18:25.062Z Downloaded dtrace-parser v0.1.14
10072024-04-03T07:18:25.062Z Downloaded downcast v0.11.0
10082024-04-03T07:18:25.062Z Downloaded crossbeam-utils v0.8.19
10092024-04-03T07:18:25.062Z Downloaded slog-dtrace v0.3.0
10102024-04-03T07:18:25.062Z Downloaded slog-bunyan v2.5.0
10112024-04-03T07:18:25.063Z Downloaded slog-async v2.8.0
10122024-04-03T07:18:25.063Z Downloaded proc-macro-crate v1.3.1
10132024-04-03T07:18:25.063Z Downloaded plain v0.2.3
10142024-04-03T07:18:25.063Z Downloaded minimal-lexical v0.2.1
10152024-04-03T07:18:25.063Z Downloaded pretty-hex v0.2.1
10162024-04-03T07:18:25.063Z Downloaded strsim v0.11.0
10172024-04-03T07:18:25.063Z Downloaded textwrap v0.11.0
10182024-04-03T07:18:25.063Z Downloaded secrecy v0.8.0
10192024-04-03T07:18:25.063Z Downloaded sec1 v0.7.3
10202024-04-03T07:18:25.064Z Downloaded der v0.7.8
10212024-04-03T07:18:25.064Z Downloaded nu-ansi-term v0.50.0
10222024-04-03T07:18:25.064Z Downloaded pin-project-internal v1.1.3
10232024-04-03T07:18:25.064Z Downloaded usdt v0.3.5
10242024-04-03T07:18:25.064Z Downloaded untrusted v0.7.1
10252024-04-03T07:18:25.064Z Downloaded libm v0.2.7
10262024-04-03T07:18:25.064Z Downloaded sqlparser_derive v0.2.2
10272024-04-03T07:18:25.064Z Downloaded usdt-attr-macro v0.5.0
10282024-04-03T07:18:25.064Z Downloaded usdt-attr-macro v0.3.5
10292024-04-03T07:18:25.064Z Downloaded rsa v0.9.2
10302024-04-03T07:18:25.064Z Downloaded fxhash v0.2.1
10312024-04-03T07:18:25.065Z Downloaded darling_macro v0.20.3
10322024-04-03T07:18:25.065Z Downloaded darling_macro v0.14.4
10332024-04-03T07:18:25.065Z Downloaded curve25519-dalek-derive v0.1.0
10342024-04-03T07:18:25.065Z Downloaded peg v0.8.2
10352024-04-03T07:18:25.065Z Downloaded rand_chacha v0.3.1
10362024-04-03T07:18:25.065Z Downloaded thiserror v1.0.57
10372024-04-03T07:18:25.065Z Downloaded openssl-probe v0.1.5
10382024-04-03T07:18:25.065Z Downloaded pretty-hex v0.4.1
10392024-04-03T07:18:25.105Z Downloaded phf_shared v0.10.0
10402024-04-03T07:18:25.105Z Downloaded strsim v0.10.0
10412024-04-03T07:18:25.105Z Downloaded strsim v0.8.0
10422024-04-03T07:18:25.105Z Downloaded ref-cast v1.0.20
10432024-04-03T07:18:25.105Z Downloaded rustls-pemfile v1.0.3
10442024-04-03T07:18:25.105Z Downloaded der_derive v0.7.2
10452024-04-03T07:18:25.105Z Downloaded openssl-macros v0.1.1
10462024-04-03T07:18:25.105Z Downloaded slog-envlogger v2.2.0
10472024-04-03T07:18:25.106Z Downloaded pkg-config v0.3.27
10482024-04-03T07:18:25.106Z Downloaded derive_more v0.99.17
10492024-04-03T07:18:25.106Z Downloaded rand_seeder v0.2.3
10502024-04-03T07:18:25.106Z Downloaded debug-ignore v1.0.5
10512024-04-03T07:18:25.106Z Downloaded smallvec v0.6.14
10522024-04-03T07:18:25.106Z Downloaded serde_derive_internals v0.26.0
10532024-04-03T07:18:25.106Z Downloaded serde_arrays v0.1.0
10542024-04-03T07:18:25.106Z Downloaded textwrap v0.16.1
10552024-04-03T07:18:25.106Z Downloaded equivalent v1.0.1
10562024-04-03T07:18:25.107Z Downloaded endian-type v0.1.2
10572024-04-03T07:18:25.107Z Downloaded yasna v0.5.2
10582024-04-03T07:18:25.107Z Downloaded futures-macro v0.3.30
10592024-04-03T07:18:25.107Z Downloaded doc-comment v0.3.3
10602024-04-03T07:18:25.107Z Downloaded phf_shared v0.11.2
10612024-04-03T07:18:25.107Z Downloaded crypto-common v0.1.6
10622024-04-03T07:18:25.107Z Downloaded version_check v0.9.4
10632024-04-03T07:18:25.107Z Downloaded usdt v0.5.0
10642024-04-03T07:18:25.107Z Downloaded spki v0.7.2
10652024-04-03T07:18:25.107Z Downloaded sync_wrapper v0.1.2
10662024-04-03T07:18:25.108Z Downloaded time v0.3.34
10672024-04-03T07:18:25.108Z Downloaded dirs-next v2.0.0
10682024-04-03T07:18:25.108Z Downloaded globset v0.4.13
10692024-04-03T07:18:25.108Z Downloaded sha1 v0.10.6
10702024-04-03T07:18:25.108Z Downloaded tokio-native-tls v0.3.1
10712024-04-03T07:18:25.108Z Downloaded deranged v0.3.11
10722024-04-03T07:18:25.108Z Downloaded num-complex v0.4.4
10732024-04-03T07:18:25.108Z Downloaded proc-macro2 v1.0.78
10742024-04-03T07:18:25.108Z Downloaded hkdf v0.12.4
10752024-04-03T07:18:25.108Z Downloaded pest_derive v2.7.6
10762024-04-03T07:18:25.108Z Downloaded number_prefix v0.4.0
10772024-04-03T07:18:25.109Z Downloaded normalize-line-endings v0.3.0
10782024-04-03T07:18:25.109Z Downloaded fastrand v2.0.1
10792024-04-03T07:18:25.109Z Downloaded enum-as-inner v0.5.1
10802024-04-03T07:18:25.109Z Downloaded phf v0.11.2
10812024-04-03T07:18:25.109Z Downloaded display-error-chain v0.2.0
10822024-04-03T07:18:25.109Z Downloaded rand_core v0.6.4
10832024-04-03T07:18:25.109Z Downloaded serde_urlencoded v0.7.1
10842024-04-03T07:18:25.109Z Downloaded tokio-macros v2.2.0
10852024-04-03T07:18:25.109Z Downloaded crunchy v0.2.2
10862024-04-03T07:18:25.110Z Downloaded elliptic-curve v0.13.8
10872024-04-03T07:18:25.110Z Downloaded spin v0.9.8
10882024-04-03T07:18:25.110Z Downloaded slog-scope v4.4.0
10892024-04-03T07:18:25.110Z Downloaded slog-json v2.6.1
10902024-04-03T07:18:25.110Z Downloaded darling v0.14.4
10912024-04-03T07:18:25.110Z Downloaded digest v0.10.7
10922024-04-03T07:18:25.110Z Downloaded difflib v0.4.0
10932024-04-03T07:18:25.110Z Downloaded rusty-fork v0.3.0
10942024-04-03T07:18:25.110Z Downloaded tokio-stream v0.1.14
10952024-04-03T07:18:25.111Z Downloaded scroll v0.12.0
10962024-04-03T07:18:25.111Z Downloaded take_mut v0.2.2
10972024-04-03T07:18:25.111Z Downloaded pest_generator v2.7.6
10982024-04-03T07:18:25.111Z Downloaded tokio-rustls v0.25.0
10992024-04-03T07:18:25.111Z Downloaded tokio-rustls v0.24.1
11002024-04-03T07:18:25.111Z Downloaded foreign-types v0.3.2
11012024-04-03T07:18:25.111Z Downloaded fixedbitset v0.4.2
11022024-04-03T07:18:25.111Z Downloaded unicode-linebreak v0.1.5
11032024-04-03T07:18:25.111Z Downloaded salty v0.2.0
11042024-04-03T07:18:25.111Z Downloaded vte_generate_state_changes v0.1.1
11052024-04-03T07:18:25.112Z Downloaded password-hash v0.5.0
11062024-04-03T07:18:25.112Z Downloaded num_enum_derive v0.5.11
11072024-04-03T07:18:25.112Z Downloaded slog-term v2.9.0
11082024-04-03T07:18:25.112Z Downloaded topological-sort v0.2.2
11092024-04-03T07:18:25.112Z Downloaded num_enum v0.5.11
11102024-04-03T07:18:25.112Z Downloaded waitgroup v0.1.2
11112024-04-03T07:18:25.112Z Downloaded num_cpus v1.16.0
11122024-04-03T07:18:25.112Z Downloaded zeroize_derive v1.4.2
11132024-04-03T07:18:25.112Z Downloaded gethostname v0.4.3
11142024-04-03T07:18:25.113Z Downloaded zeroize v1.7.0
11152024-04-03T07:18:25.113Z Downloaded unsafe-libyaml v0.2.10
11162024-04-03T07:18:25.113Z Downloaded unicode-width v0.1.11
11172024-04-03T07:18:25.113Z Downloaded portpicker v0.1.1
11182024-04-03T07:18:25.113Z Downloaded parse-size v1.0.0
11192024-04-03T07:18:25.113Z Downloaded percent-encoding v2.3.1
11202024-04-03T07:18:25.113Z Downloaded zip v0.6.6
11212024-04-03T07:18:25.113Z Downloaded pem-rfc7468 v0.7.0
11222024-04-03T07:18:25.113Z Downloaded slog-stdlog v4.1.1
11232024-04-03T07:18:25.113Z Downloaded tabwriter v1.4.0
11242024-04-03T07:18:25.113Z Downloaded tabled_derive v0.7.0
11252024-04-03T07:18:25.114Z Downloaded tracing-attributes v0.1.27
11262024-04-03T07:18:25.114Z Downloaded num-bigint v0.4.4
11272024-04-03T07:18:25.114Z Downloaded want v0.3.1
11282024-04-03T07:18:25.114Z Downloaded foreign-types-macros v0.2.3
11292024-04-03T07:18:25.114Z Downloaded foreign-types v0.5.0
11302024-04-03T07:18:25.114Z Downloaded fnv v1.0.7
11312024-04-03T07:18:25.114Z Downloaded pin-project v1.1.3
11322024-04-03T07:18:25.114Z Downloaded oso-derive v0.27.0
11332024-04-03T07:18:25.114Z Downloaded tinyvec_macros v0.1.1
11342024-04-03T07:18:25.114Z Downloaded derive_builder v0.12.0
11352024-04-03T07:18:25.115Z Downloaded smallvec v1.13.1
11362024-04-03T07:18:25.115Z Downloaded serde_yaml v0.9.25
11372024-04-03T07:18:25.115Z Downloaded signal-hook v0.3.17
11382024-04-03T07:18:25.115Z Downloaded diesel_table_macro_syntax v0.1.0
11392024-04-03T07:18:25.225Z Downloaded synstructure v0.12.6
11402024-04-03T07:18:25.225Z Downloaded flagset v0.4.3
11412024-04-03T07:18:25.225Z Downloaded expectorate v1.1.0
11422024-04-03T07:18:25.226Z Downloaded futures-core v0.3.30
11432024-04-03T07:18:25.226Z Downloaded structmeta v0.3.0
11442024-04-03T07:18:25.226Z Downloaded ucd-trie v0.1.6
11452024-04-03T07:18:25.226Z Downloaded snafu v0.7.5
11462024-04-03T07:18:25.226Z Downloaded sha2 v0.10.8
11472024-04-03T07:18:25.226Z Downloaded whoami v1.5.0
11482024-04-03T07:18:25.226Z Downloaded xattr v1.0.1
11492024-04-03T07:18:25.226Z Downloaded pest_meta v2.7.6
11502024-04-03T07:18:25.226Z Downloaded which v4.4.0
11512024-04-03T07:18:25.226Z Downloaded publicsuffix v2.2.3
11522024-04-03T07:18:25.226Z Downloaded rustversion v1.0.14
11532024-04-03T07:18:25.226Z Downloaded walkdir v2.4.0
11542024-04-03T07:18:25.227Z Downloaded postgres-types v0.2.6
11552024-04-03T07:18:25.227Z Downloaded trust-dns-client v0.22.0
11562024-04-03T07:18:25.227Z Downloaded tokio-postgres v0.7.10
11572024-04-03T07:18:25.227Z Downloaded termios v0.3.3
11582024-04-03T07:18:25.227Z Downloaded structmeta v0.2.0
11592024-04-03T07:18:25.227Z Downloaded goblin v0.8.0
11602024-04-03T07:18:25.227Z Downloaded structmeta-derive v0.2.0
11612024-04-03T07:18:25.227Z Downloaded reedline v0.30.0
11622024-04-03T07:18:25.227Z Downloaded predicates-core v1.0.6
11632024-04-03T07:18:25.227Z Downloaded pin-utils v0.1.0
11642024-04-03T07:18:25.227Z Downloaded generic-array v0.14.7
11652024-04-03T07:18:25.228Z Downloaded derive_builder_core v0.12.0
11662024-04-03T07:18:25.228Z Downloaded smf v0.2.2
11672024-04-03T07:18:25.228Z Downloaded rustc-hash v1.1.0
11682024-04-03T07:18:25.228Z Downloaded predicates-tree v1.0.9
11692024-04-03T07:18:25.228Z Downloaded tiny-keccak v2.0.2
11702024-04-03T07:18:25.228Z Downloaded vte v0.11.1
11712024-04-03T07:18:25.228Z Downloaded shell-words v1.1.0
11722024-04-03T07:18:25.228Z Downloaded postgres-protocol v0.6.6
11732024-04-03T07:18:25.228Z Downloaded tinyvec v1.6.0
11742024-04-03T07:18:25.228Z Downloaded rustc-demangle v0.1.23
11752024-04-03T07:18:25.229Z Downloaded tar v0.4.40
11762024-04-03T07:18:25.229Z Downloaded ryu v1.0.15
11772024-04-03T07:18:25.229Z Downloaded vsss-rs v3.3.4
11782024-04-03T07:18:25.229Z Downloaded pkcs1 v0.7.5
11792024-04-03T07:18:25.229Z Downloaded paste v1.0.14
11802024-04-03T07:18:25.229Z Downloaded ron v0.7.1
11812024-04-03T07:18:25.229Z Downloaded rayon-core v1.12.1
11822024-04-03T07:18:25.229Z Downloaded clap_builder v4.5.1
11832024-04-03T07:18:25.229Z Downloaded prettyplease v0.2.16
11842024-04-03T07:18:25.229Z Downloaded rustls-pemfile v2.1.1
11852024-04-03T07:18:25.229Z Downloaded flate2 v1.0.28
11862024-04-03T07:18:25.230Z Downloaded postcard v1.0.8
11872024-04-03T07:18:25.230Z Downloaded futures-channel v0.3.30
11882024-04-03T07:18:25.230Z Downloaded unicode-segmentation v1.10.1
11892024-04-03T07:18:25.230Z Downloaded lalrpop v0.19.12
11902024-04-03T07:18:25.230Z Downloaded pin-project-lite v0.2.13
11912024-04-03T07:18:25.230Z Downloaded oso v0.27.0
11922024-04-03T07:18:25.230Z Downloaded rand v0.8.5
11932024-04-03T07:18:25.230Z Downloaded reqwest v0.11.24
11942024-04-03T07:18:25.230Z Downloaded zerocopy v0.7.32
11952024-04-03T07:18:25.230Z Downloaded x509-cert v0.2.4
11962024-04-03T07:18:25.230Z Downloaded tough v0.16.0
11972024-04-03T07:18:25.230Z Downloaded winnow v0.6.1
11982024-04-03T07:18:25.230Z Downloaded diff v0.1.13
11992024-04-03T07:18:25.231Z Downloaded futures v0.3.30
12002024-04-03T07:18:25.231Z Downloaded toml_edit v0.19.15
12012024-04-03T07:18:25.231Z Downloaded unicode_categories v0.1.1
12022024-04-03T07:18:25.231Z Downloaded idna v0.3.0
12032024-04-03T07:18:25.231Z Downloaded rustyline v13.0.0
12042024-04-03T07:18:25.231Z Downloaded bitvec v1.0.1
12052024-04-03T07:18:25.231Z Downloaded regex-automata v0.1.10
12062024-04-03T07:18:25.231Z Downloaded petgraph v0.6.4
12072024-04-03T07:18:25.231Z Downloaded portable-atomic v1.4.3
12082024-04-03T07:18:25.231Z Downloaded unicode-normalization v0.1.22
12092024-04-03T07:18:25.231Z Downloaded serde_json v1.0.114
12102024-04-03T07:18:25.232Z Downloaded nom v7.1.3
12112024-04-03T07:18:25.232Z Downloaded serde_with v3.6.1
12122024-04-03T07:18:25.232Z Downloaded tabled v0.15.0
12132024-04-03T07:18:25.232Z Downloaded winnow v0.5.15
12142024-04-03T07:18:25.232Z Downloaded syn v1.0.109
12152024-04-03T07:18:25.232Z Downloaded syn v2.0.52
12162024-04-03T07:18:25.232Z Downloaded object v0.30.4
12172024-04-03T07:18:25.232Z Downloaded webpki-roots v0.25.2
12182024-04-03T07:18:25.232Z Downloaded rustls-webpki v0.102.1
12192024-04-03T07:18:25.232Z Downloaded quick-xml v0.30.0
12202024-04-03T07:18:25.232Z Downloaded regex-syntax v0.6.29
12212024-04-03T07:18:25.233Z Downloaded regress v0.9.0
12222024-04-03T07:18:25.233Z Downloaded futures-util v0.3.30
12232024-04-03T07:18:25.233Z Downloaded ratatui v0.26.1
12242024-04-03T07:18:25.233Z Downloaded zerocopy-derive v0.6.4
12252024-04-03T07:18:25.233Z Downloaded polar-core v0.27.0
12262024-04-03T07:18:25.233Z Downloaded object v0.32.1
12272024-04-03T07:18:25.233Z Downloaded radix_trie v0.2.1
12282024-04-03T07:18:25.233Z Downloaded libc v0.2.153
12292024-04-03T07:18:25.233Z Downloaded gimli v0.28.0
12302024-04-03T07:18:25.233Z Downloaded smoltcp v0.9.1
12312024-04-03T07:18:25.233Z Downloaded rustls v0.21.9
12322024-04-03T07:18:25.234Z Downloaded sha3 v0.10.8
12332024-04-03T07:18:25.234Z Downloaded smoltcp v0.11.0
12342024-04-03T07:18:25.234Z Downloaded rustls v0.22.2
12352024-04-03T07:18:25.234Z Downloaded bstr v1.9.0
12362024-04-03T07:18:25.234Z Downloaded sled v0.34.7
12372024-04-03T07:18:25.234Z Downloaded encoding_rs v0.8.33
12382024-04-03T07:18:25.234Z Downloaded zerocopy-derive v0.2.0
12392024-04-03T07:18:25.246Z Downloaded regex-automata v0.4.5
12402024-04-03T07:18:25.246Z Downloaded bzip2-sys v0.1.11+1.0.8
12412024-04-03T07:18:25.246Z Downloaded openssl v0.10.60
12422024-04-03T07:18:25.246Z Downloaded diesel v2.1.5
12432024-04-03T07:18:25.246Z Downloaded bstr v0.2.17
12442024-04-03T07:18:25.246Z Downloaded regex-syntax v0.8.2
12452024-04-03T07:18:25.246Z Downloaded tokio v1.36.0
12462024-04-03T07:18:25.246Z Downloaded csv v1.3.0
12472024-04-03T07:18:25.246Z Downloaded rustix v0.38.31
12482024-04-03T07:18:25.246Z Downloaded openapiv3 v2.0.0
12492024-04-03T07:18:25.247Z Downloaded vcpkg v0.2.15
12502024-04-03T07:18:25.247Z Downloaded regex v1.10.4
12512024-04-03T07:18:25.247Z Downloaded curve25519-dalek v4.1.1
12522024-04-03T07:18:25.247Z Downloaded tokio-util v0.7.10
12532024-04-03T07:18:25.247Z Downloaded rayon v1.9.0
12542024-04-03T07:18:25.247Z Downloaded trust-dns-proto v0.22.0
12552024-04-03T07:18:25.247Z Downloaded nix v0.27.1
12562024-04-03T07:18:25.247Z Downloaded chrono v0.4.34
12572024-04-03T07:18:25.247Z Downloaded ring v0.16.20
12582024-04-03T07:18:25.247Z Downloaded clap v2.34.0
12592024-04-03T07:18:25.248Z Downloaded bindgen v0.69.2
12602024-04-03T07:18:25.248Z Downloaded proptest v1.4.0
12612024-04-03T07:18:25.248Z Downloaded idna v0.2.3
12622024-04-03T07:18:25.248Z Downloaded h2 v0.3.24
12632024-04-03T07:18:25.248Z Downloaded idna v0.5.0
12642024-04-03T07:18:25.248Z Downloaded sqlparser v0.43.1
12652024-04-03T07:18:25.248Z Downloaded num-bigint-dig v0.8.4
12662024-04-03T07:18:25.248Z Downloaded rustfmt-wrapper v0.2.0
12672024-04-03T07:18:25.248Z Downloaded num-traits v0.2.18
12682024-04-03T07:18:25.249Z Downloaded pest v2.7.6
12692024-04-03T07:18:25.249Z Downloaded tracing v0.1.40
12702024-04-03T07:18:25.249Z Downloaded ring v0.17.8
12712024-04-03T07:18:25.249Z Downloaded tokio-tungstenite v0.21.0
12722024-04-03T07:18:25.249Z Downloaded owo-colors v4.0.0
12732024-04-03T07:18:25.249Z Downloaded fallible-iterator v0.2.0
12742024-04-03T07:18:25.249Z Downloaded erased-serde v0.3.31
12752024-04-03T07:18:25.249Z Downloaded structmeta-derive v0.3.0
12762024-04-03T07:18:25.249Z Downloaded zerocopy-derive v0.7.32
12772024-04-03T07:18:25.249Z Downloaded fatfs v0.3.6
12782024-04-03T07:18:25.249Z Downloaded openssl-sys v0.9.96
12792024-04-03T07:18:25.249Z Downloaded blake3 v1.5.0
12802024-04-03T07:18:25.250Z Downloaded unicode-xid v0.2.4
12812024-04-03T07:18:25.250Z Downloaded derive-where v1.2.7
12822024-04-03T07:18:25.250Z Downloaded tracing-core v0.1.32
12832024-04-03T07:18:25.250Z Downloaded toml_edit v0.22.9
12842024-04-03T07:18:25.250Z Downloaded crossterm v0.27.0
12852024-04-03T07:18:25.250Z Downloaded darling_core v0.20.3
12862024-04-03T07:18:25.250Z Downloaded crypto-bigint v0.5.2
12872024-04-03T07:18:25.250Z Downloaded tempfile v3.10.0
12882024-04-03T07:18:25.250Z Downloaded unicode-ident v1.0.12
12892024-04-03T07:18:25.251Z Downloaded trust-dns-server v0.22.1
12902024-04-03T07:18:25.251Z Downloaded getrandom v0.2.12
12912024-04-03T07:18:25.251Z Downloaded wait-timeout v0.2.0
12922024-04-03T07:18:25.251Z Downloaded serde_path_to_error v0.1.16
12932024-04-03T07:18:25.251Z Downloaded derive_builder_macro v0.12.0
12942024-04-03T07:18:25.251Z Downloaded quick-error v1.2.3
12952024-04-03T07:18:25.251Z Downloaded psl-types v2.0.11
12962024-04-03T07:18:25.251Z Downloaded pem v3.0.2
12972024-04-03T07:18:25.261Z Downloaded rcgen v0.12.1
12982024-04-03T07:18:25.261Z Downloaded float-cmp v0.9.0
12992024-04-03T07:18:25.262Z Downloaded shlex v1.3.0
13002024-04-03T07:18:25.262Z Downloaded snafu-derive v0.7.5
13012024-04-03T07:18:25.262Z Downloaded rustls-webpki v0.101.7
13022024-04-03T07:18:25.275Z Downloaded serde_with_macros v3.6.1
13032024-04-03T07:18:25.276Z Downloaded smawk v0.3.1
13042024-04-03T07:18:25.276Z Downloaded glob v0.3.1
13052024-04-03T07:18:25.280Z Downloaded typed-path v0.7.0
13062024-04-03T07:18:25.280Z Downloaded url v2.5.0
13072024-04-03T07:18:25.280Z Downloaded terminal_size v0.3.0
13082024-04-03T07:18:25.280Z Downloaded toml v0.5.11
13092024-04-03T07:18:25.304Z Downloaded typenum v1.16.0
13102024-04-03T07:18:25.304Z Downloaded serde_tokenstream v0.2.0
13112024-04-03T07:18:25.304Z Downloaded serde_repr v0.1.16
13122024-04-03T07:18:25.304Z Downloaded serde_plain v1.0.2
13132024-04-03T07:18:25.305Z Downloaded serde_derive v1.0.197
13142024-04-03T07:18:25.319Z Downloaded data-encoding v2.4.0
13152024-04-03T07:18:25.319Z Downloaded zerocopy v0.3.0
13162024-04-03T07:18:25.320Z Downloaded test-strategy v0.3.1
13172024-04-03T07:18:25.320Z Downloaded subprocess v0.2.9
13182024-04-03T07:18:25.320Z Downloaded structopt v0.3.26
13192024-04-03T07:18:25.320Z Downloaded pkcs8 v0.10.2
13202024-04-03T07:18:25.320Z Downloaded num-rational v0.4.1
13212024-04-03T07:18:25.320Z Downloaded num-integer v0.1.46
13222024-04-03T07:18:25.320Z Downloaded flume v0.11.0
13232024-04-03T07:18:25.338Z Downloaded itertools v0.12.1
13242024-04-03T07:18:25.339Z Downloaded scopeguard v1.2.0
13252024-04-03T07:18:25.339Z Downloaded diesel_derives v2.1.2
13262024-04-03T07:18:25.339Z Downloaded crossbeam-channel v0.5.8
13272024-04-03T07:18:25.356Z Downloaded const_format v0.2.32
13282024-04-03T07:18:25.356Z Downloaded ron v0.8.1
13292024-04-03T07:18:25.356Z Downloaded tungstenite v0.21.0
13302024-04-03T07:18:25.356Z Downloaded tungstenite v0.20.1
13312024-04-03T07:18:25.356Z Downloaded sct v0.7.0
13322024-04-03T07:18:25.356Z Downloaded libxml v0.3.3
13332024-04-03T07:18:25.374Z Downloaded proc-macro-error v1.0.4
13342024-04-03T07:18:25.374Z Downloaded platforms v3.0.2
13352024-04-03T07:18:25.375Z Downloaded schemars v0.8.16
13362024-04-03T07:18:25.375Z Downloaded num-iter v0.1.44
13372024-04-03T07:18:25.375Z Downloaded dof v0.3.0
13382024-04-03T07:18:25.375Z Downloaded defmt v0.3.5
13392024-04-03T07:18:25.391Z Downloaded zone v0.1.8
13402024-04-03T07:18:25.391Z Downloaded serde v1.0.197
13412024-04-03T07:18:25.391Z Downloaded aho-corasick v1.1.2
13422024-04-03T07:18:25.391Z Downloaded futures-task v0.3.30
13432024-04-03T07:18:25.392Z Downloaded futures-sink v0.3.30
13442024-04-03T07:18:25.417Z Downloaded ena v0.14.2
13452024-04-03T07:18:25.418Z Downloaded dyn-clone v1.0.17
13462024-04-03T07:18:25.418Z Downloaded defmt-macros v0.3.6
13472024-04-03T07:18:25.418Z Downloaded universal-hash v0.5.1
13482024-04-03T07:18:25.418Z Downloaded termtree v0.4.1
13492024-04-03T07:18:25.418Z Downloaded tap v1.0.1
13502024-04-03T07:18:25.418Z Downloaded peg-macros v0.8.2
13512024-04-03T07:18:25.418Z Downloaded hyper v0.14.28
13522024-04-03T07:18:25.466Z Downloaded dof v0.1.5
13532024-04-03T07:18:25.466Z Downloaded papergrid v0.11.0
13542024-04-03T07:18:25.466Z Downloaded omicron-zone-package v0.11.0
13552024-04-03T07:18:25.466Z Downloaded trust-dns-resolver v0.22.0
13562024-04-03T07:18:25.466Z Downloaded steno v0.4.0
13572024-04-03T07:18:25.466Z Downloaded peg-runtime v0.8.2
13582024-04-03T07:18:25.467Z Downloaded peeking_take_while v0.1.2
13592024-04-03T07:18:25.467Z Downloaded path-slash v0.1.5
13602024-04-03T07:18:25.467Z Downloaded sqlformat v0.2.3
13612024-04-03T07:18:25.467Z Downloaded proc-macro-error-attr v1.0.4
13622024-04-03T07:18:25.467Z Downloaded fragile v2.0.0
13632024-04-03T07:18:25.467Z Downloaded tokio-tungstenite v0.20.1
13642024-04-03T07:18:25.467Z Downloaded once_cell v1.19.0
13652024-04-03T07:18:25.467Z Downloaded signal-hook-mio v0.2.3
13662024-04-03T07:18:25.467Z Downloaded semver v0.1.20
13672024-04-03T07:18:25.467Z Downloaded olpc-cjson v0.1.3
13682024-04-03T07:18:25.467Z Downloaded darling v0.20.3
13692024-04-03T07:18:25.467Z Downloaded crucible-workspace-hack v0.1.0
13702024-04-03T07:18:25.468Z Downloaded opaque-debug v0.3.0
13712024-04-03T07:18:25.468Z Downloaded strum_macros v0.25.2
13722024-04-03T07:18:25.468Z Downloaded quote v1.0.35
13732024-04-03T07:18:25.468Z Downloaded zerocopy v0.6.4
13742024-04-03T07:18:25.468Z Downloaded base64 v0.22.0
13752024-04-03T07:18:25.468Z Downloaded errno v0.3.8
13762024-04-03T07:18:25.468Z Downloaded time-macros v0.2.17
13772024-04-03T07:18:25.468Z Downloaded strum_macros v0.26.1
13782024-04-03T07:18:25.468Z Downloaded mio v0.8.11
13792024-04-03T07:18:25.468Z Downloaded cc v1.0.83
13802024-04-03T07:18:25.468Z Downloaded backtrace v0.3.69
13812024-04-03T07:18:25.468Z Downloaded csv-core v0.1.11
13822024-04-03T07:18:25.469Z Downloaded vec_map v0.8.2
13832024-04-03T07:18:25.469Z Downloaded env_logger v0.9.3
13842024-04-03T07:18:25.469Z Downloaded toml v0.8.12
13852024-04-03T07:18:25.486Z Downloaded toml v0.7.8
13862024-04-03T07:18:25.486Z Downloaded indexmap v2.2.6
13872024-04-03T07:18:25.486Z Downloaded compact_str v0.7.1
13882024-04-03T07:18:25.486Z Downloaded chacha20poly1305 v0.10.1
13892024-04-03T07:18:25.514Z Downloaded signal-hook-tokio v0.3.1
13902024-04-03T07:18:25.514Z Downloaded signal-hook-registry v1.4.1
13912024-04-03T07:18:25.515Z Downloaded serde_spanned v0.6.5
13922024-04-03T07:18:25.515Z Downloaded ref-cast-impl v1.0.20
13932024-04-03T07:18:25.515Z Downloaded poly1305 v0.8.0
13942024-04-03T07:18:25.515Z Downloaded unicode-bidi v0.3.15
13952024-04-03T07:18:25.515Z Downloaded similar v2.4.0
13962024-04-03T07:18:25.515Z Downloaded memchr v2.7.1
13972024-04-03T07:18:25.515Z Downloaded indicatif v0.17.8
13982024-04-03T07:18:25.516Z Downloaded signature v1.6.4
13992024-04-03T07:18:25.516Z Downloaded schemars_derive v0.8.16
14002024-04-03T07:18:25.516Z Downloaded cookie v0.18.0
14012024-04-03T07:18:25.516Z Downloaded rtoolbox v0.0.1
14022024-04-03T07:18:25.516Z Downloaded radium v0.7.0
14032024-04-03T07:18:25.517Z Downloaded r2d2 v0.8.10
14042024-04-03T07:18:25.517Z Downloaded powerfmt v0.2.0
14052024-04-03T07:18:25.539Z Downloaded predicates v3.1.0
14062024-04-03T07:18:25.539Z Downloaded ppv-lite86 v0.2.17
14072024-04-03T07:18:25.539Z Downloaded fd-lock v4.0.2
14082024-04-03T07:18:25.539Z Downloaded base64 v0.21.7
14092024-04-03T07:18:25.539Z Downloaded thiserror-no-std v2.0.2
14102024-04-03T07:18:25.539Z Downloaded parse-display-derive v0.9.0
14112024-04-03T07:18:25.539Z Downloaded parse-display v0.9.0
14122024-04-03T07:18:25.539Z Downloaded const-oid v0.9.6
14132024-04-03T07:18:25.539Z Downloaded console v0.15.8
14142024-04-03T07:18:25.539Z Downloaded clap_derive v4.5.0
14152024-04-03T07:18:25.539Z Downloaded env_logger v0.10.0
14162024-04-03T07:18:25.540Z Downloaded clang-sys v1.6.1
14172024-04-03T07:18:25.601Z Downloaded stability v0.1.1
14182024-04-03T07:18:25.601Z Downloaded blake2 v0.10.6
14192024-04-03T07:18:25.601Z Downloaded getopts v0.2.21
14202024-04-03T07:18:25.601Z Downloaded socket2 v0.5.5
14212024-04-03T07:18:25.601Z Downloaded socket2 v0.4.9
14222024-04-03T07:18:25.601Z Downloaded semver v1.0.22
14232024-04-03T07:18:25.601Z Downloaded indexmap v1.9.3
14242024-04-03T07:18:25.601Z Downloaded unarray v0.1.4
14252024-04-03T07:18:25.601Z Downloaded crc32fast v1.3.2
14262024-04-03T07:18:25.601Z Downloaded bitflags v2.4.2
14272024-04-03T07:18:25.601Z Downloaded convert_case v0.4.0
14282024-04-03T07:18:25.601Z Downloaded const_format_proc_macros v0.2.32
14292024-04-03T07:18:25.601Z Downloaded serde-hex v0.1.0
14302024-04-03T07:18:25.601Z Downloaded camino-tempfile v1.1.1
14312024-04-03T07:18:25.601Z Downloaded buf-list v1.0.3
14322024-04-03T07:18:25.602Z Downloaded iana-time-zone v0.1.57
14332024-04-03T07:18:25.602Z Downloaded stable_deref_trait v1.2.0
14342024-04-03T07:18:25.602Z Downloaded slab v0.4.9
14352024-04-03T07:18:25.602Z Downloaded siphasher v0.3.11
14362024-04-03T07:18:25.602Z Downloaded semver v0.11.0
14372024-04-03T07:18:25.602Z Downloaded http v0.2.12
14382024-04-03T07:18:25.602Z Downloaded usdt-macro v0.3.5
14392024-04-03T07:18:25.602Z Downloaded native-tls v0.2.11
14402024-04-03T07:18:26.021Z Downloaded cancel-safe-futures v0.1.5
14412024-04-03T07:18:26.021Z Downloaded camino v1.1.6
14422024-04-03T07:18:26.021Z Downloaded string_cache v0.8.7
14432024-04-03T07:18:26.021Z Downloaded mime_guess v2.0.4
14442024-04-03T07:18:26.022Z Downloaded bit-set v0.5.3
14452024-04-03T07:18:26.022Z Downloaded managed v0.8.0
14462024-04-03T07:18:26.022Z Downloaded ipnet v2.9.0
14472024-04-03T07:18:26.022Z Downloaded maybe-uninit v2.0.0
14482024-04-03T07:18:26.022Z Downloaded maplit v1.0.2
14492024-04-03T07:18:26.022Z Downloaded macaddr v1.0.1
14502024-04-03T07:18:26.023Z Downloaded kstat-rs v0.2.3
14512024-04-03T07:18:26.023Z Downloaded colored v2.1.0
14522024-04-03T07:18:26.023Z Downloaded libefi-sys v0.1.0
14532024-04-03T07:18:26.023Z Downloaded corncobs v0.1.3
14542024-04-03T07:18:26.023Z Downloaded constant_time_eq v0.3.0
14552024-04-03T07:18:26.023Z Downloaded byteorder v1.5.0
14562024-04-03T07:18:26.024Z Downloaded libsw v3.3.1
14572024-04-03T07:18:26.024Z Downloaded lazy_static v1.4.0
14582024-04-03T07:18:26.038Z Downloaded cobs v0.2.3
14592024-04-03T07:18:26.039Z Downloaded lru-cache v0.1.2
14602024-04-03T07:18:26.039Z Downloaded itoa v1.0.9
14612024-04-03T07:18:26.039Z Downloaded indoc v2.0.3
14622024-04-03T07:18:26.039Z Downloaded cfg-if v1.0.0
14632024-04-03T07:18:26.039Z Downloaded is-terminal v0.4.9
14642024-04-03T07:18:26.039Z Downloaded cexpr v0.6.0
14652024-04-03T07:18:26.039Z Downloaded impl-trait-for-tuples v0.2.2
14662024-04-03T07:18:26.039Z Downloaded hyper-staticfile v0.9.5
14672024-04-03T07:18:26.039Z Downloaded mime v0.3.17
14682024-04-03T07:18:26.039Z Downloaded md-5 v0.10.5
14692024-04-03T07:18:26.039Z Downloaded lazycell v1.3.0
14702024-04-03T07:18:26.039Z Downloaded lalrpop-util v0.19.12
14712024-04-03T07:18:26.039Z Downloaded keccak v0.1.4
14722024-04-03T07:18:26.039Z Downloaded ipnetwork v0.20.0
14732024-04-03T07:18:26.039Z Downloaded ident_case v1.0.1
14742024-04-03T07:18:26.039Z Downloaded lru v0.12.1
14752024-04-03T07:18:26.039Z Downloaded heapless v0.8.0
14762024-04-03T07:18:26.040Z Downloaded bytecount v0.6.3
14772024-04-03T07:18:26.040Z Downloaded bitflags v1.3.2
14782024-04-03T07:18:26.040Z Downloaded backoff v0.4.0
14792024-04-03T07:18:26.040Z Downloaded hashbrown v0.12.3
14802024-04-03T07:18:26.040Z Downloaded half v2.3.1
14812024-04-03T07:18:26.040Z Downloaded bitstruct_derive v0.1.0
14822024-04-03T07:18:26.040Z Downloaded atty v0.2.14
14832024-04-03T07:18:26.040Z Downloaded arc-swap v1.6.0
14842024-04-03T07:18:26.040Z Downloaded httpdate v1.0.3
14852024-04-03T07:18:26.040Z Downloaded atomic-waker v1.1.1
14862024-04-03T07:18:26.040Z Downloaded async-trait v0.1.79
14872024-04-03T07:18:26.040Z Downloaded ascii-canvas v3.0.0
14882024-04-03T07:18:26.040Z Downloaded hex v0.4.3
14892024-04-03T07:18:26.040Z Downloaded heck v0.5.0
14902024-04-03T07:18:26.040Z Downloaded heck v0.3.3
14912024-04-03T07:18:26.040Z Downloaded async-stream v0.3.5
14922024-04-03T07:18:26.040Z Downloaded addr2line v0.21.0
14932024-04-03T07:18:26.040Z Downloaded hash32 v0.3.1
14942024-04-03T07:18:26.040Z Downloaded bitstruct v0.1.1
14952024-04-03T07:18:26.040Z Downloaded autocfg v1.1.0
14962024-04-03T07:18:26.040Z Downloaded async-recursion v1.0.5
14972024-04-03T07:18:26.041Z Downloaded argon2 v0.5.3
14982024-04-03T07:18:26.041Z Downloaded anstyle-parse v0.2.1
14992024-04-03T07:18:26.041Z Downloaded ahash v0.8.8
15002024-04-03T07:18:26.041Z Downloaded arrayvec v0.7.4
15012024-04-03T07:18:26.041Z Downloaded ansi_term v0.12.1
15022024-04-03T07:18:26.128Z Compiling proc-macro2 v1.0.78
15032024-04-03T07:18:26.128Z Compiling unicode-ident v1.0.12
15042024-04-03T07:18:26.139Z Compiling libc v0.2.153
15052024-04-03T07:18:26.139Z Compiling serde v1.0.197
15062024-04-03T07:18:26.139Z Compiling version_check v0.9.4
15072024-04-03T07:18:26.140Z Compiling autocfg v1.1.0
15082024-04-03T07:18:26.140Z Compiling cfg-if v1.0.0
15092024-04-03T07:18:26.316Z Compiling syn v1.0.109
15102024-04-03T07:18:26.352Z Compiling once_cell v1.19.0
15112024-04-03T07:18:26.390Z Compiling byteorder v1.5.0
15122024-04-03T07:18:26.741Z Compiling memchr v2.7.1
15132024-04-03T07:18:26.825Z Compiling parking_lot_core v0.9.8
15142024-04-03T07:18:26.829Z Compiling ahash v0.8.8
15152024-04-03T07:18:26.912Z Compiling lock_api v0.4.10
15162024-04-03T07:18:27.524Z Compiling serde_json v1.0.114
15172024-04-03T07:18:27.542Z Compiling libm v0.2.7
15182024-04-03T07:18:27.545Z Compiling num-traits v0.2.18
15192024-04-03T07:18:27.822Z Compiling thiserror v1.0.57
15202024-04-03T07:18:27.860Z Compiling typenum v1.16.0
15212024-04-03T07:18:27.965Z Compiling generic-array v0.14.7
15222024-04-03T07:18:28.234Z Compiling itoa v1.0.9
15232024-04-03T07:18:28.498Z Compiling log v0.4.21
15242024-04-03T07:18:28.634Z Compiling quote v1.0.35
15252024-04-03T07:18:28.781Z Compiling scopeguard v1.2.0
15262024-04-03T07:18:28.919Z Compiling getrandom v0.2.12
15272024-04-03T07:18:29.026Z Compiling syn v2.0.52
15282024-04-03T07:18:29.211Z Compiling cc v1.0.83
15292024-04-03T07:18:29.433Z Compiling pkg-config v0.3.27
15302024-04-03T07:18:29.503Z Compiling allocator-api2 v0.2.16
15312024-04-03T07:18:29.800Z Compiling slab v0.4.9
15322024-04-03T07:18:30.043Z Compiling ryu v1.0.15
15332024-04-03T07:18:30.398Z Compiling schemars v0.8.16
15342024-04-03T07:18:30.398Z Compiling pin-project-lite v0.2.13
15352024-04-03T07:18:30.816Z Compiling smallvec v1.13.1
15362024-04-03T07:18:30.816Z Compiling equivalent v1.0.1
15372024-04-03T07:18:30.817Z Compiling heck v0.4.1
15382024-04-03T07:18:31.250Z Compiling vcpkg v0.2.15
15392024-04-03T07:18:31.688Z Compiling ring v0.17.8
15402024-04-03T07:18:32.270Z Compiling parking_lot v0.12.1
15412024-04-03T07:18:32.749Z Compiling signal-hook-registry v1.4.1
15422024-04-03T07:18:32.828Z Compiling openssl-sys v0.9.96
15432024-04-03T07:18:33.597Z Compiling mio v0.8.11
15442024-04-03T07:18:33.905Z Compiling fnv v1.0.7
15452024-04-03T07:18:34.018Z Compiling rand_core v0.6.4
15462024-04-03T07:18:34.324Z Compiling time-core v0.1.2
15472024-04-03T07:18:34.388Z Compiling num-conv v0.1.0
15482024-04-03T07:18:34.460Z Compiling ring v0.16.20
15492024-04-03T07:18:34.495Z Compiling num_cpus v1.16.0
15502024-04-03T07:18:34.631Z Compiling socket2 v0.5.5
15512024-04-03T07:18:34.665Z Compiling time-macros v0.2.17
15522024-04-03T07:18:35.426Z Compiling httparse v1.8.0
15532024-04-03T07:18:35.937Z Compiling ucd-trie v0.1.6
15542024-04-03T07:18:36.334Z Compiling serde_derive_internals v0.26.0
15552024-04-03T07:18:36.434Z Compiling futures-core v0.3.30
15562024-04-03T07:18:36.584Z Compiling spin v0.5.2
15572024-04-03T07:18:36.701Z Compiling openssl v0.10.60
15582024-04-03T07:18:37.070Z Compiling iana-time-zone v0.1.57
15592024-04-03T07:18:37.136Z Compiling semver v1.0.22
15602024-04-03T07:18:37.181Z Compiling crossbeam-utils v0.8.19
15612024-04-03T07:18:37.689Z Compiling native-tls v0.2.11
15622024-04-03T07:18:37.995Z Compiling tinyvec_macros v0.1.1
15632024-04-03T07:18:38.021Z Compiling rustls v0.21.9
15642024-04-03T07:18:38.090Z Compiling tinyvec v1.6.0
15652024-04-03T07:18:38.125Z Compiling spin v0.9.8
15662024-04-03T07:18:38.285Z Compiling subtle v2.5.0
15672024-04-03T07:18:38.545Z Compiling rustix v0.38.31
15682024-04-03T07:18:38.596Z Compiling futures-sink v0.3.30
15692024-04-03T07:18:38.618Z Compiling unicode-xid v0.2.4
15702024-04-03T07:18:38.756Z Compiling const-oid v0.9.6
15712024-04-03T07:18:38.771Z Compiling synstructure v0.12.6
15722024-04-03T07:18:39.159Z Compiling backtrace v0.3.69
15732024-04-03T07:18:39.959Z Compiling unicode-normalization v0.1.22
15742024-04-03T07:18:40.189Z Compiling cookie v0.17.0
15752024-04-03T07:18:40.353Z Compiling slog v2.7.0
15762024-04-03T07:18:40.493Z Compiling unicode-bidi v0.3.15
15772024-04-03T07:18:40.509Z Compiling uuid v0.8.2
15782024-04-03T07:18:40.595Z Compiling dyn-clone v1.0.17
15792024-04-03T07:18:40.855Z Compiling futures-channel v0.3.30
15802024-04-03T07:18:41.101Z Compiling tracing-core v0.1.32
15812024-04-03T07:18:41.307Z Compiling pin-utils v0.1.0
15822024-04-03T07:18:41.412Z Compiling futures-task v0.3.30
15832024-04-03T07:18:41.442Z Compiling futures-io v0.3.30
15842024-04-03T07:18:41.875Z Compiling schemars_derive v0.8.16
15852024-04-03T07:18:41.968Z Compiling zerocopy-derive v0.2.0
15862024-04-03T07:18:42.014Z Compiling aho-corasick v1.1.2
15872024-04-03T07:18:42.026Z Compiling serde_derive v1.0.197
15882024-04-03T07:18:42.163Z Compiling zerocopy-derive v0.7.32
15892024-04-03T07:18:43.475Z Compiling zeroize_derive v1.4.2
15902024-04-03T07:18:43.552Z Compiling thiserror-impl v1.0.57
15912024-04-03T07:18:44.024Z Compiling tokio-macros v2.2.0
15922024-04-03T07:18:44.618Z Compiling zerocopy v0.7.32
15932024-04-03T07:18:44.720Z Compiling futures-macro v0.3.30
15942024-04-03T07:18:44.832Z Compiling tracing-attributes v0.1.27
15952024-04-03T07:18:46.374Z Compiling zeroize v1.7.0
15962024-04-03T07:18:46.717Z Compiling pest v2.7.6
15972024-04-03T07:18:46.860Z Compiling hashbrown v0.14.3
15982024-04-03T07:18:47.000Z Compiling openssl-macros v0.1.1
15992024-04-03T07:18:48.013Z Compiling crypto-common v0.1.6
16002024-04-03T07:18:48.105Z Compiling tracing v0.1.40
16012024-04-03T07:18:48.180Z Compiling futures-util v0.3.30
16022024-04-03T07:18:48.184Z Compiling der_derive v0.7.2
16032024-04-03T07:18:49.308Z Compiling pest_meta v2.7.6
16042024-04-03T07:18:49.369Z Compiling anyhow v1.0.79
16052024-04-03T07:18:50.307Z Compiling pest_generator v2.7.6
16062024-04-03T07:18:51.349Z Compiling regex-syntax v0.8.2
16072024-04-03T07:18:51.910Z Compiling winnow v0.5.15
16082024-04-03T07:18:52.915Z Compiling pest_derive v2.7.6
16092024-04-03T07:18:53.633Z Compiling block-buffer v0.10.4
16102024-04-03T07:18:54.125Z Compiling usdt-impl v0.3.5
16112024-04-03T07:18:54.449Z Compiling unicode-width v0.1.11
16122024-04-03T07:18:54.628Z Compiling crc32fast v1.3.2
16132024-04-03T07:18:55.020Z Compiling regex-automata v0.4.5
16142024-04-03T07:18:55.059Z Compiling untrusted v0.9.0
16152024-04-03T07:18:55.470Z Compiling bytes v1.5.0
16162024-04-03T07:18:55.470Z Compiling indexmap v2.2.6
16172024-04-03T07:18:55.471Z Compiling uuid v1.7.0
16182024-04-03T07:18:56.914Z Compiling chrono v0.4.34
16192024-04-03T07:18:57.305Z Compiling tokio v1.36.0
16202024-04-03T07:18:58.269Z Compiling bitflags v2.4.2
16212024-04-03T07:18:58.828Z Compiling toml_datetime v0.6.5
16222024-04-03T07:18:59.507Z Compiling serde_spanned v0.6.5
16232024-04-03T07:18:59.611Z Compiling http v0.2.12
16242024-04-03T07:19:01.771Z Compiling rustc_version v0.4.0
16252024-04-03T07:19:02.020Z Compiling toml_edit v0.19.15
16262024-04-03T07:19:03.598Z Compiling powerfmt v0.2.0
16272024-04-03T07:19:04.091Z Compiling rustversion v1.0.14
16282024-04-03T07:19:04.144Z Compiling deranged v0.3.11
16292024-04-03T07:19:04.424Z Compiling heapless v0.7.16
16302024-04-03T07:19:05.379Z Compiling digest v0.10.7
16312024-04-03T07:19:05.817Z Compiling scroll_derive v0.12.0
16322024-04-03T07:19:06.522Z Compiling bzip2-sys v0.1.11+1.0.8
16332024-04-03T07:19:06.789Z Compiling num_threads v0.1.6
16342024-04-03T07:19:06.943Z Compiling percent-encoding v2.3.1
16352024-04-03T07:19:07.074Z Compiling ppv-lite86 v0.2.17
16362024-04-03T07:19:11.929Z Compiling signal-hook v0.3.17
16372024-04-03T07:19:12.166Z Compiling async-trait v0.1.79
16382024-04-03T07:19:12.166Z Compiling rand_chacha v0.3.1
16392024-04-03T07:19:12.166Z Compiling time v0.3.34
16402024-04-03T07:19:12.166Z Compiling regex v1.10.4
16412024-04-03T07:19:12.189Z Compiling zerocopy v0.3.0
16422024-04-03T07:19:12.275Z Compiling thread-id v4.2.0
16432024-04-03T07:19:12.409Z Compiling dof v0.1.5
16442024-04-03T07:19:13.158Z Compiling rand v0.8.5
16452024-04-03T07:19:13.177Z Compiling tokio-util v0.7.10
16462024-04-03T07:19:14.710Z Compiling dtrace-parser v0.1.14
16472024-04-03T07:19:15.186Z Compiling num-bigint v0.4.4
16482024-04-03T07:19:15.730Z Compiling untrusted v0.7.1
16492024-04-03T07:19:15.730Z Compiling foreign-types-shared v0.1.1
16502024-04-03T07:19:15.730Z Compiling adler v1.0.2
16512024-04-03T07:19:15.730Z Compiling base64 v0.21.7
16522024-04-03T07:19:15.931Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
16532024-04-03T07:19:16.076Z Compiling smoltcp v0.9.1
16542024-04-03T07:19:16.379Z Compiling base64ct v1.6.0
16552024-04-03T07:19:16.603Z Compiling miniz_oxide v0.7.1
16562024-04-03T07:19:16.781Z Compiling foreign-types v0.3.2
16572024-04-03T07:19:16.882Z Compiling pem-rfc7468 v0.7.0
16582024-04-03T07:19:18.725Z Compiling form_urlencoded v1.2.1
16592024-04-03T07:19:20.061Z Compiling hmac v0.12.1
16602024-04-03T07:19:20.061Z Compiling serde_tokenstream v0.1.7
16612024-04-03T07:19:20.096Z Compiling lazy_static v1.4.0
16622024-04-03T07:19:20.408Z Compiling flagset v0.4.3
16632024-04-03T07:19:20.451Z Compiling bitflags v1.3.2
16642024-04-03T07:19:20.493Z Compiling try-lock v0.2.4
16652024-04-03T07:19:20.514Z Compiling unicode-segmentation v1.10.1
16662024-04-03T07:19:20.617Z Compiling siphasher v0.3.11
16672024-04-03T07:19:20.830Z Compiling want v0.3.1
16682024-04-03T07:19:20.992Z Compiling der v0.7.8
16692024-04-03T07:19:21.963Z Compiling sct v0.7.0
16702024-04-03T07:19:22.052Z Compiling rustls-webpki v0.101.7
16712024-04-03T07:19:22.224Z Compiling h2 v0.3.24
16722024-04-03T07:19:23.711Z Compiling http-body v0.4.5
16732024-04-03T07:19:24.733Z Compiling openapiv3 v2.0.0
16742024-04-03T07:19:24.873Z Compiling zerocopy-derive v0.6.4
16752024-04-03T07:19:25.654Z Compiling hubpack_derive v0.1.1
16762024-04-03T07:19:26.114Z Compiling idna v0.5.0
16772024-04-03T07:19:26.666Z Compiling errno v0.3.8
16782024-04-03T07:19:26.770Z Compiling usdt-impl v0.5.0
16792024-04-03T07:19:26.897Z Compiling httpdate v1.0.3
16802024-04-03T07:19:27.101Z Compiling stable_deref_trait v1.2.0
16812024-04-03T07:19:27.213Z Compiling tower-service v0.3.2
16822024-04-03T07:19:27.361Z Compiling anstyle v1.0.6
16832024-04-03T07:19:27.647Z Compiling gimli v0.28.0
16842024-04-03T07:19:28.534Z Compiling utf8parse v0.2.1
16852024-04-03T07:19:28.535Z Compiling openssl-probe v0.1.5
16862024-04-03T07:19:28.535Z Compiling cpufeatures v0.2.12
16872024-04-03T07:19:28.618Z Compiling sha2 v0.10.8
16882024-04-03T07:19:29.275Z Compiling anstyle-parse v0.2.1
16892024-04-03T07:19:29.592Z Compiling hyper v0.14.28
16902024-04-03T07:19:30.073Z Compiling url v2.5.0
16912024-04-03T07:19:32.797Z Compiling addr2line v0.21.0
16922024-04-03T07:19:33.415Z Compiling spki v0.7.2
16932024-04-03T07:19:33.753Z Compiling usdt-attr-macro v0.3.5
16942024-04-03T07:19:33.796Z Compiling usdt-macro v0.3.5
16952024-04-03T07:19:34.026Z Compiling scroll v0.12.0
16962024-04-03T07:19:35.040Z Compiling md-5 v0.10.5
16972024-04-03T07:19:35.363Z Compiling serde_tokenstream v0.2.0
16982024-04-03T07:19:35.941Z Compiling stringprep v0.1.3
16992024-04-03T07:19:36.861Z Compiling idna v0.3.0
17002024-04-03T07:19:38.384Z Compiling diesel_table_macro_syntax v0.1.0
17012024-04-03T07:19:38.766Z Compiling num-integer v0.1.46
17022024-04-03T07:19:39.245Z Compiling object v0.32.1
17032024-04-03T07:19:39.507Z Compiling hash32 v0.2.1
17042024-04-03T07:19:39.971Z Compiling psl-types v2.0.11
17052024-04-03T07:19:39.971Z Compiling fallible-iterator v0.2.0
17062024-04-03T07:19:41.892Z Compiling plain v0.2.3
17072024-04-03T07:19:42.448Z Compiling anstyle-query v1.0.0
17082024-04-03T07:19:42.464Z Compiling colorchoice v1.0.0
17092024-04-03T07:19:42.465Z Compiling rustc-demangle v0.1.23
17102024-04-03T07:19:44.046Z Compiling anstream v0.6.11
17112024-04-03T07:19:45.121Z Compiling goblin v0.8.0
17122024-04-03T07:19:48.352Z Compiling postgres-protocol v0.6.6
17132024-04-03T07:19:50.023Z Compiling publicsuffix v2.2.3
17142024-04-03T07:19:50.023Z Compiling diesel_derives v2.1.2
17152024-04-03T07:19:50.268Z Compiling tokio-rustls v0.24.1
17162024-04-03T07:19:55.405Z Compiling pkcs8 v0.10.2
17172024-04-03T07:19:56.359Z Compiling terminal_size v0.3.0
17182024-04-03T07:19:56.782Z Compiling tokio-native-tls v0.3.1
17192024-04-03T07:19:56.783Z Compiling phf_shared v0.11.2
17202024-04-03T07:19:56.795Z Compiling strum_macros v0.25.2
17212024-04-03T07:19:57.229Z Compiling regress v0.9.0
17222024-04-03T07:19:57.834Z Compiling block-padding v0.3.3
17232024-04-03T07:19:58.101Z Compiling clap_derive v4.5.0
17242024-04-03T07:19:58.153Z Compiling serde_repr v0.1.16
17252024-04-03T07:19:59.183Z Compiling enum-as-inner v0.5.1
17262024-04-03T07:20:00.365Z Compiling ff v0.13.0
17272024-04-03T07:20:00.435Z Compiling scheduled-thread-pool v0.2.7
17282024-04-03T07:20:00.976Z Compiling encoding_rs v0.8.33
17292024-04-03T07:20:01.533Z Compiling clap_lex v0.7.0
17302024-04-03T07:20:01.974Z Compiling regex-automata v0.1.10
17312024-04-03T07:20:02.188Z Compiling mime v0.3.17
17322024-04-03T07:20:02.722Z Compiling matches v0.1.10
17332024-04-03T07:20:02.956Z Compiling bit-vec v0.6.3
17342024-04-03T07:20:03.386Z Compiling strsim v0.10.0
17352024-04-03T07:20:03.527Z Compiling managed v0.8.0
17362024-04-03T07:20:04.286Z Compiling base16ct v0.2.0
17372024-04-03T07:20:04.291Z Compiling ipnet v2.9.0
17382024-04-03T07:20:04.291Z Compiling ident_case v1.0.1
17392024-04-03T07:20:04.291Z Compiling strsim v0.11.0
17402024-04-03T07:20:04.977Z Compiling pretty-hex v0.4.1
17412024-04-03T07:20:04.977Z Compiling clap_builder v4.5.1
17422024-04-03T07:20:04.977Z Compiling darling_core v0.20.3
17432024-04-03T07:20:04.993Z Compiling dof v0.3.0
17442024-04-03T07:20:05.034Z Compiling sec1 v0.7.3
17452024-04-03T07:20:07.624Z Compiling idna v0.2.3
17462024-04-03T07:20:09.027Z Compiling bstr v0.2.17
17472024-04-03T07:20:10.241Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
17482024-04-03T07:20:10.323Z Compiling r2d2 v0.8.10
17492024-04-03T07:20:10.721Z Compiling group v0.13.0
17502024-04-03T07:20:12.235Z Compiling inout v0.1.3
17512024-04-03T07:20:13.637Z Compiling phf v0.11.2
17522024-04-03T07:20:13.913Z Compiling hyper-tls v0.5.0
17532024-04-03T07:20:14.047Z Compiling signal-hook-mio v0.2.3
17542024-04-03T07:20:14.238Z Compiling bzip2 v0.4.4
17552024-04-03T07:20:14.289Z Compiling flate2 v1.0.28
17562024-04-03T07:20:14.604Z Compiling hyper-rustls v0.24.2
17572024-04-03T07:20:14.635Z Compiling cookie_store v0.20.0
17582024-04-03T07:20:15.121Z Compiling postgres-types v0.2.6
17592024-04-03T07:20:15.342Z Compiling zerocopy v0.6.4
17602024-04-03T07:20:15.469Z Compiling hubpack v0.1.2
17612024-04-03T07:20:15.935Z Compiling rustls-pemfile v1.0.3
17622024-04-03T07:20:15.994Z Compiling phf_shared v0.10.0
17632024-04-03T07:20:16.634Z Compiling hkdf v0.12.4
17642024-04-03T07:20:16.640Z Compiling crossbeam-epoch v0.9.18
17652024-04-03T07:20:16.641Z Compiling serde_urlencoded v0.7.1
17662024-04-03T07:20:16.641Z Compiling ipnetwork v0.20.0
17672024-04-03T07:20:16.867Z Compiling futures-executor v0.3.30
17682024-04-03T07:20:17.362Z Compiling dtrace-parser v0.2.0
17692024-04-03T07:20:17.537Z Compiling crypto-bigint v0.5.2
17702024-04-03T07:20:17.686Z Compiling float-cmp v0.9.0
17712024-04-03T07:20:17.916Z Compiling webpki-roots v0.25.2
17722024-04-03T07:20:18.093Z Compiling minimal-lexical v0.2.1
17732024-04-03T07:20:19.431Z Compiling precomputed-hash v0.1.1
17742024-04-03T07:20:19.471Z Compiling fixedbitset v0.4.2
17752024-04-03T07:20:19.471Z Compiling predicates-core v1.0.6
17762024-04-03T07:20:19.471Z Compiling difflib v0.4.0
17772024-04-03T07:20:19.471Z Compiling either v1.10.0
17782024-04-03T07:20:19.528Z Compiling sync_wrapper v0.1.2
17792024-04-03T07:20:19.668Z Compiling new_debug_unreachable v1.0.4
17802024-04-03T07:20:19.732Z Compiling data-encoding v2.4.0
17812024-04-03T07:20:19.767Z Compiling winnow v0.6.1
17822024-04-03T07:20:20.552Z Compiling static_assertions v1.1.0
17832024-04-03T07:20:21.474Z Compiling normalize-line-endings v0.3.0
17842024-04-03T07:20:21.564Z Compiling whoami v1.5.0
17852024-04-03T07:20:21.611Z Compiling predicates v3.1.0
17862024-04-03T07:20:21.863Z Compiling itertools v0.10.5
17872024-04-03T07:20:22.324Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
17882024-04-03T07:20:22.331Z Compiling tokio-postgres v0.7.10
17892024-04-03T07:20:23.149Z Compiling reqwest v0.11.24
17902024-04-03T07:20:23.362Z Compiling toml_edit v0.22.9
17912024-04-03T07:20:23.972Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
17922024-04-03T07:20:24.674Z Compiling trust-dns-proto v0.22.0
17932024-04-03T07:20:26.212Z Compiling string_cache v0.8.7
17942024-04-03T07:20:26.639Z Compiling elliptic-curve v0.13.8
17952024-04-03T07:20:26.763Z Compiling petgraph v0.6.4
17962024-04-03T07:20:27.351Z Compiling nom v7.1.3
17972024-04-03T07:20:30.742Z Compiling futures v0.3.30
17982024-04-03T07:20:30.862Z Compiling diesel v2.1.5
17992024-04-03T07:20:31.177Z Compiling yasna v0.5.2
18002024-04-03T07:20:31.429Z Compiling zip v0.6.6
18012024-04-03T07:20:31.955Z Compiling crossterm v0.27.0
18022024-04-03T07:20:31.966Z Compiling cipher v0.4.4
18032024-04-03T07:20:32.645Z Compiling darling_macro v0.20.3
18042024-04-03T07:20:32.751Z Compiling similar v2.4.0
18052024-04-03T07:20:33.091Z Compiling clap v4.5.1
18062024-04-03T07:20:33.214Z Compiling bit-set v0.5.3
18072024-04-03T07:20:33.544Z Compiling num-iter v0.1.44
18082024-04-03T07:20:33.731Z Compiling usdt v0.3.5
18092024-04-03T07:20:34.005Z Compiling console v0.15.8
18102024-04-03T07:20:34.980Z Compiling tokio-stream v0.1.14
18112024-04-03T07:20:35.285Z Compiling toml v0.7.8
18122024-04-03T07:20:35.831Z Compiling bstr v1.9.0
18132024-04-03T07:20:35.956Z Compiling hex v0.4.3
18142024-04-03T07:20:36.482Z Compiling proc-macro-error-attr v1.0.4
18152024-04-03T07:20:36.619Z Compiling lalrpop-util v0.19.12
18162024-04-03T07:20:36.858Z Compiling peg-runtime v0.8.2
18172024-04-03T07:20:37.372Z Compiling darling v0.20.3
18182024-04-03T07:20:37.460Z Compiling proc-macro-crate v1.3.1
18192024-04-03T07:20:38.438Z Compiling proc-macro-error v1.0.4
18202024-04-03T07:20:38.896Z Compiling camino v1.1.6
18212024-04-03T07:20:39.022Z Compiling heapless v0.8.0
18222024-04-03T07:20:39.995Z Compiling num_enum_derive v0.5.11
18232024-04-03T07:20:49.127Z Compiling atty v0.2.14
18242024-04-03T07:20:49.276Z Compiling hash32 v0.3.1
18252024-04-03T07:20:49.952Z Compiling smoltcp v0.11.0
18262024-04-03T07:20:50.753Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18272024-04-03T07:20:52.009Z Compiling rustls-pki-types v1.3.0
18282024-04-03T07:21:08.136Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18292024-04-03T07:21:17.817Z Compiling num_enum v0.5.11
18302024-04-03T07:21:19.786Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
18312024-04-03T07:21:20.238Z Compiling getopts v0.2.21
18322024-04-03T07:21:21.534Z Compiling dirs-sys-next v0.1.2
18332024-04-03T07:21:21.642Z Compiling embedded-io v0.4.0
18342024-04-03T07:21:22.474Z Compiling unsafe-libyaml v0.2.10
18352024-04-03T07:21:23.406Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18362024-04-03T07:21:23.651Z Compiling rustls v0.22.2
18372024-04-03T07:21:23.669Z Compiling cobs v0.2.3
18382024-04-03T07:21:23.949Z Compiling postcard v1.0.8
18392024-04-03T07:21:24.178Z Compiling serde_yaml v0.9.25
18402024-04-03T07:21:27.501Z Compiling dirs-next v2.0.0
18412024-04-03T07:21:29.746Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
18422024-04-03T07:21:36.883Z Compiling rustls-webpki v0.102.1
18432024-04-03T07:21:40.705Z Compiling strum_macros v0.26.1
18442024-04-03T07:21:43.506Z Compiling structmeta-derive v0.3.0
18452024-04-03T07:21:43.720Z Compiling foreign-types-macros v0.2.3
18462024-04-03T07:21:44.449Z Compiling thread_local v1.1.7
18472024-04-03T07:21:44.458Z Compiling multer v3.0.0
18482024-04-03T07:21:44.458Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18492024-04-03T07:21:44.882Z Compiling match_cfg v0.1.0
18502024-04-03T07:21:44.898Z Compiling slog-async v2.8.0
18512024-04-03T07:21:44.973Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18522024-04-03T07:21:45.836Z Compiling foreign-types-shared v0.3.1
18532024-04-03T07:21:46.264Z Compiling paste v1.0.14
18542024-04-03T07:21:46.264Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18552024-04-03T07:21:46.264Z Compiling structmeta v0.3.0
18562024-04-03T07:21:46.264Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18572024-04-03T07:21:52.843Z Compiling foreign-types v0.5.0
18582024-04-03T07:21:53.088Z Compiling strum v0.26.1
18592024-04-03T07:21:53.916Z Compiling hostname v0.3.1
18602024-04-03T07:21:55.453Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
18612024-04-03T07:22:05.131Z Compiling term v0.7.0
18622024-04-03T07:22:06.505Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
18632024-04-03T07:22:07.998Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18642024-04-03T07:22:09.018Z Compiling slog-json v2.6.1
18652024-04-03T07:22:09.557Z Compiling crossbeam-channel v0.5.8
18662024-04-03T07:22:10.444Z Compiling http v1.0.0
18672024-04-03T07:22:11.054Z Compiling tabwriter v1.4.0
18682024-04-03T07:22:11.147Z Compiling async-stream-impl v0.3.5
18692024-04-03T07:22:11.312Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18702024-04-03T07:22:11.905Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18712024-04-03T07:22:12.164Z Compiling cstr-argument v0.1.2
18722024-04-03T07:22:12.427Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
18732024-04-03T07:22:12.452Z Compiling crucible-workspace-hack v0.1.0
18742024-04-03T07:22:12.468Z Compiling atomic-waker v1.1.1
18752024-04-03T07:22:13.051Z Compiling pretty-hex v0.2.1
18762024-04-03T07:22:13.056Z Compiling take_mut v0.2.2
18772024-04-03T07:22:13.056Z Compiling fastrand v2.0.1
18782024-04-03T07:22:13.057Z Compiling rayon-core v1.12.1
18792024-04-03T07:22:13.057Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
18802024-04-03T07:22:13.187Z Compiling tempfile v3.10.0
18812024-04-03T07:22:13.285Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18822024-04-03T07:22:13.972Z Compiling waitgroup v0.1.2
18832024-04-03T07:22:14.099Z Compiling async-stream v0.3.5
18842024-04-03T07:22:14.232Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18852024-04-03T07:22:15.164Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
18862024-04-03T07:22:15.287Z Compiling slog-bunyan v2.5.0
18872024-04-03T07:22:15.389Z Compiling slog-term v2.9.0
18882024-04-03T07:22:15.438Z Compiling tokio-rustls v0.25.0
18892024-04-03T07:22:15.624Z Compiling parse-display-derive v0.9.0
18902024-04-03T07:22:16.779Z Compiling toml v0.8.12
18912024-04-03T07:22:17.056Z Compiling rustls-pemfile v2.1.1
18922024-04-03T07:22:17.833Z Compiling serde_with_macros v3.6.1
18932024-04-03T07:22:17.837Z Compiling sha1 v0.10.6
18942024-04-03T07:22:18.355Z Compiling crossbeam-deque v0.8.3
18952024-04-03T07:22:18.760Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
18962024-04-03T07:22:18.774Z Compiling colored v2.1.0
18972024-04-03T07:22:19.646Z Compiling newtype-uuid v1.0.1
18982024-04-03T07:22:20.006Z Compiling serde_path_to_error v0.1.16
18992024-04-03T07:22:20.097Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19002024-04-03T07:22:20.152Z Compiling socket2 v0.4.9
19012024-04-03T07:22:20.776Z Compiling instant v0.1.12
19022024-04-03T07:22:20.817Z Compiling debug-ignore v1.0.5
19032024-04-03T07:22:20.999Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19042024-04-03T07:22:21.042Z Compiling backoff v0.4.0
19052024-04-03T07:22:21.370Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19062024-04-03T07:22:21.414Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19072024-04-03T07:22:21.896Z Compiling serde_with v3.6.1
19082024-04-03T07:22:23.938Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19092024-04-03T07:22:24.349Z Compiling parse-display v0.9.0
19102024-04-03T07:22:26.447Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19112024-04-03T07:22:26.489Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
19122024-04-03T07:22:27.281Z Compiling camino-tempfile v1.1.1
19132024-04-03T07:22:27.707Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
19142024-04-03T07:22:28.154Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19152024-04-03T07:22:28.175Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19162024-04-03T07:22:28.219Z Compiling heck v0.3.3
19172024-04-03T07:22:28.335Z Compiling macaddr v1.0.1
19182024-04-03T07:22:28.591Z Compiling textwrap v0.11.0
19192024-04-03T07:22:28.970Z Compiling num-derive v0.4.0
19202024-04-03T07:22:29.548Z Compiling sigpipe v0.1.3
19212024-04-03T07:22:29.655Z Compiling strsim v0.8.0
19222024-04-03T07:22:29.700Z Compiling libefi-sys v0.1.0
19232024-04-03T07:22:29.987Z Compiling ansi_term v0.12.1
19242024-04-03T07:22:30.820Z Compiling vec_map v0.8.2
19252024-04-03T07:22:31.121Z Compiling clap v2.34.0
19262024-04-03T07:22:31.162Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19272024-04-03T07:22:31.196Z Compiling structopt-derive v0.4.18
19282024-04-03T07:22:31.236Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b)
19292024-04-03T07:22:32.908Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
19302024-04-03T07:22:33.362Z Compiling rayon v1.9.0
19312024-04-03T07:22:33.481Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19322024-04-03T07:22:33.963Z Compiling smf v0.2.2
19332024-04-03T07:22:35.003Z Compiling blake3 v1.5.0
19342024-04-03T07:22:35.961Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
19352024-04-03T07:22:35.978Z Compiling portable-atomic v1.4.3
19362024-04-03T07:22:38.566Z Compiling structopt v0.3.26
19372024-04-03T07:22:38.658Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19382024-04-03T07:22:38.658Z Compiling filetime v0.2.23
19392024-04-03T07:22:38.659Z Compiling xattr v1.0.1
19402024-04-03T07:22:38.659Z Compiling memmap2 v0.7.1
19412024-04-03T07:22:38.659Z Compiling same-file v1.0.6
19422024-04-03T07:22:38.659Z Compiling arrayvec v0.7.4
19432024-04-03T07:22:38.659Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
19442024-04-03T07:22:38.659Z Compiling arrayref v0.3.7
19452024-04-03T07:22:38.659Z Compiling constant_time_eq v0.3.0
19462024-04-03T07:22:38.659Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
19472024-04-03T07:22:38.659Z Compiling walkdir v2.4.0
19482024-04-03T07:22:38.659Z Compiling tar v0.4.40
19492024-04-03T07:22:39.202Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19502024-04-03T07:22:41.281Z Compiling gethostname v0.4.3
19512024-04-03T07:22:41.284Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19522024-04-03T07:22:41.826Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19532024-04-03T07:22:41.848Z Compiling topological-sort v0.2.2
19542024-04-03T07:22:42.096Z Compiling number_prefix v0.4.0
19552024-04-03T07:22:42.351Z Compiling indicatif v0.17.8
19562024-04-03T07:22:43.805Z Compiling omicron-zone-package v0.11.0
19572024-04-03T07:22:44.098Z Compiling swrite v0.1.0
19582024-04-03T07:22:51.400Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19592024-04-03T07:22:53.873Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19602024-04-03T07:22:54.279Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19612024-04-03T07:22:56.428Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
19622024-04-03T07:23:15.973Z Finished release [optimized] target(s) in 5m 47s
19632024-04-03T07:23:16.067Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
19642024-04-03T07:23:16.067ZLogging to: /work/oxidecomputer/omicron/out/LOG
19652024-04-03T07:23:16.068ZCreated new build target 'test' and set it as active
19662024-04-03T07:23:16.068Z
19672024-04-03T07:23:16.068Zreal 5:48.190029328
19682024-04-03T07:23:16.068Zuser 32:59.444903067
19692024-04-03T07:23:16.068Zsys 4:02.445544782
19702024-04-03T07:23:16.068Ztrap 0.969836228
19712024-04-03T07:23:16.068Ztflt 5.230124682
19722024-04-03T07:23:16.068Zdflt 3.286616357
19732024-04-03T07:23:16.068Zkflt 0.086682275
19742024-04-03T07:23:16.068Zlock 1:09:52.088800153
19752024-04-03T07:23:16.068Zslp 1:33:54.586658736
19762024-04-03T07:23:16.068Zlat 2:05.812511723
19772024-04-03T07:23:16.068Zstop 3:44.218059756
19782024-04-03T07:23:16.068Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
19792024-04-03T07:23:16.068Z Finished release [optimized] target(s) in 0.85s
19802024-04-03T07:23:16.068Z Running `target/release/omicron-package -t test package`
19812024-04-03T07:23:16.069ZLogging to: /work/oxidecomputer/omicron/out/LOG
19822024-04-03T07:23:16.565Z Compiling base64 v0.22.0
19832024-04-03T07:23:16.565Z Compiling newline-converter v0.3.0
19842024-04-03T07:23:16.573Z Compiling usdt-attr-macro v0.5.0
19852024-04-03T07:23:16.573Z Compiling usdt-macro v0.5.0
19862024-04-03T07:23:16.573Z Compiling memmap v0.7.0
19872024-04-03T07:23:16.660Z Compiling humantime v2.1.0
19882024-04-03T07:23:16.666Z Compiling linked-hash-map v0.5.6
19892024-04-03T07:23:16.678Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19902024-04-03T07:23:16.799Z Compiling expectorate v1.1.0
19912024-04-03T07:23:16.936Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
19922024-04-03T07:23:16.976Z Compiling password-hash v0.5.0
19932024-04-03T07:23:17.039Z Compiling lru-cache v0.1.2
19942024-04-03T07:23:17.055Z Compiling blake2 v0.10.6
19952024-04-03T07:23:17.255Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
19962024-04-03T07:23:17.496Z Compiling argon2 v0.5.3
19972024-04-03T07:23:17.764Z Compiling semver v0.1.20
19982024-04-03T07:23:17.900Z Compiling bytecount v0.6.3
19992024-04-03T07:23:18.009Z Compiling usdt v0.5.0
20002024-04-03T07:23:18.181Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20012024-04-03T07:23:18.252Z Compiling rustc_version v0.1.7
20022024-04-03T07:23:18.382Z Compiling papergrid v0.11.0
20032024-04-03T07:23:18.663Z Compiling newtype_derive v0.1.6
20042024-04-03T07:23:18.785Z Compiling tabled_derive v0.7.0
20052024-04-03T07:23:19.114Z Compiling quick-error v1.2.3
20062024-04-03T07:23:19.672Z Compiling resolv-conf v0.7.0
20072024-04-03T07:23:19.684Z Compiling steno v0.4.0
20082024-04-03T07:23:19.684Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
20092024-04-03T07:23:20.221Z Compiling derive-where v1.2.7
20102024-04-03T07:23:20.960Z Compiling slog-dtrace v0.3.0
20112024-04-03T07:23:21.470Z Compiling tabled v0.15.0
20122024-04-03T07:23:21.470Z Compiling num-rational v0.4.1
20132024-04-03T07:23:21.532Z Compiling termcolor v1.2.0
20142024-04-03T07:23:22.909Z Compiling trust-dns-resolver v0.22.0
20152024-04-03T07:23:23.247Z Compiling itertools v0.12.1
20162024-04-03T07:23:23.504Z Compiling utf-8 v0.7.6
20172024-04-03T07:23:26.952Z Compiling num-complex v0.4.4
20182024-04-03T07:23:27.995Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20192024-04-03T07:23:28.254Z Compiling num v0.4.1
20202024-04-03T07:23:28.359Z Compiling nibble_vec v0.1.0
20212024-04-03T07:23:28.577Z Compiling radium v0.7.0
20222024-04-03T07:23:29.008Z Compiling endian-type v0.1.2
20232024-04-03T07:23:29.034Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
20242024-04-03T07:23:29.249Z Compiling radix_trie v0.2.1
20252024-04-03T07:23:30.201Z Compiling tungstenite v0.20.1
20262024-04-03T07:23:32.764Z Compiling tap v1.0.1
20272024-04-03T07:23:32.963Z Compiling maybe-uninit v2.0.0
20282024-04-03T07:23:33.443Z Compiling wyz v0.5.1
20292024-04-03T07:23:33.495Z Compiling tokio-tungstenite v0.20.1
20302024-04-03T07:23:34.473Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20312024-04-03T07:23:34.577Z Compiling crc-catalog v2.2.0
20322024-04-03T07:23:34.639Z Compiling funty v2.0.0
20332024-04-03T07:23:35.817Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20342024-04-03T07:23:45.192Z Compiling cancel-safe-futures v0.1.5
20352024-04-03T07:23:45.555Z Compiling arc-swap v1.6.0
20362024-04-03T07:23:45.555Z Compiling display-error-chain v0.2.0
20372024-04-03T07:23:45.555Z Compiling num-bigint-dig v0.8.4
20382024-04-03T07:23:45.555Z Compiling packed_struct v0.10.1
20392024-04-03T07:23:45.555Z Compiling slog-scope v4.4.0
20402024-04-03T07:23:45.725Z Compiling bitvec v1.0.1
20412024-04-03T07:23:45.726Z Compiling crc v3.0.1
20422024-04-03T07:23:45.726Z Compiling fxhash v0.2.1
20432024-04-03T07:23:45.726Z Compiling packed_struct_codegen v0.10.1
20442024-04-03T07:23:45.726Z Compiling indexmap v1.9.3
20452024-04-03T07:23:45.726Z Compiling nodrop v0.1.14
20462024-04-03T07:23:45.726Z Compiling array-init v0.0.4
20472024-04-03T07:23:45.726Z Compiling smallvec v0.6.14
20482024-04-03T07:23:45.726Z Compiling slog-stdlog v4.1.1
20492024-04-03T07:23:45.726Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
20502024-04-03T07:23:46.156Z Compiling rayon-core v1.12.1
20512024-04-03T07:23:46.176Z Compiling pkcs1 v0.7.5
20522024-04-03T07:23:46.490Z Compiling is-terminal v0.4.9
20532024-04-03T07:23:46.617Z Compiling signature v2.1.0
20542024-04-03T07:23:46.870Z Compiling crossbeam-deque v0.8.3
20552024-04-03T07:23:47.241Z Compiling dirs-sys-next v0.1.2
20562024-04-03T07:23:48.203Z Compiling half v2.3.1
20572024-04-03T07:23:48.448Z Compiling ciborium-io v0.2.2
20582024-04-03T07:23:48.571Z Compiling hashbrown v0.12.3
20592024-04-03T07:23:48.956Z Compiling same-file v1.0.6
20602024-04-03T07:23:49.182Z Compiling crunchy v0.2.2
20612024-04-03T07:23:49.608Z Compiling glob v0.3.1
20622024-04-03T07:23:49.972Z Compiling fastrand v2.0.1
20632024-04-03T07:23:50.378Z Compiling bitfield v0.14.0
20642024-04-03T07:23:50.424Z Compiling tempfile v3.10.0
20652024-04-03T07:23:50.446Z Compiling clang-sys v1.6.1
20662024-04-03T07:23:50.677Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
20672024-04-03T07:23:51.200Z Compiling walkdir v2.4.0
20682024-04-03T07:23:51.851Z Compiling ciborium-ll v0.2.2
20692024-04-03T07:23:52.251Z Compiling rsa v0.9.2
20702024-04-03T07:23:52.369Z Compiling dirs-next v2.0.0
20712024-04-03T07:23:54.176Z Compiling env_logger v0.10.0
20722024-04-03T07:23:54.944Z Compiling slog-envlogger v2.2.0
20732024-04-03T07:23:57.639Z Compiling serde-hex v0.1.0
20742024-04-03T07:23:57.655Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
20752024-04-03T07:23:57.705Z Compiling camino v1.1.6
20762024-04-03T07:23:57.769Z Compiling x509-cert v0.2.4
20772024-04-03T07:23:57.968Z Compiling ron v0.8.1
20782024-04-03T07:23:58.109Z Compiling hashbrown v0.13.2
20792024-04-03T07:23:59.481Z Compiling semver-parser v0.10.2
20802024-04-03T07:24:01.368Z Compiling unicase v2.7.0
20812024-04-03T07:24:01.662Z Compiling prettyplease v0.2.16
20822024-04-03T07:24:01.941Z Compiling tiny-keccak v2.0.2
20832024-04-03T07:24:02.213Z Compiling crc-any v2.4.3
20842024-04-03T07:24:02.768Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
20852024-04-03T07:24:03.198Z Compiling blake3 v1.5.0
20862024-04-03T07:24:03.472Z Compiling semver v0.11.0
20872024-04-03T07:24:04.197Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
20882024-04-03T07:24:04.234Z Compiling object v0.30.4
20892024-04-03T07:24:06.952Z Compiling rayon v1.9.0
20902024-04-03T07:24:07.785Z Compiling term v0.7.0
20912024-04-03T07:24:09.144Z Compiling ciborium v0.2.2
20922024-04-03T07:24:10.303Z Compiling darling_core v0.14.4
20932024-04-03T07:24:11.399Z Compiling memmap2 v0.7.1
20942024-04-03T07:24:11.787Z Compiling filetime v0.2.23
20952024-04-03T07:24:12.296Z Compiling xattr v1.0.1
20962024-04-03T07:24:12.297Z Compiling home v0.5.5
20972024-04-03T07:24:12.297Z Compiling arrayvec v0.7.4
20982024-04-03T07:24:12.297Z Compiling constant_time_eq v0.3.0
20992024-04-03T07:24:12.438Z Compiling path-slash v0.1.5
21002024-04-03T07:24:12.509Z Compiling arrayref v0.3.7
21012024-04-03T07:24:12.659Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
21022024-04-03T07:24:13.963Z Compiling toolchain_find v0.2.0
21032024-04-03T07:24:14.528Z Compiling tar v0.4.40
21042024-04-03T07:24:15.471Z Compiling darling_macro v0.14.4
21052024-04-03T07:24:16.402Z Compiling ascii-canvas v3.0.0
21062024-04-03T07:24:16.801Z Compiling camino-tempfile v1.1.1
21072024-04-03T07:24:16.863Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
21082024-04-03T07:24:17.284Z Compiling libsw v3.3.1
21092024-04-03T07:24:17.329Z Compiling toml v0.5.11
21102024-04-03T07:24:17.609Z Compiling ena v0.14.2
21112024-04-03T07:24:18.018Z Compiling libloading v0.7.4
21122024-04-03T07:24:18.265Z Compiling parking_lot_core v0.8.6
21132024-04-03T07:24:18.407Z Compiling diff v0.1.13
21142024-04-03T07:24:18.683Z Compiling owo-colors v4.0.0
21152024-04-03T07:24:18.953Z Compiling bindgen v0.69.2
21162024-04-03T07:24:19.360Z Compiling regex-syntax v0.6.29
21172024-04-03T07:24:20.646Z Compiling convert_case v0.4.0
21182024-04-03T07:24:21.805Z Compiling topological-sort v0.2.2
21192024-04-03T07:24:21.827Z Compiling linear-map v1.2.0
21202024-04-03T07:24:21.827Z Compiling derive_more v0.99.17
21212024-04-03T07:24:21.827Z Compiling omicron-zone-package v0.11.0
21222024-04-03T07:24:21.827Z Compiling rustfmt-wrapper v0.2.0
21232024-04-03T07:24:21.905Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21242024-04-03T07:24:24.636Z Compiling lalrpop v0.19.12
21252024-04-03T07:24:24.845Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
21262024-04-03T07:24:25.083Z Compiling darling v0.14.4
21272024-04-03T07:24:27.309Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
21282024-04-03T07:24:27.849Z Compiling toml v0.8.12
21292024-04-03T07:24:28.953Z Compiling cexpr v0.6.0
21302024-04-03T07:24:29.477Z Compiling which v4.4.0
21312024-04-03T07:24:29.821Z Compiling peeking_take_while v0.1.2
21322024-04-03T07:24:29.939Z Compiling shlex v1.3.0
21332024-04-03T07:24:29.998Z Compiling lazycell v1.3.0
21342024-04-03T07:24:30.174Z Compiling rustc-hash v1.1.0
21352024-04-03T07:24:35.168Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
21362024-04-03T07:24:35.168Z Compiling derive_builder_core v0.12.0
21372024-04-03T07:24:35.168Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
21382024-04-03T07:24:35.168Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
21392024-04-03T07:24:35.168Z Compiling headers-core v0.2.0
21402024-04-03T07:24:35.168Z Compiling pem v3.0.2
21412024-04-03T07:24:35.168Z Compiling libxml v0.3.3
21422024-04-03T07:24:35.169Z Compiling async-recursion v1.0.5
21432024-04-03T07:24:35.169Z Compiling ref-cast v1.0.20
21442024-04-03T07:24:35.169Z Compiling heck v0.5.0
21452024-04-03T07:24:35.169Z Compiling platforms v3.0.2
21462024-04-03T07:24:35.169Z Compiling headers v0.3.9
21472024-04-03T07:24:35.169Z Compiling derive_builder_macro v0.12.0
21482024-04-03T07:24:35.169Z Compiling parking_lot v0.11.2
21492024-04-03T07:24:35.354Z Compiling mime_guess v2.0.4
21502024-04-03T07:24:35.355Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
21512024-04-03T07:24:36.309Z Compiling trust-dns-client v0.22.0
21522024-04-03T07:24:36.923Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
21532024-04-03T07:24:37.213Z Compiling strum_macros v0.24.3
21542024-04-03T07:24:40.691Z Compiling ref-cast-impl v1.0.20
21552024-04-03T07:24:41.833Z Compiling vte_generate_state_changes v0.1.1
21562024-04-03T07:24:41.853Z Compiling cookie v0.18.0
21572024-04-03T07:24:42.172Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
21582024-04-03T07:24:42.445Z Compiling indoc v1.0.9
21592024-04-03T07:24:42.479Z Compiling buf-list v1.0.3
21602024-04-03T07:24:43.031Z Compiling doc-comment v0.3.3
21612024-04-03T07:24:43.501Z Compiling vte v0.11.1
21622024-04-03T07:24:43.922Z Compiling trust-dns-server v0.22.1
21632024-04-03T07:24:48.941Z Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
21642024-04-03T07:24:48.941Z Compiling derive_builder v0.12.0
21652024-04-03T07:24:48.941Z Compiling sled v0.34.7
21662024-04-03T07:24:48.941Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
21672024-04-03T07:24:50.923Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
21682024-04-03T07:24:51.222Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
21692024-04-03T07:24:51.762Z Compiling bb8 v0.8.3
21702024-04-03T07:24:52.284Z Compiling const_format_proc_macros v0.2.32
21712024-04-03T07:24:52.589Z Compiling polar-core v0.27.0
21722024-04-03T07:24:53.641Z Compiling quick-xml v0.30.0
21732024-04-03T07:24:54.301Z Compiling pin-project-internal v1.1.3
21742024-04-03T07:24:56.388Z Compiling impl-trait-for-tuples v0.2.2
21752024-04-03T07:24:57.071Z Compiling oso-derive v0.27.0
21762024-04-03T07:24:58.058Z Compiling memoffset v0.7.1
21772024-04-03T07:24:58.385Z Compiling maplit v1.0.2
21782024-04-03T07:24:58.916Z Compiling pin-project v1.1.3
21792024-04-03T07:24:58.916Z Compiling const_format v0.2.32
21802024-04-03T07:25:00.107Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
21812024-04-03T07:25:06.499Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21822024-04-03T07:25:06.595Z Compiling curve25519-dalek v4.1.1
21832024-04-03T07:25:08.708Z Compiling strip-ansi-escapes v0.2.0
21842024-04-03T07:25:13.608Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
21852024-04-03T07:25:15.122Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b)
21862024-04-03T07:25:20.228Z Compiling oso v0.27.0
21872024-04-03T07:25:23.207Z Compiling fd-lock v3.0.13
21882024-04-03T07:25:23.447Z Compiling kstat-rs v0.2.3
21892024-04-03T07:25:24.595Z Compiling snafu-derive v0.7.5
21902024-04-03T07:25:25.535Z Compiling fs-err v2.11.0
21912024-04-03T07:25:25.845Z Compiling keccak v0.1.4
21922024-04-03T07:25:26.829Z Compiling strum v0.25.0
21932024-04-03T07:25:27.015Z Compiling nu-ansi-term v0.50.0
21942024-04-03T07:25:28.302Z Compiling reedline v0.30.0
21952024-04-03T07:25:29.553Z Compiling snafu v0.7.5
21962024-04-03T07:25:35.284Z Compiling sha3 v0.10.8
21972024-04-03T07:25:35.487Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
21982024-04-03T07:25:35.487Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
21992024-04-03T07:25:40.108Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
22002024-04-03T07:25:40.359Z Compiling env_logger v0.9.3
22012024-04-03T07:25:45.170Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
22022024-04-03T07:25:47.815Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22032024-04-03T07:25:48.321Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
22042024-04-03T07:25:53.313Z Compiling globset v0.4.13
22052024-04-03T07:25:53.410Z Compiling fd-lock v4.0.2
22062024-04-03T07:25:53.410Z Compiling peg-macros v0.8.2
22072024-04-03T07:25:53.410Z Compiling olpc-cjson v0.1.3
22082024-04-03T07:25:53.410Z Compiling universal-hash v0.5.1
22092024-04-03T07:25:53.515Z Compiling nix v0.27.1
22102024-04-03T07:25:53.541Z Compiling secrecy v0.8.0
22112024-04-03T07:25:53.697Z Compiling serde_plain v1.0.2
22122024-04-03T07:25:54.229Z Compiling thiserror-impl-no-std v2.0.2
22132024-04-03T07:25:54.516Z Compiling nanorand v0.7.0
22142024-04-03T07:25:55.288Z Compiling curve25519-dalek-derive v0.1.0
22152024-04-03T07:25:57.092Z Compiling bitstruct_derive v0.1.0
22162024-04-03T07:25:57.109Z Compiling sqlparser_derive v0.2.2
22172024-04-03T07:25:57.849Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22182024-04-03T07:26:02.173Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
22192024-04-03T07:26:02.401Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22202024-04-03T07:26:02.401Z Compiling opaque-debug v0.3.0
22212024-04-03T07:26:02.401Z Compiling unicode_categories v0.1.1
22222024-04-03T07:26:02.402Z Compiling salty v0.2.0
22232024-04-03T07:26:02.402Z Compiling typed-path v0.7.0
22242024-04-03T07:26:02.402Z Compiling ascii v1.1.0
22252024-04-03T07:26:02.402Z Compiling signature v1.6.4
22262024-04-03T07:26:02.402Z Compiling ed25519 v1.5.3
22272024-04-03T07:26:02.403Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
22282024-04-03T07:26:02.403Z Compiling sqlformat v0.2.3
22292024-04-03T07:26:02.403Z Compiling rustyline v13.0.0
22302024-04-03T07:26:02.403Z Compiling poly1305 v0.8.0
22312024-04-03T07:26:02.403Z Compiling tough v0.16.0
22322024-04-03T07:26:02.403Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22332024-04-03T07:26:02.404Z Compiling sqlparser v0.43.1
22342024-04-03T07:26:05.172Z Compiling bitstruct v0.1.1
22352024-04-03T07:26:05.292Z Compiling thiserror-no-std v2.0.2
22362024-04-03T07:26:07.789Z Compiling flume v0.11.0
22372024-04-03T07:26:08.510Z Compiling peg v0.8.2
22382024-04-03T07:26:08.620Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
22392024-04-03T07:26:12.521Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22402024-04-03T07:26:12.824Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
22412024-04-03T07:26:13.925Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
22422024-04-03T07:26:20.303Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22432024-04-03T07:26:20.614Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22442024-04-03T07:26:20.878Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22452024-04-03T07:26:22.483Z Compiling chacha20 v0.9.1
22462024-04-03T07:26:22.519Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22472024-04-03T07:26:24.178Z Compiling aead v0.5.2
22482024-04-03T07:26:24.496Z Compiling bcs v0.1.6
22492024-04-03T07:26:24.798Z Compiling serde-big-array v0.5.1
22502024-04-03T07:26:25.049Z Compiling erased-serde v0.3.31
22512024-04-03T07:26:25.425Z Compiling serde_arrays v0.1.0
22522024-04-03T07:26:26.021Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
22532024-04-03T07:26:26.452Z Compiling highway v1.1.0
22542024-04-03T07:26:26.822Z Compiling parse-size v1.0.0
22552024-04-03T07:26:27.070Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22562024-04-03T07:26:27.899Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
22572024-04-03T07:26:29.989Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
22582024-04-03T07:26:30.108Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22592024-04-03T07:26:38.263Z Compiling chacha20poly1305 v0.10.1
22602024-04-03T07:26:38.506Z Compiling vsss-rs v3.3.4
22612024-04-03T07:26:47.921Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
22622024-04-03T07:26:47.975Z Compiling signal-hook-tokio v0.3.1
22632024-04-03T07:26:48.183Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
22642024-04-03T07:26:48.618Z Compiling castaway v0.2.2
22652024-04-03T07:26:48.791Z Compiling rand_seeder v0.2.3
22662024-04-03T07:26:49.182Z Compiling serde-big-array v0.4.1
22672024-04-03T07:26:49.368Z Compiling http-range v0.1.5
22682024-04-03T07:26:51.201Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
22692024-04-03T07:26:51.263Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
22702024-04-03T07:26:52.004Z Compiling hyper-staticfile v0.9.5
22712024-04-03T07:26:55.463Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22722024-04-03T07:26:56.942Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
22732024-04-03T07:26:57.626Z Compiling compact_str v0.7.1
22742024-04-03T07:26:57.627Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
22752024-04-03T07:26:59.185Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22762024-04-03T07:27:02.184Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22772024-04-03T07:27:02.804Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
22782024-04-03T07:27:09.163Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
22792024-04-03T07:27:14.871Z Compiling zone_cfg_derive v0.1.2
22802024-04-03T07:27:16.567Z Compiling tungstenite v0.21.0
22812024-04-03T07:27:16.749Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
22822024-04-03T07:27:17.008Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
22832024-04-03T07:27:17.300Z Compiling lru v0.12.1
22842024-04-03T07:27:17.652Z Compiling stability v0.1.1
22852024-04-03T07:27:18.562Z Compiling indoc v2.0.3
22862024-04-03T07:27:19.508Z Compiling base64 v0.13.1
22872024-04-03T07:27:20.252Z Compiling corncobs v0.1.3
22882024-04-03T07:27:20.546Z Compiling cassowary v0.3.0
22892024-04-03T07:27:22.104Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22902024-04-03T07:27:22.318Z Compiling ratatui v0.26.1
22912024-04-03T07:27:22.318Z Compiling ron v0.7.1
22922024-04-03T07:27:27.833Z Compiling tokio-tungstenite v0.21.0
22932024-04-03T07:27:27.833Z Compiling zone v0.1.8
22942024-04-03T07:27:27.833Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
22952024-04-03T07:27:29.243Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22962024-04-03T07:27:29.958Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
22972024-04-03T07:27:39.161Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
22982024-04-03T07:27:44.016Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
22992024-04-03T07:27:47.352Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
23002024-04-03T07:27:53.351Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
23012024-04-03T07:27:57.439Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
23022024-04-03T07:27:58.490Z Compiling portpicker v0.1.1
23032024-04-03T07:27:58.635Z Compiling unicode-linebreak v0.1.5
23042024-04-03T07:27:58.635Z Compiling smawk v0.3.1
23052024-04-03T07:27:58.635Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
23062024-04-03T07:27:58.689Z Compiling textwrap v0.16.1
23072024-04-03T07:28:07.728Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
23082024-04-03T07:28:08.982Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
23092024-04-03T07:28:12.202Z Compiling rcgen v0.12.1
23102024-04-03T07:28:12.549Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
23112024-04-03T07:28:12.990Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b)
23122024-04-03T07:28:17.814Z Compiling atomicwrites v0.4.3
23132024-04-03T07:28:18.422Z Compiling fatfs v0.3.6
23142024-04-03T07:28:21.794Z Compiling rtoolbox v0.0.1
23152024-04-03T07:28:21.795Z Compiling subprocess v0.2.9
23162024-04-03T07:28:21.795Z Compiling is_ci v1.2.0
23172024-04-03T07:28:21.935Z Compiling assert_matches v1.5.0
23182024-04-03T07:28:22.916Z Compiling supports-color v3.0.0
23192024-04-03T07:28:23.230Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23202024-04-03T07:28:23.605Z Compiling rpassword v7.3.1
23212024-04-03T07:28:23.713Z Compiling tui-tree-widget v0.19.0
23222024-04-03T07:28:24.004Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
23232024-04-03T07:28:24.048Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
23242024-04-03T07:28:25.479Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
23252024-04-03T07:28:25.786Z Compiling csv-core v0.1.11
23262024-04-03T07:28:25.921Z Compiling shell-words v1.1.0
23272024-04-03T07:28:26.356Z Compiling csv v1.3.0
23282024-04-03T07:28:27.135Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
23292024-04-03T07:28:28.562Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
23302024-04-03T07:28:30.332Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
23312024-04-03T07:28:41.353Z Compiling multimap v0.10.0
23322024-04-03T07:30:17.232Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
23332024-04-03T07:30:43.260Z Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
23342024-04-03T07:30:58.797Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23352024-04-03T07:37:27.398Z Finished release [optimized] target(s) in 14m 11s
23362024-04-03T07:38:47.286Z
23372024-04-03T07:38:47.287Zreal 15:32.526257776
23382024-04-03T07:38:47.287Zuser 1:44:47.405920815
23392024-04-03T07:38:47.287Zsys 4:36.118527200
23402024-04-03T07:38:47.287Ztrap 2.451910700
23412024-04-03T07:38:47.287Ztflt 2.148678588
23422024-04-03T07:38:47.294Zdflt 2.945427354
23432024-04-03T07:38:47.294Zkflt 0.001425329
23442024-04-03T07:38:47.294Zlock 6:37:21.617507627
23452024-04-03T07:38:47.294Zslp 4:07:05.222269569
23462024-04-03T07:38:47.294Zlat 2:27.452779520
23472024-04-03T07:38:47.294Zstop 1:01.957072131
23482024-04-03T07:38:47.295Z+ 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/*)
23492024-04-03T07:38:47.295Z+ pfexec mkdir -p /work
23502024-04-03T07:38:47.295Z+ pfexec chown build /work
23512024-04-03T07:38:47.295Z+ 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
23522024-04-03T07:38:57.121ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
23532024-04-03T07:38:57.121Za out/mg-ddm-gz.tar 73905K
23542024-04-03T07:38:57.121Za out/omicron-sled-agent.tar 112927K
23552024-04-03T07:38:57.121Za out/oxlog.tar 6114K
23562024-04-03T07:38:57.121Za out/target/test 1K
23572024-04-03T07:38:57.121Za out/npuzone/npuzone 36313K
23582024-04-03T07:38:57.121Za package-manifest.toml 26K
23592024-04-03T07:38:57.122Za smf/sled-agent/non-gimlet/config.toml 4K
23602024-04-03T07:38:57.122Za target/release/omicron-package 39334K
23612024-04-03T07:38:57.122Za tools/create_virtual_hardware.sh 4K
23622024-04-03T07:38:57.122Za tools/virtual_hardware.sh 4K
23632024-04-03T07:38:57.122Za tools/scrimlet/create-softnpu-zone.sh 1K
23642024-04-03T07:38:57.122Za tools/scrimlet/destroy-softnpu-zone.sh 1K
23652024-04-03T07:38:57.122Za tools/scrimlet/softnpu-init.sh 3K
23662024-04-03T07:38:57.122Za tools/scrimlet/softnpu-zone.txt 1K
23672024-04-03T07:38:57.122Za tools/scrimlet/softnpu.toml 1K
23682024-04-03T07:38:57.133Z
23692024-04-03T07:38:57.133Zreal 9.827705042
23702024-04-03T07:38:57.133Zuser 9.495882430
23712024-04-03T07:38:57.133Zsys 0.712501406
23722024-04-03T07:38:57.133Ztrap 0.001674272
23732024-04-03T07:38:57.133Ztflt 0.000000000
23742024-04-03T07:38:57.133Zdflt 0.000000000
23752024-04-03T07:38:57.133Zkflt 0.000000000
23762024-04-03T07:38:57.133Zlock 0.000000000
23772024-04-03T07:38:57.133Zslp 9.222429141
23782024-04-03T07:38:57.133Zlat 0.219765018
23792024-04-03T07:38:57.133Zstop 0.000174863
23802024-04-03T07:38:57.133Z++ pwd
23812024-04-03T07:38:57.133Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
23822024-04-03T07:38:57.133Z+ mv out/nexus.tar.gz out/nexus-single-sled.tar.gz
23832024-04-03T07:38:57.144Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled
23842024-04-03T07:38:57.962Z Finished release [optimized] target(s) in 0.76s
23852024-04-03T07:38:57.986Z Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled`
23862024-04-03T07:38:58.411ZLogging to: /work/oxidecomputer/omicron/out/LOG
23872024-04-03T07:38:58.422ZCreated new build target 'host' and set it as active
23882024-04-03T07:38:58.422Z
23892024-04-03T07:38:58.422Zreal 0.869719115
23902024-04-03T07:38:58.423Zuser 0.562655169
23912024-04-03T07:38:58.423Zsys 0.287940270
23922024-04-03T07:38:58.423Ztrap 0.000052450
23932024-04-03T07:38:58.423Ztflt 0.000001210
23942024-04-03T07:38:58.423Zdflt 0.000000000
23952024-04-03T07:38:58.423Zkflt 0.000000000
23962024-04-03T07:38:58.423Zlock 0.023370022
23972024-04-03T07:38:58.424Zslp 0.112119351
23982024-04-03T07:38:58.424Zlat 0.003837367
23992024-04-03T07:38:58.424Zstop 0.000256633
24002024-04-03T07:38:58.424Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host package
24012024-04-03T07:38:58.787Z Finished release [optimized] target(s) in 0.73s
24022024-04-03T07:38:58.804Z Running `target/release/omicron-package -t host package`
24032024-04-03T07:38:58.834ZLogging to: /work/oxidecomputer/omicron/out/LOG
24042024-04-03T07:38:59.663Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24052024-04-03T07:41:22.686Z Finished release [optimized] target(s) in 2m 23s
24062024-04-03T07:42:03.112Z
24072024-04-03T07:42:03.124Zreal 3:05.099506453
24082024-04-03T07:42:03.125Zuser 13:57.417741468
24092024-04-03T07:42:03.125Zsys 37.334553902
24102024-04-03T07:42:03.125Ztrap 0.247707276
24112024-04-03T07:42:03.125Ztflt 0.020498593
24122024-04-03T07:42:03.125Zdflt 8.575326006
24132024-04-03T07:42:03.125Zkflt 0.092839774
24142024-04-03T07:42:03.125Zlock 1:05:27.618200310
24152024-04-03T07:42:03.125Zslp 12:32.367611173
24162024-04-03T07:42:03.125Zlat 7.149366111
24172024-04-03T07:42:03.125Zstop 2.374840855
24182024-04-03T07:42:03.125Z+ stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog
24192024-04-03T07:42:03.125Z+ for package in "$@"
24202024-04-03T07:42:03.125Z+ [[ omicron-sled-agent == mg-ddm-gz ]]
24212024-04-03T07:42:03.126Z+ cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 7.0.0-0.ci+git1341b3f9238
24222024-04-03T07:42:03.909Z Finished release [optimized] target(s) in 0.75s
24232024-04-03T07:42:03.930Z Running `target/release/omicron-package stamp omicron-sled-agent 7.0.0-0.ci+git1341b3f9238`
24242024-04-03T07:42:03.962ZLogging to: /work/oxidecomputer/omicron/out/LOG
24252024-04-03T07:42:04.159ZCreated: out/versioned/omicron-sled-agent.tar
24262024-04-03T07:42:04.164Z+ for package in "$@"
24272024-04-03T07:42:04.164Z+ [[ mg-ddm-gz == mg-ddm-gz ]]
24282024-04-03T07:42:04.164Z+ echo 0.0.0
24292024-04-03T07:42:04.164Z+ tar rvf out/mg-ddm-gz.tar VERSION
24302024-04-03T07:42:04.164Za VERSION 1K
24312024-04-03T07:42:04.164Z+ rm VERSION
24322024-04-03T07:42:04.169Z+ cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+git1341b3f9238
24332024-04-03T07:42:04.947Z Finished release [optimized] target(s) in 0.73s
24342024-04-03T07:42:04.969Z Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+git1341b3f9238`
24352024-04-03T07:42:04.998ZLogging to: /work/oxidecomputer/omicron/out/LOG
24362024-04-03T07:42:05.146ZCreated: out/versioned/mg-ddm-gz.tar
24372024-04-03T07:42:05.151Z+ for package in "$@"
24382024-04-03T07:42:05.151Z+ [[ propolis-server == mg-ddm-gz ]]
24392024-04-03T07:42:05.151Z+ cargo run --locked --release --bin omicron-package -- stamp propolis-server 7.0.0-0.ci+git1341b3f9238
24402024-04-03T07:42:05.983Z Finished release [optimized] target(s) in 0.78s
24412024-04-03T07:42:06.005Z Running `target/release/omicron-package stamp propolis-server 7.0.0-0.ci+git1341b3f9238`
24422024-04-03T07:42:06.035ZLogging to: /work/oxidecomputer/omicron/out/LOG
24432024-04-03T07:42:07.060ZCreated: out/versioned/propolis-server.tar.gz
24442024-04-03T07:42:07.064Z+ for package in "$@"
24452024-04-03T07:42:07.064Z+ [[ overlay == mg-ddm-gz ]]
24462024-04-03T07:42:07.064Z+ cargo run --locked --release --bin omicron-package -- stamp overlay 7.0.0-0.ci+git1341b3f9238
24472024-04-03T07:42:07.853Z Finished release [optimized] target(s) in 0.74s
24482024-04-03T07:42:07.875Z Running `target/release/omicron-package stamp overlay 7.0.0-0.ci+git1341b3f9238`
24492024-04-03T07:42:07.905ZLogging to: /work/oxidecomputer/omicron/out/LOG
24502024-04-03T07:42:07.909ZCreated: out/versioned/overlay.tar.gz
24512024-04-03T07:42:07.909Z+ for package in "$@"
24522024-04-03T07:42:07.909Z+ [[ oxlog == mg-ddm-gz ]]
24532024-04-03T07:42:07.909Z+ cargo run --locked --release --bin omicron-package -- stamp oxlog 7.0.0-0.ci+git1341b3f9238
24542024-04-03T07:42:08.697Z Finished release [optimized] target(s) in 0.74s
24552024-04-03T07:42:08.719Z Running `target/release/omicron-package stamp oxlog 7.0.0-0.ci+git1341b3f9238`
24562024-04-03T07:42:08.750ZLogging to: /work/oxidecomputer/omicron/out/LOG
24572024-04-03T07:42:08.777ZCreated: out/versioned/oxlog.tar
24582024-04-03T07:42:10.096Z+ ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
24592024-04-03T07:42:10.096Z+++ dirname -- ./tools/build-global-zone-packages.sh
24602024-04-03T07:42:10.096Z++ cd -- ./tools
24612024-04-03T07:42:10.096Z++ pwd
24622024-04-03T07:42:10.096Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
24632024-04-03T07:42:10.096Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
24642024-04-03T07:42:10.096Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
24652024-04-03T07:42:10.096Z++ readlink -f /work
24662024-04-03T07:42:10.096Z+ out_dir=/work
24672024-04-03T07:42:10.097Z+ 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")
24682024-04-03T07:42:10.097Z+ for dep in "${deps[@]}"
24692024-04-03T07:42:10.097Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]]
24702024-04-03T07:42:10.097Z+ for dep in "${deps[@]}"
24712024-04-03T07:42:10.097Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]]
24722024-04-03T07:42:10.097Z+ for dep in "${deps[@]}"
24732024-04-03T07:42:10.097Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]]
24742024-04-03T07:42:10.097Z+ for dep in "${deps[@]}"
24752024-04-03T07:42:10.097Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]]
24762024-04-03T07:42:10.097Z+ for dep in "${deps[@]}"
24772024-04-03T07:42:10.098Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]]
24782024-04-03T07:42:10.098Z++ mktemp -d
24792024-04-03T07:42:10.098Z+ tmp_gz=/tmp/tmp.MAai3h
24802024-04-03T07:42:10.098Z+ trap 'cd /; rm -rf "$tmp_gz"' EXIT
24812024-04-03T07:42:10.098Z+ echo '{"v":"1","t":"layer"}'
24822024-04-03T07:42:10.098Z+ pkg_dir=/tmp/tmp.MAai3h/root/opt/oxide/sled-agent
24832024-04-03T07:42:10.098Z+ mkdir -p /tmp/tmp.MAai3h/root/opt/oxide/sled-agent
24842024-04-03T07:42:10.098Z+ cd /tmp/tmp.MAai3h/root/opt/oxide/sled-agent
24852024-04-03T07:42:10.098Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
24862024-04-03T07:42:10.098Zx ., 0 bytes, 0 tape blocks
24872024-04-03T07:42:10.098Zx zone-bundle, 36111008 bytes, 70530 tape blocks
24882024-04-03T07:42:10.099Zx sled-agent, 79509752 bytes, 155293 tape blocks
24892024-04-03T07:42:10.099Zx pkg, 0 bytes, 0 tape blocks
24902024-04-03T07:42:10.099Zx pkg/config.toml, 1657 bytes, 4 tape blocks
24912024-04-03T07:42:10.099Zx pkg/README.md, 54 bytes, 1 tape blocks
24922024-04-03T07:42:10.099Zx pkg/manifest.xml, 2373 bytes, 5 tape blocks
24932024-04-03T07:42:10.099Zx VERSION, 25 bytes, 1 tape blocks
24942024-04-03T07:42:10.099Z+ mkdir -p /tmp/tmp.MAai3h/root/lib/svc/manifest/site/
24952024-04-03T07:42:10.099Z+ mv pkg/manifest.xml /tmp/tmp.MAai3h/root/lib/svc/manifest/site/sled-agent.xml
24962024-04-03T07:42:10.099Z+ cd -
24972024-04-03T07:42:10.099Z/work/oxidecomputer/omicron
24982024-04-03T07:42:10.099Z+ pkg_dir=/tmp/tmp.MAai3h/root/opt/oxide/mg-ddm
24992024-04-03T07:42:10.099Z+ mkdir -p /tmp/tmp.MAai3h/root/opt/oxide/mg-ddm
25002024-04-03T07:42:10.100Z+ cd /tmp/tmp.MAai3h/root/opt/oxide/mg-ddm
25012024-04-03T07:42:10.100Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
25022024-04-03T07:42:10.100Zx ., 0 bytes, 0 tape blocks
25032024-04-03T07:42:10.100Zx ddmadm, 26051952 bytes, 50883 tape blocks
25042024-04-03T07:42:10.100Zx ddmd, 49611120 bytes, 96897 tape blocks
25052024-04-03T07:42:10.100Zx pkg, 0 bytes, 0 tape blocks
25062024-04-03T07:42:10.100Zx pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks
25072024-04-03T07:42:10.100Zx pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks
25082024-04-03T07:42:10.100Zx pkg/mgd, 0 bytes, 0 tape blocks
25092024-04-03T07:42:10.100Zx pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks
25102024-04-03T07:42:10.100Zx pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks
25112024-04-03T07:42:10.101Zx pkg/ddm, 0 bytes, 0 tape blocks
25122024-04-03T07:42:10.101Zx pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks
25132024-04-03T07:42:10.101Zx VERSION, 25 bytes, 1 tape blocks
25142024-04-03T07:42:10.101Z+ cd -
25152024-04-03T07:42:10.101Z/work/oxidecomputer/omicron
25162024-04-03T07:42:10.101Z+ pkg_dir=/tmp/tmp.MAai3h/root/opt/oxide/oxlog
25172024-04-03T07:42:10.101Z+ mkdir -p /tmp/tmp.MAai3h/root/opt/oxide/oxlog
25182024-04-03T07:42:10.101Z+ cd /tmp/tmp.MAai3h/root/opt/oxide/oxlog
25192024-04-03T07:42:10.101Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar
25202024-04-03T07:42:10.101Zx ., 0 bytes, 0 tape blocks
25212024-04-03T07:42:10.101Zx oxlog, 6257744 bytes, 12223 tape blocks
25222024-04-03T07:42:10.101Zx VERSION, 25 bytes, 1 tape blocks
25232024-04-03T07:42:10.102Z+ cd -
25242024-04-03T07:42:10.102Z/work/oxidecomputer/omicron
25252024-04-03T07:42:10.102Z+ cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.MAai3h/root/opt/oxide
25262024-04-03T07:42:10.102Z+ cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.MAai3h/root/opt/oxide
25272024-04-03T07:42:10.102Z+ cd /tmp/tmp.MAai3h
25282024-04-03T07:42:10.102Z+ tar cvfz /work/global-zone-packages.tar.gz oxide.json root
25292024-04-03T07:42:18.112ZCompressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'...
25302024-04-03T07:42:18.112Za oxide.json 1K
25312024-04-03T07:42:18.112Za root/ 0K
25322024-04-03T07:42:18.113Za root/opt/ 0K
25332024-04-03T07:42:18.113Za root/opt/oxide/ 0K
25342024-04-03T07:42:18.113Za root/opt/oxide/sled-agent/ 0K
25352024-04-03T07:42:18.113Za root/opt/oxide/sled-agent/zone-bundle 35265K
25362024-04-03T07:42:18.113Za root/opt/oxide/sled-agent/sled-agent 77647K
25372024-04-03T07:42:18.113Za root/opt/oxide/sled-agent/pkg/ 0K
25382024-04-03T07:42:18.113Za root/opt/oxide/sled-agent/pkg/config.toml 2K
25392024-04-03T07:42:18.114Za root/opt/oxide/sled-agent/pkg/README.md 1K
25402024-04-03T07:42:18.114Za root/opt/oxide/sled-agent/VERSION 1K
25412024-04-03T07:42:18.114Za root/opt/oxide/mg-ddm/ 0K
25422024-04-03T07:42:18.114Za root/opt/oxide/mg-ddm/ddmadm 25442K
25432024-04-03T07:42:18.114Za root/opt/oxide/mg-ddm/ddmd 48449K
25442024-04-03T07:42:18.114Za root/opt/oxide/mg-ddm/pkg/ 0K
25452024-04-03T07:42:18.114Za root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K
25462024-04-03T07:42:18.114Za root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K
25472024-04-03T07:42:18.114Za root/opt/oxide/mg-ddm/pkg/mgd/ 0K
25482024-04-03T07:42:18.115Za root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K
25492024-04-03T07:42:18.115Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
25502024-04-03T07:42:18.115Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
25512024-04-03T07:42:18.115Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
25522024-04-03T07:42:18.116Za root/opt/oxide/mg-ddm/VERSION 1K
25532024-04-03T07:42:18.116Za root/opt/oxide/oxlog/ 0K
25542024-04-03T07:42:18.116Za root/opt/oxide/oxlog/oxlog 6112K
25552024-04-03T07:42:18.116Za root/opt/oxide/oxlog/VERSION 1K
25562024-04-03T07:42:18.117Za root/opt/oxide/propolis-server.tar.gz 62568K
25572024-04-03T07:42:18.117Za root/opt/oxide/overlay.tar.gz 3K
25582024-04-03T07:42:18.117Za root/lib/ 0K
25592024-04-03T07:42:18.118Za root/lib/svc/ 0K
25602024-04-03T07:42:18.118Za root/lib/svc/manifest/ 0K
25612024-04-03T07:42:18.118Za root/lib/svc/manifest/site/ 0K
25622024-04-03T07:42:18.118Za root/lib/svc/manifest/site/sled-agent.xml 3K
25632024-04-03T07:42:18.600Z+ cd /
25642024-04-03T07:42:18.600Z+ rm -rf /tmp/tmp.MAai3h
25652024-04-03T07:42:18.601Z
25662024-04-03T07:42:18.601Zreal 8.952203177
25672024-04-03T07:42:18.601Zuser 8.348470349
25682024-04-03T07:42:18.601Zsys 0.580296535
25692024-04-03T07:42:18.601Ztrap 0.001427700
25702024-04-03T07:42:18.601Ztflt 0.000000000
25712024-04-03T07:42:18.602Zdflt 0.000000000
25722024-04-03T07:42:18.602Zkflt 0.000000000
25732024-04-03T07:42:18.602Zlock 0.000000000
25742024-04-03T07:42:18.602Zslp 17.384674560
25752024-04-03T07:42:18.602Zlat 0.202585294
25762024-04-03T07:42:18.603Zstop 0.000200429
25772024-04-03T07:42:18.603Z+ mkdir -p /work/zones
25782024-04-03T07:42:18.603Z+ zones=(out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/nexus.tar.gz out/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 out/probe.tar.gz)
25792024-04-03T07:42:18.603Z+ cp out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/nexus.tar.gz out/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 out/probe.tar.gz /work/zones/
25802024-04-03T07:42:20.416Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline
25812024-04-03T07:42:21.246Z Finished release [optimized] target(s) in 0.78s
25822024-04-03T07:42:21.269Z Running `target/release/omicron-package -t recovery target create -i trampoline`
25832024-04-03T07:42:21.297ZLogging to: /work/oxidecomputer/omicron/out/LOG
25842024-04-03T07:42:21.302ZCreated new build target 'recovery' and set it as active
25852024-04-03T07:42:21.302Z
25862024-04-03T07:42:21.302Zreal 0.882223853
25872024-04-03T07:42:21.302Zuser 0.577541640
25882024-04-03T07:42:21.302Zsys 0.284982923
25892024-04-03T07:42:21.302Ztrap 0.000560562
25902024-04-03T07:42:21.303Ztflt 0.000079261
25912024-04-03T07:42:21.303Zdflt 0.000021220
25922024-04-03T07:42:21.303Zkflt 0.000000000
25932024-04-03T07:42:21.303Zlock 0.024135620
25942024-04-03T07:42:21.303Zslp 0.110537162
25952024-04-03T07:42:21.304Zlat 0.005054990
25962024-04-03T07:42:21.304Zstop 0.000326731
25972024-04-03T07:42:21.304Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package
25982024-04-03T07:42:22.106Z Finished release [optimized] target(s) in 0.75s
25992024-04-03T07:42:22.130Z Running `target/release/omicron-package -t recovery package`
26002024-04-03T07:42:22.161ZLogging to: /work/oxidecomputer/omicron/out/LOG
26012024-04-03T07:42:22.882Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
26022024-04-03T07:42:25.245Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
26032024-04-03T07:42:45.836Z Finished release [optimized] target(s) in 21.88s
26042024-04-03T07:43:05.140Z
26052024-04-03T07:43:05.143Zreal 43.430675080
26062024-04-03T07:43:05.143Zuser 1:37.520452505
26072024-04-03T07:43:05.143Zsys 7.080564046
26082024-04-03T07:43:05.143Ztrap 0.064262201
26092024-04-03T07:43:05.144Ztflt 0.077180188
26102024-04-03T07:43:05.144Zdflt 0.296698622
26112024-04-03T07:43:05.144Zkflt 0.000016379
26122024-04-03T07:43:05.144Zlock 13:06.153480009
26132024-04-03T07:43:05.144Zslp 1:43.090315801
26142024-04-03T07:43:05.144Zlat 1.573738421
26152024-04-03T07:43:05.144Zstop 0.562290149
26162024-04-03T07:43:05.144Z+ stamp_packages installinator mg-ddm-gz
26172024-04-03T07:43:05.144Z+ for package in "$@"
26182024-04-03T07:43:05.144Z+ [[ installinator == mg-ddm-gz ]]
26192024-04-03T07:43:05.144Z+ cargo run --locked --release --bin omicron-package -- stamp installinator 7.0.0-0.ci+git1341b3f9238
26202024-04-03T07:43:05.539Z Finished release [optimized] target(s) in 0.75s
26212024-04-03T07:43:05.559Z Running `target/release/omicron-package stamp installinator 7.0.0-0.ci+git1341b3f9238`
26222024-04-03T07:43:05.589ZLogging to: /work/oxidecomputer/omicron/out/LOG
26232024-04-03T07:43:05.653ZCreated: out/versioned/installinator.tar
26242024-04-03T07:43:05.657Z+ for package in "$@"
26252024-04-03T07:43:05.657Z+ [[ mg-ddm-gz == mg-ddm-gz ]]
26262024-04-03T07:43:05.657Z+ echo 0.0.0
26272024-04-03T07:43:05.657Z+ tar rvf out/mg-ddm-gz.tar VERSION
26282024-04-03T07:43:05.662Za VERSION 1K
26292024-04-03T07:43:05.662Z+ rm VERSION
26302024-04-03T07:43:05.662Z+ cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+git1341b3f9238
26312024-04-03T07:43:06.452Z Finished release [optimized] target(s) in 0.74s
26322024-04-03T07:43:06.474Z Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+git1341b3f9238`
26332024-04-03T07:43:06.506ZLogging to: /work/oxidecomputer/omicron/out/LOG
26342024-04-03T07:43:06.628ZCreated: out/versioned/mg-ddm-gz.tar
26352024-04-03T07:43:06.632Z+ ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
26362024-04-03T07:43:06.640Z+++ dirname -- ./tools/build-trampoline-global-zone-packages.sh
26372024-04-03T07:43:06.644Z++ cd -- ./tools
26382024-04-03T07:43:06.644Z++ pwd
26392024-04-03T07:43:06.644Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
26402024-04-03T07:43:06.648Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
26412024-04-03T07:43:06.648Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
26422024-04-03T07:43:06.648Z++ readlink -f /work
26432024-04-03T07:43:06.652Z+ out_dir=/work
26442024-04-03T07:43:06.652Z+ deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar)
26452024-04-03T07:43:06.652Z+ for dep in "${deps[@]}"
26462024-04-03T07:43:06.652Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]]
26472024-04-03T07:43:06.652Z+ for dep in "${deps[@]}"
26482024-04-03T07:43:06.652Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]]
26492024-04-03T07:43:06.652Z++ mktemp -d
26502024-04-03T07:43:06.652Z+ tmp_trampoline=/tmp/tmp.1HaW7h
26512024-04-03T07:43:06.652Z+ trap 'cd /; rm -rf "$tmp_trampoline"' EXIT
26522024-04-03T07:43:06.652Z+ echo '{"v":"1","t":"layer"}'
26532024-04-03T07:43:06.652Z+ pkg_dir=/tmp/tmp.1HaW7h/root/opt/oxide/installinator
26542024-04-03T07:43:06.652Z+ mkdir -p /tmp/tmp.1HaW7h/root/opt/oxide/installinator
26552024-04-03T07:43:06.656Z+ cd /tmp/tmp.1HaW7h/root/opt/oxide/installinator
26562024-04-03T07:43:06.656Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar
26572024-04-03T07:43:06.686Zx ., 0 bytes, 0 tape blocks
26582024-04-03T07:43:06.686Zx installinator, 47298696 bytes, 92381 tape blocks
26592024-04-03T07:43:06.686Zx pkg, 0 bytes, 0 tape blocks
26602024-04-03T07:43:06.686Zx pkg/manifest.xml, 2149 bytes, 5 tape blocks
26612024-04-03T07:43:06.686Zx VERSION, 25 bytes, 1 tape blocks
26622024-04-03T07:43:06.689Z+ mkdir -p /tmp/tmp.1HaW7h/root/lib/svc/manifest/site/
26632024-04-03T07:43:06.689Z+ mv pkg/manifest.xml /tmp/tmp.1HaW7h/root/lib/svc/manifest/site/installinator.xml
26642024-04-03T07:43:06.692Z+ cd -
26652024-04-03T07:43:06.692Z/work/oxidecomputer/omicron
26662024-04-03T07:43:06.692Z+ pkg_dir=/tmp/tmp.1HaW7h/root/opt/oxide/mg-ddm
26672024-04-03T07:43:06.693Z+ mkdir -p /tmp/tmp.1HaW7h/root/opt/oxide/mg-ddm
26682024-04-03T07:43:06.695Z+ cd /tmp/tmp.1HaW7h/root/opt/oxide/mg-ddm
26692024-04-03T07:43:06.696Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
26702024-04-03T07:43:06.742Zx ., 0 bytes, 0 tape blocks
26712024-04-03T07:43:06.742Zx ddmadm, 26051952 bytes, 50883 tape blocks
26722024-04-03T07:43:06.742Zx ddmd, 49611120 bytes, 96897 tape blocks
26732024-04-03T07:43:06.742Zx pkg, 0 bytes, 0 tape blocks
26742024-04-03T07:43:06.742Zx pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks
26752024-04-03T07:43:06.742Zx pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks
26762024-04-03T07:43:06.742Zx pkg/mgd, 0 bytes, 0 tape blocks
26772024-04-03T07:43:06.742Zx pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks
26782024-04-03T07:43:06.742Zx pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks
26792024-04-03T07:43:06.742Zx pkg/ddm, 0 bytes, 0 tape blocks
26802024-04-03T07:43:06.742Zx pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks
26812024-04-03T07:43:06.742Zx VERSION, 25 bytes, 1 tape blocks
26822024-04-03T07:43:06.749Z+ cd -
26832024-04-03T07:43:06.749Z/work/oxidecomputer/omicron
26842024-04-03T07:43:06.749Z+ cd /tmp/tmp.1HaW7h
26852024-04-03T07:43:06.749Z+ tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root
26862024-04-03T07:43:11.160ZCompressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'...
26872024-04-03T07:43:11.160Za oxide.json 1K
26882024-04-03T07:43:11.160Za root/ 0K
26892024-04-03T07:43:11.160Za root/opt/ 0K
26902024-04-03T07:43:11.160Za root/opt/oxide/ 0K
26912024-04-03T07:43:11.160Za root/opt/oxide/installinator/ 0K
26922024-04-03T07:43:11.160Za root/opt/oxide/installinator/installinator 46191K
26932024-04-03T07:43:11.160Za root/opt/oxide/installinator/pkg/ 0K
26942024-04-03T07:43:11.161Za root/opt/oxide/installinator/VERSION 1K
26952024-04-03T07:43:11.161Za root/opt/oxide/mg-ddm/ 0K
26962024-04-03T07:43:11.161Za root/opt/oxide/mg-ddm/ddmadm 25442K
26972024-04-03T07:43:11.161Za root/opt/oxide/mg-ddm/ddmd 48449K
26982024-04-03T07:43:11.161Za root/opt/oxide/mg-ddm/pkg/ 0K
26992024-04-03T07:43:11.161Za root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K
27002024-04-03T07:43:11.161Za root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K
27012024-04-03T07:43:11.161Za root/opt/oxide/mg-ddm/pkg/mgd/ 0K
27022024-04-03T07:43:11.161Za root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K
27032024-04-03T07:43:11.161Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
27042024-04-03T07:43:11.161Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
27052024-04-03T07:43:11.161Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
27062024-04-03T07:43:11.161Za root/opt/oxide/mg-ddm/VERSION 1K
27072024-04-03T07:43:11.161Za root/lib/ 0K
27082024-04-03T07:43:11.161Za root/lib/svc/ 0K
27092024-04-03T07:43:11.161Za root/lib/svc/manifest/ 0K
27102024-04-03T07:43:11.161Za root/lib/svc/manifest/site/ 0K
27112024-04-03T07:43:11.161Za root/lib/svc/manifest/site/installinator.xml 3K
27122024-04-03T07:43:11.168Z+ cd /
27132024-04-03T07:43:11.168Z+ rm -rf /tmp/tmp.1HaW7h
27142024-04-03T07:43:11.174Z
27152024-04-03T07:43:11.177Zreal 4.540860784
27162024-04-03T07:43:11.177Zuser 4.292544348
27172024-04-03T07:43:11.177Zsys 0.265742125
27182024-04-03T07:43:11.177Ztrap 0.000250503
27192024-04-03T07:43:11.177Ztflt 0.000000000
27202024-04-03T07:43:11.177Zdflt 0.000000000
27212024-04-03T07:43:11.177Zkflt 0.000000000
27222024-04-03T07:43:11.177Zlock 0.000000000
27232024-04-03T07:43:11.177Zslp 8.829382727
27242024-04-03T07:43:11.177Zlat 0.093301959
27252024-04-03T07:43:11.177Zstop 0.000258502
27262024-04-03T07:43:11.177Zprocess exited: duration 1702528 ms, exit code 0
 
27272024-04-03T07:43:11.188Zfound 22 output files
27282024-04-03T07:43:11.188Zuploading: /work/version.txt (26 bytes)
27292024-04-03T07:43:12.217Zuploaded: /work/version.txt
27302024-04-03T07:43:12.217Zuploading: /work/package.tar.gz (85405405 bytes)
27312024-04-03T07:43:44.544Zuploaded: /work/package.tar.gz
27322024-04-03T07:43:44.544Zuploading: /work/global-zone-packages.tar.gz (125104466 bytes)
27332024-04-03T07:44:40.765Zuploaded: /work/global-zone-packages.tar.gz
27342024-04-03T07:44:40.766Zuploading: /work/trampoline-global-zone-packages.tar.gz (38519658 bytes)
27352024-04-03T07:44:55.873Zuploaded: /work/trampoline-global-zone-packages.tar.gz
27362024-04-03T07:44:55.874Zuploading: /work/zones/clickhouse.tar.gz (231183129 bytes)
27372024-04-03T07:46:47.798Zuploaded: /work/zones/clickhouse.tar.gz
27382024-04-03T07:46:47.799Zuploading: /work/zones/clickhouse_keeper.tar.gz (231170332 bytes)
27392024-04-03T07:48:26.537Zuploaded: /work/zones/clickhouse_keeper.tar.gz
27402024-04-03T07:48:26.537Zuploading: /work/zones/cockroachdb.tar.gz (126676928 bytes)
27412024-04-03T07:49:18.674Zuploaded: /work/zones/cockroachdb.tar.gz
27422024-04-03T07:49:18.674Zuploading: /work/zones/crucible-pantry-zone.tar.gz (25315191 bytes)
27432024-04-03T07:49:28.445Zuploaded: /work/zones/crucible-pantry-zone.tar.gz
27442024-04-03T07:49:28.445Zuploading: /work/zones/crucible-zone.tar.gz (37017289 bytes)
27452024-04-03T07:49:40.876Zuploaded: /work/zones/crucible-zone.tar.gz
27462024-04-03T07:49:40.876Zuploading: /work/zones/external-dns.tar.gz (31058455 bytes)
27472024-04-03T07:49:49.345Zuploaded: /work/zones/external-dns.tar.gz
27482024-04-03T07:49:49.345Zuploading: /work/zones/internal-dns.tar.gz (31058086 bytes)
27492024-04-03T07:50:02.868Zuploaded: /work/zones/internal-dns.tar.gz
27502024-04-03T07:50:02.868Zuploading: /work/zones/nexus-single-sled.tar.gz (92057294 bytes)
27512024-04-03T07:51:02.688Zuploaded: /work/zones/nexus-single-sled.tar.gz
27522024-04-03T07:51:02.688Zuploading: /work/zones/nexus.tar.gz (92055969 bytes)
27532024-04-03T07:51:49.166Zuploaded: /work/zones/nexus.tar.gz
27542024-04-03T07:51:49.166Zuploading: /work/zones/ntp.tar.gz (10439672 bytes)
27552024-04-03T07:51:53.437Zuploaded: /work/zones/ntp.tar.gz
27562024-04-03T07:51:53.437Zuploading: /work/zones/omicron-gateway-asic.tar.gz (16575553 bytes)
27572024-04-03T07:51:59.089Zuploaded: /work/zones/omicron-gateway-asic.tar.gz
27582024-04-03T07:51:59.528Zuploading: /work/zones/omicron-gateway-softnpu.tar.gz (16573204 bytes)
27592024-04-03T07:52:07.023Zuploaded: /work/zones/omicron-gateway-softnpu.tar.gz
27602024-04-03T07:52:07.023Zuploading: /work/zones/overlay.tar.gz (2622 bytes)
27612024-04-03T07:52:08.033Zuploaded: /work/zones/overlay.tar.gz
27622024-04-03T07:52:08.034Zuploading: /work/zones/oximeter.tar.gz (50198119 bytes)
27632024-04-03T07:52:25.875Zuploaded: /work/zones/oximeter.tar.gz
27642024-04-03T07:52:25.875Zuploading: /work/zones/probe.tar.gz (2829470 bytes)
27652024-04-03T07:52:29.023Zuploaded: /work/zones/probe.tar.gz
27662024-04-03T07:52:29.023Zuploading: /work/zones/propolis-server.tar.gz (64067178 bytes)
27672024-04-03T07:53:30.829Zuploaded: /work/zones/propolis-server.tar.gz
27682024-04-03T07:53:30.829Zuploading: /work/zones/switch-asic.tar.gz (292969193 bytes)
27692024-04-03T07:56:03.866Zuploaded: /work/zones/switch-asic.tar.gz
27702024-04-03T07:56:04.401Zuploading: /work/zones/switch-softnpu.tar.gz (214598832 bytes)
27712024-04-03T07:57:49.619Zuploaded: /work/zones/switch-softnpu.tar.gz