01HXTHAR6M2140RYPZZ47HCZK2: 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: 01HXTHBF1VF3Z4ASEVQ3M1TV21

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-05-14T03:13:01.750Zjob assigned to worker 01HXTHBK03JHPMHK6HVW8CA479 (queued for 1 m 11 s)
 
22024-05-14T03:13:09.015Zstarting task 0: "setup"
32024-05-14T03:13:09.070Z++ uname -s
42024-05-14T03:13:09.085Z+ kern=SunOS
52024-05-14T03:13:09.085Z+ case "$kern" in
62024-05-14T03:13:09.085Z+ groupadd -g 12345 build
72024-05-14T03:13:09.085Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-05-14T03:13:11.092Z+ zfs create -o mountpoint=/work rpool/work
92024-05-14T03:13:11.174Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-05-14T03:13:11.193Z+ home_fs=zfs
112024-05-14T03:13:11.193Z+ [[ zfs == autofs ]]
122024-05-14T03:13:11.193Z+ mkdir -p /home/build
132024-05-14T03:13:11.194Z+ chown build:build /home/build /work
142024-05-14T03:13:13.603Z+ chmod 0700 /home/build /work
152024-05-14T03:13:14.027Zprocess exited: duration 4168 ms, exit code 0
 
162024-05-14T03:13:14.076Zstarting task 1: "rust-toolchain"
172024-05-14T03:13:14.116Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-05-14T03:13:14.116Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-05-14T03:13:14.573Zinfo: downloading installer
202024-05-14T03:13:16.271Zwarning: it looks like you have an existing installation of Rust at:
212024-05-14T03:13:16.272Zwarning: /opt/ooce/bin
222024-05-14T03:13:16.272Zwarning: It is recommended that rustup be the primary Rust installation.
232024-05-14T03:13:16.272Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-05-14T03:13:16.273Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-05-14T03:13:16.273Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-05-14T03:13:16.273Zwarning: or pass `-y' to ignore all ignorable checks.
272024-05-14T03:13:16.274Zerror: cannot install while Rust is installed
282024-05-14T03:13:16.274Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-05-14T03:13:16.424Zinfo: profile set to 'default'
302024-05-14T03:13:16.424Zinfo: default host triple is x86_64-unknown-illumos
312024-05-14T03:13:16.452Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-05-14T03:13:16.559Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-05-14T03:13:16.559Zinfo: downloading component 'cargo'
342024-05-14T03:13:17.365Zinfo: downloading component 'clippy'
352024-05-14T03:13:17.638Zinfo: downloading component 'rust-docs'
362024-05-14T03:13:18.640Zinfo: downloading component 'rust-std'
372024-05-14T03:13:20.417Zinfo: downloading component 'rustc'
382024-05-14T03:13:24.725Zinfo: downloading component 'rustfmt'
392024-05-14T03:13:24.987Zinfo: installing component 'cargo'
402024-05-14T03:13:26.254Zinfo: installing component 'clippy'
412024-05-14T03:13:26.271Zinfo: installing component 'rust-docs'
422024-05-14T03:13:27.575Zinfo: installing component 'rust-std'
432024-05-14T03:13:29.384Zinfo: installing component 'rustc'
442024-05-14T03:13:33.603Zinfo: installing component 'rustfmt'
452024-05-14T03:13:34.368Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-05-14T03:13:34.368Z
472024-05-14T03:13:34.404Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-05-14T03:13:34.404Z
492024-05-14T03:13:34.404Z
502024-05-14T03:13:34.404ZRust is installed now. Great!
512024-05-14T03:13:34.404Z
522024-05-14T03:13:34.404ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-05-14T03:13:34.405Zenvironment variable. This has not been done automatically.
542024-05-14T03:13:34.405Z
552024-05-14T03:13:34.405ZTo configure your current shell, you need to source
562024-05-14T03:13:34.405Zthe corresponding env file under $HOME/.cargo.
572024-05-14T03:13:34.405Z
582024-05-14T03:13:34.405ZThis is usually done by running one of the following (note the leading DOT):
592024-05-14T03:13:34.405Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-05-14T03:13:34.405Zsource "$HOME/.cargo/env.fish" # For fish
612024-05-14T03:13:34.406Z+ rustc --version
622024-05-14T03:13:34.406Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-05-14T03:13:34.406Zprocess exited: duration 20309 ms, exit code 0
 
642024-05-14T03:13:34.860Zstarting task 2: "authentication"
652024-05-14T03:13:34.904ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
662024-05-14T03:13:54.397Zprocess exited: duration 19940 ms, exit code 0
 
672024-05-14T03:13:54.846Zstarting task 3: "clone repository"
682024-05-14T03:13:54.882Z+ mkdir -p /work/oxidecomputer/omicron
692024-05-14T03:13:54.882Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
702024-05-14T03:13:54.882ZCloning into '/work/oxidecomputer/omicron'...
712024-05-14T03:14:00.962Z+ cd /work/oxidecomputer/omicron
722024-05-14T03:14:00.962Z+ git fetch origin d61da270dc751048c27bb97ecd4c989342685369
732024-05-14T03:14:01.283ZFrom https://github.com/oxidecomputer/omicron
742024-05-14T03:14:01.283Z * branch d61da270dc751048c27bb97ecd4c989342685369 -> FETCH_HEAD
752024-05-14T03:14:01.301Z+ [[ -n renovate/taiki-e-install-action-digest ]]
762024-05-14T03:14:01.301Z++ git branch --show-current
772024-05-14T03:14:01.301Z+ current=main
782024-05-14T03:14:01.301Z+ [[ main != renovate/taiki-e-install-action-digest ]]
792024-05-14T03:14:01.301Z+ git branch -f renovate/taiki-e-install-action-digest d61da270dc751048c27bb97ecd4c989342685369
802024-05-14T03:14:01.319Z+ git checkout -f renovate/taiki-e-install-action-digest
812024-05-14T03:14:01.430ZSwitched to branch 'renovate/taiki-e-install-action-digest'
822024-05-14T03:14:01.450Z+ git reset --hard d61da270dc751048c27bb97ecd4c989342685369
832024-05-14T03:14:01.563ZHEAD is now at d61da270d Update taiki-e/install-action digest to c2927f0
842024-05-14T03:14:01.591Zprocess exited: duration 7129 ms, exit code 0
 
852024-05-14T03:14:02.042Zstarting task 4: "build"
862024-05-14T03:14:02.065Z+ cargo --version
872024-05-14T03:14:02.065Zinfo: syncing channel updates for '1.77.2-x86_64-unknown-illumos'
882024-05-14T03:14:02.065Zinfo: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09)
892024-05-14T03:14:02.065Zinfo: downloading component 'cargo'
902024-05-14T03:14:02.664Zinfo: downloading component 'clippy'
912024-05-14T03:14:02.933Zinfo: downloading component 'rust-docs'
922024-05-14T03:14:04.017Zinfo: downloading component 'rust-std'
932024-05-14T03:14:05.652Zinfo: downloading component 'rustc'
942024-05-14T03:14:10.372Zinfo: downloading component 'rustfmt'
952024-05-14T03:14:10.436Zinfo: installing component 'cargo'
962024-05-14T03:14:11.049Zinfo: installing component 'clippy'
972024-05-14T03:14:11.794Zinfo: installing component 'rust-docs'
982024-05-14T03:14:12.896Zinfo: installing component 'rust-std'
992024-05-14T03:14:14.963Zinfo: installing component 'rustc'
1002024-05-14T03:14:18.686Zinfo: installing component 'rustfmt'
1012024-05-14T03:14:19.082Zcargo 1.77.2 (e52e36006 2024-03-26)
1022024-05-14T03:14:19.090Z+ rustc --version
1032024-05-14T03:14:19.190Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
1042024-05-14T03:14:19.221Z+ WORK=/work
1052024-05-14T03:14:19.221Z+ pfexec mkdir -p /work
1062024-05-14T03:14:19.221Z+ pfexec chown build /work
1072024-05-14T03:14:19.221Z++ git rev-parse HEAD
1082024-05-14T03:14:19.222Z+ COMMIT=d61da270dc751048c27bb97ecd4c989342685369
1092024-05-14T03:14:19.222Z+ VERSION=8.0.0-0.ci+gitd61da270dc7
1102024-05-14T03:14:19.222Z+ echo 8.0.0-0.ci+gitd61da270dc7
1112024-05-14T03:14:19.222Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122024-05-14T03:14:28.805Z Startup: Refreshing catalog 'helios-dev' ... Done
1132024-05-14T03:14:30.747Z Startup: Caching catalogs ... Done
1142024-05-14T03:14:32.327ZPlanning: Solver setup ... Done (1.154s)
1152024-05-14T03:14:32.350ZPlanning: Running solver ... Done (0.021s)
1162024-05-14T03:14:32.387ZPlanning: Finding local manifests ... Done (0.002s)
1172024-05-14T03:14:32.411ZPlanning: Fetching manifests: 0/4 0% complete
1182024-05-14T03:14:33.065ZPlanning: Fetching manifests: 4/4 100% complete
1192024-05-14T03:14:33.081ZPlanning: Package planning ... Done (0.050s)
1202024-05-14T03:14:33.081ZPlanning: Merging actions ... Done (0.050s)
1212024-05-14T03:14:33.923ZPlanning: Checking for conflicting actions ... Done (1.163s)
1222024-05-14T03:14:33.945ZPlanning: Consolidating action changes ... Done (0.011s)
1232024-05-14T03:14:38.496ZPlanning: Evaluating mediators ... Done (4.554s)
1242024-05-14T03:14:38.514ZPlanning: Planning completed in 7.70 seconds
1252024-05-14T03:14:38.933Z Packages to install: 4
1262024-05-14T03:14:38.933Z Mediators to change: 2
1272024-05-14T03:14:38.933Z Services to change: 1
1282024-05-14T03:14:38.952Z Estimated space available: 155.31 GB
1292024-05-14T03:14:38.952ZEstimated space to be consumed: 1.44 GB
1302024-05-14T03:14:38.952Z Create boot environment: No
1312024-05-14T03:14:38.952ZCreate backup boot environment: No
1322024-05-14T03:14:38.953Z Rebuild boot archive: No
1332024-05-14T03:14:38.953Z
1342024-05-14T03:14:38.953ZChanged mediators:
1352024-05-14T03:14:38.953Z mediator clang:
1362024-05-14T03:14:38.953Z version: None -> 15 (system default)
1372024-05-14T03:14:38.953Z
1382024-05-14T03:14:38.953Z mediator llvm:
1392024-05-14T03:14:38.953Z version: 14 (system default) -> 15 (system default)
1402024-05-14T03:14:38.953Z
1412024-05-14T03:14:38.954ZChanged packages:
1422024-05-14T03:14:38.954Zhelios-dev
1432024-05-14T03:14:38.954Z developer/build-essential
1442024-05-14T03:14:38.954Z None -> 11-2.0
1452024-05-14T03:14:38.954Z library/libxmlsec1
1462024-05-14T03:14:38.954Z None -> 1.2.35-2.0
1472024-05-14T03:14:38.954Z ooce/developer/clang-15
1482024-05-14T03:14:38.954Z None -> 15.0.7-2.0
1492024-05-14T03:14:38.954Z ooce/developer/llvm-15
1502024-05-14T03:14:38.954Z None -> 15.0.7-2.0
1512024-05-14T03:14:38.955Z
1522024-05-14T03:14:38.955ZServices:
1532024-05-14T03:14:38.955Z restart_fmri:
1542024-05-14T03:14:38.955Z svc:/system/update-man-index:default
1552024-05-14T03:14:39.041Z
1562024-05-14T03:14:39.042ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572024-05-14T03:14:45.438ZDownload: 212/3290 items 1.3/212.6MB 0% complete (585k/s)
1582024-05-14T03:14:50.433ZDownload: 684/3290 items 17.9/212.6MB 8% complete (1.8M/s)
1592024-05-14T03:14:57.187ZDownload: 1195/3290 items 83.5/212.6MB 39% complete (8.4M/s)
1602024-05-14T03:15:02.209ZDownload: 1703/3290 items 117.9/212.6MB 55% complete (9.9M/s)
1612024-05-14T03:15:07.220ZDownload: 2324/3290 items 119.6/212.6MB 56% complete (3.7M/s)
1622024-05-14T03:15:12.224ZDownload: 2935/3290 items 121.2/212.6MB 57% complete (342k/s)
1632024-05-14T03:15:17.633ZDownload: 3276/3290 items 210.3/212.6MB 98% complete (9.1M/s)
1642024-05-14T03:15:28.861ZDownload: 3283/3290 items 211.6/212.6MB 99% complete (8.8M/s)
1652024-05-14T03:15:41.661ZDownload: 3288/3290 items 212.6/212.6MB 99% complete
1662024-05-14T03:15:41.700ZDownload: Completed 212.60 MB in 62.64 seconds (3.4M/s)
1672024-05-14T03:15:41.858Z Actions: 1/3689 actions (Installing new actions)
1682024-05-14T03:15:46.881Z Actions: 3588/3689 actions (Installing new actions)
1692024-05-14T03:15:46.960Z Actions: Completed 3689 actions in 5.10 seconds.
1702024-05-14T03:15:47.083Z Done (0.120s)
1712024-05-14T03:15:47.085Z Done (0.000s)
1722024-05-14T03:15:47.375Z Done (0.295s)
1732024-05-14T03:15:52.660Z Done (5.126s)
1742024-05-14T03:15:52.821Z Done (0.093s)
1752024-05-14T03:15:52.831Z Done (0.000s)
1762024-05-14T03:15:52.978Z Done (0.000s)
1772024-05-14T03:15:53.560ZPlanning: Evaluating mediator changes ... Done
1782024-05-14T03:15:54.045ZPlanning: Checking for conflicting actions ... Done
1792024-05-14T03:15:54.045ZPlanning: Consolidating action changes ... Done
1802024-05-14T03:15:54.045ZPlanning: Evaluating mediators ... Done
1812024-05-14T03:15:54.045ZPlanning: Planning completed in 0.45 seconds
1822024-05-14T03:15:54.046Z Mediators to change: 2
1832024-05-14T03:15:54.046Z Create boot environment: No
1842024-05-14T03:15:54.046ZCreate backup boot environment: No
1852024-05-14T03:15:54.102Z Done
1862024-05-14T03:15:54.103Z Done
1872024-05-14T03:15:54.303Z Done
1882024-05-14T03:15:58.008Z Done
1892024-05-14T03:15:58.080Z Done
1902024-05-14T03:15:58.087Z Done
1912024-05-14T03:15:58.180Z Done
1922024-05-14T03:15:58.804ZPlanning: Evaluating mediator changes ... Done
1932024-05-14T03:15:58.809ZPlanning: Merging actions ... Done
1942024-05-14T03:15:59.015ZPlanning: Checking for conflicting actions ... Done
1952024-05-14T03:15:59.032ZPlanning: Consolidating action changes ... Done
1962024-05-14T03:15:59.281ZPlanning: Evaluating mediators ... Done
1972024-05-14T03:15:59.337ZPlanning: Planning completed in 0.78 seconds
1982024-05-14T03:15:59.393Z Packages to change: 1
1992024-05-14T03:15:59.393Z Mediators to change: 1
2002024-05-14T03:15:59.409Z Services to change: 1
2012024-05-14T03:15:59.409Z Create boot environment: No
2022024-05-14T03:15:59.409ZCreate backup boot environment: Yes
2032024-05-14T03:16:01.210Z Actions: 1/6 actions (Updating modified actions)
2042024-05-14T03:16:01.283Z Actions: Completed 6 actions in 0.07 seconds.
2052024-05-14T03:16:01.291Z Done
2062024-05-14T03:16:01.291Z Done
2072024-05-14T03:16:01.339Z Done
2082024-05-14T03:16:05.159Z Done
2092024-05-14T03:16:05.245Z Done
2102024-05-14T03:16:05.261Z Done
2112024-05-14T03:16:05.377Z Done
2122024-05-14T03:16:06.355ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2132024-05-14T03:16:06.355Zclang system 15 system
2142024-05-14T03:16:06.355Zcsh system system illumos
2152024-05-14T03:16:06.355Zctags system system illumos
2162024-05-14T03:16:06.355Zgcc vendor 12 vendor
2172024-05-14T03:16:06.356Zgcc system 10 system
2182024-05-14T03:16:06.356Zgcc system 7 system
2192024-05-14T03:16:06.356Zgo system 1.20 system
2202024-05-14T03:16:06.356Zgo system 1.19 system
2212024-05-14T03:16:06.357Zllvm system 15 system
2222024-05-14T03:16:06.357Zllvm system 14 system
2232024-05-14T03:16:06.357Zmariadb system 10.6 system
2242024-05-14T03:16:06.357Zmta vendor vendor dma
2252024-05-14T03:16:06.357Zopenjdk system 17 system
2262024-05-14T03:16:06.357Zopenjdk system 11 system
2272024-05-14T03:16:06.357Zopenjdk system 1.8 system
2282024-05-14T03:16:06.357Zopenssl vendor 3 vendor
2292024-05-14T03:16:06.357Zperl system 5.36 system
2302024-05-14T03:16:06.357Zpostgresql system 15 system
2312024-05-14T03:16:06.357Zpostgresql system 13 system
2322024-05-14T03:16:06.358Zpython vendor 3 vendor
2332024-05-14T03:16:06.358Zpython system 2 system
2342024-05-14T03:16:06.358Zpython3 system 3.11 system
2352024-05-14T03:16:06.358Zruby system 3.0 system
2362024-05-14T03:16:06.358Zwords vendor vendor american-english
2372024-05-14T03:16:06.358Zwords system system australian-english
2382024-05-14T03:16:06.358Zwords system system british-english
2392024-05-14T03:16:06.359Zwords system system canadian-english
2402024-05-14T03:16:06.359Zwords system system french
2412024-05-14T03:16:06.359Zwords system system italian
2422024-05-14T03:16:06.359Zwords system system ngerman
2432024-05-14T03:16:06.359Zwords system system ogerman
2442024-05-14T03:16:06.359Zwords system system spanish
2452024-05-14T03:16:06.775ZPUBLISHER TYPE STATUS P LOCATION
2462024-05-14T03:16:06.775Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2472024-05-14T03:16:07.550ZFMRI IFO
2482024-05-14T03:16:07.551Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2492024-05-14T03:16:07.551Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2502024-05-14T03:16:07.551Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2512024-05-14T03:16:07.551Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2522024-05-14T03:16:07.551Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2532024-05-14T03:16:07.552Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2542024-05-14T03:16:07.552Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2552024-05-14T03:16:07.552Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2562024-05-14T03:16:07.552Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2572024-05-14T03:16:07.553Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2582024-05-14T03:16:07.553Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2592024-05-14T03:16:07.553Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2602024-05-14T03:16:07.831Z+ set -o errexit
2612024-05-14T03:16:07.851Z+++ dirname ./tools/ci_download_cockroachdb
2622024-05-14T03:16:07.851Z++ cd ./tools
2632024-05-14T03:16:07.852Z++ pwd
2642024-05-14T03:16:07.852Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2652024-05-14T03:16:07.852Z++ basename ./tools/ci_download_cockroachdb
2662024-05-14T03:16:07.852Z+ ARG0=ci_download_cockroachdb
2672024-05-14T03:16:07.853Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2682024-05-14T03:16:07.853Z+ CIDL_VERSION=v22.1.9
2692024-05-14T03:16:07.853Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2702024-05-14T03:16:07.853Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2712024-05-14T03:16:07.853Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2722024-05-14T03:16:07.854Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2732024-05-14T03:16:07.854Z+ TARGET_DIR=out
2742024-05-14T03:16:07.854Z+ DOWNLOAD_DIR=out/downloads
2752024-05-14T03:16:07.854Z+ DEST_DIR=./out/cockroachdb
2762024-05-14T03:16:07.855Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2772024-05-14T03:16:07.855Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2782024-05-14T03:16:07.855Z+ main
2792024-05-14T03:16:07.855Z+ [[ 0 != 0 ]]
2802024-05-14T03:16:07.855Z+ CIDL_OS=solaris2.11
2812024-05-14T03:16:07.855Z+ [[ 0 != 0 ]]
2822024-05-14T03:16:07.855Z+ configure_os solaris2.11
2832024-05-14T03:16:07.855Z+ echo 'current directory: /work/oxidecomputer/omicron'
2842024-05-14T03:16:07.855Zcurrent directory: /work/oxidecomputer/omicron
2852024-05-14T03:16:07.856Z+ echo 'configuring based on OS: "solaris2.11"'
2862024-05-14T03:16:07.856Z+ case "$1" in
2872024-05-14T03:16:07.856Zconfiguring based on OS: "solaris2.11"
2882024-05-14T03:16:07.856Z+ CIDL_BUILD=illumos
2892024-05-14T03:16:07.856Z+ CIDL_SUFFIX=tar.gz
2902024-05-14T03:16:07.856Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2912024-05-14T03:16:07.857Z+ CIDL_URL_BASE=https://illumos.org/downloads
2922024-05-14T03:16:07.857Z+ CIDL_ASSEMBLE=do_assemble_illumos
2932024-05-14T03:16:07.857Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2942024-05-14T03:16:07.857Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2952024-05-14T03:16:07.858Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2962024-05-14T03:16:07.858Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2972024-05-14T03:16:07.858Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2982024-05-14T03:16:07.859Z+ CIDL_SHA256FUNC=do_sha256sum
2992024-05-14T03:16:07.859Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
3002024-05-14T03:16:07.859ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3012024-05-14T03:16:07.859Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3022024-05-14T03:16:07.859Z+ mkdir -p out/downloads
3032024-05-14T03:16:07.859ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3042024-05-14T03:16:07.859Z+ mkdir -p ./out/cockroachdb
3052024-05-14T03:16:07.859Z+ local DO_DOWNLOAD=true
3062024-05-14T03:16:07.859Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3072024-05-14T03:16:07.860Z+ '[' true == true ']'
3082024-05-14T03:16:07.860Z+ echo Downloading...
3092024-05-14T03:16:07.860ZDownloading...
3102024-05-14T03:16:07.860Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3112024-05-14T03:16:07.860Z+ 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
3122024-05-14T03:16:11.154Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3132024-05-14T03:16:11.159Z++ sha256sum
3142024-05-14T03:16:11.159Z++ awk '{print $1}'
3152024-05-14T03:16:11.219Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3162024-05-14T03:16:11.219Z+ [[ 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 ]]
3172024-05-14T03:16:11.225Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3182024-05-14T03:16:11.225Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3192024-05-14T03:16:13.414Z+ do_assemble_illumos
3202024-05-14T03:16:13.414Z+ rm -r ./out/cockroachdb
3212024-05-14T03:16:13.431Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3222024-05-14T03:16:13.858Z+ ./out/cockroachdb/bin/cockroach version
3232024-05-14T03:16:14.052ZBuild Tag: v22.1.9-dirty
3242024-05-14T03:16:14.052ZBuild Time: 2022/10/26 21:17:46
3252024-05-14T03:16:14.052ZDistribution: OSS
3262024-05-14T03:16:14.053ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3272024-05-14T03:16:14.053ZGo Version: go1.17.13
3282024-05-14T03:16:14.053ZC Compiler: gcc 10.3.0
3292024-05-14T03:16:14.053ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3302024-05-14T03:16:14.053ZBuild Type: release
3312024-05-14T03:16:14.749Z+ set -o errexit
3322024-05-14T03:16:14.749Z+++ dirname ./tools/ci_download_clickhouse
3332024-05-14T03:16:14.750Z++ cd ./tools
3342024-05-14T03:16:14.750Z++ pwd
3352024-05-14T03:16:14.750Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3362024-05-14T03:16:14.750Z++ basename ./tools/ci_download_clickhouse
3372024-05-14T03:16:14.750Z+ ARG0=ci_download_clickhouse
3382024-05-14T03:16:14.751Z+ TARGET_DIR=out
3392024-05-14T03:16:14.751Z+ DOWNLOAD_DIR=out/downloads
3402024-05-14T03:16:14.751Z+ DEST_DIR=./out/clickhouse
3412024-05-14T03:16:14.752Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3422024-05-14T03:16:14.752Z+ CIDL_VERSION=v23.8.7.24
3432024-05-14T03:16:14.752Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3442024-05-14T03:16:14.752Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3452024-05-14T03:16:14.752Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3462024-05-14T03:16:14.753Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3472024-05-14T03:16:14.753Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3482024-05-14T03:16:14.753Z+ main
3492024-05-14T03:16:14.753Z+ [[ 0 != 0 ]]
3502024-05-14T03:16:14.753Z+ CIDL_OS=solaris2.11
3512024-05-14T03:16:14.754Z+ [[ 0 != 0 ]]
3522024-05-14T03:16:14.754Z+ configure_os solaris2.11
3532024-05-14T03:16:14.754Z+ echo 'current directory: /work/oxidecomputer/omicron'
3542024-05-14T03:16:14.754Zcurrent directory: /work/oxidecomputer/omicron
3552024-05-14T03:16:14.754Z+ echo 'configuring based on OS: "solaris2.11"'
3562024-05-14T03:16:14.755Z+ CIDL_DASHREV=
3572024-05-14T03:16:14.755Z+ case "$1" in
3582024-05-14T03:16:14.755Z+ CIDL_PLATFORM=illumos
3592024-05-14T03:16:14.755Zconfiguring based on OS: "solaris2.11"
3602024-05-14T03:16:14.756Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3612024-05-14T03:16:14.756Z+ CIDL_MD5FUNC=do_md5sum
3622024-05-14T03:16:14.756Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3632024-05-14T03:16:14.756Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3642024-05-14T03:16:14.757Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3652024-05-14T03:16:14.757Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3662024-05-14T03:16:14.757Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3672024-05-14T03:16:14.757ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3682024-05-14T03:16:14.758ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3692024-05-14T03:16:14.758Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3702024-05-14T03:16:14.758Z+ mkdir -p out/downloads
3712024-05-14T03:16:14.758Z+ mkdir -p ./out/clickhouse
3722024-05-14T03:16:14.758Z+ local DO_DOWNLOAD=true
3732024-05-14T03:16:14.758Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3742024-05-14T03:16:14.759Z+ '[' true == true ']'
3752024-05-14T03:16:14.759Z+ echo Downloading...
3762024-05-14T03:16:14.759ZDownloading...
3772024-05-14T03:16:14.759Z+ 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
3782024-05-14T03:16:14.760Z+ 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
3792024-05-14T03:16:15.669Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3802024-05-14T03:16:15.676Z++ md5sum
3812024-05-14T03:16:15.676Z++ awk '{print $1}'
3822024-05-14T03:16:15.942Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3832024-05-14T03:16:15.943Z+ [[ 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 ]]
3842024-05-14T03:16:15.994Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3852024-05-14T03:16:15.994Z+ mkdir -p ./out/clickhouse
3862024-05-14T03:16:15.994Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3872024-05-14T03:16:20.215Z+ [[ solaris2.11 == darwin* ]]
3882024-05-14T03:16:20.215Z+ ./out/clickhouse/clickhouse server --version
3892024-05-14T03:16:20.241ZClickHouse server version 23.8.7.1.
3902024-05-14T03:16:20.241Z+ set -o errexit
3912024-05-14T03:16:20.241Z+++ dirname ./tools/ci_download_console
3922024-05-14T03:16:20.241Z++ cd ./tools
3932024-05-14T03:16:20.241Z++ pwd
3942024-05-14T03:16:20.241Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3952024-05-14T03:16:20.241Z++ basename ./tools/ci_download_console
3962024-05-14T03:16:20.242Z+ ARG0=ci_download_console
3972024-05-14T03:16:20.242Z+ TARGET_DIR=out
3982024-05-14T03:16:20.242Z+ DOWNLOAD_DIR=out/downloads
3992024-05-14T03:16:20.242Z+ DEST_DIR=./out/console-assets
4002024-05-14T03:16:20.242Z+ source /work/oxidecomputer/omicron/tools/console_version
4012024-05-14T03:16:20.242Z++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5
4022024-05-14T03:16:20.243Z++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
4032024-05-14T03:16:20.243Z+ URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
4042024-05-14T03:16:20.243Z+ TARBALL_FILE=out/downloads/console.tar.gz
4052024-05-14T03:16:20.243Z+ main
4062024-05-14T03:16:20.243Z+ [[ 0 != 0 ]]
4072024-05-14T03:16:20.243Z+ echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz'
4082024-05-14T03:16:20.243ZURL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
4092024-05-14T03:16:20.243Z+ echo 'Local file: out/downloads/console.tar.gz'
4102024-05-14T03:16:20.243Z+ local DO_DOWNLOAD=true
4112024-05-14T03:16:20.243ZLocal file: out/downloads/console.tar.gz
4122024-05-14T03:16:20.243Z+ [[ -f out/downloads/console.tar.gz ]]
4132024-05-14T03:16:20.243Z+ mkdir -p out/downloads
4142024-05-14T03:16:20.243Z+ '[' true == true ']'
4152024-05-14T03:16:20.244Z+ echo Downloading...
4162024-05-14T03:16:20.244ZDownloading...
4172024-05-14T03:16:20.245Z+ do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz
4182024-05-14T03:16:20.245Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
4192024-05-14T03:16:20.535Z++ do_sha256sum out/downloads/console.tar.gz
4202024-05-14T03:16:20.549Z++ case "$OSTYPE" in
4212024-05-14T03:16:20.549Z++ SHA=sha256sum
4222024-05-14T03:16:20.549Z++ sha256sum
4232024-05-14T03:16:20.549Z++ awk '{print $1}'
4242024-05-14T03:16:20.550Z+ calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
4252024-05-14T03:16:20.550Z+ [[ f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c != \f\3\b\c\5\1\a\9\d\d\f\5\3\5\6\e\c\d\a\8\5\f\f\1\1\e\e\c\0\3\2\d\a\8\8\0\b\e\1\6\2\3\5\8\b\b\7\e\e\6\7\6\a\b\8\2\3\e\5\9\4\7\6\c ]]
4262024-05-14T03:16:20.550Z+ rm -rf ./out/console-assets
4272024-05-14T03:16:20.550Z+ mkdir -p ./out/console-assets
4282024-05-14T03:16:20.551Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4292024-05-14T03:16:20.551Z+ mkdir -p ./out/console-assets
4302024-05-14T03:16:20.551Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4312024-05-14T03:16:20.633Z+ set -o errexit
4322024-05-14T03:16:20.639Z+++ dirname ./tools/ci_download_dendrite_openapi
4332024-05-14T03:16:20.640Z++ cd ./tools
4342024-05-14T03:16:20.640Z++ pwd
4352024-05-14T03:16:20.646Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4362024-05-14T03:16:20.646Z++ basename ./tools/ci_download_dendrite_openapi
4372024-05-14T03:16:20.646Z+ ARG0=ci_download_dendrite_openapi
4382024-05-14T03:16:20.646Z+ TARGET_DIR=out
4392024-05-14T03:16:20.647Z+ DOWNLOAD_DIR=out/downloads
4402024-05-14T03:16:20.647Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4412024-05-14T03:16:20.647Z++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687
4422024-05-14T03:16:20.647Z++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4432024-05-14T03:16:20.647Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4442024-05-14T03:16:20.647Z+ LOCAL_FILE=out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4452024-05-14T03:16:20.647Z+ main
4462024-05-14T03:16:20.648Z+ [[ 0 != 0 ]]
4472024-05-14T03:16:20.648Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json'
4482024-05-14T03:16:20.648ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4492024-05-14T03:16:20.648ZLocal file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4502024-05-14T03:16:20.648Z+ echo 'Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json'
4512024-05-14T03:16:20.648Z+ local DO_DOWNLOAD=true
4522024-05-14T03:16:20.648Z+ [[ -f out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json ]]
4532024-05-14T03:16:20.648Z+ mkdir -p out/downloads
4542024-05-14T03:16:20.649Z+ '[' true == true ']'
4552024-05-14T03:16:20.649Z+ echo Downloading...
4562024-05-14T03:16:20.649ZDownloading...
4572024-05-14T03:16:20.649Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4582024-05-14T03:16:20.649Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4592024-05-14T03:16:20.866Z++ do_sha256sum out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4602024-05-14T03:16:20.866Z++ case "$OSTYPE" in
4612024-05-14T03:16:20.872Z++ SHA=sha256sum
4622024-05-14T03:16:20.872Z++ sha256sum
4632024-05-14T03:16:20.872Z++ awk '{print $1}'
4642024-05-14T03:16:20.872Z+ calculated_sha2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4652024-05-14T03:16:20.872Z+ [[ fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 != \f\c\3\9\7\e\2\5\4\d\c\1\5\0\8\5\0\f\b\a\1\2\0\1\3\d\f\1\4\7\a\a\9\b\2\3\2\9\6\0\5\6\f\b\4\d\9\3\f\6\5\c\1\8\0\6\e\2\5\b\0\8\2\3 ]]
4662024-05-14T03:16:20.876Z+ set -o errexit
4672024-05-14T03:16:20.902Z+++ dirname ./tools/ci_download_dendrite_stub
4682024-05-14T03:16:20.902Z++ cd ./tools
4692024-05-14T03:16:20.903Z++ pwd
4702024-05-14T03:16:20.903Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4712024-05-14T03:16:20.903Z++ basename ./tools/ci_download_dendrite_stub
4722024-05-14T03:16:20.903Z+ ARG0=ci_download_dendrite_stub
4732024-05-14T03:16:20.903Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4742024-05-14T03:16:20.903Z++ CIDL_SHA256_ILLUMOS=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
4752024-05-14T03:16:20.903Z++ CIDL_SHA256_LINUX_DPD=c255370062ce616f6fce5630fad7a1fbfa63aa7db964aeb6de410ba4a4bc3193
4762024-05-14T03:16:20.903Z++ CIDL_SHA256_LINUX_SWADM=7899b1603518489b2276f9d9043107a267060e3b05be51f08002adf3d118a7c9
4772024-05-14T03:16:20.903Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4782024-05-14T03:16:20.904Z++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687
4792024-05-14T03:16:20.904Z++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4802024-05-14T03:16:20.904Z+ TARGET_DIR=out
4812024-05-14T03:16:20.904Z+ DOWNLOAD_DIR=out/downloads
4822024-05-14T03:16:20.904Z+ DEST_DIR=./out/dendrite-stub
4832024-05-14T03:16:20.904Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4842024-05-14T03:16:20.904Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4852024-05-14T03:16:20.904Z+ REPO=oxidecomputer/dendrite
4862024-05-14T03:16:20.904Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687
4872024-05-14T03:16:20.904Z+ main
4882024-05-14T03:16:20.904Z+ [[ 0 != 0 ]]
4892024-05-14T03:16:20.905Z+ CIDL_OS=solaris2.11
4902024-05-14T03:16:20.905Z+ [[ 0 != 0 ]]
4912024-05-14T03:16:20.905Z+ configure_os solaris2.11
4922024-05-14T03:16:20.905Z+ echo 'current directory: /work/oxidecomputer/omicron'
4932024-05-14T03:16:20.905Zcurrent directory: /work/oxidecomputer/omicron
4942024-05-14T03:16:20.905Z+ echo 'configuring based on OS: "solaris2.11"'
4952024-05-14T03:16:20.905Z+ case "$1" in
4962024-05-14T03:16:20.905Zconfiguring based on OS: "solaris2.11"
4972024-05-14T03:16:20.905Z+ SET_BINARIES=
4982024-05-14T03:16:20.905Z+ CIDL_SHA256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
4992024-05-14T03:16:20.905Z+ CIDL_SHA256FUNC=do_sha256sum
5002024-05-14T03:16:20.905Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5012024-05-14T03:16:20.905Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
5022024-05-14T03:16:20.905Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5032024-05-14T03:16:20.906Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz'
5042024-05-14T03:16:20.906ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
5052024-05-14T03:16:20.906Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5062024-05-14T03:16:20.906ZLocal file: out/downloads/dendrite-stub.tar.gz
5072024-05-14T03:16:20.906Z+ mkdir -p out/downloads
5082024-05-14T03:16:20.906Z+ mkdir -p ./out/dendrite-stub
5092024-05-14T03:16:20.914Z+ fetch_and_verify
5102024-05-14T03:16:20.915Z+ local DO_DOWNLOAD=true
5112024-05-14T03:16:20.915Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5122024-05-14T03:16:20.915Z+ '[' true == true ']'
5132024-05-14T03:16:20.916Z+ echo Downloading...
5142024-05-14T03:16:20.916ZDownloading...
5152024-05-14T03:16:20.916Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5162024-05-14T03:16:20.917Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
5172024-05-14T03:16:39.332Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5182024-05-14T03:16:39.341Z++ sha256sum
5192024-05-14T03:16:39.341Z++ awk '{print $1}'
5202024-05-14T03:16:39.346Z+ calculated_sha256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
5212024-05-14T03:16:39.347Z+ [[ 1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b != \1\a\1\8\3\7\9\5\2\2\d\a\7\5\c\0\3\4\d\6\6\d\1\5\c\f\2\e\5\0\a\0\d\7\2\8\9\a\7\4\6\e\f\7\c\8\a\0\a\d\9\8\c\4\f\6\1\4\0\3\f\2\9\b ]]
5222024-05-14T03:16:39.347Z+ do_untar out/downloads/dendrite-stub.tar.gz
5232024-05-14T03:16:39.347Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5242024-05-14T03:16:40.028Z+ do_assemble
5252024-05-14T03:16:40.029Z+ rm -r ./out/dendrite-stub
5262024-05-14T03:16:40.095Z+ mkdir ./out/dendrite-stub
5272024-05-14T03:16:40.095Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5282024-05-14T03:16:40.106Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5292024-05-14T03:16:40.107Z+ set -o errexit
5302024-05-14T03:16:40.107Z+++ dirname ./tools/ci_download_maghemite_mgd
5312024-05-14T03:16:40.107Z++ cd ./tools
5322024-05-14T03:16:40.107Z++ pwd
5332024-05-14T03:16:40.107Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5342024-05-14T03:16:40.107Z++ basename ./tools/ci_download_maghemite_mgd
5352024-05-14T03:16:40.107Z+ ARG0=ci_download_maghemite_mgd
5362024-05-14T03:16:40.107Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5372024-05-14T03:16:40.107Z++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5382024-05-14T03:16:40.107Z++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19
5392024-05-14T03:16:40.108Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5402024-05-14T03:16:40.108Z++ COMMIT=025389ff39d594bf2b815377e2c1dc4dd23b1f96
5412024-05-14T03:16:40.108Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5422024-05-14T03:16:40.108Z+ TARGET_DIR=out
5432024-05-14T03:16:40.108Z+ DOWNLOAD_DIR=out/downloads
5442024-05-14T03:16:40.108Z+ DEST_DIR=./out/mgd
5452024-05-14T03:16:40.108Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5462024-05-14T03:16:40.108Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5472024-05-14T03:16:40.108Z+ REPO=oxidecomputer/maghemite
5482024-05-14T03:16:40.108Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96
5492024-05-14T03:16:40.109Z+ main
5502024-05-14T03:16:40.109Z+ rm -rf out/downloads/root
5512024-05-14T03:16:40.109Z+ [[ 0 != 0 ]]
5522024-05-14T03:16:40.109Z+ CIDL_OS=solaris2.11
5532024-05-14T03:16:40.109Z+ [[ 0 != 0 ]]
5542024-05-14T03:16:40.109Z+ configure_os solaris2.11
5552024-05-14T03:16:40.109Z+ echo 'current directory: /work/oxidecomputer/omicron'
5562024-05-14T03:16:40.110Zcurrent directory: /work/oxidecomputer/omicron
5572024-05-14T03:16:40.110Z+ echo 'configuring based on OS: "solaris2.11"'
5582024-05-14T03:16:40.110Z+ case "$1" in
5592024-05-14T03:16:40.110Zconfiguring based on OS: "solaris2.11"
5602024-05-14T03:16:40.110Z+ SET_BINARIES=
5612024-05-14T03:16:40.110Z+ CIDL_SHA256FUNC=do_sha256sum
5622024-05-14T03:16:40.110Z+ TARBALL_FILENAME=mgd.tar.gz
5632024-05-14T03:16:40.110Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5642024-05-14T03:16:40.110Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5652024-05-14T03:16:40.110Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz'
5662024-05-14T03:16:40.111ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5672024-05-14T03:16:40.111Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5682024-05-14T03:16:40.111Z+ mkdir -p out/downloads
5692024-05-14T03:16:40.111ZLocal file: out/downloads/mgd.tar.gz
5702024-05-14T03:16:40.111Z+ mkdir -p ./out/mgd
5712024-05-14T03:16:40.111Z+ fetch_and_verify
5722024-05-14T03:16:40.112Z+ local DO_DOWNLOAD=true
5732024-05-14T03:16:40.112Z+ [[ -f out/downloads/mgd.tar.gz ]]
5742024-05-14T03:16:40.112Z+ '[' true == true ']'
5752024-05-14T03:16:40.112Z+ echo Downloading...
5762024-05-14T03:16:40.112ZDownloading...
5772024-05-14T03:16:40.112Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz out/downloads/mgd.tar.gz
5782024-05-14T03:16:40.112Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5792024-05-14T03:16:58.047Z++ do_sha256sum out/downloads/mgd.tar.gz
5802024-05-14T03:16:58.054Z++ sha256sum
5812024-05-14T03:16:58.055Z++ awk '{print $1}'
5822024-05-14T03:16:58.067Z+ calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5832024-05-14T03:16:58.067Z+ [[ e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd != \e\0\9\0\7\d\e\3\9\c\a\9\f\8\a\b\4\5\d\4\0\d\3\6\1\a\1\d\b\e\e\d\4\b\d\8\e\9\b\1\5\7\f\8\d\3\d\8\f\e\0\a\4\b\c\2\5\9\d\9\3\3\b\d ]]
5842024-05-14T03:16:58.067Z+ do_untar out/downloads/mgd.tar.gz
5852024-05-14T03:16:58.067Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
5862024-05-14T03:16:58.655Z+ do_assemble
5872024-05-14T03:16:58.656Z+ rm -r ./out/mgd
5882024-05-14T03:16:58.678Z+ mkdir ./out/mgd
5892024-05-14T03:16:58.678Z+ cp -r out/downloads/root ./out/mgd/root
5902024-05-14T03:16:58.755Z+ set -o errexit
5912024-05-14T03:16:58.766Z+++ dirname ./tools/ci_download_transceiver_control
5922024-05-14T03:16:58.766Z++ cd ./tools
5932024-05-14T03:16:58.766Z++ pwd
5942024-05-14T03:16:58.766Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5952024-05-14T03:16:58.766Z++ basename ./tools/ci_download_transceiver_control
5962024-05-14T03:16:58.766Z+ ARG0=ci_download_transceiver_control
5972024-05-14T03:16:58.766Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5982024-05-14T03:16:58.767Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5992024-05-14T03:16:58.767Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6002024-05-14T03:16:58.767Z+ TARGET_DIR=out
6012024-05-14T03:16:58.767Z+ DOWNLOAD_DIR=out/downloads
6022024-05-14T03:16:58.767Z+ DEST_DIR=./out/transceiver-control
6032024-05-14T03:16:58.767Z+ BIN_DIR=/opt/oxide/bin
6042024-05-14T03:16:58.767Z+ BINARY=xcvradm
6052024-05-14T03:16:58.767Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6062024-05-14T03:16:58.767Z+ REPO=oxidecomputer/transceiver-control
6072024-05-14T03:16:58.767Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6082024-05-14T03:16:58.767Z+ main
6092024-05-14T03:16:58.767Z+ [[ 0 != 0 ]]
6102024-05-14T03:16:58.768Z+ CIDL_OS=solaris2.11
6112024-05-14T03:16:58.768Z+ [[ 0 != 0 ]]
6122024-05-14T03:16:58.768Z+ configure_os solaris2.11
6132024-05-14T03:16:58.768Z+ echo 'current directory: /work/oxidecomputer/omicron'
6142024-05-14T03:16:58.768Zcurrent directory: /work/oxidecomputer/omicron
6152024-05-14T03:16:58.768Z+ echo 'configuring based on OS: "solaris2.11"'
6162024-05-14T03:16:58.768Z+ case "$1" in
6172024-05-14T03:16:58.768Zconfiguring based on OS: "solaris2.11"
6182024-05-14T03:16:58.768Z+ SET_BINARIES=
6192024-05-14T03:16:58.768Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6202024-05-14T03:16:58.768Z+ CIDL_SHA256FUNC=do_sha256sum
6212024-05-14T03:16:58.768Z+ ARCHIVE_FILENAME=xcvradm.gz
6222024-05-14T03:16:58.768Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6232024-05-14T03:16:58.769Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6242024-05-14T03:16:58.769Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6252024-05-14T03:16:58.769ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6262024-05-14T03:16:58.769ZLocal file: out/downloads/xcvradm.gz
6272024-05-14T03:16:58.769Z+ echo 'Local file: out/downloads/xcvradm.gz'
6282024-05-14T03:16:58.769Z+ mkdir -p out/downloads
6292024-05-14T03:16:58.769Z+ mkdir -p ./out/transceiver-control
6302024-05-14T03:16:58.769Z+ fetch_and_verify
6312024-05-14T03:16:58.769Z+ local DO_DOWNLOAD=true
6322024-05-14T03:16:58.769Z+ [[ -f out/downloads/xcvradm.gz ]]
6332024-05-14T03:16:58.769Z+ '[' true == true ']'
6342024-05-14T03:16:58.769Z+ echo Downloading...
6352024-05-14T03:16:58.769ZDownloading...
6362024-05-14T03:16:58.770Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6372024-05-14T03:16:58.770Z+ 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
6382024-05-14T03:17:01.135Z++ do_sha256sum out/downloads/xcvradm.gz
6392024-05-14T03:17:01.564Z++ sha256sum
6402024-05-14T03:17:01.565Z++ awk '{print $1}'
6412024-05-14T03:17:01.565Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6422024-05-14T03:17:01.565Z+ [[ 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 ]]
6432024-05-14T03:17:01.565Z+ do_unpack out/downloads/xcvradm.gz
6442024-05-14T03:17:01.565Z+ mkdir -p out/downloads/root//opt/oxide/bin
6452024-05-14T03:17:01.565Z+ gzip -dc out/downloads/xcvradm.gz
6462024-05-14T03:17:01.565Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6472024-05-14T03:17:01.565Z+ do_assemble
6482024-05-14T03:17:01.565Z+ rm -r ./out/transceiver-control
6492024-05-14T03:17:01.565Z+ mkdir ./out/transceiver-control
6502024-05-14T03:17:01.565Z+ cp -r out/downloads/root ./out/transceiver-control/root
6512024-05-14T03:17:01.565Z+ set -o errexit
6522024-05-14T03:17:01.565Z+++ dirname ./tools/ci_download_thundermuffin
6532024-05-14T03:17:01.566Z++ cd ./tools
6542024-05-14T03:17:01.566Z++ pwd
6552024-05-14T03:17:01.566Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6562024-05-14T03:17:01.566Z++ basename ./tools/ci_download_thundermuffin
6572024-05-14T03:17:01.566Z+ ARG0=ci_download_thundermuffin
6582024-05-14T03:17:01.566Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
6592024-05-14T03:17:01.566Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6602024-05-14T03:17:01.566Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
6612024-05-14T03:17:01.566Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
6622024-05-14T03:17:01.566Z+ TARGET_DIR=out
6632024-05-14T03:17:01.566Z+ DOWNLOAD_DIR=out/downloads
6642024-05-14T03:17:01.566Z+ DEST_DIR=./out/thundermuffin
6652024-05-14T03:17:01.567Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
6662024-05-14T03:17:01.567Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6672024-05-14T03:17:01.567Z+ REPO=oxidecomputer/thundermuffin
6682024-05-14T03:17:01.567Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
6692024-05-14T03:17:01.567Z+ main
6702024-05-14T03:17:01.567Z+ rm -rf out/downloads/root
6712024-05-14T03:17:01.567Z+ [[ 0 != 0 ]]
6722024-05-14T03:17:01.567Z+ CIDL_OS=solaris2.11
6732024-05-14T03:17:01.567Z+ [[ 0 != 0 ]]
6742024-05-14T03:17:01.568Z+ configure_os solaris2.11
6752024-05-14T03:17:01.568Z+ echo 'current directory: /work/oxidecomputer/omicron'
6762024-05-14T03:17:01.568Z+ echo 'configuring based on OS: "solaris2.11"'
6772024-05-14T03:17:01.568Z+ case "$1" in
6782024-05-14T03:17:01.568Zcurrent directory: /work/oxidecomputer/omicron
6792024-05-14T03:17:01.568Zconfiguring based on OS: "solaris2.11"
6802024-05-14T03:17:01.568Z+ SET_BINARIES=
6812024-05-14T03:17:01.568Z+ CIDL_SHA256FUNC=do_sha256sum
6822024-05-14T03:17:01.568Z+ TARBALL_FILENAME=thundermuffin.tar.gz
6832024-05-14T03:17:01.569Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6842024-05-14T03:17:01.569Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
6852024-05-14T03:17:01.569Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
6862024-05-14T03:17:01.569Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
6872024-05-14T03:17:01.569ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6882024-05-14T03:17:01.569Z+ mkdir -p out/downloads
6892024-05-14T03:17:01.569ZLocal file: out/downloads/thundermuffin.tar.gz
6902024-05-14T03:17:01.570Z+ mkdir -p ./out/thundermuffin
6912024-05-14T03:17:01.570Z+ fetch_and_verify
6922024-05-14T03:17:01.570Z+ local DO_DOWNLOAD=true
6932024-05-14T03:17:01.570Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
6942024-05-14T03:17:01.570Z+ '[' true == true ']'
6952024-05-14T03:17:01.570Z+ echo Downloading...
6962024-05-14T03:17:01.571ZDownloading...
6972024-05-14T03:17:01.571Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
6982024-05-14T03:17:01.571Z+ 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
6992024-05-14T03:17:02.418Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7002024-05-14T03:17:02.428Z++ sha256sum
7012024-05-14T03:17:02.428Z++ awk '{print $1}'
7022024-05-14T03:17:02.428Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7032024-05-14T03:17:02.428Z+ [[ 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 ]]
7042024-05-14T03:17:02.429Z+ do_untar out/downloads/thundermuffin.tar.gz
7052024-05-14T03:17:02.429Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7062024-05-14T03:17:02.485Z+ do_assemble
7072024-05-14T03:17:02.485Z+ rm -r ./out/thundermuffin
7082024-05-14T03:17:02.491Z+ mkdir ./out/thundermuffin
7092024-05-14T03:17:02.492Z+ cp -r out/downloads/root ./out/thundermuffin/root
7102024-05-14T03:17:02.499ZAll prerequisites installed successfully
7112024-05-14T03:17:02.521Z
7122024-05-14T03:17:02.522Zreal 2:43.244320191
7132024-05-14T03:17:02.522Zuser 37.990394552
7142024-05-14T03:17:02.522Zsys 7.057539137
7152024-05-14T03:17:02.522Ztrap 0.008805911
7162024-05-14T03:17:02.522Ztflt 0.131610279
7172024-05-14T03:17:02.523Zdflt 0.252857768
7182024-05-14T03:17:02.523Zkflt 0.124523017
7192024-05-14T03:17:02.523Zlock 1.433794346
7202024-05-14T03:17:02.523Zslp 5:42.666762071
7212024-05-14T03:17:02.523Zlat 1.910061523
7222024-05-14T03:17:02.523Zstop 0.145744415
7232024-05-14T03:17:02.523Z+ ptime -m ./tools/ci_download_softnpu_machinery
7242024-05-14T03:17:02.545Zfetching npuzone
7252024-05-14T03:17:02.545ZEnsuring oxidecomputer/softnpu/image/npuzone in out/npuzone
7262024-05-14T03:17:02.546Z (commit: 3203c51cf4473d30991b522062ac0df2e045c2f2)
7272024-05-14T03:17:02.546ZGetting hash for npuzone
7282024-05-14T03:17:02.646Z (hash: 36095c7f9d613b9208415aeb67335836a25f72eed2f7a41931ba7d91ddb00568)
7292024-05-14T03:17:17.053Znpuzone downloaded successfully
7302024-05-14T03:17:17.064Z
7312024-05-14T03:17:17.065Zreal 14.534991099
7322024-05-14T03:17:17.065Zuser 0.275110133
7332024-05-14T03:17:17.065Zsys 0.106941758
7342024-05-14T03:17:17.065Ztrap 0.000029260
7352024-05-14T03:17:17.065Ztflt 0.000000000
7362024-05-14T03:17:17.065Zdflt 0.000000000
7372024-05-14T03:17:17.065Zkflt 0.000000000
7382024-05-14T03:17:17.065Zlock 0.000000000
7392024-05-14T03:17:17.066Zslp 43.106102567
7402024-05-14T03:17:17.066Zlat 0.086446392
7412024-05-14T03:17:17.066Zstop 0.000178658
7422024-05-14T03:17:17.066Z+ export CARGO_INCREMENTAL=0
7432024-05-14T03:17:17.066Z+ CARGO_INCREMENTAL=0
7442024-05-14T03:17:17.066Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
7452024-05-14T03:17:17.268Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7462024-05-14T03:17:18.003Z Updating git repository `https://github.com/oxidecomputer/zone`
7472024-05-14T03:17:18.007Z Updating crates.io index
7482024-05-14T03:17:18.007Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7492024-05-14T03:17:18.713Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7502024-05-14T03:17:19.468Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7512024-05-14T03:17:21.507Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7522024-05-14T03:17:22.036Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7532024-05-14T03:17:22.304Z Updating git repository `https://github.com/oxidecomputer/propolis`
7542024-05-14T03:17:23.325Z Updating git repository `https://github.com/oxidecomputer/crucible`
7552024-05-14T03:17:25.253Z Updating git repository `https://github.com/oxidecomputer/opte`
7562024-05-14T03:17:26.345Z Updating git repository `https://github.com/oxidecomputer/falcon`
7572024-05-14T03:17:27.088Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7582024-05-14T03:17:27.365Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7592024-05-14T03:17:27.962Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7602024-05-14T03:17:28.271Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7612024-05-14T03:17:28.561Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7622024-05-14T03:17:28.952Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7632024-05-14T03:17:29.230Z Updating git repository `http://github.com/oxidecomputer/tofino`
7642024-05-14T03:17:29.628Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7652024-05-14T03:17:29.883Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7662024-05-14T03:17:30.175Z Updating git repository `https://github.com/oxidecomputer/libnvme`
7672024-05-14T03:17:30.512Z Updating git repository `https://github.com/oxidecomputer/ispf`
7682024-05-14T03:17:30.953Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7692024-05-14T03:17:31.626Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7702024-05-14T03:17:31.825Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7712024-05-14T03:17:32.178Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7722024-05-14T03:17:32.520Z Updating git repository `https://github.com/jgallagher/nix`
7732024-05-14T03:17:33.467Z Updating git repository `https://github.com/cbiffle/hubpack`
7742024-05-14T03:17:33.872Z Updating git repository `https://github.com/oxidecomputer/typify`
7752024-05-14T03:17:35.894Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7762024-05-14T03:17:36.236Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7772024-05-14T03:17:36.551Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7782024-05-14T03:17:37.078Z Updating git repository `https://github.com/oxidecomputer/rfb`
7792024-05-14T03:17:38.178Z Downloading crates ...
7802024-05-14T03:17:38.272Z Downloaded ahash v0.8.8
7812024-05-14T03:17:38.307Z Downloaded anyhow v1.0.83
7822024-05-14T03:17:38.329Z Downloaded arrayref v0.3.7
7832024-05-14T03:17:38.329Z Downloaded aho-corasick v1.1.2
7842024-05-14T03:17:38.329Z Downloaded httpdate v1.0.3
7852024-05-14T03:17:38.329Z Downloaded addr2line v0.21.0
7862024-05-14T03:17:38.329Z Downloaded aead v0.5.2
7872024-05-14T03:17:38.329Z Downloaded argon2 v0.5.3
7882024-05-14T03:17:38.329Z Downloaded anstyle v1.0.7
7892024-05-14T03:17:38.330Z Downloaded http-range v0.1.5
7902024-05-14T03:17:38.330Z Downloaded anstream v0.6.11
7912024-05-14T03:17:38.330Z Downloaded heapless v0.8.0
7922024-05-14T03:17:38.330Z Downloaded arrayvec v0.7.4
7932024-05-14T03:17:38.330Z Downloaded hyper-staticfile v0.9.5
7942024-05-14T03:17:38.330Z Downloaded httparse v1.8.0
7952024-05-14T03:17:38.330Z Downloaded headers-core v0.2.0
7962024-05-14T03:17:38.330Z Downloaded ascii v1.1.0
7972024-05-14T03:17:38.345Z Downloaded async-stream v0.3.5
7982024-05-14T03:17:38.345Z Downloaded async-stream-impl v0.3.5
7992024-05-14T03:17:38.345Z Downloaded adler v1.0.2
8002024-05-14T03:17:38.346Z Downloaded humantime v2.1.0
8012024-05-14T03:17:38.346Z Downloaded bzip2 v0.4.4
8022024-05-14T03:17:38.346Z Downloaded bitflags v1.3.2
8032024-05-14T03:17:38.346Z Downloaded cobs v0.2.3
8042024-05-14T03:17:38.346Z Downloaded block-padding v0.3.3
8052024-05-14T03:17:38.347Z Downloaded atty v0.2.14
8062024-05-14T03:17:38.347Z Downloaded hyper v0.14.28
8072024-05-14T03:17:38.358Z Downloaded corncobs v0.1.3
8082024-05-14T03:17:38.358Z Downloaded hubpack_derive v0.1.1
8092024-05-14T03:17:38.358Z Downloaded http v0.2.12
8102024-05-14T03:17:38.359Z Downloaded bitfield v0.14.0
8112024-05-14T03:17:38.359Z Downloaded hyper-rustls v0.24.2
8122024-05-14T03:17:38.359Z Downloaded md-5 v0.10.5
8132024-05-14T03:17:38.359Z Downloaded kstat-rs v0.2.3
8142024-05-14T03:17:38.382Z Downloaded hostname v0.4.0
8152024-05-14T03:17:38.382Z Downloaded highway v1.1.0
8162024-05-14T03:17:38.382Z Downloaded bitvec v1.0.1
8172024-05-14T03:17:38.405Z Downloaded newtype_derive v0.1.6
8182024-05-14T03:17:38.406Z Downloaded mime v0.3.17
8192024-05-14T03:17:38.406Z Downloaded lazy_static v1.4.0
8202024-05-14T03:17:38.406Z Downloaded ipnet v2.9.0
8212024-05-14T03:17:38.406Z Downloaded indexmap v2.2.6
8222024-05-14T03:17:38.406Z Downloaded newline-converter v0.3.0
8232024-05-14T03:17:38.407Z Downloaded bitstruct v0.1.1
8242024-05-14T03:17:38.407Z Downloaded atomicwrites v0.4.3
8252024-05-14T03:17:38.407Z Downloaded buf-list v1.0.3
8262024-05-14T03:17:38.436Z Downloaded new_debug_unreachable v1.0.4
8272024-05-14T03:17:38.436Z Downloaded matches v0.1.10
8282024-05-14T03:17:38.436Z Downloaded memmap v0.7.0
8292024-05-14T03:17:38.436Z Downloaded hyper-tls v0.5.0
8302024-05-14T03:17:38.436Z Downloaded bitstruct_derive v0.1.0
8312024-05-14T03:17:38.436Z Downloaded match_cfg v0.1.0
8322024-05-14T03:17:38.436Z Downloaded bit-vec v0.6.3
8332024-05-14T03:17:38.436Z Downloaded backoff v0.4.0
8342024-05-14T03:17:38.436Z Downloaded home v0.5.5
8352024-05-14T03:17:38.436Z Downloaded hubpack v0.1.2
8362024-05-14T03:17:38.436Z Downloaded hostname v0.3.1
8372024-05-14T03:17:38.436Z Downloaded block-buffer v0.10.4
8382024-05-14T03:17:38.436Z Downloaded assert_matches v1.5.0
8392024-05-14T03:17:38.436Z Downloaded hmac v0.12.1
8402024-05-14T03:17:38.451Z Downloaded instant v0.1.12
8412024-05-14T03:17:38.451Z Downloaded ident_case v1.0.1
8422024-05-14T03:17:38.452Z Downloaded crossbeam-deque v0.8.3
8432024-05-14T03:17:38.452Z Downloaded chacha20 v0.9.1
8442024-05-14T03:17:38.452Z Downloaded is-terminal v0.4.9
8452024-05-14T03:17:38.452Z Downloaded autocfg v1.1.0
8462024-05-14T03:17:38.452Z Downloaded normalize-line-endings v0.3.0
8472024-05-14T03:17:38.452Z Downloaded multimap v0.10.0
8482024-05-14T03:17:38.453Z Downloaded ciborium-io v0.2.2
8492024-05-14T03:17:38.453Z Downloaded memoffset v0.7.1
8502024-05-14T03:17:38.453Z Downloaded clap_lex v0.7.0
8512024-05-14T03:17:38.453Z Downloaded bb8 v0.8.3
8522024-05-14T03:17:38.453Z Downloaded byteorder v1.5.0
8532024-05-14T03:17:38.453Z Downloaded base64 v0.21.7
8542024-05-14T03:17:38.454Z Downloaded mockall v0.12.1
8552024-05-14T03:17:38.454Z Downloaded linear-map v1.2.0
8562024-05-14T03:17:38.454Z Downloaded heck v0.5.0
8572024-05-14T03:17:38.454Z Downloaded take_mut v0.2.2
8582024-05-14T03:17:38.474Z Downloaded crc-catalog v2.2.0
8592024-05-14T03:17:38.474Z Downloaded indoc v1.0.9
8602024-05-14T03:17:38.474Z Downloaded sigpipe v0.1.3
8612024-05-14T03:17:38.474Z Downloaded cfg_aliases v0.1.1
8622024-05-14T03:17:38.474Z Downloaded base16ct v0.2.0
8632024-05-14T03:17:38.475Z Downloaded heck v0.4.1
8642024-05-14T03:17:38.475Z Downloaded cpufeatures v0.2.12
8652024-05-14T03:17:38.475Z Downloaded vte_generate_state_changes v0.1.1
8662024-05-14T03:17:38.475Z Downloaded nodrop v0.1.14
8672024-05-14T03:17:38.475Z Downloaded maplit v1.0.2
8682024-05-14T03:17:38.475Z Downloaded cfg-if v1.0.0
8692024-05-14T03:17:38.475Z Downloaded colorchoice v1.0.0
8702024-05-14T03:17:38.475Z Downloaded libsw v3.3.1
8712024-05-14T03:17:38.480Z Downloaded sync_wrapper v0.1.2
8722024-05-14T03:17:38.480Z Downloaded cexpr v0.6.0
8732024-05-14T03:17:38.480Z Downloaded macaddr v1.0.1
8742024-05-14T03:17:38.481Z Downloaded ipnetwork v0.20.0
8752024-05-14T03:17:38.481Z Downloaded crc v3.0.1
8762024-05-14T03:17:38.481Z Downloaded constant_time_eq v0.3.0
8772024-05-14T03:17:38.481Z Downloaded colored v2.1.0
8782024-05-14T03:17:38.481Z Downloaded waitgroup v0.1.2
8792024-05-14T03:17:38.481Z Downloaded diesel_table_macro_syntax v0.1.0
8802024-05-14T03:17:38.481Z Downloaded derive_builder_macro v0.20.0
8812024-05-14T03:17:38.481Z Downloaded newtype-uuid v1.1.0
8822024-05-14T03:17:38.482Z Downloaded managed v0.8.0
8832024-05-14T03:17:38.501Z Downloaded iana-time-zone v0.1.57
8842024-05-14T03:17:38.501Z Downloaded castaway v0.2.2
8852024-05-14T03:17:38.501Z Downloaded itoa v1.0.9
8862024-05-14T03:17:38.507Z Downloaded nanorand v0.7.0
8872024-05-14T03:17:38.507Z Downloaded nibble_vec v0.1.0
8882024-05-14T03:17:38.508Z Downloaded maybe-uninit v2.0.0
8892024-05-14T03:17:38.508Z Downloaded indoc v2.0.3
8902024-05-14T03:17:38.508Z Downloaded serde_path_to_error v0.1.16
8912024-05-14T03:17:38.508Z Downloaded native-tls v0.2.11
8922024-05-14T03:17:38.508Z Downloaded multer v3.1.0
8932024-05-14T03:17:38.508Z Downloaded signal-hook-mio v0.2.3
8942024-05-14T03:17:38.509Z Downloaded toml_datetime v0.6.5
8952024-05-14T03:17:38.509Z Downloaded rustls-pki-types v1.3.0
8962024-05-14T03:17:38.514Z Downloaded oso-derive v0.27.3
8972024-05-14T03:17:38.514Z Downloaded rusty-fork v0.3.0
8982024-05-14T03:17:38.514Z Downloaded termcolor v1.2.0
8992024-05-14T03:17:38.515Z Downloaded console v0.15.8
9002024-05-14T03:17:38.522Z Downloaded spki v0.7.2
9012024-05-14T03:17:38.522Z Downloaded sqlformat v0.2.3
9022024-05-14T03:17:38.522Z Downloaded crc32fast v1.3.2
9032024-05-14T03:17:38.522Z Downloaded peg-runtime v0.8.3
9042024-05-14T03:17:38.522Z Downloaded clap_derive v4.5.4
9052024-05-14T03:17:38.527Z Downloaded ciborium v0.2.2
9062024-05-14T03:17:38.527Z Downloaded zeroize v1.7.0
9072024-05-14T03:17:38.531Z Downloaded utf8parse v0.2.1
9082024-05-14T03:17:38.531Z Downloaded thread_local v1.1.7
9092024-05-14T03:17:38.537Z Downloaded spin v0.5.2
9102024-05-14T03:17:38.538Z Downloaded usdt v0.3.5
9112024-05-14T03:17:38.538Z Downloaded strum_macros v0.25.2
9122024-05-14T03:17:38.542Z Downloaded zeroize_derive v1.4.2
9132024-05-14T03:17:38.542Z Downloaded bitflags v2.4.2
9142024-05-14T03:17:38.543Z Downloaded smallvec v0.6.14
9152024-05-14T03:17:38.551Z Downloaded data-encoding v2.4.0
9162024-05-14T03:17:38.551Z Downloaded strum_macros v0.24.3
9172024-05-14T03:17:38.557Z Downloaded cookie_store v0.20.0
9182024-05-14T03:17:38.557Z Downloaded cookie v0.17.0
9192024-05-14T03:17:38.557Z Downloaded const_format_proc_macros v0.2.32
9202024-05-14T03:17:38.557Z Downloaded num_enum_derive v0.5.11
9212024-05-14T03:17:38.565Z Downloaded nu-ansi-term v0.50.0
9222024-05-14T03:17:38.566Z Downloaded libloading v0.7.4
9232024-05-14T03:17:38.566Z Downloaded futures-macro v0.3.30
9242024-05-14T03:17:38.566Z Downloaded tower-service v0.3.2
9252024-05-14T03:17:38.566Z Downloaded rustls-pemfile v2.1.2
9262024-05-14T03:17:38.571Z Downloaded thiserror v1.0.59
9272024-05-14T03:17:38.576Z Downloaded serde_tokenstream v0.2.0
9282024-05-14T03:17:38.576Z Downloaded const-oid v0.9.6
9292024-05-14T03:17:38.583Z Downloaded strum v0.26.2
9302024-05-14T03:17:38.583Z Downloaded clap v4.5.4
9312024-05-14T03:17:38.590Z Downloaded darling_macro v0.20.8
9322024-05-14T03:17:38.596Z Downloaded ppv-lite86 v0.2.17
9332024-05-14T03:17:38.596Z Downloaded pem v3.0.4
9342024-05-14T03:17:38.596Z Downloaded vsss-rs v3.3.4
9352024-05-14T03:17:38.605Z Downloaded usdt-macro v0.3.5
9362024-05-14T03:17:38.605Z Downloaded lru v0.12.1
9372024-05-14T03:17:38.605Z Downloaded endian-type v0.1.2
9382024-05-14T03:17:38.605Z Downloaded wait-timeout v0.2.0
9392024-05-14T03:17:38.606Z Downloaded chacha20poly1305 v0.10.1
9402024-05-14T03:17:38.606Z Downloaded usdt-attr-macro v0.5.0
9412024-05-14T03:17:38.620Z Downloaded strsim v0.10.0
9422024-05-14T03:17:38.621Z Downloaded futures-sink v0.3.30
9432024-05-14T03:17:38.621Z Downloaded platforms v3.0.2
9442024-05-14T03:17:38.642Z Downloaded num_enum v0.5.11
9452024-05-14T03:17:38.642Z Downloaded num-conv v0.1.0
9462024-05-14T03:17:38.643Z Downloaded slog-scope v4.4.0
9472024-05-14T03:17:38.643Z Downloaded slog-json v2.6.1
9482024-05-14T03:17:38.643Z Downloaded proc-macro-error-attr v1.0.4
9492024-05-14T03:17:38.643Z Downloaded miniz_oxide v0.7.1
9502024-05-14T03:17:38.658Z Downloaded rpassword v7.3.1
9512024-05-14T03:17:38.658Z Downloaded socket2 v0.5.6
9522024-05-14T03:17:38.659Z Downloaded slog v2.7.0
9532024-05-14T03:17:38.659Z Downloaded base64 v0.13.1
9542024-05-14T03:17:38.659Z Downloaded curve25519-dalek-derive v0.1.0
9552024-05-14T03:17:38.659Z Downloaded toolchain_find v0.4.0
9562024-05-14T03:17:38.659Z Downloaded parking_lot v0.11.2
9572024-05-14T03:17:38.659Z Downloaded serde_tokenstream v0.1.7
9582024-05-14T03:17:38.674Z Downloaded tokio-macros v2.2.0
9592024-05-14T03:17:38.674Z Downloaded structmeta-derive v0.3.0
9602024-05-14T03:17:38.674Z Downloaded strsim v0.11.0
9612024-05-14T03:17:38.675Z Downloaded structmeta-derive v0.2.0
9622024-05-14T03:17:38.675Z Downloaded termtree v0.4.1
9632024-05-14T03:17:38.675Z Downloaded radium v0.7.0
9642024-05-14T03:17:38.675Z Downloaded base64 v0.22.1
9652024-05-14T03:17:38.675Z Downloaded sqlparser_derive v0.2.2
9662024-05-14T03:17:38.675Z Downloaded time-core v0.1.2
9672024-05-14T03:17:39.112Z Downloaded gethostname v0.4.3
9682024-05-14T03:17:39.112Z Downloaded bytes v1.6.0
9692024-05-14T03:17:39.113Z Downloaded glob v0.3.1
9702024-05-14T03:17:39.113Z Downloaded hash32 v0.3.1
9712024-05-14T03:17:39.113Z Downloaded vte v0.11.1
9722024-05-14T03:17:39.113Z Downloaded getopts v0.2.21
9732024-05-14T03:17:39.113Z Downloaded backtrace v0.3.69
9742024-05-14T03:17:39.131Z Downloaded topological-sort v0.2.2
9752024-05-14T03:17:39.131Z Downloaded phf v0.11.2
9762024-05-14T03:17:39.131Z Downloaded fnv v1.0.7
9772024-05-14T03:17:39.131Z Downloaded enum-as-inner v0.5.1
9782024-05-14T03:17:39.131Z Downloaded indexmap v1.9.3
9792024-05-14T03:17:39.131Z Downloaded indicatif v0.17.8
9802024-05-14T03:17:39.131Z Downloaded proc-macro-crate v1.3.1
9812024-05-14T03:17:39.131Z Downloaded cc v1.0.83
9822024-05-14T03:17:39.132Z Downloaded diesel_derives v2.1.2
9832024-05-14T03:17:39.132Z Downloaded cstr-argument v0.1.2
9842024-05-14T03:17:39.132Z Downloaded sec1 v0.7.3
9852024-05-14T03:17:39.132Z Downloaded opaque-debug v0.3.0
9862024-05-14T03:17:39.132Z Downloaded strum_macros v0.26.1
9872024-05-14T03:17:39.132Z Downloaded shell-words v1.1.0
9882024-05-14T03:17:39.132Z Downloaded sha2 v0.10.8
9892024-05-14T03:17:39.132Z Downloaded openssl-probe v0.1.5
9902024-05-14T03:17:39.132Z Downloaded pretty-hex v0.2.1
9912024-05-14T03:17:39.132Z Downloaded precomputed-hash v0.1.1
9922024-05-14T03:17:39.133Z Downloaded openssl-macros v0.1.1
9932024-05-14T03:17:39.133Z Downloaded wyz v0.5.1
9942024-05-14T03:17:39.133Z Downloaded static_assertions v1.1.0
9952024-05-14T03:17:39.133Z Downloaded untrusted v0.9.0
9962024-05-14T03:17:39.133Z Downloaded serde_plain v1.0.2
9972024-05-14T03:17:39.133Z Downloaded secrecy v0.8.0
9982024-05-14T03:17:39.133Z Downloaded darling v0.20.8
9992024-05-14T03:17:39.133Z Downloaded untrusted v0.7.1
10002024-05-14T03:17:39.133Z Downloaded pin-project-lite v0.2.13
10012024-05-14T03:17:39.133Z Downloaded ryu v1.0.15
10022024-05-14T03:17:39.133Z Downloaded num-complex v0.4.5
10032024-05-14T03:17:39.133Z Downloaded toml v0.7.8
10042024-05-14T03:17:39.133Z Downloaded try-lock v0.2.4
10052024-05-14T03:17:39.134Z Downloaded filetime v0.2.23
10062024-05-14T03:17:39.134Z Downloaded parse-display-derive v0.9.0
10072024-05-14T03:17:39.134Z Downloaded owo-colors v4.0.0
10082024-05-14T03:17:39.134Z Downloaded flagset v0.4.3
10092024-05-14T03:17:39.134Z Downloaded fixedbitset v0.4.2
10102024-05-14T03:17:39.134Z Downloaded postgres-protocol v0.6.6
10112024-05-14T03:17:39.134Z Downloaded zerocopy v0.6.6
10122024-05-14T03:17:39.134Z Downloaded proc-macro2 v1.0.81
10132024-05-14T03:17:39.134Z Downloaded group v0.13.0
10142024-05-14T03:17:39.134Z Downloaded der v0.7.8
10152024-05-14T03:17:39.135Z Downloaded crypto-common v0.1.6
10162024-05-14T03:17:39.135Z Downloaded unarray v0.1.4
10172024-05-14T03:17:39.135Z Downloaded zone v0.1.8
10182024-05-14T03:17:39.135Z Downloaded pkcs1 v0.7.5
10192024-05-14T03:17:39.135Z Downloaded mio v0.8.11
10202024-05-14T03:17:39.135Z Downloaded pretty-hex v0.4.1
10212024-05-14T03:17:39.135Z Downloaded usdt-impl v0.3.5
10222024-05-14T03:17:39.135Z Downloaded serde_urlencoded v0.7.1
10232024-05-14T03:17:39.135Z Downloaded serde_spanned v0.6.5
10242024-05-14T03:17:39.135Z Downloaded serde_repr v0.1.16
10252024-05-14T03:17:39.135Z Downloaded scroll_derive v0.12.0
10262024-05-14T03:17:39.136Z Downloaded predicates-core v1.0.6
10272024-05-14T03:17:39.136Z Downloaded pest_derive v2.7.6
10282024-05-14T03:17:39.136Z Downloaded rayon-core v1.12.1
10292024-05-14T03:17:39.136Z Downloaded predicates-tree v1.0.9
10302024-05-14T03:17:39.136Z Downloaded predicates v3.1.0
10312024-05-14T03:17:39.136Z Downloaded string_cache v0.8.7
10322024-05-14T03:17:39.136Z Downloaded schemars v0.8.17
10332024-05-14T03:17:39.136Z Downloaded either v1.11.0
10342024-05-14T03:17:39.136Z Downloaded semver v0.1.20
10352024-05-14T03:17:39.136Z Downloaded tui-tree-widget v0.19.0
10362024-05-14T03:17:39.137Z Downloaded ron v0.7.1
10372024-05-14T03:17:39.137Z Downloaded thiserror-impl v1.0.59
10382024-05-14T03:17:39.137Z Downloaded num-bigint v0.4.4
10392024-05-14T03:17:39.137Z Downloaded minimal-lexical v0.2.1
10402024-05-14T03:17:39.137Z Downloaded olpc-cjson v0.1.3
10412024-05-14T03:17:39.137Z Downloaded quote v1.0.36
10422024-05-14T03:17:39.137Z Downloaded postgres-types v0.2.6
10432024-05-14T03:17:39.137Z Downloaded termios v0.3.3
10442024-05-14T03:17:39.137Z Downloaded difflib v0.4.0
10452024-05-14T03:17:39.137Z Downloaded phf_shared v0.11.2
10462024-05-14T03:17:39.137Z Downloaded ron v0.8.1
10472024-05-14T03:17:39.138Z Downloaded smf v0.2.3
10482024-05-14T03:17:39.138Z Downloaded scopeguard v1.2.0
10492024-05-14T03:17:39.138Z Downloaded futures-core v0.3.30
10502024-05-14T03:17:39.138Z Downloaded signal-hook-tokio v0.3.1
10512024-05-14T03:17:39.138Z Downloaded embedded-io v0.4.0
10522024-05-14T03:17:39.138Z Downloaded schemars_derive v0.8.17
10532024-05-14T03:17:39.138Z Downloaded pin-project-internal v1.1.3
10542024-05-14T03:17:39.138Z Downloaded hkdf v0.12.4
10552024-05-14T03:17:39.138Z Downloaded rand_xorshift v0.3.0
10562024-05-14T03:17:39.138Z Downloaded rand_seeder v0.2.3
10572024-05-14T03:17:39.138Z Downloaded rand_core v0.6.4
10582024-05-14T03:17:39.138Z Downloaded crypto-bigint v0.5.2
10592024-05-14T03:17:39.138Z Downloaded darling_core v0.20.8
10602024-05-14T03:17:39.138Z Downloaded foreign-types-macros v0.2.3
10612024-05-14T03:17:39.139Z Downloaded unicode-linebreak v0.1.5
10622024-05-14T03:17:39.139Z Downloaded futures-channel v0.3.30
10632024-05-14T03:17:39.139Z Downloaded rsa v0.9.2
10642024-05-14T03:17:39.139Z Downloaded phf_shared v0.10.0
10652024-05-14T03:17:39.139Z Downloaded sct v0.7.0
10662024-05-14T03:17:39.139Z Downloaded debug-ignore v1.0.5
10672024-05-14T03:17:39.139Z Downloaded zerocopy v0.3.0
10682024-05-14T03:17:39.139Z Downloaded num-rational v0.4.1
10692024-05-14T03:17:39.139Z Downloaded test-strategy v0.3.1
10702024-05-14T03:17:39.139Z Downloaded quick-error v1.2.3
10712024-05-14T03:17:39.140Z Downloaded defmt-macros v0.3.6
10722024-05-14T03:17:39.140Z Downloaded funty v2.0.0
10732024-05-14T03:17:39.140Z Downloaded defmt-parser v0.3.3
10742024-05-14T03:17:39.158Z Downloaded tap v1.0.1
10752024-05-14T03:17:39.158Z Downloaded shlex v1.3.0
10762024-05-14T03:17:39.158Z Downloaded serde_arrays v0.1.0
10772024-05-14T03:17:39.158Z Downloaded num-integer v0.1.46
10782024-05-14T03:17:39.159Z Downloaded derive_builder v0.20.0
10792024-05-14T03:17:39.159Z Downloaded thiserror-no-std v2.0.2
10802024-05-14T03:17:39.159Z Downloaded terminal_size v0.3.0
10812024-05-14T03:17:39.159Z Downloaded pest_generator v2.7.6
10822024-05-14T03:17:39.159Z Downloaded rand v0.8.5
10832024-05-14T03:17:39.160Z Downloaded peeking_take_while v0.1.2
10842024-05-14T03:17:39.160Z Downloaded num_threads v0.1.6
10852024-05-14T03:17:39.160Z Downloaded signature v1.6.4
10862024-05-14T03:17:39.160Z Downloaded peg-macros v0.8.3
10872024-05-14T03:17:39.160Z Downloaded semver v1.0.22
10882024-05-14T03:17:39.160Z Downloaded oso v0.27.3
10892024-05-14T03:17:39.160Z Downloaded socket2 v0.4.9
10902024-05-14T03:17:39.160Z Downloaded digest v0.10.7
10912024-05-14T03:17:39.160Z Downloaded deranged v0.3.11
10922024-05-14T03:17:39.160Z Downloaded swrite v0.1.0
10932024-05-14T03:17:39.160Z Downloaded want v0.3.1
10942024-05-14T03:17:39.160Z Downloaded dirs-next v2.0.0
10952024-05-14T03:17:39.160Z Downloaded scroll v0.12.0
10962024-05-14T03:17:39.161Z Downloaded unicode-normalization v0.1.22
10972024-05-14T03:17:39.161Z Downloaded usdt-attr-macro v0.3.5
10982024-05-14T03:17:39.161Z Downloaded hash32 v0.2.1
10992024-05-14T03:17:39.161Z Downloaded textwrap v0.16.1
11002024-05-14T03:17:39.161Z Downloaded plain v0.2.3
11012024-05-14T03:17:39.161Z Downloaded pkg-config v0.3.27
11022024-05-14T03:17:39.161Z Downloaded csv-core v0.1.11
11032024-05-14T03:17:39.161Z Downloaded yasna v0.5.2
11042024-05-14T03:17:39.161Z Downloaded num-traits v0.2.18
11052024-05-14T03:17:39.161Z Downloaded packed_struct v0.10.1
11062024-05-14T03:17:39.162Z Downloaded omicron-zone-package v0.11.0
11072024-05-14T03:17:39.162Z Downloaded libm v0.2.7
11082024-05-14T03:17:39.162Z Downloaded parse-size v1.0.0
11092024-05-14T03:17:39.162Z Downloaded term v0.7.0
11102024-05-14T03:17:39.162Z Downloaded tokio-native-tls v0.3.1
11112024-05-14T03:17:39.162Z Downloaded dtrace-parser v0.2.0
11122024-05-14T03:17:39.162Z Downloaded downcast v0.11.0
11132024-05-14T03:17:39.162Z Downloaded tinyvec_macros v0.1.1
11142024-05-14T03:17:39.162Z Downloaded thiserror-impl-no-std v2.0.2
11152024-05-14T03:17:39.162Z Downloaded tempfile v3.10.1
11162024-05-14T03:17:39.163Z Downloaded papergrid v0.11.0
11172024-05-14T03:17:39.163Z Downloaded rand_chacha v0.3.1
11182024-05-14T03:17:39.163Z Downloaded tracing v0.1.40
11192024-05-14T03:17:39.163Z Downloaded nom v7.1.3
11202024-05-14T03:17:39.163Z Downloaded number_prefix v0.4.0
11212024-05-14T03:17:39.163Z Downloaded equivalent v1.0.1
11222024-05-14T03:17:39.163Z Downloaded path-slash v0.1.5
11232024-05-14T03:17:39.163Z Downloaded elliptic-curve v0.13.8
11242024-05-14T03:17:39.163Z Downloaded portpicker v0.1.1
11252024-05-14T03:17:39.163Z Downloaded supports-color v3.0.0
11262024-05-14T03:17:39.163Z Downloaded ref-cast-impl v1.0.22
11272024-05-14T03:17:39.164Z Downloaded serde-big-array v0.5.1
11282024-05-14T03:17:39.164Z Downloaded rtoolbox v0.0.1
11292024-05-14T03:17:39.164Z Downloaded subprocess v0.2.9
11302024-05-14T03:17:39.164Z Downloaded fallible-iterator v0.2.0
11312024-05-14T03:17:39.164Z Downloaded ff v0.13.0
11322024-05-14T03:17:39.164Z Downloaded rustc_version v0.4.0
11332024-05-14T03:17:39.164Z Downloaded steno v0.4.0
11342024-05-14T03:17:39.164Z Downloaded clap_builder v4.5.2
11352024-05-14T03:17:39.164Z Downloaded rustc_version v0.1.7
11362024-05-14T03:17:39.165Z Downloaded xattr v1.0.1
11372024-05-14T03:17:39.165Z Downloaded pest_meta v2.7.6
11382024-05-14T03:17:39.165Z Downloaded psl-types v2.0.11
11392024-05-14T03:17:39.165Z Downloaded signal-hook v0.3.17
11402024-05-14T03:17:39.165Z Downloaded foreign-types-shared v0.3.1
11412024-05-14T03:17:39.165Z Downloaded version_check v0.9.4
11422024-05-14T03:17:39.165Z Downloaded foreign-types-shared v0.1.1
11432024-05-14T03:17:39.165Z Downloaded futures v0.3.30
11442024-05-14T03:17:39.166Z Downloaded der_derive v0.7.2
11452024-05-14T03:17:39.166Z Downloaded pin-project v1.1.3
11462024-05-14T03:17:39.166Z Downloaded usdt-macro v0.5.0
11472024-05-14T03:17:39.166Z Downloaded paste v1.0.14
11482024-05-14T03:17:39.166Z Downloaded slog-bunyan v2.5.0
11492024-05-14T03:17:39.166Z Downloaded stringprep v0.1.3
11502024-05-14T03:17:39.166Z Downloaded fxhash v0.2.1
11512024-05-14T03:17:39.166Z Downloaded tough v0.17.1
11522024-05-14T03:17:39.167Z Downloaded rustls-pemfile v1.0.3
11532024-05-14T03:17:39.167Z Downloaded futures-io v0.3.30
11542024-05-14T03:17:39.167Z Downloaded subtle v2.5.0
11552024-05-14T03:17:39.167Z Downloaded generic-array v0.14.7
11562024-05-14T03:17:39.167Z Downloaded once_cell v1.19.0
11572024-05-14T03:17:39.167Z Downloaded dof v0.3.0
11582024-05-14T03:17:39.167Z Downloaded blake3 v1.5.0
11592024-05-14T03:17:39.167Z Downloaded num-iter v0.1.44
11602024-05-14T03:17:39.167Z Downloaded fs-err v2.11.0
11612024-05-14T03:17:39.168Z Downloaded dyn-clone v1.0.17
11622024-05-14T03:17:39.168Z Downloaded num_cpus v1.16.0
11632024-05-14T03:17:39.168Z Downloaded walkdir v2.5.0
11642024-05-14T03:17:39.168Z Downloaded uzers v0.11.3
11652024-05-14T03:17:39.168Z Downloaded utf-8 v0.7.6
11662024-05-14T03:17:39.168Z Downloaded num-derive v0.4.0
11672024-05-14T03:17:39.216Z Downloaded rustc-demangle v0.1.23
11682024-05-14T03:17:39.216Z Downloaded prettyplease v0.2.19
11692024-05-14T03:17:39.216Z Downloaded ref-cast v1.0.22
11702024-05-14T03:17:39.217Z Downloaded powerfmt v0.2.0
11712024-05-14T03:17:39.217Z Downloaded pest v2.7.6
11722024-05-14T03:17:39.217Z Downloaded slog-envlogger v2.2.0
11732024-05-14T03:17:39.217Z Downloaded pem-rfc7468 v0.7.0
11742024-05-14T03:17:39.217Z Downloaded hashbrown v0.14.3
11752024-05-14T03:17:39.218Z Downloaded password-hash v0.5.0
11762024-05-14T03:17:39.218Z Downloaded typed-path v0.7.0
11772024-05-14T03:17:39.218Z Downloaded slog-dtrace v0.3.0
11782024-05-14T03:17:39.218Z Downloaded getrandom v0.2.12
11792024-05-14T03:17:39.654Z Downloaded serde_with_macros v3.7.0
11802024-05-14T03:17:39.654Z Downloaded serde_derive_internals v0.29.0
11812024-05-14T03:17:39.654Z Downloaded poly1305 v0.8.0
11822024-05-14T03:17:39.654Z Downloaded tokio-tungstenite v0.21.0
11832024-05-14T03:17:39.654Z Downloaded num-bigint-dig v0.8.4
11842024-05-14T03:17:39.654Z Downloaded globset v0.4.13
11852024-05-14T03:17:39.654Z Downloaded slab v0.4.9
11862024-05-14T03:17:39.654Z Downloaded signature v2.1.0
11872024-05-14T03:17:39.654Z Downloaded trust-dns-server v0.22.1
11882024-05-14T03:17:39.654Z Downloaded proc-macro-error v1.0.4
11892024-05-14T03:17:39.654Z Downloaded tokio-stream v0.1.15
11902024-05-14T03:17:39.654Z Downloaded futures-executor v0.3.30
11912024-05-14T03:17:39.654Z Downloaded futures-task v0.3.30
11922024-05-14T03:17:39.654Z Downloaded serde_derive v1.0.201
11932024-05-14T03:17:39.654Z Downloaded tracing-attributes v0.1.27
11942024-05-14T03:17:39.654Z Downloaded tokio-rustls v0.25.0
11952024-05-14T03:17:39.654Z Downloaded time v0.3.34
11962024-05-14T03:17:39.662Z Downloaded uuid v1.8.0
11972024-05-14T03:17:39.662Z Downloaded regex-automata v0.1.10
11982024-05-14T03:17:39.662Z Downloaded crossterm v0.27.0
11992024-05-14T03:17:39.662Z Downloaded postcard v1.0.8
12002024-05-14T03:17:39.662Z Downloaded chrono v0.4.38
12012024-05-14T03:17:39.662Z Downloaded toml v0.5.11
12022024-05-14T03:17:39.662Z Downloaded x509-cert v0.2.4
12032024-05-14T03:17:39.662Z Downloaded flate2 v1.0.28
12042024-05-14T03:17:39.662Z Downloaded rustyline v14.0.0
12052024-05-14T03:17:39.662Z Downloaded expectorate v1.1.0
12062024-05-14T03:17:39.662Z Downloaded rustls-webpki v0.102.1
12072024-05-14T03:17:39.662Z Downloaded rcgen v0.12.1
12082024-05-14T03:17:39.662Z Downloaded unicode_categories v0.1.1
12092024-05-14T03:17:39.662Z Downloaded lalrpop v0.19.12
12102024-05-14T03:17:39.662Z Downloaded serde_with v3.7.0
12112024-05-14T03:17:39.662Z Downloaded goblin v0.8.0
12122024-05-14T03:17:39.663Z Downloaded rayon v1.10.0
12132024-05-14T03:17:39.663Z Downloaded h2 v0.3.26
12142024-05-14T03:17:39.663Z Downloaded futures-util v0.3.30
12152024-05-14T03:17:39.663Z Downloaded winnow v0.6.1
12162024-05-14T03:17:39.663Z Downloaded sqlparser v0.45.0
12172024-05-14T03:17:39.663Z Downloaded serde_json v1.0.116
12182024-05-14T03:17:39.663Z Downloaded quick-xml v0.31.0
12192024-05-14T03:17:39.663Z Downloaded winnow v0.5.15
12202024-05-14T03:17:39.663Z Downloaded portable-atomic v1.4.3
12212024-05-14T03:17:39.663Z Downloaded tokio-util v0.7.10
12222024-05-14T03:17:39.663Z Downloaded idna v0.5.0
12232024-05-14T03:17:39.663Z Downloaded idna v0.2.3
12242024-05-14T03:17:39.663Z Downloaded zerocopy v0.7.32
12252024-05-14T03:17:39.663Z Downloaded reqwest v0.11.27
12262024-05-14T03:17:39.663Z Downloaded idna v0.3.0
12272024-05-14T03:17:39.663Z Downloaded tabled v0.15.0
12282024-05-14T03:17:39.663Z Downloaded petgraph v0.6.4
12292024-05-14T03:17:39.663Z Downloaded syn v2.0.60
12302024-05-14T03:17:39.663Z Downloaded polar-core v0.27.3
12312024-05-14T03:17:39.663Z Downloaded diesel v2.1.6
12322024-05-14T03:17:39.663Z Downloaded object v0.30.4
12332024-05-14T03:17:39.664Z Downloaded proptest v1.4.0
12342024-05-14T03:17:39.664Z Downloaded vcpkg v0.2.15
12352024-05-14T03:17:39.664Z Downloaded syn v1.0.109
12362024-05-14T03:17:39.664Z Downloaded rustix v0.38.31
12372024-05-14T03:17:39.664Z Downloaded regress v0.9.1
12382024-05-14T03:17:39.664Z Downloaded rustls v0.21.9
12392024-05-14T03:17:39.664Z Downloaded regex-syntax v0.8.2
12402024-05-14T03:17:39.664Z Downloaded regex-syntax v0.6.29
12412024-05-14T03:17:39.669Z Downloaded smoltcp v0.9.1
12422024-05-14T03:17:39.678Z Downloaded openapiv3 v2.0.0
12432024-05-14T03:17:39.698Z Downloaded csv v1.3.0
12442024-05-14T03:17:39.725Z Downloaded ratatui v0.26.2
12452024-05-14T03:17:39.743Z Downloaded rustls v0.22.4
12462024-05-14T03:17:39.755Z Downloaded tokio v1.37.0
12472024-05-14T03:17:39.789Z Downloaded zerocopy-derive v0.2.0
12482024-05-14T03:17:39.796Z Downloaded libc v0.2.153
12492024-05-14T03:17:39.819Z Downloaded sled v0.34.7
12502024-05-14T03:17:39.830Z Downloaded regex-automata v0.4.5
12512024-05-14T03:17:39.856Z Downloaded bzip2-sys v0.1.11+1.0.8
12522024-05-14T03:17:39.868Z Downloaded zerocopy-derive v0.6.6
12532024-05-14T03:17:39.900Z Downloaded smoltcp v0.11.0
12542024-05-14T03:17:39.917Z Downloaded object v0.32.1
12552024-05-14T03:17:39.917Z Downloaded webpki-roots v0.25.2
12562024-05-14T03:17:39.917Z Downloaded regex v1.10.4
12572024-05-14T03:17:39.930Z Downloaded curve25519-dalek v4.1.2
12582024-05-14T03:17:39.931Z Downloaded bstr v1.9.0
12592024-05-14T03:17:39.946Z Downloaded sha3 v0.10.8
12602024-05-14T03:17:39.967Z Downloaded radix_trie v0.2.1
12612024-05-14T03:17:39.967Z Downloaded trust-dns-proto v0.22.0
12622024-05-14T03:17:39.967Z Downloaded nix v0.28.0
12632024-05-14T03:17:39.974Z Downloaded openssl v0.10.64
12642024-05-14T03:17:39.986Z Downloaded gimli v0.28.0
12652024-05-14T03:17:39.993Z Downloaded bindgen v0.69.2
12662024-05-14T03:17:39.998Z Downloaded serde v1.0.201
12672024-05-14T03:17:39.998Z Downloaded rustls-webpki v0.101.7
12682024-05-14T03:17:40.018Z Downloaded env_logger v0.10.0
12692024-05-14T03:17:40.034Z Downloaded similar v2.4.0
12702024-05-14T03:17:40.034Z Downloaded snafu v0.8.2
12712024-05-14T03:17:40.034Z Downloaded publicsuffix v2.2.3
12722024-05-14T03:17:40.045Z Downloaded erased-serde v0.3.31
12732024-05-14T03:17:40.046Z Downloaded ed25519 v1.5.3
12742024-05-14T03:17:40.046Z Downloaded openssl-sys v0.9.102
12752024-05-14T03:17:40.046Z Downloaded hashbrown v0.13.2
12762024-05-14T03:17:40.046Z Downloaded errno v0.3.8
12772024-05-14T03:17:40.482Z Downloaded encoding_rs v0.8.33
12782024-05-14T03:17:40.502Z Downloaded parking_lot_core v0.9.8
12792024-05-14T03:17:40.502Z Downloaded unicode-bidi v0.3.15
12802024-05-14T03:17:40.502Z Downloaded usdt v0.5.0
12812024-05-14T03:17:40.502Z Downloaded itertools v0.12.1
12822024-05-14T03:17:40.502Z Downloaded reedline v0.31.0
12832024-05-14T03:17:40.503Z Downloaded peg v0.8.3
12842024-05-14T03:17:40.503Z Downloaded dof v0.1.5
12852024-05-14T03:17:40.503Z Downloaded display-error-chain v0.2.0
12862024-05-14T03:17:40.503Z Downloaded time-macros v0.2.17
12872024-05-14T03:17:40.503Z Downloaded hashbrown v0.12.3
12882024-05-14T03:17:40.503Z Downloaded whoami v1.5.1
12892024-05-14T03:17:40.503Z Downloaded which v4.4.0
12902024-05-14T03:17:40.503Z Downloaded tiny-keccak v2.0.2
12912024-05-14T03:17:40.504Z Downloaded tabwriter v1.4.0
12922024-05-14T03:17:40.504Z Downloaded defmt v0.3.5
12932024-05-14T03:17:40.504Z Downloaded derive-where v1.2.7
12942024-05-14T03:17:40.504Z Downloaded ucd-trie v0.1.6
12952024-05-14T03:17:40.504Z Downloaded typenum v1.16.0
12962024-05-14T03:17:40.504Z Downloaded half v2.3.1
12972024-05-14T03:17:40.504Z Downloaded unicode-ident v1.0.12
12982024-05-14T03:17:40.504Z Downloaded serde_yaml v0.9.25
12992024-05-14T03:17:40.504Z Downloaded float-cmp v0.9.0
13002024-05-14T03:17:40.504Z Downloaded dirs-sys-next v0.1.2
13012024-05-14T03:17:40.505Z Downloaded tungstenite v0.21.0
13022024-05-14T03:17:40.505Z Downloaded tungstenite v0.20.1
13032024-05-14T03:17:40.505Z Downloaded serde-big-array v0.4.1
13042024-05-14T03:17:40.505Z Downloaded tokio-tungstenite v0.20.1
13052024-05-14T03:17:40.505Z Downloaded libxml v0.3.3
13062024-05-14T03:17:40.505Z Downloaded snafu-derive v0.8.2
13072024-05-14T03:17:40.505Z Downloaded toml_edit v0.22.12
13082024-05-14T03:17:40.505Z Downloaded toml_edit v0.19.15
13092024-05-14T03:17:40.505Z Downloaded salty v0.2.0
13102024-05-14T03:17:40.505Z Downloaded unsafe-libyaml v0.2.10
13112024-05-14T03:17:40.505Z Downloaded tar v0.4.40
13122024-05-14T03:17:40.505Z Downloaded percent-encoding v2.3.1
13132024-05-14T03:17:40.505Z Downloaded env_logger v0.9.3
13142024-05-14T03:17:40.506Z Downloaded pkcs8 v0.10.2
13152024-05-14T03:17:40.506Z Downloaded unicode-xid v0.2.4
13162024-05-14T03:17:40.506Z Downloaded unicode-width v0.1.11
13172024-05-14T03:17:40.506Z Downloaded tabled_derive v0.7.0
13182024-05-14T03:17:40.506Z Downloaded synstructure v0.12.6
13192024-05-14T03:17:40.506Z Downloaded flume v0.11.0
13202024-05-14T03:17:40.506Z Downloaded trust-dns-client v0.22.0
13212024-05-14T03:17:40.506Z Downloaded packed_struct_codegen v0.10.1
13222024-05-14T03:17:40.506Z Downloaded unicase v2.7.0
13232024-05-14T03:17:40.506Z Downloaded slog-term v2.9.1
13242024-05-14T03:17:40.506Z Downloaded zip v0.6.6
13252024-05-14T03:17:40.506Z Downloaded unicode-segmentation v1.10.1
13262024-05-14T03:17:40.506Z Downloaded tokio-postgres v0.7.10
13272024-05-14T03:17:40.506Z Downloaded http v1.0.0
13282024-05-14T03:17:40.506Z Downloaded crossbeam-channel v0.5.8
13292024-05-14T03:17:40.506Z Downloaded samael v0.0.15
13302024-05-14T03:17:40.507Z Downloaded url v2.5.0
13312024-05-14T03:17:40.507Z Downloaded trust-dns-resolver v0.22.0
13322024-05-14T03:17:40.507Z Downloaded memchr v2.7.1
13332024-05-14T03:17:40.507Z Downloaded parking_lot v0.12.1
13342024-05-14T03:17:40.507Z Downloaded bstr v0.2.17
13352024-05-14T03:17:40.507Z Downloaded universal-hash v0.5.1
13362024-05-14T03:17:40.507Z Downloaded thread-id v4.2.0
13372024-05-14T03:17:40.507Z Downloaded stable_deref_trait v1.2.0
13382024-05-14T03:17:40.507Z Downloaded smawk v0.3.1
13392024-05-14T03:17:40.507Z Downloaded r2d2 v0.8.10
13402024-05-14T03:17:40.507Z Downloaded ena v0.14.2
13412024-05-14T03:17:40.507Z Downloaded usdt-impl v0.5.0
13422024-05-14T03:17:40.507Z Downloaded crunchy v0.2.2
13432024-05-14T03:17:40.508Z Downloaded crucible-workspace-hack v0.1.0
13442024-05-14T03:17:40.508Z Downloaded zone_cfg_derive v0.1.2
13452024-05-14T03:17:40.508Z Downloaded parse-display v0.9.0
13462024-05-14T03:17:40.508Z Downloaded diff v0.1.13
13472024-05-14T03:17:40.508Z Downloaded derive_more v0.99.17
13482024-05-14T03:17:40.508Z Downloaded tracing-core v0.1.32
13492024-05-14T03:17:40.508Z Downloaded const_format v0.2.32
13502024-05-14T03:17:40.508Z Downloaded fatfs v0.3.6
13512024-05-14T03:17:40.508Z Downloaded structmeta v0.3.0
13522024-05-14T03:17:40.508Z Downloaded structmeta v0.2.0
13532024-05-14T03:17:40.508Z Downloaded strip-ansi-escapes v0.2.0
13542024-05-14T03:17:40.509Z Downloaded slog-stdlog v4.1.1
13552024-05-14T03:17:40.509Z Downloaded signal-hook-registry v1.4.1
13562024-05-14T03:17:40.509Z Downloaded parking_lot_core v0.8.6
13572024-05-14T03:17:40.509Z Downloaded toml v0.8.12
13582024-05-14T03:17:40.509Z Downloaded tinyvec v1.6.0
13592024-05-14T03:17:40.509Z Downloaded rustc-hash v1.1.0
13602024-05-14T03:17:40.509Z Downloaded fd-lock v4.0.2
13612024-05-14T03:17:40.509Z Downloaded itertools v0.10.5
13622024-05-14T03:17:40.509Z Downloaded crossbeam-epoch v0.9.18
13632024-05-14T03:17:40.509Z Downloaded scheduled-thread-pool v0.2.7
13642024-05-14T03:17:40.509Z Downloaded same-file v1.0.6
13652024-05-14T03:17:40.509Z Downloaded foreign-types v0.5.0
13662024-05-14T03:17:40.510Z Downloaded foreign-types v0.3.2
13672024-05-14T03:17:40.510Z Downloaded dtrace-parser v0.1.14
13682024-05-14T03:17:40.510Z Downloaded pin-utils v0.1.0
13692024-05-14T03:17:40.510Z Downloaded compact_str v0.7.1
13702024-05-14T03:17:40.510Z Downloaded derive_builder_core v0.20.0
13712024-05-14T03:17:40.510Z Downloaded zerocopy-derive v0.7.32
13722024-05-14T03:17:40.510Z Downloaded log v0.4.21
13732024-05-14T03:17:40.510Z Downloaded crc-any v2.4.3
13742024-05-14T03:17:40.510Z Downloaded cookie v0.18.1
13752024-05-14T03:17:40.511Z Downloaded fragile v2.0.0
13762024-05-14T03:17:40.511Z Downloaded tokio-rustls v0.24.1
13772024-05-14T03:17:40.511Z Downloaded spin v0.9.8
13782024-05-14T03:17:40.535Z Downloaded smallvec v1.13.1
13792024-05-14T03:17:40.536Z Downloaded clang-sys v1.6.1
13802024-05-14T03:17:40.536Z Downloaded blake2 v0.10.6
13812024-05-14T03:17:40.536Z Downloaded rustversion v1.0.14
13822024-05-14T03:17:40.536Z Downloaded mockall_derive v0.12.1
13832024-05-14T03:17:40.536Z Downloaded stability v0.2.0
13842024-05-14T03:17:40.536Z Downloaded siphasher v0.3.11
13852024-05-14T03:17:40.536Z Downloaded form_urlencoded v1.2.1
13862024-05-14T03:17:40.536Z Downloaded fastrand v2.0.1
13872024-05-14T03:17:40.536Z Downloaded cancel-safe-futures v0.1.5
13882024-05-14T03:17:40.536Z Downloaded camino v1.1.6
13892024-05-14T03:17:40.536Z Downloaded slog-async v2.8.0
13902024-05-14T03:17:40.536Z Downloaded sha1 v0.10.6
13912024-05-14T03:17:40.536Z Downloaded memmap2 v0.7.1
13922024-05-14T03:17:40.536Z Downloaded serde-hex v0.1.0
13932024-05-14T03:17:40.536Z Downloaded mime_guess v2.0.4
13942024-05-14T03:17:40.537Z Downloaded lock_api v0.4.10
13952024-05-14T03:17:40.537Z Downloaded rustfmt-wrapper v0.2.1
13962024-05-14T03:17:40.537Z Downloaded resolv-conf v0.7.0
13972024-05-14T03:17:40.537Z Downloaded num v0.4.2
13982024-05-14T03:17:40.537Z Downloaded convert_case v0.4.0
13992024-05-14T03:17:40.537Z Downloaded ciborium-ll v0.2.2
14002024-05-14T03:17:40.537Z Downloaded bcs v0.1.6
14012024-05-14T03:17:40.537Z Downloaded base64ct v1.6.0
14022024-05-14T03:17:40.537Z Downloaded atomic-waker v1.1.1
14032024-05-14T03:17:40.537Z Downloaded impl-trait-for-tuples v0.2.2
14042024-05-14T03:17:40.537Z Downloaded lru-cache v0.1.2
14052024-05-14T03:17:40.537Z Downloaded linked-hash-map v0.5.6
14062024-05-14T03:17:40.537Z Downloaded libefi-sys v0.1.0
14072024-05-14T03:17:40.538Z Downloaded lazycell v1.3.0
14082024-05-14T03:17:40.538Z Downloaded lalrpop-util v0.19.12
14092024-05-14T03:17:40.538Z Downloaded keccak v0.1.4
14102024-05-14T03:17:40.538Z Downloaded is_ci v1.2.0
14112024-05-14T03:17:40.538Z Downloaded inout v0.1.3
14122024-05-14T03:17:40.538Z Downloaded cassowary v0.3.0
14132024-05-14T03:17:40.538Z Downloaded cipher v0.4.4
14142024-05-14T03:17:40.538Z Downloaded camino-tempfile v1.1.1
14152024-05-14T03:17:40.538Z Downloaded bytecount v0.6.3
14162024-05-14T03:17:40.538Z Downloaded bit-set v0.5.3
14172024-05-14T03:17:40.538Z Downloaded async-recursion v1.1.0
14182024-05-14T03:17:40.538Z Downloaded async-trait v0.1.80
14192024-05-14T03:17:40.538Z Downloaded hex v0.4.3
14202024-05-14T03:17:40.538Z Downloaded headers v0.3.9
14212024-05-14T03:17:40.538Z Downloaded ascii-canvas v3.0.0
14222024-05-14T03:17:40.538Z Downloaded arc-swap v1.6.0
14232024-05-14T03:17:40.538Z Downloaded heapless v0.7.16
14242024-05-14T03:17:40.538Z Downloaded allocator-api2 v0.2.16
14252024-05-14T03:17:40.538Z Downloaded http-body v0.4.5
14262024-05-14T03:17:40.538Z Downloaded heck v0.3.3
14272024-05-14T03:17:40.539Z Downloaded crossbeam-utils v0.8.19
14282024-05-14T03:17:40.539Z Downloaded ring v0.17.8
14292024-05-14T03:17:40.539Z Downloaded anstyle-parse v0.2.1
14302024-05-14T03:17:40.539Z Downloaded array-init v0.0.4
14312024-05-14T03:17:40.539Z Downloaded anstyle-query v1.0.0
14322024-05-14T03:17:40.551Z Downloaded ring v0.16.20
14332024-05-14T03:17:41.083Z Compiling proc-macro2 v1.0.81
14342024-05-14T03:17:41.101Z Compiling unicode-ident v1.0.12
14352024-05-14T03:17:41.101Z Compiling libc v0.2.153
14362024-05-14T03:17:41.101Z Compiling serde v1.0.201
14372024-05-14T03:17:41.101Z Compiling version_check v0.9.4
14382024-05-14T03:17:41.101Z Compiling autocfg v1.1.0
14392024-05-14T03:17:41.101Z Compiling cfg-if v1.0.0
14402024-05-14T03:17:41.243Z Compiling once_cell v1.19.0
14412024-05-14T03:17:41.270Z Compiling parking_lot_core v0.9.8
14422024-05-14T03:17:41.303Z Compiling byteorder v1.5.0
14432024-05-14T03:17:41.592Z Compiling libm v0.2.7
14442024-05-14T03:17:41.714Z Compiling serde_json v1.0.116
14452024-05-14T03:17:41.760Z Compiling ahash v0.8.8
14462024-05-14T03:17:41.784Z Compiling lock_api v0.4.10
14472024-05-14T03:17:42.710Z Compiling memchr v2.7.1
14482024-05-14T03:17:42.713Z Compiling num-traits v0.2.18
14492024-05-14T03:17:42.713Z Compiling thiserror v1.0.59
14502024-05-14T03:17:42.713Z Compiling typenum v1.16.0
14512024-05-14T03:17:43.218Z Compiling generic-array v0.14.7
14522024-05-14T03:17:43.284Z Compiling log v0.4.21
14532024-05-14T03:17:43.520Z Compiling itoa v1.0.9
14542024-05-14T03:17:43.880Z Compiling quote v1.0.36
14552024-05-14T03:17:44.177Z Compiling scopeguard v1.2.0
14562024-05-14T03:17:44.250Z Compiling cc v1.0.83
14572024-05-14T03:17:44.351Z Compiling syn v2.0.60
14582024-05-14T03:17:44.510Z Compiling getrandom v0.2.12
14592024-05-14T03:17:44.774Z Compiling pkg-config v0.3.27
14602024-05-14T03:17:44.869Z Compiling allocator-api2 v0.2.16
14612024-05-14T03:17:44.877Z Compiling slab v0.4.9
14622024-05-14T03:17:45.005Z Compiling ryu v1.0.15
14632024-05-14T03:17:45.350Z Compiling schemars v0.8.17
14642024-05-14T03:17:45.398Z Compiling smallvec v1.13.1
14652024-05-14T03:17:45.686Z Compiling pin-project-lite v0.2.13
14662024-05-14T03:17:45.747Z Compiling equivalent v1.0.1
14672024-05-14T03:17:45.886Z Compiling syn v1.0.109
14682024-05-14T03:17:45.976Z Compiling vcpkg v0.2.15
14692024-05-14T03:17:46.427Z Compiling parking_lot v0.12.1
14702024-05-14T03:17:46.793Z Compiling ring v0.17.8
14712024-05-14T03:17:47.238Z Compiling signal-hook-registry v1.4.1
14722024-05-14T03:17:47.591Z Compiling openssl-sys v0.9.102
14732024-05-14T03:17:48.530Z Compiling mio v0.8.11
14742024-05-14T03:17:48.826Z Compiling fnv v1.0.7
14752024-05-14T03:17:48.886Z Compiling rand_core v0.6.4
14762024-05-14T03:17:49.019Z Compiling time-core v0.1.2
14772024-05-14T03:17:49.611Z Compiling num-conv v0.1.0
14782024-05-14T03:17:49.616Z Compiling ring v0.16.20
14792024-05-14T03:17:49.616Z Compiling time-macros v0.2.17
14802024-05-14T03:17:49.844Z Compiling socket2 v0.5.6
14812024-05-14T03:17:50.105Z Compiling num_cpus v1.16.0
14822024-05-14T03:17:50.311Z Compiling httparse v1.8.0
14832024-05-14T03:17:50.920Z Compiling futures-core v0.3.30
14842024-05-14T03:17:51.151Z Compiling openssl v0.10.64
14852024-05-14T03:17:51.180Z Compiling rustix v0.38.31
14862024-05-14T03:17:51.825Z Compiling serde_derive_internals v0.29.0
14872024-05-14T03:17:51.846Z Compiling semver v1.0.22
14882024-05-14T03:17:51.930Z Compiling iana-time-zone v0.1.57
14892024-05-14T03:17:51.973Z Compiling crossbeam-utils v0.8.19
14902024-05-14T03:17:52.379Z Compiling tinyvec_macros v0.1.1
14912024-05-14T03:17:52.483Z Compiling spin v0.5.2
14922024-05-14T03:17:52.494Z Compiling rustls v0.21.9
14932024-05-14T03:17:52.532Z Compiling native-tls v0.2.11
14942024-05-14T03:17:52.879Z Compiling tinyvec v1.6.0
14952024-05-14T03:17:52.993Z Compiling spin v0.9.8
14962024-05-14T03:17:53.365Z Compiling subtle v2.5.0
14972024-05-14T03:17:53.452Z Compiling futures-sink v0.3.30
14982024-05-14T03:17:53.475Z Compiling const-oid v0.9.6
14992024-05-14T03:17:53.664Z Compiling ucd-trie v0.1.6
15002024-05-14T03:17:54.086Z Compiling backtrace v0.3.69
15012024-05-14T03:17:54.289Z Compiling unicode-normalization v0.1.22
15022024-05-14T03:17:54.631Z Compiling cookie v0.17.0
15032024-05-14T03:17:54.917Z Compiling dyn-clone v1.0.17
15042024-05-14T03:17:55.081Z Compiling slog v2.7.0
15052024-05-14T03:17:55.108Z Compiling heck v0.4.1
15062024-05-14T03:17:55.129Z Compiling heck v0.5.0
15072024-05-14T03:17:55.428Z Compiling unicode-bidi v0.3.15
15082024-05-14T03:17:55.572Z Compiling futures-channel v0.3.30
15092024-05-14T03:17:55.768Z Compiling tracing-core v0.1.32
15102024-05-14T03:17:56.064Z Compiling futures-task v0.3.30
15112024-05-14T03:17:56.326Z Compiling futures-io v0.3.30
15122024-05-14T03:17:56.631Z Compiling pin-utils v0.1.0
15132024-05-14T03:17:56.762Z Compiling aho-corasick v1.1.2
15142024-05-14T03:17:57.054Z Compiling serde_derive v1.0.201
15152024-05-14T03:17:57.128Z Compiling zerocopy-derive v0.7.32
15162024-05-14T03:17:58.205Z Compiling zeroize_derive v1.4.2
15172024-05-14T03:17:59.066Z Compiling thiserror-impl v1.0.59
15182024-05-14T03:17:59.111Z Compiling tokio-macros v2.2.0
15192024-05-14T03:17:59.249Z Compiling zerocopy v0.7.32
15202024-05-14T03:17:59.653Z Compiling futures-macro v0.3.30
15212024-05-14T03:18:00.173Z Compiling tracing-attributes v0.1.27
15222024-05-14T03:18:01.070Z Compiling schemars_derive v0.8.17
15232024-05-14T03:18:01.549Z Compiling hashbrown v0.14.3
15242024-05-14T03:18:01.583Z Compiling zeroize v1.7.0
15252024-05-14T03:18:02.511Z Compiling openssl-macros v0.1.1
15262024-05-14T03:18:03.244Z Compiling scroll_derive v0.12.0
15272024-05-14T03:18:03.269Z Compiling pest v2.7.6
15282024-05-14T03:18:03.422Z Compiling tracing v0.1.40
15292024-05-14T03:18:04.106Z Compiling crypto-common v0.1.6
15302024-05-14T03:18:04.248Z Compiling futures-util v0.3.30
15312024-05-14T03:18:04.318Z Compiling der_derive v0.7.2
15322024-05-14T03:18:04.594Z Compiling regex-syntax v0.8.2
15332024-05-14T03:18:04.693Z Compiling winnow v0.5.15
15342024-05-14T03:18:05.854Z Compiling pest_meta v2.7.6
15352024-05-14T03:18:07.076Z Compiling pest_generator v2.7.6
15362024-05-14T03:18:08.066Z Compiling anyhow v1.0.83
15372024-05-14T03:18:08.566Z Compiling regex-automata v0.4.5
15382024-05-14T03:18:08.936Z Compiling block-buffer v0.10.4
15392024-05-14T03:18:09.600Z Compiling usdt-impl v0.5.0
15402024-05-14T03:18:09.900Z Compiling pest_derive v2.7.6
15412024-05-14T03:18:10.300Z Compiling rustversion v1.0.14
15422024-05-14T03:18:10.646Z Compiling bytes v1.6.0
15432024-05-14T03:18:11.161Z Compiling indexmap v2.2.6
15442024-05-14T03:18:11.212Z Compiling bitflags v2.4.2
15452024-05-14T03:18:11.831Z Compiling tokio v1.37.0
15462024-05-14T03:18:11.870Z Compiling uuid v1.8.0
15472024-05-14T03:18:12.654Z Compiling serde_tokenstream v0.2.0
15482024-05-14T03:18:12.780Z Compiling chrono v0.4.38
15492024-05-14T03:18:14.717Z Compiling toml_datetime v0.6.5
15502024-05-14T03:18:15.510Z Compiling serde_spanned v0.6.5
15512024-05-14T03:18:15.743Z Compiling http v0.2.12
15522024-05-14T03:18:17.038Z Compiling rustc_version v0.4.0
15532024-05-14T03:18:18.141Z Compiling toml_edit v0.19.15
15542024-05-14T03:18:18.743Z Compiling untrusted v0.9.0
15552024-05-14T03:18:18.863Z Compiling crc32fast v1.3.2
15562024-05-14T03:18:18.908Z Compiling powerfmt v0.2.0
15572024-05-14T03:18:22.764Z Compiling deranged v0.3.11
15582024-05-14T03:18:22.764Z Compiling heapless v0.7.16
15592024-05-14T03:18:22.764Z Compiling digest v0.10.7
15602024-05-14T03:18:22.764Z Compiling scroll v0.12.0
15612024-05-14T03:18:22.765Z Compiling bzip2-sys v0.1.11+1.0.8
15622024-05-14T03:18:22.765Z Compiling num_threads v0.1.6
15632024-05-14T03:18:22.765Z Compiling ppv-lite86 v0.2.17
15642024-05-14T03:18:22.845Z Compiling plain v0.2.3
15652024-05-14T03:18:22.845Z Compiling percent-encoding v2.3.1
15662024-05-14T03:18:22.845Z Compiling signal-hook v0.3.17
15672024-05-14T03:18:22.931Z Compiling rand_chacha v0.3.1
15682024-05-14T03:18:22.957Z Compiling goblin v0.8.0
15692024-05-14T03:18:23.018Z Compiling time v0.3.34
15702024-05-14T03:18:25.011Z Compiling regex v1.10.4
15712024-05-14T03:18:27.867Z Compiling pretty-hex v0.4.1
15722024-05-14T03:18:28.725Z Compiling rand v0.8.5
15732024-05-14T03:18:28.918Z Compiling dof v0.3.0
15742024-05-14T03:18:29.253Z Compiling tokio-util v0.7.10
15752024-05-14T03:18:30.204Z Compiling dtrace-parser v0.2.0
15762024-05-14T03:18:30.876Z Compiling async-trait v0.1.80
15772024-05-14T03:18:31.752Z Compiling thread-id v4.2.0
15782024-05-14T03:18:31.848Z Compiling num-bigint v0.4.4
15792024-05-14T03:18:31.996Z Compiling unicode-width v0.1.11
15802024-05-14T03:18:32.116Z Compiling smoltcp v0.9.1
15812024-05-14T03:18:32.297Z Compiling base64ct v1.6.0
15822024-05-14T03:18:32.534Z Compiling adler v1.0.2
15832024-05-14T03:18:32.670Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
15842024-05-14T03:18:32.848Z Compiling untrusted v0.7.1
15852024-05-14T03:18:32.860Z Compiling foreign-types-shared v0.1.1
15862024-05-14T03:18:32.878Z Compiling pem-rfc7468 v0.7.0
15872024-05-14T03:18:33.352Z Compiling foreign-types v0.3.2
15882024-05-14T03:18:33.352Z Compiling miniz_oxide v0.7.1
15892024-05-14T03:18:35.224Z Compiling form_urlencoded v1.2.1
15902024-05-14T03:18:36.460Z Compiling hmac v0.12.1
15912024-05-14T03:18:36.691Z Compiling errno v0.3.8
15922024-05-14T03:18:36.718Z Compiling try-lock v0.2.4
15932024-05-14T03:18:36.731Z Compiling flagset v0.4.3
15942024-05-14T03:18:36.754Z Compiling base64 v0.21.7
15952024-05-14T03:18:36.939Z Compiling siphasher v0.3.11
15962024-05-14T03:18:37.263Z Compiling want v0.3.1
15972024-05-14T03:18:37.316Z Compiling der v0.7.8
15982024-05-14T03:18:38.452Z Compiling rustls-webpki v0.101.7
15992024-05-14T03:18:38.494Z Compiling sct v0.7.0
16002024-05-14T03:18:38.800Z Compiling h2 v0.3.26
16012024-05-14T03:18:40.216Z Compiling http-body v0.4.5
16022024-05-14T03:18:41.144Z Compiling openapiv3 v2.0.0
16032024-05-14T03:18:41.902Z Compiling hubpack_derive v0.1.1
16042024-05-14T03:18:41.981Z Compiling zerocopy-derive v0.6.6
16052024-05-14T03:18:42.264Z Compiling idna v0.5.0
16062024-05-14T03:18:42.805Z Compiling lazy_static v1.4.0
16072024-05-14T03:18:43.376Z Compiling gimli v0.28.0
16082024-05-14T03:18:43.632Z Compiling httpdate v1.0.3
16092024-05-14T03:18:44.046Z Compiling tower-service v0.3.2
16102024-05-14T03:18:44.979Z Compiling openssl-probe v0.1.5
16112024-05-14T03:18:45.263Z Compiling cpufeatures v0.2.12
16122024-05-14T03:18:45.367Z Compiling utf8parse v0.2.1
16132024-05-14T03:18:45.511Z Compiling stable_deref_trait v1.2.0
16142024-05-14T03:18:45.532Z Compiling anstyle v1.0.7
16152024-05-14T03:18:45.775Z Compiling anstyle-parse v0.2.1
16162024-05-14T03:18:45.791Z Compiling sha2 v0.10.8
16172024-05-14T03:18:46.479Z Compiling hyper v0.14.28
16182024-05-14T03:18:46.586Z Compiling url v2.5.0
16192024-05-14T03:18:48.268Z Compiling addr2line v0.21.0
16202024-05-14T03:18:49.820Z Compiling spki v0.7.2
16212024-05-14T03:18:50.257Z Compiling usdt-macro v0.5.0
16222024-05-14T03:18:50.292Z Compiling usdt-attr-macro v0.5.0
16232024-05-14T03:18:52.402Z Compiling md-5 v0.10.5
16242024-05-14T03:18:56.932Z Compiling idna v0.3.0
16252024-05-14T03:18:56.993Z Compiling stringprep v0.1.3
16262024-05-14T03:18:57.658Z Compiling diesel_table_macro_syntax v0.1.0
16272024-05-14T03:18:57.666Z Compiling num-integer v0.1.46
16282024-05-14T03:18:57.666Z Compiling object v0.32.1
16292024-05-14T03:18:57.666Z Compiling hash32 v0.2.1
16302024-05-14T03:18:58.451Z Compiling anstyle-query v1.0.0
16312024-05-14T03:18:58.457Z Compiling rustc-demangle v0.1.23
16322024-05-14T03:18:58.457Z Compiling colorchoice v1.0.0
16332024-05-14T03:18:58.458Z Compiling fallible-iterator v0.2.0
16342024-05-14T03:18:59.063Z Compiling psl-types v2.0.11
16352024-05-14T03:19:05.925Z Compiling publicsuffix v2.2.3
16362024-05-14T03:19:06.193Z Compiling postgres-protocol v0.6.6
16372024-05-14T03:19:07.161Z Compiling anstream v0.6.11
16382024-05-14T03:19:07.180Z Compiling diesel_derives v2.1.2
16392024-05-14T03:19:08.352Z Compiling tokio-rustls v0.24.1
16402024-05-14T03:19:13.653Z Compiling pkcs8 v0.10.2
16412024-05-14T03:19:14.195Z Compiling terminal_size v0.3.0
16422024-05-14T03:19:14.425Z Compiling tokio-native-tls v0.3.1
16432024-05-14T03:19:14.724Z Compiling phf_shared v0.11.2
16442024-05-14T03:19:15.877Z Compiling strum_macros v0.25.2
16452024-05-14T03:19:16.294Z Compiling block-padding v0.3.3
16462024-05-14T03:19:16.306Z Compiling regress v0.9.1
16472024-05-14T03:19:16.723Z Compiling enum-as-inner v0.5.1
16482024-05-14T03:19:16.723Z Compiling serde_repr v0.1.16
16492024-05-14T03:19:17.463Z Compiling clap_derive v4.5.4
16502024-05-14T03:19:19.657Z Compiling ff v0.13.0
16512024-05-14T03:19:19.942Z Compiling scheduled-thread-pool v0.2.7
16522024-05-14T03:19:20.985Z Compiling encoding_rs v0.8.33
16532024-05-14T03:19:21.091Z Compiling managed v0.8.0
16542024-05-14T03:19:21.114Z Compiling bitflags v1.3.2
16552024-05-14T03:19:22.045Z Compiling clap_lex v0.7.0
16562024-05-14T03:19:22.084Z Compiling matches v0.1.10
16572024-05-14T03:19:22.146Z Compiling strsim v0.11.0
16582024-05-14T03:19:22.187Z Compiling mime v0.3.17
16592024-05-14T03:19:22.493Z Compiling bit-vec v0.6.3
16602024-05-14T03:19:22.887Z Compiling base16ct v0.2.0
16612024-05-14T03:19:22.948Z Compiling regex-automata v0.1.10
16622024-05-14T03:19:23.189Z Compiling strsim v0.10.0
16632024-05-14T03:19:23.282Z Compiling ipnet v2.9.0
16642024-05-14T03:19:23.427Z Compiling ident_case v1.0.1
16652024-05-14T03:19:23.871Z Compiling darling_core v0.20.8
16662024-05-14T03:19:24.289Z Compiling bstr v0.2.17
16672024-05-14T03:19:24.341Z Compiling sec1 v0.7.3
16682024-05-14T03:19:24.916Z Compiling clap_builder v4.5.2
16692024-05-14T03:19:25.613Z Compiling idna v0.2.3
16702024-05-14T03:19:29.151Z Compiling r2d2 v0.8.10
16712024-05-14T03:19:29.670Z Compiling group v0.13.0
16722024-05-14T03:19:29.886Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
16732024-05-14T03:19:30.695Z Compiling inout v0.1.3
16742024-05-14T03:19:32.764Z Compiling phf v0.11.2
16752024-05-14T03:19:32.987Z Compiling hyper-tls v0.5.0
16762024-05-14T03:19:33.070Z Compiling signal-hook-mio v0.2.3
16772024-05-14T03:19:33.225Z Compiling flate2 v1.0.28
16782024-05-14T03:19:33.315Z Compiling bzip2 v0.4.4
16792024-05-14T03:19:33.716Z Compiling hyper-rustls v0.24.2
16802024-05-14T03:19:33.856Z Compiling cookie_store v0.20.0
16812024-05-14T03:19:34.090Z Compiling postgres-types v0.2.6
16822024-05-14T03:19:34.434Z Compiling zerocopy v0.6.6
16832024-05-14T03:19:35.203Z Compiling hubpack v0.1.2
16842024-05-14T03:19:35.297Z Compiling phf_shared v0.10.0
16852024-05-14T03:19:35.460Z Compiling rustls-pemfile v1.0.3
16862024-05-14T03:19:35.665Z Compiling hkdf v0.12.4
16872024-05-14T03:19:35.713Z Compiling serde_urlencoded v0.7.1
16882024-05-14T03:19:35.778Z Compiling crossbeam-epoch v0.9.18
16892024-05-14T03:19:35.886Z Compiling ipnetwork v0.20.0
16902024-05-14T03:19:36.249Z Compiling futures-executor v0.3.30
16912024-05-14T03:19:36.737Z Compiling crypto-bigint v0.5.2
16922024-05-14T03:19:37.268Z Compiling float-cmp v0.9.0
16932024-05-14T03:19:37.276Z Compiling memmap v0.7.0
16942024-05-14T03:19:37.276Z Compiling whoami v1.5.1
16952024-05-14T03:19:37.277Z Compiling normalize-line-endings v0.3.0
16962024-05-14T03:19:37.348Z Compiling sync_wrapper v0.1.2
16972024-05-14T03:19:37.351Z Compiling difflib v0.4.0
16982024-05-14T03:19:37.494Z Compiling winnow v0.6.1
16992024-05-14T03:19:37.582Z Compiling either v1.11.0
17002024-05-14T03:19:38.849Z Compiling data-encoding v2.4.0
17012024-05-14T03:19:39.056Z Compiling predicates-core v1.0.6
17022024-05-14T03:19:39.379Z Compiling webpki-roots v0.25.2
17032024-05-14T03:19:40.493Z Compiling unicode-segmentation v1.10.1
17042024-05-14T03:19:40.566Z Compiling static_assertions v1.1.0
17052024-05-14T03:19:40.673Z Compiling fixedbitset v0.4.2
17062024-05-14T03:19:40.696Z Compiling precomputed-hash v0.1.1
17072024-05-14T03:19:40.816Z Compiling minimal-lexical v0.2.1
17082024-05-14T03:19:40.858Z Compiling new_debug_unreachable v1.0.4
17092024-05-14T03:19:40.965Z Compiling string_cache v0.8.7
17102024-05-14T03:19:41.067Z Compiling petgraph v0.6.4
17112024-05-14T03:19:41.089Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
17122024-05-14T03:19:41.237Z Compiling similar v2.4.0
17132024-05-14T03:19:41.266Z Compiling nom v7.1.3
17142024-05-14T03:19:41.319Z Compiling toml_edit v0.22.12
17152024-05-14T03:19:43.093Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
17162024-05-14T03:19:43.255Z Compiling reqwest v0.11.27
17172024-05-14T03:19:44.939Z Compiling trust-dns-proto v0.22.0
17182024-05-14T03:19:45.023Z Compiling predicates v3.1.0
17192024-05-14T03:19:45.537Z Compiling elliptic-curve v0.13.8
17202024-05-14T03:19:46.273Z Compiling itertools v0.10.5
17212024-05-14T03:19:46.475Z Compiling tokio-postgres v0.7.10
17222024-05-14T03:19:47.898Z Compiling usdt v0.5.0
17232024-05-14T03:19:48.738Z Compiling futures v0.3.30
17242024-05-14T03:19:48.863Z Compiling diesel v2.1.6
17252024-05-14T03:19:49.111Z Compiling yasna v0.5.2
17262024-05-14T03:19:49.402Z Compiling zip v0.6.6
17272024-05-14T03:19:50.008Z Compiling crossterm v0.27.0
17282024-05-14T03:19:50.659Z Compiling cipher v0.4.4
17292024-05-14T03:19:51.963Z Compiling darling_macro v0.20.8
17302024-05-14T03:19:52.005Z Compiling clap v4.5.4
17312024-05-14T03:19:52.005Z Compiling bit-set v0.5.3
17322024-05-14T03:19:52.219Z Compiling num-iter v0.1.44
17332024-05-14T03:19:52.440Z Compiling console v0.15.8
17342024-05-14T03:19:53.240Z Compiling tokio-stream v0.1.15
17352024-05-14T03:19:53.345Z Compiling toml v0.7.8
17362024-05-14T03:19:54.250Z Compiling bstr v1.9.0
17372024-05-14T03:19:54.927Z Compiling hex v0.4.3
17382024-05-14T03:19:55.247Z Compiling peg-runtime v0.8.3
17392024-05-14T03:19:55.852Z Compiling lalrpop-util v0.19.12
17402024-05-14T03:19:56.997Z Compiling darling v0.20.8
17412024-05-14T03:19:57.133Z Compiling proc-macro-crate v1.3.1
17422024-05-14T03:19:58.184Z Compiling camino v1.1.6
17432024-05-14T03:19:58.763Z Compiling heapless v0.8.0
17442024-05-14T03:20:00.358Z Compiling num_enum_derive v0.5.11
17452024-05-14T03:20:06.794Z Compiling hash32 v0.3.1
17462024-05-14T03:20:09.011Z Compiling smoltcp v0.11.0
17472024-05-14T03:20:09.466Z Compiling rustls-pki-types v1.3.0
17482024-05-14T03:20:10.768Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17492024-05-14T03:20:19.238Z Compiling num_enum v0.5.11
17502024-05-14T03:20:22.989Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
17512024-05-14T03:20:23.275Z Compiling getopts v0.2.21
17522024-05-14T03:20:25.096Z Compiling dirs-sys-next v0.1.2
17532024-05-14T03:20:25.559Z Compiling proc-macro-error-attr v1.0.4
17542024-05-14T03:20:25.802Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17552024-05-14T03:20:26.110Z Compiling rustls v0.22.4
17562024-05-14T03:20:26.268Z Compiling paste v1.0.14
17572024-05-14T03:20:26.490Z Compiling embedded-io v0.4.0
17582024-05-14T03:20:26.519Z Compiling unsafe-libyaml v0.2.10
17592024-05-14T03:20:26.622Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17602024-05-14T03:20:27.256Z Compiling cobs v0.2.3
17612024-05-14T03:20:27.714Z Compiling postcard v1.0.8
17622024-05-14T03:20:28.229Z Compiling serde_yaml v0.9.25
17632024-05-14T03:20:32.068Z Compiling dirs-next v2.0.0
17642024-05-14T03:20:33.184Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
17652024-05-14T03:20:40.713Z Compiling rustls-webpki v0.102.1
17662024-05-14T03:20:46.041Z Compiling strum_macros v0.26.1
17672024-05-14T03:20:46.837Z Compiling foreign-types-macros v0.2.3
17682024-05-14T03:20:46.946Z Compiling structmeta-derive v0.3.0
17692024-05-14T03:20:48.167Z Compiling thread_local v1.1.7
17702024-05-14T03:20:48.287Z Compiling multer v3.1.0
17712024-05-14T03:20:48.612Z Compiling proc-macro-error v1.0.4
17722024-05-14T03:20:48.968Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17732024-05-14T03:20:49.027Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17742024-05-14T03:20:49.283Z Compiling foreign-types-shared v0.3.1
17752024-05-14T03:20:50.334Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17762024-05-14T03:20:50.607Z Compiling match_cfg v0.1.0
17772024-05-14T03:20:50.648Z Compiling slog-async v2.8.0
17782024-05-14T03:20:50.772Z Compiling hostname v0.3.1
17792024-05-14T03:20:51.285Z Compiling strum v0.26.2
17802024-05-14T03:20:52.081Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17812024-05-14T03:20:56.382Z Compiling structmeta v0.3.0
17822024-05-14T03:20:57.385Z Compiling foreign-types v0.5.0
17832024-05-14T03:21:02.928Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
17842024-05-14T03:21:13.194Z Compiling term v0.7.0
17852024-05-14T03:21:17.543Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
17862024-05-14T03:21:17.573Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17872024-05-14T03:21:18.554Z Compiling slog-json v2.6.1
17882024-05-14T03:21:18.653Z Compiling is-terminal v0.4.9
17892024-05-14T03:21:18.838Z Compiling tabwriter v1.4.0
17902024-05-14T03:21:19.103Z Compiling crossbeam-channel v0.5.8
17912024-05-14T03:21:19.641Z Compiling http v1.0.0
17922024-05-14T03:21:20.343Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17932024-05-14T03:21:20.781Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17942024-05-14T03:21:21.176Z Compiling async-stream-impl v0.3.5
17952024-05-14T03:21:21.658Z Compiling cstr-argument v0.1.2
17962024-05-14T03:21:21.929Z Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
17972024-05-14T03:21:22.275Z Compiling take_mut v0.2.2
17982024-05-14T03:21:22.441Z Compiling fastrand v2.0.1
17992024-05-14T03:21:22.498Z Compiling crucible-workspace-hack v0.1.0
18002024-05-14T03:21:22.768Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
18012024-05-14T03:21:22.814Z Compiling rayon-core v1.12.1
18022024-05-14T03:21:23.104Z Compiling base64 v0.22.1
18032024-05-14T03:21:23.134Z Compiling atomic-waker v1.1.1
18042024-05-14T03:21:23.332Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
18052024-05-14T03:21:23.651Z Compiling pretty-hex v0.2.1
18062024-05-14T03:21:23.884Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18072024-05-14T03:21:24.289Z Compiling rustls-pemfile v2.1.2
18082024-05-14T03:21:24.304Z Compiling waitgroup v0.1.2
18092024-05-14T03:21:24.381Z Compiling tempfile v3.10.1
18102024-05-14T03:21:24.450Z Compiling async-stream v0.3.5
18112024-05-14T03:21:24.866Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18122024-05-14T03:21:26.020Z Compiling slog-bunyan v2.5.0
18132024-05-14T03:21:26.295Z Compiling slog-term v2.9.1
18142024-05-14T03:21:26.321Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
18152024-05-14T03:21:27.297Z Compiling tokio-rustls v0.25.0
18162024-05-14T03:21:27.776Z Compiling parse-display-derive v0.9.0
18172024-05-14T03:21:27.813Z Compiling toml v0.8.12
18182024-05-14T03:21:28.192Z Compiling serde_with_macros v3.7.0
18192024-05-14T03:21:29.334Z Compiling sha1 v0.10.6
18202024-05-14T03:21:30.257Z Compiling crossbeam-deque v0.8.3
18212024-05-14T03:21:30.670Z Compiling colored v2.1.0
18222024-05-14T03:21:30.724Z Compiling newtype-uuid v1.1.0
18232024-05-14T03:21:30.970Z Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
18242024-05-14T03:21:31.053Z Compiling serde_path_to_error v0.1.16
18252024-05-14T03:21:31.787Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18262024-05-14T03:21:32.018Z Compiling hostname v0.4.0
18272024-05-14T03:21:32.043Z Compiling socket2 v0.4.9
18282024-05-14T03:21:32.289Z Compiling instant v0.1.12
18292024-05-14T03:21:32.468Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18302024-05-14T03:21:32.524Z Compiling debug-ignore v1.0.5
18312024-05-14T03:21:32.682Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18322024-05-14T03:21:32.855Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18332024-05-14T03:21:33.766Z Compiling backoff v0.4.0
18342024-05-14T03:21:34.150Z Compiling parse-display v0.9.0
18352024-05-14T03:21:35.589Z Compiling serde_with v3.7.0
18362024-05-14T03:21:35.659Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18372024-05-14T03:21:36.228Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18382024-05-14T03:21:37.682Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18392024-05-14T03:21:38.422Z Compiling camino-tempfile v1.1.1
18402024-05-14T03:21:39.428Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
18412024-05-14T03:21:40.199Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18422024-05-14T03:21:40.215Z Compiling macaddr v1.0.1
18432024-05-14T03:21:40.215Z Compiling num-derive v0.4.0
18442024-05-14T03:21:40.215Z Compiling sigpipe v0.1.3
18452024-05-14T03:21:40.278Z Compiling libefi-sys v0.1.0
18462024-05-14T03:21:40.632Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
18472024-05-14T03:21:40.674Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18482024-05-14T03:21:41.159Z Compiling rayon v1.10.0
18492024-05-14T03:21:42.329Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
18502024-05-14T03:21:42.468Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18512024-05-14T03:21:44.054Z Compiling smf v0.2.3
18522024-05-14T03:21:44.709Z Compiling blake3 v1.5.0
18532024-05-14T03:21:45.299Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
18542024-05-14T03:21:45.489Z Compiling portable-atomic v1.4.3
18552024-05-14T03:21:46.454Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18562024-05-14T03:21:46.563Z Compiling xattr v1.0.1
18572024-05-14T03:21:46.740Z Compiling filetime v0.2.23
18582024-05-14T03:21:46.868Z Compiling memmap2 v0.7.1
18592024-05-14T03:21:47.025Z Compiling same-file v1.0.6
18602024-05-14T03:21:47.100Z Compiling arrayvec v0.7.4
18612024-05-14T03:21:47.296Z Compiling arrayref v0.3.7
18622024-05-14T03:21:47.400Z Compiling constant_time_eq v0.3.0
18632024-05-14T03:21:47.415Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18642024-05-14T03:21:47.567Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18652024-05-14T03:21:47.592Z Compiling walkdir v2.5.0
18662024-05-14T03:21:47.638Z Compiling tar v0.4.40
18672024-05-14T03:21:48.749Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18682024-05-14T03:21:49.200Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18692024-05-14T03:21:51.574Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18702024-05-14T03:21:52.458Z Compiling gethostname v0.4.3
18712024-05-14T03:21:52.744Z Compiling topological-sort v0.2.2
18722024-05-14T03:21:53.012Z Compiling number_prefix v0.4.0
18732024-05-14T03:21:53.272Z Compiling indicatif v0.17.8
18742024-05-14T03:21:53.539Z Compiling omicron-zone-package v0.11.0
18752024-05-14T03:21:53.896Z Compiling swrite v0.1.0
18762024-05-14T03:22:00.838Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18772024-05-14T03:22:03.435Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
18782024-05-14T03:22:06.081Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18792024-05-14T03:22:07.889Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
18802024-05-14T03:22:24.434Z Finished release [optimized] target(s) in 5m 07s
18812024-05-14T03:22:24.698Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
18822024-05-14T03:22:24.762ZLogging to: /work/oxidecomputer/omicron/out/LOG
18832024-05-14T03:22:24.768ZCreated new build target 'test' and set it as active
18842024-05-14T03:22:24.769Z
18852024-05-14T03:22:24.769Zreal 5:07.632370224
18862024-05-14T03:22:24.769Zuser 32:22.172637737
18872024-05-14T03:22:24.769Zsys 3:56.210338897
18882024-05-14T03:22:24.769Ztrap 0.975972125
18892024-05-14T03:22:24.769Ztflt 4.305233051
18902024-05-14T03:22:24.769Zdflt 4.717425868
18912024-05-14T03:22:24.769Zkflt 0.028489849
18922024-05-14T03:22:24.769Zlock 1:08:16.840795524
18932024-05-14T03:22:24.769Zslp 1:31:15.798552732
18942024-05-14T03:22:24.770Zlat 2:07.687821978
18952024-05-14T03:22:24.770Zstop 3:46.186876345
18962024-05-14T03:22:24.770Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
18972024-05-14T03:22:25.612Z Finished release [optimized] target(s) in 0.79s
18982024-05-14T03:22:25.638Z Running `target/release/omicron-package -t test package`
18992024-05-14T03:22:25.666ZLogging to: /work/oxidecomputer/omicron/out/LOG
19002024-05-14T03:22:26.552Z Compiling newline-converter v0.3.0
19012024-05-14T03:22:26.555Z Compiling humantime v2.1.0
19022024-05-14T03:22:26.630Z Compiling unicode-xid v0.2.4
19032024-05-14T03:22:26.633Z Compiling linked-hash-map v0.5.6
19042024-05-14T03:22:26.649Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
19052024-05-14T03:22:26.651Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19062024-05-14T03:22:26.652Z Compiling password-hash v0.5.0
19072024-05-14T03:22:26.652Z Compiling blake2 v0.10.6
19082024-05-14T03:22:26.751Z Compiling expectorate v1.1.0
19092024-05-14T03:22:26.769Z Compiling semver v0.1.20
19102024-05-14T03:22:26.899Z Compiling bytecount v0.6.3
19112024-05-14T03:22:26.970Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
19122024-05-14T03:22:27.011Z Compiling lru-cache v0.1.2
19132024-05-14T03:22:27.498Z Compiling argon2 v0.5.3
19142024-05-14T03:22:27.509Z Compiling rustc_version v0.1.7
19152024-05-14T03:22:27.509Z Compiling papergrid v0.11.0
19162024-05-14T03:22:27.509Z Compiling tabled_derive v0.7.0
19172024-05-14T03:22:27.588Z Compiling newtype_derive v0.1.6
19182024-05-14T03:22:27.929Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19192024-05-14T03:22:28.061Z Compiling quick-error v1.2.3
19202024-05-14T03:22:28.200Z Compiling resolv-conf v0.7.0
19212024-05-14T03:22:28.616Z Compiling steno v0.4.0
19222024-05-14T03:22:28.968Z Compiling trust-dns-resolver v0.22.0
19232024-05-14T03:22:29.710Z Compiling tabled v0.15.0
19242024-05-14T03:22:36.135Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
19252024-05-14T03:22:36.282Z Compiling derive-where v1.2.7
19262024-05-14T03:22:36.283Z Compiling num-rational v0.4.1
19272024-05-14T03:22:36.283Z Compiling slog-dtrace v0.3.0
19282024-05-14T03:22:36.283Z Compiling termcolor v1.2.0
19292024-05-14T03:22:36.283Z Compiling itertools v0.12.1
19302024-05-14T03:22:36.374Z Compiling utf-8 v0.7.6
19312024-05-14T03:22:37.712Z Compiling num-complex v0.4.5
19322024-05-14T03:22:39.017Z Compiling num v0.4.2
19332024-05-14T03:22:39.112Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
19342024-05-14T03:22:39.126Z Compiling nibble_vec v0.1.0
19352024-05-14T03:22:39.342Z Compiling radium v0.7.0
19362024-05-14T03:22:39.792Z Compiling endian-type v0.1.2
19372024-05-14T03:22:40.022Z Compiling radix_trie v0.2.1
19382024-05-14T03:22:40.178Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19392024-05-14T03:22:40.963Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
19402024-05-14T03:22:41.239Z Compiling tungstenite v0.20.1
19412024-05-14T03:22:42.980Z Compiling maybe-uninit v2.0.0
19422024-05-14T03:22:43.446Z Compiling tap v1.0.1
19432024-05-14T03:22:43.631Z Compiling wyz v0.5.1
19442024-05-14T03:22:44.163Z Compiling tokio-tungstenite v0.20.1
19452024-05-14T03:22:45.280Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19462024-05-14T03:22:46.695Z Compiling arc-swap v1.6.0
19472024-05-14T03:22:47.444Z Compiling cancel-safe-futures v0.1.5
19482024-05-14T03:22:47.806Z Compiling funty v2.0.0
19492024-05-14T03:22:50.389Z Compiling num-bigint-dig v0.8.4
19502024-05-14T03:22:50.703Z Compiling packed_struct v0.10.1
19512024-05-14T03:22:51.107Z Compiling crc-catalog v2.2.0
19522024-05-14T03:22:51.249Z Compiling display-error-chain v0.2.0
19532024-05-14T03:22:51.457Z Compiling crc v3.0.1
19542024-05-14T03:22:51.661Z Compiling bitvec v1.0.1
19552024-05-14T03:22:52.220Z Compiling slog-scope v4.4.0
19562024-05-14T03:22:52.455Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
19572024-05-14T03:22:52.619Z Compiling packed_struct_codegen v0.10.1
19582024-05-14T03:22:52.637Z Compiling fxhash v0.2.1
19592024-05-14T03:22:52.862Z Compiling indexmap v1.9.3
19602024-05-14T03:22:53.186Z Compiling nodrop v0.1.14
19612024-05-14T03:22:53.291Z Compiling array-init v0.0.4
19622024-05-14T03:22:53.719Z Compiling smallvec v0.6.14
19632024-05-14T03:22:53.782Z Compiling slog-stdlog v4.1.1
19642024-05-14T03:22:55.236Z Compiling rayon-core v1.12.1
19652024-05-14T03:22:55.254Z Compiling synstructure v0.12.6
19662024-05-14T03:22:55.310Z Compiling pkcs1 v0.7.5
19672024-05-14T03:22:56.771Z Compiling signature v2.1.0
19682024-05-14T03:22:57.420Z Compiling crossbeam-deque v0.8.3
19692024-05-14T03:22:57.438Z Compiling dirs-sys-next v0.1.2
19702024-05-14T03:22:57.870Z Compiling half v2.3.1
19712024-05-14T03:22:58.555Z Compiling bitfield v0.14.0
19722024-05-14T03:22:58.860Z Compiling same-file v1.0.6
19732024-05-14T03:22:59.079Z Compiling crunchy v0.2.2
19742024-05-14T03:22:59.424Z Compiling hashbrown v0.12.3
19752024-05-14T03:22:59.569Z Compiling glob v0.3.1
19762024-05-14T03:23:00.027Z Compiling fastrand v2.0.1
19772024-05-14T03:23:00.307Z Compiling ciborium-io v0.2.2
19782024-05-14T03:23:00.451Z Compiling ciborium-ll v0.2.2
19792024-05-14T03:23:00.552Z Compiling tempfile v3.10.1
19802024-05-14T03:23:00.934Z Compiling clang-sys v1.6.1
19812024-05-14T03:23:01.292Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
19822024-05-14T03:23:01.636Z Compiling walkdir v2.5.0
19832024-05-14T03:23:01.819Z Compiling dirs-next v2.0.0
19842024-05-14T03:23:02.288Z Compiling rsa v0.9.2
19852024-05-14T03:23:03.603Z Compiling zerocopy-derive v0.2.0
19862024-05-14T03:23:05.486Z Compiling serde-hex v0.1.0
19872024-05-14T03:23:06.865Z Compiling slog-envlogger v2.2.0
19882024-05-14T03:23:06.941Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19892024-05-14T03:23:07.266Z Compiling env_logger v0.10.0
19902024-05-14T03:23:07.757Z Compiling camino v1.1.6
19912024-05-14T03:23:07.827Z Compiling x509-cert v0.2.4
19922024-05-14T03:23:09.704Z Compiling ron v0.8.1
19932024-05-14T03:23:10.744Z Compiling hashbrown v0.13.2
19942024-05-14T03:23:11.277Z Compiling tiny-keccak v2.0.2
19952024-05-14T03:23:11.578Z Compiling prettyplease v0.2.19
19962024-05-14T03:23:12.314Z Compiling crc-any v2.4.3
19972024-05-14T03:23:12.334Z Compiling maplit v1.0.2
19982024-05-14T03:23:12.335Z Compiling object v0.30.4
19992024-05-14T03:23:12.883Z Compiling blake3 v1.5.0
20002024-05-14T03:23:13.185Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
20012024-05-14T03:23:14.963Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
20022024-05-14T03:23:16.009Z Compiling rayon v1.10.0
20032024-05-14T03:23:16.090Z Compiling term v0.7.0
20042024-05-14T03:23:16.982Z Compiling ciborium v0.2.2
20052024-05-14T03:23:17.374Z Compiling memmap2 v0.7.1
20062024-05-14T03:23:17.737Z Compiling filetime v0.2.23
20072024-05-14T03:23:18.037Z Compiling atty v0.2.14
20082024-05-14T03:23:18.192Z Compiling xattr v1.0.1
20092024-05-14T03:23:18.435Z Compiling constant_time_eq v0.3.0
20102024-05-14T03:23:18.573Z Compiling arrayvec v0.7.4
20112024-05-14T03:23:18.984Z Compiling arrayref v0.3.7
20122024-05-14T03:23:19.084Z Compiling path-slash v0.1.5
20132024-05-14T03:23:19.127Z Compiling home v0.5.5
20142024-05-14T03:23:19.296Z Compiling toolchain_find v0.4.0
20152024-05-14T03:23:19.352Z Compiling tar v0.4.40
20162024-05-14T03:23:19.831Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
20172024-05-14T03:23:21.049Z Compiling ascii-canvas v3.0.0
20182024-05-14T03:23:21.124Z Compiling camino-tempfile v1.1.1
20192024-05-14T03:23:21.519Z Compiling toml v0.8.12
20202024-05-14T03:23:21.533Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
20212024-05-14T03:23:21.679Z Compiling is-terminal v0.4.9
20222024-05-14T03:23:21.795Z Compiling libsw v3.3.1
20232024-05-14T03:23:21.962Z Compiling ena v0.14.2
20242024-05-14T03:23:22.134Z Compiling usdt-impl v0.3.5
20252024-05-14T03:23:22.398Z Compiling libloading v0.7.4
20262024-05-14T03:23:22.545Z Compiling topological-sort v0.2.2
20272024-05-14T03:23:22.759Z Compiling linear-map v1.2.0
20282024-05-14T03:23:22.763Z Compiling regex-syntax v0.6.29
20292024-05-14T03:23:23.044Z Compiling owo-colors v4.0.0
20302024-05-14T03:23:23.176Z Compiling diff v0.1.13
20312024-05-14T03:23:23.730Z Compiling convert_case v0.4.0
20322024-05-14T03:23:24.532Z Compiling bindgen v0.69.2
20332024-05-14T03:23:24.979Z Compiling parking_lot_core v0.8.6
20342024-05-14T03:23:25.439Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20352024-05-14T03:23:25.840Z Compiling derive_more v0.99.17
20362024-05-14T03:23:25.868Z Compiling omicron-zone-package v0.11.0
20372024-05-14T03:23:28.020Z Compiling lalrpop v0.19.12
20382024-05-14T03:23:31.939Z Compiling rustfmt-wrapper v0.2.1
20392024-05-14T03:23:32.516Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
20402024-05-14T03:23:33.067Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
20412024-05-14T03:23:33.237Z Compiling cexpr v0.6.0
20422024-05-14T03:23:33.619Z Compiling which v4.4.0
20432024-05-14T03:23:34.161Z Compiling unicase v2.7.0
20442024-05-14T03:23:34.488Z Compiling rustc-hash v1.1.0
20452024-05-14T03:23:34.635Z Compiling lazycell v1.3.0
20462024-05-14T03:23:34.654Z Compiling shlex v1.3.0
20472024-05-14T03:23:34.788Z Compiling peeking_take_while v0.1.2
20482024-05-14T03:23:35.007Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
20492024-05-14T03:23:36.264Z Compiling zerocopy v0.3.0
20502024-05-14T03:23:37.046Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
20512024-05-14T03:23:38.066Z Compiling derive_builder_core v0.20.0
20522024-05-14T03:23:40.237Z Compiling pem v3.0.4
20532024-05-14T03:23:41.840Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
20542024-05-14T03:23:41.902Z Compiling headers-core v0.2.0
20552024-05-14T03:23:42.051Z Compiling libxml v0.3.3
20562024-05-14T03:23:42.063Z Compiling async-recursion v1.1.0
20572024-05-14T03:23:42.427Z Compiling platforms v3.0.2
20582024-05-14T03:23:42.781Z Compiling ref-cast v1.0.22
20592024-05-14T03:23:43.368Z Compiling headers v0.3.9
20602024-05-14T03:23:43.523Z Compiling derive_builder_macro v0.20.0
20612024-05-14T03:23:44.435Z Compiling dof v0.1.5
20622024-05-14T03:23:44.824Z Compiling parking_lot v0.11.2
20632024-05-14T03:23:45.196Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
20642024-05-14T03:23:47.269Z Compiling trust-dns-client v0.22.0
20652024-05-14T03:23:47.323Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
20662024-05-14T03:23:47.353Z Compiling strum_macros v0.24.3
20672024-05-14T03:23:47.504Z Compiling dtrace-parser v0.1.14
20682024-05-14T03:23:47.613Z Compiling toml v0.5.11
20692024-05-14T03:23:48.960Z Compiling samael v0.0.15
20702024-05-14T03:23:49.123Z Compiling ref-cast-impl v1.0.22
20712024-05-14T03:23:50.291Z Compiling vte_generate_state_changes v0.1.1
20722024-05-14T03:23:50.554Z Compiling cookie v0.18.1
20732024-05-14T03:23:50.823Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
20742024-05-14T03:23:50.871Z Compiling cfg_aliases v0.1.1
20752024-05-14T03:23:50.935Z Compiling indoc v1.0.9
20762024-05-14T03:23:50.971Z Compiling buf-list v1.0.3
20772024-05-14T03:23:51.208Z Compiling nix v0.28.0
20782024-05-14T03:23:51.600Z Compiling vte v0.11.1
20792024-05-14T03:23:51.949Z Compiling trust-dns-server v0.22.1
20802024-05-14T03:23:53.462Z Compiling sled v0.34.7
20812024-05-14T03:23:54.181Z Compiling polar-core v0.27.3
20822024-05-14T03:23:56.115Z Compiling derive_builder v0.20.0
20832024-05-14T03:23:57.935Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
20842024-05-14T03:23:59.498Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
20852024-05-14T03:23:59.835Z Compiling const_format_proc_macros v0.2.32
20862024-05-14T03:24:01.410Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
20872024-05-14T03:24:01.697Z Compiling fd-lock v4.0.2
20882024-05-14T03:24:01.894Z Compiling bb8 v0.8.3
20892024-05-14T03:24:01.906Z Compiling impl-trait-for-tuples v0.2.2
20902024-05-14T03:24:02.404Z Compiling quick-xml v0.31.0
20912024-05-14T03:24:06.773Z Compiling oso-derive v0.27.3
20922024-05-14T03:24:07.778Z Compiling serde_tokenstream v0.1.7
20932024-05-14T03:24:08.281Z Compiling pin-project-internal v1.1.3
20942024-05-14T03:24:08.998Z Compiling memoffset v0.7.1
20952024-05-14T03:24:09.316Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
20962024-05-14T03:24:11.135Z Compiling pin-project v1.1.3
20972024-05-14T03:24:11.264Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
20982024-05-14T03:24:11.287Z Compiling const_format v0.2.32
20992024-05-14T03:24:14.471Z Compiling curve25519-dalek v4.1.2
21002024-05-14T03:24:14.532Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21012024-05-14T03:24:14.886Z Compiling strip-ansi-escapes v0.2.0
21022024-05-14T03:24:18.346Z Compiling oso v0.27.3
21032024-05-14T03:24:31.136Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
21042024-05-14T03:24:31.314Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
21052024-05-14T03:24:35.580Z Compiling kstat-rs v0.2.3
21062024-05-14T03:24:36.479Z Compiling snafu-derive v0.8.2
21072024-05-14T03:24:36.533Z Compiling fs-err v2.11.0
21082024-05-14T03:24:36.854Z Compiling keccak v0.1.4
21092024-05-14T03:24:37.824Z Compiling nu-ansi-term v0.50.0
21102024-05-14T03:24:37.949Z Compiling sha3 v0.10.8
21112024-05-14T03:24:38.273Z Compiling reedline v0.31.0
21122024-05-14T03:24:38.832Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
21132024-05-14T03:24:41.446Z Compiling snafu v0.8.2
21142024-05-14T03:24:42.933Z Compiling mime_guess v2.0.4
21152024-05-14T03:24:45.790Z Compiling usdt-macro v0.3.5
21162024-05-14T03:24:47.034Z Compiling usdt-attr-macro v0.3.5
21172024-05-14T03:24:48.317Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
21182024-05-14T03:24:48.409Z Compiling env_logger v0.9.3
21192024-05-14T03:24:48.584Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
21202024-05-14T03:24:53.181Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
21212024-05-14T03:24:54.581Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21222024-05-14T03:24:55.076Z Compiling globset v0.4.13
21232024-05-14T03:24:57.891Z Compiling peg-macros v0.8.3
21242024-05-14T03:25:01.401Z Compiling olpc-cjson v0.1.3
21252024-05-14T03:25:01.751Z Compiling universal-hash v0.5.1
21262024-05-14T03:25:01.972Z Compiling secrecy v0.8.0
21272024-05-14T03:25:02.241Z Compiling serde_plain v1.0.2
21282024-05-14T03:25:02.625Z Compiling thiserror-impl-no-std v2.0.2
21292024-05-14T03:25:02.759Z Compiling bitstruct_derive v0.1.0
21302024-05-14T03:25:03.063Z Compiling curve25519-dalek-derive v0.1.0
21312024-05-14T03:25:03.611Z Compiling sqlparser_derive v0.2.2
21322024-05-14T03:25:04.079Z Compiling nanorand v0.7.0
21332024-05-14T03:25:04.457Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21342024-05-14T03:25:04.602Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21352024-05-14T03:25:04.708Z Compiling opaque-debug v0.3.0
21362024-05-14T03:25:04.858Z Compiling unicode_categories v0.1.1
21372024-05-14T03:25:04.926Z Compiling typed-path v0.7.0
21382024-05-14T03:25:05.089Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21392024-05-14T03:25:05.190Z Compiling signature v1.6.4
21402024-05-14T03:25:05.324Z Compiling salty v0.2.0
21412024-05-14T03:25:05.340Z Compiling ascii v1.1.0
21422024-05-14T03:25:05.436Z Compiling thiserror-no-std v2.0.2
21432024-05-14T03:25:05.556Z Compiling ed25519 v1.5.3
21442024-05-14T03:25:05.777Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
21452024-05-14T03:25:05.860Z Compiling sqlformat v0.2.3
21462024-05-14T03:25:06.152Z Compiling rustyline v14.0.0
21472024-05-14T03:25:08.304Z Compiling tough v0.17.1
21482024-05-14T03:25:08.318Z Compiling poly1305 v0.8.0
21492024-05-14T03:25:09.988Z Compiling sqlparser v0.45.0
21502024-05-14T03:25:11.824Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21512024-05-14T03:25:12.088Z Compiling flume v0.11.0
21522024-05-14T03:25:14.724Z Compiling bitstruct v0.1.1
21532024-05-14T03:25:14.848Z Compiling peg v0.8.3
21542024-05-14T03:25:14.964Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21552024-05-14T03:25:16.021Z Compiling usdt v0.3.5
21562024-05-14T03:25:16.498Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
21572024-05-14T03:25:19.442Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
21582024-05-14T03:25:21.290Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
21592024-05-14T03:25:26.537Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21602024-05-14T03:25:26.857Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21612024-05-14T03:25:27.177Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21622024-05-14T03:25:28.363Z Compiling chacha20 v0.9.1
21632024-05-14T03:25:28.828Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21642024-05-14T03:25:31.148Z Compiling aead v0.5.2
21652024-05-14T03:25:31.489Z Compiling bcs v0.1.6
21662024-05-14T03:25:32.444Z Compiling erased-serde v0.3.31
21672024-05-14T03:25:33.460Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21682024-05-14T03:25:34.129Z Compiling serde_arrays v0.1.0
21692024-05-14T03:25:34.321Z Compiling serde-big-array v0.5.1
21702024-05-14T03:25:34.324Z Compiling parse-size v1.0.0
21712024-05-14T03:25:34.581Z Compiling highway v1.1.0
21722024-05-14T03:25:36.035Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
21732024-05-14T03:25:43.516Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21742024-05-14T03:25:46.897Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21752024-05-14T03:25:47.417Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21762024-05-14T03:25:50.409Z Compiling chacha20poly1305 v0.10.1
21772024-05-14T03:25:52.441Z Compiling vsss-rs v3.3.4
21782024-05-14T03:26:02.029Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
21792024-05-14T03:26:02.603Z Compiling signal-hook-tokio v0.3.1
21802024-05-14T03:26:02.711Z Compiling heck v0.3.3
21812024-05-14T03:26:02.793Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
21822024-05-14T03:26:03.077Z Compiling castaway v0.2.2
21832024-05-14T03:26:03.267Z Compiling rand_seeder v0.2.3
21842024-05-14T03:26:03.673Z Compiling serde-big-array v0.4.1
21852024-05-14T03:26:05.181Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
21862024-05-14T03:26:05.507Z Compiling http-range v0.1.5
21872024-05-14T03:26:05.864Z Compiling hyper-staticfile v0.9.5
21882024-05-14T03:26:06.127Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
21892024-05-14T03:26:09.200Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21902024-05-14T03:26:10.632Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
21912024-05-14T03:26:10.830Z Compiling compact_str v0.7.1
21922024-05-14T03:26:11.006Z Compiling zone_cfg_derive v0.1.2
21932024-05-14T03:26:12.355Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
21942024-05-14T03:26:12.450Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
21952024-05-14T03:26:15.932Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21962024-05-14T03:26:17.885Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
21972024-05-14T03:26:24.411Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
21982024-05-14T03:26:32.404Z Compiling tungstenite v0.21.0
21992024-05-14T03:26:33.223Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
22002024-05-14T03:26:33.535Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
22012024-05-14T03:26:33.854Z Compiling lru v0.12.1
22022024-05-14T03:26:34.227Z Compiling stability v0.2.0
22032024-05-14T03:26:35.275Z Compiling corncobs v0.1.3
22042024-05-14T03:26:35.669Z Compiling indoc v2.0.3
22052024-05-14T03:26:36.686Z Compiling cassowary v0.3.0
22062024-05-14T03:26:37.907Z Compiling base64 v0.13.1
22072024-05-14T03:26:38.695Z Compiling ron v0.7.1
22082024-05-14T03:26:40.537Z Compiling ratatui v0.26.2
22092024-05-14T03:26:41.144Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22102024-05-14T03:26:41.962Z Compiling tokio-tungstenite v0.21.0
22112024-05-14T03:26:42.562Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
22122024-05-14T03:26:44.401Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
22132024-05-14T03:26:58.528Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22142024-05-14T03:26:59.173Z Compiling zone v0.1.8
22152024-05-14T03:27:00.139Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
22162024-05-14T03:27:06.480Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
22172024-05-14T03:27:07.832Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
22182024-05-14T03:27:10.853Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22192024-05-14T03:27:12.239Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
22202024-05-14T03:27:12.560Z Compiling portpicker v0.1.1
22212024-05-14T03:27:13.096Z Compiling unicode-linebreak v0.1.5
22222024-05-14T03:27:13.641Z Compiling smawk v0.3.1
22232024-05-14T03:27:13.927Z Compiling textwrap v0.16.1
22242024-05-14T03:27:16.877Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
22252024-05-14T03:27:19.222Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
22262024-05-14T03:27:23.102Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22272024-05-14T03:27:26.878Z Compiling rcgen v0.12.1
22282024-05-14T03:27:30.304Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
22292024-05-14T03:27:30.798Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
22302024-05-14T03:27:36.446Z Compiling atomicwrites v0.4.3
22312024-05-14T03:27:36.987Z Compiling fatfs v0.3.6
22322024-05-14T03:27:37.213Z Compiling subprocess v0.2.9
22332024-05-14T03:27:37.951Z Compiling rtoolbox v0.0.1
22342024-05-14T03:27:38.006Z Compiling assert_matches v1.5.0
22352024-05-14T03:27:38.107Z Compiling is_ci v1.2.0
22362024-05-14T03:27:38.395Z Compiling supports-color v3.0.0
22372024-05-14T03:27:39.080Z Compiling rpassword v7.3.1
22382024-05-14T03:27:39.674Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22392024-05-14T03:27:39.880Z Compiling tui-tree-widget v0.19.0
22402024-05-14T03:27:40.305Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
22412024-05-14T03:27:42.637Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
22422024-05-14T03:27:43.649Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
22432024-05-14T03:27:43.966Z Compiling csv-core v0.1.11
22442024-05-14T03:27:44.623Z Compiling shell-words v1.1.0
22452024-05-14T03:27:44.902Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
22462024-05-14T03:27:45.067Z Compiling csv v1.3.0
22472024-05-14T03:27:46.810Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
22482024-05-14T03:27:47.264Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
22492024-05-14T03:27:58.114Z Compiling uzers v0.11.3
22502024-05-14T03:28:01.383Z Compiling multimap v0.10.0
22512024-05-14T03:28:01.803Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
22522024-05-14T03:30:08.703Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
22532024-05-14T03:30:22.033Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22542024-05-14T03:37:26.319Z Finished release [optimized] target(s) in 15m 00s
22552024-05-14T03:38:42.626Z
22562024-05-14T03:38:42.626Zreal 16:17.573188000
22572024-05-14T03:38:42.626Zuser 1:49:52.212896915
22582024-05-14T03:38:42.627Zsys 4:41.736097914
22592024-05-14T03:38:42.627Ztrap 2.624015205
22602024-05-14T03:38:42.630Ztflt 2.169459594
22612024-05-14T03:38:42.630Zdflt 3.605549864
22622024-05-14T03:38:42.630Zkflt 0.048215102
22632024-05-14T03:38:42.630Zlock 7:08:35.095385039
22642024-05-14T03:38:42.630Zslp 4:16:46.690240076
22652024-05-14T03:38:42.630Zlat 2:24.351328191
22662024-05-14T03:38:42.630Zstop 1:08.524094762
22672024-05-14T03:38:42.630Z+ ptime -m cargo build --locked --release -p xtask
22682024-05-14T03:38:43.137Z Downloading crates ...
22692024-05-14T03:38:43.219Z Downloaded cargo_toml v0.20.2
22702024-05-14T03:38:43.225Z Downloaded cargo-platform v0.1.3
22712024-05-14T03:38:43.228Z Downloaded cargo_metadata v0.18.1
22722024-05-14T03:38:43.243Z Compiling serde v1.0.201
22732024-05-14T03:38:43.257Z Compiling libc v0.2.153
22742024-05-14T03:38:43.257Z Compiling rustix v0.38.31
22752024-05-14T03:38:43.257Z Compiling hashbrown v0.14.3
22762024-05-14T03:38:43.258Z Compiling bitflags v2.4.2
22772024-05-14T03:38:43.258Z Compiling serde_json v1.0.116
22782024-05-14T03:38:43.258Z Compiling syn v2.0.60
22792024-05-14T03:38:43.351Z Compiling anyhow v1.0.83
22802024-05-14T03:38:44.630Z Compiling indexmap v2.2.6
22812024-05-14T03:38:44.909Z Compiling errno v0.3.8
22822024-05-14T03:38:45.877Z Compiling terminal_size v0.3.0
22832024-05-14T03:38:45.969Z Compiling clap_builder v4.5.2
22842024-05-14T03:38:47.991Z Compiling serde_derive v1.0.201
22852024-05-14T03:38:47.991Z Compiling thiserror-impl v1.0.59
22862024-05-14T03:38:47.994Z Compiling clap_derive v4.5.4
22872024-05-14T03:38:49.548Z Compiling thiserror v1.0.59
22882024-05-14T03:38:51.003Z Compiling clap v4.5.4
22892024-05-14T03:38:57.824Z Compiling serde_spanned v0.6.5
22902024-05-14T03:38:57.824Z Compiling toml_datetime v0.6.5
22912024-05-14T03:38:57.827Z Compiling semver v1.0.22
22922024-05-14T03:38:57.827Z Compiling camino v1.1.6
22932024-05-14T03:38:57.827Z Compiling cargo-platform v0.1.3
22942024-05-14T03:38:57.827Z Compiling macaddr v1.0.1
22952024-05-14T03:38:58.105Z Compiling toml_edit v0.22.12
22962024-05-14T03:38:59.421Z Compiling cargo_metadata v0.18.1
22972024-05-14T03:39:01.160Z Compiling toml v0.8.12
22982024-05-14T03:39:04.413Z Compiling cargo_toml v0.20.2
22992024-05-14T03:39:15.190Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
23002024-05-14T03:39:26.584Z Finished release [optimized] target(s) in 43.89s
23012024-05-14T03:39:26.648Z
23022024-05-14T03:39:26.648Zreal 43.985066114
23032024-05-14T03:39:26.648Zuser 3:06.660568257
23042024-05-14T03:39:26.648Zsys 15.228854233
23052024-05-14T03:39:26.648Ztrap 0.064741833
23062024-05-14T03:39:26.652Ztflt 0.201975968
23072024-05-14T03:39:26.652Zdflt 0.845219117
23082024-05-14T03:39:26.652Zkflt 0.000541535
23092024-05-14T03:39:26.652Zlock 4:10.101941550
23102024-05-14T03:39:26.652Zslp 3:27.279340307
23112024-05-14T03:39:26.652Zlat 2.899084633
23122024-05-14T03:39:26.652Zstop 3.980057903
23132024-05-14T03:39:26.652Z+ 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)
23142024-05-14T03:39:26.652Z+ 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
23152024-05-14T03:39:36.450ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
23162024-05-14T03:39:36.451Za out/mg-ddm-gz.tar 60398K
23172024-05-14T03:39:36.451Za out/omicron-sled-agent.tar 94552K
23182024-05-14T03:39:36.451Za out/oxlog.tar 2914K
23192024-05-14T03:39:36.451Za out/pumpkind-gz.tar 26665K
23202024-05-14T03:39:36.451Za out/target/test 1K
23212024-05-14T03:39:36.451Za out/npuzone/npuzone 23144K
23222024-05-14T03:39:36.452Za package-manifest.toml 27K
23232024-05-14T03:39:36.452Za smf/sled-agent/non-gimlet/config.toml 4K
23242024-05-14T03:39:36.452Za target/release/omicron-package 31464K
23252024-05-14T03:39:36.452Za target/release/xtask 6665K
23262024-05-14T03:39:36.467Z
23272024-05-14T03:39:36.467Zreal 9.790598734
23282024-05-14T03:39:36.467Zuser 9.483358422
23292024-05-14T03:39:36.467Zsys 0.623036053
23302024-05-14T03:39:36.467Ztrap 0.001098909
23312024-05-14T03:39:36.468Ztflt 0.000000000
23322024-05-14T03:39:36.468Zdflt 0.000000000
23332024-05-14T03:39:36.468Zkflt 0.000000000
23342024-05-14T03:39:36.468Zlock 0.000000000
23352024-05-14T03:39:36.468Zslp 9.271301906
23362024-05-14T03:39:36.468Zlat 0.199262773
23372024-05-14T03:39:36.468Zstop 0.000202216
23382024-05-14T03:39:36.468Z++ pwd
23392024-05-14T03:39:36.468Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
23402024-05-14T03:39:36.468Z+ mv out/nexus.tar.gz out/nexus-single-sled.tar.gz
23412024-05-14T03:39:36.468Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled
23422024-05-14T03:39:37.300Z Finished release [optimized] target(s) in 0.78s
23432024-05-14T03:39:37.322Z Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled`
23442024-05-14T03:39:37.363ZLogging to: /work/oxidecomputer/omicron/out/LOG
23452024-05-14T03:39:37.374ZCreated new build target 'host' and set it as active
23462024-05-14T03:39:37.374Z
23472024-05-14T03:39:37.374Zreal 0.898203300
23482024-05-14T03:39:37.374Zuser 0.595958042
23492024-05-14T03:39:37.374Zsys 0.285138718
23502024-05-14T03:39:37.374Ztrap 0.000070500
23512024-05-14T03:39:37.374Ztflt 0.000020613
23522024-05-14T03:39:37.374Zdflt 0.000001799
23532024-05-14T03:39:37.375Zkflt 0.000000000
23542024-05-14T03:39:37.375Zlock 0.024654768
23552024-05-14T03:39:37.375Zslp 0.111910922
23562024-05-14T03:39:37.375Zlat 0.003388006
23572024-05-14T03:39:37.375Zstop 0.000288954
23582024-05-14T03:39:37.375Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host package
23592024-05-14T03:39:38.188Z Finished release [optimized] target(s) in 0.77s
23602024-05-14T03:39:38.212Z Running `target/release/omicron-package -t host package`
23612024-05-14T03:39:38.247ZLogging to: /work/oxidecomputer/omicron/out/LOG
23622024-05-14T03:39:39.100Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23632024-05-14T03:42:11.984Z Finished release [optimized] target(s) in 2m 30s
23642024-05-14T03:42:58.960Z
23652024-05-14T03:42:58.965Zreal 3:21.539301976
23662024-05-14T03:42:58.965Zuser 14:30.731355037
23672024-05-14T03:42:58.965Zsys 39.562844267
23682024-05-14T03:42:58.966Ztrap 0.281327921
23692024-05-14T03:42:58.966Ztflt 0.015810533
23702024-05-14T03:42:58.966Zdflt 5.541080053
23712024-05-14T03:42:58.966Zkflt 0.218376595
23722024-05-14T03:42:58.966Zlock 1:21:21.911101951
23732024-05-14T03:42:58.966Zslp 13:11.450973945
23742024-05-14T03:42:58.966Zlat 7.623241585
23752024-05-14T03:42:58.966Zstop 2.507241288
23762024-05-14T03:42:58.966Z+ stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog pumpkind-gz
23772024-05-14T03:42:58.966Z+ for package in "$@"
23782024-05-14T03:42:58.966Z+ cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 8.0.0-0.ci+gitd61da270dc7
23792024-05-14T03:42:59.819Z Finished release [optimized] target(s) in 0.80s
23802024-05-14T03:42:59.848Z Running `target/release/omicron-package stamp omicron-sled-agent 8.0.0-0.ci+gitd61da270dc7`
23812024-05-14T03:42:59.878ZLogging to: /work/oxidecomputer/omicron/out/LOG
23822024-05-14T03:43:00.030ZCreated: out/versioned/omicron-sled-agent.tar
23832024-05-14T03:43:00.044Z+ for package in "$@"
23842024-05-14T03:43:00.045Z+ cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 8.0.0-0.ci+gitd61da270dc7
23852024-05-14T03:43:00.850Z Finished release [optimized] target(s) in 0.77s
23862024-05-14T03:43:00.878Z Running `target/release/omicron-package stamp mg-ddm-gz 8.0.0-0.ci+gitd61da270dc7`
23872024-05-14T03:43:00.933ZLogging to: /work/oxidecomputer/omicron/out/LOG
23882024-05-14T03:43:01.036ZCreated: out/versioned/mg-ddm-gz.tar
23892024-05-14T03:43:01.047Z+ for package in "$@"
23902024-05-14T03:43:01.047Z+ cargo run --locked --release --bin omicron-package -- stamp propolis-server 8.0.0-0.ci+gitd61da270dc7
23912024-05-14T03:43:01.840Z Finished release [optimized] target(s) in 0.75s
23922024-05-14T03:43:01.869Z Running `target/release/omicron-package stamp propolis-server 8.0.0-0.ci+gitd61da270dc7`
23932024-05-14T03:43:01.904ZLogging to: /work/oxidecomputer/omicron/out/LOG
23942024-05-14T03:43:02.965ZCreated: out/versioned/propolis-server.tar.gz
23952024-05-14T03:43:02.979Z+ for package in "$@"
23962024-05-14T03:43:02.979Z+ cargo run --locked --release --bin omicron-package -- stamp overlay 8.0.0-0.ci+gitd61da270dc7
23972024-05-14T03:43:03.803Z Finished release [optimized] target(s) in 0.78s
23982024-05-14T03:43:03.832Z Running `target/release/omicron-package stamp overlay 8.0.0-0.ci+gitd61da270dc7`
23992024-05-14T03:43:03.868ZLogging to: /work/oxidecomputer/omicron/out/LOG
24002024-05-14T03:43:03.872ZCreated: out/versioned/overlay.tar.gz
24012024-05-14T03:43:03.872Z+ for package in "$@"
24022024-05-14T03:43:03.872Z+ cargo run --locked --release --bin omicron-package -- stamp oxlog 8.0.0-0.ci+gitd61da270dc7
24032024-05-14T03:43:04.761Z Finished release [optimized] target(s) in 0.83s
24042024-05-14T03:43:04.790Z Running `target/release/omicron-package stamp oxlog 8.0.0-0.ci+gitd61da270dc7`
24052024-05-14T03:43:04.830ZLogging to: /work/oxidecomputer/omicron/out/LOG
24062024-05-14T03:43:04.837ZCreated: out/versioned/oxlog.tar
24072024-05-14T03:43:04.837Z+ for package in "$@"
24082024-05-14T03:43:04.837Z+ cargo run --locked --release --bin omicron-package -- stamp pumpkind-gz 8.0.0-0.ci+gitd61da270dc7
24092024-05-14T03:43:05.701Z Finished release [optimized] target(s) in 0.81s
24102024-05-14T03:43:05.730Z Running `target/release/omicron-package stamp pumpkind-gz 8.0.0-0.ci+gitd61da270dc7`
24112024-05-14T03:43:05.769ZLogging to: /work/oxidecomputer/omicron/out/LOG
24122024-05-14T03:43:05.844ZCreated: out/versioned/pumpkind-gz.tar
24132024-05-14T03:43:05.848Z+ ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
24142024-05-14T03:43:05.848Z+++ dirname -- ./tools/build-global-zone-packages.sh
24152024-05-14T03:43:05.848Z++ cd -- ./tools
24162024-05-14T03:43:05.848Z++ pwd
24172024-05-14T03:43:05.848Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
24182024-05-14T03:43:05.854Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
24192024-05-14T03:43:05.899Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
24202024-05-14T03:43:05.902Z++ readlink -f /work
24212024-05-14T03:43:05.907Z+ out_dir=/work
24222024-05-14T03:43:05.907Z+ 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")
24232024-05-14T03:43:05.907Z+ for dep in "${deps[@]}"
24242024-05-14T03:43:05.907Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]]
24252024-05-14T03:43:05.907Z+ for dep in "${deps[@]}"
24262024-05-14T03:43:05.907Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]]
24272024-05-14T03:43:05.907Z+ for dep in "${deps[@]}"
24282024-05-14T03:43:05.908Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar ]]
24292024-05-14T03:43:05.908Z+ for dep in "${deps[@]}"
24302024-05-14T03:43:05.908Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]]
24312024-05-14T03:43:05.908Z+ for dep in "${deps[@]}"
24322024-05-14T03:43:05.908Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]]
24332024-05-14T03:43:05.908Z+ for dep in "${deps[@]}"
24342024-05-14T03:43:05.908Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]]
24352024-05-14T03:43:05.908Z++ mktemp -d
24362024-05-14T03:43:05.908Z+ tmp_gz=/tmp/tmp.ZtaOxi
24372024-05-14T03:43:05.908Z+ trap 'cd /; rm -rf "$tmp_gz"' EXIT
24382024-05-14T03:43:05.908Z+ echo '{"v":"1","t":"layer"}'
24392024-05-14T03:43:05.908Z+ pkg_dir=/tmp/tmp.ZtaOxi/root/opt/oxide/sled-agent
24402024-05-14T03:43:05.908Z+ mkdir -p /tmp/tmp.ZtaOxi/root/opt/oxide/sled-agent
24412024-05-14T03:43:05.911Z+ cd /tmp/tmp.ZtaOxi/root/opt/oxide/sled-agent
24422024-05-14T03:43:05.911Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
24432024-05-14T03:43:05.978Zx ., 0 bytes, 0 tape blocks
24442024-05-14T03:43:05.978Zx zone-bundle, 27584304 bytes, 53876 tape blocks
24452024-05-14T03:43:05.978Zx sled-agent, 69185760 bytes, 135129 tape blocks
24462024-05-14T03:43:05.978Zx pkg, 0 bytes, 0 tape blocks
24472024-05-14T03:43:05.978Zx pkg/config.toml, 1657 bytes, 4 tape blocks
24482024-05-14T03:43:05.979Zx pkg/README.md, 54 bytes, 1 tape blocks
24492024-05-14T03:43:05.979Zx pkg/manifest.xml, 2373 bytes, 5 tape blocks
24502024-05-14T03:43:05.979Zx VERSION, 25 bytes, 1 tape blocks
24512024-05-14T03:43:05.990Z+ mkdir -p /tmp/tmp.ZtaOxi/root/lib/svc/manifest/site/
24522024-05-14T03:43:05.990Z+ mv pkg/manifest.xml /tmp/tmp.ZtaOxi/root/lib/svc/manifest/site/sled-agent.xml
24532024-05-14T03:43:05.990Z+ cd -
24542024-05-14T03:43:05.990Z/work/oxidecomputer/omicron
24552024-05-14T03:43:05.990Z+ pkg_dir=/tmp/tmp.ZtaOxi/root/opt/oxide/mg-ddm
24562024-05-14T03:43:05.990Z+ mkdir -p /tmp/tmp.ZtaOxi/root/opt/oxide/mg-ddm
24572024-05-14T03:43:05.990Z+ cd /tmp/tmp.ZtaOxi/root/opt/oxide/mg-ddm
24582024-05-14T03:43:05.990Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
24592024-05-14T03:43:06.024Zx ., 0 bytes, 0 tape blocks
24602024-05-14T03:43:06.024Zx ddmadm, 18870416 bytes, 36857 tape blocks
24612024-05-14T03:43:06.024Zx ddmd, 42960632 bytes, 83908 tape blocks
24622024-05-14T03:43:06.024Zx pkg, 0 bytes, 0 tape blocks
24632024-05-14T03:43:06.025Zx pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks
24642024-05-14T03:43:06.025Zx pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks
24652024-05-14T03:43:06.025Zx pkg/mgd, 0 bytes, 0 tape blocks
24662024-05-14T03:43:06.025Zx pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks
24672024-05-14T03:43:06.025Zx pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks
24682024-05-14T03:43:06.025Zx pkg/ddm, 0 bytes, 0 tape blocks
24692024-05-14T03:43:06.025Zx pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks
24702024-05-14T03:43:06.025Zx VERSION, 25 bytes, 1 tape blocks
24712024-05-14T03:43:06.028Z+ cd -
24722024-05-14T03:43:06.028Z/work/oxidecomputer/omicron
24732024-05-14T03:43:06.028Z+ pkg_dir=/tmp/tmp.ZtaOxi/root/opt/oxide/pumpkind
24742024-05-14T03:43:06.028Z+ mkdir -p /tmp/tmp.ZtaOxi/root/opt/oxide/pumpkind
24752024-05-14T03:43:06.028Z+ cd /tmp/tmp.ZtaOxi/root/opt/oxide/pumpkind
24762024-05-14T03:43:06.028Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
24772024-05-14T03:43:06.047Zx ., 0 bytes, 0 tape blocks
24782024-05-14T03:43:06.047Zx lib, 0 bytes, 0 tape blocks
24792024-05-14T03:43:06.047Zx lib/svc, 0 bytes, 0 tape blocks
24802024-05-14T03:43:06.047Zx lib/svc/manifest, 0 bytes, 0 tape blocks
24812024-05-14T03:43:06.047Zx lib/svc/manifest/system, 0 bytes, 0 tape blocks
24822024-05-14T03:43:06.047Zx lib/svc/manifest/system/pumpkind.xml, 1272 bytes, 3 tape blocks
24832024-05-14T03:43:06.047Zx bin, 0 bytes, 0 tape blocks
24842024-05-14T03:43:06.047Zx bin/svc-pumpkind, 509 bytes, 1 tape blocks
24852024-05-14T03:43:06.047Zx bin/pumpkinadm, 10675184 bytes, 20850 tape blocks
24862024-05-14T03:43:06.047Zx bin/pumpkind, 16621896 bytes, 32465 tape blocks
24872024-05-14T03:43:06.047Zx VERSION, 25 bytes, 1 tape blocks
24882024-05-14T03:43:06.050Z+ cd -
24892024-05-14T03:43:06.050Z/work/oxidecomputer/omicron
24902024-05-14T03:43:06.051Z+ pkg_dir=/tmp/tmp.ZtaOxi/root/opt/oxide/oxlog
24912024-05-14T03:43:06.051Z+ mkdir -p /tmp/tmp.ZtaOxi/root/opt/oxide/oxlog
24922024-05-14T03:43:06.051Z+ cd /tmp/tmp.ZtaOxi/root/opt/oxide/oxlog
24932024-05-14T03:43:06.051Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar
24942024-05-14T03:43:06.054Zx ., 0 bytes, 0 tape blocks
24952024-05-14T03:43:06.054Zx oxlog, 2981344 bytes, 5823 tape blocks
24962024-05-14T03:43:06.054Zx VERSION, 25 bytes, 1 tape blocks
24972024-05-14T03:43:06.054Z+ cd -
24982024-05-14T03:43:06.054Z/work/oxidecomputer/omicron
24992024-05-14T03:43:06.054Z+ cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.ZtaOxi/root/opt/oxide
25002024-05-14T03:43:06.155Z+ cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.ZtaOxi/root/opt/oxide
25012024-05-14T03:43:06.572Z+ cd /tmp/tmp.ZtaOxi
25022024-05-14T03:43:06.573Z+ tar cvfz /work/global-zone-packages.tar.gz oxide.json root
25032024-05-14T03:43:15.109ZCompressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'...
25042024-05-14T03:43:15.109Za oxide.json 1K
25052024-05-14T03:43:15.110Za root/ 0K
25062024-05-14T03:43:15.110Za root/opt/ 0K
25072024-05-14T03:43:15.110Za root/opt/oxide/ 0K
25082024-05-14T03:43:15.110Za root/opt/oxide/sled-agent/ 0K
25092024-05-14T03:43:15.110Za root/opt/oxide/sled-agent/zone-bundle 26938K
25102024-05-14T03:43:15.111Za root/opt/oxide/sled-agent/sled-agent 67565K
25112024-05-14T03:43:15.111Za root/opt/oxide/sled-agent/pkg/ 0K
25122024-05-14T03:43:15.111Za root/opt/oxide/sled-agent/pkg/config.toml 2K
25132024-05-14T03:43:15.111Za root/opt/oxide/sled-agent/pkg/README.md 1K
25142024-05-14T03:43:15.111Za root/opt/oxide/sled-agent/VERSION 1K
25152024-05-14T03:43:15.111Za root/opt/oxide/mg-ddm/ 0K
25162024-05-14T03:43:15.111Za root/opt/oxide/mg-ddm/ddmadm 18429K
25172024-05-14T03:43:15.111Za root/opt/oxide/mg-ddm/ddmd 41954K
25182024-05-14T03:43:15.112Za root/opt/oxide/mg-ddm/pkg/ 0K
25192024-05-14T03:43:15.112Za root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K
25202024-05-14T03:43:15.112Za root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K
25212024-05-14T03:43:15.112Za root/opt/oxide/mg-ddm/pkg/mgd/ 0K
25222024-05-14T03:43:15.112Za root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K
25232024-05-14T03:43:15.112Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
25242024-05-14T03:43:15.113Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
25252024-05-14T03:43:15.113Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
25262024-05-14T03:43:15.113Za root/opt/oxide/mg-ddm/VERSION 1K
25272024-05-14T03:43:15.114Za root/opt/oxide/pumpkind/ 0K
25282024-05-14T03:43:15.114Za root/opt/oxide/pumpkind/lib/ 0K
25292024-05-14T03:43:15.114Za root/opt/oxide/pumpkind/lib/svc/ 0K
25302024-05-14T03:43:15.114Za root/opt/oxide/pumpkind/lib/svc/manifest/ 0K
25312024-05-14T03:43:15.114Za root/opt/oxide/pumpkind/lib/svc/manifest/system/ 0K
25322024-05-14T03:43:15.114Za root/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml 2K
25332024-05-14T03:43:15.115Za root/opt/oxide/pumpkind/bin/ 0K
25342024-05-14T03:43:15.115Za root/opt/oxide/pumpkind/bin/svc-pumpkind 1K
25352024-05-14T03:43:15.115Za root/opt/oxide/pumpkind/bin/pumpkinadm 10425K
25362024-05-14T03:43:15.115Za root/opt/oxide/pumpkind/bin/pumpkind 16233K
25372024-05-14T03:43:15.115Za root/opt/oxide/pumpkind/VERSION 1K
25382024-05-14T03:43:15.115Za root/opt/oxide/oxlog/ 0K
25392024-05-14T03:43:15.115Za root/opt/oxide/oxlog/oxlog 2912K
25402024-05-14T03:43:15.116Za root/opt/oxide/oxlog/VERSION 1K
25412024-05-14T03:43:15.116Za root/opt/oxide/propolis-server.tar.gz 65038K
25422024-05-14T03:43:15.116Za root/opt/oxide/overlay.tar.gz 3K
25432024-05-14T03:43:15.116Za root/lib/ 0K
25442024-05-14T03:43:15.116Za root/lib/svc/ 0K
25452024-05-14T03:43:15.116Za root/lib/svc/manifest/ 0K
25462024-05-14T03:43:15.116Za root/lib/svc/manifest/site/ 0K
25472024-05-14T03:43:15.116Za root/lib/svc/manifest/site/sled-agent.xml 3K
25482024-05-14T03:43:15.123Z+ cd /
25492024-05-14T03:43:15.123Z+ rm -rf /tmp/tmp.ZtaOxi
25502024-05-14T03:43:15.133Z
25512024-05-14T03:43:15.144Zreal 9.288715659
25522024-05-14T03:43:15.144Zuser 8.692741821
25532024-05-14T03:43:15.145Zsys 0.582601736
25542024-05-14T03:43:15.145Ztrap 0.001237055
25552024-05-14T03:43:15.145Ztflt 0.000000000
25562024-05-14T03:43:15.145Zdflt 0.000000000
25572024-05-14T03:43:15.145Zkflt 0.000000000
25582024-05-14T03:43:15.146Zlock 0.000000000
25592024-05-14T03:43:15.146Zslp 18.043072608
25602024-05-14T03:43:15.147Zlat 0.193748976
25612024-05-14T03:43:15.147Zstop 0.000224140
25622024-05-14T03:43:15.147Z+ mkdir -p /work/zones
25632024-05-14T03:43:15.147Z+ 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)
25642024-05-14T03:43:15.148Z+ 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/
25652024-05-14T03:43:17.462Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline
25662024-05-14T03:43:18.346Z Finished release [optimized] target(s) in 0.83s
25672024-05-14T03:43:18.365Z Running `target/release/omicron-package -t recovery target create -i trampoline`
25682024-05-14T03:43:18.397ZLogging to: /work/oxidecomputer/omicron/out/LOG
25692024-05-14T03:43:18.401ZCreated new build target 'recovery' and set it as active
25702024-05-14T03:43:18.401Z
25712024-05-14T03:43:18.401Zreal 0.939004046
25722024-05-14T03:43:18.401Zuser 0.614138027
25732024-05-14T03:43:18.401Zsys 0.307738595
25742024-05-14T03:43:18.401Ztrap 0.000524860
25752024-05-14T03:43:18.401Ztflt 0.000031201
25762024-05-14T03:43:18.401Zdflt 0.000018385
25772024-05-14T03:43:18.401Zkflt 0.000000000
25782024-05-14T03:43:18.401Zlock 0.025512117
25792024-05-14T03:43:18.401Zslp 0.107956307
25802024-05-14T03:43:18.401Zlat 0.004978932
25812024-05-14T03:43:18.401Zstop 0.000266161
25822024-05-14T03:43:18.401Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package
25832024-05-14T03:43:19.238Z Finished release [optimized] target(s) in 0.78s
25842024-05-14T03:43:19.265Z Running `target/release/omicron-package -t recovery package`
25852024-05-14T03:43:19.294ZLogging to: /work/oxidecomputer/omicron/out/LOG
25862024-05-14T03:43:20.002Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
25872024-05-14T03:43:22.441Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
25882024-05-14T03:43:41.851Z Finished release [optimized] target(s) in 22.49s
25892024-05-14T03:43:42.369Z
25902024-05-14T03:43:42.372Zreal 23.957578110
25912024-05-14T03:43:42.373Zuser 1:39.106421611
25922024-05-14T03:43:42.373Zsys 6.664227596
25932024-05-14T03:43:42.373Ztrap 0.069399023
25942024-05-14T03:43:42.373Ztflt 0.084973612
25952024-05-14T03:43:42.373Zdflt 0.295128683
25962024-05-14T03:43:42.373Zkflt 0.000024313
25972024-05-14T03:43:42.373Zlock 6:00.429751025
25982024-05-14T03:43:42.373Zslp 1:27.005625582
25992024-05-14T03:43:42.373Zlat 1.262140781
26002024-05-14T03:43:42.373Zstop 0.614564274
26012024-05-14T03:43:42.373Z+ stamp_packages installinator mg-ddm-gz
26022024-05-14T03:43:42.373Z+ for package in "$@"
26032024-05-14T03:43:42.373Z+ cargo run --locked --release --bin omicron-package -- stamp installinator 8.0.0-0.ci+gitd61da270dc7
26042024-05-14T03:43:43.211Z Finished release [optimized] target(s) in 0.78s
26052024-05-14T03:43:43.231Z Running `target/release/omicron-package stamp installinator 8.0.0-0.ci+gitd61da270dc7`
26062024-05-14T03:43:43.259ZLogging to: /work/oxidecomputer/omicron/out/LOG
26072024-05-14T03:43:43.325ZCreated: out/versioned/installinator.tar
26082024-05-14T03:43:43.330Z+ for package in "$@"
26092024-05-14T03:43:43.330Z+ cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 8.0.0-0.ci+gitd61da270dc7
26102024-05-14T03:43:44.162Z Finished release [optimized] target(s) in 0.78s
26112024-05-14T03:43:44.187Z Running `target/release/omicron-package stamp mg-ddm-gz 8.0.0-0.ci+gitd61da270dc7`
26122024-05-14T03:43:44.224ZLogging to: /work/oxidecomputer/omicron/out/LOG
26132024-05-14T03:43:44.307ZCreated: out/versioned/mg-ddm-gz.tar
26142024-05-14T03:43:44.312Z+ ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
26152024-05-14T03:43:44.321Z+++ dirname -- ./tools/build-trampoline-global-zone-packages.sh
26162024-05-14T03:43:44.325Z++ cd -- ./tools
26172024-05-14T03:43:44.326Z++ pwd
26182024-05-14T03:43:44.326Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
26192024-05-14T03:43:44.326Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
26202024-05-14T03:43:44.332Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
26212024-05-14T03:43:44.332Z++ readlink -f /work
26222024-05-14T03:43:44.332Z+ out_dir=/work
26232024-05-14T03:43:44.332Z+ deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar)
26242024-05-14T03:43:44.332Z+ for dep in "${deps[@]}"
26252024-05-14T03:43:44.333Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]]
26262024-05-14T03:43:44.333Z+ for dep in "${deps[@]}"
26272024-05-14T03:43:44.333Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]]
26282024-05-14T03:43:44.333Z++ mktemp -d
26292024-05-14T03:43:44.333Z+ tmp_trampoline=/tmp/tmp.bSayCi
26302024-05-14T03:43:44.333Z+ trap 'cd /; rm -rf "$tmp_trampoline"' EXIT
26312024-05-14T03:43:44.333Z+ echo '{"v":"1","t":"layer"}'
26322024-05-14T03:43:44.333Z+ pkg_dir=/tmp/tmp.bSayCi/root/opt/oxide/installinator
26332024-05-14T03:43:44.344Z+ mkdir -p /tmp/tmp.bSayCi/root/opt/oxide/installinator
26342024-05-14T03:43:44.345Z+ cd /tmp/tmp.bSayCi/root/opt/oxide/installinator
26352024-05-14T03:43:44.345Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar
26362024-05-14T03:43:44.362Zx ., 0 bytes, 0 tape blocks
26372024-05-14T03:43:44.363Zx installinator, 39305064 bytes, 76768 tape blocks
26382024-05-14T03:43:44.363Zx pkg, 0 bytes, 0 tape blocks
26392024-05-14T03:43:44.363Zx pkg/manifest.xml, 2149 bytes, 5 tape blocks
26402024-05-14T03:43:44.363Zx VERSION, 25 bytes, 1 tape blocks
26412024-05-14T03:43:44.377Z+ mkdir -p /tmp/tmp.bSayCi/root/lib/svc/manifest/site/
26422024-05-14T03:43:44.377Z+ mv pkg/manifest.xml /tmp/tmp.bSayCi/root/lib/svc/manifest/site/installinator.xml
26432024-05-14T03:43:44.377Z+ cd -
26442024-05-14T03:43:44.378Z/work/oxidecomputer/omicron
26452024-05-14T03:43:44.378Z+ pkg_dir=/tmp/tmp.bSayCi/root/opt/oxide/mg-ddm
26462024-05-14T03:43:44.378Z+ mkdir -p /tmp/tmp.bSayCi/root/opt/oxide/mg-ddm
26472024-05-14T03:43:44.378Z+ cd /tmp/tmp.bSayCi/root/opt/oxide/mg-ddm
26482024-05-14T03:43:44.378Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
26492024-05-14T03:43:44.412Zx ., 0 bytes, 0 tape blocks
26502024-05-14T03:43:44.412Zx ddmadm, 18870416 bytes, 36857 tape blocks
26512024-05-14T03:43:44.412Zx ddmd, 42960632 bytes, 83908 tape blocks
26522024-05-14T03:43:44.413Zx pkg, 0 bytes, 0 tape blocks
26532024-05-14T03:43:44.413Zx pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks
26542024-05-14T03:43:44.413Zx pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks
26552024-05-14T03:43:44.413Zx pkg/mgd, 0 bytes, 0 tape blocks
26562024-05-14T03:43:44.413Zx pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks
26572024-05-14T03:43:44.413Zx pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks
26582024-05-14T03:43:44.413Zx pkg/ddm, 0 bytes, 0 tape blocks
26592024-05-14T03:43:44.413Zx pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks
26602024-05-14T03:43:44.413Zx VERSION, 25 bytes, 1 tape blocks
26612024-05-14T03:43:44.416Z+ cd -
26622024-05-14T03:43:44.417Z/work/oxidecomputer/omicron
26632024-05-14T03:43:44.417Z+ cd /tmp/tmp.bSayCi
26642024-05-14T03:43:44.417Z+ tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root
26652024-05-14T03:43:48.360ZCompressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'...
26662024-05-14T03:43:48.360Za oxide.json 1K
26672024-05-14T03:43:48.360Za root/ 0K
26682024-05-14T03:43:48.360Za root/opt/ 0K
26692024-05-14T03:43:48.360Za root/opt/oxide/ 0K
26702024-05-14T03:43:48.360Za root/opt/oxide/installinator/ 0K
26712024-05-14T03:43:48.360Za root/opt/oxide/installinator/installinator 38384K
26722024-05-14T03:43:48.361Za root/opt/oxide/installinator/pkg/ 0K
26732024-05-14T03:43:48.361Za root/opt/oxide/installinator/VERSION 1K
26742024-05-14T03:43:48.361Za root/opt/oxide/mg-ddm/ 0K
26752024-05-14T03:43:48.361Za root/opt/oxide/mg-ddm/ddmadm 18429K
26762024-05-14T03:43:48.361Za root/opt/oxide/mg-ddm/ddmd 41954K
26772024-05-14T03:43:48.361Za root/opt/oxide/mg-ddm/pkg/ 0K
26782024-05-14T03:43:48.361Za root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K
26792024-05-14T03:43:48.362Za root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K
26802024-05-14T03:43:48.362Za root/opt/oxide/mg-ddm/pkg/mgd/ 0K
26812024-05-14T03:43:48.362Za root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K
26822024-05-14T03:43:48.362Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
26832024-05-14T03:43:48.362Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
26842024-05-14T03:43:48.362Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
26852024-05-14T03:43:48.362Za root/opt/oxide/mg-ddm/VERSION 1K
26862024-05-14T03:43:48.363Za root/lib/ 0K
26872024-05-14T03:43:48.363Za root/lib/svc/ 0K
26882024-05-14T03:43:48.363Za root/lib/svc/manifest/ 0K
26892024-05-14T03:43:48.363Za root/lib/svc/manifest/site/ 0K
26902024-05-14T03:43:48.363Za root/lib/svc/manifest/site/installinator.xml 3K
26912024-05-14T03:43:48.371Z+ cd /
26922024-05-14T03:43:48.371Z+ rm -rf /tmp/tmp.bSayCi
26932024-05-14T03:43:48.378Z
26942024-05-14T03:43:48.378Zreal 4.058762063
26952024-05-14T03:43:48.378Zuser 3.850476181
26962024-05-14T03:43:48.378Zsys 0.224548350
26972024-05-14T03:43:48.378Ztrap 0.000214264
26982024-05-14T03:43:48.378Ztflt 0.000000000
26992024-05-14T03:43:48.379Zdflt 0.000000000
27002024-05-14T03:43:48.379Zkflt 0.000000000
27012024-05-14T03:43:48.379Zlock 0.000000000
27022024-05-14T03:43:48.379Zslp 7.898810707
27032024-05-14T03:43:48.379Zlat 0.073270408
27042024-05-14T03:43:48.379Zstop 0.000196461
27052024-05-14T03:43:48.380Zprocess exited: duration 1786245 ms, exit code 0
 
27062024-05-14T03:43:48.408Zfound 22 output files
27072024-05-14T03:43:48.408Zuploading: /work/version.txt (26 bytes)
27082024-05-14T03:43:50.054Zuploaded: /work/version.txt
27092024-05-14T03:43:50.054Zuploading: /work/package.tar.gz (85468276 bytes)
27102024-05-14T03:44:37.022Zuploaded: /work/package.tar.gz
27112024-05-14T03:44:37.023Zuploading: /work/global-zone-packages.tar.gz (130380776 bytes)
27122024-05-14T03:45:28.439Zuploaded: /work/global-zone-packages.tar.gz
27132024-05-14T03:45:28.439Zuploading: /work/trampoline-global-zone-packages.tar.gz (34272068 bytes)
27142024-05-14T03:45:43.026Zuploaded: /work/trampoline-global-zone-packages.tar.gz
27152024-05-14T03:45:43.032Zuploading: /work/zones/clickhouse.tar.gz (228082416 bytes)
27162024-05-14T03:47:14.286Zuploaded: /work/zones/clickhouse.tar.gz
27172024-05-14T03:47:14.286Zuploading: /work/zones/clickhouse_keeper.tar.gz (228056344 bytes)
27182024-05-14T03:49:06.374Zuploaded: /work/zones/clickhouse_keeper.tar.gz
27192024-05-14T03:49:06.694Zuploading: /work/zones/cockroachdb.tar.gz (123586241 bytes)
27202024-05-14T03:49:57.648Zuploaded: /work/zones/cockroachdb.tar.gz
27212024-05-14T03:49:57.648Zuploading: /work/zones/crucible-pantry-zone.tar.gz (27717026 bytes)
27222024-05-14T03:50:08.445Zuploaded: /work/zones/crucible-pantry-zone.tar.gz
27232024-05-14T03:50:08.451Zuploading: /work/zones/crucible-zone.tar.gz (38635858 bytes)
27242024-05-14T03:50:24.697Zuploaded: /work/zones/crucible-zone.tar.gz
27252024-05-14T03:50:24.697Zuploading: /work/zones/external-dns.tar.gz (25687494 bytes)
27262024-05-14T03:50:32.065Zuploaded: /work/zones/external-dns.tar.gz
27272024-05-14T03:50:32.071Zuploading: /work/zones/internal-dns.tar.gz (25687304 bytes)
27282024-05-14T03:50:46.332Zuploaded: /work/zones/internal-dns.tar.gz
27292024-05-14T03:50:46.332Zuploading: /work/zones/nexus-single-sled.tar.gz (84624779 bytes)
27302024-05-14T03:51:16.090Zuploaded: /work/zones/nexus-single-sled.tar.gz
27312024-05-14T03:51:16.091Zuploading: /work/zones/nexus.tar.gz (84624988 bytes)
27322024-05-14T03:51:44.869Zuploaded: /work/zones/nexus.tar.gz
27332024-05-14T03:51:44.869Zuploading: /work/zones/ntp.tar.gz (8908748 bytes)
27342024-05-14T03:51:50.004Zuploaded: /work/zones/ntp.tar.gz
27352024-05-14T03:51:50.009Zuploading: /work/zones/omicron-gateway-asic.tar.gz (14647822 bytes)
27362024-05-14T03:51:54.526Zuploaded: /work/zones/omicron-gateway-asic.tar.gz
27372024-05-14T03:51:54.526Zuploading: /work/zones/omicron-gateway-softnpu.tar.gz (14643983 bytes)
27382024-05-14T03:51:59.590Zuploaded: /work/zones/omicron-gateway-softnpu.tar.gz
27392024-05-14T03:51:59.593Zuploading: /work/zones/overlay.tar.gz (2622 bytes)
27402024-05-14T03:52:00.603Zuploaded: /work/zones/overlay.tar.gz
27412024-05-14T03:52:00.604Zuploading: /work/zones/oximeter.tar.gz (41943306 bytes)
27422024-05-14T03:52:17.314Zuploaded: /work/zones/oximeter.tar.gz
27432024-05-14T03:52:17.314Zuploading: /work/zones/probe.tar.gz (2829470 bytes)
27442024-05-14T03:52:19.702Zuploaded: /work/zones/probe.tar.gz
27452024-05-14T03:52:19.702Zuploading: /work/zones/propolis-server.tar.gz (66596368 bytes)
27462024-05-14T03:52:40.579Zuploaded: /work/zones/propolis-server.tar.gz
27472024-05-14T03:52:40.583Zuploading: /work/zones/switch-asic.tar.gz (296312550 bytes)
27482024-05-14T03:54:37.993Zuploaded: /work/zones/switch-asic.tar.gz
27492024-05-14T03:54:38.000Zuploading: /work/zones/switch-softnpu.tar.gz (200295615 bytes)
27502024-05-14T03:56:17.038Zuploaded: /work/zones/switch-softnpu.tar.gz