01HWA8BQ7B2E3BXN7TZSN3A207: 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: 01HWA8CRSGH9C74P254EKTPTSH

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-04-25T09:18:15.938Zjob assigned to worker 01HWA8MZ8DA9D2R0NECX095E6A (queued for 6 m 33 s)
 
22024-04-25T09:18:23.050Zstarting task 0: "setup"
32024-04-25T09:18:23.116Z++ uname -s
42024-04-25T09:18:23.121Z+ kern=SunOS
52024-04-25T09:18:23.121Z+ case "$kern" in
62024-04-25T09:18:23.121Z+ groupadd -g 12345 build
72024-04-25T09:18:23.197Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-04-25T09:18:26.786Z+ zfs create -o mountpoint=/work rpool/work
92024-04-25T09:18:27.175Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-04-25T09:18:27.200Z+ home_fs=zfs
112024-04-25T09:18:27.200Z+ [[ zfs == autofs ]]
122024-04-25T09:18:27.200Z+ mkdir -p /home/build
132024-04-25T09:18:27.200Z+ chown build:build /home/build /work
142024-04-25T09:18:27.200Z+ chmod 0700 /home/build /work
152024-04-25T09:18:27.201Zprocess exited: duration 4098 ms, exit code 0
 
162024-04-25T09:18:27.670Zstarting task 1: "rust-toolchain"
172024-04-25T09:18:27.683Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-04-25T09:18:27.683Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-04-25T09:18:27.801Zinfo: downloading installer
202024-04-25T09:18:28.995Zwarning: it looks like you have an existing installation of Rust at:
212024-04-25T09:18:28.995Zwarning: /opt/ooce/bin
222024-04-25T09:18:28.995Zwarning: It is recommended that rustup be the primary Rust installation.
232024-04-25T09:18:28.995Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-04-25T09:18:28.995Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-04-25T09:18:28.995Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-04-25T09:18:28.995Zwarning: or pass `-y' to ignore all ignorable checks.
272024-04-25T09:18:28.995Zerror: cannot install while Rust is installed
282024-04-25T09:18:28.995Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-04-25T09:18:29.397Zinfo: profile set to 'default'
302024-04-25T09:18:29.397Zinfo: default host triple is x86_64-unknown-illumos
312024-04-25T09:18:29.397Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-04-25T09:18:29.506Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-04-25T09:18:29.507Zinfo: downloading component 'cargo'
342024-04-25T09:18:30.089Zinfo: downloading component 'clippy'
352024-04-25T09:18:30.297Zinfo: downloading component 'rust-docs'
362024-04-25T09:18:31.035Zinfo: downloading component 'rust-std'
372024-04-25T09:18:32.344Zinfo: downloading component 'rustc'
382024-04-25T09:18:35.567Zinfo: downloading component 'rustfmt'
392024-04-25T09:18:35.749Zinfo: installing component 'cargo'
402024-04-25T09:18:36.552Zinfo: installing component 'clippy'
412024-04-25T09:18:36.910Zinfo: installing component 'rust-docs'
422024-04-25T09:18:38.332Zinfo: installing component 'rust-std'
432024-04-25T09:18:46.233Zinfo: installing component 'rustc'
442024-04-25T09:18:46.680Zinfo: installing component 'rustfmt'
452024-04-25T09:18:46.680Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-04-25T09:18:46.680Z
472024-04-25T09:18:46.681Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-04-25T09:18:46.681Z
492024-04-25T09:18:46.681Z
502024-04-25T09:18:46.681ZRust is installed now. Great!
512024-04-25T09:18:46.681Z
522024-04-25T09:18:46.681ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-04-25T09:18:46.682Zenvironment variable. This has not been done automatically.
542024-04-25T09:18:46.682Z
552024-04-25T09:18:46.682ZTo configure your current shell, you need to source
562024-04-25T09:18:46.682Zthe corresponding env file under $HOME/.cargo.
572024-04-25T09:18:46.682Z
582024-04-25T09:18:46.682ZThis is usually done by running one of the following (note the leading DOT):
592024-04-25T09:18:46.682Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-04-25T09:18:46.683Zsource "$HOME/.cargo/env.fish" # For fish
612024-04-25T09:18:46.683Z+ rustc --version
622024-04-25T09:18:46.683Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-04-25T09:18:46.684Zprocess exited: duration 17233 ms, exit code 0
 
642024-04-25T09:18:46.840Zstarting task 2: "authentication"
652024-04-25T09:18:46.913Zprocess exited: duration 85 ms, exit code 0
 
662024-04-25T09:18:47.368Zstarting task 3: "clone repository"
672024-04-25T09:18:47.391Z+ mkdir -p /work/oxidecomputer/omicron
682024-04-25T09:18:47.391Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-04-25T09:18:47.699ZCloning into '/work/oxidecomputer/omicron'...
702024-04-25T09:18:52.805Z+ cd /work/oxidecomputer/omicron
712024-04-25T09:18:52.805Z+ git fetch origin 6a37eb046614fb621d125b735bcc786400b96418
722024-04-25T09:18:53.126ZFrom https://github.com/oxidecomputer/omicron
732024-04-25T09:18:53.126Z * branch 6a37eb046614fb621d125b735bcc786400b96418 -> FETCH_HEAD
742024-04-25T09:18:53.156Z+ [[ -n renovate/cargo_toml-0.x-lockfile ]]
752024-04-25T09:18:53.156Z++ git branch --show-current
762024-04-25T09:18:53.156Z+ current=main
772024-04-25T09:18:53.156Z+ [[ main != renovate/cargo_toml-0.x-lockfile ]]
782024-04-25T09:18:53.156Z+ git branch -f renovate/cargo_toml-0.x-lockfile 6a37eb046614fb621d125b735bcc786400b96418
792024-04-25T09:18:53.157Z+ git checkout -f renovate/cargo_toml-0.x-lockfile
802024-04-25T09:18:53.256ZSwitched to branch 'renovate/cargo_toml-0.x-lockfile'
812024-04-25T09:18:53.261Z+ git reset --hard 6a37eb046614fb621d125b735bcc786400b96418
822024-04-25T09:18:53.387ZHEAD is now at 6a37eb046 Update Rust crate cargo_toml to v0.20.1
832024-04-25T09:18:53.397Zprocess exited: duration 6030 ms, exit code 0
 
842024-04-25T09:18:53.417Zstarting task 4: "build"
852024-04-25T09:18:53.425Z+ cargo --version
862024-04-25T09:18:53.432Zinfo: syncing channel updates for '1.77.2-x86_64-unknown-illumos'
872024-04-25T09:18:53.556Zinfo: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09)
882024-04-25T09:18:53.556Zinfo: downloading component 'cargo'
892024-04-25T09:18:54.623Zinfo: downloading component 'clippy'
902024-04-25T09:18:54.631Zinfo: downloading component 'rust-docs'
912024-04-25T09:18:55.208Zinfo: downloading component 'rust-std'
922024-04-25T09:18:56.436Zinfo: downloading component 'rustc'
932024-04-25T09:18:59.671Zinfo: downloading component 'rustfmt'
942024-04-25T09:18:59.850Zinfo: installing component 'cargo'
952024-04-25T09:19:01.085Zinfo: installing component 'clippy'
962024-04-25T09:19:01.099Zinfo: installing component 'rust-docs'
972024-04-25T09:19:02.785Zinfo: installing component 'rust-std'
982024-04-25T09:19:04.000Zinfo: installing component 'rustc'
992024-04-25T09:19:08.148Zinfo: installing component 'rustfmt'
1002024-04-25T09:19:08.544Zcargo 1.77.2 (e52e36006 2024-03-26)
1012024-04-25T09:19:08.563Z+ rustc --version
1022024-04-25T09:19:08.614Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
1032024-04-25T09:19:09.035Z+ WORK=/work
1042024-04-25T09:19:09.036Z+ pfexec mkdir -p /work
1052024-04-25T09:19:09.036Z+ pfexec chown build /work
1062024-04-25T09:19:09.036Z++ git rev-parse HEAD
1072024-04-25T09:19:09.036Z+ COMMIT=6a37eb046614fb621d125b735bcc786400b96418
1082024-04-25T09:19:09.037Z+ VERSION=8.0.0-0.ci+git6a37eb04661
1092024-04-25T09:19:09.037Z+ echo 8.0.0-0.ci+git6a37eb04661
1102024-04-25T09:19:09.037Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1112024-04-25T09:19:17.823Z Startup: Refreshing catalog 'helios-dev' ... Done
1122024-04-25T09:19:18.771Z Startup: Caching catalogs ... Done
1132024-04-25T09:19:21.203ZPlanning: Solver setup ... Done (1.981s)
1142024-04-25T09:19:21.244ZPlanning: Running solver ... Done (0.042s)
1152024-04-25T09:19:21.601ZPlanning: Finding local manifests ... Done (0.141s)
1162024-04-25T09:19:21.634ZPlanning: Fetching manifests: 0/4 0% complete
1172024-04-25T09:19:22.127ZPlanning: Fetching manifests: 4/4 100% complete
1182024-04-25T09:19:22.196ZPlanning: Package planning ... Done (0.047s)
1192024-04-25T09:19:22.196ZPlanning: Merging actions ... Done (0.052s)
1202024-04-25T09:19:22.411ZPlanning: Checking for conflicting actions ... Done (0.401s)
1212024-04-25T09:19:22.889ZPlanning: Consolidating action changes ... Done (0.011s)
1222024-04-25T09:19:28.116ZPlanning: Evaluating mediators ... Done (5.655s)
1232024-04-25T09:19:28.116ZPlanning: Planning completed in 9.26 seconds
1242024-04-25T09:19:28.116Z Packages to install: 4
1252024-04-25T09:19:28.116Z Mediators to change: 2
1262024-04-25T09:19:28.116Z Services to change: 1
1272024-04-25T09:19:28.116Z Estimated space available: 155.32 GB
1282024-04-25T09:19:28.116ZEstimated space to be consumed: 1.44 GB
1292024-04-25T09:19:28.117Z Create boot environment: No
1302024-04-25T09:19:28.117ZCreate backup boot environment: No
1312024-04-25T09:19:28.117Z Rebuild boot archive: No
1322024-04-25T09:19:28.117Z
1332024-04-25T09:19:28.117ZChanged mediators:
1342024-04-25T09:19:28.118Z mediator clang:
1352024-04-25T09:19:28.118Z version: None -> 15 (system default)
1362024-04-25T09:19:28.118Z
1372024-04-25T09:19:28.118Z mediator llvm:
1382024-04-25T09:19:28.118Z version: 14 (system default) -> 15 (system default)
1392024-04-25T09:19:28.118Z
1402024-04-25T09:19:28.118ZChanged packages:
1412024-04-25T09:19:28.119Zhelios-dev
1422024-04-25T09:19:28.119Z developer/build-essential
1432024-04-25T09:19:28.119Z None -> 11-2.0
1442024-04-25T09:19:28.119Z library/libxmlsec1
1452024-04-25T09:19:28.120Z None -> 1.2.35-2.0
1462024-04-25T09:19:28.120Z ooce/developer/clang-15
1472024-04-25T09:19:28.120Z None -> 15.0.7-2.0
1482024-04-25T09:19:28.120Z ooce/developer/llvm-15
1492024-04-25T09:19:28.120Z None -> 15.0.7-2.0
1502024-04-25T09:19:28.121Z
1512024-04-25T09:19:28.121ZServices:
1522024-04-25T09:19:28.121Z restart_fmri:
1532024-04-25T09:19:28.121Z svc:/system/update-man-index:default
1542024-04-25T09:19:28.188Z
1552024-04-25T09:19:28.188ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1562024-04-25T09:19:33.486ZDownload: 978/3290 items 19.4/212.6MB 9% complete (4.0M/s)
1572024-04-25T09:19:38.488ZDownload: 2317/3290 items 119.6/212.6MB 56% complete (12.1M/s)
1582024-04-25T09:19:43.129ZDownload: Completed 212.60 MB in 14.95 seconds (14.2M/s)
1592024-04-25T09:19:43.342Z Actions: 1/3689 actions (Installing new actions)
1602024-04-25T09:19:48.398Z Actions: 3588/3689 actions (Installing new actions)
1612024-04-25T09:19:48.430Z Actions: Completed 3689 actions in 5.05 seconds.
1622024-04-25T09:19:48.604Z Done (0.204s)
1632024-04-25T09:19:48.604Z Done (0.000s)
1642024-04-25T09:19:48.880Z Done (0.276s)
1652024-04-25T09:19:54.119Z Done (5.099s)
1662024-04-25T09:19:54.293Z Done (0.099s)
1672024-04-25T09:19:54.297Z Done (0.000s)
1682024-04-25T09:19:54.441Z Done (0.000s)
1692024-04-25T09:19:54.969ZPlanning: Evaluating mediator changes ... Done
1702024-04-25T09:19:55.150ZPlanning: Checking for conflicting actions ... Done
1712024-04-25T09:19:55.214ZPlanning: Consolidating action changes ... Done
1722024-04-25T09:19:55.386ZPlanning: Evaluating mediators ... Done
1732024-04-25T09:19:55.396ZPlanning: Planning completed in 0.42 seconds
1742024-04-25T09:19:55.436Z Mediators to change: 2
1752024-04-25T09:19:55.436Z Create boot environment: No
1762024-04-25T09:19:55.437ZCreate backup boot environment: No
1772024-04-25T09:19:55.529Z Done
1782024-04-25T09:19:55.529Z Done
1792024-04-25T09:19:55.658Z Done
1802024-04-25T09:19:59.214Z Done
1812024-04-25T09:19:59.296Z Done
1822024-04-25T09:19:59.296Z Done
1832024-04-25T09:19:59.398Z Done
1842024-04-25T09:20:00.068ZPlanning: Evaluating mediator changes ... Done
1852024-04-25T09:20:00.087ZPlanning: Merging actions ... Done
1862024-04-25T09:20:00.218ZPlanning: Checking for conflicting actions ... Done
1872024-04-25T09:20:00.222ZPlanning: Consolidating action changes ... Done
1882024-04-25T09:20:00.491ZPlanning: Evaluating mediators ... Done
1892024-04-25T09:20:00.542ZPlanning: Planning completed in 0.78 seconds
1902024-04-25T09:20:00.576Z Packages to change: 1
1912024-04-25T09:20:00.576Z Mediators to change: 1
1922024-04-25T09:20:00.576Z Services to change: 1
1932024-04-25T09:20:00.576Z Create boot environment: No
1942024-04-25T09:20:00.576ZCreate backup boot environment: Yes
1952024-04-25T09:20:03.939Z Actions: 1/6 actions (Updating modified actions)
1962024-04-25T09:20:04.116Z Actions: Completed 6 actions in 0.00 seconds.
1972024-04-25T09:20:04.116Z Done
1982024-04-25T09:20:04.116Z Done
1992024-04-25T09:20:04.116Z Done
2002024-04-25T09:20:14.874Z Done
2012024-04-25T09:20:15.247Z Done
2022024-04-25T09:20:15.247Z Done
2032024-04-25T09:20:15.247Z Done
2042024-04-25T09:20:15.247ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2052024-04-25T09:20:15.247Zclang system 15 system
2062024-04-25T09:20:15.247Zcsh system system illumos
2072024-04-25T09:20:15.247Zctags system system illumos
2082024-04-25T09:20:15.247Zgcc vendor 12 vendor
2092024-04-25T09:20:15.247Zgcc system 10 system
2102024-04-25T09:20:15.247Zgcc system 7 system
2112024-04-25T09:20:15.247Zgo system 1.20 system
2122024-04-25T09:20:15.247Zgo system 1.19 system
2132024-04-25T09:20:15.247Zllvm system 15 system
2142024-04-25T09:20:15.247Zllvm system 14 system
2152024-04-25T09:20:15.248Zmariadb system 10.6 system
2162024-04-25T09:20:15.248Zmta vendor vendor dma
2172024-04-25T09:20:15.248Zopenjdk system 17 system
2182024-04-25T09:20:15.248Zopenjdk system 11 system
2192024-04-25T09:20:15.248Zopenjdk system 1.8 system
2202024-04-25T09:20:15.248Zopenssl vendor 3 vendor
2212024-04-25T09:20:15.248Zperl system 5.36 system
2222024-04-25T09:20:15.248Zpostgresql system 15 system
2232024-04-25T09:20:15.248Zpostgresql system 13 system
2242024-04-25T09:20:15.248Zpython vendor 3 vendor
2252024-04-25T09:20:15.248Zpython system 2 system
2262024-04-25T09:20:15.248Zpython3 system 3.11 system
2272024-04-25T09:20:15.248Zruby system 3.0 system
2282024-04-25T09:20:15.248Zwords vendor vendor american-english
2292024-04-25T09:20:15.248Zwords system system australian-english
2302024-04-25T09:20:15.248Zwords system system british-english
2312024-04-25T09:20:15.248Zwords system system canadian-english
2322024-04-25T09:20:15.249Zwords system system french
2332024-04-25T09:20:15.249Zwords system system italian
2342024-04-25T09:20:15.249Zwords system system ngerman
2352024-04-25T09:20:15.249Zwords system system ogerman
2362024-04-25T09:20:15.249Zwords system system spanish
2372024-04-25T09:20:15.249ZPUBLISHER TYPE STATUS P LOCATION
2382024-04-25T09:20:15.249Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2392024-04-25T09:20:15.249ZFMRI IFO
2402024-04-25T09:20:15.558Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2412024-04-25T09:20:15.558Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2422024-04-25T09:20:15.558Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2432024-04-25T09:20:15.558Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2442024-04-25T09:20:15.558Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2452024-04-25T09:20:15.558Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2462024-04-25T09:20:15.559Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2472024-04-25T09:20:15.559Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2482024-04-25T09:20:15.559Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2492024-04-25T09:20:15.559Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2502024-04-25T09:20:15.559Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2512024-04-25T09:20:15.559Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2522024-04-25T09:20:15.559Z+ set -o errexit
2532024-04-25T09:20:15.559Z+++ dirname ./tools/ci_download_cockroachdb
2542024-04-25T09:20:15.559Z++ cd ./tools
2552024-04-25T09:20:15.560Z++ pwd
2562024-04-25T09:20:15.560Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2572024-04-25T09:20:15.560Z++ basename ./tools/ci_download_cockroachdb
2582024-04-25T09:20:15.560Z+ ARG0=ci_download_cockroachdb
2592024-04-25T09:20:15.560Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2602024-04-25T09:20:15.561Z+ CIDL_VERSION=v22.1.9
2612024-04-25T09:20:15.561Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2622024-04-25T09:20:15.561Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2632024-04-25T09:20:15.561Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2642024-04-25T09:20:15.561Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2652024-04-25T09:20:15.561Z+ TARGET_DIR=out
2662024-04-25T09:20:15.562Z+ DOWNLOAD_DIR=out/downloads
2672024-04-25T09:20:15.562Z+ DEST_DIR=./out/cockroachdb
2682024-04-25T09:20:15.562Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2692024-04-25T09:20:15.562Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2702024-04-25T09:20:15.562Z+ main
2712024-04-25T09:20:15.563Z+ [[ 0 != 0 ]]
2722024-04-25T09:20:15.563Z+ CIDL_OS=solaris2.11
2732024-04-25T09:20:15.563Z+ [[ 0 != 0 ]]
2742024-04-25T09:20:15.563Z+ configure_os solaris2.11
2752024-04-25T09:20:15.564Z+ echo 'current directory: /work/oxidecomputer/omicron'
2762024-04-25T09:20:15.564Z+ echo 'configuring based on OS: "solaris2.11"'
2772024-04-25T09:20:15.564Z+ case "$1" in
2782024-04-25T09:20:15.564Z+ CIDL_BUILD=illumos
2792024-04-25T09:20:15.565Z+ CIDL_SUFFIX=tar.gz
2802024-04-25T09:20:15.565Zcurrent directory: /work/oxidecomputer/omicron
2812024-04-25T09:20:15.565Zconfiguring based on OS: "solaris2.11"
2822024-04-25T09:20:15.566Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2832024-04-25T09:20:15.566Z+ CIDL_URL_BASE=https://illumos.org/downloads
2842024-04-25T09:20:15.566Z+ CIDL_ASSEMBLE=do_assemble_illumos
2852024-04-25T09:20:15.566Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2862024-04-25T09:20:15.566Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2872024-04-25T09:20:15.566Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2882024-04-25T09:20:15.566Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2892024-04-25T09:20:15.567Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2902024-04-25T09:20:15.567Z+ CIDL_SHA256FUNC=do_sha256sum
2912024-04-25T09:20:15.567Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2922024-04-25T09:20:15.567ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2932024-04-25T09:20:15.568ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2942024-04-25T09:20:15.568Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2952024-04-25T09:20:15.568Z+ mkdir -p out/downloads
2962024-04-25T09:20:15.568Z+ mkdir -p ./out/cockroachdb
2972024-04-25T09:20:15.568Z+ local DO_DOWNLOAD=true
2982024-04-25T09:20:15.568Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2992024-04-25T09:20:15.568Z+ '[' true == true ']'
3002024-04-25T09:20:15.569Z+ echo Downloading...
3012024-04-25T09:20:15.569Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3022024-04-25T09:20:15.569ZDownloading...
3032024-04-25T09:20:15.569Z+ 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
3042024-04-25T09:20:15.570Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3052024-04-25T09:20:15.570Z++ sha256sum
3062024-04-25T09:20:15.570Z++ awk '{print $1}'
3072024-04-25T09:20:15.570Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3082024-04-25T09:20:15.570Z+ [[ 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 ]]
3092024-04-25T09:20:15.571Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3102024-04-25T09:20:15.571Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3112024-04-25T09:20:15.571Z+ do_assemble_illumos
3122024-04-25T09:20:15.571Z+ rm -r ./out/cockroachdb
3132024-04-25T09:20:15.571Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3142024-04-25T09:20:15.571Z+ ./out/cockroachdb/bin/cockroach version
3152024-04-25T09:20:15.571ZBuild Tag: v22.1.9-dirty
3162024-04-25T09:20:15.572ZBuild Time: 2022/10/26 21:17:46
3172024-04-25T09:20:15.572ZDistribution: OSS
3182024-04-25T09:20:15.572ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3192024-04-25T09:20:15.572ZGo Version: go1.17.13
3202024-04-25T09:20:15.572ZC Compiler: gcc 10.3.0
3212024-04-25T09:20:15.573ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3222024-04-25T09:20:15.573ZBuild Type: release
3232024-04-25T09:20:15.573Z+ set -o errexit
3242024-04-25T09:20:15.573Z+++ dirname ./tools/ci_download_clickhouse
3252024-04-25T09:20:15.573Z++ cd ./tools
3262024-04-25T09:20:15.573Z++ pwd
3272024-04-25T09:20:15.573Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3282024-04-25T09:20:15.574Z++ basename ./tools/ci_download_clickhouse
3292024-04-25T09:20:15.574Z+ ARG0=ci_download_clickhouse
3302024-04-25T09:20:15.574Z+ TARGET_DIR=out
3312024-04-25T09:20:15.574Z+ DOWNLOAD_DIR=out/downloads
3322024-04-25T09:20:15.574Z+ DEST_DIR=./out/clickhouse
3332024-04-25T09:20:15.574Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3342024-04-25T09:20:15.574Z+ CIDL_VERSION=v23.8.7.24
3352024-04-25T09:20:15.574Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3362024-04-25T09:20:15.574Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3372024-04-25T09:20:15.574Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3382024-04-25T09:20:15.575Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3392024-04-25T09:20:15.575Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3402024-04-25T09:20:15.741Z+ main
3412024-04-25T09:20:15.741Z+ [[ 0 != 0 ]]
3422024-04-25T09:20:15.742Z+ CIDL_OS=solaris2.11
3432024-04-25T09:20:15.742Z+ [[ 0 != 0 ]]
3442024-04-25T09:20:15.742Z+ configure_os solaris2.11
3452024-04-25T09:20:15.742Z+ echo 'current directory: /work/oxidecomputer/omicron'
3462024-04-25T09:20:15.742Zcurrent directory: /work/oxidecomputer/omicron
3472024-04-25T09:20:15.742Zconfiguring based on OS: "solaris2.11"
3482024-04-25T09:20:15.742Z+ echo 'configuring based on OS: "solaris2.11"'
3492024-04-25T09:20:15.742Z+ CIDL_DASHREV=
3502024-04-25T09:20:15.742Z+ case "$1" in
3512024-04-25T09:20:15.743Z+ CIDL_PLATFORM=illumos
3522024-04-25T09:20:15.743Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3532024-04-25T09:20:15.743Z+ CIDL_MD5FUNC=do_md5sum
3542024-04-25T09:20:15.743Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3552024-04-25T09:20:15.743Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3562024-04-25T09:20:15.743Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3572024-04-25T09:20:15.743Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3582024-04-25T09:20:15.743ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3592024-04-25T09:20:15.743Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3602024-04-25T09:20:15.744Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3612024-04-25T09:20:15.744ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3622024-04-25T09:20:15.744Z+ mkdir -p out/downloads
3632024-04-25T09:20:15.744Z+ mkdir -p ./out/clickhouse
3642024-04-25T09:20:15.744Z+ local DO_DOWNLOAD=true
3652024-04-25T09:20:15.744Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3662024-04-25T09:20:15.744Z+ '[' true == true ']'
3672024-04-25T09:20:15.744Z+ echo Downloading...
3682024-04-25T09:20:15.744ZDownloading...
3692024-04-25T09:20:15.744Z+ 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
3702024-04-25T09:20:15.744Z+ 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
3712024-04-25T09:20:16.848Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3722024-04-25T09:20:16.860Z++ md5sum
3732024-04-25T09:20:16.861Z++ awk '{print $1}'
3742024-04-25T09:20:17.089Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3752024-04-25T09:20:17.090Z+ [[ 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 ]]
3762024-04-25T09:20:17.118Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3772024-04-25T09:20:17.118Z+ mkdir -p ./out/clickhouse
3782024-04-25T09:20:17.118Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3792024-04-25T09:20:20.938Z+ [[ solaris2.11 == darwin* ]]
3802024-04-25T09:20:20.939Z+ ./out/clickhouse/clickhouse server --version
3812024-04-25T09:20:21.235ZClickHouse server version 23.8.7.1.
3822024-04-25T09:20:21.314Z+ set -o errexit
3832024-04-25T09:20:21.314Z+++ dirname ./tools/ci_download_console
3842024-04-25T09:20:21.314Z++ cd ./tools
3852024-04-25T09:20:21.315Z++ pwd
3862024-04-25T09:20:21.315Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3872024-04-25T09:20:21.315Z++ basename ./tools/ci_download_console
3882024-04-25T09:20:21.315Z+ ARG0=ci_download_console
3892024-04-25T09:20:21.316Z+ TARGET_DIR=out
3902024-04-25T09:20:21.316Z+ DOWNLOAD_DIR=out/downloads
3912024-04-25T09:20:21.316Z+ DEST_DIR=./out/console-assets
3922024-04-25T09:20:21.316Z+ source /work/oxidecomputer/omicron/tools/console_version
3932024-04-25T09:20:21.316Z++ COMMIT=d2a9345f2a87a08bb05a3668c82f5a8884a1afe3
3942024-04-25T09:20:21.316Z++ SHA2=152bfe05a887ab884eac4bf77722bc3aefc80be73625532b324148cd6476c7a9
3952024-04-25T09:20:21.317Z+ URL=https://dl.oxide.computer/releases/console/d2a9345f2a87a08bb05a3668c82f5a8884a1afe3.tar.gz
3962024-04-25T09:20:21.317Z+ TARBALL_FILE=out/downloads/console.tar.gz
3972024-04-25T09:20:21.317Z+ main
3982024-04-25T09:20:21.317Z+ [[ 0 != 0 ]]
3992024-04-25T09:20:21.317Z+ echo 'URL: https://dl.oxide.computer/releases/console/d2a9345f2a87a08bb05a3668c82f5a8884a1afe3.tar.gz'
4002024-04-25T09:20:21.317Z+ echo 'Local file: out/downloads/console.tar.gz'
4012024-04-25T09:20:21.318Z+ local DO_DOWNLOAD=true
4022024-04-25T09:20:21.318ZURL: https://dl.oxide.computer/releases/console/d2a9345f2a87a08bb05a3668c82f5a8884a1afe3.tar.gz
4032024-04-25T09:20:21.318Z+ [[ -f out/downloads/console.tar.gz ]]
4042024-04-25T09:20:21.318ZLocal file: out/downloads/console.tar.gz
4052024-04-25T09:20:21.319Z+ mkdir -p out/downloads
4062024-04-25T09:20:21.319Z+ '[' true == true ']'
4072024-04-25T09:20:21.319Z+ echo Downloading...
4082024-04-25T09:20:21.319ZDownloading...
4092024-04-25T09:20:21.319Z+ do_download_curl https://dl.oxide.computer/releases/console/d2a9345f2a87a08bb05a3668c82f5a8884a1afe3.tar.gz out/downloads/console.tar.gz
4102024-04-25T09:20:21.319Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/d2a9345f2a87a08bb05a3668c82f5a8884a1afe3.tar.gz
4112024-04-25T09:20:22.260Z++ do_sha256sum out/downloads/console.tar.gz
4122024-04-25T09:20:22.260Z++ case "$OSTYPE" in
4132024-04-25T09:20:22.260Z++ SHA=sha256sum
4142024-04-25T09:20:27.289Z++ sha256sum
4152024-04-25T09:20:27.289Z++ awk '{print $1}'
4162024-04-25T09:20:27.289Z+ calculated_sha2=152bfe05a887ab884eac4bf77722bc3aefc80be73625532b324148cd6476c7a9
4172024-04-25T09:20:27.289Z+ [[ 152bfe05a887ab884eac4bf77722bc3aefc80be73625532b324148cd6476c7a9 != \1\5\2\b\f\e\0\5\a\8\8\7\a\b\8\8\4\e\a\c\4\b\f\7\7\7\2\2\b\c\3\a\e\f\c\8\0\b\e\7\3\6\2\5\5\3\2\b\3\2\4\1\4\8\c\d\6\4\7\6\c\7\a\9 ]]
4182024-04-25T09:20:27.289Z+ rm -rf ./out/console-assets
4192024-04-25T09:20:27.289Z+ mkdir -p ./out/console-assets
4202024-04-25T09:20:27.289Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4212024-04-25T09:20:27.290Z+ mkdir -p ./out/console-assets
4222024-04-25T09:20:27.290Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4232024-04-25T09:20:27.290Z+ set -o errexit
4242024-04-25T09:20:27.290Z+++ dirname ./tools/ci_download_maghemite_openapi
4252024-04-25T09:20:27.290Z++ cd ./tools
4262024-04-25T09:20:27.290Z++ pwd
4272024-04-25T09:20:27.290Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4282024-04-25T09:20:27.290Z++ basename ./tools/ci_download_maghemite_openapi
4292024-04-25T09:20:27.290Z+ ARG0=ci_download_maghemite_openapi
4302024-04-25T09:20:27.290Z+ TARGET_DIR=out
4312024-04-25T09:20:27.290Z+ DOWNLOAD_DIR=out/downloads
4322024-04-25T09:20:27.290Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4332024-04-25T09:20:27.290Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4342024-04-25T09:20:27.290Z++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4352024-04-25T09:20:27.290Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4362024-04-25T09:20:27.290Z+ LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4372024-04-25T09:20:27.290Z+ main
4382024-04-25T09:20:27.290Z+ rm -rf out/downloads/root
4392024-04-25T09:20:27.290Z+ [[ 0 != 0 ]]
4402024-04-25T09:20:27.290Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json'
4412024-04-25T09:20:27.291ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4422024-04-25T09:20:27.291ZLocal file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4432024-04-25T09:20:27.291Z+ echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4442024-04-25T09:20:27.291Z+ local DO_DOWNLOAD=true
4452024-04-25T09:20:27.291Z+ [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4462024-04-25T09:20:27.291Z+ mkdir -p out/downloads
4472024-04-25T09:20:27.291Z+ '[' true == true ']'
4482024-04-25T09:20:27.291Z+ echo Downloading...
4492024-04-25T09:20:27.291ZDownloading...
4502024-04-25T09:20:27.291Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4512024-04-25T09:20:27.291Z+ 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
4522024-04-25T09:20:27.891Z++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4532024-04-25T09:20:27.891Z++ case "$OSTYPE" in
4542024-04-25T09:20:27.891Z++ SHA=sha256sum
4552024-04-25T09:20:27.892Z++ sha256sum
4562024-04-25T09:20:27.892Z++ awk '{print $1}'
4572024-04-25T09:20:27.892Z+ calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4582024-04-25T09:20:27.892Z+ [[ 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 ]]
4592024-04-25T09:20:27.892Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4602024-04-25T09:20:27.892Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4612024-04-25T09:20:27.892Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4622024-04-25T09:20:27.893Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4632024-04-25T09:20:27.893Z+ LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4642024-04-25T09:20:27.893Z+ main
4652024-04-25T09:20:27.893Z+ rm -rf out/downloads/root
4662024-04-25T09:20:27.893Z+ [[ 0 != 0 ]]
4672024-04-25T09:20:27.893Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json'
4682024-04-25T09:20:27.893ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4692024-04-25T09:20:27.893Z+ echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4702024-04-25T09:20:27.894ZLocal file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4712024-04-25T09:20:27.894Z+ local DO_DOWNLOAD=true
4722024-04-25T09:20:27.894Z+ [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4732024-04-25T09:20:27.894Z+ mkdir -p out/downloads
4742024-04-25T09:20:27.894Z+ '[' true == true ']'
4752024-04-25T09:20:27.894Z+ echo Downloading...
4762024-04-25T09:20:27.894ZDownloading...
4772024-04-25T09:20:27.894Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4782024-04-25T09:20:27.894Z+ 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
4792024-04-25T09:20:29.549Z++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4802024-04-25T09:20:29.549Z++ case "$OSTYPE" in
4812024-04-25T09:20:29.985Z++ SHA=sha256sum
4822024-04-25T09:20:29.985Z++ sha256sum
4832024-04-25T09:20:29.986Z++ awk '{print $1}'
4842024-04-25T09:20:29.986Z+ calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4852024-04-25T09:20:29.986Z+ [[ 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 ]]
4862024-04-25T09:20:29.986Z+ set -o errexit
4872024-04-25T09:20:29.987Z+++ dirname ./tools/ci_download_dendrite_openapi
4882024-04-25T09:20:29.987Z++ cd ./tools
4892024-04-25T09:20:29.987Z++ pwd
4902024-04-25T09:20:29.987Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4912024-04-25T09:20:29.987Z++ basename ./tools/ci_download_dendrite_openapi
4922024-04-25T09:20:29.988Z+ ARG0=ci_download_dendrite_openapi
4932024-04-25T09:20:29.988Z+ TARGET_DIR=out
4942024-04-25T09:20:29.988Z+ DOWNLOAD_DIR=out/downloads
4952024-04-25T09:20:29.988Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4962024-04-25T09:20:29.988Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
4972024-04-25T09:20:29.989Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
4982024-04-25T09:20:29.989Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
4992024-04-25T09:20:29.989Z+ LOCAL_FILE=out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5002024-04-25T09:20:29.989Z+ main
5012024-04-25T09:20:29.990Z+ [[ 0 != 0 ]]
5022024-04-25T09:20:29.990Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json'
5032024-04-25T09:20:29.990ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5042024-04-25T09:20:29.990Z+ echo 'Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json'
5052024-04-25T09:20:29.990Z+ local DO_DOWNLOAD=true
5062024-04-25T09:20:29.991ZLocal file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5072024-04-25T09:20:29.991Z+ [[ -f out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json ]]
5082024-04-25T09:20:29.991Z+ mkdir -p out/downloads
5092024-04-25T09:20:29.992Z+ '[' true == true ']'
5102024-04-25T09:20:29.992Z+ echo Downloading...
5112024-04-25T09:20:29.992ZDownloading...
5122024-04-25T09:20:29.992Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5132024-04-25T09:20:29.993Z+ 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
5142024-04-25T09:20:30.519Z++ do_sha256sum out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5152024-04-25T09:20:30.519Z++ case "$OSTYPE" in
5162024-04-25T09:20:30.520Z++ SHA=sha256sum
5172024-04-25T09:20:30.603Z++ sha256sum
5182024-04-25T09:20:30.603Z++ awk '{print $1}'
5192024-04-25T09:20:30.604Z+ calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5202024-04-25T09:20:30.604Z+ [[ 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 ]]
5212024-04-25T09:20:30.604Z+ set -o errexit
5222024-04-25T09:20:30.604Z+++ dirname ./tools/ci_download_dendrite_stub
5232024-04-25T09:20:30.604Z++ cd ./tools
5242024-04-25T09:20:30.605Z++ pwd
5252024-04-25T09:20:30.605Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5262024-04-25T09:20:30.605Z++ basename ./tools/ci_download_dendrite_stub
5272024-04-25T09:20:30.606Z+ ARG0=ci_download_dendrite_stub
5282024-04-25T09:20:30.606Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5292024-04-25T09:20:30.606Z++ CIDL_SHA256_ILLUMOS=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5302024-04-25T09:20:30.606Z++ CIDL_SHA256_LINUX_DPD=cb84fb7b2ba9cedaee5a09d400c88315ef30f7826610c1acb1ad6f07fa672b0a
5312024-04-25T09:20:30.606Z++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b
5322024-04-25T09:20:30.607Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5332024-04-25T09:20:30.607Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
5342024-04-25T09:20:30.607Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5352024-04-25T09:20:30.607Z+ TARGET_DIR=out
5362024-04-25T09:20:30.608Z+ DOWNLOAD_DIR=out/downloads
5372024-04-25T09:20:30.608Z+ DEST_DIR=./out/dendrite-stub
5382024-04-25T09:20:30.608Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5392024-04-25T09:20:30.608Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5402024-04-25T09:20:30.609Z+ REPO=oxidecomputer/dendrite
5412024-04-25T09:20:30.609Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690
5422024-04-25T09:20:30.609Z+ main
5432024-04-25T09:20:30.610Z+ [[ 0 != 0 ]]
5442024-04-25T09:20:30.610Z+ CIDL_OS=solaris2.11
5452024-04-25T09:20:30.610Z+ [[ 0 != 0 ]]
5462024-04-25T09:20:30.611Z+ configure_os solaris2.11
5472024-04-25T09:20:30.611Z+ echo 'current directory: /work/oxidecomputer/omicron'
5482024-04-25T09:20:30.611Zcurrent directory: /work/oxidecomputer/omicron
5492024-04-25T09:20:30.611Z+ echo 'configuring based on OS: "solaris2.11"'
5502024-04-25T09:20:30.612Z+ case "$1" in
5512024-04-25T09:20:30.612Z+ SET_BINARIES=
5522024-04-25T09:20:30.612Zconfiguring based on OS: "solaris2.11"
5532024-04-25T09:20:30.612Z+ CIDL_SHA256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5542024-04-25T09:20:30.613Z+ CIDL_SHA256FUNC=do_sha256sum
5552024-04-25T09:20:30.613Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5562024-04-25T09:20:30.613Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5572024-04-25T09:20:30.614Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5582024-04-25T09:20:30.614Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz'
5592024-04-25T09:20:30.615Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5602024-04-25T09:20:30.615ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5612024-04-25T09:20:30.615ZLocal file: out/downloads/dendrite-stub.tar.gz
5622024-04-25T09:20:30.615Z+ mkdir -p out/downloads
5632024-04-25T09:20:30.616Z+ mkdir -p ./out/dendrite-stub
5642024-04-25T09:20:30.616Z+ fetch_and_verify
5652024-04-25T09:20:30.618Z+ local DO_DOWNLOAD=true
5662024-04-25T09:20:30.618Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5672024-04-25T09:20:30.618Z+ '[' true == true ']'
5682024-04-25T09:20:30.618Z+ echo Downloading...
5692024-04-25T09:20:30.618ZDownloading...
5702024-04-25T09:20:30.618Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5712024-04-25T09:20:30.618Z+ 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
5722024-04-25T09:21:03.875Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5732024-04-25T09:21:03.904Z++ sha256sum
5742024-04-25T09:21:03.904Z++ awk '{print $1}'
5752024-04-25T09:21:03.904Z+ calculated_sha256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5762024-04-25T09:21:03.905Z+ [[ 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 ]]
5772024-04-25T09:21:03.905Z+ do_untar out/downloads/dendrite-stub.tar.gz
5782024-04-25T09:21:03.905Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5792024-04-25T09:21:04.501Z+ do_assemble
5802024-04-25T09:21:04.501Z+ rm -r ./out/dendrite-stub
5812024-04-25T09:21:04.931Z+ mkdir ./out/dendrite-stub
5822024-04-25T09:21:04.931Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5832024-04-25T09:21:05.584Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5842024-04-25T09:21:05.584Z+ set -o errexit
5852024-04-25T09:21:05.585Z+++ dirname ./tools/ci_download_maghemite_mgd
5862024-04-25T09:21:05.585Z++ cd ./tools
5872024-04-25T09:21:05.585Z++ pwd
5882024-04-25T09:21:05.585Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5892024-04-25T09:21:05.585Z++ basename ./tools/ci_download_maghemite_mgd
5902024-04-25T09:21:05.585Z+ ARG0=ci_download_maghemite_mgd
5912024-04-25T09:21:05.585Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5922024-04-25T09:21:05.586Z++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
5932024-04-25T09:21:05.586Z++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d
5942024-04-25T09:21:05.586Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5952024-04-25T09:21:05.586Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
5962024-04-25T09:21:05.586Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5972024-04-25T09:21:05.586Z+ TARGET_DIR=out
5982024-04-25T09:21:05.586Z+ DOWNLOAD_DIR=out/downloads
5992024-04-25T09:21:05.586Z+ DEST_DIR=./out/mgd
6002024-04-25T09:21:05.587Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6012024-04-25T09:21:05.587Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6022024-04-25T09:21:05.587Z+ REPO=oxidecomputer/maghemite
6032024-04-25T09:21:05.587Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a
6042024-04-25T09:21:05.587Z+ main
6052024-04-25T09:21:05.587Z+ rm -rf out/downloads/root
6062024-04-25T09:21:05.587Z+ [[ 0 != 0 ]]
6072024-04-25T09:21:05.588Z+ CIDL_OS=solaris2.11
6082024-04-25T09:21:05.588Z+ [[ 0 != 0 ]]
6092024-04-25T09:21:05.588Z+ configure_os solaris2.11
6102024-04-25T09:21:05.588Z+ echo 'current directory: /work/oxidecomputer/omicron'
6112024-04-25T09:21:05.588Z+ echo 'configuring based on OS: "solaris2.11"'
6122024-04-25T09:21:05.588Zcurrent directory: /work/oxidecomputer/omicron
6132024-04-25T09:21:05.588Zconfiguring based on OS: "solaris2.11"
6142024-04-25T09:21:05.589Z+ case "$1" in
6152024-04-25T09:21:05.589Z+ SET_BINARIES=
6162024-04-25T09:21:05.589Z+ CIDL_SHA256FUNC=do_sha256sum
6172024-04-25T09:21:05.589Z+ TARBALL_FILENAME=mgd.tar.gz
6182024-04-25T09:21:05.589Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6192024-04-25T09:21:05.589Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6202024-04-25T09:21:05.590Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz'
6212024-04-25T09:21:05.590Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6222024-04-25T09:21:05.590ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6232024-04-25T09:21:05.590ZLocal file: out/downloads/mgd.tar.gz
6242024-04-25T09:21:05.590Z+ mkdir -p out/downloads
6252024-04-25T09:21:05.590Z+ mkdir -p ./out/mgd
6262024-04-25T09:21:05.591Z+ fetch_and_verify
6272024-04-25T09:21:05.591Z+ local DO_DOWNLOAD=true
6282024-04-25T09:21:05.591Z+ [[ -f out/downloads/mgd.tar.gz ]]
6292024-04-25T09:21:05.591Z+ '[' true == true ']'
6302024-04-25T09:21:05.591Z+ echo Downloading...
6312024-04-25T09:21:05.591ZDownloading...
6322024-04-25T09:21:05.591Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz
6332024-04-25T09:21:05.592Z+ 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
6342024-04-25T09:21:16.257Z++ do_sha256sum out/downloads/mgd.tar.gz
6352024-04-25T09:21:16.267Z++ sha256sum
6362024-04-25T09:21:16.267Z++ awk '{print $1}'
6372024-04-25T09:21:16.267Z+ calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6382024-04-25T09:21:16.267Z+ [[ 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 ]]
6392024-04-25T09:21:16.268Z+ do_untar out/downloads/mgd.tar.gz
6402024-04-25T09:21:16.268Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6412024-04-25T09:21:16.857Z+ do_assemble
6422024-04-25T09:21:16.858Z+ rm -r ./out/mgd
6432024-04-25T09:21:16.867Z+ mkdir ./out/mgd
6442024-04-25T09:21:16.867Z+ cp -r out/downloads/root ./out/mgd/root
6452024-04-25T09:21:16.941Z+ set -o errexit
6462024-04-25T09:21:16.946Z+++ dirname ./tools/ci_download_transceiver_control
6472024-04-25T09:21:16.946Z++ cd ./tools
6482024-04-25T09:21:16.946Z++ pwd
6492024-04-25T09:21:16.950Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6502024-04-25T09:21:16.950Z++ basename ./tools/ci_download_transceiver_control
6512024-04-25T09:21:16.950Z+ ARG0=ci_download_transceiver_control
6522024-04-25T09:21:16.951Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6532024-04-25T09:21:16.951Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6542024-04-25T09:21:16.951Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6552024-04-25T09:21:16.951Z+ TARGET_DIR=out
6562024-04-25T09:21:16.951Z+ DOWNLOAD_DIR=out/downloads
6572024-04-25T09:21:16.951Z+ DEST_DIR=./out/transceiver-control
6582024-04-25T09:21:16.951Z+ BIN_DIR=/opt/oxide/bin
6592024-04-25T09:21:16.951Z+ BINARY=xcvradm
6602024-04-25T09:21:16.951Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6612024-04-25T09:21:16.951Z+ REPO=oxidecomputer/transceiver-control
6622024-04-25T09:21:16.952Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6632024-04-25T09:21:16.952Z+ main
6642024-04-25T09:21:16.952Z+ [[ 0 != 0 ]]
6652024-04-25T09:21:16.952Z+ CIDL_OS=solaris2.11
6662024-04-25T09:21:16.952Z+ [[ 0 != 0 ]]
6672024-04-25T09:21:16.952Z+ configure_os solaris2.11
6682024-04-25T09:21:16.952Z+ echo 'current directory: /work/oxidecomputer/omicron'
6692024-04-25T09:21:16.952Zcurrent directory: /work/oxidecomputer/omicron
6702024-04-25T09:21:16.952Z+ echo 'configuring based on OS: "solaris2.11"'
6712024-04-25T09:21:16.953Z+ case "$1" in
6722024-04-25T09:21:16.953Z+ SET_BINARIES=
6732024-04-25T09:21:16.953Zconfiguring based on OS: "solaris2.11"
6742024-04-25T09:21:16.953Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6752024-04-25T09:21:16.953Z+ CIDL_SHA256FUNC=do_sha256sum
6762024-04-25T09:21:16.953Z+ ARCHIVE_FILENAME=xcvradm.gz
6772024-04-25T09:21:16.953Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6782024-04-25T09:21:16.953Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6792024-04-25T09:21:16.953Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6802024-04-25T09:21:16.953ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6812024-04-25T09:21:16.953Z+ echo 'Local file: out/downloads/xcvradm.gz'
6822024-04-25T09:21:16.954Z+ mkdir -p out/downloads
6832024-04-25T09:21:16.954ZLocal file: out/downloads/xcvradm.gz
6842024-04-25T09:21:16.958Z+ mkdir -p ./out/transceiver-control
6852024-04-25T09:21:16.958Z+ fetch_and_verify
6862024-04-25T09:21:16.958Z+ local DO_DOWNLOAD=true
6872024-04-25T09:21:16.959Z+ [[ -f out/downloads/xcvradm.gz ]]
6882024-04-25T09:21:16.959Z+ '[' true == true ']'
6892024-04-25T09:21:16.959Z+ echo Downloading...
6902024-04-25T09:21:16.959ZDownloading...
6912024-04-25T09:21:16.959Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6922024-04-25T09:21:16.960Z+ 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
6932024-04-25T09:21:18.762Z++ do_sha256sum out/downloads/xcvradm.gz
6942024-04-25T09:21:19.199Z++ sha256sum
6952024-04-25T09:21:19.200Z++ awk '{print $1}'
6962024-04-25T09:21:19.200Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6972024-04-25T09:21:19.200Z+ [[ 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 ]]
6982024-04-25T09:21:19.200Z+ do_unpack out/downloads/xcvradm.gz
6992024-04-25T09:21:19.200Z+ mkdir -p out/downloads/root//opt/oxide/bin
7002024-04-25T09:21:19.201Z+ gzip -dc out/downloads/xcvradm.gz
7012024-04-25T09:21:19.201Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7022024-04-25T09:21:19.201Z+ do_assemble
7032024-04-25T09:21:19.201Z+ rm -r ./out/transceiver-control
7042024-04-25T09:21:19.201Z+ mkdir ./out/transceiver-control
7052024-04-25T09:21:19.201Z+ cp -r out/downloads/root ./out/transceiver-control/root
7062024-04-25T09:21:19.201Z+ set -o errexit
7072024-04-25T09:21:19.202Z+++ dirname ./tools/ci_download_thundermuffin
7082024-04-25T09:21:19.202Z++ cd ./tools
7092024-04-25T09:21:19.202Z++ pwd
7102024-04-25T09:21:19.202Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
7112024-04-25T09:21:19.202Z++ basename ./tools/ci_download_thundermuffin
7122024-04-25T09:21:19.202Z+ ARG0=ci_download_thundermuffin
7132024-04-25T09:21:19.203Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
7142024-04-25T09:21:19.203Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7152024-04-25T09:21:19.203Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
7162024-04-25T09:21:19.203Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
7172024-04-25T09:21:19.203Z+ TARGET_DIR=out
7182024-04-25T09:21:19.203Z+ DOWNLOAD_DIR=out/downloads
7192024-04-25T09:21:19.203Z+ DEST_DIR=./out/thundermuffin
7202024-04-25T09:21:19.204Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
7212024-04-25T09:21:19.204Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
7222024-04-25T09:21:19.204Z+ REPO=oxidecomputer/thundermuffin
7232024-04-25T09:21:19.204Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
7242024-04-25T09:21:19.204Z+ main
7252024-04-25T09:21:19.204Z+ rm -rf out/downloads/root
7262024-04-25T09:21:19.204Z+ [[ 0 != 0 ]]
7272024-04-25T09:21:19.204Z+ CIDL_OS=solaris2.11
7282024-04-25T09:21:19.205Z+ [[ 0 != 0 ]]
7292024-04-25T09:21:19.205Z+ configure_os solaris2.11
7302024-04-25T09:21:19.205Z+ echo 'current directory: /work/oxidecomputer/omicron'
7312024-04-25T09:21:19.205Z+ echo 'configuring based on OS: "solaris2.11"'
7322024-04-25T09:21:19.205Z+ case "$1" in
7332024-04-25T09:21:19.205Z+ SET_BINARIES=
7342024-04-25T09:21:19.205Zcurrent directory: /work/oxidecomputer/omicron
7352024-04-25T09:21:19.205Zconfiguring based on OS: "solaris2.11"
7362024-04-25T09:21:19.205Z+ CIDL_SHA256FUNC=do_sha256sum
7372024-04-25T09:21:19.205Z+ TARBALL_FILENAME=thundermuffin.tar.gz
7382024-04-25T09:21:19.205Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7392024-04-25T09:21:19.205Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
7402024-04-25T09:21:19.205Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
7412024-04-25T09:21:19.205Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
7422024-04-25T09:21:19.205ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7432024-04-25T09:21:19.205ZLocal file: out/downloads/thundermuffin.tar.gz
7442024-04-25T09:21:19.206Z+ mkdir -p out/downloads
7452024-04-25T09:21:19.206Z+ mkdir -p ./out/thundermuffin
7462024-04-25T09:21:19.206Z+ fetch_and_verify
7472024-04-25T09:21:19.206Z+ local DO_DOWNLOAD=true
7482024-04-25T09:21:19.206Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
7492024-04-25T09:21:19.206Z+ '[' true == true ']'
7502024-04-25T09:21:19.206Z+ echo Downloading...
7512024-04-25T09:21:19.206ZDownloading...
7522024-04-25T09:21:19.206Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
7532024-04-25T09:21:19.206Z+ 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
7542024-04-25T09:21:20.033Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7552024-04-25T09:21:20.036Z++ sha256sum
7562024-04-25T09:21:20.036Z++ awk '{print $1}'
7572024-04-25T09:21:20.040Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7582024-04-25T09:21:20.040Z+ [[ 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 ]]
7592024-04-25T09:21:20.041Z+ do_untar out/downloads/thundermuffin.tar.gz
7602024-04-25T09:21:20.041Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7612024-04-25T09:21:20.110Z+ do_assemble
7622024-04-25T09:21:20.111Z+ rm -r ./out/thundermuffin
7632024-04-25T09:21:20.125Z+ mkdir ./out/thundermuffin
7642024-04-25T09:21:20.125Z+ cp -r out/downloads/root ./out/thundermuffin/root
7652024-04-25T09:21:20.172ZAll prerequisites installed successfully
7662024-04-25T09:21:20.172Z
7672024-04-25T09:21:20.173Zreal 2:11.448573973
7682024-04-25T09:21:20.173Zuser 36.963610636
7692024-04-25T09:21:20.173Zsys 7.003456046
7702024-04-25T09:21:20.173Ztrap 0.008923375
7712024-04-25T09:21:20.173Ztflt 0.091423949
7722024-04-25T09:21:20.173Zdflt 0.355737899
7732024-04-25T09:21:20.173Zkflt 0.101197789
7742024-04-25T09:21:20.173Zlock 1.038453512
7752024-04-25T09:21:20.173Zslp 4:56.373807594
7762024-04-25T09:21:20.174Zlat 2.264333141
7772024-04-25T09:21:20.174Zstop 0.141983690
7782024-04-25T09:21:20.174Z+ ptime -m ./tools/ci_download_softnpu_machinery
7792024-04-25T09:21:20.174Zfetching npuzone
7802024-04-25T09:21:20.174ZEnsuring oxidecomputer/softnpu/image/npuzone in out/npuzone
7812024-04-25T09:21:20.174Z (commit: dbab082dfa89da5db5ca2325c257089d2f130092)
7822024-04-25T09:21:20.174ZGetting hash for npuzone
7832024-04-25T09:21:21.089Z (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e)
7842024-04-25T09:21:37.979Znpuzone downloaded successfully
7852024-04-25T09:21:37.998Z
7862024-04-25T09:21:37.998Zreal 17.853171498
7872024-04-25T09:21:37.999Zuser 0.349332746
7882024-04-25T09:21:37.999Zsys 0.131152352
7892024-04-25T09:21:37.999Ztrap 0.000051803
7902024-04-25T09:21:37.999Ztflt 0.000000000
7912024-04-25T09:21:38.000Zdflt 0.000000000
7922024-04-25T09:21:38.003Zkflt 0.000000000
7932024-04-25T09:21:38.004Zlock 0.000000000
7942024-04-25T09:21:38.004Zslp 52.929933658
7952024-04-25T09:21:38.004Zlat 0.119313088
7962024-04-25T09:21:38.004Zstop 0.000174195
7972024-04-25T09:21:38.005Z+ export CARGO_INCREMENTAL=0
7982024-04-25T09:21:38.005Z+ CARGO_INCREMENTAL=0
7992024-04-25T09:21:38.005Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
8002024-04-25T09:21:38.207Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
8012024-04-25T09:21:38.657Z Updating git repository `https://github.com/oxidecomputer/zone`
8022024-04-25T09:21:38.893Z Updating crates.io index
8032024-04-25T09:21:38.928Z Updating git repository `https://github.com/oxidecomputer/dropshot`
8042024-04-25T09:21:41.607Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8052024-04-25T09:21:41.710Z Updating git repository `https://github.com/oxidecomputer/progenitor`
8062024-04-25T09:21:42.218Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
8072024-04-25T09:21:42.715Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8082024-04-25T09:21:42.995Z Updating git repository `https://github.com/oxidecomputer/propolis`
8092024-04-25T09:21:43.889Z Updating git repository `https://github.com/oxidecomputer/crucible`
8102024-04-25T09:21:45.560Z Updating git repository `https://github.com/oxidecomputer/opte`
8112024-04-25T09:21:46.616Z Updating git repository `https://github.com/oxidecomputer/falcon`
8122024-04-25T09:21:47.302Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
8132024-04-25T09:21:47.690Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8142024-04-25T09:21:48.231Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
8152024-04-25T09:21:48.560Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
8162024-04-25T09:21:48.858Z Updating git repository `http://github.com/oxidecomputer/sprockets`
8172024-04-25T09:21:49.217Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
8182024-04-25T09:21:49.537Z Updating git repository `http://github.com/oxidecomputer/tofino`
8192024-04-25T09:21:49.862Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8202024-04-25T09:21:50.140Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
8212024-04-25T09:21:50.405Z Updating git repository `https://github.com/oxidecomputer/libnvme`
8222024-04-25T09:21:50.721Z Updating git repository `https://github.com/oxidecomputer/ispf`
8232024-04-25T09:21:52.074Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8242024-04-25T09:21:52.442Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8252024-04-25T09:21:53.081Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
8262024-04-25T09:21:53.513Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
8272024-04-25T09:21:53.802Z Updating git repository `https://github.com/jgallagher/nix`
8282024-04-25T09:21:54.795Z Updating git repository `https://github.com/cbiffle/hubpack`
8292024-04-25T09:21:55.152Z Updating git repository `https://github.com/oxidecomputer/typify`
8302024-04-25T09:21:56.986Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8312024-04-25T09:21:57.741Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8322024-04-25T09:21:57.752Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8332024-04-25T09:21:58.055Z Updating git repository `https://github.com/oxidecomputer/rfb`
8342024-04-25T09:21:59.207Z Downloading crates ...
8352024-04-25T09:21:59.320Z Downloaded addr2line v0.21.0
8362024-04-25T09:21:59.338Z Downloaded adler v1.0.2
8372024-04-25T09:21:59.338Z Downloaded anstyle-query v1.0.0
8382024-04-25T09:21:59.339Z Downloaded aead v0.5.2
8392024-04-25T09:21:59.339Z Downloaded anstream v0.6.11
8402024-04-25T09:21:59.339Z Downloaded ahash v0.8.8
8412024-04-25T09:21:59.754Z Downloaded anstyle-parse v0.2.1
8422024-04-25T09:21:59.754Z Downloaded array-init v0.0.4
8432024-04-25T09:21:59.754Z Downloaded anstyle v1.0.6
8442024-04-25T09:21:59.754Z Downloaded allocator-api2 v0.2.16
8452024-04-25T09:21:59.754Z Downloaded crossbeam-utils v0.8.19
8462024-04-25T09:21:59.754Z Downloaded ciborium v0.2.2
8472024-04-25T09:21:59.754Z Downloaded impl-trait-for-tuples v0.2.2
8482024-04-25T09:21:59.754Z Downloaded heck v0.4.1
8492024-04-25T09:21:59.754Z Downloaded is-terminal v0.4.9
8502024-04-25T09:21:59.754Z Downloaded ascii v1.1.0
8512024-04-25T09:21:59.754Z Downloaded hyper-tls v0.5.0
8522024-04-25T09:21:59.754Z Downloaded humantime v2.1.0
8532024-04-25T09:21:59.754Z Downloaded async-stream v0.3.5
8542024-04-25T09:21:59.754Z Downloaded ciborium-ll v0.2.2
8552024-04-25T09:21:59.754Z Downloaded base64 v0.21.7
8562024-04-25T09:21:59.754Z Downloaded indexmap v2.2.6
8572024-04-25T09:21:59.754Z Downloaded macaddr v1.0.1
8582024-04-25T09:21:59.754Z Downloaded indoc v2.0.3
8592024-04-25T09:21:59.755Z Downloaded mime v0.3.17
8602024-04-25T09:21:59.755Z Downloaded atty v0.2.14
8612024-04-25T09:21:59.755Z Downloaded indicatif v0.17.8
8622024-04-25T09:21:59.755Z Downloaded hyper-staticfile v0.9.5
8632024-04-25T09:21:59.755Z Downloaded chacha20 v0.9.1
8642024-04-25T09:21:59.755Z Downloaded hmac v0.12.1
8652024-04-25T09:21:59.755Z Downloaded async-trait v0.1.80
8662024-04-25T09:21:59.755Z Downloaded miniz_oxide v0.7.1
8672024-04-25T09:21:59.755Z Downloaded hkdf v0.12.4
8682024-04-25T09:21:59.755Z Downloaded heck v0.5.0
8692024-04-25T09:21:59.755Z Downloaded bitstruct_derive v0.1.0
8702024-04-25T09:21:59.755Z Downloaded match_cfg v0.1.0
8712024-04-25T09:21:59.755Z Downloaded http v1.0.0
8722024-04-25T09:21:59.755Z Downloaded ciborium-io v0.2.2
8732024-04-25T09:21:59.755Z Downloaded colorchoice v1.0.0
8742024-04-25T09:21:59.755Z Downloaded instant v0.1.12
8752024-04-25T09:21:59.755Z Downloaded http-body v0.4.5
8762024-04-25T09:21:59.755Z Downloaded chacha20poly1305 v0.10.1
8772024-04-25T09:21:59.755Z Downloaded ascii-canvas v3.0.0
8782024-04-25T09:21:59.756Z Downloaded hyper-rustls v0.24.2
8792024-04-25T09:21:59.756Z Downloaded clang-sys v1.6.1
8802024-04-25T09:21:59.756Z Downloaded hubpack v0.1.2
8812024-04-25T09:21:59.756Z Downloaded block-buffer v0.10.4
8822024-04-25T09:21:59.756Z Downloaded ident_case v1.0.1
8832024-04-25T09:21:59.756Z Downloaded normalize-line-endings v0.3.0
8842024-04-25T09:21:59.756Z Downloaded newline-converter v0.3.0
8852024-04-25T09:21:59.756Z Downloaded camino-tempfile v1.1.1
8862024-04-25T09:21:59.756Z Downloaded inout v0.1.3
8872024-04-25T09:21:59.756Z Downloaded crc-catalog v2.2.0
8882024-04-25T09:21:59.756Z Downloaded linear-map v1.2.0
8892024-04-25T09:21:59.756Z Downloaded keccak v0.1.4
8902024-04-25T09:21:59.756Z Downloaded lazycell v1.3.0
8912024-04-25T09:21:59.756Z Downloaded iana-time-zone v0.1.57
8922024-04-25T09:21:59.756Z Downloaded bitflags v1.3.2
8932024-04-25T09:21:59.756Z Downloaded newtype_derive v0.1.6
8942024-04-25T09:21:59.756Z Downloaded nodrop v0.1.14
8952024-04-25T09:21:59.756Z Downloaded bitfield v0.14.0
8962024-04-25T09:21:59.756Z Downloaded new_debug_unreachable v1.0.4
8972024-04-25T09:21:59.756Z Downloaded is_ci v1.2.0
8982024-04-25T09:21:59.756Z Downloaded bytecount v0.6.3
8992024-04-25T09:21:59.757Z Downloaded num-conv v0.1.0
9002024-04-25T09:21:59.757Z Downloaded block-padding v0.3.3
9012024-04-25T09:21:59.757Z Downloaded cipher v0.4.4
9022024-04-25T09:21:59.757Z Downloaded matches v0.1.10
9032024-04-25T09:21:59.757Z Downloaded constant_time_eq v0.3.0
9042024-04-25T09:21:59.757Z Downloaded colored v2.1.0
9052024-04-25T09:21:59.757Z Downloaded cobs v0.2.3
9062024-04-25T09:21:59.757Z Downloaded clap_lex v0.7.0
9072024-04-25T09:21:59.757Z Downloaded tower-service v0.3.2
9082024-04-25T09:21:59.757Z Downloaded maybe-uninit v2.0.0
9092024-04-25T09:21:59.757Z Downloaded lru-cache v0.1.2
9102024-04-25T09:21:59.757Z Downloaded mime_guess v2.0.4
9112024-04-25T09:21:59.757Z Downloaded cpufeatures v0.2.12
9122024-04-25T09:21:59.757Z Downloaded httparse v1.8.0
9132024-04-25T09:21:59.757Z Downloaded crc v3.0.1
9142024-04-25T09:21:59.757Z Downloaded corncobs v0.1.3
9152024-04-25T09:21:59.757Z Downloaded cexpr v0.6.0
9162024-04-25T09:21:59.757Z Downloaded zone_cfg_derive v0.1.2
9172024-04-25T09:21:59.757Z Downloaded buf-list v1.0.3
9182024-04-25T09:21:59.757Z Downloaded multimap v0.10.0
9192024-04-25T09:21:59.757Z Downloaded maplit v1.0.2
9202024-04-25T09:21:59.757Z Downloaded lazy_static v1.4.0
9212024-04-25T09:21:59.758Z Downloaded camino v1.1.6
9222024-04-25T09:21:59.758Z Downloaded num-derive v0.4.0
9232024-04-25T09:21:59.758Z Downloaded nanorand v0.7.0
9242024-04-25T09:21:59.758Z Downloaded mockall v0.12.1
9252024-04-25T09:21:59.758Z Downloaded darling_macro v0.20.8
9262024-04-25T09:21:59.758Z Downloaded scheduled-thread-pool v0.2.7
9272024-04-25T09:21:59.758Z Downloaded downcast v0.11.0
9282024-04-25T09:21:59.758Z Downloaded same-file v1.0.6
9292024-04-25T09:21:59.758Z Downloaded rustversion v1.0.14
9302024-04-25T09:21:59.758Z Downloaded signal-hook-mio v0.2.3
9312024-04-25T09:21:59.758Z Downloaded shlex v1.3.0
9322024-04-25T09:21:59.758Z Downloaded libsw v3.3.1
9332024-04-25T09:21:59.758Z Downloaded lalrpop-util v0.19.12
9342024-04-25T09:21:59.758Z Downloaded nibble_vec v0.1.0
9352024-04-25T09:21:59.758Z Downloaded num v0.4.2
9362024-04-25T09:21:59.758Z Downloaded convert_case v0.4.0
9372024-04-25T09:21:59.758Z Downloaded indexmap v1.9.3
9382024-04-25T09:21:59.758Z Downloaded base64ct v1.6.0
9392024-04-25T09:21:59.758Z Downloaded foreign-types-shared v0.3.1
9402024-04-25T09:21:59.758Z Downloaded wait-timeout v0.2.0
9412024-04-25T09:21:59.765Z Downloaded slog-bunyan v2.5.0
9422024-04-25T09:21:59.765Z Downloaded foreign-types-shared v0.1.1
9432024-04-25T09:21:59.765Z Downloaded endian-type v0.1.2
9442024-04-25T09:21:59.765Z Downloaded terminal_size v0.3.0
9452024-04-25T09:21:59.765Z Downloaded unicode-xid v0.2.4
9462024-04-25T09:21:59.765Z Downloaded utf8parse v0.2.1
9472024-04-25T09:21:59.765Z Downloaded const_format_proc_macros v0.2.32
9482024-04-25T09:21:59.765Z Downloaded console v0.15.8
9492024-04-25T09:21:59.765Z Downloaded ipnet v2.9.0
9502024-04-25T09:21:59.765Z Downloaded which v4.4.0
9512024-04-25T09:21:59.765Z Downloaded zone v0.1.8
9522024-04-25T09:21:59.765Z Downloaded tokio-native-tls v0.3.1
9532024-04-25T09:21:59.765Z Downloaded peg-runtime v0.8.2
9542024-04-25T09:21:59.766Z Downloaded serde-big-array v0.4.1
9552024-04-25T09:21:59.766Z Downloaded defmt-parser v0.3.3
9562024-04-25T09:21:59.766Z Downloaded num-complex v0.4.5
9572024-04-25T09:21:59.766Z Downloaded nu-ansi-term v0.50.0
9582024-04-25T09:21:59.766Z Downloaded futures-task v0.3.30
9592024-04-25T09:21:59.766Z Downloaded ff v0.13.0
9602024-04-25T09:21:59.766Z Downloaded dirs-next v2.0.0
9612024-04-25T09:21:59.766Z Downloaded whoami v1.5.1
9622024-04-25T09:21:59.766Z Downloaded tracing-attributes v0.1.27
9632024-04-25T09:21:59.766Z Downloaded heck v0.3.3
9642024-04-25T09:21:59.766Z Downloaded const-oid v0.9.6
9652024-04-25T09:21:59.766Z Downloaded clap_derive v4.5.4
9662024-04-25T09:21:59.766Z Downloaded plain v0.2.3
9672024-04-25T09:21:59.766Z Downloaded percent-encoding v2.3.1
9682024-04-25T09:21:59.766Z Downloaded term v0.7.0
9692024-04-25T09:21:59.766Z Downloaded hash32 v0.3.1
9702024-04-25T09:21:59.766Z Downloaded try-lock v0.2.4
9712024-04-25T09:21:59.766Z Downloaded uuid v0.8.2
9722024-04-25T09:21:59.767Z Downloaded crc32fast v1.3.2
9732024-04-25T09:21:59.767Z Downloaded rusty-fork v0.3.0
9742024-04-25T09:21:59.767Z Downloaded termtree v0.4.1
9752024-04-25T09:21:59.767Z Downloaded r2d2 v0.8.10
9762024-04-25T09:21:59.767Z Downloaded usdt-macro v0.5.0
9772024-04-25T09:21:59.767Z Downloaded usdt-macro v0.3.5
9782024-04-25T09:21:59.767Z Downloaded paste v1.0.14
9792024-04-25T09:21:59.767Z Downloaded predicates v3.1.0
9802024-04-25T09:21:59.767Z Downloaded crc-any v2.4.3
9812024-04-25T09:21:59.767Z Downloaded fastrand v2.0.1
9822024-04-25T09:21:59.767Z Downloaded parse-size v1.0.0
9832024-04-25T09:21:59.767Z Downloaded headers-core v0.2.0
9842024-04-25T09:21:59.767Z Downloaded pkg-config v0.3.27
9852024-04-25T09:21:59.767Z Downloaded crossbeam-epoch v0.9.18
9862024-04-25T09:21:59.767Z Downloaded strsim v0.11.0
9872024-04-25T09:21:59.767Z Downloaded strsim v0.10.0
9882024-04-25T09:21:59.767Z Downloaded strip-ansi-escapes v0.2.0
9892024-04-25T09:21:59.767Z Downloaded quick-error v1.2.3
9902024-04-25T09:21:59.767Z Downloaded psl-types v2.0.11
9912024-04-25T09:21:59.767Z Downloaded proc-macro-error-attr v1.0.4
9922024-04-25T09:21:59.767Z Downloaded packed_struct_codegen v0.10.1
9932024-04-25T09:21:59.768Z Downloaded once_cell v1.19.0
9942024-04-25T09:21:59.768Z Downloaded serde_tokenstream v0.2.0
9952024-04-25T09:21:59.768Z Downloaded thiserror-no-std v2.0.2
9962024-04-25T09:21:59.768Z Downloaded fd-lock v4.0.2
9972024-04-25T09:21:59.768Z Downloaded version_check v0.9.4
9982024-04-25T09:21:59.768Z Downloaded compact_str v0.7.1
9992024-04-25T09:21:59.768Z Downloaded smawk v0.3.1
10002024-04-25T09:21:59.768Z Downloaded stringprep v0.1.3
10012024-04-25T09:21:59.768Z Downloaded string_cache v0.8.7
10022024-04-25T09:21:59.768Z Downloaded scroll_derive v0.12.0
10032024-04-25T09:21:59.768Z Downloaded either v1.11.0
10042024-04-25T09:21:59.768Z Downloaded debug-ignore v1.0.5
10052024-04-25T09:21:59.768Z Downloaded sync_wrapper v0.1.2
10062024-04-25T09:21:59.768Z Downloaded swrite v0.1.0
10072024-04-25T09:21:59.768Z Downloaded crunchy v0.2.2
10082024-04-25T09:21:59.768Z Downloaded pkcs8 v0.10.2
10092024-04-25T09:21:59.768Z Downloaded filetime v0.2.23
10102024-04-25T09:21:59.768Z Downloaded fallible-iterator v0.2.0
10112024-04-25T09:21:59.768Z Downloaded samael v0.0.15
10122024-04-25T09:21:59.768Z Downloaded phf_shared v0.11.2
10132024-04-25T09:21:59.769Z Downloaded powerfmt v0.2.0
10142024-04-25T09:21:59.769Z Downloaded diesel_derives v2.1.2
10152024-04-25T09:21:59.769Z Downloaded serde_derive v1.0.198
10162024-04-25T09:21:59.769Z Downloaded resolv-conf v0.7.0
10172024-04-25T09:21:59.769Z Downloaded sha2 v0.10.8
10182024-04-25T09:21:59.769Z Downloaded zip v0.6.6
10192024-04-25T09:21:59.769Z Downloaded rand_xorshift v0.3.0
10202024-04-25T09:21:59.769Z Downloaded rand_seeder v0.2.3
10212024-04-25T09:21:59.769Z Downloaded const_format v0.2.32
10222024-04-25T09:21:59.769Z Downloaded precomputed-hash v0.1.1
10232024-04-25T09:21:59.769Z Downloaded strum_macros v0.25.2
10242024-04-25T09:21:59.769Z Downloaded signal-hook-tokio v0.3.1
10252024-04-25T09:21:59.769Z Downloaded signal-hook-registry v1.4.1
10262024-04-25T09:21:59.769Z Downloaded serde_urlencoded v0.7.1
10272024-04-25T09:21:59.769Z Downloaded sec1 v0.7.3
10282024-04-25T09:21:59.769Z Downloaded crypto-common v0.1.6
10292024-04-25T09:21:59.769Z Downloaded usdt v0.5.0
10302024-04-25T09:21:59.770Z Downloaded usdt v0.3.5
10312024-04-25T09:21:59.770Z Downloaded http v0.2.12
10322024-04-25T09:21:59.770Z Downloaded fnv v1.0.7
10332024-04-25T09:21:59.770Z Downloaded embedded-io v0.4.0
10342024-04-25T09:21:59.770Z Downloaded derive_builder_macro v0.20.0
10352024-04-25T09:21:59.770Z Downloaded pin-project-internal v1.1.3
10362024-04-25T09:21:59.770Z Downloaded slog v2.7.0
10372024-04-25T09:21:59.770Z Downloaded unicode_categories v0.1.1
10382024-04-25T09:21:59.770Z Downloaded vte_generate_state_changes v0.1.1
10392024-04-25T09:21:59.770Z Downloaded trust-dns-client v0.22.0
10402024-04-25T09:21:59.770Z Downloaded cstr-argument v0.1.2
10412024-04-25T09:21:59.786Z Downloaded olpc-cjson v0.1.3
10422024-04-25T09:21:59.786Z Downloaded der v0.7.8
10432024-04-25T09:21:59.786Z Downloaded diesel_table_macro_syntax v0.1.0
10442024-04-25T09:21:59.786Z Downloaded foreign-types-macros v0.2.3
10452024-04-25T09:21:59.787Z Downloaded uuid v1.8.0
10462024-04-25T09:21:59.787Z Downloaded pest_generator v2.7.6
10472024-04-25T09:21:59.787Z Downloaded num_threads v0.1.6
10482024-04-25T09:21:59.787Z Downloaded ref-cast v1.0.22
10492024-04-25T09:21:59.787Z Downloaded serde_with_macros v3.7.0
10502024-04-25T09:21:59.787Z Downloaded rustc_version v0.1.7
10512024-04-25T09:21:59.787Z Downloaded pretty-hex v0.4.1
10522024-04-25T09:21:59.787Z Downloaded secrecy v0.8.0
10532024-04-25T09:21:59.787Z Downloaded scroll v0.12.0
10542024-04-25T09:21:59.787Z Downloaded semver v0.1.20
10552024-04-25T09:21:59.787Z Downloaded static_assertions v1.1.0
10562024-04-25T09:21:59.787Z Downloaded stable_deref_trait v1.2.0
10572024-04-25T09:21:59.788Z Downloaded stability v0.2.0
10582024-04-25T09:21:59.788Z Downloaded rustfmt-wrapper v0.2.1
10592024-04-25T09:21:59.788Z Downloaded termios v0.3.3
10602024-04-25T09:21:59.788Z Downloaded ena v0.14.2
10612024-04-25T09:21:59.788Z Downloaded half v2.3.1
10622024-04-25T09:21:59.788Z Downloaded heapless v0.7.16
10632024-04-25T09:21:59.788Z Downloaded toml_datetime v0.6.5
10642024-04-25T09:21:59.788Z Downloaded slog-json v2.6.1
10652024-04-25T09:21:59.788Z Downloaded thread-id v4.2.0
10662024-04-25T09:21:59.788Z Downloaded postgres-types v0.2.6
10672024-04-25T09:21:59.789Z Downloaded usdt-impl v0.3.5
10682024-04-25T09:21:59.789Z Downloaded fatfs v0.3.6
10692024-04-25T09:21:59.789Z Downloaded foreign-types v0.5.0
10702024-04-25T09:21:59.789Z Downloaded curve25519-dalek-derive v0.1.0
10712024-04-25T09:21:59.789Z Downloaded fragile v2.0.0
10722024-04-25T09:21:59.789Z Downloaded fxhash v0.2.1
10732024-04-25T09:21:59.789Z Downloaded form_urlencoded v1.2.1
10742024-04-25T09:21:59.789Z Downloaded difflib v0.4.0
10752024-04-25T09:21:59.790Z Downloaded oso-derive v0.27.3
10762024-04-25T09:21:59.790Z Downloaded subprocess v0.2.9
10772024-04-25T09:21:59.790Z Downloaded num_enum_derive v0.5.11
10782024-04-25T09:21:59.790Z Downloaded num-bigint v0.4.4
10792024-04-25T09:21:59.815Z Downloaded foreign-types v0.3.2
10802024-04-25T09:21:59.816Z Downloaded want v0.3.1
10812024-04-25T09:21:59.816Z Downloaded slog-stdlog v4.1.1
10822024-04-25T09:21:59.816Z Downloaded tokio-tungstenite v0.21.0
10832024-04-25T09:21:59.816Z Downloaded rustls-pemfile v1.0.3
10842024-04-25T09:21:59.816Z Downloaded derive_more v0.99.17
10852024-04-25T09:21:59.816Z Downloaded waitgroup v0.1.2
10862024-04-25T09:21:59.816Z Downloaded usdt-attr-macro v0.5.0
10872024-04-25T09:21:59.816Z Downloaded signature v2.1.0
10882024-04-25T09:21:59.816Z Downloaded pin-project v1.1.3
10892024-04-25T09:21:59.830Z Downloaded portpicker v0.1.1
10902024-04-25T09:21:59.831Z Downloaded unicode-linebreak v0.1.5
10912024-04-25T09:21:59.831Z Downloaded unarray v0.1.4
10922024-04-25T09:21:59.831Z Downloaded smallvec v0.6.14
10932024-04-25T09:21:59.831Z Downloaded vsss-rs v3.3.4
10942024-04-25T09:21:59.831Z Downloaded funty v2.0.0
10952024-04-25T09:21:59.831Z Downloaded futures v0.3.30
10962024-04-25T09:21:59.836Z Downloaded packed_struct v0.10.1
10972024-04-25T09:21:59.837Z Downloaded serde-big-array v0.5.1
10982024-04-25T09:21:59.837Z Downloaded data-encoding v2.4.0
10992024-04-25T09:21:59.837Z Downloaded pest_derive v2.7.6
11002024-04-25T09:21:59.837Z Downloaded number_prefix v0.4.0
11012024-04-25T09:21:59.843Z Downloaded untrusted v0.9.0
11022024-04-25T09:21:59.843Z Downloaded rustls-pki-types v1.3.0
11032024-04-25T09:21:59.843Z Downloaded peg-macros v0.8.2
11042024-04-25T09:21:59.850Z Downloaded thread_local v1.1.7
11052024-04-25T09:21:59.850Z Downloaded flume v0.11.0
11062024-04-25T09:21:59.857Z Downloaded tar v0.4.40
11072024-04-25T09:21:59.858Z Downloaded typenum v1.16.0
11082024-04-25T09:21:59.858Z Downloaded unicode-bidi v0.3.15
11092024-04-25T09:21:59.865Z Downloaded pretty-hex v0.2.1
11102024-04-25T09:21:59.865Z Downloaded toolchain_find v0.4.0
11112024-04-25T09:21:59.865Z Downloaded getopts v0.2.21
11122024-04-25T09:21:59.865Z Downloaded generic-array v0.14.7
11132024-04-25T09:21:59.865Z Downloaded rtoolbox v0.0.1
11142024-04-25T09:21:59.872Z Downloaded pin-utils v0.1.0
11152024-04-25T09:21:59.872Z Downloaded phf_shared v0.10.0
11162024-04-25T09:21:59.872Z Downloaded tokio-stream v0.1.15
11172024-04-25T09:21:59.880Z Downloaded structmeta v0.3.0
11182024-04-25T09:21:59.880Z Downloaded structmeta v0.2.0
11192024-04-25T09:21:59.880Z Downloaded diff v0.1.13
11202024-04-25T09:21:59.913Z Downloaded structmeta-derive v0.3.0
11212024-04-25T09:21:59.913Z Downloaded time-core v0.1.2
11222024-04-25T09:21:59.913Z Downloaded num-traits v0.2.18
11232024-04-25T09:21:59.914Z Downloaded sigpipe v0.1.3
11242024-04-25T09:21:59.914Z Downloaded dtrace-parser v0.2.0
11252024-04-25T09:21:59.914Z Downloaded rpassword v7.3.1
11262024-04-25T09:21:59.914Z Downloaded strum_macros v0.24.3
11272024-04-25T09:21:59.922Z Downloaded serde_tokenstream v0.1.7
11282024-04-25T09:21:59.923Z Downloaded group v0.13.0
11292024-04-25T09:21:59.923Z Downloaded signature v1.6.4
11302024-04-25T09:21:59.923Z Downloaded walkdir v2.5.0
11312024-04-25T09:21:59.923Z Downloaded crypto-bigint v0.5.2
11322024-04-25T09:21:59.923Z Downloaded url v2.5.0
11332024-04-25T09:21:59.923Z Downloaded strum v0.26.2
11342024-04-25T09:21:59.923Z Downloaded topological-sort v0.2.2
11352024-04-25T09:21:59.923Z Downloaded untrusted v0.7.1
11362024-04-25T09:21:59.924Z Downloaded unicode-ident v1.0.12
11372024-04-25T09:21:59.924Z Downloaded tokio-rustls v0.25.0
11382024-04-25T09:21:59.924Z Downloaded rustls-pemfile v2.1.2
11392024-04-25T09:21:59.924Z Downloaded sqlparser_derive v0.2.2
11402024-04-25T09:21:59.951Z Downloaded proc-macro-crate v1.3.1
11412024-04-25T09:21:59.951Z Downloaded tap v1.0.1
11422024-04-25T09:21:59.951Z Downloaded peg v0.8.2
11432024-04-25T09:21:59.951Z Downloaded derive-where v1.2.7
11442024-04-25T09:21:59.951Z Downloaded blake3 v1.5.0
11452024-04-25T09:21:59.961Z Downloaded openssl-macros v0.1.1
11462024-04-25T09:21:59.962Z Downloaded opaque-debug v0.3.0
11472024-04-25T09:21:59.962Z Downloaded openssl-probe v0.1.5
11482024-04-25T09:21:59.962Z Downloaded slab v0.4.9
11492024-04-25T09:21:59.962Z Downloaded scopeguard v1.2.0
11502024-04-25T09:21:59.962Z Downloaded toml v0.5.11
11512024-04-25T09:21:59.962Z Downloaded schemars v0.8.16
11522024-04-25T09:21:59.976Z Downloaded enum-as-inner v0.5.1
11532024-04-25T09:21:59.977Z Downloaded xattr v1.0.1
11542024-04-25T09:21:59.977Z Downloaded pin-project-lite v0.2.13
11552024-04-25T09:21:59.977Z Downloaded tabled_derive v0.7.0
11562024-04-25T09:21:59.977Z Downloaded time-macros v0.2.17
11572024-04-25T09:22:00.013Z Downloaded ucd-trie v0.1.6
11582024-04-25T09:22:00.013Z Downloaded tiny-keccak v2.0.2
11592024-04-25T09:22:00.013Z Downloaded fixedbitset v0.4.2
11602024-04-25T09:22:00.014Z Downloaded pkcs1 v0.7.5
11612024-04-25T09:22:00.014Z Downloaded toml v0.8.12
11622024-04-25T09:22:00.014Z Downloaded glob v0.3.1
11632024-04-25T09:22:00.014Z Downloaded flagset v0.4.3
11642024-04-25T09:22:00.039Z Downloaded predicates-tree v1.0.9
11652024-04-25T09:22:00.039Z Downloaded errno v0.3.8
11662024-04-25T09:22:00.040Z Downloaded hashbrown v0.12.3
11672024-04-25T09:22:00.040Z Downloaded postcard v1.0.8
11682024-04-25T09:22:00.040Z Downloaded yasna v0.5.2
11692024-04-25T09:22:00.040Z Downloaded serde_spanned v0.6.5
11702024-04-25T09:22:00.041Z Downloaded hyper v0.14.28
11712024-04-25T09:22:00.041Z Downloaded derive_builder v0.20.0
11722024-04-25T09:22:00.041Z Downloaded poly1305 v0.8.0
11732024-04-25T09:22:00.041Z Downloaded rustyline v14.0.0
11742024-04-25T09:22:00.041Z Downloaded toml v0.7.8
11752024-04-25T09:22:00.041Z Downloaded dof v0.3.0
11762024-04-25T09:22:00.041Z Downloaded globset v0.4.13
11772024-04-25T09:22:00.041Z Downloaded platforms v3.0.2
11782024-04-25T09:22:00.041Z Downloaded csv-core v0.1.11
11792024-04-25T09:22:00.041Z Downloaded env_logger v0.10.0
11802024-04-25T09:22:00.041Z Downloaded prettyplease v0.2.19
11812024-04-25T09:22:00.042Z Downloaded typed-path v0.7.0
11822024-04-25T09:22:00.463Z Downloaded futures-util v0.3.30
11832024-04-25T09:22:00.463Z Downloaded derive_builder_core v0.20.0
11842024-04-25T09:22:00.463Z Downloaded serde_with v3.7.0
11852024-04-25T09:22:00.476Z Downloaded ron v0.8.1
11862024-04-25T09:22:00.476Z Downloaded oso v0.27.3
11872024-04-25T09:22:00.476Z Downloaded similar v2.4.0
11882024-04-25T09:22:00.476Z Downloaded tough v0.17.1
11892024-04-25T09:22:00.476Z Downloaded flate2 v1.0.28
11902024-04-25T09:22:00.476Z Downloaded tokio-postgres v0.7.10
11912024-04-25T09:22:00.476Z Downloaded rayon-core v1.12.1
11922024-04-25T09:22:00.476Z Downloaded reedline v0.31.0
11932024-04-25T09:22:00.476Z Downloaded quick-xml v0.31.0
11942024-04-25T09:22:00.476Z Downloaded unicode-segmentation v1.10.1
11952024-04-25T09:22:00.477Z Downloaded rand v0.8.5
11962024-04-25T09:22:00.477Z Downloaded toml_edit v0.19.15
11972024-04-25T09:22:00.477Z Downloaded toml_edit v0.22.12
11982024-04-25T09:22:00.477Z Downloaded time v0.3.34
11992024-04-25T09:22:00.477Z Downloaded tokio-util v0.7.10
12002024-04-25T09:22:00.477Z Downloaded zerocopy v0.7.32
12012024-04-25T09:22:00.477Z Downloaded winnow v0.5.15
12022024-04-25T09:22:00.477Z Downloaded regex-automata v0.1.10
12032024-04-25T09:22:00.477Z Downloaded syn v2.0.60
12042024-04-25T09:22:00.477Z Downloaded petgraph v0.6.4
12052024-04-25T09:22:00.477Z Downloaded lalrpop v0.19.12
12062024-04-25T09:22:00.477Z Downloaded regex-syntax v0.6.29
12072024-04-25T09:22:00.478Z Downloaded tabled v0.15.0
12082024-04-25T09:22:00.478Z Downloaded object v0.32.1
12092024-04-25T09:22:00.478Z Downloaded smoltcp v0.9.1
12102024-04-25T09:22:00.478Z Downloaded goblin v0.8.0
12112024-04-25T09:22:00.478Z Downloaded rayon v1.10.0
12122024-04-25T09:22:00.479Z Downloaded sqlparser v0.45.0
12132024-04-25T09:22:00.479Z Downloaded rustls v0.21.9
12142024-04-25T09:22:00.479Z Downloaded openssl v0.10.64
12152024-04-25T09:22:00.479Z Downloaded trust-dns-proto v0.22.0
12162024-04-25T09:22:00.479Z Downloaded regex v1.10.4
12172024-04-25T09:22:00.479Z Downloaded diesel v2.1.6
12182024-04-25T09:22:00.479Z Downloaded regex-syntax v0.8.2
12192024-04-25T09:22:00.479Z Downloaded radix_trie v0.2.1
12202024-04-25T09:22:00.479Z Downloaded object v0.30.4
12212024-04-25T09:22:00.480Z Downloaded gimli v0.28.0
12222024-04-25T09:22:00.480Z Downloaded regress v0.9.1
12232024-04-25T09:22:00.480Z Downloaded polar-core v0.27.3
12242024-04-25T09:22:00.480Z Downloaded curve25519-dalek v4.1.2
12252024-04-25T09:22:00.480Z Downloaded smoltcp v0.11.0
12262024-04-25T09:22:00.480Z Downloaded rustix v0.38.31
12272024-04-25T09:22:00.480Z Downloaded openapiv3 v2.0.0
12282024-04-25T09:22:00.480Z Downloaded sled v0.34.7
12292024-04-25T09:22:00.480Z Downloaded sha3 v0.10.8
12302024-04-25T09:22:00.480Z Downloaded ratatui v0.26.2
12312024-04-25T09:22:00.503Z Downloaded bzip2-sys v0.1.11+1.0.8
12322024-04-25T09:22:00.504Z Downloaded webpki-roots v0.25.2
12332024-04-25T09:22:00.504Z Downloaded zerocopy-derive v0.2.0
12342024-04-25T09:22:00.922Z Downloaded zerocopy-derive v0.6.6
12352024-04-25T09:22:00.922Z Downloaded rustls v0.22.4
12362024-04-25T09:22:01.346Z Downloaded regex-automata v0.4.5
12372024-04-25T09:22:01.346Z Downloaded csv v1.3.0
12382024-04-25T09:22:01.347Z Downloaded tokio v1.37.0
12392024-04-25T09:22:01.347Z Downloaded encoding_rs v0.8.33
12402024-04-25T09:22:01.347Z Downloaded libc v0.2.153
12412024-04-25T09:22:01.347Z Downloaded bstr v1.9.0
12422024-04-25T09:22:01.347Z Downloaded bstr v0.2.17
12432024-04-25T09:22:01.347Z Downloaded nix v0.28.0
12442024-04-25T09:22:01.347Z Downloaded vcpkg v0.2.15
12452024-04-25T09:22:01.347Z Downloaded idna v0.2.3
12462024-04-25T09:22:01.347Z Downloaded rustls-webpki v0.102.1
12472024-04-25T09:22:01.347Z Downloaded syn v1.0.109
12482024-04-25T09:22:01.347Z Downloaded idna v0.5.0
12492024-04-25T09:22:01.347Z Downloaded bitvec v1.0.1
12502024-04-25T09:22:01.347Z Downloaded portable-atomic v1.4.3
12512024-04-25T09:22:01.347Z Downloaded steno v0.4.0
12522024-04-25T09:22:01.347Z Downloaded unicode-normalization v0.1.22
12532024-04-25T09:22:01.347Z Downloaded reqwest v0.11.24
12542024-04-25T09:22:01.347Z Downloaded h2 v0.3.26
12552024-04-25T09:22:01.347Z Downloaded proptest v1.4.0
12562024-04-25T09:22:01.347Z Downloaded winnow v0.6.1
12572024-04-25T09:22:01.347Z Downloaded pest v2.7.6
12582024-04-25T09:22:01.347Z Downloaded rsa v0.9.2
12592024-04-25T09:22:01.347Z Downloaded crossterm v0.27.0
12602024-04-25T09:22:01.347Z Downloaded chrono v0.4.38
12612024-04-25T09:22:01.348Z Downloaded rustls-webpki v0.101.7
12622024-04-25T09:22:01.348Z Downloaded unsafe-libyaml v0.2.10
12632024-04-25T09:22:01.348Z Downloaded hashbrown v0.14.3
12642024-04-25T09:22:01.348Z Downloaded darling_core v0.20.8
12652024-04-25T09:22:01.348Z Downloaded clap_builder v4.5.2
12662024-04-25T09:22:01.348Z Downloaded tabwriter v1.4.0
12672024-04-25T09:22:01.348Z Downloaded serde_repr v0.1.16
12682024-04-25T09:22:01.348Z Downloaded x509-cert v0.2.4
12692024-04-25T09:22:01.348Z Downloaded serde_json v1.0.116
12702024-04-25T09:22:01.348Z Downloaded expectorate v1.1.0
12712024-04-25T09:22:01.348Z Downloaded ryu v1.0.15
12722024-04-25T09:22:01.348Z Downloaded zerocopy-derive v0.7.32
12732024-04-25T09:22:01.348Z Downloaded siphasher v0.3.11
12742024-04-25T09:22:01.348Z Downloaded dyn-clone v1.0.17
12752024-04-25T09:22:01.348Z Downloaded take_mut v0.2.2
12762024-04-25T09:22:01.348Z Downloaded serde_plain v1.0.2
12772024-04-25T09:22:01.348Z Downloaded serde_arrays v0.1.0
12782024-04-25T09:22:01.348Z Downloaded serde-hex v0.1.0
12792024-04-25T09:22:01.348Z Downloaded env_logger v0.9.3
12802024-04-25T09:22:01.348Z Downloaded zeroize v1.7.0
12812024-04-25T09:22:01.348Z Downloaded parking_lot v0.12.1
12822024-04-25T09:22:01.348Z Downloaded papergrid v0.11.0
12832024-04-25T09:22:01.348Z Downloaded owo-colors v4.0.0
12842024-04-25T09:22:01.349Z Downloaded libxml v0.3.3
12852024-04-25T09:22:01.349Z Downloaded rustc-demangle v0.1.23
12862024-04-25T09:22:01.349Z Downloaded gethostname v0.4.3
12872024-04-25T09:22:01.349Z Downloaded hashbrown v0.13.2
12882024-04-25T09:22:01.349Z Downloaded tungstenite v0.21.0
12892024-04-25T09:22:01.349Z Downloaded itertools v0.12.1
12902024-04-25T09:22:01.349Z Downloaded tokio-rustls v0.24.1
12912024-04-25T09:22:01.349Z Downloaded tokio-tungstenite v0.20.1
12922024-04-25T09:22:01.349Z Downloaded predicates-core v1.0.6
12932024-04-25T09:22:01.349Z Downloaded zeroize_derive v1.4.2
12942024-04-25T09:22:01.349Z Downloaded display-error-chain v0.2.0
12952024-04-25T09:22:01.349Z Downloaded pest_meta v2.7.6
12962024-04-25T09:22:01.349Z Downloaded dtrace-parser v0.1.14
12972024-04-25T09:22:01.349Z Downloaded parking_lot v0.11.2
12982024-04-25T09:22:01.349Z Downloaded minimal-lexical v0.2.1
12992024-04-25T09:22:01.349Z Downloaded darling v0.20.8
13002024-04-25T09:22:01.349Z Downloaded rcgen v0.12.1
13012024-04-25T09:22:01.349Z Downloaded serde v1.0.198
13022024-04-25T09:22:01.349Z Downloaded trust-dns-server v0.22.1
13032024-04-25T09:22:01.349Z Downloaded rand_core v0.6.4
13042024-04-25T09:22:01.349Z Downloaded rand_chacha v0.3.1
13052024-04-25T09:22:01.349Z Downloaded float-cmp v0.9.0
13062024-04-25T09:22:01.349Z Downloaded ring v0.17.8
13072024-04-25T09:22:01.349Z Downloaded equivalent v1.0.1
13082024-04-25T09:22:01.350Z Downloaded spin v0.9.8
13092024-04-25T09:22:01.350Z Downloaded vte v0.11.1
13102024-04-25T09:22:01.350Z Downloaded elliptic-curve v0.13.8
13112024-04-25T09:22:01.350Z Downloaded publicsuffix v2.2.3
13122024-04-25T09:22:01.350Z Downloaded sqlformat v0.2.3
13132024-04-25T09:22:01.350Z Downloaded spki v0.7.2
13142024-04-25T09:22:01.350Z Downloaded schemars_derive v0.8.16
13152024-04-25T09:22:01.350Z Downloaded slog-term v2.9.1
13162024-04-25T09:22:01.350Z Downloaded parking_lot_core v0.8.6
13172024-04-25T09:22:01.350Z Downloaded num-bigint-dig v0.8.4
13182024-04-25T09:22:01.350Z Downloaded serde_yaml v0.9.25
13192024-04-25T09:22:01.350Z Downloaded fs-err v2.11.0
13202024-04-25T09:22:01.350Z Downloaded zerocopy v0.3.0
13212024-04-25T09:22:01.350Z Downloaded trust-dns-resolver v0.22.0
13222024-04-25T09:22:01.350Z Downloaded nom v7.1.3
13232024-04-25T09:22:01.350Z Downloaded ring v0.16.20
13242024-04-25T09:22:01.350Z Downloaded itertools v0.10.5
13252024-04-25T09:22:01.350Z Downloaded omicron-zone-package v0.11.0
13262024-04-25T09:22:01.350Z Downloaded ron v0.7.1
13272024-04-25T09:22:01.350Z Downloaded libm v0.2.7
13282024-04-25T09:22:01.350Z Downloaded bindgen v0.69.2
13292024-04-25T09:22:01.350Z Downloaded heapless v0.8.0
13302024-04-25T09:22:01.350Z Downloaded semver v1.0.22
13312024-04-25T09:22:01.350Z Downloaded salty v0.2.0
13322024-04-25T09:22:01.351Z Downloaded slog-scope v4.4.0
13332024-04-25T09:22:01.351Z Downloaded rustc-hash v1.1.0
13342024-04-25T09:22:01.351Z Downloaded ref-cast-impl v1.0.22
13352024-04-25T09:22:01.351Z Downloaded usdt-attr-macro v0.3.5
13362024-04-25T09:22:01.356Z Downloaded peeking_take_while v0.1.2
13372024-04-25T09:22:01.356Z Downloaded path-slash v0.1.5
13382024-04-25T09:22:01.356Z Downloaded parse-display v0.9.0
13392024-04-25T09:22:01.356Z Downloaded phf v0.11.2
13402024-04-25T09:22:01.356Z Downloaded num_enum v0.5.11
13412024-04-25T09:22:01.356Z Downloaded dirs-sys-next v0.1.2
13422024-04-25T09:22:01.356Z Downloaded digest v0.10.7
13432024-04-25T09:22:01.356Z Downloaded postgres-protocol v0.6.6
13442024-04-25T09:22:01.356Z Downloaded tungstenite v0.20.1
13452024-04-25T09:22:01.356Z Downloaded slog-envlogger v2.2.0
13462024-04-25T09:22:01.356Z Downloaded slog-dtrace v0.3.0
13472024-04-25T09:22:01.356Z Downloaded ppv-lite86 v0.2.17
13482024-04-25T09:22:01.356Z Downloaded mio v0.8.11
13492024-04-25T09:22:01.356Z Downloaded sct v0.7.0
13502024-04-25T09:22:01.356Z Downloaded parse-display-derive v0.9.0
13512024-04-25T09:22:01.357Z Downloaded test-strategy v0.3.1
13522024-04-25T09:22:01.357Z Downloaded textwrap v0.16.1
13532024-04-25T09:22:01.357Z Downloaded openssl-sys v0.9.102
13542024-04-25T09:22:01.357Z Downloaded idna v0.3.0
13552024-04-25T09:22:01.357Z Downloaded crossbeam-channel v0.5.8
13562024-04-25T09:22:01.357Z Downloaded num_cpus v1.16.0
13572024-04-25T09:22:01.357Z Downloaded futures-io v0.3.30
13582024-04-25T09:22:01.357Z Downloaded futures-executor v0.3.30
13592024-04-25T09:22:01.357Z Downloaded futures-core v0.3.30
13602024-04-25T09:22:01.357Z Downloaded dof v0.1.5
13612024-04-25T09:22:01.357Z Downloaded wyz v0.5.1
13622024-04-25T09:22:01.357Z Downloaded crucible-workspace-hack v0.1.0
13632024-04-25T09:22:01.357Z Downloaded tracing v0.1.40
13642024-04-25T09:22:01.357Z Downloaded password-hash v0.5.0
13652024-04-25T09:22:01.357Z Downloaded num-rational v0.4.1
13662024-04-25T09:22:01.357Z Downloaded proc-macro2 v1.0.81
13672024-04-25T09:22:01.357Z Downloaded unicase v2.7.0
13682024-04-25T09:22:01.357Z Downloaded synstructure v0.12.6
13692024-04-25T09:22:01.357Z Downloaded supports-color v3.0.0
13702024-04-25T09:22:01.357Z Downloaded subtle v2.5.0
13712024-04-25T09:22:01.357Z Downloaded getrandom v0.2.12
13722024-04-25T09:22:01.357Z Downloaded futures-channel v0.3.30
13732024-04-25T09:22:01.357Z Downloaded proc-macro-error v1.0.4
13742024-04-25T09:22:01.358Z Downloaded usdt-impl v0.5.0
13752024-04-25T09:22:01.358Z Downloaded shell-words v1.1.0
13762024-04-25T09:22:01.358Z Downloaded sha1 v0.10.6
13772024-04-25T09:22:01.358Z Downloaded der_derive v0.7.2
13782024-04-25T09:22:01.358Z Downloaded base64 v0.22.0
13792024-04-25T09:22:01.358Z Downloaded backtrace v0.3.69
13802024-04-25T09:22:01.358Z Downloaded radium v0.7.0
13812024-04-25T09:22:01.358Z Downloaded deranged v0.3.11
13822024-04-25T09:22:01.358Z Downloaded thiserror-impl-no-std v2.0.2
13832024-04-25T09:22:01.358Z Downloaded parking_lot_core v0.9.8
13842024-04-25T09:22:01.358Z Downloaded snafu v0.8.2
13852024-04-25T09:22:01.358Z Downloaded cc v1.0.83
13862024-04-25T09:22:01.358Z Downloaded quote v1.0.36
13872024-04-25T09:22:01.358Z Downloaded hash32 v0.2.1
13882024-04-25T09:22:01.358Z Downloaded tracing-core v0.1.32
13892024-04-25T09:22:01.358Z Downloaded memchr v2.7.1
13902024-04-25T09:22:01.358Z Downloaded tinyvec v1.6.0
13912024-04-25T09:22:01.358Z Downloaded base64 v0.13.1
13922024-04-25T09:22:01.358Z Downloaded pem-rfc7468 v0.7.0
13932024-04-25T09:22:01.358Z Downloaded defmt v0.3.5
13942024-04-25T09:22:01.358Z Downloaded zerocopy v0.6.6
13952024-04-25T09:22:01.358Z Downloaded headers v0.3.9
13962024-04-25T09:22:01.358Z Downloaded utf-8 v0.7.6
13972024-04-25T09:22:01.358Z Downloaded pem v3.0.4
13982024-04-25T09:22:01.359Z Downloaded ed25519 v1.5.3
13992024-04-25T09:22:01.359Z Downloaded defmt-macros v0.3.6
14002024-04-25T09:22:01.359Z Downloaded smf v0.2.3
14012024-04-25T09:22:01.359Z Downloaded uzers v0.11.3
14022024-04-25T09:22:01.359Z Downloaded tui-tree-widget v0.19.0
14032024-04-25T09:22:01.359Z Downloaded erased-serde v0.3.31
14042024-04-25T09:22:01.359Z Downloaded clap v4.5.4
14052024-04-25T09:22:01.359Z Downloaded thiserror-impl v1.0.59
14062024-04-25T09:22:01.359Z Downloaded thiserror v1.0.59
14072024-04-25T09:22:01.359Z Downloaded socket2 v0.5.6
14082024-04-25T09:22:01.359Z Downloaded socket2 v0.4.9
14092024-04-25T09:22:01.359Z Downloaded signal-hook v0.3.17
14102024-04-25T09:22:01.359Z Downloaded cookie v0.18.1
14112024-04-25T09:22:01.359Z Downloaded futures-macro v0.3.30
14122024-04-25T09:22:01.359Z Downloaded tempfile v3.10.1
14132024-04-25T09:22:01.359Z Downloaded snafu-derive v0.8.2
14142024-04-25T09:22:01.359Z Downloaded log v0.4.21
14152024-04-25T09:22:01.359Z Downloaded blake2 v0.10.6
14162024-04-25T09:22:01.359Z Downloaded futures-sink v0.3.30
14172024-04-25T09:22:01.359Z Downloaded universal-hash v0.5.1
14182024-04-25T09:22:01.359Z Downloaded strum_macros v0.26.1
14192024-04-25T09:22:01.359Z Downloaded smallvec v1.13.1
14202024-04-25T09:22:01.359Z Downloaded serde_derive_internals v0.26.0
14212024-04-25T09:22:01.359Z Downloaded mockall_derive v0.12.1
14222024-04-25T09:22:01.360Z Downloaded memmap2 v0.7.1
14232024-04-25T09:22:01.360Z Downloaded md-5 v0.10.5
14242024-04-25T09:22:01.360Z Downloaded libloading v0.7.4
14252024-04-25T09:22:01.360Z Downloaded native-tls v0.2.11
14262024-04-25T09:22:01.360Z Downloaded lock_api v0.4.10
14272024-04-25T09:22:01.360Z Downloaded tokio-macros v2.2.0
14282024-04-25T09:22:01.360Z Downloaded slog-async v2.8.0
14292024-04-25T09:22:01.360Z Downloaded cookie_store v0.20.0
14302024-04-25T09:22:01.364Z Downloaded bitflags v2.4.2
14312024-04-25T09:22:01.364Z Downloaded unicode-width v0.1.11
14322024-04-25T09:22:01.364Z Downloaded termcolor v1.2.0
14332024-04-25T09:22:01.364Z Downloaded structmeta-derive v0.2.0
14342024-04-25T09:22:01.364Z Downloaded spin v0.5.2
14352024-04-25T09:22:01.364Z Downloaded serde_path_to_error v0.1.16
14362024-04-25T09:22:01.368Z Downloaded cookie v0.17.0
14372024-04-25T09:22:01.368Z Downloaded multer v3.0.0
14382024-04-25T09:22:01.368Z Downloaded linked-hash-map v0.5.6
14392024-04-25T09:22:01.371Z Downloaded backoff v0.4.0
14402024-04-25T09:22:01.371Z Downloaded managed v0.8.0
14412024-04-25T09:22:01.372Z Downloaded libefi-sys v0.1.0
14422024-04-25T09:22:01.375Z Downloaded rustc_version v0.4.0
14432024-04-25T09:22:01.375Z Downloaded num-iter v0.1.44
14442024-04-25T09:22:01.375Z Downloaded num-integer v0.1.46
14452024-04-25T09:22:01.378Z Downloaded itoa v1.0.9
14462024-04-25T09:22:01.378Z Downloaded memmap v0.7.0
14472024-04-25T09:22:01.378Z Downloaded lru v0.12.1
14482024-04-25T09:22:01.383Z Downloaded ipnetwork v0.20.0
14492024-04-25T09:22:01.383Z Downloaded indoc v1.0.9
14502024-04-25T09:22:01.383Z Downloaded newtype-uuid v1.1.0
14512024-04-25T09:22:01.393Z Downloaded memoffset v0.7.1
14522024-04-25T09:22:01.393Z Downloaded kstat-rs v0.2.3
14532024-04-25T09:22:01.393Z Downloaded crossbeam-deque v0.8.3
14542024-04-25T09:22:01.393Z Downloaded cancel-safe-futures v0.1.5
14552024-04-25T09:22:01.429Z Downloaded argon2 v0.5.3
14562024-04-25T09:22:01.429Z Downloaded bzip2 v0.4.4
14572024-04-25T09:22:01.429Z Downloaded bcs v0.1.6
14582024-04-25T09:22:01.429Z Downloaded arrayvec v0.7.4
14592024-04-25T09:22:01.429Z Downloaded tinyvec_macros v0.1.1
14602024-04-25T09:22:01.429Z Downloaded castaway v0.2.2
14612024-04-25T09:22:01.430Z Downloaded cassowary v0.3.0
14622024-04-25T09:22:01.430Z Downloaded byteorder v1.5.0
14632024-04-25T09:22:01.430Z Downloaded bit-set v0.5.3
14642024-04-25T09:22:01.430Z Downloaded cfg-if v1.0.0
14652024-04-25T09:22:01.430Z Downloaded bit-vec v0.6.3
14662024-04-25T09:22:01.473Z Downloaded httpdate v1.0.3
14672024-04-25T09:22:01.473Z Downloaded home v0.5.5
14682024-04-25T09:22:01.473Z Downloaded bb8 v0.8.3
14692024-04-25T09:22:01.473Z Downloaded async-recursion v1.1.0
14702024-04-25T09:22:01.473Z Downloaded bytes v1.6.0
14712024-04-25T09:22:01.473Z Downloaded http-range v0.1.5
14722024-04-25T09:22:01.473Z Downloaded hostname v0.3.1
14732024-04-25T09:22:01.473Z Downloaded highway v1.1.0
14742024-04-25T09:22:01.473Z Downloaded hex v0.4.3
14752024-04-25T09:22:01.473Z Downloaded atomicwrites v0.4.3
14762024-04-25T09:22:01.473Z Downloaded arrayref v0.3.7
14772024-04-25T09:22:01.473Z Downloaded cfg_aliases v0.1.1
14782024-04-25T09:22:01.474Z Downloaded bitstruct v0.1.1
14792024-04-25T09:22:01.474Z Downloaded arc-swap v1.6.0
14802024-04-25T09:22:01.474Z Downloaded anyhow v1.0.82
14812024-04-25T09:22:01.474Z Downloaded hubpack_derive v0.1.1
14822024-04-25T09:22:01.474Z Downloaded base16ct v0.2.0
14832024-04-25T09:22:01.474Z Downloaded assert_matches v1.5.0
14842024-04-25T09:22:01.474Z Downloaded autocfg v1.1.0
14852024-04-25T09:22:01.474Z Downloaded atomic-waker v1.1.1
14862024-04-25T09:22:01.474Z Downloaded async-stream-impl v0.3.5
14872024-04-25T09:22:01.474Z Downloaded aho-corasick v1.1.2
14882024-04-25T09:22:01.839Z Compiling proc-macro2 v1.0.81
14892024-04-25T09:22:01.839Z Compiling unicode-ident v1.0.12
14902024-04-25T09:22:01.843Z Compiling libc v0.2.153
14912024-04-25T09:22:01.843Z Compiling serde v1.0.198
14922024-04-25T09:22:01.843Z Compiling version_check v0.9.4
14932024-04-25T09:22:01.843Z Compiling autocfg v1.1.0
14942024-04-25T09:22:01.883Z Compiling cfg-if v1.0.0
14952024-04-25T09:22:02.009Z Compiling syn v1.0.109
14962024-04-25T09:22:02.031Z Compiling once_cell v1.19.0
14972024-04-25T09:22:02.075Z Compiling byteorder v1.5.0
14982024-04-25T09:22:02.538Z Compiling memchr v2.7.1
14992024-04-25T09:22:02.661Z Compiling ahash v0.8.8
15002024-04-25T09:22:02.661Z Compiling parking_lot_core v0.9.8
15012024-04-25T09:22:02.814Z Compiling lock_api v0.4.10
15022024-04-25T09:22:03.083Z Compiling serde_json v1.0.116
15032024-04-25T09:22:03.083Z Compiling libm v0.2.7
15042024-04-25T09:22:03.083Z Compiling num-traits v0.2.18
15052024-04-25T09:22:03.897Z Compiling thiserror v1.0.59
15062024-04-25T09:22:04.355Z Compiling typenum v1.16.0
15072024-04-25T09:22:04.355Z Compiling generic-array v0.14.7
15082024-04-25T09:22:04.355Z Compiling itoa v1.0.9
15092024-04-25T09:22:04.355Z Compiling quote v1.0.36
15102024-04-25T09:22:04.355Z Compiling log v0.4.21
15112024-04-25T09:22:04.355Z Compiling scopeguard v1.2.0
15122024-04-25T09:22:04.379Z Compiling cc v1.0.83
15132024-04-25T09:22:04.436Z Compiling syn v2.0.60
15142024-04-25T09:22:04.583Z Compiling getrandom v0.2.12
15152024-04-25T09:22:05.183Z Compiling pkg-config v0.3.27
15162024-04-25T09:22:05.199Z Compiling allocator-api2 v0.2.16
15172024-04-25T09:22:05.476Z Compiling slab v0.4.9
15182024-04-25T09:22:05.502Z Compiling ryu v1.0.15
15192024-04-25T09:22:06.070Z Compiling smallvec v1.13.1
15202024-04-25T09:22:06.244Z Compiling schemars v0.8.16
15212024-04-25T09:22:06.515Z Compiling pin-project-lite v0.2.13
15222024-04-25T09:22:06.634Z Compiling equivalent v1.0.1
15232024-04-25T09:22:07.120Z Compiling vcpkg v0.2.15
15242024-04-25T09:22:07.136Z Compiling ring v0.17.8
15252024-04-25T09:22:07.555Z Compiling parking_lot v0.12.1
15262024-04-25T09:22:08.024Z Compiling signal-hook-registry v1.4.1
15272024-04-25T09:22:08.380Z Compiling openssl-sys v0.9.102
15282024-04-25T09:22:09.305Z Compiling heck v0.4.1
15292024-04-25T09:22:09.519Z Compiling mio v0.8.11
15302024-04-25T09:22:09.717Z Compiling fnv v1.0.7
15312024-04-25T09:22:09.727Z Compiling rand_core v0.6.4
15322024-04-25T09:22:10.092Z Compiling time-core v0.1.2
15332024-04-25T09:22:10.121Z Compiling num-conv v0.1.0
15342024-04-25T09:22:10.133Z Compiling ring v0.16.20
15352024-04-25T09:22:10.311Z Compiling socket2 v0.5.6
15362024-04-25T09:22:10.413Z Compiling time-macros v0.2.17
15372024-04-25T09:22:10.848Z Compiling num_cpus v1.16.0
15382024-04-25T09:22:11.181Z Compiling httparse v1.8.0
15392024-04-25T09:22:11.644Z Compiling serde_derive_internals v0.26.0
15402024-04-25T09:22:11.929Z Compiling futures-core v0.3.30
15412024-04-25T09:22:12.186Z Compiling ucd-trie v0.1.6
15422024-04-25T09:22:12.207Z Compiling openssl v0.10.64
15432024-04-25T09:22:12.593Z Compiling rustix v0.38.31
15442024-04-25T09:22:12.871Z Compiling iana-time-zone v0.1.57
15452024-04-25T09:22:13.405Z Compiling crossbeam-utils v0.8.19
15462024-04-25T09:22:13.821Z Compiling semver v1.0.22
15472024-04-25T09:22:13.821Z Compiling tinyvec_macros v0.1.1
15482024-04-25T09:22:13.838Z Compiling rustls v0.21.9
15492024-04-25T09:22:13.838Z Compiling native-tls v0.2.11
15502024-04-25T09:22:13.838Z Compiling spin v0.5.2
15512024-04-25T09:22:13.839Z Compiling tinyvec v1.6.0
15522024-04-25T09:22:13.976Z Compiling spin v0.9.8
15532024-04-25T09:22:13.999Z Compiling const-oid v0.9.6
15542024-04-25T09:22:14.287Z Compiling subtle v2.5.0
15552024-04-25T09:22:14.493Z Compiling unicode-xid v0.2.4
15562024-04-25T09:22:14.543Z Compiling futures-sink v0.3.30
15572024-04-25T09:22:14.638Z Compiling synstructure v0.12.6
15582024-04-25T09:22:14.745Z Compiling backtrace v0.3.69
15592024-04-25T09:22:15.273Z Compiling unicode-normalization v0.1.22
15602024-04-25T09:22:15.664Z Compiling cookie v0.17.0
15612024-04-25T09:22:15.918Z Compiling unicode-bidi v0.3.15
15622024-04-25T09:22:16.122Z Compiling slog v2.7.0
15632024-04-25T09:22:16.145Z Compiling dyn-clone v1.0.17
15642024-04-25T09:22:16.186Z Compiling uuid v0.8.2
15652024-04-25T09:22:16.523Z Compiling futures-channel v0.3.30
15662024-04-25T09:22:16.820Z Compiling tracing-core v0.1.32
15672024-04-25T09:22:16.888Z Compiling futures-io v0.3.30
15682024-04-25T09:22:16.980Z Compiling pin-utils v0.1.0
15692024-04-25T09:22:17.023Z Compiling serde_derive v1.0.198
15702024-04-25T09:22:17.060Z Compiling zerocopy-derive v0.7.32
15712024-04-25T09:22:17.081Z Compiling zeroize_derive v1.4.2
15722024-04-25T09:22:17.172Z Compiling thiserror-impl v1.0.59
15732024-04-25T09:22:17.215Z Compiling tokio-macros v2.2.0
15742024-04-25T09:22:17.484Z Compiling futures-macro v0.3.30
15752024-04-25T09:22:18.371Z Compiling tracing-attributes v0.1.27
15762024-04-25T09:22:18.636Z Compiling schemars_derive v0.8.16
15772024-04-25T09:22:18.912Z Compiling zerocopy v0.7.32
15782024-04-25T09:22:19.291Z Compiling zeroize v1.7.0
15792024-04-25T09:22:20.034Z Compiling pest v2.7.6
15802024-04-25T09:22:21.143Z Compiling hashbrown v0.14.3
15812024-04-25T09:22:21.420Z Compiling openssl-macros v0.1.1
15822024-04-25T09:22:21.697Z Compiling zerocopy-derive v0.2.0
15832024-04-25T09:22:22.138Z Compiling futures-task v0.3.30
15842024-04-25T09:22:22.448Z Compiling pest_meta v2.7.6
15852024-04-25T09:22:22.684Z Compiling futures-util v0.3.30
15862024-04-25T09:22:23.053Z Compiling tracing v0.1.40
15872024-04-25T09:22:23.560Z Compiling crypto-common v0.1.6
15882024-04-25T09:22:23.576Z Compiling der_derive v0.7.2
15892024-04-25T09:22:23.624Z Compiling pest_generator v2.7.6
15902024-04-25T09:22:25.412Z Compiling aho-corasick v1.1.2
15912024-04-25T09:22:26.285Z Compiling winnow v0.5.15
15922024-04-25T09:22:26.317Z Compiling pest_derive v2.7.6
15932024-04-25T09:22:27.863Z Compiling anyhow v1.0.82
15942024-04-25T09:22:28.049Z Compiling regex-syntax v0.8.2
15952024-04-25T09:22:29.353Z Compiling block-buffer v0.10.4
15962024-04-25T09:22:29.599Z Compiling usdt-impl v0.3.5
15972024-04-25T09:22:29.801Z Compiling untrusted v0.9.0
15982024-04-25T09:22:29.839Z Compiling crc32fast v1.3.2
15992024-04-25T09:22:29.934Z Compiling powerfmt v0.2.0
16002024-04-25T09:22:29.968Z Compiling rustversion v1.0.14
16012024-04-25T09:22:30.273Z Compiling bytes v1.6.0
16022024-04-25T09:22:30.411Z Compiling indexmap v2.2.6
16032024-04-25T09:22:30.539Z Compiling uuid v1.8.0
16042024-04-25T09:22:32.424Z Compiling bitflags v2.4.2
16052024-04-25T09:22:32.436Z Compiling chrono v0.4.38
16062024-04-25T09:22:32.803Z Compiling tokio v1.37.0
16072024-04-25T09:22:34.085Z Compiling toml_datetime v0.6.5
16082024-04-25T09:22:34.574Z Compiling serde_spanned v0.6.5
16092024-04-25T09:22:34.756Z Compiling http v0.2.12
16102024-04-25T09:22:35.170Z Compiling toml_edit v0.19.15
16112024-04-25T09:22:35.533Z Compiling rustc_version v0.4.0
16122024-04-25T09:22:37.018Z Compiling regex-automata v0.4.5
16132024-04-25T09:22:37.544Z Compiling heapless v0.7.16
16142024-04-25T09:22:38.236Z Compiling deranged v0.3.11
16152024-04-25T09:22:40.548Z Compiling digest v0.10.7
16162024-04-25T09:22:40.955Z Compiling scroll_derive v0.12.0
16172024-04-25T09:22:41.274Z Compiling bzip2-sys v0.1.11+1.0.8
16182024-04-25T09:22:42.024Z Compiling percent-encoding v2.3.1
16192024-04-25T09:22:42.321Z Compiling num_threads v0.1.6
16202024-04-25T09:22:42.364Z Compiling ppv-lite86 v0.2.17
16212024-04-25T09:22:42.677Z Compiling signal-hook v0.3.17
16222024-04-25T09:22:42.914Z Compiling time v0.3.34
16232024-04-25T09:22:43.512Z Compiling rand_chacha v0.3.1
16242024-04-25T09:22:44.164Z Compiling regex v1.10.4
16252024-04-25T09:22:46.412Z Compiling zerocopy v0.3.0
16262024-04-25T09:22:46.748Z Compiling thread-id v4.2.0
16272024-04-25T09:22:47.225Z Compiling dof v0.1.5
16282024-04-25T09:22:47.298Z Compiling rand v0.8.5
16292024-04-25T09:22:48.001Z Compiling tokio-util v0.7.10
16302024-04-25T09:22:48.861Z Compiling dtrace-parser v0.1.14
16312024-04-25T09:22:49.153Z Compiling async-trait v0.1.80
16322024-04-25T09:22:49.943Z Compiling num-bigint v0.4.4
16332024-04-25T09:22:50.534Z Compiling base64ct v1.6.0
16342024-04-25T09:22:50.569Z Compiling adler v1.0.2
16352024-04-25T09:22:50.569Z Compiling untrusted v0.7.1
16362024-04-25T09:22:50.608Z Compiling smoltcp v0.9.1
16372024-04-25T09:22:50.677Z Compiling unicode-width v0.1.11
16382024-04-25T09:22:50.718Z Compiling foreign-types-shared v0.1.1
16392024-04-25T09:22:51.193Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
16402024-04-25T09:22:51.193Z Compiling foreign-types v0.3.2
16412024-04-25T09:22:51.205Z Compiling miniz_oxide v0.7.1
16422024-04-25T09:22:51.497Z Compiling pem-rfc7468 v0.7.0
16432024-04-25T09:22:53.646Z Compiling form_urlencoded v1.2.1
16442024-04-25T09:22:54.610Z Compiling hmac v0.12.1
16452024-04-25T09:22:54.629Z Compiling serde_tokenstream v0.1.7
16462024-04-25T09:22:54.629Z Compiling errno v0.3.8
16472024-04-25T09:22:54.629Z Compiling base64 v0.21.7
16482024-04-25T09:22:54.841Z Compiling try-lock v0.2.4
16492024-04-25T09:22:55.000Z Compiling siphasher v0.3.11
16502024-04-25T09:22:55.330Z Compiling flagset v0.4.3
16512024-04-25T09:22:55.395Z Compiling want v0.3.1
16522024-04-25T09:22:55.528Z Compiling der v0.7.8
16532024-04-25T09:22:57.058Z Compiling sct v0.7.0
16542024-04-25T09:22:57.284Z Compiling rustls-webpki v0.101.7
16552024-04-25T09:22:57.370Z Compiling h2 v0.3.26
16562024-04-25T09:22:58.931Z Compiling http-body v0.4.5
16572024-04-25T09:23:00.416Z Compiling openapiv3 v2.0.0
16582024-04-25T09:23:00.624Z Compiling lazy_static v1.4.0
16592024-04-25T09:23:00.773Z Compiling hubpack_derive v0.1.1
16602024-04-25T09:23:00.848Z Compiling zerocopy-derive v0.6.6
16612024-04-25T09:23:00.914Z Compiling idna v0.5.0
16622024-04-25T09:23:02.079Z Compiling usdt-impl v0.5.0
16632024-04-25T09:23:02.287Z Compiling cpufeatures v0.2.12
16642024-04-25T09:23:04.567Z Compiling anstyle v1.0.6
16652024-04-25T09:23:04.568Z Compiling utf8parse v0.2.1
16662024-04-25T09:23:04.568Z Compiling gimli v0.28.0
16672024-04-25T09:23:04.778Z Compiling stable_deref_trait v1.2.0
16682024-04-25T09:23:04.778Z Compiling openssl-probe v0.1.5
16692024-04-25T09:23:04.884Z Compiling tower-service v0.3.2
16702024-04-25T09:23:04.884Z Compiling httpdate v1.0.3
16712024-04-25T09:23:04.884Z Compiling anstyle-parse v0.2.1
16722024-04-25T09:23:04.884Z Compiling sha2 v0.10.8
16732024-04-25T09:23:04.884Z Compiling url v2.5.0
16742024-04-25T09:23:04.917Z Compiling hyper v0.14.28
16752024-04-25T09:23:07.268Z Compiling addr2line v0.21.0
16762024-04-25T09:23:08.068Z Compiling spki v0.7.2
16772024-04-25T09:23:08.128Z Compiling usdt-macro v0.3.5
16782024-04-25T09:23:08.417Z Compiling usdt-attr-macro v0.3.5
16792024-04-25T09:23:11.042Z Compiling scroll v0.12.0
16802024-04-25T09:23:11.477Z Compiling md-5 v0.10.5
16812024-04-25T09:23:11.477Z Compiling serde_tokenstream v0.2.0
16822024-04-25T09:23:11.477Z Compiling stringprep v0.1.3
16832024-04-25T09:23:11.489Z Compiling idna v0.3.0
16842024-04-25T09:23:13.080Z Compiling diesel_table_macro_syntax v0.1.0
16852024-04-25T09:23:13.450Z Compiling num-integer v0.1.46
16862024-04-25T09:23:18.631Z Compiling object v0.32.1
16872024-04-25T09:23:18.794Z Compiling hash32 v0.2.1
16882024-04-25T09:23:18.794Z Compiling plain v0.2.3
16892024-04-25T09:23:18.794Z Compiling rustc-demangle v0.1.23
16902024-04-25T09:23:18.795Z Compiling heck v0.5.0
16912024-04-25T09:23:18.795Z Compiling colorchoice v1.0.0
16922024-04-25T09:23:18.795Z Compiling anstyle-query v1.0.0
16932024-04-25T09:23:18.795Z Compiling fallible-iterator v0.2.0
16942024-04-25T09:23:18.795Z Compiling psl-types v2.0.11
16952024-04-25T09:23:18.795Z Compiling publicsuffix v2.2.3
16962024-04-25T09:23:18.795Z Compiling postgres-protocol v0.6.6
16972024-04-25T09:23:18.867Z Compiling anstream v0.6.11
16982024-04-25T09:23:19.477Z Compiling clap_derive v4.5.4
16992024-04-25T09:23:21.681Z Compiling goblin v0.8.0
17002024-04-25T09:23:24.201Z Compiling diesel_derives v2.1.2
17012024-04-25T09:23:24.796Z Compiling tokio-rustls v0.24.1
17022024-04-25T09:23:33.603Z Compiling pkcs8 v0.10.2
17032024-04-25T09:23:34.095Z Compiling terminal_size v0.3.0
17042024-04-25T09:23:34.096Z Compiling tokio-native-tls v0.3.1
17052024-04-25T09:23:34.096Z Compiling phf_shared v0.11.2
17062024-04-25T09:23:34.100Z Compiling strum_macros v0.25.2
17072024-04-25T09:23:34.101Z Compiling regress v0.9.1
17082024-04-25T09:23:34.102Z Compiling block-padding v0.3.3
17092024-04-25T09:23:34.102Z Compiling enum-as-inner v0.5.1
17102024-04-25T09:23:34.104Z Compiling serde_repr v0.1.16
17112024-04-25T09:23:34.105Z Compiling ff v0.13.0
17122024-04-25T09:23:34.216Z Compiling scheduled-thread-pool v0.2.7
17132024-04-25T09:23:34.737Z Compiling encoding_rs v0.8.33
17142024-04-25T09:23:35.282Z Compiling base16ct v0.2.0
17152024-04-25T09:23:35.309Z Compiling ipnet v2.9.0
17162024-04-25T09:23:35.568Z Compiling strsim v0.11.0
17172024-04-25T09:23:36.315Z Compiling bit-vec v0.6.3
17182024-04-25T09:23:36.357Z Compiling pretty-hex v0.4.1
17192024-04-25T09:23:36.482Z Compiling ident_case v1.0.1
17202024-04-25T09:23:36.584Z Compiling regex-automata v0.1.10
17212024-04-25T09:23:36.661Z Compiling matches v0.1.10
17222024-04-25T09:23:36.770Z Compiling bitflags v1.3.2
17232024-04-25T09:23:37.035Z Compiling strsim v0.10.0
17242024-04-25T09:23:38.171Z Compiling managed v0.8.0
17252024-04-25T09:23:38.603Z Compiling clap_lex v0.7.0
17262024-04-25T09:23:38.603Z Compiling mime v0.3.17
17272024-04-25T09:23:38.603Z Compiling clap_builder v4.5.2
17282024-04-25T09:23:38.603Z Compiling darling_core v0.20.8
17292024-04-25T09:23:40.760Z Compiling bstr v0.2.17
17302024-04-25T09:23:41.673Z Compiling idna v0.2.3
17312024-04-25T09:23:42.468Z Compiling dof v0.3.0
17322024-04-25T09:23:43.042Z Compiling sec1 v0.7.3
17332024-04-25T09:23:43.592Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
17342024-04-25T09:23:44.151Z Compiling r2d2 v0.8.10
17352024-04-25T09:23:44.432Z Compiling group v0.13.0
17362024-04-25T09:23:44.767Z Compiling inout v0.1.3
17372024-04-25T09:23:45.563Z Compiling phf v0.11.2
17382024-04-25T09:23:46.150Z Compiling hyper-tls v0.5.0
17392024-04-25T09:23:46.906Z Compiling signal-hook-mio v0.2.3
17402024-04-25T09:23:46.916Z Compiling flate2 v1.0.28
17412024-04-25T09:23:46.917Z Compiling bzip2 v0.4.4
17422024-04-25T09:23:47.019Z Compiling hyper-rustls v0.24.2
17432024-04-25T09:23:47.319Z Compiling cookie_store v0.20.0
17442024-04-25T09:23:47.410Z Compiling postgres-types v0.2.6
17452024-04-25T09:23:47.424Z Compiling zerocopy v0.6.6
17462024-04-25T09:23:47.779Z Compiling hubpack v0.1.2
17472024-04-25T09:23:48.217Z Compiling phf_shared v0.10.0
17482024-04-25T09:23:48.236Z Compiling rustls-pemfile v1.0.3
17492024-04-25T09:23:48.570Z Compiling hkdf v0.12.4
17502024-04-25T09:23:48.595Z Compiling serde_urlencoded v0.7.1
17512024-04-25T09:23:48.732Z Compiling crossbeam-epoch v0.9.18
17522024-04-25T09:23:48.793Z Compiling ipnetwork v0.20.0
17532024-04-25T09:23:49.109Z Compiling futures-executor v0.3.30
17542024-04-25T09:23:49.786Z Compiling dtrace-parser v0.2.0
17552024-04-25T09:23:50.257Z Compiling crypto-bigint v0.5.2
17562024-04-25T09:23:51.489Z Compiling float-cmp v0.9.0
17572024-04-25T09:23:51.507Z Compiling difflib v0.4.0
17582024-04-25T09:23:52.357Z Compiling fixedbitset v0.4.2
17592024-04-25T09:23:52.379Z Compiling static_assertions v1.1.0
17602024-04-25T09:23:52.659Z Compiling minimal-lexical v0.2.1
17612024-04-25T09:23:52.831Z Compiling either v1.11.0
17622024-04-25T09:23:53.138Z Compiling new_debug_unreachable v1.0.4
17632024-04-25T09:23:53.160Z Compiling webpki-roots v0.25.2
17642024-04-25T09:23:53.212Z Compiling sync_wrapper v0.1.2
17652024-04-25T09:23:53.321Z Compiling data-encoding v2.4.0
17662024-04-25T09:23:53.364Z Compiling normalize-line-endings v0.3.0
17672024-04-25T09:23:53.389Z Compiling predicates-core v1.0.6
17682024-04-25T09:23:53.832Z Compiling precomputed-hash v0.1.1
17692024-04-25T09:23:54.310Z Compiling whoami v1.5.1
17702024-04-25T09:23:54.310Z Compiling unicode-segmentation v1.10.1
17712024-04-25T09:23:54.310Z Compiling winnow v0.6.1
17722024-04-25T09:23:54.310Z Compiling predicates v3.1.0
17732024-04-25T09:23:54.328Z Compiling trust-dns-proto v0.22.0
17742024-04-25T09:23:54.328Z Compiling similar v2.4.0
17752024-04-25T09:23:54.762Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
17762024-04-25T09:23:54.944Z Compiling tokio-postgres v0.7.10
17772024-04-25T09:23:55.190Z Compiling string_cache v0.8.7
17782024-04-25T09:23:55.632Z Compiling reqwest v0.11.24
17792024-04-25T09:23:56.363Z Compiling itertools v0.10.5
17802024-04-25T09:23:57.669Z Compiling toml_edit v0.22.12
17812024-04-25T09:23:58.573Z Compiling nom v7.1.3
17822024-04-25T09:23:59.311Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
17832024-04-25T09:24:01.359Z Compiling petgraph v0.6.4
17842024-04-25T09:24:01.432Z Compiling elliptic-curve v0.13.8
17852024-04-25T09:24:03.518Z Compiling futures v0.3.30
17862024-04-25T09:24:03.641Z Compiling diesel v2.1.6
17872024-04-25T09:24:03.725Z Compiling yasna v0.5.2
17882024-04-25T09:24:04.845Z Compiling zip v0.6.6
17892024-04-25T09:24:05.294Z Compiling crossterm v0.27.0
17902024-04-25T09:24:05.294Z Compiling cipher v0.4.4
17912024-04-25T09:24:05.362Z Compiling darling_macro v0.20.8
17922024-04-25T09:24:05.857Z Compiling clap v4.5.4
17932024-04-25T09:24:05.858Z Compiling bit-set v0.5.3
17942024-04-25T09:24:06.073Z Compiling num-iter v0.1.44
17952024-04-25T09:24:06.266Z Compiling usdt v0.3.5
17962024-04-25T09:24:06.339Z Compiling console v0.15.8
17972024-04-25T09:24:07.429Z Compiling bstr v1.9.0
17982024-04-25T09:24:07.625Z Compiling tokio-stream v0.1.15
17992024-04-25T09:24:08.681Z Compiling toml v0.7.8
18002024-04-25T09:24:08.685Z Compiling hex v0.4.3
18012024-04-25T09:24:08.984Z Compiling peg-runtime v0.8.2
18022024-04-25T09:24:08.997Z Compiling lalrpop-util v0.19.12
18032024-04-25T09:24:09.539Z Compiling base64 v0.22.0
18042024-04-25T09:24:09.809Z Compiling darling v0.20.8
18052024-04-25T09:24:09.833Z Compiling proc-macro-crate v1.3.1
18062024-04-25T09:24:10.912Z Compiling heapless v0.8.0
18072024-04-25T09:24:11.292Z Compiling camino v1.1.6
18082024-04-25T09:24:12.618Z Compiling num_enum_derive v0.5.11
18092024-04-25T09:24:21.791Z Compiling hash32 v0.3.1
18102024-04-25T09:24:22.321Z Compiling smoltcp v0.11.0
18112024-04-25T09:24:23.116Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18122024-04-25T09:24:23.452Z Compiling rustls-pki-types v1.3.0
18132024-04-25T09:24:40.564Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18142024-04-25T09:24:48.019Z Compiling num_enum v0.5.11
18152024-04-25T09:24:51.850Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
18162024-04-25T09:24:52.088Z Compiling getopts v0.2.21
18172024-04-25T09:24:53.096Z Compiling dirs-sys-next v0.1.2
18182024-04-25T09:24:53.170Z Compiling proc-macro-error-attr v1.0.4
18192024-04-25T09:24:53.466Z Compiling paste v1.0.14
18202024-04-25T09:24:53.585Z Compiling embedded-io v0.4.0
18212024-04-25T09:24:53.830Z Compiling cobs v0.2.3
18222024-04-25T09:24:54.259Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18232024-04-25T09:24:54.279Z Compiling unsafe-libyaml v0.2.10
18242024-04-25T09:24:54.716Z Compiling rustls v0.22.4
18252024-04-25T09:24:55.991Z Compiling serde_yaml v0.9.25
18262024-04-25T09:24:58.797Z Compiling postcard v1.0.8
18272024-04-25T09:24:59.630Z Compiling dirs-next v2.0.0
18282024-04-25T09:25:07.791Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
18292024-04-25T09:25:08.018Z Compiling rustls-webpki v0.102.1
18302024-04-25T09:25:12.260Z Compiling strum_macros v0.26.1
18312024-04-25T09:25:12.948Z Compiling foreign-types-macros v0.2.3
18322024-04-25T09:25:13.522Z Compiling structmeta-derive v0.3.0
18332024-04-25T09:25:14.188Z Compiling thread_local v1.1.7
18342024-04-25T09:25:14.204Z Compiling proc-macro-error v1.0.4
18352024-04-25T09:25:14.540Z Compiling multer v3.0.0
18362024-04-25T09:25:14.853Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18372024-04-25T09:25:15.272Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18382024-04-25T09:25:15.615Z Compiling foreign-types-shared v0.3.1
18392024-04-25T09:25:15.856Z Compiling slog-async v2.8.0
18402024-04-25T09:25:16.331Z Compiling match_cfg v0.1.0
18412024-04-25T09:25:16.977Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18422024-04-25T09:25:17.036Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18432024-04-25T09:25:17.036Z Compiling strum v0.26.2
18442024-04-25T09:25:20.159Z Compiling hostname v0.3.1
18452024-04-25T09:25:22.114Z Compiling structmeta v0.3.0
18462024-04-25T09:25:22.972Z Compiling foreign-types v0.5.0
18472024-04-25T09:25:27.039Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
18482024-04-25T09:25:37.481Z Compiling term v0.7.0
18492024-04-25T09:25:37.572Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
18502024-04-25T09:25:38.751Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18512024-04-25T09:25:39.827Z Compiling slog-json v2.6.1
18522024-04-25T09:25:40.333Z Compiling is-terminal v0.4.9
18532024-04-25T09:25:40.482Z Compiling tabwriter v1.4.0
18542024-04-25T09:25:41.219Z Compiling crossbeam-channel v0.5.8
18552024-04-25T09:25:44.069Z Compiling http v1.0.0
18562024-04-25T09:25:44.192Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18572024-04-25T09:25:44.192Z Compiling async-stream-impl v0.3.5
18582024-04-25T09:25:44.260Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18592024-04-25T09:25:44.260Z Compiling cstr-argument v0.1.2
18602024-04-25T09:25:44.260Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
18612024-04-25T09:25:44.260Z Compiling atomic-waker v1.1.1
18622024-04-25T09:25:44.260Z Compiling fastrand v2.0.1
18632024-04-25T09:25:44.260Z Compiling take_mut v0.2.2
18642024-04-25T09:25:44.260Z Compiling crucible-workspace-hack v0.1.0
18652024-04-25T09:25:44.312Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
18662024-04-25T09:25:44.418Z Compiling rayon-core v1.12.1
18672024-04-25T09:25:44.584Z Compiling pretty-hex v0.2.1
18682024-04-25T09:25:45.192Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18692024-04-25T09:25:45.231Z Compiling async-stream v0.3.5
18702024-04-25T09:25:45.231Z Compiling tempfile v3.10.1
18712024-04-25T09:25:45.246Z Compiling waitgroup v0.1.2
18722024-04-25T09:25:45.573Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18732024-04-25T09:25:46.699Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
18742024-04-25T09:25:46.958Z Compiling slog-term v2.9.1
18752024-04-25T09:25:47.085Z Compiling slog-bunyan v2.5.0
18762024-04-25T09:25:47.369Z Compiling tokio-rustls v0.25.0
18772024-04-25T09:25:48.385Z Compiling parse-display-derive v0.9.0
18782024-04-25T09:25:48.465Z Compiling rustls-pemfile v2.1.2
18792024-04-25T09:25:48.466Z Compiling toml v0.8.12
18802024-04-25T09:25:48.466Z Compiling serde_with_macros v3.7.0
18812024-04-25T09:25:48.955Z Compiling sha1 v0.10.6
18822024-04-25T09:25:49.669Z Compiling crossbeam-deque v0.8.3
18832024-04-25T09:25:49.905Z Compiling colored v2.1.0
18842024-04-25T09:25:50.083Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
18852024-04-25T09:25:50.806Z Compiling newtype-uuid v1.1.0
18862024-04-25T09:25:51.143Z Compiling serde_path_to_error v0.1.16
18872024-04-25T09:25:51.248Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18882024-04-25T09:25:51.727Z Compiling socket2 v0.4.9
18892024-04-25T09:25:51.982Z Compiling instant v0.1.12
18902024-04-25T09:25:52.049Z Compiling debug-ignore v1.0.5
18912024-04-25T09:25:52.162Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18922024-04-25T09:25:52.528Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18932024-04-25T09:25:53.384Z Compiling backoff v0.4.0
18942024-04-25T09:25:53.756Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18952024-04-25T09:25:53.979Z Compiling parse-display v0.9.0
18962024-04-25T09:25:55.086Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18972024-04-25T09:25:59.992Z Compiling serde_with v3.7.0
18982024-04-25T09:26:00.174Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18992024-04-25T09:26:00.174Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19002024-04-25T09:26:00.175Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
19012024-04-25T09:26:00.175Z Compiling camino-tempfile v1.1.1
19022024-04-25T09:26:00.325Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
19032024-04-25T09:26:00.325Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19042024-04-25T09:26:00.325Z Compiling macaddr v1.0.1
19052024-04-25T09:26:00.325Z Compiling num-derive v0.4.0
19062024-04-25T09:26:00.326Z Compiling sigpipe v0.1.3
19072024-04-25T09:26:00.326Z Compiling libefi-sys v0.1.0
19082024-04-25T09:26:00.326Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
19092024-04-25T09:26:00.389Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19102024-04-25T09:26:00.611Z Compiling rayon v1.10.0
19112024-04-25T09:26:01.574Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c)
19122024-04-25T09:26:01.635Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19132024-04-25T09:26:02.365Z Compiling smf v0.2.3
19142024-04-25T09:26:03.212Z Compiling blake3 v1.5.0
19152024-04-25T09:26:03.814Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
19162024-04-25T09:26:04.181Z Compiling portable-atomic v1.4.3
19172024-04-25T09:26:04.745Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19182024-04-25T09:26:04.991Z Compiling filetime v0.2.23
19192024-04-25T09:26:05.121Z Compiling xattr v1.0.1
19202024-04-25T09:26:05.124Z Compiling memmap2 v0.7.1
19212024-04-25T09:26:05.331Z Compiling same-file v1.0.6
19222024-04-25T09:26:05.877Z Compiling arrayref v0.3.7
19232024-04-25T09:26:05.888Z Compiling constant_time_eq v0.3.0
19242024-04-25T09:26:05.889Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
19252024-04-25T09:26:05.889Z Compiling arrayvec v0.7.4
19262024-04-25T09:26:05.889Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
19272024-04-25T09:26:05.889Z Compiling walkdir v2.5.0
19282024-04-25T09:26:05.920Z Compiling tar v0.4.40
19292024-04-25T09:26:06.435Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19302024-04-25T09:26:07.397Z Compiling gethostname v0.4.3
19312024-04-25T09:26:07.634Z Compiling number_prefix v0.4.0
19322024-04-25T09:26:07.884Z Compiling topological-sort v0.2.2
19332024-04-25T09:26:07.982Z Compiling swrite v0.1.0
19342024-04-25T09:26:08.118Z Compiling omicron-zone-package v0.11.0
19352024-04-25T09:26:08.140Z Compiling indicatif v0.17.8
19362024-04-25T09:26:14.317Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19372024-04-25T09:26:14.553Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19382024-04-25T09:26:19.484Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19392024-04-25T09:26:21.913Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19402024-04-25T09:26:22.303Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19412024-04-25T09:26:24.006Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
19422024-04-25T09:26:42.005Z Finished release [optimized] target(s) in 5m 03s
19432024-04-25T09:26:42.253Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
19442024-04-25T09:26:42.316ZLogging to: /work/oxidecomputer/omicron/out/LOG
19452024-04-25T09:26:42.320ZCreated new build target 'test' and set it as active
19462024-04-25T09:26:42.320Z
19472024-04-25T09:26:42.320Zreal 5:04.303156404
19482024-04-25T09:26:42.320Zuser 31:38.177052345
19492024-04-25T09:26:42.320Zsys 4:03.019488538
19502024-04-25T09:26:42.320Ztrap 0.950423897
19512024-04-25T09:26:42.320Ztflt 5.352057517
19522024-04-25T09:26:42.320Zdflt 2.933072954
19532024-04-25T09:26:42.320Zkflt 0.140225763
19542024-04-25T09:26:42.320Zlock 1:07:01.668021239
19552024-04-25T09:26:42.320Zslp 1:29:35.490665041
19562024-04-25T09:26:42.320Zlat 2:03.882652007
19572024-04-25T09:26:42.320Zstop 3:42.241977285
19582024-04-25T09:26:42.320Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
19592024-04-25T09:26:43.094Z Finished release [optimized] target(s) in 0.73s
19602024-04-25T09:26:43.116Z Running `target/release/omicron-package -t test package`
19612024-04-25T09:26:43.143ZLogging to: /work/oxidecomputer/omicron/out/LOG
19622024-04-25T09:26:43.959Z Compiling newline-converter v0.3.0
19632024-04-25T09:26:43.959Z Compiling usdt-attr-macro v0.5.0
19642024-04-25T09:26:43.959Z Compiling usdt-macro v0.5.0
19652024-04-25T09:26:43.962Z Compiling memmap v0.7.0
19662024-04-25T09:26:43.962Z Compiling humantime v2.1.0
19672024-04-25T09:26:44.054Z Compiling linked-hash-map v0.5.6
19682024-04-25T09:26:44.061Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
19692024-04-25T09:26:44.064Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19702024-04-25T09:26:44.164Z Compiling expectorate v1.1.0
19712024-04-25T09:26:44.311Z Compiling password-hash v0.5.0
19722024-04-25T09:26:44.402Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
19732024-04-25T09:26:44.413Z Compiling lru-cache v0.1.2
19742024-04-25T09:26:44.429Z Compiling blake2 v0.10.6
19752024-04-25T09:26:44.614Z Compiling semver v0.1.20
19762024-04-25T09:26:44.869Z Compiling argon2 v0.5.3
19772024-04-25T09:26:45.223Z Compiling rustc_version v0.1.7
19782024-04-25T09:26:45.327Z Compiling bytecount v0.6.3
19792024-04-25T09:26:45.500Z Compiling usdt v0.5.0
19802024-04-25T09:26:45.604Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19812024-04-25T09:26:45.624Z Compiling newtype_derive v0.1.6
19822024-04-25T09:26:45.731Z Compiling papergrid v0.11.0
19832024-04-25T09:26:45.983Z Compiling tabled_derive v0.7.0
19842024-04-25T09:26:46.321Z Compiling quick-error v1.2.3
19852024-04-25T09:26:46.461Z Compiling resolv-conf v0.7.0
19862024-04-25T09:26:46.634Z Compiling steno v0.4.0
19872024-04-25T09:26:47.066Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
19882024-04-25T09:26:47.573Z Compiling derive-where v1.2.7
19892024-04-25T09:26:48.049Z Compiling slog-dtrace v0.3.0
19902024-04-25T09:26:48.260Z Compiling tabled v0.15.0
19912024-04-25T09:26:48.362Z Compiling num-rational v0.4.1
19922024-04-25T09:26:48.676Z Compiling termcolor v1.2.0
19932024-04-25T09:26:50.008Z Compiling trust-dns-resolver v0.22.0
19942024-04-25T09:26:50.567Z Compiling itertools v0.12.1
19952024-04-25T09:26:50.814Z Compiling utf-8 v0.7.6
19962024-04-25T09:26:54.362Z Compiling num-complex v0.4.5
19972024-04-25T09:26:55.293Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
19982024-04-25T09:26:56.130Z Compiling num v0.4.2
19992024-04-25T09:26:56.138Z Compiling nibble_vec v0.1.0
20002024-04-25T09:26:56.138Z Compiling radium v0.7.0
20012024-04-25T09:26:56.339Z Compiling endian-type v0.1.2
20022024-04-25T09:26:56.487Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
20032024-04-25T09:26:56.589Z Compiling radix_trie v0.2.1
20042024-04-25T09:26:57.479Z Compiling tungstenite v0.20.1
20052024-04-25T09:26:59.742Z Compiling tap v1.0.1
20062024-04-25T09:27:00.291Z Compiling maybe-uninit v2.0.0
20072024-04-25T09:27:00.307Z Compiling wyz v0.5.1
20082024-04-25T09:27:00.429Z Compiling tokio-tungstenite v0.20.1
20092024-04-25T09:27:01.008Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20102024-04-25T09:27:01.164Z Compiling num-bigint-dig v0.8.4
20112024-04-25T09:27:01.456Z Compiling packed_struct v0.10.1
20122024-04-25T09:27:01.875Z Compiling display-error-chain v0.2.0
20132024-04-25T09:27:02.057Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20142024-04-25T09:27:02.837Z Compiling crc-catalog v2.2.0
20152024-04-25T09:27:02.973Z Compiling cancel-safe-futures v0.1.5
20162024-04-25T09:27:03.322Z Compiling arc-swap v1.6.0
20172024-04-25T09:27:04.486Z Compiling funty v2.0.0
20182024-04-25T09:27:06.673Z Compiling bitvec v1.0.1
20192024-04-25T09:27:07.086Z Compiling slog-scope v4.4.0
20202024-04-25T09:27:08.061Z Compiling crc v3.0.1
20212024-04-25T09:27:08.898Z Compiling fxhash v0.2.1
20222024-04-25T09:27:09.112Z Compiling packed_struct_codegen v0.10.1
20232024-04-25T09:27:10.061Z Compiling indexmap v1.9.3
20242024-04-25T09:27:10.318Z Compiling nodrop v0.1.14
20252024-04-25T09:27:10.437Z Compiling array-init v0.0.4
20262024-04-25T09:27:10.847Z Compiling smallvec v0.6.14
20272024-04-25T09:27:11.650Z Compiling slog-stdlog v4.1.1
20282024-04-25T09:27:11.999Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
20292024-04-25T09:27:12.571Z Compiling rayon-core v1.12.1
20302024-04-25T09:27:12.593Z Compiling pkcs1 v0.7.5
20312024-04-25T09:27:13.160Z Compiling signature v2.1.0
20322024-04-25T09:27:13.401Z Compiling crossbeam-deque v0.8.3
20332024-04-25T09:27:13.726Z Compiling dirs-sys-next v0.1.2
20342024-04-25T09:27:14.234Z Compiling half v2.3.1
20352024-04-25T09:27:14.959Z Compiling glob v0.3.1
20362024-04-25T09:27:15.727Z Compiling hashbrown v0.12.3
20372024-04-25T09:27:15.932Z Compiling crunchy v0.2.2
20382024-04-25T09:27:16.433Z Compiling bitfield v0.14.0
20392024-04-25T09:27:16.701Z Compiling same-file v1.0.6
20402024-04-25T09:27:19.923Z Compiling ciborium-io v0.2.2
20412024-04-25T09:27:20.091Z Compiling fastrand v2.0.1
20422024-04-25T09:27:20.091Z Compiling walkdir v2.5.0
20432024-04-25T09:27:20.091Z Compiling tempfile v3.10.1
20442024-04-25T09:27:20.091Z Compiling ciborium-ll v0.2.2
20452024-04-25T09:27:20.091Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
20462024-04-25T09:27:20.091Z Compiling clang-sys v1.6.1
20472024-04-25T09:27:20.238Z Compiling dirs-next v2.0.0
20482024-04-25T09:27:20.238Z Compiling rsa v0.9.2
20492024-04-25T09:27:20.238Z Compiling slog-envlogger v2.2.0
20502024-04-25T09:27:21.875Z Compiling serde-hex v0.1.0
20512024-04-25T09:27:22.589Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
20522024-04-25T09:27:22.906Z Compiling env_logger v0.10.0
20532024-04-25T09:27:23.275Z Compiling camino v1.1.6
20542024-04-25T09:27:23.327Z Compiling x509-cert v0.2.4
20552024-04-25T09:27:24.182Z Compiling ron v0.8.1
20562024-04-25T09:27:27.251Z Compiling hashbrown v0.13.2
20572024-04-25T09:27:27.264Z Compiling tiny-keccak v2.0.2
20582024-04-25T09:27:27.264Z Compiling crc-any v2.4.3
20592024-04-25T09:27:28.103Z Compiling prettyplease v0.2.19
20602024-04-25T09:27:28.616Z Compiling object v0.30.4
20612024-04-25T09:27:28.625Z Compiling blake3 v1.5.0
20622024-04-25T09:27:28.707Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
20632024-04-25T09:27:31.712Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
20642024-04-25T09:27:31.788Z Compiling rayon v1.10.0
20652024-04-25T09:27:34.247Z Compiling term v0.7.0
20662024-04-25T09:27:36.244Z Compiling ciborium v0.2.2
20672024-04-25T09:27:36.308Z Compiling atty v0.2.14
20682024-04-25T09:27:36.309Z Compiling memmap2 v0.7.1
20692024-04-25T09:27:36.309Z Compiling filetime v0.2.23
20702024-04-25T09:27:36.309Z Compiling xattr v1.0.1
20712024-04-25T09:27:36.373Z Compiling constant_time_eq v0.3.0
20722024-04-25T09:27:36.391Z Compiling arrayvec v0.7.4
20732024-04-25T09:27:36.488Z Compiling arrayref v0.3.7
20742024-04-25T09:27:36.582Z Compiling home v0.5.5
20752024-04-25T09:27:36.803Z Compiling path-slash v0.1.5
20762024-04-25T09:27:37.031Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
20772024-04-25T09:27:37.666Z Compiling toolchain_find v0.4.0
20782024-04-25T09:27:38.289Z Compiling tar v0.4.40
20792024-04-25T09:27:38.687Z Compiling ascii-canvas v3.0.0
20802024-04-25T09:27:48.610Z Compiling camino-tempfile v1.1.1
20812024-04-25T09:27:48.610Z Compiling toml v0.8.12
20822024-04-25T09:27:48.610Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
20832024-04-25T09:27:48.610Z Compiling is-terminal v0.4.9
20842024-04-25T09:27:48.610Z Compiling libsw v3.3.1
20852024-04-25T09:27:48.610Z Compiling ena v0.14.2
20862024-04-25T09:27:48.610Z Compiling libloading v0.7.4
20872024-04-25T09:27:48.610Z Compiling diff v0.1.13
20882024-04-25T09:27:48.610Z Compiling parking_lot_core v0.8.6
20892024-04-25T09:27:48.610Z Compiling owo-colors v4.0.0
20902024-04-25T09:27:48.610Z Compiling convert_case v0.4.0
20912024-04-25T09:27:48.610Z Compiling regex-syntax v0.6.29
20922024-04-25T09:27:48.610Z Compiling linear-map v1.2.0
20932024-04-25T09:27:48.610Z Compiling bindgen v0.69.2
20942024-04-25T09:27:48.992Z Compiling topological-sort v0.2.2
20952024-04-25T09:27:48.992Z Compiling omicron-zone-package v0.11.0
20962024-04-25T09:27:48.992Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20972024-04-25T09:27:49.243Z Compiling lalrpop v0.19.12
20982024-04-25T09:27:49.243Z Compiling derive_more v0.99.17
20992024-04-25T09:27:49.243Z Compiling rustfmt-wrapper v0.2.1
21002024-04-25T09:27:49.243Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
21012024-04-25T09:27:49.516Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
21022024-04-25T09:27:51.760Z Compiling cexpr v0.6.0
21032024-04-25T09:27:51.984Z Compiling which v4.4.0
21042024-04-25T09:27:52.476Z Compiling unicase v2.7.0
21052024-04-25T09:27:52.787Z Compiling lazycell v1.3.0
21062024-04-25T09:27:53.798Z Compiling rustc-hash v1.1.0
21072024-04-25T09:27:53.872Z Compiling shlex v1.3.0
21082024-04-25T09:27:53.913Z Compiling peeking_take_while v0.1.2
21092024-04-25T09:27:53.913Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
21102024-04-25T09:27:56.570Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
21112024-04-25T09:27:57.544Z Compiling derive_builder_core v0.20.0
21122024-04-25T09:27:59.601Z Compiling pem v3.0.4
21132024-04-25T09:27:59.617Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
21142024-04-25T09:27:59.850Z Compiling headers-core v0.2.0
21152024-04-25T09:28:00.021Z Compiling libxml v0.3.3
21162024-04-25T09:28:00.365Z Compiling async-recursion v1.1.0
21172024-04-25T09:28:00.808Z Compiling platforms v3.0.2
21182024-04-25T09:28:01.146Z Compiling ref-cast v1.0.22
21192024-04-25T09:28:01.220Z Compiling headers v0.3.9
21202024-04-25T09:28:01.656Z Compiling derive_builder_macro v0.20.0
21212024-04-25T09:28:01.823Z Compiling parking_lot v0.11.2
21222024-04-25T09:28:02.467Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
21232024-04-25T09:28:04.124Z Compiling trust-dns-client v0.22.0
21242024-04-25T09:28:05.030Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
21252024-04-25T09:28:05.338Z Compiling strum_macros v0.24.3
21262024-04-25T09:28:05.834Z Compiling toml v0.5.11
21272024-04-25T09:28:06.305Z Compiling ref-cast-impl v1.0.22
21282024-04-25T09:28:07.272Z Compiling samael v0.0.15
21292024-04-25T09:28:07.476Z Compiling vte_generate_state_changes v0.1.1
21302024-04-25T09:28:08.089Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
21312024-04-25T09:28:08.399Z Compiling cookie v0.18.1
21322024-04-25T09:28:08.704Z Compiling buf-list v1.0.3
21332024-04-25T09:28:08.729Z Compiling cfg_aliases v0.1.1
21342024-04-25T09:28:08.752Z Compiling indoc v1.0.9
21352024-04-25T09:28:08.834Z Compiling nix v0.28.0
21362024-04-25T09:28:09.416Z Compiling vte v0.11.1
21372024-04-25T09:28:09.550Z Compiling trust-dns-server v0.22.1
21382024-04-25T09:28:11.330Z Compiling derive_builder v0.20.0
21392024-04-25T09:28:11.482Z Compiling sled v0.34.7
21402024-04-25T09:28:13.287Z Compiling polar-core v0.27.3
21412024-04-25T09:28:15.456Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
21422024-04-25T09:28:15.886Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
21432024-04-25T09:28:17.002Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
21442024-04-25T09:28:18.644Z Compiling fd-lock v4.0.2
21452024-04-25T09:28:18.780Z Compiling bb8 v0.8.3
21462024-04-25T09:28:18.849Z Compiling const_format_proc_macros v0.2.32
21472024-04-25T09:28:19.277Z Compiling quick-xml v0.31.0
21482024-04-25T09:28:20.823Z Compiling impl-trait-for-tuples v0.2.2
21492024-04-25T09:28:21.431Z Compiling oso-derive v0.27.3
21502024-04-25T09:28:22.424Z Compiling pin-project-internal v1.1.3
21512024-04-25T09:28:25.264Z Compiling memoffset v0.7.1
21522024-04-25T09:28:25.517Z Compiling maplit v1.0.2
21532024-04-25T09:28:27.823Z Compiling pin-project v1.1.3
21542024-04-25T09:28:27.823Z Compiling const_format v0.2.32
21552024-04-25T09:28:27.823Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
21562024-04-25T09:28:30.483Z Compiling curve25519-dalek v4.1.2
21572024-04-25T09:28:31.336Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21582024-04-25T09:28:31.998Z Compiling strip-ansi-escapes v0.2.0
21592024-04-25T09:28:35.930Z Compiling oso v0.27.3
21602024-04-25T09:28:48.188Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
21612024-04-25T09:28:49.898Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c)
21622024-04-25T09:28:50.944Z Compiling kstat-rs v0.2.3
21632024-04-25T09:28:53.116Z Compiling snafu-derive v0.8.2
21642024-04-25T09:28:55.192Z Compiling fs-err v2.11.0
21652024-04-25T09:28:55.267Z Compiling nu-ansi-term v0.50.0
21662024-04-25T09:28:55.325Z Compiling keccak v0.1.4
21672024-04-25T09:28:56.234Z Compiling sha3 v0.10.8
21682024-04-25T09:28:56.269Z Compiling reedline v0.31.0
21692024-04-25T09:28:56.841Z Compiling snafu v0.8.2
21702024-04-25T09:28:57.225Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
21712024-04-25T09:28:58.270Z Compiling mime_guess v2.0.4
21722024-04-25T09:28:59.499Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
21732024-04-25T09:29:00.735Z Compiling env_logger v0.9.3
21742024-04-25T09:29:04.086Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
21752024-04-25T09:29:05.519Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
21762024-04-25T09:29:12.667Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21772024-04-25T09:29:13.093Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
21782024-04-25T09:29:13.159Z Compiling globset v0.4.13
21792024-04-25T09:29:14.617Z Compiling peg-macros v0.8.2
21802024-04-25T09:29:14.715Z Compiling olpc-cjson v0.1.3
21812024-04-25T09:29:15.048Z Compiling universal-hash v0.5.1
21822024-04-25T09:29:15.529Z Compiling secrecy v0.8.0
21832024-04-25T09:29:15.530Z Compiling serde_plain v1.0.2
21842024-04-25T09:29:16.045Z Compiling sqlparser_derive v0.2.2
21852024-04-25T09:29:17.151Z Compiling bitstruct_derive v0.1.0
21862024-04-25T09:29:18.013Z Compiling curve25519-dalek-derive v0.1.0
21872024-04-25T09:29:18.989Z Compiling nanorand v0.7.0
21882024-04-25T09:29:19.196Z Compiling thiserror-impl-no-std v2.0.2
21892024-04-25T09:29:19.393Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21902024-04-25T09:29:19.525Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21912024-04-25T09:29:19.870Z Compiling signature v1.6.4
21922024-04-25T09:29:20.018Z Compiling salty v0.2.0
21932024-04-25T09:29:20.441Z Compiling unicode_categories v0.1.1
21942024-04-25T09:29:20.579Z Compiling typed-path v0.7.0
21952024-04-25T09:29:20.787Z Compiling ascii v1.1.0
21962024-04-25T09:29:21.525Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21972024-04-25T09:29:21.695Z Compiling opaque-debug v0.3.0
21982024-04-25T09:29:21.786Z Compiling poly1305 v0.8.0
21992024-04-25T09:29:21.865Z Compiling rustyline v14.0.0
22002024-04-25T09:29:21.888Z Compiling thiserror-no-std v2.0.2
22012024-04-25T09:29:22.011Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
22022024-04-25T09:29:23.449Z Compiling tough v0.17.1
22032024-04-25T09:29:23.598Z Compiling sqlformat v0.2.3
22042024-04-25T09:29:24.640Z Compiling ed25519 v1.5.3
22052024-04-25T09:29:25.013Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22062024-04-25T09:29:33.440Z Compiling flume v0.11.0
22072024-04-25T09:29:33.961Z Compiling bitstruct v0.1.1
22082024-04-25T09:29:33.961Z Compiling peg v0.8.2
22092024-04-25T09:29:33.961Z Compiling sqlparser v0.45.0
22102024-04-25T09:29:33.961Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
22112024-04-25T09:29:33.961Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22122024-04-25T09:29:33.961Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
22132024-04-25T09:29:36.758Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
22142024-04-25T09:29:42.234Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22152024-04-25T09:29:42.716Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22162024-04-25T09:29:42.716Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22172024-04-25T09:29:43.884Z Compiling chacha20 v0.9.1
22182024-04-25T09:29:44.315Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22192024-04-25T09:29:46.639Z Compiling aead v0.5.2
22202024-04-25T09:29:46.982Z Compiling bcs v0.1.6
22212024-04-25T09:29:47.897Z Compiling serde-big-array v0.5.1
22222024-04-25T09:29:48.173Z Compiling serde_arrays v0.1.0
22232024-04-25T09:29:48.350Z Compiling erased-serde v0.3.31
22242024-04-25T09:29:48.637Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
22252024-04-25T09:29:49.527Z Compiling highway v1.1.0
22262024-04-25T09:29:50.070Z Compiling parse-size v1.0.0
22272024-04-25T09:29:50.368Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22282024-04-25T09:29:50.909Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
22292024-04-25T09:29:50.950Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22302024-04-25T09:29:53.705Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
22312024-04-25T09:30:01.588Z Compiling chacha20poly1305 v0.10.1
22322024-04-25T09:30:03.528Z Compiling vsss-rs v3.3.4
22332024-04-25T09:30:10.339Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
22342024-04-25T09:30:11.386Z Compiling signal-hook-tokio v0.3.1
22352024-04-25T09:30:11.413Z Compiling heck v0.3.3
22362024-04-25T09:30:11.655Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
22372024-04-25T09:30:13.397Z Compiling castaway v0.2.2
22382024-04-25T09:30:13.468Z Compiling rand_seeder v0.2.3
22392024-04-25T09:30:13.894Z Compiling serde-big-array v0.4.1
22402024-04-25T09:30:13.903Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
22412024-04-25T09:30:13.903Z Compiling http-range v0.1.5
22422024-04-25T09:30:14.437Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
22432024-04-25T09:30:15.775Z Compiling hyper-staticfile v0.9.5
22442024-04-25T09:30:19.099Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22452024-04-25T09:30:19.985Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
22462024-04-25T09:30:20.186Z Compiling compact_str v0.7.1
22472024-04-25T09:30:20.481Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)
22482024-04-25T09:30:21.687Z Compiling zone_cfg_derive v0.1.2
22492024-04-25T09:30:22.253Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22502024-04-25T09:30:25.749Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22512024-04-25T09:30:26.076Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
22522024-04-25T09:30:32.569Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
22532024-04-25T09:30:38.765Z Compiling tungstenite v0.21.0
22542024-04-25T09:30:44.807Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
22552024-04-25T09:30:44.974Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
22562024-04-25T09:30:44.974Z Compiling lru v0.12.1
22572024-04-25T09:30:44.974Z Compiling stability v0.2.0
22582024-04-25T09:30:44.974Z Compiling base64 v0.13.1
22592024-04-25T09:30:44.975Z Compiling corncobs v0.1.3
22602024-04-25T09:30:44.975Z Compiling cassowary v0.3.0
22612024-04-25T09:30:44.975Z Compiling indoc v2.0.3
22622024-04-25T09:30:45.132Z Compiling ratatui v0.26.2
22632024-04-25T09:30:47.504Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22642024-04-25T09:30:51.224Z Compiling ron v0.7.1
22652024-04-25T09:30:51.224Z Compiling tokio-tungstenite v0.21.0
22662024-04-25T09:30:51.224Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
22672024-04-25T09:30:54.948Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22682024-04-25T09:30:54.948Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
22692024-04-25T09:31:02.742Z Compiling zone v0.1.8
22702024-04-25T09:31:06.289Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
22712024-04-25T09:31:15.840Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
22722024-04-25T09:31:17.153Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
22732024-04-25T09:31:17.611Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22742024-04-25T09:31:20.176Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
22752024-04-25T09:31:20.467Z Compiling portpicker v0.1.1
22762024-04-25T09:31:20.994Z Compiling unicode-linebreak v0.1.5
22772024-04-25T09:31:21.526Z Compiling smawk v0.3.1
22782024-04-25T09:31:26.511Z Compiling textwrap v0.16.1
22792024-04-25T09:31:26.710Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
22802024-04-25T09:31:28.327Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
22812024-04-25T09:31:30.673Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22822024-04-25T09:31:35.969Z Compiling rcgen v0.12.1
22832024-04-25T09:31:37.014Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
22842024-04-25T09:31:37.054Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c)
22852024-04-25T09:31:37.968Z Compiling atomicwrites v0.4.3
22862024-04-25T09:31:38.105Z Compiling fatfs v0.3.6
22872024-04-25T09:31:41.089Z Compiling subprocess v0.2.9
22882024-04-25T09:31:44.610Z Compiling rtoolbox v0.0.1
22892024-04-25T09:31:44.610Z Compiling is_ci v1.2.0
22902024-04-25T09:31:44.611Z Compiling assert_matches v1.5.0
22912024-04-25T09:31:44.611Z Compiling supports-color v3.0.0
22922024-04-25T09:31:45.165Z Compiling rpassword v7.3.1
22932024-04-25T09:31:45.591Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22942024-04-25T09:31:46.612Z Compiling tui-tree-widget v0.19.0
22952024-04-25T09:31:46.852Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
22962024-04-25T09:31:47.087Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
22972024-04-25T09:31:50.459Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
22982024-04-25T09:31:50.757Z Compiling csv-core v0.1.11
22992024-04-25T09:31:51.711Z Compiling shell-words v1.1.0
23002024-04-25T09:31:52.138Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
23012024-04-25T09:31:52.366Z Compiling csv v1.3.0
23022024-04-25T09:31:52.813Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
23032024-04-25T09:31:56.867Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
23042024-04-25T09:32:05.175Z Compiling multimap v0.10.0
23052024-04-25T09:32:05.590Z Compiling uzers v0.11.3
23062024-04-25T09:32:08.721Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
23072024-04-25T09:34:06.414Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
23082024-04-25T09:34:33.115Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23092024-04-25T09:40:45.980Z Finished release [optimized] target(s) in 14m 02s
23102024-04-25T09:42:12.159Z
23112024-04-25T09:42:12.159Zreal 15:29.310936276
23122024-04-25T09:42:12.159Zuser 1:44:56.771910712
23132024-04-25T09:42:12.159Zsys 4:36.699282215
23142024-04-25T09:42:12.160Ztrap 2.461114624
23152024-04-25T09:42:12.168Ztflt 2.182145832
23162024-04-25T09:42:12.168Zdflt 2.622880703
23172024-04-25T09:42:12.168Zkflt 0.064357569
23182024-04-25T09:42:12.168Zlock 6:44:56.987238086
23192024-04-25T09:42:12.168Zslp 4:11:12.069378864
23202024-04-25T09:42:12.168Zlat 2:23.839785278
23212024-04-25T09:42:12.169Zstop 1:00.677876655
23222024-04-25T09:42:12.169Z+ ptime -m cargo build --locked --release -p xtask
23232024-04-25T09:42:12.224Z Downloading crates ...
23242024-04-25T09:42:12.295Z Downloaded cargo_metadata v0.18.1
23252024-04-25T09:42:12.298Z Downloaded cargo_toml v0.20.1
23262024-04-25T09:42:12.298Z Downloaded cargo-platform v0.1.3
23272024-04-25T09:42:12.311Z Compiling serde v1.0.198
23282024-04-25T09:42:12.314Z Compiling libc v0.2.153
23292024-04-25T09:42:12.314Z Compiling rustix v0.38.31
23302024-04-25T09:42:12.314Z Compiling hashbrown v0.14.3
23312024-04-25T09:42:12.314Z Compiling bitflags v2.4.2
23322024-04-25T09:42:12.387Z Compiling serde_json v1.0.116
23332024-04-25T09:42:12.394Z Compiling syn v2.0.60
23342024-04-25T09:42:12.422Z Compiling anyhow v1.0.82
23352024-04-25T09:42:13.743Z Compiling indexmap v2.2.6
23362024-04-25T09:42:13.814Z Compiling errno v0.3.8
23372024-04-25T09:42:14.727Z Compiling terminal_size v0.3.0
23382024-04-25T09:42:14.776Z Compiling clap_builder v4.5.2
23392024-04-25T09:42:16.939Z Compiling serde_derive v1.0.198
23402024-04-25T09:42:16.960Z Compiling thiserror-impl v1.0.59
23412024-04-25T09:42:16.960Z Compiling clap_derive v4.5.4
23422024-04-25T09:42:18.432Z Compiling thiserror v1.0.59
23432024-04-25T09:42:19.934Z Compiling clap v4.5.4
23442024-04-25T09:42:25.734Z Compiling serde_spanned v0.6.5
23452024-04-25T09:42:25.734Z Compiling toml_datetime v0.6.5
23462024-04-25T09:42:25.741Z Compiling semver v1.0.22
23472024-04-25T09:42:25.741Z Compiling cargo-platform v0.1.3
23482024-04-25T09:42:25.741Z Compiling camino v1.1.6
23492024-04-25T09:42:25.742Z Compiling macaddr v1.0.1
23502024-04-25T09:42:26.417Z Compiling toml_edit v0.22.12
23512024-04-25T09:42:27.277Z Compiling cargo_metadata v0.18.1
23522024-04-25T09:42:28.484Z Compiling toml v0.8.12
23532024-04-25T09:42:30.595Z Compiling cargo_toml v0.20.1
23542024-04-25T09:42:42.287Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
23552024-04-25T09:42:53.068Z Finished release [optimized] target(s) in 41.26s
23562024-04-25T09:42:53.130Z
23572024-04-25T09:42:53.130Zreal 41.349724898
23582024-04-25T09:42:53.130Zuser 3:04.454397991
23592024-04-25T09:42:53.130Zsys 15.505175107
23602024-04-25T09:42:53.130Ztrap 0.065888530
23612024-04-25T09:42:53.131Ztflt 0.210859147
23622024-04-25T09:42:53.131Zdflt 0.722148149
23632024-04-25T09:42:53.131Zkflt 0.000020947
23642024-04-25T09:42:53.131Zlock 4:04.599872328
23652024-04-25T09:42:53.131Zslp 3:25.226420513
23662024-04-25T09:42:53.144Zlat 2.927094712
23672024-04-25T09:42:53.144Zstop 3.311570604
23682024-04-25T09:42:53.144Z+ files=(out/*.tar out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask)
23692024-04-25T09:42:53.144Z+ ptime -m tar cvzf /work/package.tar.gz out/mg-ddm-gz.tar out/omicron-sled-agent.tar out/oxlog.tar out/pumpkind-gz.tar out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask
23702024-04-25T09:43:04.054ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
23712024-04-25T09:43:04.054Za out/mg-ddm-gz.tar 73905K
23722024-04-25T09:43:04.054Za out/omicron-sled-agent.tar 95734K
23732024-04-25T09:43:04.054Za out/oxlog.tar 2915K
23742024-04-25T09:43:04.054Za out/pumpkind-gz.tar 26544K
23752024-04-25T09:43:04.055Za out/target/test 1K
23762024-04-25T09:43:04.055Za out/npuzone/npuzone 36313K
23772024-04-25T09:43:04.055Za package-manifest.toml 27K
23782024-04-25T09:43:04.055Za smf/sled-agent/non-gimlet/config.toml 4K
23792024-04-25T09:43:04.055Za target/release/omicron-package 30411K
23802024-04-25T09:43:04.055Za target/release/xtask 6675K
23812024-04-25T09:43:04.105Z
23822024-04-25T09:43:04.105Zreal 10.505260382
23832024-04-25T09:43:04.105Zuser 10.171528687
23842024-04-25T09:43:04.105Zsys 0.666802162
23852024-04-25T09:43:04.105Ztrap 0.001116444
23862024-04-25T09:43:04.106Ztflt 0.000000000
23872024-04-25T09:43:04.106Zdflt 0.000000000
23882024-04-25T09:43:04.106Zkflt 0.000000000
23892024-04-25T09:43:04.106Zlock 0.000000000
23902024-04-25T09:43:04.107Zslp 9.941161248
23912024-04-25T09:43:04.107Zlat 0.226835077
23922024-04-25T09:43:04.107Zstop 0.000179070
23932024-04-25T09:43:04.107Z++ pwd
23942024-04-25T09:43:04.108Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
23952024-04-25T09:43:04.108Z+ mv out/nexus.tar.gz out/nexus-single-sled.tar.gz
23962024-04-25T09:43:04.108Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled
23972024-04-25T09:43:04.384Z Finished release [optimized] target(s) in 0.70s
23982024-04-25T09:43:04.406Z Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled`
23992024-04-25T09:43:04.436ZLogging to: /work/oxidecomputer/omicron/out/LOG
24002024-04-25T09:43:04.440ZCreated new build target 'host' and set it as active
24012024-04-25T09:43:04.440Z
24022024-04-25T09:43:04.440Zreal 0.797951151
24032024-04-25T09:43:04.440Zuser 0.530196796
24042024-04-25T09:43:04.440Zsys 0.249095807
24052024-04-25T09:43:04.440Ztrap 0.000026577
24062024-04-25T09:43:04.440Ztflt 0.000000000
24072024-04-25T09:43:04.440Zdflt 0.000021637
24082024-04-25T09:43:04.440Zkflt 0.000000000
24092024-04-25T09:43:04.440Zlock 0.023521905
24102024-04-25T09:43:04.440Zslp 0.107213155
24112024-04-25T09:43:04.440Zlat 0.005442932
24122024-04-25T09:43:04.441Zstop 0.000258895
24132024-04-25T09:43:04.441Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host package
24142024-04-25T09:43:05.223Z Finished release [optimized] target(s) in 0.71s
24152024-04-25T09:43:05.245Z Running `target/release/omicron-package -t host package`
24162024-04-25T09:43:05.255ZLogging to: /work/oxidecomputer/omicron/out/LOG
24172024-04-25T09:43:06.037Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24182024-04-25T09:45:33.035Z Finished release [optimized] target(s) in 2m 27s
24192024-04-25T09:46:47.558Z
24202024-04-25T09:46:47.559Zreal 3:43.082146707
24212024-04-25T09:46:47.559Zuser 14:05.748313644
24222024-04-25T09:46:47.559Zsys 37.177635256
24232024-04-25T09:46:47.559Ztrap 0.253843427
24242024-04-25T09:46:47.559Ztflt 0.035122949
24252024-04-25T09:46:47.560Zdflt 7.897230796
24262024-04-25T09:46:47.560Zkflt 0.000069460
24272024-04-25T09:46:47.570Zlock 1:33:04.991119624
24282024-04-25T09:46:47.571Zslp 13:06.649264992
24292024-04-25T09:46:47.571Zlat 8.103317596
24302024-04-25T09:46:47.571Zstop 2.219647652
24312024-04-25T09:46:47.571Z+ stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog pumpkind-gz
24322024-04-25T09:46:47.572Z+ for package in "$@"
24332024-04-25T09:46:47.572Z+ cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 8.0.0-0.ci+git6a37eb04661
24342024-04-25T09:46:48.333Z Finished release [optimized] target(s) in 0.73s
24352024-04-25T09:46:48.355Z Running `target/release/omicron-package stamp omicron-sled-agent 8.0.0-0.ci+git6a37eb04661`
24362024-04-25T09:46:48.388ZLogging to: /work/oxidecomputer/omicron/out/LOG
24372024-04-25T09:46:48.573ZCreated: out/versioned/omicron-sled-agent.tar
24382024-04-25T09:46:48.578Z+ for package in "$@"
24392024-04-25T09:46:48.578Z+ cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 8.0.0-0.ci+git6a37eb04661
24402024-04-25T09:46:49.321Z Finished release [optimized] target(s) in 0.70s
24412024-04-25T09:46:49.343Z Running `target/release/omicron-package stamp mg-ddm-gz 8.0.0-0.ci+git6a37eb04661`
24422024-04-25T09:46:49.377ZLogging to: /work/oxidecomputer/omicron/out/LOG
24432024-04-25T09:46:49.496ZCreated: out/versioned/mg-ddm-gz.tar
24442024-04-25T09:46:49.499Z+ for package in "$@"
24452024-04-25T09:46:49.499Z+ cargo run --locked --release --bin omicron-package -- stamp propolis-server 8.0.0-0.ci+git6a37eb04661
24462024-04-25T09:46:50.293Z Finished release [optimized] target(s) in 0.74s
24472024-04-25T09:46:50.315Z Running `target/release/omicron-package stamp propolis-server 8.0.0-0.ci+git6a37eb04661`
24482024-04-25T09:46:50.346ZLogging to: /work/oxidecomputer/omicron/out/LOG
24492024-04-25T09:46:51.395ZCreated: out/versioned/propolis-server.tar.gz
24502024-04-25T09:46:51.403Z+ for package in "$@"
24512024-04-25T09:46:51.403Z+ cargo run --locked --release --bin omicron-package -- stamp overlay 8.0.0-0.ci+git6a37eb04661
24522024-04-25T09:46:52.557Z Finished release [optimized] target(s) in 0.69s
24532024-04-25T09:46:52.568Z Running `target/release/omicron-package stamp overlay 8.0.0-0.ci+git6a37eb04661`
24542024-04-25T09:46:52.568ZLogging to: /work/oxidecomputer/omicron/out/LOG
24552024-04-25T09:46:52.568ZCreated: out/versioned/overlay.tar.gz
24562024-04-25T09:46:52.568Z+ for package in "$@"
24572024-04-25T09:46:52.568Z+ cargo run --locked --release --bin omicron-package -- stamp oxlog 8.0.0-0.ci+git6a37eb04661
24582024-04-25T09:46:52.936Z Finished release [optimized] target(s) in 0.69s
24592024-04-25T09:46:52.958Z Running `target/release/omicron-package stamp oxlog 8.0.0-0.ci+git6a37eb04661`
24602024-04-25T09:46:52.987ZLogging to: /work/oxidecomputer/omicron/out/LOG
24612024-04-25T09:46:52.995ZCreated: out/versioned/oxlog.tar
24622024-04-25T09:46:53.004Z+ for package in "$@"
24632024-04-25T09:46:53.004Z+ cargo run --locked --release --bin omicron-package -- stamp pumpkind-gz 8.0.0-0.ci+git6a37eb04661
24642024-04-25T09:46:53.750Z Finished release [optimized] target(s) in 0.69s
24652024-04-25T09:46:53.766Z Running `target/release/omicron-package stamp pumpkind-gz 8.0.0-0.ci+git6a37eb04661`
24662024-04-25T09:46:53.798ZLogging to: /work/oxidecomputer/omicron/out/LOG
24672024-04-25T09:46:53.876ZCreated: out/versioned/pumpkind-gz.tar
24682024-04-25T09:46:53.897Z+ ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
24692024-04-25T09:46:53.898Z+++ dirname -- ./tools/build-global-zone-packages.sh
24702024-04-25T09:46:53.898Z++ cd -- ./tools
24712024-04-25T09:46:53.898Z++ pwd
24722024-04-25T09:46:53.898Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
24732024-04-25T09:46:53.898Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
24742024-04-25T09:46:53.976Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
24752024-04-25T09:46:53.984Z++ readlink -f /work
24762024-04-25T09:46:53.984Z+ out_dir=/work
24772024-04-25T09:46:53.984Z+ deps=("$tarball_src_dir/omicron-sled-agent.tar" "$tarball_src_dir/mg-ddm-gz.tar" "$tarball_src_dir/pumpkind-gz.tar" "$tarball_src_dir/propolis-server.tar.gz" "$tarball_src_dir/overlay.tar.gz" "$tarball_src_dir/oxlog.tar")
24782024-04-25T09:46:53.985Z+ for dep in "${deps[@]}"
24792024-04-25T09:46:53.985Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]]
24802024-04-25T09:46:53.985Z+ for dep in "${deps[@]}"
24812024-04-25T09:46:53.985Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]]
24822024-04-25T09:46:53.985Z+ for dep in "${deps[@]}"
24832024-04-25T09:46:53.985Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar ]]
24842024-04-25T09:46:53.985Z+ for dep in "${deps[@]}"
24852024-04-25T09:46:53.986Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]]
24862024-04-25T09:46:53.986Z+ for dep in "${deps[@]}"
24872024-04-25T09:46:53.986Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]]
24882024-04-25T09:46:53.986Z+ for dep in "${deps[@]}"
24892024-04-25T09:46:53.986Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]]
24902024-04-25T09:46:53.986Z++ mktemp -d
24912024-04-25T09:46:53.986Z+ tmp_gz=/tmp/tmp.fFaqxi
24922024-04-25T09:46:53.986Z+ trap 'cd /; rm -rf "$tmp_gz"' EXIT
24932024-04-25T09:46:53.987Z+ echo '{"v":"1","t":"layer"}'
24942024-04-25T09:46:53.987Z+ pkg_dir=/tmp/tmp.fFaqxi/root/opt/oxide/sled-agent
24952024-04-25T09:46:53.987Z+ mkdir -p /tmp/tmp.fFaqxi/root/opt/oxide/sled-agent
24962024-04-25T09:46:53.999Z+ cd /tmp/tmp.fFaqxi/root/opt/oxide/sled-agent
24972024-04-25T09:46:53.999Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
24982024-04-25T09:46:54.052Zx ., 0 bytes, 0 tape blocks
24992024-04-25T09:46:54.052Zx zone-bundle, 27023664 bytes, 52781 tape blocks
25002024-04-25T09:46:54.052Zx sled-agent, 71000800 bytes, 138674 tape blocks
25012024-04-25T09:46:54.052Zx pkg, 0 bytes, 0 tape blocks
25022024-04-25T09:46:54.052Zx pkg/config.toml, 1657 bytes, 4 tape blocks
25032024-04-25T09:46:54.053Zx pkg/README.md, 54 bytes, 1 tape blocks
25042024-04-25T09:46:54.053Zx pkg/manifest.xml, 2373 bytes, 5 tape blocks
25052024-04-25T09:46:54.053Zx VERSION, 25 bytes, 1 tape blocks
25062024-04-25T09:46:54.061Z+ mkdir -p /tmp/tmp.fFaqxi/root/lib/svc/manifest/site/
25072024-04-25T09:46:54.062Z+ mv pkg/manifest.xml /tmp/tmp.fFaqxi/root/lib/svc/manifest/site/sled-agent.xml
25082024-04-25T09:46:54.062Z+ cd -
25092024-04-25T09:46:54.062Z/work/oxidecomputer/omicron
25102024-04-25T09:46:54.062Z+ pkg_dir=/tmp/tmp.fFaqxi/root/opt/oxide/mg-ddm
25112024-04-25T09:46:54.062Z+ mkdir -p /tmp/tmp.fFaqxi/root/opt/oxide/mg-ddm
25122024-04-25T09:46:54.071Z+ cd /tmp/tmp.fFaqxi/root/opt/oxide/mg-ddm
25132024-04-25T09:46:54.071Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
25142024-04-25T09:46:54.118Zx ., 0 bytes, 0 tape blocks
25152024-04-25T09:46:54.118Zx ddmadm, 26051952 bytes, 50883 tape blocks
25162024-04-25T09:46:54.119Zx ddmd, 49611120 bytes, 96897 tape blocks
25172024-04-25T09:46:54.120Zx pkg, 0 bytes, 0 tape blocks
25182024-04-25T09:46:54.120Zx pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks
25192024-04-25T09:46:54.120Zx pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks
25202024-04-25T09:46:54.120Zx pkg/mgd, 0 bytes, 0 tape blocks
25212024-04-25T09:46:54.121Zx pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks
25222024-04-25T09:46:54.121Zx pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks
25232024-04-25T09:46:54.121Zx pkg/ddm, 0 bytes, 0 tape blocks
25242024-04-25T09:46:54.121Zx pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks
25252024-04-25T09:46:54.121Zx VERSION, 25 bytes, 1 tape blocks
25262024-04-25T09:46:54.141Z+ cd -
25272024-04-25T09:46:54.141Z/work/oxidecomputer/omicron
25282024-04-25T09:46:54.142Z+ pkg_dir=/tmp/tmp.fFaqxi/root/opt/oxide/pumpkind
25292024-04-25T09:46:54.142Z+ mkdir -p /tmp/tmp.fFaqxi/root/opt/oxide/pumpkind
25302024-04-25T09:46:54.142Z+ cd /tmp/tmp.fFaqxi/root/opt/oxide/pumpkind
25312024-04-25T09:46:54.142Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
25322024-04-25T09:46:54.142Zx ., 0 bytes, 0 tape blocks
25332024-04-25T09:46:54.142Zx lib, 0 bytes, 0 tape blocks
25342024-04-25T09:46:54.142Zx lib/svc, 0 bytes, 0 tape blocks
25352024-04-25T09:46:54.143Zx lib/svc/manifest, 0 bytes, 0 tape blocks
25362024-04-25T09:46:54.143Zx lib/svc/manifest/system, 0 bytes, 0 tape blocks
25372024-04-25T09:46:54.143Zx lib/svc/manifest/system/pumpkind.xml, 1272 bytes, 3 tape blocks
25382024-04-25T09:46:54.143Zx bin, 0 bytes, 0 tape blocks
25392024-04-25T09:46:54.143Zx bin/svc-pumpkind, 509 bytes, 1 tape blocks
25402024-04-25T09:46:54.143Zx bin/pumpkind, 16522240 bytes, 32270 tape blocks
25412024-04-25T09:46:54.143Zx bin/pumpkinadm, 10650728 bytes, 20803 tape blocks
25422024-04-25T09:46:54.144Zx VERSION, 25 bytes, 1 tape blocks
25432024-04-25T09:46:54.144Z+ cd -
25442024-04-25T09:46:54.144Z/work/oxidecomputer/omicron
25452024-04-25T09:46:54.144Z+ pkg_dir=/tmp/tmp.fFaqxi/root/opt/oxide/oxlog
25462024-04-25T09:46:54.144Z+ mkdir -p /tmp/tmp.fFaqxi/root/opt/oxide/oxlog
25472024-04-25T09:46:54.158Z+ cd /tmp/tmp.fFaqxi/root/opt/oxide/oxlog
25482024-04-25T09:46:54.158Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar
25492024-04-25T09:46:54.158Zx ., 0 bytes, 0 tape blocks
25502024-04-25T09:46:54.158Zx oxlog, 2981584 bytes, 5824 tape blocks
25512024-04-25T09:46:54.158Zx VERSION, 25 bytes, 1 tape blocks
25522024-04-25T09:46:54.158Z+ cd -
25532024-04-25T09:46:54.159Z/work/oxidecomputer/omicron
25542024-04-25T09:46:54.159Z+ cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.fFaqxi/root/opt/oxide
25552024-04-25T09:46:54.212Z+ cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.fFaqxi/root/opt/oxide
25562024-04-25T09:46:54.218Z+ cd /tmp/tmp.fFaqxi
25572024-04-25T09:46:54.218Z+ tar cvfz /work/global-zone-packages.tar.gz oxide.json root
25582024-04-25T09:47:03.450ZCompressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'...
25592024-04-25T09:47:03.450Za oxide.json 1K
25602024-04-25T09:47:03.450Za root/ 0K
25612024-04-25T09:47:03.451Za root/opt/ 0K
25622024-04-25T09:47:03.451Za root/opt/oxide/ 0K
25632024-04-25T09:47:03.451Za root/opt/oxide/sled-agent/ 0K
25642024-04-25T09:47:03.451Za root/opt/oxide/sled-agent/zone-bundle 26391K
25652024-04-25T09:47:03.451Za root/opt/oxide/sled-agent/sled-agent 69337K
25662024-04-25T09:47:03.451Za root/opt/oxide/sled-agent/pkg/ 0K
25672024-04-25T09:47:03.452Za root/opt/oxide/sled-agent/pkg/config.toml 2K
25682024-04-25T09:47:03.452Za root/opt/oxide/sled-agent/pkg/README.md 1K
25692024-04-25T09:47:03.452Za root/opt/oxide/sled-agent/VERSION 1K
25702024-04-25T09:47:03.452Za root/opt/oxide/mg-ddm/ 0K
25712024-04-25T09:47:03.452Za root/opt/oxide/mg-ddm/ddmadm 25442K
25722024-04-25T09:47:03.452Za root/opt/oxide/mg-ddm/ddmd 48449K
25732024-04-25T09:47:03.453Za root/opt/oxide/mg-ddm/pkg/ 0K
25742024-04-25T09:47:03.453Za root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K
25752024-04-25T09:47:03.453Za root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K
25762024-04-25T09:47:03.453Za root/opt/oxide/mg-ddm/pkg/mgd/ 0K
25772024-04-25T09:47:03.453Za root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K
25782024-04-25T09:47:03.453Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
25792024-04-25T09:47:03.453Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
25802024-04-25T09:47:03.454Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
25812024-04-25T09:47:03.454Za root/opt/oxide/mg-ddm/VERSION 1K
25822024-04-25T09:47:03.454Za root/opt/oxide/pumpkind/ 0K
25832024-04-25T09:47:03.454Za root/opt/oxide/pumpkind/lib/ 0K
25842024-04-25T09:47:03.454Za root/opt/oxide/pumpkind/lib/svc/ 0K
25852024-04-25T09:47:03.454Za root/opt/oxide/pumpkind/lib/svc/manifest/ 0K
25862024-04-25T09:47:03.454Za root/opt/oxide/pumpkind/lib/svc/manifest/system/ 0K
25872024-04-25T09:47:03.454Za root/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml 2K
25882024-04-25T09:47:03.454Za root/opt/oxide/pumpkind/bin/ 0K
25892024-04-25T09:47:03.454Za root/opt/oxide/pumpkind/bin/svc-pumpkind 1K
25902024-04-25T09:47:03.455Za root/opt/oxide/pumpkind/bin/pumpkind 16135K
25912024-04-25T09:47:03.455Za root/opt/oxide/pumpkind/bin/pumpkinadm 10402K
25922024-04-25T09:47:03.455Za root/opt/oxide/pumpkind/VERSION 1K
25932024-04-25T09:47:03.455Za root/opt/oxide/oxlog/ 0K
25942024-04-25T09:47:03.455Za root/opt/oxide/oxlog/oxlog 2912K
25952024-04-25T09:47:03.455Za root/opt/oxide/oxlog/VERSION 1K
25962024-04-25T09:47:03.455Za root/opt/oxide/propolis-server.tar.gz 64690K
25972024-04-25T09:47:03.455Za root/opt/oxide/overlay.tar.gz 3K
25982024-04-25T09:47:03.455Za root/lib/ 0K
25992024-04-25T09:47:03.455Za root/lib/svc/ 0K
26002024-04-25T09:47:03.455Za root/lib/svc/manifest/ 0K
26012024-04-25T09:47:03.455Za root/lib/svc/manifest/site/ 0K
26022024-04-25T09:47:03.455Za root/lib/svc/manifest/site/sled-agent.xml 3K
26032024-04-25T09:47:03.461Z+ cd /
26042024-04-25T09:47:03.461Z+ rm -rf /tmp/tmp.fFaqxi
26052024-04-25T09:47:03.477Z
26062024-04-25T09:47:03.482Zreal 9.603654909
26072024-04-25T09:47:03.482Zuser 8.936250846
26082024-04-25T09:47:03.482Zsys 0.604775408
26092024-04-25T09:47:03.482Ztrap 0.001646367
26102024-04-25T09:47:03.482Ztflt 0.000000000
26112024-04-25T09:47:03.482Zdflt 0.000002779
26122024-04-25T09:47:03.482Zkflt 0.000000000
26132024-04-25T09:47:03.482Zlock 0.000000000
26142024-04-25T09:47:03.483Zslp 18.669398139
26152024-04-25T09:47:03.483Zlat 0.208573720
26162024-04-25T09:47:03.483Zstop 0.000245623
26172024-04-25T09:47:03.483Z+ mkdir -p /work/zones
26182024-04-25T09:47:03.483Z+ 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)
26192024-04-25T09:47:03.483Z+ 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/
26202024-04-25T09:47:06.067Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline
26212024-04-25T09:47:06.885Z Finished release [optimized] target(s) in 0.75s
26222024-04-25T09:47:06.902Z Running `target/release/omicron-package -t recovery target create -i trampoline`
26232024-04-25T09:47:06.929ZLogging to: /work/oxidecomputer/omicron/out/LOG
26242024-04-25T09:47:06.953ZCreated new build target 'recovery' and set it as active
26252024-04-25T09:47:06.953Z
26262024-04-25T09:47:06.953Zreal 0.859205525
26272024-04-25T09:47:06.953Zuser 0.564523095
26282024-04-25T09:47:06.953Zsys 0.273508515
26292024-04-25T09:47:06.953Ztrap 0.000646291
26302024-04-25T09:47:06.953Ztflt 0.000000799
26312024-04-25T09:47:06.953Zdflt 0.000010408
26322024-04-25T09:47:06.954Zkflt 0.000000000
26332024-04-25T09:47:06.954Zlock 0.023154606
26342024-04-25T09:47:06.954Zslp 0.107519218
26352024-04-25T09:47:06.954Zlat 0.005002384
26362024-04-25T09:47:06.954Zstop 0.000357018
26372024-04-25T09:47:06.954Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package
26382024-04-25T09:47:07.678Z Finished release [optimized] target(s) in 0.70s
26392024-04-25T09:47:07.701Z Running `target/release/omicron-package -t recovery package`
26402024-04-25T09:47:07.728ZLogging to: /work/oxidecomputer/omicron/out/LOG
26412024-04-25T09:47:08.407Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
26422024-04-25T09:47:10.735Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
26432024-04-25T09:47:29.562Z Finished release [optimized] target(s) in 21.78s
26442024-04-25T09:47:30.169Z
26452024-04-25T09:47:30.169Zreal 23.242685745
26462024-04-25T09:47:30.169Zuser 1:37.483032291
26472024-04-25T09:47:30.169Zsys 6.575910480
26482024-04-25T09:47:30.170Ztrap 0.066979632
26492024-04-25T09:47:30.170Ztflt 0.049155885
26502024-04-25T09:47:30.175Zdflt 0.355879229
26512024-04-25T09:47:30.175Zkflt 0.000072961
26522024-04-25T09:47:30.175Zlock 5:39.598397523
26532024-04-25T09:47:30.175Zslp 1:24.717302947
26542024-04-25T09:47:30.175Zlat 0.922323882
26552024-04-25T09:47:30.175Zstop 0.591056066
26562024-04-25T09:47:30.175Z+ stamp_packages installinator mg-ddm-gz
26572024-04-25T09:47:30.175Z+ for package in "$@"
26582024-04-25T09:47:30.175Z+ cargo run --locked --release --bin omicron-package -- stamp installinator 8.0.0-0.ci+git6a37eb04661
26592024-04-25T09:47:30.946Z Finished release [optimized] target(s) in 0.72s
26602024-04-25T09:47:31.419Z Running `target/release/omicron-package stamp installinator 8.0.0-0.ci+git6a37eb04661`
26612024-04-25T09:47:31.420ZLogging to: /work/oxidecomputer/omicron/out/LOG
26622024-04-25T09:47:31.420ZCreated: out/versioned/installinator.tar
26632024-04-25T09:47:31.420Z+ for package in "$@"
26642024-04-25T09:47:31.420Z+ cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 8.0.0-0.ci+git6a37eb04661
26652024-04-25T09:47:31.811Z Finished release [optimized] target(s) in 0.70s
26662024-04-25T09:47:31.836Z Running `target/release/omicron-package stamp mg-ddm-gz 8.0.0-0.ci+git6a37eb04661`
26672024-04-25T09:47:31.857ZLogging to: /work/oxidecomputer/omicron/out/LOG
26682024-04-25T09:47:31.962ZCreated: out/versioned/mg-ddm-gz.tar
26692024-04-25T09:47:31.978Z+ ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
26702024-04-25T09:47:31.978Z+++ dirname -- ./tools/build-trampoline-global-zone-packages.sh
26712024-04-25T09:47:31.978Z++ cd -- ./tools
26722024-04-25T09:47:31.979Z++ pwd
26732024-04-25T09:47:31.979Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
26742024-04-25T09:47:32.000Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
26752024-04-25T09:47:32.000Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
26762024-04-25T09:47:32.000Z++ readlink -f /work
26772024-04-25T09:47:32.000Z+ out_dir=/work
26782024-04-25T09:47:32.004Z+ deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar)
26792024-04-25T09:47:32.004Z+ for dep in "${deps[@]}"
26802024-04-25T09:47:32.004Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]]
26812024-04-25T09:47:32.005Z+ for dep in "${deps[@]}"
26822024-04-25T09:47:32.005Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]]
26832024-04-25T09:47:32.005Z++ mktemp -d
26842024-04-25T09:47:32.005Z+ tmp_trampoline=/tmp/tmp.VWaaCi
26852024-04-25T09:47:32.005Z+ trap 'cd /; rm -rf "$tmp_trampoline"' EXIT
26862024-04-25T09:47:32.005Z+ echo '{"v":"1","t":"layer"}'
26872024-04-25T09:47:32.005Z+ pkg_dir=/tmp/tmp.VWaaCi/root/opt/oxide/installinator
26882024-04-25T09:47:32.005Z+ mkdir -p /tmp/tmp.VWaaCi/root/opt/oxide/installinator
26892024-04-25T09:47:32.006Z+ cd /tmp/tmp.VWaaCi/root/opt/oxide/installinator
26902024-04-25T09:47:32.006Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar
26912024-04-25T09:47:32.417Zx ., 0 bytes, 0 tape blocks
26922024-04-25T09:47:32.417Zx installinator, 38224816 bytes, 74658 tape blocks
26932024-04-25T09:47:32.417Zx pkg, 0 bytes, 0 tape blocks
26942024-04-25T09:47:32.418Zx pkg/manifest.xml, 2149 bytes, 5 tape blocks
26952024-04-25T09:47:32.418Zx VERSION, 25 bytes, 1 tape blocks
26962024-04-25T09:47:32.418Z+ mkdir -p /tmp/tmp.VWaaCi/root/lib/svc/manifest/site/
26972024-04-25T09:47:32.418Z+ mv pkg/manifest.xml /tmp/tmp.VWaaCi/root/lib/svc/manifest/site/installinator.xml
26982024-04-25T09:47:32.418Z+ cd -
26992024-04-25T09:47:32.418Z/work/oxidecomputer/omicron
27002024-04-25T09:47:32.418Z+ pkg_dir=/tmp/tmp.VWaaCi/root/opt/oxide/mg-ddm
27012024-04-25T09:47:32.418Z+ mkdir -p /tmp/tmp.VWaaCi/root/opt/oxide/mg-ddm
27022024-04-25T09:47:32.418Z+ cd /tmp/tmp.VWaaCi/root/opt/oxide/mg-ddm
27032024-04-25T09:47:32.418Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
27042024-04-25T09:47:32.418Zx ., 0 bytes, 0 tape blocks
27052024-04-25T09:47:32.418Zx ddmadm, 26051952 bytes, 50883 tape blocks
27062024-04-25T09:47:32.419Zx ddmd, 49611120 bytes, 96897 tape blocks
27072024-04-25T09:47:32.419Zx pkg, 0 bytes, 0 tape blocks
27082024-04-25T09:47:32.419Zx pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks
27092024-04-25T09:47:32.419Zx pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks
27102024-04-25T09:47:32.419Zx pkg/mgd, 0 bytes, 0 tape blocks
27112024-04-25T09:47:32.419Zx pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks
27122024-04-25T09:47:32.419Zx pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks
27132024-04-25T09:47:32.419Zx pkg/ddm, 0 bytes, 0 tape blocks
27142024-04-25T09:47:32.419Zx pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks
27152024-04-25T09:47:32.419Zx VERSION, 25 bytes, 1 tape blocks
27162024-04-25T09:47:32.420Z+ cd -
27172024-04-25T09:47:32.420Z/work/oxidecomputer/omicron
27182024-04-25T09:47:32.420Z+ cd /tmp/tmp.VWaaCi
27192024-04-25T09:47:32.420Z+ tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root
27202024-04-25T09:47:37.697ZCompressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'...
27212024-04-25T09:47:37.698Za oxide.json 1K
27222024-04-25T09:47:37.698Za root/ 0K
27232024-04-25T09:47:37.699Za root/opt/ 0K
27242024-04-25T09:47:37.699Za root/opt/oxide/ 0K
27252024-04-25T09:47:37.699Za root/opt/oxide/installinator/ 0K
27262024-04-25T09:47:37.699Za root/opt/oxide/installinator/installinator 37329K
27272024-04-25T09:47:37.700Za root/opt/oxide/installinator/pkg/ 0K
27282024-04-25T09:47:37.700Za root/opt/oxide/installinator/VERSION 1K
27292024-04-25T09:47:37.701Za root/opt/oxide/mg-ddm/ 0K
27302024-04-25T09:47:37.701Za root/opt/oxide/mg-ddm/ddmadm 25442K
27312024-04-25T09:47:37.701Za root/opt/oxide/mg-ddm/ddmd 48449K
27322024-04-25T09:47:37.701Za root/opt/oxide/mg-ddm/pkg/ 0K
27332024-04-25T09:47:37.702Za root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K
27342024-04-25T09:47:37.702Za root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K
27352024-04-25T09:47:37.702Za root/opt/oxide/mg-ddm/pkg/mgd/ 0K
27362024-04-25T09:47:37.702Za root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K
27372024-04-25T09:47:37.702Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
27382024-04-25T09:47:37.703Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
27392024-04-25T09:47:37.703Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
27402024-04-25T09:47:37.703Za root/opt/oxide/mg-ddm/VERSION 1K
27412024-04-25T09:47:37.703Za root/lib/ 0K
27422024-04-25T09:47:37.703Za root/lib/svc/ 0K
27432024-04-25T09:47:37.704Za root/lib/svc/manifest/ 0K
27442024-04-25T09:47:37.704Za root/lib/svc/manifest/site/ 0K
27452024-04-25T09:47:37.704Za root/lib/svc/manifest/site/installinator.xml 3K
27462024-04-25T09:47:37.704Z+ cd /
27472024-04-25T09:47:37.704Z+ rm -rf /tmp/tmp.VWaaCi
27482024-04-25T09:47:37.705Z
27492024-04-25T09:47:37.705Zreal 4.333173039
27502024-04-25T09:47:37.792Zuser 4.097113708
27512024-04-25T09:47:37.792Zsys 0.250425746
27522024-04-25T09:47:37.793Ztrap 0.000499316
27532024-04-25T09:47:37.793Ztflt 0.000000000
27542024-04-25T09:47:37.793Zdflt 0.000000000
27552024-04-25T09:47:37.793Zkflt 0.000000000
27562024-04-25T09:47:37.794Zlock 0.000000000
27572024-04-25T09:47:37.794Zslp 8.425011094
27582024-04-25T09:47:37.794Zlat 0.090960562
27592024-04-25T09:47:37.794Zstop 0.000207460
27602024-04-25T09:47:37.794Zprocess exited: duration 1722686 ms, exit code 0
 
27612024-04-25T09:47:37.856Zfound 22 output files
27622024-04-25T09:47:37.910Zuploading: /work/version.txt (26 bytes)
27632024-04-25T09:47:39.095Zuploaded: /work/version.txt
27642024-04-25T09:47:39.096Zuploading: /work/package.tar.gz (91230426 bytes)
27652024-04-25T09:48:33.752Zuploaded: /work/package.tar.gz
27662024-04-25T09:48:33.771Zuploading: /work/global-zone-packages.tar.gz (132823164 bytes)
27672024-04-25T09:49:50.586Zuploaded: /work/global-zone-packages.tar.gz
27682024-04-25T09:49:50.587Zuploading: /work/trampoline-global-zone-packages.tar.gz (36605073 bytes)
27692024-04-25T09:50:29.244Zuploaded: /work/trampoline-global-zone-packages.tar.gz
27702024-04-25T09:50:29.245Zuploading: /work/zones/clickhouse.tar.gz (227088506 bytes)
27712024-04-25T09:52:08.039Zuploaded: /work/zones/clickhouse.tar.gz
27722024-04-25T09:52:08.332Zuploading: /work/zones/clickhouse_keeper.tar.gz (227083197 bytes)
27732024-04-25T09:53:57.521Zuploaded: /work/zones/clickhouse_keeper.tar.gz
27742024-04-25T09:53:57.522Zuploading: /work/zones/cockroachdb.tar.gz (122596809 bytes)
27752024-04-25T09:55:02.631Zuploaded: /work/zones/cockroachdb.tar.gz
27762024-04-25T09:55:02.631Zuploading: /work/zones/crucible-pantry-zone.tar.gz (27343311 bytes)
27772024-04-25T09:55:18.384Zuploaded: /work/zones/crucible-pantry-zone.tar.gz
27782024-04-25T09:55:18.385Zuploading: /work/zones/crucible-zone.tar.gz (37104529 bytes)
27792024-04-25T09:55:36.098Zuploaded: /work/zones/crucible-zone.tar.gz
27802024-04-25T09:55:36.099Zuploading: /work/zones/external-dns.tar.gz (24732264 bytes)
27812024-04-25T09:55:45.618Zuploaded: /work/zones/external-dns.tar.gz
27822024-04-25T09:55:45.618Zuploading: /work/zones/internal-dns.tar.gz (24732749 bytes)
27832024-04-25T09:55:55.665Zuploaded: /work/zones/internal-dns.tar.gz
27842024-04-25T09:55:55.665Zuploading: /work/zones/nexus-single-sled.tar.gz (84246663 bytes)
27852024-04-25T09:56:26.541Zuploaded: /work/zones/nexus-single-sled.tar.gz
27862024-04-25T09:56:26.560Zuploading: /work/zones/nexus.tar.gz (84247347 bytes)
27872024-04-25T09:56:53.000Zuploaded: /work/zones/nexus.tar.gz
27882024-04-25T09:56:53.014Zuploading: /work/zones/ntp.tar.gz (8421478 bytes)
27892024-04-25T09:57:00.885Zuploaded: /work/zones/ntp.tar.gz
27902024-04-25T09:57:00.885Zuploading: /work/zones/omicron-gateway-asic.tar.gz (14507603 bytes)
27912024-04-25T09:57:06.405Zuploaded: /work/zones/omicron-gateway-asic.tar.gz
27922024-04-25T09:57:06.405Zuploading: /work/zones/omicron-gateway-softnpu.tar.gz (14507654 bytes)
27932024-04-25T09:57:11.531Zuploaded: /work/zones/omicron-gateway-softnpu.tar.gz
27942024-04-25T09:57:11.531Zuploading: /work/zones/overlay.tar.gz (2622 bytes)
27952024-04-25T09:57:12.545Zuploaded: /work/zones/overlay.tar.gz
27962024-04-25T09:57:12.545Zuploading: /work/zones/oximeter.tar.gz (43407556 bytes)
27972024-04-25T09:57:33.044Zuploaded: /work/zones/oximeter.tar.gz
27982024-04-25T09:57:33.044Zuploading: /work/zones/probe.tar.gz (2829470 bytes)
27992024-04-25T09:57:34.559Zuploaded: /work/zones/probe.tar.gz
28002024-04-25T09:57:34.559Zuploading: /work/zones/propolis-server.tar.gz (66247252 bytes)
28012024-04-25T09:57:57.145Zuploaded: /work/zones/propolis-server.tar.gz
28022024-04-25T09:57:57.145Zuploading: /work/zones/switch-asic.tar.gz (295239248 bytes)
28032024-04-25T09:59:40.350Zuploaded: /work/zones/switch-asic.tar.gz
28042024-04-25T09:59:40.350Zuploading: /work/zones/switch-softnpu.tar.gz (202424817 bytes)
28052024-04-25T10:01:00.320Zuploaded: /work/zones/switch-softnpu.tar.gz