01HXTHBKT3Z5MXDXG1BAKZJZCK: 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: 01HXTHDNFS7CK19P6M00EHAZCG

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-05-14T03:14:13.031Zjob assigned to worker 01HXTHDXGR32V0EVGBEA20F2YR (queued for 1 m 11 s)
 
22024-05-14T03:14:20.546Zstarting task 0: "setup"
32024-05-14T03:14:20.617Z++ uname -s
42024-05-14T03:14:20.646Z+ kern=SunOS
52024-05-14T03:14:20.646Z+ case "$kern" in
62024-05-14T03:14:20.646Z+ groupadd -g 12345 build
72024-05-14T03:14:20.647Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-05-14T03:14:22.656Z+ zfs create -o mountpoint=/work rpool/work
92024-05-14T03:14:22.757Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-05-14T03:14:22.782Z+ home_fs=zfs
112024-05-14T03:14:22.782Z+ [[ zfs == autofs ]]
122024-05-14T03:14:22.782Z+ mkdir -p /home/build
132024-05-14T03:14:22.783Z+ chown build:build /home/build /work
142024-05-14T03:14:24.755Z+ chmod 0700 /home/build /work
152024-05-14T03:14:24.769Zprocess exited: duration 4201 ms, exit code 0
 
162024-05-14T03:14:24.806Zstarting task 1: "rust-toolchain"
172024-05-14T03:14:24.821Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-05-14T03:14:24.822Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-05-14T03:14:25.092Zinfo: downloading installer
202024-05-14T03:14:26.232Zwarning: it looks like you have an existing installation of Rust at:
212024-05-14T03:14:26.232Zwarning: /opt/ooce/bin
222024-05-14T03:14:26.232Zwarning: It is recommended that rustup be the primary Rust installation.
232024-05-14T03:14:26.232Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-05-14T03:14:26.232Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-05-14T03:14:26.232Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-05-14T03:14:26.233Zwarning: or pass `-y' to ignore all ignorable checks.
272024-05-14T03:14:26.233Zerror: cannot install while Rust is installed
282024-05-14T03:14:26.233Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-05-14T03:14:26.341Zinfo: profile set to 'default'
302024-05-14T03:14:26.341Zinfo: default host triple is x86_64-unknown-illumos
312024-05-14T03:14:26.355Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-05-14T03:14:26.451Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-05-14T03:14:26.451Zinfo: downloading component 'cargo'
342024-05-14T03:14:27.053Zinfo: downloading component 'clippy'
352024-05-14T03:14:27.270Zinfo: downloading component 'rust-docs'
362024-05-14T03:14:28.007Zinfo: downloading component 'rust-std'
372024-05-14T03:14:29.327Zinfo: downloading component 'rustc'
382024-05-14T03:14:32.428Zinfo: downloading component 'rustfmt'
392024-05-14T03:14:32.621Zinfo: installing component 'cargo'
402024-05-14T03:14:33.422Zinfo: installing component 'clippy'
412024-05-14T03:14:33.777Zinfo: installing component 'rust-docs'
422024-05-14T03:14:35.193Zinfo: installing component 'rust-std'
432024-05-14T03:14:37.020Zinfo: installing component 'rustc'
442024-05-14T03:14:41.174Zinfo: installing component 'rustfmt'
452024-05-14T03:14:41.829Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-05-14T03:14:41.829Z
472024-05-14T03:14:42.258Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-05-14T03:14:42.258Z
492024-05-14T03:14:42.259Z
502024-05-14T03:14:42.259ZRust is installed now. Great!
512024-05-14T03:14:42.259Z
522024-05-14T03:14:42.260ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-05-14T03:14:42.260Zenvironment variable. This has not been done automatically.
542024-05-14T03:14:42.260Z
552024-05-14T03:14:42.260ZTo configure your current shell, you need to source
562024-05-14T03:14:42.261Zthe corresponding env file under $HOME/.cargo.
572024-05-14T03:14:42.261Z
582024-05-14T03:14:42.261ZThis is usually done by running one of the following (note the leading DOT):
592024-05-14T03:14:42.262Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-05-14T03:14:42.262Zsource "$HOME/.cargo/env.fish" # For fish
612024-05-14T03:14:42.262Z+ rustc --version
622024-05-14T03:14:42.263Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-05-14T03:14:42.263Zprocess exited: duration 17030 ms, exit code 0
 
642024-05-14T03:14:42.292Zstarting task 2: "authentication"
652024-05-14T03:14:42.330Zprocess exited: duration 33 ms, exit code 0
 
662024-05-14T03:14:42.362Zstarting task 3: "clone repository"
672024-05-14T03:14:42.369Z+ mkdir -p /work/oxidecomputer/omicron
682024-05-14T03:14:42.370Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-05-14T03:14:43.162ZCloning into '/work/oxidecomputer/omicron'...
702024-05-14T03:14:49.610Z+ cd /work/oxidecomputer/omicron
712024-05-14T03:14:49.610Z+ git fetch origin 3e7038e67b50b124b9ada466b88740294f1d29ca
722024-05-14T03:14:49.923ZFrom https://github.com/oxidecomputer/omicron
732024-05-14T03:14:49.924Z * branch 3e7038e67b50b124b9ada466b88740294f1d29ca -> FETCH_HEAD
742024-05-14T03:14:50.337Z+ [[ -n renovate/libc-0.x ]]
752024-05-14T03:14:50.337Z++ git branch --show-current
762024-05-14T03:14:50.347Z+ current=main
772024-05-14T03:14:50.347Z+ [[ main != renovate/libc-0.x ]]
782024-05-14T03:14:50.348Z+ git branch -f renovate/libc-0.x 3e7038e67b50b124b9ada466b88740294f1d29ca
792024-05-14T03:14:50.348Z+ git checkout -f renovate/libc-0.x
802024-05-14T03:14:50.348ZSwitched to branch 'renovate/libc-0.x'
812024-05-14T03:14:50.348Z+ git reset --hard 3e7038e67b50b124b9ada466b88740294f1d29ca
822024-05-14T03:14:50.349ZHEAD is now at 3e7038e67 Update Rust crate libc to 0.2.154
832024-05-14T03:14:50.349Zprocess exited: duration 7831 ms, exit code 0
 
842024-05-14T03:14:50.394Zstarting task 4: "build"
852024-05-14T03:14:50.428Z+ cargo --version
862024-05-14T03:14:50.428Zinfo: syncing channel updates for '1.77.2-x86_64-unknown-illumos'
872024-05-14T03:14:50.520Zinfo: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09)
882024-05-14T03:14:50.520Zinfo: downloading component 'cargo'
892024-05-14T03:14:51.581Zinfo: downloading component 'clippy'
902024-05-14T03:14:51.604Zinfo: downloading component 'rust-docs'
912024-05-14T03:14:52.183Zinfo: downloading component 'rust-std'
922024-05-14T03:14:53.432Zinfo: downloading component 'rustc'
932024-05-14T03:14:56.699Zinfo: downloading component 'rustfmt'
942024-05-14T03:14:56.884Zinfo: installing component 'cargo'
952024-05-14T03:14:57.689Zinfo: installing component 'clippy'
962024-05-14T03:14:58.035Zinfo: installing component 'rust-docs'
972024-05-14T03:14:59.495Zinfo: installing component 'rust-std'
982024-05-14T03:15:01.089Zinfo: installing component 'rustc'
992024-05-14T03:15:05.246Zinfo: installing component 'rustfmt'
1002024-05-14T03:15:05.644Zcargo 1.77.2 (e52e36006 2024-03-26)
1012024-05-14T03:15:05.652Z+ rustc --version
1022024-05-14T03:15:05.743Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
1032024-05-14T03:15:05.747Z+ WORK=/work
1042024-05-14T03:15:05.751Z+ pfexec mkdir -p /work
1052024-05-14T03:15:05.761Z+ pfexec chown build /work
1062024-05-14T03:15:05.761Z++ git rev-parse HEAD
1072024-05-14T03:15:05.775Z+ COMMIT=3e7038e67b50b124b9ada466b88740294f1d29ca
1082024-05-14T03:15:05.775Z+ VERSION=8.0.0-0.ci+git3e7038e67b5
1092024-05-14T03:15:05.776Z+ echo 8.0.0-0.ci+git3e7038e67b5
1102024-05-14T03:15:05.776Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1112024-05-14T03:15:15.024Z Startup: Refreshing catalog 'helios-dev' ... Done
1122024-05-14T03:15:16.716Z Startup: Caching catalogs ... Done
1132024-05-14T03:15:19.476ZPlanning: Solver setup ... Done (1.123s)
1142024-05-14T03:15:19.505ZPlanning: Running solver ... Done (0.020s)
1152024-05-14T03:15:19.505ZPlanning: Finding local manifests ... Done (0.002s)
1162024-05-14T03:15:19.505ZPlanning: Fetching manifests: 0/4 0% complete
1172024-05-14T03:15:21.854ZPlanning: Fetching manifests: 4/4 100% complete
1182024-05-14T03:15:21.910ZPlanning: Package planning ... Done (0.048s)
1192024-05-14T03:15:21.948ZPlanning: Merging actions ... Done (0.050s)
1202024-05-14T03:15:22.668ZPlanning: Checking for conflicting actions ... Done (0.716s)
1212024-05-14T03:15:22.682ZPlanning: Consolidating action changes ... Done (0.011s)
1222024-05-14T03:15:26.383ZPlanning: Evaluating mediators ... Done (3.691s)
1232024-05-14T03:15:26.399ZPlanning: Planning completed in 9.60 seconds
1242024-05-14T03:15:27.159Z Packages to install: 4
1252024-05-14T03:15:27.160Z Mediators to change: 2
1262024-05-14T03:15:27.171Z Services to change: 1
1272024-05-14T03:15:27.172Z Estimated space available: 155.31 GB
1282024-05-14T03:15:27.172ZEstimated space to be consumed: 1.44 GB
1292024-05-14T03:15:27.172Z Create boot environment: No
1302024-05-14T03:15:27.172ZCreate backup boot environment: No
1312024-05-14T03:15:27.173Z Rebuild boot archive: No
1322024-05-14T03:15:27.173Z
1332024-05-14T03:15:27.174ZChanged mediators:
1342024-05-14T03:15:27.174Z mediator clang:
1352024-05-14T03:15:27.174Z version: None -> 15 (system default)
1362024-05-14T03:15:27.175Z
1372024-05-14T03:15:27.175Z mediator llvm:
1382024-05-14T03:15:27.176Z version: 14 (system default) -> 15 (system default)
1392024-05-14T03:15:27.176Z
1402024-05-14T03:15:27.176ZChanged packages:
1412024-05-14T03:15:27.177Zhelios-dev
1422024-05-14T03:15:27.177Z developer/build-essential
1432024-05-14T03:15:27.177Z None -> 11-2.0
1442024-05-14T03:15:27.177Z library/libxmlsec1
1452024-05-14T03:15:27.178Z None -> 1.2.35-2.0
1462024-05-14T03:15:27.178Z ooce/developer/clang-15
1472024-05-14T03:15:27.178Z None -> 15.0.7-2.0
1482024-05-14T03:15:27.178Z ooce/developer/llvm-15
1492024-05-14T03:15:27.179Z None -> 15.0.7-2.0
1502024-05-14T03:15:27.179Z
1512024-05-14T03:15:27.179ZServices:
1522024-05-14T03:15:27.179Z restart_fmri:
1532024-05-14T03:15:27.180Z svc:/system/update-man-index:default
1542024-05-14T03:15:27.180Z
1552024-05-14T03:15:27.180ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1562024-05-14T03:15:35.104ZDownload: 212/3290 items 1.3/212.6MB 0% complete (418k/s)
1572024-05-14T03:15:40.085ZDownload: 294/3290 items 9.5/212.6MB 4% complete (773k/s)
1582024-05-14T03:15:45.612ZDownload: 1198/3290 items 83.5/212.6MB 39% complete (8.9M/s)
1592024-05-14T03:15:51.000ZDownload: 2220/3290 items 119.1/212.6MB 56% complete (10.3M/s)
1602024-05-14T03:15:55.758ZDownload: 2848/3290 items 121.1/212.6MB 56% complete (3.8M/s)
1612024-05-14T03:16:01.522ZDownload: 3246/3290 items 203.0/212.6MB 95% complete (8.4M/s)
1622024-05-14T03:16:06.117ZDownload: 3278/3290 items 210.0/212.6MB 98% complete (8.8M/s)
1632024-05-14T03:16:11.743ZDownload: 3284/3290 items 211.6/212.6MB 99% complete (7.2M/s)
1642024-05-14T03:16:11.798ZDownload: Completed 212.60 MB in 44.93 seconds (4.7M/s)
1652024-05-14T03:16:11.944Z Actions: 1/3689 actions (Installing new actions)
1662024-05-14T03:16:17.013Z Actions: 3688/3689 actions (Installing new actions)
1672024-05-14T03:16:17.020Z Actions: Completed 3689 actions in 5.03 seconds.
1682024-05-14T03:16:17.101Z Done (0.119s)
1692024-05-14T03:16:17.101Z Done (0.000s)
1702024-05-14T03:16:17.394Z Done (0.295s)
1712024-05-14T03:16:22.558Z Done (5.013s)
1722024-05-14T03:16:22.763Z Done (0.136s)
1732024-05-14T03:16:22.784Z Done (0.000s)
1742024-05-14T03:16:22.939Z Done (0.000s)
1752024-05-14T03:16:23.489ZPlanning: Evaluating mediator changes ... Done
1762024-05-14T03:16:23.639ZPlanning: Checking for conflicting actions ... Done
1772024-05-14T03:16:24.064ZPlanning: Consolidating action changes ... Done
1782024-05-14T03:16:24.078ZPlanning: Evaluating mediators ... Done
1792024-05-14T03:16:24.078ZPlanning: Planning completed in 0.42 seconds
1802024-05-14T03:16:24.078Z Mediators to change: 2
1812024-05-14T03:16:24.078Z Create boot environment: No
1822024-05-14T03:16:24.079ZCreate backup boot environment: No
1832024-05-14T03:16:24.079Z Done
1842024-05-14T03:16:24.079Z Done
1852024-05-14T03:16:24.614Z Done
1862024-05-14T03:16:27.717Z Done
1872024-05-14T03:16:27.813Z Done
1882024-05-14T03:16:27.843Z Done
1892024-05-14T03:16:27.948Z Done
1902024-05-14T03:16:28.569ZPlanning: Evaluating mediator changes ... Done
1912024-05-14T03:16:28.576ZPlanning: Merging actions ... Done
1922024-05-14T03:16:28.749ZPlanning: Checking for conflicting actions ... Done
1932024-05-14T03:16:29.600ZPlanning: Consolidating action changes ... Done
1942024-05-14T03:16:29.600ZPlanning: Evaluating mediators ... Done
1952024-05-14T03:16:29.600ZPlanning: Planning completed in 0.74 seconds
1962024-05-14T03:16:29.601Z Packages to change: 1
1972024-05-14T03:16:29.601Z Mediators to change: 1
1982024-05-14T03:16:29.601Z Services to change: 1
1992024-05-14T03:16:29.601Z Create boot environment: No
2002024-05-14T03:16:29.602ZCreate backup boot environment: Yes
2012024-05-14T03:16:31.084Z Actions: 1/6 actions (Updating modified actions)
2022024-05-14T03:16:31.111Z Actions: Completed 6 actions in 0.04 seconds.
2032024-05-14T03:16:31.112Z Done
2042024-05-14T03:16:31.112Z Done
2052024-05-14T03:16:31.160Z Done
2062024-05-14T03:16:34.701Z Done
2072024-05-14T03:16:34.769Z Done
2082024-05-14T03:16:35.192Z Done
2092024-05-14T03:16:35.204Z Done
2102024-05-14T03:16:35.335ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2112024-05-14T03:16:35.335Zclang system 15 system
2122024-05-14T03:16:35.335Zcsh system system illumos
2132024-05-14T03:16:35.335Zctags system system illumos
2142024-05-14T03:16:35.335Zgcc vendor 12 vendor
2152024-05-14T03:16:35.335Zgcc system 10 system
2162024-05-14T03:16:35.336Zgcc system 7 system
2172024-05-14T03:16:35.336Zgo system 1.20 system
2182024-05-14T03:16:35.336Zgo system 1.19 system
2192024-05-14T03:16:35.336Zllvm system 15 system
2202024-05-14T03:16:35.336Zllvm system 14 system
2212024-05-14T03:16:35.336Zmariadb system 10.6 system
2222024-05-14T03:16:35.336Zmta vendor vendor dma
2232024-05-14T03:16:35.336Zopenjdk system 17 system
2242024-05-14T03:16:35.336Zopenjdk system 11 system
2252024-05-14T03:16:35.336Zopenjdk system 1.8 system
2262024-05-14T03:16:35.336Zopenssl vendor 3 vendor
2272024-05-14T03:16:35.336Zperl system 5.36 system
2282024-05-14T03:16:35.336Zpostgresql system 15 system
2292024-05-14T03:16:35.336Zpostgresql system 13 system
2302024-05-14T03:16:35.336Zpython vendor 3 vendor
2312024-05-14T03:16:35.336Zpython system 2 system
2322024-05-14T03:16:35.337Zpython3 system 3.11 system
2332024-05-14T03:16:35.337Zruby system 3.0 system
2342024-05-14T03:16:35.337Zwords vendor vendor american-english
2352024-05-14T03:16:35.337Zwords system system australian-english
2362024-05-14T03:16:35.337Zwords system system british-english
2372024-05-14T03:16:35.337Zwords system system canadian-english
2382024-05-14T03:16:35.337Zwords system system french
2392024-05-14T03:16:35.338Zwords system system italian
2402024-05-14T03:16:35.338Zwords system system ngerman
2412024-05-14T03:16:35.338Zwords system system ogerman
2422024-05-14T03:16:35.338Zwords system system spanish
2432024-05-14T03:16:35.807ZPUBLISHER TYPE STATUS P LOCATION
2442024-05-14T03:16:35.807Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2452024-05-14T03:16:37.004ZFMRI IFO
2462024-05-14T03:16:37.005Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2472024-05-14T03:16:37.005Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2482024-05-14T03:16:37.005Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2492024-05-14T03:16:37.005Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2502024-05-14T03:16:37.005Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2512024-05-14T03:16:37.005Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2522024-05-14T03:16:37.006Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2532024-05-14T03:16:37.006Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2542024-05-14T03:16:37.006Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2552024-05-14T03:16:37.006Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2562024-05-14T03:16:37.006Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2572024-05-14T03:16:37.006Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2582024-05-14T03:16:37.267Z+ set -o errexit
2592024-05-14T03:16:37.935Z+++ dirname ./tools/ci_download_cockroachdb
2602024-05-14T03:16:37.935Z++ cd ./tools
2612024-05-14T03:16:37.935Z++ pwd
2622024-05-14T03:16:37.935Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2632024-05-14T03:16:37.935Z++ basename ./tools/ci_download_cockroachdb
2642024-05-14T03:16:37.935Z+ ARG0=ci_download_cockroachdb
2652024-05-14T03:16:37.936Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2662024-05-14T03:16:37.936Z+ CIDL_VERSION=v22.1.9
2672024-05-14T03:16:37.936Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2682024-05-14T03:16:37.937Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2692024-05-14T03:16:37.937Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2702024-05-14T03:16:37.937Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2712024-05-14T03:16:37.937Z+ TARGET_DIR=out
2722024-05-14T03:16:37.937Z+ DOWNLOAD_DIR=out/downloads
2732024-05-14T03:16:37.937Z+ DEST_DIR=./out/cockroachdb
2742024-05-14T03:16:37.937Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2752024-05-14T03:16:37.937Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2762024-05-14T03:16:37.938Z+ main
2772024-05-14T03:16:37.938Z+ [[ 0 != 0 ]]
2782024-05-14T03:16:37.938Z+ CIDL_OS=solaris2.11
2792024-05-14T03:16:37.938Z+ [[ 0 != 0 ]]
2802024-05-14T03:16:37.939Z+ configure_os solaris2.11
2812024-05-14T03:16:37.939Z+ echo 'current directory: /work/oxidecomputer/omicron'
2822024-05-14T03:16:37.939Zcurrent directory: /work/oxidecomputer/omicron
2832024-05-14T03:16:37.939Z+ echo 'configuring based on OS: "solaris2.11"'
2842024-05-14T03:16:37.940Zconfiguring based on OS: "solaris2.11"
2852024-05-14T03:16:37.940Z+ case "$1" in
2862024-05-14T03:16:37.940Z+ CIDL_BUILD=illumos
2872024-05-14T03:16:37.940Z+ CIDL_SUFFIX=tar.gz
2882024-05-14T03:16:37.941Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2892024-05-14T03:16:37.941Z+ CIDL_URL_BASE=https://illumos.org/downloads
2902024-05-14T03:16:37.941Z+ CIDL_ASSEMBLE=do_assemble_illumos
2912024-05-14T03:16:37.941Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2922024-05-14T03:16:37.941Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2932024-05-14T03:16:37.941Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2942024-05-14T03:16:37.942Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2952024-05-14T03:16:37.942Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2962024-05-14T03:16:37.942Z+ CIDL_SHA256FUNC=do_sha256sum
2972024-05-14T03:16:37.943Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2982024-05-14T03:16:37.943ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2992024-05-14T03:16:37.943Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3002024-05-14T03:16:37.943ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3012024-05-14T03:16:37.943Z+ mkdir -p out/downloads
3022024-05-14T03:16:37.943Z+ mkdir -p ./out/cockroachdb
3032024-05-14T03:16:37.943Z+ local DO_DOWNLOAD=true
3042024-05-14T03:16:37.944Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3052024-05-14T03:16:37.944Z+ '[' true == true ']'
3062024-05-14T03:16:37.944Z+ echo Downloading...
3072024-05-14T03:16:37.944ZDownloading...
3082024-05-14T03:16:37.944Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3092024-05-14T03:16:37.944Z+ 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
3102024-05-14T03:16:42.249Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3112024-05-14T03:16:42.268Z++ sha256sum
3122024-05-14T03:16:42.269Z++ awk '{print $1}'
3132024-05-14T03:16:42.320Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3142024-05-14T03:16:42.320Z+ [[ 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 ]]
3152024-05-14T03:16:42.333Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3162024-05-14T03:16:42.333Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3172024-05-14T03:16:44.479Z+ do_assemble_illumos
3182024-05-14T03:16:44.480Z+ rm -r ./out/cockroachdb
3192024-05-14T03:16:44.489Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3202024-05-14T03:16:44.882Z+ ./out/cockroachdb/bin/cockroach version
3212024-05-14T03:16:45.105ZBuild Tag: v22.1.9-dirty
3222024-05-14T03:16:45.106ZBuild Time: 2022/10/26 21:17:46
3232024-05-14T03:16:45.106ZDistribution: OSS
3242024-05-14T03:16:45.107ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3252024-05-14T03:16:45.107ZGo Version: go1.17.13
3262024-05-14T03:16:45.107ZC Compiler: gcc 10.3.0
3272024-05-14T03:16:45.107ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3282024-05-14T03:16:45.108ZBuild Type: release
3292024-05-14T03:16:45.119Z+ set -o errexit
3302024-05-14T03:16:45.120Z+++ dirname ./tools/ci_download_clickhouse
3312024-05-14T03:16:45.120Z++ cd ./tools
3322024-05-14T03:16:45.121Z++ pwd
3332024-05-14T03:16:45.121Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3342024-05-14T03:16:45.134Z++ basename ./tools/ci_download_clickhouse
3352024-05-14T03:16:45.134Z+ ARG0=ci_download_clickhouse
3362024-05-14T03:16:45.135Z+ TARGET_DIR=out
3372024-05-14T03:16:45.135Z+ DOWNLOAD_DIR=out/downloads
3382024-05-14T03:16:45.135Z+ DEST_DIR=./out/clickhouse
3392024-05-14T03:16:45.135Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3402024-05-14T03:16:45.136Z+ CIDL_VERSION=v23.8.7.24
3412024-05-14T03:16:45.136Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3422024-05-14T03:16:45.136Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3432024-05-14T03:16:45.136Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3442024-05-14T03:16:45.137Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3452024-05-14T03:16:45.137Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3462024-05-14T03:16:45.137Z+ main
3472024-05-14T03:16:45.137Z+ [[ 0 != 0 ]]
3482024-05-14T03:16:45.137Z+ CIDL_OS=solaris2.11
3492024-05-14T03:16:45.137Z+ [[ 0 != 0 ]]
3502024-05-14T03:16:45.138Z+ configure_os solaris2.11
3512024-05-14T03:16:45.138Z+ echo 'current directory: /work/oxidecomputer/omicron'
3522024-05-14T03:16:45.138Zcurrent directory: /work/oxidecomputer/omicron
3532024-05-14T03:16:45.138Z+ echo 'configuring based on OS: "solaris2.11"'
3542024-05-14T03:16:45.138Z+ CIDL_DASHREV=
3552024-05-14T03:16:45.138Z+ case "$1" in
3562024-05-14T03:16:45.139Zconfiguring based on OS: "solaris2.11"
3572024-05-14T03:16:45.139Z+ CIDL_PLATFORM=illumos
3582024-05-14T03:16:45.139Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3592024-05-14T03:16:45.139Z+ CIDL_MD5FUNC=do_md5sum
3602024-05-14T03:16:45.140Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3612024-05-14T03:16:45.140Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3622024-05-14T03:16:45.140Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3632024-05-14T03:16:45.141Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3642024-05-14T03:16:45.141Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3652024-05-14T03:16:45.141Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3662024-05-14T03:16:45.141ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3672024-05-14T03:16:45.142ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3682024-05-14T03:16:45.142Z+ mkdir -p out/downloads
3692024-05-14T03:16:45.142Z+ mkdir -p ./out/clickhouse
3702024-05-14T03:16:45.142Z+ local DO_DOWNLOAD=true
3712024-05-14T03:16:45.143Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3722024-05-14T03:16:45.143Z+ '[' true == true ']'
3732024-05-14T03:16:45.143Z+ echo Downloading...
3742024-05-14T03:16:45.144ZDownloading...
3752024-05-14T03:16:45.144Z+ 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
3762024-05-14T03:16:45.144Z+ 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
3772024-05-14T03:16:47.216Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3782024-05-14T03:16:47.233Z++ md5sum
3792024-05-14T03:16:47.233Z++ awk '{print $1}'
3802024-05-14T03:16:47.233Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3812024-05-14T03:16:47.233Z+ [[ 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 ]]
3822024-05-14T03:16:47.234Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3832024-05-14T03:16:47.234Z+ mkdir -p ./out/clickhouse
3842024-05-14T03:16:47.234Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3852024-05-14T03:16:50.953Z+ [[ solaris2.11 == darwin* ]]
3862024-05-14T03:16:50.953Z+ ./out/clickhouse/clickhouse server --version
3872024-05-14T03:16:51.188ZClickHouse server version 23.8.7.1.
3882024-05-14T03:16:51.204Z+ set -o errexit
3892024-05-14T03:16:51.215Z+++ dirname ./tools/ci_download_console
3902024-05-14T03:16:51.215Z++ cd ./tools
3912024-05-14T03:16:51.215Z++ pwd
3922024-05-14T03:16:51.215Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3932024-05-14T03:16:51.216Z++ basename ./tools/ci_download_console
3942024-05-14T03:16:51.216Z+ ARG0=ci_download_console
3952024-05-14T03:16:51.216Z+ TARGET_DIR=out
3962024-05-14T03:16:51.216Z+ DOWNLOAD_DIR=out/downloads
3972024-05-14T03:16:51.216Z+ DEST_DIR=./out/console-assets
3982024-05-14T03:16:51.216Z+ source /work/oxidecomputer/omicron/tools/console_version
3992024-05-14T03:16:51.216Z++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5
4002024-05-14T03:16:51.217Z++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
4012024-05-14T03:16:51.217Z+ URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
4022024-05-14T03:16:51.217Z+ TARBALL_FILE=out/downloads/console.tar.gz
4032024-05-14T03:16:51.217Z+ main
4042024-05-14T03:16:51.217Z+ [[ 0 != 0 ]]
4052024-05-14T03:16:51.217Z+ echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz'
4062024-05-14T03:16:51.218Z+ echo 'Local file: out/downloads/console.tar.gz'
4072024-05-14T03:16:51.218ZURL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
4082024-05-14T03:16:51.219Z+ local DO_DOWNLOAD=true
4092024-05-14T03:16:51.219ZLocal file: out/downloads/console.tar.gz
4102024-05-14T03:16:51.219Z+ [[ -f out/downloads/console.tar.gz ]]
4112024-05-14T03:16:51.219Z+ mkdir -p out/downloads
4122024-05-14T03:16:51.219Z+ '[' true == true ']'
4132024-05-14T03:16:51.219Z+ echo Downloading...
4142024-05-14T03:16:51.220ZDownloading...
4152024-05-14T03:16:51.220Z+ do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz
4162024-05-14T03:16:51.220Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
4172024-05-14T03:16:51.823Z++ do_sha256sum out/downloads/console.tar.gz
4182024-05-14T03:16:52.262Z++ case "$OSTYPE" in
4192024-05-14T03:16:52.262Z++ SHA=sha256sum
4202024-05-14T03:16:52.263Z++ sha256sum
4212024-05-14T03:16:52.263Z++ awk '{print $1}'
4222024-05-14T03:16:52.263Z+ calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
4232024-05-14T03:16:52.263Z+ [[ 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 ]]
4242024-05-14T03:16:52.263Z+ rm -rf ./out/console-assets
4252024-05-14T03:16:52.264Z+ mkdir -p ./out/console-assets
4262024-05-14T03:16:52.264Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4272024-05-14T03:16:52.264Z+ mkdir -p ./out/console-assets
4282024-05-14T03:16:52.265Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4292024-05-14T03:16:52.294Z+ set -o errexit
4302024-05-14T03:16:52.294Z+++ dirname ./tools/ci_download_dendrite_openapi
4312024-05-14T03:16:52.295Z++ cd ./tools
4322024-05-14T03:16:52.295Z++ pwd
4332024-05-14T03:16:52.295Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4342024-05-14T03:16:52.295Z++ basename ./tools/ci_download_dendrite_openapi
4352024-05-14T03:16:52.296Z+ ARG0=ci_download_dendrite_openapi
4362024-05-14T03:16:52.296Z+ TARGET_DIR=out
4372024-05-14T03:16:52.296Z+ DOWNLOAD_DIR=out/downloads
4382024-05-14T03:16:52.296Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4392024-05-14T03:16:52.297Z++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687
4402024-05-14T03:16:52.297Z++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4412024-05-14T03:16:52.297Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4422024-05-14T03:16:52.297Z+ LOCAL_FILE=out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4432024-05-14T03:16:52.297Z+ main
4442024-05-14T03:16:52.298Z+ [[ 0 != 0 ]]
4452024-05-14T03:16:52.298Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json'
4462024-05-14T03:16:52.298ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4472024-05-14T03:16:52.299Z+ echo 'Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json'
4482024-05-14T03:16:52.299Z+ local DO_DOWNLOAD=true
4492024-05-14T03:16:52.299ZLocal file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4502024-05-14T03:16:52.300Z+ [[ -f out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json ]]
4512024-05-14T03:16:52.300Z+ mkdir -p out/downloads
4522024-05-14T03:16:52.300Z+ '[' true == true ']'
4532024-05-14T03:16:52.300Z+ echo Downloading...
4542024-05-14T03:16:52.301ZDownloading...
4552024-05-14T03:16:52.301Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4562024-05-14T03:16:52.301Z+ 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
4572024-05-14T03:16:52.301Z++ do_sha256sum out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4582024-05-14T03:16:52.301Z++ case "$OSTYPE" in
4592024-05-14T03:16:52.302Z++ SHA=sha256sum
4602024-05-14T03:16:52.302Z++ sha256sum
4612024-05-14T03:16:52.302Z++ awk '{print $1}'
4622024-05-14T03:16:52.303Z+ calculated_sha2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4632024-05-14T03:16:52.303Z+ [[ 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 ]]
4642024-05-14T03:16:52.303Z+ set -o errexit
4652024-05-14T03:16:52.303Z+++ dirname ./tools/ci_download_dendrite_stub
4662024-05-14T03:16:52.303Z++ cd ./tools
4672024-05-14T03:16:52.303Z++ pwd
4682024-05-14T03:16:52.304Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4692024-05-14T03:16:52.304Z++ basename ./tools/ci_download_dendrite_stub
4702024-05-14T03:16:52.304Z+ ARG0=ci_download_dendrite_stub
4712024-05-14T03:16:52.304Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4722024-05-14T03:16:52.305Z++ CIDL_SHA256_ILLUMOS=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
4732024-05-14T03:16:52.305Z++ CIDL_SHA256_LINUX_DPD=c255370062ce616f6fce5630fad7a1fbfa63aa7db964aeb6de410ba4a4bc3193
4742024-05-14T03:16:52.305Z++ CIDL_SHA256_LINUX_SWADM=7899b1603518489b2276f9d9043107a267060e3b05be51f08002adf3d118a7c9
4752024-05-14T03:16:52.305Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4762024-05-14T03:16:52.305Z++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687
4772024-05-14T03:16:52.306Z++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4782024-05-14T03:16:52.306Z+ TARGET_DIR=out
4792024-05-14T03:16:52.306Z+ DOWNLOAD_DIR=out/downloads
4802024-05-14T03:16:52.306Z+ DEST_DIR=./out/dendrite-stub
4812024-05-14T03:16:52.307Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4822024-05-14T03:16:52.307Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4832024-05-14T03:16:52.307Z+ REPO=oxidecomputer/dendrite
4842024-05-14T03:16:52.307Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687
4852024-05-14T03:16:52.307Z+ main
4862024-05-14T03:16:52.308Z+ [[ 0 != 0 ]]
4872024-05-14T03:16:52.308Z+ CIDL_OS=solaris2.11
4882024-05-14T03:16:52.308Z+ [[ 0 != 0 ]]
4892024-05-14T03:16:52.308Z+ configure_os solaris2.11
4902024-05-14T03:16:52.309Z+ echo 'current directory: /work/oxidecomputer/omicron'
4912024-05-14T03:16:52.309Zcurrent directory: /work/oxidecomputer/omicron
4922024-05-14T03:16:52.309Z+ echo 'configuring based on OS: "solaris2.11"'
4932024-05-14T03:16:52.309Z+ case "$1" in
4942024-05-14T03:16:52.310Zconfiguring based on OS: "solaris2.11"
4952024-05-14T03:16:52.310Z+ SET_BINARIES=
4962024-05-14T03:16:52.310Z+ CIDL_SHA256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
4972024-05-14T03:16:52.314Z+ CIDL_SHA256FUNC=do_sha256sum
4982024-05-14T03:16:52.315Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
4992024-05-14T03:16:52.315Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
5002024-05-14T03:16:52.315Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5012024-05-14T03:16:52.316Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz'
5022024-05-14T03:16:52.316ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
5032024-05-14T03:16:52.316ZLocal file: out/downloads/dendrite-stub.tar.gz
5042024-05-14T03:16:52.316Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5052024-05-14T03:16:52.317Z+ mkdir -p out/downloads
5062024-05-14T03:16:52.317Z+ mkdir -p ./out/dendrite-stub
5072024-05-14T03:16:52.317Z+ fetch_and_verify
5082024-05-14T03:16:52.317Z+ local DO_DOWNLOAD=true
5092024-05-14T03:16:52.318Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5102024-05-14T03:16:52.318Z+ '[' true == true ']'
5112024-05-14T03:16:52.318Z+ echo Downloading...
5122024-05-14T03:16:52.318ZDownloading...
5132024-05-14T03:16:52.318Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5142024-05-14T03:16:52.319Z+ 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
5152024-05-14T03:17:04.728Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5162024-05-14T03:17:04.737Z++ sha256sum
5172024-05-14T03:17:04.737Z++ awk '{print $1}'
5182024-05-14T03:17:04.763Z+ calculated_sha256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
5192024-05-14T03:17:04.772Z+ [[ 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 ]]
5202024-05-14T03:17:04.772Z+ do_untar out/downloads/dendrite-stub.tar.gz
5212024-05-14T03:17:04.773Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5222024-05-14T03:17:05.374Z+ do_assemble
5232024-05-14T03:17:05.374Z+ rm -r ./out/dendrite-stub
5242024-05-14T03:17:05.378Z+ mkdir ./out/dendrite-stub
5252024-05-14T03:17:05.378Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5262024-05-14T03:17:05.467Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5272024-05-14T03:17:05.480Z+ set -o errexit
5282024-05-14T03:17:05.489Z+++ dirname ./tools/ci_download_maghemite_mgd
5292024-05-14T03:17:05.489Z++ cd ./tools
5302024-05-14T03:17:05.489Z++ pwd
5312024-05-14T03:17:05.489Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5322024-05-14T03:17:05.489Z++ basename ./tools/ci_download_maghemite_mgd
5332024-05-14T03:17:05.489Z+ ARG0=ci_download_maghemite_mgd
5342024-05-14T03:17:05.489Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5352024-05-14T03:17:05.489Z++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5362024-05-14T03:17:05.489Z++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19
5372024-05-14T03:17:05.489Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5382024-05-14T03:17:05.489Z++ COMMIT=025389ff39d594bf2b815377e2c1dc4dd23b1f96
5392024-05-14T03:17:05.489Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5402024-05-14T03:17:05.489Z+ TARGET_DIR=out
5412024-05-14T03:17:05.490Z+ DOWNLOAD_DIR=out/downloads
5422024-05-14T03:17:05.490Z+ DEST_DIR=./out/mgd
5432024-05-14T03:17:05.490Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5442024-05-14T03:17:05.490Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5452024-05-14T03:17:05.490Z+ REPO=oxidecomputer/maghemite
5462024-05-14T03:17:05.490Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96
5472024-05-14T03:17:05.490Z+ main
5482024-05-14T03:17:05.490Z+ rm -rf out/downloads/root
5492024-05-14T03:17:05.499Z+ [[ 0 != 0 ]]
5502024-05-14T03:17:05.499Z+ CIDL_OS=solaris2.11
5512024-05-14T03:17:05.499Z+ [[ 0 != 0 ]]
5522024-05-14T03:17:05.499Z+ configure_os solaris2.11
5532024-05-14T03:17:05.499Z+ echo 'current directory: /work/oxidecomputer/omicron'
5542024-05-14T03:17:05.499Z+ echo 'configuring based on OS: "solaris2.11"'
5552024-05-14T03:17:05.500Zcurrent directory: /work/oxidecomputer/omicron
5562024-05-14T03:17:05.500Zconfiguring based on OS: "solaris2.11"
5572024-05-14T03:17:05.500Z+ case "$1" in
5582024-05-14T03:17:05.500Z+ SET_BINARIES=
5592024-05-14T03:17:05.500Z+ CIDL_SHA256FUNC=do_sha256sum
5602024-05-14T03:17:05.500Z+ TARBALL_FILENAME=mgd.tar.gz
5612024-05-14T03:17:05.500Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5622024-05-14T03:17:05.500Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5632024-05-14T03:17:05.500Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz'
5642024-05-14T03:17:05.500Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5652024-05-14T03:17:05.500ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5662024-05-14T03:17:05.500ZLocal file: out/downloads/mgd.tar.gz
5672024-05-14T03:17:05.500Z+ mkdir -p out/downloads
5682024-05-14T03:17:05.500Z+ mkdir -p ./out/mgd
5692024-05-14T03:17:05.500Z+ fetch_and_verify
5702024-05-14T03:17:05.500Z+ local DO_DOWNLOAD=true
5712024-05-14T03:17:05.500Z+ [[ -f out/downloads/mgd.tar.gz ]]
5722024-05-14T03:17:05.500Z+ '[' true == true ']'
5732024-05-14T03:17:05.501Z+ echo Downloading...
5742024-05-14T03:17:05.501ZDownloading...
5752024-05-14T03:17:05.501Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz out/downloads/mgd.tar.gz
5762024-05-14T03:17:05.501Z+ 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
5772024-05-14T03:17:18.579Z++ do_sha256sum out/downloads/mgd.tar.gz
5782024-05-14T03:17:18.584Z++ sha256sum
5792024-05-14T03:17:18.584Z++ awk '{print $1}'
5802024-05-14T03:17:18.607Z+ calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5812024-05-14T03:17:18.612Z+ [[ 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 ]]
5822024-05-14T03:17:18.612Z+ do_untar out/downloads/mgd.tar.gz
5832024-05-14T03:17:18.612Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
5842024-05-14T03:17:19.199Z+ do_assemble
5852024-05-14T03:17:19.199Z+ rm -r ./out/mgd
5862024-05-14T03:17:19.206Z+ mkdir ./out/mgd
5872024-05-14T03:17:19.206Z+ cp -r out/downloads/root ./out/mgd/root
5882024-05-14T03:17:19.298Z+ set -o errexit
5892024-05-14T03:17:19.319Z+++ dirname ./tools/ci_download_transceiver_control
5902024-05-14T03:17:19.319Z++ cd ./tools
5912024-05-14T03:17:19.320Z++ pwd
5922024-05-14T03:17:19.320Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5932024-05-14T03:17:19.320Z++ basename ./tools/ci_download_transceiver_control
5942024-05-14T03:17:19.320Z+ ARG0=ci_download_transceiver_control
5952024-05-14T03:17:19.320Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5962024-05-14T03:17:19.320Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5972024-05-14T03:17:19.320Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5982024-05-14T03:17:19.320Z+ TARGET_DIR=out
5992024-05-14T03:17:19.320Z+ DOWNLOAD_DIR=out/downloads
6002024-05-14T03:17:19.320Z+ DEST_DIR=./out/transceiver-control
6012024-05-14T03:17:19.321Z+ BIN_DIR=/opt/oxide/bin
6022024-05-14T03:17:19.321Z+ BINARY=xcvradm
6032024-05-14T03:17:19.321Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6042024-05-14T03:17:19.321Z+ REPO=oxidecomputer/transceiver-control
6052024-05-14T03:17:19.321Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6062024-05-14T03:17:19.322Z+ main
6072024-05-14T03:17:19.322Z+ [[ 0 != 0 ]]
6082024-05-14T03:17:19.322Z+ CIDL_OS=solaris2.11
6092024-05-14T03:17:19.322Z+ [[ 0 != 0 ]]
6102024-05-14T03:17:19.322Z+ configure_os solaris2.11
6112024-05-14T03:17:19.322Z+ echo 'current directory: /work/oxidecomputer/omicron'
6122024-05-14T03:17:19.322Z+ echo 'configuring based on OS: "solaris2.11"'
6132024-05-14T03:17:19.322Zcurrent directory: /work/oxidecomputer/omicron
6142024-05-14T03:17:19.323Z+ case "$1" in
6152024-05-14T03:17:19.323Z+ SET_BINARIES=
6162024-05-14T03:17:19.323Zconfiguring based on OS: "solaris2.11"
6172024-05-14T03:17:19.323Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6182024-05-14T03:17:19.323Z+ CIDL_SHA256FUNC=do_sha256sum
6192024-05-14T03:17:19.323Z+ ARCHIVE_FILENAME=xcvradm.gz
6202024-05-14T03:17:19.323Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6212024-05-14T03:17:19.323Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6222024-05-14T03:17:19.324Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6232024-05-14T03:17:19.324Z+ echo 'Local file: out/downloads/xcvradm.gz'
6242024-05-14T03:17:19.324ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6252024-05-14T03:17:19.324ZLocal file: out/downloads/xcvradm.gz
6262024-05-14T03:17:19.324Z+ mkdir -p out/downloads
6272024-05-14T03:17:19.324Z+ mkdir -p ./out/transceiver-control
6282024-05-14T03:17:19.324Z+ fetch_and_verify
6292024-05-14T03:17:19.325Z+ local DO_DOWNLOAD=true
6302024-05-14T03:17:19.325Z+ [[ -f out/downloads/xcvradm.gz ]]
6312024-05-14T03:17:19.325Z+ '[' true == true ']'
6322024-05-14T03:17:19.325Z+ echo Downloading...
6332024-05-14T03:17:19.325ZDownloading...
6342024-05-14T03:17:19.325Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6352024-05-14T03:17:19.325Z+ 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
6362024-05-14T03:17:21.807Z++ do_sha256sum out/downloads/xcvradm.gz
6372024-05-14T03:17:21.829Z++ sha256sum
6382024-05-14T03:17:21.830Z++ awk '{print $1}'
6392024-05-14T03:17:21.837Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6402024-05-14T03:17:21.837Z+ [[ 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 ]]
6412024-05-14T03:17:21.837Z+ do_unpack out/downloads/xcvradm.gz
6422024-05-14T03:17:21.837Z+ mkdir -p out/downloads/root//opt/oxide/bin
6432024-05-14T03:17:21.838Z+ gzip -dc out/downloads/xcvradm.gz
6442024-05-14T03:17:21.940Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6452024-05-14T03:17:21.959Z+ do_assemble
6462024-05-14T03:17:21.959Z+ rm -r ./out/transceiver-control
6472024-05-14T03:17:21.959Z+ mkdir ./out/transceiver-control
6482024-05-14T03:17:21.959Z+ cp -r out/downloads/root ./out/transceiver-control/root
6492024-05-14T03:17:22.042Z+ set -o errexit
6502024-05-14T03:17:22.063Z+++ dirname ./tools/ci_download_thundermuffin
6512024-05-14T03:17:22.063Z++ cd ./tools
6522024-05-14T03:17:22.063Z++ pwd
6532024-05-14T03:17:22.064Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6542024-05-14T03:17:22.064Z++ basename ./tools/ci_download_thundermuffin
6552024-05-14T03:17:22.064Z+ ARG0=ci_download_thundermuffin
6562024-05-14T03:17:22.064Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
6572024-05-14T03:17:22.064Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6582024-05-14T03:17:22.065Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
6592024-05-14T03:17:22.065Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
6602024-05-14T03:17:22.065Z+ TARGET_DIR=out
6612024-05-14T03:17:22.065Z+ DOWNLOAD_DIR=out/downloads
6622024-05-14T03:17:22.065Z+ DEST_DIR=./out/thundermuffin
6632024-05-14T03:17:22.065Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
6642024-05-14T03:17:22.065Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6652024-05-14T03:17:22.065Z+ REPO=oxidecomputer/thundermuffin
6662024-05-14T03:17:22.065Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
6672024-05-14T03:17:22.066Z+ main
6682024-05-14T03:17:22.066Z+ rm -rf out/downloads/root
6692024-05-14T03:17:22.066Z+ [[ 0 != 0 ]]
6702024-05-14T03:17:22.066Z+ CIDL_OS=solaris2.11
6712024-05-14T03:17:22.066Z+ [[ 0 != 0 ]]
6722024-05-14T03:17:22.067Z+ configure_os solaris2.11
6732024-05-14T03:17:22.067Z+ echo 'current directory: /work/oxidecomputer/omicron'
6742024-05-14T03:17:22.067Z+ echo 'configuring based on OS: "solaris2.11"'
6752024-05-14T03:17:22.067Zcurrent directory: /work/oxidecomputer/omicron
6762024-05-14T03:17:22.067Zconfiguring based on OS: "solaris2.11"
6772024-05-14T03:17:22.068Z+ case "$1" in
6782024-05-14T03:17:22.068Z+ SET_BINARIES=
6792024-05-14T03:17:22.068Z+ CIDL_SHA256FUNC=do_sha256sum
6802024-05-14T03:17:22.068Z+ TARBALL_FILENAME=thundermuffin.tar.gz
6812024-05-14T03:17:22.069Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6822024-05-14T03:17:22.069Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
6832024-05-14T03:17:22.069Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
6842024-05-14T03:17:22.069ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6852024-05-14T03:17:22.070ZLocal file: out/downloads/thundermuffin.tar.gz
6862024-05-14T03:17:22.070Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
6872024-05-14T03:17:22.070Z+ mkdir -p out/downloads
6882024-05-14T03:17:22.089Z+ mkdir -p ./out/thundermuffin
6892024-05-14T03:17:22.089Z+ fetch_and_verify
6902024-05-14T03:17:22.090Z+ local DO_DOWNLOAD=true
6912024-05-14T03:17:22.090Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
6922024-05-14T03:17:22.090Z+ '[' true == true ']'
6932024-05-14T03:17:22.090Z+ echo Downloading...
6942024-05-14T03:17:22.091ZDownloading...
6952024-05-14T03:17:22.091Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
6962024-05-14T03:17:22.091Z+ 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
6972024-05-14T03:17:23.873Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
6982024-05-14T03:17:23.894Z++ sha256sum
6992024-05-14T03:17:23.894Z++ awk '{print $1}'
7002024-05-14T03:17:23.894Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7012024-05-14T03:17:23.895Z+ [[ 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 ]]
7022024-05-14T03:17:23.895Z+ do_untar out/downloads/thundermuffin.tar.gz
7032024-05-14T03:17:23.895Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7042024-05-14T03:17:24.352Z+ do_assemble
7052024-05-14T03:17:24.352Z+ rm -r ./out/thundermuffin
7062024-05-14T03:17:24.364Z+ mkdir ./out/thundermuffin
7072024-05-14T03:17:24.364Z+ cp -r out/downloads/root ./out/thundermuffin/root
7082024-05-14T03:17:24.364ZAll prerequisites installed successfully
7092024-05-14T03:17:24.364Z
7102024-05-14T03:17:24.364Zreal 2:18.144959341
7112024-05-14T03:17:24.365Zuser 37.140140376
7122024-05-14T03:17:24.365Zsys 7.012136920
7132024-05-14T03:17:24.365Ztrap 0.009641255
7142024-05-14T03:17:24.365Ztflt 0.161526105
7152024-05-14T03:17:24.365Zdflt 0.173000450
7162024-05-14T03:17:24.365Zkflt 0.196136523
7172024-05-14T03:17:24.365Zlock 1.639545557
7182024-05-14T03:17:24.366Zslp 4:45.372720437
7192024-05-14T03:17:24.366Zlat 2.015514912
7202024-05-14T03:17:24.366Zstop 0.147989490
7212024-05-14T03:17:24.366Z+ ptime -m ./tools/ci_download_softnpu_machinery
7222024-05-14T03:17:24.367Zfetching npuzone
7232024-05-14T03:17:24.367ZEnsuring oxidecomputer/softnpu/image/npuzone in out/npuzone
7242024-05-14T03:17:24.367Z (commit: 3203c51cf4473d30991b522062ac0df2e045c2f2)
7252024-05-14T03:17:24.367ZGetting hash for npuzone
7262024-05-14T03:17:24.652Z (hash: 36095c7f9d613b9208415aeb67335836a25f72eed2f7a41931ba7d91ddb00568)
7272024-05-14T03:17:39.397Znpuzone downloaded successfully
7282024-05-14T03:17:39.430Z
7292024-05-14T03:17:39.430Zreal 15.436913937
7302024-05-14T03:17:39.430Zuser 0.300343425
7312024-05-14T03:17:39.431Zsys 0.125660268
7322024-05-14T03:17:39.431Ztrap 0.000075365
7332024-05-14T03:17:39.432Ztflt 0.000000000
7342024-05-14T03:17:39.432Zdflt 0.000000000
7352024-05-14T03:17:39.432Zkflt 0.000000000
7362024-05-14T03:17:39.433Zlock 0.000000000
7372024-05-14T03:17:39.433Zslp 45.749458406
7382024-05-14T03:17:39.433Zlat 0.104437679
7392024-05-14T03:17:39.433Zstop 0.000178247
7402024-05-14T03:17:39.433Z+ export CARGO_INCREMENTAL=0
7412024-05-14T03:17:39.433Z+ CARGO_INCREMENTAL=0
7422024-05-14T03:17:39.433Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
7432024-05-14T03:17:39.605Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7442024-05-14T03:17:39.919Z Updating git repository `https://github.com/oxidecomputer/zone`
7452024-05-14T03:17:40.197Z Updating crates.io index
7462024-05-14T03:17:40.271Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7472024-05-14T03:17:41.085Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7482024-05-14T03:17:41.750Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7492024-05-14T03:17:43.953Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7502024-05-14T03:17:44.479Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7512024-05-14T03:17:44.742Z Updating git repository `https://github.com/oxidecomputer/propolis`
7522024-05-14T03:17:45.837Z Updating git repository `https://github.com/oxidecomputer/crucible`
7532024-05-14T03:17:47.712Z Updating git repository `https://github.com/oxidecomputer/opte`
7542024-05-14T03:17:48.789Z Updating git repository `https://github.com/oxidecomputer/falcon`
7552024-05-14T03:17:49.563Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7562024-05-14T03:17:49.854Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7572024-05-14T03:17:50.441Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7582024-05-14T03:17:50.763Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7592024-05-14T03:17:51.053Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7602024-05-14T03:17:51.410Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7612024-05-14T03:17:51.731Z Updating git repository `http://github.com/oxidecomputer/tofino`
7622024-05-14T03:17:52.102Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7632024-05-14T03:17:52.364Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7642024-05-14T03:17:52.625Z Updating git repository `https://github.com/oxidecomputer/libnvme`
7652024-05-14T03:17:52.971Z Updating git repository `https://github.com/oxidecomputer/ispf`
7662024-05-14T03:17:53.387Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7672024-05-14T03:17:53.693Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7682024-05-14T03:17:54.298Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7692024-05-14T03:17:55.034Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7702024-05-14T03:17:55.052Z Updating git repository `https://github.com/jgallagher/nix`
7712024-05-14T03:17:56.042Z Updating git repository `https://github.com/cbiffle/hubpack`
7722024-05-14T03:17:56.387Z Updating git repository `https://github.com/oxidecomputer/typify`
7732024-05-14T03:17:58.330Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7742024-05-14T03:17:58.660Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7752024-05-14T03:17:58.951Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7762024-05-14T03:17:59.475Z Updating git repository `https://github.com/oxidecomputer/rfb`
7772024-05-14T03:18:00.575Z Downloading crates ...
7782024-05-14T03:18:00.705Z Downloaded allocator-api2 v0.2.16
7792024-05-14T03:18:01.122Z Downloaded addr2line v0.21.0
7802024-05-14T03:18:01.122Z Downloaded arrayvec v0.7.4
7812024-05-14T03:18:01.129Z Downloaded arrayref v0.3.7
7822024-05-14T03:18:01.129Z Downloaded crossbeam-utils v0.8.19
7832024-05-14T03:18:01.129Z Downloaded anstyle-parse v0.2.1
7842024-05-14T03:18:01.129Z Downloaded bytecount v0.6.3
7852024-05-14T03:18:01.129Z Downloaded hostname v0.4.0
7862024-05-14T03:18:01.130Z Downloaded argon2 v0.5.3
7872024-05-14T03:18:01.130Z Downloaded ascii v1.1.0
7882024-05-14T03:18:01.130Z Downloaded arc-swap v1.6.0
7892024-05-14T03:18:01.130Z Downloaded anyhow v1.0.83
7902024-05-14T03:18:01.130Z Downloaded hkdf v0.12.4
7912024-05-14T03:18:01.130Z Downloaded hyper-rustls v0.24.2
7922024-05-14T03:18:01.130Z Downloaded adler v1.0.2
7932024-05-14T03:18:01.130Z Downloaded inout v0.1.3
7942024-05-14T03:18:01.130Z Downloaded http-range v0.1.5
7952024-05-14T03:18:01.130Z Downloaded http-body v0.4.5
7962024-05-14T03:18:01.131Z Downloaded indexmap v2.2.6
7972024-05-14T03:18:01.131Z Downloaded indexmap v1.9.3
7982024-05-14T03:18:01.131Z Downloaded aead v0.5.2
7992024-05-14T03:18:01.131Z Downloaded httparse v1.8.0
8002024-05-14T03:18:01.131Z Downloaded hmac v0.12.1
8012024-05-14T03:18:01.131Z Downloaded anstyle v1.0.7
8022024-05-14T03:18:01.131Z Downloaded anstream v0.6.11
8032024-05-14T03:18:01.131Z Downloaded heapless v0.7.16
8042024-05-14T03:18:01.131Z Downloaded home v0.5.5
8052024-05-14T03:18:01.131Z Downloaded heck v0.5.0
8062024-05-14T03:18:01.131Z Downloaded is-terminal v0.4.9
8072024-05-14T03:18:01.131Z Downloaded buf-list v1.0.3
8082024-05-14T03:18:01.131Z Downloaded async-trait v0.1.80
8092024-05-14T03:18:01.131Z Downloaded anstyle-query v1.0.0
8102024-05-14T03:18:01.132Z Downloaded atty v0.2.14
8112024-05-14T03:18:01.132Z Downloaded ahash v0.8.8
8122024-05-14T03:18:01.132Z Downloaded instant v0.1.12
8132024-05-14T03:18:01.132Z Downloaded ident_case v1.0.1
8142024-05-14T03:18:01.132Z Downloaded hostname v0.3.1
8152024-05-14T03:18:01.132Z Downloaded hyper v0.14.28
8162024-05-14T03:18:01.132Z Downloaded is_ci v1.2.0
8172024-05-14T03:18:01.132Z Downloaded bitfield v0.14.0
8182024-05-14T03:18:01.132Z Downloaded colorchoice v1.0.0
8192024-05-14T03:18:01.132Z Downloaded async-stream-impl v0.3.5
8202024-05-14T03:18:01.132Z Downloaded hyper-tls v0.5.0
8212024-05-14T03:18:01.132Z Downloaded lazy_static v1.4.0
8222024-05-14T03:18:01.132Z Downloaded indoc v1.0.9
8232024-05-14T03:18:01.132Z Downloaded indoc v2.0.3
8242024-05-14T03:18:01.132Z Downloaded ciborium-io v0.2.2
8252024-05-14T03:18:01.133Z Downloaded iana-time-zone v0.1.57
8262024-05-14T03:18:01.133Z Downloaded hubpack_derive v0.1.1
8272024-05-14T03:18:01.133Z Downloaded cfg_aliases v0.1.1
8282024-05-14T03:18:01.133Z Downloaded hyper-staticfile v0.9.5
8292024-05-14T03:18:01.133Z Downloaded lalrpop-util v0.19.12
8302024-05-14T03:18:01.133Z Downloaded humantime v2.1.0
8312024-05-14T03:18:01.133Z Downloaded hubpack v0.1.2
8322024-05-14T03:18:01.133Z Downloaded httpdate v1.0.3
8332024-05-14T03:18:01.133Z Downloaded matches v0.1.10
8342024-05-14T03:18:01.133Z Downloaded linked-hash-map v0.5.6
8352024-05-14T03:18:01.133Z Downloaded kstat-rs v0.2.3
8362024-05-14T03:18:01.133Z Downloaded ipnet v2.9.0
8372024-05-14T03:18:01.133Z Downloaded impl-trait-for-tuples v0.2.2
8382024-05-14T03:18:01.133Z Downloaded match_cfg v0.1.0
8392024-05-14T03:18:01.134Z Downloaded block-buffer v0.10.4
8402024-05-14T03:18:01.134Z Downloaded highway v1.1.0
8412024-05-14T03:18:01.134Z Downloaded ipnetwork v0.20.0
8422024-05-14T03:18:01.134Z Downloaded clap_lex v0.7.0
8432024-05-14T03:18:01.134Z Downloaded keccak v0.1.4
8442024-05-14T03:18:01.134Z Downloaded byteorder v1.5.0
8452024-05-14T03:18:01.134Z Downloaded normalize-line-endings v0.3.0
8462024-05-14T03:18:01.134Z Downloaded newline-converter v0.3.0
8472024-05-14T03:18:01.134Z Downloaded backoff v0.4.0
8482024-05-14T03:18:01.134Z Downloaded cpufeatures v0.2.12
8492024-05-14T03:18:01.135Z Downloaded new_debug_unreachable v1.0.4
8502024-05-14T03:18:01.135Z Downloaded indicatif v0.17.8
8512024-05-14T03:18:01.135Z Downloaded newtype-uuid v1.1.0
8522024-05-14T03:18:01.135Z Downloaded maybe-uninit v2.0.0
8532024-05-14T03:18:01.135Z Downloaded md-5 v0.10.5
8542024-05-14T03:18:01.135Z Downloaded base16ct v0.2.0
8552024-05-14T03:18:01.135Z Downloaded sigpipe v0.1.3
8562024-05-14T03:18:01.135Z Downloaded nodrop v0.1.14
8572024-05-14T03:18:01.135Z Downloaded colored v2.1.0
8582024-05-14T03:18:01.135Z Downloaded cfg-if v1.0.0
8592024-05-14T03:18:01.136Z Downloaded constant_time_eq v0.3.0
8602024-05-14T03:18:01.136Z Downloaded maplit v1.0.2
8612024-05-14T03:18:01.136Z Downloaded toolchain_find v0.4.0
8622024-05-14T03:18:01.136Z Downloaded macaddr v1.0.1
8632024-05-14T03:18:01.136Z Downloaded libsw v3.3.1
8642024-05-14T03:18:01.136Z Downloaded want v0.3.1
8652024-05-14T03:18:01.137Z Downloaded cexpr v0.6.0
8662024-05-14T03:18:01.137Z Downloaded nanorand v0.7.0
8672024-05-14T03:18:01.137Z Downloaded termtree v0.4.1
8682024-05-14T03:18:01.137Z Downloaded num v0.4.2
8692024-05-14T03:18:01.137Z Downloaded mockall v0.12.1
8702024-05-14T03:18:01.137Z Downloaded memoffset v0.7.1
8712024-05-14T03:18:01.137Z Downloaded try-lock v0.2.4
8722024-05-14T03:18:01.137Z Downloaded tinyvec_macros v0.1.1
8732024-05-14T03:18:01.137Z Downloaded newtype_derive v0.1.6
8742024-05-14T03:18:01.137Z Downloaded multimap v0.10.0
8752024-05-14T03:18:01.137Z Downloaded nibble_vec v0.1.0
8762024-05-14T03:18:01.138Z Downloaded crossbeam-deque v0.8.3
8772024-05-14T03:18:01.138Z Downloaded dtrace-parser v0.2.0
8782024-05-14T03:18:01.138Z Downloaded castaway v0.2.2
8792024-05-14T03:18:01.138Z Downloaded dtrace-parser v0.1.14
8802024-05-14T03:18:01.138Z Downloaded crc-catalog v2.2.0
8812024-05-14T03:18:02.290Z Downloaded rustversion v1.0.14
8822024-05-14T03:18:02.290Z Downloaded serde_spanned v0.6.5
8832024-05-14T03:18:02.291Z Downloaded rustc_version v0.1.7
8842024-05-14T03:18:02.291Z Downloaded headers v0.3.9
8852024-05-14T03:18:02.291Z Downloaded equivalent v1.0.1
8862024-05-14T03:18:02.291Z Downloaded signature v1.6.4
8872024-05-14T03:18:02.291Z Downloaded signal-hook-tokio v0.3.1
8882024-05-14T03:18:02.292Z Downloaded clap_derive v4.5.4
8892024-05-14T03:18:02.292Z Downloaded static_assertions v1.1.0
8902024-05-14T03:18:02.292Z Downloaded lock_api v0.4.10
8912024-05-14T03:18:02.292Z Downloaded tokio-macros v2.2.0
8922024-05-14T03:18:02.292Z Downloaded subtle v2.5.0
8932024-05-14T03:18:02.293Z Downloaded signature v2.1.0
8942024-05-14T03:18:02.293Z Downloaded fxhash v0.2.1
8952024-05-14T03:18:02.293Z Downloaded futures-core v0.3.30
8962024-05-14T03:18:02.293Z Downloaded downcast v0.11.0
8972024-05-14T03:18:02.293Z Downloaded serde_arrays v0.1.0
8982024-05-14T03:18:02.293Z Downloaded chacha20 v0.9.1
8992024-05-14T03:18:02.294Z Downloaded bcs v0.1.6
9002024-05-14T03:18:02.294Z Downloaded zeroize v1.7.0
9012024-05-14T03:18:02.294Z Downloaded mime_guess v2.0.4
9022024-05-14T03:18:02.294Z Downloaded structmeta-derive v0.2.0
9032024-05-14T03:18:02.294Z Downloaded cancel-safe-futures v0.1.5
9042024-05-14T03:18:02.294Z Downloaded nu-ansi-term v0.50.0
9052024-05-14T03:18:02.295Z Downloaded path-slash v0.1.5
9062024-05-14T03:18:02.295Z Downloaded convert_case v0.4.0
9072024-05-14T03:18:02.295Z Downloaded console v0.15.8
9082024-05-14T03:18:02.295Z Downloaded native-tls v0.2.11
9092024-05-14T03:18:02.296Z Downloaded multer v3.1.0
9102024-05-14T03:18:02.296Z Downloaded camino v1.1.6
9112024-05-14T03:18:02.296Z Downloaded scroll v0.12.0
9122024-05-14T03:18:02.296Z Downloaded memmap2 v0.7.1
9132024-05-14T03:18:02.296Z Downloaded ciborium v0.2.2
9142024-05-14T03:18:02.297Z Downloaded crc32fast v1.3.2
9152024-05-14T03:18:02.297Z Downloaded fragile v2.0.0
9162024-05-14T03:18:02.297Z Downloaded errno v0.3.8
9172024-05-14T03:18:02.297Z Downloaded serde_with_macros v3.7.0
9182024-05-14T03:18:02.298Z Downloaded num_enum v0.5.11
9192024-05-14T03:18:02.298Z Downloaded time-core v0.1.2
9202024-05-14T03:18:02.298Z Downloaded signal-hook-mio v0.2.3
9212024-05-14T03:18:02.298Z Downloaded bzip2 v0.4.4
9222024-05-14T03:18:02.298Z Downloaded memmap v0.7.0
9232024-05-14T03:18:02.298Z Downloaded zerocopy v0.3.0
9242024-05-14T03:18:02.299Z Downloaded log v0.4.21
9252024-05-14T03:18:02.299Z Downloaded getopts v0.2.21
9262024-05-14T03:18:02.299Z Downloaded gethostname v0.4.3
9272024-05-14T03:18:02.299Z Downloaded semver v1.0.22
9282024-05-14T03:18:02.300Z Downloaded miniz_oxide v0.7.1
9292024-05-14T03:18:02.300Z Downloaded scroll_derive v0.12.0
9302024-05-14T03:18:02.300Z Downloaded zerocopy v0.6.6
9312024-05-14T03:18:02.300Z Downloaded mockall_derive v0.12.1
9322024-05-14T03:18:02.301Z Downloaded zerocopy-derive v0.7.32
9332024-05-14T03:18:02.301Z Downloaded strum v0.26.2
9342024-05-14T03:18:02.301Z Downloaded proc-macro-error-attr v1.0.4
9352024-05-14T03:18:02.301Z Downloaded ppv-lite86 v0.2.17
9362024-05-14T03:18:02.301Z Downloaded powerfmt v0.2.0
9372024-05-14T03:18:02.301Z Downloaded compact_str v0.7.1
9382024-05-14T03:18:02.301Z Downloaded clap v4.5.4
9392024-05-14T03:18:02.301Z Downloaded openssl-probe v0.1.5
9402024-05-14T03:18:02.302Z Downloaded cstr-argument v0.1.2
9412024-05-14T03:18:02.302Z Downloaded const-oid v0.9.6
9422024-05-14T03:18:02.302Z Downloaded siphasher v0.3.11
9432024-05-14T03:18:02.302Z Downloaded signal-hook-registry v1.4.1
9442024-05-14T03:18:02.302Z Downloaded serde_tokenstream v0.1.7
9452024-05-14T03:18:02.302Z Downloaded phf_shared v0.10.0
9462024-05-14T03:18:02.302Z Downloaded serde_tokenstream v0.2.0
9472024-05-14T03:18:02.303Z Downloaded crc-any v2.4.3
9482024-05-14T03:18:02.303Z Downloaded strum_macros v0.25.2
9492024-05-14T03:18:02.303Z Downloaded tiny-keccak v2.0.2
9502024-05-14T03:18:02.303Z Downloaded pretty-hex v0.4.1
9512024-05-14T03:18:02.303Z Downloaded strum_macros v0.24.3
9522024-05-14T03:18:02.304Z Downloaded pretty-hex v0.2.1
9532024-05-14T03:18:02.304Z Downloaded yasna v0.5.2
9542024-05-14T03:18:02.304Z Downloaded crossbeam-epoch v0.9.18
9552024-05-14T03:18:02.304Z Downloaded tui-tree-widget v0.19.0
9562024-05-14T03:18:02.305Z Downloaded serde-big-array v0.5.1
9572024-05-14T03:18:02.305Z Downloaded rpassword v7.3.1
9582024-05-14T03:18:02.305Z Downloaded whoami v1.5.1
9592024-05-14T03:18:02.305Z Downloaded debug-ignore v1.0.5
9602024-05-14T03:18:02.306Z Downloaded getrandom v0.2.12
9612024-05-14T03:18:02.306Z Downloaded fallible-iterator v0.2.0
9622024-05-14T03:18:02.306Z Downloaded http v1.0.0
9632024-05-14T03:18:02.306Z Downloaded serde-big-array v0.4.1
9642024-05-14T03:18:02.306Z Downloaded scopeguard v1.2.0
9652024-05-14T03:18:02.307Z Downloaded rustfmt-wrapper v0.2.1
9662024-05-14T03:18:02.307Z Downloaded scheduled-thread-pool v0.2.7
9672024-05-14T03:18:02.307Z Downloaded terminal_size v0.3.0
9682024-05-14T03:18:02.307Z Downloaded swrite v0.1.0
9692024-05-14T03:18:02.308Z Downloaded backtrace v0.3.69
9702024-05-14T03:18:02.308Z Downloaded num-iter v0.1.44
9712024-05-14T03:18:02.308Z Downloaded globset v0.4.13
9722024-05-14T03:18:02.308Z Downloaded data-encoding v2.4.0
9732024-05-14T03:18:02.308Z Downloaded portpicker v0.1.1
9742024-05-14T03:18:02.309Z Downloaded num-integer v0.1.46
9752024-05-14T03:18:02.309Z Downloaded pest_generator v2.7.6
9762024-05-14T03:18:02.309Z Downloaded num-derive v0.4.0
9772024-05-14T03:18:02.309Z Downloaded uzers v0.11.3
9782024-05-14T03:18:02.309Z Downloaded owo-colors v4.0.0
9792024-05-14T03:18:02.309Z Downloaded enum-as-inner v0.5.1
9802024-05-14T03:18:02.310Z Downloaded time-macros v0.2.17
9812024-05-14T03:18:02.328Z Downloaded funty v2.0.0
9822024-05-14T03:18:02.328Z Downloaded tracing-attributes v0.1.27
9832024-05-14T03:18:02.328Z Downloaded fs-err v2.11.0
9842024-05-14T03:18:02.328Z Downloaded derive-where v1.2.7
9852024-05-14T03:18:02.328Z Downloaded tinyvec v1.6.0
9862024-05-14T03:18:02.329Z Downloaded proc-macro-crate v1.3.1
9872024-05-14T03:18:02.329Z Downloaded serde-hex v0.1.0
9882024-05-14T03:18:02.329Z Downloaded ron v0.8.1
9892024-05-14T03:18:02.329Z Downloaded proc-macro2 v1.0.81
9902024-05-14T03:18:02.329Z Downloaded diesel_table_macro_syntax v0.1.0
9912024-05-14T03:18:02.329Z Downloaded parse-display v0.9.0
9922024-05-14T03:18:02.329Z Downloaded platforms v3.0.2
9932024-05-14T03:18:02.329Z Downloaded test-strategy v0.3.1
9942024-05-14T03:18:02.329Z Downloaded slog-scope v4.4.0
9952024-05-14T03:18:02.330Z Downloaded slog-dtrace v0.3.0
9962024-05-14T03:18:02.330Z Downloaded shlex v1.3.0
9972024-05-14T03:18:02.330Z Downloaded const_format v0.2.32
9982024-05-14T03:18:02.330Z Downloaded thiserror-no-std v2.0.2
9992024-05-14T03:18:02.330Z Downloaded number_prefix v0.4.0
10002024-05-14T03:18:02.330Z Downloaded num_threads v0.1.6
10012024-05-14T03:18:02.330Z Downloaded thiserror-impl-no-std v2.0.2
10022024-05-14T03:18:02.330Z Downloaded thiserror-impl v1.0.59
10032024-05-14T03:18:02.331Z Downloaded socket2 v0.4.9
10042024-05-14T03:18:02.331Z Downloaded xattr v1.0.1
10052024-05-14T03:18:02.331Z Downloaded wait-timeout v0.2.0
10062024-05-14T03:18:02.331Z Downloaded glob v0.3.1
10072024-05-14T03:18:02.331Z Downloaded env_logger v0.10.0
10082024-05-14T03:18:02.331Z Downloaded stability v0.2.0
10092024-05-14T03:18:02.331Z Downloaded sqlparser_derive v0.2.2
10102024-05-14T03:18:02.331Z Downloaded dirs-sys-next v0.1.2
10112024-05-14T03:18:02.332Z Downloaded dirs-next v2.0.0
10122024-05-14T03:18:02.332Z Downloaded env_logger v0.9.3
10132024-05-14T03:18:02.332Z Downloaded toml_datetime v0.6.5
10142024-05-14T03:18:02.332Z Downloaded parse-display-derive v0.9.0
10152024-05-14T03:18:02.332Z Downloaded wyz v0.5.1
10162024-05-14T03:18:02.332Z Downloaded unicase v2.7.0
10172024-05-14T03:18:02.332Z Downloaded peg-runtime v0.8.3
10182024-05-14T03:18:02.332Z Downloaded memchr v2.7.1
10192024-05-14T03:18:02.332Z Downloaded futures-sink v0.3.30
10202024-05-14T03:18:02.332Z Downloaded digest v0.10.7
10212024-05-14T03:18:02.332Z Downloaded precomputed-hash v0.1.1
10222024-05-14T03:18:02.332Z Downloaded ref-cast v1.0.22
10232024-05-14T03:18:02.332Z Downloaded password-hash v0.5.0
10242024-05-14T03:18:02.333Z Downloaded foreign-types v0.5.0
10252024-05-14T03:18:02.333Z Downloaded universal-hash v0.5.1
10262024-05-14T03:18:02.333Z Downloaded difflib v0.4.0
10272024-05-14T03:18:02.333Z Downloaded rand_xorshift v0.3.0
10282024-05-14T03:18:02.333Z Downloaded rand_seeder v0.2.3
10292024-05-14T03:18:02.333Z Downloaded steno v0.4.0
10302024-05-14T03:18:02.333Z Downloaded hash32 v0.2.1
10312024-05-14T03:18:02.333Z Downloaded semver v0.1.20
10322024-05-14T03:18:02.333Z Downloaded string_cache v0.8.7
10332024-05-14T03:18:02.333Z Downloaded thiserror v1.0.59
10342024-05-14T03:18:02.333Z Downloaded num-conv v0.1.0
10352024-05-14T03:18:02.334Z Downloaded version_check v0.9.4
10362024-05-14T03:18:02.334Z Downloaded pest_meta v2.7.6
10372024-05-14T03:18:02.334Z Downloaded trust-dns-resolver v0.22.0
10382024-05-14T03:18:02.334Z Downloaded defmt-macros v0.3.6
10392024-05-14T03:18:02.334Z Downloaded mio v0.8.11
10402024-05-14T03:18:02.334Z Downloaded display-error-chain v0.2.0
10412024-05-14T03:18:02.334Z Downloaded deranged v0.3.11
10422024-05-14T03:18:02.334Z Downloaded hash32 v0.3.1
10432024-05-14T03:18:02.334Z Downloaded ff v0.13.0
10442024-05-14T03:18:02.334Z Downloaded smf v0.2.3
10452024-05-14T03:18:02.334Z Downloaded sec1 v0.7.3
10462024-05-14T03:18:02.335Z Downloaded same-file v1.0.6
10472024-05-14T03:18:02.335Z Downloaded defmt-parser v0.3.3
10482024-05-14T03:18:02.335Z Downloaded pin-project-lite v0.2.13
10492024-05-14T03:18:02.335Z Downloaded pkcs1 v0.7.5
10502024-05-14T03:18:02.335Z Downloaded rcgen v0.12.1
10512024-05-14T03:18:02.335Z Downloaded peeking_take_while v0.1.2
10522024-05-14T03:18:02.335Z Downloaded libm v0.2.7
10532024-05-14T03:18:02.335Z Downloaded curve25519-dalek-derive v0.1.0
10542024-05-14T03:18:02.335Z Downloaded fnv v1.0.7
10552024-05-14T03:18:02.335Z Downloaded utf8parse v0.2.1
10562024-05-14T03:18:02.335Z Downloaded derive_builder_core v0.20.0
10572024-05-14T03:18:02.335Z Downloaded crunchy v0.2.2
10582024-05-14T03:18:02.336Z Downloaded ron v0.7.1
10592024-05-14T03:18:02.336Z Downloaded parse-size v1.0.0
10602024-05-14T03:18:02.336Z Downloaded pin-project-internal v1.1.3
10612024-05-14T03:18:02.336Z Downloaded trust-dns-client v0.22.0
10622024-05-14T03:18:02.336Z Downloaded num_enum_derive v0.5.11
10632024-05-14T03:18:02.336Z Downloaded rustls-pki-types v1.3.0
10642024-05-14T03:18:02.336Z Downloaded der_derive v0.7.2
10652024-05-14T03:18:02.336Z Downloaded itertools v0.12.1
10662024-05-14T03:18:02.336Z Downloaded psl-types v2.0.11
10672024-05-14T03:18:02.336Z Downloaded usdt-macro v0.5.0
10682024-05-14T03:18:02.337Z Downloaded sync_wrapper v0.1.2
10692024-05-14T03:18:02.337Z Downloaded crucible-workspace-hack v0.1.0
10702024-05-14T03:18:02.337Z Downloaded quote v1.0.36
10712024-05-14T03:18:02.337Z Downloaded omicron-zone-package v0.11.0
10722024-05-14T03:18:02.337Z Downloaded tokio-native-tls v0.3.1
10732024-05-14T03:18:02.337Z Downloaded strsim v0.10.0
10742024-05-14T03:18:02.337Z Downloaded foreign-types-shared v0.3.1
10752024-05-14T03:18:02.337Z Downloaded foreign-types-shared v0.1.1
10762024-05-14T03:18:02.337Z Downloaded untrusted v0.9.0
10772024-05-14T03:18:02.338Z Downloaded uuid v1.8.0
10782024-05-14T03:18:02.338Z Downloaded prettyplease v0.2.19
10792024-05-14T03:18:02.338Z Downloaded serde_path_to_error v0.1.16
10802024-05-14T03:18:02.338Z Downloaded pem v3.0.4
10812024-05-14T03:18:02.359Z Downloaded foreign-types-macros v0.2.3
10822024-05-14T03:18:02.359Z Downloaded zone v0.1.8
10832024-05-14T03:18:02.360Z Downloaded peg v0.8.3
10842024-05-14T03:18:02.360Z Downloaded toml v0.8.12
10852024-05-14T03:18:02.360Z Downloaded derive_more v0.99.17
10862024-05-14T03:18:02.360Z Downloaded tracing v0.1.40
10872024-05-14T03:18:02.360Z Downloaded futures-task v0.3.30
10882024-05-14T03:18:02.360Z Downloaded once_cell v1.19.0
10892024-05-14T03:18:02.361Z Downloaded num-rational v0.4.1
10902024-05-14T03:18:02.361Z Downloaded unicode-bidi v0.3.15
10912024-05-14T03:18:02.361Z Downloaded slog-async v2.8.0
10922024-05-14T03:18:02.361Z Downloaded slab v0.4.9
10932024-05-14T03:18:02.361Z Downloaded rustc-demangle v0.1.23
10942024-05-14T03:18:02.361Z Downloaded poly1305 v0.8.0
10952024-05-14T03:18:02.361Z Downloaded trust-dns-server v0.22.1
10962024-05-14T03:18:02.361Z Downloaded vte_generate_state_changes v0.1.1
10972024-05-14T03:18:02.361Z Downloaded toml v0.7.8
10982024-05-14T03:18:02.361Z Downloaded serde_repr v0.1.16
10992024-05-14T03:18:02.362Z Downloaded serde_plain v1.0.2
11002024-05-14T03:18:02.362Z Downloaded ryu v1.0.15
11012024-05-14T03:18:02.362Z Downloaded postcard v1.0.8
11022024-05-14T03:18:02.362Z Downloaded rayon-core v1.12.1
11032024-05-14T03:18:02.362Z Downloaded predicates-tree v1.0.9
11042024-05-14T03:18:02.362Z Downloaded fastrand v2.0.1
11052024-05-14T03:18:02.363Z Downloaded predicates-core v1.0.6
11062024-05-14T03:18:02.363Z Downloaded slog-term v2.9.1
11072024-05-14T03:18:02.363Z Downloaded rtoolbox v0.0.1
11082024-05-14T03:18:02.363Z Downloaded usdt v0.3.5
11092024-05-14T03:18:02.363Z Downloaded thread-id v4.2.0
11102024-05-14T03:18:02.363Z Downloaded term v0.7.0
11112024-05-14T03:18:02.363Z Downloaded zip v0.6.6
11122024-05-14T03:18:02.363Z Downloaded serde_urlencoded v0.7.1
11132024-05-14T03:18:02.364Z Downloaded rustc_version v0.4.0
11142024-05-14T03:18:02.364Z Downloaded parking_lot_core v0.9.8
11152024-05-14T03:18:02.364Z Downloaded parking_lot_core v0.8.6
11162024-05-14T03:18:02.364Z Downloaded supports-color v3.0.0
11172024-05-14T03:18:02.364Z Downloaded structmeta v0.3.0
11182024-05-14T03:18:02.365Z Downloaded num-traits v0.2.18
11192024-05-14T03:18:02.365Z Downloaded futures-channel v0.3.30
11202024-05-14T03:18:02.365Z Downloaded pin-project v1.1.3
11212024-05-14T03:18:02.365Z Downloaded opaque-debug v0.3.0
11222024-05-14T03:18:02.365Z Downloaded group v0.13.0
11232024-05-14T03:18:02.365Z Downloaded futures-io v0.3.30
11242024-05-14T03:18:02.365Z Downloaded shell-words v1.1.0
11252024-05-14T03:18:02.366Z Downloaded schemars v0.8.17
11262024-05-14T03:18:02.366Z Downloaded utf-8 v0.7.6
11272024-05-14T03:18:02.366Z Downloaded phf_shared v0.11.2
11282024-05-14T03:18:02.366Z Downloaded usdt-impl v0.5.0
11292024-05-14T03:18:02.366Z Downloaded futures-macro v0.3.30
11302024-05-14T03:18:02.366Z Downloaded form_urlencoded v1.2.1
11312024-05-14T03:18:02.367Z Downloaded thread_local v1.1.7
11322024-05-14T03:18:02.367Z Downloaded flagset v0.4.3
11332024-05-14T03:18:02.367Z Downloaded serde_derive_internals v0.29.0
11342024-05-14T03:18:02.367Z Downloaded half v2.3.1
11352024-05-14T03:18:02.367Z Downloaded toml v0.5.11
11362024-05-14T03:18:02.367Z Downloaded flume v0.11.0
11372024-05-14T03:18:02.367Z Downloaded serde v1.0.201
11382024-05-14T03:18:02.367Z Downloaded tokio-tungstenite v0.20.1
11392024-05-14T03:18:02.368Z Downloaded tabwriter v1.4.0
11402024-05-14T03:18:02.368Z Downloaded take_mut v0.2.2
11412024-05-14T03:18:02.368Z Downloaded tokio-tungstenite v0.21.0
11422024-05-14T03:18:02.368Z Downloaded synstructure v0.12.6
11432024-05-14T03:18:02.368Z Downloaded r2d2 v0.8.10
11442024-05-14T03:18:02.368Z Downloaded ucd-trie v0.1.6
11452024-05-14T03:18:02.369Z Downloaded quick-error v1.2.3
11462024-05-14T03:18:02.369Z Downloaded slog v2.7.0
11472024-05-14T03:18:02.369Z Downloaded pkg-config v0.3.27
11482024-05-14T03:18:02.369Z Downloaded embedded-io v0.4.0
11492024-05-14T03:18:02.369Z Downloaded termios v0.3.3
11502024-05-14T03:18:02.369Z Downloaded strsim v0.11.0
11512024-05-14T03:18:02.369Z Downloaded bindgen v0.69.2
11522024-05-14T03:18:02.369Z Downloaded either v1.11.0
11532024-05-14T03:18:02.370Z Downloaded dof v0.1.5
11542024-05-14T03:18:02.370Z Downloaded ena v0.14.2
11552024-05-14T03:18:02.370Z Downloaded crypto-common v0.1.6
11562024-05-14T03:18:02.370Z Downloaded zeroize_derive v1.4.2
11572024-05-14T03:18:02.370Z Downloaded sha1 v0.10.6
11582024-05-14T03:18:02.370Z Downloaded structmeta v0.2.0
11592024-05-14T03:18:02.371Z Downloaded walkdir v2.5.0
11602024-05-14T03:18:02.371Z Downloaded which v4.4.0
11612024-05-14T03:18:02.371Z Downloaded unicode-width v0.1.11
11622024-05-14T03:18:02.371Z Downloaded tar v0.4.40
11632024-05-14T03:18:02.371Z Downloaded smawk v0.3.1
11642024-05-14T03:18:02.371Z Downloaded reedline v0.31.0
11652024-05-14T03:18:02.371Z Downloaded tokio-stream v0.1.15
11662024-05-14T03:18:02.372Z Downloaded serde_with v3.7.0
11672024-05-14T03:18:02.372Z Downloaded fatfs v0.3.6
11682024-05-14T03:18:02.372Z Downloaded futures-executor v0.3.30
11692024-05-14T03:18:02.372Z Downloaded percent-encoding v2.3.1
11702024-05-14T03:18:02.372Z Downloaded untrusted v0.7.1
11712024-05-14T03:18:02.372Z Downloaded portable-atomic v1.4.3
11722024-05-14T03:18:02.373Z Downloaded smallvec v0.6.14
11732024-05-14T03:18:02.373Z Downloaded packed_struct_codegen v0.10.1
11742024-05-14T03:18:02.373Z Downloaded tokio-rustls v0.25.0
11752024-05-14T03:18:02.373Z Downloaded smallvec v1.13.1
11762024-05-14T03:18:02.373Z Downloaded crypto-bigint v0.5.2
11772024-05-14T03:18:02.373Z Downloaded spki v0.7.2
11782024-05-14T03:18:02.373Z Downloaded stringprep v0.1.3
11792024-05-14T03:18:02.373Z Downloaded sha2 v0.10.8
11802024-05-14T03:18:02.373Z Downloaded pest_derive v2.7.6
11812024-05-14T03:18:02.396Z Downloaded unicode-xid v0.2.4
11822024-05-14T03:18:02.397Z Downloaded vte v0.11.1
11832024-05-14T03:18:02.397Z Downloaded rustc-hash v1.1.0
11842024-05-14T03:18:02.397Z Downloaded pkcs8 v0.10.2
11852024-05-14T03:18:02.398Z Downloaded sqlformat v0.2.3
11862024-05-14T03:18:02.398Z Downloaded futures v0.3.30
11872024-05-14T03:18:02.398Z Downloaded time v0.3.34
11882024-05-14T03:18:02.398Z Downloaded der v0.7.8
11892024-05-14T03:18:02.398Z Downloaded num-complex v0.4.5
11902024-05-14T03:18:02.399Z Downloaded winnow v0.5.15
11912024-05-14T03:18:02.399Z Downloaded vsss-rs v3.3.4
11922024-05-14T03:18:02.399Z Downloaded fixedbitset v0.4.2
11932024-05-14T03:18:02.399Z Downloaded unarray v0.1.4
11942024-05-14T03:18:02.399Z Downloaded hashbrown v0.13.2
11952024-05-14T03:18:02.399Z Downloaded csv-core v0.1.11
11962024-05-14T03:18:02.400Z Downloaded salty v0.2.0
11972024-05-14T03:18:02.400Z Downloaded pem-rfc7468 v0.7.0
11982024-05-14T03:18:02.400Z Downloaded parking_lot v0.11.2
11992024-05-14T03:18:02.400Z Downloaded rustls-webpki v0.101.7
12002024-05-14T03:18:02.400Z Downloaded tungstenite v0.21.0
12012024-05-14T03:18:02.400Z Downloaded reqwest v0.11.27
12022024-05-14T03:18:02.401Z Downloaded tungstenite v0.20.1
12032024-05-14T03:18:02.402Z Downloaded serde_yaml v0.9.25
12042024-05-14T03:18:02.402Z Downloaded openssl-sys v0.9.102
12052024-05-14T03:18:02.402Z Downloaded tokio-postgres v0.7.10
12062024-05-14T03:18:02.403Z Downloaded publicsuffix v2.2.3
12072024-05-14T03:18:02.403Z Downloaded parking_lot v0.12.1
12082024-05-14T03:18:02.403Z Downloaded spin v0.9.8
12092024-05-14T03:18:02.404Z Downloaded hashbrown v0.12.3
12102024-05-14T03:18:02.404Z Downloaded typed-path v0.7.0
12112024-05-14T03:18:02.404Z Downloaded rand v0.8.5
12122024-05-14T03:18:02.404Z Downloaded papergrid v0.11.0
12132024-05-14T03:18:02.404Z Downloaded elliptic-curve v0.13.8
12142024-05-14T03:18:02.404Z Downloaded unsafe-libyaml v0.2.10
12152024-05-14T03:18:02.404Z Downloaded tough v0.17.1
12162024-05-14T03:18:02.404Z Downloaded rsa v0.9.2
12172024-05-14T03:18:02.404Z Downloaded regex-automata v0.1.10
12182024-05-14T03:18:02.405Z Downloaded crossterm v0.27.0
12192024-05-14T03:18:02.406Z Downloaded serde_json v1.0.116
12202024-05-14T03:18:02.406Z Downloaded idna v0.3.0
12212024-05-14T03:18:02.406Z Downloaded tabled v0.15.0
12222024-05-14T03:18:02.406Z Downloaded h2 v0.3.26
12232024-05-14T03:18:02.407Z Downloaded hashbrown v0.14.3
12242024-05-14T03:18:02.407Z Downloaded webpki-roots v0.25.2
12252024-05-14T03:18:02.407Z Downloaded vcpkg v0.2.15
12262024-05-14T03:18:02.407Z Downloaded futures-util v0.3.30
12272024-05-14T03:18:02.407Z Downloaded smoltcp v0.9.1
12282024-05-14T03:18:02.407Z Downloaded quick-xml v0.31.0
12292024-05-14T03:18:02.408Z Downloaded idna v0.5.0
12302024-05-14T03:18:02.408Z Downloaded trust-dns-proto v0.22.0
12312024-05-14T03:18:02.408Z Downloaded sqlparser v0.45.0
12322024-05-14T03:18:02.408Z Downloaded syn v1.0.109
12332024-05-14T03:18:02.408Z Downloaded object v0.32.1
12342024-05-14T03:18:02.408Z Downloaded winnow v0.6.1
12352024-05-14T03:18:02.408Z Downloaded regex v1.10.4
12362024-05-14T03:18:02.409Z Downloaded object v0.30.4
12372024-05-14T03:18:02.409Z Downloaded openapiv3 v2.0.0
12382024-05-14T03:18:02.409Z Downloaded smoltcp v0.11.0
12392024-05-14T03:18:02.409Z Downloaded bstr v0.2.17
12402024-05-14T03:18:02.410Z Downloaded diesel v2.1.6
12412024-05-14T03:18:02.410Z Downloaded syn v2.0.60
12422024-05-14T03:18:02.410Z Downloaded polar-core v0.27.3
12432024-05-14T03:18:02.410Z Downloaded radix_trie v0.2.1
12442024-05-14T03:18:02.411Z Downloaded zerocopy-derive v0.2.0
12452024-05-14T03:18:02.411Z Downloaded gimli v0.28.0
12462024-05-14T03:18:02.411Z Downloaded openssl v0.10.64
12472024-05-14T03:18:02.411Z Downloaded regress v0.9.1
12482024-05-14T03:18:02.411Z Downloaded regex-syntax v0.8.2
12492024-05-14T03:18:02.411Z Downloaded sled v0.34.7
12502024-05-14T03:18:02.412Z Downloaded curve25519-dalek v4.1.2
12512024-05-14T03:18:02.412Z Downloaded rustix v0.38.31
12522024-05-14T03:18:02.412Z Downloaded regex-automata v0.4.5
12532024-05-14T03:18:02.412Z Downloaded tokio v1.37.0
12542024-05-14T03:18:02.412Z Downloaded libc v0.2.154
12552024-05-14T03:18:02.412Z Downloaded encoding_rs v0.8.33
12562024-05-14T03:18:02.412Z Downloaded bzip2-sys v0.1.11+1.0.8
12572024-05-14T03:18:02.413Z Downloaded regex-syntax v0.6.29
12582024-05-14T03:18:02.413Z Downloaded sha3 v0.10.8
12592024-05-14T03:18:02.413Z Downloaded csv v1.3.0
12602024-05-14T03:18:02.413Z Downloaded ratatui v0.26.2
12612024-05-14T03:18:02.413Z Downloaded zerocopy-derive v0.6.6
12622024-05-14T03:18:02.413Z Downloaded rustls v0.22.4
12632024-05-14T03:18:02.413Z Downloaded bstr v1.9.0
12642024-05-14T03:18:02.437Z Downloaded proptest v1.4.0
12652024-05-14T03:18:02.437Z Downloaded rustls v0.21.9
12662024-05-14T03:18:02.437Z Downloaded nix v0.28.0
12672024-05-14T03:18:02.437Z Downloaded chrono v0.4.38
12682024-05-14T03:18:02.437Z Downloaded idna v0.2.3
12692024-05-14T03:18:02.454Z Downloaded flate2 v1.0.28
12702024-05-14T03:18:02.455Z Downloaded rayon v1.10.0
12712024-05-14T03:18:02.462Z Downloaded tokio-util v0.7.10
12722024-05-14T03:18:02.462Z Downloaded rustls-webpki v0.102.1
12732024-05-14T03:18:02.473Z Downloaded pest v2.7.6
12742024-05-14T03:18:02.481Z Downloaded bitvec v1.0.1
12752024-05-14T03:18:02.494Z Downloaded rustyline v14.0.0
12762024-05-14T03:18:02.500Z Downloaded num-bigint-dig v0.8.4
12772024-05-14T03:18:02.506Z Downloaded goblin v0.8.0
12782024-05-14T03:18:02.515Z Downloaded toml_edit v0.22.12
12792024-05-14T03:18:02.530Z Downloaded lalrpop v0.19.12
12802024-05-14T03:18:02.540Z Downloaded petgraph v0.6.4
12812024-05-14T03:18:02.551Z Downloaded serde_derive v1.0.201
12822024-05-14T03:18:02.555Z Downloaded samael v0.0.15
12832024-05-14T03:18:02.559Z Downloaded clap_builder v4.5.2
12842024-05-14T03:18:02.567Z Downloaded unicode_categories v0.1.1
12852024-05-14T03:18:02.570Z Downloaded typenum v1.16.0
12862024-05-14T03:18:02.573Z Downloaded url v2.5.0
12872024-05-14T03:18:02.573Z Downloaded radium v0.7.0
12882024-05-14T03:18:02.577Z Downloaded rustls-pemfile v2.1.2
12892024-05-14T03:18:02.577Z Downloaded rustls-pemfile v1.0.3
12902024-05-14T03:18:02.580Z Downloaded x509-cert v0.2.4
12912024-05-14T03:18:02.585Z Downloaded unicode-segmentation v1.10.1
12922024-05-14T03:18:02.589Z Downloaded toml_edit v0.19.15
12932024-05-14T03:18:02.606Z Downloaded expectorate v1.1.0
12942024-05-14T03:18:02.609Z Downloaded zerocopy v0.7.32
12952024-05-14T03:18:02.623Z Downloaded unicode-normalization v0.1.22
12962024-05-14T03:18:02.628Z Downloaded predicates v3.1.0
12972024-05-14T03:18:02.631Z Downloaded packed_struct v0.10.1
12982024-05-14T03:18:02.634Z Downloaded dyn-clone v1.0.17
12992024-05-14T03:18:02.635Z Downloaded dof v0.3.0
13002024-05-14T03:18:02.635Z Downloaded filetime v0.2.23
13012024-05-14T03:18:02.642Z Downloaded fd-lock v4.0.2
13022024-05-14T03:18:02.642Z Downloaded spin v0.5.2
13032024-05-14T03:18:02.654Z Downloaded diff v0.1.13
13042024-05-14T03:18:02.654Z Downloaded tokio-rustls v0.24.1
13052024-05-14T03:18:02.654Z Downloaded usdt-macro v0.3.5
13062024-05-14T03:18:02.654Z Downloaded postgres-types v0.2.6
13072024-05-14T03:18:02.655Z Downloaded postgres-protocol v0.6.6
13082024-05-14T03:18:02.655Z Downloaded nom v7.1.3
13092024-05-14T03:18:02.665Z Downloaded crossbeam-channel v0.5.8
13102024-05-14T03:18:02.665Z Downloaded blake3 v1.5.0
13112024-05-14T03:18:02.675Z Downloaded num-bigint v0.4.4
13122024-05-14T03:18:02.675Z Downloaded endian-type v0.1.2
13132024-05-14T03:18:02.675Z Downloaded peg-macros v0.8.3
13142024-05-14T03:18:02.681Z Downloaded unicode-ident v1.0.12
13152024-05-14T03:18:02.681Z Downloaded darling_core v0.20.8
13162024-05-14T03:18:02.687Z Downloaded tap v1.0.1
13172024-05-14T03:18:02.687Z Downloaded foreign-types v0.3.2
13182024-05-14T03:18:02.687Z Downloaded derive_builder v0.20.0
13192024-05-14T03:18:02.724Z Downloaded snafu v0.8.2
13202024-05-14T03:18:02.744Z Downloaded waitgroup v0.1.2
13212024-05-14T03:18:02.744Z Downloaded libxml v0.3.3
13222024-05-14T03:18:02.744Z Downloaded itertools v0.10.5
13232024-05-14T03:18:02.744Z Downloaded tracing-core v0.1.32
13242024-05-14T03:18:02.744Z Downloaded stable_deref_trait v1.2.0
13252024-05-14T03:18:02.745Z Downloaded secrecy v0.8.0
13262024-05-14T03:18:02.745Z Downloaded ref-cast-impl v1.0.22
13272024-05-14T03:18:02.745Z Downloaded base64 v0.21.7
13282024-05-14T03:18:02.745Z Downloaded derive_builder_macro v0.20.0
13292024-05-14T03:18:02.745Z Downloaded diesel_derives v2.1.2
13302024-05-14T03:18:02.746Z Downloaded rand_chacha v0.3.1
13312024-05-14T03:18:02.746Z Downloaded pin-utils v0.1.0
13322024-05-14T03:18:02.746Z Downloaded olpc-cjson v0.1.3
13332024-05-14T03:18:02.746Z Downloaded slog-stdlog v4.1.1
13342024-05-14T03:18:02.746Z Downloaded oso v0.27.3
13352024-05-14T03:18:02.746Z Downloaded minimal-lexical v0.2.1
13362024-05-14T03:18:02.746Z Downloaded slog-envlogger v2.2.0
13372024-05-14T03:18:02.754Z Downloaded slog-bunyan v2.5.0
13382024-05-14T03:18:02.754Z Downloaded darling v0.20.8
13392024-05-14T03:18:02.754Z Downloaded socket2 v0.5.6
13402024-05-14T03:18:02.754Z Downloaded signal-hook v0.3.17
13412024-05-14T03:18:02.754Z Downloaded tabled_derive v0.7.0
13422024-05-14T03:18:02.754Z Downloaded slog-json v2.6.1
13432024-05-14T03:18:02.755Z Downloaded rusty-fork v0.3.0
13442024-05-14T03:18:02.755Z Downloaded sct v0.7.0
13452024-05-14T03:18:02.755Z Downloaded schemars_derive v0.8.17
13462024-05-14T03:18:02.776Z Downloaded termcolor v1.2.0
13472024-05-14T03:18:02.777Z Downloaded structmeta-derive v0.3.0
13482024-05-14T03:18:02.777Z Downloaded strip-ansi-escapes v0.2.0
13492024-05-14T03:18:02.777Z Downloaded base64 v0.13.1
13502024-05-14T03:18:02.777Z Downloaded ed25519 v1.5.3
13512024-05-14T03:18:02.809Z Downloaded defmt v0.3.5
13522024-05-14T03:18:02.809Z Downloaded proc-macro-error v1.0.4
13532024-05-14T03:18:02.809Z Downloaded chacha20poly1305 v0.10.1
13542024-05-14T03:18:02.809Z Downloaded cc v1.0.83
13552024-05-14T03:18:02.810Z Downloaded bytes v1.6.0
13562024-05-14T03:18:02.810Z Downloaded plain v0.2.3
13572024-05-14T03:18:02.810Z Downloaded paste v1.0.14
13582024-05-14T03:18:02.810Z Downloaded oso-derive v0.27.3
13592024-05-14T03:18:02.810Z Downloaded textwrap v0.16.1
13602024-05-14T03:18:02.811Z Downloaded subprocess v0.2.9
13612024-05-14T03:18:02.811Z Downloaded similar v2.4.0
13622024-05-14T03:18:02.811Z Downloaded zone_cfg_derive v0.1.2
13632024-05-14T03:18:02.811Z Downloaded resolv-conf v0.7.0
13642024-05-14T03:18:02.811Z Downloaded rand_core v0.6.4
13652024-05-14T03:18:02.823Z Downloaded erased-serde v0.3.31
13662024-05-14T03:18:02.824Z Downloaded openssl-macros v0.1.1
13672024-05-14T03:18:02.824Z Downloaded darling_macro v0.20.8
13682024-05-14T03:18:02.824Z Downloaded tower-service v0.3.2
13692024-05-14T03:18:02.824Z Downloaded num_cpus v1.16.0
13702024-05-14T03:18:02.824Z Downloaded unicode-linebreak v0.1.5
13712024-05-14T03:18:02.824Z Downloaded http v0.2.12
13722024-05-14T03:18:02.824Z Downloaded phf v0.11.2
13732024-05-14T03:18:02.824Z Downloaded float-cmp v0.9.0
13742024-05-14T03:18:02.825Z Downloaded tempfile v3.10.1
13752024-05-14T03:18:02.825Z Downloaded strum_macros v0.26.1
13762024-05-14T03:18:02.825Z Downloaded cookie v0.18.1
13772024-05-14T03:18:02.825Z Downloaded clang-sys v1.6.1
13782024-05-14T03:18:02.825Z Downloaded ring v0.17.8
13792024-05-14T03:18:02.889Z Downloaded bitflags v2.4.2
13802024-05-14T03:18:03.314Z Downloaded generic-array v0.14.7
13812024-05-14T03:18:03.314Z Downloaded cookie v0.17.0
13822024-05-14T03:18:03.314Z Downloaded usdt v0.5.0
13832024-05-14T03:18:03.314Z Downloaded snafu-derive v0.8.2
13842024-05-14T03:18:03.314Z Downloaded cookie_store v0.20.0
13852024-05-14T03:18:04.268Z Downloaded blake2 v0.10.6
13862024-05-14T03:18:04.268Z Downloaded bb8 v0.8.3
13872024-05-14T03:18:04.268Z Downloaded linear-map v1.2.0
13882024-05-14T03:18:04.269Z Downloaded usdt-impl v0.3.5
13892024-05-14T03:18:04.269Z Downloaded topological-sort v0.2.2
13902024-05-14T03:18:04.269Z Downloaded base64ct v1.6.0
13912024-05-14T03:18:04.269Z Downloaded base64 v0.22.1
13922024-05-14T03:18:04.269Z Downloaded crc v3.0.1
13932024-05-14T03:18:04.269Z Downloaded corncobs v0.1.3
13942024-05-14T03:18:04.269Z Downloaded cassowary v0.3.0
13952024-05-14T03:18:04.269Z Downloaded lru-cache v0.1.2
13962024-05-14T03:18:04.269Z Downloaded libloading v0.7.4
13972024-05-14T03:18:04.269Z Downloaded lazycell v1.3.0
13982024-05-14T03:18:04.269Z Downloaded lru v0.12.1
13992024-05-14T03:18:04.269Z Downloaded async-recursion v1.1.0
14002024-05-14T03:18:04.270Z Downloaded mime v0.3.17
14012024-05-14T03:18:04.270Z Downloaded ring v0.16.20
14022024-05-14T03:18:04.270Z Downloaded async-stream v0.3.5
14032024-05-14T03:18:04.270Z Downloaded ascii-canvas v3.0.0
14042024-05-14T03:18:04.271Z Downloaded usdt-attr-macro v0.5.0
14052024-05-14T03:18:04.271Z Downloaded usdt-attr-macro v0.3.5
14062024-05-14T03:18:04.271Z Downloaded itoa v1.0.9
14072024-05-14T03:18:04.272Z Downloaded managed v0.8.0
14082024-05-14T03:18:04.272Z Downloaded const_format_proc_macros v0.2.32
14092024-05-14T03:18:04.272Z Downloaded cobs v0.2.3
14102024-05-14T03:18:04.273Z Downloaded ciborium-ll v0.2.2
14112024-05-14T03:18:04.273Z Downloaded block-padding v0.3.3
14122024-05-14T03:18:04.273Z Downloaded autocfg v1.1.0
14132024-05-14T03:18:04.273Z Downloaded libefi-sys v0.1.0
14142024-05-14T03:18:04.273Z Downloaded assert_matches v1.5.0
14152024-05-14T03:18:04.273Z Downloaded cipher v0.4.4
14162024-05-14T03:18:04.273Z Downloaded bit-vec v0.6.3
14172024-05-14T03:18:04.273Z Downloaded camino-tempfile v1.1.1
14182024-05-14T03:18:04.273Z Downloaded atomic-waker v1.1.1
14192024-05-14T03:18:04.273Z Downloaded headers-core v0.2.0
14202024-05-14T03:18:04.273Z Downloaded bitstruct_derive v0.1.0
14212024-05-14T03:18:04.273Z Downloaded heapless v0.8.0
14222024-05-14T03:18:04.273Z Downloaded bit-set v0.5.3
14232024-05-14T03:18:04.273Z Downloaded array-init v0.0.4
14242024-05-14T03:18:04.273Z Downloaded bitflags v1.3.2
14252024-05-14T03:18:04.273Z Downloaded atomicwrites v0.4.3
14262024-05-14T03:18:04.273Z Downloaded heck v0.3.3
14272024-05-14T03:18:04.273Z Downloaded bitstruct v0.1.1
14282024-05-14T03:18:04.274Z Downloaded aho-corasick v1.1.2
14292024-05-14T03:18:04.274Z Downloaded hex v0.4.3
14302024-05-14T03:18:04.274Z Downloaded heck v0.4.1
14312024-05-14T03:18:04.288Z Compiling proc-macro2 v1.0.81
14322024-05-14T03:18:04.288Z Compiling unicode-ident v1.0.12
14332024-05-14T03:18:04.289Z Compiling libc v0.2.154
14342024-05-14T03:18:04.289Z Compiling serde v1.0.201
14352024-05-14T03:18:04.289Z Compiling version_check v0.9.4
14362024-05-14T03:18:04.289Z Compiling autocfg v1.1.0
14372024-05-14T03:18:04.289Z Compiling cfg-if v1.0.0
14382024-05-14T03:18:04.289Z Compiling once_cell v1.19.0
14392024-05-14T03:18:04.290Z Compiling parking_lot_core v0.9.8
14402024-05-14T03:18:04.290Z Compiling byteorder v1.5.0
14412024-05-14T03:18:04.290Z Compiling libm v0.2.7
14422024-05-14T03:18:04.290Z Compiling serde_json v1.0.116
14432024-05-14T03:18:04.291Z Compiling ahash v0.8.8
14442024-05-14T03:18:04.291Z Compiling lock_api v0.4.10
14452024-05-14T03:18:05.245Z Compiling memchr v2.7.1
14462024-05-14T03:18:05.259Z Compiling num-traits v0.2.18
14472024-05-14T03:18:05.267Z Compiling thiserror v1.0.59
14482024-05-14T03:18:05.267Z Compiling typenum v1.16.0
14492024-05-14T03:18:05.785Z Compiling generic-array v0.14.7
14502024-05-14T03:18:05.942Z Compiling log v0.4.21
14512024-05-14T03:18:06.076Z Compiling itoa v1.0.9
14522024-05-14T03:18:06.290Z Compiling quote v1.0.36
14532024-05-14T03:18:06.522Z Compiling cc v1.0.83
14542024-05-14T03:18:06.711Z Compiling syn v2.0.60
14552024-05-14T03:18:06.822Z Compiling getrandom v0.2.12
14562024-05-14T03:18:07.060Z Compiling scopeguard v1.2.0
14572024-05-14T03:18:07.234Z Compiling pkg-config v0.3.27
14582024-05-14T03:18:07.271Z Compiling allocator-api2 v0.2.16
14592024-05-14T03:18:07.372Z Compiling slab v0.4.9
14602024-05-14T03:18:07.552Z Compiling ryu v1.0.15
14612024-05-14T03:18:07.935Z Compiling smallvec v1.13.1
14622024-05-14T03:18:07.963Z Compiling pin-project-lite v0.2.13
14632024-05-14T03:18:08.027Z Compiling schemars v0.8.17
14642024-05-14T03:18:08.082Z Compiling equivalent v1.0.1
14652024-05-14T03:18:08.231Z Compiling syn v1.0.109
14662024-05-14T03:18:08.470Z Compiling vcpkg v0.2.15
14672024-05-14T03:18:08.704Z Compiling parking_lot v0.12.1
14682024-05-14T03:18:08.853Z Compiling ring v0.17.8
14692024-05-14T03:18:09.710Z Compiling signal-hook-registry v1.4.1
14702024-05-14T03:18:10.105Z Compiling openssl-sys v0.9.102
14712024-05-14T03:18:11.051Z Compiling mio v0.8.11
14722024-05-14T03:18:11.210Z Compiling fnv v1.0.7
14732024-05-14T03:18:11.241Z Compiling rand_core v0.6.4
14742024-05-14T03:18:11.375Z Compiling num-conv v0.1.0
14752024-05-14T03:18:11.434Z Compiling time-core v0.1.2
14762024-05-14T03:18:11.619Z Compiling time-macros v0.2.17
14772024-05-14T03:18:11.639Z Compiling ring v0.16.20
14782024-05-14T03:18:11.847Z Compiling num_cpus v1.16.0
14792024-05-14T03:18:12.019Z Compiling socket2 v0.5.6
14802024-05-14T03:18:12.683Z Compiling httparse v1.8.0
14812024-05-14T03:18:13.444Z Compiling futures-core v0.3.30
14822024-05-14T03:18:13.561Z Compiling rustix v0.38.31
14832024-05-14T03:18:13.709Z Compiling openssl v0.10.64
14842024-05-14T03:18:14.092Z Compiling serde_derive_internals v0.29.0
14852024-05-14T03:18:14.202Z Compiling crossbeam-utils v0.8.19
14862024-05-14T03:18:14.251Z Compiling semver v1.0.22
14872024-05-14T03:18:14.345Z Compiling iana-time-zone v0.1.57
14882024-05-14T03:18:14.721Z Compiling rustls v0.21.9
14892024-05-14T03:18:14.801Z Compiling tinyvec_macros v0.1.1
14902024-05-14T03:18:14.899Z Compiling native-tls v0.2.11
14912024-05-14T03:18:15.247Z Compiling spin v0.5.2
14922024-05-14T03:18:16.520Z Compiling tinyvec v1.6.0
14932024-05-14T03:18:16.539Z Compiling spin v0.9.8
14942024-05-14T03:18:16.539Z Compiling const-oid v0.9.6
14952024-05-14T03:18:16.539Z Compiling futures-sink v0.3.30
14962024-05-14T03:18:16.539Z Compiling ucd-trie v0.1.6
14972024-05-14T03:18:16.539Z Compiling subtle v2.5.0
14982024-05-14T03:18:16.540Z Compiling backtrace v0.3.69
14992024-05-14T03:18:16.711Z Compiling unicode-normalization v0.1.22
15002024-05-14T03:18:16.742Z Compiling cookie v0.17.0
15012024-05-14T03:18:17.025Z Compiling slog v2.7.0
15022024-05-14T03:18:17.202Z Compiling unicode-bidi v0.3.15
15032024-05-14T03:18:17.324Z Compiling heck v0.5.0
15042024-05-14T03:18:17.415Z Compiling heck v0.4.1
15052024-05-14T03:18:18.074Z Compiling dyn-clone v1.0.17
15062024-05-14T03:18:18.172Z Compiling futures-channel v0.3.30
15072024-05-14T03:18:18.173Z Compiling tracing-core v0.1.32
15082024-05-14T03:18:18.173Z Compiling futures-io v0.3.30
15092024-05-14T03:18:18.553Z Compiling pin-utils v0.1.0
15102024-05-14T03:18:18.666Z Compiling futures-task v0.3.30
15112024-05-14T03:18:18.839Z Compiling aho-corasick v1.1.2
15122024-05-14T03:18:22.189Z Compiling regex-syntax v0.8.2
15132024-05-14T03:18:22.686Z Compiling serde_derive v1.0.201
15142024-05-14T03:18:22.686Z Compiling zerocopy-derive v0.7.32
15152024-05-14T03:18:22.686Z Compiling zeroize_derive v1.4.2
15162024-05-14T03:18:22.686Z Compiling thiserror-impl v1.0.59
15172024-05-14T03:18:22.686Z Compiling tokio-macros v2.2.0
15182024-05-14T03:18:22.687Z Compiling zerocopy v0.7.32
15192024-05-14T03:18:22.861Z Compiling futures-macro v0.3.30
15202024-05-14T03:18:23.010Z Compiling tracing-attributes v0.1.27
15212024-05-14T03:18:24.219Z Compiling schemars_derive v0.8.17
15222024-05-14T03:18:24.642Z Compiling hashbrown v0.14.3
15232024-05-14T03:18:24.702Z Compiling zeroize v1.7.0
15242024-05-14T03:18:25.488Z Compiling openssl-macros v0.1.1
15252024-05-14T03:18:26.225Z Compiling scroll_derive v0.12.0
15262024-05-14T03:18:26.262Z Compiling pest v2.7.6
15272024-05-14T03:18:26.747Z Compiling crypto-common v0.1.6
15282024-05-14T03:18:27.243Z Compiling tracing v0.1.40
15292024-05-14T03:18:27.345Z Compiling futures-util v0.3.30
15302024-05-14T03:18:27.962Z Compiling der_derive v0.7.2
15312024-05-14T03:18:27.992Z Compiling winnow v0.5.15
15322024-05-14T03:18:28.026Z Compiling anyhow v1.0.83
15332024-05-14T03:18:28.534Z Compiling pest_meta v2.7.6
15342024-05-14T03:18:29.876Z Compiling pest_generator v2.7.6
15352024-05-14T03:18:30.819Z Compiling block-buffer v0.10.4
15362024-05-14T03:18:30.885Z Compiling regex-automata v0.4.5
15372024-05-14T03:18:31.520Z Compiling usdt-impl v0.5.0
15382024-05-14T03:18:31.854Z Compiling rustversion v1.0.14
15392024-05-14T03:18:32.444Z Compiling bytes v1.6.0
15402024-05-14T03:18:32.767Z Compiling indexmap v2.2.6
15412024-05-14T03:18:33.603Z Compiling bitflags v2.4.2
15422024-05-14T03:18:34.183Z Compiling tokio v1.37.0
15432024-05-14T03:18:34.210Z Compiling uuid v1.8.0
15442024-05-14T03:18:34.555Z Compiling serde_tokenstream v0.2.0
15452024-05-14T03:18:34.933Z Compiling chrono v0.4.38
15462024-05-14T03:18:35.960Z Compiling serde_spanned v0.6.5
15472024-05-14T03:18:36.185Z Compiling toml_datetime v0.6.5
15482024-05-14T03:18:37.026Z Compiling http v0.2.12
15492024-05-14T03:18:38.864Z Compiling rustc_version v0.4.0
15502024-05-14T03:18:39.463Z Compiling toml_edit v0.19.15
15512024-05-14T03:18:40.523Z Compiling pest_derive v2.7.6
15522024-05-14T03:18:40.843Z Compiling untrusted v0.9.0
15532024-05-14T03:18:41.036Z Compiling crc32fast v1.3.2
15542024-05-14T03:18:41.308Z Compiling powerfmt v0.2.0
15552024-05-14T03:18:41.692Z Compiling deranged v0.3.11
15562024-05-14T03:18:41.770Z Compiling heapless v0.7.16
15572024-05-14T03:18:42.759Z Compiling digest v0.10.7
15582024-05-14T03:18:43.177Z Compiling scroll v0.12.0
15592024-05-14T03:18:43.887Z Compiling bzip2-sys v0.1.11+1.0.8
15602024-05-14T03:18:43.970Z Compiling num_threads v0.1.6
15612024-05-14T03:18:44.106Z Compiling percent-encoding v2.3.1
15622024-05-14T03:18:44.334Z Compiling ppv-lite86 v0.2.17
15632024-05-14T03:18:44.397Z Compiling signal-hook v0.3.17
15642024-05-14T03:18:45.129Z Compiling plain v0.2.3
15652024-05-14T03:18:45.135Z Compiling goblin v0.8.0
15662024-05-14T03:18:45.135Z Compiling rand_chacha v0.3.1
15672024-05-14T03:18:45.148Z Compiling time v0.3.34
15682024-05-14T03:18:46.241Z Compiling regex v1.10.4
15692024-05-14T03:18:48.970Z Compiling pretty-hex v0.4.1
15702024-05-14T03:18:49.513Z Compiling rand v0.8.5
15712024-05-14T03:18:49.811Z Compiling tokio-util v0.7.10
15722024-05-14T03:18:51.055Z Compiling dof v0.3.0
15732024-05-14T03:18:51.291Z Compiling dtrace-parser v0.2.0
15742024-05-14T03:18:52.381Z Compiling async-trait v0.1.80
15752024-05-14T03:18:52.910Z Compiling thread-id v4.2.0
15762024-05-14T03:18:53.034Z Compiling num-bigint v0.4.4
15772024-05-14T03:18:53.354Z Compiling untrusted v0.7.1
15782024-05-14T03:18:53.489Z Compiling foreign-types-shared v0.1.1
15792024-05-14T03:18:53.530Z Compiling adler v1.0.2
15802024-05-14T03:18:53.594Z Compiling unicode-width v0.1.11
15812024-05-14T03:18:53.841Z Compiling base64ct v1.6.0
15822024-05-14T03:18:53.855Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
15832024-05-14T03:18:54.359Z Compiling smoltcp v0.9.1
15842024-05-14T03:18:54.383Z Compiling pem-rfc7468 v0.7.0
15852024-05-14T03:18:54.592Z Compiling miniz_oxide v0.7.1
15862024-05-14T03:18:54.763Z Compiling foreign-types v0.3.2
15872024-05-14T03:18:56.933Z Compiling form_urlencoded v1.2.1
15882024-05-14T03:18:57.784Z Compiling hmac v0.12.1
15892024-05-14T03:18:58.050Z Compiling errno v0.3.8
15902024-05-14T03:18:58.468Z Compiling siphasher v0.3.11
15912024-05-14T03:18:58.476Z Compiling try-lock v0.2.4
15922024-05-14T03:18:58.476Z Compiling flagset v0.4.3
15932024-05-14T03:18:58.533Z Compiling base64 v0.21.7
15942024-05-14T03:18:58.575Z Compiling want v0.3.1
15952024-05-14T03:18:59.039Z Compiling der v0.7.8
15962024-05-14T03:18:59.834Z Compiling rustls-webpki v0.101.7
15972024-05-14T03:19:00.135Z Compiling sct v0.7.0
15982024-05-14T03:19:00.375Z Compiling h2 v0.3.26
15992024-05-14T03:19:01.801Z Compiling http-body v0.4.5
16002024-05-14T03:19:02.712Z Compiling openapiv3 v2.0.0
16012024-05-14T03:19:03.373Z Compiling hubpack_derive v0.1.1
16022024-05-14T03:19:03.712Z Compiling zerocopy-derive v0.6.6
16032024-05-14T03:19:03.712Z Compiling lazy_static v1.4.0
16042024-05-14T03:19:03.865Z Compiling idna v0.5.0
16052024-05-14T03:19:04.693Z Compiling utf8parse v0.2.1
16062024-05-14T03:19:05.263Z Compiling openssl-probe v0.1.5
16072024-05-14T03:19:05.540Z Compiling httpdate v1.0.3
16082024-05-14T03:19:05.591Z Compiling stable_deref_trait v1.2.0
16092024-05-14T03:19:05.708Z Compiling gimli v0.28.0
16102024-05-14T03:19:06.057Z Compiling cpufeatures v0.2.12
16112024-05-14T03:19:06.575Z Compiling anstyle v1.0.7
16122024-05-14T03:19:06.593Z Compiling tower-service v0.3.2
16132024-05-14T03:19:06.913Z Compiling sha2 v0.10.8
16142024-05-14T03:19:07.515Z Compiling anstyle-parse v0.2.1
16152024-05-14T03:19:07.537Z Compiling url v2.5.0
16162024-05-14T03:19:07.661Z Compiling hyper v0.14.28
16172024-05-14T03:19:10.255Z Compiling addr2line v0.21.0
16182024-05-14T03:19:11.012Z Compiling spki v0.7.2
16192024-05-14T03:19:11.355Z Compiling usdt-attr-macro v0.5.0
16202024-05-14T03:19:12.047Z Compiling usdt-macro v0.5.0
16212024-05-14T03:19:13.644Z Compiling md-5 v0.10.5
16222024-05-14T03:19:17.412Z Compiling idna v0.3.0
16232024-05-14T03:19:18.062Z Compiling stringprep v0.1.3
16242024-05-14T03:19:18.538Z Compiling diesel_table_macro_syntax v0.1.0
16252024-05-14T03:19:18.594Z Compiling num-integer v0.1.46
16262024-05-14T03:19:18.793Z Compiling object v0.32.1
16272024-05-14T03:19:18.908Z Compiling hash32 v0.2.1
16282024-05-14T03:19:19.273Z Compiling rustc-demangle v0.1.23
16292024-05-14T03:19:19.313Z Compiling psl-types v2.0.11
16302024-05-14T03:19:21.729Z Compiling anstyle-query v1.0.0
16312024-05-14T03:19:22.524Z Compiling colorchoice v1.0.0
16322024-05-14T03:19:22.945Z Compiling fallible-iterator v0.2.0
16332024-05-14T03:19:23.367Z Compiling postgres-protocol v0.6.6
16342024-05-14T03:19:24.583Z Compiling anstream v0.6.11
16352024-05-14T03:19:27.526Z Compiling publicsuffix v2.2.3
16362024-05-14T03:19:27.554Z Compiling diesel_derives v2.1.2
16372024-05-14T03:19:28.584Z Compiling tokio-rustls v0.24.1
16382024-05-14T03:19:34.308Z Compiling pkcs8 v0.10.2
16392024-05-14T03:19:34.790Z Compiling terminal_size v0.3.0
16402024-05-14T03:19:35.005Z Compiling tokio-native-tls v0.3.1
16412024-05-14T03:19:35.258Z Compiling phf_shared v0.11.2
16422024-05-14T03:19:36.437Z Compiling strum_macros v0.25.2
16432024-05-14T03:19:36.789Z Compiling block-padding v0.3.3
16442024-05-14T03:19:36.971Z Compiling regress v0.9.1
16452024-05-14T03:19:37.030Z Compiling enum-as-inner v0.5.1
16462024-05-14T03:19:38.026Z Compiling clap_derive v4.5.4
16472024-05-14T03:19:38.378Z Compiling serde_repr v0.1.16
16482024-05-14T03:19:40.109Z Compiling ff v0.13.0
16492024-05-14T03:19:40.357Z Compiling scheduled-thread-pool v0.2.7
16502024-05-14T03:19:41.160Z Compiling encoding_rs v0.8.33
16512024-05-14T03:19:41.586Z Compiling bit-vec v0.6.3
16522024-05-14T03:19:41.991Z Compiling ipnet v2.9.0
16532024-05-14T03:19:42.774Z Compiling matches v0.1.10
16542024-05-14T03:19:42.883Z Compiling strsim v0.11.0
16552024-05-14T03:19:42.905Z Compiling clap_lex v0.7.0
16562024-05-14T03:19:43.040Z Compiling bitflags v1.3.2
16572024-05-14T03:19:43.153Z Compiling base16ct v0.2.0
16582024-05-14T03:19:43.333Z Compiling mime v0.3.17
16592024-05-14T03:19:43.447Z Compiling managed v0.8.0
16602024-05-14T03:19:43.895Z Compiling ident_case v1.0.1
16612024-05-14T03:19:44.079Z Compiling strsim v0.10.0
16622024-05-14T03:19:44.569Z Compiling regex-automata v0.1.10
16632024-05-14T03:19:44.748Z Compiling darling_core v0.20.8
16642024-05-14T03:19:45.070Z Compiling bstr v0.2.17
16652024-05-14T03:19:46.390Z Compiling sec1 v0.7.3
16662024-05-14T03:19:46.954Z Compiling clap_builder v4.5.2
16672024-05-14T03:19:47.191Z Compiling idna v0.2.3
16682024-05-14T03:19:48.938Z Compiling r2d2 v0.8.10
16692024-05-14T03:19:49.307Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
16702024-05-14T03:19:50.852Z Compiling group v0.13.0
16712024-05-14T03:19:51.970Z Compiling inout v0.1.3
16722024-05-14T03:19:53.860Z Compiling phf v0.11.2
16732024-05-14T03:19:53.914Z Compiling hyper-tls v0.5.0
16742024-05-14T03:19:54.159Z Compiling signal-hook-mio v0.2.3
16752024-05-14T03:19:54.265Z Compiling bzip2 v0.4.4
16762024-05-14T03:19:54.301Z Compiling flate2 v1.0.28
16772024-05-14T03:19:54.679Z Compiling hyper-rustls v0.24.2
16782024-05-14T03:19:54.778Z Compiling cookie_store v0.20.0
16792024-05-14T03:19:55.190Z Compiling postgres-types v0.2.6
16802024-05-14T03:19:55.323Z Compiling zerocopy v0.6.6
16812024-05-14T03:19:56.075Z Compiling hubpack v0.1.2
16822024-05-14T03:19:56.110Z Compiling rustls-pemfile v1.0.3
16832024-05-14T03:19:56.187Z Compiling phf_shared v0.10.0
16842024-05-14T03:19:56.209Z Compiling hkdf v0.12.4
16852024-05-14T03:19:56.431Z Compiling serde_urlencoded v0.7.1
16862024-05-14T03:19:56.434Z Compiling crossbeam-epoch v0.9.18
16872024-05-14T03:19:56.542Z Compiling ipnetwork v0.20.0
16882024-05-14T03:19:56.584Z Compiling futures-executor v0.3.30
16892024-05-14T03:19:57.178Z Compiling crypto-bigint v0.5.2
16902024-05-14T03:19:57.293Z Compiling float-cmp v0.9.0
16912024-05-14T03:19:57.334Z Compiling memmap v0.7.0
16922024-05-14T03:19:57.720Z Compiling sync_wrapper v0.1.2
16932024-05-14T03:19:57.855Z Compiling data-encoding v2.4.0
16942024-05-14T03:19:57.883Z Compiling either v1.11.0
16952024-05-14T03:19:58.253Z Compiling whoami v1.5.1
16962024-05-14T03:19:58.299Z Compiling precomputed-hash v0.1.1
16972024-05-14T03:19:58.419Z Compiling webpki-roots v0.25.2
16982024-05-14T03:19:58.802Z Compiling unicode-segmentation v1.10.1
16992024-05-14T03:19:59.078Z Compiling new_debug_unreachable v1.0.4
17002024-05-14T03:19:59.174Z Compiling normalize-line-endings v0.3.0
17012024-05-14T03:19:59.196Z Compiling fixedbitset v0.4.2
17022024-05-14T03:19:59.313Z Compiling winnow v0.6.1
17032024-05-14T03:19:59.530Z Compiling minimal-lexical v0.2.1
17042024-05-14T03:19:59.590Z Compiling static_assertions v1.1.0
17052024-05-14T03:19:59.611Z Compiling difflib v0.4.0
17062024-05-14T03:20:00.032Z Compiling predicates-core v1.0.6
17072024-05-14T03:20:00.349Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
17082024-05-14T03:20:00.784Z Compiling predicates v3.1.0
17092024-05-14T03:20:00.857Z Compiling nom v7.1.3
17102024-05-14T03:20:00.920Z Compiling reqwest v0.11.27
17112024-05-14T03:20:02.352Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
17122024-05-14T03:20:02.436Z Compiling petgraph v0.6.4
17132024-05-14T03:20:03.085Z Compiling toml_edit v0.22.12
17142024-05-14T03:20:04.487Z Compiling similar v2.4.0
17152024-05-14T03:20:04.714Z Compiling string_cache v0.8.7
17162024-05-14T03:20:05.136Z Compiling elliptic-curve v0.13.8
17172024-05-14T03:20:05.835Z Compiling tokio-postgres v0.7.10
17182024-05-14T03:20:06.304Z Compiling trust-dns-proto v0.22.0
17192024-05-14T03:20:06.449Z Compiling itertools v0.10.5
17202024-05-14T03:20:07.897Z Compiling usdt v0.5.0
17212024-05-14T03:20:09.278Z Compiling diesel v2.1.6
17222024-05-14T03:20:09.493Z Compiling futures v0.3.30
17232024-05-14T03:20:09.633Z Compiling yasna v0.5.2
17242024-05-14T03:20:10.181Z Compiling zip v0.6.6
17252024-05-14T03:20:10.322Z Compiling crossterm v0.27.0
17262024-05-14T03:20:11.218Z Compiling cipher v0.4.4
17272024-05-14T03:20:11.364Z Compiling darling_macro v0.20.8
17282024-05-14T03:20:12.342Z Compiling clap v4.5.4
17292024-05-14T03:20:12.362Z Compiling bit-set v0.5.3
17302024-05-14T03:20:12.639Z Compiling num-iter v0.1.44
17312024-05-14T03:20:13.180Z Compiling console v0.15.8
17322024-05-14T03:20:13.549Z Compiling tokio-stream v0.1.15
17332024-05-14T03:20:13.570Z Compiling toml v0.7.8
17342024-05-14T03:20:14.389Z Compiling bstr v1.9.0
17352024-05-14T03:20:14.520Z Compiling hex v0.4.3
17362024-05-14T03:20:15.151Z Compiling peg-runtime v0.8.3
17372024-05-14T03:20:15.296Z Compiling lalrpop-util v0.19.12
17382024-05-14T03:20:17.108Z Compiling darling v0.20.8
17392024-05-14T03:20:17.224Z Compiling proc-macro-crate v1.3.1
17402024-05-14T03:20:18.587Z Compiling camino v1.1.6
17412024-05-14T03:20:18.655Z Compiling heapless v0.8.0
17422024-05-14T03:20:19.685Z Compiling num_enum_derive v0.5.11
17432024-05-14T03:20:26.580Z Compiling hash32 v0.3.1
17442024-05-14T03:20:27.310Z Compiling rustls-pki-types v1.3.0
17452024-05-14T03:20:28.539Z Compiling smoltcp v0.11.0
17462024-05-14T03:20:28.611Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17472024-05-14T03:20:38.220Z Compiling num_enum v0.5.11
17482024-05-14T03:20:41.934Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
17492024-05-14T03:20:42.164Z Compiling getopts v0.2.21
17502024-05-14T03:20:43.489Z Compiling dirs-sys-next v0.1.2
17512024-05-14T03:20:44.877Z Compiling proc-macro-error-attr v1.0.4
17522024-05-14T03:20:45.204Z Compiling cobs v0.2.3
17532024-05-14T03:20:45.607Z Compiling unsafe-libyaml v0.2.10
17542024-05-14T03:20:45.764Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17552024-05-14T03:20:45.789Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17562024-05-14T03:20:46.073Z Compiling paste v1.0.14
17572024-05-14T03:20:47.031Z Compiling embedded-io v0.4.0
17582024-05-14T03:20:47.160Z Compiling rustls v0.22.4
17592024-05-14T03:20:47.262Z Compiling postcard v1.0.8
17602024-05-14T03:20:47.298Z Compiling serde_yaml v0.9.25
17612024-05-14T03:20:51.444Z Compiling dirs-next v2.0.0
17622024-05-14T03:20:53.178Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
17632024-05-14T03:21:00.468Z Compiling rustls-webpki v0.102.1
17642024-05-14T03:21:05.724Z Compiling strum_macros v0.26.1
17652024-05-14T03:21:05.985Z Compiling structmeta-derive v0.3.0
17662024-05-14T03:21:06.070Z Compiling foreign-types-macros v0.2.3
17672024-05-14T03:21:07.621Z Compiling thread_local v1.1.7
17682024-05-14T03:21:07.704Z Compiling proc-macro-error v1.0.4
17692024-05-14T03:21:08.030Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17702024-05-14T03:21:08.336Z Compiling multer v3.1.0
17712024-05-14T03:21:08.450Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17722024-05-14T03:21:08.614Z Compiling match_cfg v0.1.0
17732024-05-14T03:21:08.643Z Compiling foreign-types-shared v0.3.1
17742024-05-14T03:21:08.647Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17752024-05-14T03:21:08.972Z Compiling slog-async v2.8.0
17762024-05-14T03:21:10.278Z Compiling strum v0.26.2
17772024-05-14T03:21:15.060Z Compiling foreign-types v0.5.0
17782024-05-14T03:21:15.188Z Compiling hostname v0.3.1
17792024-05-14T03:21:15.529Z Compiling structmeta v0.3.0
17802024-05-14T03:21:15.920Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17812024-05-14T03:21:21.592Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
17822024-05-14T03:21:30.309Z Compiling term v0.7.0
17832024-05-14T03:21:33.846Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
17842024-05-14T03:21:33.887Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17852024-05-14T03:21:35.135Z Compiling slog-json v2.6.1
17862024-05-14T03:21:35.434Z Compiling is-terminal v0.4.9
17872024-05-14T03:21:35.580Z Compiling tabwriter v1.4.0
17882024-05-14T03:21:35.652Z Compiling crossbeam-channel v0.5.8
17892024-05-14T03:21:37.040Z Compiling http v1.0.0
17902024-05-14T03:21:37.353Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17912024-05-14T03:21:37.501Z Compiling async-stream-impl v0.3.5
17922024-05-14T03:21:38.168Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17932024-05-14T03:21:38.765Z Compiling cstr-argument v0.1.2
17942024-05-14T03:21:39.034Z Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
17952024-05-14T03:21:39.056Z Compiling take_mut v0.2.2
17962024-05-14T03:21:39.131Z Compiling base64 v0.22.1
17972024-05-14T03:21:39.224Z Compiling fastrand v2.0.1
17982024-05-14T03:21:39.807Z Compiling pretty-hex v0.2.1
17992024-05-14T03:21:40.185Z Compiling crucible-workspace-hack v0.1.0
18002024-05-14T03:21:40.213Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
18012024-05-14T03:21:40.287Z Compiling atomic-waker v1.1.1
18022024-05-14T03:21:40.326Z Compiling rayon-core v1.12.1
18032024-05-14T03:21:40.485Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
18042024-05-14T03:21:40.713Z Compiling waitgroup v0.1.2
18052024-05-14T03:21:40.861Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18062024-05-14T03:21:40.959Z Compiling rustls-pemfile v2.1.2
18072024-05-14T03:21:41.240Z Compiling tempfile v3.10.1
18082024-05-14T03:21:41.798Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18092024-05-14T03:21:41.950Z Compiling async-stream v0.3.5
18102024-05-14T03:21:42.888Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
18112024-05-14T03:21:43.117Z Compiling slog-term v2.9.1
18122024-05-14T03:21:43.120Z Compiling slog-bunyan v2.5.0
18132024-05-14T03:21:44.145Z Compiling tokio-rustls v0.25.0
18142024-05-14T03:21:44.599Z Compiling parse-display-derive v0.9.0
18152024-05-14T03:21:44.704Z Compiling toml v0.8.12
18162024-05-14T03:21:45.178Z Compiling serde_with_macros v3.7.0
18172024-05-14T03:21:46.027Z Compiling sha1 v0.10.6
18182024-05-14T03:21:46.956Z Compiling crossbeam-deque v0.8.3
18192024-05-14T03:21:47.368Z Compiling colored v2.1.0
18202024-05-14T03:21:47.930Z Compiling newtype-uuid v1.1.0
18212024-05-14T03:21:48.256Z Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
18222024-05-14T03:21:48.533Z Compiling serde_path_to_error v0.1.16
18232024-05-14T03:21:48.700Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18242024-05-14T03:21:49.514Z Compiling socket2 v0.4.9
18252024-05-14T03:21:49.546Z Compiling hostname v0.4.0
18262024-05-14T03:21:49.830Z Compiling instant v0.1.12
18272024-05-14T03:21:50.009Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18282024-05-14T03:21:50.266Z Compiling debug-ignore v1.0.5
18292024-05-14T03:21:50.441Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18302024-05-14T03:21:52.150Z Compiling backoff v0.4.0
18312024-05-14T03:21:52.411Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18322024-05-14T03:21:52.511Z Compiling parse-display v0.9.0
18332024-05-14T03:21:52.613Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18342024-05-14T03:21:52.954Z Compiling serde_with v3.7.0
18352024-05-14T03:21:54.540Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18362024-05-14T03:21:55.958Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18372024-05-14T03:21:56.846Z Compiling camino-tempfile v1.1.1
18382024-05-14T03:21:57.462Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
18392024-05-14T03:21:57.670Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18402024-05-14T03:21:57.864Z Compiling macaddr v1.0.1
18412024-05-14T03:21:57.968Z Compiling num-derive v0.4.0
18422024-05-14T03:21:58.486Z Compiling sigpipe v0.1.3
18432024-05-14T03:21:58.625Z Compiling libefi-sys v0.1.0
18442024-05-14T03:21:58.732Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
18452024-05-14T03:21:58.980Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18462024-05-14T03:21:59.263Z Compiling rayon v1.10.0
18472024-05-14T03:22:00.220Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
18482024-05-14T03:22:00.415Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18492024-05-14T03:22:01.842Z Compiling smf v0.2.3
18502024-05-14T03:22:02.922Z Compiling blake3 v1.5.0
18512024-05-14T03:22:03.397Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
18522024-05-14T03:22:03.499Z Compiling portable-atomic v1.4.3
18532024-05-14T03:22:04.408Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18542024-05-14T03:22:04.472Z Compiling filetime v0.2.23
18552024-05-14T03:22:04.678Z Compiling xattr v1.0.1
18562024-05-14T03:22:04.857Z Compiling memmap2 v0.7.1
18572024-05-14T03:22:04.996Z Compiling arrayref v0.3.7
18582024-05-14T03:22:05.032Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18592024-05-14T03:22:05.113Z Compiling constant_time_eq v0.3.0
18602024-05-14T03:22:05.299Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18612024-05-14T03:22:05.323Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18622024-05-14T03:22:05.364Z Compiling arrayvec v0.7.4
18632024-05-14T03:22:05.549Z Compiling same-file v1.0.6
18642024-05-14T03:22:05.839Z Compiling walkdir v2.5.0
18652024-05-14T03:22:07.412Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18662024-05-14T03:22:08.453Z Compiling tar v0.4.40
18672024-05-14T03:22:08.859Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18682024-05-14T03:22:09.950Z Compiling gethostname v0.4.3
18692024-05-14T03:22:10.220Z Compiling topological-sort v0.2.2
18702024-05-14T03:22:10.488Z Compiling number_prefix v0.4.0
18712024-05-14T03:22:10.738Z Compiling indicatif v0.17.8
18722024-05-14T03:22:11.198Z Compiling omicron-zone-package v0.11.0
18732024-05-14T03:22:13.239Z Compiling swrite v0.1.0
18742024-05-14T03:22:16.080Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18752024-05-14T03:22:19.594Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
18762024-05-14T03:22:20.970Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18772024-05-14T03:22:22.442Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
18782024-05-14T03:22:40.981Z Finished release [optimized] target(s) in 5m 01s
18792024-05-14T03:22:41.234Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
18802024-05-14T03:22:41.303ZLogging to: /work/oxidecomputer/omicron/out/LOG
18812024-05-14T03:22:41.305ZCreated new build target 'test' and set it as active
18822024-05-14T03:22:41.306Z
18832024-05-14T03:22:41.306Zreal 5:01.891976285
18842024-05-14T03:22:41.306Zuser 31:48.043045200
18852024-05-14T03:22:41.306Zsys 3:54.526866891
18862024-05-14T03:22:41.306Ztrap 0.924927556
18872024-05-14T03:22:41.306Ztflt 4.875231982
18882024-05-14T03:22:41.306Zdflt 4.121298215
18892024-05-14T03:22:41.306Zkflt 0.024695490
18902024-05-14T03:22:41.306Zlock 1:07:28.667197199
18912024-05-14T03:22:41.306Zslp 1:30:29.006712708
18922024-05-14T03:22:41.306Zlat 2:04.740448257
18932024-05-14T03:22:41.306Zstop 3:43.911540942
18942024-05-14T03:22:41.306Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
18952024-05-14T03:22:42.100Z Finished release [optimized] target(s) in 0.75s
18962024-05-14T03:22:42.122Z Running `target/release/omicron-package -t test package`
18972024-05-14T03:22:42.151ZLogging to: /work/oxidecomputer/omicron/out/LOG
18982024-05-14T03:22:42.999Z Compiling newline-converter v0.3.0
18992024-05-14T03:22:43.005Z Compiling humantime v2.1.0
19002024-05-14T03:22:43.075Z Compiling unicode-xid v0.2.4
19012024-05-14T03:22:43.080Z Compiling linked-hash-map v0.5.6
19022024-05-14T03:22:43.086Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
19032024-05-14T03:22:43.090Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19042024-05-14T03:22:43.090Z Compiling password-hash v0.5.0
19052024-05-14T03:22:43.090Z Compiling blake2 v0.10.6
19062024-05-14T03:22:43.200Z Compiling expectorate v1.1.0
19072024-05-14T03:22:43.204Z Compiling semver v0.1.20
19082024-05-14T03:22:43.344Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
19092024-05-14T03:22:43.372Z Compiling bytecount v0.6.3
19102024-05-14T03:22:43.428Z Compiling lru-cache v0.1.2
19112024-05-14T03:22:43.628Z Compiling argon2 v0.5.3
19122024-05-14T03:22:43.653Z Compiling rustc_version v0.1.7
19132024-05-14T03:22:43.776Z Compiling papergrid v0.11.0
19142024-05-14T03:22:43.859Z Compiling tabled_derive v0.7.0
19152024-05-14T03:22:44.041Z Compiling newtype_derive v0.1.6
19162024-05-14T03:22:44.344Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19172024-05-14T03:22:44.462Z Compiling quick-error v1.2.3
19182024-05-14T03:22:44.601Z Compiling resolv-conf v0.7.0
19192024-05-14T03:22:45.088Z Compiling steno v0.4.0
19202024-05-14T03:22:45.366Z Compiling trust-dns-resolver v0.22.0
19212024-05-14T03:22:46.153Z Compiling tabled v0.15.0
19222024-05-14T03:22:46.200Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
19232024-05-14T03:22:46.283Z Compiling derive-where v1.2.7
19242024-05-14T03:22:49.462Z Compiling num-rational v0.4.1
19252024-05-14T03:22:49.664Z Compiling slog-dtrace v0.3.0
19262024-05-14T03:22:49.775Z Compiling termcolor v1.2.0
19272024-05-14T03:22:50.277Z Compiling itertools v0.12.1
19282024-05-14T03:22:50.816Z Compiling utf-8 v0.7.6
19292024-05-14T03:22:54.084Z Compiling num-complex v0.4.5
19302024-05-14T03:22:55.252Z Compiling num v0.4.2
19312024-05-14T03:22:55.353Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
19322024-05-14T03:22:55.360Z Compiling nibble_vec v0.1.0
19332024-05-14T03:22:55.989Z Compiling endian-type v0.1.2
19342024-05-14T03:22:56.421Z Compiling radium v0.7.0
19352024-05-14T03:22:56.426Z Compiling radix_trie v0.2.1
19362024-05-14T03:22:56.427Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19372024-05-14T03:22:57.134Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
19382024-05-14T03:22:57.710Z Compiling tungstenite v0.20.1
19392024-05-14T03:22:59.070Z Compiling maybe-uninit v2.0.0
19402024-05-14T03:22:59.571Z Compiling tap v1.0.1
19412024-05-14T03:22:59.727Z Compiling wyz v0.5.1
19422024-05-14T03:23:00.255Z Compiling tokio-tungstenite v0.20.1
19432024-05-14T03:23:01.369Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19442024-05-14T03:23:03.044Z Compiling funty v2.0.0
19452024-05-14T03:23:05.599Z Compiling crc-catalog v2.2.0
19462024-05-14T03:23:05.721Z Compiling num-bigint-dig v0.8.4
19472024-05-14T03:23:06.029Z Compiling packed_struct v0.10.1
19482024-05-14T03:23:06.451Z Compiling display-error-chain v0.2.0
19492024-05-14T03:23:06.628Z Compiling arc-swap v1.6.0
19502024-05-14T03:23:07.276Z Compiling cancel-safe-futures v0.1.5
19512024-05-14T03:23:07.362Z Compiling slog-scope v4.4.0
19522024-05-14T03:23:07.681Z Compiling crc v3.0.1
19532024-05-14T03:23:08.282Z Compiling bitvec v1.0.1
19542024-05-14T03:23:08.524Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
19552024-05-14T03:23:08.584Z Compiling fxhash v0.2.1
19562024-05-14T03:23:08.614Z Compiling packed_struct_codegen v0.10.1
19572024-05-14T03:23:08.712Z Compiling indexmap v1.9.3
19582024-05-14T03:23:08.776Z Compiling nodrop v0.1.14
19592024-05-14T03:23:09.342Z Compiling array-init v0.0.4
19602024-05-14T03:23:09.348Z Compiling smallvec v0.6.14
19612024-05-14T03:23:10.852Z Compiling slog-stdlog v4.1.1
19622024-05-14T03:23:11.172Z Compiling rayon-core v1.12.1
19632024-05-14T03:23:11.190Z Compiling synstructure v0.12.6
19642024-05-14T03:23:11.806Z Compiling pkcs1 v0.7.5
19652024-05-14T03:23:12.648Z Compiling signature v2.1.0
19662024-05-14T03:23:12.878Z Compiling crossbeam-deque v0.8.3
19672024-05-14T03:23:13.191Z Compiling dirs-sys-next v0.1.2
19682024-05-14T03:23:13.686Z Compiling half v2.3.1
19692024-05-14T03:23:14.352Z Compiling glob v0.3.1
19702024-05-14T03:23:15.126Z Compiling same-file v1.0.6
19712024-05-14T03:23:15.330Z Compiling ciborium-io v0.2.2
19722024-05-14T03:23:15.455Z Compiling bitfield v0.14.0
19732024-05-14T03:23:15.738Z Compiling hashbrown v0.12.3
19742024-05-14T03:23:15.829Z Compiling crunchy v0.2.2
19752024-05-14T03:23:16.276Z Compiling fastrand v2.0.1
19762024-05-14T03:23:16.686Z Compiling tempfile v3.10.1
19772024-05-14T03:23:16.781Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
19782024-05-14T03:23:17.431Z Compiling ciborium-ll v0.2.2
19792024-05-14T03:23:17.918Z Compiling walkdir v2.5.0
19802024-05-14T03:23:18.041Z Compiling clang-sys v1.6.1
19812024-05-14T03:23:18.581Z Compiling dirs-next v2.0.0
19822024-05-14T03:23:18.752Z Compiling rsa v0.9.2
19832024-05-14T03:23:20.278Z Compiling zerocopy-derive v0.2.0
19842024-05-14T03:23:21.340Z Compiling slog-envlogger v2.2.0
19852024-05-14T03:23:22.052Z Compiling serde-hex v0.1.0
19862024-05-14T03:23:22.647Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19872024-05-14T03:23:22.957Z Compiling env_logger v0.10.0
19882024-05-14T03:23:24.013Z Compiling camino v1.1.6
19892024-05-14T03:23:24.071Z Compiling x509-cert v0.2.4
19902024-05-14T03:23:24.205Z Compiling ron v0.8.1
19912024-05-14T03:23:26.915Z Compiling hashbrown v0.13.2
19922024-05-14T03:23:27.150Z Compiling tiny-keccak v2.0.2
19932024-05-14T03:23:27.450Z Compiling crc-any v2.4.3
19942024-05-14T03:23:28.243Z Compiling prettyplease v0.2.19
19952024-05-14T03:23:28.411Z Compiling maplit v1.0.2
19962024-05-14T03:23:28.525Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
19972024-05-14T03:23:28.568Z Compiling object v0.30.4
19982024-05-14T03:23:30.507Z Compiling blake3 v1.5.0
19992024-05-14T03:23:30.538Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
20002024-05-14T03:23:31.730Z Compiling rayon v1.10.0
20012024-05-14T03:23:32.232Z Compiling term v0.7.0
20022024-05-14T03:23:32.366Z Compiling ciborium v0.2.2
20032024-05-14T03:23:33.596Z Compiling xattr v1.0.1
20042024-05-14T03:23:33.842Z Compiling filetime v0.2.23
20052024-05-14T03:23:34.140Z Compiling memmap2 v0.7.1
20062024-05-14T03:23:34.489Z Compiling atty v0.2.14
20072024-05-14T03:23:34.516Z Compiling arrayref v0.3.7
20082024-05-14T03:23:34.621Z Compiling constant_time_eq v0.3.0
20092024-05-14T03:23:34.640Z Compiling arrayvec v0.7.4
20102024-05-14T03:23:34.768Z Compiling home v0.5.5
20112024-05-14T03:23:34.998Z Compiling path-slash v0.1.5
20122024-05-14T03:23:35.032Z Compiling toolchain_find v0.4.0
20132024-05-14T03:23:35.209Z Compiling tar v0.4.40
20142024-05-14T03:23:35.969Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
20152024-05-14T03:23:36.530Z Compiling ascii-canvas v3.0.0
20162024-05-14T03:23:36.984Z Compiling camino-tempfile v1.1.1
20172024-05-14T03:23:36.996Z Compiling toml v0.8.12
20182024-05-14T03:23:37.379Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
20192024-05-14T03:23:37.736Z Compiling is-terminal v0.4.9
20202024-05-14T03:23:37.801Z Compiling libsw v3.3.1
20212024-05-14T03:23:37.860Z Compiling ena v0.14.2
20222024-05-14T03:23:38.117Z Compiling usdt-impl v0.3.5
20232024-05-14T03:23:38.257Z Compiling libloading v0.7.4
20242024-05-14T03:23:38.485Z Compiling owo-colors v4.0.0
20252024-05-14T03:23:38.553Z Compiling convert_case v0.4.0
20262024-05-14T03:23:38.629Z Compiling regex-syntax v0.6.29
20272024-05-14T03:23:39.331Z Compiling parking_lot_core v0.8.6
20282024-05-14T03:23:39.780Z Compiling topological-sort v0.2.2
20292024-05-14T03:23:40.000Z Compiling bindgen v0.69.2
20302024-05-14T03:23:40.440Z Compiling linear-map v1.2.0
20312024-05-14T03:23:40.825Z Compiling diff v0.1.13
20322024-05-14T03:23:41.083Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20332024-05-14T03:23:41.378Z Compiling omicron-zone-package v0.11.0
20342024-05-14T03:23:42.072Z Compiling lalrpop v0.19.12
20352024-05-14T03:23:43.870Z Compiling derive_more v0.99.17
20362024-05-14T03:23:47.239Z Compiling rustfmt-wrapper v0.2.1
20372024-05-14T03:23:47.800Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
20382024-05-14T03:23:48.007Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
20392024-05-14T03:23:48.677Z Compiling cexpr v0.6.0
20402024-05-14T03:23:50.124Z Compiling which v4.4.0
20412024-05-14T03:23:50.491Z Compiling unicase v2.7.0
20422024-05-14T03:23:50.649Z Compiling rustc-hash v1.1.0
20432024-05-14T03:23:50.783Z Compiling lazycell v1.3.0
20442024-05-14T03:23:50.811Z Compiling shlex v1.3.0
20452024-05-14T03:23:50.934Z Compiling peeking_take_while v0.1.2
20462024-05-14T03:23:51.062Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
20472024-05-14T03:23:52.034Z Compiling zerocopy v0.3.0
20482024-05-14T03:23:52.883Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
20492024-05-14T03:23:53.862Z Compiling derive_builder_core v0.20.0
20502024-05-14T03:23:56.041Z Compiling pem v3.0.4
20512024-05-14T03:23:57.283Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
20522024-05-14T03:23:57.504Z Compiling headers-core v0.2.0
20532024-05-14T03:23:57.550Z Compiling libxml v0.3.3
20542024-05-14T03:23:57.661Z Compiling async-recursion v1.1.0
20552024-05-14T03:23:57.907Z Compiling platforms v3.0.2
20562024-05-14T03:23:58.257Z Compiling ref-cast v1.0.22
20572024-05-14T03:23:58.823Z Compiling headers v0.3.9
20582024-05-14T03:23:59.101Z Compiling derive_builder_macro v0.20.0
20592024-05-14T03:23:59.158Z Compiling dof v0.1.5
20602024-05-14T03:23:59.930Z Compiling parking_lot v0.11.2
20612024-05-14T03:23:59.962Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
20622024-05-14T03:24:02.252Z Compiling trust-dns-client v0.22.0
20632024-05-14T03:24:02.315Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
20642024-05-14T03:24:02.612Z Compiling dtrace-parser v0.1.14
20652024-05-14T03:24:02.623Z Compiling strum_macros v0.24.3
20662024-05-14T03:24:03.541Z Compiling toml v0.5.11
20672024-05-14T03:24:04.194Z Compiling ref-cast-impl v1.0.22
20682024-05-14T03:24:04.526Z Compiling samael v0.0.15
20692024-05-14T03:24:05.399Z Compiling vte_generate_state_changes v0.1.1
20702024-05-14T03:24:06.021Z Compiling cookie v0.18.1
20712024-05-14T03:24:06.035Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
20722024-05-14T03:24:06.121Z Compiling buf-list v1.0.3
20732024-05-14T03:24:06.341Z Compiling indoc v1.0.9
20742024-05-14T03:24:06.345Z Compiling cfg_aliases v0.1.1
20752024-05-14T03:24:06.435Z Compiling nix v0.28.0
20762024-05-14T03:24:06.708Z Compiling vte v0.11.1
20772024-05-14T03:24:07.168Z Compiling trust-dns-server v0.22.1
20782024-05-14T03:24:07.792Z Compiling polar-core v0.27.3
20792024-05-14T03:24:09.969Z Compiling sled v0.34.7
20802024-05-14T03:24:10.663Z Compiling derive_builder v0.20.0
20812024-05-14T03:24:13.229Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
20822024-05-14T03:24:14.748Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
20832024-05-14T03:24:15.042Z Compiling const_format_proc_macros v0.2.32
20842024-05-14T03:24:16.165Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
20852024-05-14T03:24:16.534Z Compiling fd-lock v4.0.2
20862024-05-14T03:24:16.749Z Compiling bb8 v0.8.3
20872024-05-14T03:24:17.017Z Compiling impl-trait-for-tuples v0.2.2
20882024-05-14T03:24:17.248Z Compiling serde_tokenstream v0.1.7
20892024-05-14T03:24:17.721Z Compiling quick-xml v0.31.0
20902024-05-14T03:24:21.292Z Compiling oso-derive v0.27.3
20912024-05-14T03:24:22.273Z Compiling pin-project-internal v1.1.3
20922024-05-14T03:24:24.041Z Compiling memoffset v0.7.1
20932024-05-14T03:24:24.372Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
20942024-05-14T03:24:25.077Z Compiling pin-project v1.1.3
20952024-05-14T03:24:25.208Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
20962024-05-14T03:24:25.808Z Compiling const_format v0.2.32
20972024-05-14T03:24:28.469Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20982024-05-14T03:24:29.773Z Compiling curve25519-dalek v4.1.2
20992024-05-14T03:24:30.204Z Compiling strip-ansi-escapes v0.2.0
21002024-05-14T03:24:30.982Z Compiling oso v0.27.3
21012024-05-14T03:24:46.236Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
21022024-05-14T03:24:47.945Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
21032024-05-14T03:24:48.415Z Compiling kstat-rs v0.2.3
21042024-05-14T03:24:49.525Z Compiling snafu-derive v0.8.2
21052024-05-14T03:24:50.003Z Compiling fs-err v2.11.0
21062024-05-14T03:24:50.318Z Compiling keccak v0.1.4
21072024-05-14T03:24:51.329Z Compiling nu-ansi-term v0.50.0
21082024-05-14T03:24:52.585Z Compiling reedline v0.31.0
21092024-05-14T03:24:53.009Z Compiling sha3 v0.10.8
21102024-05-14T03:24:53.467Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
21112024-05-14T03:24:54.230Z Compiling snafu v0.8.2
21122024-05-14T03:24:55.654Z Compiling mime_guess v2.0.4
21132024-05-14T03:24:58.440Z Compiling usdt-attr-macro v0.3.5
21142024-05-14T03:24:59.829Z Compiling usdt-macro v0.3.5
21152024-05-14T03:25:01.047Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
21162024-05-14T03:25:01.725Z Compiling env_logger v0.9.3
21172024-05-14T03:25:04.140Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
21182024-05-14T03:25:06.395Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
21192024-05-14T03:25:09.004Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21202024-05-14T03:25:09.503Z Compiling globset v0.4.13
21212024-05-14T03:25:12.092Z Compiling peg-macros v0.8.3
21222024-05-14T03:25:15.531Z Compiling olpc-cjson v0.1.3
21232024-05-14T03:25:15.639Z Compiling universal-hash v0.5.1
21242024-05-14T03:25:15.851Z Compiling secrecy v0.8.0
21252024-05-14T03:25:15.859Z Compiling serde_plain v1.0.2
21262024-05-14T03:25:16.113Z Compiling thiserror-impl-no-std v2.0.2
21272024-05-14T03:25:16.380Z Compiling bitstruct_derive v0.1.0
21282024-05-14T03:25:16.841Z Compiling nanorand v0.7.0
21292024-05-14T03:25:17.586Z Compiling curve25519-dalek-derive v0.1.0
21302024-05-14T03:25:17.679Z Compiling sqlparser_derive v0.2.2
21312024-05-14T03:25:17.901Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21322024-05-14T03:25:18.042Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21332024-05-14T03:25:18.361Z Compiling salty v0.2.0
21342024-05-14T03:25:18.691Z Compiling unicode_categories v0.1.1
21352024-05-14T03:25:18.771Z Compiling typed-path v0.7.0
21362024-05-14T03:25:18.774Z Compiling ascii v1.1.0
21372024-05-14T03:25:18.965Z Compiling opaque-debug v0.3.0
21382024-05-14T03:25:19.058Z Compiling signature v1.6.4
21392024-05-14T03:25:19.208Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21402024-05-14T03:25:19.327Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
21412024-05-14T03:25:19.508Z Compiling ed25519 v1.5.3
21422024-05-14T03:25:19.549Z Compiling rustyline v14.0.0
21432024-05-14T03:25:19.840Z Compiling poly1305 v0.8.0
21442024-05-14T03:25:21.478Z Compiling tough v0.17.1
21452024-05-14T03:25:23.438Z Compiling sqlformat v0.2.3
21462024-05-14T03:25:25.691Z Compiling thiserror-no-std v2.0.2
21472024-05-14T03:25:25.828Z Compiling sqlparser v0.45.0
21482024-05-14T03:25:29.308Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21492024-05-14T03:25:29.589Z Compiling bitstruct v0.1.1
21502024-05-14T03:25:29.719Z Compiling flume v0.11.0
21512024-05-14T03:25:30.430Z Compiling peg v0.8.3
21522024-05-14T03:25:30.540Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21532024-05-14T03:25:31.587Z Compiling usdt v0.3.5
21542024-05-14T03:25:31.975Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
21552024-05-14T03:25:32.045Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
21562024-05-14T03:25:33.399Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
21572024-05-14T03:25:41.749Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21582024-05-14T03:25:42.068Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21592024-05-14T03:25:42.375Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21602024-05-14T03:25:43.560Z Compiling chacha20 v0.9.1
21612024-05-14T03:25:44.055Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21622024-05-14T03:25:45.866Z Compiling aead v0.5.2
21632024-05-14T03:25:46.203Z Compiling bcs v0.1.6
21642024-05-14T03:25:46.316Z Compiling erased-serde v0.3.31
21652024-05-14T03:25:47.110Z Compiling serde_arrays v0.1.0
21662024-05-14T03:25:47.296Z Compiling serde-big-array v0.5.1
21672024-05-14T03:25:47.555Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21682024-05-14T03:25:48.016Z Compiling parse-size v1.0.0
21692024-05-14T03:25:48.297Z Compiling highway v1.1.0
21702024-05-14T03:25:48.417Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21712024-05-14T03:25:48.923Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
21722024-05-14T03:25:49.651Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21732024-05-14T03:25:55.127Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21742024-05-14T03:26:13.713Z Compiling chacha20poly1305 v0.10.1
21752024-05-14T03:26:15.640Z Compiling vsss-rs v3.3.4
21762024-05-14T03:26:20.165Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
21772024-05-14T03:26:20.239Z Compiling signal-hook-tokio v0.3.1
21782024-05-14T03:26:20.436Z Compiling heck v0.3.3
21792024-05-14T03:26:20.794Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
21802024-05-14T03:26:20.879Z Compiling castaway v0.2.2
21812024-05-14T03:26:21.070Z Compiling rand_seeder v0.2.3
21822024-05-14T03:26:21.453Z Compiling serde-big-array v0.4.1
21832024-05-14T03:26:21.684Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
21842024-05-14T03:26:21.993Z Compiling http-range v0.1.5
21852024-05-14T03:26:22.585Z Compiling hyper-staticfile v0.9.5
21862024-05-14T03:26:23.065Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
21872024-05-14T03:26:23.117Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
21882024-05-14T03:26:23.605Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
21892024-05-14T03:26:24.027Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
21902024-05-14T03:26:24.459Z Compiling compact_str v0.7.1
21912024-05-14T03:26:25.859Z Compiling zone_cfg_derive v0.1.2
21922024-05-14T03:26:26.038Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
21932024-05-14T03:26:34.454Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21942024-05-14T03:26:35.067Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
21952024-05-14T03:26:41.453Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
21962024-05-14T03:26:43.076Z Compiling tungstenite v0.21.0
21972024-05-14T03:26:47.046Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
21982024-05-14T03:26:47.340Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
21992024-05-14T03:26:47.644Z Compiling lru v0.12.1
22002024-05-14T03:26:47.998Z Compiling stability v0.2.0
22012024-05-14T03:26:48.418Z Compiling indoc v2.0.3
22022024-05-14T03:26:48.954Z Compiling base64 v0.13.1
22032024-05-14T03:26:49.408Z Compiling cassowary v0.3.0
22042024-05-14T03:26:49.731Z Compiling corncobs v0.1.3
22052024-05-14T03:26:50.092Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22062024-05-14T03:26:50.918Z Compiling ratatui v0.26.2
22072024-05-14T03:26:53.755Z Compiling ron v0.7.1
22082024-05-14T03:26:57.055Z Compiling tokio-tungstenite v0.21.0
22092024-05-14T03:26:57.650Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
22102024-05-14T03:26:59.331Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22112024-05-14T03:26:59.999Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
22122024-05-14T03:27:08.609Z Compiling zone v0.1.8
22132024-05-14T03:27:10.808Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
22142024-05-14T03:27:16.880Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
22152024-05-14T03:27:19.911Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
22162024-05-14T03:27:21.297Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22172024-05-14T03:27:21.407Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
22182024-05-14T03:27:21.702Z Compiling portpicker v0.1.1
22192024-05-14T03:27:22.233Z Compiling smawk v0.3.1
22202024-05-14T03:27:22.474Z Compiling unicode-linebreak v0.1.5
22212024-05-14T03:27:23.004Z Compiling textwrap v0.16.1
22222024-05-14T03:27:26.581Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
22232024-05-14T03:27:29.680Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
22242024-05-14T03:27:31.964Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22252024-05-14T03:27:40.045Z Compiling rcgen v0.12.1
22262024-05-14T03:27:41.300Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
22272024-05-14T03:27:41.780Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
22282024-05-14T03:27:42.189Z Compiling atomicwrites v0.4.3
22292024-05-14T03:27:42.724Z Compiling fatfs v0.3.6
22302024-05-14T03:27:45.577Z Compiling rtoolbox v0.0.1
22312024-05-14T03:27:45.895Z Compiling subprocess v0.2.9
22322024-05-14T03:27:45.973Z Compiling assert_matches v1.5.0
22332024-05-14T03:27:46.073Z Compiling is_ci v1.2.0
22342024-05-14T03:27:46.368Z Compiling supports-color v3.0.0
22352024-05-14T03:27:47.037Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22362024-05-14T03:27:50.949Z Compiling rpassword v7.3.1
22372024-05-14T03:27:51.230Z Compiling tui-tree-widget v0.19.0
22382024-05-14T03:27:51.406Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
22392024-05-14T03:27:51.624Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
22402024-05-14T03:27:53.396Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
22412024-05-14T03:27:53.715Z Compiling csv-core v0.1.11
22422024-05-14T03:27:53.982Z Compiling shell-words v1.1.0
22432024-05-14T03:27:54.051Z Compiling csv v1.3.0
22442024-05-14T03:27:54.420Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
22452024-05-14T03:27:54.635Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
22462024-05-14T03:27:56.135Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
22472024-05-14T03:28:06.852Z Compiling uzers v0.11.3
22482024-05-14T03:28:10.055Z Compiling multimap v0.10.0
22492024-05-14T03:28:10.451Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
22502024-05-14T03:30:33.685Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
22512024-05-14T03:30:34.047Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22522024-05-14T03:37:18.455Z Finished release [optimized] target(s) in 14m 32s
22532024-05-14T03:38:26.621Z
22542024-05-14T03:38:26.625Zreal 15:45.259515266
22552024-05-14T03:38:26.625Zuser 1:48:46.715573221
22562024-05-14T03:38:26.626Zsys 4:38.731047670
22572024-05-14T03:38:26.626Ztrap 2.501624675
22582024-05-14T03:38:26.626Ztflt 2.177315444
22592024-05-14T03:38:26.626Zdflt 2.586610306
22602024-05-14T03:38:26.626Zkflt 0.130407493
22612024-05-14T03:38:26.626Zlock 7:04:52.963175205
22622024-05-14T03:38:26.626Zslp 4:21:39.403295695
22632024-05-14T03:38:26.626Zlat 2:27.496734973
22642024-05-14T03:38:26.626Zstop 1:04.593703894
22652024-05-14T03:38:26.626Z+ ptime -m cargo build --locked --release -p xtask
22662024-05-14T03:38:27.114Z Downloading crates ...
22672024-05-14T03:38:27.212Z Downloaded cargo-platform v0.1.3
22682024-05-14T03:38:27.222Z Downloaded cargo_metadata v0.18.1
22692024-05-14T03:38:27.225Z Downloaded cargo_toml v0.20.2
22702024-05-14T03:38:27.237Z Compiling serde v1.0.201
22712024-05-14T03:38:27.237Z Compiling libc v0.2.154
22722024-05-14T03:38:27.240Z Compiling rustix v0.38.31
22732024-05-14T03:38:27.240Z Compiling hashbrown v0.14.3
22742024-05-14T03:38:27.240Z Compiling bitflags v2.4.2
22752024-05-14T03:38:27.240Z Compiling syn v2.0.60
22762024-05-14T03:38:27.301Z Compiling serde_json v1.0.116
22772024-05-14T03:38:27.341Z Compiling anyhow v1.0.83
22782024-05-14T03:38:28.433Z Compiling indexmap v2.2.6
22792024-05-14T03:38:28.750Z Compiling errno v0.3.8
22802024-05-14T03:38:29.669Z Compiling terminal_size v0.3.0
22812024-05-14T03:38:29.769Z Compiling clap_builder v4.5.2
22822024-05-14T03:38:31.763Z Compiling serde_derive v1.0.201
22832024-05-14T03:38:31.763Z Compiling thiserror-impl v1.0.59
22842024-05-14T03:38:31.768Z Compiling clap_derive v4.5.4
22852024-05-14T03:38:33.326Z Compiling thiserror v1.0.59
22862024-05-14T03:38:34.823Z Compiling clap v4.5.4
22872024-05-14T03:38:41.102Z Compiling toml_datetime v0.6.5
22882024-05-14T03:38:41.102Z Compiling serde_spanned v0.6.5
22892024-05-14T03:38:41.105Z Compiling camino v1.1.6
22902024-05-14T03:38:41.105Z Compiling cargo-platform v0.1.3
22912024-05-14T03:38:41.105Z Compiling semver v1.0.22
22922024-05-14T03:38:41.105Z Compiling macaddr v1.0.1
22932024-05-14T03:38:41.423Z Compiling toml_edit v0.22.12
22942024-05-14T03:38:42.628Z Compiling cargo_metadata v0.18.1
22952024-05-14T03:38:43.902Z Compiling toml v0.8.12
22962024-05-14T03:38:44.861Z Compiling cargo_toml v0.20.2
22972024-05-14T03:38:57.140Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
22982024-05-14T03:39:08.099Z Finished release [optimized] target(s) in 41.42s
22992024-05-14T03:39:08.155Z
23002024-05-14T03:39:08.158Zreal 41.512322647
23012024-05-14T03:39:08.158Zuser 3:04.818735693
23022024-05-14T03:39:08.158Zsys 14.791913792
23032024-05-14T03:39:08.158Ztrap 0.063360117
23042024-05-14T03:39:08.158Ztflt 0.181460619
23052024-05-14T03:39:08.158Zdflt 0.714004675
23062024-05-14T03:39:08.158Zkflt 0.000007069
23072024-05-14T03:39:08.158Zlock 4:09.403290201
23082024-05-14T03:39:08.158Zslp 3:27.405648268
23092024-05-14T03:39:08.158Zlat 3.541319926
23102024-05-14T03:39:08.158Zstop 3.462468398
23112024-05-14T03:39:08.158Z+ 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)
23122024-05-14T03:39:08.158Z+ 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
23132024-05-14T03:39:17.869ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
23142024-05-14T03:39:17.869Za out/mg-ddm-gz.tar 60398K
23152024-05-14T03:39:17.869Za out/omicron-sled-agent.tar 94611K
23162024-05-14T03:39:17.869Za out/oxlog.tar 2915K
23172024-05-14T03:39:17.869Za out/pumpkind-gz.tar 26665K
23182024-05-14T03:39:17.869Za out/target/test 1K
23192024-05-14T03:39:17.869Za out/npuzone/npuzone 23144K
23202024-05-14T03:39:17.869Za package-manifest.toml 27K
23212024-05-14T03:39:17.869Za smf/sled-agent/non-gimlet/config.toml 4K
23222024-05-14T03:39:17.869Za target/release/omicron-package 31493K
23232024-05-14T03:39:17.869Za target/release/xtask 6665K
23242024-05-14T03:39:17.873Z
23252024-05-14T03:39:17.873Zreal 9.711822420
23262024-05-14T03:39:17.873Zuser 9.399840537
23272024-05-14T03:39:17.873Zsys 0.642984653
23282024-05-14T03:39:17.873Ztrap 0.000993270
23292024-05-14T03:39:17.873Ztflt 0.000000000
23302024-05-14T03:39:17.873Zdflt 0.000000000
23312024-05-14T03:39:17.873Zkflt 0.000000000
23322024-05-14T03:39:17.873Zlock 0.000000000
23332024-05-14T03:39:17.873Zslp 9.164325912
23342024-05-14T03:39:17.873Zlat 0.212090727
23352024-05-14T03:39:17.873Zstop 0.000188294
23362024-05-14T03:39:17.873Z++ pwd
23372024-05-14T03:39:17.877Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
23382024-05-14T03:39:17.877Z+ mv out/nexus.tar.gz out/nexus-single-sled.tar.gz
23392024-05-14T03:39:17.877Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled
23402024-05-14T03:39:18.662Z Finished release [optimized] target(s) in 0.73s
23412024-05-14T03:39:18.685Z Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled`
23422024-05-14T03:39:18.717ZLogging to: /work/oxidecomputer/omicron/out/LOG
23432024-05-14T03:39:18.721ZCreated new build target 'host' and set it as active
23442024-05-14T03:39:18.721Z
23452024-05-14T03:39:18.721Zreal 0.840020406
23462024-05-14T03:39:18.721Zuser 0.557959719
23472024-05-14T03:39:18.721Zsys 0.266559647
23482024-05-14T03:39:18.721Ztrap 0.000050127
23492024-05-14T03:39:18.722Ztflt 0.000001900
23502024-05-14T03:39:18.722Zdflt 0.000035147
23512024-05-14T03:39:18.722Zkflt 0.000000000
23522024-05-14T03:39:18.722Zlock 0.024983202
23532024-05-14T03:39:18.722Zslp 0.107156568
23542024-05-14T03:39:18.722Zlat 0.003980249
23552024-05-14T03:39:18.722Zstop 0.000253730
23562024-05-14T03:39:18.722Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host package
23572024-05-14T03:39:19.496Z Finished release [optimized] target(s) in 0.72s
23582024-05-14T03:39:19.517Z Running `target/release/omicron-package -t host package`
23592024-05-14T03:39:19.550ZLogging to: /work/oxidecomputer/omicron/out/LOG
23602024-05-14T03:39:20.360Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23612024-05-14T03:41:47.948Z Finished release [optimized] target(s) in 2m 28s
23622024-05-14T03:42:36.697Z
23632024-05-14T03:42:36.707Zreal 3:17.949559122
23642024-05-14T03:42:36.707Zuser 14:10.476727222
23652024-05-14T03:42:36.707Zsys 39.881828287
23662024-05-14T03:42:36.708Ztrap 0.244739682
23672024-05-14T03:42:36.708Ztflt 0.095796362
23682024-05-14T03:42:36.708Zdflt 6.968019463
23692024-05-14T03:42:36.708Zkflt 0.093071989
23702024-05-14T03:42:36.708Zlock 1:11:45.052038196
23712024-05-14T03:42:36.709Zslp 12:33.888401316
23722024-05-14T03:42:36.709Zlat 7.500231969
23732024-05-14T03:42:36.709Zstop 2.564476047
23742024-05-14T03:42:36.709Z+ stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog pumpkind-gz
23752024-05-14T03:42:36.709Z+ for package in "$@"
23762024-05-14T03:42:36.710Z+ cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 8.0.0-0.ci+git3e7038e67b5
23772024-05-14T03:42:37.500Z Finished release [optimized] target(s) in 0.75s
23782024-05-14T03:42:37.526Z Running `target/release/omicron-package stamp omicron-sled-agent 8.0.0-0.ci+git3e7038e67b5`
23792024-05-14T03:42:37.957ZLogging to: /work/oxidecomputer/omicron/out/LOG
23802024-05-14T03:42:37.968ZCreated: out/versioned/omicron-sled-agent.tar
23812024-05-14T03:42:37.968Z+ for package in "$@"
23822024-05-14T03:42:37.968Z+ cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 8.0.0-0.ci+git3e7038e67b5
23832024-05-14T03:42:38.500Z Finished release [optimized] target(s) in 0.72s
23842024-05-14T03:42:38.521Z Running `target/release/omicron-package stamp mg-ddm-gz 8.0.0-0.ci+git3e7038e67b5`
23852024-05-14T03:42:38.554ZLogging to: /work/oxidecomputer/omicron/out/LOG
23862024-05-14T03:42:38.670ZCreated: out/versioned/mg-ddm-gz.tar
23872024-05-14T03:42:38.677Z+ for package in "$@"
23882024-05-14T03:42:38.677Z+ cargo run --locked --release --bin omicron-package -- stamp propolis-server 8.0.0-0.ci+git3e7038e67b5
23892024-05-14T03:42:39.453Z Finished release [optimized] target(s) in 0.73s
23902024-05-14T03:42:39.478Z Running `target/release/omicron-package stamp propolis-server 8.0.0-0.ci+git3e7038e67b5`
23912024-05-14T03:42:39.529ZLogging to: /work/oxidecomputer/omicron/out/LOG
23922024-05-14T03:42:40.551ZCreated: out/versioned/propolis-server.tar.gz
23932024-05-14T03:42:40.555Z+ for package in "$@"
23942024-05-14T03:42:40.555Z+ cargo run --locked --release --bin omicron-package -- stamp overlay 8.0.0-0.ci+git3e7038e67b5
23952024-05-14T03:42:41.366Z Finished release [optimized] target(s) in 0.74s
23962024-05-14T03:42:41.388Z Running `target/release/omicron-package stamp overlay 8.0.0-0.ci+git3e7038e67b5`
23972024-05-14T03:42:41.815ZLogging to: /work/oxidecomputer/omicron/out/LOG
23982024-05-14T03:42:41.815ZCreated: out/versioned/overlay.tar.gz
23992024-05-14T03:42:41.815Z+ for package in "$@"
24002024-05-14T03:42:41.815Z+ cargo run --locked --release --bin omicron-package -- stamp oxlog 8.0.0-0.ci+git3e7038e67b5
24012024-05-14T03:42:42.173Z Finished release [optimized] target(s) in 0.73s
24022024-05-14T03:42:42.197Z Running `target/release/omicron-package stamp oxlog 8.0.0-0.ci+git3e7038e67b5`
24032024-05-14T03:42:42.232ZLogging to: /work/oxidecomputer/omicron/out/LOG
24042024-05-14T03:42:42.244ZCreated: out/versioned/oxlog.tar
24052024-05-14T03:42:42.244Z+ for package in "$@"
24062024-05-14T03:42:42.245Z+ cargo run --locked --release --bin omicron-package -- stamp pumpkind-gz 8.0.0-0.ci+git3e7038e67b5
24072024-05-14T03:42:43.009Z Finished release [optimized] target(s) in 0.72s
24082024-05-14T03:42:43.032Z Running `target/release/omicron-package stamp pumpkind-gz 8.0.0-0.ci+git3e7038e67b5`
24092024-05-14T03:42:43.061ZLogging to: /work/oxidecomputer/omicron/out/LOG
24102024-05-14T03:42:43.128ZCreated: out/versioned/pumpkind-gz.tar
24112024-05-14T03:42:43.137Z+ ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
24122024-05-14T03:42:43.156Z+++ dirname -- ./tools/build-global-zone-packages.sh
24132024-05-14T03:42:43.156Z++ cd -- ./tools
24142024-05-14T03:42:43.157Z++ pwd
24152024-05-14T03:42:43.157Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
24162024-05-14T03:42:43.157Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
24172024-05-14T03:42:43.187Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
24182024-05-14T03:42:43.190Z++ readlink -f /work
24192024-05-14T03:42:43.190Z+ out_dir=/work
24202024-05-14T03:42:43.190Z+ 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")
24212024-05-14T03:42:43.190Z+ for dep in "${deps[@]}"
24222024-05-14T03:42:43.191Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]]
24232024-05-14T03:42:43.191Z+ for dep in "${deps[@]}"
24242024-05-14T03:42:43.191Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]]
24252024-05-14T03:42:43.191Z+ for dep in "${deps[@]}"
24262024-05-14T03:42:43.191Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar ]]
24272024-05-14T03:42:43.191Z+ for dep in "${deps[@]}"
24282024-05-14T03:42:43.191Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]]
24292024-05-14T03:42:43.191Z+ for dep in "${deps[@]}"
24302024-05-14T03:42:43.191Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]]
24312024-05-14T03:42:43.191Z+ for dep in "${deps[@]}"
24322024-05-14T03:42:43.191Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]]
24332024-05-14T03:42:43.194Z++ mktemp -d
24342024-05-14T03:42:43.195Z+ tmp_gz=/tmp/tmp.v6aOxi
24352024-05-14T03:42:43.195Z+ trap 'cd /; rm -rf "$tmp_gz"' EXIT
24362024-05-14T03:42:43.195Z+ echo '{"v":"1","t":"layer"}'
24372024-05-14T03:42:43.195Z+ pkg_dir=/tmp/tmp.v6aOxi/root/opt/oxide/sled-agent
24382024-05-14T03:42:43.195Z+ mkdir -p /tmp/tmp.v6aOxi/root/opt/oxide/sled-agent
24392024-05-14T03:42:43.198Z+ cd /tmp/tmp.v6aOxi/root/opt/oxide/sled-agent
24402024-05-14T03:42:43.198Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
24412024-05-14T03:42:43.263Zx ., 0 bytes, 0 tape blocks
24422024-05-14T03:42:43.263Zx zone-bundle, 27619368 bytes, 53945 tape blocks
24432024-05-14T03:42:43.263Zx sled-agent, 69222136 bytes, 135200 tape blocks
24442024-05-14T03:42:43.264Zx pkg, 0 bytes, 0 tape blocks
24452024-05-14T03:42:43.264Zx pkg/config.toml, 1657 bytes, 4 tape blocks
24462024-05-14T03:42:43.264Zx pkg/README.md, 54 bytes, 1 tape blocks
24472024-05-14T03:42:43.264Zx pkg/manifest.xml, 2373 bytes, 5 tape blocks
24482024-05-14T03:42:43.264Zx VERSION, 25 bytes, 1 tape blocks
24492024-05-14T03:42:43.274Z+ mkdir -p /tmp/tmp.v6aOxi/root/lib/svc/manifest/site/
24502024-05-14T03:42:43.274Z+ mv pkg/manifest.xml /tmp/tmp.v6aOxi/root/lib/svc/manifest/site/sled-agent.xml
24512024-05-14T03:42:43.274Z+ cd -
24522024-05-14T03:42:43.275Z/work/oxidecomputer/omicron
24532024-05-14T03:42:43.275Z+ pkg_dir=/tmp/tmp.v6aOxi/root/opt/oxide/mg-ddm
24542024-05-14T03:42:43.275Z+ mkdir -p /tmp/tmp.v6aOxi/root/opt/oxide/mg-ddm
24552024-05-14T03:42:43.275Z+ cd /tmp/tmp.v6aOxi/root/opt/oxide/mg-ddm
24562024-05-14T03:42:43.275Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
24572024-05-14T03:42:43.309Zx ., 0 bytes, 0 tape blocks
24582024-05-14T03:42:43.310Zx ddmadm, 18870416 bytes, 36857 tape blocks
24592024-05-14T03:42:43.310Zx ddmd, 42960632 bytes, 83908 tape blocks
24602024-05-14T03:42:43.310Zx pkg, 0 bytes, 0 tape blocks
24612024-05-14T03:42:43.310Zx pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks
24622024-05-14T03:42:43.310Zx pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks
24632024-05-14T03:42:43.310Zx pkg/mgd, 0 bytes, 0 tape blocks
24642024-05-14T03:42:43.311Zx pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks
24652024-05-14T03:42:43.311Zx pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks
24662024-05-14T03:42:43.311Zx pkg/ddm, 0 bytes, 0 tape blocks
24672024-05-14T03:42:43.311Zx pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks
24682024-05-14T03:42:43.311Zx VERSION, 25 bytes, 1 tape blocks
24692024-05-14T03:42:43.319Z+ cd -
24702024-05-14T03:42:43.319Z/work/oxidecomputer/omicron
24712024-05-14T03:42:43.319Z+ pkg_dir=/tmp/tmp.v6aOxi/root/opt/oxide/pumpkind
24722024-05-14T03:42:43.320Z+ mkdir -p /tmp/tmp.v6aOxi/root/opt/oxide/pumpkind
24732024-05-14T03:42:43.320Z+ cd /tmp/tmp.v6aOxi/root/opt/oxide/pumpkind
24742024-05-14T03:42:43.320Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
24752024-05-14T03:42:43.334Zx ., 0 bytes, 0 tape blocks
24762024-05-14T03:42:43.334Zx lib, 0 bytes, 0 tape blocks
24772024-05-14T03:42:43.334Zx lib/svc, 0 bytes, 0 tape blocks
24782024-05-14T03:42:43.334Zx lib/svc/manifest, 0 bytes, 0 tape blocks
24792024-05-14T03:42:43.335Zx lib/svc/manifest/system, 0 bytes, 0 tape blocks
24802024-05-14T03:42:43.335Zx lib/svc/manifest/system/pumpkind.xml, 1272 bytes, 3 tape blocks
24812024-05-14T03:42:43.335Zx bin, 0 bytes, 0 tape blocks
24822024-05-14T03:42:43.335Zx bin/svc-pumpkind, 509 bytes, 1 tape blocks
24832024-05-14T03:42:43.335Zx bin/pumpkinadm, 10675184 bytes, 20850 tape blocks
24842024-05-14T03:42:43.335Zx bin/pumpkind, 16621896 bytes, 32465 tape blocks
24852024-05-14T03:42:43.336Zx VERSION, 25 bytes, 1 tape blocks
24862024-05-14T03:42:43.348Z+ cd -
24872024-05-14T03:42:43.348Z/work/oxidecomputer/omicron
24882024-05-14T03:42:43.348Z+ pkg_dir=/tmp/tmp.v6aOxi/root/opt/oxide/oxlog
24892024-05-14T03:42:43.348Z+ mkdir -p /tmp/tmp.v6aOxi/root/opt/oxide/oxlog
24902024-05-14T03:42:43.348Z+ cd /tmp/tmp.v6aOxi/root/opt/oxide/oxlog
24912024-05-14T03:42:43.349Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar
24922024-05-14T03:42:43.349Zx ., 0 bytes, 0 tape blocks
24932024-05-14T03:42:43.349Zx oxlog, 2981448 bytes, 5824 tape blocks
24942024-05-14T03:42:43.349Zx VERSION, 25 bytes, 1 tape blocks
24952024-05-14T03:42:43.349Z+ cd -
24962024-05-14T03:42:43.349Z/work/oxidecomputer/omicron
24972024-05-14T03:42:43.349Z+ cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.v6aOxi/root/opt/oxide
24982024-05-14T03:42:43.428Z+ cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.v6aOxi/root/opt/oxide
24992024-05-14T03:42:43.452Z+ cd /tmp/tmp.v6aOxi
25002024-05-14T03:42:43.453Z+ tar cvfz /work/global-zone-packages.tar.gz oxide.json root
25012024-05-14T03:42:52.328ZCompressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'...
25022024-05-14T03:42:52.328Za oxide.json 1K
25032024-05-14T03:42:52.328Za root/ 0K
25042024-05-14T03:42:52.329Za root/opt/ 0K
25052024-05-14T03:42:52.329Za root/opt/oxide/ 0K
25062024-05-14T03:42:52.329Za root/opt/oxide/sled-agent/ 0K
25072024-05-14T03:42:52.329Za root/opt/oxide/sled-agent/zone-bundle 26973K
25082024-05-14T03:42:52.329Za root/opt/oxide/sled-agent/sled-agent 67600K
25092024-05-14T03:42:52.330Za root/opt/oxide/sled-agent/pkg/ 0K
25102024-05-14T03:42:52.330Za root/opt/oxide/sled-agent/pkg/config.toml 2K
25112024-05-14T03:42:52.330Za root/opt/oxide/sled-agent/pkg/README.md 1K
25122024-05-14T03:42:52.330Za root/opt/oxide/sled-agent/VERSION 1K
25132024-05-14T03:42:52.330Za root/opt/oxide/mg-ddm/ 0K
25142024-05-14T03:42:52.330Za root/opt/oxide/mg-ddm/ddmadm 18429K
25152024-05-14T03:42:52.331Za root/opt/oxide/mg-ddm/ddmd 41954K
25162024-05-14T03:42:52.331Za root/opt/oxide/mg-ddm/pkg/ 0K
25172024-05-14T03:42:52.331Za root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K
25182024-05-14T03:42:52.331Za root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K
25192024-05-14T03:42:52.332Za root/opt/oxide/mg-ddm/pkg/mgd/ 0K
25202024-05-14T03:42:52.332Za root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K
25212024-05-14T03:42:52.332Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
25222024-05-14T03:42:52.332Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
25232024-05-14T03:42:52.333Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
25242024-05-14T03:42:52.333Za root/opt/oxide/mg-ddm/VERSION 1K
25252024-05-14T03:42:52.333Za root/opt/oxide/pumpkind/ 0K
25262024-05-14T03:42:52.333Za root/opt/oxide/pumpkind/lib/ 0K
25272024-05-14T03:42:52.333Za root/opt/oxide/pumpkind/lib/svc/ 0K
25282024-05-14T03:42:52.334Za root/opt/oxide/pumpkind/lib/svc/manifest/ 0K
25292024-05-14T03:42:52.334Za root/opt/oxide/pumpkind/lib/svc/manifest/system/ 0K
25302024-05-14T03:42:52.334Za root/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml 2K
25312024-05-14T03:42:52.334Za root/opt/oxide/pumpkind/bin/ 0K
25322024-05-14T03:42:52.334Za root/opt/oxide/pumpkind/bin/svc-pumpkind 1K
25332024-05-14T03:42:52.335Za root/opt/oxide/pumpkind/bin/pumpkinadm 10425K
25342024-05-14T03:42:52.335Za root/opt/oxide/pumpkind/bin/pumpkind 16233K
25352024-05-14T03:42:52.335Za root/opt/oxide/pumpkind/VERSION 1K
25362024-05-14T03:42:52.335Za root/opt/oxide/oxlog/ 0K
25372024-05-14T03:42:52.335Za root/opt/oxide/oxlog/oxlog 2912K
25382024-05-14T03:42:52.335Za root/opt/oxide/oxlog/VERSION 1K
25392024-05-14T03:42:52.335Za root/opt/oxide/propolis-server.tar.gz 65038K
25402024-05-14T03:42:52.336Za root/opt/oxide/overlay.tar.gz 3K
25412024-05-14T03:42:52.336Za root/lib/ 0K
25422024-05-14T03:42:52.336Za root/lib/svc/ 0K
25432024-05-14T03:42:52.336Za root/lib/svc/manifest/ 0K
25442024-05-14T03:42:52.336Za root/lib/svc/manifest/site/ 0K
25452024-05-14T03:42:52.336Za root/lib/svc/manifest/site/sled-agent.xml 3K
25462024-05-14T03:42:52.342Z+ cd /
25472024-05-14T03:42:52.342Z+ rm -rf /tmp/tmp.v6aOxi
25482024-05-14T03:42:52.355Z
25492024-05-14T03:42:52.361Zreal 9.222116369
25502024-05-14T03:42:52.361Zuser 8.623074574
25512024-05-14T03:42:52.361Zsys 0.588868459
25522024-05-14T03:42:52.361Ztrap 0.001417129
25532024-05-14T03:42:52.361Ztflt 0.000000000
25542024-05-14T03:42:52.361Zdflt 0.000000000
25552024-05-14T03:42:52.362Zkflt 0.000000000
25562024-05-14T03:42:52.362Zlock 0.000000000
25572024-05-14T03:42:52.362Zslp 17.920101166
25582024-05-14T03:42:52.362Zlat 0.197778490
25592024-05-14T03:42:52.362Zstop 0.000212143
25602024-05-14T03:42:52.362Z+ mkdir -p /work/zones
25612024-05-14T03:42:52.362Z+ 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)
25622024-05-14T03:42:52.362Z+ 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/
25632024-05-14T03:42:54.589Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline
25642024-05-14T03:42:55.454Z Finished release [optimized] target(s) in 0.80s
25652024-05-14T03:42:55.472Z Running `target/release/omicron-package -t recovery target create -i trampoline`
25662024-05-14T03:42:55.503ZLogging to: /work/oxidecomputer/omicron/out/LOG
25672024-05-14T03:42:55.515ZCreated new build target 'recovery' and set it as active
25682024-05-14T03:42:55.515Z
25692024-05-14T03:42:55.515Zreal 0.904993198
25702024-05-14T03:42:55.515Zuser 0.593706876
25712024-05-14T03:42:55.516Zsys 0.292020459
25722024-05-14T03:42:55.516Ztrap 0.000817097
25732024-05-14T03:42:55.516Ztflt 0.000031768
25742024-05-14T03:42:55.516Zdflt 0.000010848
25752024-05-14T03:42:55.516Zkflt 0.000000000
25762024-05-14T03:42:55.516Zlock 0.023082083
25772024-05-14T03:42:55.516Zslp 0.109678388
25782024-05-14T03:42:55.517Zlat 0.005465449
25792024-05-14T03:42:55.517Zstop 0.000259381
25802024-05-14T03:42:55.517Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package
25812024-05-14T03:42:56.298Z Finished release [optimized] target(s) in 0.74s
25822024-05-14T03:42:56.319Z Running `target/release/omicron-package -t recovery package`
25832024-05-14T03:42:56.355ZLogging to: /work/oxidecomputer/omicron/out/LOG
25842024-05-14T03:42:57.048Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
25852024-05-14T03:42:59.419Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
25862024-05-14T03:43:18.331Z Finished release [optimized] target(s) in 21.92s
25872024-05-14T03:43:18.881Z
25882024-05-14T03:43:18.881Zreal 23.374321364
25892024-05-14T03:43:18.882Zuser 1:37.946758059
25902024-05-14T03:43:18.882Zsys 6.629424780
25912024-05-14T03:43:18.882Ztrap 0.064835224
25922024-05-14T03:43:18.882Ztflt 0.076685405
25932024-05-14T03:43:18.883Zdflt 0.332633603
25942024-05-14T03:43:18.888Zkflt 0.000025428
25952024-05-14T03:43:18.888Zlock 5:39.245018021
25962024-05-14T03:43:18.888Zslp 1:24.892992247
25972024-05-14T03:43:18.888Zlat 0.921205973
25982024-05-14T03:43:18.889Zstop 0.617634100
25992024-05-14T03:43:18.889Z+ stamp_packages installinator mg-ddm-gz
26002024-05-14T03:43:18.889Z+ for package in "$@"
26012024-05-14T03:43:18.889Z+ cargo run --locked --release --bin omicron-package -- stamp installinator 8.0.0-0.ci+git3e7038e67b5
26022024-05-14T03:43:19.695Z Finished release [optimized] target(s) in 0.74s
26032024-05-14T03:43:19.708Z Running `target/release/omicron-package stamp installinator 8.0.0-0.ci+git3e7038e67b5`
26042024-05-14T03:43:19.732ZLogging to: /work/oxidecomputer/omicron/out/LOG
26052024-05-14T03:43:19.805ZCreated: out/versioned/installinator.tar
26062024-05-14T03:43:19.812Z+ for package in "$@"
26072024-05-14T03:43:19.812Z+ cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 8.0.0-0.ci+git3e7038e67b5
26082024-05-14T03:43:20.594Z Finished release [optimized] target(s) in 0.75s
26092024-05-14T03:43:20.622Z Running `target/release/omicron-package stamp mg-ddm-gz 8.0.0-0.ci+git3e7038e67b5`
26102024-05-14T03:43:21.042ZLogging to: /work/oxidecomputer/omicron/out/LOG
26112024-05-14T03:43:21.042ZCreated: out/versioned/mg-ddm-gz.tar
26122024-05-14T03:43:21.042Z+ ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
26132024-05-14T03:43:21.042Z+++ dirname -- ./tools/build-trampoline-global-zone-packages.sh
26142024-05-14T03:43:21.042Z++ cd -- ./tools
26152024-05-14T03:43:21.042Z++ pwd
26162024-05-14T03:43:21.042Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
26172024-05-14T03:43:21.042Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
26182024-05-14T03:43:21.042Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
26192024-05-14T03:43:21.043Z++ readlink -f /work
26202024-05-14T03:43:21.043Z+ out_dir=/work
26212024-05-14T03:43:21.043Z+ deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar)
26222024-05-14T03:43:21.043Z+ for dep in "${deps[@]}"
26232024-05-14T03:43:21.043Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]]
26242024-05-14T03:43:21.043Z+ for dep in "${deps[@]}"
26252024-05-14T03:43:21.043Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]]
26262024-05-14T03:43:21.043Z++ mktemp -d
26272024-05-14T03:43:21.043Z+ tmp_trampoline=/tmp/tmp.pfayCi
26282024-05-14T03:43:21.043Z+ trap 'cd /; rm -rf "$tmp_trampoline"' EXIT
26292024-05-14T03:43:21.043Z+ echo '{"v":"1","t":"layer"}'
26302024-05-14T03:43:21.043Z+ pkg_dir=/tmp/tmp.pfayCi/root/opt/oxide/installinator
26312024-05-14T03:43:21.043Z+ mkdir -p /tmp/tmp.pfayCi/root/opt/oxide/installinator
26322024-05-14T03:43:21.043Z+ cd /tmp/tmp.pfayCi/root/opt/oxide/installinator
26332024-05-14T03:43:21.043Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar
26342024-05-14T03:43:21.043Zx ., 0 bytes, 0 tape blocks
26352024-05-14T03:43:21.043Zx installinator, 39330088 bytes, 76817 tape blocks
26362024-05-14T03:43:21.044Zx pkg, 0 bytes, 0 tape blocks
26372024-05-14T03:43:21.044Zx pkg/manifest.xml, 2149 bytes, 5 tape blocks
26382024-05-14T03:43:21.044Zx VERSION, 25 bytes, 1 tape blocks
26392024-05-14T03:43:21.044Z+ mkdir -p /tmp/tmp.pfayCi/root/lib/svc/manifest/site/
26402024-05-14T03:43:21.044Z+ mv pkg/manifest.xml /tmp/tmp.pfayCi/root/lib/svc/manifest/site/installinator.xml
26412024-05-14T03:43:21.044Z+ cd -
26422024-05-14T03:43:21.044Z/work/oxidecomputer/omicron
26432024-05-14T03:43:21.044Z+ pkg_dir=/tmp/tmp.pfayCi/root/opt/oxide/mg-ddm
26442024-05-14T03:43:21.044Z+ mkdir -p /tmp/tmp.pfayCi/root/opt/oxide/mg-ddm
26452024-05-14T03:43:21.044Z+ cd /tmp/tmp.pfayCi/root/opt/oxide/mg-ddm
26462024-05-14T03:43:21.044Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
26472024-05-14T03:43:21.044Zx ., 0 bytes, 0 tape blocks
26482024-05-14T03:43:21.044Zx ddmadm, 18870416 bytes, 36857 tape blocks
26492024-05-14T03:43:21.044Zx ddmd, 42960632 bytes, 83908 tape blocks
26502024-05-14T03:43:21.045Zx pkg, 0 bytes, 0 tape blocks
26512024-05-14T03:43:21.045Zx pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks
26522024-05-14T03:43:21.045Zx pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks
26532024-05-14T03:43:21.045Zx pkg/mgd, 0 bytes, 0 tape blocks
26542024-05-14T03:43:21.045Zx pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks
26552024-05-14T03:43:21.045Zx pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks
26562024-05-14T03:43:21.045Zx pkg/ddm, 0 bytes, 0 tape blocks
26572024-05-14T03:43:21.045Zx pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks
26582024-05-14T03:43:21.045Zx VERSION, 25 bytes, 1 tape blocks
26592024-05-14T03:43:21.045Z+ cd -
26602024-05-14T03:43:21.045Z/work/oxidecomputer/omicron
26612024-05-14T03:43:21.045Z+ cd /tmp/tmp.pfayCi
26622024-05-14T03:43:21.045Z+ tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root
26632024-05-14T03:43:24.865ZCompressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'...
26642024-05-14T03:43:24.865Za oxide.json 1K
26652024-05-14T03:43:24.865Za root/ 0K
26662024-05-14T03:43:24.865Za root/opt/ 0K
26672024-05-14T03:43:24.865Za root/opt/oxide/ 0K
26682024-05-14T03:43:24.866Za root/opt/oxide/installinator/ 0K
26692024-05-14T03:43:24.866Za root/opt/oxide/installinator/installinator 38409K
26702024-05-14T03:43:24.866Za root/opt/oxide/installinator/pkg/ 0K
26712024-05-14T03:43:24.866Za root/opt/oxide/installinator/VERSION 1K
26722024-05-14T03:43:24.866Za root/opt/oxide/mg-ddm/ 0K
26732024-05-14T03:43:24.866Za root/opt/oxide/mg-ddm/ddmadm 18429K
26742024-05-14T03:43:24.866Za root/opt/oxide/mg-ddm/ddmd 41954K
26752024-05-14T03:43:24.866Za root/opt/oxide/mg-ddm/pkg/ 0K
26762024-05-14T03:43:24.867Za root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K
26772024-05-14T03:43:24.867Za root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K
26782024-05-14T03:43:24.867Za root/opt/oxide/mg-ddm/pkg/mgd/ 0K
26792024-05-14T03:43:24.867Za root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K
26802024-05-14T03:43:24.867Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
26812024-05-14T03:43:24.867Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
26822024-05-14T03:43:24.867Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
26832024-05-14T03:43:24.867Za root/opt/oxide/mg-ddm/VERSION 1K
26842024-05-14T03:43:24.867Za root/lib/ 0K
26852024-05-14T03:43:24.867Za root/lib/svc/ 0K
26862024-05-14T03:43:24.867Za root/lib/svc/manifest/ 0K
26872024-05-14T03:43:24.867Za root/lib/svc/manifest/site/ 0K
26882024-05-14T03:43:24.867Za root/lib/svc/manifest/site/installinator.xml 3K
26892024-05-14T03:43:24.873Z+ cd /
26902024-05-14T03:43:24.873Z+ rm -rf /tmp/tmp.pfayCi
26912024-05-14T03:43:24.882Z
26922024-05-14T03:43:24.882Zreal 4.137311988
26932024-05-14T03:43:24.883Zuser 3.922445082
26942024-05-14T03:43:24.883Zsys 0.226768342
26952024-05-14T03:43:24.883Ztrap 0.000438592
26962024-05-14T03:43:24.883Ztflt 0.000000000
26972024-05-14T03:43:24.883Zdflt 0.000000000
26982024-05-14T03:43:24.883Zkflt 0.000000000
26992024-05-14T03:43:24.884Zlock 0.000000000
27002024-05-14T03:43:24.884Zslp 8.052558985
27012024-05-14T03:43:24.884Zlat 0.077986888
27022024-05-14T03:43:24.884Zstop 0.000221556
27032024-05-14T03:43:24.884Zprocess exited: duration 1714410 ms, exit code 0
 
27042024-05-14T03:43:24.910Zfound 22 output files
27052024-05-14T03:43:24.910Zuploading: /work/version.txt (26 bytes)
27062024-05-14T03:43:25.981Zuploaded: /work/version.txt
27072024-05-14T03:43:25.981Zuploading: /work/package.tar.gz (85511349 bytes)
27082024-05-14T03:43:57.615Zuploaded: /work/package.tar.gz
27092024-05-14T03:43:57.633Zuploading: /work/global-zone-packages.tar.gz (130412492 bytes)
27102024-05-14T03:44:57.603Zuploaded: /work/global-zone-packages.tar.gz
27112024-05-14T03:44:57.603Zuploading: /work/trampoline-global-zone-packages.tar.gz (34276587 bytes)
27122024-05-14T03:45:13.972Zuploaded: /work/trampoline-global-zone-packages.tar.gz
27132024-05-14T03:45:13.973Zuploading: /work/zones/clickhouse.tar.gz (228102725 bytes)
27142024-05-14T03:46:49.863Zuploaded: /work/zones/clickhouse.tar.gz
27152024-05-14T03:46:49.863Zuploading: /work/zones/clickhouse_keeper.tar.gz (228073504 bytes)
27162024-05-14T03:48:29.731Zuploaded: /work/zones/clickhouse_keeper.tar.gz
27172024-05-14T03:48:29.731Zuploading: /work/zones/cockroachdb.tar.gz (123588903 bytes)
27182024-05-14T03:49:23.600Zuploaded: /work/zones/cockroachdb.tar.gz
27192024-05-14T03:49:23.600Zuploading: /work/zones/crucible-pantry-zone.tar.gz (27727085 bytes)
27202024-05-14T03:49:32.836Zuploaded: /work/zones/crucible-pantry-zone.tar.gz
27212024-05-14T03:49:32.837Zuploading: /work/zones/crucible-zone.tar.gz (38644485 bytes)
27222024-05-14T03:49:47.044Zuploaded: /work/zones/crucible-zone.tar.gz
27232024-05-14T03:49:47.044Zuploading: /work/zones/external-dns.tar.gz (25722066 bytes)
27242024-05-14T03:50:01.713Zuploaded: /work/zones/external-dns.tar.gz
27252024-05-14T03:50:01.713Zuploading: /work/zones/internal-dns.tar.gz (25721377 bytes)
27262024-05-14T03:50:14.612Zuploaded: /work/zones/internal-dns.tar.gz
27272024-05-14T03:50:14.612Zuploading: /work/zones/nexus-single-sled.tar.gz (84631324 bytes)
27282024-05-14T03:50:40.105Zuploaded: /work/zones/nexus-single-sled.tar.gz
27292024-05-14T03:50:40.139Zuploading: /work/zones/nexus.tar.gz (84639596 bytes)
27302024-05-14T03:51:12.988Zuploaded: /work/zones/nexus.tar.gz
27312024-05-14T03:51:12.988Zuploading: /work/zones/ntp.tar.gz (8920749 bytes)
27322024-05-14T03:51:18.594Zuploaded: /work/zones/ntp.tar.gz
27332024-05-14T03:51:18.599Zuploading: /work/zones/omicron-gateway-asic.tar.gz (14671815 bytes)
27342024-05-14T03:51:23.391Zuploaded: /work/zones/omicron-gateway-asic.tar.gz
27352024-05-14T03:51:23.413Zuploading: /work/zones/omicron-gateway-softnpu.tar.gz (14670965 bytes)
27362024-05-14T03:51:28.239Zuploaded: /work/zones/omicron-gateway-softnpu.tar.gz
27372024-05-14T03:51:28.239Zuploading: /work/zones/overlay.tar.gz (2622 bytes)
27382024-05-14T03:51:29.252Zuploaded: /work/zones/overlay.tar.gz
27392024-05-14T03:51:29.252Zuploading: /work/zones/oximeter.tar.gz (41984755 bytes)
27402024-05-14T03:51:46.353Zuploaded: /work/zones/oximeter.tar.gz
27412024-05-14T03:51:46.353Zuploading: /work/zones/probe.tar.gz (2829470 bytes)
27422024-05-14T03:51:48.341Zuploaded: /work/zones/probe.tar.gz
27432024-05-14T03:51:48.341Zuploading: /work/zones/propolis-server.tar.gz (66596368 bytes)
27442024-05-14T03:52:10.512Zuploaded: /work/zones/propolis-server.tar.gz
27452024-05-14T03:52:10.966Zuploading: /work/zones/switch-asic.tar.gz (296418347 bytes)
27462024-05-14T03:53:53.953Zuploaded: /work/zones/switch-asic.tar.gz
27472024-05-14T03:53:53.953Zuploading: /work/zones/switch-softnpu.tar.gz (200335347 bytes)
27482024-05-14T03:55:21.091Zuploaded: /work/zones/switch-softnpu.tar.gz