01HTH2HZ6JNX1737B26C4YBF87: 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: 01HTH2JFYS0GY6T4PGHGCTMED5

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-04-03T04:15:56.303Zjob assigned to worker 01HTH2KM27WP7Y98YB6ZHARFRS (queued for 2 m 40 s)
 
22024-04-03T04:16:03.991Zstarting task 0: "setup"
32024-04-03T04:16:04.055Z++ uname -s
42024-04-03T04:16:04.059Z+ kern=SunOS
52024-04-03T04:16:04.060Z+ case "$kern" in
62024-04-03T04:16:04.060Z+ groupadd -g 12345 build
72024-04-03T04:16:04.112Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-04-03T04:16:06.120Z+ zfs create -o mountpoint=/work rpool/work
92024-04-03T04:16:06.222Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-04-03T04:16:06.226Z+ home_fs=zfs
112024-04-03T04:16:06.226Z+ [[ zfs == autofs ]]
122024-04-03T04:16:06.226Z+ mkdir -p /home/build
132024-04-03T04:16:06.229Z+ chown build:build /home/build /work
142024-04-03T04:16:07.229Z+ chmod 0700 /home/build /work
152024-04-03T04:16:07.233Zprocess exited: duration 3241 ms, exit code 0
 
162024-04-03T04:16:07.239Zstarting task 1: "rust-toolchain"
172024-04-03T04:16:07.247Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-04-03T04:16:07.254Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-04-03T04:16:07.734Zinfo: downloading installer
202024-04-03T04:16:09.740Zwarning: it looks like you have an existing installation of Rust at:
212024-04-03T04:16:09.740Zwarning: /opt/ooce/bin
222024-04-03T04:16:09.740Zwarning: It is recommended that rustup be the primary Rust installation.
232024-04-03T04:16:09.740Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-04-03T04:16:09.740Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-04-03T04:16:09.740Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-04-03T04:16:09.741Zwarning: or pass `-y' to ignore all ignorable checks.
272024-04-03T04:16:09.741Zerror: cannot install while Rust is installed
282024-04-03T04:16:09.741Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-04-03T04:16:10.114Zinfo: profile set to 'default'
302024-04-03T04:16:10.114Zinfo: default host triple is x86_64-unknown-illumos
312024-04-03T04:16:10.117Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-04-03T04:16:10.255Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-04-03T04:16:10.255Zinfo: downloading component 'cargo'
342024-04-03T04:16:11.035Zinfo: downloading component 'clippy'
352024-04-03T04:16:11.313Zinfo: downloading component 'rust-docs'
362024-04-03T04:16:12.294Zinfo: downloading component 'rust-std'
372024-04-03T04:16:14.035Zinfo: downloading component 'rustc'
382024-04-03T04:16:18.290Zinfo: downloading component 'rustfmt'
392024-04-03T04:16:18.545Zinfo: installing component 'cargo'
402024-04-03T04:16:19.383Zinfo: installing component 'clippy'
412024-04-03T04:16:19.747Zinfo: installing component 'rust-docs'
422024-04-03T04:16:21.182Zinfo: installing component 'rust-std'
432024-04-03T04:16:23.058Zinfo: installing component 'rustc'
442024-04-03T04:16:27.363Zinfo: installing component 'rustfmt'
452024-04-03T04:16:27.724Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-04-03T04:16:27.725Z
472024-04-03T04:16:28.024Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-04-03T04:16:28.024Z
492024-04-03T04:16:28.027Z
502024-04-03T04:16:28.027ZRust is installed now. Great!
512024-04-03T04:16:28.027Z
522024-04-03T04:16:28.027ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-04-03T04:16:28.027Zenvironment variable. This has not been done automatically.
542024-04-03T04:16:28.027Z
552024-04-03T04:16:28.027ZTo configure your current shell, you need to source
562024-04-03T04:16:28.027Zthe corresponding env file under $HOME/.cargo.
572024-04-03T04:16:28.027Z
582024-04-03T04:16:28.027ZThis is usually done by running one of the following (note the leading DOT):
592024-04-03T04:16:28.027Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-04-03T04:16:28.027Zsource "$HOME/.cargo/env.fish" # For fish
612024-04-03T04:16:28.124Z+ rustc --version
622024-04-03T04:16:28.196Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-04-03T04:16:28.202Zprocess exited: duration 20958 ms, exit code 0
 
642024-04-03T04:16:28.208Zstarting task 2: "authentication"
652024-04-03T04:16:28.233Zprocess exited: duration 24 ms, exit code 0
 
662024-04-03T04:16:28.240Zstarting task 3: "clone repository"
672024-04-03T04:16:28.245Z+ mkdir -p /work/oxidecomputer/omicron
682024-04-03T04:16:28.249Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-04-03T04:16:28.491ZCloning into '/work/oxidecomputer/omicron'...
702024-04-03T04:16:57.779Z+ cd /work/oxidecomputer/omicron
712024-04-03T04:16:57.780Z+ git fetch origin 6dfdadfbd861ce8a1a1844bb927f3f062e72bf79
722024-04-03T04:16:58.508ZFrom https://github.com/oxidecomputer/omicron
732024-04-03T04:16:58.508Z * branch 6dfdadfbd861ce8a1a1844bb927f3f062e72bf79 -> FETCH_HEAD
742024-04-03T04:16:58.518Z+ [[ -n renovate/diesel-2.x ]]
752024-04-03T04:16:58.521Z++ git branch --show-current
762024-04-03T04:16:58.524Z+ current=main
772024-04-03T04:16:58.525Z+ [[ main != renovate/diesel-2.x ]]
782024-04-03T04:16:58.525Z+ git branch -f renovate/diesel-2.x 6dfdadfbd861ce8a1a1844bb927f3f062e72bf79
792024-04-03T04:16:58.528Z+ git checkout -f renovate/diesel-2.x
802024-04-03T04:16:58.653ZSwitched to branch 'renovate/diesel-2.x'
812024-04-03T04:16:58.656Z+ git reset --hard 6dfdadfbd861ce8a1a1844bb927f3f062e72bf79
822024-04-03T04:16:58.668ZHEAD is now at 6dfdadfbd Update Rust crate diesel to 2.1.5
832024-04-03T04:16:58.671Zprocess exited: duration 30426 ms, exit code 0
 
842024-04-03T04:16:58.678Zstarting task 4: "build"
852024-04-03T04:16:58.684Z+ cargo --version
862024-04-03T04:16:58.692Zinfo: syncing channel updates for '1.76.0-x86_64-unknown-illumos'
872024-04-03T04:16:58.888Zinfo: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04)
882024-04-03T04:16:58.888Zinfo: downloading component 'cargo'
892024-04-03T04:16:59.749Zinfo: downloading component 'clippy'
902024-04-03T04:17:00.021Zinfo: downloading component 'rust-docs'
912024-04-03T04:17:01.109Zinfo: downloading component 'rust-std'
922024-04-03T04:17:02.877Zinfo: downloading component 'rustc'
932024-04-03T04:17:07.412Zinfo: downloading component 'rustfmt'
942024-04-03T04:17:07.717Zinfo: installing component 'cargo'
952024-04-03T04:17:08.645Zinfo: installing component 'clippy'
962024-04-03T04:17:09.064Zinfo: installing component 'rust-docs'
972024-04-03T04:17:10.585Zinfo: installing component 'rust-std'
982024-04-03T04:17:12.468Zinfo: installing component 'rustc'
992024-04-03T04:17:16.712Zinfo: installing component 'rustfmt'
1002024-04-03T04:17:17.116Zcargo 1.76.0 (c84b36747 2024-01-18)
1012024-04-03T04:17:17.120Z+ rustc --version
1022024-04-03T04:17:17.188Zrustc 1.76.0 (07dca489a 2024-02-04)
1032024-04-03T04:17:17.194Z++ git rev-parse HEAD
1042024-04-03T04:17:17.197Z+ COMMIT=6dfdadfbd861ce8a1a1844bb927f3f062e72bf79
1052024-04-03T04:17:17.197Z+ VERSION=7.0.0-0.ci+git6dfdadfbd86
1062024-04-03T04:17:17.197Z+ echo 7.0.0-0.ci+git6dfdadfbd86
1072024-04-03T04:17:17.197Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1082024-04-03T04:17:26.911Z Startup: Refreshing catalog 'helios-dev' ... Done
1092024-04-03T04:17:28.432Z Startup: Caching catalogs ... Done
1102024-04-03T04:17:30.324ZPlanning: Solver setup ... Done (1.464s)
1112024-04-03T04:17:30.350ZPlanning: Running solver ... Done (0.028s)
1122024-04-03T04:17:30.523ZPlanning: Finding local manifests ... Done (0.145s)
1132024-04-03T04:17:30.536ZPlanning: Fetching manifests: 0/4 0% complete
1142024-04-03T04:17:31.412ZPlanning: Fetching manifests: 4/4 100% complete
1152024-04-03T04:17:31.467ZPlanning: Package planning ... Done (0.055s)
1162024-04-03T04:17:31.521ZPlanning: Merging actions ... Done (0.054s)
1172024-04-03T04:17:32.101ZPlanning: Checking for conflicting actions ... Done (0.580s)
1182024-04-03T04:17:32.114ZPlanning: Consolidating action changes ... Done (0.012s)
1192024-04-03T04:17:37.679ZPlanning: Evaluating mediators ... Done (5.564s)
1202024-04-03T04:17:37.703ZPlanning: Planning completed in 9.20 seconds
1212024-04-03T04:17:37.728Z Packages to install: 4
1222024-04-03T04:17:37.729Z Mediators to change: 2
1232024-04-03T04:17:37.729Z Services to change: 1
1242024-04-03T04:17:37.729Z Estimated space available: 155.32 GB
1252024-04-03T04:17:37.730ZEstimated space to be consumed: 1.43 GB
1262024-04-03T04:17:37.730Z Create boot environment: No
1272024-04-03T04:17:37.730ZCreate backup boot environment: No
1282024-04-03T04:17:37.730Z Rebuild boot archive: No
1292024-04-03T04:17:37.731Z
1302024-04-03T04:17:37.731ZChanged mediators:
1312024-04-03T04:17:37.731Z mediator clang:
1322024-04-03T04:17:37.731Z version: None -> 15 (system default)
1332024-04-03T04:17:37.732Z
1342024-04-03T04:17:37.732Z mediator llvm:
1352024-04-03T04:17:37.732Z version: 14 (system default) -> 15 (system default)
1362024-04-03T04:17:37.732Z
1372024-04-03T04:17:37.733ZChanged packages:
1382024-04-03T04:17:37.733Zhelios-dev
1392024-04-03T04:17:37.733Z developer/build-essential
1402024-04-03T04:17:37.733Z None -> 11-2.0
1412024-04-03T04:17:37.733Z library/libxmlsec1
1422024-04-03T04:17:37.733Z None -> 1.2.35-2.0
1432024-04-03T04:17:37.734Z ooce/developer/clang-15
1442024-04-03T04:17:37.734Z None -> 15.0.7-2.0
1452024-04-03T04:17:37.734Z ooce/developer/llvm-15
1462024-04-03T04:17:37.734Z None -> 15.0.7-2.0
1472024-04-03T04:17:37.734Z
1482024-04-03T04:17:37.734ZServices:
1492024-04-03T04:17:37.735Z restart_fmri:
1502024-04-03T04:17:37.735Z svc:/system/update-man-index:default
1512024-04-03T04:17:37.833Z
1522024-04-03T04:17:37.833ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1532024-04-03T04:17:42.849ZDownload: 812/3290 items 18.4/212.6MB 8% complete (3.9M/s)
1542024-04-03T04:17:48.120ZDownload: 1197/3290 items 83.4/212.6MB 39% complete (10.1M/s)
1552024-04-03T04:17:53.542ZDownload: 1688/3290 items 117.9/212.6MB 55% complete (9.9M/s)
1562024-04-03T04:17:58.967ZDownload: 2223/3290 items 119.1/212.6MB 56% complete (4.0M/s)
1572024-04-03T04:18:03.971ZDownload: 2396/3290 items 119.8/212.6MB 56% complete (149k/s)
1582024-04-03T04:18:08.970ZDownload: 3243/3290 items 199.5/212.6MB 93% complete (8.8M/s)
1592024-04-03T04:18:13.580ZDownload: Completed 212.60 MB in 35.74 seconds (6.0M/s)
1602024-04-03T04:18:13.773Z Actions: 1/3689 actions (Installing new actions)
1612024-04-03T04:18:18.774Z Actions: 3596/3689 actions (Installing new actions)
1622024-04-03T04:18:19.016Z Actions: Completed 3689 actions in 5.24 seconds.
1632024-04-03T04:18:19.235Z Done (0.213s)
1642024-04-03T04:18:19.235Z Done (0.000s)
1652024-04-03T04:18:19.502Z Done (0.263s)
1662024-04-03T04:18:25.065Z Done (5.415s)
1672024-04-03T04:18:25.273Z Done (0.133s)
1682024-04-03T04:18:25.277Z Done (0.000s)
1692024-04-03T04:18:25.452Z Done (0.000s)
1702024-04-03T04:18:25.995ZPlanning: Evaluating mediator changes ... Done
1712024-04-03T04:18:26.167ZPlanning: Checking for conflicting actions ... Done
1722024-04-03T04:18:26.177ZPlanning: Consolidating action changes ... Done
1732024-04-03T04:18:26.448ZPlanning: Evaluating mediators ... Done
1742024-04-03T04:18:26.452ZPlanning: Planning completed in 0.45 seconds
1752024-04-03T04:18:26.483Z Mediators to change: 2
1762024-04-03T04:18:26.486Z Create boot environment: No
1772024-04-03T04:18:26.486ZCreate backup boot environment: No
1782024-04-03T04:18:26.553Z Done
1792024-04-03T04:18:26.553Z Done
1802024-04-03T04:18:26.708Z Done
1812024-04-03T04:18:30.661Z Done
1822024-04-03T04:18:30.757Z Done
1832024-04-03T04:18:30.760Z Done
1842024-04-03T04:18:30.874Z Done
1852024-04-03T04:18:31.545ZPlanning: Evaluating mediator changes ... Done
1862024-04-03T04:18:31.548ZPlanning: Merging actions ... Done
1872024-04-03T04:18:31.741ZPlanning: Checking for conflicting actions ... Done
1882024-04-03T04:18:31.747ZPlanning: Consolidating action changes ... Done
1892024-04-03T04:18:32.021ZPlanning: Evaluating mediators ... Done
1902024-04-03T04:18:32.083ZPlanning: Planning completed in 0.82 seconds
1912024-04-03T04:18:32.122Z Packages to change: 1
1922024-04-03T04:18:32.122Z Mediators to change: 1
1932024-04-03T04:18:32.122Z Services to change: 1
1942024-04-03T04:18:32.122Z Create boot environment: No
1952024-04-03T04:18:32.127ZCreate backup boot environment: Yes
1962024-04-03T04:18:34.648Z Actions: 1/6 actions (Updating modified actions)
1972024-04-03T04:18:34.654Z Actions: Completed 6 actions in 0.00 seconds.
1982024-04-03T04:18:34.654Z Done
1992024-04-03T04:18:34.654Z Done
2002024-04-03T04:18:34.654Z Done
2012024-04-03T04:18:38.278Z Done
2022024-04-03T04:18:38.365Z Done
2032024-04-03T04:18:38.368Z Done
2042024-04-03T04:18:38.498Z Done
2052024-04-03T04:18:38.964ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2062024-04-03T04:18:38.964Zclang system 15 system
2072024-04-03T04:18:38.964Zcsh system system illumos
2082024-04-03T04:18:38.964Zctags system system illumos
2092024-04-03T04:18:38.965Zgcc vendor 12 vendor
2102024-04-03T04:18:38.965Zgcc system 10 system
2112024-04-03T04:18:38.965Zgcc system 7 system
2122024-04-03T04:18:38.965Zgo system 1.20 system
2132024-04-03T04:18:38.965Zgo system 1.19 system
2142024-04-03T04:18:38.965Zllvm system 15 system
2152024-04-03T04:18:38.965Zllvm system 14 system
2162024-04-03T04:18:38.965Zmariadb system 10.6 system
2172024-04-03T04:18:38.965Zmta vendor vendor dma
2182024-04-03T04:18:38.965Zopenjdk system 17 system
2192024-04-03T04:18:38.965Zopenjdk system 11 system
2202024-04-03T04:18:38.965Zopenjdk system 1.8 system
2212024-04-03T04:18:38.965Zopenssl vendor 3 vendor
2222024-04-03T04:18:38.965Zperl system 5.36 system
2232024-04-03T04:18:38.965Zpostgresql system 15 system
2242024-04-03T04:18:38.965Zpostgresql system 13 system
2252024-04-03T04:18:38.965Zpython vendor 3 vendor
2262024-04-03T04:18:38.965Zpython system 2 system
2272024-04-03T04:18:38.965Zpython3 system 3.11 system
2282024-04-03T04:18:38.965Zruby system 3.0 system
2292024-04-03T04:18:38.965Zwords vendor vendor american-english
2302024-04-03T04:18:38.966Zwords system system australian-english
2312024-04-03T04:18:38.966Zwords system system british-english
2322024-04-03T04:18:38.966Zwords system system canadian-english
2332024-04-03T04:18:38.966Zwords system system french
2342024-04-03T04:18:38.966Zwords system system italian
2352024-04-03T04:18:38.966Zwords system system ngerman
2362024-04-03T04:18:38.966Zwords system system ogerman
2372024-04-03T04:18:38.966Zwords system system spanish
2382024-04-03T04:18:39.310ZPUBLISHER TYPE STATUS P LOCATION
2392024-04-03T04:18:39.311Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2402024-04-03T04:18:40.596ZFMRI IFO
2412024-04-03T04:18:40.596Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2422024-04-03T04:18:40.596Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2432024-04-03T04:18:40.596Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2442024-04-03T04:18:40.597Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2452024-04-03T04:18:40.597Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2462024-04-03T04:18:40.597Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2472024-04-03T04:18:40.597Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2482024-04-03T04:18:40.597Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2492024-04-03T04:18:40.597Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2502024-04-03T04:18:40.597Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2512024-04-03T04:18:40.597Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2522024-04-03T04:18:40.597Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2532024-04-03T04:18:40.851Z+ set -o errexit
2542024-04-03T04:18:40.854Z+++ dirname ./tools/ci_download_cockroachdb
2552024-04-03T04:18:40.857Z++ cd ./tools
2562024-04-03T04:18:40.857Z++ pwd
2572024-04-03T04:18:40.857Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2582024-04-03T04:18:40.857Z++ basename ./tools/ci_download_cockroachdb
2592024-04-03T04:18:40.863Z+ ARG0=ci_download_cockroachdb
2602024-04-03T04:18:40.864Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2612024-04-03T04:18:40.864Z+ CIDL_VERSION=v22.1.9
2622024-04-03T04:18:40.864Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2632024-04-03T04:18:40.864Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2642024-04-03T04:18:40.864Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2652024-04-03T04:18:40.864Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2662024-04-03T04:18:40.864Z+ TARGET_DIR=out
2672024-04-03T04:18:40.864Z+ DOWNLOAD_DIR=out/downloads
2682024-04-03T04:18:40.864Z+ DEST_DIR=./out/cockroachdb
2692024-04-03T04:18:40.864Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2702024-04-03T04:18:40.864Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2712024-04-03T04:18:40.868Z+ main
2722024-04-03T04:18:40.868Z+ [[ 0 != 0 ]]
2732024-04-03T04:18:40.868Z+ CIDL_OS=solaris2.11
2742024-04-03T04:18:40.868Z+ [[ 0 != 0 ]]
2752024-04-03T04:18:40.868Z+ configure_os solaris2.11
2762024-04-03T04:18:40.868Z+ echo 'current directory: /work/oxidecomputer/omicron'
2772024-04-03T04:18:40.869Z+ echo 'configuring based on OS: "solaris2.11"'
2782024-04-03T04:18:40.869Zcurrent directory: /work/oxidecomputer/omicron
2792024-04-03T04:18:40.869Zconfiguring based on OS: "solaris2.11"
2802024-04-03T04:18:40.869Z+ case "$1" in
2812024-04-03T04:18:40.869Z+ CIDL_BUILD=illumos
2822024-04-03T04:18:40.869Z+ CIDL_SUFFIX=tar.gz
2832024-04-03T04:18:40.869Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2842024-04-03T04:18:40.869Z+ CIDL_URL_BASE=https://illumos.org/downloads
2852024-04-03T04:18:40.869Z+ CIDL_ASSEMBLE=do_assemble_illumos
2862024-04-03T04:18:40.869Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2872024-04-03T04:18:40.869Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2882024-04-03T04:18:40.870Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2892024-04-03T04:18:40.870Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2902024-04-03T04:18:40.870Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2912024-04-03T04:18:40.870Z+ CIDL_SHA256FUNC=do_sha256sum
2922024-04-03T04:18:40.870Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2932024-04-03T04:18:40.870ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2942024-04-03T04:18:40.870Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2952024-04-03T04:18:40.870ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2962024-04-03T04:18:40.870Z+ mkdir -p out/downloads
2972024-04-03T04:18:40.870Z+ mkdir -p ./out/cockroachdb
2982024-04-03T04:18:40.870Z+ local DO_DOWNLOAD=true
2992024-04-03T04:18:40.870Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3002024-04-03T04:18:40.870Z+ '[' true == true ']'
3012024-04-03T04:18:40.871Z+ echo Downloading...
3022024-04-03T04:18:40.871ZDownloading...
3032024-04-03T04:18:40.871Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3042024-04-03T04:18:40.871Z+ curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3052024-04-03T04:18:44.016Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3062024-04-03T04:18:44.031Z++ sha256sum
3072024-04-03T04:18:44.031Z++ awk '{print $1}'
3082024-04-03T04:18:44.183Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3092024-04-03T04:18:44.183Z+ [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]]
3102024-04-03T04:18:44.183Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3112024-04-03T04:18:44.186Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3122024-04-03T04:18:46.285Z+ do_assemble_illumos
3132024-04-03T04:18:46.285Z+ rm -r ./out/cockroachdb
3142024-04-03T04:18:46.291Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3152024-04-03T04:18:46.755Z+ ./out/cockroachdb/bin/cockroach version
3162024-04-03T04:18:46.930ZBuild Tag: v22.1.9-dirty
3172024-04-03T04:18:46.930ZBuild Time: 2022/10/26 21:17:46
3182024-04-03T04:18:46.931ZDistribution: OSS
3192024-04-03T04:18:46.931ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3202024-04-03T04:18:46.931ZGo Version: go1.17.13
3212024-04-03T04:18:46.931ZC Compiler: gcc 10.3.0
3222024-04-03T04:18:46.931ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3232024-04-03T04:18:46.932ZBuild Type: release
3242024-04-03T04:18:46.949Z+ set -o errexit
3252024-04-03T04:18:46.956Z+++ dirname ./tools/ci_download_clickhouse
3262024-04-03T04:18:46.956Z++ cd ./tools
3272024-04-03T04:18:46.957Z++ pwd
3282024-04-03T04:18:46.957Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3292024-04-03T04:18:46.957Z++ basename ./tools/ci_download_clickhouse
3302024-04-03T04:18:46.957Z+ ARG0=ci_download_clickhouse
3312024-04-03T04:18:46.957Z+ TARGET_DIR=out
3322024-04-03T04:18:46.957Z+ DOWNLOAD_DIR=out/downloads
3332024-04-03T04:18:46.958Z+ DEST_DIR=./out/clickhouse
3342024-04-03T04:18:46.985Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3352024-04-03T04:18:46.986Z+ CIDL_VERSION=v23.8.7.24
3362024-04-03T04:18:46.986Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3372024-04-03T04:18:46.986Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3382024-04-03T04:18:46.986Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3392024-04-03T04:18:46.986Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3402024-04-03T04:18:46.987Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3412024-04-03T04:18:46.987Z+ main
3422024-04-03T04:18:46.987Z+ [[ 0 != 0 ]]
3432024-04-03T04:18:46.987Z+ CIDL_OS=solaris2.11
3442024-04-03T04:18:46.987Z+ [[ 0 != 0 ]]
3452024-04-03T04:18:46.987Z+ configure_os solaris2.11
3462024-04-03T04:18:46.988Z+ echo 'current directory: /work/oxidecomputer/omicron'
3472024-04-03T04:18:46.988Zcurrent directory: /work/oxidecomputer/omicron
3482024-04-03T04:18:46.988Z+ echo 'configuring based on OS: "solaris2.11"'
3492024-04-03T04:18:46.988Z+ CIDL_DASHREV=
3502024-04-03T04:18:46.988Z+ case "$1" in
3512024-04-03T04:18:46.988Zconfiguring based on OS: "solaris2.11"
3522024-04-03T04:18:46.989Z+ CIDL_PLATFORM=illumos
3532024-04-03T04:18:46.989Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3542024-04-03T04:18:46.989Z+ CIDL_MD5FUNC=do_md5sum
3552024-04-03T04:18:46.989Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3562024-04-03T04:18:46.989Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3572024-04-03T04:18:46.990Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3582024-04-03T04:18:46.990Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3592024-04-03T04:18:46.990Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3602024-04-03T04:18:46.990Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3612024-04-03T04:18:46.990Z+ mkdir -p out/downloads
3622024-04-03T04:18:46.990ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3632024-04-03T04:18:46.991ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3642024-04-03T04:18:46.991Z+ mkdir -p ./out/clickhouse
3652024-04-03T04:18:46.991Z+ local DO_DOWNLOAD=true
3662024-04-03T04:18:46.991Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3672024-04-03T04:18:46.991Z+ '[' true == true ']'
3682024-04-03T04:18:46.991Z+ echo Downloading...
3692024-04-03T04:18:46.992ZDownloading...
3702024-04-03T04:18:46.992Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3712024-04-03T04:18:46.992Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3722024-04-03T04:18:48.874Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3732024-04-03T04:18:48.878Z++ md5sum
3742024-04-03T04:18:48.878Z++ awk '{print $1}'
3752024-04-03T04:18:49.102Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3762024-04-03T04:18:49.102Z+ [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]]
3772024-04-03T04:18:49.105Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3782024-04-03T04:18:49.105Z+ mkdir -p ./out/clickhouse
3792024-04-03T04:18:49.105Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3802024-04-03T04:18:52.981Z+ [[ solaris2.11 == darwin* ]]
3812024-04-03T04:18:52.981Z+ ./out/clickhouse/clickhouse server --version
3822024-04-03T04:18:53.182ZClickHouse server version 23.8.7.1.
3832024-04-03T04:18:53.205Z+ set -o errexit
3842024-04-03T04:18:53.208Z+++ dirname ./tools/ci_download_console
3852024-04-03T04:18:53.211Z++ cd ./tools
3862024-04-03T04:18:53.211Z++ pwd
3872024-04-03T04:18:53.211Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3882024-04-03T04:18:53.214Z++ basename ./tools/ci_download_console
3892024-04-03T04:18:53.215Z+ ARG0=ci_download_console
3902024-04-03T04:18:53.215Z+ TARGET_DIR=out
3912024-04-03T04:18:53.215Z+ DOWNLOAD_DIR=out/downloads
3922024-04-03T04:18:53.215Z+ DEST_DIR=./out/console-assets
3932024-04-03T04:18:53.215Z+ source /work/oxidecomputer/omicron/tools/console_version
3942024-04-03T04:18:53.215Z++ COMMIT=156c082cdb21231ab95ef7475de199ecb7a96dc3
3952024-04-03T04:18:53.215Z++ SHA2=bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b
3962024-04-03T04:18:53.215Z+ URL=https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz
3972024-04-03T04:18:53.215Z+ TARBALL_FILE=out/downloads/console.tar.gz
3982024-04-03T04:18:53.215Z+ main
3992024-04-03T04:18:53.215Z+ [[ 0 != 0 ]]
4002024-04-03T04:18:53.215Z+ echo 'URL: https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz'
4012024-04-03T04:18:53.215ZURL: https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz
4022024-04-03T04:18:53.215Z+ echo 'Local file: out/downloads/console.tar.gz'
4032024-04-03T04:18:53.215Z+ local DO_DOWNLOAD=true
4042024-04-03T04:18:53.215ZLocal file: out/downloads/console.tar.gz
4052024-04-03T04:18:53.215Z+ [[ -f out/downloads/console.tar.gz ]]
4062024-04-03T04:18:53.215Z+ mkdir -p out/downloads
4072024-04-03T04:18:53.219Z+ '[' true == true ']'
4082024-04-03T04:18:53.219Z+ echo Downloading...
4092024-04-03T04:18:53.219ZDownloading...
4102024-04-03T04:18:53.219Z+ do_download_curl https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz out/downloads/console.tar.gz
4112024-04-03T04:18:53.219Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz
4122024-04-03T04:18:53.772Z++ do_sha256sum out/downloads/console.tar.gz
4132024-04-03T04:18:53.772Z++ case "$OSTYPE" in
4142024-04-03T04:18:53.777Z++ SHA=sha256sum
4152024-04-03T04:18:53.777Z++ sha256sum
4162024-04-03T04:18:53.777Z++ awk '{print $1}'
4172024-04-03T04:18:53.782Z+ calculated_sha2=bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b
4182024-04-03T04:18:53.782Z+ [[ bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b != \b\f\7\6\8\0\0\8\b\6\9\5\8\e\1\9\b\8\d\8\c\e\f\2\5\7\1\0\b\4\f\f\6\4\e\e\f\1\e\5\9\b\b\3\b\e\d\b\2\7\b\b\6\b\f\3\3\4\5\9\a\7\8\b ]]
4192024-04-03T04:18:53.782Z+ rm -rf ./out/console-assets
4202024-04-03T04:18:53.788Z+ mkdir -p ./out/console-assets
4212024-04-03T04:18:53.791Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4222024-04-03T04:18:53.791Z+ mkdir -p ./out/console-assets
4232024-04-03T04:18:53.791Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4242024-04-03T04:18:53.884Z+ set -o errexit
4252024-04-03T04:18:53.888Z+++ dirname ./tools/ci_download_maghemite_openapi
4262024-04-03T04:18:53.888Z++ cd ./tools
4272024-04-03T04:18:53.888Z++ pwd
4282024-04-03T04:18:53.888Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4292024-04-03T04:18:53.891Z++ basename ./tools/ci_download_maghemite_openapi
4302024-04-03T04:18:53.892Z+ ARG0=ci_download_maghemite_openapi
4312024-04-03T04:18:53.892Z+ TARGET_DIR=out
4322024-04-03T04:18:53.892Z+ DOWNLOAD_DIR=out/downloads
4332024-04-03T04:18:53.892Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4342024-04-03T04:18:53.892Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4352024-04-03T04:18:53.892Z++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4362024-04-03T04:18:53.892Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4372024-04-03T04:18:53.892Z+ LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4382024-04-03T04:18:53.892Z+ main
4392024-04-03T04:18:53.892Z+ rm -rf out/downloads/root
4402024-04-03T04:18:53.897Z+ [[ 0 != 0 ]]
4412024-04-03T04:18:53.897Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json'
4422024-04-03T04:18:53.897ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4432024-04-03T04:18:53.897Z+ echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4442024-04-03T04:18:53.898Z+ local DO_DOWNLOAD=true
4452024-04-03T04:18:53.898ZLocal file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4462024-04-03T04:18:53.898Z+ [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4472024-04-03T04:18:53.898Z+ mkdir -p out/downloads
4482024-04-03T04:18:53.898Z+ '[' true == true ']'
4492024-04-03T04:18:53.898Z+ echo Downloading...
4502024-04-03T04:18:53.899ZDownloading...
4512024-04-03T04:18:53.899Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4522024-04-03T04:18:53.899Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4532024-04-03T04:18:54.527Z++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4542024-04-03T04:18:54.527Z++ case "$OSTYPE" in
4552024-04-03T04:18:54.530Z++ SHA=sha256sum
4562024-04-03T04:18:54.530Z++ sha256sum
4572024-04-03T04:18:54.530Z++ awk '{print $1}'
4582024-04-03T04:18:54.534Z+ calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4592024-04-03T04:18:54.534Z+ [[ 004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 != \0\0\4\e\8\7\3\e\4\1\2\0\a\a\2\6\4\6\0\2\7\1\3\6\8\4\8\5\2\6\6\b\7\5\b\7\f\9\6\4\e\5\e\d\4\d\b\e\e\8\f\b\5\d\b\4\5\1\9\4\7\0\d\7 ]]
4602024-04-03T04:18:54.534Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4612024-04-03T04:18:54.534Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4622024-04-03T04:18:54.534Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4632024-04-03T04:18:54.534Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4642024-04-03T04:18:54.534Z+ LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4652024-04-03T04:18:54.534Z+ main
4662024-04-03T04:18:54.534Z+ rm -rf out/downloads/root
4672024-04-03T04:18:54.538Z+ [[ 0 != 0 ]]
4682024-04-03T04:18:54.538Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json'
4692024-04-03T04:18:54.538ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4702024-04-03T04:18:54.538Z+ echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4712024-04-03T04:18:54.538ZLocal file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4722024-04-03T04:18:54.538Z+ local DO_DOWNLOAD=true
4732024-04-03T04:18:54.538Z+ [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4742024-04-03T04:18:54.538Z+ mkdir -p out/downloads
4752024-04-03T04:18:54.538Z+ '[' true == true ']'
4762024-04-03T04:18:54.538Z+ echo Downloading...
4772024-04-03T04:18:54.538ZDownloading...
4782024-04-03T04:18:54.538Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4792024-04-03T04:18:54.538Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4802024-04-03T04:18:54.637Z++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4812024-04-03T04:18:54.640Z++ case "$OSTYPE" in
4822024-04-03T04:18:54.640Z++ SHA=sha256sum
4832024-04-03T04:18:54.641Z++ sha256sum
4842024-04-03T04:18:54.641Z++ awk '{print $1}'
4852024-04-03T04:18:54.644Z+ calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4862024-04-03T04:18:54.644Z+ [[ a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 != \a\5\d\2\f\2\7\5\c\9\9\1\5\2\7\1\1\d\e\c\1\d\f\5\8\f\d\4\9\d\4\5\9\d\3\f\c\b\8\f\b\f\c\7\a\7\f\4\8\f\4\3\2\b\e\2\4\8\d\7\4\6\3\9 ]]
4872024-04-03T04:18:54.649Z+ set -o errexit
4882024-04-03T04:18:54.653Z+++ dirname ./tools/ci_download_dendrite_openapi
4892024-04-03T04:18:54.656Z++ cd ./tools
4902024-04-03T04:18:54.656Z++ pwd
4912024-04-03T04:18:54.656Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4922024-04-03T04:18:54.656Z++ basename ./tools/ci_download_dendrite_openapi
4932024-04-03T04:18:54.660Z+ ARG0=ci_download_dendrite_openapi
4942024-04-03T04:18:54.660Z+ TARGET_DIR=out
4952024-04-03T04:18:54.660Z+ DOWNLOAD_DIR=out/downloads
4962024-04-03T04:18:54.660Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4972024-04-03T04:18:54.660Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
4982024-04-03T04:18:54.660Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
4992024-04-03T04:18:54.660Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5002024-04-03T04:18:54.660Z+ LOCAL_FILE=out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5012024-04-03T04:18:54.660Z+ main
5022024-04-03T04:18:54.660Z+ [[ 0 != 0 ]]
5032024-04-03T04:18:54.661Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json'
5042024-04-03T04:18:54.661ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5052024-04-03T04:18:54.661ZLocal file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5062024-04-03T04:18:54.661Z+ echo 'Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json'
5072024-04-03T04:18:54.661Z+ local DO_DOWNLOAD=true
5082024-04-03T04:18:54.661Z+ [[ -f out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json ]]
5092024-04-03T04:18:54.661Z+ mkdir -p out/downloads
5102024-04-03T04:18:54.661Z+ '[' true == true ']'
5112024-04-03T04:18:54.661Z+ echo Downloading...
5122024-04-03T04:18:54.661ZDownloading...
5132024-04-03T04:18:54.661Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5142024-04-03T04:18:54.661Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5152024-04-03T04:18:54.778Z++ do_sha256sum out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5162024-04-03T04:18:54.778Z++ case "$OSTYPE" in
5172024-04-03T04:18:54.778Z++ SHA=sha256sum
5182024-04-03T04:18:54.781Z++ sha256sum
5192024-04-03T04:18:54.781Z++ awk '{print $1}'
5202024-04-03T04:18:54.784Z+ calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5212024-04-03T04:18:54.785Z+ [[ 50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae != \5\0\e\f\f\6\d\9\f\9\8\6\b\7\b\1\a\f\5\9\7\0\d\1\1\d\8\d\0\1\b\8\1\2\d\e\3\7\2\6\9\7\3\1\c\6\c\6\9\1\a\2\4\4\b\3\f\d\a\e\8\2\a\e ]]
5222024-04-03T04:18:54.793Z+ set -o errexit
5232024-04-03T04:18:54.804Z+++ dirname ./tools/ci_download_dendrite_stub
5242024-04-03T04:18:54.804Z++ cd ./tools
5252024-04-03T04:18:54.804Z++ pwd
5262024-04-03T04:18:54.804Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5272024-04-03T04:18:54.805Z++ basename ./tools/ci_download_dendrite_stub
5282024-04-03T04:18:54.822Z+ ARG0=ci_download_dendrite_stub
5292024-04-03T04:18:54.822Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5302024-04-03T04:18:54.822Z++ CIDL_SHA256_ILLUMOS=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5312024-04-03T04:18:54.822Z++ CIDL_SHA256_LINUX_DPD=cb84fb7b2ba9cedaee5a09d400c88315ef30f7826610c1acb1ad6f07fa672b0a
5322024-04-03T04:18:54.822Z++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b
5332024-04-03T04:18:54.823Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5342024-04-03T04:18:54.823Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
5352024-04-03T04:18:54.823Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5362024-04-03T04:18:54.823Z+ TARGET_DIR=out
5372024-04-03T04:18:54.823Z+ DOWNLOAD_DIR=out/downloads
5382024-04-03T04:18:54.823Z+ DEST_DIR=./out/dendrite-stub
5392024-04-03T04:18:54.823Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5402024-04-03T04:18:54.824Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5412024-04-03T04:18:54.824Z+ REPO=oxidecomputer/dendrite
5422024-04-03T04:18:54.824Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690
5432024-04-03T04:18:54.824Z+ main
5442024-04-03T04:18:54.824Z+ [[ 0 != 0 ]]
5452024-04-03T04:18:54.824Z+ CIDL_OS=solaris2.11
5462024-04-03T04:18:54.824Z+ [[ 0 != 0 ]]
5472024-04-03T04:18:54.824Z+ configure_os solaris2.11
5482024-04-03T04:18:54.825Z+ echo 'current directory: /work/oxidecomputer/omicron'
5492024-04-03T04:18:54.825Zcurrent directory: /work/oxidecomputer/omicron
5502024-04-03T04:18:54.825Z+ echo 'configuring based on OS: "solaris2.11"'
5512024-04-03T04:18:54.825Z+ case "$1" in
5522024-04-03T04:18:54.825Zconfiguring based on OS: "solaris2.11"
5532024-04-03T04:18:54.825Z+ SET_BINARIES=
5542024-04-03T04:18:54.825Z+ CIDL_SHA256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5552024-04-03T04:18:54.825Z+ CIDL_SHA256FUNC=do_sha256sum
5562024-04-03T04:18:54.825Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5572024-04-03T04:18:54.825Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5582024-04-03T04:18:54.825Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5592024-04-03T04:18:54.826Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz'
5602024-04-03T04:18:54.826ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5612024-04-03T04:18:54.826Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5622024-04-03T04:18:54.826Z+ mkdir -p out/downloads
5632024-04-03T04:18:54.826ZLocal file: out/downloads/dendrite-stub.tar.gz
5642024-04-03T04:18:54.826Z+ mkdir -p ./out/dendrite-stub
5652024-04-03T04:18:54.826Z+ fetch_and_verify
5662024-04-03T04:18:54.827Z+ local DO_DOWNLOAD=true
5672024-04-03T04:18:54.827Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5682024-04-03T04:18:54.827Z+ '[' true == true ']'
5692024-04-03T04:18:54.827Z+ echo Downloading...
5702024-04-03T04:18:54.827ZDownloading...
5712024-04-03T04:18:54.827Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5722024-04-03T04:18:54.827Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5732024-04-03T04:19:02.703Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5742024-04-03T04:19:02.712Z++ sha256sum
5752024-04-03T04:19:02.712Z++ awk '{print $1}'
5762024-04-03T04:19:02.726Z+ calculated_sha256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5772024-04-03T04:19:02.733Z+ [[ fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 != \f\d\a\1\8\4\2\b\c\4\c\4\5\a\f\9\8\7\7\1\f\a\8\c\f\b\8\c\5\c\c\5\4\c\a\0\7\5\9\c\7\5\4\d\7\e\5\f\4\1\5\0\4\3\9\0\f\6\5\e\4\3\f\3 ]]
5782024-04-03T04:19:02.733Z+ do_untar out/downloads/dendrite-stub.tar.gz
5792024-04-03T04:19:02.733Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5802024-04-03T04:19:03.327Z+ do_assemble
5812024-04-03T04:19:03.327Z+ rm -r ./out/dendrite-stub
5822024-04-03T04:19:03.330Z+ mkdir ./out/dendrite-stub
5832024-04-03T04:19:03.334Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5842024-04-03T04:19:03.421Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5852024-04-03T04:19:03.432Z+ set -o errexit
5862024-04-03T04:19:03.439Z+++ dirname ./tools/ci_download_maghemite_mgd
5872024-04-03T04:19:03.439Z++ cd ./tools
5882024-04-03T04:19:03.439Z++ pwd
5892024-04-03T04:19:03.440Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5902024-04-03T04:19:03.445Z++ basename ./tools/ci_download_maghemite_mgd
5912024-04-03T04:19:03.445Z+ ARG0=ci_download_maghemite_mgd
5922024-04-03T04:19:03.445Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5932024-04-03T04:19:03.445Z++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
5942024-04-03T04:19:03.445Z++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d
5952024-04-03T04:19:03.446Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5962024-04-03T04:19:03.446Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
5972024-04-03T04:19:03.446Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5982024-04-03T04:19:03.446Z+ TARGET_DIR=out
5992024-04-03T04:19:03.446Z+ DOWNLOAD_DIR=out/downloads
6002024-04-03T04:19:03.446Z+ DEST_DIR=./out/mgd
6012024-04-03T04:19:03.446Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6022024-04-03T04:19:03.446Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6032024-04-03T04:19:03.446Z+ REPO=oxidecomputer/maghemite
6042024-04-03T04:19:03.447Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a
6052024-04-03T04:19:03.447Z+ main
6062024-04-03T04:19:03.447Z+ rm -rf out/downloads/root
6072024-04-03T04:19:03.467Z+ [[ 0 != 0 ]]
6082024-04-03T04:19:03.467Z+ CIDL_OS=solaris2.11
6092024-04-03T04:19:03.467Z+ [[ 0 != 0 ]]
6102024-04-03T04:19:03.467Z+ configure_os solaris2.11
6112024-04-03T04:19:03.467Z+ echo 'current directory: /work/oxidecomputer/omicron'
6122024-04-03T04:19:03.467Zcurrent directory: /work/oxidecomputer/omicron
6132024-04-03T04:19:03.468Z+ echo 'configuring based on OS: "solaris2.11"'
6142024-04-03T04:19:03.468Z+ case "$1" in
6152024-04-03T04:19:03.468Zconfiguring based on OS: "solaris2.11"
6162024-04-03T04:19:03.468Z+ SET_BINARIES=
6172024-04-03T04:19:03.468Z+ CIDL_SHA256FUNC=do_sha256sum
6182024-04-03T04:19:03.468Z+ TARBALL_FILENAME=mgd.tar.gz
6192024-04-03T04:19:03.468Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6202024-04-03T04:19:03.468Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6212024-04-03T04:19:03.468Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz'
6222024-04-03T04:19:03.468Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6232024-04-03T04:19:03.469ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6242024-04-03T04:19:03.469ZLocal file: out/downloads/mgd.tar.gz
6252024-04-03T04:19:03.469Z+ mkdir -p out/downloads
6262024-04-03T04:19:03.469Z+ mkdir -p ./out/mgd
6272024-04-03T04:19:03.481Z+ fetch_and_verify
6282024-04-03T04:19:03.481Z+ local DO_DOWNLOAD=true
6292024-04-03T04:19:03.481Z+ [[ -f out/downloads/mgd.tar.gz ]]
6302024-04-03T04:19:03.481Z+ '[' true == true ']'
6312024-04-03T04:19:03.481Z+ echo Downloading...
6322024-04-03T04:19:03.481ZDownloading...
6332024-04-03T04:19:03.481Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz
6342024-04-03T04:19:03.482Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6352024-04-03T04:19:13.417Z++ do_sha256sum out/downloads/mgd.tar.gz
6362024-04-03T04:19:13.426Z++ sha256sum
6372024-04-03T04:19:13.426Z++ awk '{print $1}'
6382024-04-03T04:19:13.434Z+ calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6392024-04-03T04:19:13.434Z+ [[ ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 != \d\d\c\1\9\d\a\8\9\3\2\e\0\f\f\4\a\9\1\d\e\a\1\3\9\3\6\9\b\b\5\b\7\2\9\7\4\8\b\d\f\6\9\8\2\2\3\b\c\2\7\1\7\a\4\a\b\e\a\8\9\e\d\6 ]]
6402024-04-03T04:19:13.434Z+ do_untar out/downloads/mgd.tar.gz
6412024-04-03T04:19:13.434Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6422024-04-03T04:19:14.033Z+ do_assemble
6432024-04-03T04:19:14.034Z+ rm -r ./out/mgd
6442024-04-03T04:19:14.038Z+ mkdir ./out/mgd
6452024-04-03T04:19:14.038Z+ cp -r out/downloads/root ./out/mgd/root
6462024-04-03T04:19:14.124Z+ set -o errexit
6472024-04-03T04:19:14.130Z+++ dirname ./tools/ci_download_transceiver_control
6482024-04-03T04:19:14.130Z++ cd ./tools
6492024-04-03T04:19:14.134Z++ pwd
6502024-04-03T04:19:14.134Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6512024-04-03T04:19:14.134Z++ basename ./tools/ci_download_transceiver_control
6522024-04-03T04:19:14.134Z+ ARG0=ci_download_transceiver_control
6532024-04-03T04:19:14.134Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6542024-04-03T04:19:14.134Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6552024-04-03T04:19:14.134Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6562024-04-03T04:19:14.134Z+ TARGET_DIR=out
6572024-04-03T04:19:14.134Z+ DOWNLOAD_DIR=out/downloads
6582024-04-03T04:19:14.134Z+ DEST_DIR=./out/transceiver-control
6592024-04-03T04:19:14.134Z+ BIN_DIR=/opt/oxide/bin
6602024-04-03T04:19:14.134Z+ BINARY=xcvradm
6612024-04-03T04:19:14.134Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6622024-04-03T04:19:14.134Z+ REPO=oxidecomputer/transceiver-control
6632024-04-03T04:19:14.134Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6642024-04-03T04:19:14.135Z+ main
6652024-04-03T04:19:14.135Z+ [[ 0 != 0 ]]
6662024-04-03T04:19:14.135Z+ CIDL_OS=solaris2.11
6672024-04-03T04:19:14.135Z+ [[ 0 != 0 ]]
6682024-04-03T04:19:14.135Z+ configure_os solaris2.11
6692024-04-03T04:19:14.135Z+ echo 'current directory: /work/oxidecomputer/omicron'
6702024-04-03T04:19:14.135Zcurrent directory: /work/oxidecomputer/omicron
6712024-04-03T04:19:14.135Z+ echo 'configuring based on OS: "solaris2.11"'
6722024-04-03T04:19:14.135Z+ case "$1" in
6732024-04-03T04:19:14.135Z+ SET_BINARIES=
6742024-04-03T04:19:14.135Zconfiguring based on OS: "solaris2.11"
6752024-04-03T04:19:14.135Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6762024-04-03T04:19:14.135Z+ CIDL_SHA256FUNC=do_sha256sum
6772024-04-03T04:19:14.135Z+ ARCHIVE_FILENAME=xcvradm.gz
6782024-04-03T04:19:14.135Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6792024-04-03T04:19:14.135Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6802024-04-03T04:19:14.135Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6812024-04-03T04:19:14.135Z+ echo 'Local file: out/downloads/xcvradm.gz'
6822024-04-03T04:19:14.135ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6832024-04-03T04:19:14.135ZLocal file: out/downloads/xcvradm.gz
6842024-04-03T04:19:14.135Z+ mkdir -p out/downloads
6852024-04-03T04:19:14.142Z+ mkdir -p ./out/transceiver-control
6862024-04-03T04:19:14.142Z+ fetch_and_verify
6872024-04-03T04:19:14.142Z+ local DO_DOWNLOAD=true
6882024-04-03T04:19:14.142Z+ [[ -f out/downloads/xcvradm.gz ]]
6892024-04-03T04:19:14.142Z+ '[' true == true ']'
6902024-04-03T04:19:14.142Z+ echo Downloading...
6912024-04-03T04:19:14.142ZDownloading...
6922024-04-03T04:19:14.142Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6932024-04-03T04:19:14.142Z+ curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6942024-04-03T04:19:16.235Z++ do_sha256sum out/downloads/xcvradm.gz
6952024-04-03T04:19:16.270Z++ sha256sum
6962024-04-03T04:19:16.270Z++ awk '{print $1}'
6972024-04-03T04:19:16.270Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6982024-04-03T04:19:16.270Z+ [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]]
6992024-04-03T04:19:16.270Z+ do_unpack out/downloads/xcvradm.gz
7002024-04-03T04:19:16.270Z+ mkdir -p out/downloads/root//opt/oxide/bin
7012024-04-03T04:19:16.278Z+ gzip -dc out/downloads/xcvradm.gz
7022024-04-03T04:19:16.370Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7032024-04-03T04:19:16.378Z+ do_assemble
7042024-04-03T04:19:16.378Z+ rm -r ./out/transceiver-control
7052024-04-03T04:19:16.378Z+ mkdir ./out/transceiver-control
7062024-04-03T04:19:16.378Z+ cp -r out/downloads/root ./out/transceiver-control/root
7072024-04-03T04:19:16.488Z+ set -o errexit
7082024-04-03T04:19:16.504Z+++ dirname ./tools/ci_download_thundermuffin
7092024-04-03T04:19:16.504Z++ cd ./tools
7102024-04-03T04:19:16.504Z++ pwd
7112024-04-03T04:19:16.504Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
7122024-04-03T04:19:16.504Z++ basename ./tools/ci_download_thundermuffin
7132024-04-03T04:19:16.504Z+ ARG0=ci_download_thundermuffin
7142024-04-03T04:19:16.504Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
7152024-04-03T04:19:16.504Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7162024-04-03T04:19:16.504Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
7172024-04-03T04:19:16.504Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
7182024-04-03T04:19:16.505Z+ TARGET_DIR=out
7192024-04-03T04:19:16.505Z+ DOWNLOAD_DIR=out/downloads
7202024-04-03T04:19:16.505Z+ DEST_DIR=./out/thundermuffin
7212024-04-03T04:19:16.505Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
7222024-04-03T04:19:16.505Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
7232024-04-03T04:19:16.505Z+ REPO=oxidecomputer/thundermuffin
7242024-04-03T04:19:16.505Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
7252024-04-03T04:19:16.505Z+ main
7262024-04-03T04:19:16.505Z+ rm -rf out/downloads/root
7272024-04-03T04:19:16.528Z+ [[ 0 != 0 ]]
7282024-04-03T04:19:16.528Z+ CIDL_OS=solaris2.11
7292024-04-03T04:19:16.529Z+ [[ 0 != 0 ]]
7302024-04-03T04:19:16.529Z+ configure_os solaris2.11
7312024-04-03T04:19:16.529Z+ echo 'current directory: /work/oxidecomputer/omicron'
7322024-04-03T04:19:16.529Zcurrent directory: /work/oxidecomputer/omicron
7332024-04-03T04:19:16.529Z+ echo 'configuring based on OS: "solaris2.11"'
7342024-04-03T04:19:16.529Z+ case "$1" in
7352024-04-03T04:19:16.529Zconfiguring based on OS: "solaris2.11"
7362024-04-03T04:19:16.529Z+ SET_BINARIES=
7372024-04-03T04:19:16.529Z+ CIDL_SHA256FUNC=do_sha256sum
7382024-04-03T04:19:16.530Z+ TARBALL_FILENAME=thundermuffin.tar.gz
7392024-04-03T04:19:16.530Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7402024-04-03T04:19:16.530Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
7412024-04-03T04:19:16.530Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
7422024-04-03T04:19:16.530ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7432024-04-03T04:19:16.530Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
7442024-04-03T04:19:16.530Z+ mkdir -p out/downloads
7452024-04-03T04:19:16.530ZLocal file: out/downloads/thundermuffin.tar.gz
7462024-04-03T04:19:16.530Z+ mkdir -p ./out/thundermuffin
7472024-04-03T04:19:16.531Z+ fetch_and_verify
7482024-04-03T04:19:16.531Z+ local DO_DOWNLOAD=true
7492024-04-03T04:19:16.531Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
7502024-04-03T04:19:16.531Z+ '[' true == true ']'
7512024-04-03T04:19:16.531Z+ echo Downloading...
7522024-04-03T04:19:16.531ZDownloading...
7532024-04-03T04:19:16.531Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
7542024-04-03T04:19:16.532Z+ curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7552024-04-03T04:19:17.277Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7562024-04-03T04:19:17.280Z++ sha256sum
7572024-04-03T04:19:17.280Z++ awk '{print $1}'
7582024-04-03T04:19:17.286Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7592024-04-03T04:19:17.286Z+ [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]]
7602024-04-03T04:19:17.289Z+ do_untar out/downloads/thundermuffin.tar.gz
7612024-04-03T04:19:17.289Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7622024-04-03T04:19:17.355Z+ do_assemble
7632024-04-03T04:19:17.355Z+ rm -r ./out/thundermuffin
7642024-04-03T04:19:17.368Z+ mkdir ./out/thundermuffin
7652024-04-03T04:19:17.368Z+ cp -r out/downloads/root ./out/thundermuffin/root
7662024-04-03T04:19:17.395ZAll prerequisites installed successfully
7672024-04-03T04:19:17.396Z
7682024-04-03T04:19:17.396Zreal 2:00.101942793
7692024-04-03T04:19:17.397Zuser 39.158388854
7702024-04-03T04:19:17.397Zsys 7.682653318
7712024-04-03T04:19:17.397Ztrap 0.012584961
7722024-04-03T04:19:17.397Ztflt 0.095390340
7732024-04-03T04:19:17.397Zdflt 0.389884560
7742024-04-03T04:19:17.398Zkflt 0.076374204
7752024-04-03T04:19:17.398Zlock 1.141371773
7762024-04-03T04:19:17.399Zslp 3:56.422989873
7772024-04-03T04:19:17.399Zlat 1.879292020
7782024-04-03T04:19:17.399Zstop 0.142898102
7792024-04-03T04:19:17.399Z+ ptime -m ./tools/ci_download_softnpu_machinery
7802024-04-03T04:19:17.422Zfetching npuzone
7812024-04-03T04:19:17.422ZEnsuring oxidecomputer/softnpu/image/npuzone in out/npuzone
7822024-04-03T04:19:17.423Z (commit: dbab082dfa89da5db5ca2325c257089d2f130092)
7832024-04-03T04:19:17.423ZGetting hash for npuzone
7842024-04-03T04:19:18.777Z (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e)
7852024-04-03T04:19:28.077Znpuzone downloaded successfully
7862024-04-03T04:19:28.097Z
7872024-04-03T04:19:28.097Zreal 10.696700394
7882024-04-03T04:19:28.097Zuser 0.375957036
7892024-04-03T04:19:28.098Zsys 0.150104481
7902024-04-03T04:19:28.098Ztrap 0.000092035
7912024-04-03T04:19:28.098Ztflt 0.000000000
7922024-04-03T04:19:28.098Zdflt 0.000000000
7932024-04-03T04:19:28.098Zkflt 0.000000000
7942024-04-03T04:19:28.098Zlock 0.000000000
7952024-04-03T04:19:28.099Zslp 31.433375774
7962024-04-03T04:19:28.099Zlat 0.090984093
7972024-04-03T04:19:28.100Zstop 0.000273252
7982024-04-03T04:19:28.100Z+ export CARGO_INCREMENTAL=0
7992024-04-03T04:19:28.100Z+ CARGO_INCREMENTAL=0
8002024-04-03T04:19:28.100Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
8012024-04-03T04:19:28.320Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
8022024-04-03T04:19:29.284Z Updating git repository `https://github.com/oxidecomputer/samael`
8032024-04-03T04:19:30.253Z Updating git repository `https://github.com/oxidecomputer/zone`
8042024-04-03T04:19:31.142Z Updating crates.io index
8052024-04-03T04:19:31.389Z Updating git repository `https://github.com/oxidecomputer/dropshot`
8062024-04-03T04:19:33.491Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8072024-04-03T04:19:35.004Z Updating git repository `https://github.com/oxidecomputer/progenitor`
8082024-04-03T04:19:39.938Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
8092024-04-03T04:19:42.431Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8102024-04-03T04:19:43.127Z Updating git repository `https://github.com/oxidecomputer/propolis`
8112024-04-03T04:19:46.244Z Updating git repository `https://github.com/oxidecomputer/crucible`
8122024-04-03T04:19:51.998Z Updating git repository `https://github.com/oxidecomputer/opte`
8132024-04-03T04:19:55.013Z Updating git repository `https://github.com/oxidecomputer/falcon`
8142024-04-03T04:19:59.162Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
8152024-04-03T04:20:00.462Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8162024-04-03T04:20:01.502Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
8172024-04-03T04:20:02.294Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
8182024-04-03T04:20:03.133Z Updating git repository `http://github.com/oxidecomputer/sprockets`
8192024-04-03T04:20:04.189Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
8202024-04-03T04:20:04.889Z Updating git repository `http://github.com/oxidecomputer/tofino`
8212024-04-03T04:20:05.779Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8222024-04-03T04:20:06.529Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
8232024-04-03T04:20:07.207Z Updating git repository `https://github.com/oxidecomputer/libnvme`
8242024-04-03T04:20:07.978Z Updating git repository `https://github.com/oxidecomputer/ispf`
8252024-04-03T04:20:08.837Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8262024-04-03T04:20:09.558Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8272024-04-03T04:20:11.560Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
8282024-04-03T04:20:12.632Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
8292024-04-03T04:20:13.289Z Updating git repository `https://github.com/jgallagher/nix`
8302024-04-03T04:20:17.168Z Updating git repository `https://github.com/cbiffle/hubpack`
8312024-04-03T04:20:18.015Z Updating git repository `https://github.com/oxidecomputer/typify`
8322024-04-03T04:20:21.319Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8332024-04-03T04:20:22.837Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8342024-04-03T04:20:23.699Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8352024-04-03T04:20:25.363Z Updating git repository `https://github.com/oxidecomputer/rfb`
8362024-04-03T04:20:27.400Z Downloading crates ...
8372024-04-03T04:20:27.485Z Downloaded addr2line v0.21.0
8382024-04-03T04:20:27.520Z Downloaded cc v1.0.83
8392024-04-03T04:20:27.531Z Downloaded bitflags v1.3.2
8402024-04-03T04:20:27.532Z Downloaded block-buffer v0.10.4
8412024-04-03T04:20:27.532Z Downloaded ansi_term v0.12.1
8422024-04-03T04:20:27.537Z Downloaded arc-swap v1.6.0
8432024-04-03T04:20:27.537Z Downloaded hashbrown v0.13.2
8442024-04-03T04:20:27.546Z Downloaded http-range v0.1.5
8452024-04-03T04:20:27.546Z Downloaded allocator-api2 v0.2.16
8462024-04-03T04:20:27.546Z Downloaded crossbeam-epoch v0.9.18
8472024-04-03T04:20:27.555Z Downloaded constant_time_eq v0.3.0
8482024-04-03T04:20:27.555Z Downloaded httpdate v1.0.3
8492024-04-03T04:20:27.556Z Downloaded hex v0.4.3
8502024-04-03T04:20:27.556Z Downloaded httparse v1.8.0
8512024-04-03T04:20:27.563Z Downloaded hmac v0.12.1
8522024-04-03T04:20:27.563Z Downloaded http-body v0.4.5
8532024-04-03T04:20:27.563Z Downloaded hostname v0.3.1
8542024-04-03T04:20:27.563Z Downloaded castaway v0.2.2
8552024-04-03T04:20:27.569Z Downloaded bitstruct v0.1.1
8562024-04-03T04:20:27.569Z Downloaded http v1.0.0
8572024-04-03T04:20:27.574Z Downloaded headers-core v0.2.0
8582024-04-03T04:20:27.575Z Downloaded const_format_proc_macros v0.2.32
8592024-04-03T04:20:27.579Z Downloaded chacha20 v0.9.1
8602024-04-03T04:20:27.580Z Downloaded ident_case v1.0.1
8612024-04-03T04:20:27.584Z Downloaded crc v3.0.1
8622024-04-03T04:20:27.584Z Downloaded atomicwrites v0.4.3
8632024-04-03T04:20:27.584Z Downloaded hkdf v0.12.4
8642024-04-03T04:20:27.589Z Downloaded cookie_store v0.20.0
8652024-04-03T04:20:27.592Z Downloaded crc-catalog v2.2.0
8662024-04-03T04:20:27.592Z Downloaded normalize-line-endings v0.3.0
8672024-04-03T04:20:27.596Z Downloaded async-recursion v1.0.5
8682024-04-03T04:20:27.599Z Downloaded nodrop v0.1.14
8692024-04-03T04:20:27.599Z Downloaded nanorand v0.7.0
8702024-04-03T04:20:27.602Z Downloaded colorchoice v1.0.0
8712024-04-03T04:20:27.605Z Downloaded nibble_vec v0.1.0
8722024-04-03T04:20:27.605Z Downloaded md-5 v0.10.5
8732024-04-03T04:20:27.609Z Downloaded impl-trait-for-tuples v0.2.2
8742024-04-03T04:20:27.613Z Downloaded newline-converter v0.3.0
8752024-04-03T04:20:27.613Z Downloaded matches v0.1.10
8762024-04-03T04:20:27.613Z Downloaded ciborium-io v0.2.2
8772024-04-03T04:20:27.616Z Downloaded maybe-uninit v2.0.0
8782024-04-03T04:20:27.616Z Downloaded corncobs v0.1.3
8792024-04-03T04:20:27.619Z Downloaded cexpr v0.6.0
8802024-04-03T04:20:27.619Z Downloaded match_cfg v0.1.0
8812024-04-03T04:20:27.623Z Downloaded lalrpop-util v0.19.12
8822024-04-03T04:20:27.623Z Downloaded inout v0.1.3
8832024-04-03T04:20:27.623Z Downloaded multimap v0.10.0
8842024-04-03T04:20:27.627Z Downloaded linked-hash-map v0.5.6
8852024-04-03T04:20:27.627Z Downloaded new_debug_unreachable v1.0.4
8862024-04-03T04:20:27.630Z Downloaded colored v2.1.0
8872024-04-03T04:20:27.633Z Downloaded mime v0.3.17
8882024-04-03T04:20:27.633Z Downloaded newtype-uuid v1.0.1
8892024-04-03T04:20:27.637Z Downloaded lazy_static v1.4.0
8902024-04-03T04:20:27.637Z Downloaded sync_wrapper v0.1.2
8912024-04-03T04:20:27.640Z Downloaded indoc v2.0.3
8922024-04-03T04:20:27.644Z Downloaded swrite v0.1.0
8932024-04-03T04:20:27.644Z Downloaded cpufeatures v0.2.12
8942024-04-03T04:20:27.647Z Downloaded num v0.4.1
8952024-04-03T04:20:27.647Z Downloaded mockall v0.12.0
8962024-04-03T04:20:27.651Z Downloaded bb8 v0.8.3
8972024-04-03T04:20:27.651Z Downloaded camino-tempfile v1.1.1
8982024-04-03T04:20:27.657Z Downloaded memmap v0.7.0
8992024-04-03T04:20:27.661Z Downloaded time-core v0.1.2
9002024-04-03T04:20:27.661Z Downloaded sigpipe v0.1.3
9012024-04-03T04:20:27.661Z Downloaded libsw v3.3.1
9022024-04-03T04:20:27.661Z Downloaded lazycell v1.3.0
9032024-04-03T04:20:27.664Z Downloaded itoa v1.0.9
9042024-04-03T04:20:27.664Z Downloaded scheduled-thread-pool v0.2.7
9052024-04-03T04:20:27.667Z Downloaded rustfmt-wrapper v0.2.0
9062024-04-03T04:20:27.667Z Downloaded nu-ansi-term v0.50.0
9072024-04-03T04:20:27.670Z Downloaded native-tls v0.2.11
9082024-04-03T04:20:27.673Z Downloaded sha1 v0.10.6
9092024-04-03T04:20:27.676Z Downloaded dtrace-parser v0.1.14
9102024-04-03T04:20:27.676Z Downloaded waitgroup v0.1.2
9112024-04-03T04:20:27.679Z Downloaded bzip2 v0.4.4
9122024-04-03T04:20:27.683Z Downloaded zone_cfg_derive v0.1.2
9132024-04-03T04:20:27.683Z Downloaded smawk v0.3.1
9142024-04-03T04:20:27.684Z Downloaded thread-id v4.2.0
9152024-04-03T04:20:27.687Z Downloaded supports-color v3.0.0
9162024-04-03T04:20:27.687Z Downloaded diesel_table_macro_syntax v0.1.0
9172024-04-03T04:20:27.690Z Downloaded thread_local v1.1.7
9182024-04-03T04:20:27.690Z Downloaded newtype_derive v0.1.6
9192024-04-03T04:20:27.693Z Downloaded cancel-safe-futures v0.1.5
9202024-04-03T04:20:27.696Z Downloaded schemars_derive v0.8.16
9212024-04-03T04:20:27.701Z Downloaded version_check v0.9.4
9222024-04-03T04:20:27.701Z Downloaded universal-hash v0.5.1
9232024-04-03T04:20:27.705Z Downloaded memmap2 v0.7.1
9242024-04-03T04:20:27.705Z Downloaded toml_datetime v0.6.5
9252024-04-03T04:20:27.705Z Downloaded ipnetwork v0.20.0
9262024-04-03T04:20:27.716Z Downloaded ref-cast v1.0.20
9272024-04-03T04:20:27.716Z Downloaded opaque-debug v0.3.0
9282024-04-03T04:20:27.725Z Downloaded peeking_take_while v0.1.2
9292024-04-03T04:20:27.725Z Downloaded rustls-pemfile v2.1.1
9302024-04-03T04:20:27.725Z Downloaded backoff v0.4.0
9312024-04-03T04:20:27.725Z Downloaded path-slash v0.1.5
9322024-04-03T04:20:27.725Z Downloaded walkdir v2.4.0
9332024-04-03T04:20:27.728Z Downloaded indexmap v1.9.3
9342024-04-03T04:20:27.728Z Downloaded flagset v0.4.3
9352024-04-03T04:20:27.729Z Downloaded xattr v1.0.1
9362024-04-03T04:20:27.732Z Downloaded miniz_oxide v0.7.1
9372024-04-03T04:20:27.733Z Downloaded spin v0.9.8
9382024-04-03T04:20:27.738Z Downloaded structmeta v0.3.0
9392024-04-03T04:20:27.739Z Downloaded try-lock v0.2.4
9402024-04-03T04:20:27.739Z Downloaded stability v0.1.1
9412024-04-03T04:20:27.742Z Downloaded tower-service v0.3.2
9422024-04-03T04:20:27.742Z Downloaded log v0.4.21
9432024-04-03T04:20:27.749Z Downloaded hash32 v0.3.1
9442024-04-03T04:20:27.749Z Downloaded futures-executor v0.3.30
9452024-04-03T04:20:27.759Z Downloaded futures-core v0.3.30
9462024-04-03T04:20:27.759Z Downloaded fixedbitset v0.4.2
9472024-04-03T04:20:27.759Z Downloaded hash32 v0.2.1
9482024-04-03T04:20:27.763Z Downloaded console v0.15.8
9492024-04-03T04:20:27.763Z Downloaded pest_generator v2.7.6
9502024-04-03T04:20:27.763Z Downloaded compact_str v0.7.1
9512024-04-03T04:20:27.763Z Downloaded cstr-argument v0.1.2
9522024-04-03T04:20:27.770Z Downloaded quick-error v1.2.3
9532024-04-03T04:20:27.770Z Downloaded chacha20poly1305 v0.10.1
9542024-04-03T04:20:27.779Z Downloaded usdt-impl v0.3.5
9552024-04-03T04:20:27.779Z Downloaded plain v0.2.3
9562024-04-03T04:20:27.779Z Downloaded erased-serde v0.3.31
9572024-04-03T04:20:27.779Z Downloaded debug-ignore v1.0.5
9582024-04-03T04:20:27.783Z Downloaded slog-dtrace v0.3.0
9592024-04-03T04:20:27.783Z Downloaded futures-macro v0.3.30
9602024-04-03T04:20:27.783Z Downloaded rtoolbox v0.0.1
9612024-04-03T04:20:27.783Z Downloaded openssl-macros v0.1.1
9622024-04-03T04:20:27.789Z Downloaded yasna v0.5.2
9632024-04-03T04:20:27.803Z Downloaded precomputed-hash v0.1.1
9642024-04-03T04:20:27.804Z Downloaded serde_tokenstream v0.1.7
9652024-04-03T04:20:27.804Z Downloaded tui-tree-widget v0.19.0
9662024-04-03T04:20:27.804Z Downloaded strsim v0.8.0
9672024-04-03T04:20:27.807Z Downloaded strip-ansi-escapes v0.2.0
9682024-04-03T04:20:27.807Z Downloaded stringprep v0.1.3
9692024-04-03T04:20:27.807Z Downloaded usdt v0.5.0
9702024-04-03T04:20:27.807Z Downloaded futures-channel v0.3.30
9712024-04-03T04:20:27.807Z Downloaded half v2.3.1
9722024-04-03T04:20:27.807Z Downloaded utf8parse v0.2.1
9732024-04-03T04:20:27.807Z Downloaded thiserror-impl-no-std v2.0.2
9742024-04-03T04:20:27.811Z Downloaded thiserror-impl v1.0.57
9752024-04-03T04:20:27.815Z Downloaded crossbeam-utils v0.8.19
9762024-04-03T04:20:27.815Z Downloaded zeroize_derive v1.4.2
9772024-04-03T04:20:27.818Z Downloaded zeroize v1.7.0
9782024-04-03T04:20:27.818Z Downloaded fallible-iterator v0.2.0
9792024-04-03T04:20:27.824Z Downloaded difflib v0.4.0
9802024-04-03T04:20:27.824Z Downloaded serde-big-array v0.5.1
9812024-04-03T04:20:27.824Z Downloaded poly1305 v0.8.0
9822024-04-03T04:20:27.827Z Downloaded serde_derive v1.0.197
9832024-04-03T04:20:27.830Z Downloaded futures-task v0.3.30
9842024-04-03T04:20:27.838Z Downloaded fragile v2.0.0
9852024-04-03T04:20:27.838Z Downloaded indexmap v2.2.5
9862024-04-03T04:20:27.843Z Downloaded scroll v0.12.0
9872024-04-03T04:20:27.843Z Downloaded tungstenite v0.21.0
9882024-04-03T04:20:27.846Z Downloaded curve25519-dalek-derive v0.1.0
9892024-04-03T04:20:27.846Z Downloaded unsafe-libyaml v0.2.10
9902024-04-03T04:20:27.850Z Downloaded rustc-hash v1.1.0
9912024-04-03T04:20:27.853Z Downloaded r2d2 v0.8.10
9922024-04-03T04:20:27.860Z Downloaded rand_core v0.6.4
9932024-04-03T04:20:27.860Z Downloaded uuid v0.8.2
9942024-04-03T04:20:27.863Z Downloaded pest_derive v2.7.6
9952024-04-03T04:20:27.863Z Downloaded sec1 v0.7.3
9962024-04-03T04:20:27.868Z Downloaded foreign-types-shared v0.3.1
9972024-04-03T04:20:27.868Z Downloaded semver v0.1.20
9982024-04-03T04:20:27.871Z Downloaded secrecy v0.8.0
9992024-04-03T04:20:27.871Z Downloaded oso-derive v0.27.0
10002024-04-03T04:20:27.871Z Downloaded defmt v0.3.5
10012024-04-03T04:20:27.875Z Downloaded foreign-types v0.3.2
10022024-04-03T04:20:27.877Z Downloaded tiny-keccak v2.0.2
10032024-04-03T04:20:27.880Z Downloaded foreign-types-shared v0.1.1
10042024-04-03T04:20:27.881Z Downloaded foreign-types v0.5.0
10052024-04-03T04:20:27.886Z Downloaded tabled_derive v0.7.0
10062024-04-03T04:20:27.886Z Downloaded tabwriter v1.4.0
10072024-04-03T04:20:27.890Z Downloaded num-rational v0.4.1
10082024-04-03T04:20:27.890Z Downloaded termios v0.3.3
10092024-04-03T04:20:27.896Z Downloaded scroll_derive v0.12.0
10102024-04-03T04:20:27.896Z Downloaded parking_lot v0.11.2
10112024-04-03T04:20:27.896Z Downloaded pkcs8 v0.10.2
10122024-04-03T04:20:27.900Z Downloaded crypto-common v0.1.6
10132024-04-03T04:20:27.900Z Downloaded rustc-demangle v0.1.23
10142024-04-03T04:20:27.903Z Downloaded untrusted v0.7.1
10152024-04-03T04:20:27.903Z Downloaded proc-macro-error v1.0.4
10162024-04-03T04:20:27.915Z Downloaded memchr v2.7.1
10172024-04-03T04:20:27.925Z Downloaded ed25519 v1.5.3
10182024-04-03T04:20:27.926Z Downloaded der v0.7.8
10192024-04-03T04:20:27.926Z Downloaded portpicker v0.1.1
10202024-04-03T04:20:27.933Z Downloaded parse-size v1.0.0
10212024-04-03T04:20:27.933Z Downloaded dtrace-parser v0.2.0
10222024-04-03T04:20:27.934Z Downloaded doc-comment v0.3.3
10232024-04-03T04:20:27.934Z Downloaded rand_chacha v0.3.1
10242024-04-03T04:20:27.934Z Downloaded fxhash v0.2.1
10252024-04-03T04:20:27.934Z Downloaded display-error-chain v0.2.0
10262024-04-03T04:20:27.934Z Downloaded phf v0.11.2
10272024-04-03T04:20:27.934Z Downloaded foreign-types-macros v0.2.3
10282024-04-03T04:20:27.956Z Downloaded tokio-stream v0.1.14
10292024-04-03T04:20:27.956Z Downloaded serde_repr v0.1.16
10302024-04-03T04:20:27.957Z Downloaded rpassword v7.3.1
10312024-04-03T04:20:27.957Z Downloaded utf-8 v0.7.6
10322024-04-03T04:20:28.379Z Downloaded sqlparser_derive v0.2.2
10332024-04-03T04:20:28.379Z Downloaded spin v0.5.2
10342024-04-03T04:20:28.379Z Downloaded smallvec v0.6.14
10352024-04-03T04:20:28.379Z Downloaded terminal_size v0.3.0
10362024-04-03T04:20:28.380Z Downloaded vsss-rs v3.3.4
10372024-04-03T04:20:28.380Z Downloaded papergrid v0.11.0
10382024-04-03T04:20:28.380Z Downloaded toolchain_find v0.2.0
10392024-04-03T04:20:28.380Z Downloaded untrusted v0.9.0
10402024-04-03T04:20:28.380Z Downloaded darling v0.14.4
10412024-04-03T04:20:28.380Z Downloaded strum v0.26.1
10422024-04-03T04:20:28.381Z Downloaded itertools v0.12.1
10432024-04-03T04:20:28.388Z Downloaded derive_builder_macro v0.12.0
10442024-04-03T04:20:28.388Z Downloaded pretty-hex v0.4.1
10452024-04-03T04:20:28.388Z Downloaded either v1.10.0
10462024-04-03T04:20:28.388Z Downloaded equivalent v1.0.1
10472024-04-03T04:20:28.388Z Downloaded generic-array v0.14.7
10482024-04-03T04:20:28.388Z Downloaded dyn-clone v1.0.17
10492024-04-03T04:20:28.388Z Downloaded tinyvec v1.6.0
10502024-04-03T04:20:28.388Z Downloaded phf_shared v0.10.0
10512024-04-03T04:20:28.388Z Downloaded serde_with_macros v3.6.1
10522024-04-03T04:20:28.388Z Downloaded termtree v0.4.1
10532024-04-03T04:20:28.389Z Downloaded unicode-ident v1.0.12
10542024-04-03T04:20:28.389Z Downloaded strum_macros v0.25.2
10552024-04-03T04:20:28.389Z Downloaded serde_arrays v0.1.0
10562024-04-03T04:20:28.389Z Downloaded predicates v3.1.0
10572024-04-03T04:20:28.389Z Downloaded tokio-tungstenite v0.21.0
10582024-04-03T04:20:28.389Z Downloaded tracing-attributes v0.1.27
10592024-04-03T04:20:28.389Z Downloaded serde-hex v0.1.0
10602024-04-03T04:20:28.390Z Downloaded rustversion v1.0.14
10612024-04-03T04:20:28.390Z Downloaded libxml v0.3.3
10622024-04-03T04:20:28.390Z Downloaded usdt-macro v0.3.5
10632024-04-03T04:20:28.390Z Downloaded dirs-next v2.0.0
10642024-04-03T04:20:28.390Z Downloaded num-integer v0.1.46
10652024-04-03T04:20:28.390Z Downloaded tinyvec_macros v0.1.1
10662024-04-03T04:20:28.390Z Downloaded unicode-bidi v0.3.15
10672024-04-03T04:20:28.390Z Downloaded powerfmt v0.2.0
10682024-04-03T04:20:28.390Z Downloaded fd-lock v4.0.2
10692024-04-03T04:20:28.390Z Downloaded num-complex v0.4.4
10702024-04-03T04:20:28.390Z Downloaded snafu v0.7.5
10712024-04-03T04:20:28.390Z Downloaded endian-type v0.1.2
10722024-04-03T04:20:28.391Z Downloaded string_cache v0.8.7
10732024-04-03T04:20:28.391Z Downloaded shlex v1.3.0
10742024-04-03T04:20:28.391Z Downloaded subprocess v0.2.9
10752024-04-03T04:20:28.391Z Downloaded socket2 v0.5.5
10762024-04-03T04:20:28.391Z Downloaded slog-envlogger v2.2.0
10772024-04-03T04:20:28.391Z Downloaded trust-dns-resolver v0.22.0
10782024-04-03T04:20:28.391Z Downloaded number_prefix v0.4.0
10792024-04-03T04:20:28.391Z Downloaded want v0.3.1
10802024-04-03T04:20:28.391Z Downloaded vte_generate_state_changes v0.1.1
10812024-04-03T04:20:28.391Z Downloaded usdt-macro v0.5.0
10822024-04-03T04:20:28.392Z Downloaded strum_macros v0.24.3
10832024-04-03T04:20:28.392Z Downloaded futures-io v0.3.30
10842024-04-03T04:20:28.392Z Downloaded usdt v0.3.5
10852024-04-03T04:20:28.392Z Downloaded sct v0.7.0
10862024-04-03T04:20:28.392Z Downloaded termcolor v1.2.0
10872024-04-03T04:20:28.392Z Downloaded gethostname v0.4.3
10882024-04-03T04:20:28.392Z Downloaded paste v1.0.14
10892024-04-03T04:20:28.392Z Downloaded tokio-macros v2.2.0
10902024-04-03T04:20:28.392Z Downloaded slog-json v2.6.1
10912024-04-03T04:20:28.392Z Downloaded funty v2.0.0
10922024-04-03T04:20:28.392Z Downloaded float-cmp v0.9.0
10932024-04-03T04:20:28.392Z Downloaded peg-runtime v0.8.2
10942024-04-03T04:20:28.393Z Downloaded darling_macro v0.20.3
10952024-04-03T04:20:28.393Z Downloaded darling_macro v0.14.4
10962024-04-03T04:20:28.393Z Downloaded take_mut v0.2.2
10972024-04-03T04:20:28.393Z Downloaded tracing v0.1.40
10982024-04-03T04:20:28.393Z Downloaded openssl-probe v0.1.5
10992024-04-03T04:20:28.393Z Downloaded num_threads v0.1.6
11002024-04-03T04:20:28.393Z Downloaded peg v0.8.2
11012024-04-03T04:20:28.393Z Downloaded tracing-core v0.1.32
11022024-04-03T04:20:28.393Z Downloaded signal-hook-mio v0.2.3
11032024-04-03T04:20:28.393Z Downloaded shell-words v1.1.0
11042024-04-03T04:20:28.393Z Downloaded ref-cast-impl v1.0.20
11052024-04-03T04:20:28.393Z Downloaded vte v0.11.1
11062024-04-03T04:20:28.393Z Downloaded crypto-bigint v0.5.2
11072024-04-03T04:20:28.393Z Downloaded wait-timeout v0.2.0
11082024-04-03T04:20:28.394Z Downloaded strum v0.25.0
11092024-04-03T04:20:28.394Z Downloaded expectorate v1.1.0
11102024-04-03T04:20:28.394Z Downloaded unicode-normalization v0.1.22
11112024-04-03T04:20:28.394Z Downloaded tap v1.0.1
11122024-04-03T04:20:28.394Z Downloaded rand_xorshift v0.3.0
11132024-04-03T04:20:28.394Z Downloaded pin-utils v0.1.0
11142024-04-03T04:20:28.394Z Downloaded pem v3.0.2
11152024-04-03T04:20:28.394Z Downloaded rand v0.8.5
11162024-04-03T04:20:28.394Z Downloaded globset v0.4.13
11172024-04-03T04:20:28.394Z Downloaded crucible-workspace-hack v0.1.0
11182024-04-03T04:20:28.394Z Downloaded data-encoding v2.4.0
11192024-04-03T04:20:28.394Z Downloaded static_assertions v1.1.0
11202024-04-03T04:20:28.394Z Downloaded term v0.7.0
11212024-04-03T04:20:28.394Z Downloaded zone v0.1.8
11222024-04-03T04:20:28.394Z Downloaded proc-macro-crate v1.3.1
11232024-04-03T04:20:28.395Z Downloaded serde_json v1.0.114
11242024-04-03T04:20:28.395Z Downloaded slab v0.4.9
11252024-04-03T04:20:28.395Z Downloaded tempfile v3.10.0
11262024-04-03T04:20:28.395Z Downloaded signal-hook v0.3.17
11272024-04-03T04:20:28.395Z Downloaded signal-hook-registry v1.4.1
11282024-04-03T04:20:28.395Z Downloaded which v4.4.0
11292024-04-03T04:20:28.395Z Downloaded portable-atomic v1.4.3
11302024-04-03T04:20:28.395Z Downloaded stable_deref_trait v1.2.0
11312024-04-03T04:20:28.395Z Downloaded futures v0.3.30
11322024-04-03T04:20:28.395Z Downloaded siphasher v0.3.11
11332024-04-03T04:20:28.395Z Downloaded prettyplease v0.2.16
11342024-04-03T04:20:28.395Z Downloaded signal-hook-tokio v0.3.1
11352024-04-03T04:20:28.395Z Downloaded getopts v0.2.21
11362024-04-03T04:20:28.395Z Downloaded enum-as-inner v0.5.1
11372024-04-03T04:20:28.395Z Downloaded resolv-conf v0.7.0
11382024-04-03T04:20:28.395Z Downloaded slog-stdlog v4.1.1
11392024-04-03T04:20:28.395Z Downloaded structopt-derive v0.4.18
11402024-04-03T04:20:28.395Z Downloaded serde_path_to_error v0.1.16
11412024-04-03T04:20:28.396Z Downloaded postgres-protocol v0.6.6
11422024-04-03T04:20:28.396Z Downloaded hyper v0.14.28
11432024-04-03T04:20:28.403Z Downloaded num_enum_derive v0.5.11
11442024-04-03T04:20:28.403Z Downloaded ff v0.13.0
11452024-04-03T04:20:28.403Z Downloaded num_enum v0.5.11
11462024-04-03T04:20:28.404Z Downloaded num_cpus v1.16.0
11472024-04-03T04:20:28.404Z Downloaded getrandom v0.2.12
11482024-04-03T04:20:28.404Z Downloaded pkcs1 v0.7.5
11492024-04-03T04:20:28.404Z Downloaded tar v0.4.40
11502024-04-03T04:20:28.404Z Downloaded serde_with v3.6.1
11512024-04-03T04:20:28.404Z Downloaded defmt-parser v0.3.3
11522024-04-03T04:20:28.404Z Downloaded env_logger v0.9.3
11532024-04-03T04:20:28.404Z Downloaded tokio-rustls v0.25.0
11542024-04-03T04:20:28.404Z Downloaded bitvec v1.0.1
11552024-04-03T04:20:28.404Z Downloaded derive_builder_core v0.12.0
11562024-04-03T04:20:28.405Z Downloaded num-traits v0.2.18
11572024-04-03T04:20:28.405Z Downloaded postcard v1.0.8
11582024-04-03T04:20:28.405Z Downloaded derive-where v1.2.7
11592024-04-03T04:20:28.405Z Downloaded zip v0.6.6
11602024-04-03T04:20:28.405Z Downloaded tungstenite v0.20.1
11612024-04-03T04:20:28.405Z Downloaded unicode-segmentation v1.10.1
11622024-04-03T04:20:28.405Z Downloaded quick-xml v0.30.0
11632024-04-03T04:20:28.405Z Downloaded steno v0.4.0
11642024-04-03T04:20:28.405Z Downloaded toml_edit v0.19.15
11652024-04-03T04:20:28.405Z Downloaded openssl-sys v0.9.96
11662024-04-03T04:20:28.405Z Downloaded num-bigint v0.4.4
11672024-04-03T04:20:28.405Z Downloaded tokio-postgres v0.7.10
11682024-04-03T04:20:28.406Z Downloaded h2 v0.3.24
11692024-04-03T04:20:28.406Z Downloaded rustyline v13.0.0
11702024-04-03T04:20:28.406Z Downloaded reqwest v0.11.24
11712024-04-03T04:20:28.406Z Downloaded zerocopy v0.7.32
11722024-04-03T04:20:28.406Z Downloaded syn v1.0.109
11732024-04-03T04:20:28.406Z Downloaded rustls-webpki v0.102.1
11742024-04-03T04:20:28.406Z Downloaded crossterm v0.27.0
11752024-04-03T04:20:28.406Z Downloaded proptest v1.4.0
11762024-04-03T04:20:28.406Z Downloaded futures-util v0.3.30
11772024-04-03T04:20:28.822Z Downloaded regex v1.10.3
11782024-04-03T04:20:28.826Z Downloaded goblin v0.8.0
11792024-04-03T04:20:28.826Z Downloaded polar-core v0.27.0
11802024-04-03T04:20:28.826Z Downloaded rustls-webpki v0.101.7
11812024-04-03T04:20:28.826Z Downloaded tabled v0.15.0
11822024-04-03T04:20:28.826Z Downloaded trust-dns-proto v0.22.0
11832024-04-03T04:20:28.826Z Downloaded curve25519-dalek v4.1.1
11842024-04-03T04:20:28.826Z Downloaded smoltcp v0.11.0
11852024-04-03T04:20:28.826Z Downloaded webpki-roots v0.25.2
11862024-04-03T04:20:28.826Z Downloaded object v0.30.4
11872024-04-03T04:20:28.826Z Downloaded rustls v0.21.9
11882024-04-03T04:20:28.826Z Downloaded regex-syntax v0.6.29
11892024-04-03T04:20:28.826Z Downloaded rustix v0.38.31
11902024-04-03T04:20:28.826Z Downloaded rustls v0.22.2
11912024-04-03T04:20:28.826Z Downloaded regex-syntax v0.8.2
11922024-04-03T04:20:28.826Z Downloaded openapiv3 v2.0.0
11932024-04-03T04:20:28.826Z Downloaded ratatui v0.26.1
11942024-04-03T04:20:28.827Z Downloaded zerocopy-derive v0.6.4
11952024-04-03T04:20:28.827Z Downloaded zerocopy-derive v0.2.0
11962024-04-03T04:20:28.827Z Downloaded regex-automata v0.4.5
11972024-04-03T04:20:28.827Z Downloaded libc v0.2.153
11982024-04-03T04:20:28.827Z Downloaded bzip2-sys v0.1.11+1.0.8
11992024-04-03T04:20:28.827Z Downloaded sha3 v0.10.8
12002024-04-03T04:20:28.827Z Downloaded tokio v1.36.0
12012024-04-03T04:20:28.827Z Downloaded csv v1.3.0
12022024-04-03T04:20:28.827Z Downloaded encoding_rs v0.8.33
12032024-04-03T04:20:28.827Z Downloaded sled v0.34.7
12042024-04-03T04:20:28.827Z Downloaded smoltcp v0.9.1
12052024-04-03T04:20:28.827Z Downloaded diesel v2.1.5
12062024-04-03T04:20:28.827Z Downloaded bstr v1.9.0
12072024-04-03T04:20:28.835Z Downloaded radix_trie v0.2.1
12082024-04-03T04:20:28.841Z Downloaded vcpkg v0.2.15
12092024-04-03T04:20:28.886Z Downloaded regress v0.9.0
12102024-04-03T04:20:28.896Z Downloaded rayon v1.9.0
12112024-04-03T04:20:28.905Z Downloaded openssl v0.10.60
12122024-04-03T04:20:28.915Z Downloaded object v0.32.1
12132024-04-03T04:20:28.925Z Downloaded idna v0.2.3
12142024-04-03T04:20:28.935Z Downloaded gimli v0.28.0
12152024-04-03T04:20:28.941Z Downloaded syn v2.0.52
12162024-04-03T04:20:28.952Z Downloaded petgraph v0.6.4
12172024-04-03T04:20:28.967Z Downloaded nix v0.27.1
12182024-04-03T04:20:28.978Z Downloaded idna v0.3.0
12192024-04-03T04:20:28.985Z Downloaded idna v0.5.0
12202024-04-03T04:20:28.993Z Downloaded bindgen v0.69.2
12212024-04-03T04:20:29.000Z Downloaded clap v2.34.0
12222024-04-03T04:20:29.010Z Downloaded pest v2.7.6
12232024-04-03T04:20:29.013Z Downloaded lalrpop v0.19.12
12242024-04-03T04:20:29.024Z Downloaded trust-dns-client v0.22.0
12252024-04-03T04:20:29.033Z Downloaded toml_edit v0.22.9
12262024-04-03T04:20:29.054Z Downloaded chrono v0.4.34
12272024-04-03T04:20:29.059Z Downloaded url v2.5.0
12282024-04-03T04:20:29.062Z Downloaded winnow v0.6.1
12292024-04-03T04:20:29.073Z Downloaded winnow v0.5.15
12302024-04-03T04:20:29.083Z Downloaded aho-corasick v1.1.2
12312024-04-03T04:20:29.089Z Downloaded elliptic-curve v0.13.8
12322024-04-03T04:20:29.092Z Downloaded rustls-pki-types v1.3.0
12332024-04-03T04:20:29.095Z Downloaded rcgen v0.12.1
12342024-04-03T04:20:29.098Z Downloaded pin-project v1.1.3
12352024-04-03T04:20:29.107Z Downloaded unicode_categories v0.1.1
12362024-04-03T04:20:29.119Z Downloaded tough v0.16.0
12372024-04-03T04:20:29.122Z Downloaded bstr v0.2.17
12382024-04-03T04:20:29.127Z Downloaded ucd-trie v0.1.6
12392024-04-03T04:20:29.130Z Downloaded typenum v1.16.0
12402024-04-03T04:20:29.133Z Downloaded sqlparser v0.43.1
12412024-04-03T04:20:29.136Z Downloaded oso v0.27.0
12422024-04-03T04:20:29.140Z Downloaded tokio-rustls v0.24.1
12432024-04-03T04:20:29.144Z Downloaded peg-macros v0.8.2
12442024-04-03T04:20:29.144Z Downloaded structopt v0.3.26
12452024-04-03T04:20:29.151Z Downloaded test-strategy v0.3.1
12462024-04-03T04:20:29.155Z Downloaded deranged v0.3.11
12472024-04-03T04:20:29.155Z Downloaded pin-project-lite v0.2.13
12482024-04-03T04:20:29.161Z Downloaded slog-scope v4.4.0
12492024-04-03T04:20:29.167Z Downloaded filetime v0.2.23
12502024-04-03T04:20:29.167Z Downloaded topological-sort v0.2.2
12512024-04-03T04:20:29.167Z Downloaded num-bigint-dig v0.8.4
12522024-04-03T04:20:29.176Z Downloaded glob v0.3.1
12532024-04-03T04:20:29.176Z Downloaded rand_seeder v0.2.3
12542024-04-03T04:20:29.176Z Downloaded slog v2.7.0
12552024-04-03T04:20:29.180Z Downloaded clap_builder v4.5.1
12562024-04-03T04:20:29.183Z Downloaded unarray v0.1.4
12572024-04-03T04:20:29.183Z Downloaded pin-project-internal v1.1.3
12582024-04-03T04:20:29.183Z Downloaded regex-automata v0.1.10
12592024-04-03T04:20:29.188Z Downloaded ring v0.17.8
12602024-04-03T04:20:29.268Z Downloaded proc-macro-error-attr v1.0.4
12612024-04-03T04:20:29.285Z Downloaded time-macros v0.2.17
12622024-04-03T04:20:29.285Z Downloaded unicode-width v0.1.11
12632024-04-03T04:20:29.285Z Downloaded embedded-io v0.4.0
12642024-04-03T04:20:29.285Z Downloaded dirs-sys-next v0.1.2
12652024-04-03T04:20:29.286Z Downloaded defmt-macros v0.3.6
12662024-04-03T04:20:29.286Z Downloaded postgres-types v0.2.6
12672024-04-03T04:20:29.286Z Downloaded ena v0.14.2
12682024-04-03T04:20:29.290Z Downloaded tokio-native-tls v0.3.1
12692024-04-03T04:20:29.290Z Downloaded thiserror-no-std v2.0.2
12702024-04-03T04:20:29.290Z Downloaded rustc_version v0.1.7
12712024-04-03T04:20:29.290Z Downloaded phf_shared v0.11.2
12722024-04-03T04:20:29.291Z Downloaded serde_yaml v0.9.25
12732024-04-03T04:20:29.291Z Downloaded env_logger v0.10.0
12742024-04-03T04:20:29.291Z Downloaded unicode-linebreak v0.1.5
12752024-04-03T04:20:29.291Z Downloaded flume v0.11.0
12762024-04-03T04:20:29.291Z Downloaded tokio-tungstenite v0.20.1
12772024-04-03T04:20:29.296Z Downloaded zerocopy v0.6.4
12782024-04-03T04:20:29.296Z Downloaded trust-dns-server v0.22.1
12792024-04-03T04:20:29.299Z Downloaded reedline v0.30.0
12802024-04-03T04:20:29.306Z Downloaded ring v0.16.20
12812024-04-03T04:20:29.387Z Downloaded rustc_version v0.4.0
12822024-04-03T04:20:29.390Z Downloaded pem-rfc7468 v0.7.0
12832024-04-03T04:20:29.390Z Downloaded group v0.13.0
12842024-04-03T04:20:29.393Z Downloaded strum_macros v0.26.1
12852024-04-03T04:20:29.393Z Downloaded slog-term v2.9.0
12862024-04-03T04:20:29.399Z Downloaded num-derive v0.4.0
12872024-04-03T04:20:29.399Z Downloaded proc-macro2 v1.0.78
12882024-04-03T04:20:29.402Z Downloaded hashbrown v0.12.3
12892024-04-03T04:20:29.405Z Downloaded time v0.3.34
12902024-04-03T04:20:29.410Z Downloaded nom v7.1.3
12912024-04-03T04:20:29.415Z Downloaded whoami v1.5.0
12922024-04-03T04:20:29.418Z Downloaded password-hash v0.5.0
12932024-04-03T04:20:29.418Z Downloaded semver v1.0.22
12942024-04-03T04:20:29.422Z Downloaded usdt-attr-macro v0.5.0
12952024-04-03T04:20:29.422Z Downloaded usdt-attr-macro v0.3.5
12962024-04-03T04:20:29.422Z Downloaded wyz v0.5.1
12972024-04-03T04:20:29.425Z Downloaded derive_builder v0.12.0
12982024-04-03T04:20:29.428Z Downloaded darling v0.20.3
12992024-04-03T04:20:29.431Z Downloaded libm v0.2.7
13002024-04-03T04:20:29.438Z Downloaded rayon-core v1.12.1
13012024-04-03T04:20:29.441Z Downloaded tokio-util v0.7.10
13022024-04-03T04:20:29.447Z Downloaded itertools v0.10.5
13032024-04-03T04:20:29.453Z Downloaded parse-display-derive v0.9.0
13042024-04-03T04:20:29.456Z Downloaded packed_struct_codegen v0.10.1
13052024-04-03T04:20:29.456Z Downloaded synstructure v0.12.6
13062024-04-03T04:20:29.456Z Downloaded parking_lot v0.12.1
13072024-04-03T04:20:29.459Z Downloaded socket2 v0.4.9
13082024-04-03T04:20:29.463Z Downloaded salty v0.2.0
13092024-04-03T04:20:29.466Z Downloaded percent-encoding v2.3.1
13102024-04-03T04:20:29.466Z Downloaded owo-colors v4.0.0
13112024-04-03T04:20:29.470Z Downloaded zerocopy v0.3.0
13122024-04-03T04:20:29.470Z Downloaded unicode-xid v0.2.4
13132024-04-03T04:20:29.470Z Downloaded fd-lock v3.0.13
13142024-04-03T04:20:29.474Z Downloaded derive_more v0.99.17
13152024-04-03T04:20:29.477Z Downloaded rsa v0.9.2
13162024-04-03T04:20:29.480Z Downloaded publicsuffix v2.2.3
13172024-04-03T04:20:29.489Z Downloaded x509-cert v0.2.4
13182024-04-03T04:20:29.493Z Downloaded typed-path v0.7.0
13192024-04-03T04:20:29.496Z Downloaded zerocopy-derive v0.7.32
13202024-04-03T04:20:29.499Z Downloaded psl-types v2.0.11
13212024-04-03T04:20:29.499Z Downloaded textwrap v0.16.1
13222024-04-03T04:20:29.503Z Downloaded pretty-hex v0.2.1
13232024-04-03T04:20:29.503Z Downloaded predicates-core v1.0.6
13242024-04-03T04:20:29.506Z Downloaded num-conv v0.1.0
13252024-04-03T04:20:29.506Z Downloaded serde_spanned v0.6.5
13262024-04-03T04:20:29.506Z Downloaded serde_plain v1.0.2
13272024-04-03T04:20:29.506Z Downloaded diesel_derives v2.1.2
13282024-04-03T04:20:29.511Z Downloaded unicase v2.7.0
13292024-04-03T04:20:29.516Z Downloaded mio v0.8.11
13302024-04-03T04:20:29.519Z Downloaded fatfs v0.3.6
13312024-04-03T04:20:29.519Z Downloaded diff v0.1.13
13322024-04-03T04:20:29.522Z Downloaded radium v0.7.0
13332024-04-03T04:20:29.523Z Downloaded predicates-tree v1.0.9
13342024-04-03T04:20:29.523Z Downloaded fnv v1.0.7
13352024-04-03T04:20:29.526Z Downloaded ryu v1.0.15
13362024-04-03T04:20:29.526Z Downloaded minimal-lexical v0.2.1
13372024-04-03T04:20:29.530Z Downloaded crunchy v0.2.2
13382024-04-03T04:20:29.533Z Downloaded packed_struct v0.10.1
13392024-04-03T04:20:29.533Z Downloaded fs-err v2.11.0
13402024-04-03T04:20:29.536Z Downloaded form_urlencoded v1.2.1
13412024-04-03T04:20:29.536Z Downloaded smallvec v1.13.1
13422024-04-03T04:20:29.536Z Downloaded uuid v1.7.0
13432024-04-03T04:20:29.540Z Downloaded base64 v0.21.7
13442024-04-03T04:20:29.543Z Downloaded vec_map v0.8.2
13452024-04-03T04:20:29.544Z Downloaded parking_lot_core v0.9.8
13462024-04-03T04:20:29.547Z Downloaded parking_lot_core v0.8.6
13472024-04-03T04:20:29.547Z Downloaded base64 v0.22.0
13482024-04-03T04:20:29.555Z Downloaded num-iter v0.1.44
13492024-04-03T04:20:29.559Z Downloaded flate2 v1.0.28
13502024-04-03T04:20:29.559Z Downloaded semver-parser v0.10.2
13512024-04-03T04:20:29.559Z Downloaded semver v0.11.0
13522024-04-03T04:20:29.559Z Downloaded digest v0.10.7
13532024-04-03T04:20:29.562Z Downloaded pest_meta v2.7.6
13542024-04-03T04:20:29.562Z Downloaded darling_core v0.20.3
13552024-04-03T04:20:29.567Z Downloaded darling_core v0.14.4
13562024-04-03T04:20:29.570Z Downloaded serde v1.0.197
13572024-04-03T04:20:29.574Z Downloaded omicron-zone-package v0.11.0
13582024-04-03T04:20:29.577Z Downloaded ron v0.8.1
13592024-04-03T04:20:29.581Z Downloaded const_format v0.2.32
13602024-04-03T04:20:29.586Z Downloaded const-oid v0.9.6
13612024-04-03T04:20:29.589Z Downloaded backtrace v0.3.69
13622024-04-03T04:20:29.592Z Downloaded once_cell v1.19.0
13632024-04-03T04:20:29.599Z Downloaded snafu-derive v0.7.5
13642024-04-03T04:20:29.599Z Downloaded toml v0.5.11
13652024-04-03T04:20:29.599Z Downloaded ppv-lite86 v0.2.17
13662024-04-03T04:20:29.602Z Downloaded parse-display v0.9.0
13672024-04-03T04:20:29.602Z Downloaded indicatif v0.17.8
13682024-04-03T04:20:29.605Z Downloaded toml v0.8.12
13692024-04-03T04:20:29.608Z Downloaded futures-sink v0.3.30
13702024-04-03T04:20:29.608Z Downloaded fastrand v2.0.1
13712024-04-03T04:20:29.612Z Downloaded serde_tokenstream v0.2.0
13722024-04-03T04:20:29.612Z Downloaded csv-core v0.1.11
13732024-04-03T04:20:29.615Z Downloaded platforms v3.0.2
13742024-04-03T04:20:29.615Z Downloaded serde-big-array v0.4.1
13752024-04-03T04:20:29.618Z Downloaded quote v1.0.35
13762024-04-03T04:20:29.618Z Downloaded der_derive v0.7.2
13772024-04-03T04:20:29.622Z Downloaded thiserror v1.0.57
13782024-04-03T04:20:29.629Z Downloaded structmeta v0.2.0
13792024-04-03T04:20:29.629Z Downloaded textwrap v0.11.0
13802024-04-03T04:20:29.632Z Downloaded strsim v0.11.0
13812024-04-03T04:20:29.632Z Downloaded strsim v0.10.0
13822024-04-03T04:20:29.632Z Downloaded scopeguard v1.2.0
13832024-04-03T04:20:29.632Z Downloaded same-file v1.0.6
13842024-04-03T04:20:29.632Z Downloaded toml v0.7.8
13852024-04-03T04:20:29.635Z Downloaded crossbeam-channel v0.5.8
13862024-04-03T04:20:29.638Z Downloaded slog-bunyan v2.5.0
13872024-04-03T04:20:29.638Z Downloaded similar v2.4.0
13882024-04-03T04:20:29.642Z Downloaded slog-async v2.8.0
13892024-04-03T04:20:29.646Z Downloaded serde_urlencoded v0.7.1
13902024-04-03T04:20:29.646Z Downloaded rustls-pemfile v1.0.3
13912024-04-03T04:20:29.649Z Downloaded usdt-impl v0.5.0
13922024-04-03T04:20:29.649Z Downloaded schemars v0.8.16
13932024-04-03T04:20:29.659Z Downloaded ron v0.7.1
13942024-04-03T04:20:29.664Z Downloaded base64 v0.13.1
13952024-04-03T04:20:29.675Z Downloaded ahash v0.8.8
13962024-04-03T04:20:29.690Z Downloaded pkg-config v0.3.27
13972024-04-03T04:20:29.690Z Downloaded olpc-cjson v0.1.3
13982024-04-03T04:20:29.690Z Downloaded clap v4.5.1
13992024-04-03T04:20:29.690Z Downloaded clang-sys v1.6.1
14002024-04-03T04:20:29.690Z Downloaded ipnet v2.9.0
14012024-04-03T04:20:29.690Z Downloaded crc-any v2.4.3
14022024-04-03T04:20:29.690Z Downloaded bytes v1.5.0
14032024-04-03T04:20:29.703Z Downloaded errno v0.3.8
14042024-04-03T04:20:29.703Z Downloaded dof v0.3.0
14052024-04-03T04:20:29.703Z Downloaded dof v0.1.5
14062024-04-03T04:20:29.703Z Downloaded smf v0.2.2
14072024-04-03T04:20:29.703Z Downloaded signature v1.6.4
14082024-04-03T04:20:29.703Z Downloaded sha2 v0.10.8
14092024-04-03T04:20:29.703Z Downloaded serde_derive_internals v0.26.0
14102024-04-03T04:20:29.703Z Downloaded bitflags v2.4.2
14112024-04-03T04:20:29.714Z Downloaded structmeta-derive v0.3.0
14122024-04-03T04:20:29.714Z Downloaded clap_derive v4.5.0
14132024-04-03T04:20:29.714Z Downloaded bcs v0.1.6
14142024-04-03T04:20:29.714Z Downloaded libloading v0.7.4
14152024-04-03T04:20:29.715Z Downloaded anstyle-parse v0.2.1
14162024-04-03T04:20:29.715Z Downloaded structmeta-derive v0.2.0
14172024-04-03T04:20:29.715Z Downloaded subtle v2.5.0
14182024-04-03T04:20:29.715Z Downloaded sqlformat v0.2.3
14192024-04-03T04:20:29.725Z Downloaded spki v0.7.2
14202024-04-03T04:20:29.725Z Downloaded signature v2.1.0
14212024-04-03T04:20:29.725Z Downloaded rusty-fork v0.3.0
14222024-04-03T04:20:29.725Z Downloaded linear-map v1.2.0
14232024-04-03T04:20:29.725Z Downloaded async-trait v0.1.77
14242024-04-03T04:20:29.725Z Downloaded cookie v0.18.0
14252024-04-03T04:20:29.726Z Downloaded downcast v0.11.0
14262024-04-03T04:20:29.726Z Downloaded multer v3.0.0
14272024-04-03T04:20:29.734Z Downloaded mockall_derive v0.12.0
14282024-04-03T04:20:29.735Z Downloaded mime_guess v2.0.4
14292024-04-03T04:20:29.735Z Downloaded macaddr v1.0.1
14302024-04-03T04:20:29.735Z Downloaded indoc v1.0.9
14312024-04-03T04:20:29.735Z Downloaded base64ct v1.6.0
14322024-04-03T04:20:29.758Z Downloaded is_ci v1.2.0
14332024-04-03T04:20:29.759Z Downloaded managed v0.8.0
14342024-04-03T04:20:29.759Z Downloaded lru-cache v0.1.2
14352024-04-03T04:20:29.759Z Downloaded keccak v0.1.4
14362024-04-03T04:20:29.759Z Downloaded cobs v0.2.3
14372024-04-03T04:20:29.760Z Downloaded bit-set v0.5.3
14382024-04-03T04:20:29.760Z Downloaded ascii-canvas v3.0.0
14392024-04-03T04:20:29.760Z Downloaded memoffset v0.7.1
14402024-04-03T04:20:29.760Z Downloaded libefi-sys v0.1.0
14412024-04-03T04:20:29.761Z Downloaded lru v0.12.1
14422024-04-03T04:20:29.761Z Downloaded humantime v2.1.0
14432024-04-03T04:20:29.761Z Downloaded cipher v0.4.4
14442024-04-03T04:20:29.761Z Downloaded ciborium-ll v0.2.2
14452024-04-03T04:20:29.762Z Downloaded cfg-if v1.0.0
14462024-04-03T04:20:29.768Z Downloaded base16ct v0.2.0
14472024-04-03T04:20:29.768Z Downloaded array-init v0.0.4
14482024-04-03T04:20:29.769Z Downloaded lock_api v0.4.10
14492024-04-03T04:20:29.769Z Downloaded hyper-rustls v0.24.2
14502024-04-03T04:20:29.769Z Downloaded http v0.2.12
14512024-04-03T04:20:29.770Z Downloaded clap_lex v0.7.0
14522024-04-03T04:20:29.770Z Downloaded camino v1.1.6
14532024-04-03T04:20:29.770Z Downloaded byteorder v1.5.0
14542024-04-03T04:20:29.770Z Downloaded blake2 v0.10.6
14552024-04-03T04:20:29.770Z Downloaded adler v1.0.2
14562024-04-03T04:20:29.771Z Downloaded is-terminal v0.4.9
14572024-04-03T04:20:29.771Z Downloaded hubpack_derive v0.1.1
14582024-04-03T04:20:29.771Z Downloaded kstat-rs v0.2.3
14592024-04-03T04:20:29.771Z Downloaded iana-time-zone v0.1.57
14602024-04-03T04:20:29.779Z Downloaded hyper-tls v0.5.0
14612024-04-03T04:20:29.779Z Downloaded hubpack v0.1.2
14622024-04-03T04:20:29.779Z Downloaded crossbeam-deque v0.8.3
14632024-04-03T04:20:29.779Z Downloaded anstyle-query v1.0.0
14642024-04-03T04:20:29.779Z Downloaded heapless v0.8.0
14652024-04-03T04:20:29.785Z Downloaded atomic-waker v1.1.1
14662024-04-03T04:20:29.785Z Downloaded anstream v0.6.11
14672024-04-03T04:20:29.785Z Downloaded maplit v1.0.2
14682024-04-03T04:20:29.786Z Downloaded heck v0.5.0
14692024-04-03T04:20:29.786Z Downloaded bitstruct_derive v0.1.0
14702024-04-03T04:20:29.786Z Downloaded hyper-staticfile v0.9.5
14712024-04-03T04:20:29.797Z Downloaded instant v0.1.12
14722024-04-03T04:20:29.797Z Downloaded crc32fast v1.3.2
14732024-04-03T04:20:29.798Z Downloaded convert_case v0.4.0
14742024-04-03T04:20:29.798Z Downloaded bit-vec v0.6.3
14752024-04-03T04:20:29.798Z Downloaded cassowary v0.3.0
14762024-04-03T04:20:29.798Z Downloaded home v0.5.5
14772024-04-03T04:20:29.799Z Downloaded arrayref v0.3.7
14782024-04-03T04:20:29.799Z Downloaded bytecount v0.6.3
14792024-04-03T04:20:29.814Z Downloaded buf-list v1.0.3
14802024-04-03T04:20:29.815Z Downloaded block-padding v0.3.3
14812024-04-03T04:20:29.815Z Downloaded bitfield v0.14.0
14822024-04-03T04:20:29.815Z Downloaded highway v1.1.0
14832024-04-03T04:20:29.815Z Downloaded heck v0.4.1
14842024-04-03T04:20:29.815Z Downloaded heapless v0.7.16
14852024-04-03T04:20:29.815Z Downloaded atty v0.2.14
14862024-04-03T04:20:29.816Z Downloaded async-stream-impl v0.3.5
14872024-04-03T04:20:29.816Z Downloaded assert_matches v1.5.0
14882024-04-03T04:20:29.816Z Downloaded anstyle v1.0.6
14892024-04-03T04:20:29.830Z Downloaded headers v0.3.9
14902024-04-03T04:20:29.830Z Downloaded cookie v0.17.0
14912024-04-03T04:20:29.831Z Downloaded anyhow v1.0.79
14922024-04-03T04:20:29.831Z Downloaded heck v0.3.3
14932024-04-03T04:20:29.831Z Downloaded hashbrown v0.14.3
14942024-04-03T04:20:29.840Z Downloaded autocfg v1.1.0
14952024-04-03T04:20:29.840Z Downloaded arrayvec v0.7.4
14962024-04-03T04:20:29.841Z Downloaded argon2 v0.5.3
14972024-04-03T04:20:29.841Z Downloaded aead v0.5.2
14982024-04-03T04:20:29.841Z Downloaded ciborium v0.2.2
14992024-04-03T04:20:29.841Z Downloaded blake3 v1.5.0
15002024-04-03T04:20:29.841Z Downloaded ascii v1.1.0
15012024-04-03T04:20:29.847Z Downloaded async-stream v0.3.5
15022024-04-03T04:20:30.268Z Compiling proc-macro2 v1.0.78
15032024-04-03T04:20:30.268Z Compiling unicode-ident v1.0.12
15042024-04-03T04:20:30.271Z Compiling libc v0.2.153
15052024-04-03T04:20:30.271Z Compiling serde v1.0.197
15062024-04-03T04:20:30.271Z Compiling version_check v0.9.4
15072024-04-03T04:20:30.271Z Compiling autocfg v1.1.0
15082024-04-03T04:20:30.314Z Compiling cfg-if v1.0.0
15092024-04-03T04:20:30.454Z Compiling syn v1.0.109
15102024-04-03T04:20:30.513Z Compiling once_cell v1.19.0
15112024-04-03T04:20:30.535Z Compiling byteorder v1.5.0
15122024-04-03T04:20:30.849Z Compiling memchr v2.7.1
15132024-04-03T04:20:30.949Z Compiling parking_lot_core v0.9.8
15142024-04-03T04:20:30.968Z Compiling ahash v0.8.8
15152024-04-03T04:20:30.989Z Compiling lock_api v0.4.10
15162024-04-03T04:20:31.441Z Compiling serde_json v1.0.114
15172024-04-03T04:20:31.444Z Compiling libm v0.2.7
15182024-04-03T04:20:31.444Z Compiling num-traits v0.2.18
15192024-04-03T04:20:31.804Z Compiling thiserror v1.0.57
15202024-04-03T04:20:31.863Z Compiling typenum v1.16.0
15212024-04-03T04:20:32.282Z Compiling generic-array v0.14.7
15222024-04-03T04:20:32.387Z Compiling itoa v1.0.9
15232024-04-03T04:20:32.660Z Compiling log v0.4.21
15242024-04-03T04:20:32.791Z Compiling quote v1.0.35
15252024-04-03T04:20:32.888Z Compiling scopeguard v1.2.0
15262024-04-03T04:20:33.246Z Compiling syn v2.0.52
15272024-04-03T04:20:33.421Z Compiling cc v1.0.83
15282024-04-03T04:20:33.487Z Compiling getrandom v0.2.12
15292024-04-03T04:20:33.685Z Compiling pkg-config v0.3.27
15302024-04-03T04:20:33.866Z Compiling allocator-api2 v0.2.16
15312024-04-03T04:20:34.088Z Compiling slab v0.4.9
15322024-04-03T04:20:34.102Z Compiling ryu v1.0.15
15332024-04-03T04:20:34.640Z Compiling schemars v0.8.16
15342024-04-03T04:20:34.727Z Compiling smallvec v1.13.1
15352024-04-03T04:20:34.996Z Compiling pin-project-lite v0.2.13
15362024-04-03T04:20:35.114Z Compiling equivalent v1.0.1
15372024-04-03T04:20:35.135Z Compiling heck v0.4.1
15382024-04-03T04:20:35.449Z Compiling vcpkg v0.2.15
15392024-04-03T04:20:36.023Z Compiling ring v0.17.8
15402024-04-03T04:20:36.172Z Compiling parking_lot v0.12.1
15412024-04-03T04:20:37.147Z Compiling signal-hook-registry v1.4.1
15422024-04-03T04:20:37.322Z Compiling openssl-sys v0.9.96
15432024-04-03T04:20:38.069Z Compiling mio v0.8.11
15442024-04-03T04:20:38.334Z Compiling fnv v1.0.7
15452024-04-03T04:20:38.470Z Compiling rand_core v0.6.4
15462024-04-03T04:20:38.778Z Compiling time-core v0.1.2
15472024-04-03T04:20:38.800Z Compiling num-conv v0.1.0
15482024-04-03T04:20:38.960Z Compiling ring v0.16.20
15492024-04-03T04:20:38.982Z Compiling num_cpus v1.16.0
15502024-04-03T04:20:39.091Z Compiling time-macros v0.2.17
15512024-04-03T04:20:39.127Z Compiling socket2 v0.5.5
15522024-04-03T04:20:39.998Z Compiling httparse v1.8.0
15532024-04-03T04:20:40.485Z Compiling ucd-trie v0.1.6
15542024-04-03T04:20:40.942Z Compiling futures-core v0.3.30
15552024-04-03T04:20:41.012Z Compiling serde_derive_internals v0.26.0
15562024-04-03T04:20:41.038Z Compiling openssl v0.10.60
15572024-04-03T04:20:41.232Z Compiling spin v0.5.2
15582024-04-03T04:20:41.730Z Compiling semver v1.0.22
15592024-04-03T04:20:41.762Z Compiling crossbeam-utils v0.8.19
15602024-04-03T04:20:41.785Z Compiling iana-time-zone v0.1.57
15612024-04-03T04:20:42.302Z Compiling rustls v0.21.9
15622024-04-03T04:20:42.357Z Compiling native-tls v0.2.11
15632024-04-03T04:20:42.592Z Compiling tinyvec_macros v0.1.1
15642024-04-03T04:20:42.704Z Compiling tinyvec v1.6.0
15652024-04-03T04:20:42.890Z Compiling spin v0.9.8
15662024-04-03T04:20:43.095Z Compiling subtle v2.5.0
15672024-04-03T04:20:43.323Z Compiling rustix v0.38.31
15682024-04-03T04:20:43.411Z Compiling unicode-xid v0.2.4
15692024-04-03T04:20:43.457Z Compiling const-oid v0.9.6
15702024-04-03T04:20:43.497Z Compiling futures-sink v0.3.30
15712024-04-03T04:20:43.584Z Compiling synstructure v0.12.6
15722024-04-03T04:20:43.932Z Compiling backtrace v0.3.69
15732024-04-03T04:20:44.162Z Compiling unicode-normalization v0.1.22
15742024-04-03T04:20:45.121Z Compiling cookie v0.17.0
15752024-04-03T04:20:45.536Z Compiling slog v2.7.0
15762024-04-03T04:20:45.536Z Compiling uuid v0.8.2
15772024-04-03T04:20:45.536Z Compiling unicode-bidi v0.3.15
15782024-04-03T04:20:45.536Z Compiling dyn-clone v1.0.17
15792024-04-03T04:20:45.703Z Compiling futures-channel v0.3.30
15802024-04-03T04:20:45.964Z Compiling tracing-core v0.1.32
15812024-04-03T04:20:46.075Z Compiling pin-utils v0.1.0
15822024-04-03T04:20:46.188Z Compiling futures-task v0.3.30
15832024-04-03T04:20:46.619Z Compiling futures-io v0.3.30
15842024-04-03T04:20:46.805Z Compiling serde_derive v1.0.197
15852024-04-03T04:20:46.920Z Compiling zerocopy-derive v0.7.32
15862024-04-03T04:20:46.945Z Compiling zeroize_derive v1.4.2
15872024-04-03T04:20:46.978Z Compiling thiserror-impl v1.0.57
15882024-04-03T04:20:47.068Z Compiling tokio-macros v2.2.0
15892024-04-03T04:20:48.352Z Compiling futures-macro v0.3.30
15902024-04-03T04:20:48.484Z Compiling tracing-attributes v0.1.27
15912024-04-03T04:20:48.527Z Compiling schemars_derive v0.8.16
15922024-04-03T04:20:48.919Z Compiling zerocopy v0.7.32
15932024-04-03T04:20:49.903Z Compiling zeroize v1.7.0
15942024-04-03T04:20:50.863Z Compiling pest v2.7.6
15952024-04-03T04:20:51.132Z Compiling hashbrown v0.14.3
15962024-04-03T04:20:51.748Z Compiling openssl-macros v0.1.1
15972024-04-03T04:20:51.944Z Compiling zerocopy-derive v0.2.0
15982024-04-03T04:20:52.520Z Compiling tracing v0.1.40
15992024-04-03T04:20:52.638Z Compiling crypto-common v0.1.6
16002024-04-03T04:20:52.862Z Compiling futures-util v0.3.30
16012024-04-03T04:20:53.301Z Compiling pest_meta v2.7.6
16022024-04-03T04:20:53.403Z Compiling der_derive v0.7.2
16032024-04-03T04:20:53.640Z Compiling aho-corasick v1.1.2
16042024-04-03T04:20:53.926Z Compiling winnow v0.5.15
16052024-04-03T04:20:55.729Z Compiling pest_generator v2.7.6
16062024-04-03T04:20:57.682Z Compiling pest_derive v2.7.6
16072024-04-03T04:20:57.704Z Compiling anyhow v1.0.79
16082024-04-03T04:20:58.220Z Compiling regex-syntax v0.8.2
16092024-04-03T04:20:59.001Z Compiling block-buffer v0.10.4
16102024-04-03T04:20:59.673Z Compiling usdt-impl v0.3.5
16112024-04-03T04:20:59.910Z Compiling rustversion v1.0.14
16122024-04-03T04:21:00.018Z Compiling crc32fast v1.3.2
16132024-04-03T04:21:00.443Z Compiling untrusted v0.9.0
16142024-04-03T04:21:00.485Z Compiling bytes v1.5.0
16152024-04-03T04:21:00.747Z Compiling indexmap v2.2.5
16162024-04-03T04:21:00.773Z Compiling uuid v1.7.0
16172024-04-03T04:21:01.768Z Compiling chrono v0.4.34
16182024-04-03T04:21:02.737Z Compiling tokio v1.36.0
16192024-04-03T04:21:03.650Z Compiling bitflags v2.4.2
16202024-04-03T04:21:04.673Z Compiling serde_spanned v0.6.5
16212024-04-03T04:21:04.699Z Compiling toml_datetime v0.6.5
16222024-04-03T04:21:04.918Z Compiling http v0.2.12
16232024-04-03T04:21:05.141Z Compiling toml_edit v0.19.15
16242024-04-03T04:21:06.573Z Compiling rustc_version v0.4.0
16252024-04-03T04:21:07.434Z Compiling regex-automata v0.4.5
16262024-04-03T04:21:08.974Z Compiling unicode-width v0.1.11
16272024-04-03T04:21:09.166Z Compiling powerfmt v0.2.0
16282024-04-03T04:21:09.321Z Compiling heapless v0.7.16
16292024-04-03T04:21:09.698Z Compiling deranged v0.3.11
16302024-04-03T04:21:11.930Z Compiling digest v0.10.7
16312024-04-03T04:21:12.133Z Compiling scroll_derive v0.12.0
16322024-04-03T04:21:12.444Z Compiling bzip2-sys v0.1.11+1.0.8
16332024-04-03T04:21:12.886Z Compiling signal-hook v0.3.17
16342024-04-03T04:21:13.011Z Compiling async-trait v0.1.77
16352024-04-03T04:21:13.376Z Compiling num_threads v0.1.6
16362024-04-03T04:21:13.491Z Compiling percent-encoding v2.3.1
16372024-04-03T04:21:13.532Z Compiling ppv-lite86 v0.2.17
16382024-04-03T04:21:14.126Z Compiling time v0.3.34
16392024-04-03T04:21:14.340Z Compiling rand_chacha v0.3.1
16402024-04-03T04:21:15.368Z Compiling regex v1.10.3
16412024-04-03T04:21:17.916Z Compiling zerocopy v0.3.0
16422024-04-03T04:21:18.516Z Compiling thread-id v4.2.0
16432024-04-03T04:21:18.640Z Compiling rand v0.8.5
16442024-04-03T04:21:18.737Z Compiling dof v0.1.5
16452024-04-03T04:21:19.546Z Compiling tokio-util v0.7.10
16462024-04-03T04:21:21.044Z Compiling dtrace-parser v0.1.14
16472024-04-03T04:21:21.494Z Compiling num-bigint v0.4.4
16482024-04-03T04:21:21.735Z Compiling untrusted v0.7.1
16492024-04-03T04:21:22.026Z Compiling foreign-types-shared v0.1.1
16502024-04-03T04:21:22.155Z Compiling base64 v0.21.7
16512024-04-03T04:21:22.292Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
16522024-04-03T04:21:22.702Z Compiling smoltcp v0.9.1
16532024-04-03T04:21:22.725Z Compiling adler v1.0.2
16542024-04-03T04:21:22.781Z Compiling base64ct v1.6.0
16552024-04-03T04:21:22.987Z Compiling miniz_oxide v0.7.1
16562024-04-03T04:21:23.341Z Compiling pem-rfc7468 v0.7.0
16572024-04-03T04:21:23.366Z Compiling foreign-types v0.3.2
16582024-04-03T04:21:25.177Z Compiling form_urlencoded v1.2.1
16592024-04-03T04:21:26.023Z Compiling hmac v0.12.1
16602024-04-03T04:21:26.276Z Compiling serde_tokenstream v0.1.7
16612024-04-03T04:21:26.644Z Compiling lazy_static v1.4.0
16622024-04-03T04:21:26.870Z Compiling flagset v0.4.3
16632024-04-03T04:21:27.257Z Compiling unicode-segmentation v1.10.1
16642024-04-03T04:21:27.330Z Compiling siphasher v0.3.11
16652024-04-03T04:21:27.370Z Compiling bitflags v1.3.2
16662024-04-03T04:21:27.497Z Compiling try-lock v0.2.4
16672024-04-03T04:21:27.679Z Compiling want v0.3.1
16682024-04-03T04:21:28.083Z Compiling der v0.7.8
16692024-04-03T04:21:28.326Z Compiling sct v0.7.0
16702024-04-03T04:21:28.644Z Compiling rustls-webpki v0.101.7
16712024-04-03T04:21:28.832Z Compiling h2 v0.3.24
16722024-04-03T04:21:30.405Z Compiling http-body v0.4.5
16732024-04-03T04:21:31.417Z Compiling openapiv3 v2.0.0
16742024-04-03T04:21:31.602Z Compiling hubpack_derive v0.1.1
16752024-04-03T04:21:32.461Z Compiling zerocopy-derive v0.6.4
16762024-04-03T04:21:32.658Z Compiling idna v0.5.0
16772024-04-03T04:21:33.127Z Compiling errno v0.3.8
16782024-04-03T04:21:33.381Z Compiling usdt-impl v0.5.0
16792024-04-03T04:21:33.767Z Compiling tower-service v0.3.2
16802024-04-03T04:21:33.915Z Compiling httpdate v1.0.3
16812024-04-03T04:21:34.169Z Compiling gimli v0.28.0
16822024-04-03T04:21:34.879Z Compiling openssl-probe v0.1.5
16832024-04-03T04:21:35.184Z Compiling stable_deref_trait v1.2.0
16842024-04-03T04:21:35.305Z Compiling cpufeatures v0.2.12
16852024-04-03T04:21:35.392Z Compiling utf8parse v0.2.1
16862024-04-03T04:21:35.577Z Compiling anstyle v1.0.6
16872024-04-03T04:21:35.893Z Compiling anstyle-parse v0.2.1
16882024-04-03T04:21:36.028Z Compiling sha2 v0.10.8
16892024-04-03T04:21:36.763Z Compiling hyper v0.14.28
16902024-04-03T04:21:37.432Z Compiling url v2.5.0
16912024-04-03T04:21:39.159Z Compiling addr2line v0.21.0
16922024-04-03T04:21:40.366Z Compiling spki v0.7.2
16932024-04-03T04:21:41.044Z Compiling usdt-attr-macro v0.3.5
16942024-04-03T04:21:41.090Z Compiling usdt-macro v0.3.5
16952024-04-03T04:21:41.146Z Compiling scroll v0.12.0
16962024-04-03T04:21:42.327Z Compiling md-5 v0.10.5
16972024-04-03T04:21:42.689Z Compiling serde_tokenstream v0.2.0
16982024-04-03T04:21:43.244Z Compiling idna v0.3.0
16992024-04-03T04:21:44.773Z Compiling stringprep v0.1.3
17002024-04-03T04:21:45.822Z Compiling diesel_table_macro_syntax v0.1.0
17012024-04-03T04:21:46.252Z Compiling num-integer v0.1.46
17022024-04-03T04:21:46.561Z Compiling object v0.32.1
17032024-04-03T04:21:47.036Z Compiling hash32 v0.2.1
17042024-04-03T04:21:47.065Z Compiling colorchoice v1.0.0
17052024-04-03T04:21:47.473Z Compiling plain v0.2.3
17062024-04-03T04:21:47.473Z Compiling psl-types v2.0.11
17072024-04-03T04:21:47.473Z Compiling fallible-iterator v0.2.0
17082024-04-03T04:21:47.636Z Compiling anstyle-query v1.0.0
17092024-04-03T04:21:49.065Z Compiling rustc-demangle v0.1.23
17102024-04-03T04:21:53.316Z Compiling postgres-protocol v0.6.6
17112024-04-03T04:21:55.312Z Compiling anstream v0.6.11
17122024-04-03T04:21:56.029Z Compiling publicsuffix v2.2.3
17132024-04-03T04:21:56.303Z Compiling goblin v0.8.0
17142024-04-03T04:21:56.326Z Compiling diesel_derives v2.1.2
17152024-04-03T04:21:58.579Z Compiling tokio-rustls v0.24.1
17162024-04-03T04:22:05.071Z Compiling pkcs8 v0.10.2
17172024-04-03T04:22:05.261Z Compiling terminal_size v0.3.0
17182024-04-03T04:22:05.492Z Compiling tokio-native-tls v0.3.1
17192024-04-03T04:22:05.630Z Compiling phf_shared v0.11.2
17202024-04-03T04:22:05.916Z Compiling strum_macros v0.25.2
17212024-04-03T04:22:06.214Z Compiling regress v0.9.0
17222024-04-03T04:22:06.320Z Compiling block-padding v0.3.3
17232024-04-03T04:22:06.354Z Compiling enum-as-inner v0.5.1
17242024-04-03T04:22:07.392Z Compiling serde_repr v0.1.16
17252024-04-03T04:22:07.802Z Compiling clap_derive v4.5.0
17262024-04-03T04:22:08.790Z Compiling ff v0.13.0
17272024-04-03T04:22:09.077Z Compiling scheduled-thread-pool v0.2.7
17282024-04-03T04:22:09.901Z Compiling encoding_rs v0.8.33
17292024-04-03T04:22:10.242Z Compiling ipnet v2.9.0
17302024-04-03T04:22:11.213Z Compiling matches v0.1.10
17312024-04-03T04:22:11.272Z Compiling base16ct v0.2.0
17322024-04-03T04:22:11.291Z Compiling mime v0.3.17
17332024-04-03T04:22:11.317Z Compiling managed v0.8.0
17342024-04-03T04:22:11.787Z Compiling strsim v0.10.0
17352024-04-03T04:22:12.345Z Compiling pretty-hex v0.4.1
17362024-04-03T04:22:12.479Z Compiling bit-vec v0.6.3
17372024-04-03T04:22:12.501Z Compiling clap_lex v0.7.0
17382024-04-03T04:22:12.559Z Compiling strsim v0.11.0
17392024-04-03T04:22:12.958Z Compiling regex-automata v0.1.10
17402024-04-03T04:22:13.332Z Compiling ident_case v1.0.1
17412024-04-03T04:22:13.481Z Compiling bstr v0.2.17
17422024-04-03T04:22:13.528Z Compiling darling_core v0.20.3
17432024-04-03T04:22:13.808Z Compiling clap_builder v4.5.1
17442024-04-03T04:22:14.789Z Compiling dof v0.3.0
17452024-04-03T04:22:18.030Z Compiling sec1 v0.7.3
17462024-04-03T04:22:18.634Z Compiling idna v0.2.3
17472024-04-03T04:22:19.060Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
17482024-04-03T04:22:19.714Z Compiling r2d2 v0.8.10
17492024-04-03T04:22:20.127Z Compiling group v0.13.0
17502024-04-03T04:22:21.387Z Compiling inout v0.1.3
17512024-04-03T04:22:22.346Z Compiling phf v0.11.2
17522024-04-03T04:22:23.011Z Compiling hyper-tls v0.5.0
17532024-04-03T04:22:23.367Z Compiling signal-hook-mio v0.2.3
17542024-04-03T04:22:23.426Z Compiling bzip2 v0.4.4
17552024-04-03T04:22:23.539Z Compiling flate2 v1.0.28
17562024-04-03T04:22:23.833Z Compiling cookie_store v0.20.0
17572024-04-03T04:22:24.022Z Compiling hyper-rustls v0.24.2
17582024-04-03T04:22:24.052Z Compiling postgres-types v0.2.6
17592024-04-03T04:22:24.475Z Compiling zerocopy v0.6.4
17602024-04-03T04:22:24.873Z Compiling hubpack v0.1.2
17612024-04-03T04:22:25.241Z Compiling phf_shared v0.10.0
17622024-04-03T04:22:25.337Z Compiling rustls-pemfile v1.0.3
17632024-04-03T04:22:25.388Z Compiling hkdf v0.12.4
17642024-04-03T04:22:25.412Z Compiling crossbeam-epoch v0.9.18
17652024-04-03T04:22:25.505Z Compiling serde_urlencoded v0.7.1
17662024-04-03T04:22:25.678Z Compiling ipnetwork v0.20.0
17672024-04-03T04:22:26.094Z Compiling futures-executor v0.3.30
17682024-04-03T04:22:26.563Z Compiling dtrace-parser v0.2.0
17692024-04-03T04:22:26.996Z Compiling crypto-bigint v0.5.2
17702024-04-03T04:22:27.012Z Compiling float-cmp v0.9.0
17712024-04-03T04:22:41.340Z Compiling sync_wrapper v0.1.2
17722024-04-03T04:22:41.395Z Compiling new_debug_unreachable v1.0.4
17732024-04-03T04:22:41.395Z Compiling normalize-line-endings v0.3.0
17742024-04-03T04:22:41.395Z Compiling difflib v0.4.0
17752024-04-03T04:22:41.512Z Compiling either v1.10.0
17762024-04-03T04:22:41.579Z Compiling predicates-core v1.0.6
17772024-04-03T04:22:41.579Z Compiling minimal-lexical v0.2.1
17782024-04-03T04:22:41.579Z Compiling data-encoding v2.4.0
17792024-04-03T04:22:41.579Z Compiling whoami v1.5.0
17802024-04-03T04:22:41.579Z Compiling precomputed-hash v0.1.1
17812024-04-03T04:22:41.579Z Compiling winnow v0.6.1
17822024-04-03T04:22:41.579Z Compiling static_assertions v1.1.0
17832024-04-03T04:22:41.579Z Compiling fixedbitset v0.4.2
17842024-04-03T04:22:41.579Z Compiling webpki-roots v0.25.2
17852024-04-03T04:22:41.579Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
17862024-04-03T04:22:41.579Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
17872024-04-03T04:22:41.579Z Compiling reqwest v0.11.24
17882024-04-03T04:22:41.579Z Compiling petgraph v0.6.4
17892024-04-03T04:22:41.579Z Compiling tokio-postgres v0.7.10
17902024-04-03T04:22:41.579Z Compiling toml_edit v0.22.9
17912024-04-03T04:22:41.579Z Compiling string_cache v0.8.7
17922024-04-03T04:22:41.579Z Compiling trust-dns-proto v0.22.0
17932024-04-03T04:22:41.579Z Compiling nom v7.1.3
17942024-04-03T04:22:41.579Z Compiling itertools v0.10.5
17952024-04-03T04:22:41.580Z Compiling predicates v3.1.0
17962024-04-03T04:22:41.580Z Compiling elliptic-curve v0.13.8
17972024-04-03T04:22:41.580Z Compiling futures v0.3.30
17982024-04-03T04:22:41.580Z Compiling diesel v2.1.5
17992024-04-03T04:22:41.580Z Compiling yasna v0.5.2
18002024-04-03T04:22:41.580Z Compiling zip v0.6.6
18012024-04-03T04:22:41.867Z Compiling crossterm v0.27.0
18022024-04-03T04:22:42.259Z Compiling cipher v0.4.4
18032024-04-03T04:22:42.890Z Compiling darling_macro v0.20.3
18042024-04-03T04:22:43.518Z Compiling clap v4.5.1
18052024-04-03T04:22:43.567Z Compiling similar v2.4.0
18062024-04-03T04:22:43.651Z Compiling bit-set v0.5.3
18072024-04-03T04:22:43.940Z Compiling num-iter v0.1.44
18082024-04-03T04:22:44.152Z Compiling usdt v0.3.5
18092024-04-03T04:22:44.450Z Compiling console v0.15.8
18102024-04-03T04:22:45.365Z Compiling tokio-stream v0.1.14
18112024-04-03T04:22:45.430Z Compiling bstr v1.9.0
18122024-04-03T04:22:45.770Z Compiling toml v0.7.8
18132024-04-03T04:22:46.339Z Compiling hex v0.4.3
18142024-04-03T04:22:46.974Z Compiling proc-macro-error-attr v1.0.4
18152024-04-03T04:22:47.206Z Compiling lalrpop-util v0.19.12
18162024-04-03T04:22:47.301Z Compiling peg-runtime v0.8.2
18172024-04-03T04:22:47.680Z Compiling darling v0.20.3
18182024-04-03T04:22:47.722Z Compiling proc-macro-crate v1.3.1
18192024-04-03T04:22:48.876Z Compiling proc-macro-error v1.0.4
18202024-04-03T04:22:48.901Z Compiling camino v1.1.6
18212024-04-03T04:22:49.481Z Compiling heapless v0.8.0
18222024-04-03T04:22:50.870Z Compiling num_enum_derive v0.5.11
18232024-04-03T04:23:00.081Z Compiling atty v0.2.14
18242024-04-03T04:23:00.243Z Compiling hash32 v0.3.1
18252024-04-03T04:23:00.938Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18262024-04-03T04:23:01.414Z Compiling smoltcp v0.11.0
18272024-04-03T04:23:02.828Z Compiling rustls-pki-types v1.3.0
18282024-04-03T04:23:20.285Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18292024-04-03T04:23:30.088Z Compiling num_enum v0.5.11
18302024-04-03T04:23:33.161Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
18312024-04-03T04:23:33.413Z Compiling getopts v0.2.21
18322024-04-03T04:23:34.413Z Compiling dirs-sys-next v0.1.2
18332024-04-03T04:23:34.536Z Compiling embedded-io v0.4.0
18342024-04-03T04:23:34.795Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18352024-04-03T04:23:35.113Z Compiling unsafe-libyaml v0.2.10
18362024-04-03T04:23:35.857Z Compiling cobs v0.2.3
18372024-04-03T04:23:36.320Z Compiling rustls v0.22.2
18382024-04-03T04:23:37.770Z Compiling serde_yaml v0.9.25
18392024-04-03T04:23:39.082Z Compiling postcard v1.0.8
18402024-04-03T04:23:40.496Z Compiling dirs-next v2.0.0
18412024-04-03T04:23:41.751Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
18422024-04-03T04:23:49.026Z Compiling rustls-webpki v0.102.1
18432024-04-03T04:23:53.723Z Compiling strum_macros v0.26.1
18442024-04-03T04:23:56.631Z Compiling foreign-types-macros v0.2.3
18452024-04-03T04:23:56.885Z Compiling structmeta-derive v0.3.0
18462024-04-03T04:23:57.295Z Compiling thread_local v1.1.7
18472024-04-03T04:23:57.501Z Compiling multer v3.0.0
18482024-04-03T04:23:57.826Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18492024-04-03T04:23:58.505Z Compiling match_cfg v0.1.0
18502024-04-03T04:23:58.629Z Compiling slog-async v2.8.0
18512024-04-03T04:23:58.639Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18522024-04-03T04:23:58.715Z Compiling paste v1.0.14
18532024-04-03T04:23:58.822Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18542024-04-03T04:23:58.839Z Compiling foreign-types-shared v0.3.1
18552024-04-03T04:23:59.667Z Compiling structmeta v0.3.0
18562024-04-03T04:24:05.199Z Compiling foreign-types v0.5.0
18572024-04-03T04:24:05.351Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18582024-04-03T04:24:05.966Z Compiling hostname v0.3.1
18592024-04-03T04:24:07.659Z Compiling strum v0.26.1
18602024-04-03T04:24:11.005Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
18612024-04-03T04:24:18.893Z Compiling term v0.7.0
18622024-04-03T04:24:21.008Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
18632024-04-03T04:24:22.287Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18642024-04-03T04:24:23.284Z Compiling slog-json v2.6.1
18652024-04-03T04:24:23.314Z Compiling crossbeam-channel v0.5.8
18662024-04-03T04:24:23.895Z Compiling tabwriter v1.4.0
18672024-04-03T04:24:24.778Z Compiling http v1.0.0
18682024-04-03T04:24:25.071Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18692024-04-03T04:24:25.096Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18702024-04-03T04:24:25.880Z Compiling async-stream-impl v0.3.5
18712024-04-03T04:24:25.980Z Compiling cstr-argument v0.1.2
18722024-04-03T04:24:26.245Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
18732024-04-03T04:24:26.568Z Compiling crucible-workspace-hack v0.1.0
18742024-04-03T04:24:26.906Z Compiling fastrand v2.0.1
18752024-04-03T04:24:26.985Z Compiling rayon-core v1.12.1
18762024-04-03T04:24:27.122Z Compiling atomic-waker v1.1.1
18772024-04-03T04:24:27.177Z Compiling pretty-hex v0.2.1
18782024-04-03T04:24:27.307Z Compiling take_mut v0.2.2
18792024-04-03T04:24:27.342Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
18802024-04-03T04:24:27.690Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18812024-04-03T04:24:27.871Z Compiling tempfile v3.10.0
18822024-04-03T04:24:28.127Z Compiling waitgroup v0.1.2
18832024-04-03T04:24:28.395Z Compiling async-stream v0.3.5
18842024-04-03T04:24:28.640Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
18852024-04-03T04:24:28.884Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18862024-04-03T04:24:29.872Z Compiling slog-bunyan v2.5.0
18872024-04-03T04:24:30.069Z Compiling slog-term v2.9.0
18882024-04-03T04:24:30.179Z Compiling tokio-rustls v0.25.0
18892024-04-03T04:24:30.659Z Compiling parse-display-derive v0.9.0
18902024-04-03T04:24:30.969Z Compiling toml v0.8.12
18912024-04-03T04:24:31.309Z Compiling rustls-pemfile v2.1.1
18922024-04-03T04:24:32.070Z Compiling serde_with_macros v3.6.1
18932024-04-03T04:24:32.130Z Compiling sha1 v0.10.6
18942024-04-03T04:24:33.108Z Compiling crossbeam-deque v0.8.3
18952024-04-03T04:24:33.178Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
18962024-04-03T04:24:33.509Z Compiling colored v2.1.0
18972024-04-03T04:24:34.856Z Compiling newtype-uuid v1.0.1
18982024-04-03T04:24:34.899Z Compiling serde_path_to_error v0.1.16
18992024-04-03T04:24:34.922Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19002024-04-03T04:24:35.215Z Compiling socket2 v0.4.9
19012024-04-03T04:24:35.240Z Compiling instant v0.1.12
19022024-04-03T04:24:35.439Z Compiling debug-ignore v1.0.5
19032024-04-03T04:24:35.611Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19042024-04-03T04:24:35.650Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19052024-04-03T04:24:35.881Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19062024-04-03T04:24:36.910Z Compiling backoff v0.4.0
19072024-04-03T04:24:37.303Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19082024-04-03T04:24:37.743Z Compiling serde_with v3.6.1
19092024-04-03T04:24:38.604Z Compiling parse-display v0.9.0
19102024-04-03T04:24:40.740Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19112024-04-03T04:24:41.484Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
19122024-04-03T04:24:42.445Z Compiling camino-tempfile v1.1.1
19132024-04-03T04:24:42.470Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
19142024-04-03T04:24:42.589Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19152024-04-03T04:24:42.783Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19162024-04-03T04:24:42.983Z Compiling heck v0.3.3
19172024-04-03T04:24:43.324Z Compiling textwrap v0.11.0
19182024-04-03T04:24:43.361Z Compiling macaddr v1.0.1
19192024-04-03T04:24:43.999Z Compiling num-derive v0.4.0
19202024-04-03T04:24:44.171Z Compiling sigpipe v0.1.3
19212024-04-03T04:24:44.325Z Compiling libefi-sys v0.1.0
19222024-04-03T04:24:44.432Z Compiling vec_map v0.8.2
19232024-04-03T04:24:44.603Z Compiling ansi_term v0.12.1
19242024-04-03T04:24:44.791Z Compiling strsim v0.8.0
19252024-04-03T04:24:45.465Z Compiling clap v2.34.0
19262024-04-03T04:24:45.590Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19272024-04-03T04:24:46.227Z Compiling structopt-derive v0.4.18
19282024-04-03T04:24:46.298Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b)
19292024-04-03T04:24:48.093Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
19302024-04-03T04:24:48.668Z Compiling rayon v1.9.0
19312024-04-03T04:24:49.049Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19322024-04-03T04:24:49.536Z Compiling smf v0.2.2
19332024-04-03T04:24:49.703Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
19342024-04-03T04:24:50.109Z Compiling blake3 v1.5.0
19352024-04-03T04:24:50.666Z Compiling portable-atomic v1.4.3
19362024-04-03T04:24:52.168Z Compiling structopt v0.3.26
19372024-04-03T04:24:52.780Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19382024-04-03T04:24:52.783Z Compiling memmap2 v0.7.1
19392024-04-03T04:24:52.801Z Compiling xattr v1.0.1
19402024-04-03T04:24:52.993Z Compiling filetime v0.2.23
19412024-04-03T04:24:53.118Z Compiling same-file v1.0.6
19422024-04-03T04:24:53.342Z Compiling arrayref v0.3.7
19432024-04-03T04:24:53.400Z Compiling arrayvec v0.7.4
19442024-04-03T04:24:53.464Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
19452024-04-03T04:24:53.532Z Compiling constant_time_eq v0.3.0
19462024-04-03T04:24:53.650Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
19472024-04-03T04:24:53.735Z Compiling walkdir v2.4.0
19482024-04-03T04:24:53.860Z Compiling tar v0.4.40
19492024-04-03T04:24:54.745Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19502024-04-03T04:24:55.293Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19512024-04-03T04:24:55.322Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19522024-04-03T04:24:58.862Z Compiling gethostname v0.4.3
19532024-04-03T04:24:59.180Z Compiling number_prefix v0.4.0
19542024-04-03T04:24:59.447Z Compiling topological-sort v0.2.2
19552024-04-03T04:24:59.562Z Compiling swrite v0.1.0
19562024-04-03T04:24:59.688Z Compiling omicron-zone-package v0.11.0
19572024-04-03T04:25:00.691Z Compiling indicatif v0.17.8
19582024-04-03T04:25:05.526Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19592024-04-03T04:25:09.051Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19602024-04-03T04:25:10.641Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19612024-04-03T04:25:13.382Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
19622024-04-03T04:25:30.815Z Finished release [optimized] target(s) in 6m 02s
19632024-04-03T04:25:31.073Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
19642024-04-03T04:25:31.140ZLogging to: /work/oxidecomputer/omicron/out/LOG
19652024-04-03T04:25:31.144ZCreated new build target 'test' and set it as active
19662024-04-03T04:25:31.144Z
19672024-04-03T04:25:31.144Zreal 6:03.013109228
19682024-04-03T04:25:31.144Zuser 34:20.561561871
19692024-04-03T04:25:31.144Zsys 4:12.205164149
19702024-04-03T04:25:31.144Ztrap 1.123477918
19712024-04-03T04:25:31.144Ztflt 5.943198157
19722024-04-03T04:25:31.144Zdflt 3.281789399
19732024-04-03T04:25:31.144Zkflt 0.156367188
19742024-04-03T04:25:31.144Zlock 1:12:42.855489982
19752024-04-03T04:25:31.144Zslp 1:37:35.646766147
19762024-04-03T04:25:31.144Zlat 2:13.536368164
19772024-04-03T04:25:31.144Zstop 3:55.034182520
19782024-04-03T04:25:31.144Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
19792024-04-03T04:25:32.014Z Finished release [optimized] target(s) in 0.82s
19802024-04-03T04:25:32.040Z Running `target/release/omicron-package -t test package`
19812024-04-03T04:25:32.070ZLogging to: /work/oxidecomputer/omicron/out/LOG
19822024-04-03T04:25:32.982Z Compiling base64 v0.22.0
19832024-04-03T04:25:32.982Z Compiling newline-converter v0.3.0
19842024-04-03T04:25:32.985Z Compiling usdt-macro v0.5.0
19852024-04-03T04:25:32.985Z Compiling usdt-attr-macro v0.5.0
19862024-04-03T04:25:32.985Z Compiling memmap v0.7.0
19872024-04-03T04:25:33.085Z Compiling humantime v2.1.0
19882024-04-03T04:25:33.096Z Compiling linked-hash-map v0.5.6
19892024-04-03T04:25:33.099Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19902024-04-03T04:25:33.194Z Compiling expectorate v1.1.0
19912024-04-03T04:25:33.369Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
19922024-04-03T04:25:33.374Z Compiling password-hash v0.5.0
19932024-04-03T04:25:33.470Z Compiling lru-cache v0.1.2
19942024-04-03T04:25:33.479Z Compiling blake2 v0.10.6
19952024-04-03T04:25:33.678Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
19962024-04-03T04:25:33.912Z Compiling semver v0.1.20
19972024-04-03T04:25:34.192Z Compiling argon2 v0.5.3
19982024-04-03T04:25:34.344Z Compiling rustc_version v0.1.7
19992024-04-03T04:25:34.487Z Compiling bytecount v0.6.3
20002024-04-03T04:25:34.511Z Compiling usdt v0.5.0
20012024-04-03T04:25:34.739Z Compiling newtype_derive v0.1.6
20022024-04-03T04:25:34.794Z Compiling papergrid v0.11.0
20032024-04-03T04:25:34.825Z Compiling tabled_derive v0.7.0
20042024-04-03T04:25:35.023Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20052024-04-03T04:25:35.695Z Compiling quick-error v1.2.3
20062024-04-03T04:25:35.841Z Compiling resolv-conf v0.7.0
20072024-04-03T04:25:35.847Z Compiling steno v0.4.0
20082024-04-03T04:25:36.134Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
20092024-04-03T04:25:37.021Z Compiling derive-where v1.2.7
20102024-04-03T04:25:37.117Z Compiling tabled v0.15.0
20112024-04-03T04:25:37.547Z Compiling slog-dtrace v0.3.0
20122024-04-03T04:25:37.860Z Compiling num-rational v0.4.1
20132024-04-03T04:25:38.165Z Compiling termcolor v1.2.0
20142024-04-03T04:25:39.563Z Compiling trust-dns-resolver v0.22.0
20152024-04-03T04:25:39.828Z Compiling itertools v0.12.1
20162024-04-03T04:25:40.375Z Compiling utf-8 v0.7.6
20172024-04-03T04:25:43.689Z Compiling num-complex v0.4.4
20182024-04-03T04:25:45.102Z Compiling num v0.4.1
20192024-04-03T04:25:45.133Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20202024-04-03T04:25:45.217Z Compiling nibble_vec v0.1.0
20212024-04-03T04:25:45.459Z Compiling endian-type v0.1.2
20222024-04-03T04:25:45.720Z Compiling radium v0.7.0
20232024-04-03T04:25:46.203Z Compiling radix_trie v0.2.1
20242024-04-03T04:25:46.244Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
20252024-04-03T04:25:47.235Z Compiling tungstenite v0.20.1
20262024-04-03T04:25:49.637Z Compiling tap v1.0.1
20272024-04-03T04:25:49.963Z Compiling maybe-uninit v2.0.0
20282024-04-03T04:25:50.405Z Compiling wyz v0.5.1
20292024-04-03T04:25:50.773Z Compiling tokio-tungstenite v0.20.1
20302024-04-03T04:25:51.390Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20312024-04-03T04:25:51.448Z Compiling funty v2.0.0
20322024-04-03T04:25:52.967Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20332024-04-03T04:25:54.172Z Compiling crc-catalog v2.2.0
20342024-04-03T04:25:54.319Z Compiling num-bigint-dig v0.8.4
20352024-04-03T04:25:54.626Z Compiling display-error-chain v0.2.0
20362024-04-03T04:25:54.819Z Compiling cancel-safe-futures v0.1.5
20372024-04-03T04:25:55.159Z Compiling packed_struct v0.10.1
20382024-04-03T04:25:55.559Z Compiling arc-swap v1.6.0
20392024-04-03T04:25:56.370Z Compiling slog-scope v4.4.0
20402024-04-03T04:25:57.446Z Compiling crc v3.0.1
20412024-04-03T04:25:57.667Z Compiling bitvec v1.0.1
20422024-04-03T04:25:58.369Z Compiling fxhash v0.2.1
20432024-04-03T04:25:58.610Z Compiling packed_struct_codegen v0.10.1
20442024-04-03T04:26:01.191Z Compiling indexmap v1.9.3
20452024-04-03T04:26:01.330Z Compiling nodrop v0.1.14
20462024-04-03T04:26:01.473Z Compiling array-init v0.0.4
20472024-04-03T04:26:01.536Z Compiling smallvec v0.6.14
20482024-04-03T04:26:02.803Z Compiling slog-stdlog v4.1.1
20492024-04-03T04:26:02.824Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
20502024-04-03T04:26:03.830Z Compiling rayon-core v1.12.1
20512024-04-03T04:26:03.853Z Compiling pkcs1 v0.7.5
20522024-04-03T04:26:04.607Z Compiling is-terminal v0.4.9
20532024-04-03T04:26:04.740Z Compiling signature v2.1.0
20542024-04-03T04:26:05.000Z Compiling crossbeam-deque v0.8.3
20552024-04-03T04:26:05.366Z Compiling dirs-sys-next v0.1.2
20562024-04-03T04:26:05.917Z Compiling half v2.3.1
20572024-04-03T04:26:06.616Z Compiling crunchy v0.2.2
20582024-04-03T04:26:07.008Z Compiling hashbrown v0.12.3
20592024-04-03T04:26:07.092Z Compiling bitfield v0.14.0
20602024-04-03T04:26:07.394Z Compiling glob v0.3.1
20612024-04-03T04:26:08.137Z Compiling ciborium-io v0.2.2
20622024-04-03T04:26:08.215Z Compiling same-file v1.0.6
20632024-04-03T04:26:08.273Z Compiling fastrand v2.0.1
20642024-04-03T04:26:08.430Z Compiling walkdir v2.4.0
20652024-04-03T04:26:08.821Z Compiling tempfile v3.10.0
20662024-04-03T04:26:09.081Z Compiling ciborium-ll v0.2.2
20672024-04-03T04:26:09.604Z Compiling clang-sys v1.6.1
20682024-04-03T04:26:09.616Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
20692024-04-03T04:26:09.649Z Compiling dirs-next v2.0.0
20702024-04-03T04:26:10.309Z Compiling rsa v0.9.2
20712024-04-03T04:26:11.567Z Compiling env_logger v0.10.0
20722024-04-03T04:26:13.327Z Compiling slog-envlogger v2.2.0
20732024-04-03T04:26:14.580Z Compiling serde-hex v0.1.0
20742024-04-03T04:26:15.672Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
20752024-04-03T04:26:16.418Z Compiling camino v1.1.6
20762024-04-03T04:26:16.427Z Compiling x509-cert v0.2.4
20772024-04-03T04:26:16.427Z Compiling ron v0.8.1
20782024-04-03T04:26:16.427Z Compiling hashbrown v0.13.2
20792024-04-03T04:26:17.649Z Compiling semver-parser v0.10.2
20802024-04-03T04:26:19.628Z Compiling unicase v2.7.0
20812024-04-03T04:26:19.953Z Compiling prettyplease v0.2.16
20822024-04-03T04:26:20.240Z Compiling tiny-keccak v2.0.2
20832024-04-03T04:26:20.272Z Compiling crc-any v2.4.3
20842024-04-03T04:26:20.582Z Compiling blake3 v1.5.0
20852024-04-03T04:26:20.911Z Compiling semver v0.11.0
20862024-04-03T04:26:21.311Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
20872024-04-03T04:26:21.714Z Compiling object v0.30.4
20882024-04-03T04:26:23.159Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
20892024-04-03T04:26:23.700Z Compiling rayon v1.9.0
20902024-04-03T04:26:27.031Z Compiling term v0.7.0
20912024-04-03T04:26:28.598Z Compiling ciborium v0.2.2
20922024-04-03T04:26:29.126Z Compiling darling_core v0.14.4
20932024-04-03T04:26:29.287Z Compiling xattr v1.0.1
20942024-04-03T04:26:29.546Z Compiling memmap2 v0.7.1
20952024-04-03T04:26:29.934Z Compiling filetime v0.2.23
20962024-04-03T04:26:30.248Z Compiling home v0.5.5
20972024-04-03T04:26:30.498Z Compiling constant_time_eq v0.3.0
20982024-04-03T04:26:30.668Z Compiling arrayref v0.3.7
20992024-04-03T04:26:30.775Z Compiling path-slash v0.1.5
21002024-04-03T04:26:30.992Z Compiling arrayvec v0.7.4
21012024-04-03T04:26:31.012Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
21022024-04-03T04:26:32.953Z Compiling toolchain_find v0.2.0
21032024-04-03T04:26:33.535Z Compiling tar v0.4.40
21042024-04-03T04:26:34.667Z Compiling darling_macro v0.14.4
21052024-04-03T04:26:35.642Z Compiling ascii-canvas v3.0.0
21062024-04-03T04:26:35.941Z Compiling camino-tempfile v1.1.1
21072024-04-03T04:26:36.134Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
21082024-04-03T04:26:36.484Z Compiling libsw v3.3.1
21092024-04-03T04:26:36.598Z Compiling toml v0.5.11
21102024-04-03T04:26:36.691Z Compiling ena v0.14.2
21112024-04-03T04:26:36.848Z Compiling libloading v0.7.4
21122024-04-03T04:26:37.114Z Compiling owo-colors v4.0.0
21132024-04-03T04:26:37.231Z Compiling bindgen v0.69.2
21142024-04-03T04:26:37.810Z Compiling topological-sort v0.2.2
21152024-04-03T04:26:37.895Z Compiling regex-syntax v0.6.29
21162024-04-03T04:26:40.016Z Compiling convert_case v0.4.0
21172024-04-03T04:26:40.117Z Compiling parking_lot_core v0.8.6
21182024-04-03T04:26:40.535Z Compiling diff v0.1.13
21192024-04-03T04:26:40.853Z Compiling linear-map v1.2.0
21202024-04-03T04:26:41.085Z Compiling derive_more v0.99.17
21212024-04-03T04:26:41.225Z Compiling rustfmt-wrapper v0.2.0
21222024-04-03T04:26:41.279Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21232024-04-03T04:26:41.875Z Compiling lalrpop v0.19.12
21242024-04-03T04:26:43.443Z Compiling omicron-zone-package v0.11.0
21252024-04-03T04:26:43.496Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
21262024-04-03T04:26:43.717Z Compiling darling v0.14.4
21272024-04-03T04:26:46.931Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
21282024-04-03T04:26:48.694Z Compiling toml v0.8.12
21292024-04-03T04:26:49.107Z Compiling cexpr v0.6.0
21302024-04-03T04:26:49.487Z Compiling which v4.4.0
21312024-04-03T04:26:50.024Z Compiling peeking_take_while v0.1.2
21322024-04-03T04:26:50.169Z Compiling lazycell v1.3.0
21332024-04-03T04:26:50.329Z Compiling shlex v1.3.0
21342024-04-03T04:26:50.340Z Compiling rustc-hash v1.1.0
21352024-04-03T04:26:50.491Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
21362024-04-03T04:26:51.126Z Compiling derive_builder_core v0.12.0
21372024-04-03T04:26:53.365Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
21382024-04-03T04:26:53.936Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
21392024-04-03T04:26:54.157Z Compiling headers-core v0.2.0
21402024-04-03T04:26:54.382Z Compiling pem v3.0.2
21412024-04-03T04:26:54.414Z Compiling libxml v0.3.3
21422024-04-03T04:26:54.521Z Compiling async-recursion v1.0.5
21432024-04-03T04:26:54.771Z Compiling platforms v3.0.2
21442024-04-03T04:26:55.104Z Compiling ref-cast v1.0.20
21452024-04-03T04:26:55.527Z Compiling heck v0.5.0
21462024-04-03T04:26:55.706Z Compiling headers v0.3.9
21472024-04-03T04:26:55.976Z Compiling derive_builder_macro v0.12.0
21482024-04-03T04:26:56.081Z Compiling parking_lot v0.11.2
21492024-04-03T04:26:56.167Z Compiling mime_guess v2.0.4
21502024-04-03T04:26:56.827Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
21512024-04-03T04:26:57.603Z Compiling trust-dns-client v0.22.0
21522024-04-03T04:26:58.706Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
21532024-04-03T04:26:59.009Z Compiling strum_macros v0.24.3
21542024-04-03T04:27:02.778Z Compiling ref-cast-impl v1.0.20
21552024-04-03T04:27:03.826Z Compiling vte_generate_state_changes v0.1.1
21562024-04-03T04:27:03.941Z Compiling cookie v0.18.0
21572024-04-03T04:27:04.054Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
21582024-04-03T04:27:04.268Z Compiling buf-list v1.0.3
21592024-04-03T04:27:04.399Z Compiling indoc v1.0.9
21602024-04-03T04:27:04.447Z Compiling doc-comment v0.3.3
21612024-04-03T04:27:04.927Z Compiling vte v0.11.1
21622024-04-03T04:27:05.404Z Compiling trust-dns-server v0.22.1
21632024-04-03T04:27:06.009Z Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f)
21642024-04-03T04:27:07.804Z Compiling derive_builder v0.12.0
21652024-04-03T04:27:07.995Z Compiling sled v0.34.7
21662024-04-03T04:27:09.715Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
21672024-04-03T04:27:10.165Z Compiling polar-core v0.27.0
21682024-04-03T04:27:13.003Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
21692024-04-03T04:27:13.033Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
21702024-04-03T04:27:13.279Z Compiling bb8 v0.8.3
21712024-04-03T04:27:13.775Z Compiling const_format_proc_macros v0.2.32
21722024-04-03T04:27:15.744Z Compiling quick-xml v0.30.0
21732024-04-03T04:27:16.158Z Compiling oso-derive v0.27.0
21742024-04-03T04:27:17.128Z Compiling pin-project-internal v1.1.3
21752024-04-03T04:27:18.375Z Compiling impl-trait-for-tuples v0.2.2
21762024-04-03T04:27:19.894Z Compiling memoffset v0.7.1
21772024-04-03T04:27:20.179Z Compiling maplit v1.0.2
21782024-04-03T04:27:20.426Z Compiling pin-project v1.1.3
21792024-04-03T04:27:20.561Z Compiling const_format v0.2.32
21802024-04-03T04:27:21.844Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
21812024-04-03T04:27:28.303Z Compiling curve25519-dalek v4.1.1
21822024-04-03T04:27:28.618Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21832024-04-03T04:27:30.454Z Compiling strip-ansi-escapes v0.2.0
21842024-04-03T04:27:33.835Z Compiling oso v0.27.0
21852024-04-03T04:27:46.454Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
21862024-04-03T04:27:47.824Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b)
21872024-04-03T04:27:48.018Z Compiling fd-lock v3.0.13
21882024-04-03T04:27:48.243Z Compiling kstat-rs v0.2.3
21892024-04-03T04:27:49.208Z Compiling snafu-derive v0.7.5
21902024-04-03T04:27:52.902Z Compiling fs-err v2.11.0
21912024-04-03T04:27:53.234Z Compiling nu-ansi-term v0.50.0
21922024-04-03T04:27:53.643Z Compiling keccak v0.1.4
21932024-04-03T04:27:54.347Z Compiling strum v0.25.0
21942024-04-03T04:27:54.542Z Compiling reedline v0.30.0
21952024-04-03T04:27:54.578Z Compiling snafu v0.7.5
21962024-04-03T04:27:54.611Z Compiling sha3 v0.10.8
21972024-04-03T04:27:55.682Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
21982024-04-03T04:27:56.091Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
21992024-04-03T04:27:56.169Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
22002024-04-03T04:28:01.972Z Compiling env_logger v0.9.3
22012024-04-03T04:28:06.920Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
22022024-04-03T04:28:11.726Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22032024-04-03T04:28:12.227Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
22042024-04-03T04:28:13.746Z Compiling globset v0.4.13
22052024-04-03T04:28:13.931Z Compiling fd-lock v4.0.2
22062024-04-03T04:28:14.577Z Compiling peg-macros v0.8.2
22072024-04-03T04:28:15.868Z Compiling olpc-cjson v0.1.3
22082024-04-03T04:28:16.214Z Compiling universal-hash v0.5.1
22092024-04-03T04:28:16.255Z Compiling nix v0.27.1
22102024-04-03T04:28:16.439Z Compiling secrecy v0.8.0
22112024-04-03T04:28:16.717Z Compiling serde_plain v1.0.2
22122024-04-03T04:28:17.258Z Compiling bitstruct_derive v0.1.0
22132024-04-03T04:28:17.624Z Compiling curve25519-dalek-derive v0.1.0
22142024-04-03T04:28:18.478Z Compiling sqlparser_derive v0.2.2
22152024-04-03T04:28:19.434Z Compiling nanorand v0.7.0
22162024-04-03T04:28:19.517Z Compiling thiserror-impl-no-std v2.0.2
22172024-04-03T04:28:19.791Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22182024-04-03T04:28:19.931Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
22192024-04-03T04:28:20.121Z Compiling signature v1.6.4
22202024-04-03T04:28:20.285Z Compiling salty v0.2.0
22212024-04-03T04:28:20.558Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22222024-04-03T04:28:20.694Z Compiling ascii v1.1.0
22232024-04-03T04:28:20.870Z Compiling opaque-debug v0.3.0
22242024-04-03T04:28:21.793Z Compiling unicode_categories v0.1.1
22252024-04-03T04:28:21.793Z Compiling typed-path v0.7.0
22262024-04-03T04:28:21.793Z Compiling sqlformat v0.2.3
22272024-04-03T04:28:22.322Z Compiling thiserror-no-std v2.0.2
22282024-04-03T04:28:22.445Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
22292024-04-03T04:28:22.462Z Compiling poly1305 v0.8.0
22302024-04-03T04:28:22.628Z Compiling rustyline v13.0.0
22312024-04-03T04:28:24.138Z Compiling tough v0.16.0
22322024-04-03T04:28:25.165Z Compiling ed25519 v1.5.3
22332024-04-03T04:28:25.490Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22342024-04-03T04:28:25.802Z Compiling sqlparser v0.43.1
22352024-04-03T04:28:28.373Z Compiling flume v0.11.0
22362024-04-03T04:28:30.699Z Compiling bitstruct v0.1.1
22372024-04-03T04:28:30.813Z Compiling peg v0.8.2
22382024-04-03T04:28:30.920Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
22392024-04-03T04:28:36.429Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22402024-04-03T04:28:36.787Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
22412024-04-03T04:28:37.877Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
22422024-04-03T04:28:44.342Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22432024-04-03T04:28:44.679Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22442024-04-03T04:28:44.977Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22452024-04-03T04:28:46.207Z Compiling chacha20 v0.9.1
22462024-04-03T04:28:46.671Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22472024-04-03T04:28:48.144Z Compiling aead v0.5.2
22482024-04-03T04:28:48.477Z Compiling bcs v0.1.6
22492024-04-03T04:28:49.016Z Compiling erased-serde v0.3.31
22502024-04-03T04:28:49.435Z Compiling serde-big-array v0.5.1
22512024-04-03T04:28:49.683Z Compiling serde_arrays v0.1.0
22522024-04-03T04:28:49.873Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
22532024-04-03T04:28:50.050Z Compiling highway v1.1.0
22542024-04-03T04:28:50.682Z Compiling parse-size v1.0.0
22552024-04-03T04:28:50.766Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
22562024-04-03T04:28:50.980Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22572024-04-03T04:28:51.269Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
22582024-04-03T04:28:51.511Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22592024-04-03T04:29:02.679Z Compiling chacha20poly1305 v0.10.1
22602024-04-03T04:29:02.928Z Compiling vsss-rs v3.3.4
22612024-04-03T04:29:12.691Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
22622024-04-03T04:29:12.898Z Compiling signal-hook-tokio v0.3.1
22632024-04-03T04:29:13.111Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
22642024-04-03T04:29:13.400Z Compiling castaway v0.2.2
22652024-04-03T04:29:13.601Z Compiling rand_seeder v0.2.3
22662024-04-03T04:29:14.026Z Compiling serde-big-array v0.4.1
22672024-04-03T04:29:14.237Z Compiling http-range v0.1.5
22682024-04-03T04:29:15.400Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
22692024-04-03T04:29:15.721Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
22702024-04-03T04:29:16.898Z Compiling hyper-staticfile v0.9.5
22712024-04-03T04:29:20.372Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22722024-04-03T04:29:21.891Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
22732024-04-03T04:29:22.106Z Compiling compact_str v0.7.1
22742024-04-03T04:29:23.680Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
22752024-04-03T04:29:23.717Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22762024-04-03T04:29:27.133Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22772024-04-03T04:29:27.776Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
22782024-04-03T04:29:34.383Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
22792024-04-03T04:29:40.587Z Compiling zone_cfg_derive v0.1.2
22802024-04-03T04:29:42.024Z Compiling tungstenite v0.21.0
22812024-04-03T04:29:42.027Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
22822024-04-03T04:29:42.320Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
22832024-04-03T04:29:42.670Z Compiling lru v0.12.1
22842024-04-03T04:29:43.037Z Compiling stability v0.1.1
22852024-04-03T04:29:43.994Z Compiling indoc v2.0.3
22862024-04-03T04:29:45.021Z Compiling base64 v0.13.1
22872024-04-03T04:29:45.821Z Compiling corncobs v0.1.3
22882024-04-03T04:29:46.207Z Compiling cassowary v0.3.0
22892024-04-03T04:29:47.651Z Compiling ratatui v0.26.1
22902024-04-03T04:29:47.791Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22912024-04-03T04:29:48.643Z Compiling ron v0.7.1
22922024-04-03T04:29:50.824Z Compiling tokio-tungstenite v0.21.0
22932024-04-03T04:29:51.445Z Compiling zone v0.1.8
22942024-04-03T04:29:54.342Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
22952024-04-03T04:29:55.316Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
22962024-04-03T04:30:05.887Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22972024-04-03T04:30:06.576Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
22982024-04-03T04:30:12.408Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
22992024-04-03T04:30:13.876Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
23002024-04-03T04:30:20.285Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
23012024-04-03T04:30:26.100Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
23022024-04-03T04:30:26.414Z Compiling portpicker v0.1.1
23032024-04-03T04:30:26.710Z Compiling smawk v0.3.1
23042024-04-03T04:30:26.970Z Compiling unicode-linebreak v0.1.5
23052024-04-03T04:30:26.982Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
23062024-04-03T04:30:27.531Z Compiling textwrap v0.16.1
23072024-04-03T04:30:36.990Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
23082024-04-03T04:30:38.645Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
23092024-04-03T04:30:39.819Z Compiling rcgen v0.12.1
23102024-04-03T04:30:41.959Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
23112024-04-03T04:30:42.427Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b)
23122024-04-03T04:30:43.338Z Compiling atomicwrites v0.4.3
23132024-04-03T04:30:43.878Z Compiling fatfs v0.3.6
23142024-04-03T04:30:47.056Z Compiling subprocess v0.2.9
23152024-04-03T04:30:49.091Z Compiling rtoolbox v0.0.1
23162024-04-03T04:30:49.536Z Compiling assert_matches v1.5.0
23172024-04-03T04:30:49.641Z Compiling is_ci v1.2.0
23182024-04-03T04:30:49.954Z Compiling supports-color v3.0.0
23192024-04-03T04:30:51.254Z Compiling rpassword v7.3.1
23202024-04-03T04:30:51.724Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23212024-04-03T04:30:52.598Z Compiling tui-tree-widget v0.19.0
23222024-04-03T04:30:53.015Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
23232024-04-03T04:30:53.054Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
23242024-04-03T04:30:53.189Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
23252024-04-03T04:30:53.504Z Compiling csv-core v0.1.11
23262024-04-03T04:30:54.481Z Compiling shell-words v1.1.0
23272024-04-03T04:30:54.896Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
23282024-04-03T04:30:55.471Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
23292024-04-03T04:30:59.216Z Compiling csv v1.3.0
23302024-04-03T04:31:01.378Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
23312024-04-03T04:31:12.322Z Compiling multimap v0.10.0
23322024-04-03T04:33:15.801Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
23332024-04-03T04:33:26.467Z Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup)
23342024-04-03T04:33:42.053Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23352024-04-03T04:40:00.522Z Finished release [optimized] target(s) in 14m 28s
23362024-04-03T04:41:16.251Z
23372024-04-03T04:41:16.251Zreal 15:44.969484138
23382024-04-03T04:41:16.251Zuser 1:47:50.919125753
23392024-04-03T04:41:16.251Zsys 4:45.791760757
23402024-04-03T04:41:16.251Ztrap 2.739838843
23412024-04-03T04:41:16.251Ztflt 2.217281572
23422024-04-03T04:41:16.251Zdflt 4.095195734
23432024-04-03T04:41:16.254Zkflt 0.047115692
23442024-04-03T04:41:16.255Zlock 6:39:48.959985193
23452024-04-03T04:41:16.255Zslp 4:14:46.194895924
23462024-04-03T04:41:16.255Zlat 2:33.139548763
23472024-04-03T04:41:16.255Zstop 1:11.105170298
23482024-04-03T04:41:16.255Z+ files=(out/*.tar out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/*)
23492024-04-03T04:41:16.255Z+ pfexec mkdir -p /work
23502024-04-03T04:41:16.258Z+ pfexec chown build /work
23512024-04-03T04:41:16.258Z+ ptime -m tar cvzf /work/package.tar.gz out/mg-ddm-gz.tar out/omicron-sled-agent.tar out/oxlog.tar out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/create-softnpu-zone.sh tools/scrimlet/destroy-softnpu-zone.sh tools/scrimlet/softnpu-init.sh tools/scrimlet/softnpu-zone.txt tools/scrimlet/softnpu.toml
23522024-04-03T04:41:26.091ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
23532024-04-03T04:41:26.091Za out/mg-ddm-gz.tar 73905K
23542024-04-03T04:41:26.091Za out/omicron-sled-agent.tar 112927K
23552024-04-03T04:41:26.091Za out/oxlog.tar 6114K
23562024-04-03T04:41:26.091Za out/target/test 1K
23572024-04-03T04:41:26.091Za out/npuzone/npuzone 36313K
23582024-04-03T04:41:26.091Za package-manifest.toml 26K
23592024-04-03T04:41:26.091Za smf/sled-agent/non-gimlet/config.toml 4K
23602024-04-03T04:41:26.091Za target/release/omicron-package 39339K
23612024-04-03T04:41:26.091Za tools/create_virtual_hardware.sh 4K
23622024-04-03T04:41:26.091Za tools/virtual_hardware.sh 4K
23632024-04-03T04:41:26.092Za tools/scrimlet/create-softnpu-zone.sh 1K
23642024-04-03T04:41:26.092Za tools/scrimlet/destroy-softnpu-zone.sh 1K
23652024-04-03T04:41:26.092Za tools/scrimlet/softnpu-init.sh 3K
23662024-04-03T04:41:26.092Za tools/scrimlet/softnpu-zone.txt 1K
23672024-04-03T04:41:26.092Za tools/scrimlet/softnpu.toml 1K
23682024-04-03T04:41:26.095Z
23692024-04-03T04:41:26.095Zreal 9.830429232
23702024-04-03T04:41:26.095Zuser 9.482436360
23712024-04-03T04:41:26.096Zsys 0.706279632
23722024-04-03T04:41:26.096Ztrap 0.002196763
23732024-04-03T04:41:26.096Ztflt 0.000000000
23742024-04-03T04:41:26.096Zdflt 0.000000000
23752024-04-03T04:41:26.096Zkflt 0.000000000
23762024-04-03T04:41:26.096Zlock 0.000000000
23772024-04-03T04:41:26.096Zslp 9.240574660
23782024-04-03T04:41:26.096Zlat 0.226418678
23792024-04-03T04:41:26.096Zstop 0.000210405
23802024-04-03T04:41:26.096Z++ pwd
23812024-04-03T04:41:26.100Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
23822024-04-03T04:41:26.100Z+ mv out/nexus.tar.gz out/nexus-single-sled.tar.gz
23832024-04-03T04:41:26.100Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled
23842024-04-03T04:41:26.947Z Finished release [optimized] target(s) in 0.79s
23852024-04-03T04:41:26.970Z Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled`
23862024-04-03T04:41:27.001ZLogging to: /work/oxidecomputer/omicron/out/LOG
23872024-04-03T04:41:27.005ZCreated new build target 'host' and set it as active
23882024-04-03T04:41:27.005Z
23892024-04-03T04:41:27.005Zreal 0.901665897
23902024-04-03T04:41:27.005Zuser 0.585627169
23912024-04-03T04:41:27.005Zsys 0.297349996
23922024-04-03T04:41:27.005Ztrap 0.000145582
23932024-04-03T04:41:27.005Ztflt 0.000001479
23942024-04-03T04:41:27.005Zdflt 0.000024216
23952024-04-03T04:41:27.005Zkflt 0.000000000
23962024-04-03T04:41:27.006Zlock 0.023780809
23972024-04-03T04:41:27.006Zslp 0.111004459
23982024-04-03T04:41:27.006Zlat 0.003996388
23992024-04-03T04:41:27.006Zstop 0.000287665
24002024-04-03T04:41:27.006Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host package
24012024-04-03T04:41:27.800Z Finished release [optimized] target(s) in 0.74s
24022024-04-03T04:41:27.823Z Running `target/release/omicron-package -t host package`
24032024-04-03T04:41:27.857ZLogging to: /work/oxidecomputer/omicron/out/LOG
24042024-04-03T04:41:28.687Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24052024-04-03T04:43:55.413Z Finished release [optimized] target(s) in 2m 27s
24062024-04-03T04:44:47.790Z
24072024-04-03T04:44:47.794Zreal 3:20.749287891
24082024-04-03T04:44:47.794Zuser 13:59.369493127
24092024-04-03T04:44:47.794Zsys 39.999464346
24102024-04-03T04:44:47.794Ztrap 0.263134189
24112024-04-03T04:44:47.794Ztflt 0.180951327
24122024-04-03T04:44:47.794Zdflt 6.499800019
24132024-04-03T04:44:47.794Zkflt 0.000084717
24142024-04-03T04:44:47.794Zlock 1:04:25.896767647
24152024-04-03T04:44:47.795Zslp 12:51.256708922
24162024-04-03T04:44:47.795Zlat 6.164052578
24172024-04-03T04:44:47.795Zstop 2.038512772
24182024-04-03T04:44:47.795Z+ stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog
24192024-04-03T04:44:47.795Z+ for package in "$@"
24202024-04-03T04:44:47.795Z+ [[ omicron-sled-agent == mg-ddm-gz ]]
24212024-04-03T04:44:47.795Z+ cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 7.0.0-0.ci+git6dfdadfbd86
24222024-04-03T04:44:48.636Z Finished release [optimized] target(s) in 0.79s
24232024-04-03T04:44:48.660Z Running `target/release/omicron-package stamp omicron-sled-agent 7.0.0-0.ci+git6dfdadfbd86`
24242024-04-03T04:44:48.692ZLogging to: /work/oxidecomputer/omicron/out/LOG
24252024-04-03T04:44:48.945ZCreated: out/versioned/omicron-sled-agent.tar
24262024-04-03T04:44:48.961Z+ for package in "$@"
24272024-04-03T04:44:48.961Z+ [[ mg-ddm-gz == mg-ddm-gz ]]
24282024-04-03T04:44:48.961Z+ echo 0.0.0
24292024-04-03T04:44:48.961Z+ tar rvf out/mg-ddm-gz.tar VERSION
24302024-04-03T04:44:48.961Za VERSION 1K
24312024-04-03T04:44:48.961Z+ rm VERSION
24322024-04-03T04:44:48.961Z+ cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+git6dfdadfbd86
24332024-04-03T04:44:49.751Z Finished release [optimized] target(s) in 0.75s
24342024-04-03T04:44:49.774Z Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+git6dfdadfbd86`
24352024-04-03T04:44:49.816ZLogging to: /work/oxidecomputer/omicron/out/LOG
24362024-04-03T04:44:49.947ZCreated: out/versioned/mg-ddm-gz.tar
24372024-04-03T04:44:49.951Z+ for package in "$@"
24382024-04-03T04:44:49.952Z+ [[ propolis-server == mg-ddm-gz ]]
24392024-04-03T04:44:49.952Z+ cargo run --locked --release --bin omicron-package -- stamp propolis-server 7.0.0-0.ci+git6dfdadfbd86
24402024-04-03T04:44:50.748Z Finished release [optimized] target(s) in 0.75s
24412024-04-03T04:44:50.774Z Running `target/release/omicron-package stamp propolis-server 7.0.0-0.ci+git6dfdadfbd86`
24422024-04-03T04:44:50.809ZLogging to: /work/oxidecomputer/omicron/out/LOG
24432024-04-03T04:44:51.790ZCreated: out/versioned/propolis-server.tar.gz
24442024-04-03T04:44:51.795Z+ for package in "$@"
24452024-04-03T04:44:51.795Z+ [[ overlay == mg-ddm-gz ]]
24462024-04-03T04:44:51.795Z+ cargo run --locked --release --bin omicron-package -- stamp overlay 7.0.0-0.ci+git6dfdadfbd86
24472024-04-03T04:44:52.643Z Finished release [optimized] target(s) in 0.78s
24482024-04-03T04:44:52.666Z Running `target/release/omicron-package stamp overlay 7.0.0-0.ci+git6dfdadfbd86`
24492024-04-03T04:44:52.698ZLogging to: /work/oxidecomputer/omicron/out/LOG
24502024-04-03T04:44:52.702ZCreated: out/versioned/overlay.tar.gz
24512024-04-03T04:44:52.702Z+ for package in "$@"
24522024-04-03T04:44:52.702Z+ [[ oxlog == mg-ddm-gz ]]
24532024-04-03T04:44:52.702Z+ cargo run --locked --release --bin omicron-package -- stamp oxlog 7.0.0-0.ci+git6dfdadfbd86
24542024-04-03T04:44:53.545Z Finished release [optimized] target(s) in 0.79s
24552024-04-03T04:44:53.569Z Running `target/release/omicron-package stamp oxlog 7.0.0-0.ci+git6dfdadfbd86`
24562024-04-03T04:44:53.602ZLogging to: /work/oxidecomputer/omicron/out/LOG
24572024-04-03T04:44:53.619ZCreated: out/versioned/oxlog.tar
24582024-04-03T04:44:53.623Z+ ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
24592024-04-03T04:44:53.632Z+++ dirname -- ./tools/build-global-zone-packages.sh
24602024-04-03T04:44:53.636Z++ cd -- ./tools
24612024-04-03T04:44:53.636Z++ pwd
24622024-04-03T04:44:53.636Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
24632024-04-03T04:44:53.636Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
24642024-04-03T04:44:53.669Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
24652024-04-03T04:44:53.673Z++ readlink -f /work
24662024-04-03T04:44:53.673Z+ out_dir=/work
24672024-04-03T04:44:53.673Z+ deps=("$tarball_src_dir/omicron-sled-agent.tar" "$tarball_src_dir/mg-ddm-gz.tar" "$tarball_src_dir/propolis-server.tar.gz" "$tarball_src_dir/overlay.tar.gz" "$tarball_src_dir/oxlog.tar")
24682024-04-03T04:44:53.674Z+ for dep in "${deps[@]}"
24692024-04-03T04:44:53.674Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]]
24702024-04-03T04:44:53.674Z+ for dep in "${deps[@]}"
24712024-04-03T04:44:53.674Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]]
24722024-04-03T04:44:53.674Z+ for dep in "${deps[@]}"
24732024-04-03T04:44:53.674Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]]
24742024-04-03T04:44:53.674Z+ for dep in "${deps[@]}"
24752024-04-03T04:44:53.674Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]]
24762024-04-03T04:44:53.674Z+ for dep in "${deps[@]}"
24772024-04-03T04:44:53.675Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]]
24782024-04-03T04:44:53.680Z++ mktemp -d
24792024-04-03T04:44:53.680Z+ tmp_gz=/tmp/tmp.K7aG3h
24802024-04-03T04:44:53.680Z+ trap 'cd /; rm -rf "$tmp_gz"' EXIT
24812024-04-03T04:44:53.680Z+ echo '{"v":"1","t":"layer"}'
24822024-04-03T04:44:53.680Z+ pkg_dir=/tmp/tmp.K7aG3h/root/opt/oxide/sled-agent
24832024-04-03T04:44:53.680Z+ mkdir -p /tmp/tmp.K7aG3h/root/opt/oxide/sled-agent
24842024-04-03T04:44:53.680Z+ cd /tmp/tmp.K7aG3h/root/opt/oxide/sled-agent
24852024-04-03T04:44:53.680Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
24862024-04-03T04:44:53.764Zx ., 0 bytes, 0 tape blocks
24872024-04-03T04:44:53.764Zx zone-bundle, 36111040 bytes, 70530 tape blocks
24882024-04-03T04:44:53.764Zx sled-agent, 79512184 bytes, 155298 tape blocks
24892024-04-03T04:44:53.764Zx pkg, 0 bytes, 0 tape blocks
24902024-04-03T04:44:53.764Zx pkg/config.toml, 1657 bytes, 4 tape blocks
24912024-04-03T04:44:53.764Zx pkg/README.md, 54 bytes, 1 tape blocks
24922024-04-03T04:44:53.764Zx pkg/manifest.xml, 2373 bytes, 5 tape blocks
24932024-04-03T04:44:53.765Zx VERSION, 25 bytes, 1 tape blocks
24942024-04-03T04:44:53.769Z+ mkdir -p /tmp/tmp.K7aG3h/root/lib/svc/manifest/site/
24952024-04-03T04:44:53.769Z+ mv pkg/manifest.xml /tmp/tmp.K7aG3h/root/lib/svc/manifest/site/sled-agent.xml
24962024-04-03T04:44:53.769Z+ cd -
24972024-04-03T04:44:53.769Z/work/oxidecomputer/omicron
24982024-04-03T04:44:53.769Z+ pkg_dir=/tmp/tmp.K7aG3h/root/opt/oxide/mg-ddm
24992024-04-03T04:44:53.769Z+ mkdir -p /tmp/tmp.K7aG3h/root/opt/oxide/mg-ddm
25002024-04-03T04:44:53.770Z+ cd /tmp/tmp.K7aG3h/root/opt/oxide/mg-ddm
25012024-04-03T04:44:53.770Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
25022024-04-03T04:44:53.821Zx ., 0 bytes, 0 tape blocks
25032024-04-03T04:44:53.822Zx ddmadm, 26051952 bytes, 50883 tape blocks
25042024-04-03T04:44:53.822Zx ddmd, 49611120 bytes, 96897 tape blocks
25052024-04-03T04:44:53.822Zx pkg, 0 bytes, 0 tape blocks
25062024-04-03T04:44:53.822Zx pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks
25072024-04-03T04:44:53.822Zx pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks
25082024-04-03T04:44:53.822Zx pkg/mgd, 0 bytes, 0 tape blocks
25092024-04-03T04:44:53.822Zx pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks
25102024-04-03T04:44:53.822Zx pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks
25112024-04-03T04:44:53.822Zx pkg/ddm, 0 bytes, 0 tape blocks
25122024-04-03T04:44:53.823Zx pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks
25132024-04-03T04:44:53.823Zx VERSION, 25 bytes, 1 tape blocks
25142024-04-03T04:44:53.827Z+ cd -
25152024-04-03T04:44:53.827Z/work/oxidecomputer/omicron
25162024-04-03T04:44:53.827Z+ pkg_dir=/tmp/tmp.K7aG3h/root/opt/oxide/oxlog
25172024-04-03T04:44:53.827Z+ mkdir -p /tmp/tmp.K7aG3h/root/opt/oxide/oxlog
25182024-04-03T04:44:53.827Z+ cd /tmp/tmp.K7aG3h/root/opt/oxide/oxlog
25192024-04-03T04:44:53.827Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar
25202024-04-03T04:44:53.833Zx ., 0 bytes, 0 tape blocks
25212024-04-03T04:44:53.833Zx oxlog, 6257832 bytes, 12223 tape blocks
25222024-04-03T04:44:53.833Zx VERSION, 25 bytes, 1 tape blocks
25232024-04-03T04:44:53.833Z+ cd -
25242024-04-03T04:44:53.833Z/work/oxidecomputer/omicron
25252024-04-03T04:44:53.833Z+ cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.K7aG3h/root/opt/oxide
25262024-04-03T04:44:53.918Z+ cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.K7aG3h/root/opt/oxide
25272024-04-03T04:44:53.922Z+ cd /tmp/tmp.K7aG3h
25282024-04-03T04:44:53.922Z+ tar cvfz /work/global-zone-packages.tar.gz oxide.json root
25292024-04-03T04:45:02.475ZCompressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'...
25302024-04-03T04:45:02.475Za oxide.json 1K
25312024-04-03T04:45:02.475Za root/ 0K
25322024-04-03T04:45:02.476Za root/opt/ 0K
25332024-04-03T04:45:02.476Za root/opt/oxide/ 0K
25342024-04-03T04:45:02.476Za root/opt/oxide/sled-agent/ 0K
25352024-04-03T04:45:02.476Za root/opt/oxide/sled-agent/zone-bundle 35265K
25362024-04-03T04:45:02.477Za root/opt/oxide/sled-agent/sled-agent 77649K
25372024-04-03T04:45:02.477Za root/opt/oxide/sled-agent/pkg/ 0K
25382024-04-03T04:45:02.477Za root/opt/oxide/sled-agent/pkg/config.toml 2K
25392024-04-03T04:45:02.477Za root/opt/oxide/sled-agent/pkg/README.md 1K
25402024-04-03T04:45:02.477Za root/opt/oxide/sled-agent/VERSION 1K
25412024-04-03T04:45:02.477Za root/opt/oxide/mg-ddm/ 0K
25422024-04-03T04:45:02.477Za root/opt/oxide/mg-ddm/ddmadm 25442K
25432024-04-03T04:45:02.478Za root/opt/oxide/mg-ddm/ddmd 48449K
25442024-04-03T04:45:02.478Za root/opt/oxide/mg-ddm/pkg/ 0K
25452024-04-03T04:45:02.478Za root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K
25462024-04-03T04:45:02.478Za root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K
25472024-04-03T04:45:02.478Za root/opt/oxide/mg-ddm/pkg/mgd/ 0K
25482024-04-03T04:45:02.478Za root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K
25492024-04-03T04:45:02.478Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
25502024-04-03T04:45:02.478Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
25512024-04-03T04:45:02.478Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
25522024-04-03T04:45:02.478Za root/opt/oxide/mg-ddm/VERSION 1K
25532024-04-03T04:45:02.479Za root/opt/oxide/oxlog/ 0K
25542024-04-03T04:45:02.479Za root/opt/oxide/oxlog/oxlog 6112K
25552024-04-03T04:45:02.479Za root/opt/oxide/oxlog/VERSION 1K
25562024-04-03T04:45:02.479Za root/opt/oxide/propolis-server.tar.gz 62568K
25572024-04-03T04:45:02.479Za root/opt/oxide/overlay.tar.gz 3K
25582024-04-03T04:45:02.479Za root/lib/ 0K
25592024-04-03T04:45:02.480Za root/lib/svc/ 0K
25602024-04-03T04:45:02.480Za root/lib/svc/manifest/ 0K
25612024-04-03T04:45:02.480Za root/lib/svc/manifest/site/ 0K
25622024-04-03T04:45:02.480Za root/lib/svc/manifest/site/sled-agent.xml 3K
25632024-04-03T04:45:02.487Z+ cd /
25642024-04-03T04:45:02.487Z+ rm -rf /tmp/tmp.K7aG3h
25652024-04-03T04:45:02.507Z
25662024-04-03T04:45:02.514Zreal 8.879972811
25672024-04-03T04:45:02.515Zuser 8.288134671
25682024-04-03T04:45:02.515Zsys 0.597843158
25692024-04-03T04:45:02.515Ztrap 0.001249740
25702024-04-03T04:45:02.515Ztflt 0.000000000
25712024-04-03T04:45:02.515Zdflt 0.000000000
25722024-04-03T04:45:02.515Zkflt 0.000000000
25732024-04-03T04:45:02.516Zlock 0.000000000
25742024-04-03T04:45:02.516Zslp 17.205713001
25752024-04-03T04:45:02.516Zlat 0.201803066
25762024-04-03T04:45:02.516Zstop 0.000220206
25772024-04-03T04:45:02.516Z+ mkdir -p /work/zones
25782024-04-03T04:45:02.516Z+ zones=(out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/nexus.tar.gz out/nexus-single-sled.tar.gz out/oximeter.tar.gz out/propolis-server.tar.gz out/switch-*.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz out/probe.tar.gz)
25792024-04-03T04:45:02.516Z+ cp out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/nexus.tar.gz out/nexus-single-sled.tar.gz out/oximeter.tar.gz out/propolis-server.tar.gz out/switch-asic.tar.gz out/switch-softnpu.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz out/probe.tar.gz /work/zones/
25802024-04-03T04:45:05.240Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline
25812024-04-03T04:45:06.105Z Finished release [optimized] target(s) in 0.80s
25822024-04-03T04:45:06.132Z Running `target/release/omicron-package -t recovery target create -i trampoline`
25832024-04-03T04:45:06.569ZLogging to: /work/oxidecomputer/omicron/out/LOG
25842024-04-03T04:45:06.599ZCreated new build target 'recovery' and set it as active
25852024-04-03T04:45:06.600Z
25862024-04-03T04:45:06.600Zreal 0.920803766
25872024-04-03T04:45:06.609Zuser 0.601478482
25882024-04-03T04:45:06.610Zsys 0.299467912
25892024-04-03T04:45:06.610Ztrap 0.000611293
25902024-04-03T04:45:06.610Ztflt 0.000014338
25912024-04-03T04:45:06.610Zdflt 0.000021606
25922024-04-03T04:45:06.610Zkflt 0.000000000
25932024-04-03T04:45:06.610Zlock 0.023987678
25942024-04-03T04:45:06.610Zslp 0.111681703
25952024-04-03T04:45:06.610Zlat 0.005541072
25962024-04-03T04:45:06.610Zstop 0.000292483
25972024-04-03T04:45:06.610Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package
25982024-04-03T04:45:06.983Z Finished release [optimized] target(s) in 0.76s
25992024-04-03T04:45:07.005Z Running `target/release/omicron-package -t recovery package`
26002024-04-03T04:45:07.037ZLogging to: /work/oxidecomputer/omicron/out/LOG
26012024-04-03T04:45:07.777Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
26022024-04-03T04:45:10.228Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
26032024-04-03T04:45:29.450Z Finished release [optimized] target(s) in 22.36s
26042024-04-03T04:45:48.874Z
26052024-04-03T04:45:48.878Zreal 42.695828671
26062024-04-03T04:45:48.878Zuser 1:39.314501697
26072024-04-03T04:45:48.878Zsys 7.107158591
26082024-04-03T04:45:48.878Ztrap 0.067747884
26092024-04-03T04:45:48.878Ztflt 0.037278645
26102024-04-03T04:45:48.879Zdflt 0.438141711
26112024-04-03T04:45:48.879Zkflt 0.000016318
26122024-04-03T04:45:48.879Zlock 13:04.494591577
26132024-04-03T04:45:48.879Zslp 1:44.294990631
26142024-04-03T04:45:48.879Zlat 1.403368682
26152024-04-03T04:45:48.879Zstop 0.560685841
26162024-04-03T04:45:48.879Z+ stamp_packages installinator mg-ddm-gz
26172024-04-03T04:45:48.879Z+ for package in "$@"
26182024-04-03T04:45:48.879Z+ [[ installinator == mg-ddm-gz ]]
26192024-04-03T04:45:48.880Z+ cargo run --locked --release --bin omicron-package -- stamp installinator 7.0.0-0.ci+git6dfdadfbd86
26202024-04-03T04:45:49.709Z Finished release [optimized] target(s) in 0.78s
26212024-04-03T04:45:49.731Z Running `target/release/omicron-package stamp installinator 7.0.0-0.ci+git6dfdadfbd86`
26222024-04-03T04:45:49.761ZLogging to: /work/oxidecomputer/omicron/out/LOG
26232024-04-03T04:45:49.830ZCreated: out/versioned/installinator.tar
26242024-04-03T04:45:49.835Z+ for package in "$@"
26252024-04-03T04:45:49.835Z+ [[ mg-ddm-gz == mg-ddm-gz ]]
26262024-04-03T04:45:49.835Z+ echo 0.0.0
26272024-04-03T04:45:49.836Z+ tar rvf out/mg-ddm-gz.tar VERSION
26282024-04-03T04:45:49.840Za VERSION 1K
26292024-04-03T04:45:49.841Z+ rm VERSION
26302024-04-03T04:45:49.841Z+ cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+git6dfdadfbd86
26312024-04-03T04:45:50.652Z Finished release [optimized] target(s) in 0.76s
26322024-04-03T04:45:50.677Z Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+git6dfdadfbd86`
26332024-04-03T04:45:50.709ZLogging to: /work/oxidecomputer/omicron/out/LOG
26342024-04-03T04:45:50.834ZCreated: out/versioned/mg-ddm-gz.tar
26352024-04-03T04:45:50.837Z+ ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
26362024-04-03T04:45:50.847Z+++ dirname -- ./tools/build-trampoline-global-zone-packages.sh
26372024-04-03T04:45:50.850Z++ cd -- ./tools
26382024-04-03T04:45:50.850Z++ pwd
26392024-04-03T04:45:50.850Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
26402024-04-03T04:45:50.853Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
26412024-04-03T04:45:50.853Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
26422024-04-03T04:45:50.853Z++ readlink -f /work
26432024-04-03T04:45:50.857Z+ out_dir=/work
26442024-04-03T04:45:50.857Z+ deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar)
26452024-04-03T04:45:50.857Z+ for dep in "${deps[@]}"
26462024-04-03T04:45:50.857Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]]
26472024-04-03T04:45:50.857Z+ for dep in "${deps[@]}"
26482024-04-03T04:45:50.857Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]]
26492024-04-03T04:45:50.857Z++ mktemp -d
26502024-04-03T04:45:50.865Z+ tmp_trampoline=/tmp/tmp.74ai8h
26512024-04-03T04:45:50.865Z+ trap 'cd /; rm -rf "$tmp_trampoline"' EXIT
26522024-04-03T04:45:50.865Z+ echo '{"v":"1","t":"layer"}'
26532024-04-03T04:45:50.865Z+ pkg_dir=/tmp/tmp.74ai8h/root/opt/oxide/installinator
26542024-04-03T04:45:50.865Z+ mkdir -p /tmp/tmp.74ai8h/root/opt/oxide/installinator
26552024-04-03T04:45:50.865Z+ cd /tmp/tmp.74ai8h/root/opt/oxide/installinator
26562024-04-03T04:45:50.865Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar
26572024-04-03T04:45:50.895Zx ., 0 bytes, 0 tape blocks
26582024-04-03T04:45:50.895Zx installinator, 47305464 bytes, 92394 tape blocks
26592024-04-03T04:45:50.895Zx pkg, 0 bytes, 0 tape blocks
26602024-04-03T04:45:50.895Zx pkg/manifest.xml, 2149 bytes, 5 tape blocks
26612024-04-03T04:45:50.895Zx VERSION, 25 bytes, 1 tape blocks
26622024-04-03T04:45:50.900Z+ mkdir -p /tmp/tmp.74ai8h/root/lib/svc/manifest/site/
26632024-04-03T04:45:50.900Z+ mv pkg/manifest.xml /tmp/tmp.74ai8h/root/lib/svc/manifest/site/installinator.xml
26642024-04-03T04:45:50.900Z+ cd -
26652024-04-03T04:45:50.900Z/work/oxidecomputer/omicron
26662024-04-03T04:45:50.900Z+ pkg_dir=/tmp/tmp.74ai8h/root/opt/oxide/mg-ddm
26672024-04-03T04:45:50.900Z+ mkdir -p /tmp/tmp.74ai8h/root/opt/oxide/mg-ddm
26682024-04-03T04:45:50.904Z+ cd /tmp/tmp.74ai8h/root/opt/oxide/mg-ddm
26692024-04-03T04:45:50.904Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
26702024-04-03T04:45:50.956Zx ., 0 bytes, 0 tape blocks
26712024-04-03T04:45:50.956Zx ddmadm, 26051952 bytes, 50883 tape blocks
26722024-04-03T04:45:50.956Zx ddmd, 49611120 bytes, 96897 tape blocks
26732024-04-03T04:45:50.956Zx pkg, 0 bytes, 0 tape blocks
26742024-04-03T04:45:50.956Zx pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks
26752024-04-03T04:45:50.956Zx pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks
26762024-04-03T04:45:50.956Zx pkg/mgd, 0 bytes, 0 tape blocks
26772024-04-03T04:45:50.957Zx pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks
26782024-04-03T04:45:50.957Zx pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks
26792024-04-03T04:45:50.957Zx pkg/ddm, 0 bytes, 0 tape blocks
26802024-04-03T04:45:50.957Zx pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks
26812024-04-03T04:45:50.957Zx VERSION, 25 bytes, 1 tape blocks
26822024-04-03T04:45:50.960Z+ cd -
26832024-04-03T04:45:50.961Z/work/oxidecomputer/omicron
26842024-04-03T04:45:50.961Z+ cd /tmp/tmp.74ai8h
26852024-04-03T04:45:50.961Z+ tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root
26862024-04-03T04:45:55.437ZCompressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'...
26872024-04-03T04:45:55.437Za oxide.json 1K
26882024-04-03T04:45:55.437Za root/ 0K
26892024-04-03T04:45:55.437Za root/opt/ 0K
26902024-04-03T04:45:55.437Za root/opt/oxide/ 0K
26912024-04-03T04:45:55.437Za root/opt/oxide/installinator/ 0K
26922024-04-03T04:45:55.437Za root/opt/oxide/installinator/installinator 46197K
26932024-04-03T04:45:55.437Za root/opt/oxide/installinator/pkg/ 0K
26942024-04-03T04:45:55.437Za root/opt/oxide/installinator/VERSION 1K
26952024-04-03T04:45:55.437Za root/opt/oxide/mg-ddm/ 0K
26962024-04-03T04:45:55.437Za root/opt/oxide/mg-ddm/ddmadm 25442K
26972024-04-03T04:45:55.437Za root/opt/oxide/mg-ddm/ddmd 48449K
26982024-04-03T04:45:55.437Za root/opt/oxide/mg-ddm/pkg/ 0K
26992024-04-03T04:45:55.437Za root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K
27002024-04-03T04:45:55.437Za root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K
27012024-04-03T04:45:55.438Za root/opt/oxide/mg-ddm/pkg/mgd/ 0K
27022024-04-03T04:45:55.438Za root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K
27032024-04-03T04:45:55.438Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
27042024-04-03T04:45:55.438Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
27052024-04-03T04:45:55.438Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
27062024-04-03T04:45:55.438Za root/opt/oxide/mg-ddm/VERSION 1K
27072024-04-03T04:45:55.438Za root/lib/ 0K
27082024-04-03T04:45:55.438Za root/lib/svc/ 0K
27092024-04-03T04:45:55.438Za root/lib/svc/manifest/ 0K
27102024-04-03T04:45:55.438Za root/lib/svc/manifest/site/ 0K
27112024-04-03T04:45:55.438Za root/lib/svc/manifest/site/installinator.xml 3K
27122024-04-03T04:45:55.442Z+ cd /
27132024-04-03T04:45:55.442Z+ rm -rf /tmp/tmp.74ai8h
27142024-04-03T04:45:55.454Z
27152024-04-03T04:45:55.457Zreal 4.613655255
27162024-04-03T04:45:55.457Zuser 4.362454207
27172024-04-03T04:45:55.457Zsys 0.265307301
27182024-04-03T04:45:55.457Ztrap 0.000762649
27192024-04-03T04:45:55.457Ztflt 0.000000000
27202024-04-03T04:45:55.457Zdflt 0.000000000
27212024-04-03T04:45:55.457Zkflt 0.000000000
27222024-04-03T04:45:55.457Zlock 0.000000000
27232024-04-03T04:45:55.457Zslp 8.964876505
27242024-04-03T04:45:55.457Zlat 0.098785148
27252024-04-03T04:45:55.457Zstop 0.000194679
27262024-04-03T04:45:55.457Zprocess exited: duration 1736541 ms, exit code 0
 
27272024-04-03T04:45:55.465Zfound 22 output files
27282024-04-03T04:45:55.465Zuploading: /work/version.txt (26 bytes)
27292024-04-03T04:45:56.487Zuploaded: /work/version.txt
27302024-04-03T04:45:56.487Zuploading: /work/package.tar.gz (85407833 bytes)
27312024-04-03T04:46:21.698Zuploaded: /work/package.tar.gz
27322024-04-03T04:46:21.709Zuploading: /work/global-zone-packages.tar.gz (125119128 bytes)
27332024-04-03T04:47:04.419Zuploaded: /work/global-zone-packages.tar.gz
27342024-04-03T04:47:04.420Zuploading: /work/trampoline-global-zone-packages.tar.gz (38522144 bytes)
27352024-04-03T04:47:20.668Zuploaded: /work/trampoline-global-zone-packages.tar.gz
27362024-04-03T04:47:20.668Zuploading: /work/zones/clickhouse.tar.gz (231185057 bytes)
27372024-04-03T04:48:45.940Zuploaded: /work/zones/clickhouse.tar.gz
27382024-04-03T04:48:45.941Zuploading: /work/zones/clickhouse_keeper.tar.gz (231174423 bytes)
27392024-04-03T04:50:04.738Zuploaded: /work/zones/clickhouse_keeper.tar.gz
27402024-04-03T04:50:04.738Zuploading: /work/zones/cockroachdb.tar.gz (126683709 bytes)
27412024-04-03T04:50:46.708Zuploaded: /work/zones/cockroachdb.tar.gz
27422024-04-03T04:50:46.708Zuploading: /work/zones/crucible-pantry-zone.tar.gz (25315602 bytes)
27432024-04-03T04:50:57.059Zuploaded: /work/zones/crucible-pantry-zone.tar.gz
27442024-04-03T04:50:57.059Zuploading: /work/zones/crucible-zone.tar.gz (37018065 bytes)
27452024-04-03T04:51:09.557Zuploaded: /work/zones/crucible-zone.tar.gz
27462024-04-03T04:51:09.557Zuploading: /work/zones/external-dns.tar.gz (31060918 bytes)
27472024-04-03T04:51:17.403Zuploaded: /work/zones/external-dns.tar.gz
27482024-04-03T04:51:17.411Zuploading: /work/zones/internal-dns.tar.gz (31062105 bytes)
27492024-04-03T04:51:24.386Zuploaded: /work/zones/internal-dns.tar.gz
27502024-04-03T04:51:24.386Zuploading: /work/zones/nexus-single-sled.tar.gz (92033712 bytes)
27512024-04-03T04:51:54.227Zuploaded: /work/zones/nexus-single-sled.tar.gz
27522024-04-03T04:51:54.227Zuploading: /work/zones/nexus.tar.gz (92033687 bytes)
27532024-04-03T04:52:24.500Zuploaded: /work/zones/nexus.tar.gz
27542024-04-03T04:52:24.500Zuploading: /work/zones/ntp.tar.gz (10438874 bytes)
27552024-04-03T04:52:29.604Zuploaded: /work/zones/ntp.tar.gz
27562024-04-03T04:52:29.605Zuploading: /work/zones/omicron-gateway-asic.tar.gz (16571436 bytes)
27572024-04-03T04:52:36.012Zuploaded: /work/zones/omicron-gateway-asic.tar.gz
27582024-04-03T04:52:36.016Zuploading: /work/zones/omicron-gateway-softnpu.tar.gz (16571413 bytes)
27592024-04-03T04:52:41.155Zuploaded: /work/zones/omicron-gateway-softnpu.tar.gz
27602024-04-03T04:52:41.155Zuploading: /work/zones/overlay.tar.gz (2622 bytes)
27612024-04-03T04:52:42.166Zuploaded: /work/zones/overlay.tar.gz
27622024-04-03T04:52:42.166Zuploading: /work/zones/oximeter.tar.gz (50229073 bytes)
27632024-04-03T04:52:57.725Zuploaded: /work/zones/oximeter.tar.gz
27642024-04-03T04:52:57.729Zuploading: /work/zones/probe.tar.gz (2829470 bytes)
27652024-04-03T04:52:59.247Zuploaded: /work/zones/probe.tar.gz
27662024-04-03T04:52:59.247Zuploading: /work/zones/propolis-server.tar.gz (64067178 bytes)
27672024-04-03T04:53:18.847Zuploaded: /work/zones/propolis-server.tar.gz
27682024-04-03T04:53:18.857Zuploading: /work/zones/switch-asic.tar.gz (293034708 bytes)
27692024-04-03T04:55:19.892Zuploaded: /work/zones/switch-asic.tar.gz
27702024-04-03T04:55:19.892Zuploading: /work/zones/switch-softnpu.tar.gz (214631766 bytes)
27712024-04-03T04:56:27.142Zuploaded: /work/zones/switch-softnpu.tar.gz